@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Poppins", sans-serif;
}

:root {
  --primary: #0a3755;
  --secondary: #198754;
  --light: #f8fafc;
  --text: #5b6570;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.btn-primary {
  background-color: var(--primary) !important;
}

.text-primary {
  color: var(--primary) !important;
}

/* body{
    font-family: 'Segoe UI', sans-serif;
} */
.navbar {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.nav-item .dropdown-menu li a:hover {
  background: var(--primary);
  color: white;
  transition: 0.2s ease-in;
}

.explore-btn {
  position: relative;
  background: var(--primary);
  color: white;
  padding: 10px 20px;
  z-index: 1;
}

.explore-btn::before {
  content: '';
  position: absolute;
  top: -30px;
  bottom: 0;
  height: 100px;
  width: 10px;
  background: white;
  opacity: 0.3;
  rotate: 28deg;
  z-index: -1;
  transform: translateX(-100px);
  overflow: hidden;
}

.explore-btn:hover::before {
  top: -70px;
  transform: translateX(150px);
  transition: 0.8s ease-in;
}


/* .hero{
    background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?q=80&w=1920');
    background-size:cover;
    background-position:center;
    color:white;
    padding:140px 0;
} */

#iso-banner {
  background: url(../media/banners/iso-banner.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 140px 0;
}

#ghg-banner {
  background: url(../media/banners/ghg-banner.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 140px 0;
}

#fsc-banner {
  background: url(../media/banners/fsc-banner.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 140px 0;
}

#team-banner {
  background: url(../media/banners/our-team.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 140px 0;
}

#about-banner {
  background: url(../media/banners/about-banner.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 140px 0;
}

.hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
}

.hero p {
  font-size: 1.2rem;
  opacity: 0.9;
}

.btn-main {
  background: var(--secondary);
  border: none;
  padding: 12px 30px;
}

.section-badge {
  display: inline-block;
  background: var(--primary);
  color: white;
  padding: 6px 12px;
  border-radius: 10px;
}

.section-title {
  font-weight: 700;
  margin-bottom: 15px;
}

.service-card {
  border: none;
  border-radius: 15px;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.service-card:hover {
  transform: translateY(-10px);
}

.icon-box {
  width: 70px;
  height: 70px;
  background: #e8f5ee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--secondary);
  margin: auto;
}

.contact-section {
  background: #f8f9fa;
}

footer {
  background: #111827;
  color: white;
}

.hero-section-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-img-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.hero-section-text h1 {
  font-size: 60px;
  font-weight: 700;
}

footer i {
  font-size: 12px;
}

.stat-section {
  /* background-color: #f8f9fa;  */
}

.stat-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease-in-out;
}

/* Elegant lift effect on hover */
.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border-color: var(--primary);
}

/* Modern gradient accent for the numbers */
.stat-number {
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1px;
}

/* Minimalist icon containers */
.stat-icon-box {
  width: 60px;
  height: 60px;
  background-color: rgba(13, 110, 253, 0.1);
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.5rem;
}

