@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

 

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  font-family: "montserrat", sans-serif;

}

:root{
    --primary: #0094d4;
    --dark-blue: #0094d4; 
    --secondary-color: #d7d7d7;
    --dark: #000;
    --light: #fff;

}
.btn-primary{
    background-color : var(--primary) !important;
    color: var(--light) !important; 

}

/* subpage banner start */

.sub-page {
  background: linear-gradient(to right, #075d81, #043b53);

  padding: 30px 0px;
}

.sub-page-heading {
  padding: 60px 50px;
}

.sub-page-heading h3 {
  color: #fff;
  font-size: 35px;
  text-align: start;
}

.sub-page-heading p {
  text-align: start;
}

.sub-page-heading p a,
.sub-page-heading p i {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 767px) {
  .sub-page {
    padding: 0px 0px;
  }

  .sub-page-heading h3 {
    font-size: 22px;
    font-weight: 700;
  }

  .sub-page-heading {
    text-align: start !important;
  }
}

/* sub page banner end */
.navbar-toggler{
  background-color: #4f81bd !important;
}

.bg-primaryy    {
    text-decoration: none;
    background-color: var(--primary) !important;
}
.text-primaryy    {
    color: var(--primary) !important;
}
.bg-primaryy   a {
    text-decoration: none; 
}

.bg-dark{
    background-color: var(--secondary-color) !important;
}

.secondary-color{
 background-color: var(--secondary-color);
}

.text-primary{
    color: var(--primary) !important;
}


.sticky-top{
  background-color: var(--light) !important;
}



 .topbar-section {
      background-color: #4f81bd;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .topbar-section .call-icon i {
      color: #fff;
      font-size: 23px;
    }

     .topbar-section .call-icon a{
      text-decoration: none;
      color: #fff;
      font-size: 15px;
     }
         .topbar-section .call-icon p{
          color: #fff;
         }

    .call-icon {
      display: flex;
      margin-top: 5px;
    }
 
 
    .navbar-brand img { 
        width: 80px;
    }


    @media (max-width:992px) {
       .topbar-section{
        display: none;
       }
       .navbar{
        background-color: var(--secondary-color) !important;
       }
    }

    .navbar{
      box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    }
 

.navbar-nav .nav-link {
    font-size: 17px !important;
    padding: 2px 15px !important;
    color: #ffffff !important;
}

 
.dropdown-menu {
    background-color: #1a1a1a !important;
}

.dropdown-item {
    color: #ccc !important;
}

.dropdown-item:hover {
    background-color: #333 !important;
    color: #fff !important;
}
 

    .navbar-nav .nav-link {
        font-size: 18px !important;
        font-weight: 600;
        color: #4f81bd !important;
    }

    .navbar-dark {
        background-color: #d6d2d24d;
    }

    .dropdown-menu {
        background-color: #1a1a1a !important;
    }

    .dropdown-item {
        color: #ccc !important;
    }

    .dropdown-item:hover {
        background-color: #333 !important;
        color: #fff !important;
    }
  

    .navbar .btn-sm{
      background-color: #4f81bd;

    }
    .navbar .btn-sm:hover {
      background-color: var(--dark);
      color: var(--light);

    }





    /* about us css */
       .about-section {
        background-color: #c1c1c181;
            padding-top: 5rem;
            padding-bottom: 5rem;
        }
        .section-subtitle {
    position: relative;
    color: var(--primary) !important;
    display: inline-block;
}
.about-text{
  padding: 20px;
  border-radius: 8px;
}

        .section-subtitle::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

        .about-img-wrapper {
            min-height: 350px;
            position: relative;
            height: 100%;
            animation: zoomIn 1s ease forwards !important;
        }

        .about-img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 0.5rem;
        }

        .about-overlay-box {
            background-color: #fff;
            border: 1px solid #ddd;
            position: absolute;
            bottom: 0;
            right: 0;
            margin-bottom: -1rem;
            margin-right: -1rem;
            padding: 1rem;
        }

        .about-overlay-box h1 {
            margin-bottom: 0.5rem;
            font-size: 1.5rem;
        }

        .about-overlay-box h2 {
            font-size: 1.5rem;
        }

        .section-subtitle {
            text-align: start;
            color: #0d6efd;
            text-transform: uppercase;
            font-size: 1.2rem;
        }

        .about-title {
            margin-bottom: 1.5rem;
            font-size: 21px !important; 
        }

        .about-title span {
            color: var(--primary) !important; 
        }

        .about-feature {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 1rem;
        }

        .about-feature i {
            color: #0d6efd;
        }

        @keyframes zoomIn {
            0% {
                opacity: 0;
                transform: scale(0.8);
            }
            100% {
                opacity: 1;
                transform: scale(1);
            }
        }

        .btn-primary {
            background-color: var(--primary) !important;
            border: none;
            padding: 0.75rem 1.5rem;
        }
    /* about us css */












       /* --- Feature Section Styles --- */
        .feature-item {
            position: relative;
            overflow: hidden;
            margin-bottom: 30px;
        }

        .feature-item img {
          border: 2px solid #5c5c5c;
            width: 100%;
            height: auto;
            display: block;
        }

        .feature-item h3 {
            margin: 0;
            padding: 1.5rem;
            font-size: 1.25rem;
            text-align: center;
            color: #fff;
        }

        .feature-item .feature-header-primary {
            background-color: var(--primary) !important;
        }

        .feature-item .feature-header-dark {
            background-color: #5c5c5c !important;
        }

        .feature-title {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: rgba(15, 23, 43, 0.3);
            transition: 0.5s;
        }

        .feature-item:hover .feature-title {
            top: 100%;
        }

        .feature-item .feature-text {
            position: absolute;
            top: -100%;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 30px;
            background: rgba(15, 23, 43, 0.7);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            transition: 0.5s;
        }


        .feature-text a{
            background-color: var(--primary);
            margin-top: 20px;
            padding: 5px;
            border-radius: 5px;
            color: var(--light);
            text-decoration: none;
        }

        .feature-item:hover .feature-text {
            top: 0;
        }

        .feature-item .feature-text p {
            color: #fff;
            opacity: 0;
            transition: 0.5s;
        }

        .feature-item:hover .feature-text p {
            opacity: 1;
            transition-delay: 0.5s;
        }

        /* --- Fade-in Animation (Replacing WOW.js) --- */
        .fadeInUp {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 1s forwards;
        }

        .delay-1 { animation-delay: 0.1s !important; }
        .delay-2 { animation-delay: 0.3s !important; }
        .delay-3 { animation-delay: 0.5s !important; }
        .delay-4 { animation-delay: 0.7s !important; }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }




        .our-client{
          background-color: #c1c1c181;
        }





















          /* Wrapper */
    .why-choose-us-wrapper {
      background-color: #d7d7d769;
      display: flex;
      flex-wrap: wrap;
      max-width: 1200px;
      margin: 0 auto;
      padding: 50px 20px;
      gap: 40px;
    }


    .why-choose-us  .icon {
      font-size: 48px;
      margin-bottom: 20px;
      color: var(--primary-color);
    }

    /* Left image section */
    .choose-left {
      flex: 1 1 50%;
      position: relative;
      min-width: 280px;
    }

    .choose-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 6px;
    }

    .experience-badge {
      position: absolute;
      bottom: -90px;
      left: 5%;
      background: #fff;
      padding: 20px 30px;
      border: 2px solid #ddd;
      text-align: center;
      box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    }

    .experience-badge h2 {
      font-size: 36px;
      color: #f7a400;
      margin: 0;
      font-weight: 900;
    }

    .experience-badge span {
      font-size: 18px;
      font-weight: 600;
      color: #19253f;
      display: block;
    }

    /* Right content */
    .choose-right {
      flex: 1 1 50%;
      min-width: 300px;
    }

    .choose-subtitle {
      font-size: 14px;
      text-transform: uppercase;
      color: #f7a400;
      font-weight: bold;
      margin-bottom: 10px;
      letter-spacing: 0.5px;
    }

    .choose-title {
      font-size: 32px;
      font-weight: 900;
      margin-bottom: 20px;
    }

    .choose-title span {
      color: #f7a400;
    }

    .choose-desc {
      font-size: 16px;
      color: #555;
      margin-bottom: 30px;
      line-height: 1.6;
    }

    /* Feature items */
    .choose-feature {
      display: flex;
      align-items: flex-start;
      margin-bottom: 25px;
    }

    .feature-icon {
      width: 50px;
      height: 50px;
      min-width: 50px;
      min-height: 50px;
      border: 1px solid #ddd;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      color: var(--primary);
      margin-right: 20px;
    }

    .feature-text h3 {
      font-size: 18px;
      margin: 0 0 8px 0;
      font-weight: bold;
      color: #19253f;
    }

    .feature-text p {
      font-size: 14px;
      margin: 0;
      color: #666;
      line-height: 1.5;
    }

    @media (max-width: 768px) {
      .why-choose-us-wrapper {
        flex-direction: column;
      }

      .experience-badge {
        position: absolute;
        top: auto;
        left: auto;
        bottom: 20px;
        right: 20px;
      }
      .stats-new h2 {
    font-size: 15px !important;
    margin-bottom: 10px;
}
.about-title {
    margin-bottom: 1.5rem;
    font-size: 16px;
}
.about-overlay-box   {
    background-color: #fff;
    border: 1px solid #ddd;
    position: absolute;
    bottom: 0;
    right: 29px;
    margin-bottom: -1rem;
    margin-right: -1rem;
    padding: 1rem;
}
    }

