* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body{
  background-color: rgba(230,230,250,1) !important;
}


.about-header {
  background: url('/images/cover_img.png') no-repeat center center/cover;
  height: 80vh;
  position: relative;
  color: white;
  
}
#breadcrumb-main-page,
#breadcrumb-page,
.d-flex.align-items-center span1 {
  font-size: clamp(16px, 2vw, 22px); /* Responsive between 16px–22px */
  color: white;                      /* Ensure white text */
  font-weight: 600;
   white-space: nowrap;
}

@media (max-width: 576px) {
  #breadcrumb-main-page,
  #breadcrumb-page,
  .d-flex.align-items-center span1 {
    font-size: 16px;
  }
}








.breadcrumbs {
  font-size: 22px;
  color: white;
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .breadcrumbs {
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
  }
}



/* Responsive Styles */

/* Tablet View */
@media (max-width: 991px) {
  .about-header {
    height: 80vh;
  }

  .about-overlay {
    padding: 50px 30px;
  }

  .about-overlay h1 {
    font-size: 36px;
  }

  .about-overlay p {
    font-size: 20px;
  }

  .breadcrumbs {
    padding-right: 100px;
    font-size: 18px;
  }
}

/* Mobile View */
@media (max-width: 576px) {
  .about-header {
    height: 70vh;
  }

  .about-overlay {
    padding: 30px 20px;
  }

  .about-overlay h1 {
    font-size: 28px;
  }

  .about-overlay p {
    font-size: 16px;
  }

 
}


/* Overlay Text */
.about-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px 20px ;
  border-radius: 10px;
  text-align: center;
  max-width: 700px;
}

.about-overlay h1 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-overlay p {
  font-size: 23px;
  line-height: 1.6;
}
/* Tablet View */
@media (max-width: 991px) {
  .about-overlay {
    padding: 50px 30px;
  }

  .about-overlay h1 {
    font-size: 36px;
  }

  .about-overlay p {
    font-size: 20px;
  }
}

/* Mobile View */
@media (max-width: 576px) {
  .about-overlay {
    padding: 50px 20px;
  }

  .about-overlay h1 {
    font-size: 28px;
  }

  .about-overlay p {
    font-size: 16px;
  }
}





/*****************************************************/
.circle {
    width: 90px;
    height: 90px;
    transition: all 0.3s ease;
    
    
  }
  .circle:hover .icon-img {
    transform: scale(1.5);
  }
 
.d-flex.flex-wrap {
  display: flex;
  flex-wrap: nowrap !important; 
  justify-content: center !important;
  gap: 30px !important; 
  overflow-x: auto !important; 
  padding: 20px 0;
  width: 100%;
} 

  .circle:hover .label {
    display: none;
  }
  .icon-img {
   
    transition: transform 0.3s ease;
  }
  .wave-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
  }
  .featured-title {
    position: relative;
    z-index: 1;
  }
  @media (max-width: 768px) {
  .circle {
    width: 90px;
    height: 90px;
  }

  .icon-img {
    width: 20px;
    height: 20px;
  }

  .label {
    font-size: 0.65rem;
  }
}

@media (max-width: 480px) {
  .circle {
    width: 80px;
    height: 80px;
  }

  .icon-img {
    width: 10px;
    height: 10px;
  }

  .label {
    font-size: 0.5rem;
  }
}

/*
@media (max-width: 768px) {
  .d-flex.flex-wrap {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important; 
    justify-items: center !important;
    align-items: center !important;
    padding: 20px !important;
  }
  
  .d-flex.flex-wrap a {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }
  
  .circle {
    width: 80px !important;
    height: 80px !important;
    margin: 0 !important;
  }
  
  .icon-img {
    width: 30px !important;
    height: 30px !important;
  }
  
  .label {
    font-size: 15px !important;
  }
} 
*/


/************************************************************/

.image-contact-section {
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  border-radius: 10px;
  gap: 20px;
  background-color: #f5f7fa00;
  max-width: 1300px;
  margin: 50px auto;
  align-items: center;
  justify-content: center;
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;

}

