

/* add my css */

.hero-section {
  width: 100%;
}

/* .hero-left {
  background-color: #062b4f !important; 
} */

 .hero-left {
  background-color: #0b5244;
} 



.hero-right img {
  object-fit: cover;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .hero-left,
  .hero-right {
    min-height: inherit !important;
  }
}


.topsc {
    background-color: #0e6145;
}

.fnt{    font-size: 34px !important;
    color: #fff;
}

/* Custom Container Style */
.badge-custom {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    background-color: #ffffff;
    border: 1px solid #2d373c;
    border-radius: 50px;
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* The Status Dot */
.dot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
}

/* Specific Dot Colors */
.dot-teal { background-color: #38d39f; }
.dot-yellow { background-color: #f1b44c; }
.dot-blue { background-color: #7499ff; }

/* Optional: Add hover effect */
.badge-custom:hover {
    border-color: #4a555b;
    cursor: default;
}

.padde{    padding-left: 30px;}


.mrgt{    margin-top: -40px;}


.who-we-are {
  padding: 90px 0;
  background: #fff;
  position: relative;
}

/* TAG */
.section-tag {
  color: #ff6a00;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
  font-size: 34px;
}

/* .section-tag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #ff6a00;
  margin: auto;

} */


.section-tag::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 25px;
    height: 2px;
    background: #ff6a00;
    right: auto;
    /* margin: auto; */
}

.dbl{display: block;}
.vlp .section-tag::before {
    content: "";
    position: absolute;
  left: -340px;
    top: 50%;
    width: 25px;
    height: 2px;
    background: #ff6a00;
    right: 0;
    margin: 0 auto;
    display: none;
}

.section-label span::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 28px;
    height: 2px;
    background: #ff4d00;
    display: none;
}


/* TITLE */
.section-title {
  font-size: 40px;
  font-weight: 800;
  margin: 15px 0 25px;
}

/* TEXT */
.section-text {
  color: #6b7280;
  max-width: 520px;
}

/* SINCE */
.since-box {
  margin-top: 30px;
}

.since-box span {
  color: #ff6a00;
  font-weight: 600;
  letter-spacing: 1px;
}

.since-box h3 {
  font-size: 56px;
  font-weight: 900;
  margin: 5px 0;
}

.since-box p {
  max-width: 280px;
  font-size: 14px;
  color: #6b7280;
}

/* AWARD */
.award-card {
  background: url("dc533e27-ff8f-4ac4-9052-84671f90331f.png") center/cover no-repeat;
  border-radius: 6px;
  padding: 30px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.award-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
}

.award-content {
  position: relative;
  z-index: 2;
}

.award-content h6 {
  font-weight: 700;
}

.award-content a {
  color: #ff6a00;
  font-weight: 600;
  text-decoration: none;
}

.feature-item2{

  background-color: #38d39f !important;
}



/* FEATURES */
.feature-item {
  display: flex;
  gap: 15px;
  padding: 22px;
  border: 1px solid #e5e7eb;
  margin-bottom: 18px;
  border-radius: 6px;
  background-color: #a84566;
  height: 123px;
}

.feature-item i {
  font-size: 28px;
  color: #111;
}

.feature-item h6 {
  font-weight: 700;
}

.feature-item p {
  font-size: 14px;
  color: #6b7280;
}

.feature-item.active {
  background: #111827;
  color: #fff;
}

.feature-item.active i,
.feature-item.active p {
  color: #ff6a00;
}

/* BUTTON */
.btn-orange {
  background: #ff6a00;
  color: #fff;
  padding: 14px 28px;
  font-weight: 600;
  border-radius: 0;
}

.btn-orange:hover {
  background: #e85c00;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .section-title {
    font-size: 32px;
  }
}


.mbm{text-align: left !important;
    font-size: 25px;
    margin-top: 2px;}

    .fnt14{ font-size: 14px !important;}

.font16{ font-size: 16px;}

    .services-section {
  padding: 30px 0;
  background: #f7f7f7;
}

/* TAG */
.section-tag {
  color: #ff6a00;
  font-weight: 600;
  position: relative;
  padding-left: 35px;
}