.more-btn a{
  background-color: var(--primary);
  color: var(--light);
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
}
.more-btn {
  margin-top: 25px;
  text-align: center;
}







.blog-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.blog-card .blog-post img {
  border-radius: 10px;
}



.blog-name h3 {
  position: relative;
  padding-left: 12px;
  font-weight: 600;
  font-size: 20px;
}

.blog-name h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: var(--primary);
  border-radius: 2px;
}

.blog-btn {
  background-color: var(--primary);
  padding: 5px;
  text-align: center;
}

.blog-btn a {
  color: #fff;
  font-weight: 500;
}

.date {
  text-align: end;
}

@media(max-width: 767px) {
  .date {
    font-size: 12px;
  }
}





    .blog-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.1);
}

.blog-para p{
   font-size: 16px;
  color: #333;
  white-space: nowrap;
  width: 100%;
 
  overflow: hidden;
  text-overflow: ellipsis;
}









   /* Contact Section Headings */

  
.contact-header {
    max-width: 600px;
}

.section-title {
    color: var(--primary); /* Bootstrap primary */
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

/* Contact Info Icons */



.contact-info .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.contact-info .icon i{
    color: var(--primary);
}
        

.contact-info h3{
    font-size: 18px;
}



/* experience section start here */
 .stats-new {
  /* background-color: #f7f7f7 ; */
  /* background: linear-gradient( #0094d449, #14141427 ); */
      padding: 60px 20px;
      text-align: center;
    }
    .stats-new h2 {
      font-size: 32px;
      margin-bottom: 10px;
    }
    .stats-new .heading .ornament h2 {
      font-size: 32px;
      margin-bottom: 10px;
      color: var(--dark);
    }
    .stats-new .heading .ornament h2 .high-light {
      
      color: var(--light);
    }
    .stats-new p.subtitle {
      font-size: 16px;
      color: #666;
      margin-bottom: 40px;
    }
    .stats-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 24px;
      max-width: 1000px;
      margin: 0 auto;
    }
    .stat-card {
      background: #474646;
      border-radius: 12px;
      padding: 30px 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .stat-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 24px rgba(0,0,0,0.10);
    }
    .stat-icon {
      width: 60px; height: 60px;
      margin: 0 auto 16px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      background: linear-gradient(135deg, #0094d4, #0094d4af);
      color: #fff;
      font-size: 28px;
    }
    .stat-number {
      font-size: 36px;
      font-weight: 600;
      color: var(--primary);
      margin: 8px 0;
    }
    .stat-number .counter {
      display: inline-block;
    }
    .stat-number .suffix {
      font-size: 18px;
      font-weight: 400;
      color: #999;
      margin-left: 4px;
    }
    .stat-label {
      font-size: 14px;
      color: #fff;
      margin: 0;
    }
    .choose-right a{
        background-color: var(--primary);
        color: var(--light) ;
        text-decoration: none;
        padding: 5px;
        border-radius: 5px;
    }
/* experience section end here */








/*  explore our location section start here  */
.city-carousel .city-card {
      position: relative;
      height: 300px;
      background-size: cover;
      background-position: center;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .city-carousel .city-card:hover {
      transform: scale(1.03);
    }

    .city-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
      transition: background 0.3s ease;
    }

    .city-card:hover::before {
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    }

    .city-info {
      position: absolute;
      bottom: 15px;
      left: 15px;
      color: #fff;
      z-index: 2;
    }

    .city-info h3 {
      margin: 0;
      font-size: 20px;
      font-weight: bold;
    }

    .city-info p {
      margin: 3px 0 0;
      font-size: 14px;
    }

    /* Owl navigation arrows */
    .owl-nav {
      position: absolute;
      top: 40%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding: 0 10px;
      pointer-events: none;
    }

    .owl-prev, .owl-next {
      font-size: 28px;
      background: #ffffff;
      color: #333;
      border-radius: 50%;
      padding: 5px 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      pointer-events: all;
      cursor: pointer;
      transition: 0.3s ease;
    }

    .owl-prev:hover, .owl-next:hover {
      background: #333;
      color: #fff;
    }


/*  explore our location section end here  */


  .why-choose-us {
  background-color: #d7d7d769;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
}

.section-subtitle {
  font-size: 1.125rem;
  color: #666;
  max-width: 700px;
  /* margin: 0 auto 2rem; */
}

.choose-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.choose-card h3{
  color: var(--primary);
}
.choose-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.choose-card p{
  font-size: 16px;
}

.choose-icon {
  font-size: 2.5rem;
  color: #00bcd4;
}





/* enquiry page css start  */

.enquiry-sec-star .seriv-name {
  color: var(--dark-blue);
  font-size: 12px;
}

.inquiry-content h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.inquiry-content p {
  font-size: 18px;
  text-align: justify;
}

.key-feat-enq-fan h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 13px;
}