.left-images {
  flex: 1 ;
  display: flex;
  justify-content: center;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  height: auto;
  border-radius: 10px;

}

.image-grid img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  height: 100%;
}

.right-content {
 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 ;
  padding-left: 2px;

}
.right-content p {
  font-size: 20px;
  margin-bottom: 15px;
  color: black;
 
}



.contact-btn {
  padding: 12px 25px;
  background-color: rgba(65,75,210,1);
  font-weight: bold;
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 6px;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.contact-btn:hover {
  color: #fff;
  background: linear-gradient(90deg,rgba(65, 75, 210, 1) 0%, rgba(9, 9, 121, 1) 45%, rgba(0, 212, 255, 1) 100%);
}

/* Tablet View */
@media (max-width: 991px) {
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }

  .right-content p {
    font-size: 20px;
  }

  .contact-btn {
    font-size: 18px;
    padding: 10px 20px;
  }
}

/* Mobile View */
@media (max-width: 576px) {
  .image-contact-section {
    flex-direction: column;
    padding: 30px 15px;
  }

  .image-grid {
    grid-template-columns: repeat(2, 1fr);  /* 2 columns for 2x2 grid */
    gap: 10px;
  }

  .right-content {
    text-align: center;
  }

  .right-content p {
    font-size: 18px;
  }

  .contact-btn {
    font-size: 16px;
    padding: 10px 18px;
    margin-top: 10px;
  }
}

.category-card {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  color: #fff; 
}

.category-card h3,
.category-card p {
  color: #fff; 
}

.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* black overlay */
  z-index: 1;
}

.category-card * {
  position: relative;
  z-index: 2; 
}




/************************************************************/
.mission-vision-section {
  display: flex;
  align-items: stretch; /* makes children equal height */
  flex-wrap: wrap;
  padding-left: 150px; 
  border-radius: 10px;
  padding: 30px;
  gap: 20px;
  background-color: #f5f7fa;
  max-width: 1300px;
  margin: 0 auto;
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
}


    .text-content {
      flex: 1;
    }

    .text-content h2 {
      margin-top: 0;
      margin-bottom: 10px;
    }

    .mission-title {
      color: blue; /* Blue color for "Mission" */
      font-size: 30px;
    }

    .text-content p {
      font-size: 20px;
      line-height: 1.6;
      color: black;
      margin-bottom: 20px;
    }

.image-side {
  flex: 1;
  display: flex;
  align-items: stretch; /* image container stretches full height */
  justify-content: center;
}

.image-side img {
  width: 100%;
  height: 100%;   /* 🔥 makes it fill section height */
  object-fit: cover; /* keeps aspect ratio, crops if needed */
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}












    /* Tablet View */
@media (max-width: 991px) {
  .mission-vision-section {
    padding: 50px 40px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .image-side img {
    width: 90%;
    max-width: 400px;
  }

  .mission-title {
    font-size: 26px;
  }

  .text-content p {
    font-size: 18px;
  }
}

/* Mobile View */
@media (max-width: 576px) {
  .mission-vision-section {
    padding: 30px 20px;
    text-align: center;
  }

  .mission-title {
    font-size: 22px;
  }

  .text-content p {
    font-size: 16px;
  }

  .image-side img {
    width: 100%;
    max-width: 350px;
  }
}





    /*********************************************************/
     .popular-category-section {
      padding: 60px 40px;
      text-align: center;
      
    }

    .popular-category-section h2 {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 40px;
      color: black;
    }

    .card-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; 
      gap: 40px;
    }

    .category-card {
      background-color: #fff;
      width: 23%;
      height: 350px;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      text-align: center;
       flex: 1;
    }

   


    /* Mobile View */