/* TITLE */
.section-title {
  font-size: 40px;
  font-weight: 800;
  margin-top: 10px;
}

/* CARD */
.service-card {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.05);
  height: 100%;
}

.service-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.icon-box2 {
    width: 75px;
    height: 48px;
    background: #ff3d1f;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.icon-box.dark {
  background: #0f172a;
}

.icon-box.orange {
  background: #ff6a00;
}

.service-no {
  font-size: 28px;
  font-weight: 700;
  color: #e5e7eb;
}

/* TEXT */
.service-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.service-card p {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 25px;
  text-align: justify;
}

/* IMAGE */
.service-img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .section-title {
    font-size: 32px;
  }
}

.ck{margin-top: 10px;
    margin-right: 10px;
    color: green !important;
    font-weight: bold;}

.why-us-section {
  padding: 42px 0;
  background: #fff;
  overflow: hidden;
}

/* BACKGROUND TEXT */
.bg-text {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 120px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px #e5e7eb;
  z-index: 0;
  font-size: 90px;
}

/* TITLE */
.why-title {
  position: relative;
  font-size: 34px;
  font-weight: 800;
  z-index: 2;
}

.why-title span {
  color: #ff6a00;
}

/* TEXT */
.why-text {
    margin: 25px 0;
    color: #6b7280;
    max-width: 500px;
    z-index: 2;
    position: relative;
    font-size: 14px;
}

/* BUTTON */
.btn-orange {
  background: #ff6a00;
  color: #fff;
  padding: 14px 34px;
  font-weight: 600;
  border-radius: 0;
}

.btn-orange:hover {
  background: #e85c00;
  color: #fff;
}

/* FEATURE BOX */
.feature-box {
  /* background: repeating-linear-gradient(
    45deg,
    #f9fafb,
    #f9fafb 5px,
    #ffffff 5px,
    #ffffff 10px
  ); */
  padding: 6px;
  border-radius: 6px;
  height: 100%;
   box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 4px 12px rgba(0, 0, 0, 0.06);

}


.mrfgt{margin-top: 26px !important;}

.feature-box i {
  font-size: 30px;
  color: #0f172a;
}

.feature-box h6 {
  font-weight: 700;
  margin: 15px 0 10px;
}

.feature-box p {
  font-size: 14px;
  color: #6b7280;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .bg-text {
    font-size: 80px;
  }

  .why-title {
    font-size: 32px;
  }
}



.csrreddy {
    background-image: url('../../img/rh-images/csratv.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.allbox ul li{ font-size: 14px;}


.process-box  h5 {
    color: #fff !important;
}

.ded{    margin-left: 44px;}

.process-box p{    width: 100%;
    padding-left: 31px;
    color: #fff;}


.services-solutions {
  padding: 0px 0;
  font-family: "Inter", sans-serif;
}

.section-label {
  letter-spacing: 3px;
  font-size: 24px !important;
  color: #9ca3af;
  display: block;
  margin-bottom: 10px;
}

.service-intro {
  padding: 60px 50px;
}

.service-intro h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0b1f3b;
}

.service-intro .dot {
  color: #ff6a00;
}

.service-intro p {
  margin: 20px 0;
  color: #6b7280;
  line-height: 1.6;
}

.learn-more {
  color: #0b1f3b;
  font-weight: 600;
  text-decoration: none;
}

.learn-more span {
  margin-left: 6px;
}

.service-box {
  padding: 40px 35px;
  min-height: 230px;
  position: relative;
  transition: all 0.3s ease;
}

.service-box h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000 !important;
}

.service-box p {
  font-size: 13px;
  line-height: 1.6;
  color: #000 !important;
}

.service-box.light {
  background: #f8fafc;
  color: #0b1f3b;
  padding: 20px;
     border: 1px solid #ab465e;
}

.service-box.dark {
    background: #e5eaf1;
    color: #000000;
    padding: 20px;
    border: 1px solid #ab465e;
}

.plus {
  position: absolute;
  bottom: 25px;
  left: 35px;
  font-size: 22px;
  font-weight: 500;
}

.plus.orange {
  background: #ff6a00;
  color: #fff;
  padding: 10px 14px;
}

.service-box:hover {
  transform: translateY(-6px);
}


.points-section {
  background: #fff;
}

.point-card {
  position: relative;
  padding: 30px 20px 50px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  text-align: center;
}

.point-card::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 30px 60px 0 60px;
  border-style: solid;
}

