@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700;800;900&family=Lato:wght@300;400;700&display=swap");

:root {
  --red: #d10812;
  --red-dark: #a5060f;
  --blue: #032d75;
  --blue-dark: #021f54;
  --white: #ffffff;
  --off-white: #f5f7fc;
  --text-dark: #111827;
  --text-muted: #536080;
  --gradient: linear-gradient(135deg, var(--red) 0%, var(--blue) 100%);
  --gradient-h: linear-gradient(90deg, var(--red) 0%, var(--blue) 100%);
}
:root {
  --red: #d10812;
  --red-dark: #a5060f;
  --blue: #032d75;
  --blue-mid: #0a3d91;
  --blue-dark: #021f54;
  --white: #ffffff;
  --off-white: #f4f7fc;
  --light-gray: #e8edf6;
  --text-dark: #0f1c35;
  --text-muted: #536080;
  --gradient: linear-gradient(135deg, var(--red) 0%, var(--blue) 100%);
  --gradient-h: linear-gradient(90deg, var(--red) 0%, var(--blue) 100%);
  --gradient-rev: linear-gradient(135deg, var(--blue) 0%, var(--red) 100%);
  --shadow-sm: 0 4px 16px rgba(3, 45, 117, 0.08);
  --shadow-md: 0 8px 32px rgba(3, 45, 117, 0.14);
  --shadow-lg: 0 16px 48px rgba(3, 45, 117, 0.18);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  color: var(--text-dark);
  background: var(--off-white);
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.navbar-brand img {
  max-height: 50px;
}

.nav-link {
  /* color: #fff !important; */
  font-weight: 500;
  margin-right: 15px;
}

.nav-link:hover {
  color: #d10812 !important;
}

.download-btn {
  background: linear-gradient(45deg, #d10812, #032d75);
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.download-btn:hover {
  background: linear-gradient(45deg, #032d75, #d10812);
  transform: translateY(-2px);
  color: #fff;
}

@media (max-width: 991px) {
  .download-btn {
    margin-top: 10px;
    /* width: 100%; */
    text-align: center;
  }
}
.hero-section {
    background: url("../img/Raayn - PCD Franchise.png");
    color: #fff;
    padding: 80px 0;
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
}

.hero-text h1 {
  font-size: 48px;
  font-weight: 700;
}

.hero-text h1 span {
  color: #ffb3b3;
}

.hero-text p {
  margin-top: 15px;
  opacity: 0.9;
}

.form-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

.form-control,
.form-select {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  padding: 12px;
}

.form-control::placeholder {
  color: #ddd;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border: none;
}

.form-check-label {
  margin-left: 5px;
}

.hero-btn {
  background: linear-gradient(45deg, #d10812, #032d75);
  border: none;
  padding: 12px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  transition: 0.3s;
}

.hero-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
 .mobile-sc{
        display:none;
    }
/* Responsive */
@media (max-width: 768px) {
    .hero-section {
        display:none;
    }
    .mobile-sc{
        display:block;
    }
  .hero-text h1 {
    font-size: 32px;
  }
  .hero-section {
    text-align: center;
  }
}

.about-section {
  font-family: "Lato", sans-serif;
  overflow: hidden;
  background: var(--off-white);
}

.about-img-col {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 520px;
}

.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}

.img-wrapper:hover .about-img {
  transform: scale(1.04);
}

.img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(3, 45, 117, 0.08) 0%,
    rgba(3, 45, 117, 0.55) 100%
  );
  pointer-events: none;
}

.img-badge {
  position: absolute;
  bottom: 30px;
  left: 28px;
  background: var(--white);
  border-radius: 14px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 8px 32px rgba(3, 45, 117, 0.22);
  z-index: 3;
}

.badge-number {
  font-family: "Raleway", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.badge-number sup {
  font-size: 1.1rem;
}

.badge-label {
  font-family: "Lato", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.about-content-col {
  background: var(--off-white);
  position: relative;
}

.about-content-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--gradient);
}

.content-inner {
  max-width: 650px;
  width: 100%;
}

.content-badge span {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  border-left: 3px solid var(--red);
  padding-left: 10px;
}

.about-main-heading {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  line-height: 1.08;
  color: var(--text-dark);
  margin: 0;
}

/* "Drugs" — linear gradient text */
.heading-gradient {
  background: var(--gradient-h);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-tagline {
  font-family: "Lato", sans-serif;
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  font-weight: 400;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

.heading-divider {
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background: var(--gradient-h);
}

.content-body {
  font-size: 0.96rem;
  color: var(--text-muted);
  line-height: 1.9;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feature-list li {
  font-size: 0.93rem;
  font-weight: 600;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  gap: 10px;
}

.check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--gradient);
  color: var(--white);
  font-size: 0.65rem;
  flex-shrink: 0;
}

.stat-card {
  background: var(--white);
  border-radius: 12px;
  padding: 18px 10px;
  text-align: center;
  box-shadow: 0 4px 18px rgba(3, 45, 117, 0.08);
  border-bottom: 3px solid var(--red);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(3, 45, 117, 0.14);
}

.stat-number {
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--blue);
  margin: 0;
  line-height: 1;
}

.stat-number span {
  color: var(--red);
  font-size: 1.3rem;
}

.stat-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 6px 0 0 0;
}

.btn-primary-custom {
  display: inline-block;
  padding: 13px 32px;
  border-radius: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--gradient);
  color: var(--white);
  box-shadow: 0 6px 20px rgba(209, 8, 18, 0.28);
  transition:
    opacity 0.25s,
    transform 0.2s,
    box-shadow 0.25s;
}

