:root{
  --primary-color: #114d8e;
  --accent-color: #f1680c;
  --dark-color: #0b2b4a;
  --light-bg: #f6f8fb;
}
body{
  font-family: "Poppins", "Segoe UI", sans-serif;
  line-height: 1.7;
}

h1, h2, h3, h4{
  font-weight: 700;
  color: var(--dark-color);
}

section{
  padding: 80px 0;
}

a{
  transition: all .3s ease;
}
.tw-top-bar{
  background: var(--primary-color);
}
p{text-transform: capitalize;}
li{text-transform: capitalize;}
.tw-top-bar span,
.tw-top-bar i,
.top-social-links a{
  color: #fff !important;
}

.tw-head{
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.navbar-nav .nav-link{
  font-weight: 600;
  padding: 12px 18px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .active > .nav-link{
  color: var(--accent-color) !important;
}

.tw-hero-slider{
  background: linear-gradient(
    135deg,
    rgba(17,77,142,.95),
    rgba(17,77,142,.85)
  );
}

.tw-slider-title{
  color: #0d44b4;
  font-size: 48px;
}

.tw-slider-title span{
  color: var(--accent-color);
}
.banner-area{padding:70px 0;}
.tw-client {background: var(--accent-color);}
.tw-testimonial-wrapper{background-color: #114d8e;}
.btn-primary{
  background: var(--accent-color);
  border: none;
  padding: 14px 36px;
  font-weight: 600;
  border-radius: 50px;
}

.btn-primary:hover{
  background: var(--primary-color);
}

.features-box,
.tw-service-box{
  background: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
  transition: all .4s ease; margin-bottom: 30px;
}

.features-box:hover,
.tw-service-box:hover{
  transform: translateY(-12px);
  box-shadow: 0 25px 60px rgba(0,0,0,.12);
}

.features-box h3,
.tw-service-box h3{
  color: var(--primary-color);
}

#tw-analysis{
  background: linear-gradient(
    135deg,
    var(--primary-color),
    #0a3d73
  );
}

#tw-analysis h2{
  color: #fff;
}

.analysis-form input[type="submit"]{
  background: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  padding: 14px 30px;
  border: none;
  font-weight: 600;
}

.tw-facts{
  background: var(--light-bg);
}

.facts-content span{
  color: var(--primary-color);
  font-size: 36px;
  font-weight: 800;
}

.tw-footer{
  background: var(--primary-color);
}

.tw-footer h3,
.tw-footer p,
.tw-footer a,
.tw-footer span{
  color: #fff;
}

.footer-widget ul li a:hover{
  color: var(--accent-color);
}
.tw-footer-info-box{background-color: #ffffff; color: #114d8e;}
.footer-info-text{color:#114d8e !important;}
.tw-footer-info-box .footer-social-link h3{color: #114d8e;}
.back-to-top .btn{
  background: var(--accent-color);
  border-radius: 50%;
}

#tw-analysis {
  position: relative;
  background: linear-gradient(
    135deg,
    #114d8e 0%,
    #0b3d73 100%
  );
  padding: 30px 0 60px;
  overflow: hidden;
}

#tw-analysis h2 {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}

#tw-analysis h2 span {
  color: #f1680c;
}

.analysis-form {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(14px);
  border-radius: 70px;
  padding: 18px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.analysis-form .form-control {
  height: 64px;
  border-radius: 50px;
  border: none;
  padding: 0 30px;
  font-size: 16px;
  color: #333;
  box-shadow: none; 
}
.analysis-form  .form-group{margin-bottom:0px;}
.analysis-form .form-control::placeholder {
  color: #888;
}
.tw-form-round-shape{margin:0px;right:0px;}
.analysis-form input[type="submit"] {
  height: 64px;
  width: 100%;
  background: linear-gradient(
    135deg,
    #f1680c,
    #ff8c42
  );
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.analysis-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(241, 104, 12, 0.45);
}

.no-padding {
  padding-left: 6px;
  padding-right: 6px;
}

@media (max-width: 767px) {
  #tw-analysis h2 {
    font-size: 30px;
  }

  .analysis-form {
    border-radius: 30px;
    padding: 20px;
  }

  .analysis-form .form-control,
  .analysis-form input[type="submit"] {
    height: 56px;
    font-size: 15px;
  }
}
.tw-form-round-shape::after{background-color:transparent;}

/* ===============================
   MOBILE FLOATING CTA (BEST)
================================ */

.mobile-cta-bar {
  display: none;
}

@media (max-width: 768px) {
  .mobile-cta-bar {
    position: fixed;
    bottom: 18px;
    left: 16px;
    right: 16px;
    background: #ffffff;
    border-radius: 18px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 18px 45px rgba(0,0,0,0.25);
    z-index: 9999;
    animation: slideUpCTA 0.6s ease forwards;
  }

  @keyframes slideUpCTA {
    from {
      transform: translateY(120%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  /* CENTER TEXT */
  .cta-text {
    text-align: center;
    line-height: 1.2;
  }

  .cta-text strong {
    font-size: 14px;
    color: #114d8e;
    display: block;
  }

  .cta-text small {
    font-size: 11px;
    color: #777;
  }

  /* CALL ICON */
  .cta-call i {
    width: 46px;
    height: 46px;
    background: #114d8e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }

  /* WHATSAPP ICON */
  .cta-whatsapp i {
    width: 46px;
    height: 46px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    animation: pulseWhatsapp 1.6s infinite;
  }

  @keyframes pulseWhatsapp {
    0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }
    70% {
      box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
  }

  .mobile-cta-bar a {
    text-decoration: none;
  }
}

.callback-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.callback-box {
  background: #ffffff;
  width: 90%;
  max-width: 360px;
  border-radius: 20px;
  padding: 28px 24px;
  text-align: center;
  animation: scaleIn 0.3s ease;
}
.cta-callback{border: 0;
    background: transparent;}
@keyframes scaleIn {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.callback-box h3 {
  color: #114d8e;
  margin-bottom: 6px;
}

.callback-box p {
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

.callback-box input {
  width: 100%;
  height: 46px;
  border-radius: 50px;
  border: 1px solid #ddd;
  padding: 0 18px;
  margin-bottom: 12px;
  font-size: 14px;
}

.callback-box button[type="submit"] {
  width: 100%;
  height: 46px;
  border-radius: 50px;
  border: none;
  background: linear-gradient(135deg, #f1680c, #ff8c42);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

/* Close button */
.close-popup {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  font-size: 26px;
  color: #999;
}

/* Replace call icon style */
.cta-callback i {
  width: 46px;
  height: 46px;
  background: #114d8e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}


.hero-section {
  background: linear-gradient(180deg, #eaf4ff, #f7fbff);
  padding: 110px 0 90px;
}

.hero-badge {
  display: inline-block;
  background: #fff;
  color: #f1680c;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  margin-bottom: 20px;
}

.hero-section h1 {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 20px;
}

.hero-section h1 span {
  color: #114d8e;
}

.hero-section p {
  font-size: 16px;
  color: #444;
  max-width: 520px;
}

.hero-btn {
  margin-top: 25px;
  background: #f1680c;
  color: #fff;
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: 700;
}

.hero-btn:hover {
  background: #114d8e;
  color: #fff;
}
.features-section {
  padding: 30px 0 60px;
}

.section-title span {
  color: #f1680c;
  font-weight: 700;
  font-size: 13px;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 800;
  margin-top: 10px;
}

.feature-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0,0,0,.08);
  transition: all .4s ease;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-12px);
}

.feature-card img {
  max-width: 90px;
  margin-bottom: 20px;
}

.feature-card h4 {
  font-weight: 700;
  margin-bottom: 10px;
}
.why-us {
  background: #f4f9ff;
  padding: 90px 0;
}

/* ===============================
   WHY CHOOSE US SECTION
================================ */

.why-us-section {
  padding: 100px 0;
  background: #fff;
}

.why-box {
  display: flex;
  gap: 18px;
  padding: 26px 30px;
  border-radius: 22px;
  margin-bottom: 22px;
  transition: all .3s ease;
}

.why-box.light {
  background: #fff1e8;
}

.why-box.active {
  background: #f1680c;
  color: #fff;
}

.why-box.active h4,
.why-box.active p {
  color: #fff;
}

.why-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  flex-shrink: 0;
}

.why-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #114d8e;
}

.why-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.why-img {
  max-width: 480px;
}

/* MOBILE */
@media (max-width: 767px) {
  .why-us-section {
    padding: 70px 0;
  }

  .why-box {
    flex-direction: column;
    text-align: left;
  }

  .why-img {
    margin-top: 40px;
  }
}

.service-icon {
  font-size: 48px;
  color: #f1680c;
  margin-bottom: 20px;
}
.feature-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, #f1680c, #ff8c42);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon i {
  font-size: 40px;
  color: #fff;
}

/* ===== BRAND COLORS ===== */
:root{
  --primary:#114d8e;
  --accent:#f1680c;
}

/* ===== FEATURES ===== */
.bulk-features{
  padding:90px 0;
  background:#f6f9ff;
}

.section-title h2{
  font-size:34px;
  font-weight:800;
  color:var(--primary);
}

.feature-box{
  background:#fff;
  padding:35px 30px;
  border-radius:18px;
  text-align:center;
  box-shadow:0 20px 45px rgba(0,0,0,.08);
  transition:.4s; margin-bottom: 30px;
}

.feature-box:hover{
  transform:translateY(-10px);
}

.feature-box i{
  font-size:42px;
  color:var(--accent);
  margin-bottom:15px;
}

.feature-box h4{
  font-weight:700;
}

/* ===== CTA ===== */
.bulk-cta{
  background:linear-gradient(135deg,var(--primary),#0b3a6f);
  color:#fff;
  padding:60px 0;
}

.bulk-cta-btn{
  background:var(--accent);
  color:#fff;
  padding:14px 36px;
  border-radius:50px;
  font-weight:700;
}

/* ===== RELATED ===== */
.related-services{
  padding:80px 0;
}

.related-box{
  background:#fff;
  padding:30px;
  text-align:center;
  border-radius:16px;
  box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.related-box h4{
  color:var(--primary);
  font-weight:700;
}

/* ===============================
   MESSAGE SOLUTION MODERN
================================ */

.message-solution-modern {
  padding: 90px 0;
  background: #ffffff;
}

.message-title {
  font-size: 34px;
  font-weight: 800;
  color: #114d8e;
  margin-bottom: 20px;
  line-height: 1.3;
}

.message-solution-modern p {
  font-size: 15.5px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 15px;
}

.message-illustration {
  max-width: 480px;
}

/* MOBILE */
@media (max-width: 768px) {
  .message-title {
    font-size: 26px;
  }

  .message-illustration {
    margin-top: 40px;
  }
}
:root{
  --primary:#114d8e;
  --accent:#f1680c;
}

/* HERO */
.message-solution-modern{
  padding:90px 0;
  background:#fff;
}

.message-title{
  font-size:34px;
  font-weight:800;
  color:var(--primary);
  margin-bottom:20px;
}

.message-solution-modern p{
  font-size:15.5px;
  line-height:1.8;
  color:#444;
}

.message-illustration{
  max-width:480px;
}

/* FEATURES */
.voice-features-section{
  padding:80px 0;
  background:#f6f9ff;
}

.section-title{
  font-size:34px;
  font-weight:800;
  color:var(--primary);
}

.section-subtitle{
  max-width:700px;
  margin:10px auto 0;
  color:#555;
}

.feature-card{
  background:#fff;
  padding:35px 25px;
  border-radius:16px;
  text-align:center;
  height: auto;
  box-shadow:0 15px 40px rgba(0,0,0,.08);
  transition:.3s; margin-bottom: 30px;
}

.feature-card:hover{
  transform:translateY(-8px);
}

.feature-icon{
  width:70px;
  height:70px;
  background:linear-gradient(135deg,var(--primary),var(--accent));
  border-radius:50%;
  margin:0 auto 18px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.feature-icon i{
  color:#fff;
  font-size:30px;
}

.feature-card h4{
  font-size:20px;
  font-weight:700;
  margin-bottom:8px;
}

.feature-card p{
  font-size:14.5px;
  color:#666;
}

/* CTA */
.voice-cta{
  background:linear-gradient(135deg,var(--primary),#0b3a6f);
  color:#fff;
  padding:55px 0;
}

.voice-cta h3{
  font-size:28px;
  font-weight:700;
}

.voice-cta p{
  margin:6px 0 0;
  opacity:.9;
}

/* MOBILE */
@media(max-width:768px){
  .message-title{font-size:26px;}
  .message-illustration{margin-top:40px;}
}


/* WhatsApp Marketing Page Overrides */

/* Common */
.message-title {
  color: #114d8e;
  font-size: 34px;
  font-weight: 800;
}

/* Benefits Section */
.benefits-section {
  padding: 70px 0;
  background: #f8fafc;
}

.benefits-list {
  list-style: disc inside;
  color: #444;
  margin-top: 15px;
}

.benefits-list li {
  margin-bottom: 10px;
  font-size: 15.5px;
}

/* Reuse feature-box from Bulk SMS */
li.dropdown:hover ul.tw-dropdown-menu{background: #114d8d;}
.tw-footer-info-box{top: -82px;padding-top:70px;}
.footer-info-text{margin:10px 0;}
.tw-footer-info-box .footer-social-link h3{margin-bottom:0px;}

@media (max-width: 767px) {

  /* Hide "Follow us" text */
  .top-social-links span {
    display: none !important;
  }

  /* Hide social icons */
  .top-social-links a {
    display: none !important;
  }

}

/* ======================================
   MOBILE HEADER REDESIGN (CSS ONLY)
====================================== */
@media (max-width: 767px) {

  /* ---------- TOP BAR ---------- */
  .tw-top-bar {
    padding: 6px 0;
    background: #114d8e;
  }

  .top-contact-info {
    display: flex;
    justify-content: center;
    gap: 12px;
    font-size: 13px;
  }

  /* Hide email on mobile (optional but recommended) */
  .top-contact-info span:first-child {
    display: none;
  }

  /* Phone highlight */
  .top-contact-info span {
    color: #fff;
    font-weight: 600;
  }

  /* Hide follow us completely */
  .top-social-links {
    display: none !important;
  }

  /* ---------- HEADER / NAV ---------- */
  .tw-head {
    padding: 8px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  }

  /* Logo resize */
  .pklogo {
    max-height: 42px;
    width: auto;
  }

  /* Navbar spacing */
  .navbar {
    padding: 0 10px;
  }

  /* Toggler button clean */
  .navbar-toggler {
    border: none;
    padding: 4px 6px;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  /* Reduce header height */
  header {
    margin-bottom: 0;
  }

}
/* ======================================
   CUSTOM HAMBURGER ICON (MOBILE)
====================================== */
@media (max-width: 767px) {

  /* Remove default Bootstrap icon */
  .navbar-toggler-icon {
    background-image: none !important;
    width: 24px;
    height: 18px;
    position: relative;
    display: inline-block;
  }

  /* Create hamburger lines */
  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after,
  .navbar-toggler-icon span {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2.5px;
    background-color: #ffffff;
    border-radius: 3px;
    transition: all 0.3s ease;
  }

  /* Top line */
  .navbar-toggler-icon::before {
    top: 0;
  }

  /* Middle line */
  .navbar-toggler-icon span {
    top: 7.5px;
  }

  /* Bottom line */
  .navbar-toggler-icon::after {
    bottom: 0;
  }

  /* Remove button border */
  .navbar-toggler {
    border: none;
    background: transparent;
  }

}

