/* =====================================================================
   Tuttsan Pharma — Third Party Manufacturing Landing Page
   Color Palette (6 colors total):
     - #d97316  (Primary Pharma Green)
     - #f28c28  (Accent Gold)
     - #24347a  (Dark Navy — headings / trust)
     - #f5f7f9  (Section light background)
     - #ffffff  (White)
     - #4a5568  (Body text)
   ===================================================================== */

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #4a5568;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #24347a;
  font-weight: 700;
  line-height: 1.25;
}

a {
  text-decoration: none;
  transition: all 0.25s ease;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  padding: 80px 0;
}

.section-eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #d97316;
  padding: 6px 14px;
  background: rgba(13, 143, 139, 0.08);
  border-radius: 30px;
  margin-bottom: 18px;
}

.section-eyebrow.center {
  display: inline-block;
}

.section-eyebrow.light {
  color: #f28c28;
  background: rgba(242, 140, 40, 0.15);
}

.section-heading {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #24347a;
}

.section-heading.light {
  color: #ffffff;
}

.heading-accent {
  color: #d97316;
}

.section-lead {
  font-size: 18px;
  color: #4a5568;
  margin-bottom: 20px;
}

.section-body {
  font-size: 17px;
  margin-bottom: 20px;
}

.section-subhead {
  font-size: 18px;
  color: #4a5568;
  max-width: 780px;
  margin: 0 auto;
}

.section-subhead.light {
  color: #f5f7f9;
  opacity: 0.9;
}

.section-head-wrap {
  margin-bottom: 30px;
}

.btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 17px;
  padding: 14px 28px;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.btn-primary-cta {
  background: #d97316;
  color: #ffffff;
  border-color: #d97316;
}

.btn-primary-cta:hover {
  background: #087672;
  color: #ffffff;
  border-color: #087672;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(13, 143, 139, 0.3);
}

.btn-secondary-cta {
  background: transparent;
  color: #24347a;
  border-color: #24347a;
}

.btn-secondary-cta:hover {
  background: #24347a;
  color: #ffffff;
}

.btn-accent-cta {
  background: #24347a;
  color: #fff;
  border-color: #24347a;
  font-weight: 700;
}

.btn-accent-cta:hover {
  background: #d97316;
  color: #ffffff;
  border-color: #d97316;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(242, 140, 40, 0.4);
}

.btn-cta-nav {
  background: #24347a;
  color: #fff;
  /* padding: 10px 22px; */
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
}

.btn-cta-nav:hover {
  background: #d97316;
  color: #ffffff;
}

.btn-form-submit {
  background: #24347a;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 15px 20px;
  border-radius: 8px;
  border: none;
}

.btn-form-submit:hover {
  background: #d97316;
  color: #ffffff;
}

.btn-outline-white {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
  margin-left: 10px;
}

.btn-outline-white:hover {
  background: #ffffff;
  color: #d97316;
}

.btn.big {
  padding: 16px 32px;
  font-size: 18px;
}

.top-bar {
  background: #24347a;
  color: #f5f7f9;
  padding: 10px 0;
  font-size: 14px;
}

.top-bar-item {
  color: #f5f7f9;
  opacity: 0.85;
}

.top-bar-divider {
  color: #4a5568;
  margin: 0 10px;
}

.top-bar-link {
  color: #f28c28;
  font-weight: 500;
}

.top-bar-link:hover {
  color: #ffffff;
}

.main-navbar {
  background: #ffffff;
  padding: 15px 0;
  box-shadow: 0 2px 15px rgba(36, 52, 122, 0.06);
  z-index: 100;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #24347a;
}

.brand-logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #d97316;
  color: #ffffff;
  border-radius: 10px;
  font-weight: 800;
  font-size: 20px;
}

.brand-logo-text {
  font-size: 22px;
  color: #24347a;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
}

.brand-logo-text small {
  font-size: 13px;
  font-weight: 500;
  color: #d97316;
  letter-spacing: 2px;
}

.nav-link {
  color: #24347a !important;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 16px !important;
}

.nav-link:hover {
  color: #d97316 !important;
}