.btn-primary-custom:hover {
  opacity: 0.87;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(209, 8, 18, 0.35);
  color: var(--white);
}

.btn-outline-custom {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  color: var(--blue);
  border: 2px solid var(--blue);
  transition:
    background 0.25s,
    color 0.25s,
    transform 0.2s;
}

.btn-outline-custom:hover {
  background: var(--blue);
  color: var(--white);
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .about-img-col {
    min-height: 340px;
  }

  .img-wrapper {
    min-height: 340px;
  }

  .about-content-col::before {
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
  }

  .content-inner {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .about-img-col {
    min-height: 260px;
  }

  .img-wrapper {
    min-height: 260px;
  }

  .img-badge {
    bottom: 16px;
    left: 16px;
    padding: 12px 16px;
  }

  .badge-number {
    font-size: 1.7rem;
  }

  .about-main-heading {
    font-size: 2.2rem;
  }

  .btn-primary-custom,
  .btn-outline-custom {
    width: 100%;
    text-align: center;
  }
}

.section-light {
  background: var(--off-white);
}

.section-dark {
  background: linear-gradient(
    135deg,
    var(--blue-dark) 0%,
    var(--blue-mid) 60%,
    #0e1f4a 100%
  );
  position: relative;
}
.section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

section,
.pcd-section,
.tpm-section,
.categories-section,
.whyus-section,
.products-section,
.promo-section,
.contact-section {
  padding: 90px 0;
}

.section-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
  border-left: 3px solid var(--red);
  padding-left: 10px;
  margin-bottom: 14px;
}
.section-eyebrow.light {
  color: rgba(255, 255, 255, 0.65);
  border-left-color: rgba(255, 255, 255, 0.4);
}

.section-heading {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  line-height: 1.12;
  color: var(--text-dark);
  margin: 0;
}
.section-heading.text-white {
  color: #fff;
}

