.main_wrapper {
    position: relative;
}

.main_wrapper .mainSwiper {
    width: 100%;
    height: 100vh;

    position: relative;
    z-index: 10;
}

.main_wrapper .swiper-slide {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.main_wrapper .slide-overlay {
    position: absolute;
    left: 10%;
    /*bottom: 20%;*/
    color: #fff;
     max-width: 600px; 
}


/*.main_wrapper .swiper-slide.one {*/
/*    background-image: url('../images/slider/s1.webp')*/
/*}*/

/*.main_wrapper .swiper-slide.two {*/
/*    background-image: url('../images/slider/s2.webp')*/
/*}*/

/*.main_wrapper .swiper-slide.three {*/
/*    background-image: url('../images/slider/s3.webp')*/
/*}*/

/*.main_wrapper .swiper-slide.four {*/
/*    background-image: url('../images/slider/s4.webp')*/
/*}*/

.mian_wrapper .banner_content{
    max-width:60%;
}

.main_wrapper .slide-overlay h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #fff;
    /*margin-bottom:16 !important;*/
}

.main_wrapper .slide-overlay .btns{
    margin-top:20px;
}
.main_wrapper .slide-overlay p{
    margin-bottom:24px !important;
}

.main_wrapper .slide-overlay h2 span {
    font-weight: 800;
    color: #fff;
}

/* optional dark gradient overlay for better readability */
.main_wrapper .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    z-index: 1;
}

.main_wrapper .slide-overlay {
    z-index: 2;
    /* keep text above overlay */
}



.main_wrapper .swiper-pagination-bullet {
    background: var(--primary-color);
    opacity: 0.8;
    width: 8px;
    height: 8px;
}

.main_wrapper .swiper-pagination-bullet-active {
    border: 1px solid #fff;
}



.main_wrapper .swiper-button-prev::after,
.main_wrapper .swiper-button-next::after {
    content: '';
}

.main_wrapper .swiper-button-prev,
.main_wrapper .swiper-button-next {
    font-size: 1.2rem;
    color: #fff;
    width: initial;
    height: initial;
    /* position: initial; */
    outline: none;
    background-color: transparent;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: .3px solid #fff;

}

.main_wrapper .swiper-button-prev {
    left: 40px;
    /* move it near the red mark */
}

/* Adjust Right Button (Next) */
.main_wrapper .swiper-button-next {
    right: 40px;
    /* move it near the red mark */
}



.section_two {
    background: #f9f9f9;
}

.section_two .section_desc {
    margin-bottom: 24px;
}

.our_products {
    padding-bottom: 0;
}

.our_products .product_grid_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* gap: 50px; */
    margin-top: 100px;
}

.product_grid_row .product {
    background: #F2F6FF;
    text-align: center;
    padding: 70px 40px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background .3s, transform .3s;
}


.product_grid_row .product .product_image {
    min-width: 400px;
    min-height: 400px;
    max-width: 400px;
    max-height: 400px;
    margin: 0px auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
    
}

.product_grid_row .product .product_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .3s;
}
.product_grid_row .product:hover .product_image img{
    transform: scale(1.08);
    filter: brightness(1.1);
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); */
}

.product_grid_row .bg-gradient {
    background: linear-gradient(to bottom, #2e3a55 0%, #000000 100%) !important;
    transition: background .5s;
}

/* .product_grid_row .bg-gradient:hover{
    background: #989fb9 !important;
} */

.product_grid_row .product .product_name {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #000;
}

.product_grid_row .product .product_desc {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
    color: #000;
}

.product_grid_row .bg-gradient .product_name,
.product_grid_row .bg-gradient .product_desc {
    color: #fff;
}

.product_grid_row .bg-gradient .main_btn {
    background: #fff !important;
    color: #000;
    border: 1px solid #fff !important;
}
.product_grid_row .bg-gradient .main_btn:hover {
    background: #000 !important;
    color: #fff;
    border: 1px solid #fff !important;
}

.what_we_do {
    background: linear-gradient(135deg, #f3f4f6, #e6e9f0);
}

.what_we_do .grid_row {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 32px;
    max-width: 1024px;
    margin: auto;
}

.what_we_do .section_heading,
.what_we_do .main_desc {
    text-align: left;
}

.what_we_do .main_desc {
    color: #000;
}

/* FLEX ROW */
.what_we_do .flex_row {
    display: flex;
    gap: 20px;
    max-width: 1024px;
    margin: 50px auto 0;
    padding: 20px;
}

/* BLOCK BASE */
.what_we_do .block {
    flex: 1; /* Equal width */
    height: 500px; /* Equal height */
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* IMAGE */
.what_we_do .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CENTER TITLE (VISIBLE ALWAYS) */
.what_we_do .image-block h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    z-index: 2;
    transition: all 0.4s ease;
    text-align: center;
    pointer-events: none;
}

/* OVERLAY */
.what_we_do .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 26, 66, 0.2),
        rgba(0, 26, 66, 0.85)
    );
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

/* PARAGRAPH (HIDDEN INITIALLY) */
.what_we_do .overlay p {
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

/* HOVER EFFECTS */
.what_we_do .image-block:hover .overlay {
    opacity: 1;
}

.what_we_do .image-block:hover .overlay p {
    opacity: 1;
    transform: translateY(0);
}

.what_we_do .image-block:hover h2 {
    top: 25%;
    font-size: 20px;
}



.section_three {
    background: url(../images/transparent.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

@media screen and (max-width:600px){
    .section_three{
        background: url(../images/transparent-mobile.webp) no-repeat center center;
        height:100vh;
    }
    .section_three .container{
        padding-top: 350px;
    }
}

.section_three .section_heading {
    color: #fff;
    text-align: left;
}

.section_three p {
    margin-bottom: 24px;
}
.section_three .main_btn:hover{
    color: #fff;
    border-color: #fff;
}


.solution_sec .grid_row {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    align-items: center;
}

.solution_sec .img_column {
    text-align: center;
}

.solution_sec .column {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.solution_sec .item {
    display: flex;
    align-items: start;
    gap: 16px;
}

.solution_sec .item .icon {
    max-width: 60px;
    background-color: #002F52;
    padding: 12px;
    border-radius: 16px;
}

.solution_sec .item .item_content {
    color: #000;
}

.solution_sec .item_content h6 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 800;
}

.solution_sec .item_content p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
}

.solution_sec .column_two .item {
    text-align: end;
}

.solution_sec .grid_solution {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 30% 70%;
    /* gap: 50px; */
    position: relative;
}

.solution_sec .grid_solution .nav {
    position: sticky;
    top: 100px;
    /* adjust based on header height */
    align-self: start;
}

.solution_sec .grid_solution .nav button {
    height: 70px;
    background-color: #e8f4fa;
    border-radius: 0;
    text-align: left;
    padding: 15px;
    transition: background 0.3s;
    color: #000;
    text-align: center;
    font-size: 18px;
    border-radius:16px;
    margin-bottom:8px;
}

.solution_sec .grid_solution .nav button.active {
    background: #1380b9;
    color: #fff;
}

.solution_sec .tab-content img{
    border-radius:20px;
}




.solution_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.solution_grid .item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding: 20px;
    border-radius: 12px;
}

.solution_grid .item .item_icon {
    width: 80px;
    background: var(--primary-color);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 16px;
}
.solution_grid .item h6{
    font-weight: 800;
}



.events {
    background: linear-gradient(135deg, #ffffff, #f2f6ff);
}

.events .grid_row {
    display: grid;
    grid-template-columns: .8fr 1fr;
    gap: 50px;
    align-items: center;
}

.events .text .section_heading,
.events .text .section_desc {
    text-align: start;
}

.event_images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.event_item {
    text-align: center;
    overflow: hidden;
    border-radius: 8px;
    border:1px solid #ececee;
}

.event_item img {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
    border-radius: 8px;
    overflow:hidden !important;
}

.event_item img:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Tablet */
@media (max-width: 992px) {
    .event_images {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .event_images {
        grid-template-columns: 1fr 1fr;
    }
}


.prdct_detail_btns{
    display:flex;align-items:center;gap:16px;margin-top:40px !important;
}

@media screen and (max-width:600px){
    .prdct_detail_btns{
        flex-direction: column;
        align-items:start;
        gap:24px;
    }
    
    
}
.en_btn{
    background:#01528C;
    border:none;
    width:fit-content;
}

footer {
   
    position: relative;
    /*background: #0072BA;*/
     background: url("../images/footer.webp") no-repeat center center/cover; 
    /* your image */
    padding-bottom: 30px !important;
    background-attachment: fixed;
    z-index: 1;
    overflow: hidden;
}



footer .container {
    position: relative;
    z-index: 2;
     margin:auto;
    /* ensures content is above overlay */
}


footer .grid_row {
    display: grid;
    grid-template-columns: 25% 75%;
    gap: 50px;
}

footer .footer_logo {
    max-width: 180px;
    margin-bottom: 32px;
}

footer .footer_col ul p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
}
footer  .contact_info li{
    margin-bottom:16px;
}
footer  .contact_info p,
footer  .contact_info a{
    color:#fff;
    margin-bottom:0;
}

footer .footer_col ul li {
    margin-bottom: 16px;
}

footer .footer_col ul a {
    color: #fff;
}

footer .footer_product_col {
    display: flex;
    flex-wrap: wrap;
    column-gap: 150px;
    row-gap: 50px;
}

footer .footer_title {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 24px;
}

footer .footer_link {
    margin: 12px 0;
}

footer .footer_link a {
    color: #fff;
    font-size: 14px;
}

footer .social_links {
    display: flex;
    gap: 16px;
    margin-top: 20px;
}
footer .social_links li {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: all 0.3s ease;
    color: #fff;
    background: #fff;
}

footer .social_links li:hover {
    color: #fff;
    transform: translateY(-3px); 
}
footer .social_links li i{
    font-size:20px;
}

footer .copyright {
    margin-top: 50px;
    padding: 20px 0 0;
    border-top: .5px solid var(--first-color);
    text-align: center;
}

footer .copyright p {
    color: #fff;
    font-weight: 200;

}




.page_wrapper .filter_grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap:20px;
}

.page_wrapper .filter_grid select,
.page_wrapper .filter_grid .search_bar {
    width: 400px;
}

.page_wrapper .filter_grid select:focus,
.page_wrapper .filter_grid .search_bar input:focus {
    box-shadow: none;
    outline: none;
}

.page_wrapper .filter_grid select {
    padding: 10px 20px;
    height: 45px;
}

.page_wrapper .filter_grid .search_bar input {
    height: 45px;
    padding: 10px 20px;
}
.page_wrapper .filter_grid .search_bar main_btn{
    height: 45px !important;
}
.search_bar .input-group{
    max-height:45px;
    flex-wrap:nowrap;
    gap:16px;
}
.page_wrapper .filter_grid select,
.page_wrapper .filter_grid .search_bar input {
    border-radius: 16px !important;
     border: 1px solid #ececee;
}

.search_bar .input-group .btn-info{
    border-radius: 16px !important;
    background: var(--primary-color) !important;
    color:#fff;
    border:none;
}

/*.page_wrapper .product_grid_row {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));*/
/*    max-width: 1320px;   */
/*    margin: 0 auto;     */
/*    gap: 24px;*/
/*    justify-content: center;*/
/*    margin-top: 50px;*/
/*}*/



.page_wrapper .product_grid_row .product_image {
    max-width: 300px;
    height: 200px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product_grid_row .product_item {
    background:#f2f2f2;
    /*border: 1px solid #ececee;*/
    padding: 16px;
    border-radius: 20px;
    width:310px;
    margin:auto;
}

@media screen and (max-width:1199px){
    .product_grid_row .product_item{
        width:30%;
    }
}
@media screen and (max-width:991px){
    .product_grid_row .product_item{
        width:45%;
    }
}
@media screen and (max-width:600px){
    .product_grid_row .product_item{
        width:100%;
    }
}

.product_grid_row .product_image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product_grid_row .product_data {
    text-align: center;
}

.product_grid_row .product_data .product_name {
    font-weight: 800;
}

.product_grid_row .product_data a {
    color: var(--primary-color);
    font-size: 14px;
    text-decoration:none;
}




.product_detail_page .container {
    display: grid;
    grid-template-columns: 50% 45%;
    gap:50px;
}


.product_detail_page .swiper {
    width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.product_detail_page .product_slider {
    display: flex;
    flex-direction:column;
    flex-direction: column-reverse;
    gap:20px;
}

.product_detail_page .swiper-slide {
    /* background-size: cover;
    background-position: center; */
    /*background-color: #f2f6ff !important;*/
    /*border: 1px solid #ececee;*/
    border-radius: 16px;
    /*box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;*/
    overflow:hidden;
    
}

.product_detail_page .mySwiper2 {
    height: 100% !important;
    width: 100% !important;
}

.product_detail_page .mySwiper2 .swiper-slide {
    max-width: 100%;
    max-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Container for zoom effect */
.product_detail_page .zoom-container {
    position: relative;
    overflow: hidden;
}

/* The zoomed image */
.product_detail_page .zoom-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.15s ease-out;
    will-change: transform;
    transform-origin: center center;
}



.product_detail_page .mySwiper {
    /*height: 500px;   */
    overflow-y: auto;
    overflow-x: scroll;
    box-sizing: border-box;
}

.product_detail_page .mySwiper .swiper-wrapper {
    display: flex;
    /*flex-direction: column;*/
    gap: 4px;

}

.product_detail_page .mySwiper .swiper-slide {
    width: 100px !important;
    height: 100px;
    background: #fff;
    border: .5px solid #ececee;
    border-radius: 10px;
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* ensures image doesn’t overflow */


}

.product_detail_page .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.product_detail_page .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* prevents stretching, keeps full image */
    display: block;
}

.product_detail_page .swiper-button-next::after,
.product_detail_page .swiper-button-prev::after {
    display: none !important;
}

.product_detail_page .swiper-button-next,
.product_detail_page .swiper-button-prev {
    color: var(--primary-color);
    /* Use your theme primary color */
    font-size: 28px;
    /* Adjust icon size */
    background: var(--primary-color);
    color: #fff;
    /* Optional circle bg */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}





.product_detail_page .product_data .section_heading {
    text-align: left;
    font-size: 32px;
}
.product_detail_page .product_data p{
    margin-bottom:16px;
}
.product_detail_page .product_data h1{
    font-size:36px;
}
.product_detail_page .product_data h3{
    font-size:20px;
    font-weight:400;
}
/*.product_detail_page .product_data .download_btn {*/
/*    margin-top: 32px !important;*/
/*}*/

.product_sec_two{
    padding: 40px 0;
}


.product_features{
    padding: 40px 0;
}
.product_features .nav-pills {
    border-bottom: .3px solid #D1D5DB;
    display: flex;
    gap:12px;
}

.product_features .nav-link {
    background: transparent;
    border-radius: 0;
    border-top-right-radius:16px;
    border-top-left-radius:16px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border:.3px solid #D1D5DB;
    padding:14px 24px;
}

.product_features .nav-link.active {
    background: #000;
    color: #fff;
    font-weight: 500;
    /*border-bottom: 2px solid #000;*/
}

/* accessories row */
.product_features .aceesories_row {
    display: flex;
    /* justify-content: center; */
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.product_features .aceesories_row .item {
    width: 260px;
    text-align: center;
    transition: all 0.3s ease;
    /*box-shadow: 0 2px 8px rgba(0,0,0,0.05);*/
    border-radius: 12px;
    padding: 25px 20px;
    /*background: #f4f6f9;*/
    border: 1px solid #eee;
}

.product_features .aceesories_row .item:hover {
    transform: translateY(-8px);
}

.product_features .aceesories_row .item .image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_features .aceesories_row .item .image img {
    width: 100%;
    max-width: 220px;
    height: auto;
    transition: transform 0.3s ease;
}

.product_features .aceesories_row .item:hover .image img {
    transform: scale(1.05);
}

.product_features .aceesories_row .item h6 {
    font-size: 16px;
    font-weight: 300;
    color: #1a1a1a;
    margin-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .product_features .aceesories_row {
        gap: 30px;
    }
    .product_features .aceesories_row .item {
        width: 45%;
    }
}

@media (max-width: 480px) {
    .product_features .aceesories_row .item {
        width: 100%;
    }
}



#pills-Features h4{
    font-size:16px;
    margin-bottom:4px;
}
#pills-Specification td{
    font-size:14px;
    padding:6px;
    font-family: 'Segoe UI';
}





.product_banner {
    height: 80vh;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.product_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.specifiaction_row li {
    display: flex;
    align-items: center;
    gap: 120px;
}

.specifiaction_row li h6 {
    margin-bottom: 0;
    max-width: 200px;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
    color: #222;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-radius: 10px;
    overflow: hidden;
}

.spec-table tr{
    border-bottom: 1px solid #eee;
    transition: background 0.3s ease;
}

.spec-table tr:hover{
    background: #f9f9f9;
}

.spec-table td{
    padding: 14px 18px;
    vertical-align: middle;
}

.spec-table td:first-child{
    font-weight: 500;
    width: 240px;
    color: #111;
    background: #fafafa;
}

.spec-table td:last-child{
    color: #444;
}



/* Responsive adjustments */
@media (max-width: 768px) {
    .spec-table td:first-child{
        width: 40%;
        font-size: 15px;
    }

    .spec-table td:last-child{
        font-size: 15px;
    }

    .spec-table{
        font-size: 15px;
    }
}



.downloads_row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.downloads_row .item {
    flex: 0 0 250px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    text-align: center;
    padding: 25px 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.downloads_row .item:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

.downloads_row .pdf_icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
}

.downloads_row .pdf_icon img {
    width: 100%;
    height: auto;
}

.downloads_row .item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 12px;
}

.downloads_row .item a {
    display: inline-block;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease;
    color:#000;
}



/* Responsive */
@media (max-width: 768px) {
    .downloads_row {
        justify-content: center;
    }

    .downloads_row .item {
        flex: 0 0 45%;
    }
}

@media (max-width: 480px) {
    .downloads_row .item {
        flex: 0 0 100%;
    }
}







.product_video {
    max-width: 990px;
    margin: 24px auto;
}

.product_video video {
    width: 100%;
    height: 100%;
}

.product_images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 24px;
}





