/* ==== Light Body Style start ==== */
body.light_theme {
    background: linear-gradient(101deg, rgba(40, 168, 224, 0.10) -15.64%, rgba(170, 0, 255, 0.03) 105.1%);
    overflow-x: hidden;
}

/* ==== light Header Style Start ==== */
body.light_theme .light_theme_bg {
    background: #FEFEFED9;
    border-image-source: linear-gradient(113.26deg, rgba(40, 168, 224, 0.3) 3.36%, rgba(127, 118, 255, 0.31) 100.86%);
    border-image-slice: 1;
    backdrop-filter: blur(5.2px);
    -webkit-backdrop-filter: blur(5.2px);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05) inset, 0px -4px 8px rgba(0, 0, 0, 0.05) inset, 0px 6px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -9;
}

body.light_theme .theme_changer a svg path,
body.light_theme nav.header_nav ul li a svg path {
    fill: #000;
}

body.light_theme .theme_changer::before {
    transform: translateX(45px);
    background-color: #FBBF25;
    backdrop-filter: blur(14.935195922851562px);
}

body.light_theme nav.header_nav ul li a,
body.light_theme section.partner_section h2.logo_heading,
body.light_theme .about_content_wrapper h2.main_heading,
body.light_theme .about_content_wrapper h3.sub_heading,
body.light_theme .about_content_wrapper p.about_description {
    color: #000000;
}

body.light_theme .header_nav ul li a.active_menu {
    color: #28B34B;
}


/* ==== Light About sky47 Future Of data Slider Section style start ==== */
body.light_theme .about_future_data_sec .nav_button.next img.light_right,
body.light_theme .about_future_data_sec .nav_button.prev img.light_left,
body.light_theme .partner_section .nav_button.next img.light_right,
body.light_theme .partner_section .nav_button.prev img.light_left {
    display: block;
}

body.light_theme .about_future_data_sec .swiper-pagination span {
    background: black;
}

body.light_theme .about_future_data_sec .swiper-pagination span.swiper-pagination-bullet-active {
    background: #28B34B;
}

body.light_theme section.partner_section {
    background: white;
}

/* ==== Light About Sky47 Future Of Data Section Style Start ==== */
body.light_theme .about_content_wrapper {
    border: 1.5px solid rgba(40, 168, 224, 0.6);
    border-radius: 28px;
}

body.light_theme .about_content_wrapper:hover {
    background: linear-gradient(180deg, #F1F1F1 0%, #F6FFF7 46%, #E4FFFA 73%, #F1F1F1 100%);
}

/* ==== Light Services Section Style Start ==== */
body.light_theme .services_sec .tab-indicator {
    background: linear-gradient(113deg, rgba(40, 168, 224, 0.30), rgba(57, 180, 74, 0.30));
}

body.light_theme .services_sec .tabs {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(40, 168, 224, 0.30);
    background: #FFF;
    border-radius: 24px;
    width: 43.9%;
    margin: 0 auto 40px;
    padding: 5px;
}

body.light_theme .services_sec .tab-wrapper {
    flex: 1;
    position: relative;
    z-index: 2;
    text-align: center;
}

body.light_theme .services_sec .tab-btn {
    width: 100%;
    background: transparent;
    border: none;
    padding: 20px 10px;
    border-radius: 24px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

body.light_theme .services_sec .tab-indicator {
    position: absolute;
    top: 0px;
    left: 0;
    height: calc(100% - 0px);
    width: 26.2%;
    background: linear-gradient(113deg, rgba(40, 168, 224, 0.30), rgba(57, 180, 74, 0.30));
    border-radius: 24px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.05) inset, 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
}

body.light_theme .services_sec .swiper-slide {
    background: #FFF;
}

body.light_theme .services_sec .swiper-slide:hover {
    /* box-shadow: 5px 12px 26px rgb(195, 192, 192); */
    background-color: #bae5f4;
}

body.light_theme .services_sec .swiper-slide h4 {
    color: #000000;
}

/* ==== Light Contact Us Section Style Start ==== */
body.light_theme .contact_section {
    background-image: url('../img/white_maps_bg.png');
}

body.light_theme .contact_section .contact_column_left h2,
body.light_theme .contact_section h3.contact_subtitle {
    color: #000000;
}

body.light_theme .contact_section a.green_btn {
    color: #000000;
}

/* ==== Light Our Team Section Style Start ==== */
body.light_theme .our_team_sec {
    background: linear-gradient(101.05deg, rgba(40, 168, 224, 0.1) -15.64%, rgba(170, 0, 255, 0.03) 105.1%);
}

body.light_theme .our_team_sec h2.main-heading {
    color: #000000;
}

/* ==== Light Footer Style Start ==== */
body.light_theme .footer_inner_sec h5,
body.light_theme .footer_inner_sec ul li a,
body.light_theme h5.footer_title {
    color: #000000;
}

body.light_theme .footer_bottom {
    background-color: rgb(40, 167, 69);
}

body.light_theme .footer_inner_sec ul li a:hover {
    color: #28B34B;
}

body.light_theme ul.contact_info li a {
    color: #000000;
}
body.light_theme .what_we_stand_for .service-card {
    background: linear-gradient(white, white) padding-box,
        linear-gradient(113.26deg, rgba(40, 168, 224, 0.3) 3.36%, rgba(127, 118, 255, 0.31) 100.86%) border-box;
}

body.light_theme .our-open-roles .role-details span {
    color: #666666;
}

body.light_theme .sky47-card-container .sky47-card {
    background-color: #ffffff;
}

body.light_theme .sky47-card-container .sky47-card:hover {
    background-color: #e2f8ff;
}

body.light_theme .sky47-card-container .sky47-card::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(113.26deg, rgba(40, 168, 224, 0.3) 3.36%, rgba(127, 118, 255, 0.31) 100.86%);
    border-radius: 24px;
    z-index: -1;
}
body.light_theme .facilities .card {
    /* background: linear-gradient(white, white) padding-box, linear-gradient(113.26deg, rgba(40, 168, 224, 0.3) 3.36%, rgba(127, 118, 255, 0.31) 100.86%) border-box; */
}

body.light_theme .facilities .tab-container {
    background: linear-gradient(white, white) padding-box,
        linear-gradient(113.26deg, rgba(40, 168, 224, 0.3) 3.36%, rgba(127, 118, 255, 0.31) 100.86%) border-box;
}
body.light_theme .facilities .tab-btn, body.light_theme .facilities .tab-btn.active {
    color: #000;
}

body.light_theme .contactus_page_detail_sec .form-container {
    background-image: url(https://admin.sky47.com.pk/wp-content/uploads/2025/08/Ellipse-1464.png);
}

body.light_theme .accordion-item {
    background-color: #ffffff;
}

body.light_theme .accordion-header:hover {
    background-color: #f8f9fa;
}
/* 
body.light_theme .accordion-header.active {
    background-color: #f1f8ff;
} */

body.light_theme a.green_btn svg path {
    fill: #000;
}

body.light_theme a.apply_btn {
    background: transparent;
}

body.light_theme a.apply_btn:hover {
    background: #28A8E0;
}
body.light_theme .what_we_stand_for .service-card:hover {
    background: #bae5f4;
}

body.light_theme .filter_btn {
    background: transparent;
}

body.light_theme .contactus_page_detail_sec .submit-btn {
    color: #000;
}