.hero-section {
  position: relative;
  background: linear-gradient(135deg, #f5f7f9 0%, #ffffff 60%);
  padding: 70px 0 0 0;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: rgba(13, 143, 139, 0.08);
  border-radius: 50%;
  z-index: 0;
}

.hero-section::after {
  content: "";
  position: absolute;
  bottom: 100px;
  left: -80px;
  width: 250px;
  height: 250px;
  background: rgba(242, 140, 40, 0.12);
  border-radius: 50%;
  z-index: 0;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-block;
  background: #24347a;
  color: #f28c28;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 22px;
}

.hero-headline {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.15;
  color: #24347a;
  margin-bottom: 22px;
}

.hero-highlight {
  color: #d97316;
  position: relative;
  display: inline-block;
}

.hero-highlight::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 10px;
  background: rgba(242, 140, 40, 0.35);
  z-index: -1;
}

.hero-subheadline {
  font-size: 19px;
  color: #4a5568;
  margin-bottom: 26px;
  line-height: 1.7;
}

.hero-bullets {
  list-style: none;
  padding-left: 0;
  margin-bottom: 32px;
}

.hero-bullets li {
  font-size: 17px;
  font-weight: 500;
  color: #24347a;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: #d97316;
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}

.lead-form-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 36px 32px;
  box-shadow: 0 20px 50px rgba(36, 52, 122, 0.12);
  border-top: 5px solid #f28c28;
}

.lead-form-header {
  margin-bottom: 22px;
}

.lead-form-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #24347a;
}

.lead-form-subtitle {
  font-size: 15px;
  color: #4a5568;
  margin-bottom: 0;
}

.lead-input {
  font-size: 17px;
  padding: 14px 16px;
  border-radius: 8px;
  border: 2px solid #f5f7f9;
  background: #f5f7f9;
  color: #24347a;
  transition: border 0.2s ease;
}

.lead-input:focus {
  outline: none;
  border-color: #d97316;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(13, 143, 139, 0.1);
}

.form-footnote {
  font-size: 13px;
  color: #4a5568;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 0;
}

.form-success-msg {
  background: rgba(13, 143, 139, 0.1);
  color: #d97316;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
}

.hero-strip {
  margin-top: 60px;
  background: #24347a;
  padding: 30px 0;
}

.strip-num {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #f28c28;
  line-height: 1;
}

.strip-label {
  font-size: 15px;
  color: #f5f7f9;
  margin-top: 6px;
  font-weight: 500;
}

.about-section {
  background: #ffffff;
}

.about-points {
  margin-top: 30px;
}

.about-point {
  display: flex;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #f5f7f9;
}

.about-point:last-child {
  border-bottom: none;
}

.about-point-num {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #f28c28;
  min-width: 40px;
}

.about-point-text strong {
  display: block;
  color: #24347a;
  font-size: 18px;
  margin-bottom: 4px;
  font-family: 'Poppins', sans-serif;
}

.about-point-text span {
  color: #4a5568;
  font-size: 16px;
}

.about-media {
  background: linear-gradient(135deg, #d97316 0%, #24347a 100%);
  border-radius: 16px;
  padding: 40px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.about-media::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 180px;
  height: 180px;
  background: rgba(242, 140, 40, 0.15);
  border-radius: 50%;
}

.about-media-card {
  position: relative;
  margin-bottom: 30px;
}

.media-icon-wrap {
  font-size: 30px;
  width: 60px;
  height: 60px;
  background: #f28c28;
  color: #24347a;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-weight: 800;
}

.about-media-card h4 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 12px;
}

.about-media-card p {
  color: #f5f7f9;
  font-size: 17px;
  opacity: 0.95;
}

.about-media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
  position: relative;
}

.media-stat {
  background: rgba(255, 255, 255, 0.08);
  padding: 20px;
  border-radius: 10px;
  border-left: 3px solid #f28c28;
}

.stat-k {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #f28c28;
  line-height: 1;
}

.stat-v {
  color: #f5f7f9;
  font-size: 15px;
  margin-top: 6px;
  font-weight: 500;
}

.services-section {
  background: #f5f7f9;
}

.service-card {
  background: #ffffff;
  padding: 40px 36px;
  border-radius: 16px;
  /* height: 100%; */
  border-top: 5px solid #d97316;
  box-shadow: 0 4px 20px rgba(36, 52, 122, 0.05);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(36, 52, 122, 0.12);
}

.service-card-alt {
  border-top-color: #f28c28;
}

.service-icon {
  font-size: 40px;
  width: 72px;
  height: 72px;
  background: rgba(13, 143, 139, 0.1);
  color: #d97316;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.service-card-alt .service-icon {
  background: rgba(242, 140, 40, 0.15);
  color: #f28c28;
}

