:root {
  --primary: #eb4561;
  --gradient: linear-gradient(
    90deg,
    rgba(65, 143, 213, 1) 0%,
    rgba(15, 55, 116, 1) 100%
  );
  --grey: #f3f3f3;
  --yellow: #fff4d6;
  --lightgrey: #f8fbfd;
  --secondary: #061a32;
  --black: #000000;
  --white: #ffffff;
  --green: #9bee62;
  --pink: #f1cbd1;
}
.baseReview {
  background: linear-gradient(
    180deg,
    rgb(31, 110, 180) 0%,
    rgba(15, 55, 116, 1) 100%
  );
}
.bgpink {
  background: var(--pink);
}
.bglightgrey {
  background: var(--lightgrey);
}
.fit-content {
  width: fit-content;
}

.greytxt {
  color: #7c7878;
}

.yellow {
  color: #f9ae0e;
}

.gradient-text {
  background: linear-gradient(
    90deg,
    rgba(186, 170, 190, 1) 0%,
    rgba(88, 168, 213, 1) 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.bggradient {
  background: var(--gradient);
}

.bggrey {
  background: var(--grey);
}

.border-green {
  border: 1px solid var(--green) !important;
}

.green {
  color: var(--green) !important;
}

.bgprimary {
  background: var(--primary);
}

.white {
  color: var(--white);
}

html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.Noto {
  font-family: "Noto Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans", sans-serif;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs50 {
  font-size: 50px;
}
.fs28 {
  font-size: 28px;
}
.fs27 {
  font-size: 27px;
}
.fs12 {
  font-size: 12px;
}
.fs24 {
  font-size: 24px;
}

.fs73 {
  font-size: 73px;
}

.fs36 {
  font-size: 36px;
}

.fs32 {
  font-size: 32px;
}

.fs48 {
  font-size: 48px;
}

.fs20 {
  font-size: 20px;
}

.fs40 {
  font-size: 40px;
}

.topBar ul li a {
  text-decoration: none;
  color: var(--white);
}

.yellow {
  color: #f9ae0e;
}

.navBar {
  background: url("/assets/images/headingBg.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.hero {
  background: url("/assets/images/headingBg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero button {
  background: var(--primary);
  color: var(--white);
  border: none;
  padding: 10px 50px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 24px;
  border: 1px solid var(--white);
}

.hero .form-control {
  border-radius: 10px;
  padding: 10px 20px;
  background: transparent;
  border: 1px solid var(--white);
  color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 20px;
}

.hero label input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: sub;
  margin-right: 5px;
}

.navBar .nav-link {
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
}

.whyusitems li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.whychooseus::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 50%;
  background: var(--grey);
  bottom: 0;
  top: 0;
  z-index: -1;
}

.whyusbox::before {
  content: "";
  position: absolute;
  top: 0;
  right: -41px;
  bottom: 0;
  height: 100%;
  background: var(--grey);
  z-index: 1;
  width: 10%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.momentBox ul li {
  flex: 45%;
  text-align: center;
  height: 160px;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.customers .swiper-wrapper {
  padding-bottom: 3rem;
}

.customerBox {
}

.customers .swiper-wrapper .swiper-slide {
  padding: 37px 55px;
  background: url("/assets/images/shapeCustomer.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.customers .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.customers .swiper-pagination-bullet-active {
  background: var(--primary);
}

.features ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff94;
  padding: 10px 0;
  flex: auto;
}

.saveItem li {
}

.cta li a {
  color: var(--primary);
  padding: 10px 30px;
  background: var(--white);
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
}

.offserSec {
  background: url("/assets/images/ctaBg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.offserSec a {
  background: var(--primary);
  color: var(--white);
  padding: 10px 30px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

.whychooseus {
  /* background: #F3F3F3; */
}
.grebg {
  background: #f3f3f3 !important;
}

.whychooseus a {
  background: var(--gradient);
  color: var(--white);
  padding: 10px 30px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}

.faq .accordion-item {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(153, 153, 153, 0.108) 100%
  );
  margin: 10px 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.faq .accordion-button {
  background: transparent;
  color: var(--secondary);
  font-weight: 600;
  font-size: 20px;
  padding: 10px 20px;
  border: none;
  outline: none;
  box-shadow: none;
}

.site-footer {
  background: var(--secondary);
  color: #fff;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 12px;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-social a {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 10px;
}

/* Footer Headings */

/* Links */

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s linear;
  font-size: 16px;
}

.footer-links a:hover {
  opacity: 0.7;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 8px;
}
.contact-icon {
  width: 27px;
  min-width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-item strong {
  display: block;
  line-height: 1;
  font-weight: 700;
}

.contact-item a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
}

.whatsapp-icon {
  background: #18b934;
  border-radius: 50%;
}

.payment-methods {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 13px;
}

/* Copyright */
.footer-bottom {
  background: #000;
  padding: 12px 0;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  color: #fff;
}
.reviewBox {
  background: #f3f3f3;
  padding: 20px 20px;
  border-radius: 20px;
  margin-bottom: 15px;
}
.latestReviewbox {
  background: var(--grey);
  padding: 20px 20px;
  border-radius: 20px;
}

.upload-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* min-height: 220px; */
  padding: 15px 25px;
  border: 2px dashed #d8dce3;
  border-radius: 16px;
  background: #f9fafc;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}

.upload-area:hover {
  border-color: var(--secondary);
  background: #f4f7ff;
}

.upload-icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border-radius: 50%;
  background: #eaf1ff;
  color: var(--secondary);
  font-size: 28px;
}

.upload-area h4 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
}

.upload-area p {
  margin: 0;
  color: #6b7280;
  font-size: 15px;
}

.upload-area p span {
  color: var(--secondary);
  font-weight: 600;
}

.upload-area small {
  display: block;
  margin-top: 8px;
  color: #9ca3af;
  font-size: 13px;
}

/* File List */

.file-list {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.file-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

.file-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f1f5f9;
  color: var(--secondary);
  font-size: 18px;
  flex-shrink: 0;
}

.file-info {
  flex: 1;
  min-width: 0;
}

.file-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-size {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: #9ca3af;
}

.remove-file {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 7px;
  background: #fee2e2;
  color: #dc2626;
  cursor: pointer;
  transition: 0.2s ease;
}

.remove-file:hover {
  background: #dc2626;
  color: #fff;
}
.formPanel {
  background: var(--gradient);
  padding: 2rem 2rem;
  border-radius: 20px;
}
.formPanel .form-group {
  padding: 5px 0;
}
.formPanel .form-group label {
  color: var(--white);
}
.formPanel .form-group .form-control {
  appearance: auto;
}
.upload-box {
  margin-top: 0.6rem;
}
.orderSummary {
  padding: 30px 20px;
  background: #ebebeb;
  border-radius: 5px;
}
.personalInfo .form-group {
  margin-bottom: 10px;
}
.personalInfo .form-control {
  appearance: auto;
  padding: 10px 10px;
  background: var(--gradient);
  color: var(--white);
}
.personalInfo .form-control::placeholder {
  color: var(--white);
}
.pricingSec .nav-tabs .nav-link {
  width: 100%;
  background: var(--white);
  box-shadow: 0px 0px 10px #3333;
  border-radius: 20px;
  display: block;
  margin: 10px 0;
  color: var(--black);
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
}
.pricingSec .nav-tabs .nav-link.active {
  background: var(--gradient);
  color: var(--white);
}
.delivery-pricing {
  width: 100%;
  margin: 0 auto;
}
.delivery-row {
  height: 31px;
  margin-bottom: 10px;
  padding: 22px 22px;
  background: #e9e9e9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #111;
}
.delivery-row:last-child {
  margin-bottom: 0;
}
.delivery-days {
  width: 30%;
  line-height: 1;
}
.delivery-action {
  width: 40%;
  text-align: center;
}
.delivery-price {
  width: 30%;
  text-align: right;
  font-weight: 700;
  line-height: 1;
}
.order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  border: 0;
  border-radius: 3px;
  background: var(--gradient);
  color: #fff;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
  box-shadow: none;
  transition: all 0.2s ease;
}
.order-btn:hover {
  color: #fff;
  opacity: 0.9;
  transform: translateY(-1px);
}
