:root {
  --brand: #2E7D32;
  --sub: #FBC02D;
  --body: #516171;
  --border: rgba(0,0,0,0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

/* ===== CAROUSEL BASE ===== */
.carousel-item img {
    height: 660px;
    object-fit: cover;
}

.carousel-caption {
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 80px;
    text-align: left;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
}

/* ===== PER-SLIDE OVERLAY COLORS ===== */
.slide-1 .carousel-caption { background: linear-gradient(100deg, rgba(20,5,60,0.92) 35%, rgba(20,5,60,0.35) 100%); }
.slide-2 .carousel-caption { background: linear-gradient(100deg, rgba(5,30,60,0.92) 35%, rgba(5,30,60,0.35) 100%); }
.slide-3 .carousel-caption { background: linear-gradient(100deg, rgba(5,50,30,0.92) 35%, rgba(5,50,30,0.35) 100%); }

/* ===== CAPTION INNER ===== */
.caption-inner {
    max-width: 65%;
    position: relative;
    z-index: 2;
}

/* ===== TAG BADGE ===== */
.slide-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 20px;
    margin-bottom: 14px;
    /* Animate */
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s 0.1s ease, transform 0.5s 0.1s ease;
}
.slide-1 .slide-tag { background: rgba(255,255,255,0.12); color: #c9b8ff; border: 1px solid rgba(180,150,255,0.3); }
.slide-2 .slide-tag { background: rgba(255,255,255,0.12); color: #93d4ff; border: 1px solid rgba(100,180,255,0.3); }
.slide-3 .slide-tag { background: rgba(255,255,255,0.12); color: #6dffcc; border: 1px solid rgba(100,255,190,0.3); }

/* ===== HEADING LINES ===== */
.h-line1 {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: rgba(255,255,255,0.75);
    margin-bottom: 4px;
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.5s 0.25s ease, transform 0.5s 0.25s ease;
}
.h-line2 {
    font-size: 52px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.05;
    margin-bottom: 4px;
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.5s 0.4s ease, transform 0.5s 0.4s ease;
}
.h-line3 {
    font-size: 46px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.05;
    margin-bottom: 16px;
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.5s 0.55s ease, transform 0.5s 0.55s ease;
}

/* Slide 1: white + gold */
.slide-1 .h-line2 { color: #ffffff; }
.slide-1 .h-line3 { color: #f5c842; -webkit-text-stroke: 1px #c9a000; }
.slide-1 .slide-btn { background: #f5c842; border-color: #f5c842; color: #1a0a3c; }
.slide-1 .slide-btn:hover { background: transparent; color: #f5c842; }

/* Slide 2: blue + white */
.slide-2 .h-line2 { color: #4fc3f7; }
.slide-2 .h-line3 { color: #ffffff; }
.slide-2 .slide-btn { background: #4fc3f7; border-color: #4fc3f7; color: #051e3c; }
.slide-2 .slide-btn:hover { background: transparent; color: #4fc3f7; }

/* Slide 3: green + white */
.slide-3 .h-line2 { color: #69f0ae; }
.slide-3 .h-line3 { color: #ffffff; }
.slide-3 .slide-btn { background: #69f0ae; border-color: #69f0ae; color: #05321e; }
.slide-3 .slide-btn:hover { background: transparent; color: #69f0ae; }

/* ===== DESCRIPTION ===== */
.slide-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 480px;
    margin-bottom: 28px;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.5s 0.65s ease, transform 0.5s 0.65s ease;
}

/* ===== CTA BUTTON ===== */
.slide-btn {
    display: inline-block;
    padding: 12px 32px;
    border: 2px solid;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
    opacity: 0;
    transform: translateY(15px);
    transition: background 0.3s, color 0.3s, opacity 0.5s 0.8s ease, transform 0.5s 0.8s ease;
}

/* ===== BUBBLE BADGE (top right) ===== */
.badge-bubble {
    position: absolute;
    top: 70px;
    right: 80px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    border: 2px solid rgba(255,255,255,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    z-index: 3;
    opacity: 0;
    transform: scale(0.6);
    transition: opacity 0.5s 0.9s ease, transform 0.5s 0.9s ease;
}

/* ===== DECORATIVE LEFT ARROWS ===== */
.deco-left {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 3;
}
.deco-left span {
    display: block;
    width: 18px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
}
.slide-1 .deco-left span { border-color: #f5c842; }
.slide-2 .deco-left span { border-color: #4fc3f7; }
.slide-3 .deco-left span { border-color: #69f0ae; }

/* ===== TOP DECO ARROWS ===== */
.top-deco {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 10;
}
.top-deco span {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid rgba(255,255,255,0.45);
    border-right: 2px solid rgba(255,255,255,0.45);
    transform: rotate(-45deg);
}

/* ===== ANIMATE IN ON ACTIVE SLIDE ===== */
.carousel-item.active .slide-tag,
.carousel-item.active .h-line1,
.carousel-item.active .h-line2,
.carousel-item.active .h-line3,
.carousel-item.active .slide-description,
.carousel-item.active .slide-btn,
.carousel-item.active .badge-bubble {
    opacity: 1 !important;
    transform: none !important;
}

/* ===== NAV BUTTONS ===== */
.custom-carousel-controls {
    position: absolute;
    bottom: 30px;
    right: 40px;
    display: flex;
    gap: 12px;
    z-index: 10;
}
.custom-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    border: 2px solid rgba(255,255,255,0.35);
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    backdrop-filter: blur(4px);
}
.custom-btn:hover {
    background: rgba(255,255,255,0.25);
    border-color: rgba(255,255,255,0.7);
    transform: scale(1.1);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .carousel-item img { height: 480px; }
    .carousel-caption { padding: 0 40px; }
    .h-line2 { font-size: 34px; }
    .h-line3 { font-size: 30px; }
    .badge-bubble { width: 75px; height: 75px; font-size: 10px; right: 50px; top: 20px; }
    .custom-carousel-controls { bottom: 15px; right: 15px; }
    .custom-btn { width: 40px; height: 40px; font-size: 16px; }
    .caption-inner {
    max-width: 100%;
  padding-top: 90px;}
  .top-deco span{
    display: none;
  }
}




.feat-card {
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: 16px;
    padding: 36px 28px;
    position: relative;
    transition: 0.3s;
}

.feat-card::before {
    content: '';
    position: absolute;
    top: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, var(--brand), var(--accent));
    opacity: 0;
    transition: 0.3s;
}

.feat-card:hover {
    box-shadow: 0 12px 30px rgba(46, 125, 50, 0.15);
    transform: translateY(-5px);
    border-color: var(--brand);
}

.feat-card:hover::before {
    opacity: 1;
}

/* Number */
.card-num {
    font-size: 52px;
    font-weight: 700;
    color: var(--num-muted);
    position: absolute;
    top: 20px;
    right: 20px;
}

.feat-card:hover .card-num,
.feat-card.active .card-num {
    color: var(--brand);
}

/* Icon */
.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--brand-light);
    border: 2px solid var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.icon-circle i {
    font-size: 26px;
    color: var(--brand);
}

.feat-card:hover .icon-circle {
    background: var(--brand);
}

.feat-card:hover .icon-circle i {
    color: #fff;
}

/* Text */
.feat-card h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.feat-card p {
    font-size: 14px;
    color: var(--text-body);
}

.section-title {
    font-weight: bold;
    color: #1a2332;
    font-weight: 800;
    
}
/* 🔹 Heading spacing (separate block) */
.features-section .text-center {
  margin-bottom: 60px;
}

/* 🔹 Mobile spacing fix */
@media (max-width: 768px) {

  /* Section padding */
  .features-section {
    padding: 50px 0;
  }

  /* Heading spacing */
  .features-section .text-center {
    margin-bottom: 40px;
    padding: 0 15px; /* side spacing for text */
  }

  /* Description text alignment */
  .section-desc {
    font-size: 14px;
    line-height: 1.6;
  }

  /* Cards spacing as separate block */
  /* .features-section .row {
    margin-top: 10px;
  } */

   .section-title {
    font-weight: bold;
    font-size: 26px;
    font-weight: 800;
    color: #1a2332;
    margin-bottom: 20px;
}

  /* Card spacing */
  .feat-card {
    padding: 20px 20px;
  }

}
/* section end */

/* about section start */
.about-section {
    padding: 50px 0;
    overflow: hidden;
}

/* LEFT – image stack */
.img-stack {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Bigger circle image */
.img-circle {
    width: 480px;
    /* increased */
    height: 480px;
    /* increased */
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
    box-shadow: 0 20px 60px rgba(46, 125, 50, 0.15);
}

.img-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Decorative dots */
.dot {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.dot-green-lg {
    width: 70px;
    height: 70px;
    background: #2E7D32;
    top: 10%;
    left: 4%;
    opacity: .85;
}

.dot-yellow-sm {
    width: 24px;
    height: 24px;
    background: #FBC02D;
    top: 14%;
    left: 50%;
}

.dot-yellow-md {
    width: 42px;
    height: 42px;
    background: #FBC02D;
    top: 52%;
    right: 0%;
    opacity: .9;
}

.dot-green-sm {
    width: 18px;
    height: 18px;
    background: #2E7D32;
    bottom: 12%;
    right: 10%;
}

/* Badge */
.badge-card {
    position: absolute;
    bottom: 20px;
    left: -10px;
    z-index: 4;
    background: #fff;
    border-radius: 16px;
    padding: 18px 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    text-align: center;
    min-width: 140px;
}

.badge-num {
    font-size: 32px;
    font-weight: 800;
    color: #FBC02D;
    line-height: 1;
    display: block;
}

.badge-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-body);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 4px;
    display: block;
    /* color: #556070; */
}

/* Badge 2 */
.badge-card-2 {
    position: absolute;
    top: 30px;
    right: -10px;
    z-index: 4;
    background: #2E7D32;
    border-radius: 16px;
    padding: 14px 20px;
    box-shadow: 0 8px 24px rgba(46, 125, 50, 0.25);
    text-align: center;
    min-width: 120px;
}

.badge-card-2 .badge-num {
    font-size: 26px;
    font-weight: 800;
    color: #FBC02D;
    line-height: 1;
    display: block;
}

.badge-card-2 .badge-label {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 4px;
    display: block;
}

/* RIGHT CONTENT */
.about-eyebrow {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2E7D32;
    margin-bottom: 18px;
}

.about-title {
    /* font-size: 36px; */
    font-weight: 800;
    color: #1a2332;
    margin-bottom: 20px;
}

.about-desc {
    font-size: 15px;
    color: #556070;
    line-height: 1.8;
    margin-bottom: 12px;
}

/* ✅ ICON FIX (better visible icons) */
.check-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 32px;
}

.check-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14.5px;
    color: #1a2332;
    margin-bottom: 12px;
}

/* Icon style improved */
.chk-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #E8F5E9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chk-icon i {
    font-size: 14px;
    color: #2E7D32;
}

/* Buttons */
.btn-primary-green {
    background: #2E7D32;
    color: #fff;
    padding: 14px 36px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
}

.btn-primary-green:hover {
    background: #2E7D32;
    color: #fff;
}

.btn-outline-yellow {
    border: 2px solid #FBC02D;
    color: #2E7D32;
    padding: 13px 30px;
    border-radius: 8px;
    text-decoration: none;
}

.btn-outline-yellow:hover {
    background: #FBC02D;
    color: #000;
}

/* Responsive */
@media (max-width: 991px) {
    .img-circle {
        width: 360px;
        height: 360px;
    }
}

@media (max-width: 576px) {
    .img-circle {
        width: 300px;
        height: 300px;
    }
    .about-title {
    font-size: 26px;
    font-weight: 800;
    color: #1a2332;
    margin-bottom: 20px;
}
.about-section {
    padding: 0px 0 50px;
    overflow: hidden;
}
}

/* about section end */



/*our services*/
.expertise-main-section {
  /* padding: 0px 5%; */
  padding-bottom: 20px;
  /* background: #f5f7f5; */
}

/* Heading */
/* .expertise-subheading {
  color: #1a2332;
  font-size: 14px;
  letter-spacing: 2px;
} */

.expertise-main-heading {
   font-weight: 800;
    color: #1a2332;
}

/* GRID */
.expertise-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.expertise-card {
  position: relative;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

/* IMAGE */
.expertise-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.expertise-card:hover img {
  transform: scale(1.08);
}

/* ICON (FIXED WHITE BG ALWAYS) */
.expertise-arrow {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 38px;
  height: 38px;
  background: #fff;          /* ✅ always white */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2E7D32;           /* icon color */
  font-size: 16px;
  z-index: 2;
}

/* no hover change */
.expertise-card:hover .expertise-arrow {
  background: #fff;
  color: #2E7D32;
}

/* OVERLAY (STRONGER FOR TEXT VISIBILITY) */
.expertise-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 22px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.934),   /* strong bottom */
    rgba(0,0,0,0.4),
    transparent
  );
  color: #fff;
}

/* TEXT */
.expertise-overlay h3 {
  font-size: 17px;
  margin-bottom: 5px;
  font-weight: 600;
  color: white;
}

.expertise-overlay p {
  font-size: 13px;
  opacity: 0.95;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .expertise-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .expertise-grid-container {
    grid-template-columns: 1fr;
  }
}
/*our services end*/

/*why choose us*/
/* SECTION WITH IMAGE */
.cta-section {
  position: relative;
  width: 100%;
  padding: 100px 5%;
  background: url('../img/image-5/slider-2.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 50px; */
}

/* OVERLAY */
.cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65); /* 🔥 strong overlay */
}

/* CONTENT */
.cta-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 700px;
  margin: auto;
}

/* TITLE */
.cta-content h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
  color: white;
}

/* TEXT */
.cta-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
  opacity: 0.95;
  color: #fff;
}

/* BUTTON */
.cta-btn {
  display: inline-block;
  background: #FBC02D;
  color: #000;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

/* HOVER */
.cta-btn:hover {
  background: #fff;
  color: #2E7D32;
}

/* ---------------- MOBILE ---------------- */

@media (max-width: 768px) {

  .cta-section {
    padding: 70px 20px;
  }

  .cta-content h2 {
    font-size: 28px;
  }

  .cta-content p {
    font-size: 14px;
  }

}
/*why choose us end*/


/*service seperate page*/
/*path*/
.service-hero {
  position: relative;
  padding: 250px 0 100px; /* space for transparent header */
  background: url('../img/image-5/slider-3.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
}

/* Overlay */
.service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.service-hero-content {
  position: relative;
  z-index: 2;
  max-width: 750px;
  margin: auto;
}

/* Breadcrumb */
.breadcrumb {
  font-size: 14px;
  margin-bottom: 15px;
  color: rgba(255,255,255,0.8);
}

.breadcrumb a {
  color: #FBC02D;
  text-decoration: none;
}

.breadcrumb span {
  margin: 0 5px;
}

/* Title */
.service-hero h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

/* Description */
.service-hero p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
  color: rgba(255,255,255,0.9);
}

/* Button */
.hero-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #2E7D32;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.hero-btn:hover {
  background: #FBC02D;
  color: #000;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .service-hero {
    padding: 140px 20px 80px;
  }

  .service-hero h1 {
    font-size: 28px;
  }

  .service-hero p {
    font-size: 14px;
  }
}
/*path end*/

/* SECTION */
.service-overview {
  padding: 50px 0;
  /* background: #f1f8f3;  */
}

/* IMAGE */
.overview-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.overview-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT */
.overview-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #2E7D32;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.overview-content h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a2332;
}

.overview-content p {
  font-size: 15px;
  color: #556070;
  line-height: 1.7;
  margin-bottom: 10px;
}

/* POINTS */
.overview-points {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.overview-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  margin-bottom: 10px;
  color: #1a2332;
}

.overview-points i {
  color: #2E7D32;
  font-size: 16px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .service-overview {
    padding: 30px 0;
  }

  .overview-content h2 {
    font-size: 26px;
  }
}

/*key features*/
.key-features-section {
  padding: 50px 0;
  /* background: #f4f8f4; */
  text-align: center;
}

/* Heading */
.section-title {
  font-size: 34px;
  font-weight: 700;
  color: #1a2332;
}

.section-subtitle {
  color: #556070;
  font-size: 15px;
  max-width: 600px;
  margin: 10px auto 0;
}

/* Card */
.feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 60px 25px 30px;
  position: relative;
  transition: 0.3s;
  border: 1px solid #e0e0e0;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* Icon (top circle style like screenshot) */
.icon-wrap {
  width: 80px;
  height: 80px;
  background: #E8F5E9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -90px auto 20px;
  border: 3px solid #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.icon-wrap i {
  font-size: 30px;
  color: #2E7D32;
}

/* Text */
.feature-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 14px;
  color: #556070;
}

/* Hover effect */
.feature-card:hover .icon-wrap {
  background: #2E7D32;
}

.feature-card:hover .icon-wrap i {
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .key-features-section {
    padding: 30px 0;
  }

  .feature-card {
    padding: 50px 20px 25px;
  }

  .icon-wrap {
    width: 70px;
    height: 70px;
    margin-top: -80px;
  }
}


/*why choose us*/
.pdf-why-section {
  padding: 50px 5%;
  background: #f9f9f9;
}

/* IMAGE */
.pdf-why-image {
  position: relative;
}

.pdf-why-image img {
  width: 100%;
  border-radius: 15px;
}

/* EXPERIENCE BOX */
.pdf-exp-box {
  position: absolute;
  bottom: -20px;
  right: 20px;
  background: #fff;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  text-align: center;
}

.pdf-exp-box h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.pdf-exp-box p {
  font-size: 12px;
  margin: 0;
  color: #777;
}

/* CONTENT */
.pdf-why-content {
  padding-left: 30px;
}

.pdf-why-subtitle {
  color: var(--brand);
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
}

.pdf-why-content h2 {
  font-size: 32px;
  margin: 10px 0;
}

.pdf-why-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}

/* CARD */
.pdf-why-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 18px 20px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.pdf-why-card:hover {
  transform: translateY(-5px);
}

/* ICON */
.pdf-why-icon {
  width: 50px;
  height: 50px;
  background: rgba(46,125,50,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pdf-why-icon i {
  color: #2E7D32;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

/* TEXT */
.pdf-why-card h5 {
  font-size: 16px;
  margin-bottom: 5px;
}

.pdf-why-card p {
  font-size: 13px;
  color: #666;
  margin: 0;
}

/* MOBILE */
@media (max-width: 992px) {
  .pdf-why-content {
    padding-left: 0;
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .pdf-why-content h2 {
    font-size: 24px;
  }

  .pdf-exp-box {
    right: 10px;
    bottom: -15px;
    padding: 15px;
  }
}


/*testimonial*/
