/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     First Ranking
Version:        2.0.1
-------------------------------------------------------------------*/
 :root {
      --primary-blue: #008000;
      --primary-orange: #008000;
      --orange-hover: #008000;
      --text-dark: #101828;
      --text-muted: #475467;
      --bg-gradient: linear-gradient(180deg, #edf4ff 0%, #ffffff 100%);
    }

    body {
      font-family: 'Inter', sans-serif;
      color: var(--text-dark);
      background: var(--bg-gradient);
      overflow-x: hidden;
    }

    /* Navbar */
    .navbar {
      padding: 15px 0; background: #fff; 
    }
.audit-form-card p{margin:0px;}
.audit-form-card br{display:none;}
	.navbar .navbar-brand{}
    .brand-logo-box {
      width: 36px;
      height: 36px;
      background-color: var(--primary-blue);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
    }
    .brand-text {
      font-weight: 800;
      font-size: 1.25rem;
      color: var(--text-dark);
    }
    .brand-text span {
      color: var(--primary-blue);
    }
    .nav-link {
      font-weight: 500;
      color: #344054 !important;
      padding: 0 16px !important;
      font-size: 0.95rem;
    }
    .nav-link:hover {
      color: var(--primary-blue) !important;
    }
    .btn-orange-nav {
      background-color: var(--primary-blue);
      color: #fff;
      font-weight: 600;
      padding: 10px 22px;
      border-radius: 8px;
      border: none;
      transition: all 0.3s ease;
    }
    .btn-orange-nav:hover {
      background-color: var(--orange-hover);
      color: #fff;
    }
.service-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-card li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 7px;
}

.service-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #28a745;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
}

    /* Hero Section */
    .hero-section {
      padding: 50px 0 80px 0;
    }
    .badge-delhi {
      background-color: #eaf1ff;
      color: var(--primary-blue);
      font-weight: 700;
      font-size: 0.75rem;
      letter-spacing: 0.08em;
      padding: 8px 16px;
      border-radius: 50px;
      display: inline-block;
      margin-bottom: 24px;
    }
     .hero-section h1 {
      font-size: 2.5rem;
      font-weight: 800;
      line-height: 1.15;
      color: var(--text-dark);
      margin-bottom: 24px;
    }
    .hero-section h1 span {
      color: var(--primary-blue);
    }
    .hero-section p {
      font-size: 1.05rem;
      color: var(--text-muted);
      line-height: 1.6;
      margin-bottom: 36px;
      max-width: 530px;
    }