.point-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.point-card p {
  font-size: 14px;
  line-height: 1.6;
}

.point-card .icon {
  font-size: 32px;
  margin-top: 15px;
}

.process-section {
  overflow-x: auto;
}

.process-box {
  position: relative;
  color: #fff;
  padding: 40px 25px;
  text-align: center;
  min-height: 280px;
}

.process-box:not(.no-arrow)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -34px;
  width: 0;
  height: 0;
  border-top: 140px solid transparent;
  border-bottom: 140px solid transparent;
  border-left: 35px solid;
  z-index: 2;
}

.process-box:not(.no-arrow)::before {
  content: "";
  position: absolute;
  top: 0;
  right: -36px;
  width: 0;
  height: 0;
  border-top: 140px solid transparent;
  border-bottom: 140px solid transparent;
  border-left: 36px solid #fff;
  z-index: 1;
}

/* Step Circle */
.step-circle {
  width: 55px;
  height: 55px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}

.process-box h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.process-box p {
  font-size: 14px;
  line-height: 1.6;
}

.process-box .icon {
  font-size: 30px;
  margin-top: 20px;
}

.cvg{    min-height: 559px;}

/* Colors */
/* .yellow { background: #f6c04d; }
.yellow::after { border-left-color: #f6c04d !important; } */