.grad-text {
  background: var(--gradient-h);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grad-text-light {
  background: linear-gradient(90deg, #ff6b7a 0%, #7eb3ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-divider {
  width: 60px;
  height: 4px;
  border-radius: 4px;
  background: var(--gradient-h);
  margin-top: 14px;
}

.section-body {
  font-size: 0.97rem;
  color: var(--text-muted);
  line-height: 1.9;
}
.text-light-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}

.btn-grad {
  display: inline-block;
  padding: 13px 32px;
  border-radius: 50px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--gradient);
  color: #fff;
  box-shadow: 0 6px 22px rgba(209, 8, 18, 0.3);
  transition:
    transform 0.25s,
    box-shadow 0.25s,
    opacity 0.2s;
}
.btn-grad:hover {
  color: #fff;
  opacity: 0.88;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(209, 8, 18, 0.38);
}

.btn-outline-light-custom {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.55);
  transition:
    background 0.25s,
    border-color 0.25s,
    transform 0.2s;
}
.btn-outline-light-custom:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
}

.feature-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.feature-check-list li {
  font-size: 0.93rem;
  font-weight: 600;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  gap: 10px;
}
.feature-check-list li .bi {
  color: var(--red);
  font-size: 1.05rem;
  flex-shrink: 0;
}
.feature-check-list.light li {
  color: rgba(255, 255, 255, 0.88);
}
.feature-check-list.light li .bi {
  color: #ff7b89;
}

.img-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.img-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 55%,
    rgba(3, 45, 117, 0.45) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.section-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.img-frame:hover .section-img {
  transform: scale(1.04);
}

.img-frame-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: #fff;
  border-radius: 12px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--shadow-md);
  z-index: 2;
  font-family: "Raleway", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--blue);
}
.img-frame-badge .bi {
  font-size: 1.6rem;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.img-frame-badge small {
  font-weight: 400;
  color: var(--text-muted);
  font-size: 0.75rem;
}

.dark-badge {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.dark-badge small {
  color: rgba(255, 255, 255, 0.65);
}

.cat-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px 20px 22px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border-bottom: 3px solid transparent;
  transition:
    transform 0.28s,
    box-shadow 0.28s,
    border-color 0.28s;
  cursor: pointer;
  height: 100%;
}
.cat-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-md);
  border-bottom-color: var(--red);
}

.cat-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: var(--gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.7rem;
  color: #fff;
  transition: transform 0.28s;
}
.cat-card:hover .cat-icon-wrap {
  transform: scale(1.12) rotate(-4deg);
}

.cat-icon-wrap.all {
  background: var(--gradient-rev);
}

.cat-title {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: var(--text-dark);
  margin: 0 0 6px;
}
.cat-sub {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}

.whyus-section {
  background: linear-gradient(
    135deg,
    var(--blue-dark) 0%,
    #0e1f4a 50%,
    var(--red-dark) 100%
  );
  position: relative;
  overflow: hidden;
}
.whyus-section::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  top: -200px;
  right: -200px;
}
.whyus-section::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  bottom: -150px;
  left: -100px;
}

.why-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 32px 20px 28px;
  text-align: center;
  height: 100%;
  transition:
    background 0.28s,
    transform 0.28s,
    box-shadow 0.28s;
  position: relative;
  z-index: 1;
}
.why-card:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.why-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 1.7rem;
  color: #fff;
  box-shadow: 0 6px 20px rgba(209, 8, 18, 0.4);
  transition: transform 0.28s;
}
.why-card:hover .why-icon {
  transform: scale(1.12);
}

.why-title {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  color: #fff;
  margin: 0 0 10px;
}
.why-body {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  line-height: 1.7;
}

.product-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.28s,
    box-shadow 0.28s;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.product-img-wrap {
  position: relative;
  overflow: hidden;
  /* height: 180px; */
}
.product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.product-card:hover .product-img-wrap img {
  transform: scale(1.07);
}

.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--gradient);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 50px;
}

.product-info {
  padding: 14px 16px 16px;
  display:none;
}
.product-info h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  margin: 0 0 4px;
  color: var(--text-dark);
}
.product-cat {
  font-size: 0.73rem;
  color: var(--text-muted);
  font-weight: 600;
  letter-spacing: 0.06em;
}

