body {
    font-family: 'Segoe UI', sans-serif;
}

.navbar .nav-link {
    color: #0b8a0b !important;
    font-weight: 500;
    transition: color 0.3s;
}

.navbar .nav-link:hover {
    color: #f76d1d !important;
}

.btn-danger {
    background-color: #f76d1d;
    border: none;
    transition: transform 0.3s;
}

.btn-hover-scale:hover {
    transform: scale(1.05);
}

footer a:hover {
    color: #f76d1d !important;
    transition: transform 0.3s;
}

.social-hover:hover {
    transform: scale(1.2);
    transition: transform 0.3s;
}

.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}

.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}

.card-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

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

section#hero h1,
section#hero p,
section#hero .btn {
    color: white;
    text-shadow: 1px 1px 5px rgba(14, 0, 0, 0.527);
}
section#hero h1{
    font-size: 50px !important;
    font-weight: 700;
    color: #f9823c;
}
/* General */
body {
    font-family: 'Segoe UI', sans-serif;
    scroll-behavior: smooth;
}

/* Hero Section */
.hero-section {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('https://cdn.prod.website-files.com/64b0face30b4c55a16a289be/6650754d07259c2214954e66_2ddb2732-9ccb-49eb-af10-150199870c08.png') center/cover no-repeat;
    color: #fff;
    text-align: center;
}
.lead{
    color: #fff !important;
    font-weight: 600 !important;
}
.hero-section .overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.5) !important;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.btn-gradient {
    background: #0b8a0b;
    border: none;
    color: #fff;
    transition: all 0.4s;
}

.btn-gradient:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Sections */
.section-bg {
    background: #f8f9fa;
}

.gradient-text {
    background: #0b8a0b;
    -webkit-background-clip: text;
    color: transparent;
}

/* Card Glassmorphism */
.card-glass {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    transition: all 0.3s;
}

.card-hover:hover {
    transform: translateY(-10px);
    box-shadow}
    /* Header Menu */
.navbar .nav-link {
  position: relative;
  transition: color 0.3s;
}
.navbar .nav-link:hover { color: #f76d1d; }
.navbar .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #0b8a0b;
  transition: width 0.3s ease;
}
.navbar .nav-link:hover::after { width: 100%; }

