.elementor-4040 .elementor-element.elementor-element-ed5b831{--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;}.elementor-4040 .elementor-element.elementor-element-ed5b831:not(.elementor-motion-effects-element-type-background), .elementor-4040 .elementor-element.elementor-element-ed5b831 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-d6b669e );}/* Start custom CSS for html, class: .elementor-element-a887dda *//* Main Container */
.main-container {
    position: relative;
    min-height: 100vh;
    width: 100%;
}

/* Background Curve */
.background-curve {
    position: absolute;
    bottom: 0;
    left: 0;
    top:82px;
    width: 100%;
    height: 60%;
    z-index: 1;
}

.background-curve svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content Section */
.content-section {
    position: relative;
    z-index: 2;
    padding: 60px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Section */
.header-section {
    text-align: center;
    margin-bottom: 80px;
}

.main-title {
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.main-description {
    font-size: 1.2rem;
    color: #b8c5d6;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Tab Slider Container */
.tab-slider-container {
    position: relative;
    margin-bottom: 0px;
    padding: 0px 0;
}
.owl-item.active.center .tab-title
{
 color:#000000 !important;
}

/* Active Tab Highlight - Fixed in Middle */
.active-tab-highlight {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.3);
    z-index: 3;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 0 30px rgba(255, 255, 255, 0.1),
        inset 0 0 30px rgba(255, 255, 255, 0.05);
}

.active-tab-highlight::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.05);
    }
}

/* Owl Carousel Customization */
.tab-carousel {
    position: relative;
    z-index: 2;
}

.tab-carousel .owl-stage-outer {
    overflow: visible;
}

.tab-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-carousel .owl-item.center {
    transform: scale(1.1);
    z-index: 4;
}

.tab-carousel .owl-item:not(.center) {
    opacity: 0.6;
    transform: scale(0.9);
}

/* Tab Items */
.tab-item {
    text-align: center;
    cursor: pointer;
    padding: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.tab-item:hover {
    transform: translateY(-5px);
}

.tab-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.tab-circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent);
    z-index: 1;
    transition: all 0.3s ease;
}

.tab-item:hover .tab-circle::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
}

.tab-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-item:hover .tab-circle img {
    transform: scale(1.1);
}

.tab-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    transition: all 0.3s ease;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.tab-item:hover .tab-title {
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
}

/* Active Tab Styling */
.tab-carousel .owl-item.center .tab-item {
    transform: none;
}

.tab-carousel .owl-item.center .tab-circle {
    box-shadow: 
        0 0 40px rgba(255, 255, 255, 0.2),
        0 15px 35px rgba(0, 0, 0, 0.4);
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.tab-carousel .owl-item.center .tab-title {
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(255, 255, 255, 0.4);
}

/* Content Display */
.content-display {
    text-align: center;
    margin-bottom: 80px;
    min-height: 80px;
    position: relative;
    background: #ffffff;
}

.content-item {
    display: none;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.content-item.active {
    display: block;
    opacity: 1;
    position: relative;
}

.content-description {
    font-size: 1.3rem;
    color: #e8f0fe;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Logo Section */
.logo-section {
    margin-top: 100px;
    padding: 40px 0;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.logo-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.logo-item {
    text-align: center;
    transition: all 0.3s ease;
}

.logo-item:hover {
    transform: translateY(-5px);
}

.logo-item img {
    max-width: 120px;
    max-height: 80px;
    object-fit: contain;
    filter: brightness(0.8) contrast(1.2);
    transition: all 0.3s ease;
}

.logo-item:hover img {
    filter: brightness(1) contrast(1.3);
    transform: scale(1.05);
}

/* Owl Carousel Navigation */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 5;
}

.owl-nav button {
    position: absolute;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    color: #ffffff !important;
    font-size: 18px !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(10px);
}

.owl-nav button:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    transform: scale(1.1);
}

.owl-nav .owl-prev {
    left: -25px;
}

.owl-nav .owl-next {
    right: -25px;
}

.owl-nav button span {
    font-size: 20px;
    line-height: 1;
}

/* Owl Dots */
.owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-title {
        font-size: 2.5rem;
    }
    
    .main-description {
        font-size: 1rem;
        padding: 0 20px;
    }
    
    .tab-circle {
        width: 100px;
        height: 100px;
    }
    
    .tab-title {
        font-size: 1rem;
    }
    
    .content-description {
        font-size: 1.1rem;
        padding: 0 20px;
    }
    
    .active-tab-highlight {
        width: 140px;
        height: 140px;
    }
    
    .owl-nav button {
        width: 40px !important;
        height: 40px !important;
        font-size: 16px !important;
    }
    
    .owl-nav .owl-prev {
        left: -20px;
    }
    
    .owl-nav .owl-next {
        right: -20px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .main-title {
        font-size: 2rem;
    }
    
    .tab-circle {
        width: 80px;
        height: 80px;
    }
    
    .tab-title {
        font-size: 0.9rem;
    }
    
    .active-tab-highlight {
        width: 120px;
        height: 120px;
    }
    
    .owl-nav {
        display: none;
    }
}/* End custom CSS */