body {
    overflow-x: hidden;
}

.flexi-banner-bg-fullwidth {
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
    /* Ensure only content height is used */
    display: block;
    /* Center flexi-banner-bg-fullwidth content and fix alignment */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    box-sizing: border-box;
    /* Remove any unintended padding or margin */
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* Remove browser scroll compensation */
    overflow-x: hidden;
}
.full-width #primary {
    width: 100%;
}
/* Ensure slider and banner are visually separated */
.slider-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}
/* Full-width background for banner section, content stays in container */
.page-banner-fullwidth {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    box-sizing: border-box;
    z-index: 1;
}
.page-banner-fullwidth .container {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}
section.connection-cafe-row.connection-cafe-row-5 {
    padding: 24px;
}
/* Outline style button for base section */
/* .connection-cafe-btn-outline {
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid #fff;
    color: #41AAD4 !important;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
    width: auto !important;
    min-height: unset;
    position: relative;
    z-index: 2;
    background: transparent;
    box-shadow: 0 4px 16px rgba(65,170,212,0.08);
    max-width: 250px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s, border 0.2s;
} */
.btn.connection-cafe-btn-outline, .connection-cafe-btn-outline {
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid #41AAD4;
    color: #41AAD4 !important;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
    width: auto !important;
    min-height: unset;
    position: relative;
    z-index: 2;
    background: transparent;
    box-shadow: 0 4px 16px rgba(65,170,212,0.08);
    max-width: 250px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s, border 0.2s;
}
/* .btn.connection-cafe-btn-outline:hover, .connection-cafe-btn-outline:hover {
    background: #41AAD4;
    color: #fff !important;
    border-color: #41AAD4;
} */
/* Background image for base-bg section */
.base-bg {
    margin-top: 180px;
    background: url('../images/base-bg.png') no-repeat center center;
    background-size: 100% 100%;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
    z-index: 1;
}