/* Carousel custom arrows */
.product-prev,
.product-next {
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  top: 42%;
  transform: translateY(-50%);
}
.product-prev {
  left: -54px;
}
.product-next {
  right: -54px;
}

.custom-arrow {
  width: 44px;
  height: 44px;
  background: var(--gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.custom-arrow:hover {
  transform: scale(1.1);
  box-shadow: var(--shadow-md);
}

/* Indicators */
.product-indicators {
  bottom: 0;
  gap: 6px;
}
.product-indicators [data-bs-slide-to] {
  width: 28px;
  height: 4px;
  border-radius: 4px;
  background: var(--light-gray);
  opacity: 1;
  border: none;
  transition:
    background 0.3s,
    width 0.3s;
}
.product-indicators .active {
  background: var(--gradient);
  width: 44px;
}

.promo-section {
  background: linear-gradient(
    135deg,
    #0a1128 0%,
    var(--blue) 55%,
    #1a0508 100%
  );
  position: relative;
}

.promo-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  cursor: pointer;
}
.promo-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.promo-img-wrap {
  position: relative;
  /* height: 220px; */
  overflow: hidden;
}
.promo-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.promo-card:hover .promo-img-wrap img {
  transform: scale(1.08);
}

.promo-overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(3, 45, 117, 0.55); */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  /* transition: opacity 0.3s; */
  font-size: 2rem;
  color: #fff;
}
.promo-card:hover .promo-overlay {
  opacity: 1;
}

.promo-label {
  background: #fff;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--text-dark);
}
.promo-label .bi {
  font-size: 1.15rem;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.map-wrapper {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  min-height: 420px;
  box-shadow: var(--shadow-md);
  border: 3px solid #fff;
}
.map-wrapper iframe {
  display: block;
}

.contact-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 36px;
  box-shadow: var(--shadow-md);
  height: 100%;
  border-top: 4px solid transparent;
  border-image: var(--gradient-h) 1;
}

.contact-logo-text {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  color: var(--text-dark);
  margin: 0;
}
.contact-tagline {
  font-size: 0.8rem;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 4px 0 0;
}
.contact-about {
  font-size: 0.93rem;
  color: var(--text-muted);
  line-height: 1.8;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.9rem;
  color: var(--text-dark);
}
.contact-list li strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 2px;
}
.contact-list li span,
.contact-list li a {
  color: var(--text-dark);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}
.contact-list li a:hover {
  color: var(--red);
}

.contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #fff;
  flex-shrink: 0;
  margin-top: 2px;
}

.site-footer {
  background: linear-gradient(160deg, #060f22 0%, #0a1f52 50%, #1a0405 100%);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.88rem;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(209, 8, 18, 0.06) 0%,
    transparent 70%
  );
  top: -100px;
  right: -100px;
  pointer-events: none;
}

.footer-top {
  padding: 70px 0 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 1.9rem;
  color: #fff;
  margin: 0 0 4px;
}
.footer-tagline {
  font-size: 0.73rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 16px;
}
.footer-body {
  font-size: 0.86rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
}

.footer-socials {
  display: flex;
  gap: 10px;
}
.footer-socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
  text-decoration: none;
  transition:
    background 0.25s,
    color 0.25s,
    border-color 0.25s,
    transform 0.2s;
}
.footer-socials a:hover {
  background: var(--gradient);
  color: #fff;
  border-color: transparent;
  transform: translateY(-3px);
}