/* Dropdown hover effect */
.navbar .dropdown:hover .dropdown-menu {
  display: block; opacity: 1; transform: translateY(0);
  transition: all 0.4s ease;
  visibility: visible;
  background: rgba(255,255,255,0.95); backdrop-filter: blur(10px);
  border-radius: 12px; padding: 1rem; box-shadow:0 8px 20px rgba(0,0,0,0.15);
}
.navbar .dropdown-menu .dropdown-item {
  transition: all 0.3s ease; opacity:0; transform:translateY(-10px);
  font-size: 13px !important;
}
.navbar .dropdown:hover .dropdown-item { opacity:1; transform:translateY(0); }
.navbar .dropdown-toggle::after { transition: transform 0.3s ease; }
.navbar .dropdown:hover .dropdown-toggle::after { transform: rotate;
}

 #about-infinior h2 {
    color: #1f52a2;
  }
  #about-infinior p {
    color: #555 !important;
  }
  .card {
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  }
   .service-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 35px rgba(0,0,0,0.15);
  }

  .service-card i {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: rgba(0,0,0,0.05);
  }

  .service-card h5 {
    margin-top: 10px;
    font-weight: 600;
    color: #1f52a2;
  }

  .service-card p {
    font-size: 0.95rem;
    color: #555;
  }

  @media(max-width:768px){
    #about-infinior h2{
      font-size: 2rem;
    }
  }
   .about-text p {
    font-size: 1rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
  }

  .about-text p::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #f46b1b;
    font-weight: bold;
    font-size: 1.5rem;
    top: 0;
  }

  .about-img {
    transition: transform 0.5s, box-shadow 0.5s;
  }

  .about-img:hover {
    transform: scale(1.05) rotate(-1deg);
    box-shadow: 0 25px 50px rgba(0,0,0,0.2);
  }

  @media (max-width: 991px){
    .about-text p::before {
      left: -0.5rem;
    }
  }
   .dropdown-menu {
    border-radius: 0;
    border: none;
  }

  .dropdown-menu h6 {
    color: #10751a;
  }

  .service-item {
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
    transition: background-color 0.3s, color 0.3s;
  }

  .service-item:hover {
    color: #f46b1b;
    cursor: default;
    background-color: #f9f9f9;
  }
    .benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
  }
    .client-logo {
    transition: transform 0.3s, filter 0.3s;
    filter: grayscale(50%);
  }
  .client-logo:hover {
    transform: scale(1.1);
    filter: grayscale(0%);
  }
  .lists{
    font-size: 13px !important;
    line-height: 24px;
  }
  .padd p{
    font-size: 14px !important; 
  }
  .btn1{
    background-color: #0b8a0b !important;
  }
  .padd{
    padding: 0px 30px !important;
  }
   #mvvs .card:hover {
    transform: translateY(-10px) scale(1.02);
  }
   #hero-contact {
      background: #f8f9fa url('assets/images/contact-hero.jpg') center/cover no-repeat;
      height: 300px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      color: #1f52a2;
    }

    #hero-contact .overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(255,255,255,0.8);
    }

    #hero-contact .container {
      position: relative;
      z-index: 2;
      text-align: center;
    }

    /* Contact Form */
    #contact-form form {
      background: #ffffff;
      padding: 40px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

    #contact-form input, 
    #contact-form textarea {
      border-radius: 4px;
      border: 1px solid #ced4da;
      padding: 12px;
      width: 100%;
    }

    #contact-form button {
      background-color: #1f52a2;
      color: #fff;
      border: none;
      padding: 12px 30px;
      border-radius: 4px;
      transition: background 0.3s;
    }

    #contact-form button:hover {
      background-color: #10751a;
    }

    /* Contact Info Cards */
    .contact-info-card {
      background: #ffffff;
      padding: 25px 20px;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.06);
      text-align: center;
      transition: all 0.3s;
    }

    .contact-info-card i {
      font-size: 2rem;
      color: #1f52a2;
      margin-bottom: 15px;
    }

    .contact-info-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    }

    /* Section Titles */
    section h2 {
      color: #1f52a2;
      margin-bottom: 20px;
      font-weight: 600;
    }

    section p {
      color: #fff !important;
    }
    .txt5 p{
        color:#333 !important;
    }
    /* ===== Hero Carousel Section ===== */
.hero-carousel {
  position: relative;
  overflow: hidden;
}

.hero-slide {
  height: 100vh;
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-slide .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.65));
  z-index: 1;
}

.hero-slide .container {
  z-index: 2;
}