/* Mobile View */
@media (max-width: 576px) {
  .popular-category-section {
    padding: 40px 20px;
  }

  .card-container {
    flex-direction: column; /* Stack cards vertically */
    align-items: center; /* Center cards */
    gap: 20px; /* Reduce gap */
  }

  .category-card {
    width: 100%;
    max-width: 300px;
    height: auto; /* Let height adjust to content */
    min-height: 280px; /* Minimum height */
    padding: 20px 15px; /* Reduce padding */
    margin: 0 auto; /* Center the card */
  }

  .category-card h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
    word-break: keep-all; /* Prevent word breaking */
    white-space: nowrap; /* Keep on one line */
  }

  .category-card p {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 5px; /* Small side padding */
  }
  
  /* For the icon images */
  .category-card .icon-circle {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
  }
  
  .category-card .icon-circle img {
    width: 25px;
    height: 25px;
  }
}






    /************************************************/
    .main-office-section {
         padding: 50px 10px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      max-width: 1400px;
      margin: auto;
       border: 2px solid #ccc;
       background-color:#e8e6fc;
   


      
    }

    .main-office-section h2 {
      font-size: 28px;
      color: blue;
      margin-bottom: 10px;
      position: relative;
      margin-left: 20px;
    }

    .main-office-section h2::after {
      content: '';
      display: block;
      width: 1200px;
      height: 3px;
      background-color: blue;
      margin-top: 5px;

       
    }

    .office-card {
      background-color: #fff;
      border-radius: 12px;
      padding: 25px 30px;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
      margin-top: 30px;
      width: 100%;
      max-width: 1400px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .office-title {
      font-size: 22px;
      color: black;
      margin: 0;
    }

    .office-address {
      font-size: 18px;
      color: black;
    }

    .contact-row {
      display: flex;
      align-items: center;
      margin-top: 10px;
      color: #007bff;
      font-weight: bold;
      font-size: 16px;
    }

    .contact-row i {
      font-size: 18px;
      margin-right: 10px;
    }


@media (max-width: 991px) {
  .main-office-section {
    padding: 30px 20px;
    max-width: 700px;
  }

  .main-office-section h2 {
    font-size: 24px;
  }

  .main-office-section h2::after {
    width: 100%;
  }

  .office-card {
    max-width: 700px;
    padding: 18px;
  }

  .office-title {
    font-size: 20px;
  }

  .office-address {
    font-size: 16px;
  }

  .contact-row {
    font-size: 14px;
  }

  .contact-row i {
    font-size: 16px;
  }
}


@media (max-width: 576px) {
  .main-office-section {
    padding: 20px 15px;
    max-width: 100%;
    align-items: center;
    text-align: center;
  }

  .main-office-section h2 {
    font-size: 20px;
  }

  .main-office-section h2::after {
    width: 300px;
  }

  .office-card {
    max-width: 100%;
    padding: 15px;
    align-items: center;
    text-align: center;
  }

  .office-title {
    font-size: 18px;
  }

  .office-address {
    font-size: 14px;
  }

  .contact-row {
    justify-content: center;
    font-size: 14px;
  }

  .contact-row i {
    font-size: 16px;
    margin-right: 8px;
  }
}






    /*************************************************/
 
.contact-cards {
  max-width: 1400px;
  margin: 50px auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  border: 2px solid #ccc;
  background-color:#e8e6fc;
}

.underline-title {
  position: relative;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
}

.underline-title::after {
  content: "";
  display: block;
  width: 700px;
  height: 4px;
  background-color: #000; 
  margin: 8px auto 0;
  border-radius: 2px;
}





.contact-card {
  background-color: white;
  padding: 25px 30px;
  border-radius: 16px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.12);
}

.contact-card h3 {
  color: #3f51b5;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

 
    .contact-card h2::after {
      content: '';
      display: block;
      width: 990px;
      height: 3px;
      background-color: blue;
      margin-top: 5px;
    }

.contact-card p {
  margin: 0 0 20px;
  font-size: 20px;
  color: black;
}

.phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: black;
  font-size: 18px;
}

.phone i {
  color: #3f51b5;
  font-size: 18px;
}

