/* Softomate Solutions – clean, responsive layout
 * Palette: white, black, #013D82 (blue), #EF7E1A (orange)
 */

:root {
  --soft-blue: #013d82;
  --soft-orange: #ef7e1a;
  --soft-black: #111827;
  --soft-white: #ffffff;
  --bg-light: #f9fafb;
  --bg-muted: #f3f5f7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
  margin: 0;
  font-family: "Red Hat Display", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: var(--soft-black);
  background-color: var(--bg-light);
  line-height: 1.6;
}

a {
  color: var(--soft-blue);
  text-decoration: none;
}

a:hover {
  color: var(--soft-orange);
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3,
.reasons,
.dark-blue-color,
.darker-dark-blue-color {
  color: var(--soft-blue);
  font-weight: 700;
  letter-spacing: -0.01em;
}

h1 {
  font-size: 1.75rem;
}

.desk-font-x1-75 {
  font-size: 1.75rem !important;
}

p {
  font-weight: 400;
}

.jinn-teal,
.purple-color,
.red-color {
  color: var(--soft-orange) !important;
}

/* Layout helpers from legacy markup */

.vertical-align,
.md-vertical-align,
.lg-vertical-align {
  align-items: center;
}

.lg-text-center {
  text-align: left;
}

.md-text-center {
  text-align: left;
}

.md-hide,
.mhide {
  display: block;
}

.md-show,
.mshow {
  display: none;
}

@media (max-width: 991.98px) {
  .md-hide {
    display: none !important;
  }

  .md-show {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  .mhide {
    display: none !important;
  }

  .mshow {
    display: block !important;
  }

  .lg-text-center,
  .md-text-center {
    text-align: center;
  }

  h1 {
    font-size: 1.5rem !important;
  }

  .solid-btn.sb-big {
    padding: 1.5rem 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .solid-btn.sb-big span {
    display: block !important;
    margin: 2px 0;
  }

  .mob-font-x1-5 {
    font-size: 1.5rem !important;
  }

  .service-band,
  .bg_style1,
  .bg_style2,
  .bg_style3,
  .bg_style4,
  .bg_style5,
  .bg_style6,
  .bg_style7,
  .bg_style8,
  .bg_style9,
  .bg_style10,
  .bg_style11,
  .bg_style12 {
    padding: 60px 0 !important;
  }

  .md-mb-2rem {
    margin-bottom: 2rem !important;
  }
}

/* Section shells – give consistent spacing */

.bg_style1,
.bg_style2,
.bg_style3,
.bg_style4,
.bg_style5,
.bg_style6,
.bg_style7,
.bg_style8,
.bg_style9,
.bg_style10,
.bg_style11,
.bg_style12 {
  background: #ffffff;
  padding: 100px 0;
}

.bg_style3.linear-bg {
  background: rgba(1, 61, 130, 0.03);
}

/* Background utility helpers */

.bg-soft {
  background: #ffffff !important;
}

.bg-muted {
  background: var(--bg-muted) !important;
}

.bg-divider {
  background: var(--soft-blue) !important;
  color: var(--soft-white);
}

.bg-divider h1,
.bg-divider h2,
.bg-divider h3,
.bg-divider p,
.bg-divider span,
.bg-divider strong {
  color: var(--soft-white);
}

.bg-divider .banner-cta {
  background: var(--soft-white);
  color: var(--soft-blue);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.35);
}

.bg-divider .banner-cta span,
.bg-divider .banner-cta strong {
  color: var(--soft-blue);
}

/* Normalise inline paddings on bg_style sections */

[class^="bg_style"][style*="padding"] {
  padding: 3.5rem 0 !important;
}

.main-visual {
  background: #ffffff;
  padding: 3rem 0 4rem;
}

.sec_bnr {
  padding: 3rem 0;
  text-align: center;
}

.sec_bnr h1,
.sec_bnr h1 span,
.sec_bnr h1 strong,
.sec_bnr h1 small {
  background: transparent;
}

/* Blue section dividers */

.section-divider {
  max-width: 1120px;
  margin: 2.5rem auto 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* Three key solutions (section3) */

.sec3_cont1 {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.sec3_cont1 .col-inner {
  height: 100%;
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 2rem 1.75rem 2.25rem;
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sec3-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.sec3-icon--blue {
  color: var(--soft-blue);
}

.sec3-icon--orange {
  color: var(--soft-orange);
}

.sec3_cont1 h2 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.sec3_cont1 p {
  font-size: 0.95rem;
  margin-bottom: 0;
  color: rgba(17, 24, 39, 0.9);
}

/* About block – full-width on white */

.about-block {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
}

.about-block h1 {
  color: var(--soft-blue);
}

.about-block p {
  color: var(--soft-black);
}

/* Service bands – 10 key services */

.service-band {
  background: #ffffff;
  padding: 80px 0;
}

.service-band--muted {
  background: var(--bg-muted);
}

.service-band .container {
  max-width: 1140px;
}

.service-band .row {
  align-items: center;
}

.service-band .section-hero {
  max-width: 720px;
}

/* Unlimited & audience feature sections */

.features-section {
  text-align: center;
}

.features-section h1 {
  margin-bottom: 0.75rem;
}

.features-subtitle {
  max-width: 540px;
  margin: 0 auto 2rem;
  font-size: 0.95rem;
  color: rgba(17, 24, 39, 0.8);
}

.unlimited-grid,
.who-grid {
  display: grid;
  gap: 1.5rem;
}

.unlimited-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.who-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 1.75rem 1.6rem;
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.18);
  text-align: left;
}

.feature-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--soft-blue);
  margin-bottom: 0.4rem;
}

.feature-card p {
  margin-bottom: 0.3rem;
  font-size: 0.95rem;
}

.feature-card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {

  .unlimited-grid,
  .who-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {

  .unlimited-grid,
  .who-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Banner CTA (e.g. section 8) */

.banner-cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  padding: 1.25rem 2.5rem;
  border-radius: 999px;
  background: var(--soft-blue);
  color: var(--soft-white);
  font-weight: 600;
  box-shadow: 0 20px 45px rgba(1, 61, 130, 0.25);
  font-size: 1rem;
  text-align: center;
  gap: 0.25rem;
}

.banner-cta span {
  font-weight: 400;
  opacity: 0.95;
}

@media (max-width: 767.98px) {
  .banner-cta {
    width: 100%;
    border-radius: 1rem;
    padding-inline: 1.25rem;
  }
}

/* Pricing cards */

.pricing-section {
  background: #ffffff;
}

.pricing-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.pricing-card {
  flex: 1 1 260px;
  border-radius: 1rem;
  padding: 2rem 2.25rem;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(1, 61, 130, 0.12);
}

.pricing-card--primary {
  background: var(--soft-blue);
  color: var(--soft-white);
  border: none;
}

.pricing-card--primary h2,
.pricing-card--primary p {
  color: var(--soft-white);
}

.pricing-price {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 0.25rem;
}

.pricing-period {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pricing-note {
  font-size: 0.9rem;
  opacity: 0.9;
}

.pricing-cta-banner {
  margin-top: 2rem;
  padding: 1.5rem 1.75rem;
  border-radius: 999px;
  background: #013d82;
  color: var(--soft-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 40px rgba(1, 61, 130, 0.3);
  text-align: center;
  gap: 0.5rem;
}

.pricing-cta-banner strong {
  font-weight: 800;
}

.pricing-cta-banner span {
  font-size: 0.95rem;
}

/* FAQ accordion */

.faqcont {
  margin-top: 1.5rem;
}

.faq_wrap {
  margin-bottom: 0.75rem;
}

.faqquestion {
  cursor: pointer;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.faqquestion p {
  margin: 0;
  font-weight: 600;
  color: var(--soft-blue);
}

.faqquestion::after {
  content: "+";
  font-weight: 700;
  font-size: 1.4rem;
  margin-left: 1rem;
}

.faqquestion.active::after {
  content: "–";
}

.faqquestion.active {
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
  transform: translateY(-1px);
}

.faqanswer {
  overflow: hidden;
  height: 0;
  transition: height 0.25s ease;
}

.faqanswercontents {
  padding: 0 1.25rem 1rem;
  background: #ffffff;
  border-radius: 0 0 0.75rem 0.75rem;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
}

.faqanswercontents p {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .pricing-card {
    padding: 1.5rem 1.25rem;
  }

  .pricing-price {
    font-size: 2.1rem;
  }

  .pricing-cta-banner {
    border-radius: 1rem;
    align-items: flex-start;
  }
}

/* Brand / header */

.brand-title {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--soft-blue);
}

.brand-tagline {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(17, 24, 39, 0.8);
}

@media (min-width: 992px) {
  .brand-title {
    font-size: 2rem;
  }

  .brand-tagline {
    font-size: 1rem;
  }
}

/* Navigation */

.ec-navbar {
  padding: 0.75rem 0 0.5rem;
  border-bottom: 1px solid rgba(1, 61, 130, 0.06);
}

.ec-navbar .nav-link {
  color: var(--soft-blue);
  font-weight: 500;
  font-size: 0.95rem;
}

.ec-navbar .nav-link:hover {
  color: var(--soft-orange);
  text-decoration: none;
}

.hamburger {
  cursor: pointer;
}

.hamburger span {
  width: 22px;
  height: 2px;
  background: var(--soft-blue);
  display: block;
  position: relative;
}

.hamburger span::before,
.hamburger span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--soft-blue);
}

.hamburger span::before {
  top: -6px;
}

.hamburger span::after {
  top: 6px;
}

/* Buttons */

.solid-btn {
  background: var(--soft-blue);
  color: var(--soft-white) !important;
  padding: 0.75rem 1.75rem;
  border-radius: 999px;
  border: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.95rem;
  box-shadow: 0 10px 25px rgba(1, 61, 130, 0.25);
  text-align: center;
  gap: 0.25rem;
}

.solid-btn br {
  display: none;
}

.solid-btn:hover {
  background: var(--soft-orange);
  color: var(--soft-white) !important;
  text-decoration: none;
}

.sb-small {
  padding: 0.5rem 1.25rem;
  font-size: 0.85rem;
}

.sb-big {
  font-size: 1rem;
}

.sb-full {
  width: 100%;
  justify-content: center;
}

/* Hero image */

.section-hero {
  width: 100%;
  max-width: 720px;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(1, 61, 130, 0.15);
}

.section-icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 1.25rem;
}

/* Hide legacy audio UI for now */

.audio-section {
  display: none !important;
}

/* Footer with footer_image background */

#ecFooter {
  background-color: #013d82;
  background-image: linear-gradient(rgba(1, 61, 130, 0.8),
      rgba(1, 61, 130, 0.9)),
    url("../images/footer_image.webp");
  background-size: cover;
  background-position: center;
  color: var(--soft-white);
  padding: 3rem 0;
}