.about-section.c.p.h {
    background: url(https://firstranking.in/wp-content/uploads/2026/09/vcbg_11zon.webp);
    background-size: cover; padding: 50px 0;
}
.about-section.c.p .section-title {
    color: #000; font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.about-section.c p {
    color: #000;
}
.about-section.c .btn-outline-light {
    background: #fb5733;
    border-radius: 24px;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 11px 31px;
}
.about-section img {
    border-radius: 6px;
}



    /* Action Buttons */
    .btn-orange-main {
      background-color: var(--primary-blue);
      color: #fff;
      font-weight: 600;
      padding: 14px 18px;
      border-radius: 10px;
      border: none;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: all 0.3s ease;
    }
    .btn-orange-main:hover {
      background-color: var(--orange-hover);
      color: #fff;
      transform: translateY(-2px);
    }
    .btn-outline-custom {
      border: 1.5px solid #d0d5dd;
      background-color: #fff;
      color: var(--primary-blue);
      font-weight: 600;
      padding: 14px 18px;
      border-radius: 10px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: all 0.3s ease;
    }
    .btn-outline-custom:hover {
      background-color: #f8f9fa;
      border-color: #b0b8c4;
      color: var(--primary-blue);
      transform: translateY(-2px);
    }

    /* Trust / Avatar Group */
    .avatar-group {
      display: flex;
    }
    .avatar-circle {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 2px solid #fff;
      color: #fff;
      font-size: 0.75rem;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: -8px;
    }
	.avatar-circle.one{background-color: #3b82f6;}
	.avatar-circle.two{background-color: #6366f1;}
	.avatar-circle.three{background-color: #8b5cf6;}
	.avatar-circle.four{background-color: #06b6d4;}
	
    .avatar-circle:first-child {
      margin-left: 0;
    }
    .star-rating i {
      color: #f59e0b;
      font-size: 0.85rem;
    }
    .trust-text {
      font-size: 0.82rem;
      color: var(--text-muted);
      font-weight: 500;
    }

    /* Right Dashboard Showcase */
    .dashboard-wrapper {
      position: relative;
 
    }
    .dashboard-card {
      background: #ffffff;
      border-radius: 24px;
      padding: 24px;
      box-shadow: 0 20px 45px rgba(28, 82, 238, 0.08);
      border: 1px solid #edf2f7;
    }
    .dash-browser-bar {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 20px;
    }
    .dash-dots {
      display: flex;
      gap: 6px;
    }
    .dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
    }
    .dot-red { background-color: #ff5f56; }
    .dot-yellow { background-color: #ffbd2e; }
    .dot-green { background-color: #27c93f; }
    .dash-url {
      background-color: #f2f4f7;
      border-radius: 6px;
      padding: 4px 14px;
      font-size: 0.78rem;
      color: #667085;
      flex-grow: 1;
    }

    /* Inner Keyword Rankings Card */
    .inner-metric-card {
      background-color: #f5f8ff;
      border-radius: 16px;
      padding: 20px;
      margin-bottom: 20px;
    }
    .badge-live {
      background-color: #d1fae5;
      color: #065f46;
      font-size: 0.75rem;
      font-weight: 700;
      padding: 4px 10px;
      border-radius: 20px;
    }
    .bar-chart-container {
      display: flex;
      align-items: flex-end;
      gap: 8px;
      height: 70px;
      margin: 18px 0 10px 0;
    }
    .chart-bar {
      flex: 1;
      border-radius: 6px;
      background-color: #bfdbfe;
    }
    .chart-bar.active {
      background-color: var(--primary-blue);
      height: 100% !important;
    }

    /* Metric Grid */
    .stat-box {
      background-color: #f8fafc;
      border-radius: 14px;
      padding: 14px 10px;
      text-align: center;
    }
    .stat-val {
      font-size: 1.25rem;
      font-weight: 800;
    }
    .stat-lbl {
      font-size: 0.72rem;
      color: var(--text-muted);
      margin-top: 2px;
      font-weight: 500;
    }

    /* Floating Badges */
    .badge-floating-top {
      position: absolute;
      top: -10px;
      right: 10px;
      background: #ffffff;
      box-shadow: 0 12px 30px rgba(0,0,0,0.12);
      border-radius: 16px;
      padding: 10px 18px;
      display: flex;
      align-items: center;
      gap: 12px;
      z-index: 2;
    }
    .bell-circle {
      width: 36px;
      height: 36px;
      background-color: #d1fae5;
      color: #10b981;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
    }

    .badge-floating-mid {
      position: absolute;
      right: -10px;
      top: 50%;
      transform: translateY(-50%);
      background: var(--primary-orange);
      color: #fff;
      box-shadow: 0 10px 25px rgba(242, 101, 34, 0.35);
      border-radius: 14px;
      padding: 12px 16px;
      display: flex;
      align-items: center;
      gap: 10px;
      z-index: 2;
    }

    .badge-floating-bot {
      position: absolute;
      bottom: 0px;
      left: 0px;
      background: var(--primary-blue);
      color: #fff;
      box-shadow: 0 10px 25px rgba(28, 82, 238, 0.35);
      border-radius: 14px;
      padding: 10px 16px;
      display: flex;
      align-items: center;
      gap: 10px;
      z-index: 2;
    }

    /* Responsive adjustments */
    @media (max-width: 991px) {
      .hero-title {
        font-size: 2.5rem;
      }
      .badge-floating-mid {
        right: 0px;
      }
      .badge-floating-top {
        right: 0px;
      }
      .dashboard-wrapper {
        margin-top: 40px;
      }
    }
    @media (max-width: 576px) {
      .hero-title {
        font-size: 2rem;
      }
      .badge-floating-top, .badge-floating-mid, .badge-floating-bot {
        position: static;
        transform: none;
        margin-bottom: 12px;
        width: 100%;
        justify-content: flex-start;
      }
    }
	
	
	
	
	
	
	
	
	/* Stats Section Styling */
.stats-section {
  background-color: #008000; /* Deep Dark Blue matching Figma */
  padding: 60px 0;
}
.stat-counter-card{text-align:center;}
.stat-icon-wrapper {
  width: 48px;
  height: 48px;
  background-color:#fff; /* Subtle Blue Tint */
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #008000; /* Light Accent Blue Icon */
  font-size: 1.35rem;
}

.stat-counter-card h2 {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
  line-height: 1.2;
}

.stat-counter-card p {
  color: #fff; /* Muted Slate Gray Text */
  font-size: 0.95rem;
  font-weight: 500; margin:0px;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .stats-section {
    padding: 40px 0;
  }
  .stat-number {
    font-size: 1.75rem;
  }
  .stat-label {
    font-size: 0.82rem;
  }
  .stat-icon-wrapper {
    width: 42px;
    height: 42px;
    font-size: 1.15rem;
    margin-bottom: 12px;
  }
}







/* About Section Styles */
.about-section {
  background-color: #ffffff;
}

/* Image Container & Overlay */
.about-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.about-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  /* Grayscale filter matching design */
  filter: grayscale(100%) contrast(1.05);
  border-radius: 20px;
}

.about-overlay-card {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #edf3fc;
  backdrop-filter: blur(8px);
  padding: 16px 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.about-overlay-card span {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: #008000;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.about-overlay-card p {
  font-size: 0.88rem;
  font-weight: 600;
  color: #101828; margin:0px;
  line-height: 1.4;
}

/* Content Area */
.badge-pill-about {
  background-color: #eaf1ff;
  color: #008000;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 18px;
}

.about-content h2 {
  font-size: 2.35rem;
  font-weight: 800;
  color: #0c1c38;
  line-height: 1.25;
  margin-bottom: 20px;
}

.about-content p {
  color: #475467;
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 16px;
}

/* Feature Check List */
.about-content ul{padding-bottom: .5rem; margin-bottom: 1.5rem ; padding-left: 0;
    list-style: none; }
.about-content ul li{    gap: 1rem;     margin-bottom: 10px; align-items: center;     display: flex; }
.about-content ul li i{color: #008000;
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    flex-shrink: 0; }
.about-content ul li span{    color: #344054;
    font-size: 0.92rem;
    font-weight: 500;}

.check-icon-box {
  color: #008000;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.feature-text {
  color: #344054;
  font-size: 0.92rem;
  font-weight: 500;
}

/* Blue Button */
.btn-primary-blue {
  background-color: #008000;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 12px 28px;
  border-radius: 10px;
  border: none;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 8px 20px rgba(28, 82, 238, 0.28);
  transition: all 0.3s ease;
}

.btn-primary-blue:hover {
  background-color: #1541c4;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(28, 82, 238, 0.35);
}

/* Responsive Styles */
@media (max-width: 991px) {
  .about-heading {
    font-size: 1.95rem;
  }
}

@media (max-width: 576px) {
  .about-heading {
    font-size: 1.65rem;
  }
  .about-overlay-card {
    position: static;
    margin-top: 12px;
    background: #edf3fc;
  }
}






/* Services Section Styles */
.services-section {
  background-color: #fbfdff;
}
.servtext{text-align:center; margin-bottom:30px;}
.servtext span {
  background-color: #eaf1ff;
  color: #008000;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 18px;
}

.servtext h2{
  font-size: 2.35rem;
  font-weight: 800;
  color: #0c1c38;
  line-height: 1.25;
  margin-bottom: 16px;
}

.servtext p {
  font-size: 1rem;
  color: #64748b;
  max-width: 620px; margin:auto;
  line-height: 1.6;
}

/* Service Card */
.service-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease; height: 100%
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(28, 82, 238, 0.08);
  border-color: #cbd5e1;
}

.service-icon-box {
  width: 44px;
  height: 44px;
  background-color: #eaf1ff;
  color: #008000;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: 22px; 
}

.service-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0c1c38;
  margin-bottom: 12px;
  line-height: 1.35;
}

.service-card p {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.55;
  margin-bottom: 20px;
}
.service-card  ul {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.55;
  margin-bottom: 20px;
}
.service-link {
  color: #008000;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s ease; margin:auto;
}

.service-link:hover {
  color: #1541c4;
  gap: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .services-main-title {
    font-size: 1.85rem;
  }
  .service-card {
    padding: 24px 20px;
  }
}




/* Why Choose Us Section Styles */
.why-us-section {
  background-color: #008000; /* Deep Dark Navy */
  /* Subtle Grid/Dot Texture */
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  position: relative;
}
.whytxt{text-align:center; margin-bottom:30px;}
.whytxt span {
  background-color: #ffffff;
  color: #008000;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  padding: 6px 18px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 20px;
}

.whytxt h2 {
  font-size: 2.35rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
}

/* Feature Dark Card */
.feature-dark-card {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 36px 30px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease; height:100%;
}

.feature-dark-card:hover {
 
}

.feature-icon-circle {
  width: 46px;
  height: 46px;
  background-color: #008000;
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.feature-dark-card:hover .feature-icon-circle {
  background-color:#008000;
  color: #ffffff;
}

.feature-dark-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #008000;
  margin-bottom: 12px;
}

.feature-dark-card p {
  font-size: 0.92rem;
  color: #000; /* Slate / Light Muted Gray */
  line-height: 1.6; margin:0px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .why-us-main-title {
    font-size: 1.75rem;
  }
  .feature-dark-card {
    padding: 26px 20px;
  }
}




/* Industries Section Styles */
.industries-section {
  background-color: #ffffff;
}
.indtext{text-align:center; margin-bottom:30px;}
.indtext span {
  background-color: #eaf1ff;
  color: #008000;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 18px;
}

.indtext h2{
  font-size: 2.35rem;
  font-weight: 800;
  color: #0c1c38;
  line-height: 1.25;
  margin-bottom: 16px;
}

.indtext p {
  font-size: 1rem;
  color: #64748b;
  max-width: 620px; margin:auto;
  line-height: 1.6;
}

/* 8-Column Grid Custom Rule */
@media (min-width: 992px) {
  .row-cols-lg-8 > * {
    flex: 0 0 auto;
    width: 12.5%;
  }
}

/* Industry Card */
.industry-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 150px;
  transition: all 0.3s ease;
  cursor: pointer; height:100%;
}

.industry-card:hover {
  border-color: #008000;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(28, 82, 238, 0.08);
}

.industry-icon-box {
  width: 48px;
  height: 48px;
  background-color: #f1f5f9;
  color: #475467;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}

.industry-card:hover .industry-icon-box {
  background-color: #eaf1ff;
  color: #008000;
}

.industry-card span {
  font-size: 0.85rem;
  font-weight: 700;
  color: #344054;
  line-height: 1.3;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .industries-main-title {
    font-size: 1.85rem;
  }
  .industry-card {
    min-height: 130px;
    padding: 18px 8px;
  }
}



/* Process Section Styles */
.process-section {
  background-color: #fbfdff;
}
.prostext{text-align:center; margin-bottom:30px;}

.prostext span {
  background-color: #eaf1ff;
  color: #008000;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 18px;
}

.prostext h2 {
  font-size: 2.35rem;
  font-weight: 800;
  color: #0c1c38;
  line-height: 1.25;
}

/* Process Step Card */
.process-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 32px 28px;
  transition: all 0.3s ease;
}

.process-card:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 14px 28px rgba(28, 82, 238, 0.06);
}

/* Big Styled Step Number */
.step-number {
  font-size: 2.75rem;
  font-weight: 800;
  color: #00800070;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.process-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0c1c38;
  margin-bottom: 12px;
}

.process-card p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6; margin:0px;
}

/* Horizontal Connecting Line between Cards on Desktop */
@media (min-width: 992px) {
  
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .process-main-title {
    font-size: 1.85rem;
  }
  .process-card {
    padding: 24px 20px;
  }
  .step-number {
    font-size: 2.25rem;
    margin-bottom: 14px;
  }
}






/* Case Studies Section Styles */
.case-studies-section {
  background-color: #ffffff;
}

.badge-pill-case {
  background-color: #eaf1ff;
  color: #008000;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 18px;
}

.case-studies-main-title {
  font-size: 2.35rem;
  font-weight: 800;
  color: #0c1c38;
  line-height: 1.25;
  margin-bottom: 16px;
}

.case-studies-sub-text {
  font-size: 1rem;
  color: #64748b;
  max-width: 620px;
  line-height: 1.6;
}

/* Case Card Styling */
.case-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.case-card:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 16px 32px rgba(28, 82, 238, 0.08);
}

/* Card Light Blue Header */
.case-card-header {
  background-color: #eef5ff;
  padding: 26px 24px 20px 24px;
}

.case-tag-pill {
  background-color: #008000;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 12px;
}

.case-industry-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0c1c38;
  margin-bottom: 0;
}