/* main_product_details */

.main_product_details .grid_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /*gap: 50px;*/
    /*align-items: center;*/
    /*margin-bottom: 50px;*/
}

.main_product_details .grid_row:hover .image {
    background: #989fb9;
}

.main_product_details .image {
    padding: 50px;
        background: linear-gradient(to bottom, #2e3a55 0%, #000000 100%) !important;
    transition: background .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    width: 100%;
    transition: background .3s, transform .3s;
    /*border-radius: 20px;*/
}




.main_product_details .image img {
    max-width: 350px;
    max-height: 350px;
}

.main_product_details .product_info h6,
.main_product_details .product_info h2 {
    margin-bottom: 0;
}

.main_product_details .product_info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding:50px;
}

.main_product_details .product_info p {
    margin-bottom: 40px;
}
/*.main_product_details .product_info h6{*/
/*    display:none;*/
/*}*/
.main_product_details .product_info .main_btn {
    max-width: fit-content;
}




.animated_sec .textheader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100%;
    z-index: 2;
}

.animated_sec .letters {
    flex: 1;
    display: flex;
    text-transform: uppercase;
}

.animated_sec .letters>div {
    flex: 1;
    font-size: 18vw;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.animated_sec .website_content {
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 100vh;

}

.animated_sec .img-holder {
    position: relative;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    clip-path: polygon(37.5% 20%, 62.5% 20%, 62.5% 80%, 37.5% 80%);
    transform: rotate(30deg);
}

.animated_sec .img-holder img {
    position: relative;
    transform: scale(2);
}

.animated_sec .content-holder {
    position: relative;
    top: -5px;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 1em;
}

.animated_sec .row {
    margin: 2em 1em;
}

.animated_sec .img {
    width: 200px;
    height: 275px;
}

.animated_sec .row:nth-child(2) .img {
    position: relative;
    left: 50%;
}

.animated_sec .row:nth-child(3) .img {
    position: relative;
    left: 15%;
}

.animated_sec .row:nth-child(4) .img {
    position: relative;
    left: 70%;
}

.animated_sec .row:nth-child(6) p {
    position: relative;
    left: 30%;
    margin: 4em 0;
}








/* contact_page */
.help_choice_section .container{
    max-width:1056px;
}
.contact_page_form_wrapper .container{
    max-width:1056px;
}
.contact_page .contact_page_form_wrapper .grid_row_two {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 50px;
}

.contact_page .contact_details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact_page .contact_details .item {
    border-radius: 10px;
}

.contact_page .contact_details .item .icon {
    max-width: 40px;
    max-height: 40px;
    min-width: 40px;
    min-height: 40px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_page .contact_details .item .icon i {
    color: #fff;
    font-size: 32px;
}

.contact_page .contact_details .item h6 {
    font-size: 18px;
    font-weight: 300;
}

.contact_page .contact_details .item p,
.contact_page .contact_details .item a {
    font-weight: 400;
    color: #000;
}

.contact_page_form_wrapper .grid_row_two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.contact_page_form {
    background-color: #fff;
    /* padding: 30px; */
    border-radius: 30px;
}

.contact_page_form h3 {
    font-size: 20px;
    font-weight: 700;
}

.contact_page_form form {
    margin-top: 30px;
}

.contact_page_form .input_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact_page_form input {
    height: 50px;
    border-radius: 0px;
}

.contact_page_form select {
    height: 50px;
    border-radius: 0px;
}

.contact_page_form textarea {
    border-radius: 0px;

}

.contact_page_form input:focus,
.contact_page_form textarea:focus {
    box-shadow: none;
    outline: none;
}

.contact_page_form .form-label {
    color: var(--text-color-light);
    font-size: 14px;
    font-weight: 400;
}

.contact_page_form input::placeholder,
.contact_page_form textarea::placeholder {
    color: var(--text-color-light);
    font-size: 14px;
    font-weight: 400;
}

.contact_page_form_wrapper .main-btn::before {
    display: none;
}

.contact_page_form_wrapper .main-btn:hover {
    color: #fff !important;
}



.contact_page_form_wrapper .contact_details h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.contact_page_form_wrapper .contact_image img {
    border-radius: 30px;
    overflow: hidden;
}


.contact_page_form_wrapper .zoho_support{
    width:100%;
    height:200px;
    display:flex;
    flex-direction:column;
    gap:8px;
    align-items:center;
    justify-content:center;
    background:#4b4b4b;
    border-radius:16px;
}
.contact_page_form_wrapper .zoho_support .main_btn{
    background:#fff;
    color:#000;
    border:none;
}
.contact_page_form_wrapper .zoho_support .main_btn:hover{
    background:#fff;
    color:#000;
}

.contact_page_form_wrapper .zoho_support h6{
    color:#fff;
    font-size:20px;
}










.career p span {
    font-weight: 800;
}

.career_form .input_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.career_form input,
.career_form select{
    background:#f2f2f2;
    border-radius:50px;
    border:none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.career_form input:focus,
.career_form select:focus,
.career_form textarea:focus{
    border:.3px solid #000;
}



.career_form textarea{
    background:#f2f2f2;
    border-radius:16px;
    border:none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.career_form input::placeholder,
.career_form select::placeholder{
    display:none !important;
}

.career_form .main_btn{
    background:var(--primary-color);
    border:none;
    color:#fff;
    transition:all .3s;
    margin:12px auto 0;
}
.career_form .main_btn:hover{
    background:#000;
    
}


.upload-box{
    width:100%;
    min-height:160px;
    background:#f2f2f2;
    /*border:2px dashed #d6d6d6;*/
    border-radius:30px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

/*.upload-box:hover{*/
/*    border-color:#16B9FF;*/
/*    background:#f8fcff;*/
/*}*/

.upload-content{
    text-align:center;
}

.upload-icon{
    width:50px;
    height:50px;
    margin:auto;
    border:1px solid #888;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:15px;
}

.upload-icon i{
    font-size:42px;
    color:#666;
}

.upload-content h5{
    margin-bottom:5px;
    font-size:20px;
    font-weight:500;
}

.upload-content small{
    color:#777;
}




/* FAQ */

.faq .grid_row {
    display: grid;
    grid-template-columns: 30% 65%;
    gap: 50px;
}

.faq .accordion button {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.faq .accordion button:focus {
    box-shadow: none;
    /* outline: none; */
}

.accordion-button:not(.collapsed) {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus-sign.png) !important;
}

.accordion-button::after {
    background-image: url(../images/plus.png) !important;
}



.acedemy{
    text-align:center;
    max-width:70%;
    margin:auto;
}
.acedemy .content {
    margin-bottom: 24px;
}
.acedemy h2{
    font-size:40px;
    font-weight:600;
}
/*.acedemy .section_heading {*/
/*    text-align: start;*/
/*}*/

.video_wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.video_wrapper iframe {
    width: 800px;
    height: 400px;
    border: none;
}

.academy_box{
    background-color:#f7f7f7;
    padding:30px;
    text-align:center;
    display:flex;
    flex-direction:column;
    gap:8px;
    border-radius:16px;
}
.academy_box .icon{
    font-size:50px;
}
.academy_box h3{
    font-size:28px;
    font-weight:600;
}
.acedemy .image {
    width: 100%;
    height: 500px;
    margin-bottom: 24px;
}

.acedemy .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.academy_model .input_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}



.modal .form-label {
    font-size: 14px;
    color: #878787;
}

.modal .modal-body,
.modal .modal-header {
    padding: 30px;
}



.transparent_oled .grid_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.transparent_oled .section_heading {
    text-align: left;
}

.product_features .dimension_images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 24px;
}

.product_features .feature {
    margin-bottom: 16px;
    background:#f2f2f2;
    padding:16px;
    border-radius:16px;
    min-height:150px;
}
.product_features .feature p{
    font-size:14px;
    line-height:20px;
}

.product_features .feature h6 {
    font-weight: 600;
}



/* .similar_products  */

.similar_products .product_grid_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 50px;
}
.similar_products .section_heding{
    font-size:24px;
    font-weight:700;
}
.similar_products .swiper{
    padding-bottom:50px;
}
.similar_products .swiper-wrapper{
    padding-bottom:50px;
}

.similar_products .product_item {
    background: #f2f2f2;
    border-radius: 20px;
    padding:16px;
    overflow: hidden;
    /*border:1px solid #ececee;;*/
    text-align: center;
    transition: all 0.35s ease;
    cursor: pointer;
}

.similar_products .product_item:hover {
    transform: translateY(-8px);
    /*box-shadow: 0 8px 20px rgba(0,0,0,0.08);*/
}

.similar_products .product_image {
  width: 100%;
  height: 250px; /* added missing px */
  padding: 20px;
  /*background: #f4f6f9;*/
  
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.3s ease;
}

/* Smooth zoom effect on hover */
.similar_products .product_item:hover .product_image img {
  transform: scale(1.05);
}

/* Consistent image behavior */
.similar_products .product_image img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* ensures full image fits inside */
  transition: transform 0.3s ease;
  max-width: none; /* allows it to fill the area properly */
}

.similar_products .product_data {
    padding: 20px;
}

.similar_products .product_name {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 24px !important;
}

.similar_products .product_data a {
    background:transparent;
    padding:6px 16px;
    color:#000 !important;
    margin-top:16px;
    border-radius:16px;
    transition:all .3s;
    border:1px solid #000;
}
.similar_products .product_data a:hover{
    background:#000;
    padding:6px 16px;
    color:#fff !important;
}



.similar_products .product_data a:hover {
    color: #0056d2;
}

/* Responsive */
@media (max-width: 992px) {
    .similar_products .product_grid_row {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 576px) {
    .similar_products .product_grid_row {
        grid-template-columns: 1fr;
    }
    .similar_products .product_image {
        height: 200px;
    }
}


/*==============================
    Similar Products Pagination
===============================*/

.similar_products .swiper-pagination{
    position:relative;
    margin-top:45px;

    display:flex;
    justify-content:center;
    align-items:center;
    gap:24px;
}

/* Default Bullet */

.similar_products .swiper-pagination-bullet{

    width:6px;
    height:6px;

    background:#000;
    opacity:1;

    margin:0 !important;

    border-radius:50%;

    position:relative;

    transition:all .35s ease;

}

/* Active Bullet */

.similar_products .swiper-pagination-bullet-active{

    transform:scale(1);

}

.similar_products .swiper-pagination-bullet-active::after{

    content:"";

    position:absolute;

    width:20px;
    height:20px;

    border:3px solid #000;
    border-radius:50%;

    left:50%;
    top:50%;

    transform:translate(-50%,-50%);

}






.solution_details .content {
    margin-bottom: 24px;
}

.solution_details .section_heading {
    text-align: start;
}
.solution_details .solution_images{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}
.solution_details .solution_images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (max-width:600px){
    .solution_details .solution_images{
        grid-template-columns: 1fr;
    }
}



.similar_products .section_heding{
    margin-bottom:28px;
}

/* --- Navigation Buttons --- */
.similar_products .swiper-button-next,
.similar_products .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all 0.3s ease;
}

.similar_products .swiper-button-next:hover,
.similar_products .swiper-button-prev:hover {
  transform: scale(1.05);
  background: #f8f8f8;
}

.similar_products .swiper-button-next i,
.similar_products .swiper-button-prev i {
  font-size: 22px;
  color: #000;
}

/* Position adjustments */
.similar_products .swiper-button-next {
  right: 10px;
}

.similar_products .swiper-button-prev {
  left: 10px;
}

/* Hide default Swiper arrows */
.similar_products .swiper-button-next::after,
.similar_products .swiper-button-prev::after {
  display: none;
}



.acedemy{
    padding-bottom: 0;
}

.academy_two .grid_row{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 24px;
    row-gap:40px;
}
.academy_two .grid_row .video iframe{
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 16px;
    height: 250px;
}
.academy_two .grid_row .item h6{
    font-size: 14px;
    font-weight: 300;
    height:20px;
}
.academy_two .grid_row .item h5{
    font-size: 20px;
    font-weight: 600;
}
.academy_two .grid_row .item p{
    font-size: 14px;
    line-height:18px;
}

.academy_two .grid_row .item a{
    font-size: 14px;
    color:#fff;
    background:#000;
    padding:6px 16px;
    border-radius:8px;
    transition:all .2s;
}
.academy_two .grid_row .item a:hover{
    background:var(--primary-color);
}

.join_academy_box{
    padding-bottom: 50px;
}
.join_academy_box .grid_row{
    display: grid;
    grid-template-columns: 70% 30%;
    align-items: center;
}
.join_academy_box .box{
    border: 1px solid #000;
    padding: 50px;
    border-radius: 30px;
}
.join_academy_box .button{
    text-align: center;
}
.join_academy_box .main_btn{
    max-width: fit-content;
}
.join_academy_box h3{
    font-size: 36px;
    font-weight: 600;
}
.join_academy_box p{
    font-weight: 300;
}

@media screen and (max-width:1199px){
    .academy_two .grid_row{
        grid-template-columns: 1fr 1fr;
    }
    .join_academy_box h3{
        font-size: 24px;
    }
    .join_academy_box .grid_row{
        grid-template-columns: 67% 30%;
        gap: 3%;
    }
    .academy_two{
        padding-top: 0;
    }
}
@media screen and (max-width:991px){
    .join_academy_box .grid_row{
        grid-template-columns: 1.5fr 1fr;
        gap: 20px;
    }
    .join_academy_box h3{
        font-size: 20px;
    }
    .academy_two .grid_row .item h6{
        font-size: 20px;
    }
    
}
@media screen and (max-width:600px){
    .academy_two .grid_row{
        grid-template-columns: 1fr;
    }
    .join_academy_box .grid_row{
        grid-template-columns: 1fr;
        gap: 0;
    }
    .join_academy_box .box{
        padding: 28px;
    }
    .join_academy_box .button{
        text-align: start;
    }
    .page_banner h2{
        font-size:28px !important;
        line-height:36px !important;
    }
    .youtube_cta .flex_btns{
        flex-direction:column;
    }
    .academy_model .input_row{
        grid-template-columns: 1fr;
        gap:8px;
    }
}




.solution_detail_page  .section_desc{
    max-width: 70%;
    margin-bottom:24px
}

.solution_detail_page img{
    border-radius: 30px;
}
.solution_detail_page .sec_one_img{
    height: 700px;
    width: 100%;
    object-fit: cover;
}
.solution_detail_page .section{
    padding: 40px 0px;
}

.solution_detail_page .sec_two .grid_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.solution_detail_page .sec_two .item .image{
    margin-bottom: 24px;
}
.solution_detail_page .sec_two .item .content h6{
    font-size: 32px;
    font-weight: 600;
}

.solution_detail_page .sec_three .bg{
    background: url(../images/solutions/education/education44.webp);
    background-size: cover;
    background-position: center;
    height: 100vh;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 50px;
    margin-bottom: 40px;
}

.solution_detail_page .sec_three .content{
    color: #fff;
    max-width: 50%;
}

@media screen and (max-width:1199px){
    .section_heading{
        font-size: 32px;
    }
    .solution_detail_page .section_desc{
        max-width: 85%;
        line-height: 24px;
    }
    .solution_detail_page .sec_two .grid_row{
        gap: 24px;
    }
    .solution_detail_page .sec_three .bg{
        height: 75vh;
    }
    .solution_detail_page .sec_three .content{
        max-width: 60%;
    }
    .solution_detail_page .sec_two .item .content h6{
        font-size: 24px;
    }
    .solution_detail_page .sec_two,
    .solution_detail_page .sec_three{
        padding-top: 0px;
    }
}
@media screen and (max-width:991px){
    .solution_detail_page .sec_one_img{
        height: 40vh;
    }
    .solution_detail_page .section_desc{
        max-width: 100%;
        line-height: 1.4;
    }
    .solution_detail_page .sec_two .item .content h6{
        font-size: 24px;
    }
    .solution_detail_page .sec_two .item .content p{
        font-size: 14px;
        line-height: 1.4;
    }
    .solution_detail_page .sec_three .bg{
        height: 40vh;
    }
    .solution_detail_page .sec_three .content{
        max-width: 70%;
    }
}
@media screen and (max-width:600px){
    .solution_detail_page .sec_one_img{
        height: 100%;
    }
    .solution_detail_page .sec_two .grid_row{
        grid-template-columns: 1fr;
    }
    .solution_detail_page .sec_three .bg{
        align-items: start;
        background: url(../images/solutions/education/education-5-mobile.webp);
        height:80vh;
        padding:24px;
        background-size:contain;
    }
    .solution_detail_page .sec_three .content{
        max-width: 100%;
    }
}



/*.sparkai_sec{*/
/*    background: linear-gradient(90deg,rgba(245, 245, 246, 1) 0%, rgba(137, 152, 184, 0) 47%, rgba(93, 119, 173, 1) 100%);*/
/*}*/




.section_head {
    text-align: center;
}

.section_head p {
    max-width: 70%;
    margin: 0px auto 16px;
}



.section_head p {
    max-width: 70%;
    margin: 0px auto 16px;
}

.section_head h3 {
    font-size: 40px;
}



.sparkai_two .image_box {
    position: relative;
    background: url(../images/SpakyAI/13.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 0px 50px;
    margin-bottom: 24px;
    overflow: hidden;
}

/* Overlay */
/*.sparkai_two .image_box::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: linear-gradient(150deg, rgba(0, 82, 140, .3) 31%, rgba(39, 173, 224, .3) 100%);*/
/*    z-index: 1;*/
/*}*/

/* Content above overlay */
.sparkai_two .image_box .content {
    position: relative;
    z-index: 2;
    max-width: 50%;
}

.sparkai_two .image_box .content {
    max-width: 50%;
}

.sparkai_two .image_box h2 {
    margin-bottom: 8px;
}

.sparkai_two .image_box h2 span {
    font-weight: 300;
}

.sparkaiSwiper {
    overflow: hidden;
}

.sparkai_three .swiper-slide .item {
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 30px;
    color: #fff;
    height: 600px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.sparkai_three .swiper-slide .item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.1) 100%
    );
}

