/* ============================================
   RESPONSIVE.CSS - Complete Responsive Styles
   ============================================ */

/* ==========================================
   LARGE DESKTOP (1801px and above)
   ========================================== */
@media (min-width: 1801px) {
  .container {
    max-width: 1600px;
  }

  .Home_bnr .sliderWrapper {
    height: 100vh;
  }

  .section-title h2 {
    font-size: 80px;
    line-height: 70px;
  }

  .who-we-serve .row {
    display: flex;
    align-items: center;
  }

  .text-reveal-sec {
    min-height: 100%;
  }

  .large-section-title h2 {
    font-size: 110px;
    line-height: 110px;
  }

  .who-we-serve .image-box img {
    height: 400px;
  }

  .project-section {
    padding-bottom: 900px; /* or a fixed value like 800px */
  }

  .project-section .project-cards .project-detail {
    left: 260px;
  }
  .Home_bnr .carousel_caption .banner-content h1 {
    font-size: 140px;
    line-height: 120px;
  }

  .about-section .experience-count h2 {
    font-size: 250px;
    line-height: 200px;
  }

  .project-section .project-cards .project-detail .number h2 {
    font-size: 120px;
  }

  .sliding_cta h2 {
    max-width: 900px;
  }

  .certificate-section .row {
    display: flex;
    align-items: center;
  }

  .testimonial-section .card {
    min-height: 500px;
    max-height: 500px;
  }

  .moments-section .card img {
    height: 450px;
  }

  .latest-news .card img {
    height: 280px;
  }
}

/* ==========================================
   DESKTOP (1200px - 1800px)
   ========================================== */
@media (min-width: 1200px) and (max-width: 1800px) {
  .container {
    max-width: 1350px;
  }

  .Home_bnr .sliderWrapper {
    height: 750px;
  }

  .Home_bnr .carousel_caption .banner-content h1 {
    font-size: 100px;
    line-height: 90px;
  }

  .section-title h2 {
    font-size: 60px;
    line-height: 55px;
  }

  .large-section-title h2 {
    font-size: 85px;
    line-height: 85px;
  }

  .about-section .experience-count h2 {
    font-size: 220px;
    line-height: 200px;
  }

  .gsap-circular-cards-wrapper {
    width: 500px;
    height: 500px;
  }

  .project-section .project-cards .project-detail .number h2 {
    font-size: 90px;
  }

  .project-section .project-cards .project-detail .name h3 {
    font-size: 35px;
  }

  .who-we-serve .row {
    display: flex;
    align-items: center;
  }

  .certificate-section .row {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1300px) and (max-width: 1700px){
  .section-padding{
    padding: 100px 0px;
  }
  .who-we-serve .image-box img{
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
  .text-reveal-sec h2{
    font-size: 45px;
    line-height: 70px;
  }
  .project-section{
    padding-bottom: 700px;
  }
  .breadcrumb h2{
    font-size: 70px;
  }
  .breadcrumb h2::before{
    font-size: 70px;
  }
  .why-choose-us .col-lg-4{
    display: flex;
  }
  .tri-legacy .right-panel{
    margin-left: 80px;
  }
  .tri-legacy .tri-divider{
    left: 71% !important;
  }
  .management-members .management-detail-content .quote-box{
    max-width: 80%;
  }
  .network_section .container{
    max-width: 85%;
  }
  .certification-section .item{
    min-height: fit-content;
  }
  .certification-section .col-lg-3{
    display: flex;
  }
  .detail-blog-page{
    padding-top: 200px;
  }
}


/* ==========================================
   LAPTOP/TABLET LANDSCAPE (992px - 1199px)
   ========================================== */
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }

  /* Header */
  .primary_header .navbar-brand img {
    width: 130px;
  }

  .primary_header .nav-item {
    padding: 5px 8px;
  }

  .primary_header .nav-link {
    font-size: 15px;
  }

  /* Banner */
  .Home_bnr .sliderWrapper {
    height: 650px;
  }

  .Home_bnr .carousel_caption {
    bottom: 40px;
    right: 50px;
  }

  .Home_bnr .carousel_caption .banner-content h1 {
    font-size: 80px;
    line-height: 75px;
  }

  .Home_bnr .carousel_caption .banner-content p {
    font-size: 16px;
  }

  /* Section Titles */
  .section-title h2 {
    font-size: 50px;
    line-height: 55px;
  }

  .large-section-title h2 {
    font-size: 70px;
    line-height: 70px;
  }

  .section-title p {
    font-size: 16px;
  }

  /* About Section */
  .section-padding {
    padding: 100px 0;
  }

  .about-section .experience-count h2 {
    font-size: 180px;
    line-height: 160px;
  }

  .about-section .experience-count h5 {
    font-size: 35px;
  }

  .gsap-circular-cards-wrapper {
    width: 450px;
    height: 450px;
  }

  .gsap-circular-card {
    width: 180px;
    height: 180px;
    padding: 15px;
  }

  .gsap-circular-card .number h2 {
    font-size: 28px;
  }

  .gsap-circular-card .words h2 {
    font-size: 18px;
  }

  /* Who We Serve */
  .who-we-serve .image-box img {
    height: 250px;
  }

  .sec-gap-left {
    padding-left: 30px;
  }

  /* Text Reveal */
  .text-reveal-sec h2 {
    font-size: 55px;
    line-height: 75px;
  }

  /* Testimonials */
  .testimonial-section .card {
    min-height: 450px;
    max-height: 450px;
    padding: 25px;
  }

  .testimonial-section .card p {
    font-size: 16px;
  }

  /* Projects */
  .project-section {
    padding-bottom: 550px;
  }

  .project-section .project-cards img {
    height: 550px;
  }

  .project-section .project-cards .project-detail {
    top: 40px;
    left: 60px;
  }

  .project-section .project-cards .project-detail .number h2 {
    font-size: 80px;
  }

  .project-section .project-cards .project-detail .name h3 {
    font-size: 32px;
  }

  .project-section .project-cards .project-detail .name h6 {
    font-size: 18px;
  }

  /* Moments */
  .moments-section .card img {
    height: 380px;
  }

  /* Sliding CTA */
  .sliding_cta {
    padding: 200px 0;
  }
}