/* Card Body */
.case-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.case-block {
  margin-bottom: 18px;
}

.case-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}

.case-label-highlight {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: #008000;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}

.case-desc {
  font-size: 0.88rem;
  color: #344054;
  line-height: 1.55;
}

/* Service Pills */
.badge-service-pill {
  background-color: #f1f5f9;
  color: #475467;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 50px;
}

.case-divider {
  border-color: #f1f5f9;
  opacity: 1;
  margin: 16px 0;
}

/* Outline Discuss Button */
.btn-outline-discuss {
  border: 1.5px solid #008000;
  color: #008000;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 12px 32px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.btn-outline-discuss:hover {
  background-color: #008000;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(28, 82, 238, 0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .case-studies-main-title {
    font-size: 1.85rem;
  }
  .case-card-header, .case-card-body {
    padding: 20px 18px;
  }
}






/* Audit Section Styles */
.audit-section {
  background-color: #008000; /* Dark Navy Background */
}
.audtext{text-align:center; margin-bottom:30px;}
.audtext span {
  background-color: #ffffff;
  color: #008000;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  padding: 6px 18px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 20px;
}

.audtext h2 {
  font-size: 2.35rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 16px;
}

.audtext p {
  font-size: 1rem;
  color: #fff; margin:auto;
  max-width: 600px;
  line-height: 1.6;
}

