/* ===== MODERN HERO SECTION (UPDATED – PREMIUM) ===== */
.hero-modern {
  padding: 90px 0;
  background: linear-gradient(135deg, #00b4db 0%, #0083b0 100%);
  color: #ffffff;
}

/* TEXT CONTENT */
.hero-modern h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 15px;
  color: #ffffff;
}

.hero-modern h1 span {
  color: #ffe600;
}

.hero-modern p {
  font-size: 16px;
  margin: 20px 0 30px;
  color: #eafcff;
  max-width: 520px;
}

/* BUTTONS */
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.hero-buttons .btn {
  padding: 13px 30px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}

/* PRIMARY CTA */
.hero-buttons .btn-primary {
  background: #ff6a00;
  border: none;
  color: #fff;
}

.hero-buttons .btn-primary:hover {
  background: #e65c00;
  transform: translateY(-2px);
}

/* OUTLINE BUTTON */
.hero-buttons .btn-outline {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

.hero-buttons .btn-outline:hover {
  background: #ffffff;
  color: #0083b0;
}

/* HERO IMAGE */
.hero-img {
  max-width: 90%;
  animation: floatImage 4s ease-in-out infinite;
}

/* IMAGE ANIMATION */
@keyframes floatImage {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-modern {
    padding: 60px 0;
    text-align: center;
  }

  .hero-modern h1 {
    font-size: 32px;
  }

  .hero-modern p {
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-img {
    margin-top: 30px;
    max-width: 85%;
  }
}


.why-choose-us {
  padding: 50px 0;
  background: #ffffff;
}

.why-choose-us h3 {
  font-weight: 600;
  margin-bottom: 30px;
}

.why-choose-us h4 {
  color: #ff5722;
  font-size: 26px;
  font-weight: 700;
}


/* ===== MODERN FUN FACT SECTION ===== */
.funfact-modern {
  background: linear-gradient(135deg, #0f172a, #020617);
  padding: 60px 0;
  color: #ffffff;
}

.funfact-card {
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  padding: 35px 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.funfact-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.08);
}

.funfact-card i {
  font-size: 36px;
  color: #ff5722;
  margin-bottom: 15px;
}

.funfact-card h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 5px 0;
  color: #ffffff;
}

.funfact-card p {
  font-size: 14px;
  color: #cbd5e1;
  margin: 0;
}

/* MOBILE */
@media (max-width: 768px) {
  .funfact-modern {
    padding: 40px 0;
  }
}


/* ===== PREMIUM SERVICES SECTION ===== */
.services-premium {
  padding: 70px 0;
  background: #f8fafc;
}

.services-premium .section-title h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.services-premium .section-title p {
  color: #64748b;
  margin-bottom: 50px;
}

.service-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 35px 25px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  text-align: center;
}

.service-card i {
  font-size: 40px;
  color: #ff5722;
  margin-bottom: 15px;
}

.service-card h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 14px;
  color: #475569;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}


/* ===== PREMIUM SERVICE CARD BACKGROUND ===== */
.ts-service-style-1 {
  position: relative;
  background: linear-gradient(
      rgba(255,255,255,0.92),
      rgba(255,255,255,0.92)
    ),
    url("../images/service-bg.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

/* hover effect */
.ts-service-style-1:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.15);
}

/* icon style */
.ts-service-style-1 .service-icon i {
  color: #ff5722;
}

/* title */
.ts-service-style-1 h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

/* text */
.ts-service-style-1 p {
  font-size: 14px;
  color: #333;
}

/* read more */
.ts-service-style-1 .read-more {
  font-weight: 600;
  color: #0d6efd;
}


/* SAME BACKGROUND FOR ALL SERVICE CARDS */
/* ===== SERVICE CARD WITH BACKGROUND IMAGE ===== */
/* ===== SERVICES SECTION BACKGROUND ===== */
/* ===== FULL WIDTH BACKGROUND FOR SERVICES ===== */
/* ===== FULL WIDTH SERVICES SECTION WITH IMAGE BACKGROUND ===== */
.services-bg-full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;

  padding: 90px 0;

  background:
    linear-gradient(rgba(5,10,25,0.85), rgba(5,10,25,0.85)),
    url("https://web.onlinepost.in/images/services-bg.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ===== SERVICE CARDS ===== */
.service-card-modern {
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
  transition: all 0.35s ease;
  height: 100%;
}

/* hover effect */
.service-card-modern:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 55px rgba(0,0,0,0.25);
}

/* icons */
.service-card-modern .service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #1f2937;
  color: #ff5722;
  font-size: 22px;
  margin-bottom: 12px;
}

/* title */
.service-card-modern h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* text */
.service-card-modern p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

/* link */
.service-card-modern .read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  color: #0d6efd;
  font-weight: 600;
  text-decoration: none;
}

.service-card-modern .read-more:hover {
  color: #ff5722;
}
.services-row {
  display: flex;
  align-items: stretch;
}

.services-row .col-sm-4 {
  display: flex;
}

