
.clt-section{
     background-color:#f5f7fa79 !important;
     margin-top: 5rem;
}
.textPadding{
    padding-top:9rem !important;
}
.imgSet{
    padding:4.5rem !important;
}
    .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;
}

.imgHeight{
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}
.social-icon:hover {
  background: #ffffff;
  color: #7a0b0b;
}

/* Mobile adjustments */

.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);
    }

    /* Mobile adjustments */
    @media (max-width: 767px) {
      .heading {
        font-size: 1.75rem;
        text-align: center;
      }

      .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 */
  }
  .imgHeight{
    width: 100%;
    max-height: 260px;
    object-fit: cover;
}
}

.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-section {
  background-color: #f8f9fa;
}

.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;
  }
  .imgHeight{
    width: 100%;
    max-height: 260px;
    object-fit: cover;
}
}

.coverage-section {
  background-color: #ffffff;
}

.coverage-image {
  border-radius: 12px;
  max-height: 420px;
  width: 100%;
  object-fit: cover;
}


.clt-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
}

.clt-list li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 1rem;
  color: #212529;
  line-height: 1.6;
}

.clt-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #0d6efd; /* Bootstrap primary */
  font-weight: bold;
}

.clt-image {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .clt-section h1 {
    font-size: 1.2rem;
  }
}

.clt-process-section {
  background-color: #ffffff;
}

.clt-process-section h3 {
  font-size: 1.9rem;
  line-height: 1.3;
}

.process-image {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .clt-process-section h3 {
    font-size: 1.6rem;
  }
}

.why-us-section {
  background-color: #f8f9fa;
}

.heading-underline {
  width: 60px;
  height: 2px;
  background-color: #2c4d80;
  margin-top: 8px;
}

.why-us-list {
  list-style: none;
  padding-left: 0;
}

.why-us-list li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.75rem;
  color: #212529;
  line-height: 1.6;
}

.why-us-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0d6efd; /* Bootstrap primary */
  font-weight: bold;
}

.why-us-image {
  max-width: 880px;
  width: 100%;
  object-fit: cover;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .why-us-section h3 {
    font-size: 1.6rem;
  }
   .textPadding {
        padding-top: 2rem !important;
    }
     .imgSet {
        padding: 1.5rem !important;
    }
}
.PremiumText{
  font-weight: 600 !important;
    color: #87161e !important;
font-family: "Segoe UI", Arial, sans-serif;
font-size: 1.5rem;
}
.TextLi{
  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;
  color: #333;
}
.paddingImg{
  padding: 3rem;
}

/* Header */

/* TOP BAR */
.top-bar {
  background: #f8f9fa;
  font-size: 13px;
  padding: 6px 0;
}

.top-bar a {
  color: #000;
  text-decoration: none;
  margin: 0 8px;
}

.top-bar i {
  color: #2c4d80;
  margin-right: 4px;
}

.top-bar span {
  color: #999;
}

/* LOGO */
.logo-img {
  max-height: 45px;
}

@media (max-width: 480px) {
    .textPadding {
        padding-top: 1rem !important;
    }
     .imgSet {
        padding: 1rem !important;
    }
    .imgHeight{
    width: 100%;
    max-height: 220px;
    object-fit: cover;
}
}


 