.connection-top-banner{
    /* margin-top: 180px; */
    background: url('../images/banner-cafe.png') no-repeat center center;
    background-size: 100% 100%;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
    z-index: 1;
    padding-top: 150px;

}
.connection-top-banner .connection-title{
    color: var(--White, #FFF);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 100% */
}
.connection-top-banner .connection-content{
    color: var(--White, #FFF);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 133.333% */
}

.connection-two-column .section-title{
    color: var(--Blue, #41AAD4);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 100% */

}
.connection-two-column .connection-two-column-content{
    color: var(--Text, #616161);
    /* Paragraph */
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.connection-two-column{
    padding-top: 120px;
}
.base-bg .multi-title{
    color: var(--Blue, #41AAD4);
    /* H3 */
    font-family: Nunito;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 30.8px; /* 110% */
}
.base-bg .text-secondary{
    color: #000!important;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.base-bg-inner .section-title{
    color: var(--Blue, #41AAD4);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 100% */
}
.base-bg-inner .section-content{
    color: var(--Text, #616161);
    /* Paragraph */
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}
/* Restore base-bg image and button styling for Bootstrap version */
.btn.connection-cafe-btn-outline, .connection-cafe-btn-outline {
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid #fff;
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
    width: auto !important;
    min-height: unset;
    position: relative;
    z-index: 2;
    background: transparent;
    box-shadow: 0 4px 16px rgba(65,170,212,0.08);
    max-width: 250px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s, border 0.2s;
}

.btn.base-connection-cafe-btn-outline{
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid #41AAD4;
    color: #41AAD4 !important;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
    width: auto !important;
    min-height: unset;
    position: relative;
    z-index: 2;
    background: transparent;
    box-shadow: 0 4px 16px rgba(65,170,212,0.08);
    max-width: 250px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s, border 0.2s;

}
/* .btn.connection-cafe-btn-outline:hover, .connection-cafe-btn-outline:hover {
    background: #41AAD4;
    color: #fff !important;
    border-color: #41AAD4;
} */
/* Full width banner section */
.connection-cafe-row-1 {
    position: relative;
    background: url('../images/banner-cafe.png') no-repeat center center;
    background-size: 100% 100%;
    padding-top: 80px;
    padding-bottom: 220px;
    overflow: hidden;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.connection-cafe-two-column-title{
    color: var(--Blue, #41AAD4);
    /* H2 */
    font-family: Nunito;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 100% */
    padding-bottom: 32px;
}
.connection-cafe-banner-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 0;
    margin-top: 60px;
}
/* CSS removed as requested */
.connection-cafe-banner-title{
    color: var(--White, #FFF);

    /* H2 */
    font-family: Nunito;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 100% */
}
.connection-cafe-banner-content{
    color: var(--White, #FFF);

    /* Paragraph Large */
    font-family: Nunito;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 133.333% */
}
/* Connection Cafe main wrapper */
.connection-cafe-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 40px 20px; */
    margin-top: 180px;
}
.connection-cafe-two-column-content{
    color: var(--Text, #616161);

    /* Paragraph */
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

/* Full width banner section */
.connection-cafe-row-1 {
    position: relative;
    /* background: #41AAD4; */
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.connection-cafe-col {
    flex: 1 1 0;
    min-width: 280px;
    padding: 20px;
    box-sizing: border-box;
}
.connection-cafe-col.left {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.connection-cafe-col.right {
    flex: 1 1 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 0;
}
.connection-cafe-title {
    font-size: 2.2rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 18px;
}
.connection-cafe-section-title {
    color: var(--Blue, #41AAD4);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 100% */
}
.connection-cafe-content {
    color: var(--Text, #616161);

    /* Paragraph Large */
    font-family: Nunito;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 133.333% */
}
.connection-cafe-row-base{
    padding-top: 80px;
}
.connection-cafe-description {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 18px;
}
.connection-cafe-image {
    max-width: 100%;
    height: auto;
    /* border-radius: 12px; */
    box-shadow: 0 4px 16px rgba(65,170,212,0.08);
    margin-bottom: 0;
}
.connection-cafe-banner-btn {
    display: inline-block;
    padding: 12px 32px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #fff;
    margin-top: 10px;
    width: auto !important;
    margin: 10px 0 0 0;
    display: inline-block;
    min-height: unset;
    position: relative;
    z-index: 2;
    /* background: #41AAD4; */
    color: #fff !important;
    border: 2px solid #fff;
    box-shadow: 0 4px 16px rgba(65,170,212,0.18);
    /* No hover effect, always white text */
    max-width: 250px;
    display: flex;
    padding: 15px 40px;
    justify-content: center;
    align-items: center;
}

.connection-cafe-btn {
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid #fff;
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
    width: auto !important;
    min-height: unset;
    position: relative;
    z-index: 2;
    /* background: #41AAD4; */
    /* box-shadow: 0 4px 16px rgba(65,170,212,0.18); */
    max-width: 250px;
    justify-content: center;
    align-items: center;
}
.connection-cafe-btn:hover {
    background: transparent !important;
    color: #fff !important;
}

.connection-cafe-three-cols {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}
.connection-cafe-col.three-col {
    flex: 1 1 33%;
    /* background: #f8f9fa; */
    border-radius: 10px;
    /* box-shadow: 0 2px 8px rgba(65,170,212,0.06); */
    padding: 24px 18px;
    margin: 0;
    min-width: 220px;
    /* text-align: center; */
}
.connection-cafe-three-title {
    color: var(--Blue, #41AAD4);

    /* H3 */
    font-family: Nunito;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 30.8px; /* 110% */
}
.connection-cafe-three-desc {
    color: #000;

    /* Paragraph */
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}
@media (max-width: 900px) {
    .connection-cafe-row, .connection-cafe-three-cols {
        flex-direction: column;
        gap: 0;
    }
    .connection-cafe-col, .connection-cafe-col.three-col {
        min-width: 0;
        width: 50%;
        max-width: 600px;
        margin: 0;
        text-align: left;
        height: auto;
        display: block;
    .connection-cafe-title {
        font-size: 1.3rem;
    }
    .connection-cafe-section-title {
        font-size: 1.1rem;
    }
    .connection-cafe-btn {
        padding: 10px 18px;
        font-size: 1rem;
    }
}
}
/* ================================
   Page Banner Slider Styles
   ================================ */

.page-banner-slider {
    padding: 100px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    position: relative;
    overflow: hidden;
}

.page-banner-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
}

.page-banner-slider .container {
    position: relative;
    z-index: 2;
}

.banner-slide {
    padding: 0 15px;
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.8s ease;
}

.owl-item.active .banner-slide {
    opacity: 1;
    transform: scale(1);
}

.banner-slide .row {
    margin-left: -15px;
    margin-right: -15px;
}

.page-banner-slider .banner-media {
    padding: 0 15px;
    position: relative;
}

.page-banner-slider .banner-content {
    padding: 0 15px 0 60px;
}

.banner-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.5);
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.6s ease;
}

.owl-item.active .banner-image-wrapper {
    animation: imageFloat 3s ease-in-out infinite;
}

@keyframes imageFloat {
    0%, 100% {
        transform: perspective(1000px) rotateY(-5deg) translateY(0px);
    }
    50% {
        transform: perspective(1000px) rotateY(-5deg) translateY(-10px);
    }
}

.banner-image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(65, 170, 212, 0.2) 0%, rgba(45, 139, 184, 0.1) 100%);
    z-index: 1;
    transition: opacity 0.4s ease;
}

.banner-image-wrapper:hover::before {
    opacity: 0;
}

.banner-image-wrapper img {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 12px 32px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    margin: 10px 0 0 0;
    width: auto;
    background: #41AAD4;
    box-shadow: 0 4px 16px rgba(65,170,212,0.18);
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    opacity: 1;
    transform: translateY(0);
}

.banner-title {
    font-size: 56px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 24px;
    line-height: 1.1;
    position: relative;
    display: inline-block;
    transition: all 0.6s ease;
}

.banner-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 80px;
    height: 5px;
    background: linear-gradient(90deg, #41aad4 0%, #2d8bb8 100%);
    border-radius: 3px;
    transition: width 0.6s ease 0.3s;
}

.owl-item.active .banner-title::after {
    width: 120px;
}

.banner-description {
    font-size: 20px;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 35px;
    font-weight: 400;
}

.banner-description p {
    margin-bottom: 16px;
}

.banner-description p:last-child {
    margin-bottom: 0;
}

.banner-link-wrapper {
    margin-top: 10px;
}

.banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 36px;
    padding-top: 80px;
    text-decoration: none;
    border-radius: 6px;
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    width: auto;
    flex: 1 1 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-word;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.banner-btn:hover::before {
    left: 100%;
}

.banner-btn::after {
    content: '→';
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.banner-btn:hover {
    background: transparent !important;
    color: #2d8bb8 !important;
    box-shadow: none !important;
    border: 2px solid #2d8bb8 !important;
    transform: none;
}

.banner-btn:hover::after {
    transform: translateX(5px);
}

/* Banner Slider Navigation */
#banner-image-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
    z-index: 10;
}

#banner-image-slider .owl-nav button {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    pointer-events: all;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 22px !important;
    color: #2c3e50 !important;
    backdrop-filter: blur(10px);
}

#banner-image-slider .owl-nav button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, #41aad4 0%, #2d8bb8 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

#banner-image-slider .owl-nav button i {
    position: relative;
    z-index: 1;
}

#banner-image-slider .owl-nav button:hover {
    transform: scale(1.15);
    box-shadow: 0 12px 35px rgba(65, 170, 212, 0.4);
}

#banner-image-slider .owl-nav button:hover::before {
    opacity: 1;
}

#banner-image-slider .owl-nav button:hover i {
    color: #ffffff !important;
}

#banner-image-slider .owl-nav button:active {
    transform: scale(1.05);
}

#banner-image-slider .owl-nav .owl-prev {
    left: -30px;
}

#banner-image-slider .owl-nav .owl-next {
    right: -30px;
}

/* Banner Slider Dots */
#banner-image-slider .owl-dots {
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

#banner-image-slider .owl-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    margin: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 0;
    border: 2px solid transparent;
    cursor: pointer;
}

#banner-image-slider .owl-dot span {
    display: none;
}

#banner-image-slider .owl-dot.active {
    background: #41aad4;
    width: 40px;
    border-radius: 20px;
    border-color: rgba(65, 170, 212, 0.3);
}

#banner-image-slider .owl-dot:hover {
    background: #41aad4;
    transform: scale(1.2);
}