.service-title {
  font-size: 26px;
  margin-bottom: 14px;
  color: #24347a;
}

.service-desc {
  font-size: 17px;
  color: #4a5568;
  margin-bottom: 20px;
}

.service-feature-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.service-feature-list li {
  font-size: 16px;
  color: #24347a;
  padding: 9px 0 9px 28px;
  position: relative;
  border-bottom: 1px dashed #f5f7f9;
}

.service-feature-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 9px;
  color: #d97316;
  font-weight: 800;
  font-size: 16px;
}

.service-card-alt .service-feature-list li::before {
  color: #f28c28;
}

.service-cta {
  display: inline-block;
  font-weight: 700;
  color: #d97316;
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 2px solid transparent;
}

.service-cta:hover {
  color: #087672;
  border-bottom-color: #f28c28;
}

.service-card-alt .service-cta {
  color: #d97316;
}

.service-zigzag {
  margin-top: 18px;
}

.service-zigzag-row {
  align-items: center;
  margin-bottom: 34px;
}

.service-zigzag-row:last-child {
  margin-bottom: 0;
}

.service-zigzag .service-card {
  border-top: 0;
  border-left: 5px solid #d97316;
}

.service-zigzag .service-card-alt {
  border-left-color: #f28c28;
}

.service-image-card {
  position: relative;
  /* height: 100%;
  min-height: 430px; */
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(36, 52, 122, 0.12);
}

.service-image-card img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  display: block;
}

.service-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(36, 52, 122, 0.05), rgba(36, 52, 122, 0.28));
}

.service-image-label {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.92);
  color: #24347a;
  padding: 10px 16px;
  border-radius: 999px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(36, 52, 122, 0.12);
}

.benefits-section {
  background: #24347a;
  color: #ffffff;
  position: relative;
}

.benefits-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 30%, rgba(13, 143, 139, 0.25), transparent 50%);
}

.benefits-section .container {
  position: relative;
  z-index: 2;
}

.benefit-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 32px 28px;
  border-radius: 14px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.benefit-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #f28c28;
  transform: translateY(-5px);
}

.benefit-icon {
  font-size: 30px;
  width: 60px;
  height: 60px;
  background: #f28c28;
  color: #24347a;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-weight: 800;
}

.benefit-card h4 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 12px;
}

.benefit-card p {
  color: #f5f7f9;
  opacity: 0.88;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 0;
}

.trust-section {
  background: #ffffff;
}

