/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap');


body {
  font-family: 'Roboto', sans-serif;
    margin: 0; color:#000;
  padding: 0;
}
body p {line-height: 1.6; font-size:16px;}

h1, h2, h3, .nav-link {
  font-family: 'Poppins', sans-serif;
}
/* Reset */
*{margin:0;padding:0;box-sizing:border-box;}
a{text-decoration:none;color:inherit;}
ul{list-style:none;}
.topbar {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
}

.logo img {
  max-height: 80px;
}

/* Contact Wrapper */
.contact-wrapper {
  text-align: right;
}

/* Contact Item */
.contact-item {
  margin-left: 20px;
}

.contact-item .label {
  font-size: 15px;
  font-weight: 600;
  color: #e50914;
  text-transform: uppercase;
}

.contact-item .details {
  font-size: 15px;
  color: #333;
}

/* Separator */
.contact-separator {
  color: #999;
  font-weight: bold;
}

/* ✅ Responsive Fix: Center-align on Mobile */
@media (max-width: 991px) {
  .container.d-flex {
    flex-direction: column;
    align-items: center;
  }

.logo img {
  max-height: 80px;
}

  .contact-wrapper {
    width: 100%;
    justify-content: center !important;
    text-align: center !important;
    margin-top: 10px;
  }

  .contact-item {
    margin: 10px 10px;
    text-align: center !important;
  }

  .contact-separator {
    display: inline-block;
    margin: 0 10px;
  }

  .contact-item .label,
  .contact-item .details {
    display: block;

  }
}



   .navbar {
    background: linear-gradient(135deg, #0062cc, #004494);
    }
    .navbar-nav .nav-link {
      color: #fff !important;
      font-size: 16px;
      font-weight: 400;
      padding: 8px 15px;     border-right: 1px solid rgba(80, 80, 80, 0.12);
    }
    .navbar-nav .nav-link:hover {
      color: #ffeb3b !important;
    }
    .navbar .social-icons a {
      color: #fff;
      font-size: 18px;
      margin-left:24px;
    }
    .navbar .social-icons a:hover {
      color: #ffeb3b;
    }

/* Mega menu fix */
.navbar .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: none;
  border-radius: 0;
  margin-top: 0;
  max-height: none !important;
  overflow: visible !important;
  z-index: 1000;
  background: #fff;
}

/* Mobile ke liye normal dropdown hi rahe */
@media (max-width: 991px) {
  .navbar .dropdown-menu {
    position: static;
    width: 100%;
  }
}


/* Desktop hover effect */
@media (min-width: 992px) {
 
  .navbar .dropdown-toggle::after {
    transition: transform 0.2s;
  }
  .navbar .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}



/*****Hero section*******************/
/* ====== HERO LAYOUT ====== */
.hero{
  position: relative;
  width: 100%;
  height: 80vh;               /* adjust to taste: 70–90vh */
  min-height: 480px;
  overflow: hidden;
  color: #fff;
}

/* Video element fills the hero */
.hero__video{
  position: absolute;
  inset: 0;                   /* top:0 right:0 bottom:0 left:0 */
  width: 100%;
  height: 100%;
  z-index: -2;
  background:#000;            /* shows behind transparent areas */
}

/* MODE 1: Fill area (cinematic). Some cropping can happen. */
.hero--cover .hero__video{ object-fit: cover; }

/* MODE 2: Show whole frame (no cropping). Might get thin side/top bars. */
.hero--contain .hero__video{ object-fit: contain; }

/* Optional overlay for better contrast */
.hero__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5,15,35,.55), rgba(5,15,35,.35));
  z-index: -1;
}

/* Content card */
.hero__content{
  position: absolute;
  left: 6%;
  bottom: 10%;
  max-width: 720px;
  padding: 24px 28px;
  border-radius: 14px;
  background: rgba(30, 34, 45, .45);   /* semi-transparent */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
}

.hero__content h1{
  margin: 0 0 10px; font-size:32px; color: #69b5ff;
}



 .feature-wrap{
    background:
      radial-gradient(1200px 300px at 10% -20%, rgba(13,110,253,.06), transparent 60%),
      radial-gradient(1200px 300px at 90% 120%, rgba(25,135,84,.06), transparent 60%),
      #fff;
  }

  /* Card hover + smooth transitions */
  .feature-card{
    transition: transform .25s ease, box-shadow .25s ease;
    border-radius: 16px;
  }
  .feature-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0,0,0,.08);
  }

  /* Icon badge */
  .icon-badge{
    width: 56px; height: 56px;
    display: grid; place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(13,110,253,.12), rgba(13,110,253,.05));
    color: #007bb7;
    font-size: 26px;
  }

  /* Headings and text tweaks */
  .feature-card h5{ line-height: 1.25; }
  .feature-card p{ font-size:15px;  }

  .h5, h5 {
    font-size: 18px;
}