#ecFooter p,
#ecFooter a,
#ecFooter address,
#ecFooter font {
  color: var(--soft-white) !important;
}

#ecFooter a:hover {
  color: var(--soft-orange) !important;
}

/* Modals – remove any lamp background */

.genie_bg {
  background-image: none !important;
}

/* Custom modal styling (book demo / watch demo) */
.ec-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1050;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
}

.ec-modal.modal-open {
  display: block;
}

.ec-modal .modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
}

.ec-modal .modal-outer {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1.5rem;
  animation: modal-slide-down 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes modal-slide-down {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.ec-modal .modal-inner {
  background: #ffffff;
  border-radius: 1.25rem;
  max-width: 620px;
  width: 100%;
  box-shadow: 0 40px 100px rgba(15, 23, 42, 0.45);
  overflow: hidden;
  position: relative;
  margin-top: 2rem;
  font-family: "Red Hat Display", sans-serif;
}

.modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2100;
  transition: all 0.2s ease;
  border: none;
}

.modal-close:hover {
  background: #ffffff;
  color: var(--soft-blue);
  transform: rotate(90deg);
}

/* Ensure close button is visible on white background too */
.modal-inner.dark-close .modal-close {
  background: var(--soft-blue);
  color: #ffffff;
}

.modal-one-liner {
  background: var(--soft-orange);
  color: #ffffff;
  padding: 0.75rem 1rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2005;
}

.ec-modal .modal-header {
  border-bottom: none;
  position: relative;
  z-index: 2000;
}

.ec-modal .modal-contents {
  position: relative;
  z-index: 1900;
}

@media (max-width: 767.98px) {
  .modal-one-liner {
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem;
  }

  .ec-modal .modal-header h2 {
    font-size: 1.1rem !important;
  }
}

@media (max-width: 991.98px) {
  .section-hero {
    max-width: 100%;
    margin-top: 1.5rem;
    box-shadow: 0 12px 30px rgba(1, 61, 130, 0.15);
  }
}

@media (max-width: 767.98px) {
  .main-visual .row.lg-vertical-align {
    text-align: center;
  }

  .sec1_inner {
    justify-content: center;
  }
}

/* WhatsApp Floating Button */

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  animation: wa-pulse 2s infinite ease-in-out;
}

