@theme {
    --breakpoint-xs: 575px;
}
@media (max-width: 1386px) and (min-width: 1280px) {
    .bg-banner {
        background-size: cover;
        background-position: bottom;
    }
    .about-img {
        left: 90px;
    }
}
@media (max-width: 1279px) and (min-width: 1200px) {
    .bg-banner {
        background-size: cover;
        background-position: bottom;
    }
    .about-img {
        left: 104px;
    }
}
@media (max-width: 1200px) {
    .media-asso-card {
        flex-direction: column;
        text-align: center;
    }
    .media-text {
        padding: 1rem !important;
    }
    .media-asso-card > * + * {
        margin-left: 0 !important;
    }
    .asso-icons {
        height: 70px !important;
        width: 70px !important;
    }
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .bg-banner {
        background-size: cover;
        background-position: bottom;
    }
    .about-img {
        left: 46px;
    }
    .bg-banner {
        padding-top: 4rem !important;
    }
    .about-img {
        height: 580px;
    }
    #navigation-bar a {
        font-size: 14px;
    }
    .nav-text {
        font-size: 16px !important;
    }
    .threecards {
        height: 220px;
        max-height: 220px;
    }
    .brdr-bottom {
        font-size: 28px !important;
    }
     .testimonial-video-card {
    height: auto;
    max-height: 500px;
}
}

@media (max-width: 1023px) and (min-width: 768px) {
    .margin-2 {
        margin-bottom: 5px !important;
    }
    .about-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bg-banner {
        background-size: cover;
        background-position: bottom;
    }
    .social-icons {
        height: 40px;
        width: 40px;
    }
    .about-img {
        height: 500px;
        top: 72px;
        left: 60px;
    }
    #home {
        min-height: 100vh;
    }
    .fs-4 {
        font-size: 18px;
    }
    .navbar-svg {
        width: 15px;
        height: 15px;
    }
    .nav-logo {
        height: 25px;
        width: 25px;
    }
    .nav-link,
    .mahakaushal-btn,
    .no-more-btn {
        font-size: 14px;
    }
    .bg-banner {
        background-size: cover;
        background-position: bottom;
    }
    .bg-banner {
        padding-top: 3rem !important;
    }
    .threecards {
        height: 200px;
        max-height: 330px;
    }
     .brdr-bottom {
        font-size: 24px !important;
    }
}
@media (width: 1024px) {
    .prev-btn {
        left: 85% !important;
    }
    .about-me-img {
        display: block;
    }
}
@media (max-width: 1023px) {
    .prev-btn {
        left: 85% !important;
    }
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 24px;
    }
    .prev-btn,
    .next-btn {
        padding: 4px 10px;
        height: 36px;
        width: 36px;
    }
    .swiper-button-lock {
        display: block !important;
    }
    .about-me-img {
        display: none;
    }
}
@media (max-width: 1023px) and (min-width: 768px) {
    .footer-grid {
        gap: 20px !important;
    }
}
@media (max-width: 890px) {
    .connector-line {
        display: none !important;
    }
    .lottie-animation {
        width: 232px !important ;
        height: 100%;
    }

    .fs-4 {
        font-size: 18px;
    }
    .mob-view-icons  .fs-4 {
        font-size: 16px;
    }
    .custom-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 0.75rem !important;
    }
    .approach-cards {
        flex-direction: row !important;
        text-align: left !important;
    }
    .testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px !important;
    }
    .badge-card {
        margin-bottom: 30px;
    }
    .footer-svg {
        height: 18px !important;
        width: 18px !important;
    }
}

