body {
  padding-top: 50px; /* space for fixed top bar */
}
.top-offer-bar {
  width: 100%;
  background: #28a745;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  font-size: 15px;
  font-weight: 600;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  border-bottom: 3px solid #ff4500; /* orange line like your screenshot */
}

.top-offer-bar a {
  color: #fff;
  font-weight: 700;
  margin-left: 8px;
}

.top-offer-bar a:hover {
  text-decoration: underline;
}
    .sap-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  margin-top: 18px;
  padding: 14px 26px;

  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;

  color: #fff;
  text-decoration: none;

  background: linear-gradient(135deg, #ff5e00, #ff2f00);
  border-radius: 50px;

  box-shadow: 0 10px 25px rgba(255, 69, 0, 0.35);

  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* hover effect */
.sap-btn:hover{
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 15px 35px rgba(255, 69, 0, 0.45);
}

/* shine animation effect */
.sap-btn::before{
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 60%;
  height: 100%;
  background: rgba(255,255,255,0.25);
  transform: skewX(-25deg);
  transition: 0.5s;
}

.sap-btn:hover::before{
  left: 120%;
}
    /* ===== Modern Card System ===== */
.feature-box-7{
  background:#fff;
  border-radius:14px;
  padding:18px 12px;
  box-shadow:0 6px 18px rgba(0,0,0,0.08);
  transition:all 0.25s ease;
  border:1px solid #eee;
  height:100%;
}

.feature-box-7:hover{
  transform:translateY(-6px);
  box-shadow:0 12px 28px rgba(0,0,0,0.15);
}

.feature-box-7 img{
  width:100%;
  border-radius:10px;
  transition:0.3s ease;
}

.feature-box-7:hover img{
  transform:scale(1.05);
}

.feature-box-7 span{
  display:block;
  margin-top:8px;
  font-size:14px;
}

.feature-box-7 strong{
  font-size:15px;
}

/* Improve grid spacing */
.col-md-3, .col-sm-6{
  margin-bottom:25px;
}
/* ===== General Styles ===== */
body {
  margin: 0;
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1.6;
  color: #000;
}

p { text-align: justify; }

h1, h2, h3, h4, h5 {
  font-weight: bold;
  margin-bottom: 0.6em;
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
}

h1 { color:#0d6efd; font-size:1.6em; }
h2 { color:#0d6efd; font-size:1.2em; }
h3 { color:#A52A2A; font-size:1.2em; }
h4 { color:#8b4513; font-size:1.2em; }
h5 { color:#8b4513; font-size:1em; }

a { 
  color:#d9230f; 
  text-decoration:none; 
  font-weight:600; 
}
a:hover { text-decoration:underline; }

/* ===== Content Box ===== */
.content {
  padding:10px;
  background:#f1f1f1;
  margin:10px 0;
  display:none;
}

/* ===== Blinking Text ===== */
.blinking-text {
  font-size:16px;
  color:#0d6efd;
  animation:blink 1s step-start infinite;
}
@keyframes blink { 
  50% { opacity:0; } 
}

/* ===== Collapsible ===== */
.collapsible summary {
  cursor:pointer;
  font-weight:300;
  color:#FF4500;
}
.collapsible p { margin-top:10px; }

/* ===== Floating Buttons ===== */
.call-button,
.whatsapp-chat {
  position:fixed;
  left:20px;
  width:56px;
  height:56px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 10px rgba(0,0,0,0.15);
  cursor:pointer;
  z-index:1000;
  text-decoration:none;
  transition:transform 0.25s ease, background-color 0.25s ease;
}

.call-button { 
  bottom:20px; 
  background:#007bff; 
}

.whatsapp-chat { 
  bottom:90px; 
  background:#25D366; 
}

.call-button:hover,
.whatsapp-chat:hover {
  transform:scale(1.08);
}

.call-button img,
.whatsapp-chat img {
  width:30px;
  height:30px;
}

/* ===== Scroll Up Button ===== */
.scrollup {
  width:55px;
  height:55px;
  position:fixed;
  bottom:90px; 
  right:20px;
  display:none;
  background:#0d6efd;
  border-radius:50%;
  z-index:99999;
  cursor:pointer;
}

.scrollup svg {
  width:26px;
  height:26px;
  fill:#fff;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

/* ===== Small Section Background ===== */
.small-title {
  color: DodgerBlue;
}

/* ===== Responsive ===== */
@media (max-width:768px){
  .call-button {
    bottom:calc(20px + env(safe-area-inset-bottom));
  }
  .whatsapp-chat {
    bottom:calc(90px + env(safe-area-inset-bottom));
  }
  h1::after,
  h2::after,
  h3::after,
  h4::after {
    height:2px;
  }
}
body, p {
  color: #000 !important;
}
@media (prefers-reduced-motion:reduce){
  .call-button,
  .whatsapp-chat { 
    transition:none; 
  }
}
details summary {
  list-style: none;
}
details[open] summary::after {
  content: " (Read Less)";
}
details summary::after {
  content: " (Read More)";
}
/* ===== Vertical Contact Bar ===== */
.contact-bar {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9999;
}

.contact-bar a {
  display: block;
  width: 55px;
  height: 55px;
  background: #1e4f8a;
  color: #fff;
  text-align: center;
  line-height: 55px;
  font-size: 22px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  transition: 0.3s ease;
}

/* Rounded corners */
.contact-bar a:first-child {
  border-top-right-radius: 10px;
}
.contact-bar a:last-child {
  border-bottom-right-radius: 10px;
  border-bottom: none;
}

/* Hover */
.contact-bar a:hover {
  background: #0d2f5c;
}

/* WhatsApp green */
.contact-bar .whatsapp {
  background: #25D366;
}
.contact-bar .whatsapp:hover {
  background: #1ebe5d;
}

/* Mobile Optimization */
@media (max-width:768px){
  .contact-bar {
    top: auto;
    bottom: 120px;
  }
}
/* Design Improvement */
.sap-side-card {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.sap-side-card h3 {
  margin-bottom: 15px;
  color: #0d6efd;
}

.sap-badge {
  background: #f5f7ff;
  padding: 10px 12px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 14px;
  border-left: 4px solid #0d6efd;
}
.section-divider {
  height: 60px;
  background: linear-gradient(to right, #0d6efd, #ff5e00);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}
.sap-btn {
  background: linear-gradient(45deg, #ff6a00, #ff0000);
  border-radius: 50px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 10px 25px rgba(255,0,0,0.3);
  transition: 0.3s ease;
}

.sap-btn:hover {
  transform: scale(1.05);
}
.enquiry-float {
  position: fixed;
  right: 20px;
  bottom: 160px;
  background: #ff5e00;
  color: #fff;
  padding: 12px 18px;
  border-radius: 30px;
  font-weight: bold;
  z-index: 9999;
}
.sap-highlight-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
  margin: 20px 0;
  border-left: 5px solid #ff5e00;
}

.sap-highlight-box h2 {
  color: #0d6efd;
  margin-bottom: 10px;
}

.sap-highlight-box p {
  font-size: 15px;
  line-height: 1.7;
}

.sap-module-list {
  margin-top: 15px;
}

.sap-module-list a {
  display: inline-block;
  margin: 6px 8px 6px 0;
  padding: 8px 14px;
  background: #f5f7ff;
  border-radius: 20px;
  font-size: 13px;
  color: #0d6efd;
  border: 1px solid #e0e6ff;
  transition: 0.3s;
}

.sap-module-list a:hover {
  background: #0d6efd;
  color: #fff;
}

.sap-readmore summary {
  margin-top: 10px;
  cursor: pointer;
  font-weight: 600;
  color: #ff4500;
}
.bottom-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #0d6efd;
  display: flex;
  z-index: 9999;
  box-shadow: 0 -3px 15px rgba(0,0,0,0.2);
}

/* Common button style */
.bottom-bar a {
  flex: 1;
  text-align: center;
  padding: 14px 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* CALL BUTTON */
.call-btn {
  background: #0d6efd;
}

/* WHATSAPP BUTTON (Premium Look) */
.whatsapp-btn {
  background: linear-gradient(45deg, #25D366, #128C7E);
  position: relative;
  overflow: hidden;
}

/* Pulse Animation */
.whatsapp-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  top: 0;
  left: 0;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.6; }
  70% { transform: scale(1.3); opacity: 0; }
  100% { opacity: 0; }
}

/* Icon Styling */
.bottom-bar i {
  font-size: 18px;
}

/* Hover */
.whatsapp-btn:hover {
  filter: brightness(1.1);
}
/* GLOBAL IMPROVEMENTS */
body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
  background: #f8f9fa;
}

/* HERO SECTION */
.sap-hero-section {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  color: #fff;
  padding: 60px 0;
  border-radius: 10px;
}

.sap-title {
  font-size: 32px;
  font-weight: 700;
}

.sap-highlight {
  font-size: 16px;
  margin: 15px 0;
}

/* BUTTON */
.sap-btn {
  display: inline-block;
  background: #ff6a00;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}
.sap-btn:hover {
  background: #e65c00;
  transform: scale(1.05);
}

/* CARD */
.sap-side-card {
  background: #fff;
  color: #333;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* BADGES */
.sap-badge {
  background: #f1f1f1;
  margin: 8px 0;
  padding: 10px;
  border-radius: 8px;
  font-weight: 500;
}

/* FEATURE BOX HOVER */
.feature-box-7 {
  transition: 0.3s;
  border-radius: 10px;
}
.feature-box-7:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* FLOATING BUTTON */
.enquiry-float {
  position: fixed;
  bottom: 90px;
  right: 20px;
  background: #25D366;
  color: #fff;
  padding: 12px 18px;
  border-radius: 50px;
  z-index: 999;
  text-decoration: none;
}

/* BOTTOM BAR */
.bottom-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
}

.call-btn, .whatsapp-btn {
  flex: 1;
  text-align: center;
  padding: 12px;
  color: #fff;
  font-weight: bold;
}

.call-btn { background: #007bff; }
.whatsapp-btn { background: #25D366; }

/* SCROLL BUTTON */
.scrollup {
  position: fixed;
  bottom: 120px;
  right: 20px;
  background: #000;
  padding: 10px;
  border-radius: 50%;
  display: none;
}
.section-spacing {
  margin-bottom: 40px;
}
.cta-box {
  background: linear-gradient(135deg, #ff6600, #ff3300);
  color: #fff;
  padding: 25px;
  text-align: center;
  border-radius: 10px;
  margin: 30px 0;
}

.cta-box h3 {
  margin-bottom: 15px;
  font-size: 22px;
}

.cta-box .btn {
  background: #fff;
  color: #ff3300;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
}

.cta-box .btn:hover {
  background: #000;
  color: #fff;
}
.call-btn-fixed {
  position: fixed;
  top: 50%;
  right: 0;
  width: 140px;
  text-align: center;
  z-index: 999;
}
.quick-links {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.quick-links {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #f1f1f1;
  border-bottom: 2px solid #ddd;
}
section, h2 {
  scroll-margin-top: 80px;
}
.bottom-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 999;
}

.call-btn {
  flex: 1;
  background: #007bff;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-weight: bold;
}

.whatsapp-btn {
  flex: 1;
  background: #25D366;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-weight: bold;
}
.comparison-table {
  margin: 40px 0;
  text-align: left;
}

.comparison-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.comparison-table th {
  background: #1E90FF;
  color: #fff;
  padding: 12px;
}

.comparison-table td {
  padding: 12px;
  border-bottom: 1px solid #eee;
}

.comparison-table tr:hover {
  background: #f9f9f9;
}
section.sec-padding {
  padding-top: 20px;
}

.comparison-table {
  margin-top: 0;
}

.comparison-table h2 {
  margin-top: 0;
}
.premium-comparison {
  padding: 60px 20px;
  text-align: center;
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  color: #fff;
}

.title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Trust */
.trust-box {
  margin-bottom: 30px;
  animation: fadeIn 1s ease-in;
}

.stars {
  font-size: 22px;
  color: gold;
}

.trust-box p {
  font-size: 14px;
  color: #ccc;
}

/* Cards */
.comparison-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

/* Glass Card */
.card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 25px;
  position: relative;
  transition: 0.4s;
  animation: slideUp 0.8s ease;
}

.card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.icon {
  font-size: 30px;
  margin-bottom: 10px;
}

/* Text styles */
.good {
  color: #00ffae;
  font-weight: bold;
}

.bad {
  color: #ff7675;
  font-size: 14px;
}

/* Price */
.price {
  font-size: 22px;
}

.save {
  font-size: 12px;
  color: #00ffae;
}

/* Badge */
.badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: gold;
  color: #000;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 5px;
}

/* Urgency */
.urgency {
  margin-top: 30px;
  font-size: 18px;
  color: #ffcc00;
  animation: pulse 1.5s infinite;
}

/* CTA */
.cta {
  margin-top: 25px;
}

.btn {
  display: inline-block;
  margin: 10px;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.call {
  background: #fff;
  color: #000;
}

.call:hover {
  background: #ffcc00;
}

.whatsapp {
  background: #25D366;
  color: #fff;
}

.whatsapp:hover {
  background: #128C7E;
}

/* Animations */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes pulse {
  0% {transform: scale(1);}
  50% {transform: scale(1.05);}
  100% {transform: scale(1);}
}

/* Mobile */
@media (max-width: 768px) {
  .title {
    font-size: 24px;
  }
}
/* PREMIUM COMPARISON SECTION */
.premium-comparison {
  text-align: center;
  padding: 60px 20px;
}

.premium-comparison .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* TRUST BOX */
.trust-box {
  background: #fff3cd;
  padding: 15px;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 30px;
  animation: fadeIn 1.2s ease-in-out;
}

.stars {
  font-size: 22px;
  color: #ff9800;
}

/* CARDS */
.comparison-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  width: 250px;
  position: relative;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-10px);
}

.icon {
  font-size: 40px;
  margin-bottom: 10px;
}

/* TICK ANIMATION */
.good {
  color: green;
  font-weight: bold;
  animation: bounce 1s infinite alternate;
}

.bad {
  color: #999;
}

/* BEST CHOICE BADGE */
.badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: red;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}

/* PRICING */
.price {
  font-size: 20px;
  color: #28a745;
}

.save {
  display: block;
  color: red;
  font-weight: bold;
}

/* URGENCY */
.urgency {
  margin-top: 30px;
  font-size: 18px;
  color: red;
  font-weight: bold;
  animation: pulse 1.5s infinite;
}

/* CTA */
.cta {
  margin-top: 25px;
}

.cta .btn {
  padding: 12px 25px;
  margin: 10px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
}

.call {
  background: #007bff;
  color: #fff;
}

.whatsapp {
  background: #25D366;
  color: #fff;
}

/* ANIMATIONS */
@keyframes bounce {
  from { transform: translateY(0); }
  to { transform: translateY(-5px); }
}

@keyframes pulse {
  0% {opacity: 1;}
  50% {opacity: 0.5;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
/* ADD THIS BELOW YOUR EXISTING CSS */
.popup {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}

.popup-content {
  background: #fff;
  padding: 25px;
  width: 320px;
  margin: 10% auto;
  border-radius: 10px;
  text-align: center;
  animation: zoomIn 0.4s;
}

.popup input {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
}

.popup button {
  width: 100%;
  padding: 12px;
  background: #ff5722;
  color: #fff;
  border: none;
  font-weight: bold;
}

.close-btn {
  float: right;
  cursor: pointer;
  font-size: 20px;
}

@keyframes zoomIn {
  from { transform: scale(0.5); }
  to { transform: scale(1); }
}
.sap-module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin-top: 15px;
}

.sap-module-grid a {
  display: block;
  padding: 12px;
  text-align: center;
  background: #f8f9fa;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: 0.3s;
}

.sap-module-grid a:hover {
  background: #0d6efd;
  color: #fff;
}
/* FIXED POPUP CSS */

#leadPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 999999 !important; /* force on top */
}

#leadPopup .popup-content {
  background: #fff;
  max-width: 400px;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

/* Close button */
.close-btn {
  float: right;
  cursor: pointer;
  font-size: 20px;
}

/* Animation */
@keyframes zoomIn {
  from { transform: scale(0.7); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
/* ===== HERO TEXT COLOR FIX (FINAL OVERRIDE) ===== */
.hero,
.sap-hero-section {
  color: #ffffff !important;
}

.hero h1,
.hero h2,
.hero h3,
.hero p,
.hero a,
.sap-hero-section h1,
.sap-hero-section h2,
.sap-hero-section h3,
.sap-hero-section p,
.sap-hero-section a {
  color: #ffffff !important;
}

/* Optional: improve readability */
.hero p,
.sap-hero-section p {
  opacity: 0.95;
}

/* Optional: better heading contrast */
.hero h1,
.sap-hero-section h1 {
  font-weight: 700;
}

/* Fix button visibility */
.hero .btn,
.sap-hero-section .btn {
  color: #ffffff !important;
}

/* If you want secondary button white background */
.hero .btn.secondary {
  background: #ffffff;
  color: #000000 !important;
}