.stat-label {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Color Palette definition */
.text-navy {
  color: #1e3a5f;
}

.title-underline {
  width: 60px;
  height: 4px;
  background: var(--secondary);
  border-radius: 2px;
}

.process-step {
  position: relative;
  z-index: 2;
}

/* Enforcing H6 Title into precisely two balanced lines */
.process-title {
  font-size: 0.95rem;
  line-height: 1.3;
  min-height: 2.6em;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
}

/* Circular Vector Boxes */
.circle-box {
  width: 110px;
  height: 110px;
  background-color: #ffffff;
  border: 4px solid #1e3a5f;
  color: #1e3a5f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  position: relative;
  box-shadow: 0 8px 25px rgba(30, 58, 95, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Small edge-pinned number circle */
.step-num {
  position: absolute;
  bottom: 73px;
  left: 90%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-color: var(--secondary);
  color: #ffffff;
  font-size: 0.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
}

.consultation-roadmap {
  background: #f8fafc;
  overflow: hidden;
}

.roadmap-badge {
  display: inline-block;
  background: #0d6efd15;
  color: #1e3a5f;
  padding: 8px 18px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
}

.roadmap-title {
  font-size: 42px;
  font-weight: 700;
  color: #1c2434;
}

.roadmap-subtitle {
  max-width: 700px;
  margin: auto;
  color: #6c757d;
}

.roadmap-wrapper {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.roadmap-wrapper::before {
  content: '';
  position: absolute;
  left: 50px;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom,
      #147246,
      #198754);
}

.roadmap-item {
  position: relative;
  display: flex;
  gap: 30px;
  margin-bottom: 45px;
  align-items: flex-start;
}

.roadmap-number {
  min-width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #147246, #198754);
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all .6s ease;
}

/* Initial state */
.roadmap-item {
  opacity: 0;
  transform: translateY(50px);
  transition: all .8s ease;
}

/* Active state on scroll */
.roadmap-item.active {
  opacity: 1;
  transform: translateY(0);
}

.roadmap-item.active .roadmap-number {
  transform: scale(1.15);
  box-shadow:
    0 0 10px rgba(25, 135, 84, 1),
    0 0 20px rgb(21, 112, 69),
    0 0 50px rgb(15, 79, 49);
  animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
  0% {
    box-shadow:
      0 0 15px rgba(25, 135, 84, 1),
      0 0 25px rgba(21, 112, 69);
  }

  50% {
    box-shadow:
      0 0 10px rgba(25, 135, 84, 1),
      0 0 20px rgba(21, 112, 69),
      0 0 40px rgba(15, 79, 49);
  }

  100% {
    box-shadow:
      0 0 15px rgba(25, 135, 84, 1),
      0 0 25px rgba(21, 112, 69);
  }
}

.roadmap-content {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  width: 100%;
  transition: .3s;
}

.roadmap-content:hover {
  transform: translateY(-5px);
}

.roadmap-content h4 {
  font-weight: 700;
  color: #1c2434;
  margin-bottom: 12px;
}

.roadmap-content p {
  margin: 0;
  color: #6c757d;
  line-height: 1.8;
}

.why-point span {
  font-size: 14px;
  font-weight: 500;
}

@media(max-width:768px) {

  .roadmap-title {
    font-size: 32px;
  }

  .roadmap-wrapper::before {
    left: 35px;
  }

  .roadmap-item {
    gap: 20px;
  }

  .roadmap-number {
    min-width: 70px;
    height: 70px;
    font-size: 22px;
  }

  .roadmap-content {
    padding: 20px;
  }
}

.resource-centre-section {
  background: linear-gradient(135deg,
      #f7f9fc 0%,
      #eef4ff 100%);
  position: relative;
  overflow: hidden;
}

/* .resource-centre-section::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(80,120,187,.08);
    border-radius:50%;
    top:-200px;
    right:-150px;
} */

.resource-tag {
  background: #5078bb15;
  color: #1e3a5f;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
}

.resource-title {
  font: size 40px;
  font-weight: 700;
  color: #1d2b4f;
  margin-top: 20px;
}

.resource-subtitle {
  max-width: 800px;
  margin: auto;
  color: #6c757d;
  line-height: 1.8;
}

.resource-card {
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, .7);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 30px;
  padding: 35px;
  overflow: hidden;
  z-index: 1;
}

.resource-card:hover h4 {
  color: white;
  transition: 0.5s;
}

.resource-card:hover p {
  color: white;
  transition: 0.5s;
}

.resource-card:hover .resource-btn {
  color: white;
  transition: 0.5s;
}

.resource-card:hover .resource-icon {
  background: white;
  color: var(--primary);
  transition: 0.5s;
}

.resource-card:hover .resource-number {
  color: white;
  transition: 0.5s;
  opacity: 0.3;
}

#card-1:hover {
  background: url(../media/images/fsc-card-img.jpg) center no-repeat;
  background-size: cover;
  transition: 1.5s;
}

#card-2:hover {
  background: url(../media/images/ghg-card-img.jpg) center no-repeat;
  background-size: cover;
  transition: 1.5s;
}

#card-3:hover {
  background: url(../media/images/iso-card-img.jpg) center no-repeat;
  background-size: cover;
  transition: 1.5s;
}

.resource-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: white;
  transform: scaleX(0);
  transition: .4s;
}

.resource-card:hover::before {
  transform: scaleX(1);
}