@media (max-width: 840px) {
    .asso-icons {
        height: 60px !important;
        width: 60px !important;
    }

    #home {
        min-height: 72vh;
    }
    .about-img {
        height: 500px;
        top: 72px;
        left: 28px;
    }
}
@media (max-width: 991px) {
    #navigation-bar {
        display: none;
    }
    #mobile-menu-btn {
        display: flex;
    }
    #nav-options {
        display: none;
    }
     .testimonial-video-card {
    height: auto;
    max-height: 600px;
}
}
@media (max-width: 768px) {
    .para-clamped {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .prev-btn {
        left: 82% !important;
    }
    .btn-width {
        width: 42%;
    }
    .lottie-animation {
        width: 235px !important;
        height: 100% !important;
    }
    .social-list {
        flex-direction: column !important;
        gap: 0.7rem !important;
    }

    .badge-img {
        height: 36px !important;
        width: 36px !important;
    }
    .teal-badge {
        padding: 8px 16px !important;
        min-width: 216px !important;
        top: -24px !important;
    }
    .badge-name {
        font-size: 14px;
    }
    .testimonial-text {
        margin-top: 8px !important;
    }
    .badge-card {
        margin-bottom: 20px;
        padding: 16px !important;
    }

    .footer-social-svg {
        height: 22px !important;
        width: 22px !important;
    }

    h4 {
        font-size: 16px !important;
    }

    .switch {
        display: block !important;
        width: 65px !important;
        height: 30px !important;
        border-radius: 30px !important;
    }
    .en,
    .hi {
        margin-top: -7px !important;
    }
    .switch::before {
        top: 2px !important;
        left: -6px !important;
        width: 35px !important;
        height: 25px !important;
    }
    .hi {
        right: -4px !important;
    }
}
@media (max-width: 640px) {
    .prev-btn {
        left: 40% !important;
    }
    .next-btn {
        right: 40% !important;
    }
      .mob-view-icons  .fs-4 {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
     .testimonial-video-card {
    height: auto;
    max-height: 600px;
}
    .contact-img {
        height: 240px !important;
        width: 100% !important;
    }
    .contact-card {
        margin-bottom: 12px;
    }
    .thought {
        width: 100% !important;
    }
    .btn-width {
        width: 54% !important;
    }
    .form-grid input,
    .form-grid textarea {
        padding: 6px !important;
        font-size: 15px;
    }
    .form-grid {
        gap: 0 !important;
        padding: 20px !important;
    }
    .contact-grid {
        gap: 0.5rem !important;
        font-size: 15px;
    }
    .no-more-btn {
        font-size: 14px;
    }

    .nav-logo {
        height: 30px;
        width: 30px;
    }
    .social-icons {
        height: 34px;
        width: 34px;
    }
    .about-img {
        height: 400px;
        top: 68px;
        left: 50px;
    }
    #home {
        min-height: 70vh;
    }
    .bg-banner {
        background-position: right;
        background-size: cover;
    }
    .nav-text {
        font-size: 18px;
    }
    .about-me-img {
        height: 320px;
    }
    .bg-about {
        margin: 36px 0px;
    }

    .spot-big h3 {
        font-size: 1.5rem;
    }
    .spot-big {
        font-size: 15px;
    }
    .spot-small {
        font-size: 15px;
    }
    .margin-2 {
        margin-bottom: 6px !important;
    }
    .spot-text {
        padding: 1.25rem !important;
    }

    .approach-body {
        gap: 18px !important;
    }
    .custom-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .lottie-animation {
        width: 180px !important;
        height: 100% !important;
    }
    .mob-pad {
        padding: 10px 16px !important;
    }
    h2 {
        font-size: 28px !important;
    }
}

@media (max-width: 575px) and (min-width: 475px) {
    .contact-img {
        height: 240px !important;
        width: 100% !important;
    }
    .prev-btn {
        left: 37% !important;
    }
    .next-btn {
        right: 37% !important;
    }

    #gallery {
        font-size: 15px;
    }
    #gallery h2 {
        font-size: 16px;
    }
    .modal-btn {
        font-size: 15px;
        width: 128px !important;
    }
    .btn-width {
        width: 68% !important;
    }
    .info-row,
    .spot-text {
        font-size: 15px !important;
    }
    .badge-card {
        font-size: 15px !important;
    }
    .btn-width {
        width: 55%;
    }
    .about-img {
        height: 360px;
        top: 45px;
        left: 12px;
    }
    .doc-name {
        font-size: 2.25rem !important;
    }
    .mob-view-icons {
        display: flex;
        gap: 20px;
        margin-top: 6px;
    }
    .social-icons {
        height: 32px;
        width: 32px;
    }
    #home {
        min-height: 70vh;
    }
    .bg-banner {
        background-size: cover;
        background-position: bottom;
    }
    .nav-logo {
        height: 30px !important;
        width: 30px !important;
    }
    .testimonial-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 18px !important;
    }
    .about-content {
        font-size: 15px !important;
    }
    h2 {
        font-size: 24px !important;
    }
    .asso-icons {
        height: 50px !important;
        width: 50px !important;
    }
    h3 {
        font-size: 19px !important;
    }
    .media-text {
        padding: 0.25rem !important;
    }
    .lottie-animation {
        width: 180px !important;
        height: 100% !important;
    }
    .mob-pad {
        padding: 10px 16px !important;
    }
    .form-grid input,
    .form-grid textarea {
        padding: 6px !important;
        font-size: 15px;
    }
    .form-grid {
        gap: 1rem !important;
        padding: 20px !important;
    }
    .contact-grid {
        gap: 0.5rem !important;
        font-size: 15px;
    }
    #mobile-menu {
        width: 100vw;
        height: 100vh;
    }
    .modal-para {
        font-size: 15px !important;
    }
    .spot-small {
        font-size: 15px !important;
    }
    .testimonial-video-card {
    height: auto;
    max-height: 500px;
}
}