.cert-card {
  background: #f5f7f9;
  padding: 26px 16px;
  border-radius: 14px;
  text-align: center;
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.cert-card:hover {
  border-color: #f28c28;
  background: #ffffff;
  box-shadow: 0 12px 25px rgba(36, 52, 122, 0.08);
}

.cert-badge {
  width: 80px;
  height: 80px;
  margin: 0 auto 14px;
  background: #d97316;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 15px;
  text-align: center;
  line-height: 1.1;
}

.cert-name {
  font-size: 15px;
  font-weight: 600;
  color: #24347a;
}

.infrastructure-row {
  margin-top: 50px !important;
}

.infra-card {
  background: #f5f7f9;
  padding: 30px 28px;
  border-radius: 14px;
  height: 100%;
  border-left: 4px solid #d97316;
}

.infra-card h5 {
  font-size: 20px;
  color: #24347a;
  margin-bottom: 10px;
}

.infra-card p {
  font-size: 16px;
  color: #4a5568;
  margin-bottom: 0;
}

.process-section {
  background: #f5f7f9;
  position: relative;
}

.process-grid .process-step {
  background: #ffffff;
  padding: 32px 28px;
  border-radius: 14px;
  height: 100%;
  box-shadow: 0 4px 20px rgba(36, 52, 122, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.process-grid .process-step::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  background: rgba(13, 143, 139, 0.06);
  border-radius: 50%;
  transition: all 0.4s ease;
}

.process-grid .process-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(36, 52, 122, 0.12);
}

.process-grid .process-step:hover::before {
  background: rgba(242, 140, 40, 0.2);
  transform: scale(2);
}

.process-num {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #f28c28;
  margin-bottom: 12px;
  line-height: 1;
  position: relative;
  z-index: 2;
}

.process-step h5 {
  font-size: 20px;
  color: #24347a;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.process-step p {
  font-size: 16px;
  color: #4a5568;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.industries-section {
  background: #ffffff;
}

.industry-card {
  background: #f5f7f9;
  padding: 36px 28px;
  border-radius: 14px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  border-bottom: 4px solid transparent;
}

.industry-card:hover {
  background: #ffffff;
  border-bottom-color: #d97316;
  box-shadow: 0 15px 35px rgba(36, 52, 122, 0.1);
  transform: translateY(-5px);
}

.industry-icon {
  font-size: 44px;
  margin-bottom: 16px;
  display: block;
}

.industry-card h5 {
  font-size: 20px;
  color: #24347a;
  margin-bottom: 10px;
}

.industry-card p {
  font-size: 16px;
  color: #4a5568;
  margin-bottom: 0;
}

.cta-banner {
  background: linear-gradient(120deg, #24347a 0%, #d97316 100%);
  color: #ffffff;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 250px;
  height: 250px;
  background: rgba(242, 140, 40, 0.2);
  border-radius: 50%;
}

.cta-banner .container {
  position: relative;
  z-index: 2;
}

.cta-banner-heading {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 8px;
}

.cta-banner-sub {
  color: #f5f7f9;
  font-size: 18px;
  margin-bottom: 0;
  opacity: 0.95;
}

.faq-section {
  background: #f5f7f9;
}

.faq-accordion .accordion-item {
  background: #ffffff;
  border: none;
  border-radius: 12px !important;
  margin-bottom: 14px;
  box-shadow: 0 2px 10px rgba(36, 52, 122, 0.05);
  overflow: hidden;
}

.faq-accordion .accordion-button {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #24347a;
  padding: 22px 26px;
  background: #ffffff;
  border: none;
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #ffffff;
  color: #d97316;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230a5c4f'%3E%3Cpath d='M8 4l6 6H2z' transform='rotate(180 8 7)'/%3E%3C/svg%3E");
}

.faq-accordion .accordion-body {
  color: #4a5568;
  font-size: 17px;
  padding: 0 26px 24px;
  line-height: 1.7;
}

.final-cta-section {
  padding: 60px 0;
  background: #f5f7f9;
}

.final-cta-card {
  background: linear-gradient(120deg, #24347a 0%, #d97316 100%);
  color: #ffffff;
  padding: 55px 50px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(36, 52, 122, 0.2);
}

.final-cta-card::before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  background: rgba(242, 140, 40, 0.18);
  border-radius: 50%;
}

.final-cta-card::after {
  content: "";
  position: absolute;
  top: -80px;
  left: 40%;
  width: 200px;
  height: 200px;
  background: rgba(242, 140, 40, 0.08);
  border-radius: 50%;
}

.final-cta-card .row {
  position: relative;
  z-index: 2;
}

.final-cta-heading {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 16px;
}

.final-cta-sub {
  color: #f5f7f9;
  font-size: 18px;
  margin-bottom: 20px;
  opacity: 0.95;
}

.final-cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.final-cta-points span {
  color: #f28c28;
  font-weight: 600;
  font-size: 16px;
}

.site-footer {
  background: #24347a;
  color: #f5f7f9;
  padding: 70px 0 25px;
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-brand .brand-logo-text {
  color: #ffffff;
}

.footer-about {
  font-size: 16px;
  color: #f5f7f9;
  opacity: 0.8;
  line-height: 1.7;
}

.footer-heading {
  font-size: 17px;
  font-weight: 700;
  color: #f28c28;
  margin-bottom: 18px;
  font-family: 'Poppins', sans-serif;
}

.footer-list {
  list-style: none;
  padding-left: 0;
}

.footer-list li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #f5f7f9;
  opacity: 0.85;
}

.footer-list li a {
  color: #f5f7f9;
}

.footer-list li a:hover {
  color: #f28c28;
}

.footer-divider {
  margin: 40px 0 20px;
  border-color: rgba(255, 255, 255, 0.1);
}

.footer-copy {
  font-size: 14px;
  color: #f5f7f9;
  opacity: 0.7;
  margin-bottom: 0;
}

.floating-call {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 58px;
  height: 58px;
  background: #d97316;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  z-index: 99;
  box-shadow: 0 10px 25px rgba(13, 143, 139, 0.4);
  animation: pulse 2s infinite;
}

.floating-call:hover {
  background: #f28c28;
  color: #24347a;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(13, 143, 139, 0.5);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(13, 143, 139, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(13, 143, 139, 0);
  }
}


.brand-logo-img {
  width: 210px;
  height: auto;
  object-fit: contain;
}

.hero-section {
  background:
    linear-gradient(90deg, rgba(15, 36, 56, 0.30) 0%, rgba(15, 36, 56, 0.72) 38%, rgba(217, 115, 22, 0.35) 100%),
    url("./assets/img/website-banner.webp") center center / cover no-repeat;
  color: #ffffff;
}

.hero-headline,
.hero-bullets li {
  color: #ffffff;
}

.hero-subheadline {
  color: rgba(255, 255, 255, 0.90);
}

.hero-section::before,
.hero-section::after {
  display: none;
}

.hero-badge {
  background: rgba(255, 255, 255, 0.12);
  color: #f28c28;
  border: 1px solid rgba(255, 255, 255, 0.20);
}

.hero-highlight {
  color: #f28c28;
}

.btn-secondary-cta {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-secondary-cta:hover {
  background: #ffffff;
  color: #24347a;
}

.product-slider-section {
  background: #ffffff;
}

.product-slide-card {
  background: #f5f7f9;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(36, 52, 122, 0.10);
}

.product-slide-img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
}

.product-slide-content {
  padding: 32px;
  background: linear-gradient(120deg, #24347a 0%, #d97316 100%);
}

.product-slide-content h3 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 10px;
}

.product-slide-content p {
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 0;
}

.product-carousel .carousel-control-prev,
.product-carousel .carousel-control-next {
  width: 52px;
  height: 52px;
  top: 42%;
  border-radius: 50%;
  background: rgba(15, 36, 56, 0.82);
  opacity: 1;
}

.product-carousel .carousel-control-prev {
  left: 18px;
}

.product-carousel .carousel-control-next {
  right: 18px;
}

.product-carousel .carousel-indicators [data-bs-target] {
  background-color: #d97316;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.sub-send-inquiry-form {
  position: fixed;
  left: -100px;
  top: 40%;
  height: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 999;
  bottom: auto;
}

.sub-send-btn {
  background-color: #24347a;
  border-radius: 0 0px 30px 30px;
  padding-top: 35px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  transform: rotate(-90deg);
  color: #fff;
}

.icon {
  display: flex;
  align-items: center;
}

.sub-send-btn a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 10px;
}