.key-mint ul li {
  font-size: 18px;
  line-height: 2;
}

.overlay-enq-content h3 {
  font-size: 17px;
}

.enquiry-sec-start .left_panel {
  top: 100px !important;
  margin-bottom: 30px;
  position: sticky;
  height: fit-content;
}

.feature-heading {
  margin-bottom: 20px !important;
}

@media (max-width: 767px) {
  .enquiry-sec-start .left_panel {
    margin-bottom: 30px;
    position: static;
    /* height: fit-content; */
  }

  .inquiry-content h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .key-feat-enq-fan h2 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 13px;
  }

  .inquiry-content p {
    font-size: 16px;
    text-align: justify;
  }

  .key-mint ul li {
    font-size: 16px;
    line-height: 2;
  }

  .enq-form {
    margin-bottom: 20px;
  }

  .enquiry-sec-start .service-box {
    padding: 0px !important;
  }

  .feature-heading {
    margin-bottom: 20px !important;
  }
}

.enquiry-sec-start .details {
  border: solid 1px #b1adad;
  background: #eeeeee47;
  padding: 25px;
}

.enquiry-sec-start .product-title {
  text-transform: UPPERCASE;
  font-weight: bold;
}

.enquiry-sec-start .product-title {
  margin-top: 0;
  margin-bottom: 25px;
}