.service-card-modern {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-card-modern .service-content {
  flex-grow: 1;
}

.service-card-modern .read-more {
  margin-top: auto;
}

.service-card-modern {
  padding: 30px 24px;
}



/* ===============================
   MOBILE FIX FOR SERVICES CARDS
   =============================== */
@media (max-width: 767px) {

  /* full background spacing kam */
  .services-bg-full {
    padding: 50px 0;
  }

  /* row flex hatao mobile pe */
  .services-row {
    display: block;
  }

  .services-row .col-sm-4 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  /* card ko normal height do */
  .service-card-modern {
    min-height: auto;
    height: auto;
    padding: 22px 20px;
  }

  /* title spacing reduce */
  .service-card-modern .service-title {
    min-height: auto;
  }

  /* text thoda readable */
  .service-card-modern p {
    font-size: 14px;
    line-height: 1.7;
  }

  /* button spacing */
  .service-card-modern .read-more {
    margin-top: 16px;
  }
}



.bulk-sms-home {
  background: #f8fafc;
  padding: 35px 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.bulk-sms-home h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111827;
}

.bulk-sms-home p {
  font-size: 14px;
  color: #4b5563;
  margin: 0;
}

@media (max-width: 768px) {
  .bulk-sms-home {
    text-align: center;
  }
  .bulk-sms-home .btn {
    margin-top: 12px;
  }
}


/* ===== CARD HEIGHT CONTROL ===== */
.service-card-modern {
  min-height: 420px;        /* desktop balanced height */
  display: flex;
  flex-direction: column;
}

/* text limit */
.service-card-modern p {
  display: -webkit-box;
  -webkit-line-clamp: 6;    /* max 6 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* CTA always bottom */
.service-card-modern .read-more {
  margin-top: auto;
}

/* ===== MOBILE OPTIMIZATION ===== */
@media (max-width: 768px) {
  .service-card-modern {
    min-height: auto;
    padding: 22px 18px;
  }

  .service-card-modern h3 {
    font-size: 16px;
  }

  .service-card-modern p {
    font-size: 13px;
    -webkit-line-clamp: 5;
  }
}
.services-bg-full {
  padding: 70px 0 40px;
}

.services-row {
  align-items: flex-start;
}

.service-card-modern {
  height: auto;
  min-height: 300px;
  padding: 20px 18px;
}

.service-card-modern .read-more {
  margin-top: 10px;
}


.section-title h3,
.section-title h5 {
  color: #00aaff;
}


/* ==== ABOUT PAGE FIX ==== */

.about-features,
.about-services,
.about-process,
.about-trust {
  padding: 50px 0;
}

.about-features i {
  font-size: 34px;
  color: #0d6efd;
  margin-bottom: 10px;
}

.about-features h4,
.about-services h4,
.about-process h4 {
  font-weight: 600;
  margin-top: 10px;
}

.about-features p,
.about-services p,
.about-process p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.about-services {
  background: #f8fafc;
}

.about-trust {
  background: #ffffff;
  padding: 40px 0 20px;
}

.about-trust h3 {
  font-weight: 700;
}

/* ===============================
   ABOUT PAGE – DARK SECTION FIX
================================ */

.about-dark-section {
  padding: 60px 0 !important;   /* 🔥 height control */
  background: #4b4b4b !important;
}

/* remove extra space inside */
.about-dark-section .ts-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}

.about-dark-section .inner-row {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* =========================
   ABOUT STATS (COUNTERS)
========================= */
.about-stats {
  background: #111827;
  color: #fff;
  padding: 60px 0 40px; /* bottom kam */
}

.about-stats h2 {
  color: #ff5722;
  font-weight: 700;
  margin-bottom: 5px;
}

/* =========================
   SECTION DIVIDER
========================= */
.section-divider {
  height: 1px;
  width: 120px;
  background: linear-gradient(to right, transparent, #ff5722, transparent);
  margin: 30px auto;
}

/* =========================
   OUR VISION (FINAL)
========================= */
.about-vision {
  background: linear-gradient(135deg, #0f172a, #020617);
  padding: 60px 0;
  text-align: center;
}

.about-vision h2 {
  font-size: 34px;
  font-weight: 700;
  color: #ff5722;
  margin-bottom: 20px;
}

.about-vision p {
  font-size: 16px;
  line-height: 1.7;
  color: #e5e7eb;
  margin-bottom: 12px;
}

.about-vision .vision-sign {
  display: inline-block;
  margin-top: 15px;
  color: #9ca3af;
  font-style: italic;
}

/* =========================
   TRUST SECTION
========================= */
.about-trust {
  background: #ffffff;
  padding: 50px 0;
}
.about-services {
  padding: 60px 0;
}

.about-services .service-box {
  padding: 20px;
}

.about-services .service-icon {
  font-size: 40px;
  color: #ff5722;
  margin-bottom: 15px;
  display: inline-block;
}

.about-services h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.about-services p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

/* optional hover effect */
.about-services .service-box:hover .service-icon {
  transform: translateY(-5px);
  transition: 0.3s ease;
}



/* ===== SERVICE CARDS BASE ===== */
.ts-service-style-1 {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
}

/* ===== ICON ===== */
.ts-service-style-1 .service-icon i {
  background: #2c2c2c;
  color: #ff5722;
  padding: 14px;
  border-radius: 8px;
  transition: all 0.35s ease;
}

/* ===== HEADING ===== */
.ts-service-style-1 h3 {
  color: #0f172a;
  font-weight: 600;
  margin-top: 15px;
  transition: color 0.35s ease;
}

/* ===== PARAGRAPH ===== */
.ts-service-style-1 p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

/* ===== HOVER EFFECT (POLISHED) ===== */
.ts-service-style-1:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* icon hover */
.ts-service-style-1:hover .service-icon i {
  background: #ff5722;
  color: #fff;
}

/* heading hover */
.ts-service-style-1:hover h3 {
  color: #ff5722;
}
.ts-service-style-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #ff5722, transparent);
  opacity: 0;
  transition: 0.35s;
}

.ts-service-style-1:hover::before {
  opacity: 1;
}