.resource-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(80, 120, 187, .15);
}

.resource-icon {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: linear-gradient(135deg,
      rgb(67, 98, 152),
      #1e3a5f);
  color: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.resource-number {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 70px;
  font-weight: 800;
  color: rgba(80, 120, 187, .08);
  line-height: 1;
}

.resource-card h4 {
  font-size: 24px;
  font-weight: 700;
  color: #1d2b4f;
  margin-bottom: 15px;
}

.resource-card p {
  color: #6c757d;
  line-height: 1.8;
  margin-bottom: 25px;
}

.resource-btn {
  text-decoration: none;
  color: var(--primary);
  font-weight: 700;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  transition: .3s;
}

.resource-btn:hover {
  gap: 15px;
  color: #35589d;
}

@media(max-width:768px) {

  .resource-title {
    font-size: 34px;
  }

  .resource-card {
    padding: 25px;
  }

  .resource-number {
    font-size: 55px;
  }
}

.resource-card:hover .resource-icon {
  box-shadow:
    0 0 25px rgba(80, 120, 187, .4),
    0 0 50px rgba(80, 120, 187, .25);
}

/* ========================================================
   VECTOR ARROWS WITH TAILS (Desktop Mode Only)
   ======================================================== */
@media (min-width: 992px) {

  /* The Arrow Head (Triangle) */
  .process-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 45px;
    /* Centers arrow vertically relative to 110px circle */
    right: -20px;
    /* Positions head exactly between circles */
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--secondary);
    z-index: 5;
    transition: transform 0.3s ease;
  }

  /* The Arrow Tail (Rectangle) */
  .process-step:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 53px;
    right: -5px;
    width: 25px;
    /* Length of the tail */
    height: 3px;
    /* Thickness of the tail */
    background-color: var(--secondary);
    /* Matching gold tail */
    z-index: 4;
    transition: transform 0.3s ease;
  }

  /* Subtle micro-animation on hover */
  .process-step:hover:not(:last-child)::after,
  .process-step:hover:not(:last-child)::before {
    /* transform: translateX(5px);
            background-color: #1e3a5f; 
            border-left-color: #1e3a5f;  */
  }
}

/* Interactive Hover States */
.process-step:hover .circle-box {
  background-color: #1e3a5f;
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(30, 58, 95, 0.18);
  border-color: var(--secondary);
}

.process-step p {
  line-height: 1.5;
  font-size: 0.82rem;
}

/* Concentric SVG-like Tech Circles */
.iso-tech-pattern {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(var(--accent-gold-rgb), 0.08);
  border-radius: 50%;
  z-index: 2;
}

.iso-tech-pattern::before {
  content: '';
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 10%;
  border: 1px dashed rgba(var(--accent-gold-rgb), 0.05);
  border-radius: 50%;
}

.iso-tech-pattern::after {
  content: '';
  position: absolute;
  top: 25%;
  left: 25%;
  right: 25%;
  bottom: 25%;
  border: 1px solid rgba(var(--accent-gold-rgb), 0.03);
  border-radius: 50%;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  z-index: 1;
  opacity: 0.25;
  pointer-events: none;
  animation: float 25s infinite ease-in-out;
  transition: 1s ease;
}

body.theme-light .floating-shape {
  opacity: 0.08;
  /* Lower opacity in light theme to prevent distraction */
}

.shape-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--accent-gold) 0%, transparent 70%);
  top: 15%;
  left: -10%;
}

.shape-2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #3b82f6 0%, transparent 70%);
  bottom: 10%;
  right: -10%;
  animation-delay: -5s;
}

.shape-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #8b5cf6 0%, transparent 70%);
  top: 45%;
  left: 40%;
  animation-delay: -10s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0) scale(1) rotate(0deg);
  }

  50% {
    transform: translateY(-40px) scale(1.15) rotate(180deg);
  }
}


/* ==========================================================================
   Required Documents Section Layout
   ========================================================================== */
.iso-documents-section {
  position: relative;
  padding: 0 0 60px;
  z-index: 10;
}

/* Section Header Styles */
.section-header-wrapper {
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}

.section-title {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: var(--primary);
  margin-bottom: 15px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
}

