/* ===========================
   REVIEWS HERO SECTION
   =========================== */

.reviews-hero {
    position: relative;
    padding: 5rem 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
}

.reviews-hero .overlay {
    position: absolute;
    inset: 0;
    background: rgba(11, 18, 26, 0.65);
    z-index: 1;
}

.reviews-hero .container {
    position: relative;
    z-index: 2;
}

/* HERO HEADING */
.reviews-display-1 {
    font-size: 4rem;          /* Your requested font size */
    font-weight: 500;
    color: #dfffa6;             /* same lime as milestones */
    margin-bottom: 0.6rem;
}

/* HERO SUBHEADING */
.reviews-lead {
    font-size: 2.25rem;
      font-weight: 300;
    color: #ffffff;
    opacity: 0.92;
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .reviews-hero {
        padding: 3rem 0;
        background-attachment: scroll;
    }

    .reviews-display-1 {
        font-size: 1.8rem;
    }

    .reviews-lead {
        font-size: 1rem;
    }
}

/* Breadcrumb wrapper alignment (same as milestones) */
.container-fluid.bg {
    background: transparent;
}

/* Review Intro Box */

.reviews-intro-box {
    background: #1f2432;
    border-radius: 24px;
    color: #dbe4ea;
}

.reviews-intro-text {
    font-size: 1.1rem;
    line-height: 1.85;
}

.highlight-review {
    color: #dfffa6;
    font-weight: 600;
}
/* ====== reviews.css additions: "Why Google Reviews" block ====== */

.reviews-why-section {
    background: transparent;
    padding-top: 48px;
    padding-bottom: 48px;
}

.reviews-why-main {
    font-size: 2.4rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 12px 0;
}

.reviews-why-accent {
    color: #dfffa6;
    margin-left: 6px;
}

.reviews-why-copy {
    color: #cbd6dd;
    max-width: 980px;
    margin: 0 auto 28px auto;
    font-size: 1.05rem;
    line-height: 1.7;
}

.highlight-review {
    color: #dfffa6;
    font-weight: 700;
}

/* summary small cards row */
.reviews-summ-cards .review-summ-card {
    background: #1f2432;
    border-radius: 20px;
    color: #dbe4ea;
    min-height: 160px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.02);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-summ-card .stars {
    color: #ffd84d;
    font-weight: 700;
    margin-bottom: 8px;
}

.review-summ-card .small-desc {
    color: #cbd6dd;
    font-size: 0.95rem;
    line-height: 1.45;
    margin-bottom: 12px;
}

.review-summ-card .meta {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #a9b7c0;
    font-size: 0.95rem;
}

.meta-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(198,255,99,0.12);
    background: rgba(255,255,255,0.02);
}

.reviews-cta-link {
    display: inline-block;
    color: #dfffa6;
    text-decoration: underline;
    font-weight: 600;
    padding: 8px 12px;
}

/* responsive tweaks */
@media (max-width: 991px) {
    .reviews-why-main { font-size: 1.9rem; }
    .reviews-summ-cards .review-summ-card { min-height: 140px; }
}
.meta-name-link {
    color: #dfffa6;
    font-weight: 600;
    text-decoration: none;
}
.meta-name-link:hover {
    text-decoration: underline;
}
/* reviews.css - Video section styles (updated smaller size) */

.video-section-heading {
  font-size: 2.2rem;      /* slightly smaller */
  color: #dfffa6;
  font-weight: 600;
}

.video-section-subtitle {
  color: #cbd6dd;
  max-width: 820px;       /* tighter width */
  margin: 0 auto;
  font-size: 1.05rem;      /* reduced */
  line-height: 1.5;
}

.video-cards-wrapper {
  background: #1f2432;
  margin-top: 20px;
  padding: 20px;          /* reduced from 32px */
  border-radius: 20px;
}

.video-card {
  background: transparent;
  color: #dbe4ea;
  padding: 10px !important;  /* smaller card padding */
}

/* Thumbnails */
.video-thumb-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.video-thumb {
  width: 85%;                 /* reduce size */
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(2,6,12,0.35); /* lighter shadow */
  display: block;
  margin: 0 auto;            /* center */
}

.video-thumb-placeholder {
  height: 160px;             /* smaller placeholder */
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg,#2a3340,#232a33);
  color:#dfffa6;
  font-weight:700;
  border-radius:6px;
}

/* Titles */
.video-card-title {
  color: #dfffa6;
  font-weight: 700;
  margin: 10px 0 4px;
  font-size: 0.9rem;        /* reduced */
}

.video-card-desc {
  color: #cbd6dd;
  font-size: 0.8rem;        /* reduced */
  line-height: 1.45;
}

/* Desktop: reduce column width */
@media (min-width: 992px) {
  .video-section .col-lg-5 {
    max-width: 38% !important;
    flex: 0 0 38% !important;
  }
}