.sparkai_three .swiper-slide .item h3,
.sparkai_three .swiper-slide .item p,
.sparkai_three .swiper-slide .item img {
    position: relative;
    z-index: 2;
}

.sparkai_three .swiper-slide .item h3 {
    font-weight: 600;
}

.sparkai_three .swiper-slide .item.one {
    background: url(../images/sparkai/section-three-one.png);
    background-position: center;
    background-size: cover;
}

.sparkai_three .swiper-slide .item.two {
    background: url(../images/sparkai/section-three-two-bg.png);
    background-position: center;
    background-size: cover;
}

.sparkai_three .swiper-slide .item.two .image {
    width: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sparkai_four .image {
    margin-bottom: 24px;
}



@media screen and (max-width:1199px) {
    .sparkai_three .grid_row .item.two .image {
        width: 370px;
        top: 45%;
    }

    .section_head p {
        max-width: 85%;
    }
}

@media screen and (max-width:991px) {
    .sparkai {
        height: 82vh;
    }

    .sparkai .bottom_flex_row h6 {
        font-size: 14px;
    }

    .sparkai_two .image_box .content {
        max-width: 70%;
    }

    .sparkai_three .grid_row .item {
        height: 450px;
    }

    .sparkai_three .grid_row .item p {
        font-size: 14px;
        line-height: 20px;
    }

    .sparkai_three .grid_row .item.two .image {
        width: 260px;
    }

    .sparkai_three .grid_row .item h3 {
        font-size: 20px;
    }
}


@media screen and (max-width:600px) {
    .sparkai .hero_content {
        padding-top: 0;
        height: 95vh;
    }

    .sparkai .hero_content h1 {
        font-size: 32px;
    }

    .sparkai .hero_content .bg {
        width: 364px;
    }

    .sparkai .hero_content .main {
        width: 238px;
        bottom:-24px;
    }

    .sparkai .bottom_flex_row {
        height: 100px;
        column-gap: 10px;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .sparkai .bottom_flex_row h6 {
        margin-bottom: 0;
    }

    .section_head h3 {
        font-size: 28px;
    }

    .section_head p {
        max-width: 100%;
    }

    .sparkai_two .image_box {
        padding: 0px 20px;
        background-position: 80%;
    }

    .sparkai_two .image_box h2 {
        font-size: 28px;
    }

    .sparkai_two .image_box h2 br {
        display: none;
    }

    .sparkai_two .image_box .content {
        max-width: 100%;
    }

    .sparkai_three .grid_row {
        grid-template-columns: 1fr;
    }
}






.about_page .section_desc {
    max-width: 70%;
}

.about_page img {
    border-radius: 30px;
}

.about_page .sec_one_img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}

.about_page .section {
    padding: 40px 20px;
}

.about_page .sec_two .grid_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.about_page .sec_two .item .image {
    margin-bottom: 24px;
}

.about_page .sec_two .item .content h6 {
    font-size: 32px;
    font-weight: 600;
}

.about_page .sec_three .bg {
    background: url(../images/solutions/education/education4.webp);
    background-size: cover;
    background-position: center;
    height: 100vh;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 50px;
    margin-bottom: 40px;
}

.about_page .sec_three .content {
    color: #fff;
    max-width: 50%;
}

@media screen and (max-width:1199px) {
    .section_heading {
        font-size: 32px;
    }

    .about_page .section_desc {
        max-width: 85%;
        line-height: 24px;
    }

    .about_page .sec_two .grid_row {
        gap: 24px;
    }

    .about_page .sec_three .bg {
        height: 75vh;
    }

    .about_page .sec_three .content {
        max-width: 60%;
    }

    .about_page .sec_two .item .content h6 {
        font-size: 24px;
    }

    .about_page .sec_two,
    .about_page .sec_three {
        padding-top: 0px;
    }
}

@media screen and (max-width:991px) {
    .about_page .sec_one_img {
        height: 40vh;
    }

    .about_page .section_desc {
        max-width: 100%;
        line-height: 1.4;
    }

    .about_page .sec_two .item .content h6 {
        font-size: 24px;
    }

    .about_page .sec_two .item .content p {
        font-size: 14px;
        line-height: 1.4;
    }

    .about_page .sec_three .bg {
        height: 40vh;
    }

    .about_page .sec_three .content {
        max-width: 70%;
    }
}

@media screen and (max-width:600px) {
    .about_page .sec_one_img {
        height: 100%;
    }

    .about_page .sec_two .grid_row {
        grid-template-columns: 1fr;
    }

    .about_page .sec_three .bg {
        height: 100vh;
        background-position: 75%;
        align-items: end;
    }

    .about_page .sec_three .content {
        max-width: 100%;
    }
}





/* solution new css */


.education_sol_sec section{
    padding: 100px 0;
}

.solution_page_banner{
    height: 100vh;
    width: 100%;
    
}
.education_sol{
    position: relative;
    background: url(../images/solutions/education/banner.webp) center/cover no-repeat;
    overflow: hidden;
}
.education_sol::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2); /* Adjust opacity (0.3 - 0.7) */
    z-index: 1;
}

