.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-824 .elementor-element.elementor-element-a16c343{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:75px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:55;}.elementor-824 .elementor-element.elementor-element-a16c343:not(.elementor-motion-effects-element-type-background), .elementor-824 .elementor-element.elementor-element-a16c343 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-d133d99 );}.elementor-widget-theme-post-title .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-theme-post-title .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-button .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-button .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-824 .elementor-element.elementor-element-af61347 .elementor-button{background-color:#A2B1C900;fill:var( --e-global-color-text );color:var( --e-global-color-text );}.elementor-824 .elementor-element.elementor-element-af61347 > .elementor-widget-container{margin:0px 0px 0px -23px;padding:0px 0px 0px 0px;}.elementor-824 .elementor-element.elementor-element-af61347 .elementor-button-content-wrapper{flex-direction:row;}.elementor-824 .elementor-element.elementor-element-af61347 .elementor-button:hover, .elementor-824 .elementor-element.elementor-element-af61347 .elementor-button:focus{color:var( --e-global-color-accent );}.elementor-824 .elementor-element.elementor-element-af61347 .elementor-button:hover svg, .elementor-824 .elementor-element.elementor-element-af61347 .elementor-button:focus svg{fill:var( --e-global-color-accent );}.elementor-824 .elementor-element.elementor-element-dc60534{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for shortcode, class: .elementor-element-743b69c *//* Container Styling */
.swiper-container {
    width: 80%; /* Center the carousel */
    max-width: 1200px;
    padding: 15px 0; /* Padding for top and bottom */
    margin: 0 auto; /* Center the container on the page */
}

/* Slide Styling */
.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px; /* Equal padding */
    height: 650px; /* Default height for larger screens */
    overflow: hidden;
    max-width: 70%; /* Adjusts the width of the slide for centered effect */
}

/* Responsive Height Adjustments */
@media (min-width: 1024px) {
    .swiper-slide {
        height: 650px; /* Height for larger screens */
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .swiper-slide {
        height: 300px; /* Height for medium screens */
    }
}

@media (max-width: 767px) {
    .swiper-slide {
        height: 300px; /* Height for smaller screens */
        max-width: 90%; /* Adjusts for smaller screens */
    }
}

@media (max-width: 480px) {
    .swiper-slide {
        height: 250px; /* Height for very small screens */
        max-width: 100%; /* Full width for mobile */
    }
}

/* Image Styling */
.swiper-slide img {
    width: 100%; /* Full width */
    height: auto;
    margin-bottom: 10px; /* Space between image and text */
    object-fit: cover;
    border-radius: 10px;
}

/* Text Styling */
.slide-text {
    width: auto;
    font-family: 'Roboto Condensed', sans-serif !important;
    color: #2C3693 !important;
    padding: 5px 0 !important;
    margin: 0;
}

.slide-text h3,
.slide-text p {
    margin: 0;
}

.slide-text h3 {
    font-size: 18px !important;
    font-weight: bold;
}

.slide-text p {
    font-size: 16px !important;
    color: #2C3693 !important;
}

/* Navigation Arrows Styling */
.swiper-button-next, .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    background-color: #fff !important;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #2C3693 !important;
    border: 3px solid #2C3693;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 50%; /* Center vertically */
    transform: translateY(-50%);
    z-index: 10;
}

/* Position Adjustments */
.swiper-button-next {
    right: 10px; /* Adjust position to the right edge of the active slide */
}

.swiper-button-prev {
    left: 10px; /* Adjust position to the left edge of the active slide */
}

/* Hover Effect for Arrows */
.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #2C3693 !important;
    color: #fff !important;
}

/* Ensure Consistency */
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 20px;
}

/* Centering the First Slide */
.swiper-wrapper {
    display: flex;
    gap: 15px; /* Add space between slides */
    transition: transform 0.5s ease-in-out; /* Smooth transition for slide movements */
}

/* Pagination Styling */
.swiper-pagination {
    bottom: -10px !important; /* Move the dots lower */
    text-align: center;
}

/* Adjust further if needed */
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #2C3693; /* Match your arrow color */
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background-color: #007bff; /* Change to active color */
    opacity: 1;
}

/* Styling for Portrait-Oriented Images */
.portrait-img {
    max-height: 400px; /* Base max height */
    width: auto; /* Keep the width proportional */
    object-fit: contain; /* Ensure the full image is displayed without cropping */
    margin: 0 auto; /* Center the image */
}

/* Adjustments for tablets and larger screens */
@media (max-width: 1024px) {
    .portrait-img {
        max-height: 350px; /* Reduce max height for tablets */
    }
}

@media (max-width: 768px) {
    .portrait-img {
        max-height: 300px; /* Reduce max height for smaller tablets and large mobile devices */
    }
}

@media (max-width: 480px) {
    .portrait-img {
        max-height: 180px; /* Further reduce for mobile phones */
    }
}

@media (max-width: 320px) {
    .portrait-img {
        max-height: 180px; /* Reduce for very small screens */
    }
}/* End custom CSS */