/* ==========================================
   TABLET (768px - 991px)
   ========================================== */
@media (min-width: 768px) and (max-width: 991px) {
  /* Header */
  .primary_header .navbar-brand img {
    width: 120px;
  }

  .primary_header .nav-link {
    font-size: 14px;
  }

  /* Banner */
  .Home_bnr .sliderWrapper {
    height: 550px;
  }

  .Home_bnr .carousel_caption {
    bottom: 30px;
    right: 30px;
    left: 30px;
  }

  .Home_bnr .carousel_caption .banner-content {
    text-align: right;
  }

  .Home_bnr .carousel_caption .banner-content h1 {
    font-size: 60px;
    line-height: 55px;
  }

  .Home_bnr .carousel_caption .banner-content p {
    font-size: 14px;
  }

  /* Section Titles */
  .section-title h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .large-section-title h2 {
    font-size: 55px;
    line-height: 60px;
  }

  .section-title p {
    font-size: 15px;
  }

  /* Buttons */
  .light-theme-btn,
  .theme-btn {
    font-size: 14px;
    padding: 10px 18px;
  }

  .bg-btn {
    font-size: 18px;
    padding: 10px 22px;
  }

  /* About Section */
  .section-padding {
    padding: 80px 0;
  }

  .about-section .experience-count {
    margin-top: 30px;
  }

  .about-section .experience-count h2 {
    font-size: 150px;
    line-height: 140px;
  }

  .about-section .experience-count h5 {
    font-size: 30px;
  }

  .gsap-circular-cards-wrapper {
    width: 300px;
    height: 300px;
  }
  .who-we-serve .image-box {
    margin-top: 150px;
  }
  .text-reveal-sec {
    min-height: 100%;
  }
  .gsap-circular-card {
    width: 160px;
    height: 160px;
    padding: 15px;
  }
  .project-section .navigation-title {
    margin-bottom: 30px;
  }

  .gsap-circular-card .number h2 {
    font-size: 24px;
  }

  .gsap-circular-card .words h2 {
    font-size: 16px;
  }

  /* Who We Serve */
  .who-we-serve .col-lg-6 {
    margin-bottom: 40px;
  }

  .who-we-serve .image-box img {
    height: 300px;
  }

  .sec-gap-left {
    padding-left: 0px;
  }
  .testimonial-section .card .icon img {
    width: 50px;
  }
  /* Text Reveal */
  .text-reveal-sec h2 {
    font-size: 32px;
    line-height: 60px;
  }

  /* Testimonials */
  .testimonial-section .card {
    min-height: 100%;
    max-height: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }

  .testimonial-section .card-2 {
    margin-top: 0px;
  }

  .testimonial-section .card p {
    font-size: 15px;
  }

  .testimonial-section .card .profile h6 {
    font-size: 16px;
  }

  /* Navigation Title */
  .navigation-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .arrow-btn-column {
    justify-content: flex-start;
  }

  /* Projects */
  .project-section {
    padding-bottom: 400px;
  }
  .testimonial-section .testi-card-row {
    gap: 20px;
  }
  .project-section .project-cards {
    margin-bottom: 20px;
  }

  .project-section .project-cards img {
    height: 450px;
  }

  .project-section .project-cards .project-detail {
    top: 30px;
    left: 40px;
  }

  .project-section .project-cards .project-detail .number h2 {
    font-size: 60px;
  }

  .project-section .project-cards .project-detail .name h3 {
    font-size: 28px;
  }

  .project-section .project-cards .project-detail .name h6 {
    font-size: 16px;
  }

  /* Certificate */
  .certificate-section .col-lg-6 {
    margin-bottom: 40px;
  }

  /* Moments */
  .moments-section .card {
    margin-bottom: 20px;
  }

  .moments-section .card img {
    height: 320px;
  }

  /* Sliding CTA */
  .sliding_cta {
    padding: 150px 0;
  }

  /* Latest News */
  .latest-news .card {
    margin-bottom: 20px;
  }

  /* FAQ */
  .home-faq-section .col-lg-6 {
    margin-bottom: 40px;
  }

  /* Galaxy CTA */
  .galaxy-cta-section {
    padding: 100px 0;
  }
  .sliding_cta h2 {
    margin-bottom: 10px !important;
  }

  /* Footer */
  .footer-section .col-lg-4,
  .footer-section .col-lg-2 {
    margin-bottom: 40px;
  }

  .bottom-footer {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .bottom-footer .right-content ul {
    justify-content: center;
    gap: 30px;
  }
  .moments-section .col-lg-4 {
    width: 33%;
  }
  .client-section .logo {
    height: 100px;
  }
  .moments-section iframe {
    height: 300px;
  }
  .breadcrumb h2 {
    font-size: 45px;
  }
  .video-wrapper iframe {
    height: 395px;
  }
  .custom-title {
    max-width: 100%;
  }
  .breadcrumb h2::before {
    display: none;
  }
  .why-choose-us .card {
    margin-bottom: 20px;
  }
  .why-choose-us {
    margin-top: -100px;
  }
  .nav-link {
    font-size: 20px !important;
  }
  .navbar-nav {
    margin: 40px 0px !important;
  }
  .navbar form {
    display: none !important;
  }
  .management-members .col-lg-3 {
    width: 45%;
  }
  .management-members .row {
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
  }
  .management-members .management-detail-content h1 {
    font-size: 33px;
    margin-top: 30px;
  }
  .management-members .management-detail-content .quote-box {
    max-width: 100%;
  }
  .management-members .management-detail-content {
    padding-left: 0px;
  }
  .network_section .col-lg-4 {
    width: 45%;
  }
  .network_section .container {
    max-width: 100%;
  }
  .network_section .row {
    margin: auto;
    justify-content: center;
  }
  .certification-section .col-lg-3 {
    width: 45%;
  }
  .certification-section .item {
    min-height: fit-content;
    margin-bottom: 20px;
  }
  .certification-section .row {
    justify-content: center;
  }
  .mob-reverse-column {
    display: flex;
    flex-direction: column-reverse;
  }
  .sectors-page .right-text .content {
    padding-left: 0px;
  }
  .breadcrumb .image {
    height: 400px;
  }
  .service-details .image {
    margin-top: 30px;
  }
  .service-details .image img {
    height: 350px;
  }
  .latest-blog .image {
    height: 350px;
  }
  .detail-blog-page .item .image {
    height: 350px;
  }
  .detail-blog-page{
    padding-top: 160px;
  }
  .project-detail-page .project-detail-content img{
    height: 400px;
  }
  .project-detail-page .category-and-location h6{
    font-size: 20px;
  }
  .map-section iframe{
    height: 350px;
  }
  .social-media-links{
    margin-bottom: 30px;
  }
}

/* ==========================================
   MOBILE LANDSCAPE / SMALL TABLET (576px - 767px)
   ========================================== */
@media (min-width: 601px) and (max-width: 767px) {
  /* Header */
  .container {
    max-width: 700px;
  }
  .gsap-circular-card {
    position: static;
  }
  .gsap-card-1 {
    transform: none !important;
  }
  .gsap-card-2 {
    transform: none !important;
  }
  .gsap-card-3 {
    transform: none !important;
  }
  .gsap-card-4 {
    transform: none !important;
  }
  .gsap-card-5 {
    transform: none !important;
  }
  .primary_header .navbar-brand img {
    width: 110px;
  }

  .navbar-toggler-icon {
    filter: brightness(0) invert(1);
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  /* Banner */
  .Home_bnr .sliderWrapper {
    height: 450px;
  }

  .Home_bnr .carousel_caption {
    bottom: 30px;
    right: 20px;
    left: 20px;
  }

  .Home_bnr .carousel_caption .banner-content {
    text-align: center;
  }

  .Home_bnr .carousel_caption .banner-content h1 {
    font-size: 45px;
    line-height: 42px;
  }

  .Home_bnr .carousel_caption .banner-content p {
    font-size: 13px;
  }

  /* Section Titles */
  .section-title h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .large-section-title h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .section-title p {
    font-size: 14px;
  }

  /* Buttons */
  .light-theme-btn,
  .theme-btn {
    font-size: 13px;
    padding: 8px 16px;
  }

  .bg-btn {
    font-size: 16px;
    padding: 10px 20px;
  }

  /* About Section */
  .section-padding {
    padding: 60px 0;
  }
  .section-padding .navigation-title {
    margin-bottom: 30px;
  }
  .about-section {
    min-height: auto;
  }

  .about-section .col-lg-5,
  .about-section .col-lg-7 {
    margin-bottom: 40px;
  }

  .about-section .experience-count {
    margin-top: 30px;
    text-align: center;
  }

  .about-section .experience-count h2 {
    font-size: 120px;
    line-height: 110px;
    color: #ffffff6e;
  }
  .project-section .project-cards {
    max-height: 100%;
    height: 100%;
  }
  .home-faq-section .section-title {
    margin-bottom: 30px;
  }
  .latest-news .card {
    margin-bottom: 20px;
  }
  .about-section .experience-count h5 {
    font-size: 25px;
    color: #ffffff6e;
  }
  #who_serve {
    margin-bottom: 30px;
  }

  .gsap-circular-cards-wrapper {
    width: 100%;
    height: 100%;
    margin: 50px auto 0;
    display: flex;
    gap: 10px;
  }

  .gsap-circular-card {
    width: 140px;
    height: 140px;
    padding: 12px;
  }

  .gsap-circular-card .number h2 {
    font-size: 22px;
  }

  .gsap-circular-card .words h2 {
    font-size: 14px;
  }

  /* Who We Serve */
  .who-we-serve .image-box img {
    height: 280px;
  }

  .sec-gap-left {
    padding-left: 20px;
  }

  /* Text Reveal */
  .text-reveal-sec {
    min-height: auto;
  }

  .text-reveal-sec h2 {
    font-size: 35px;
    line-height: 50px;
  }

  /* Testimonials */
  .testimonial-section .card {
    min-height: 100%;
    max-height: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .testimonial-section .card-2 {
    margin-top: 0px;
  }

  .testimonial-section .card p {
    font-size: 14px;
  }

  .testimonial-section .testi-card-row {
    margin-top: 40px;
    gap: 20px;
  }

  /* Navigation Title */
  .navigation-title {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
  }

  .arrow-btn-column {
    justify-content: center;
  }

  .navigation-title .arrow-btn {
    width: 80px;
    height: 35px;
    padding: 8px 12px;
  }

  .navigation-title .arrow-btn img {
    width: 35px;
  }

  /* Client Section */
  .client-section .logo {
    height: 120px;
  }

  .client-section .logo img {
    width: 80px !important;
  }

  /* Projects */
  /* .project-section {
    padding-bottom: 350px;
  } */

  .project-section .project-cards img {
    height: 400px;
  }

  .project-section .project-cards .project-detail {
    top: 20px;
    left: 30px;
    flex-direction: column;
    gap: 10px;
  }

  .project-section .project-cards .project-detail .number h2 {
    font-size: 50px;
  }

  .project-section .project-cards .project-detail .name h3 {
    font-size: 24px;
  }

  .project-section .project-cards .project-detail .name h6 {
    font-size: 14px;
  }

  /* Certificate */
  .certificate-section .row {
    display: flex;
    flex-direction: column-reverse;
  }

  /* Moments */
  .moments-section .card img {
    height: 280px;
  }

  .moments-section .card .play-icon {
    width: 45px;
    height: 45px;
  }

  .moments-section .card .content h2 {
    font-size: 16px;
  }

  /* Sliding CTA */
  .sliding_cta {
    padding: 120px 0;
  }

  /* Latest News */
  .latest-news .card img {
    height: 220px;
  }

  .latest-news .card .content h2 {
    font-size: 20px;
  }

  .latest-news .card .content p {
    font-size: 13px;
  }

  /* FAQ */
  .faq-sec-row {
    padding: 40px 20px;
  }

  .home-faq-section .accordion-button {
    font-size: 15px;
  }

  /* Footer */
  .footer-section .logo img {
    width: 140px;
  }

  .footer-section p,
  .footer-section .footer-menu-items ul li {
    font-size: 14px;
  }

  .footer-section .footer-title h2 {
    font-size: 18px;
  }

  .bottom-footer {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .bottom-footer .left-content p,
  .bottom-footer .right-content ul li {
    font-size: 13px;
  }

  .bottom-footer .right-content ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}

/* ==========================================
   MOBILE PORTRAIT (320px - 575px)
   ========================================== */
@media (max-width: 600px) {
  /* Header */
  .navbar-toggler-icon {
    filter: brightness(0) invert(1);
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .primary_header .navbar-brand img {
    width: 110px;
  }

  .primary_header .navbar-toggler {
    padding: 5px 10px;
  }

  .primary_header .nav-item {
    text-align: left;
    padding: 5px 10px;
  }

  .primary_header .light-theme-btn {
    display: none;
  }

  .primary_header .navbar-nav {
    margin-top: 30px !important;
  }

  .primary_header .nav-item .nav-link {
    padding: 0px 15px;
  }

  .primary_header form {
    margin-top: 15px;
  }

  /* Banner */
  .Home_bnr .sliderWrapper {
    height: 400px;
  }

  .Home_bnr .carousel_caption {
    bottom: 50px;
    right: 15px;
    left: 15px;
  }

  .Home_bnr .carousel_caption .banner-content {
    text-align: center;
  }

  .Home_bnr .carousel_caption .banner-content h1 {
    font-size: 40px;
    line-height: 35px;
  }

  .Home_bnr .carousel_caption .banner-content h1 br {
    display: none;
  }

  .Home_bnr .carousel_caption .banner-content p {
    font-size: 12px;
    margin-top: 10px;
  }

  .Home_bnr .carousel_caption .banner-content p br {
    display: none;
  }

  /* Section Titles */
  .section-title h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .section-title h2 br {
    display: none;
  }

  .large-section-title h2 {
    font-size: 38px;
    line-height: 42px;
  }

  .large-section-title h2 br {
    display: none;
  }

  .section-title p {
    font-size: 14px;
    padding: 8px 0;
  }

  .section-title p br {
    display: none;
  }

  /* Buttons */
  .light-theme-btn,
  .theme-btn {
    font-size: 15px;
    padding: 8px 15px;
    display: flex;
    margin: auto;
  }

  .bg-btn {
    font-size: 14px;
    padding: 10px 18px;
  }

  /* About Section */
  .section-padding {
    padding: 50px 0;
  }

  .about-section {
    min-height: auto;
  }

  .about-section .section-title {
    text-align: center;
  }

  .about-section .section-title button {
    margin: 0 auto;
    display: block;
  }

  .about-section .experience-count {
    margin-top: 30px;
    text-align: center;
  }

  .about-section .experience-count h2 {
    font-size: 100px;
    line-height: 90px;
    color: #ffffff30;
  }

  .about-section .experience-count h5 {
    font-size: 22px;
    color: #ffffff30;
  }

  .gsap-circular-cards-wrapper {
    display: flex;
    gap: 20px;
    width: 100%;
    height: auto;
    margin: 40px auto 0;
    justify-content: center;
    flex-wrap: wrap;
  }

  .gsap-circular-card {
    position: static !important;
    width: 47%;
    height: 120px;
    padding: 10px;
    border-radius: 16px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    transform: none !important;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
  }

  .gsap-card-1,
  .gsap-card-2,
  .gsap-card-3,
  .gsap-card-4,
  .gsap-card-5 {
    transform: none !important;
  }

  .gsap-circular-card .number h2 {
    font-size: 30px;
    font-weight: 500;
  }

  .gsap-circular-card .words h2 {
    font-size: 16px;
    text-align: left;
  }

  /* Who We Serve */
  .who-we-serve .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .who-we-serve #who_serve {
    margin-top: 30px;
  }

  .who-we-serve .image-box {
    padding: 8px;
    border-radius: 20px;
  }

  .who-we-serve .image-box img {
    height: 250px;
    border-radius: 15px;
  }

  .who-we-serve .image-box .content h2 {
    font-size: 16px;
  }

  .who-we-serve .section-title {
    text-align: center;
    margin-top: 30px;
  }

  .who-we-serve .section-title button {
    margin: 0 auto;
    display: block;
  }

  .sec-gap-left {
    padding: 0px 20px;
  }

  /* Text Reveal */
  .text-reveal-sec {
    min-height: auto;
    padding: 60px 0;
  }

  .text-reveal-sec h2 {
    font-size: 23px;
    line-height: 35px;
  }

  /* Testimonials */
  .testimonial-section .navigation-title {
    text-align: center;
  }

  .testimonial-section .card {
    min-height: 100%;
    max-height: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 25px;
  }

  .testimonial-section .card-2 {
    margin-top: 0px;
  }

  .testimonial-section .card p {
    font-size: 13px;
  }

  .testimonial-section .card .profile img {
    width: 40px;
  }

  .testimonial-section .card .profile h6 {
    font-size: 14px;
  }

  .testimonial-section .card .icon img {
    width: 30px;
  }

  .testimonial-section .testi-card-row {
    margin-top: 30px;
    gap: 20px;
  }
  .accordion-item:not(:first-of-type) {
    border-top: 1px;
  }

  /* Navigation Title */
  .navigation-title {
    flex-direction: column;
    align-items: center;
    gap: 0px;
    text-align: center;
  }

  .arrow-btn-column {
    justify-content: center;
  }

  .navigation-title .arrow-btn {
    width: 70px;
    height: 30px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navigation-title .arrow-btn img {
    width: 40px;
  }

  /* Client Section */
  .client-section .section-title {
    text-align: center;
  }

  .client-section .logo {
    height: 100px;
  }

  .client-section .logo img {
    width: 70px !important;
  }

  /* Projects */
  .project-section {
    padding-bottom: 0px;
  }
  .project-section .project-cards {
    min-height: 100%;
    height: 100%;
  }

  .project-section .navigation-title {
    margin-bottom: 30px;
  }

  .project-section .project-cards {
    margin-bottom: 20px;
  }

  .project-section .project-cards img {
    height: 250px;
  }

  .project-section .project-cards .project-detail {
    top: 20px;
    left: 20px;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }

  .project-section .project-cards .project-detail .number h2 {
    font-size: 40px;
  }

  .project-section .project-cards .project-detail .name h3 {
    font-size: 20px;
  }

  .project-section .project-cards .project-detail .name h6 {
    font-size: 12px;
  }

  /* Certificate */
  .certificate-section .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .certificate-section .section-title {
    text-align: center;
    margin-top: 30px;
  }

  .certificate-section .section-title button {
    margin: 0 auto;
    display: block;
  }

  #certificate_slider .owl-item img {
    border-radius: 10px;
    width: 150px;
    margin: 10px auto 0px auto;
  }

  #certificate_slider .owl-nav {
    display: none;
  }

  #certificate_slider .owl-dots {
    display: none;
  }

  /* Sliding CTA */
  .sliding_cta {
    padding: 100px 0;
  }

  .sliding_cta .section-title h2 br {
    display: inline;
  }

  /* Moments */
  .moments-section .section-title {
    text-align: center;
  }

  .moments-section .card {
    margin-bottom: 20px;
  }

  .moments-section .card img {
    height: 250px;
  }

  .moments-section .card .play-icon {
    width: 40px;
    height: 40px;
  }

  .moments-section .card .play-icon svg {
    font-size: 16px;
  }

  .moments-section .card .content {
    bottom: 15px;
    left: 20px;
  }

  .moments-section .card .content h2 {
    font-size: 14px;
  }

  /* Latest News */
  .latest-news .navigation-title {
    margin-bottom: 0;
  }

  .latest-news .card {
    margin-bottom: 20px;
    border-radius: 15px;
  }

  .latest-news .card img {
    height: 200px;
    border-radius: 10px;
  }

  .latest-news .card .image .date h6 {
    font-size: 12px;
    padding: 4px 8px;
  }

  .latest-news .card .content {
    padding-top: 15px;
  }

  .latest-news .card .content h2 {
    font-size: 20px;
  }

  .latest-news .card .content p {
    font-size: 15px;
    padding: 8px 0;
  }

  .latest-news .card h6 {
    font-size: 15px;
  }

  /* FAQ */
  .faq-sec-row {
    padding: 30px 0px;
    border-radius: 15px;
  }

  .home-faq-section .section-title {
    text-align: center;
    margin-bottom: 30px;
  }

  .home-faq-section .section-title h2 br {
    display: inline;
  }

  .home-faq-section .section-title button {
    margin: 0 auto;
    display: block;
  }

  .home-faq-section .accordion-button {
    font-size: 14px;
    padding: 12px 15px;
  }

  .home-faq-section .accordion-body p {
    font-size: 13px;
  }

  .home-faq-section .accordion-item {
    border-radius: 10px;
    margin-bottom: 10px;
  }

  /* Galaxy CTA */
  .galaxy-cta-section {
    padding: 80px 0 !important;
  }

  .galaxy-cta-section .section-title h2 br {
    display: inline;
  }

  .galaxy-cta-section:after {
    left: 25%;
    top: 35%;
  }
  .galaxy-cta-section:after,
  .galaxy-cta-section:before {
    height: 200px;
    width: 200px;
  }

  /* Footer */
  .footer-section {
    padding: 50px 0 0;
  }

  .footer-section .top-footer .col-lg-4,
  .footer-section .top-footer .col-lg-2 {
    margin-bottom: 30px;
    text-align: left;
  }

  .footer-section .logo {
    text-align: left;
    padding-bottom: 15px;
  }

  .footer-section .logo img {
    width: 130px;
  }

  .footer-section p {
    font-size: 13px;
    text-align: left;
  }

  .footer-section .footer-title {
    margin-bottom: 20px;
    text-align: left;
  }

  .footer-section .footer-title h2 {
    font-size: 18px;
  }

  .footer-section .footer-menu-items ul {
    text-align: left;
  }

  .footer-section .footer-menu-items ul li {
    font-size: 13px;
    padding-bottom: 8px;
  }

  .footer-section .contact-items ul li {
    justify-content: start;
    text-align: left;
  }

  .footer-section .contact-items ul li h6 {
    font-size: 13px;
  }

  .bottom-footer {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding: 15px 0;
  }

  .bottom-footer .left-content p {
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
  }

  .bottom-footer .right-content ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 0;
  }

  .bottom-footer .right-content ul li {
    font-size: 12px;
  }

  /* Preloader */
  .preloader-logo img {
    width: 150px;
  }

  .preloader-counter {
    font-size: 18px;
  }

  .progress-container {
    width: 250px;
  }

  .loading-text {
    font-size: 14px;
  }
  .moments-section .card .img-box iframe {
    height: 400px;
  }
  .sliding_cta .section-title h2 {
    margin-bottom: 20px !important;
  }
  .moments-section .section-title {
    text-align: center !important;
  }
  .galaxy-cta-section .bg-btn {
    margin-top: 20px !important;
  }
  .bottom-footer {
    margin-top: 30px !important;
  }
  .navbar-nav .dropdown-menu {
    background: var(--primary);
    min-width: auto;
    width: 260px;
    margin: 10px;
  }
  .dropdown-item {
    color: #fff;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 400;
  }
  .dropdown-item:hover {
    color: #fff;
  }
  .navbar-nav .dropdown-item.active,
  .navbar-nav .dropdown-item:active {
    color: #fff;
  }
  .dropdown-item::before {
    background: var(--new-secondary) !important;
  }
  .primary_header .nav-item .active {
    padding-left: 25px !important;
  }
  .breadcrumb h2 {
    font-size: 35px;
  }
  .breadcrumb {
    padding: 150px 0px 50px 0px;
  }
  .breadcrumb h2::before {
    display: none;
  }
  .breadcrumb .navigations h6 {
    font-size: 13px;
  }
  .breadcrumb .navigations {
    gap: 10px;
  }
  .breadcrumb p {
    font-size: 15px;
  }
  .video-wrapper {
    height: 230px;
  }
  .custom-title {
    max-width: 100%;
  }
  .why-choose-us .card-items {
    margin-top: 20px;
  }
  .why-choose-us .card {
    padding: 20px;
    margin-bottom: 20px;
  }
  .tri-legacy .section-title {
    padding: 20px;
  }
  .management-members .card {
    margin-bottom: 20px;
  }
  .management-detail-page .card .image img {
    height: 300px;
  }
  .sticky-profile {
    position: static !important;
  }
  .management-members .management-detail-content h1 {
    font-size: 25px;
  }
  .management-members .management-detail-content {
    margin-top: 20px;
    padding-left: 0px;
  }
  .management-members .management-detail-content .quote-box {
    max-width: 100%;
  }
  .management-members .management-detail-content .quote-box .quote-content h3 {
    font-size: 15px;
    line-height: 22px;
  }
  .management-members .management-detail-content .quote-box h6 {
    margin-top: 10px;
    line-height: 30px;
    text-align: right;
  }
  .management-members .management-detail-content p {
    font-size: 16px;
    line-height: normal;
  }
  .network_section .container {
    max-width: 100%;
  }
  .network_section .card {
    min-height: fit-content;
    height: fit-content;
  }
  .testimonial-section .card {
    opacity: 1;
  }
  .video-testimonial iframe {
    height: 235px;
  }
  .certification-section .item {
    text-align: center;
    min-height: fit-content;
    margin-bottom: 20px;
  }
  .certification-section .item img {
    object-fit: contain;
    height: 300px;
    margin-bottom: 20px;
  }
  .sectors-page .content span {
    font-size: 60px;
  }
  .sectors-page .content h2 {
    font-size: 30px;
  }
  .sectors-page .content p {
    font-size: 16px;
  }
  .sectors-page .light-theme-btn {
    margin: 0px 0px 20px 0px;
  }
  .mob-reverse-column {
    display: flex;
    flex-direction: column-reverse;
  }
  .sectors-page .right-text .content {
    padding-left: 0px;
  }
  .sectors-page .left-text,
  .sectors-page .right-text {
    margin-bottom: 50px;
  }
  .sectors-page .image {
    height: 300px;
  }
  .key-features .item h2 {
    font-size: 22px;
  }
  .key-features .item p {
    font-size: 16px;
  }
  .service-details .image {
    margin-top: 30px;
  }
  .service-details .light-theme-btn {
    margin: 0px;
  }
  .latest-blog .image {
    height: 250px;
  }
  .latest-blog .content h2 {
    font-size: 22px;
  }
  .latest-blog .item {
    padding: 10px;
  }
  .detail-blog-page .item .image {
    height: 400px;
  }
  .detail-blog-page {
    padding-top: 150px;
  }
  .detail-blog-page .content h1 {
    font-size: 25px;
  }
  .detail-blog-page .content h2 {
    font-size: 23px;
  }
  .detail-blog-page .content h3 {
    font-size: 21px;
  }
  .detail-blog-page .content h4 {
    font-size: 20px;
  }
  .detail-blog-page .content h5 {
    font-size: 19px;
  }
  .detail-blog-page .content h6 {
    font-size: 18px;
  }
  .project-page .nav {
    gap: 10px;
  }
  .project-page .nav-link {
    font-size: 13px;
    padding: 5px 10px;
  }
  .project-page .filters {
    justify-content: start;
    margin-top: 25px;
  }
  .project-page .project-item .image {
    height: 300px;
  }
  .project-page .project-item {
    padding: 10px;
  }
  .project-page .project-item .content .category h6 {
    font-size: 15px;
  }
  .project-detail-page .project-detail-content img {
    height: 400px;
  }
  .project-detail-page .project-detail-content {
    padding: 10px;
  }
  .project-detail-page .item {
    padding: 0px !important;
  }
  .project-detail-page .category-and-location {
    flex-wrap: wrap;
  }

  .project-detail-page .content h1 {
    font-size: 25px;
  }
  .detail-blog-page .content h2 {
    font-size: 23px;
  }
  .detail-blog-page .content h3 {
    font-size: 21px;
  }
  .detail-blog-page .content h4 {
    font-size: 20px;
  }
  .detail-blog-page .content h5 {
    font-size: 19px;
  }
  .detail-blog-page .content h6 {
    font-size: 18px;
  }
  .career-section .item .btns {
    justify-content: space-between;
  }
  .career-section .light-theme-btn {
    margin: 0px;
  }
  .theme-modal-popup .modal-content {
    padding: 10px;
  }
  .career-description-popup .modal-title {
    font-size: 22px;
  }
  .contact-page .item p {
    font-size: 19px;
  }
  .social-media-links {
    margin-bottom: 50px;
  }
  .map-section iframe {
    height: 400px;
    border-radius: 20px !important;
  }
  .latest-news .card {
    padding: 10px;
  }
}