.education_sol > *{
    position: relative;
    z-index: 2;
}

.solution_page_banner .banner_content{
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: end;
    padding-bottom: 50px;
    color: #fff;
    max-width: 60%;
}
.solution_page_banner .banner_content h2{
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
}
.solution_page_banner .banner_content p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
}






.section-title{
    text-align:center;
    max-width:900px;
    margin:auto auto 40px;
}

.section-title h2{
    font-size:40px;
    font-weight:700;
    margin-bottom:20px;
}

.section-title p{
    font-size:16px;
    color:#666;
    line-height:1.8;
}

.ai-wrapper{
    display:grid;
    grid-template-columns:1.3fr .9fr;
    align-items:center;
    gap:60px;
    background:linear-gradient(135deg,#47b7ff,#0076cf);
    border-radius:45px;
    padding:70px;
    overflow:hidden;
    position:relative;
}


.ai-image{
    position:relative;
    z-index:2;
}

.ai-image img{
    width:100%;
    display:block;
}

.ai-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    position:relative;
    z-index:2;
}

.feature-card{
    background:rgba(255,255,255,.16);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.18);
    border-radius:24px;
    padding:16px;
    color:#fff;
    transition:.35s;
    height: 200px;
}



.feature-card h3{
    font-size:24px;
}

.feature-card p{
    font-size:16px;
    line-height:1.7;
    opacity:.9;
}

.feature-card:hover{
    transform:translateY(-12px);
    background:rgba(255,255,255,.24);
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

@media(max-width:991px){

.ai-wrapper{
    grid-template-columns:1fr;
    padding:45px;
}

.ai-features{
    grid-template-columns:1fr 1fr;
}

.section-title h2{
    font-size:38px;
}

}


.instant_lesson .grid_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.instant_lesson h3{
    font-size: 40px;
    font-weight: 700;
}

.ai_summary{
    background: #eaeaea;
    padding: 100px 0;
}

.ai_summary .grid_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.ai_summary h3{
    font-size: 40px;
    font-weight: 700;
}




.interctive_3d{
    width:100%;
}

.interctive_3d .interctive_3d_heading{
    max-width:900px;
    margin:0 auto 60px;
    text-align:center;
}

.interctive_3d .interctive_3d_heading h2{
    font-size:40px;
    font-weight:700;
    color:#222;
    line-height:1.2;
    margin-bottom:18px;
}

.interctive_3d .interctive_3d_heading p{
    max-width:900px;
    margin:auto;
    font-size:16px;
    line-height:1.8;
    color:#5f5f5f;
}

.interctive_3d .interctive_3d_image{
    overflow:hidden;
    border-radius:42px;
    position:relative;
    
}

.interctive_3d .interctive_3d_image img{
    width:100%;
    display:block;
    transition:0.6s ease;
}

.interctive_3d .interctive_3d_image:hover img{
    transform:scale(1.03);
}

/* Tablet */

@media (max-width:991px){

.interctive_3d .interctive_3d_heading{
    margin-bottom:40px;
}

.interctive_3d .interctive_3d_heading h2{
    font-size:34px;
}

.interctive_3d .interctive_3d_image{
    border-radius:28px;
}

}

/* Mobile */

@media (max-width:767px){

.interctive_3d .interctive_3d_heading h2{
    font-size:28px;
}

.interctive_3d .interctive_3d_heading p{
    font-size:15px;
    line-height:1.7;
}

.interctive_3d .interctive_3d_heading{
    margin-bottom:30px;
}

.interctive_3d .interctive_3d_image{
    border-radius:20px;
}

}
.interctive_3d{
    padding-bottom: 40px;
}

.interactive_smart_table {
    padding: 0px 0px 70px !important;
}



.holistic_learning{
    width:100%;
}

.holistic_learning .holistic_learning_heading{
    max-width:900px;
    margin:0 auto 70px;
    text-align:center;
}

.holistic_learning .holistic_learning_heading h2{
    font-size:40px;
    font-weight:700;
    margin-bottom:18px;
    color:#222;
}

.holistic_learning .holistic_learning_heading p{
    font-size:16px;
    line-height:1.8;
    color:#5e5e5e;
}

.holistic_learning .holistic_learning_grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:28px;
}

.holistic_learning .holistic_learning_card{
    background:#050505;
    border-radius:40px;
    overflow:hidden;
    display:flex;
    justify-content:space-between;
    align-items:center;
    min-height:390px;
    padding:40px;
    transition:.4s;
}

.holistic_learning .holistic_learning_card_large{
    grid-column:1/-1;
    min-height:430px;
}

.holistic_learning .holistic_learning_content{
    width:38%;
}

.holistic_learning .holistic_learning_content h3{
    font-size:24px;
    color:#fff;
    margin-bottom:18px;
    line-height:1.2;
}

.holistic_learning .holistic_learning_content p{
    color:#d6d6d6;
    font-size:16px;
    line-height:1.7;
}

.holistic_learning .holistic_learning_image{
    width:55%;
}

.holistic_learning .holistic_learning_image img{
    width:100%;
    display:block;
    border-radius:18px;
    transition:.6s;
}

.holistic_learning .holistic_learning_card:hover img{
    transform:scale(1.04);
}

.holistic_learning .holistic_learning_card:hover{
    transform:translateY(-8px);
}

/* -------------------- */

@media(max-width:1200px){

.holistic_learning .holistic_learning_content h3{
    font-size:34px;
}

.holistic_learning .holistic_learning_content p{
    font-size:18px;
}

}

/* -------------------- */

@media screen and (max-width:1156px){
    .holistic_learning .holistic_learning_card{
        grid-column:auto;
    flex-direction:column;
    min-height:auto;
    gap:40px;
    text-align:center;
    }
    .holistic_learning .holistic_learning_content{
        width:100%;
    }
    .ai-wrapper{
         grid-template-columns:1fr;
    }
}

@media(max-width:991px){

.holistic_learning .holistic_learning_grid{
    grid-template-columns:1fr;
}

.holistic_learning .holistic_learning_card,
.holistic_learning .holistic_learning_card_large{
    grid-column:auto;
    flex-direction:column;
    min-height:auto;
    gap:40px;
    text-align:center;
}

.holistic_learning .holistic_learning_content,
.holistic_learning .holistic_learning_image{
    width:100%;
}

.holistic_learning .holistic_learning_heading{
    margin-bottom:50px;
}

}

/* -------------------- */

@media(max-width:767px){

.holistic_learning .holistic_learning_heading h2{
    font-size:30px;
}

.holistic_learning .holistic_learning_heading p{
    font-size:15px;
}

.holistic_learning .holistic_learning_card{
    padding:28px;
    border-radius:24px;
}

.holistic_learning .holistic_learning_content h3{
    font-size:28px;
}

.holistic_learning .holistic_learning_content p{
    font-size:16px;
}

}


.edu_feature_cards{
    width:100%;
    padding: 40px 0 !important;
}

.edu_feature_cards .edu_feature_cards_grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:32px;
}

.edu_feature_cards .edu_feature_card{
    transition:.35s ease;
}

.edu_feature_cards .edu_feature_image{
    border-radius:36px;
    overflow:hidden;
    margin-bottom:28px;
    background:#f5f5f5;
}

.edu_feature_cards .edu_feature_image img{
    width:100%;
    display:block;
    transition:.6s ease;
}

.edu_feature_cards .edu_feature_card:hover img{
    transform:scale(1.06);
}

.edu_feature_cards .edu_feature_content h3{
    font-size:24px;
    font-weight:700;
    line-height:1.2;
    color:#222;
    margin-bottom:8px;
}

.edu_feature_cards .edu_feature_content p{
    font-size:16px;
    color:#555;
    line-height:1.8;
}

.edu_feature_cards .edu_feature_card:hover{
    transform:translateY(-8px);
}

@media (max-width:1200px){

.edu_feature_cards .edu_feature_cards_grid{
    gap:24px;
}

.edu_feature_cards .edu_feature_content h3{
    font-size:30px;
}

}

@media (max-width:991px){

.edu_feature_cards .edu_feature_cards_grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media (max-width:767px){

.edu_feature_cards .edu_feature_cards_grid{
    grid-template-columns:1fr;
}

.edu_feature_cards .edu_feature_image{
    border-radius:22px;
    margin-bottom:22px;
}

.edu_feature_cards .edu_feature_content h3{
    font-size:28px;
}

.edu_feature_cards .edu_feature_content p{
    font-size:15px;
    line-height:1.7;
}

}




@media screen and (max-width:1199px){
    .education_sol_sec section{
        padding: 50px 0;
    }
    .ai-wrapper{
        padding:24px;
        gap:24px;
    }
    .feature-card{
        padding:8px;
    }
   
    .solution_page_banner .banner_content{
        height: 50vh;
        max-width: 60%;
    }
    .solution_page_banner .banner_content h2{
        font-size: 36px;
        line-height: 44px;
    }
    .instant_lesson h3{
        font-size: 28px !important;
        line-height: 36px;
    }
    .ai_summary h3{
        font-size: 28px !important;
        line-height: 36px;
    }
    .holistic_learning .holistic_learning_card{
        flex-direction:column;
        padding:40px;
        align-items:start;
        gap:40px;
    }
    .holistic_learning .holistic_learning_content{
        width:100%;
    }
    .edu_feature_cards .edu_feature_content h3{
        font-size:22px;
    }
    .edu_feature_cards .edu_feature_content p{
        line-height:24px;
    }
    .retail_future .retail_future_content h3{
        font-size:36px !important;
        line-height:44px;
    }
   
}


@media screen and (max-width:600px){
    .education_sol_sec section{
        padding: 50px 0;
    }
    .solution_page_banner{
        height: 100vh;
        background-position: 75%;
    }
    .solution_page_banner .banner_content{
        height: 100vh;
        max-width: 100%;
    }
    .solution_page_banner .banner_content h2{
        font-size: 32px;
        line-height: 40px;

    }
    .solution_page_banner .banner_content h2 br{
        display: none;
    }
    .solution_page_banner .banner_content p br{
        display: none;
    }
    .section-title h2{
        font-size: 28px !important;
        line-height: 36px;
    }
    .ai-features{
        grid-template-columns: 1fr !important;
    }
    .feature-card{
        height: 140px;
    }
    .instant_lesson h3{
        font-size: 28px !important;
        line-height: 36px;
    }
    .ai_summary h3{
        font-size: 28px !important;
        line-height: 36px;
    }
    .instant_lesson .grid_row{
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .ai_summary .grid_row{
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .interactive_smart_table {
        padding-bottom: 40px !important;
    }
    .ai-wrapper{
        padding: 24px;
    }
}




.corporate_sol_sec section{
    padding: 60px 0;
}


.corporate_sol{
    position: relative;
    background: url(../images/solutions/Corporate/banner.webp) center/cover no-repeat;
    overflow: hidden;
}
.corporate_sol::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2); /* Adjust opacity (0.3 - 0.7) */
    z-index: 1;
}

.corporate_sol > *{
    position: relative;
    z-index: 2;
}



/*retail*/



/* retail */

.retail_sol_sec section{
    padding: 60px 0;
}
.retail_sol{
    position: relative;
    background: url(../images/solutions/Retail/banner.webp) center/cover no-repeat;
    overflow: hidden;
}
.retail_sol::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2); 
    z-index: 1;
}
.retail_sol > *{
    position: relative;
    z-index: 2;
}


.retail_future{
    width:100%;
}

.retail_future .retail_future_card{
    background:#000;
    border-radius:42px;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:70px;
    gap:60px;
    margin-bottom:90px;
}

.retail_future .retail_future_content{
    flex:1;
    max-width:520px;
}

.retail_future .retail_future_content h3{
    color:#fff;
    font-size:32px;
    line-height:1.15;
    font-weight:600;
    margin-bottom:22px;
}

.retail_future .retail_future_content p{
    color:#e5e5e5;
    font-size:16px;
    line-height:1.8;
}

.retail_future .retail_future_image{
    flex:1;
    display:flex;
    justify-content:center;
}

.retail_future .retail_future_image img{
    max-width:100%;
    display:block;
    transition:.5s;
}

.retail_future .retail_future_card:hover .retail_future_image img{
    transform:scale(1.05);
}

.retail_future .retail_future_bottom{
    max-width:1050px;
    margin:auto;
    text-align:center;
}

.retail_future .retail_future_bottom h2{
    font-size:40px;
    font-weight: 700;
    line-height:1.2;
    color:#333;
    margin-bottom:25px;
}

.retail_future .retail_future_bottom p{
    font-size:16px;
    line-height:1.8;
    color:#666;
}

/*----------------------*/

@media(max-width:1200px){

.retail_future .retail_future_content h3{
    font-size:44px;
}

.retail_future .retail_future_bottom h2{
    font-size:46px;
}

}

/*----------------------*/

@media(max-width:991px){

.retail_future .retail_future_card{
    flex-direction:column;
    text-align:center;
    padding:50px 40px;
}

.retail_future .retail_future_content{
    max-width:100%;
}

.retail_future .retail_future_content h3{
    font-size:38px;
}

.retail_future .retail_future_bottom h2{
    font-size:38px;
}

.retail_future .retail_future_bottom p{
    font-size:17px;
}

}

/*----------------------*/

@media(max-width:767px){

.retail_future .retail_future_card{
    border-radius:24px;
    padding:35px 25px;
    margin-bottom:60px;
}

.retail_future .retail_future_content h3{
    font-size:30px;
}

.retail_future .retail_future_content p{
    font-size:16px;
}

.retail_future .retail_future_bottom h2{
    font-size:30px;
}

.retail_future .retail_future_bottom p{
    font-size:15px;
    line-height:1.7;
}

}



