@media (max-width: 1600px) {}

@media (max-width: 1480px) {
    section.cart-page {
        width: 95%;
    }

    .details-page {
        padding: 50px 0;
        width: 96%;
    }

    .checkout-section .checkout-page {
        max-width: 95%;
    }
      .hero-products-cell {
    margin: 0 30px;
    padding: 60px 0px;
      }
      .testimonials-bg-img {
    position: absolute;
    width: 60%;
      }
    
}

@media (max-width: 1200px) {
    .navbar .container {
        height: 115px;
    }

    .navbar-nav {
        display: none !important;
    }

    .hamburger-btn {
        display: flex !important;
    }

    .brand-logo-icon img {
        width: 150px;
    }

    .brand-logo-2 img {
        width: 215px;
    }

    .brand-divider {
        height: 45px;
        margin: 0 12px;
    }

    .navbar-icons-1,
    .navbar-icons-2 {
        display: flex !important;
    }

    .navbar-icons-1 a {
        padding: 16px 16px;
    }

    .navbar-icons-2 a {
        padding: 16px;
    }

    .navbar-right {
        gap: 10px;
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .hero-video-cell {
        grid-column: 1;
        grid-row: 1;
        min-height: 300px;
    }

    .hero-products-cell {
        grid-column: 1;
        grid-row: 2;
        min-height: 280px;
    }

    .hero-right-col {
        grid-column: 2;
        grid-row: 1 / 3;
        display: flex;
        flex-direction: column;
    }

    .hero-cta-cell {
        flex: 1;
        min-height: 160px;
    }

    .hero-media-cell {
        flex: 2;
        min-height: 300px;
    }

    .hero-content .main-title {
        font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    }

    .product-card {
        min-width: calc(50% - 10px);
        flex-shrink: 0;
    }

    .about-section {
        padding: 60px 20px;
    }

    .about-section .container .row.align-items-center {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 40px;
        margin: 0;
    }

    .about-section .container .row.align-items-center>.col-lg-5 {
        flex: 0 0 55%;
        max-width: 55%;
        padding: 0;
    }

    .about-section .container .row.align-items-center>.col-lg-7 {
        flex: 0 0 42%;
        max-width: 42%;
        padding: 0;
    }

    .about-section .about-content-wrapper {
        padding-right: 20px;
        text-align: left;
    }

    .about-section .about-content-wrapper .row.position-relative {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        margin: 24px 0 0 0;
        align-items: stretch;
    }

    .about-section .about-content-wrapper .row.position-relative .col-3 {
        flex: 1 1 0;
        max-width: none;
        padding: 0;
        margin: 0;
    }

    .about-section .stat-box {
        padding: 16px 8px;
        text-align: center;
        background-color: #eef7ff;
        border-radius: 10px;
        border: 1px solid #d6ecff;
        height: 100%;
        width: 135px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-section .stat-number {
        font-size: 22px;
        font-weight: 700;
        color: #007bff;
        display: block;
        margin-bottom: 4px;
    }

    .about-section .about-img-container {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .about-section .about-img {
        width: 80%;
        border-radius: 14px;
        object-fit: cover;
        display: block;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }

    .about-section .overlap-card {
        position: static;
        margin-top: 0;
    }

    .experts-grid {
        padding: 0 30px;
    }

    .clients-section {
        padding: 50px 15px;
    }

    .testimonials-section {
        position: relative;
        display: flex;
        min-height: 420px;
        overflow: hidden;
    }

    .testimonials-section .testimonials-bg-img {
        position: absolute;
        top: 0;
        right: 0;
        width: 62%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
        z-index: 0;
    }

    .testimonials-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 42%;
        height: 100%;
        background-color: #1a8fe3;
        z-index: 1;
    }

    .testimonials-section .container {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 1024px;
        margin: 0 auto;
        padding: 0;
    }

    .testimonials-section .container .row.align-items-center {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        margin: 0;
        min-height: 420px;
    }

    .testimonials-section .testimonials-left.col-lg-5 {
        flex: 0 0 38%;
        max-width: 38%;
        padding: 50px 30px 50px 40px;
    }

    .testimonials-section .testimonials-right.col-lg-7 {
        flex: 0 0 62%;
        max-width: 62%;
        padding: 40px 30px 60px 20px;
        position: relative;
    }

    .testimonials-section .mySwiper {
        width: 100%;
        overflow: hidden;
        padding-bottom: 40px;
    }

    .testimonials-section .mySwiper .swiper-wrapper {
        display: flex;
        align-items: flex-start;
    }

    .testimonials-section .mySwiper .swiper-slide {
        width: calc(50% - 10px);
        flex-shrink: 0;
    }

    .testimonials-section .testimonial-card {
        background: #fff;
        border-radius: 16px;
        padding: 24px 20px;
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
    }

    .testimonials-section .swiper-pagination {
        position: absolute;
        bottom: 16px;
        left: 0;
        right: 0;
        text-align: center;
    }

    .testimonials-section .swiper-pagination .swiper-pagination-bullet {
        width: 28px;
        height: 5px;
        border-radius: 3px;
        background: rgba(255, 255, 255, 0.6);
        opacity: 1;
        margin: 0 3px;
        display: inline-block;
    }

    .testimonials-section .swiper-pagination .swiper-pagination-bullet-active {
        background: #fff;
    }

    .cta-banner {
        width: 80%;
    }

    .footer {
        padding: 40px 15px;
    }

    .cloud-left img {
        object-fit: cover;
        height: 500px;
    }

    .co-location .cloud-left img {
        transform: translate(0, 35%);
    }

    p.text-center.possible-content {
        padding: 19px 58px;
    }

    .perk-card {
        min-height: 250px;
    }

    .perk-cont {
        padding: 15px;
    }

    .effective-solution h2.text-center.main-title {
        padding: 2px 14px;
    }

    .security-content {
        padding: 15px;
    }

    .student-privacy-content {
        padding: 60px 100px;
    }

    .leader-service img {
        height: 300px;
    }
}



@media (max-width: 992px) {
    .details-page .tabs {
    gap: 15px;
        
    }
    .details-page .tab a {
    font-size: 14px;
        
    }
    .navbar .container {
        height: 115px;
    }

    .navbar-nav {
        display: none !important;
    }

    .hamburger-btn {
        display: flex !important;
    }

    .brand-logo-icon img {
        width: 240px;
    }

    .brand-logo-2 img {
        width: 240px;
    }

    .brand-divider {
        height: 45px;
        margin: 0 12px;
    }

    .navbar-icons-1,
    .navbar-icons-2 {
        display: flex !important;
    }

    .navbar-icons-1 a {
        padding: 16px 16px;
    }

    .navbar-icons-2 a {
        padding: 16px;
    }

    .navbar-right {
        gap: 30px;
        margin: 16px;
    }

    .footer-row {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 15px;
        align-items: flex-start;
    }

    .footer-divider {
        width: 1px;
        min-width: 1px;
        height: 400px;
        align-self: stretch;
        background-color: rgba(255, 255, 255, 0.2);
        display: block;
    }

    .footer-col {
        flex: 1 1 0;
        min-width: 0;
        margin-bottom: 0;
    }

    .footer-col p,
    .footer-col a,
    .footer-col li,
    .footer-contact-item,
    .footer-city {
        font-size: 12px;
    }

    .footer-col h5 {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .footer-map img {
        width: 80px;
    }

    .effective-img {
        padding: 25px;
    }


    .teacher-prof img {
        width: 100%;
        object-fit: cover;
    }

    /* sohail css */
      .checkout-section .checkout-page {
        max-width: 90%;
        margin-bottom: 50px;
        margin-top: 30px;
    }


    .checkout-section .place-order {
        margin-top: 8px;
    }

    .checkout-section .payment-method {
        margin-top: 0;
        border-top: 1px solid #eee;
        padding-top: 10px;
    }

    .checkout-section label {
        font-size: 14px;
    }

    .checkout-section .checkout-form {
        flex-direction: column;
    }

    .checkout-section .form-grid {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .checkout-section .upload-grid {
        flex-direction: column;
    }

    .checkout-section .checkout-right {
        padding: 15px;
        position: relative;
        top: 0;
    }

    .checkout-section .toggle-coupon {
        font-size: 14px;
    }

    .checkout-section .checkout-left {
        width: 100%;
    }

    .checkout-section input,
    .checkout-section textarea,
    .checkout-section select {
        padding: 8px;
        font-size: 14px;
    }

    .checkout-section .checkout-left {
        padding: 14px;
    }

    .card-filter {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    /* Show filter button */
    .filter-toggle {
        display: block;
        position: relative;
        background: #4f7eff;
        color: #fff;
        padding: 12px 20px;
        border-radius: 30px;
        border: none;
        z-index: 1001;
    }

    .filter-toggle:hover {
        background: #fff;
        color: #4f7eff;
    }

    .custom-loop-add-to-cart {
        display: flex;
        flex-direction: column;
    }

    /* Sidebar */
    .categories-listing {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100%;
        background: #fff;
        z-index: 99999;
        transition: 0.3s ease;
        overflow-y: auto;
        padding: 20px;
        border-radius: 0;
    }

    .categories-listing.active {
        left: 0;
    }

    /* Overlay */
    .filter-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        display: none;
    }

    .filter-overlay.active {
        display: block;
    }

    /* Close button */
    .filter-close {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        background: #000;
        color: #fff;
        border: none;
        padding: 6px 12px;
        border-radius: 50%;
        z-index: 99;
    }

    /* Products grid */
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .details-page ul.short-description p {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .details-page .tab {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .details-page .product-tabs {
        padding: 25px;
    }
    .hero-content {
    padding: 60px 15px;
    gap: 10px;
}
}


@media (max-width: 768px) {
    .breadcrumb-p-line {
    font-size: 14px;
    }
    br {
    display: none;
}
    .contact-banner {
    min-height: 200px;
        
    }
        .page-id-8 .woocommerce {
        padding: 30px 0;
    }
        .woocommerce-message {
        display: block;
    }
    .macbreadcrumb-section,.teachers-banner,.parents-banner,.apls-banner,.business-banner,.enrollmet-banner,.cloud-banner,.infra-banner,.printer-banner {
        height: 250px;
        min-height: 250px;
    }
    li.breadcrumb-item {
    font-size: 14px;
}
        .products-grid {
        display: flex;
        gap: 12px;
        width: 100%;
        flex-wrap: wrap;
    }
    .products-grid li {
    width: 48%;
}

.listing .product-card {
    border-radius: 12px;
}
    .edu-text {
    width: 100%;
    }
        .about-section {
        padding: 30px 0px;
    }
.about-section .col-lg-6 {
    padding: 0 5px;
}
        .footer {
        padding: 30px 5px;
        padding-bottom: 0;
    }
    .div-title {
    font-size: 20px;
}
.enquiry-btn {
    font-size: 14px;
    padding: 10px 15px;
}
        .hero-cta-cell {
        flex: 1;
        min-height: auto;
        padding: 26px 15px;
    }
    .products-track .product-card {
    height: 100px;
    flex: 0 0 calc(100% - 0px);
}
    .hero-products-cell {
        margin: 0;
        padding: 30px 15px;
    }
    .main-title {
        font-size: 28px;
        font-weight: 700;
    }

    .navbar .container {
        height: 115px;
    }

    .navbar-nav {
        display: none !important;
    }

    .hamburger-btn {
        display: flex !important;
    }

    .brand-logo-icon img {
        width: 188px;
    }

    .brand-logo-2 img {
        width: 188px;
    }

    .brand-divider {
        height: 45px;
        margin: 0 12px;
    }

    .navbar-icons-1,
    .navbar-icons-2 {
        display: flex !important;
    }

    .navbar-icons-1 a {
        padding: 11px;
    }

    .navbar-icons-2 a {
        padding: 11px;
    }

    .navbar-right {
        gap: 30px;
        margin: 16px;
    }

    .about-section .stat-box {
        width: 100%;
    }

    .about-section .div-subtitle {
        font-size: 16px;
    }

    .teacher-prof img {
        width: 100%;
        object-fit: cover;
    }

    .leadership-content {
        padding: 0;
    }

    .teacher-prof {
        padding: 15px !important;
    }

    .student-privacy-content {
        padding: 50px 40px;
    }
    .ipad-section {
        padding: 20px 15px;
        text-align: center;
    }

    .ipad-section2 {
        padding: 60px 15px !important;
        text-align: center;
    }

    .ipad-section5 {
        padding: 60px 15px;
        text-align: center;
    }

    .card-solution {
        background: white;
        width: 100%;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: 0.3s;
        margin-bottom: 20px;
    }
     .edu-section {
        padding: 30px 0;
        text-align: unset;
    }

    .ipad-section2 {
        padding: 60px;
        text-align: center;
    }

    .footer-row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 15px;
        align-items: flex-start;
        overflow-x: hidden;
    }

    .footer-col {
        flex: 1 1 0;
        min-width: 0;
    }

    .footer-divider {
        width: 1px;
        min-width: 1px;
        align-self: stretch;
        background-color: rgba(255, 255, 255, 0.15);
    }

    .footer-col p,
    .footer-col a,
    .footer-col li,
    .footer-contact-item,
    .footer-city {
        font-size: 14px;
    }

    .footer-col h5 {
        font-size: 13px;
    }

    .footer-brand {
        margin-left: 0px;
    }

    .footer-brand img {
        width: 175px;
    }

    .footer-map img {
        margin-left: -57px;
    }
    .footer-bottom p {
    font-size: 12px;
    line-height: 22px;
}
a {
    text-decoration: none;
    font-size: 14px;
}
    .footer-social a {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .effective-img img {
        width: 100%;
    }

    /* sohail css*/
    .custom-cart-table thead {
        display: none;
    }

    .custom-cart-table tr {
        display: flex;
        flex-direction: row;
        position: relative;
        flex-wrap: wrap;
    }

    .custom-cart-table td.actions {
        width: 100%;
    }

    .actions-inner {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }

    .coupon {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-bottom: 15px;
    }

    .cart-box h3 {
        font-size: 22px;
    }

    .image img {
        width: auto;
        border-radius: 6px;
    }

    .custom-cart-table td.remove,
    .custom-cart-table th:first-child {
        position: absolute;
        width: auto;
        text-align: center;
        right: 0px;
        font-size: 31px;
        top: 0;
        border: none;
    }

    .custom-cart-table .name {
        max-width: 100%;
    }

    section.cart-page {
        width: 90%;
    }

    .wc-proceed-to-checkout {
        text-align: center;
    }

    button.blue {
        padding: 12px 30px;
        font-size: 14px;
    }

    .image img {
        width: 100%;
    }

    .custom-cart-table td.price {
        width: 50%;
    }

    .custom-cart-table td.qty {
        width: 44%;
    }

    td.subtotal {
        text-align: center;
        width: 100%;
        color: #4f7eff;
    }

    td.image {
        width: 100%;
    }

    .custom-cart-wrapper {
        flex-direction: column;
    }

    /* sohail css */
    .listing {
        padding: 30px 0;
    }

    .filter-toggle {
        font-size: 14px;
        padding: 10px 14px;
    }

    .product-detail {
        padding: 0px;
        gap: 4px 0;
    }

    .product-title a {
        font-size: 14px;
    }

    .product-card {
        border-radius: 16px;
    }

    .custom-loop-add-to-cart a {
        font-size: 12px;
        padding: 8px 16px;
    }

    .offer-badge {
        font-size: 10px;
    }

      .product-price {
        display: flex;
        font-size: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }
.product-card span {
    font-size: 14px;}
    .result-count {
        font-size: 14px;
    }

    .details-page .product-page {
        padding-bottom: 30px;
        flex-direction: column;
    }

    .details-page .left {
        width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }

    .details-page .right {
        width: 100%;
        padding-left: 0;
    }

    .details-page .options {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }

    .option-box {
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .details-page .selected {
        font-size: 14px;
        padding: 10px;
    }

    .details-page .selected::after {
        content: "⌄";
        float: right;
        padding-right: 10px;
    }

    .details-page .tab {
        font-size: 14px;
    }

    .details-page .product-tabs {
        padding: 15px;
    }

    .details-page ul li {
        font-size: 13px;
    }

    .details-page h3 {
        font-size: 16px;
    }

    .details-page td {
        font-size: 14px;
    }

    .details-page .tabs {
        justify-content: space-evenly;
    }

    .details-page th {
        font-size: 16px;
        text-align: left;
        width: auto;
        color: #666;
        padding: 10px;
    }

    .details-page .option-box label {
        margin-bottom: 0px;
        font-size: 14px;
    }

    .details-page .item {
        font-size: 14px;
        border: 1px solid #0001;
    }

    .details-page .right h2 {
        font-size: 18px;
    }

    .details-page .right h3 {
        font-size: 20px;
    }
    .product-remove {
    display: flex;
    position: absolute;
    right: 0;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #fff;
    align-items: center;
    top: 0;
    /* font-size: 23px; */
    border-radius: 50%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

td.product-remove a {
    display: inline-block;
    font-size: 22px;
    /* width: 29px; */
    height: 30px;
    background: #fff;
    /* height: 39px; */
    align-items: center;
    justify-content: center;
}
}

@media (max-width: 575px) {
    .ipad-loaded img {
    width: 100%;
}
.edu-card {
    text-align: center;
    margin-bottom: 25px;
}
.breadcrumb-section {
    height: 200px;
}
.edu-card h3 {
    font-size: 20px;
}


.apps-education img {
    width: 50%;
}
    .app-inner, .app-inner-1 {
        text-align: center;
        padding: 10px 0;
    }
.ipad-section6 h3 {
    text-align: center;
    font-size: 16px;
}
   .app-inner, .app-inner-1,.app-inner-2 {
        text-align: center;
        padding: 10px 0;
            border-bottom: 1px solid rgba(128, 128, 128, 0.61);
    }
    .ipad-section8,.ipad-section9 {
    padding: 30px 0;
}
.card-header{
    font-size: 16px;
}
.edu-text {
    margin: 0 auto 10px;
}
 
.ipad-section10,.ipad-section11 {
    padding: 30px 0;
}
    .about-counter .count-box {
    width: 45%;
}
.ipad-section{
    text-align: center;
}
.ipad-text {
    text-align: justify;
    padding: 10px;
}
.ipad-section .main-title{
    text-align: center;
}
    .ipad-section2 {
        padding: 30px 0px !important;
    }
    .cta-banner-1-wrapper {
    margin: 15px 0;
            padding: 0;
}
.btn-flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
    .navbar .container {
        height: 90px;
    }
        .cta-inner-1, .cta-inner-2 {
        text-align: center !important;
        padding: 10px !important;
    }
    .cta-banner-1 {
    background: var(--color-primary);
    margin-bottom: 15px;
    border-radius: 10px;
    margin-top: 15px;
}

    .brand-logo-icon img {
        width: 110px;
    }

    .brand-divider {
        margin: 0 8px;
        height: 38px;
    }

    .navbar-icons-1 a {
        padding: 7px 12px;
    }

    .navbar-icons-2 a {
        padding: 8px;
    }

    .hero-grid {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .hero-cell {
        width: 100% !important;
        position: relative;
    }

    .hero-right-col {
        display: contents;
    }

    .hero-bg-video-left,
    .hero-bg-video-right {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

       .about-section {
        padding: 40px 0px;
    }
    .about-section .container .row.align-items-center {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin: 0;
    }


    .about-section .container .row.align-items-center>.col-lg-5,
    .about-section .container .row.align-items-center>.col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .about-section .about-content-wrapper {
        padding-right: 0;
    }

    .about-section .about-content-wrapper .row.position-relative {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        margin: 16px 0 0 0;
        align-items: stretch;
    }

    .about-section .about-content-wrapper .row.position-relative .col-3 {
        flex: 1 1 0;
        max-width: none;
        padding: 0;
        margin: 0;
    }

    .about-section .stat-box {
        padding: 12px 12px;
        text-align: left;
        background-color: #eef7ff;
        border-radius: 10px;
        border: 1px solid #d6ecff;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin: 0;
    }

    .about-section .stat-number {
        font-size: 25px;
        font-weight: 700;
        color: #007bff;
        display: block;
        margin-bottom: 4px;
    }

    .about-section .div-subtitle {
        font-size: 17px;
        color: #333;
        line-height: 1.3;
        display: block;
    }

    .about-section .about-img-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .about-section .about-img {
        width: 100%;
        border-radius: 14px;
        object-fit: cover;
        display: block;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }

    .about-section .overlap-card {
        position: static;
        margin-top: 0;
    }

    .experts-grid .div-title {
        font-size: 15px;
        font-weight: 700;
    }

    .experts-grid {
        padding: 0 15px;
    }

    .testimonials-section {
        height: auto;
        min-height: 420px;
        padding: 0;
    }

    .testimonials-section::before {
        display: none;
    }

    .testimonials-section .testimonials-bg-img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0.7;
        object-fit: cover;
        object-position: center;
        z-index: 0;
    }

    .testimonials-section .container {
        position: relative;
        z-index: 2;
        height: 100%;
        padding: 0 16px;
    }

    .testimonials-section .container .row.align-items-center {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        height: 100%;
        min-height: 420px;
        gap: 0;
    }

    .testimonials-section .testimonials-left.col-lg-5 {
        flex: 0 0 45%;
        max-width: 45%;
        padding: 24px 50px 24px 0;
        gap: 10px;
    }

    .testimonials-section .testimonials-left .div-title {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
    }

    .testimonials-section .testimonials-right.col-lg-7 {
        flex: 0 0 65%;
        max-width: 65%;
        margin-left: -10%;
        padding: 0;
        height: auto;
    }

    .testimonials-section .mySwiper .swiper-slide {
        width: 100%;
    }

    .testimonials-section .testimonial-card {
        background: #fff;
        border-radius: 16px;
        padding: 18px 14px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    }

    .testimonials-section .swiper-pagination {
        justify-content: flex-start;
        margin-top: 10px;
        padding-left: 0;
    }

    section.cta-banner.container {
        padding: 30px;
        border-radius: 15px;
    }

    .everyone-content {
        padding: 15px;
    }

    .leader-inner {
        padding: 20px;
    }
     .edu-section {
        padding: 30px 0;
        text-align: unset;
    }

    .footer-row {
        flex-direction: column !important;
        flex-wrap: wrap !important;
        gap: 0 !important;
    }

    .footer-divider {
        display: block !important;
        width: 100% !important;
        height: 1px !important;
        min-width: unset !important;
        background-color: rgba(255, 255, 255, 0.2) !important;
        margin: 20px 0 !important;
        align-self: unset !important;
    }

    .footer-col {
        flex: unset !important;
        width: 100% !important;
        min-width: unset !important;
        padding: 0 !important;
    }

    .footer-col p,
    .footer-col a,
    .footer-col li,
    .footer-contact-item,
    .footer-city {
        font-size: 14px !important;
    }

    .footer-col h5 {
        font-size: 18px !important;
        margin-bottom: 20px !important;
    }

    .follow-text {
        font-size: 15px !important;
    }

    .links-grid {
        flex-direction: row !important;
        gap: 0px !important;
    }

    .contact-map-wrapper {
        flex-direction: column !important;
    }

    .footer-map img {
        width: 100% !important;
        margin-top: 16px !important;
        margin-left: 10px;
    }

    .footer-social a {
        width: 35px !important;
        height: 35px !important;
        font-size: 14px !important;
    }

    .footer-brand img {
        width: 160px !important;
    }

    .infra-quality-content {
        padding: 0;
    }

    .quality {
        border-right: none;
    }

    .quality-2 {
        border-right: none;
        border-bottom: 1px solid white;
    }

    .hosted-email-section {
        padding: 0 !important;
    }

    p.text-center.possible-content {
        padding: 13px 20px;
    }

    .power-images img {
        margin-bottom: 12px;
        width: 100%;
        height: auto;
    }

    .main-title {
        font-size: 21px;
        font-weight: 700;
    }



    .cta-banner-1 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .perk-card {
        margin-bottom: 14px;
    }

    .effective-solution {
        height: 100%;
    }

    .cta-content {
        padding: 0 !important;
    }

    .student-privacy-content {
        padding: 0;
    }
    .details-page .thumb-slider .swiper-slide {
    height: auto;
    }
        .details-page .right h3 {
        font-size: 20px;
        text-align: left;
        display: flex;
        justify-content: flex-start;
    }


}

@media (max-width: 480px) {
    .container {
        margin: 0;
        padding: 0 10px;
    }
    p {
    font-size: 14px;
    }
    
  header.sticky .navbar-brand {
        margin-top: -42px;
    }   
    .brand-logo-2 img {
        padding-left: 10px;
    }

    .navbar .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: auto;
        padding: 10px 15px !important;
    }

    .navbar-brand {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .brand-divider {
        display: none;
    }

    .logo-divider {
        width: 1px;
        height: 100px;
        background-color: #ccc;
        margin: 2px 0;
        display: block;
    }

    .brand-logo-icon img,
    .brand-logo-2 img {
        height: auto;
        width: 143px;
    }

    .navbar-right {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .navbar-icons-1 img,
    .navbar-icons-2 img {
        width: 20px;
        height: 20px;
        display: block;
    }

    .hamburger-btn span {
        width: 40px;
        height: 1px;
    }

    .links-grid ul li a {
        font-size: 14px;
    }

    section.experts-section {
        padding: 25px 0;
    }

    .experts-section .container {
        padding: 0 16px;
    }

    .experts-section .expert-cont {
        padding: 0 0 24px 0;
    }

    .experts-section .expert-cont .row {
        flex-direction: column;
        gap: 10px;
    }

    .experts-section .expert-cont .main-title {
        font-size: 24px;
    }

    .experts-section .expert-cont p {
        font-size: 14px;
        padding: 0;
        margin: 0;
    }

    .experts-section .experts-grid {
        display: flex;
        flex-direction: column;
        gap: 16px;
        grid-template-columns: unset;
        grid-template-rows: unset;
        grid-template-areas: unset;
    }

    .experts-section .solution-card {
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 0;
        border-radius: 16px;
        overflow: hidden;
        background: #D9D8DD;
    }

    .experts-section .solution-card.edu {
        height: auto;
    }

    .experts-section .solution-card.biz {
        flex-direction: column !important;
        background: #d7e5f2;
    }

    .experts-section .solution-card.biz .img-frame {
        width: 100%;
        height: 220px;
    }

    .experts-section .solution-card.biz .card-body {
        padding: 16px 16px 16px 0;
        text-align: center;
    }

    .experts-section .solution-card.cloud {
        flex-direction: column;
        height: auto;
        margin-top: 0;
        padding: 0;
        border-radius: 16px;
    }

    .about-counter {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 12px;
        justify-content: space-between;
    }

    .experts-section .solution-card.cloud .img-frame {
        width: 100%;
        height: 220px;
        flex-grow: 1;
    }

    .experts-section .solution-card.cloud .card-body {
        text-align: center;
        padding: 16px;
        flex: unset;
    }

    .experts-section .img-frame {
        width: 100%;
        height: 220px;
        border-radius: 0;
        flex-grow: 0;
    }

    .experts-section .card-body {
        text-align: center;
        padding: 16px 12px;
    }

    .experts-section .card-body .div-title {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .experts-section .card-body a {
        font-size: 14px;
        color: #1C77C8;
    }

    .testimonials-section {
        height: auto;
        min-height: unset;
    }

    .testimonials-section .container .row.align-items-center {
        flex-direction: column;
        align-items: flex-start;
        min-height: unset;
        height: auto;
    }

    .testimonials-section .testimonials-left.col-lg-5 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 30px 16px 20px 16px;
        gap: 8px;
    }

    .testimonials-section .testimonials-left .main-title {
        font-size: 22px;
        font-weight: 800;
        line-height: 1.2;
        margin: 0;
    }

    .testimonials-section .testimonials-right.col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        padding: 0 16px 30px 16px;
        height: auto;
    }

    .testimonials-section .mySwiper {
        padding-bottom: 40px;
    }

    .testimonials-section .testimonial-card {
        padding: 20px 18px;
    }

    .testimonials-section .swiper-pagination {
        justify-content: center;
        margin-top: 12px;
        padding-left: 0;
        position: static;
    }

    section.cta-banner {
        width: 100%;
        padding: 40px 20px;
        background-color: #ffffff;
    }

    .cta-inner {
        background-color: #1a3e82;
        padding: 30px 20px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .btn-connect {
        display: inline-block;
        width: auto;
        padding: 12px 25px;
        text-align: center;
    }

    .infra-quality-content {
        padding: 0;
    }

    .quality {
        border-right: none;
    }

    .quality-2 {
        border-right: none;
        border-bottom: 1px solid white;
    }

    .infra-service button.btn.btn-primary,
    .business-service button.btn.btn-primary {
        padding: 12px;
    }

    .co-location-apls .row {
        display: flex;
        flex-direction: column-reverse;
        /* This flips the stacking order */
    }

    .apple-proogram .quality-2,
    .apple-proogram .quality {
        border-right: none;
        border-bottom: 1px solid gray;
    }
    .ipadbreadcrumb-section {
        height: 250px;
    }

    .ipad-section {

        padding: 40px 10px;
        text-align: justify;
    }
    .ipad-section4 {
        padding: 40px 10px;
        text-align: justify;

    }

    .phone-img img {
        width: 100%;
    }

    .ipad-section4 img {
        width: 100%
    }

    .ipad-section5 {
        padding: 40px 10px;


    }

    .ipad-section5 h2 {
        text-align: center;
    }

    .ipad-section6 {
        padding: 0px 10px;
        text-align: justify;
        display: flex;
        flex-direction: row;
    }

    .card-align {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
    }

.mac-section1, .mac-section3 {
    padding: 30px 0;
}
.imac-section6 h4 {
            margin: 0;
    font-size: 14px;
}
}

@media (max-width: 375px) {
    .products-track-wrapper {
        overflow: hidden;
        width: 100%;
        order: 2;
    }

    .main-title {
        font-size: 20px;
    }

    .products-track {
        display: flex;
        transition: transform 0.5s ease;
    }

    .product-card {
        flex: 0 0 100%;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        text-align: center;
    }

    .products-slider-wrapper {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .products-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
        order: 1;
    }

    .slider-btn {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgb(255, 255, 255);
        border: 1px solid #fff;
        color: #fff;
    }

    .about-section .about-content-wrapper .row.position-relative {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin: 16px 0 0 0;
    }

    .about-section .about-content-wrapper .row.position-relative .col-3 {
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px);
        padding: 0;
        margin: 0;
    }

    .about-section .stat-number {
        /* font-size: 25px; */
        font-weight: 700;
        color: #007bff;
        display: block;
        margin-bottom: 4px;
    }

    .about-section .div-subtitle {
        /* font-size: 12px; */
        /* color: #333; */
        /* line-height: 1.3; */
        /* display: block; */
    }

    .infra-quality-content {
        padding: 0;
    }

    .quality {
        border-right: none;
    }

    .quality-2 {
        border-right: none;
        border-bottom: 1px solid white;
    }
}