@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
* {
  font-family: Inter, sans-serif;
}

body {
  background-color: rgb(247, 243, 238);
  color: #4a4a4a !important;
  line-height: 1.6;
}
.text-secondary {
  color: #4a4a4a !important;
}

.text-orange {
  color: rgb(249, 115, 22);
}

.bg-orange {
  background-color: rgb(249, 115, 22);
}

.badge-about {
  background-color: rgb(255, 237, 216);
  color: rgb(249, 115, 22);
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

h1 {
  font-weight: 800;
  line-height: 1;
  font-size: 51px;
}

.hero-text {
  font-size: 18px;
  color: rgb(75, 85, 99);
  line-height: 1.7;
}

.btn-primary-shop {
  background-color: rgb(249, 115, 22);
  color: white;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  padding: 12px 19px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 17px;
  box-shadow: rgba(249, 115, 22, 0.18) 0px 4px 12px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.btn-primary-shop i {
  background: white;
  color: rgb(249, 115, 22);
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.btn-primary-shop:hover {
  background-color: rgb(234, 88, 12);
  transform: translateY(-2px);
  box-shadow: rgba(249, 115, 22, 0.35) 0px 10px 28px;
}

.btn-secondary-contact {
  background-color: white;
  color: rgb(17, 24, 39);
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  padding: 12px 23px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 17px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.btn-secondary-contact:hover {
  background-color: rgb(249, 250, 251);
  transform: translateY(-2px);
}

.card-container {
  background-color: white;
  border-radius: 32px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 40px;
  overflow: hidden;
}

.feature-box {
  background-color: rgb(249, 250, 251);
  border-radius: 16px;
  padding: 20px;
}

.feature-icon {
  width: 48px;
  height: 48px;
  background-color: rgb(255, 237, 216);
  color: rgb(249, 115, 22);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.trust-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  padding: 16px 20px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 16px;
}

.star-rating {
  color: rgb(249, 115, 22);
}

.trust-icon-box {
  width: 40px;
  height: 40px;
  background-color: #ffedd8;
  border-radius: 999px;
  color: #f97316;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin: 12px;
}

.about-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Our Approach Section Styles */
.approach-card {
  transition: transform 0.3s ease;
  background-color: #fff9f5;
  border-radius: 32px;
  padding: 0;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.approach-card:hover {
  transform: translateY(-4px);
}

.card-image-wrapper {
  position: relative;
  margin-bottom: 24px;
}

.card-image-wrapper img {
  border-radius: 24px !important;
  width: 100%;
  height: auto;
}

.icon-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 80px;
  height: 80px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.section-header h6 {
  letter-spacing: 0.5px;
}

.orange-divider {
  width: 60px;
  height: 4px;
  background-color: #f97316;
  border-radius: 2px;
}

.section-header h2 {
  line-height: 1.1;
  color: #0b1020 !important;
}

.section-header p {
  font-size: 17px;
  color: #4a4a4a !important;
}

.approach-card h3 {
  font-weight: 800;
  font-size: 23px;
  line-height: 1.2;
  padding: 0 10px;
  margin-bottom: 12px;
  color: #0b1020 !important;
}

.approach-card p {
  font-size: 17px;
  color: #4a4a4a !important;
  line-height: 1.6;
  padding: 0 12px;
}

.approach-card img {
  object-fit: cover;
  height: auto;
  max-height: 260px;
}

.icon-badge svg {
  width: 32px;
  height: 32px;
  stroke: #f97316;
  stroke-width: 2;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .approach-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .card-container {
    padding: 24px !important;
  }

  .section-header h2 {
    font-size: 36px !important;
    line-height: 1.15 !important;
  }

  .card-image-wrapper img {
    min-height: 240px !important;
  }

  .icon-badge {
    width: 56px !important;
    height: 56px !important;
    margin: 16px !important;
  }

  .icon-badge svg {
    width: 26px !important;
    height: 26px !important;
  }
}

/* Meridian Operate Section Styles */
.meridian-operate-section .card-container {
  background: url("../images/meridianoperate-1.png") no-repeat;
  background-size: cover;
  position: relative;
}

.operate-left {
  position: relative;
  min-height: 700px;
  background: transparent;
}

.operate-left::before {
  display: none;
}

.operate-left > * {
  position: relative;
  z-index: 1;
}

.operate-left h2 {
  color: #0b1020;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.1;
}

.operate-left p {
  color: #4a4a4a;
  font-size: 17px;
  line-height: 1.7;
}

.operate-hero-image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.operate-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

.detail-item {
  background-color: #ffffff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
}

.detail-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.trust-banner-item {
  background-color: #fff9f0;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.detail-icon {
  width: 56px;
  height: 56px;
  background-color: #ffeeda;
  color: #f97316;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.detail-content h5 {
  color: #0b1020;
  font-size: 17px;
  margin-bottom: 4px;
}

.detail-content p {
  color: #4a4a4a;
  font-size: 15px;
  margin: 0;
}

/* Responsive for Meridian Operate Section */
@media (max-width: 991px) {
  .operate-left {
    text-align: center;
  }

  .operate-left .orange-divider {
    margin-left: auto;
    margin-right: auto;
  }

  .meridian-operate-section .row > div {
    padding: 32px 24px !important;
  }
}

@media (max-width: 576px) {
  .detail-item,
  .trust-banner-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .operate-left h2 {
    font-size: 32px !important;
  }

  .operate-left p {
    font-size: 16px;
  }
}

/* Customer Promise Section Styles */
.promise-banner {
  background: url("../images/cutomerpromise.png") right center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.promise-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(249, 115, 22, 0.88); */
  z-index: 0;
}

.promise-banner > * {
  position: relative;
  z-index: 1;
}

.white-divider {
  width: 60px;
  height: 4px;
  background-color: white;
  border-radius: 2px;
}

.btn-promise-primary {
  background-color: white;
  color: #f97316;
  border: none;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 17px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-promise-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.btn-promise-secondary {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-promise-secondary:hover {
  background-color: white;
  color: #f97316;
  transform: translateY(-2px);
}

.support-badge {
  position: absolute;
  top: 0;
  right: 30px;
  background-color: white;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.support-badge .badge-icon {
  width: 50px;
  height: 50px;
  color: #f97316;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promise-features {
  background-color: white;
  border-radius: 20px;
  padding: 30px 20px;
}

.promise-features .feature-item {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 1px solid #f0f0f0;
}

.promise-features .feature-item:last-child {
  border-right: none;
}

.promise-features .feature-item .feature-icon {
  width: 50px;
  height: 50px;
  background-color: #ffeeda;
  color: #f97316;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .support-badge {
    position: relative;
    right: auto;
    margin: 0 auto 30px;
  }

  .promise-features .feature-item {
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px;
  }

  .promise-features .feature-item:last-child {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .promise-banner h2 {
    font-size: 30px !important;
    line-height: 1.2 !important;
  }

  .promise-banner p {
    font-size: 16px !important;
  }

  .btn-promise-primary,
  .btn-promise-secondary {
    width: 100%;
    justify-content: center;
    font-size: 16px;
  }

  .support-badge {
    width: 100px;
    height: 100px;
  }

  .support-badge .badge-icon {
    font-size: 28px;
  }

  .support-badge h3 {
    font-size: 20px;
  }

  .promise-features .feature-item {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .promise-banner h2 {
    font-size: 26px !important;
  }

  .promise-banner .lead {
    font-size: 15px !important;
  }

  .promise-banner {
    padding: 25px 20px !important;
  }
}

/* Our Values Section Styles */
.value-card {
  background-color: #fffbf7;
  border-radius: 24px;
  padding: 30px 20px 0 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: transform 0.3s ease;
}

.value-card:hover {
  transform: translateY(-4px);
}

.value-icon {
  width: 100px;
  height: 100px;
  background-color: #ffeeda;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.value-icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.value-content h3 {
  color: #0b1020;
  font-weight: 800;
  font-size: 29px;
  margin-bottom: 8px;
}

.orange-divider-small {
  width: 40px;
  height: 3px;
  background-color: #f97316;
  border-radius: 2px;
  margin-bottom: 12px;
}

.value-content p {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .value-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .value-card .orange-divider-small {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .value-icon {
    width: 80px;
    height: 80px;
  }

  .value-icon img {
    width: 55px;
    height: 55px;
  }

  .value-content h3 {
    font-size: 20px;
  }
}

/*laptop view*/
@media screen and (min-width: 992px) {
  .respon-img {
    display: none;
  }
}

/*tablet*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .respon-img {
    display: none;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .operate-left h2 {
    font-size: 22px !important;
  }
  .operate-left p {
    font-size: 13px !important;
  }
  .operate-left {
    padding: 0px !important;
    min-height: auto !important;
  }
  .meridian-operate-section .card-container {
    background: linear-gradient(
      90deg,
      #f5f1ec 0%,
      #f3e9df 50%,
      #f6eee6 100%
    ) !important;
  }
  .hero-text {
    font-size: 15px;
  }
  h1 {
    font-size: 31px;
  }
  .promise-banner::before {
    background: rgba(249, 115, 22, 0.88) !important;
  }
}

/*mobile view*/
@media screen and (max-width: 575px) {
  .operate-left h2 {
    font-size: 22px !important;
  }
  .operate-left p {
    font-size: 13px !important;
  }
  .operate-left {
    padding: 0px !important;
    min-height: auto !important;
  }
  .meridian-operate-section .card-container {
    background: linear-gradient(
      90deg,
      #f5f1ec 0%,
      #f3e9df 50%,
      #f6eee6 100%
    ) !important;
  }
  .hero-text {
    font-size: 15px;
  }
  h1 {
    font-size: 31px;
  }
  .promise-banner::before {
    background: rgba(249, 115, 22, 0.88) !important;
  }
}
