.review-section{
padding:80px 0;
background:#f8d8db85;
}

.review-heading{
text-align:center;
font-size:34px;
font-weight:700;
margin-bottom:50px;
}

.review-card{
background:#fff;
padding:30px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
height:100%;
transition:all .3s ease;
display:flex;
flex-direction:column;
align-items:start;
}

.review-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.review-card p{
font-size:15px;
line-height:1.7;
color:#444;
margin-bottom:20px;
text-align:start;
}

.review-card h4{
font-size:18px;
margin-bottom:5px;
font-weight:600;
text-align:start;
}

.review-card span{
font-size:14px;
color:#777;
}

.stars{
color:#ffc107;
font-size:18px;
margin-bottom:15px;
text-align:start;
}

.swiper{
padding-bottom:60px;
}

.swiper-button-next,
.swiper-button-prev{
color:#000;
}

.swiper-pagination-bullet{
background:#000;
}
.achievements-section{
padding:80px 20px;
background:#f7f8fb;
}

.section-title{
text-align:center;
font-size:36px;
margin-bottom:50px;
font-weight:700;
}

.achievements-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
}

.achievement-card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.3s;
display:flex;
flex-direction:column;
}

.achievement-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 35px rgba(0,0,0,0.12);
}

.achievement-img{
width:100%;
height:auto;
object-fit:cover;
}

.achievement-content{
padding:25px;
flex:1;
display:flex;
flex-direction:column;
}

.achievement-content h3{
font-size:20px;
line-height:1.4;
margin-bottom:12px;
}

.year{
color:#777;
margin-bottom:20px;
font-weight:500;
}

.read-btn{
display:inline-block;
padding:10px 18px;
background:#111;
color:#fff;
border-radius:6px;
text-decoration:none;
font-size:14px;
width:max-content;
transition:0.3s;
}

.read-btn:hover{
background:#c59d5f;
}
@media(max-width:900px){

.achievements-grid{
grid-template-columns:1fr;
}

.section-title{
font-size:28px;
}

}

.achievement-detail{
padding:80px 20px;
}

.detail-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
/*align-items:center;*/
}

.detail-image img{
width:100%;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.detail-content h1{
font-size:34px;
margin-bottom:15px;
}

.meta{
color:#777;
margin-bottom:25px;
font-weight:500;
}

.detail-content p{
line-height:1.7;
margin-bottom:18px;
}

.back-btn{
display:inline-block;
margin-top:20px;
padding:10px 20px;
background:#111;
color:#fff;
text-decoration:none;
border-radius:6px;
}

@media(max-width:900px){

.detail-grid{
grid-template-columns:1fr;
}

.detail-content h1{
font-size:26px;
}

}
.stats-section{
padding:60px 20px;
background: #ff867a2b;;
}

.stats-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.stat-box{
    background: #ffffff24;
    padding: 30px 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 12%);
    transition: 0.3s;
    border: 1px solid #c7c7c7;
}

.stat-box:hover{
transform:translateY(-6px);
box-shadow:0 18px 40px rgba(0,0,0,0.12);
}

.stat-number{
font-size:38px;
font-weight:700;
color:#ff8478;
margin-bottom:8px;
}

.stat-text{
font-size:16px;
color:#444;
font-weight:500;
}
.unique-lists{
    padding-left:0;
}
.unique-lists li{
padding: 8px 12px;
    background-color: #ffced5;
    border: 1px solid #ffb0a8;
    border-left: 2px solid #ff3855;
    margin-bottom: 10px;
}
.internal-linking-btns{
    display:flex;
    align-items:center;
    gap:10px
}
.internal-linking-btns a{
     text-decoration: none;
    padding: 7px 13px;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 600;
}
.internal-linking-btns a:first-child{
color: #e9e9e9;
    background-color: #404040;
}
.internal-linking-btns a:last-child{
    color: #565656;
    background-color: #ffffff00;
    border: 1px solid #464646;
}
.view-all-btn{
    padding: 12px 43px;
    text-decoration: none;
    border-radius: 3px;
    background-color: #ffa5a0;
    color: black;
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 992px) {
    .stats-container{
        grid-template-columns: repeat(2, 1fr);
    }
    .stat-number{
            font-size: 29px;
    }
    .internal-linking-btns a{
        font-size:16px;
    }
    
}
/* Section */
.zx5-why-section {
  padding: 80px 20px;
  background: #ffffff;
  font-family: 'Segoe UI', sans-serif;
}