.section-accent-line {
  width: 80px;
  height: 4px;
  background: var(--secondary);
  margin: 12px auto 20px auto;
  border-radius: 2px;
  position: relative;
  transition: 1s;
}

.section-header-wrapper:hover .section-accent-line {
  width: 140px;
}

.section-subtitle {
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ==========================================================================
   Premium Card Component Design
   ========================================================================== */
.doc-card-wrapper {
  position: relative;
  height: 100%;
  z-index: 10;
  border-radius: 24px;
}

/* Glassmorphism Card Core */
.doc-card {
  background: white;
  border: 1px solid var(--primary);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 24px;
  padding: 3rem 2.2rem 2.5rem 2.2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 1s;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

/* Hover Gradient Border effect via masking */
.doc-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  padding: 1.5px;
  /* Border thickness */
  background: linear-gradient(135deg, transparent, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: 1s;
  z-index: 11;
}

/* Card Glow Effect */
.card-glow {
  position: absolute;
  top: -10%;
  left: -10%;
  right: -10%;
  bottom: -10%;
  background: radial-gradient(circle at center, var(--glow-color) 0%, transparent 65%);
  opacity: 0;
  transition: 1s;
  z-index: 1;
  pointer-events: none;
  border-radius: 24px;
}

/* Number Badges (01, 02, etc.) */
.number-badge {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--secondary);
  background: transparent;
  border: 1px solid var(--secondary);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-speed) var(--transition-timing);
  z-index: 12;
}

/* Icon Container */
.icon-box {
  width: 76px;
  height: 76px;
  border-radius: 20px;
  background: var(--primary);
  border: 1px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.2rem;
  font-size: 2rem;
  color: white;
  position: relative;
  z-index: 12;
  transition: all 1s;
}

.icon-box i {
  transition: 1s;
}

/* Card Titles */
.doc-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 12px;
  z-index: 12;
  letter-spacing: -0.2px;
  transition: color var(--transition-speed) ease;
}

/* Card Descriptions */
.doc-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: black;
  z-index: 12;
  margin-bottom: 0;
  transition: color var(--transition-speed) ease;
}

/* ==========================================================================
   Hover Animations and Interactions
   ========================================================================== */
.doc-card-wrapper:hover {
  transform: translateY(-12px);
  transition: all 1s;
}

.doc-card-wrapper:hover .doc-card {
  border-color: var(--primary);
  color: var(--primary);
  /* box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 
              0 0 20px rgba(var(--accent-gold-rgb), 0.1); */
}

.doc-card-wrapper:hover .card-glow {
  opacity: 1;
}

.doc-card-wrapper:hover .number-badge {
  background: var(--secondary);
  color: white;
  transform: scale(1.1) rotate(360deg);
}

.doc-card-wrapper:hover .icon-box {
  transform: scale(1.15) rotate(5deg);
  background: var(--secondary);
  color: white;
  border-color: var(--secondary);
}

.doc-card-wrapper:hover .icon-box i {
  transform: scale(1.1);
}

.doc-card-wrapper:hover .doc-title {
  color: var(--primary);
}

/* ==========================================================================
   Scroll Entrance Animations (Fade-Up)
   ========================================================================== */
.fade-up-element {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s var(--transition-timing),
    transform 0.8s var(--transition-timing);
}

.fade-up-element.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger animations for cards */
.stagger-1 {
  transition-delay: 0.1s;
}

.stagger-2 {
  transition-delay: 0.2s;
}

.stagger-3 {
  transition-delay: 0.3s;
}

.stagger-4 {
  transition-delay: 0.4s;
}

/* ==========================================================================
   Responsive Grid & Media Queries
   ========================================================================== */
@media (max-width: 1199.98px) {
  .section-title {
    font-size: 2.5rem;
  }

  .doc-card {
    padding: 2.5rem 1.8rem;
  }
}