@media (max-width: 474px) and (min-width: 320px) {
      .testimonial-video-card {
    height: auto;
    max-height: 500px;
}
    .prev-btn {
        left: 37% !important;
    }
    .next-btn {
        right: 37% !important;
    }
    .modal-para {
        font-size: 14px !important;
    }
    #gallery {
        font-size: 14px;
    }
    .modal-btn {
        font-size: 14px;
        width: 128px !important;
    }
    .btn-width {
        width: 120px !important;
        padding: 2px !important;
    }
    .doc-desc {
        font-size: 12px !important;
    }
    .outer-grid-about {
        gap: 0 !important;
    }
    .thought {
        position: static !important;
        width: 100% !important;
    }
    .about-img {
        height: 200px;
        top: 27px;
        left: 16px;
    }
    .home-grid {
        align-items: end !important;
    }
    #home {
        min-height: 28vh;
    }

    .bg-banner {
        background-size: cover;
        background-position: bottom;
    }
    .doc-name {
        font-size: 22px !important;
    }
    .mob-icons {
        display: flex;
        gap: 8px;
    }
    .thought,
    .no-more-btn {
        font-size: 14px !important;
    }
    .modal-content {
        font-size: 14px;
    }
    .about-content {
        font-size: 14px;
        padding: 1rem !important;
    }
    h3 {
        font-size: 18px !important;
    }
    .media-text {
        padding: 0.5rem !important;
    }
    .asso-icons {
        height: 40px !important;
        width: 40px !important;
    }
    #mobile-menu {
        width: 100vw;
        height: 100vh;
    }
    .associate-grid {
        gap: 1rem !important;
    }
    .margin-2 {
        margin-bottom: 6px !important;
    }
    .spot-big {
        font-size: 14px;
    }
    .lottie-animation {
        width: 140px !important;
        height: 100% !important;
    }
    .approach-cards {
        padding: 1rem;
        flex-direction: column !important;
        text-align: center !important;
    }
    .badge-card {
        font-size: 14px;
    }
    .testimonial-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 18px !important;
    }
    .contact-vector {
        max-height: 200px !important;
        width: 100% !important;
        object-fit: cover !important;
    }
    h2 {
        font-size: 22px !important;
    }
    .form-grid input,
    .form-grid textarea {
        padding: 5px !important;
        font-size: 14px;
    }
    .form-grid {
        gap: 1rem !important;
        padding: 14px !important;
    }
    .contact-grid {
        gap: 0.5rem !important;
        font-size: 14px;
    }
    .social-icons {
        height: 25px;
        width: 25px;
    }
    .fs-4 {
        font-size: 14px;
    }
    .nav-logo {
        height: 26px;
        width: 26px;
    }
    .spot-small {
        font-size: 14px !important;
    }
}

@media (max-width: 1599px) and (min-width: 1200px) {
    .about-img {
        top: 45px;
    }
    .bg-banner {
        padding-top: 4rem !important;
    }
    .about-img {
        height: 620px;
        object-fit: contain;
    }
}

@media (max-width:575px) and (min-width:320px) {
    .slide-in-left.visible {
    padding-left: 10px;
    }
}