/* Responsive Banner Slider Styles */
@media (max-width: 991px) {
    .page-banner-slider {
        padding: 70px 0;
    }
    
    .banner-title {
        font-size: 44px;
    }
    
    .page-banner-slider .banner-content {
        padding: 0 15px 0 40px;
    }
    
    #banner-image-slider .owl-nav .owl-prev {
        left: -15px;
    }
    
    #banner-image-slider .owl-nav .owl-next {
        right: -15px;
    }
}

@media (max-width: 767px) {
    .page-banner-slider {
        padding: 50px 0;
    }
    
    .page-banner-slider .banner-media {
        margin-bottom: 40px;
    }
    
    .page-banner-slider .banner-content {
        padding: 0 15px;
    }
    
    .banner-image-wrapper {
        transform: perspective(1000px) rotateY(0deg);
        border-radius: 16px;
    }
    
    .banner-title {
        font-size: 36px;
        margin-bottom: 18px;
    }
    
    .banner-description {
        font-size: 17px;
        margin-bottom: 28px;
    }
    
    .banner-btn {
        padding: 15px 32px;
        font-size: 16px;
    }
    
    #banner-image-slider .owl-nav .owl-prev {
        left: 5px;
    }
    
    #banner-image-slider .owl-nav .owl-next {
        right: 5px;
    }
    
    #banner-image-slider .owl-nav button {
        width: 50px;
        height: 38px;
        font-size: 18px !important;
    }
}