.enquiry-sec-start h4 {
  position: relative;
  margin-bottom: 30px;
}

.enquiry-sec-start h4:before {
  background: #e30613;
  bottom: -12px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 25px;
}

.enquiry-sec-start .product-description {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 5px;
  text-align: justify;
}

.enquiry-sec-start .table {
  border: solid 1px #eee;
  background: #fff !important;
}

.view-btn {
  background-color: #23466d;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.captcha-sec button {
  border: none;
  outline: none;
  background: #e2dfdf;
  font-size: 20px;
  margin: 0 5px;
  background: #23466d !important;
  color: var(--light) !important;
  padding: 5px 10px;
}

.captcha-sec p {
  color: var(--dark-dark) !important;
  margin: 0 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  width: 50%;
  text-align: center !important;
  letter-spacing: 10px;
  
}

.feature-heading {
  display: inline-block;
  background-color: var(--dark-blue);
  /* background-color: #0072b983; */
  color: #fff;
  padding: 6px 18px;
  border-radius: 30px;
  font-weight: 500;
  position: relative;
  
  font-size: 16px;
}

.feature-heading h1 {
  font-size: 24px;
}

.feature-heading .lines {
  position: absolute;
  top: -8px;
  right: -12px;
  width: 30px;
  height: 30px;
}