/* White Form Card */
.audit-form-card {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 44px 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.custom-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: #101828;
  margin-bottom: 8px;
}

/* Inputs & Select */
.custom-input {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 0.92rem;
  color: #101828;
  transition: all 0.2s ease;
}

.custom-input:focus {
  background-color: #ffffff;
  border-color: #008000;
  box-shadow: 0 0 0 4px rgba(28, 82, 238, 0.1);
}

.custom-input::placeholder {
  color: #94a3b8;
  font-weight: 400;
}

textarea.custom-input {
  resize: vertical;
}

/* Submit Button */
.btn-audit-submit {
  background-color: #f26522;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: 10px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-audit-submit:hover {
  background-color: #dc5618;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(242, 101, 34, 0.3);
}

.audit-note {
  font-size: 0.82rem;
  color: #64748b;
  font-weight: 500;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .audit-main-title {
    font-size: 1.85rem;
  }
  .audit-form-card {
    padding: 24px 20px;
  }
}


/* Client Reviews Section Styles */
.reviews-section {
  background-color: #fbfdff;
}
.revtext{text-align:center; margin-bottom:30px;}

.revtext span {
  background-color: #eaf1ff;
  color: #008000;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 18px;
}

.revtext h2 {
  font-size: 2.35rem;
  font-weight: 800;
  color: #0c1c38;
  line-height: 1.25;
  margin-bottom: 16px;
}