/* Hospitality */

.hospitality_sol_sec section{
    padding: 60px 0;
}
.hospitality_sol{
    position: relative;
    background: url(../images/solutions/Hospitality/banner.webp) center/cover no-repeat;
    overflow: hidden;
}
.hospitality_sol::before{
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.2); 
    z-index: 1;
}
.hospitality_sol > *{
    position: relative;
    z-index: 2;
}



/* Other solu */

.other_sol_sec section{
    padding: 60px 0;
}
.other_sol{
    position: relative;
    background: url(../images/solutions/others/banner.webp) center/cover no-repeat;
    overflow: hidden;
}
.other_sol::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2); 
    z-index: 1;
}
.other_sol > *{
    position: relative;
    z-index: 2;
}








/* sparkyai */


/*=========================
    Make Teaching Smarter
==========================*/

.ai-smarter-sec {
    background: linear-gradient(180deg,
            #2349B4 1%,
            #4D69B8 10%,
            #fff 100%);
    overflow: hidden;
}

.ai-smarter-sec * {
    box-sizing: border-box;
}

/* Heading */

.ai-smarter-sec .section-heading {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 60px;
}

.ai-smarter-sec .section-heading h2 {
    font-size: 40px;
    font-weight: 200;
    line-height: 48px;
    color: #fff;

}

.ai-smarter-sec .section-heading h2 span {
    color: #fff;
    font-weight: 700;
}

.ai-smarter-sec .section-heading p {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
}

/* Grid */

.ai-smarter-sec .ai-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

/* Cards */

.ai-smarter-sec .ai-card {
    border-radius: 34px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* min-height:820px; */
    transition: .35s ease;
}

.ai-smarter-sec .ai-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
}

.ai-smarter-sec .light-card {
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}

.ai-smarter-sec .dark-card {
    background: #07142F;
    color: #fff;
}

.ai-smarter-sec .card-content {
    padding: 40px;
}

.ai-smarter-sec .card-content h3 {
    font-size: 28px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 18px;
}

.ai-smarter-sec .card-content p {
    font-size: 16px;
    line-height: 1.8;
    opacity: .9;
}

.ai-smarter-sec .card-image img {
    width: 80%;
    margin: auto;
    display: block;
}

/* Laptop */

@media (max-width:1200px) {

    .ai-smarter-sec .section-heading h2 {
        font-size: 46px;
    }

    .ai-smarter-sec .card-content {
        padding: 45px;
    }

    .ai-smarter-sec .card-content h3 {
        font-size: 38px;
    }

    .ai-smarter-sec .card-content p {
        font-size: 18px;
    }

    .ai-smarter-sec .ai-card {
        min-height: 700px;
    }

}

/* Tablet */

@media (max-width:991px) {

    .ai-smarter-sec .ai-grid {
        grid-template-columns: 1fr;
    }

    .ai-smarter-sec .ai-card {
        min-height: auto;
    }

}

/* Mobile */

@media (max-width:767px) {

    .ai-smarter-sec .section-heading {
        margin-bottom: 40px;
    }

    .ai-smarter-sec .section-heading h2 {
        font-size: 34px;
    }

    .ai-smarter-sec .section-heading p {
        font-size: 16px;
    }

    .ai-smarter-sec .card-content {
        padding: 30px;
    }

    .ai-smarter-sec .card-content h3 {
        font-size: 24px;
    }

    .ai-smarter-sec .card-content p {
        font-size: 16px;
        line-height: 1.7;
    }

    .ai-smarter-sec .ai-card {
        border-radius: 24px;
        min-height: auto;
    }

}



/*==================================
    Lesson Builder Section
===================================*/

.lesson-builder-sec {
    overflow: hidden;
}

.lesson-builder-sec * {
    box-sizing: border-box;
}

/* Heading */

.lesson-builder-sec .section-heading {
    max-width: 850px;
    margin: 0 auto 60px;
    text-align: center;
}

.lesson-builder-sec .section-heading h2 {
    font-size: 40px;
    font-weight: 400;
    color: #1b1b1b;
    line-height: 48px;
    margin-bottom: 18px;
}

.lesson-builder-sec .section-heading h2 span {
    color: #111;
    font-weight: 700;
}

.lesson-builder-sec .section-heading p {
    font-size: 16px;
    color: #000;
    line-height: 1.8;
}

/* Swiper */

.lesson-builder-sec .lesson-swiper {
    overflow: visible;
}

.lesson-builder-sec .swiper-wrapper {
    align-items: stretch;
    padding: 20px 40px 20px;
}

@media screen and (max-width:600px){
    .lesson-builder-sec .lesson-swiper{
        padding: 0px 20px;
    }
    .lesson-builder-sec .swiper-wrapper{
        padding: 0;
    }
}

.lesson-builder-sec .swiper-slide {
    height: auto;
}

/* Card */

.lesson-builder-sec .lesson-card {
    background: #E6E6E6;
    border-radius: 32px;
    overflow: hidden;
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .35s ease;
}

/* .lesson-builder-sec .lesson-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);
} */

/* Content */

.lesson-builder-sec .lesson-content {
    margin-bottom: 35px;
}

.lesson-builder-sec .lesson-content h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
    margin-bottom: 8px;
}

.lesson-builder-sec .lesson-content p {
    font-size: 16px;
    line-height: 1.75;
    color: #000;
}

/* Image */

.lesson-builder-sec .lesson-image {
    margin-top: auto;
}

.lesson-builder-sec .lesson-image img {
    width: 100%;
    display: block;
    border-radius: 18px;
}

/* Navigation */

.lesson-builder-sec .lesson-prev,
.lesson-builder-sec .lesson-next {

    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #2358FF;
    cursor: pointer;
    transition: .3s;
}

.lesson-builder-sec .lesson-prev:hover,
.lesson-builder-sec .lesson-next:hover {

    background: #2358FF;
    color: #fff;

}

/* Pagination */
/* Pagination Container */

.lesson-builder-sec .lesson-pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
}

/* Default Bullet */

.lesson-builder-sec .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #000;
    opacity: 1;
    margin: 0 !important;
    border-radius: 50%;
    transition: all .35s ease;
    position: relative;
}

/* Active Bullet */

.lesson-builder-sec .swiper-pagination-bullet-active {
    background: #000;
}

.lesson-builder-sec .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    border: 1.8px solid #000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* Laptop */

@media(max-width:1200px) {

    .lesson-builder-sec .section-heading h2 {
        font-size: 48px;
    }

    .lesson-builder-sec .lesson-content h3 {
        font-size: 34px;
    }

    .lesson-builder-sec .lesson-card {
        padding: 30px;
    }

}

/* Tablet */

@media(max-width:991px) {

    .lesson-builder-sec .section-heading {
        margin-bottom: 45px;
    }

    .lesson-builder-sec .section-heading h2 {
        font-size: 40px;
    }

    .lesson-builder-sec .lesson-content h3 {
        font-size: 30px;
    }

    .lesson-builder-sec .lesson-content p {
        font-size: 16px;
    }

    .lesson-builder-sec .lesson-card {
        border-radius: 24px;
    }

}

/* Mobile */

@media(max-width:767px) {

    .lesson-builder-sec .section-heading {
        margin-bottom: 35px;
    }

    .lesson-builder-sec .section-heading h2 {
        font-size: 32px;
    }

    .lesson-builder-sec .section-heading p {
        font-size: 16px;
    }

    .lesson-builder-sec .lesson-card {
        padding: 24px;
    }

    .lesson-builder-sec .lesson-content {
        margin-bottom: 24px;
    }

    .lesson-builder-sec .lesson-content h3 {
        font-size: 26px;
    }

    .lesson-builder-sec .lesson-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .lesson-builder-sec .lesson-pagination {
        margin-top: 30px;
    }

    .lesson-builder-sec .lesson-prev,
    .lesson-builder-sec .lesson-next {

        width: 46px;
        height: 46px;

    }

}



/*===================================
        Teacher Login Section
====================================*/

.teacher-login-sec {
    overflow: hidden;
    background: #F4F4F4;
    padding:70px 0 !important;
}

.teacher-login-sec * {
    box-sizing: border-box;
}

.teacher-login-sec .teacher-login-wrapper {

    background: #041127;
    border-radius: 50px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 70px;

    padding: 150px 40px;

    position: relative;
    overflow: hidden;

}

/* Optional Glow */

.teacher-login-sec .teacher-login-wrapper::before {

    content: "";
    position: absolute;

    width: 650px;
    height: 650px;

    background: radial-gradient(circle,
            rgba(44, 119, 255, .18) 0%,
            transparent 70%);

    left: -180px;
    bottom: -180px;

}

.teacher-login-sec .teacher-login-content {

    position: relative;
    z-index: 2;

}

.teacher-login-sec .sub-title {

    display: block;

    font-size: 26px;
    color: #d8d8d8;

    margin-bottom: 15px;

}

.teacher-login-sec h2 {

    font-size: 40px;
    line-height: 48px;
    color: #fff;
    font-weight: 700;

    margin-bottom: 8px;

}

.teacher-login-sec p {

    font-size: 16px;
    color: #d9d9d9;
    line-height: 1.8;

    margin-bottom: 40px;

}

.teacher-login-sec .teacher-login-btn {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    /* height:68px; */
    padding: 16px 42px;

    border-radius: 100px;

    color: #fff;
    text-decoration: none;

    font-size: 18px;
    font-weight: 400;

    background: linear-gradient(90deg, #1B48FF, #44C9FF);

    transition: .35s;

}

.teacher-login-sec .teacher-login-btn:hover {

    transform: translateY(-5px);

}

.teacher-login-sec .teacher-login-image {

    position: relative;
    z-index: 2;

}

.teacher-login-sec .teacher-login-image img {

    width: 100%;
    display: block;

}

/*=========================
        Laptop
==========================*/

@media(max-width:1200px) {

    .teacher-login-sec .teacher-login-wrapper {

        grid-template-columns: 420px 1fr;

        gap: 45px;

        padding: 70px 50px;

    }

    .teacher-login-sec h2 {

        font-size: 32px;

    }

    .teacher-login-sec p {

        font-size: 18px;

    }

}

/*=========================
        Tablet
==========================*/

@media(max-width:991px) {

    .teacher-login-sec .teacher-login-wrapper {

        grid-template-columns: 1fr;

        text-align: center;

        gap: 50px;

    }

    .teacher-login-sec .teacher-login-btn {

        margin: auto;

    }

    .teacher-login-sec h2 {

        font-size: 42px;

    }

    .teacher-login-sec .sub-title {

        font-size: 22px;

    }

}

/*=========================
        Mobile
==========================*/

@media(max-width:767px) {

    .teacher-login-sec .teacher-login-wrapper {

        padding: 45px 25px;

        border-radius: 30px;

    }

    .teacher-login-sec h2 {

        font-size: 24px;
        line-height:32px;

    }

    .teacher-login-sec .sub-title {

        font-size: 18px;

    }

    .teacher-login-sec p {

        font-size: 16px;
        line-height: 1.8;

    }

    .teacher-login-sec .teacher-login-btn {

        width: 100%;
        height: 56px;

        font-size: 18px;

    }

}





/*=================================
        Lesson Flow
==================================*/

.lesson-flow-sec {
    overflow: hidden;
}

.lesson-flow-sec * {
    box-sizing: border-box;
}

/* Heading */

.lesson-flow-sec .section-heading {
    max-width: 900px;
    margin: 0 auto 70px;
    text-align: center;
}

.lesson-flow-sec .section-heading h2 {

    font-size: 40px;
    font-weight: 700;
    line-height: 48px;

    margin-bottom: 18px;

    color: #000;

}

.lesson-flow-sec .section-heading span {

    color: #000;
    font-weight: 700;

}

.lesson-flow-sec .section-heading p {

    font-size: 16px;
    color: #000;
    line-height: 24px;

}

/* Grid */

.lesson-flow-sec .lesson-flow-grid {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;

}

/* Card */

.lesson-flow-sec .flow-card {

    position: relative;

    border: 1px solid #d8d8d8;
    border-radius: 40px;

    background: #fff;

    padding: 32px;

    transition: .35s;

    display: flex;
    flex-direction: column;

}

.lesson-flow-sec .flow-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 25px 55px rgba(0, 0, 0, .08);

}

/* Badge */

.lesson-flow-sec .flow-badge {

    position: absolute;

    top: -15px;
    left: 45px;

    background: #2477F6;
    color: #fff;

    padding: 8px 16px;

    border-radius: 100px;

    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;

}

/* Image */

.lesson-flow-sec .flow-image {

    margin-bottom: 35px;

}

.lesson-flow-sec .flow-image img {

    width: 100%;
    display: block;

}

/* Content */

.lesson-flow-sec .flow-content h3 {

    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 8px;

    color: #111;

}

.lesson-flow-sec .flow-content p {

    font-size: 16px;
    line-height: 1.8;
    color: #555;

}

/* Laptop */

@media(max-width:1200px) {

    .lesson-flow-sec .lesson-flow-grid {
        grid-template-columns: 1fr 1fr;
        gap: 25px;

    }

    .lesson-flow-sec .section-heading h2 {

        font-size: 46px;

    }

    .lesson-flow-sec .flow-content h3 {

        font-size: 30px;

    }

    .lesson-flow-sec .flow-content p {

        font-size: 17px;

    }

    .lesson-flow-sec .flow-badge {

        font-size: 22px;
        padding: 12px 38px;

    }

}

/* Tablet */

