



/* EXTRA SMALL DEVICES */
@media (max-width: 576px) {
    .bannerImg {
        height: 35px;
    }
      .navbar-expand-lg .navbar-nav {
    gap: 0rem !important;
    padding-left: 0rem;
    margin-top: 2rem;
    }
    .contactDetails{
      display: none;
    }
    .navbar-nav .nav-link {
        font-size: 14px;
        padding: 8px;
    }
    .dropdown-toggle::after {
    display: none !important;
}
.caret{
  display: none;
}
}

.contactInfo:hover{
  background-color: #f2f2f2 !important;
  padding: 5px 12px;
}

    .primary-color-text {
      color: #0d6efd;
    }
    .hero-image {
      border-radius: 12px;
    }
    .black-color-text {
      color: #333;
    }
    .section-padding {
      padding: 64px 0;
    }
    @media (min-width: 1200px) {
    .display-6 {
        font-size: 1.5rem;
    }
}
.primary-color{
color: white !important;
    background-color: #2c4d80 !important;
}
.form-control-sm {
padding: 6px 9px 9px;
}
.form-control:focus{
    border: 2px solid black;
    box-shadow: none;
}
.footer-section {
  background-color: #2c4d80;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}

.footer-logo {
  max-width: 180px;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a,
.footer-section a {
  color: #ffffff;
  text-decoration: none;
}

.footer-links a:hover,
.footer-section a:hover {
  text-decoration: underline;
}

.initiative-logo {
  max-width: 100px;
}

.initiative-logo-small {
  max-width: 80px;
}

.social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  text-align: center;
  transition: 0.3s;
}

.social-icon:hover {
  background: #ffffff;
  color: #7a0b0b;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .footer-section {
    text-align: center;
  }
}
.logoImg{
    background: white;
    border-radius: 8px;
}
.section-bg {
  background-color: #f8f9fa;
}

.hero-image {
  border-radius: 16px;
  max-width: 100%;
  height: auto;
}

/* Optional text refinement */
p {
  line-height: 1.6;
}

/* Responsive heading size aaaa */


/* Mobile Optimization */
@media (max-width: 576px) {
  .brand-heading {
    font-size: 1.75rem;
  }
}

.services-section {
     color: white !important;
    background-color: #2c4d80 !important /* Primary Bootstrap blue */
}

.service-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card h5 {
  margin-bottom: 12px;
}

