    /* Custom navbar width, round corners and center */
.custom-navbar {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  border-radius: 50px;
background-color:#005298;
 box-shadow: none;
  transition: background-color 0.9s, box-shadow 0.9s, color 0.9s;
  z-index: 1000;
}
.icon-box {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 13px;        /* thoda chhota font */
  color: #fff;
  white-space: nowrap;    /* ✅ ab line break bilkul nahi hoga */
  overflow: hidden;       
  text-overflow: ellipsis;/* ✅ agar space kam hua to "..." dikhayega */
  min-width: 280px;       /* thodi width badi */
}

.icon-box i {
  min-width: 18px;
  font-size: 16px;
  color: #00ff66; /* green icon */
}
.service-box {
  background: rgba(0,0,0,0.4);  /* semi-transparent dark background */
  padding: 15px 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  min-height: 70px;  /* same height for all boxes */
  text-align: left;
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-box i {
  font-size: 20px;
  flex-shrink: 0;
}

.service-box:hover {
  background: rgba(43,179,39,0.9); /* hover green shade */
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.contact-form-container input,
.contact-form-container textarea {
  background: rgba(255,255,255,0.2);
  border: none;
  color: #fff;
}

.contact-form-container input::placeholder,
.contact-form-container textarea::placeholder {
  color: #eee;
}

.contact-form-container button {
  background: #2bb327;
  border: none;
  font-weight: 600;
}
/* Navbar links (default: white, transparent bg par visible) */
.custom-navbar a {
  color: #fff;
  transition: color 0.9s ease;
}
.thumbnail-img {
  /* maintain aspect ratio */
margin-left: 1119px;
  margin-top: -126px;
border-radius: 8px; /* rounded corners optional */
}

/* Scroll hone par */
.custom-navbar.scrolled {
  background-color: #005298 !important;  /* white background */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Scroll hone par links black */
.custom-navbar.scrolled a {
  color: #fff !important;
}



    /* Search button hover effect */
    .custom-navbar .btn-search:hover {
      background-color: #e0e0e0;
    }
    .custom-navbar .navbar-brand {
  color: white;
  font-weight: bold; /* optional */
}

img, svg {
  vertical-align: middle;
  /*margin-left: 62px;*/
}

.btn-primary {
  color: #fff;
  background-color: #2bb327;
  border-color: #0d6efd;
}
.btn-primary {
  color: #fff;
  background-color: #2bb327;
  border-color: #0d6efd;
}
  
/* Navbar links container */
.custom-navbar .container-fluid {
  display: flex;
  justify-content: flex-end; /* poore navbar ko right side push kare */
  align-items: center;
  gap: 10px;
}

/* Navbar links container */
.navbar-nav {
  display: flex;
  margin-left:118px;
  gap: 2px; /* links ke beech space */
}
.col-lg-5{
    background-color:#003D6C;
}

.bg-white {
  background-color: #F0F0F0 !important;
}
.text-dark {
  color: #0f4984 !important;
}
/* Individual links */
.navbar-nav .nav-link {
  color: white;
  font-weight: 500;
  margin: 0;
     padding: 0.75rem 1rem; /* vertical + horizontal spacing */
    font-size: 12px; 
}

/* Right buttons container */
.navbar-collapse .d-flex {
  gap: 10px;
}

.navbar-nav .nav-link:hover {
  color: #ffffffff;          /* orange hover effect */
}
.form-container {
  background: white;
  padding: 40px;
  border-radius: 10px;

  /* glowing shadow effect */
  box-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 0 15px rgba(255, 255, 255, 1); 
  transition: all 0.3s ease;
}

/* Optional: hover effect for extra glow */
/*.form-container:hover {*/
/*  box-shadow: 0 0 25px rgba(255, 255, 255, 1), 0 0 50px rgba(255, 255, 255, 1);*/
/*}*/
.hero-section h1.display-4 {
  font-weight: 700;      /* thoda bold */
  margin-top: 40px;      /* top se gap, adjust kar sakte ho */
  color: white;          /* ensure white color hero pe */
}
/* Service Bar Container */
.service-bar {
  background-color: rgba(255, 255, 255, 0.05); /* slightly transparent */
  padding: 10px 15px;
  border-radius: 50px; /* fully rounded bar */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* Individual Pill Boxes */
.service-pill {
  background-color: white;
  color: #333; /* text color */
  padding: 8px 18px;
  border-radius: 50px;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  font-size: 14px;
}
 .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.icon-box {
  background: rgba(0,0,0,0.35);
  color: #fff;
  padding: 1rem 1.2rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: transform 0.3s, box-shadow 0.3s;
}

.icon-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}
.form-control::placeholder {
  color: black;     /* placeholder ka color */
  opacity: 1;     /* default grey ko override karne ke liye */
}
.form-select::placeholder{
    color:black;
}
.box1 {
  background-color: #0066ae; /* Blue */
  color: #fff;
}

.box2 {
  background-color: #0061a6; /* Green */
  color: #fff;
}

.box3 {
  background-color: #0061a6; /* Orange */
  color: #fff;
}

.box4 {
  background-color: #0061a6; /* Purple */
  color: #fff;
}

.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: white;
  color:black;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
  .container2 {
      max-width: 1200px;
      margin: 0 auto;
      padding: 90px 20px;
      text-align: center;
    }
    h1 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #1e3a5f;
      margin-bottom: 15px;
    }
    p.subtitle {
      font-size: 1rem;
      color: #555;
      margin-bottom: 40px;
    }
    .tabs {
      display: flex;
      justify-content: center;
      gap: 30px;
      border-bottom: 2px solid #eee;
      margin-bottom: 40px;
    }
    .tab {
      padding-bottom: 10px;
      cursor: pointer;
      font-weight: 600;
      color: #555;
      position: relative;
    }
    .tab.active {
      color: #f7941d;
    }
    .tab.active::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #f7941d;
      border-radius: 2px;
    }
    .cards {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
    }
    .card {
      background-color: #fff;
      border-radius: 15px;
      padding: 25px;
      width: 371px;
      text-align: left;
      box-shadow: 0 4px 20px rgba(0,0,0,0.05);
      transition: transform 0.3s;
      position: relative;
    }
    .card:hover {
      transform: translateY(-5px);
    }
    .card-icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
    right: 310px;
  top: 21px;
      font-size: 1.2rem;
    }
    @media (max-width: 767px) {
  .card-icon {
    right: 280px; /* closer to card edge */
    top: 15px;
  }
}
    .card h3 {
      font-size: 1.1rem;
      font-weight: 700;
margin: 12px 31px 10px;
      color: #1e3a5f;
    }
    .card p {
      font-size: 0.95rem;
      color: #555;
      margin-bottom: 35px;
    }
    .know-more {
      color: #f7941d;
      font-weight: 600;
      text-decoration: none;
    }
    .card-icon.orange { background-color: #FFE4B3; color: #f7941d; }
    .card-icon.green { background-color: #E0F7E9; color: #28a745; }
    .card-icon.blue { background-color: #D6E8FF; color: #007bff; }
   .alternating-section {
      background-color: #e6f2ff; /* Light blue */
    max-width: 1599px;
    
    }

    /* Section heading */
    .section-header h1 {
      color: #1e3a5f;
      font-weight: 700;
      margin-bottom: 15px;
    }
    .section-header p {
      color: #555;
      font-size: 1.1rem;
      max-width: 600px;
      margin: 0 auto;
    }

    /* Row content */
    .content h2 {
      color: #1e3a5f;
      font-weight: 700;
      margin-bottom: 15px;
    }
    .content p {
      color: #555;
    }



    /* Spacing between rows */
    .row + .row {
      margin-top: 60px;
    }

    /* Responsive: stack on small screens */
   
    .alternating-section img {
  width: 100%;
  max-width: 400px;
  height: auto;
  object-fit: cover;
  border-radius: 15px;
  display: block;
  margin-left: auto;
  margin-right:auto;
    }

    .custom-btn {
  font-size: 1.1rem;          /* Bigger text */
  padding: 12px 30px;         /* Bigger button */
  color: #f7941d;             /* Orange text */
  background-color: transparent; /* Transparent background */
  border: 2px solid #f7941d;  /* Orange border */
  border-radius: 10px;        /* Rounded corners */
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.custom-btn:hover {
  background-color: #f7941d;
  color: white;
  text-decoration: none;
}
.contact-banner .contact-btn {
  background-color: #f7941d; /* Orange */
  color: white;
  border: none;
  padding: 12px 25px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.contact-banner .contact-btn:hover {
  background-color: #e58313;
  border:none;
  color: white;
}
.legal-solutions-section .highlight-btn {
  background-color: #e9d1b3cc; /* Orange */
  color: brown;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 600;

  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.call-btn .hover-text {
  display: none;
  border:none;
      background-color:#2bb327;
}

.call-btn:hover .default-text {
  display: none;
  
      background-color:#2bb327;
}

.call-btn:hover .hover-text {
    background-color:#2bb327;
  display: inline;
}

.legal-solutions-section .highlight-btn:hover {
  background-color: #e58313;
  color: white;
}
.comparison-section .shadow {
  box-shadow: 0 10px 30px rgba(0,0,0,0.15); /* Chamakte hue shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.comparison-section .shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}


  /* Dropdown ka background blue */
  .dropdown-menu {
    background-color: #c4d0ddff !important; /* Blue background */
  }

  /* Dropdown links ka text white */
  .dropdown-menu .dropdown-item {
    color: #000000ff !important;
  }
  
  

  /* Hover effect: background thoda dark aur text white hi rahe */
  .dropdown-menu .dropdown-item:hover {
    background-color: #0056b3 !important; /* Darker blue */
    color: #fff !important;
  }
  /*mobile view*/
@media (max-width: 768px) {
  .custom-navbar {
    left: 49%;
    width: 343px;
  }
}
/* Toggler button background */
.navbar-toggler {
    
    border: none;               /* no border */
}

/* Toggler icon color */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    background-color: #0049B7;
    width: 1.5em;
    height: 1.5em;
}
/* MOBILE VIEW FIXES */


  /* Individual card */
  .card {
    width: 100% !important;   /* full width on mobile */
    margin-bottom: 15px;      /* spacing between cards */
  }

  /* Buttons inside cards */
  .know-more, .custom-btn, .contact-btn, .highlight-btn {
    width: 100%;              /* fit screen */
    text-align: center;
  }

  /* Section headings */
  .hero-section h1, .hero-section p {
    font-size: 1.6rem !important;
    text-align: center;
    padding: 0 10px;
  }

  /* Service Pills */
  .service-pill {
    padding: 6px 12px;
    font-size: 12px;
  }

  /* Tabs */
  .tabs {
    flex-direction: column;
    gap: 15px;
  }
  .tab {
    width: 100%;
    text-align: center;
  }
}

.service-cards {
  display: flex;
  flex-wrap: wrap;       /* wrap cards to next line */
  gap: 20px;             /* spacing between cards */
  justify-content: flex-start; /* left align, ya center karna ho to center */
}

.service-cards .card {
  flex: 0 0 32%;          /* roughly 3 per row with gap */
  background-color: white;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}


@media (max-width: 992px) {
  .service-cards .card { flex: 0 0 48%; } /* 2 per row */
}

@media (max-width: 576px) {
  .service-cards .card { flex: 0 0 100%; } /* 1 per row */
}

  p.subtitle {
    font-size: 0.95rem;
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 0 15px;   /* left-right gap */
    text-align: center;
  }


  

  .card {
    width: 100% !important;    /* full width */
    margin-bottom: 15px;
  }

  .know-more, .custom-btn, .contact-btn, .highlight-btn {
    width: 100%;
    text-align: center;
  }
.service-cards-wrapper .service-cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.service-tab {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 10px;
    background-color: #f0f0f0;
    transition: all 0.3s;
}
.service-tab.active {
    background-color: #0049B7;
    color: #fff;
}
.card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 30%;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.card-icon {
    font-size: 30px;
    margin-bottom: 10px;
}


.alternating-section {
    padding: 60px 15px;
}

.section-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 1.1rem;
    color: #555;
}

/* Step Row */
.step-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* Image and Content Padding */
.step-row .step-image,
.step-row .step-content {
    padding: 0 15px;
}

.step-row .step-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Number Circle */
.number-circle {
    width: 50px;
    height: 50px;
    background-color: #f7941d;
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

/* Step Headings and Lists */
.step-row h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.step-row ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.step-row ul li {
    margin-bottom: 10px;
    font-size: 1rem;
}

/* Buttons */
.step-row a {
    display: inline-block;      /* text ke hisaab se hi size lega */
    padding: 8px 16px;          /* padding kam kar di */
    border: 2px solid #f7941d;
    color: #f7941d;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    font-size: 0.95rem;
    transition: 0.3s;
width: 194px;            /* force kar diya ki content ke hisaab se hi width ho */
}

.step-row a:hover {
    background-color: #f7941d;
    color: #fff;
}


/* Responsive */


@media (max-width: 575px) {
    .section-header h1 { font-size: 1.6rem; }
    .section-header p { font-size: 0.95rem; }
    .step-row h2 { font-size: 1.1rem; }
    .step-row ul li { font-size: 0.95rem; }
    .number-circle { width: 40px; height: 40px; font-size: 1.2rem; }
}
@media (max-width: 768px) {
  .hero-section {
    flex-direction: column; /* ✅ image upar, text niche */
    text-align: center;
    padding: 40px 15px;
  }

  .hero-section h1 {
    font-size: 1.8rem;
  }
}
/* Desktop only */


/* Mobile/tablet */
@media (max-width: 991px) {
  .fw-bold .mb-2{
      margin:0px;
  }
}
/* Hide hero carousel on mobile (screen < 992px) */
@media (max-width: 991.98px) {
  #heroCarousel {
    display: none;
  }
}

/* Optional: show mobile banner only on mobile */
#mobileBanner {
  display: none;
}

@media (max-width: 991.98px) {
  #mobileBanner {
    display: block;
  }
}

/* Mobile view only */
#mobileBanner {
  display: none; /* default hidden on desktop */
}

@media (max-width: 991.98px) {
  #mobileBanner {
    display: block; /* show only on mobile */
  }
}