/******About Section******/
  .about-section {
    background: #f9fafc;
    padding: 80px 0;
  }

  .about-title {
    font-size: 32px;

    color: #222;
    margin-bottom: 20px;
  }

  .about-section .lead {
    font-size: 18px;
    line-height: 1.7;
    color: #000;
  }

  .highlight-item {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0,0,0,0.05);
  }

  .highlight-item i {
    font-size: 26px;
    margin-right: 15px;
    color: #cfcfcf;
    margin-top: 4px; 
  }

  .highlight-item h5 {
    margin: 0;
    font-size: 20px;
    
    color: #222;
  }

  .highlight-item p {
    margin: 2px 0 0;
    font-size: 16px;
    color: #000;
  }

  .highlight-item:hover {
    transform: translateY(-5px);
    border-color: #0056b3;
  }

  .image-box img {
    border-radius: 12px;
    transition: transform 0.4s ease;
  }

  .image-box img:hover {
    transform: scale(1.03);
  }



  .product-range h3 {
    color: #003366;
  }
  .product-range ul li {
    margin-bottom: 5px;
  }

   

   .why-choose {
    position: relative;
    background: url('../images/background-automative.jpg') no-repeat center center/cover;
  }
  .why-choose .overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.65);
    z-index: 1;
  }
  .why-choose .container {
    position: relative;
    z-index: 2;
  }
  .why-choose .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .why-choose .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.6);
  }

.products-section {
  padding: 60px 20px;
  background: #f8fbff;

}

.products-section .section-title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 10px;

  color: #0b63d1;
}

.products-section .section-title span {
  color: #000;
}