/* Container */
.zx5-container {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.zx5-header {
  text-align: center;
  margin-bottom: 50px;
}

/* Label */
.zx5-label {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  letter-spacing: 1px;
  color: #666;
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* Blue Diamond Dot */
.zx5-dot {
  width: 10px;
  height: 10px;
  background: #fb7169;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 10px;
}

/* Heading */
.zx5-heading {
  font-size: 32px;
  font-weight: 600;
  color: #111;
  max-width: 750px;
  margin: 0 auto 15px;
  line-height: 1.4;
}

/* Intro */
.zx5-intro {
  color: #363636;
  font-size: 16px;
}

/* Grid */
.zx5-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Cards */
.zx5-card {
  padding: 28px;
  border-radius: 16px;
  background: #f9fafc;
  border: 1px solid #eef0f4;
  transition: all 0.3s ease;
  position: relative;
      border: 1px solid #747474;
}

/* Left Accent Line */
.zx5-card::before {
content: "";
    position: absolute;
    left: 0;
    top: 20px;
    height: 80%;
    width: 4px;
    background: linear-gradient(180deg, #ff8986, #fec9c1);
    border-radius: 2px;
}

/* Hover */
.zx5-card:hover {
  transform: translateY(-6px);
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Title */
.zx5-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #222;
}

/* Text */
.zx5-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
/* Section */
.zx6-industry-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #f7f9fc, #ffffff);
  font-family: 'Segoe UI', sans-serif;
}

/* Container */
.zx6-container {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.zx6-header {
  text-align: center;
  margin-bottom: 50px;
}

/* Label */
.zx6-label {
  font-size: 13px;
  text-transform: uppercase;
  color: #777;
  display: inline-flex;
  align-items: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.zx6-diamond {
  width: 10px;
  height: 10px;
  background: #fd736b;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 10px;
}

/* Heading */
.zx6-heading {
  font-size: 32px;
  color: #111;
  margin-bottom: 15px;
  line-height: 1.4;
}

/* Intro */
.zx6-intro {
  color: #666;
  font-size: 15px;
  max-width: 700px;
  margin: auto;
}

/* Grid */
.zx6-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Cards */
.zx6-card {
display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 22px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #eef1f4;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #b1b1b1;
}
/* Soft Gradient Glow */
.zx6-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(74,123,209,0.08), transparent 60%);
  opacity: 0;
  transition: 0.3s;
}

/* Hover */
.zx6-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.zx6-card:hover::after {
  opacity: 1;
}
.zx6-card i {
  min-width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 10px;
  background: rgba(74,123,209,0.08);
  color: #4a7bd1;
}

/* Title */
.zx6-card h3 {
  font-size: 17px;
  color: #222;
  margin-bottom: 8px;
}
.zx6-card svg{
    height:50px;
    width:50px;
}
/* Text */
.zx6-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}
/* Text */
.zx6-text {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    line-height: 1.6;
}

/* Make title slightly stronger */
.zx6-text strong {
  font-weight: 600;
  color: #111;
}
/* Responsive */
@media (max-width: 1000px) {
  .zx6-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .zx6-heading {
    font-size: 24px;
  }

  .zx6-grid {
    grid-template-columns: 1fr;
  }

  .zx6-card {
    padding: 22px;
  }
}
/* Responsive */
@media (max-width: 992px) {
  .zx5-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .zx5-heading {
    font-size: 24px;
  }

  .zx5-grid {
    grid-template-columns: 1fr;
  }

  .zx5-card {
    padding: 22px;
  }
}
/* Section */
.zx8-cta-section {
  padding: 70px 20px;
 background: linear-gradient(135deg, #505050, #262626);
  color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
}

/* Container */
.zx8-container {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

/* Label */
.zx8-label {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #cbd5f5;
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
}

.zx8-diamond {
  width: 10px;
  height: 10px;
  background: #f9a299;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 10px;
}

/* Heading */
.zx8-heading {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}

/* Description */
.zx8-desc {
  font-size: 15px;
  color: #cbd5e1;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* Buttons */
.zx8-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 25px;
}

.zx8-btn {
  padding: 12px 20px;
  border-radius: 3px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s ease;
  font-weight: 500;
}

/* Primary */
.zx8-btn-primary {
background: #ffb5ae;
    color: #202020;
}

.zx8-btn-primary:hover {
  color: #202020;
}

/* Outline */
.zx8-btn-outline {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.zx8-btn-outline:hover {
  background: rgba(255,255,255,0.1);
}

/* WhatsApp */
.zx8-btn-whatsapp {
    background: #6c6c6c00;
    color: #ffffff;
    border: 1px solid white;
}
/* Contact */
.zx8-contact {
  font-size: 14px;
  color: #cbd5e1;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 600px) {
  .zx8-heading {
    font-size: 24px;
  }

  .zx8-btn {
    width: 100%;
    text-align: center;
  }
}