.revtext p {
  font-size: 1rem;
  color: #64748b;
  max-width: 620px; margin:auto;
  line-height: 1.6;
}

/* Review Card Styling (Dashed Border) */
.review-card {
  background: #ffffff;
  border: 1px dashed #cbd5e1;
  border-radius: 20px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease; text-align:center; height:100%;
}

.review-card:hover {
  transform: translateY(-4px);
  border-color: #008000;
  box-shadow: 0 14px 28px rgba(28, 82, 238, 0.06);
}

/* Avatar Circle */
.review-avatar {
  width: 52px;
  height: 52px;
  background-color: #eaf1ff;
  color: #008000;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

/* Star Rating */
.review-stars i {
  color: #f59e0b;
  font-size: 1.1rem;
  margin: 0 1px;
}

.review-card p {
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 24px;
}

.review-author {
  font-size: 0.85rem;
  font-weight: 700;
  color: #0c1c38;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .reviews-main-title {
    font-size: 1.85rem;
  }
  .review-card {
    padding: 28px 20px;
  }
}










/* Blog Section Styles */
.blog-section {
  background-color: #ffffff;
}

.badge-pill-blog {
  background-color: #eaf1ff;
  color: #008000;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 18px;
}

.blog-main-title {
  font-size: 2.35rem;
  font-weight: 800;
  color: #0c1c38;
  line-height: 1.25;
}