@media (max-width: 991.98px) {
  .iso-documents-section {
    padding: 90px 0;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .theme-toggle-container {
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 767.98px) {
  .iso-documents-section {
    padding: 70px 0;
  }

  .section-title {
    font-size: 1.9rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .doc-card {
    padding: 2.5rem 2rem;
  }
}

.consultation-form-section {
  background: linear-gradient(135deg,
      #f6f9ff,
      #eef4ff);
}

.consultation-form-card {
  background: #fff;
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
  position: relative;
  overflow: hidden;
}

.consultation-form-card::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(80, 120, 187, .08);
  border-radius: 50%;
  top: -120px;
  right: -120px;
}

.form-badge {
  background: #5078bb15;
  color: #5078bb;
  padding: 8px 18px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
}

.form-title {
  font-size: 42px;
  font-weight: 800;
  color: #1f2d4d;
}

.form-subtitle {
  color: #6c757d;
  max-width: 650px;
  margin: auto;
}

.form-control {
  border: 2px solid #e8edf5;
  border-radius: 15px;
  min-height: 60px;
  box-shadow: none !important;
}

.form-control:focus {
  border-color: #5078bb;
}

.form-floating>label {
  color: #6c757d;
}

.message-box {
  height: 160px !important;
}

.submit-btn {
  background: linear-gradient(135deg,
      #5078bb,
      #35589d);
  border: none;
  color: #fff;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  transition: .3s;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(80, 120, 187, .35);
}

@media(max-width:768px) {

  .consultation-form-card {
    padding: 30px 20px;
  }

  .form-title {
    font-size: 30px;
  }
}

/*=========================================
FSC HERO
=========================================*/

.fsc-hero {

  background: #f7fcf7;
  position: relative;
  overflow: hidden;

}

.hero-shape {

  position: absolute;
  border-radius: 50%;
  background: rgba(46, 125, 50, .08);

}

/* .hero-shape-1{

width:500px;
height:500px;
right:-150px;
top:-150px;

} */

.hero-shape-2 {

  width: 350px;
  height: 350px;
  left: -120px;
  bottom: -120px;

}

.hero-badge {

  display: inline-block;
  padding: 10px 25px;
  background: #2e7d3212;
  color: #2e7d32;
  font-weight: 600;
  border-radius: 50px;

}

.hero-title {

  font-size: 60px;
  font-weight: 800;
  line-height: 1.1;

}

.hero-title span {

  color: #2e7d32;

}

.hero-text {

  font-size: 18px;
  line-height: 1.9;
  color: #666;
  margin-top: 25px;

}

.hero-buttons {

  display: flex;
  gap: 15px;
  flex-wrap: wrap;

}

/*=========================================
Dashboard
=========================================*/

.audit-dashboard {

  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .08);

}

.dashboard-header h2 {

  font-size: 55px;
  color: #2e7d32;
  font-weight: 800;

}

.dashboard-card {

  background: #f7fcf7;
  padding: 25px;
  text-align: center;
  border-radius: 15px;
  transition: .4s;

}

.dashboard-card:hover {

  transform: translateY(-8px);

}

.dashboard-card i {

  font-size: 32px;
  color: #2e7d32;
  margin-bottom: 15px;

}

.dashboard-card h3 {

  font-size: 28px;
  font-weight: 700;

}

/*=========================================
Covered
=========================================*/

.covered-section {

  background: #fff;

}

.section-title {

  font-size: 40px;
  font-weight: 800;

}

.section-subtitle {

  max-width: 700px;
  margin: auto;
  color: #666;

}

.covered-card {

  background: #fff;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .05);
  text-align: center;
  transition: .4s;
  height: 100%;

}

.covered-card:hover {

  transform: translateY(-10px);

}

.covered-card i {

  font-size: 42px;
  color: #2e7d32;
  margin-bottom: 20px;

}

.covered-card h5 {

  font-weight: 700;
  margin-bottom: 15px;

}

.covered-card p {

  color: #666;
  margin: 0;

}

/*=========================================
Responsive
=========================================*/

@media(max-width:991px) {

  .hero-title {

    font-size: 42px;

  }

  .audit-dashboard {

    margin-top: 50px;

  }

}

@media(max-width:576px) {

  .hero-title {

    font-size: 34px;

  }

  .section-title {

    font-size: 34px;

  }

  .hero-buttons {

    flex-direction: column;

  }

  .hero-buttons .btn {

    width: 100%;

  }

}

/* FSC Hero */
.fsc-hero {
  background: #f7fcf7;
  padding: 100px 0;
}

.hero-badge {
  display: inline-block;
  padding: 8px 20px;
  background: #e8f5e9;
  color: #2e7d32;
  border-radius: 30px;
  font-weight: 600;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
}

.hero-title span {
  color: #2e7d32;
}

.hero-text {
  color: #666;
  margin: 25px 0;
}

/* Dashboard */
.audit-dashboard {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: var(--card-shadow);
}

.dashboard-card {
  background: #f7fcf7;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  transition: .3s;
}

.dashboard-card:hover {
  transform: translateY(-5px);
}

/* Covered Cards */
.covered-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  box-shadow: var(--card-shadow);
  transition: .3s;
}

.covered-card:hover {
  transform: translateY(-8px);
}

.covered-card i {
  font-size: 40px;
  color: #2e7d32;
  margin-bottom: 15px;
}

/* Accordion */
.custom-accordion .accordion-item {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: var(--card-shadow);
}

.custom-accordion .accordion-button {
  font-weight: 600;
  padding: 20px;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background: #2e7d32;
  color: #fff;
}

.accordion-number {
  width: 40px;
  height: 40px;
  background: #2e7d32;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-weight: 700;
}

/* Progress Card */
.progress-panel {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: var(--card-shadow);
}

.status-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.flow-box,
.document-card,
.warning-card {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 20px;
  box-shadow: var(--card-shadow);
  transition: .3s;
  height: 100%;
}

.flow-box:hover,
.document-card:hover,
.warning-card:hover {
  transform: translateY(-6px);
}

.flow-box i,
.document-card i {
  font-size: 40px;
  color: #2e7d32;
  margin-bottom: 15px;
}

.warning-card i {
  font-size: 40px;
  color: #dc3545;
  margin-bottom: 15px;
}

.auditor-section {

  background: #f8fafc;

}

.section-tag {

  display: inline-block;
  padding: 8px 18px;
  background: #eaf8ef;
  color: var(--secondary);
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;

}

.section-title {

  font-size: 42px;
  font-weight: 700;
  color: var(--primary);

}

.lead-text {

  font-size: 18px;
  color: #6c757d;
  margin-bottom: 30px;

}

.auditor-card {

  background: linear-gradient(135deg, #0a3755, #124b72);
  padding: 45px;
  border-radius: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 45px rgba(0, 0, 0, .15);

}

.certificate-badge {

  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #198754;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin-bottom: 25px;

}

.auditor-card h5 {

  opacity: .8;
  letter-spacing: 1px;

}

.auditor-card h2 {

  font-size: 29px;
  font-weight: 700;
  margin: 15px 0;

}

.credential {

  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .15);

}

.credential i {

  color: #53d37d;
  margin-right: 12px;

}

.trust-card {

  background: #fff;
  padding: 30px;
  border-radius: 16px;
  height: 100%;
  transition: .35s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
  border-top: 4px solid transparent;

}

.trust-card:hover {

  transform: translateY(-10px);
  border-color: #198754;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .12);

}

.trust-card i {

  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0a3755, #198754);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;

}

.trust-card h5 {

  color: #0a3755;
  font-weight: 700;
  margin-bottom: 15px;

}

.trust-card p {

  color: #6c757d;
  margin: 0;

}

@media(max-width:768px) {

  .section-title {

    font-size: 32px;

  }

  .auditor-card {

    padding: 30px;

  }

  .auditor-card h2 {

    font-size: 28px;

  }

}

.audit-process-section {
  background: #f8fafc;
}

.section-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  background: #eaf8ef;
  color: #198754;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}

.section-heading {
  font-size: 43px;
  font-weight: 700;
  color: #0a3755;
}

.section-description {
  max-width: 820px;
  margin: auto;
  color: #6c757d;
}

@media (min-width:200px) and (max-width: 453px) {

  .navbar-brand img {
    width: 50px;
  }

  .navbar-brand h4 {
    font-size: 17px;
  }

  .topbar-section {
    padding-bottom: 10px;
  }

  .hero-section-text {
    top: 50%;
  }

  .hero-section-text h6 {
    font-size: 10px;
  }

  .hero-section-text h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .hero-section-text p {
    display: none;
  }

  .hero-section-text .btn {
    font-size: 8px;
  }

  .explore-btn {
    margin-bottom: 20px;
  }
}