@media (max-width: 768px) {
  .underline-title {
    font-size: 1.5rem;
    padding: auto;
  }

  .contact-card {
    padding: 20px;
  }

  .contact-card h3 {
    font-size: 20px;
  }

  .contact-card p {
    font-size: 16px;
  }

  .phone {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .underline-title::after {
    width: 300px;
  }

  .contact-card {
    padding: 18px;
  }

  .contact-card h3::after {
    width: 50px;
  }
}





  



  /***************************************************/
.contact-banner {
  position: relative;
  background-image: url('/images/about-footer.jpg');
  background-size: cover;
  background-position: center;
  height: 250px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px;
  overflow: hidden;
}

.contact-banner::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay */
  z-index: 1;
}

.overlay-text {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  padding: 20px;
}

.overlay-text h2 {
  font-size: 42px;
  font-weight: 800;
  margin: 0;
}

.overlay-text p a {
  font-size: 24px;
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.overlay-text p a:hover {
  color: #ddd;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .contact-banner {
    height: 180px;
    margin: 30px;
  }

  .overlay-text h2 {
    font-size: 28px;
  }

  .overlay-text p a {
    font-size: 18px;
  }
}



  

/***********footer**********************************/

.footer {
  background-color: #000;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  padding: 40px 60px;
  font-size: 18px;
}

.newsletter {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 23px;
}

.newsletter h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.newsletter p {
  color: #8f90a6;
}

.newsletter-form {
  display: flex;
  max-width: 450px;
  width: 450px;
}

.newsletter-form input {
  padding: 16px 16px;
  border: none;
  border-radius: 8px 0 0 8px;
  font-size: 17px;
  width: 100%;
  outline: none;
}

.newsletter-form button {
  padding: 14px 20px;
  border: none;
  background-color: #fcee0a;
  border-radius: 0 8px 8px 0;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.footer-social-icons {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-left: auto;
}

.footer-social-icons i {
  font-size: 22px;
  color: #fff;
  background: #1a1a1a;
  padding: 10px;
  border-radius: 6px;
}

.footer hr {
  margin: 30px 0;
  border-color: #2a2a2a;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.footer-brand img {
  width: 120px;
  height: 100px;
  margin-bottom: 10px;
}

.footer-brand h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 10px;
}

.footer-brand p {
  color: #cfcfcf;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.footer-col h4 {
  font-size: 14px;
  font-weight: 600;
  color: #8f90a6;
  margin-bottom: 10px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
  color: #fff;
  display: flex;
  align-items: center;
}

.badges {
  font-size: 10px;
  background: #e6e6e6;
  color: #000;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 12px;
  margin-left: 8px;
}

.footer-bottom {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #222;
  font-size: 15px;
  color: white;
}

@media (max-width: 768px) {
  .newsletter, .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-social-icons {
    justify-content: center;
    margin-top: 10px;
  }

  .newsletter-form {
    width: 100%;
  }

  .footer-columns {
    flex-direction: column;
    gap: 30px;
  }
}

.choosen-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1300px;
  margin: 50px auto;
  padding: 60px 40px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  background: url("{{ asset('images/about-image2.png') }}") no-repeat right center / cover; /* 🔥 image as bg */
  color: black;
  border-radius: 0;   /* no card effect */
  border: none;
}

.choosen-section .text-content {
  flex: 1;
  max-width: 600px;

  padding: 20px;
  border-radius: 8px;
}

.choosen-section .text-content h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: blue;
  font-size: 30px;
  font-weight: bold;
}

.choosen-section .text-content p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Tablet */
@media (max-width: 991px) {
  .choosen-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-position: center;
    padding: 40px 20px;
  }

  

  .choosen-section .text-content h2 {
    font-size: 26px;
  }

  .choosen-section .text-content p {
    font-size: 18px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .choosen-section .text-content h2 {
    font-size: 22px;
  }

  .choosen-section .text-content p {
    font-size: 16px;
  }
}