.hero-slide h1 {
  font-size: 3rem;
  text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

.hero-slide p {
  font-size: 1.2rem;
  color: #eaeaea;
  max-width: 800px;
  margin: 0 auto;
}

.btn-gradient {
  background: linear-gradient(90deg, #f46b1b, #10751a);
  border: none;
  color: #fff;
  transition: 0.3s;
}

.btn-gradient:hover {
  transform: scale(1.05);
  color: #fff;
}

/* Optional: smoother carousel transition */
.carousel-fade .carousel-item {
  transition: opacity 1.2s ease-in-out;
}

/* Animate.css utility (optional if not using library) */
.animate__animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animate__fadeInDown {
  animation-name: fadeInDown;
}

.animate__fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInDown {
  from {opacity: 0; transform: translateY(-40px);}
  to {opacity: 1; transform: translateY(0);}
}

@keyframes fadeInUp {
  from {opacity: 0; transform: translateY(40px);}
  to {opacity: 1; transform: translateY(0);}
}
.ipo-section {
  background-color: #fff;
  padding: 60px 0;
}
.ipo-section h2 {
  font-weight: 700;
  color: #10751a;
}
.ipo-section p.lead {
  color: #555;
  max-width: 800px;
  margin: 0 auto 40px;
}
.ipo-service {
  background: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #e6e9ed;
}
.ipo-service:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}
.ipo-service i {
  font-size: 2rem;
  color: #10751a;
  margin-bottom: 15px;
}
.ipo-service h5 {
  font-weight: 600;
  color: #10751a;
  margin-bottom: 10px;
}
.ipo-service p {
  color: #666;
  font-size: 0.95rem;
}
.cntnt{
  text-align: left !important;
}
.ipo-hero {

  background-size: cover;
  background-position: center;
  height: 350px; /* Fixed height */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  position: relative;
  background-color: #333;
}
.ipo-hero .ipo-overlay {
  background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for contrast */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ipo-hero .ipo-content {
  position: relative;
  z-index: 2;
}

.ipo-btn-primary {
  background-color: #10751a;
  border-color: #10751a;
}
.ipo-btn-primary:hover {
  background-color: #10751a;
  border-color: #10751a;
}

/* Custom section styles */
.ipo-section {
  padding: 60px 0;
}
.ipo-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.ipo-section .cntnt h3 {
  font-size: 1.75rem;
  margin-bottom: 20px;
}
.ipo-section .cntnt p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #000 !important;
}

.ipo-service {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.ipo-service i {
  font-size: 40px;
  color: #10751a;
  margin-bottom: 20px;
}
.ipo-service h5 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.ipo-service p {
  font-size: 0.95rem;
  color: #6c757d !important;
}

/* Text section for Value Proposition */
.value-proposition {
  margin-top: 40px;
  text-align: left !important;
}
.value-proposition h4 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #10751a;
  text-align: left !important;
}
.value-proposition p {
  font-size: 1.1rem;
  color: #6c757d;
 
  margin: 0 auto;
  line-height: 1.7;
  text-align: left !important;
}
/* Hero Section Styling */
.why-choose-hero {
  position: relative;
  background: #333;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.why-choose-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.why-choose-hero .content {
  position: relative;
  z-index: 2;
}

.why-choose-hero .main-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.why-choose-hero .sub-title {
  font-size: 1.25rem;
  opacity: 0.8;
}

/* Section Styling */
.why-choose-section {
  background: #f7f7f7;
  padding: 60px 0;
}

.why-choose-section .section-heading {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.why-choose-section .intro-text {
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: #555 !important;
}

.feature-row .feature-box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
}

.feature-row .feature-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.feature-row .icon-box {
  background-color: #10751a;
  color: #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.feature-row .feature-icon {
  font-size: 2rem;
}

.feature-row .feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #10751a;
  margin-bottom: 15px;
}

.feature-row .feature-box p {
  font-size: 1rem;
  color: #777 !important;
}

.contact-info-card p{
    color: #000 !important;
}
/* Mobile Responsiveness */
@media (max-width: 768px) {
  .why-choose-section .feature-row .col-md-6 {
    margin-bottom: 20px;
  }

  .why-choose-section .feature-row .col-lg-4 {
    width: 100%;
  }

  .why-choose-hero .main-title {
    font-size: 2.5rem;
  }

  .why-choose-hero .sub-title {
    font-size: 1rem;
  }
}
.lists li a{
    
    text-decoration:none;
    
}
.text-light li a{
    color:#fff !important;
}
.service-item a{
    color: #555 !important;
}

.navbar-brand img {
  max-width: 160px;
}
@media (min-width: 992px) {
  .navbar-brand img {
    max-width: 200px;
  }
}

/* Mega dropdown responsiveness */
@media (max-width: 991.98px) {
  .dropdown-menu.p-4 {
    position: static !important;
    width: 100% !important;
    padding: 1rem !important;
  }
  .dropdown-menu .row { li a
    flex-direction: column;
  }
  .dropdown-menu .col-lg-6 {
    width: 100%;
  }
}

/* Adjust Enquire Now button on mobile */
@media (max-width: 991.98px) {
  .navbar .btn {
    width: 100%;
    margin-top: 10px;
  }
}

/* Optional: dropdown full width on mobile */
@media (max-width: 991.98px) {
  .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
  }
} 

.benefit-card  p{
    color:#000 !important;
}
/* Fix for Lenovo / High-DPI menu rendering */
.navbar,
.menu,
.submenu,
.dropdown {
  /*position: relative !important;*/
  z-index: 9999 !important;
  overflow: visible !important;
}

.submenu {
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 991px) {
  .navbar-nav {
    overflow-y: auto !important;
  }
}
/* --- Fix submenu wrapping and width --- */
.navbar .dropdown-menu,
ul.sub-menu {
  min-width: 220px !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  overflow: visible !important;
  background-color: #fff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: none;
}

/* Make sure the submenu items are readable and aligned */
.navbar .dropdown-menu li a,
ul.sub-menu li a {
  display: block;
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
}

.navbar .dropdown-menu li a:hover,
ul.sub-menu li a:hover {
  background-color: #f8f8f8;
  color: #f06c2f;
}