.ke-float-hover {
  position: fixed;
  right: 12px;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 999999;
}

.ke-float-hover__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ke-float-hover__link {
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 0 14px;
  border-radius: 14px;
  color: #fff !important;
  text-decoration: none;
  overflow: hidden;
  /* box-shadow: 0 6px 18px rgba(0,0,0,.18); */
  transition: width .22s ease, transform .22s ease;
  will-change: width;
}

.email {
  background-color: #f28c28;
}

.call {
  background-color: #24347a;
}

.whatsapp {
  background-color: #25D366;
  /* official WhatsApp green */
}

.ke-float-hover__icon {
  width: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}

.ke-float-hover__text {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  transform: translateX(6px);
  transition: opacity .18s ease, transform .18s ease;
}

.m-specs {
  font-size: 18px;
}

@media (hover:hover) and (pointer:fine) {
  .ke-float-hover__link:hover {
    width: 190px;
    transform: translateX(-6px);
  }

  .ke-float-hover__link:hover .ke-float-hover__text {
    opacity: 1;
    transform: translateX(0);
  }
}



.modal-logo img {
  width: 100%;
  max-width: 50%;
  margin: auto;
  margin-bottom: 10px
}

.modal-call {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}


.modal-content {
  border-radius: 50px;
  overflow: hidden
}

.modal-call a,
.modal-call .prev-digit {
  color: #1d242b;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  align-items: start;
  margin-bottom: 12px;
}

.modal-body .has-feedback {
  margin-bottom: 12px;
  position: relative;
}

.modal-body .form-control {
  border: 0;
  background-color: #fff0;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 17px;
  color: var(--black-dark) !important;
  box-shadow: none;
  font-weight: 500;
}

.modal-header {
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
}

.modal-header h5 {
  color: var(--white);
  font-size: 24px;
  width: 100%;
  letter-spacing: .4px;
  font-weight: 500;
}

.modal-header .btn-close {
  margin: 0;
  /* filter: invert(1); */
}

.modal-logo {
  padding: 10px 0px 10px;
}

.modal-body {
  padding: 0
}