.footer-heading {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
  border-image: var(--gradient-h) 1;
  display: inline-block;
  width: 100%;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.86rem;
  transition:
    color 0.2s,
    padding-left 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-links a::before {
  content: "›";
  color: var(--red);
  font-size: 1rem;
  transition: transform 0.2s;
}
.footer-links a:hover {
  color: #fff;
  padding-left: 4px;
}
.footer-links a:hover::before {
  transform: translateX(2px);
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
}
.footer-contact-list li .bi {
  color: var(--red);
  font-size: 0.95rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.footer-contact-list li a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-contact-list li a:hover {
  color: #fff;
}

.footer-cert-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-cert-badges span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50px;
  padding: 4px 12px;
}
.footer-cert-badges .bi {
  color: #ff7b89;
}

.footer-bottom {
  padding: 22px 0;
}
.footer-bottom p {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 1199.98px) {
  .product-prev {
    left: -12px;
  }
  .product-next {
    right: -12px;
  }
  .custom-arrow {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }
}

@media (max-width: 991.98px) {
  section,
  .pcd-section,
  .tpm-section,
  .categories-section,
  .whyus-section,
  .products-section,
  .promo-section,
  .contact-section {
    padding: 64px 0;
  }
  .section-img {
    height: 320px;
  }
  .product-prev {
    left: 0;
  }
  .product-next {
    right: 0;
  }
  .map-wrapper {
    min-height: 320px;
  }
  .contact-card {
    padding: 30px 24px;
  }
}

@media (max-width: 767.98px) {
  .section-img {
    height: 260px;
  }
  /*.promo-img-wrap {*/
  /*  height: 180px;*/
  /*}*/
  .why-card {
    padding: 24px 16px 20px;
  }
}

@media (max-width: 575.98px) {
  .section-heading {
    font-size: 1.7rem;
  }
  .btn-grad,
  .btn-outline-light-custom {
    width: 100%;
    text-align: center;
  }
  .footer-cert-badges {
    flex-direction: column;
  }
}

.modal-content {
  border-radius: 15px;
}

.form-control:focus {
  border-color: #ec1751;
  box-shadow: 0 0 5px rgba(236, 23, 81, 0.5);
}
.floating-cta {
  position: fixed;
  right: 20px;
  bottom: 0;
  transform: translateY(-50%);
  z-index: 9999;
}

.cta-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 15px;
  margin: 8px 0;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

/* Prevent horizontal scroll */
html, body {
    overflow-x: hidden;
    width: 100%;
}

/* Fix all sections */
/*section,*/
/*.container,*/
/*.container-fluid,*/
/*.row {*/
/*    max-width: 100%;*/
/*}*/

/* Images responsive */
/*img {*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*}*/

/* Bootstrap row fix */
/*.row {*/
/*    margin-left: 0 !important;*/
/*    margin-right: 0 !important;*/
/*}*/

.cta-btn i {
  font-size: 28px;
}

.cta-btn.call {
  background: #ec1751;
}

.cta-btn.whatsapp {
  background: #25d366;
}

.cta-btn:hover {
  transform: translateX(-5px);
}

.mobile-cta-footer {
  display: none;
}

@media (max-width: 768px) {
    label {
    display: inline-block;
    font-size: 14px;
}
  .mobile-cta-footer {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    background: var(--gradient-h);
  }
  .floating-cta {
    display: none !important;
  }
  .mobile-cta-footer .cta {
    flex: 1;
    text-align: center;
    padding: 10px 5px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .mobile-cta-footer .cta i {
    font-size: 16px;
    margin-bottom: 3px;
  }

  /* .cta.call {
    background: #ec1751;
  }

  .cta.whatsapp {
    background: #25d366;
  }

  .cta.enquire {
    background: #333;
  } */
}
header {
  position: sticky;
  top: 0;
  z-index: 1000000;
  background: white;
}



.raayn-about {
    background: #fff;
}

.about-subtitle {
    display: inline-block;
    color: #e63946;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.about-title {
    font-size: 42px;
    font-weight: 700;
    color: #072C63;
    line-height: 1.2;
}

.about-content p {
    color: #444;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: -5px;
}

.about-img img {
    width: 100%;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 991px) {

    .about-title {
        font-size: 34px;
    }

    .about-content {
        text-align: center;
    }
}

@media (max-width: 576px) {

    .about-title {
        font-size: 28px;
    }

    .about-content p {
        font-size: 15px;
        line-height: 1.8;
    }
}