.icon-circle {
  width: 60px;
  height: 60px;
  background-color: #412376;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  position: relative;
}

.icon-circle img {
  width: 30px;   
  height: 30px;
  object-fit: contain;
  display: block;
  transform: translateY(4px); /* moves icon a little down */
}


/* Common fade animation */
.fade-left, .fade-right, .fade-up, .fade-down {
  opacity: 0;
  transform: translateX(0) translateY(0);
  transition: all 1s ease-out;
}

/* Specific directions */
.fade-left { transform: translateX(-50px); }
.fade-right { transform: translateX(50px); }
.fade-up { transform: translateY(50px); }
.fade-down { transform: translateY(-50px); }

/* Show state */
.show { 
  opacity: 1; 
  transform: translateX(0) translateY(0); 
}
/* Full-screen overlay */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* page background while loading */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Loader container */
.square-loader {
  display: flex;
  gap: 10px;
}

.square-loader div {
  width: 30px;
  height: 60px;
  background-color: #0d6efd; /* blue squares */
  animation: squareAnim 1.2s infinite ease-in-out;
}

/* Staggered animation for each square */
.square-loader div:nth-child(1) { animation-delay: 0s; }
.square-loader div:nth-child(2) { animation-delay: 0.2s; }
.square-loader div:nth-child(3) { animation-delay: 0.4s; }
square-loader div:nth-child(4) { animation-delay: 0.6s; }

/* Keyframes: scale up and down */
@keyframes squareAnim {
  0%, 100% { transform: scale(0); opacity: 0.3; }
  50% { transform: scale(1); opacity: 1; }
}

