* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html,
body {
  overflow-x: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

::-webkit-scrollbar {
  display: none;
}

li {
  margin-bottom: 0px !important;
  font-weight: 700 !important;
  color: #444 !important;
}

h1, h2, h3{
  font-weight: 700 !important;
}

.px-8 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.sixth-section-padding {
  padding-left: 18rem;
  padding-right: 18rem;
}

.w-60 {
  width: 60%;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-57 {
  width: 57% !important;
}

.login-btn {
  background: #9e3012 !important;
  font-weight: 600 !important;
}

.bg-support {
  background: linear-gradient(10deg, #7a1f12, #a23b26);
  color: #fff;
  padding: 100px 60px;
  position: relative;
}

.bg-support::after {
  content: "";
  position: absolute;
  top: 0;
  right: -73px;
  width: 160px;
  height: 100%;
  background: linear-gradient(104deg, #a23b26, #54140b);
  transform: skewX(15deg);
}

.bg-support h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}

.bg-support p {
  font-size: 20px;
  line-height: 1.6;
  opacity: 0.95;
}

.support-header {
  width: 77%;
  position: relative;
  left: 84px;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.fw-300 {
  font-weight: 300;
}

.fw-500 {
  font-weight: 500;
}

.mission-section {
  background: #ffffff;
  padding: 90px 0;
  overflow: hidden;
}

/* Title */
.mission-title {
  font-size: 30px;
  font-weight: 700;
  color: #9e3012;
  margin-bottom: 24px;
}

/* Text */
.mission-text {
  /* max-width: 922px; */
  font-size: 18px;
  line-height: 1.7;
  color: #555;
}

/* Highlighted words */
.mission-text .highlight {
  color: #9e3012;
  font-weight: 600;
}

/* ICONS / DECORATIONS */
.mission-icon {
  position: absolute;
  /* opacity: 0.25; */
}

/* Shield icon (top-right) */
.mission-icon.shield {
  top: 0px;
  right: 100px;
  font-size: 70px;
  color: #9e3012;
}

.mission-icon.double-triangle {
  top: -2px;
  right: -145px;
  font-size: 70px;
  color: #9e3012;
}

/* Triangle shape (left) */
.mission-icon.triangle {
  left: 120px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 60px solid #9e3012;
  opacity: 0.25;
  /* transform: translateY(-50%); */
  transform: translate(76%, 35%) rotate(148deg);
}

/* Dotted pattern (bottom-right) */
.mission-icon.dots {
  bottom: -40px;
  right: -40px;
  width: 180px;
  height: 180px;
  background-image: radial-gradient(#9e3012 1.5px, transparent 1.5px);
  background-size: 10px 10px;
  opacity: 0.25;
}

.bg-surface {
  background: #fbf5ef;
}

/* Title */
.section-title {
  font-size: 38px;
  font-weight: 700;
  color: #9b2f14;
  margin-bottom: 20px;
}

/* Description */
.section-desc {
  /* max-width: 1000px; */
  font-size: 18px;
  line-height: 1.7;
  color: #555;
}

.highlight {
  color: #9b2f14;
  font-weight: 600;
}

/* Cards */
.do-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 20px;
  height: 100%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}

.do-card:hover {
  transform: translateY(-4px);
}

.do-card i {
  font-size: 36px;
  color: #9b2f14;
  margin-bottom: 12px;
  display: block;
}

.do-card p {
  margin: 0;
  font-size: 16px;
  color: #444;
  font-weight: 500;
}

/* Bottom text */
.bottom-text {
  font-size: 18px;
  color: #555;
}

.bottom-text span {
  color: #9b2f14;
  font-weight: 600;
}

/* Decorative dots */
.decor {
  position: absolute;
  width: 160px;
  height: 160px;
  background-image: radial-gradient(#9b2f14 1.6px, transparent 1.6px);
  background-size: 10px 10px;
  opacity: 0.25;
}

.decor-top {
  top: -98px;
  right: -98px;
}

.decor-bottom {
  bottom: -98px;
  left: -98px;
}

.decor-bottom.respect-decor {
  bottom: 183px;
}

/* Image styling */
.image-wrap {
  position: relative;
  border-radius: 14px;
}

.image-wrap::after {
  content: "";
  position: absolute;
  left: -18px;
  bottom: -18px;
  width: 100%;
  height: 100%;
  border: 2px solid #9b2f14;
  border-radius: 14px;
  z-index: -1;
}

.image-wrap img {
  border-radius: 14px;
  width: 100%;
}

/* Title */
.serve-title {
  font-size: 30px;
  font-weight: 700;
  color: #9b2f14;
  margin-bottom: 24px;
}

/* List */
.serve-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.serve-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  color: #444;
  margin-bottom: 14px;
}

.serve-list i {
  color: #9b2f14;
  font-size: 20px;
}

/* Description */
.serve-desc {
  font-size: 17px;
  color: #666;
  /* max-width: 520px; */
}

/* Decorative dots */
.decor-dot {
  position: absolute;
  width: 160px;
  height: 160px;
  background-image: radial-gradient(#9b2f14 1.5px, transparent 1.5px);
  background-size: 10px 10px;
  opacity: 0.25;
}

.top-left {
  top: 0;
  left: 0;
}

.bottom-right {
  bottom: 0;
  right: 0;
}

/* Decorative arrow */
.decor-arrow {
  position: absolute;
  top: 80px;
  right: 60px;
  width: 40px;
  height: 40px;
  border: 2px solid #9b2f14;
  transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
}

.safety-section {
  background: #faf4ef;
  padding: 90px 0;
  position: relative;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #9b2f14;
  margin-bottom: 50px;
}

/* Card */
.safety-card {
  background: #fff;
  border-radius: 10px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.access-pause {
  left: 100px;
  top: 164px;
}

.safety-card i {
  font-size: 22px;
  color: #9b2f14;
  flex-shrink: 0;
}

.safety-card span {
  font-size: 16px;
  color: #444;
  line-height: 1.4;
}

.container {
  /* max-width: 1200px; */
  margin: 0 auto;
  position: relative;
}

h1 {
  text-align: center;
  color: #a0522d;
  /* Brownish-red */
  font-size: 36px;
  margin-bottom: 60px;
}

.content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.text {
  flex: 1;
  color: #696969;
  /* Grayish */
  font-size: 18px;
  line-height: 1.6;
}

.text ul {
  list-style: none;
  padding-left: 0;
}

.text li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #a0522d;
}

.text li img {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.image-container {
  flex: 1;
  position: relative;
  /* max-width: 500px; */
}

.family-photo {
  width: 100%;
  border-radius: 20px;
  border: 4px solid #d8bfb9;
  /* Light pinkish border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.circles {
  position: absolute;
  bottom: -50px;
  right: -30px;
  width: 150px;
  opacity: 0.8;
}

.dots-top {
  position: absolute;
  top: -50px;
  right: 100px;
  width: 200px;
  opacity: 0.6;
}

/* LAYOUT */
.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

/* TEXT */
.text-content {
  max-width: 520px;
}

.access-header {
  color: #a63a1b;
  font-weight: bold;
  font-size: 30px;
}

.text-content h3 {
  font-size: 30px;
  color: #a63a1b;
  margin-bottom: 22px;
}

.text-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
}

/* CHECK LIST */
.check-list {
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 14px;
  color: #333;
}

.check-list i {
  color: #a63a1b;
  font-size: 18px;
  margin-right: 12px;
}

/* IMAGE */
.image-content {
  position: relative;
}

.image-content img {
  width: 420px;
  border-radius: 16px;
}

/* BORDER EFFECT */
/* .image-content::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 100%;
  height: 100%;
  border: 2px solid #c25a3a;
  border-radius: 16px;
  z-index: -1;
} */

/* DECORATIONS */
.dots {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 90px;
  height: 90px;
  background-image: radial-gradient(#e3b2a6 2px, transparent 2px);
  background-size: 10px 10px;
}

.circle {
  position: absolute;
  left: -50px;
  bottom: 40px;
  width: 70px;
  height: 70px;
  border: 3px solid #e6b4a7;
  border-radius: 50%;
}

.zigzag {
  position: absolute;
  right: -30px;
  bottom: 60px;
  width: 40px;
  height: 10px;
  background: repeating-linear-gradient(
    90deg,
    #c25a3a,
    #c25a3a 6px,
    transparent 6px,
    transparent 10px
  );
}

/* ARROW ICON */
.arrow-icon {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #a63a1b;
  font-size: 26px;
}

/* DOT DECORATIONS */
.dots {
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(#e3b2a6 2px, transparent 2px);
  background-size: 10px 10px;
}

.top-left {
  top: -30px;
  left: -30px;
}

.bottom-right {
  bottom: -30px;
  right: -30px;
}

/* ====================footer ======================= */

.footer-container {
  background: linear-gradient(135deg, #0b1320, #0f1d32);
  color: #ffffff;
  padding: 60px 80px 30px;
  position: relative;
}

/* MAIN LAYOUT */
.content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

/* LEFT SIDE */
.left {
  max-width: 420px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo-icon {
  font-size: 34px;
}

.logo-text h2 {
  font-size: 26px;
  letter-spacing: 1px;
}

.logo-text p {
  font-size: 11px;
  opacity: 0.8;
}

.description {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.75;
}

/* RIGHT SIDE */
/* .right {
  max-width: 520px;
} */

.px-18 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.right h2 {
  font-size: 36px;
  margin-bottom: 8px;
  font-weight: 700;
}

.subtitle {
  font-size: 15px;
  opacity: 0.8;
  margin-bottom: 30px;
}

/* CARDS */
.cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.card {
  background: #ffffff;
  color: #000;
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 240px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.card small {
  display: block;
  font-size: 12px;
  opacity: 0.6;
  margin-bottom: 4px;
}

.card p {
  font-size: 14px;
  line-height: 1.4;
}

/* ICONS */
.icon {
  font-size: 20px;
  color: #c14b1f;
}

/* DIVIDER */
hr {
  margin: 30px 0 30px !important;
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}

/* BOTTOM BAR */
.bottom {
  font-size: 13px;
  opacity: 0.75;
}

.links a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 6px;
}

.links a:hover {
  text-decoration: underline;
}

.transparent-logo {
  height: auto;
  width: 35%;
}

.deatils-width {
  width: 100%;
  color: black;
  border-radius: 7px;
  height: 100px;
}

.email-width {
  width: fit-content;
  color: black;
  border-radius: 7px;
  height: 100px;
}

.fw-700 {
  font-weight: 700;
}

/* FOOTER DECORATIVE IMAGES */
.footer-img {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  /* prevents interaction */
  opacity: 0.9;
}

/* Top Right Image */
.footer-img.top-right {
  top: -87px;
  right: -87px;
  width: 175px;
}
.icon-color {
  color: #9e3012;
}
.font-36 {
  font-size: 36px !important;
}
.font-20 {
  font-size: 20px;
}

/* Bottom Left Image */
.footer-img.bottom-left {
  bottom: -31px;
  left: -66px;
  width: 124px;
}

.footer-decor {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.footer-container > * {
  /* position: relative; */
  z-index: 1;
  overflow: hidden;
}

/* page 2 */

.privacy-header {
  background: linear-gradient(135deg, #8b2c14, #2c2c2c);
  padding: 40px 20px;
  text-align: center;
}

.privacy-header h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  color: #222;
  margin-top: 30px;
  margin-bottom: 12px;
}

p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
}

ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

ul li {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 8px;
}

/* LINKS */
a {
  color: #9e2f12;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.width-75 {
  width: 75%;
}

.privacy-policy li {
  font-weight: 500 !important;
}

.privacy-policy {
    /* width: 70%s; */
    /* margin: 0px sauto; */
}

.word-wrap{
  word-wrap: normal;
  overflow-wrap: normal;
  white-space: normal;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .privacy-policy {
    width: 100%;
  }
  .sixth-section-padding {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .px-18 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .mission-icon.triangle {
    left: 23px;
  }
  .bg-support {
    height: 475px !important;
  }
  .bg-support-img {
    height: 475px !important;
  }
  .support-header {
    width: 75%;
    position: relative;
    left: 57px;
    bottom: 60px;
  }
  .bg-support::after {
    content: "";
    position: absolute;
    top: 0;
    right: -80px;
  }
}

@media (max-width: 992px) {
   .bg-support {
    height: auto !important;
  }
  .bg-support-img {
    height: 475px !important;
  }
  .bg-support .position-absolute{
    position: relative !important;
        align-items: center;
    display: flex;
    flex-direction: column;
  }
  .support-header {
    width: 75%;
    position: relative;
    left: auto;
    bottom: auto;
  }
  .bg-support {
    background: linear-gradient(10deg, #7a1f12, #a23b26);
    color: #fff;
    padding: 60px 60px;
  }
  .respectful-center {
    text-align: center !important;
  }
}
@media (max-width: 768px) {

  .sixth-section-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .container {
    padding: 30px 25px;
  }

  .privacy-header h1 {
    font-size: 26px;
  }
  .w-10 {
    width: 25%;
  }

  .width-75 {
    width: 100% !important;
  }

  /* .support-header {
    width: 77%;
    position: relative;
    left: 75px;
    bottom: 77px;
  } */

  /* .bg-support::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 0px;
    height: 100%;
    background: linear-gradient(104deg, #a23b26, #54140b);
    transform: skewX(15deg);
  } */

  /* .bg-support {
    height: 350px !important;
  } */
  .mission-icon.triangle {
    left: -9px;
  }
}

@media (max-width: 520px) {
  .px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .bg-support::after{
    display:none !important;
  }

  .mission-icon.shield,
  .mission-icon.triangle{
    display: none;
  }
  .px-18 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .flex-wrap {
    flex-wrap: wrap !important;
  }

  .image-content img {
    width: 284px;
    border-radius: 16px;
  }

  .w-57 {
    width: 85% !important;
  }

  .footer-container {
    padding: 41px 30px 30px;
  }

  .w-15 {
    width: 25%;
  }
  .access-pause {
    left: 40px;
    top: 277px;
  }
  .w-60 {
    width: 76%;
  }
}

@media (max-width: 320px) {
  .serve-title {
    font-size: 27px;
    font-weight: 700;
    color: #9b2f14;
    margin-bottom: 15px;
  }
  .respectful-center {
    text-align: center !important;
  }
  .px-18 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .width-75 {
    width: 100% !important;
  }
  .image-content img {
    width: 270px;
  }
  .w-15 {
    width: 25%;
  }
  .w-60 {
    width: 85% !important;
  }
  .access-pause {
    left: 38px;
    top: 324px;
  }
}