.modal-footer input {
  font-size: 17px !important;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
  padding: 7px 1px 7px 1px !important;
  transition: 0.3s;
}

.modal-footer .btn:hover input {
  color: var(--secondary-color);
}

input[type="submit"] {
  background: #24347a !important;
  color: #ffffff !important;
  border: none;
  padding: 10px 22px !important;
  font-size: 17px !important;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease;
  border: 1px solid var(--ztc-bg-bg-3);
}

input[type="submit"]:hover {
  background: #ffffff;
  color: var(--ztc-bg-bg-3);
  border: 1px solid var(--ztc-bg-bg-3);
}

input[type="submit"]:disabled {
  background: #677097;
  cursor: not-allowed;
  opacity: 0.6;
  color: #000;
  border: 1px solid #000;
}
#header-form textarea, #inquiry-forms textarea{
min-height: 100px;
max-height: 150px;
}
@media (max-width: 767px) {
  .brand-logo-img {
    width: 160px;
  }

  .product-slide-img {
    height: 300px;
  }

  .product-slide-content {
    padding: 24px;
  }
}

@media (max-width: 1199px) {
  .hero-headline {
    font-size: 44px;
  }

  .section-heading {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  section {
    padding: 60px 0;
  }

  .hero-section {
    padding: 40px 0 0 0;
    background: linear-gradient(90deg, rgba(15, 36, 56, 0.70) 0%, rgba(15, 36, 56, 0.92) 38%, rgba(217, 115, 22, 0.95) 100%), url(./assets/img/website-banner.webp) center center / cover no-repeat;
  }

  .hero-headline {
    font-size: 36px;
  }

  .hero-subheadline {
    font-size: 18px;
  }

  .section-heading {
    font-size: 30px;
  }

  .final-cta-heading {
    font-size: 28px;
  }

  .final-cta-card {
    padding: 40px 30px;
  }

  .lead-form-card {
    padding: 30px 24px;
    margin-top: 40px;
  }

  .service-image-card {
    min-height: 320px;
  }

  .btn-outline-white {
    margin-left: 0;
    margin-top: 10px;
  }

  .about-media {
    padding: 30px;
  }

  .nav-link {
    padding: 10px 0 !important;
  }

  .btn-cta-nav {
    display: inline-block;
    margin-top: 10px;
  }
  
  .ke-float-hover {
    transform: translateY(0);
    bottom: 0 !important;
    left: 0;
    right: 0;
  }

  .ke-float-hover__list {
    flex-direction: row;
    gap: 0;

  }

  .ke-float-hover__link {
    width: 100%;
    gap: 0;
    justify-content: center;
  }

  .ke-float-hover__text {
    opacity: 1;
  }

  .ke-float-hover__item {
    flex-basis: 33.33%;
  }

  .sub-send-btn {
    display: none;
  }
  .faq-accordion{
    padding-top: 50px;
  }
  .about-media{
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 17px;
  }

  section {
    padding: 50px 0;
  }

  .hero-headline {
    font-size: 30px;
    line-height: 1.2;
  }

  .hero-subheadline {
    font-size: 17px;
  }

  .hero-bullets li {
    font-size: 16px;
  }

  .section-heading {
    font-size: 26px;
  }

  .hero-cta-group .btn {
    width: 100%;
  }

  .service-card {
    padding: 30px 24px;
  }

  .service-title {
    font-size: 22px;
  }

  .benefit-card {
    padding: 26px 22px;
  }

  .strip-num {
    font-size: 28px;
  }

  .strip-label {
    font-size: 13px;
  }

  .about-media-grid {
    grid-template-columns: 1fr;
  }

  .cta-banner-heading {
    font-size: 24px;
  }

  .final-cta-heading {
    font-size: 24px;
  }

  .final-cta-card {
    padding: 32px 22px;
  }

  .final-cta-points {
    gap: 12px;
  }

  .btn.big {
    padding: 14px 24px;
    font-size: 17px;
  }

  .lead-form-title {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .hero-headline {
    font-size: 26px;
  }

  .section-heading {
    font-size: 22px;
  }

  .btn {
    font-size: 16px;
    padding: 12px 20px;
  }

  .brand-logo-text {
    font-size: 18px;
  }

  .brand-logo-text small {
    font-size: 11px;
  }

  .hero-badge {
    font-size: 12px;
    padding: 12px 15px;
    text-align: center;
  }

  .floating-call {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}