@media(max-width:991px) {

    .lesson-flow-sec .lesson-flow-grid {

        grid-template-columns: 1fr;
        gap: 45px;

    }

    .lesson-flow-sec .section-heading {

        margin-bottom: 45px;

    }

}

/* Mobile */

@media(max-width:767px) {

    .lesson-flow-sec .section-heading h2 {

        font-size: 34px;

    }

    .lesson-flow-sec .section-heading p {

        font-size: 16px;

    }

    .lesson-flow-sec .flow-card {

        border-radius: 28px;

        padding: 55px 25px 25px;

    }

    .lesson-flow-sec .flow-badge {

        left: 25px;

        top: -18px;

        padding: 10px 30px;

        font-size: 18px;

    }

    .lesson-flow-sec .flow-content h3 {

        font-size: 26px;

    }

    .lesson-flow-sec .flow-content p {

        font-size: 16px;

    }

}

@media screen and (max-width:1156px){
    .lesson-flow-sec .flow-card{
        padding: 60px 32px;
    }
}
@media screen and (max-width:600px){
    .lesson-flow-sec .flow-card{
        padding:  32px;
    }
}


/*===================================
            Sparky FAQ
====================================*/

.sparky_faq{
    overflow:hidden;
}

.sparky_faq *{
    box-sizing:border-box;
}

/* Heading */

.sparky_faq .section-heading{
    text-align:center;
    margin:0 auto 70px;
}

.sparky_faq .section-heading span{
    display:block;
    font-size:20px;
    color:#000;
    margin-bottom:12px;
}

.sparky_faq .section-heading h2{
    font-size:40px;
    font-weight:700;
    color:#000;
}

/* FAQ */

.sparky_faq .faq-list{
    display:flex;
    flex-direction:column;
    gap:28px;
}

.sparky_faq .faq-item{

    border:1px solid #d7d7d7;
    border-radius:42px;
    overflow:hidden;

    transition:.35s ease;
    background:#fff;

}

.sparky_faq .faq-item.active{
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.sparky_faq .faq-question{

    width:100%;
    background:none;
    border:none;
    cursor:pointer;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:36px 42px;

    text-align:left;

}

.sparky_faq .faq-question h3{

    font-size:24px;
    line-height:32px;
    font-weight:700;
    color:#111;

}

.sparky_faq .faq-icon{

    width:48px;
    height:48px;

    background:#2E6DFF;
    color:#fff;

    border-radius:12px;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;

    font-size:26px;

}

.sparky_faq .faq-answer{

    display:none;

    padding:0 42px 40px;

}

.sparky_faq .faq-item.active .faq-answer{
    display:block;
}

.sparky_faq .faq-answer p{

    font-size:18px;
    line-height:1.7;
    color:#8d8d8d;

}

/* Tablet */

@media(max-width:991px){

.sparky_faq .section-heading h2{
    font-size:48px;
}

.sparky_faq .section-heading span{
    font-size:24px;
}

.sparky_faq .faq-question{
    padding:28px;
}

.sparky_faq .faq-question h3{
    font-size:28px;
}

.sparky_faq .faq-answer{
    padding:0 28px 30px;
}

.sparky_faq .faq-answer p{
    font-size:20px;
}

}

/* Mobile */

@media(max-width:767px){

.sparky_faq .section-heading{
    margin-bottom:40px;
}

.sparky_faq .section-heading h2{
    font-size:34px;
}

.sparky_faq .section-heading span{
    font-size:18px;
}

.sparky_faq .faq-item{
    border-radius:24px;
}

.sparky_faq .faq-question{
    padding:22px;
    gap:20px;
}

.sparky_faq .faq-question h3{
    font-size:20px;
}

.sparky_faq .faq-icon{
    width:40px;
    height:40px;
    font-size:20px;
}

.sparky_faq .faq-answer{
    padding:0 22px 22px;
}

.sparky_faq .faq-answer p{
    font-size:16px;
}

}




.terms_and_privacy p{
    font-size: 16px;
    font-weight: 200;
    line-height: 28px;
}
.terms_and_privacy p strong{
    font-weight: 600;
}

.terms_and_privacy h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.terms_and_privacy ul {
    list-style: disc;
    padding-left: 20px;
}
.terms_and_privacy ul li{
    margin-bottom: 12px;
    text-transform: capitalize;
}






.about-overview {
    position: relative;
    overflow: hidden;
    /*padding: 120px 0;*/
    height:100vh;
    background:url(../images/page-banner/About-us-banner.webp)no-repeat center center/cover;
}
.about-overview .container{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100vh;
}

/*.about-overview::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background-image: radial-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px);*/
/*    background-size: 24px 24px;*/
/*    opacity: .45;*/
/*    pointer-events: none;*/
/*}*/

.about-overview .about-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

@media screen and (max-width:1156px){
    .about-overview{
        height:60vh;
    }
    .about-overview .container{
        height:60vh;
    }
    .about-overview .about-grid{
         grid-template-columns: 2fr 1fr;
    }
}

.about-overview .sub-title {
    display: inline-block;
    color: #52d6ff;
    /* letter-spacing:2px; */
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 12px;
}

.about-overview .about-content h2 {
    color: #fff;
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
}

.about-overview .about-content h2 span {
    display: block;
    background: linear-gradient(90deg, #34d5ff, #5d89ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-overview .about-content p {
    color: #c7d1e5;
    font-size: 14px;
    line-height: 24px;
    max-width: 620px;
    margin-bottom: 24px;
    font-weight: 200;
}

.about-overview .stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* .about-overview .stat-box{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:16px;
    backdrop-filter:blur(20px);
    transition:.35s;
} */

/* .about-overview .stat-box:hover{
    transform:translateY(-8px);
    border-color:#3fc8ff;
    box-shadow:0 20px 40px rgba(0,110,255,.18);
} */

.about-overview .stat-box h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 700;
}

.about-overview .stat-box span {
    color: #8fa4c6;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}

.about-overview .about-image {
    position: relative;
}

.about-overview .about-image::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: #216dff;
    filter: blur(120px);
    opacity: .35;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.about-overview .about-image img {
    position: relative;
    z-index: 2;
    width: 100%;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 40px 80px rgba(0, 0, 0, .35);
    transition: .5s;
}

.about-overview .about-image img:hover {
    transform: translateY(-10px);
}

/* ==========================
   Responsive
========================== */

@media (max-width:1199px) {

    .about-overview .about-content h2 {
        font-size: 60px;
    }

}

@media (max-width:991px) {

    .about-overview .about-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .about-overview .about-image {
        order: -1;
    }


    .about-overview .about-content p {
        margin: 0 auto 50px;
    }

    .about-overview .stats {
        max-width: 650px;
        margin: auto;
    }

}

@media (max-width:767px) {

    .about-overview {
        padding: 80px 0;
    }

    .about-overview .about-content h2 {
        font-size: 42px;
    }

    .about-overview .about-content p {
        font-size: 17px;
    }

    .about-overview .stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .about-overview .stat-box {
        padding: 22px;
    }

    .about-overview .stat-box h3 {
        font-size: 34px;
    }

}

@media (max-width:575px) {

    .about-overview .stats {
        grid-template-columns: 1fr 1fr;
    }

    .about-overview .about-content h2 {
        font-size: 32px;
        line-height:40px;
    }

    .about-overview .about-image img {
        border-radius: 22px;
    }

}



/*==============================
ABOUT GLOBAL
==============================*/

.about-global {
    position: relative;
    padding: 120px 0;
    background: #f8f9fd;
    overflow: hidden;
}

.about-global::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -180px;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(0, 123, 255, .15), transparent 70%);
    pointer-events: none;
}

.about-global .global-grid {
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 80px;
    align-items: center;
}

.about-global .section-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #275CFF;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.about-global .section-tag::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2FD7C4;
}

.about-global .global-content h2 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    color: #0E1B3D;
    margin-bottom: 20px;
}

.about-global .global-content h2 span {
    display: block;
}

.about-global .global-content p {
    font-size: 16px;
    line-height: 28px;
    color: #64748B;
    margin-bottom: 28px;
}

.about-global .global-content strong {
    color: #122447;
    font-weight: 700;
}

/*==============================
CARD
==============================*/

.about-global .global-card {
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    border: 1px solid #E8EDF6;
    box-shadow: 0 20px 60px rgba(20, 35, 90, .08);
    transition: .4s;
}

.about-global .global-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 70px rgba(25, 60, 150, .12);
}

.about-global .card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #5E6D89;
    margin-bottom: 25px;
}

.about-global .card-head::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #2FD7C4;
    border-radius: 3px;
}

.about-global .global-card img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.about-global .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    border-top: 1px solid #EDF1F7;
    border-radius: 16px;
    /* padding-top: 20px; */
}

.about-global .card-footer span {
    color: #68758C;
    font-size: 15px;
    font-weight: 500;
}

.about-global .card-footer span:first-child {
    color: #275CFF;
    font-weight: 600;
}

/*==============================
Responsive
==============================*/

@media(max-width:1199px) {

    .about-global {
        padding: 100px 0;
    }

    .about-global .global-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-global .global-content h2 {
        font-size: 52px;
    }

    .about-global .global-content p {
        font-size: 19px;
    }

}

@media(max-width:991px) {

    .about-global .global-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .about-global .global-card {
        max-width: 700px;
        margin: auto;
    }

 

    .about-global .section-tag {
        justify-content: center;
    }

    .about-global .global-content h2 {
        font-size: 46px;
    }

}

@media(max-width:767px) {

    .about-global {
        padding: 50px 0;
    }

    .about-global .global-content h2 {
        font-size: 38px;
    }

    .about-global .global-content p {
        font-size: 17px;
        line-height: 1.8;
    }

    .about-global .global-card {
        padding: 25px;
    }

    .about-global .card-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

}

@media(max-width:575px) {

    .about-global .global-content h2 {
        font-size: 32px;
        line-height:40px;
    }

    .about-global .section-tag {
        font-size: 13px;
        letter-spacing: 3px;
    }

    .about-global .global-card {
        border-radius: 18px;
        padding: 0px;
    }

    .about-global .card-head {
        font-size: 12px;
    }

    .about-global .card-footer span {
        font-size: 14px;
    }
    
    .global-reach-stats{
        flex-direction:column;
    }
    .about-global .global-card{
        margin:0;
        
    }

}





/*==============================
OFFICE LOCATION
==============================*/

.office-location{
    background:#fff;
}

.office-location .office-heading{
    max-width:760px;
    margin-bottom:60px;
}

.office-location .section-tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#2858ff;
    font-size:14px;
    font-weight:200;
    letter-spacing:4px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.office-location .section-tag::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:#27d6c4;
}

.office-location h2{
    font-size:48px;
    color:#13213d;
    font-weight: 600;
    line-height:56px;
    margin-bottom:12px;
}

.office-location .office-heading p{
    font-size:16px;
    color:#667085;
    line-height:24px;
}

/*==============================
Office Cards
==============================*/

.office-location .office-list{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    border:1px solid #e5e9f2;
    border-radius:24px;
    overflow:hidden;
    margin-bottom:35px;

}

.office-location .office-card{

    padding:16px 24px;
    border-right:1px solid #e5e9f2;
    transition:.35s;

}

.office-location .office-card:last-child{

    border-right:none;

}

.office-location .office-card:hover{

    background:#f8fbff;

}

.office-location .office-card span{

    display:block;
    color:#24cfc2;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:3px;
    margin-bottom:8px;

}

.office-location .office-card h4{

    font-size:20px;
    font-weight: 600;
    color:#13213d;
    margin-bottom:12px;

}

.office-location .office-card p{

    color:#68758c;
    font-size:14px;

}

/*==============================
Region Cards
==============================*/

.office-location .region-list{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;

}

.office-location .region-card{

    position:relative;
    overflow:hidden;

    background:#091a3b;
    border-radius:20px;
    padding:16px 24px;

    color:#fff;

}

.office-location .region-card::before{

    content:"";
    position:absolute;
    width:120px;
    height:120px;
    right:-30px;
    bottom:-30px;

    border-radius:50%;

    background:#32d5d2;

    filter:blur(40px);

    opacity:.45;

}

.office-location .region-card h5{
    position:relative;
    z-index:2;
    font-size:18px;
    font-weight: 300;
    margin-bottom:0px;
}

.office-location .region-card p{
    position:relative;
    z-index:2;
    color:#b7c2d9;
    font-size:14px;
    line-height:1.8;

}

.office-location .region-card:hover{

    transform:translateY(-8px);
    transition:.35s;

}

/*==============================
Responsive
==============================*/

@media(max-width:1199px){

.office-location .office-list,
.office-location .region-list{

    grid-template-columns:repeat(2,1fr);

}

.office-location .office-card:nth-child(2){

    border-right:none;

}

.office-location .office-card:nth-child(-n+2){

    border-bottom:1px solid #e5e9f2;

}

}

@media(max-width:991px){

.office-location h2{

    font-size:46px;

}

.office-location .office-heading p{

    font-size:18px;

}

}

@media(max-width:767px){

.office-location{

    padding:80px 0;

}

.office-location .office-list,
.office-location .region-list{

    grid-template-columns:1fr;

}

.office-location .office-card{

    border-right:none;
    border-bottom:1px solid #e5e9f2;

}

.office-location .office-card:last-child{

    border-bottom:none;

}

.office-location h2{

    font-size:32px;
    line-height:40px;

}

.office-location .office-card h4{

    font-size:24px;

}

.office-location .region-card h5{

    font-size:22px;

}

.office-location .region-card p{

    font-size:16px;

}

}



/*==========================
PRODUCT ECOSYSTEM
==========================*/

.product-ecosystem{
    background:#f7f9fc;
}

.product-ecosystem .ecosystem-heading{
    max-width:850px;
    /* margin-bottom:60px; */
}

