
.about-header {
  text-align: center;
  padding: 0px 0 40px;
}

.about-header h1 {
  font-size: 52px;
  font-weight: 500;
  color: #222;
}

/* Section */
.about-section {
  padding: 80px 0;
  background: linear-gradient(to right, #ffffff 45%, #cfc6f5 100%);
}

/* Image */
.about-image {
  display: flex;
  justify-content: center;
padding-bottom:10%
}

.about-image img {
  width: 90%;
  max-width: 500px;
  border-radius: 12px;
}

/* Content */
.about-content {
  padding-bottom: 100px;
}

.about-content h1 {
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #222;
}

.about-content .tagline {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

.about-content p {
  font-size: 14.5px;
  color: #444;
  line-height: 2.0;
  margin-bottom: 15px;
}

.about-content .highlight {
  font-weight: 600;
  color: #222;
}

.contact {
  margin-top: 25px;
  font-size: 15px;
}

.contact span {
  display: block;
  margin-top: 5px;
  color: #333;
}
.contact-card {
      width: 350px;
      margin: 40px auto;
      color: #333;
      position: relative;
      background: url('https://moorthiwala.com/cdn/shop/files/F41CA4F6-4EFC-4162-A4E6-2C773718458B.jpg') no-repeat center/cover;
      border-radius: 6px;
      overflow: hidden;
    }

    .overlay {
      background: rgba(255, 255, 255, 0.85);
      padding: 25px;
    }

    h2 {
      margin: 0 0 15px;
      font-size: 22px;
      letter-spacing: 1px;
    }

    .description {
      font-size: 14px;
      line-height: 1.6;
      color: #555;
      margin-bottom: 20px;
    }

    .info-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 12px;
      font-size: 14px;
    }

    .info-item i {
      color: #9cc200;
      margin-right: 10px;
      margin-top: 3px;
      min-width: 16px;
    }

    .info-text {
      color: #444;
    }
.shipping-policy {
    background-color: #f5f7fa;
    padding: 40px 20px;
}

.shipping-policy__list {
    margin-left: 20px;
    line-height: 1.6;
}
.shipping-policy__highlight {
    background: #f1f2da;
    padding: 10px;
    border-left: 4px solid #b0b435;
    margin: 10px 0;
    border-radius: 5px;
}
.shipping-policy__contact {
    margin-top: 20px;
    padding: 15px;
    background: #f1f2da;
    border-radius: 8px;
}

.shipping-policy__email {
    color: #b0b435;
    font-weight: bold;
}
@media (max-width: 600px) {
    .shipping-policy__container {
        padding: 20px;
    }
}

.tos-container {
   max-width: 900px !important;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    color: #333;
    line-height: 1.6;
}

/* Headings */
.tos-title {
    text-align: center;
    margin-bottom: 20px;
    color: #222;
}

.tos-section-title {
    margin-top: 30px;
    color: #444;
    border-left: 4px solid #b0b435;
    padding-left: 10px;
}

/* Text */
.tos-text {
    margin: 10px 0;
}

/* Highlight box */
.tos-highlight {
    background: #f1f8ff;
    padding: 10px;
    border-left: 4px solid #b0b435;
    margin: 15px 0;
}

/* Footer */
.tos-footer {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    color: #777;
}

/* Responsive */
@media (max-width: 600px) {
    .tos-page .tos-container {
        padding: 20px;
        margin: 20px;
    }
}