@media (min-width: 300px) and (max-width: 380px) {
  .section-title h2 {
    font-size: 27px;
    line-height: 27px;
  }
  .gsap-circular-card .words h2 {
    font-size: 13px;
    font-weight: 500;
  }
  .who-we-serve .image-box img {
    height: 200px;
  }
  .galaxy-cta-section .bg-btn {
    margin-top: 0px !important;
  }
  .latest-news .card {
    padding: 10px;
  }
  .client-section .logo {
    height: 75px;
  }
  .home-faq-section .accordion-item {
    margin-bottom: 15px;
  }
  .breadcrumb h2 {
    font-size: 30px;
  }
  .breadcrumb h5 {
    font-size: 17px;
  }
  .management-members .management-detail-content h1 {
    font-size: 22px;
  }
  .latest-blog .content h2 {
    font-size: 20px;
  }
  .project-page .project-item .category {
    flex-direction: column;
  }
  .career-section .item h2 {
    font-size: 22px;
  }
  .contact-page .item p {
    font-size: 16px;
  }
  .primary_header .nav-item .nav-link {
    padding: 0px 25px;
  }
}
/* ==========================================
   LANDSCAPE MODE FIX (All Mobile Devices)
   ========================================== */
@media (max-height: 500px) and (orientation: landscape) {
  .Home_bnr .sliderWrapper {
    height: 100vh;
  }

  .Home_bnr .carousel_caption {
    bottom: 20px;
  }

  .Home_bnr .carousel_caption .banner-content h1 {
    font-size: 40px;
    line-height: 38px;
  }

  .section-padding {
    padding: 40px 0;
  }
}

/* ==========================================
   PRINT STYLES
   ========================================== */
@media print {
  .primary_header,
  .preloader,
  .navigation-title .arrow-btn,
  .galaxy-cta-section:after,
  .galaxy-cta-section:before {
    display: none;
  }

  body {
    background: white;
  }

  .section-title h2,
  .section-title p,
  .footer-section p,
  .footer-section .footer-menu-items ul li {
    color: black;
  }
}

@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