.products-section .section-subtitle {
  text-align: center;
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #000;
}
.back{background:#ededed; padding:10px;} 
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.product-card {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
}

.product-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 14px;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.product-card h3 {
  font-size: 20px;
  color: #000;
  margin: 0 0 6px; font-weight:500;
}

.product-card h4 {
  font-size: 15px;
  color: #000;
  margin: 0 0 12px;
}

.product-card p {
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 15px;
}

.product-card .read-more {
  display: inline-block;
  font-size: 15px;
  
  color: #000;
  border: 1px solid #0b63d1;
  padding: 8px 14px;
  border-radius: 8px;
  transition: background 0.3s ease;
}
.product-card .read-more a{text-decoration: none !important;}

.product-card .read-more:hover {
  background: linear-gradient(90deg, #0b63d1, #0b63d1); color:#fff;
}
.list-unstyled li a{font-size:16px; line-height:1.9; }






.highlights-section {
  padding: 60px 20px;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.highlights-section .section-title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
  
  color: #0b63d1;
}

.highlights-section .section-subtitle {
  text-align: center;
  font-size: 15px;
  max-width: 850px;
  margin: 0 auto 40px;
  color: #000;
  line-height: 1.6;
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.highlight-card {
  background: #f8fbff;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.highlight-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #0b63d1;
}

.highlight-card p {
  font-size: 15px;
  color: #000;
  line-height: 1.5;
}

.highlight-special {
  background: linear-gradient(135deg, #0b63d1, #ff7a18);
  color: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.highlight-special h3,
.highlight-special p {
  color: #fff;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color:#000 !important;
}

  .fixed-contact {
    position: fixed;
    left: 10px;
    bottom: 50px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .fixed-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  }
  .whatsapp {
    background-color: #25D366;
  }
  .call {
    background-color: #e50914;
  }
  .fixed-contact a:hover {
    opacity: 0.8;
  }


   .vertical-btn {
      position: fixed;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background: #e50914;
      color: #fff;
      padding: 15px 10px;
      border-radius: 8px 0 0 8px;
      cursor: pointer;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      transition: all 0.3s ease;
      z-index: 1000;
    }

    .vertical-btn:hover {
      background: #0056b3;
      transform: translateY(-50%) scale(1.1);
    }

    .vertical-btn i {
      transform: rotate(180deg);
    }

    /* Modal content */
    .modal-content {
      border-radius: 15px;
      padding: 20px;
      background: #f8f9fa;
    }

    .modal-header {
      border-bottom: none;
    }

    .modal-title {
      font-weight: bold;
      font-size: 1.5rem;
    }

    .form-control {
      border-radius: 10px;
      box-shadow: none;
      border: 1px solid #ced4da;
      padding: 12px;
    }

    .btn-submit {
      border-radius: 50px;
      padding: 10px;
      font-weight: bold;
    }

    /* Prevent body from moving on modal open */
    body.modal-open {
      padding-right: 0 !important;
    }




      .section-title {
    font-size: 32px;
    
    color: #222;
  }
  .subtitle {
    font-size: 15px;
    color: #000;
  }

  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
  }

  .card {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-top: 4px solid transparent;
  }

  .card:hover {
    transform: translateY(-8px);
    border-top: 4px solid #e50914;
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
  }

  .icon {
    font-size: 40px;
    color: #cfcfcf;
    margin-bottom: 15px;
  }

  .card h4 {
    font-size: 20px;
    
    margin-bottom: 10px;
    color: #222;
  }

  .card p {
    font-size: 18px;
    color: #000;
    line-height: 1.6;
  }

  


    .blog-card {
      transition: all 0.3s ease;
      border-radius: 15px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
    .blog-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }
    .blog-card img {
      height: 220px;
      object-fit: cover;
    }
    .blog-title {
      
      font-size: 1.5rem; text-align: left;
    }
    .blog-desc {
      color: #000;
      font-size:16px;
    }
    .read-more {
      text-decoration: none;
      font-weight: 500;
      color: #007bb7;
      transition: 0.3s;
    }
    .read-more:hover {
      color: #0a58ca;
      text-decoration: underline;
    }
    footer p{font-size:16px;}
    
    
    .cta-section {
      background: linear-gradient(135deg, #ec5800, #c70039);
      color: #fff;
      padding: 80px 20px;
      position: relative;
      overflow: hidden;
    }
    .cta-section::before,
    .cta-section::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      height: 100px;
      background: #fff;
      border-radius: 50% / 100%;
    }
    .cta-section::before {
      top: -50px;
    }
    .cta-section::after {
      bottom: -50px;
    }
    .cta-title {
      font-size: 2rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
    }
    .cta-box {
      background:#000;
      border-radius: 10px;
 width: fit-content; color: #fff;
    }
    .cta-input {
      border: none;
      border-radius: 0;
      box-shadow: none;
    }
    .cta-btn {
      border-radius: 0;
      background: #000;
      color: #fff;
    }


.read-more-btn {
  display: inline-block;
  width: 250px;       /* fixed wider width */
  padding: 10px 0 !important;    /* top-bottom padding */
  font-size: 24px;    /* bigger text */
  font-weight: 400;
 

  background: linear-gradient(90deg, #000, #2c2c2c);
  border: none !important;
  color: #fff;
  transition: background 0.3s ease;
  text-align: center; border:none;
}

/* Optional subtle hover effect */
.read-more-btn:hover {
  background: linear-gradient(90deg, #0056b3, #007bff);
}


/*****About Us Page******/

.about-img-wrapper {
  position: relative;
  display: inline-block;
}
.about-img-wrapper .img-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border-radius: 10px;
  background: linear-gradient(45deg, rgba(0,0,0,0.3), rgba(0,0,0,0));
  transition: 0.4s ease;
}
.about-img-wrapper:hover .img-overlay {
  background: linear-gradient(45deg, rgba(0,0,0,0.5), rgba(0,0,0,0.1));
}

  .contact-section {
      background: #f8f9fa;
      padding: 60px 0;
    }
    .contact-info {
      background: #fff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }
    .contact-form {
      background: #fff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }
    .contact-title {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 20px;
      color: #007bb7;
    }
    .btn-custom {
      width: 100%;
      padding: 12px;
      font-size: 18px;
      font-weight: 600;
      border-radius: 8px;
      transition: 0.3s; width:fit-content;
    }
    .btn-custom:hover {
      background-color: #0b5ed7;
      transform: scale(1.02);
    }

    footer a{color:#fff;}


    /**********Products csss*******/
  /* Hero Section */
    .hero-banner {
      background: url('https://images.unsplash.com/photo-1581092918029-8c2a4e2a14e8?ixlib=rb-4.0.3&auto=format&fit=crop&w=1600&q=80') no-repeat center center/cover;
      color: #fff;
      text-align: center;
      padding: 100px 20px;
      position: relative;
    }
    .hero-banner::after {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.55);
    }
    .hero-content {
      position: relative;
      z-index: 2;
    }
    .hero-banner h1 {
      font-size: 48px;
      font-weight: 700;
    }
    .hero-banner p {
      font-size: 18px;
      max-width: 700px;
      margin: 10px auto 0;
    }

    /* Conveyor Section */
    .conveyor-section {
      padding: 80px 0;
      background: #f9fafc;
    }
    .conveyor-card {
      background: #fff;
      padding: 40px;
      border-radius: 20px;
      box-shadow: 0 8px 30px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }
    .conveyor-card:hover {
      transform: translateY(-5px);
    }
    .conveyor-img {
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
    .conveyor-section h2 {
      font-weight: 700;
      color: #007bb7;
    }
    .conveyor-section p {
      font-size: 16px;
      line-height: 1.7;
      color: #000;
    }
    .icon-list li {
      margin-bottom: 12px;
      font-size: 15px;
      display: flex;
      align-items: center; 
    }
    .icon-list i {
      font-size: 20px;
      color: #007bb7;
      margin-right: 10px;
    }
    .btn-custom {
      margin-top: 20px;
      padding: 12px 28px;
      font-size: 16px;
      border-radius: 30px;
      background: #007bb7;
      color: #fff;
      border: none;
      transition: all 0.3s ease;
    }
    .btn-custom:hover { background: #084298; }






    .conveyor-premium { background: #f9fafc; }
.conveyor-hero img {
  border-radius: 20px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.15);
  max-width: 900px;
  width: 100%;
  transition: transform 0.4s ease;
}
.conveyor-hero img:hover { transform: scale(1.03); }

.lead { font-size: 18px; line-height: 1.8; color: #333; }

.info-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  text-align: left;
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s;
}
.info-card:hover { transform: translateY(-5px); }
.info-card h3 { font-size: 20px; font-weight: 700; color: #007bb7; margin-bottom: 15px; }

.info-card ul li { margin-bottom: 8px;  color: #333; }

.app-list { list-style: none; padding-left: 0; }
.app-list li { display: flex; align-items: center; margin-bottom: 10px; }
.app-list i { color: #007bb7; font-size: 18px; margin-right: 8px; }

.btn-quote {
  padding: 12px 30px;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  background: linear-gradient(45deg, #007bb7, #005f87);
  color: #fff;
  transition: all 0.3s ease;
}
.btn-quote:hover { background: linear-gradient(45deg, #084298, #002b5c); }
.breadcrumb-section{background:#f0f0f0; padding:40px 0px;} 
.breadcrumb-section h1{font-size:46px; color:#000; font-weight:600;} 





.inclined-conveyor { background: #f9fafc; }

/* Image styling */
.inclined-image-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  position: relative;
}
.inclined-main-img {
  width: 100%;
  transition: transform 0.5s ease, filter 0.5s ease;
}
.inclined-image-wrapper:hover .inclined-main-img {
  transform: scale(1.08);
  filter: brightness(0.9);
}

/* Cards */
.info-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  text-align: left;
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s;
}
.info-card:hover { transform: translateY(-5px); }
.info-card h3 { font-size: 20px; font-weight: 700; color: #007bb7; margin-bottom: 15px; }

/* App list with icons */
.app-list { list-style: none; padding-left: 0; }
.app-list li { display: flex; align-items: center; margin-bottom: 10px; font-size: 15px; color: #555; }
.app-list i { color: #007bb7; font-size: 18px; margin-right: 8px; }

/* Button */
.btn-quote {
  padding: 12px 30px;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  background: linear-gradient(45deg, #007bb7, #005f87);
  color: #fff;
  transition: all 0.3s ease;
}
.btn-quote:hover { background: linear-gradient(45deg, #084298, #002b5c); }







/* Background Overlay */
.why-choose-classy {
  background: linear-gradient(135deg, #0062cc, #004494);
  position: relative;
  overflow: hidden;
}

.why-choose-classy .overlay {
  position: absolute;
  inset: 0;
  background: url('images/bg-pattern.png') repeat;
  opacity: 0.08;
}

/* Card Styling */
.choose-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
  position: relative;
}

.choose-card:hover {
  background: linear-gradient(135deg, rgba(255,193,7,0.1), rgba(255,255,255,0.05));
  transform: translateY(-10px) scale(1.03);
  border-color: rgba(255, 193, 7, 0.6);
  box-shadow: 0 10px 25px rgba(255, 193, 7, 0.2);
}

/* Icon Styling */
.choose-card .icon-wrap {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(255, 193, 7, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #ffc107;
  transition: all 0.4s ease;
}

.choose-card:hover .icon-wrap {
  background: #ffc107;
  color: #0d1b2a;
  box-shadow: 0 0 20px rgba(255, 193, 7, 0.6);
}

/* Heading & Text */
.choose-card h5 {
  margin-top: 15px;
  font-weight: 600;
  color: #fff;
}

.choose-card p {
  color: #fff;
  font-size:18px;
}






  section { padding: 80px 0; }
  
    .info-card {
      background: #fff; border-radius: 15px; padding: 30px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.08); border: 1px solid #eee;
      height: 100%; display: flex; flex-direction: column; justify-content: flex-start;
      transition: all 0.3s ease;
    }
    .info-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 36px rgba(0,0,0,0.12);
      border-color: #0a5c8a;
    }
    .info-card h4 { color: #0a5c8a; font-weight: 600; margin-bottom: 15px; }
    .info-card ul {  margin-bottom: 0; }
    .info-card ul li { margin-bottom: 10px; line-height: 1.6; font-size: 15px; }
    .btn-custom {
      background: linear-gradient(45deg, #0a5c8a, #007bb7);
      color: #fff; padding: 14px 36px;
      border-radius: 30px; border: none; font-weight: 500;
      box-shadow: 0 6px 18px rgba(0,123,183,0.3);
      transition: all 0.3s ease;
    }
    .btn-custom:hover { background: linear-gradient(45deg, #094364, #005f87); }
    .bg-light-alt { background: #f8fafd; }
    .bg-light-blue { background: #eef7fb; }


    .highlight-box {
    background: linear-gradient(45deg, #0a5c8a, #007bb7);
    color: #fff;
    border-radius: 12px;
    font-size: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  }
  .highlight-box span {
    font-size: 15px;
    opacity: 0.9;
  }







/* industries.css */

.industries-section {
  background: #f8fafc;
  color: #1e293b;
}

/* Industry Cards */
.industry-card {
  background: #fff;
  border-radius: 14px;
  transition: all 0.3s ease;
  min-height: 100%;
}

.industry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Icon Circle */
.icon-box {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #0077b6, #00b4d8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  margin: 0 auto;
  box-shadow: 0 8px 18px rgba(0, 119, 182, 0.3);
}

/* Key Benefits Box */
.key-benefits {
  background: #e8f3ff;
  border-radius: 10px;
}

.key-benefits h4 {
  color: #0a3d62;
}

.key-benefits ul {
  padding-left: 0;
  line-height: 1.8;
  color: #1e293b;
  font-weight: 500;
}

/* CTA Box */
.cta-box {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.06);

}

.cta-box h5 {
  color: #0a3d62;
}

.btn-primary {
  background: linear-gradient(135deg, #0077b6, #00b4d8);
  border: none;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #005f94, #009bb7);
}

/* Responsive */
@media (max-width: 768px) {
  .industry-card {
    padding: 22px;
  }
  .icon-box {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }
}













   /* Hero */
    .agv-hero {
      background: linear-gradient(120deg, #007bb7, #1e3d9f);
      color: #fff;
      padding: 100px 20px;
      text-align: center;
    }

    .agv-hero h1 {
      font-size: 3rem;
      font-weight: 700;
    }

    .agv-hero p {
      font-size: 1.2rem;
      margin-top: 15px;
      opacity: 0.9;
    }

    /* Section Headings */
    .section-title {
      font-weight: 700;
      font-size: 2rem;
      color: #007bb7;
      text-align: center;
      margin-bottom: 50px;
      position: relative;
    }

    .section-title::after {
      content: "";
      width: 60px;
      height: 3px;
      background: #d35400;
      display: block;
      margin: 10px auto 0;
      border-radius: 2px;
    }

    /* Cards */
    .agv-card {
      background: #fff;
      border-radius: 14px;
      padding: 35px 25px;
      text-align: center;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
    }

    .agv-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }

    .agv-icon {
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      border-radius: 50%;
      font-size: 34px;
      color: #fff;
      background: linear-gradient(135deg, #007bb7, #1e3d9f);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      transition: all 0.3s ease;
    }

    .agv-card:hover .agv-icon {
      background: linear-gradient(135deg, #d35400, #e67e22);
      transform: scale(1.1);
    }

    /* Features */
    .agv-feature-list {
      list-style: none;
      padding: 0;
    }

    .agv-feature-list li {
      margin-bottom: 12px;
      padding: 10px 15px;
      background: #fff;
      border-left: 5px solid #007bb7;
      border-radius: 6px;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
      transition: all 0.2s ease;
    }

    .agv-feature-list li:hover {
      border-left-color: #d35400;
      transform: translateX(5px);
    }

    /* CTA */
    .agv-cta {
      background: linear-gradient(135deg, #007bb7, #1e3d9f);
      color: #fff;
      text-align: center;
      padding: 80px 20px;
      border-radius: 20px;
      margin: 70px auto;
      max-width: 1000px;
    }

    .agv-cta h2 {
      font-size: 2rem;
      font-weight: 700;
    }

    .agv-cta p {
      font-size: 1.2rem;
      margin: 20px 0;
      opacity: 0.9;
    }

    .agv-btn {
      background: #d35400;
      color: #fff;
      font-weight: 600;
      padding: 14px 40px;
      border-radius: 50px;
      text-transform: uppercase;
      transition: 0.3s ease;
      display: inline-block;
      font-size: 1rem;
    }

    .agv-btn:hover {
      background: #e67e22;
      color: #fff;
      text-decoration: none;
      transform: translateY(-3px);
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    }

      .agv-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
  }

  .agv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  }

  .agv-card h5 {
    font-weight: 600;
    color: #007bb7;
    margin-bottom: 10px;
  }

  .agv-card p {
    font-size: 0.95rem;
    color: #555;
    margin: 0;
  }












  .ci-hero {
      background: linear-gradient(120deg, #007bb7, #005b87);
      color: #fff;
      padding: 100px 20px;
      text-align: center;
    }

    .ci-hero h1 {
      font-size: 3rem;
      font-weight: 700;
    }

    .ci-hero p {
      font-size: 1.2rem;
      margin-top: 15px;
      opacity: 0.9;
    }

    /* Section Titles */
    .section-title {
      font-weight: 700;
      font-size: 2rem;
      color: #007bb7;
      text-align: center;
      margin-bottom: 50px;
      position: relative;
    }

    .section-title::after {
      content: "";
      width: 60px;
      height: 3px;
      background: #ff6601;
      display: block;
      margin: 10px auto 0;
      border-radius: 2px;
    }

    /* Cards */
    .ci-card {
      background: #fff;
      border-radius: 14px;
      padding: 30px 20px;
      text-align: center;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
      transition: all 0.3s ease;
      border-top: 4px solid #007bb7;
    }

    .ci-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
      border-top: 4px solid #ff6601;
    }

    .ci-icon {
      width: 70px;
      height: 70px;
      margin: 0 auto 20px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px;
      color: #fff;
      background: #007bb7;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
      transition: all 0.3s ease;
    }

    .ci-card:hover .ci-icon {
      background: #ff6601;
      transform: scale(1.1);
    }

    /* CTA */
    .ci-cta {
      background: linear-gradient(135deg, #007bb7, #005b87);
      color: #fff;
      text-align: center;
      padding: 80px 20px;
      border-radius: 20px;
      margin: 70px auto;
      max-width: 1000px;
    }

    .ci-cta h2 {
      font-size: 2rem;
      font-weight: 700;
    }

    .ci-btn {
      background: #ff6601;
      color: #fff;
      font-weight: 600;
      padding: 14px 40px;
      border-radius: 50px;
      text-transform: uppercase;
      transition: 0.3s ease;
      display: inline-block;
      font-size: 1rem;
    }

    .ci-btn:hover {
      background: #e65c00;
      color: #fff;
      text-decoration: none;
      transform: translateY(-3px);
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    }










     /* Blog Cards */
  .blog-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
  }

  .blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }

  .blog-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #007bb7;
    margin-bottom: 15px;
  }

  .blog-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 25px;
    background: #ff6601;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    transition: 0.3s ease;
    text-decoration: none;
  }

  .blog-btn:hover {
    background: #e65c00;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #fff;
  }

  /* Sidebar */
  .sidebar-wrapper {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  }

  .sidebar-title h4 {
    font-weight: 700;
    color: #007bb7;
    border-bottom: 2px solid #ff6601;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .recent-post li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }

  .recent-post li:last-child {
    border-bottom: none;
  }

  .img-holder {
    position: relative;
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    overflow: hidden;
    border-radius: 8px;
  }

  .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 123, 183, 0.6);
    color: #fff;
    font-size: 20px;
    opacity: 0;
    transition: 0.3s ease;
  }

  .img-holder:hover .overlay-link {
    opacity: 1;
  }

  .post-title a {
    color: #333;
    text-decoration: none;
  }

  .post-title a:hover {
    color: #ff6601;
  }







  /* Blog Content */
    .blog-article {
      background: #fff;
      border-radius: 12px;
      padding: 30px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
      margin-bottom: 30px;
    }

    .blog-article h2 {
      font-size: 1.8rem;
      font-weight: 700;
      color: #007bb7;
      margin-bottom: 20px; text-align: left;
    }

    .blog-article h3 {
      font-size: 1.2rem;
      font-weight: 600;
      margin-top: 30px;
  
    }

    .blog-article p {
      margin-bottom: 15px;
      text-align: justify;
    }

    .blog-article ul {
      margin-left: 0px; line-height:1.8;
    }

    /* Sidebar */
    .sidebar-wrapper {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
      padding: 20px;
    }

    .sidebar-title h4 {
      font-weight: 700;
      font-size: 1.2rem;
      color: #007bb7;
      border-left: 4px solid #ff6601;
      padding-left: 10px;
      margin-bottom: 20px;
    }

    .recent-post li {
      display: flex;
      align-items: flex-start;
      margin-bottom: 15px;
      border-bottom: 1px solid #eee;
      padding-bottom: 15px;
    }

    .recent-post li:last-child {
      border-bottom: none;
    }

    .post-thumb {
      width: 80px;
      height: 60px;
      border-radius: 8px;
      overflow: hidden;
      flex-shrink: 0;
      margin-right: 12px;
      position: relative;
    }

    .post-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .thumb-overlay {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(0, 123, 183, 0.6);
      color: #fff;
      font-size: 18px;
      opacity: 0;
      transition: 0.3s ease;
    }

    .post-thumb:hover .thumb-overlay {
      opacity: 1;
    }

    .post-title {
      font-size: 0.95rem;
      font-weight: 600;
      margin: 0;
      line-height: 1.4;
    }

    .post-title a {
      color: #333;
      text-decoration: none;
    }

    .post-title a:hover {
      color: #ff6601;
    }

    .post-excerpt {
      font-size: 0.8rem;
      color: #666;
      margin-top: 5px;
      display: block;
    }






      .footer {
    background: #000;
    padding: 30px 15px;
    color: #fff;
  }



  .footer-link {
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
    margin: 0 5px;
  }

  .footer-link:hover {
    color: #ff6601;
    text-decoration: underline;
  }

  .footer-bottom {
    background: #272727;
    padding: 15px 10px;

    color: #fff;
  }

  .footer-bottom a.footer-link {
    color: #ffcc99;
  }

  .footer-bottom a.footer-link:hover {
    color: #ff6601;
  }

  .promoter {
    font-weight: 600;
  }













  .custom-solution-section {
  font-family: 'Poppins', sans-serif;
}
.info-box {
  background: #fff;
  border-radius: 15px;
  padding: 25px 30px;
  position: relative;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}
.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.info-box .number {
  position: absolute;
  top: -15px;
  left: 20px;
  background: #a2231d;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 15px;
  border-radius: 25px;
}
.info-box h4 {
  color: #a2231d;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 10px;
  margin-top: 15px;
}
.info-box ul {
  list-style: none;
  padding-left: 0;
}
.info-box ul li {
  padding-left: 20px;
  position: relative;

  color: #333;
  line-height: 1.6;
}
.info-box ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #a2231d;
  font-weight: bold;
}
.highlight-box {
  background: linear-gradient(90deg, #a2231d, #c72b23);
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}



.integration-section {
  background: #f9f9f9;
}
.info-box {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}
.info-box .number {
  position: absolute;
  top: -20px;
  left: -20px;
  background: #a2231d;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 18px;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
.bg-alt {
  background: #f2f5f9;
}
.info-box h4 {
  color: #a2231d;
  font-weight: 700;
  margin-bottom: 15px;
}

.info-box ul li {
  margin-bottom: 10px;
  line-height: 1.7;
}
.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #a2231d;
}





  .integration-section {
    padding: 60px 0;
    font-family: "Poppins", sans-serif;
    color: #333;
  }

  .integration-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #a2231d;
    margin-bottom: 25px;
    text-align: center;
  }

  .integration-section p.lead {
    font-size: 1.1rem;
    color: #444;
    text-align: center;
    max-width: 800px;
    margin: auto;
  }

  .integration-box {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
  }

  .integration-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  }

  .integration-box .number {
    position: absolute;
    top: -15px;
    left: -15px;
    background: #a2231d;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  }

  .integration-box h4 {
    color: #a2231d;
    font-weight: 600;
    margin-top: 10px;
  }

  .integration-box h5 {
    font-size: 1.05rem;
    margin-top: 12px;
    font-weight: 600;
    color: #444;
  }

  .integration-box ul {
    list-style: none;
    padding: 0;
  }

  .integration-box ul li {
    padding-left: 18px;
    position: relative;
    margin-bottom: 8px;
  }

  .integration-box ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #a2231d;
    font-weight: 900;
  }

  .bg-alt {
    background: #f7f7f7;
  }

  .highlight-box {
    background: #a2231d;
    color: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-top: 40px;
    text-align: center;
    font-size: 1.05rem;
    font-weight: 500;
  }

  @media (max-width: 768px) {
    .integration-box {
      margin-bottom: 25px;
    }
  }



  .csr-section {
  background: #fafafa;
  font-family: "Poppins", sans-serif;
  color: #333;
}
.csr-section h1 {
  color: #a2231d;
}
.info-box {
  position: relative;
  background: #fff;
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 3px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.info-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.15);
}
.info-box .number {
  position: absolute;
  top: -20px;
  left: -20px;
  background: #a2231d;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 10px 18px;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0,0,0,0.25);
}
.info-box ul {
  margin-top: 10px;

}
.info-box ul li {
  margin-bottom: 8px;
}
.highlight-box {
  background: #a2231d;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}










.about-section {
  background: #f9f9f9;
  font-family: "Poppins", sans-serif;
  color: #333;
}
.about-section h1 {
  color: #a2231d;
}
.info-box {
  position: relative;
  background: #fff;
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 3px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.info-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.15);
}
.info-box .number {
  position: absolute;
  top: -20px;
  left: -20px;
  background: #a2231d;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 10px 18px;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0,0,0,0.25);
}
.info-box ul {
  margin-top: 10px;

}
.info-box ul li {
  margin-bottom: 8px;
}
.highlight-box {
  background: #a2231d;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}










.amr-agv-section {
  background: #f9f9f9;
  font-family: "Poppins", sans-serif;
  color: #333;
}
.amr-agv-section h1 {
  color: #a2231d;
}
.info-box {
  position: relative;
  background: #fff;
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 3px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.info-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.15);
}
.info-box .number {
  position: absolute;
  top: -20px;
  left: -20px;
  background: #a2231d;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 10px 18px;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0,0,0,0.25);
}
.info-box ul {
  margin-top: 10px;

}
.info-box ul li {
  margin-bottom: 8px;
}
.highlight-box {
  background: #a2231d;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}


















.belt-conveyor-section {
  background: #f8f9fa;
  font-family: "Poppins", sans-serif;
  color: #333;
}

.belt-conveyor-section h1 {
  color: #a2231d;
}

.info-box {
  position: relative;
  background: #fff;
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.info-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.info-box .number {
  position: absolute;
  top: -20px;
  left: -20px;
  background: #a2231d;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 10px 18px;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}

.info-box ul {
  margin-top: 10px;

}

.info-box ul li {
  margin-bottom: 8px;
  line-height: 1.7;
}

.highlight-box {
  background: #a2231d;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.highlight-box strong {
  font-size: 1.1rem;
}

img.img-fluid {
  max-height: 300px;
  object-fit: cover;
  border-radius: 10px;
}






/* amr.css */

.amr-section {
  background: #f8fafc;
  color: #1e293b;
}

.amr-section h2 {
  color: #0a3d62;
  line-height: 1.4;
}

/* Image styling */
.amr-section img {
  border-radius: 14px;
  transition: transform 0.4s ease;
}

.amr-section img:hover {
  transform: scale(1.03);
}

/* Info Cards */
.amr-card {
  background: #ffffff;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.amr-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.amr-card h4 {
  color: #0a3d62;
  border-bottom: 2px solid #00b4d8;
  display: inline-block;
  padding-bottom: 4px;
}

.amr-card ul {
  margin: 0;
  padding-left: 0;
  line-height: 1.8;
  font-weight: 500;
  color: #1e293b;
}

/* CTA box */
.cta-box {
  background: linear-gradient(135deg, #a2231d, #720d08);
  border-radius: 14px;
  color: #ffffff;
}

.cta-box p {

  margin: 0 auto;
  font-size: 1.1rem; color:#fff; font-weight:bold;
}

/* Contact Section */
.contact-section {
  background: #ffffff;
}

.contact-box {
  background: #f1f8ff;
  border-left: 5px solid #00b4d8;
  border-radius: 12px;
  max-width: 800px;
}

.contact-box p {
  font-size: 1.1rem;
  color: #0a3d62;
}



/* Responsive */
@media (max-width: 768px) {
  .amr-section h2 {
    font-size: 1.3rem;
  }
  .amr-section img {
    margin-bottom: 15px;
  }
  .cta-box {
    padding: 30px 20px;
  }
  .contact-box {
    padding: 30px 20px;
  }
}











/* agv.css */

.agv-section {
  background: #f8fafc;
  color: #1e293b;
}

.agv-section h2 {
  color: #0a3d62;
  line-height: 1.4;
}

/* Images */
.agv-section img {
  border-radius: 14px;
  transition: transform 0.4s ease;
}

.agv-section img:hover {
  transform: scale(1.03);
}

/* Info Cards */
.agv-card {
  background: #ffffff;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.agv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.agv-card h4 {
  color: #0a3d62;
  border-bottom: 2px solid #00b4d8;
  display: inline-block;
  padding-bottom: 4px;
}

.agv-card ul {
  margin: 0;
  padding-left: 0;
  line-height: 1.8;
  font-weight: 500;
  color: #1e293b;
}

/* CTA Box */
.cta-box {
  background: linear-gradient(135deg, #0077b6, #00b4d8);
  border-radius: 14px;
  color: #ffffff;
}

.cta-box p {
  max-width: 850px;
  margin: 0 auto;
  font-size: 1.1rem;
}

/* Contact Section */
.contact-section {
  background: #ffffff;
}

.contact-box {
  background: #f1f8ff;
  border-left: 5px solid #00b4d8;
  border-radius: 12px;
  max-width: 800px;
}

.contact-box p {
  font-size: 1.1rem;
  color: #0a3d62;
}

.btn-primary {
  background: linear-gradient(135deg, #0077b6, #00b4d8);
  border: none;
  transition: all 0.3s ease;
  font-weight: 600;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #005f94, #009bc0);
}

/* Responsive */
@media (max-width: 768px) {
  .agv-section h2 {
    font-size: 1.3rem;
  }
  .agv-section img {
    margin-bottom: 15px;
  }
  .cta-box {
    padding: 30px 20px;
  }
  .contact-box {
    padding: 30px 20px;
  }
}






.thankyou-section {
  min-height: 100vh;
  text-align: center;
}

.thankyou-box {
  max-width: 600px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.thankyou-box h1 {
  color: #2c3e50;
  font-weight: 700;
}

.thankyou-box p {
  color: #555;
  font-size: 17px;
  line-height: 1.6;
}

.thankyou-box .btn {
  border-radius: 30px;
  transition: all 0.3s ease;
}

.thankyou-box .btn:hover {
  transform: translateY(-2px);
}

.icon i {
  font-size: 70px;
  color: #28a745;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .thankyou-box {
    padding: 40px 25px;
  }
  .thankyou-box h1 {
    font-size: 28px;
  }
  .thankyou-box p {
    font-size: 16px;
  }
}