.view-all-link {
  color: #008000;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: gap 0.2s ease;
}

.view-all-link:hover {
  color: #1541c4;
}

/* Blog Card */
.blog-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 16px 32px rgba(28, 82, 238, 0.08);
}

.blog-thumb-placeholder {
  background-color: #eef5ff; 
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.5;
  padding: 0px;
  display: flex;
  align-items: flex-start;
}

.blog-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.badge-category-pill {
  background-color: #eaf1ff;
  color: #008000;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
}

.blog-date {
  font-size: 0.78rem;
  color: #64748b;
  font-weight: 500;
}

.blog-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0c1c38;
  line-height: 1.35;
  margin-bottom: 12px;
}

.blog-desc {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 24px;
}

.blog-read-more {
  color: #008000;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: gap 0.2s ease;
}

.blog-read-more:hover {
  color: #1541c4;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .blog-main-title {
    font-size: 1.85rem;
  }
  .blog-thumb-placeholder {
    min-height: 160px;
    padding: 18px;
  }
  .blog-card-body {
    padding: 20px 18px;
  }
}




/* FAQs Section Styles */
.faqs-section {
  background-color: #fbfdff;
}
.faqtext{text-align:center; margin-bottom:30px;}
.faqtext span {
  background-color: #eaf1ff;
  color: #008000;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 18px;
}

.faqtext h2 {
  font-size: 2.35rem;
  font-weight: 800;
  color: #0c1c38;
  line-height: 1.25;
}

/* Custom Accordion Styling */
.custom-accordion .accordion-item {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px !important;
  overflow: hidden;
  transition: all 0.25s ease;
}

.custom-accordion .accordion-item:hover {
  border-color: #cbd5e1;
}

.custom-accordion .accordion-button {
  font-size: 1rem;
  font-weight: 600;
  color: #0c1c38;
  background-color: #ffffff;
  padding: 22px 26px;
  box-shadow: none !important;
  border-radius: 16px !important;
}