@media (max-width: 480px) {
    .banner-title {
        font-size: 30px;
    }
    
    .banner-description {
        font-size: 16px;
    }
    
    .banner-btn {
        padding: 13px 28px;
        font-size: 15px;
    }
    
    #banner-image-slider .owl-nav button {
        width: 45px;
        height: 45px;
        font-size: 18px !important;
    }
}

/* ================================
   Services Slider Section Styles
   ================================ */

.services-slider-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.services-slider-section .section-header {
    margin-bottom: 50px;
    position: relative;
}

.services-slider-section .section-title {
    color: var(--Blue, #41AAD4);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 100% */
}

.services-slider-section .section-description {
    font-size: 18px;
    color: #616161;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Card Styles */
.service-card {
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-card-image {
    position: relative;
    overflow: hidden;
    height: 260px;
    background: #e9ecef;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card:hover .service-card-image img {
    transform: scale(1.1);
}

.service-card-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background-color: #EBF6FA;
}

.service-card-title {
    font-size: 21px;
    font-weight: 700;
    color: #41AAD4;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.service-card-description {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 25px;
    flex-grow: 1;
}

.service-card-description p {
    margin: 0;
}

.service-card-link-wrapper {
    margin-top: auto;
}

.service-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #007bff;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 12px 24px;
    background: #41aad4;
    color: #ffffff;
    border-radius: 0;
}

.service-card-link:hover {
    background: transparent;
    transform: translateX(5px);
    color: #41aad4;
    border: 1px solid #41aad4;
}

.service-card-link svg {
    transition: transform 0.3s ease;
}

.service-card-link:hover svg {
    transform: translateX(5px);
}

/* Owl Carousel Custom Styles */
.services-slider-wrapper {
    position: relative;
}

#services-slider.owl-carousel {
    position: relative;
}

#services-slider .owl-stage-outer {
    padding: 20px 0;
}

#services-slider .owl-item {
    display: flex;
    align-items: stretch;
}

/* Navigation Arrows - Top Right Position */
#services-slider .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    width: auto;
    display: flex;
    gap: 10px;
    pointer-events: all;
}

#services-slider .owl-nav button {
    position: relative;
    width: 60px;
    height: 45px;
    background: #41aad4 !important;
    box-shadow: 0 3px 10px rgba(65, 170, 212, 0.3);
    transition: all 0.3s ease;
    pointer-events: all;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    color: #ffffff !important;
}

#services-slider .owl-nav button:hover {
    background: #FF9900 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 153, 0, 0.4) !important;
}

#services-slider.owl-carousel .owl-nav button:hover,
#services-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: #FF9900 !important;
    color: #ffffff !important;
}

#services-slider .owl-nav .owl-prev {
    left: auto;
}

#services-slider .owl-nav .owl-next {
    right: auto;
}

#services-slider .owl-nav button.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Dots */
#services-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#services-slider .owl-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    background: #d1d5db;
    border-radius: 50%;
    margin: 0 6px;
    transition: all 0.3s ease;
    padding: 0;
    border: none;
}

#services-slider .owl-dot span {
    display: none;
}

#services-slider .owl-dot.active,
#services-slider .owl-dot:hover {
    background: #41aad4;
    transform: scale(1.2);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .services-slider-section {
        padding: 60px 0;
    }
    
    .services-slider-section .section-title {
        font-size: 36px;
    }
    
    .service-card {
        margin: 10px;
    }
}

@media (max-width: 767px) {
    .services-slider-section {
        padding: 40px 0;
    }
    
    .services-slider-section .section-header {
        margin-bottom: 50px;
    }
    
    .services-slider-section .section-title {
        font-size: 30px;
    }
    
    .services-slider-section .section-description {
        font-size: 16px;
    }
    
    .service-card {
        margin: 5px;
    }
    
    .service-card-image {
        height: 220px;
    }
    
    .service-card-content {
        padding: 20px;
    }
    
    .service-card-title {
        font-size: 20px;
    }
    
    .service-card-description {
        font-size: 15px;
    }
    
    #services-slider .owl-nav .owl-prev {
        left: -10px;
    }
    
    #services-slider .owl-nav .owl-next {
        right: -10px;
    }
    
    #services-slider .owl-nav button {
        width: 50px;
        height: 38px;
        font-size: 18px !important;
    }
}