.yellow { background: #ee5e5e; }
.yellow::after { border-left-color: #ee5e5e !important; }

.red { background: #e63946; }
.red::after { border-left-color: #e63946 !important; }

.teal { background: #3a9db0; }
.teal::after { border-left-color: #3a9db0 !important; }

.blue { background: #356aa0; }
.blue::after { border-left-color: #356aa0 !important; }

.navy { background: #173f5f; }

/* Responsive */
@media (max-width: 992px) {
  .process-box,
  .process-box::after,
  .process-box::before {
    clip-path: none;
  }
}

.fnt16{ font-size:24px !important;}


.service-title {
  background: #fff;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ff4d00;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 12px;
}

.section-label span {
  width: 28px;
  height: 2px;
  background: #ff4d00;
  position: relative;

}

.section-label span::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 28px;
  height: 2px;
  background: #ff4d00;
}

.main-title {
  font-size: 34px;
  font-weight: 800;
  color: #0b0f1a;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .main-title {
    font-size: 28px;
  }
}

.compliance-card {
    max-width: 900px;
    padding: 32px;
    border-radius: 18px;
    /* background: radial-gradient(circle at top left, rgb(255 255 255 / 15%), transparent 40%), linear-gradient(145deg, #ffffff, #f3f4f5); */
    color: #eaf2ff;
    border: 1px solid rgba(0, 180, 255, 0.25);
    /* box-shadow: 0 0 40px rgba(0, 170, 255, 0.2); */
    text-align: left;
}

.icon-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0, 180, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9adfff;
  font-size: 20px;
}

.title {
  font-weight: 700;
  color: #000;
}

.title span {
  color: #000;
  font-weight: 500;
}

.subtitle {
  color: #000;
  margin-bottom: 18px;
}

.feature-list {
  padding-left: 20px;
  margin-bottom: 0;
}

.feature-list li {
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
}

.feature-list li strong {
  color: #000;
}

.addon-box {
    padding: 7px 8px;
    border-radius: 14px;
    background: rgba(0, 180, 255, 0.08);
    border: 1px solid rgba(0, 180, 255, 0.35);
    color: #000;
    font-size: 14px;
}



.impact-section {
  color: #111;
}

.impact-title {
  font-weight: 800;
  font-size: 32px;
}

.impact-subtitle {
  color: #555;
  max-width: 700px;
}

.clean-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.metric-box {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 16px;
}

.metric-box h4 {
  font-weight: 700;
  margin-bottom: 2px;
}

.metric-box span {
  font-size: 14px;
  color: #666;
}

.clean-progress {
  height: 8px;
  border-radius: 10px;
  background: #f0f0f0;
  margin-top: 6px;
}

.clean-progress .progress-bar {
    background: linear-gradient(90deg, #8BC34A, #4CAF50);
}

.bcf{    border-color: #ffff;}

.info-box {
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 14px;
}

.clean-list {
  padding-left: 18px;
}

.clean-list li {
  margin-bottom: 10px;
  color: #333;
}


.paddingb {
       padding-bottom: 0px;
    margin-top: 13px;
}



/* Section */
.testimonial-section {
  min-height: 100vh;
}

/* LEFT SIDE */
.testimonial-left {
  background-color: #8BC34A;
  color: #fff;
  padding: 60px;
}

.testimonial-left .content {
  max-width: 500px;
}

.testimonial-text {
  font-size: 18px;
  line-height: 1.6;
}

.author .avatar {
  width: 45px;
  height: 45px;
  background: #fff;
  color: #f24c1f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 20px;
}

.dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  margin-right: 6px;
}

.dots .active {
  background: #fff;
}

/* RIGHT SIDE */
.testimonial-right {
  background: #0b0b0b;
  padding: 60px;
  background-image: radial-gradient(rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 40px 40px;
}

.testimonial-right .content {
  max-width: 600px;
}

.title {
  font-size: 36px;
  font-weight: 600;
}

.stars {
  color: gold;
  font-size: 18px;
}

.testimonial-right p {
  color: #aaa;
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .testimonial-left,
  .testimonial-right {
    padding: 40px 20px;
  }

  .title {
    font-size: 28px;
  }
}





/* Section */


/* ABOUT label */
.section-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-label span {
  width: 30px;
  height: 2px;
  background: #ff3d1f;
  display: none;
}

.section-label h6 {
  margin: 0;
  color: #ff3d1f;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
}

/* Main heading */
.main-title {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
}

/* Description */
.description {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.7;
}

/* Feature box */
.feature-box {
  gap: 20px;
}



.feature-box h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.feature-box p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
}

/* Button */
.read-more-btn {
  background: #ff3d1f;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}

.read-more-btn:hover {
  background: #e6351a;
  color: #fff;
}

/* Responsive */
@media (max-width: 576px) {
  .main-title {
    font-size: 30px;
  }
}



.dashboard-card {
  border-radius: 16px;
  padding: 28px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
}

.card-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.metric {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 14px;
}

.metric h3 {
  margin: 0;
  font-weight: 700;
}

.progress-wrap {
  margin-bottom: 16px;
}

.progress-wrap label {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 6px;
}

.progress {
  height: 8px;
  border-radius: 10px;
  background: #eee;
}

.progress-bar {
  background: #111;
}

.info-box {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 14px;
  font-size: 14px;
}

.list li {
  margin-bottom: 10px;
}

.myvilg{    width: 70% !important;
    margin: auto;
    text-align: center;
    display: flex;
}


@media screen and (min-device-width: 320px) and (max-device-width: 480px) { 

  .section-label h6 {
	margin: 0;
	color: #ff3d1f;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

  /* .process-section {
	overflow-x: initial !important;
} */

  .padde {
	padding-left: 15px;
}

  .section-title {
	margin-bottom: 7px !important;
}



.accordion {
	margin-bottom: 10px;
}

.feature-box {
	/* background: repeating-linear-gradient( 45deg, #f9fafb, #f9fafb 5px, #ffffff 5px, #ffffff 10px ); */
	padding: 6px;
	border-radius: 6px;
	height: 100%;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.06);
	padding: 17px;
}

.icon-box2 {
	width: 75px;
	height: 48px;
	background: #ff3d1f;
	color: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	display: none;
	padding-left: 18px !important;
}

.compliance-card {
	max-width: 900px;
	padding: 32px;
	border-radius: 18px;
	/* background: radial-gradient(circle at top left, rgb(255 255 255 / 15%), transparent 40%), linear-gradient(145deg, #ffffff, #f3f4f5); */
	color: #eaf2ff;
	border: 1px solid rgba(0, 180, 255, 0.25);
	/* box-shadow: 0 0 40px rgba(0, 170, 255, 0.2); */
	text-align: left;
	margin-bottom: 20px;
}

.service-card {
	background: #fff;
	padding: 17px;
	border-radius: 6px;
	box-shadow: 0 12px 40px rgba(0,0,0,0.05);
	height: 100%;
	padding-top: 0;
}

  .process-box p {
	width: 100%;
	padding-left: 1px;
	color: #fff;
}

  .process-box {
	position: relative;
	color: #fff;
	padding: 40px 25px;
	text-align: center;
	min-height: inherit !important;
}

  .section-label span {
	width: 30px;
	height: 2px;
	background: #ff3d1f;
	display: none;
}

  .section-label span::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 28px;
	height: 2px;
	background: #ff4d00;
	display: none;
}

  .service-intro {
	padding: 10px 50px;
}

  .why-us-section {
	padding: 12px 0;
	background: #fff;
	overflow: hidden;
}

  .section-tag {
	color: #ff6a00;
	font-weight: 600;
	position: relative;
	padding-left: 5px;
}

  .vlp .section-tag::before {
	content: "";
	position: absolute;
	left: -340px;
	top: 50%;
	width: 25px;
	height: 2px;
	background: #ff6a00;
	right: 0;
	margin: 0 auto;
	display: none;
}

  /* .padde {
	padding-left: 11px;
} */

  .mrgt {
	margin-top: 0px;
}

  .prsbox .col{flex: auto !important;}
  
.process-box:not(.no-arrow)::after {
	content: "";
	position: absolute;
	top: 0;
	right: -34px;
	width: 0;
	height: 0;
	border-top: 140px solid transparent;
	border-bottom: 140px solid transparent;
	border-left: 35px solid;
	z-index: 2;
  display: none;
}

.service-head .icon-box { display: none;}

.hhe{height: auto !important;}


.who-we-are {
	padding: 10px 0;
	background: #fff;
	position: relative;
}

.fnt14 {
	font-size: 14px !important;
	margin-top: 12px;
}

}




.hhe{height: 555px !important;}

.benefit-card{     padding: 13px;}

.page-title {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}

.page-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #0d6efd; /* change color if needed */
  border-radius: 4px;
}



.sdg-icons {
  display: flex;
  gap: 12px;
  align-items: center;
  background-color: #f4f2f2;
  padding: 10px;
  border-radius: 4px;
}

.sdg-icons img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  background: #fff;
}


h2{ font-size: 16px;}

.faq-section {
  background: #ffffff;
}

.faq-title {
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
}

.faq-subtitle {
  font-size: 16px;
  color: #475569;
  margin-top: 8px;
}

/* Accordion */
.faq-accordion .accordion-item {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-accordion .accordion-button {
  font-weight: 600;
  font-size: 16px;
  color: #0f172a;
  background: #f8fafc;
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #dbeafe; /* light corporate blue */
  color: #0f172a;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-body {
  font-size: 15px;
  color: #334155;
  line-height: 1.7;
  background: #ffffff;
}

/* Chevron style */
.accordion-button::after {
  background-size: 16px;
}








.faq-clean {
  background: #ffffff;
}

.faq-heading {
  font-size: 30px;
  font-weight: 700;
  color: #111827;
}

/* Accordion container */
.faq-accordion-clean .accordion-item {
  background: #faf7f3;
  border: none;
  border-radius: 10px;
  margin-bottom: 14px;
}

/* Question row */
.faq-accordion-clean .accordion-button {
  background: #faf7f3;
  font-weight: 600;
  font-size: 16px;
  color: #111827;
  padding: 18px 20px;
  box-shadow: none;
  border-radius: 10px;
}

/* Remove default blue */
.faq-accordion-clean .accordion-button:not(.collapsed) {
  background: #faf7f3;
  color: #111827;
}

/* Arrow icon style */
.faq-accordion-clean .accordion-button::after {
  background-size: 14px;
  transform: rotate(0deg);
}

.faq-accordion-clean .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

/* Answer */
.faq-accordion-clean .accordion-body {
  padding: 0 20px 18px;
  font-size: 15px;
  color: #4b5563;
  line-height: 1.7;
  background: #faf7f3;
}

/* Focus fix */
.accordion-button:focus {
  box-shadow: none;
}
