/* XXL devices (very large screens, 1400px and up) */
@media (min-width: 1400px) {
}

/* Extra large devices (large desktops, 1200px to 1399.98px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .nav-item .nav-link {
    color: white;
    font-weight: 500;
    padding: 10px 2px !important;
  }
  .navbar-nav {
    display: flex;
    gap: 2px;
    align-items: center;
  }
}

/* Large devices (desktops, 992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .intro-section img {
    width: 100%;
  }

  .nav-item .nav-link {
    color: white;
    font-weight: 500;
    padding: 10px 2px !important;
  }
  .navbar-nav {
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .hero-section {
    position: relative;
    width: 100%;
    height: auto;
    padding: 60px 0 0px;
    overflow: hidden;
    color: #fff;
  }
}

/* Medium devices (tablets, 768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-brand img {
    height: 60px;
  }

  .experience-section .section-title::before {
    font-size: 100px;
  }

  .intro-section .section-title::before {
    font-size: 100px;
  }

  .prog-btn {
    display: block;
    width: fit-content;
  }

  .hero-section {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 0 60px;
    overflow: hidden;
    color: #fff;
  }

  .hero-headings h2 span {
    color: #4ac58f;
    position: relative;
    font-size: 50px;
  }

  .hero-qual {
    margin-top: 35px;
    font-weight: 500;
    margin-left: 10px;
    font-size: 15px;
    color: #44ff4abe;
  }

  .swiper {
    height: auto;
  }

  .profile-img {
    width: 180px;
    display: none;
    height: 180px;
  }

  .heroCertSlider .swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
  }

  .my-about-btns {
    display: flex;
    gap: 10px;
  }

  .my-testi .section-title::before {
    font-size: 90px;
  }

  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    text-align: left;

    justify-content: flex-start;
  }

  .navbar-nav {
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }
  .my-breacum-section {
    min-height: 200px;
    padding: 30px 15px;
    margin-top: 80px;
  }

  .environ-camp-inn.impt-metri .metrics-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .vision-box,
  .philosophy-box {
    padding: 30px;
    height: auto;
    margin-bottom: 30px;
  }

  .expertise-img-container,
  .collaboration-img-container {
    min-height: 300px;
    max-height: 350px;
    margin-bottom: 30px;
  }

  .my-work-exp-inn-1 h2::after {
    display: none;
  }

  .my-work-exp-inn-1 h2 {
    color: var(--primary);
    font-size: 2.5rem;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 0px;
    font-weight: 700;
    text-align: center;
  }

  .profile-overview {
    padding: 20px 0;
  }

  .photo-item {
    margin-bottom: 20px;
  }

.competencies-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.environ-camp-inn.future-campaigns .campaign-item {
    padding: 1rem;
    margin-bottom: 0;
}


.auto-play-video-sec video {
    aspect-ratio: 3/2 !important;
    height: 380px !important;
    width: 100% !important;
}

.spl-abt-sing {
    border: none;
    margin:  0 auto !important;
    box-shadow: none;
}

.contact-inn .contact-content {
   
    margin-bottom: 0px;
}






}

/* Small devices (phones, 576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .intro-section img {
    width: 100%;
  }
  .navbar-brand img {
    height: 50px;
  }

  .navbar-nav {
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }
  .my-banner-slider {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
  }

  .prog-btn {
    display: block;
    width: fit-content;
    padding: 10px 15px;
  }

  .my-banner-slider .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }

  .my-banner-slider .swiper-button-next,
  .my-banner-slider .swiper-button-prev {
    color: var(--primary-color);
    background-color: rgba(26, 46, 53, 0.7);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .hero-headings h2 span {
    color: #4ac58f;
    position: relative;
    font-size: 32px;
  }
  .hero-headings h2 {
    font-size: 35px;
    font-weight: 700;

    color: #ffffff;
    margin-bottom: 30px;
  }

  .hero-section {
    position: relative;
    width: 100%;
    height: auto;
    padding: 40px 0 0px;
    overflow: hidden;
    color: #fff;
  }
  .swiper {
    height: auto;
  }

  .hero-qual {
    margin-top: 50px;
    font-weight: 500;
    margin-left: 10px;
    font-size: 18px;
    color: #44ff4abe;
  }
  .heroCertSlider .swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
  }
  .section-title::before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 2px rgba(0, 0, 0, 0.08);
    text-transform: uppercase;
    letter-spacing: 5px;
    z-index: 1;
    pointer-events: none;
    line-height: 1;
  }

  .section-title {
    position: relative;
    font-weight: 800;
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
    color: #1a2e35;
    z-index: 2;
  }

  .my-about-btns {
    display: flex;
    gap: 20px;
  }
  .mt-4 {
    margin-top: 0.5rem !important;
  }

  .section-padding {
    padding: 50px 0;
  }

  .experience-section .section-title::before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 46px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.08);
    text-transform: uppercase;
    letter-spacing: 6px;
    z-index: 1;
    pointer-events: none;
    line-height: 1;
  }

  .my-counter-box-dark {
    padding: 20px 5px;
    background: #1a2e35;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: 0.3s;
  }
  .my-counter-box-dark h3 {
    font-size: 36px;
    font-weight: 800;
    color: #4ac58f;
    margin-bottom: 8px;
  }

  .my-achieve-expan .achieve-col img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    transition: all 0.4s ease;
    border-radius: 12px;
  }

  .intro-section .section-title::before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 46px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.197);
    text-transform: uppercase;
    letter-spacing: 6px;
    z-index: 1;
    pointer-events: none;
    line-height: 1;
  }

  .my-about-img img {
    border-radius: 12px;
    width: 100%;
    height: 230px;
    object-fit: cover;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
  }

  .my-testi .section-title::before {
    font-size: 46px;
    font-weight: 900;
  }

  .testi-prev,
  .testi-next {
    display: none;
  }

  .testiSwiper {
    padding: 2px 2px;
  }

  .fancybox__slide {
    padding: 0px 20px !important;
    margin-top: 0;
  }

  .my-odd-section {
    padding: 20px 10px;
  }

  .my-work-exp-inn-1 h2::after {
    display: none;
  }

  .poster-section {
    margin: 0 auto;
    clip-path: inset(0 round 00px);
  }

  .cta-button {
    padding: 15px 25px;
    font-size: 1.1rem;
  }
  .environ-camp-inn.future-campaigns {
    background: #f8f9fa;
    padding: 40px 0;
  }

  .environ-camp-inn.future-campaigns h2 {
    text-align: center;
    font-size: 2.5rem;
    color: var(--dark-color);
    margin-bottom: 1rem;
    font-weight: 700;
  }

  .environ-camp-inn .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0rem;
  }

  .auto-play-video-sec video {
    aspect-ratio: 3/2 !important;
    height: 185px !important;
    width: 100% !important;
  }

  .spl-abt-sing {
    border: none;
    margin-top: 0px !important;
    box-shadow: none;
  }

  .spl-abt-sing .col-lg-12::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 95%;
    margin-top: 30px;
    height: 3px;
    background-color: gray;
  }

  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    justify-content: flex-start;
  }
  .my-blog-view-inn .blog-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 25px;
  }

  .my-blog-view-inn .blog-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .contact-inn .contact-content {
    gap: 40px;
    margin-bottom: 0px;
  }
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .intro-section img {
    width: 100%;
  }
  .navbar-brand img {
    height: 50px;
  }

  .navbar-nav {
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }
  .my-banner-slider {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
  }

  .prog-btn {
    display: block;
    width: fit-content;
    padding: 10px 15px;
  }

  .my-banner-slider .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }

  .my-banner-slider .swiper-button-next,
  .my-banner-slider .swiper-button-prev {
    color: var(--primary-color);
    background-color: rgba(26, 46, 53, 0.7);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .hero-headings h2 span {
    color: #4ac58f;
    position: relative;
    font-size: 32px;
  }
  .hero-headings h2 {
    font-size: 35px;
    font-weight: 700;

    color: #ffffff;
    margin-bottom: 30px;
  }

  .hero-section {
    position: relative;
    width: 100%;
    height: auto;
    padding: 40px 0 0px;
    overflow: hidden;
    color: #fff;
  }
  .swiper {
    height: auto;
  }

  .hero-qual {
    margin-top: 50px;
    font-weight: 500;
    margin-left: 10px;
    font-size: 18px;
    color: #44ff4abe;
  }
  .heroCertSlider .swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
  }
  .section-title::before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 2px rgba(0, 0, 0, 0.08);
    text-transform: uppercase;
    letter-spacing: 5px;
    z-index: 1;
    pointer-events: none;
    line-height: 1;
  }

  .section-title {
    position: relative;
    font-weight: 800;
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
    color: #1a2e35;
    z-index: 2;
  }

  .my-about-btns {
    display: flex;
    gap: 20px;
  }
  .mt-4 {
    margin-top: 0.5rem !important;
  }

  .section-padding {
    padding: 50px 0;
  }

  .experience-section .section-title::before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 46px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.08);
    text-transform: uppercase;
    letter-spacing: 6px;
    z-index: 1;
    pointer-events: none;
    line-height: 1;
  }

  .my-counter-box-dark {
    padding: 20px 5px;
    background: #1a2e35;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: 0.3s;
  }
  .my-counter-box-dark h3 {
    font-size: 36px;
    font-weight: 800;
    color: #4ac58f;
    margin-bottom: 8px;
  }

  .my-achieve-expan .achieve-col img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    transition: all 0.4s ease;
    border-radius: 12px;
  }

  .intro-section .section-title::before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 46px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.197);
    text-transform: uppercase;
    letter-spacing: 6px;
    z-index: 1;
    pointer-events: none;
    line-height: 1;
  }

  .my-about-img img {
    border-radius: 12px;
    width: 100%;
    height: 230px;
    object-fit: cover;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
  }

  .my-testi .section-title::before {
    font-size: 46px;
    font-weight: 900;
  }

  .testi-prev,
  .testi-next {
    display: none;
  }

  .testiSwiper {
    padding: 2px 2px;
  }

  .profile-img {
    width: 180px;
    height: 180px;
    display: none;
  }

  .my-breacum-section {
    min-height: 150px;
    padding: 20px 10px;
    margin-top: 76px;
  }

  .my-aboutme-inn {
    padding: 40px 0;
  }

  .my-aboutme-inn-1 .profile-img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 300px;
    transition: transform 0.5s ease;
  }

  .vision-box,
  .philosophy-box {
    padding: 25px;
    height: auto;
    margin-bottom: 20px;
  }

  .expertise-list {
    list-style: none;
    padding-left: 0;
  }
  .collaboration-list {
    list-style: none;
    padding-left: 0;
    margin-top: 30px;
  }

  .my-work-exp-inn {
    padding: 40px 0;
  }

  .my-work-exp-inn-1 h2 {
    color: var(--primary);
    font-size: 2rem;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 0px;
    font-weight: 700;
    text-align: center;
  }

  .profile-overview {
    padding: 20px 0 0;
  }
  .photo-item {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
  }
  .timeline::after {
    left: 0px;
  }
  .timeline-item {
    width: 100%;
    padding-left: 15px;
    padding-right: 25px;
  }

  .fancybox__slide {
    padding: 0px 20px !important;
    margin-top: 0;
  }

  .my-odd-section {
    padding: 20px 10px;
  }

  .my-work-exp-inn-1 h2::after {
    display: none;
  }

  .poster-section {
    margin: 0 auto;
    clip-path: inset(0 round 00px);
  }

  .cta-button {
    padding: 15px 25px;
    font-size: 1.1rem;
  }
  .environ-camp-inn.future-campaigns {
    background: #f8f9fa;
    padding: 40px 0;
  }

  .environ-camp-inn.future-campaigns h2 {
    text-align: center;
    font-size: 2.5rem;
    color: var(--dark-color);
    margin-bottom: 1rem;
    font-weight: 700;
  }

  .environ-camp-inn .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0rem;
  }

  .auto-play-video-sec video {
    aspect-ratio: 3/2 !important;
    height: 185px !important;
    width: 100% !important;
  }

  .spl-abt-sing {
    border: none;
    margin-top: 0px !important;
    box-shadow: none;
  }

  .spl-abt-sing .col-lg-12::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 95%;
    margin-top: 30px;
    height: 3px;
    background-color: gray;
  }

  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    justify-content: flex-start;
  }
  .my-blog-view-inn .blog-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 25px;
  }

  .my-blog-view-inn .blog-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .contact-inn .contact-content {
    display: grid;

    margin-bottom: 0px;
  }
}