.feature-heading .lines::before,
.feature-heading .lines::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 5px;
  /* background-color: #7a83f3; */
  background-color: var(--dark-blue);
  border-radius: 10px;
  transform-origin: left center;
}

.feature-heading .lines::before {
  transform: rotate(deg);
  top: 4px;
  left: 0px;
}

.feature-heading .lines::after {
  transform: rotate(75deg);
  top: 0px;
  left: 6px;
}

.feature-heading .lines::after {
  width: 19px;
  top: -5px;
  left: 10px;
  transform: rotate(80deg);
}

.experience-col {
  background-color: var(--dark-blue);
}

/* enquiry section */
.enquiry-sec-start .main-img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.enquiry-sec-start .thumbnail-images img {
  object-fit: cover;
  margin-right: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid transparent;
}

.enquiry-sec-start .thumbnail-images img:hover {
  border-color: #0d6efd;
}

.enquiry-sec-start .stars {
  color: #ffc107;
}

.enquiry-sec-start .service-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.enq-btn {
  background-color: var(--dark-blue);
  color: white;
  border: none;
}

.enq-btn:hover {
  background-color: #000;
  color: #fff;
}

/* enq page css end */





/* sub-product css start */
.main-product-card {
  border: 5px solid #071d4e;
  border-radius: 4px;
  border-top-left-radius: 50px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.product-card-post {
  overflow: hidden;
}

.product-card-post img {
  border-top-left-radius: 50px;
  transition: transform 0.3s ease;
  width: 100%;
}

.product-card-name {
  /* background-color: #02D9DE; */
  background-color: #07234e;
  text-align: center;
  padding: 10px;
}

.product-card-name h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 60px);
  /* adjust if needed */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: rgba(0, 0, 0, 0.6); */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.view-more-btn {
  padding: 10px 20px;
  background-color: var(--dark-blue);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s;
}

.view-more-btn:hover {
  border: 2px solid #fff;
}

.main-product-card:hover .product-overlay {
  opacity: 1;
}

.main-product-card:hover img {
  transform: scale(1.02);
}

/* sub-product css end */





/* blog-detail-page css start */
.blog-detail-post img {
  width: 100%;
}


.deep-detail-blog h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.deep-detail-blog p {
  text-align: justify;
  font-size: 18px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .blog-detail-post-para p {
    font-size: 16px;
  }

  .blog-detail-post {
    margin-bottom: 20px;
  }

  .blog-detail-post-para h1 {
    font-size: 25px;
  }

  .deep-detail-blog h2 {
    font-size: 22px;
  }

  .deep-detail-blog p {
    font-size: 16px;
  }
}

/* blog-detail-page css end */