.product-ecosystem .section-tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#2858ff;
    font-size:14px;
    font-weight:200;
    letter-spacing:4px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.product-ecosystem .section-tag::before{
    content:"";
    width:8px;
    height:8px;
    background:#2FD7C4;
    border-radius:50%;
}

.product-ecosystem h2{
    font-size:48px;
    color:#122447;
    line-height:56px;
    margin-bottom:16px;
    font-weight: 600;
}

.product-ecosystem p{
    max-width:760px;
    color:#667085;
    font-size:16px;
    line-height:28px;
}

/*==========================
GRID
==========================*/

.product-ecosystem .ecosystem-grid{
display:flex;
align-items:center;
gap:24px;
flex-wrap:wrap;
max-width:90%;
    /*display:grid;*/
    /*grid-template-columns:repeat(4,1fr);*/
    /*gap:22px;*/

}

.product-ecosystem .ecosystem-card{

    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
    gap:6px;
    /*flex-direction:column;*/
    /* justify-content:space-between; */
    /* min-height:170px; */
    padding:16px;
    border-radius:50px;
    background:#ECEFF5;
    border:1px solid #E7ECF4;
    text-decoration:none;
    transition:.35s all;
    
}
.product-ecosystem .ecosystem-card:hover{
    background:#fff;
}

.product-ecosystem .ecosystem-card span{
    color:#7A879E;
    font-size:16px;
    font-weight:300;
    /*margin-bottom: 8px;*/
}

.product-ecosystem .ecosystem-card h4{
    color:#122447;
    font-size:16px;
    font-weight:600;
    /*line-height:28px;*/
    margin:0;
    transition:.3s;
}



/*==========================
Responsive
==========================*/

@media(max-width:1199px){

.product-ecosystem .ecosystem-grid{
    grid-template-columns:repeat(3,1fr);
}

.product-ecosystem h2{
    font-size:54px;
}

.product-ecosystem .ecosystem-card h4{
    font-size:20px;
}

}

@media(max-width:991px){

.product-ecosystem{
    padding:90px 0;
}

.product-ecosystem .ecosystem-grid{
    grid-template-columns:repeat(2,1fr);
}

.product-ecosystem h2{
    font-size:44px;
}

.product-ecosystem p{
    font-size:18px;
}

}

@media(max-width:767px){
    .about-overview{
        height:auto;
    }
    .about-overview .container{
        height:100vh;
    }
    .about-overview .about-content p{
        margin-bottom:20px;
    }

.product-ecosystem{
    padding:70px 0;
}

.product-ecosystem .ecosystem-grid{
    grid-template-columns:1fr;
}

.product-ecosystem h2{
    font-size:32px;
    line-height:40px;
}

/*.product-ecosystem .ecosystem-card{*/
/*    min-height:140px;*/
/*}*/

.product-ecosystem .ecosystem-card h4{
    font-size:20px;
}

.product-ecosystem p{
    font-size:16px;
}

}



/*==================================
GLOBAL EVENTS
==================================*/

.global-events{
    background:#fff;
}

.global-events .events-heading{
    margin-bottom:24px;
}

.global-events .section-tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#2858ff;
    font-size:14px;
    font-weight:200;
    letter-spacing:4px;
    text-transform:uppercase;
    margin-bottom:20px;
}



.global-events h2{
    font-size:48px;
    font-weight: 600;
    line-height:56px;
    color:#13213D;
    font-weight:700;
}

.global-events .events-list{

    display:flex;
    flex-wrap:wrap;
    gap:18px;

}

.global-events .events-list a{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:10px 24px;

    border:1px solid #DDE4EF;
    border-radius:60px;

    background:#F7F9FC;

    color:#24324D;
    text-decoration:none;

    font-size:16px;
    font-weight:500;

    transition:.35s;

    position:relative;
    overflow:hidden;

}




/* Fix text above gradient */

.global-events .events-list a{
    position:relative;
    z-index:1;
}

.global-events .events-list a{
    isolation:isolate;
}


/*==========================
Responsive
==========================*/

@media(max-width:1199px){

.global-events h2{
    font-size:56px;
}

.global-events .events-list a{
    font-size:22px;
    padding:16px 26px;
}

}

@media(max-width:991px){

.global-events{
    padding:90px 0;
}

.global-events h2{
    font-size:46px;
}

.global-events .events-list{
    gap:14px;
}

.global-events .events-list a{
    font-size:18px;
    padding:14px 22px;
}

}

@media(max-width:767px){

.global-events{
    padding:70px 0;
}

.global-events h2{
    font-size:34px;
}

.global-events .events-list a{
    width:100%;
    justify-content:flex-start;
    font-size:17px;
    padding:16px 20px;
}

}



.youtube_cta{
    background:#f8fbff;
}

.youtube_cta .youtube_box{
    max-width:900px;
    margin:auto;
    text-align:center;
    background:#fff;
    padding:100px 50px;
    border-radius:24px;
    box-shadow:0 20px 60px rgba(0,0,0,.06);
    background:url(../images/button.webp)no-repeat center bottom/cover;
    position:relative;
    overflow:hidden;
}

/*.youtube_cta .youtube_box::before{*/
/*    content:"";*/
/*    position:absolute;*/
/*    width:220px;*/
/*    height:220px;*/
/*    background:rgba(1,102,200,.06);*/
/*    border-radius:50%;*/
/*    top:-120px;*/
/*    right:-80px;*/
/*}*/

/*.youtube_cta .youtube_box::after{*/
/*    content:"";*/
/*    position:absolute;*/
/*    width:180px;*/
/*    height:180px;*/
/*    background:rgba(1,102,200,.05);*/
/*    border-radius:50%;*/
/*    bottom:-90px;*/
/*    left:-70px;*/
/*}*/


.youtube_cta h2{
    font-size:46px;
    font-weight:700;
    color:#fff;
    margin-bottom:20px;
    position:relative;
    z-index:2;
}

.youtube_cta p{
    font-size:16px;
    line-height:24px;
    color:#fff;
    max-width:760px;
    margin:0 auto 16px;
    position:relative;
    z-index:2;
}
.youtube_cta .flex_btns{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
}
.youtube_cta .flex_btns .main_btn{
    background:#000;
    border:none;
    color:#fff;
    transition:all .2s ease;
}
.youtube_cta .flex_btns .main_btn:hover{
    background:var(--primary-color);
}
/*.youtube_cta .flex_btns*/
/*.youtube_cta .youtube_btn{*/
/*    display:inline-flex;*/
/*    align-items:center;*/
/*    gap:10px;*/
/*    padding:16px 32px;*/
/*    background:linear-gradient(135deg,#0266C8,#01458E);*/
/*    color:#fff;*/
/*    text-decoration:none;*/
/*    border-radius:50px;*/
/*    font-weight:600;*/
/*    transition:.35s;*/
/*    position:relative;*/
/*    z-index:2;*/
/*}*/

/*.youtube_cta .youtube_btn:hover{*/
/*    transform:translateY(-4px);*/
/*    box-shadow:0 15px 35px rgba(2,102,200,.35);*/
/*}*/

/*.youtube_cta .youtube_btn i{*/
/*    transition:.3s;*/
/*}*/

/*.youtube_cta .youtube_btn:hover i{*/
/*    transform:translateX(5px);*/
/*}*/

/* ---------- Responsive ---------- */

@media(max-width:1156px){

    .youtube_cta{
        padding:80px 0;
    }

    .youtube_cta .youtube_box{
        padding:60px 35px;
    }

    .youtube_cta h2{
        font-size:36px;
    }

    .youtube_cta p{
        font-size:18px;
    }
    .acedemy{
        max-width:100%;
    }

}

@media(max-width:600px){

    .youtube_cta{
        padding:60px 0;
    }

    .youtube_cta .youtube_box{
        padding:45px 20px;
        border-radius:18px;
    }

    .youtube_cta h2{
        font-size:30px;
    }

    .youtube_cta p{
        font-size:16px;
        line-height:1.7;
    }

    .youtube_cta .youtube_btn{
        width:100%;
        justify-content:center;
        padding:15px 20px;
    }

}


.btn-link{
    background:transparent;
    padding:6px 16px;
    color:#000 !important;
    margin-top:16px;
    border-radius:16px;
    transition:all .3s;
    border:1px solid #000;
}
.btn-link:hover{
    background:#000;
    padding:6px 16px;
    color:#fff !important;
}





.sparkai-two {
    background: url(../images/sparkai/hero-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

.sparkai-two .hero_content {
    min-height: 100vh;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    padding: 100px 16px 140px;
    color: #fff;
}

.sparkai-two .hero_content h6 {
    border: 1px solid #fff;
    padding: 8px 24px;
    border-radius: 50px;
}

.sparkai-two .gradient_btn {
    background: linear-gradient(135deg,
            #3BB6F2 0%,
            #0D3DB0 100%);
    padding: 10px 24px;
    color: #fff;
    border-radius: 50px;
    max-width: fit-content;
    transition: all .4s;
}

.sparkai-two .gradient_btn:hover {
    color: #fff;
}

/* Image wrapper controls the master size of the whole graphic */
.sparkai-two .hero_content .main_image {
    position: relative;
    z-index: 1;
    width: 500px;
    max-width: 90vw;
    margin: 0 auto;
}

.sparkai-two .hero_content .bg {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

/* Sized as % of .main_image so it always stays locked to .bg's scale */
.sparkai-two .hero_content .main {
    position: absolute;
    bottom: -1%;
    left: 50%;
    transform: translateX(-50%);
    width: 64%;
    height: auto;
}

.sparkai-two .bottom_flex_row {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 24px;
    height: 100px;
    position: relative;
    bottom: auto;
    left: 0;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        #00132caf 0%,
        #1141b07c 100%
    );
}

/* Moving Track */
.sparkai-two .bottom_flex_row .scroll_track {
    display: flex;
    width: max-content;
    animation: marquee-two 20s linear infinite;
}

/* Text Group */
.sparkai-two .bottom_flex_row .scroll_text {
    display: flex;
    align-items: center;
    gap: 180px;
    white-space: nowrap;
    padding-right: 180px;
}

.sparkai-two .bottom_flex_row h6 {
    margin: 0;
    flex-shrink: 0;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

/* Seamless Infinite Loop */
@keyframes marquee-two {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .sparkai-two .hero_content {
        padding: 90px 16px 60px;
    }

    .sparkai-two .hero_content h1 {
        font-size: 32px;
    }

    .sparkai-two .bottom_flex_row .scroll_text {
        gap: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 480px) {
    .sparkai-two .hero_content {
        gap: 20px;
        padding: 90px 16px 60px;
    }

    .sparkai-two .hero_content .main_image {
        max-width: 78vw;
        margin-top: 20px;
    }

    .sparkai-two .hero_content h1 {
        font-size: 26px;
    }

    .sparkai-two .hero_content h6 {
        padding: 6px 18px;
        font-size: 13px;
    }

    .sparkai-two .bottom_flex_row {
        height: 80px;
        padding: 0 16px;
    }

    .sparkai-two .bottom_flex_row h6 {
        font-size: 14px;
    }

    .sparkai-two .bottom_flex_row .scroll_text {
        gap: 60px;
        padding-right: 60px;
    }
}




/* =========================================
   GLOBAL REACH SECTION
========================================= */

.global-reach-section {
    background: #ffffff;
    overflow: hidden;
}

.global-reach-section .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
}


/* =========================================
   HEADING
========================================= */

.global-reach-heading {
    display: flex;
    align-items: center;
    gap: 18px;

    color: #52627d;

    font-size: 24px;
    font-weight: 500;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.heading-dot {
    width: 10px;
    height: 10px;

    background: #28cbb9;

    border-radius: 5px;

    flex-shrink: 0;
}


/* =========================================
   MAP
========================================= */
.map iframe{
    border-radius:24px;
    
}
.global-map {
    width: 100%;
    height: 300px;

    margin-top:16px;
}


/* Remove amCharts logo if required
   Check their licensing requirements
*/
.global-map .am5-logo {
    display: none;
}


/* =========================================
   STATISTICS BAR
========================================= */

.global-reach-stats {
    display: flex;
    

    align-items: center;
    justify-content: space-between;

    min-height: 60px;

    margin-top: 10px;
    padding: 0 8px;

    background: #f7f7f7;

    border: 1px solid #e9edf3;

    border-radius: 30px;
}


/* =========================================
   STAT
========================================= */

.reach-stat {
    display: flex;
    align-items: center;
    

    color: #66748d;

    font-size: 16px;
    font-weight: 400;
}

.reach-stat:nth-child(2) {
    justify-content: center;
}

.reach-stat:nth-child(3) {
    justify-content: flex-end;
}


/* First number */

.reach-stat strong {
    color: #2962ff;

    font-size: 16px;
    font-weight: 600;
}


/* =========================================
   ACTIVE MARKET
========================================= */

.active-market {
    gap: 14px;
}

.active-market-dot {
    width: 2px ;
    height: 2px ;
    

    display: inline-block;

    border: 1px solid #ffbf00;

    border-radius: 50%;

    background: #ffbf00;
}


/* =========================================
   TOOLTIP
========================================= */

.global-map .market-tooltip {
    background: #ffffff;
    color: #17233d;

    padding: 6px;

    border-radius: 6px;

    font-size: 12px;
    font-weight: 600;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .global-reach-section {
        padding: 60px 0;
    }

    .global-reach-heading {
        font-size: 20px;
        letter-spacing: 6px;
    }

    .global-map {
        height: 450px;
        width:600px;
    }

    .global-reach-stats {
        min-height: 70px;
        padding: 0 25px;
    }

    .reach-stat {
        font-size: 21px;
    }

    .reach-stat strong {
        font-size: 23px;
    }

    .active-market-dot {
        width: 19px;
        height: 19px;
    }
    

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .global-reach-section {
        padding: 50px 0;
        border-radius:20px;
    }

    .global-reach-section .container {
        padding: 0 20px;
    }

    .global-reach-heading {
        gap: 12px;

        font-size: 16px;
        letter-spacing: 4px;
    }

    .heading-dot {
        width: 15px;
        height: 15px;
        border-radius: 4px;
    }

    .global-map {
        height: 300px;

        margin-top: 20px;
    }

    .global-reach-stats {
        grid-template-columns: 1fr;

        gap: 12px;

        padding: 20px;

        border-radius: 20px;
    }

    .reach-stat,
    .reach-stat:nth-child(2),
    .reach-stat:nth-child(3) {
        justify-content: center;

        font-size: 18px;
    }

    .reach-stat strong {
        font-size: 21px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
.about-global .global-grid{
    gap:24px
}
    .global-map {
        height: 250px;
        width:100%;
    }

    .global-reach-heading {
        font-size: 14px;
        letter-spacing: 3px;
    }

}



.white-btn{
    background:#fff;
    color:#000;
    border-color:#fff;
}
.white-btn:hover{
    border-color:#fff;
}





.sales_form {
    width: 100%;
}

#salesModalTwo .modal-content {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
}

#salesModalTwo .modal-header {
    padding: 30px 40px 20px;
    border-bottom: 0;
}

#salesModalTwo .modal-title {
    font-size: 32px;
    font-weight: 700;
    color: #1c1c1c;
}

#salesModalTwo .modal-header p {
    color: #777;
    font-size: 15px;
    margin-top: 5px;
}

#salesModalTwo .modal-body {
    padding: 20px 40px 40px;
}

.sales_form_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.sales_form_group {
    width: 100%;
}

.sales_form_group.full_width {
    margin-bottom: 30px;
}

.sales_form label {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #1c1c1c;
}

.sales_form label span {
    font-weight: 400;
    color: #888;
}

.sales_form input,
.sales_form textarea {
    width: 100%;
    border: 0;
    outline: none;
    background: #eeeeee;
    border-radius: 12px;
    padding: 16px 18px;
    font-size: 16px;
    font-family: inherit;
    box-sizing: border-box;
}

.sales_form input {
    height: 62px;
}

.sales_form textarea {
    height: 140px;
    resize: vertical;
}

.sales_form input:focus,
.sales_form textarea:focus {
    outline: none;
    box-shadow: none;
    background: #e9e9e9;
}

.sales_form_submit {
    margin-top: 10px;
}

.sales_form_submit button {
    border: 0;
    padding: 15px 30px;
    border-radius: 8px;
    background: #01458e;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.sales_form_submit button:hover {
    background: #002f65;
}

@media (max-width: 767px) {

    #salesModalTwo .modal-header {
        padding: 25px 20px 15px;
    }

    #salesModalTwo .modal-body {
        padding: 15px 20px 30px;
    }

    #salesModalTwo .modal-title {
        font-size: 26px;
    }

    .sales_form_row {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 25px;
    }

    .sales_form_group.full_width {
        margin-bottom: 25px;
    }

}