/* ===== TABLET VIEW FIXES (768px - 991px) ===== */
@media (max-width: 991px) and (min-width: 769px) {
  
  /* 1. BREADCRUMBS & HEADER FIXES */
  #breadcrumb-main-page,
  #breadcrumb-page,
  .d-flex.align-items-center span1 {
    font-size: 18px !important;
    white-space: normal !important;
  }
  
  .about-header {
    height: 60vh !important;
  }
  
  .about-overlay {
    transform: translate(-50%, -45%) !important;
    padding: 35px 25px !important;
    max-width: 90% !important;
  }
  
  .about-overlay h1 {
    font-size: 32px !important;
    margin-bottom: 15px !important;
  }
  
  .about-overlay p {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
  
  .breadcrumbs {
    font-size: 16px !important;
    padding-right: 0 !important;
  }
  
  /* 2. CIRCLE ICONS FIX */
  .d-flex.flex-wrap {
    gap: 20px !important;
    padding: 15px 0 !important;
  }
  
  .circle {
    width: 80px !important;
    height: 80px !important;
  }
  
  .icon-img {
    width: 35px !important;
    height: 35px !important;
  }
  
  .label {
    font-size: 14px !important;
  }
  
  /* 3. IMAGE-CONTACT SECTION FIX */
  .image-contact-section {
    padding: 40px 30px !important;
    flex-direction: row !important;
    max-width: 95% !important;
    margin: 40px auto !important;
  }
  
  .image-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
  }
  
  .right-content {
    padding-left: 30px !important;
  }
  
  .right-content p {
    font-size: 18px !important;
  }
  
  .contact-btn {
    padding: 10px 20px !important;
    font-size: 18px !important;
  }
  
  /* 4. MISSION-VISION SECTION FIX */
  .mission-vision-section {
    padding: 40px 30px !important;
    max-width: 95% !important;
    flex-direction: column !important;
    text-align: center !important;
  }
  
  .text-content {
    margin-bottom: 30px !important;
  }
  
  .mission-title {
    font-size: 26px !important;
  }
  
  .text-content p {
    font-size: 18px !important;
  }
  
  .image-side img {
    width: 90% !important;
    max-height: 300px !important;
    margin: 0 auto !important;
  }
  
  /* 5. POPULAR CATEGORY SECTION FIX */
  .popular-category-section {
    padding: 50px 30px !important;
  }
  
  .popular-category-section h2 {
    font-size: 26px !important;
    margin-bottom: 30px !important;
  }
  
  .card-container {
    gap: 20px !important;
    justify-content: center !important;
  }
  
  .category-card {
    width: 48% !important; /* 2 cards per row */
    height: 300px !important;
    padding: 20px !important;
  }
  
  .category-card h3 {
    font-size: 18px !important;
  }
  
  .category-card p {
    font-size: 15px !important;
  }
  
  .icon-circle {
    width: 55px !important;
    height: 55px !important;
    margin-bottom: 12px !important;
  }
  
  .icon-circle img {
    width: 25px !important;
    height: 25px !important;
  }
  
  /* 6. MAIN OFFICE SECTION FIX */
  .main-office-section {
    padding: 40px 30px !important;
    max-width: 95% !important;
    margin: 40px auto !important;
  }
  
  .main-office-section h2 {
    font-size: 24px !important;
  }
  
  .main-office-section h2::after {
    width: 100% !important;
    max-width: 600px !important;
  }
  
  .office-card {
    padding: 20px !important;
  }
  
  .office-title {
    font-size: 20px !important;
  }
  
  .office-address {
    font-size: 16px !important;
  }
  
  .contact-row {
    font-size: 15px !important;
  }
  
  /* 7. CONTACT CARDS FIX */
  .contact-cards {
    max-width: 95% !important;
    margin: 40px auto !important;
    padding: 0 30px !important;
  }
  
  .underline-title {
    font-size: 28px !important;
  }
  
  .underline-title::after {
    width: 500px !important;
  }
  
  .contact-card {
    padding: 22px !important;
  }
  
  .contact-card h3 {
    font-size: 20px !important;
  }
  
  .contact-card p {
    font-size: 17px !important;
  }
  
  /* 8. CONTACT BANNER FIX */
  .contact-banner {
    margin: 40px 30px !important;
    height: 200px !important;
  }
  
  .overlay-text h2 {
    font-size: 32px !important;
  }
  
  .overlay-text p a {
    font-size: 20px !important;
  }
  
  /* 9. CHOOSEN SECTION FIX */
  .choosen-section {
    max-width: 95% !important;
    margin: 40px auto !important;
    padding: 50px 30px !important;
    background-size: contain !important;
    background-position: right center !important;
  }
  
  .choosen-section .text-content {
    max-width: 500px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 25px !important;
  }
  
  .choosen-section .text-content h2 {
    font-size: 26px !important;
  }
  
  .choosen-section .text-content p {
    font-size: 17px !important;
  }
  
  /* 10. FOOTER FIXES */
  .footer {
    padding: 30px 40px !important;
    font-size: 16px !important;
  }
  
  .newsletter {
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  .newsletter-form {
    width: 100% !important;
    max-width: 500px !important;
  }
  
  .newsletter-form input {
    padding: 14px !important;
    font-size: 16px !important;
  }
  
  .newsletter-form button {
    padding: 12px 18px !important;
    font-size: 16px !important;
  }
  
  .footer-content {
    gap: 30px !important;
  }
  
  .footer-columns {
    gap: 40px !important;
  }
  
  .footer-brand img {
    width: 100px !important;
    height: 80px !important;
  }
  
  .footer-brand h3 {
    font-size: 26px !important;
  }
}


/* ===== CIRCLE NAVIGATION GRID LAYOUT ===== */

/* Mobile (below 768px) - 3 per row, 3 rows */
@media (max-width: 767px) {
  .d-flex.flex-wrap {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 40px !important; /* Reduced gap to fit larger circles */
    padding: 30px 20px !important;
    justify-items: center !important;
    align-items: center !important;
    max-width: 500px !important; /* Increased max-width */
    margin: 0 auto !important;
  }
  
  .d-flex.flex-wrap a {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }
  
  .circle {
     width: 90px;
    height: 90px;
  }
  
  .icon-img {
    width: 20px;
    height: 20px;
  }
  
  .label {
    font-size: 0.65rem;
  }
}


/* Tablet (768px - 991px) - 6 in first row, 4 in second row */
@media (min-width: 768px) and (max-width: 1024px) {
  .d-flex.flex-wrap {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 30px !important;
    padding: 25px !important;
    justify-items: center !important;
    align-items: center !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
  }
  
  /* First 5 items in first row - each takes 1 column */
  .d-flex.flex-wrap a:nth-child(-n+5) {
    grid-column: span 1 !important;
  }
  
  /* Last 4 items (6, 7, 8, 9) in second row - center them */
  /* Option 1: Each spans 1.5 columns (total 6 columns) */
  .d-flex.flex-wrap a:nth-child(6) {
    grid-column: 2 / span 1 !important; /* Start at column 2 */
    justify-self: center !important;
  }
  
  .d-flex.flex-wrap a:nth-child(7) {
    grid-column: 3 / span 1 !important; /* Start at column 3 */
    justify-self: center !important;
  }
  
  .d-flex.flex-wrap a:nth-child(8) {
    grid-column: 4 / span 1 !important; /* Start at column 4 */
    justify-self: center !important;
  }
  
  .d-flex.flex-wrap a:nth-child(9) {
    grid-column: 5 / span 1 !important; /* Start at column 5 */
    justify-self: center !important;
  }
  
  .circle {
    width: 95px !important;
    height: 95px !important;
    margin: 0 !important;
  }
  
  .icon-img {
    width: 40px !important;
    height: 40px !important;
  }
  
  .label {
    font-size: 15px !important;
  }
}


/* Very small mobile (below 400px) */
@media (max-width: 400px) {
  .d-flex.flex-wrap {
    gap: 20px !important;
    padding: 20px 10px !important;
  }
  
  .circle {
    width: 90px !important; /* Increased from 70px */
    height: 90px !important; /* Increased from 70px */
  }
  
  .icon-img {
    width: 40px !important; /* Increased from 25px */
    height: 40px !important; /* Increased from 25px */
  }
  
  .label {
    font-size: 14px !important; /* Increased from 11px */
  }
}

/* Extra small mobile (below 350px) */
@media (max-width: 350px) {
  .circle {
    width: 85px !important;
    height: 85px !important;
  }
  
  .icon-img {
    width: 35px !important;
    height: 35px !important;
  }
  
  .label {
    font-size: 13px !important;
  }
}

/* Common circle styles */
.circle {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: black !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
}

.circle:hover .icon-img {
  transform: scale(1.5) !important;
}

.circle:hover .label {
  display: none !important;
}

.icon-img {
  transition: transform 0.3s ease !important;
  margin-bottom: 5px !important;
}

.label {
  color: white !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

/* ===== MOBILE HEADER FIX - MATCH DESKTOP EXACTLY ===== */
@media (max-width: 576px) {
  .about-header {
    height: 50vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  .about-overlay {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    background-color: rgba(0, 0, 0, 0.5) !important; /* Same as desktop */
    padding: 25px 20px !important;
    border-radius: 10px !important; /* Same as desktop */
    text-align: center !important; /* Same as desktop */
    max-width: 320px !important; /* Smaller for mobile */
    width: 90% !important;
    margin: 0 auto !important;
  }
  
  .about-overlay h1 {
    font-size: 28px !important; /* Match your mobile font size */
    font-weight: 700 !important; /* Same as desktop */
    margin-bottom: 15px !important;
  }
  
  .about-overlay p {
    font-size: 16px !important; /* Match your mobile font size */
    line-height: 1.6 !important; /* Same as desktop */
    margin-bottom: 10px !important;
  }
}

/* Add space between navbar and header - Mobile only */
@media (max-width: 576px) {
  .about-header {
    margin-top: 90px !important;
    height: calc(50vh - 90px) !important;
    min-height: 300px !important; /* Ensure minimum height */
  }
}