.service-card p {
  font-size: 0.9rem;
  color: #333;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}

/* Mobile adjustments */

.section-bg {
      padding: 4rem 0;
      background-color: #f8f9fa;
    }

    /* Heading style */
    .heading {
      font-weight: 600;
      color: #000;
    }

    /* Text style */
    .black-color-text {
      color: #000;
      line-height: 1.6;
    }

    /* Image styling */
    .hero-image {
      border-radius: 16px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    /* Mobile spacing */
    @media (max-width: 767px) {
      .section-bg {
        padding: 2.5rem 1rem;
      }
    }
     .primary-section {
      background-color: #2c4d80 !important; /* Change to your brand primary color */
      padding: 4rem 0;
      
    }

    /* Text styling */
    .primary-section h1,
    .primary-section h2,
    .primary-section p,
    .primary-section li {
      color: #ffffff;
    }

    /* List styling */
    .primary-section ul {
      padding-left: 1rem;
    }

    .primary-section li {
      margin-bottom: 0.75rem;
      line-height: 1.6;
    }

    /* Responsive spacing */
    @media (max-width: 767px) {
      .primary-section {
        padding: 2.5rem 1rem;
      }
    }
     .section-bgData {
      background-color: #f8f9fa;
      padding: 4rem 0;
    }

    /* Headings */
    .heading {
      font-weight: 600;
      color: #000;
    }

    /* Paragraph text */
    .black-color-text {
      color: #000;
      line-height: 1.6;
    }

    .CamCSS{
      font-weight: 600 !important;
    color: #87161e !important;
    font-size: 1.5rem !important;
    font-family: "Segoe UI", Arial, sans-serif;
    }
    .PText{
      font-size: 0.9rem;
      font-family: 'Poppins', sans-serif;
      color: #333;
    }
    .paddImg{
      padding: 3rem;
    }
    .ObjeCSS{
      font-size: 1.5rem;
      font-weight: 500;
    }
    .list-unstyled .undelineText{
      border-bottom: 1px solid #fff !important;
      margin-bottom: 10px !important;
     
    }
    /* Responsive spacing */
    @media (max-width: 767px) {
      .section-bg {
        padding: 2.5rem 1rem;
      }
      .paddImg{
        padding: 5px;
      }
      .container{
        padding: 2rem;
      }
      .ObjeCSS{
        margin-top: 1rem;
      }
    }
    .TextFont{
      font-size: 0.75rem;
    }
    .ourApp{
      font-size: 1.5rem;
      font-family: 'Poppins', sans-serif;
      font-weight: 600 !important;
      color: #87161e;
    }
    .TextSmall{
      font-size: 0.9rem;
        font-family: 'Poppins', sans-serif;
        color: #333;
    }

 
.logoImg{
    background: white;
    border-radius: 8px;
}


.hero-image {
  border-radius: 16px;
  max-width: 100%;
  height: auto;
}

/* Optional text refinement */
p {
  line-height: 1.6;
}

/* Responsive heading size aaaa */






/* Mobile adjustments */



      .section-bg {
      background-color: #f8f9fa;
      padding: 4rem 0;
    }

    .heading {
      font-weight: 700;
      line-height: 1.3;
    }

    .black-color-text {
      color: #212529;
    }

    .primary-color-text {
      color: #0d6efd;
      text-decoration: underline;
    }

    .hero-image {
      border-radius: 16px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
.category-section {
  background-color: #f8f9fa;
 
}
    /* Mobile adjustments */
    @media (max-width: 767px) {
      .heading {
        font-size: 1.75rem;
        text-align: center;
      }
      .category-section {
  background-color: #f8f9fa;
 margin-top: 1rem !important
      }

      .text-section {
        text-align: center;
      }
    }
  
   /* ADDD */

   .section-paddingData {
      padding: 2.5rem 0;
    }

    .hero-image {
      border-radius: 12px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    .headingData {
      font-weight: 700;
    }

    .text-descriptionData {
      font-size: 0.95rem;
      color: #333;
    }

    @media (max-width: 767px) {
      .section-padding {
        padding: 2.5rem 0;
      }
      .text-center-mobile {
        text-align: center;
      }
    }

    .section-bg {
  background-color: #f8f9fa;
}

.section-heading {
  font-size: 1.75rem;
  font-weight: 600;
  color: #222;
}

.section-text {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
}

.medium-img {
  border-radius: 12px;
}

/* Medium image responsive size */
.medium-img {
  max-width: 420px;     /* Medium size on large screens */
  width: 100%;          /* Responsive scaling */
  height: auto;         /* Maintain aspect ratio */
}

/* Tablet */
@media (max-width: 992px) {
  .medium-img {
    max-width: 360px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .medium-img {
    max-width: 100%;    /* Full width on small screens */
  }
}

.customer-analysis-section {
  background-color: #ffffff;
}

/* Headings */
.section-title {
  font-size: 1.75rem;
  font-weight: 600;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0d6efd;
}



.category-image {
  border-radius: 16px;
  max-height: 420px;
  object-fit: cover;
  width: 100%;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .category-section h1 {
    font-size: 1.75rem;
  }
  .category-section {
    background-color: #f8f9fa;
    margin-top: 1rem !important;
}
}

.coverage-section {
  background-color: #ffffff;
}

.coverage-image {
  border-radius: 12px;
  max-height: 420px;
  width: 100%;
  object-fit: cover;
}

.coverage-list {
  list-style-type: disc;
  padding-left: 1.2rem;
}

.coverage-list li {
  margin-bottom: 0.9rem;
  color: #212529;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .coverage-section h1 {
    font-size: 1.8rem;
  }
  .category-section {
    background-color: #f8f9fa;
    margin-top: 1rem !important;
}
}

.coverage-section {
  background-color: #ffffff;
}

.coverage-image {
  border-radius: 12px;
  max-height: 420px;
  width: 100%;
  object-fit: cover;
}

.coverage-list {
  list-style-type: disc;
  padding-left: 1.2rem;
}

.coverage-list li {
  margin-bottom: 0.9rem;
  color: #212529;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .coverage-section h1 {
    font-size: 1.8rem;
  }
  .category-section {
    background-color: #f8f9fa;
    margin-top: 1rem !important;
}
}

.how-we-do-section {
background-color: #f5f7fa79;
}

.textCss{
  font-size: 1.5rem;
  font-weight: 600;
   color: #87161e;
   font-family: 'Poppins', sans-serif;
   margin-top: 5rem;
}
.gainText{
  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;
}

/* Main bar */
.contactDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 12px;
  white-space: nowrap;
}

/* Search */
.search-container {
  display: flex;
  align-items: center;
  position: relative;
}

.search-input {
  height: 32px;
  width: 160px;
  padding: 4px 8px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}

.search-button {
  height: 32px;
  width: 36px;
  border: none;
  background-color: #2c4d80;
  color: #fff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

/* Suggestions dropdown */
.suggestions-box {
  position: absolute;
  top: 34px;
  left: 0;
  width: 196px;
  background: #fff;
  
  z-index: 1000;
}

/* Contact section */
.contact-group {
  display: flex;
  align-items: center;
  gap: 18px;
}

.contactInfo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #000;
  text-decoration: none;
}

.contactInfo i {
  font-size: 12px;
}

/* Optional: hide on small screens */
@media (max-width: 768px) {
  .contactDetails {
    display: none;
  }
}
.search-container {
  display: flex;
  position: relative;
  width: 200px;
}

.search-input {
  width: 160px;
  height: 32px;
  padding: 5px 8px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}

.search-button {
  width: 36px;
  height: 32px;
  border: none;
  background-color: #2c4d80;
  color: #fff;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}

.suggestions-box {
  position: absolute;
  top: 34px;
  left: 0;
  width: 196px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 1000;
  display: none;
}

.suggestion-item {
  padding: 6px 8px;
  cursor: pointer;
  font-size: 12px;
}

.suggestion-item:hover {
  background-color: #f2f2f2;
}

.suggestion-title {
  font-weight: 600;
}

.suggestion-subtitle {
  font-size: 10px;
  color: #666;
}