.custom-accordion .accordion-button:not(.collapsed) {
  color: #008000;
  background-color: #ffffff;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.custom-accordion .accordion-button::after {
  background-size: 1.1rem;
  transition: transform 0.25s ease;
}

.custom-accordion .accordion-body {
  padding: 0 26px 22px 26px;
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.65;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .faqs-main-title {
    font-size: 1.85rem;
  }
  .custom-accordion .accordion-button {
    font-size: 0.92rem;
    padding: 18px 20px;
  }
  .custom-accordion .accordion-body {
    padding: 0 20px 18px 20px;
    font-size: 0.88rem;
  }
}








/* CTA Banner Section Styles */
.cta-banner-section {
  background: #008000;
  padding: 80px 0;
  position: relative;
}
.ctatext{text-align:center;}
.ctatext span {
  background-color: #ffffff;
  color: #008000;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  padding: 6px 18px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 22px;
}

.ctatext h2 {
  font-size: 2.75rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.ctatext p {
  font-size: 1.05rem;
  color: #cbd5e1;
  max-width: 600px; margin:auto;
  line-height: 1.6;
  margin-bottom: 36px;
}

/* Orange Consultation Button */
.btn-cta-orange {
  background-color: #f26522;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: 12px;
  border: none;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 10px 25px rgba(242, 101, 34, 0.4);
  transition: all 0.3s ease;
}

.btn-cta-orange:hover {
  background-color: #dc5618;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(242, 101, 34, 0.5);
}

/* Semi-transparent Outline Button */
.btn-cta-outline {
  border: 1.5px solid #fff;
  background-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}

.btn-cta-outline:hover {
  background-color: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
  transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .cta-banner-section {
    padding: 60px 0;
  }
  .cta-main-title {
    font-size: 2rem;
  }
  .cta-sub-text {
    font-size: 0.92rem;
  }
  .btn-cta-orange, .btn-cta-outline {
    width: 100%;
    justify-content: center;
  }
}


/* Footer Section Styles */
.footer-section {
  background-color: #071224;
  color: #dcdcdc;
  font-size: 0.88rem;
}

/* Brand Box */
.footer-logo-box {
  width: 38px;
  height: 38px;
  background-color: #008000;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.1rem;
}

.footer-brand-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
}

.footer-bio-text {
  line-height: 1.65;
  color: #dcdcdc;
  font-size: 0.88rem;
}

/* Social Buttons */
.footer-social-btn {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #dcdcdc;
  border-radius: 8px;
  display: flex; 
  align-items: center; 
  justify-content: center;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.25s ease;
}

.footer-social-btn:hover {
  background-color: #008000;
  border-color: #008000;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Column Headings */
.footer-column-heading {
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 22px;
}

/* Link Lists */
.footer-nav-links li {
  margin-bottom: 12px;
}

.footer-nav-links a {
  color: #dcdcdc;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-block;
}

.footer-nav-links a:hover {
  color: #ffffff;
}

/* Contact Details */
.footer-contact-icon {
  color: #008000;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-contact-item a {
  color: #dcdcdc;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact-item a:hover {
  color: #ffffff;
}

/* Service Areas */
.service-areas-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: #dcdcdc;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.service-areas-text {
  color: #dcdcdc;
  font-size: 0.85rem;
  line-height: 1.5;
}

/* Divider & Bottom Row */
.footer-bottom-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.08); 
}

.footer-copyright-text {
  font-size: 0.8rem;
  color: #dcdcdc;
}

.footer-legal-links a {
  font-size: 0.8rem;
  color: #dcdcdc;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-legal-links a:hover {
  color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-copyright-text, .footer-legal-links {
    text-align: center;
  }
}


.dashboard-wrapper{border-radius: 20px;
  padding: 0px;
  box-shadow: 0 20px 45px rgba(28, 82, 238, 0.08);
  border: 1px solid #edf2f7;}
.dashboard-wrapper img{width:100%; border-radius: 20px;}