.recent-link{
  text-decoration: none;
}
   .recent-content h3 {
            font-size: 17px;
            color: #000;
            font-weight: 600;
        }

        .recent-content p {
            color: #000;
            font-size: 14px;
        }

        .recent-content p i {
            color: var(--orange);
            padding-right: 4px;
        }

        .name-recent h4 {
            font-size: 25px;
            font-weight: 600;
        }


        .recent-blog {
            display: flex;
            justify-content: center;
            align-items: center;
            border: 1px dotted var(--dark-blue);

        }

        @media(max-width: 767px) {
            .recent-content h3 {
                font-size: 16px;
                color: #000;
                font-weight: 600;
            }

            .blog-content h3 {
                font-size: 20px;
                font-weight: 600;
                margin-bottom: 12px;
            }

            .name-recent h4 {
                font-size: 18px;
                font-weight: 600;
            }
        }











        
    .services-section {
      background-color: #ffffff;
      padding: 30px 20px;
      border-radius: 0 0 40px 40px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    }

    .section-title {
      font-size: 2.6rem;
      color: var(--primary) !important;
      font-weight: 700;
      text-align: center;
      margin-bottom: 60px;
    }

    .service-block {
      background: #f1f7ff;
      border-radius: 16px;
      padding: 35px 30px;
      transition: all 0.3s ease;
      height: 100%;
    }

    .service-block:hover {
      background: #e6f1ff;
    }

    .service-icon {
      font-size: 2.8rem;
      color: var(--primary);
      margin-bottom: 20px;
    }

    .service-title {
      font-size: 1.4rem;
      font-weight: 600;
      color: #002d5f;
      margin-bottom: 15px;
    }

    .service-text {
      font-size: 1rem;
      color: #555;
      line-height: 1.6;
    }

    @media (max-width: 576px) {
      .section-title {
        font-size: 2rem;
      }

      .service-title {
        font-size: 1.2rem;
      }

      .service-text {
        font-size: 0.95rem;
      }
    }











    
    .amc-section {
      padding: 80px 20px;
      max-width: 1200px;
      margin: auto;
    }
 

    .amc-box {
      background: #ffffffcc;
      border-radius: 20px;
      padding: 40px 35px;
      box-shadow: 0 12px 30px rgba(13,71,161,0.15);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .amc-box:hover {
      box-shadow: 0 20px 45px rgba(13,71,161,0.35);
      transform: translateY(-8px);
      background: #f0f7ff;
    }

    .amc-box h3 {
      font-size: 1.5rem;
      color: var(--primary);
      font-weight: 700;
      margin-bottom: 25px;
      border-bottom: 3px solid var(--primary);
      padding-bottom: 10px;
      letter-spacing: 0.5px;
    }

    .amc-box ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 30px;
      flex-grow: 1;
    }

    .amc-box ul li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 16px;
      font-size: 1rem;
      line-height: 1.5;
      color: #34495e;
      font-weight: 500;
      transition: color 0.3s ease;
    }

    .amc-box ul li::before {
      content: "\f058"; /* FontAwesome check-circle */
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      position: absolute;
      left: 0;
      top: 3px;
      color: var(--primary);
      font-size: 18px;
    }

    .amc-box ul li:hover {
      color: #0d47a1;
    }

    .amc-highlight {
      font-weight: 600;
      color: var(--primary);
    }

    .btn-amc-cta {
      display: block;
      width: fit-content;
      margin-top: auto;
      padding: 12px 28px;
      font-weight: 600;
      font-size: 1.05rem;
      color: #ffffff;
      background: var(--primary);
      border: none;
      border-radius: 50px;
      box-shadow: 0 6px 15px rgba(13,71,161,0.4);
      transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
      text-decoration: none;
      text-align: center;
    }

    .btn-amc-cta:hover {
      background: var(--primary);
      box-shadow: 0 10px 25px rgba(6,71,137,0.6);
      transform: translateY(-4px);
      text-decoration: none;
      color: #fff;
    }

    @media (max-width: 767.98px) {
      .amc-box {
        padding: 30px 25px;
      }

      .amc-title {
        font-size: 2.4rem;
        margin-bottom: 45px;
      }

      .amc-box h3 {
        font-size: 1.3rem;
      }
    }

    @media (max-width: 480px) {
      .amc-box ul li {
        font-size: 0.95rem;
      }
    }












    
    .brands-section {
      padding: 50px 0;
      text-align: center;
    }

     

    .brand-card {
      background: rgba(255, 255, 255, 0.6);
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 15px;
      backdrop-filter: blur(8px);
      padding: 20px;
      transition: all 0.3s ease;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      height: 140px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .brand-card:hover {
      transform: translateY(-5px) scale(1.02);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }

    .brand-logo {
      max-height: 80px;
      max-width: 100%; 
      transition: filter 0.3s ease;
    }


















     .ac-section {
    background-color: #ffffff;
    padding: 70px 0;
  }

  .ac-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #333;
  }

  .ac-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .ac-img-wrapper {
   background: linear-gradient(135deg, #b9b9b9 0%, #e5edf1 100%);

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    box-sizing: border-box;
    overflow: hidden;
    transition: background 0.3s ease;
  }

  .ac-img-wrapper img {
    max-height: 220px;
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.3s ease;
  }

  .ac-card:hover .ac-img-wrapper {
  background: linear-gradient(135deg, #a9afb4 0%, #5c666d 100%);
  }

  .ac-card:hover img {
    transform: scale(1.05);
  }

  .ac-content {
    padding: 15px;
    text-align: center;
  }

  .ac-content h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
  }

  .ac-footer {
    text-align: center;
    padding: 15px;
    margin-top: auto;
  }

  .enquire-btn {
    padding: 6px 20px;
    font-size: 0.95rem;
    border-radius: 50px;
    transition: all 0.3s ease;
  }

  .enquire-btn:hover {
    background-color: #0056b3;
  }

  .ac-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  }