.whatsapp-float:hover {
  background-color: #128c7e;
  color: #fff !important;
  transform: scale(1.1);
  text-decoration: none;
}

.whatsapp-float i {
  font-size: 36px;
}

.whatsapp-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #ff3b30;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  z-index: 10001;
}

.whatsapp-tooltip {
  position: absolute;
  right: 75px;
  background: #ffffff;
  color: #111827;
  padding: 8px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.5s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.whatsapp-tooltip::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 8px 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* Auto-show tooltip animation */
@keyframes wa-tooltip-show {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  15% {
    opacity: 1;
    transform: translateX(0);
  }

  85% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

/* Run tooltip animation on load and periodically */
.whatsapp-tooltip {
  animation: wa-tooltip-show 8s 2s infinite;
}

@keyframes wa-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}


@media (max-width: 767.98px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 25px;
    right: 25px;
    font-size: 25px;
  }

  .whatsapp-tooltip {
    display: none;
  }
}

/* WhatsApp Chat Window Styles */

.wa-chat-container {
  position: relative;
  z-index: 10000;
}

.wa-chat-window {
  position: fixed;
  bottom: 110px;
  right: 40px;
  width: 340px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 10001;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
  transform: translateY(20px) scale(0.95);
}

.wa-chat-window.show {
  display: flex !important;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.wa-chat-header {
  background: #075e54;
  color: #ffffff;
  padding: 20px;
  display: flex;
  align-items: center;
  position: relative;
}

.wa-avatar {
  position: relative;
  width: 52px;
  height: 52px;
  margin-right: 15px;
}

.wa-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.wa-status-dot {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 12px;
  height: 12px;
  background: #25d366;
  border-radius: 50%;
  border: 2px solid #075e54;
}

.wa-user-name {
  font-weight: 700;
  font-size: 16px;
}

.wa-user-status {
  font-size: 13px;
  opacity: 0.9;
}

.wa-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.wa-close:hover {
  opacity: 1;
}

.wa-chat-body {
  background: #e5ddd5;
  background-image: url("../images/wa_background.webp");
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
}

.wa-chat-bubble {
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 0 10px 10px 10px;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
  width: fit-content;
  max-width: 85%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.wa-chat-bubble::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
}

.wa-chat-btn {
  background: #25d366;
  color: #ffffff !important;
  text-align: center;
  padding: 12px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none !important;
  transition: background 0.2s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.wa-chat-btn:hover {
  background: #128c7e;
}

@media (max-width: 767.98px) {
  .wa-chat-window {
    display: none !important;
  }
}

/* Footer Mobile Optimizations */
.footer-info-right {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

@media (min-width: 576px) {
  .footer-info-right {
    align-items: flex-end !important;
  }
}

.footer-logo {
  max-width: 200px;
}