@media (max-width: 480px) {
    .service-card-image {
        height: 200px;
    }
    
    .service-card-title {
        font-size: 18px;
    }
    
    .service-card-link {
        font-size: 14px;
        padding: 10px 20px;
    }
}

/* ================================
   FAQ Page Template Styles
   ================================ */

.faq-page-wrapper {
    padding: 80px 0;
    /* background: #f8f9fa; */
}

.faq-page-header {
    text-align: left;
    margin-bottom: 50px;
}

.faq-page-title {
    font-size: 42px;
    font-weight: 700;
    color: #41aad4;
    margin-bottom: 15px;
    line-height: 1.2;
}

.faq-page-description {
    font-size: 18px;
    color: #6c757d;
    max-width: 100%;
    margin: 0;
    line-height: 1.6;
    text-align: left;
}

/* FAQ Accordion Styles */
.faq-accordion-wrapper {
    max-width: 100%;
    margin: 0;
}

.faq-accordion-item {
    background: #ffffff;
    border-radius: 0;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.faq-accordion-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.faq-accordion-header {
    width: 100%;
    padding: 20px 25px;
    background: #ffffff !important;
    border: 2px solid transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
    background: #EBF6FA !important;

}

.faq-accordion-header:hover {
    background: #EBF6FA !important;
}

.faq-accordion-header.active,
.faq-accordion-header:focus,
.faq-accordion-header:active {
    background: #EBF6FA !important;
    border: none;
    /*box-shadow: 0 0 0 2px rgba(255,153,0,0.15) !important; */
    outline: none;
}

.faq-accordion-title {
    font-size: 18px;
    font-weight: 600;
    color: #41aad4 !important;
    line-height: 1.4;
    padding-right: 20px;
    flex-grow: 1;
}

.faq-accordion-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    color: #41aad4;
    border: 2px solid #41aad4;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-accordion-header.active .faq-accordion-icon {
    transform: rotate(180deg);
    border: 2px solid #FF9900 !important;
    color: #FF9900 !important;
}

.faq-accordion-content {
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-accordion-content-inner {
    padding: 20px 25px 30px 25px;
    color: #6c757d;
    font-size: 16px;
    line-height: 1.7;
}

.faq-accordion-content-inner p:last-child {
    margin-bottom: 0;
}

.faq-no-items {
    text-align: center;
    padding: 40px 20px;
    background: #ffffff;
    border-radius: 0;
    color: #6c757d;
}

/* FAQ Responsive Styles */
@media (max-width: 767px) {
    .faq-page-wrapper {
        padding: 60px 0;
    }

    .faq-page-title {
        font-size: 32px;
    }

    .faq-page-description {
        font-size: 16px;
    }

    .faq-accordion-header {
        padding: 15px 20px;
    }

    .faq-accordion-title {
        font-size: 16px;
    }

    .faq-accordion-content-inner {
        padding: 0 20px 20px 20px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .faq-page-wrapper {
        padding: 40px 0;
    }

    .faq-page-title {
        font-size: 28px;
    }

    .faq-accordion-header {
        padding: 12px 15px;
    }

    .faq-accordion-title {
        font-size: 15px;
    }

    .faq-accordion-icon {
        width: 20px;
        height: 20px;
    }
}




/* hide top bar  */
.page-id-7606 .top-bar {
    display: none;
}

/* Flexi Banner Title */
.flexi-banner-section{
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.flexi-banner-section .banner-title {
    color: var(--Blue, #41AAD4);
    font-family: Nunito, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    border-bottom: none !important;
    text-decoration: none !important;
    padding-bottom: 16px;
}

/* Flexi Banner Description */
.flexi-banner-section .banner-description {
    color: var(--Text, #616161);

    /* Paragraph */
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.flexi-banner-section  .banner-title::after {
    display: none;
}

/* Multicolumn repeater title default color */
.flexi-banner-section .multi-content-title {
    color: #41AAD4;
}

.flexi-banner-section .multi-content-box {
    border: none !important;
}

/* Remove top margin if top_banner is checked */
.flexi-banner-bg-fullwidth.no-top-margin {
    margin-top: 0 !important;
}

/* Add support for top_banner_padding range field to control top padding of flexi banner */
.flexi-banner-bg-fullwidth[data-top-padding] {
    padding-top: var(--top-banner-padding, 0px) !important;
    /* If negative, use margin-top instead to move up */
}
.flexi-banner-bg-fullwidth[data-top-padding] {
    margin-top: calc(var(--top-banner-padding, 0px) * 1) !important;
    padding-top: 0 !important;
}

/* #primary {
    float: left;
    width: 75%;
    padding-right: 0px;

}

#primary .site-main {
    padding-right: 0px;
} */