/* modal */
.video-modal { display:none; position:fixed; inset:0; z-index:1050; align-items:center; justify-content:center; }
.video-modal .video-modal-backdrop {
  position:absolute; inset:0; background:rgba(3,6,12,0.75);
}
.video-modal-inner {
  position:relative; z-index:1060; width:90%; max-width:980px; margin: 20px auto;
  border-radius: 8px; overflow:hidden;
  background: #000;
}
.video-modal-close {
  position:absolute; top:10px; right:12px; z-index:1070; background:transparent; border:none; font-size:32px; color:#fff; cursor:pointer;
}
.video-iframe-wrap { position:relative; padding-top:56.25%; height:0; }
.video-iframe-wrap iframe { position:absolute; top:0; left:0; width:100%; height:100%; }

/* responsive tweaks */
@media (max-width: 767px) {
  .video-thumb-placeholder { height:160px; }
}
/* Industry Leaders Section */
.industry-section {
    margin-top: 40px;
}

.industry-main-heading {
    font-size: 2.2rem;
    font-weight: 600;
    color: #dfffa6;
}

.industry-subheading {
    max-width: 900px;
    color: #cbd6dd;
    line-height: 1.7;
    font-size: 1.05rem;
}

/* Cards */
.industry-card {
    background: #1f2432;
    border-radius: 26px;
    border: 2px solid rgba(198,255,99,0.15);
    text-align: center;
    padding: 32px 20px;
    color: #dbe4ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
    transition: transform .2s ease, box-shadow .2s ease;
}

.industry-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 36px rgba(2,6,10,0.35);
}

/* Leader Photo */
.leader-photo {
    max-width: 130px;
    border-radius: 6px;
    object-fit: contain;
}

/* Name */
.leader-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: #dfffa6;
    margin-bottom: 4px;
}

/* Designation */
.leader-designation {
    color: #cbd6dd;
    font-size: 0.95rem;
}

/* Logo */
.leader-logo {
    max-width: 80px;
    max-height: 40px;
    object-fit: contain;
    margin: auto;
}

/* Description */
.leader-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #dbe4ea;
}

/* Responsive */
@media (max-width: 767px) {
    .leader-photo {
        max-width: 100px;
    }
    .leader-name {
        font-size: 1.05rem;
    }
}

/* ===========================
   REVIEWS HIGHLIGHT SECTION
   =========================== */

.reviews-highlight-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    margin-top: 40px;
    border-radius: 0;
    overflow: hidden;
}

.reviews-highlight-overlay {
    position: absolute;
    inset: 0;
    background: rgba(11, 18, 26, 0.70); /* dark overlay */
    z-index: 1;
}

.reviews-highlight-inner {
    position: relative;
    z-index: 2;
    max-width: 1100px;
}

/* Description Text */
.reviews-highlight-text {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.7;
    max-width: 1000px;
    margin: 0 auto 40px auto;
}

/* Stats Row */
.reviews-highlight-stats {
    max-width: 900px;
    margin: 0 auto;
}

.reviews-stat-item {
    text-align: center;
    color: #dbe4ea;
}

.reviews-stat-value {
    font-size: 2rem;
    font-weight: 700;
    color: #dfffa6; /* lime accent like milestones */
    margin-bottom: 6px;
}

.reviews-stat-star {
    color: #ffd84d;
    font-size: 1.6rem;
    margin-left: 4px;
    vertical-align: middle;
}

.reviews-stat-label {
    font-size: 1rem;
    color: #cbd6dd;
    opacity: 0.9;
    letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 768px) {
    .reviews-highlight-section {
        padding: 50px 0;
    }
    .reviews-stat-value {
        font-size: 1.6rem;
    }
    .reviews-highlight-text {
        font-size: 1.05rem;
    }
}

.reviews-stat-col {
    position: relative;
}

/* Show separators only on desktop */
@media (min-width: 768px) {
    .reviews-stat-col:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        height: 45px; /* ⭐ Adjusted height to match your screenshot */
        width: 2px;
        background: rgba(255, 255, 255, 0.4);
        border-radius: 2px;
    }
}

/* FAQ Section */
.faq-section {
    padding: 40px 0;
}

.faq-title {
    font-size: 2.4rem;
    font-weight: 600;
    color: #dfffa6;
}

/* FAQ List */
.faq-list {
    background: #1f2432;
    padding: 30px;
    border-radius: 24px;
}

/* Each FAQ Block */
.faq-item {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 14px 0;
}

/* Question Row */
.faq-question-btn {
    width: 100%;
    background: transparent;
    border: none;
    color: #dfffa6;
    font-size: 1.3rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
}

.faq-question-btn:focus {
    outline: none;
}

/* Plus/Minus Icon */
.faq-icon {
    font-size: 1.8rem;
    font-weight: 600;
    transition: transform .25s ease;
}

/* Answer Box */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    color: #cbd6dd;
    line-height: 1.7;
    font-size: 1rem;
    padding-right: 25px;
    transition: max-height .35s ease, opacity .3s ease;
    opacity: 0;
}

/* When Open */
.faq-item.open .faq-answer {
    max-height: 500px;
    opacity: 1;
}

.faq-item.open .faq-icon {
    transform: rotate(45deg); /* + becomes × */
}