/* ==========================================
   Academy Registration Modal - New Design
   ========================================== */

.academy_register_modal .modal-dialog {
    max-width: 900px;
}

.academy_register_modal .modal-content {
    border: 0;
    border-radius: 40px;
    background: #fff;
    overflow: hidden;
    padding:20px;
}


/* Header */

.academy_register_modal .modal-header {
    padding: 20px;
    border-bottom: 0;
}

.academy_register_modal .modal-title {
    font-size: 24px;
    font-weight: 700;
    color: #1d1d1d;
}

.academy_register_modal .btn-close {
    box-shadow: none;
    outline: none;
}


/* Body */

.academy_register_modal .modal-body {
    padding: 20px;
}


/* Form Row */

.academy_register_modal .input_row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 45px;
    row-gap: 0;
    margin-bottom: 20px;
}


/* Field */

.academy_register_modal .academy_register_field {
    width: 100%;
}


/* Label */

.academy_register_modal .academy_register_field label {
    display: block;
    margin-bottom: 14px;

    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;

    color: #1d1d1d;
}


/* Required text */

.academy_register_modal .academy_register_field label span {
    font-weight: 400;
    color: #8d8d8d;
}


/* Input */

.academy_register_modal .academy_register_field input,
.academy_register_modal .academy_register_field select {
    width: 100%;
    height: 60px;

    padding: 0 22px;

    border: 0;
    border-radius: 50px;

    background: #eeeeee;

    font-size: 16px;
    color: #222;

    outline: none;
    box-shadow: none;

    transition: background 0.2s ease;
}


/* Select */

.academy_register_modal .academy_register_field select {
    appearance: auto;
    cursor: pointer;
}


/* Focus */

.academy_register_modal .academy_register_field input:focus,
.academy_register_modal .academy_register_field select:focus {
    background: #e8e8e8;
    border: 0;
    outline: none;
    box-shadow: none;
}


/* Placeholder */

.academy_register_modal .academy_register_field input::placeholder {
    color: #999;
}


/* Submit */

.academy_register_modal .academy_register_submit {
    margin-top: 5px;
}

.academy_register_modal .academy_register_submit .main_btn {
    /*border: 0;*/
    cursor: pointer;
    background:#000;
    color:#fff;
    
}


/* ==========================================
   Responsive
   ========================================== */

@media (max-width: 991px) {

    .academy_register_modal .modal-dialog {
        max-width: 95%;
    }

    .academy_register_modal .modal-header {
        padding: 25px 25px 10px;
    }

    .academy_register_modal .modal-body {
        padding: 20px 25px 30px;
    }

    .academy_register_modal .academy_register_field label {
        font-size: 21px;
    }

    .academy_register_modal .academy_register_field input,
    .academy_register_modal .academy_register_field select {
        height: 70px;
    }

}


@media (max-width: 767px) {

    .academy_register_modal .input_row {
        grid-template-columns: 1fr;
        row-gap: 25px;
        margin-bottom: 25px;
    }

    .academy_register_modal .modal-header {
        padding: 20px 20px 5px;
    }

    .academy_register_modal .modal-body {
        padding: 15px 20px 30px;
    }

    .academy_register_modal .academy_register_field label {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .academy_register_modal .academy_register_field input,
    .academy_register_modal .academy_register_field select {
        height: 60px;
        border-radius: 12px;
    }

}



/* =========================================================
   SPARKY AI NEW HERO
   ========================================================= */

.sparkai_new_page .sparkai_new {

    position: relative;

    width: 100%;
    height: 100vh;
    min-height: 700px;

    overflow: hidden;

    background: url(../images/sparkai/hero-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}


/* =========================================================
   HERO CONTENT
   ========================================================= */

.sparkai_new_page .sparkai_new_content {

    position: relative;

    z-index: 10;

    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    padding-top: clamp(120px, 15vh, 175px);

    color: #fff;

}


/* Label */

.sparkai_new_page .sparkai_new_content h6 {

    margin: 0 0 14px;

    padding: 8px 25px;

    border: 1px solid #fff;
    border-radius: 50px;

    color: #fff;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;

}


/* Heading */

.sparkai_new_page .sparkai_new_content h1 {

    margin: 0;

    color: #fff;

    font-size: clamp(34px, 3.2vw, 52px);

    line-height: 1.15;

    font-weight: 400;

}


.sparkai_new_page .sparkai_new_content h1 strong {

    font-weight: 700;

}


/* Button */

.sparkai_new_page .sparkai_new_content .gradient_btn {

    margin-top: 18px;

    position: relative;
    z-index: 20;
    background: linear-gradient(
        135deg,
        #3BB6F2 0%,
        #0D3DB0 100%
    );

    color: #fff;
    border-radius: 50px;
    padding: 12px 28px;
    border: none;

}


.gradient_btn{
    background: linear-gradient(
        135deg,
        #3BB6F2 0%,
        #0D3DB0 100%
    );

    color: #fff;
    border-radius: 50px;
    padding: 12px 28px;
    border: none;
    width:fit-content;
}


/* =========================================================
   VISUAL AREA
   ========================================================= */

.sparkai_new_page .sparkai_new_visual {

    position: absolute;

    left: 50%;
    bottom: 0;

    transform: translateX(-50%);

    width: min(520px, 34vw);

    aspect-ratio: 1 / 1;

    z-index: 3;

    pointer-events: none;

}


/* =========================================================
   GLOBE
   ========================================================= */

.sparkai_new_page .sparkai_new_globe {

    position: absolute;

    left: 50%;
    bottom: 0;

    transform: translateX(-50%);

    width: 100%;
    height: auto;

    display: block;

}


/* =========================================================
   SPARKY
   ========================================================= */

.sparkai_new_page .sparkai_new_sparky {

    position: absolute;

    left: 50%;
    bottom: 0;

    transform: translateX(-50%);

    width: 62%;

    height: auto;

    display: block;

    z-index: 2;

}


/* =========================================================
   BOTTOM FEATURES
   ========================================================= */

.sparkai_new_page .sparkai_new_features {

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 100px;

    display: flex;
    align-items: center;

    overflow: hidden;

    z-index: 8;

    background: linear-gradient(
        135deg,
        #00132caf 0%,
        #1141b07c 100%
    );

}


/* Track */

.sparkai_new_page .sparkai_new_track {

    display: flex;

    width: max-content;

    flex-shrink: 0;

    animation: sparkai_new_marquee 20s linear infinite;

}


/* Items */

.sparkai_new_page .sparkai_new_items {

    display: flex;
    align-items: center;

    gap: 180px;

    white-space: nowrap;

    padding-right: 180px;

}


/* Text */

.sparkai_new_page .sparkai_new_items h6 {

    margin: 0;

    flex-shrink: 0;

    color: #fff;

    font-size: 16px;
    font-weight: 400;

    white-space: nowrap;

}


/* =========================================================
   MARQUEE
   ========================================================= */

@keyframes sparkai_new_marquee {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

}


/* =========================================================
   LARGE DESKTOP
   ========================================================= */

@media (min-width: 1600px) {

    .sparkai_new_page .sparkai_new_visual {

        width: 520px;

    }

}


/* =========================================================
   LAPTOP
   ========================================================= */

@media (max-width: 1399px) {

    .sparkai_new_page .sparkai_new {

        min-height: 650px;

    }

    .sparkai_new_page .sparkai_new_visual {

        width: 480px;

    }

}


/* =========================================================
   TABLET LANDSCAPE
   ========================================================= */

@media (max-width: 1199px) {

    .sparkai_new_page .sparkai_new {

        min-height: 620px;
        

    }


    .sparkai_new_page .sparkai_new_content {

        padding-top:235px;

    }


    .sparkai_new_page .sparkai_new_content h1 {

        font-size: 42px;

    }


    .sparkai_new_page .sparkai_new_visual {

        width: 430px;

    }


    .sparkai_new_page .sparkai_new_features {

        height: 90px;

    }


    .sparkai_new_page .sparkai_new_items {

        gap: 120px;

        padding-right: 120px;

    }
    
    .lesson-flow-sec .flow-badge{
        top:-24px;
    }
    .lesson-flow-sec .lesson-flow-grid{
        row-gap:40px
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .sparkai_new_page .sparkai_new {

        min-height: 620px;
        height:80vh;

    }


    .sparkai_new_page .sparkai_new_content {

        padding-top: 90px;

    }


    .sparkai_new_page .sparkai_new_content h6 {

        font-size: 14px;

        padding: 7px 20px;

    }


    .sparkai_new_page .sparkai_new_content h1 {

        width: 90%;

        font-size: 36px;

    }


    .sparkai_new_page .sparkai_new_visual {

        width: 400px;

    }


    .sparkai_new_page .sparkai_new_features {

        height: 80px;

    }


    .sparkai_new_page .sparkai_new_items {

        gap: 90px;

        padding-right: 90px;

    }


    .sparkai_new_page .sparkai_new_items h6 {

        font-size: 14px;

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .sparkai_new_page .sparkai_new {

        height: 100svh;

        min-height: 620px;

    }


    .sparkai_new_page .sparkai_new_content {

        padding-top: 100px;

    }


    .sparkai_new_page .sparkai_new_content h6 {

        margin-bottom: 12px;

        font-size: 13px;

        padding: 7px 18px;

    }


    .sparkai_new_page .sparkai_new_content h1 {

        width: 92%;

        font-size: 29px;

        line-height: 1.15;

    }


    .sparkai_new_page .sparkai_new_content .gradient_btn {

        margin-top: 15px;

        padding: 10px 22px;

        font-size: 14px;

    }


    /*
       Globe size
    */

    .sparkai_new_page .sparkai_new_visual {

        width: min(90vw, 370px);

    }


    /*
       Sparky remains proportional
    */

    .sparkai_new_page .sparkai_new_sparky {

        width: 64%;

    }


    /*
       Feature bar
    */

    .sparkai_new_page .sparkai_new_features {

        height: 70px;

    }


    .sparkai_new_page .sparkai_new_items {

        gap: 70px;

        padding-right: 70px;

    }


    .sparkai_new_page .sparkai_new_items h6 {

        font-size: 13px;

    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .sparkai_new_page .sparkai_new {

        min-height: 600px;

    }


    .sparkai_new_page .sparkai_new_content {

        padding-top: 150px;

    }


    .sparkai_new_page .sparkai_new_content h1 {

        width: 94%;

        font-size: 26px;

    }


    .sparkai_new_page .sparkai_new_visual {

        width: min(94vw, 340px);

    }


    .sparkai_new_page .sparkai_new_features {

        height: 65px;

    }


    .sparkai_new_page .sparkai_new_items {

        gap: 60px;

        padding-right: 60px;

    }

}