*,
body {
  font-family: "Poppins";
}
.line-break {
  display: none;
}

:root {
  /*  */
  --primary: #a92525;
  --secondary: #f89621;
  --background: #fff8fb;
  --Secondary-Background: #fff4e7;
/* --primary-color:var(--primary) !important; */
/* --secondary-color:var(--secondary) !important; */

  --navigation: #848484;

  /*  */
  --primary-btn-color: var(--primary);
  --secondary-btn-color: #0c0f14;
  --section-bg: var(--background);
  --primary-text-color: #134761;
  --btn-text-color: #fff;
  --nav-text-color: var(--navigation);
  --active-text-color: var(--primary);
  --primary-background: linear-gradient(111deg, #333 0%, #131313 100%);
  --secondary-background: #8c1d20;
  --3rd-background: #eaf5fb;
  --section-top-bottom-padding: 100px;
  --half-section-padding: calc(var(--section-top-bottom-padding) / 2);
  --primary-text-title-color: #134761;

  --dark-color: #0c0f14;

  --swiper-pagination-color: var(--primary);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 0px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0, 0, 0, 0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;

  --primary-custom-blue: #035b9c;
}
/* @media only screen and (min-width: 1024px) { */
.btn-primary-custom {
  text-align: center;

  color: var(--White, #fff);

  /* Accent */
  font-family: Montserrat;
  font-size: 16px;

  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 153.846% */
  letter-spacing: 2.6px;
  /* text-transform: capitalize; */

  display: flex;
  /* width: 244px; */
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  background: var(--primary-btn-color);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  color: var(--btn-text-color);
  border-radius: 12px;

  transition: all 300ms ease-in-out;
}

.btn-primary-custom:hover {
  opacity: 0.9 !important;
  color: var(--btn-text-color);
  background-color: var(--primary-btn-color);
  scale: 1.01;
}

.btn-primary-outline-custom {
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 153.846% */
  letter-spacing: 2.6px;
  text-transform: capitalize;

  display: flex;
  /* width: 244px; */
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 2px solid var(--primary-btn-color);

  border-radius: 12px;
  color: var(--primary-btn-color);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  background-color: var(--btn-text-color);

  transition: all 300ms ease-in-out;
}

.btn-primary-outline-custom:hover {
  opacity: 0.9 !important;
  background-color: var(--btn-text-color);
  color: var(--primary-btn-color);
}

.btn-secondary-custom {
  text-align: center;

  color: var(--White, #fff);

  /* Accent */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 2.6px;
  text-transform: capitalize;

  display: flex;
  /* width: 244px; */
  padding: 18px 38px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 6px;
  background: var(--secondary-btn-color);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  color: var(--secondary);
  border-radius: 12px;

  transition: all 300ms ease-in-out;
}

.btn-secondary-custom:hover {
  opacity: 0.9 !important;
  color: var(--btn-text-color);
  background-color: var(--secondary);
}

.btn-secondary-outline-custom {
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 2.6px;
  text-transform: capitalize;

  display: flex;
  /* width: 244px; */
  padding: 18px 38px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 2px solid var(--secondary);

  border-radius: 12px;
  color: var(--secondary);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
  background-color: var(--btn-text-color);

  transition: all 300ms ease-in-out;
}

.btn-secondary-outline-custom:hover {
  opacity: 0.9 !important;
  background-color: var(--btn-text-color);
  color: var(--secondary);
}

.primary-logo {
  width: 122px;
}

.nav-link {
  color: var(--nav-text-color) !important;

  text-align: center !important;
  padding: 13px 26px !important;
  /* Navigation */
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-style: 20px normal !important;
  font-weight: 700 !important;
  line-height: 20px !important; /* 153.846% */
  letter-spacing: 2.6px !important;
  /* text-transform: uppercase !important; */
}
/* .navbar-nav { */
/* gap: 31px !important; */
/* } */

.nav-link.active {
  color: var(--active-text-color) !important;
  font-size: 18px !important;

  font-weight: 700 !important;
}
.social {
  gap: 15px;
}
.social-link {
  color: var(--dark-color) !important;
}
.box-shadow {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.07);
}
.fit-content {
  width: fit-content;
}
.secondary-bg {
  background: var(--background, #fff8fb) !important;
}
.footer-text-x {
  color: var(--White-Overlay, rgba(255, 255, 255, 0.75));
  font-family: "Libre Franklin";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.footer-text {
  text-decoration: none !important;

  color: var(--White-Overlay, rgba(255, 255, 255, 0.75));

  color: #656565;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-social-link {
  color: var(--White-Overlay, rgba(255, 255, 255, 0.75));

  /* Body Small */
  font-family: "Libre Franklin";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 166.667% */
}
.footer-social {
  display: flex;
  gap: 15px;
  align-items: center;
  /* margin-bottom: 20px; */
}
.footer-group {
  display: flex;
  /* width: 250px; */
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.footer-big-text {
  /* color: var(--White, #fff); */

  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
}
footer {
  /* background: var(--font, #0c0f14); */
  /* background-color: #fef9f9; */
  /* background-color: #fcf5f5; */
  background: #fff;
  padding: calc(var(--section-top-bottom-padding) - 90px) 0 0 0;
}
footer div div {
  gap: 32px;
}

.background-svg {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  position: absolute;
  z-index: -1;
}

.filters-wrapper {
  display: flex;
  justify-content: space-between;
}
.filter {
  width: 40%;
  text-align: start;
  display: flex;
}

.filters {
  display: flex;
  padding: 0px 6px;
  align-items: center;
  gap: 22px;
  /* justify-content: space-between; */
}

.filter-by {
  color: var(--Text-color, #231f20);

  /* navigation */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  gap: 8px;
}

.btn-filter {
  display: flex;
  height: 40px;
  padding: 16px;
  /* justify-content: center; */
  align-items: center;
  gap: 8px;
  color: var(--primary);
  /* border: 1px solid var(--primary); */
  border: 1px solid #d9d9d9;

  /* Desktop/Paragraph 3 - Desktop */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  border-radius: 8px !important;
  height: max-content;
  color: var(--body, #3e3f41);

  /* Body */
  /* font-family: "Libre Franklin"; */
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  justify-content: space-between;
}

.btn-filter:hover {
  color: var(--primary);
  border: 1px solid var(--primary);
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  /* background-color: var(--primary); */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid var(--primary);
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  padding: 10px 12px !important;
}

input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--primary);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: unset !important;
}

input.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: var(--primary) !important;
  outline: 0;
  border: unset !important;
  border-bottom: 1px solid var(--primary) !important;
  /* box-shadow: 0 0 0 0.25rem #a9252570 !important; */
  box-shadow: unset !important;
}
textarea.form-control:focus {
  box-shadow: 0 0 0 0.25rem #a9252570 !important;
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.form-label {
  color: #5d5d5d !important;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.btns-wrapper {
  display: flex;
  align-items: flex-start;
  /* justify-content: space-between; */
  gap: 30px;
}
.faq-section-title {
  color: var(--font, #0c0f14);

  /* Heading Big */
  font-family: Montserrat;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 62.4px; /* 138.667% */
}
.faq-section {
  padding-block: var(--half-section-padding);
}
.faq-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: flex-start; */
  gap: 35px;
  /* flex: 1 1 1; */
  align-self: stretch;
}
.light {
  color: var(--secondary) !important;
  font-family: Montserrat;
}

.faqs {
  display: flex;
  /* padding: 0 20px; */
  flex-direction: column;
  /* align-items: flex-start; */
  /* gap: 20px; */
  /* align-self: stretch; */
}
.accordion-header {
  /* box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.07) !important; */
  /* border: none !important; */

  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.accordion-button {
  color: var(--body, #3e3f41);

  display: flex;
  padding: 20px;
  justify-content: center;
  /* align-items: flex-start; */
  gap: 20px;
  /* align-self: stretch; */

  background: var(--White, #fff);
  color: var(--body, #3e3f41);

  color: var(--Grey-grey-300, #767676);
  font-family: Montserrat;
  /* font-size: 34px; */
  font-size: 28px;

  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 37.4px */
  letter-spacing: -0.68px;

  /* Shadow */
}
/* input, */
.form-control {
  border-radius: unset !important;
  /* color:  rgba(0, 0, 0, 0.2) !important; */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */

  display: flex;
  /* width: 520px; */
  padding: 12px 0px !important;
  align-items: flex-start;
  gap: 10px;
  border: unset !important;
  border-bottom: 1px solid var(--Typography-100, #ecedf2) !important;
}
input::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, 0.2) !important;
}
.primary-text {
  color: var(--primary);
}
textarea.form-control {
  display: flex;
  /* width: 520px; */
  padding: 20px 24px !important;
  align-items: flex-start;
  gap: 10px;
  border-radius: 16px !important;
  border-bottom: 1px solid var(--Typography-100, #ecedf2);
  background: #f6f7f9 !important;
}
.h-textarea {
  height: 235px;
}

/* HOME PAGE */
.hero-section {
  /* padding: 30px; */
}
.hero-section .container {
  width: 100%;
  height: 787px;
  border-radius: 32px;
  background: url("../images/hero-bg.png") lightgray 50% / cover no-repeat;
  /* background: url("../images/IMG_8706.JPG") lightgray 50% / cover no-repeat; */
  padding-block: calc(var(--section-top-bottom-padding) * 2);
  padding-left: var(--half-section-padding);
  /* background-attachment: fixed; */
  transition: opacity 0.8s ease-in-out;
}

.hero-title {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Montserrat;
  font-size: 65px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 84.5px */
  width: 700px;
}
/* Latest Projects Section */
.latest-projects-section {
  padding: var(--section-top-bottom-padding) 0;
}
.latest-projects-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  align-self: stretch;
}
.primary-section-title {
  color: #000;
  font-family: Montserrat;
  /* font-size: 42px; */
  font-size: 36px;

  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 54.6px */
  text-align: center;
}
.project-cards {
  display: grid;
  /* height: 298px; */
  row-gap: 50px;
  column-gap: 24px;
  align-self: stretch;
  grid-template-rows: repeat(2, minmax(1, 1fr));
  grid-template-columns: repeat(4, minmax(0, 1fr));

  /* overflow-x: auto; */
}
/* .project-cards {
  display: grid;
  height: auto; 
  column-gap: 24px;
  row-gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr)); */
/* grid-template-rows removed to allow natural flow */
/* } */

/* .project-cards {
  display: grid;
  column-gap: 24px;
  row-gap: 10px;
  Fixed height can cause content to clip; min-height is safer
  min-height: 298px; 
  align-self: stretch;
  Each column is at most 322px, but can shrink to fit the screen
  grid-template-columns: repeat(1, minmax(0, 322px));
} */
.project-card {
  display: flex;
  width: 322px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: start;
  grid-row: 1 / span 1;
  /* grid-auto-flow: dense; */
  /* grid-column: 1 / span 1; */
}
.project-img {
  display: flex;
  height: 210px;
  width: 100%;
  padding: 17px 114px 153px 16px;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
}
.project-category {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 4px;
  background: var(--Secondary-Background, #fff4e7);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: var(--primary, #a92525);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.28px;
  /* width: fit-content !important; */
}

.project-name {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.48px;
}
.project-details,
.project-content {
  display: flex;
  gap: 5px;
}
.project-details,
.location,
.time-taken {
  color: var(--Grey-grey-300, #767676);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
}
/* Latest Projects Section */

/* Choose Section */
.choose-section {
  padding: var(--section-top-bottom-padding) 0;
  background: url("../images/choose-bg.svg") lightgray 50% / cover no-repeat;
}
.choose-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 71px;
}
.choose-wrapper {
  display: flex;
  height: 289px;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.choose-card {
  display: flex;
  padding: 32px 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.choose-icon {
  /* width: 48px;
  height: 48px; */
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;

  aspect-ratio: 1/1;
}

.choose-title {
  color: #f89621;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
}

.choose-content {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
}

/* Choose Section */

/* WORK SECTION */
.how-we-work-section {
  padding: var(--section-top-bottom-padding) 0;
}

.how-we-work-section .container {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* align-items: center; */
  /* align-content: center; */
  gap: 71px 24px;
  /* flex-wrap: wrap; */
}
.work-steps {
  display: flex;
  align-items: center;
  gap: 11px;
}
.work-step {
  display: flex;
  width: 400px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex-grow: 1;
}
.work-icon {
}
.work-step-num {
  color: var(--secondary, #f89621);
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 39px */
}

.work-step-content {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
}
.w-200 {
  width: 200px;
}

.border-work-step {
  border: 3px solid var(--primary);
  border-radius: 20px;
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* flex: 1 1 1; */
  flex-basis: auto;
  position: relative;
  background-color: white;
}
.dot {
  width: 80%;
  height: 30px;
  background-color: var(--secondary);
  /* background-color: white; */
  border: 3px solid var(--primary);

  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;

  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}

.dot {
  /* width: 100%;
  height: 100%;
  background-color: var(--secondary); */
  /* background-color: white; */
  /* border: 3px solid var(--primary);

  border-radius: 15px;
z-index: -1;
  position: absolute;
  bottom: -30px;
  left: 30px; */
  /* right: 10%; */
  /* transform: translate(-50%,0); */
}
/* WORK SECTION */

/* IMPACT NUMBERS SECTION */
.impact-numbers-section {
  padding: var(--section-top-bottom-padding) 0;
  background: var(--background, #fef9f9);
}
.impact-numbers-section .container {
  display: flex;
  height: 374px;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
  align-self: stretch;
}

.impact-numbers-left {
  display: flex;
  width: 528px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.impact-numbers-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex: 1 0 0;
}

.number-wrap {
  display: flex;
  width: 220px;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 0.5px solid #c78434;
  background: #fff;
}
.number-text {
  color: var(--Heading, #636363);
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 36.9px; /* 147.6% */
}
.number-num {
  color: var(--secondary, #f89621);
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 62.4px; /* 173.333% */
}
.light2 {
  color: var(--Xtra, rgba(0, 0, 0, 0.2));
  font-family: Montserrat;
}

.section-primary-content {
  color: #656565;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  width: 468px;
}
/* IMPACT NUMBERS SECTION */

/* TESTIMONIALS SECTION */
.testimonials-section {
  padding: var(--section-top-bottom-padding) 0;
}
.testimonials-section .container:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}
.testimonials-section .container:nth-child(2) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 41px;
}

.testimonials-left {
  width: 556px;
  height: 417px;
  border-radius: 32px;
  background: url("../images/testimonial-bg.jpg") lightgray 50% / cover
    no-repeat;
}
.testimonials-right {
  /* display: flex; */
  width: 566px;
  height: 417px;

  /* flex-direction: column; */
  /* align-items: flex-start; */
  /* gap: 24px; */
  position: relative;
  /* overflow-x: hidden; */
}
.swiper {
  /* height: 600px !important; */
}

/* Testimonials-section */

.testimonials-section {
  padding: var(--section-top-bottom-padding) 0;
}
.testimonials {
  /* width: 100% !important;
  display: flex;
  gap: 30px;
  border: 1PX SOLID ; */
}
.testimonial {
  /* width: 414px;
  height: 510px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px; */

  /* width: 566px !important; */
  /* height: 600px !important; */
  /*flex-shrink: 0;*/
  /* border: 1px solid rgba(0, 0, 0, 0.2); */

  display: flex;
  /* padding: 50px; */
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  flex: 1 0 0;

  /* Shadow */
  /* box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.07); */
}

.writer-img {
  width: 128px;
  height: 128px;
  /* width: 71px; */
  /* height: 71px; */
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 24px;
}
.writer-img img {
  width: 100%;
  height: 100%;
  border-radius: 24px;

  /* filter: grayscale(50%); */
  /* background: url(/images/product-1.jpeg) lightgray 50% / cover no-repeat; */
}
.testimonial-text {
  /* color: rgba(34, 39, 51, 0.4);
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  padding: 0px 48px; */
  color: var(--body, #3e3f41);

  text-align: start;
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.48px;
}
.writer {
  display: flex;
  flex-direction: column;
  /* padding: 0px 48px; */
  /* justify-content: center;
  align-items: center; */
  gap: 20px;
}
.writer-name {
  text-align: center;

  color: #000;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 56px */
  letter-spacing: -0.8px;
}
.writer-title {
  color: var(--body, #3e3f41);
  text-align: center;

  /* Accent */
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 153.846% */
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
.writer-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: start;
  align-items: start;
}

.ratings {
  /* direction: rtl; */
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 9px;
}

.rating {
  font-size: 20px;
  color: #d9d9d994 !important;
  transition: color 0.2s;
}

.rating.active {
  color: #f7ae21 !important;
}

.testimonial.active {
  background: var(--primary, #bf4784);

  /* Shadow deep */
  box-shadow: 0px 38px 29.9px 0px rgba(0, 0, 0, 0.24);
}
.writer-name.active {
  color: var(--White-Overlay, rgba(255, 255, 255, 0.75));
}
.writer-title.active {
  color: #fff !important;
}
.writer-img img {
  filter: none;
}
.writer-img.active {
  border: 2px solid var(--White, #fff);
}

.testimonial-text.active {
  color: var(--White-Overlay, rgba(255, 255, 255, 0.75));
}
/* Testimonials-section */

/* TESTIMONIALS SECTION */

/* READY SECTION */
.ready-section {
  background: url("../images/choose-bg.svg") lightgray 50% / cover no-repeat;
}
.ready-section .container-fluid {
  display: flex;
}
.left-ready {
  padding: var(--half-section-padding) 0;

  width: 300px;
  width: 35%;
}
.left-ready-inner {
  height: 100%;
  display: flex;
  /* width: 390px; */
  align-items: center;
  gap: 32px;
  justify-content: center;
  flex: 1 1 0;
}
.ready-wrap {
  display: flex;
  width: 184px;
  flex-direction: column;
  align-items: flex-start;
  gap: -10px;
  flex-shrink: 0;
}
.ready-number {
  color: var(--secondary, #f89621);
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 62.4px; /* 260% */
}
.ready-text {
  color: var(--Heading, #636363);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 36.9px; /* 205% */
}

.right-ready {
  padding: var(--half-section-padding) 0;
  padding-inline: 60px;
  width: 906.02px;
  width: 65%;
  background: var(--secondary, #f89621);

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  /* height: 245px; */
}
/* READY SECTION */

/* HOME PAGE */

/* ABOUT PAGE */

/* ABOUT HERO SECTION */
.about-hero-section {
  padding: var(--half-section-padding) 0;
}
.about-hero-section .container {
  display: flex;
  gap: 20px;
}

.about-hero-primary-section {
  /* padding: var(--section-top-bottom-padding) 0; */
  /* opacity: 0.08; */
  /* background: url(../images/hero-about-bg-2.jpg) lightgray 50% / cover no-repeat; */
  height: 100vh;
  position: relative;
  z-index: 0;
  background: url(../images/hero-about-bg.png) lightgray 50% / cover no-repeat;

  background-color: rgba(0, 0, 0, 0.868);
}

.about-hero-primary-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 100%;
  /* width: 85%; */
}

.about-hero-primary-title {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 134%; /* 87.1px */
}
.about-hero-primary-content {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%; /* 36.08px */
  letter-spacing: 0.88px;
}

.rooted-section {
}

.rooted-section .container {
  padding-block: var(--section-top-bottom-padding);
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 120px;
  /* border: 1px solid red; */
}
.rooted-section .container:first-child {
  padding-bottom: var(--half-section-padding);
}
.rooted-section .container:nth-child(2) {
  padding-top: var(--half-section-padding);
  flex-direction: row-reverse;
}
.left-rooted {
  border-radius: 8px;
  width: 30%;
  /* height: 260px; */

  background: url(../images/about_bg2.jpg) lightgray 50% / cover no-repeat;
}
.rooted-section .container:nth-child(2) .left-rooted {
  background: url(../images/bg-rooted.jpg) lightgray 50% / cover no-repeat;
}
.right-rooted {
  width: 40%;
}
.rooted-title {
  color: #000;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 46.8px */
}
.rooted-content {
  color: #5b5b5b;
  text-align: justify;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  margin-top: 12px;
}

.one-roof-section {
  padding-block: var(--section-top-bottom-padding);
  background: #fafafa;
}

.one-roof-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.one-roof-wrapper {
  width: 65%;
  border-radius: 36px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background: #fff;

  display: flex;
  padding: var(--section-top-bottom-padding);
  flex-direction: column;
  align-items: flex-start;
  gap: 67px;
}
.one-roof-title {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 46.8px */
}
.one-roof-sub-title {
  color: #656565;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: 0.2px;
  width: 70%;
  justify-self: center;
}
.roof-card-title {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 168.859%; /* 30.395px */
}

.roof-card-content {
  color: #4c5055;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 168.859%; /* 23.64px */
}
.one-roof-card {
  display: flex;
  align-items: flex-start;
  gap: 23px;
  align-self: stretch;
}
.roof-card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  padding: 20px;
  border-radius: 50%;
  background-color: var(--primary, #a92525);
  /* stroke-width: 1px;
stroke: var(--Xtra, rgba(0, 0, 0, 0.20)); */
}

.about-hero-left {
  /* width: 62%; */
  width: 65%;
  /* flex: 1 1 auto; */
}
.about-hero-right {
  width: 32%;
  /* width: 36%; */
  flex: 1 1 auto;
}
.about-hero-cards {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  row-gap: 30px;
}
.about-hero-card {
  /* width: 257px; */
  width: 270px;

  height: 192px;
  border-radius: 8px;
  background: url("../images/about_bg.jpg") lightgray 50% / cover no-repeat;
}
.about-hero-card:nth-child(2) {
  background: url("../images/about_bg2.jpg") lightgray 50% / cover no-repeat;
}
.about-hero-card:nth-child(3) {
  background: url("../images/about_bg3.jpg") lightgray 50% / cover no-repeat;
}
.about-hero-card:nth-child(5) {
  background: url("../images/about_bg5.jpg") lightgray 50% / cover no-repeat;
}
.about-hero-title {
  color: #000;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 46.8px */
}
.about-hero-content {
  color: #5b5b5b;
  text-align: justify;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}

.about-hero-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

.about-hero-right-title {
  color: #000;
  font-family: "Open Sans";
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.about-hero-right-img {
  border-radius: 8px;
  width: 374.5px;
  height: 284.602px;
  background: url("../images/about_bg6.jpg") lightgray 50% / cover no-repeat;
}

/* ABOUT HERO SECTION */

.vision-mission-section {
  padding: var(--section-top-bottom-padding) 0;
  background: var(--background, #fef9f9);
}
.vision-mission-section .container {
  display: flex;
  justify-content: center;
}
.mission-cards {
  display: flex;
  gap: 20px;
}
.mission-card {
  width: 387px;
  height: 314.62px;
  background-color: #fff;
  border: 1px solid #aaa;
  padding: 40px;
  display: flex;
  /* width: 297px; */
  flex-direction: column;
  align-items: center;
  gap: 18px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.mission-icon {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #fff;
}

.mission-title {
  color: #aaa;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32.684px; /* 136.182% */
}

.mission-content {
  color: #aaa;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 116.667% */
}

.mission-card.active {
  background-color: #f89621;
  border: unset;
}
.mission-card.active .mission-title,
.mission-card.active .mission-content {
  color: #f3f3f3;
}

/* Work needs section */
.work-need-section {
  padding: var(--section-top-bottom-padding) 0;
  /* background: var(--background, #fef9f9); */
}
.work-need-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 71px;
  align-self: stretch;
}
.work-need-section .container div .section-primary-content {
  width: 60%;
}
.need-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 83px;
  row-gap: 120px;
  /* align-self: stretch; */
  /* flex-shrink: 1; */
  flex-wrap: wrap;
}
.need-card {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.513px; /* 136.182% */

  width: 285px;
  height: 193px;
  /* background-color: rgba(0, 0, 0, 0.02); */
  background-color: #fafafa;
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  padding: 45px;
  padding-top: 60px;
}
.need-title {
  color: var(--secondary, #f89621);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.513px; /* 136.182% */

  width: 219px;
  height: 85px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -25%;
  filter: drop-shadow(10px 20px 48px rgba(75, 75, 75, 0.05));
  /* box-shadow: rgba(75, 75, 75, 0.05) 0 10px 20px 48px; */
}
/* Work needs section */

/* PROVIDE SECTION */
.provide-section {
  padding: var(--section-top-bottom-padding) 0;
}
.provide-section .container {
  display: flex;
  gap: 24px;
}
.left-provide {
  width: 590px;
  height: 803px;
  background: url("../images/provide_bg.jpg") lightgray 50% / cover no-repeat;
}
.right-provide {
  display: flex;
  flex-direction: column;
  /* align-items: end; */
  justify-content: space-between;
  /* border: 1px solid black; */
}
.provide-contents {
  /* border: 1px solid black; */
  margin: 0 !important;
}
.provide-section-title {
  width: 714px;
  height: 239.203px;
  background-color: rgba(255, 247, 238, 0.7);

  color: #20313b;
  font-family: Montserrat;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px; /* 118.75% */
  padding: 50px;
  margin-left: -200px;
  margin-top: 40px;
}

.provide-content {
  color: #5b5b5b;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  width: 500px;
  margin-top: 30px;
}
/* PROVIDE SECTION */
/* ABOUT PAGE */

/* PROJECTS PAGE */

/* Projects hero Section */
.project-hero-section {
  padding: var(--half-section-padding) 0;
}
.project-hero-section .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 auto;
  gap: 30px;
}
.project-hero-section .container div{
/* flex: auto; */
justify-content: center !important;
align-items: center !important;
gap: 20px;}
.project-hero-section .container div .project-category

{
justify-content: start;
align-items: center;
flex-shrink: 1;
flex: 0 0 auto;
}
.secondary-section-title {

  color: #000;
  font-family: Montserrat;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 54.6px */
}
.secondary-section-content {
  /* flex-shrink: 0; */
  color: #707070;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
 
  line-height: 130%; /* 26px */
}
/* Projects hero Section */

.projects-section {
  padding: calc(var(--half-section-padding) / 2) 0;
}
.projects-section .container {
  display: flex;
  flex-direction: column;
  gap: calc(var(--half-section-padding) / 2);
}

.countries-wrapper {
  display: flex;
  gap: 18px;
}
.country {
  display: flex;
  padding: 12px 32px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border-radius: 100px;
  background: #fff;
  cursor: pointer;
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
}
.country.active {
  border: 1px solid var(--Primary, #a92525);
  color: var(--primary);
}

.similar-section {
  padding: var(--section-top-bottom-padding) 0;

  /* background: url("../images/choose-bg.svg") lightgray 50% / cover no-repeat; */
    background: #FAFAFA;

}
.similar-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.similar-title {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 70.2px */
}
.similar-content {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
}
/* PROJECTS PAGE */
/* PROJECT DETAILS */
.fs-64 {
  font-size: 64px;
}

.project-details-hero-section {
  padding: var(--half-section-padding) 0;
}
.project-details-hero-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-img-wrapper {
  width: 100%;
  /* width: 1360px; */
  height: 615px;
  border-radius: 32px;
  background: url("../images/project-details-hero.jpg") lightgray 50% / cover
    no-repeat;
  /* background-size: cover; */
  /* background-position: center; */
  transition: all 1s ease-out;
}

.project-images-wrapper {
  padding-block: 40px;
  display: flex;
  /* flex-direction: column; */
  align-items: flex-start;
  gap: 30px;
}
.project-image {
  width: 100px;
  height: 100px;
  width: 150px;
  height: 150px;
  cursor: pointer;
  border-radius: 8px;

  opacity: 0.5;
}
.project-image.active {
  border: 1px solid var(--secondary, #f89621);
  opacity: 1;
}
.project-image img {
  border-radius: 8px;

  object-fit: cover;
  object-position: center center;
}

.project-details-section {
  padding: var(--section-top-bottom-padding) 0;
}
.project-details-section .container {
}
.project-details-wrapper {
  display: flex;
  align-items: center;
  gap: 44px;
  /* row-gap: 33px; */
  flex-wrap: wrap;
  align-self: stretch;
  justify-content: space-between;
}
.project-detail {
  flex: 1 1 auto;
  width: 48%;
  display: flex;
  /* width: 614px; */
  height: 439px;
  padding: 32px 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid var(--Xtra, rgba(0, 0, 0, 0.2));
  background: var(--background, #fef9f9);
}
.pd-icon {
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.pd-secondary {
  background-color: var(--secondary);
}

.pd-primary {
  background-color: var(--primary);
}

.pd-3rd {
  background-color: #eb2227;
}

.pd-4th {
  background-color: #035b9c;
}
.pd-title {
  color: var(--secondary, #f89621);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */

  margin-top: 32px;
}

.pd-content {
  color: #333;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
}

/* PROJECT DETAILS */

/* CONTACT PAGE */

.contact-hero-section {
  padding: var(--half-section-padding) 0;
  /* background:
    linear-gradient(
      0deg,
      rgba(88, 89, 91, 0.86) 0%,
      rgba(88, 89, 91, 0.86) 100%
    ),
    url("../images/project-details-hero.jpg") lightgray 50% / cover no-repeat; */
  background:
    linear-gradient(
      0deg,
      rgba(26, 27, 28, 0.16) 0%,
      rgba(26, 27, 28, 0.46) 100%
    ),
    url(../images/contactus-bg.png) lightgray 50% / cover no-repeat;
}
.contact-hero-section .container {
  /* height: 565px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-message-section{
  padding-block: var(--section-top-bottom-padding);
}
.contact-hero-left {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 75%;
}
form {
  /* background-color: white; */
  /* padding: 40px; border-radius:15px ; */
}
.consult-form-section {
  padding-block: var(--section-top-bottom-padding);
}
.consult-form-section .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.contact-hero-right {
  /* width: 55%; */
  /* width: %; */

  /* height: 100vh; */
  /* height: 750px; */
  /* height: fit-content;

  border-radius: 20px;
  background: #fff;*/
  flex-grow: 1;
  padding: 40px;
  /* background-color: #3f3f3f; */
  /* box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12); */
  border-radius: 20px !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  width: 90%;
  align-self: center;
  justify-self: center;
}
.contact-form-sub-title {
  color: var(--Monochrome-950, #000);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.lorem-contact {
  color: var(--Monochrome-600, #5d5d5d);
  font-family: Montserrat;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
}

.subheading {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.primary-contact-hero-title {
  margin-top: var(--section-top-bottom-padding);
  color: #fff;
  font-family: Montserrat;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: 70px; /* 125% */
}

.primary-contact-hero-content {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
}
.social-section {
  margin-top: 300px;
}
.social-container {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  align-items: center;
  padding: var(--half-section-padding) 0;
}

/* CONTACT PAGE */

/* CATALOG PAGE */
.slider-section {
  padding-bottom: var(--section-top-bottom-padding);
}

.hero-catalogue {
  /* padding: 30px; */
}
.hero-catalogue .container {
  width: 100%;
  height: 787px;
  border-radius: 32px;
  border-radius: 32px;
  /* background: */
    /* linear-gradient(0deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.53) 100%), */
    /* url("../images/catalog-bg.jpg") lightgray 50% / cover no-repeat; */
/*  */
     background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0.1) 100%),
    url("../images/catalogue-bg.jpg") lightgray 50% / cover no-repeat;
  padding-block: calc(var(--section-top-bottom-padding) * 2);
  padding-left: var(--half-section-padding);
  /* background-attachment: fixed; */
}

.categories-section {
  padding: var(--half-section-padding) 0;
}
.categories-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 60px; */
  align-self: stretch;
}
.catalog-categories {
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-category {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;

  display: flex;
  padding: 12px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  transition: color 1s ease-in-out;
}

.catalog-category.active {
  border-radius: 100px;
  border: 1px solid var(--Primary, #a92525);
  background: #fff;
  color: var(--primary);
}
/* CATALOG PAGE */

/* CONSULT PAGE */
.consult-hero {
  height: 574px;
  padding: 10px;

  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%),
    url("../images/consult-bg.jpg") lightgray 50% / cover no-repeat;

  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%),
    url("../images/bg-consult-2.jpg") lightgray 50% / cover no-repeat;

  }

.consult-last-section {
  padding: var(--half-section-padding) 0;
  background: url(../images/consult-bg.svg) lightgray 50% / cover no-repeat;
  background: #A92525;
padding-bottom: var(--section-top-bottom-padding);
}

.images-consult {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: end;
  padding-top: 20px;
  padding-right: 30px;
}

.img-consult-1 {
  width: 684px;
  height: 369px;
  border: 1px solid #000;
  background: url("../images/bed-room.jpg") lightgray 50% / cover no-repeat;
}

.img-consult-2 {
  margin-top: -300px;
  /* padding: 40px !important; */
  width: 640px;
  height: 598px;
  background: var(--Secondary-Background, #fff4e7);
}
.img-consult-2 .in {
  border: 1px solid #000;

  background: url("../images/img-consult2.jpg") lightgray 50% / cover no-repeat;
}
/* CONSULT PAGE */
.background-yellow {
  background: #fff4e7;
}
.background-white {
  background-color: white;
}

.slider-control {
  margin-top: 20px;
  /* align-self: flex-end; */
  /* width: 100%; */
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 24px;
  /* position: absolute; */
  right: -60% !important;
  z-index: 99;
  align-self: flex-start;
  justify-self: self-start;
}

.bi-arrow-right,
.bi-arrow-left {
  color: #c3c3c3;
}

.button-next,
.button-prev {
  /* position: absolute; */
  display: flex;
  width: 60px;
  height: 60px;
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  border-radius: 50%;
  border-radius: 100px;
  border: 1px solid #c3c3c3;
}

.bi-arrow-right {
  color: white;
}

.button-next {
  background: var(--Primary, #a92525);
}

.button-next:hover,
.button-prev:hover {
  opacity: 0.7;
}

/* New by frontend v2 */
.top-bar {
  display: flex !important;
  gap: 50px !important;
  justify-content: center;
  padding-block: 20px;
  background-color: var(--primary-custom-blue);
}
.working-hours {
  color: rgba(255, 255, 255, 0.75);
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 166.667% */
}

.hero-numbers {
  display: flex;
  align-items: center;
  gap: 21px;
  justify-self: end;
  align-self: flex-end;
  position: absolute;
  bottom: 10px;
}

.hero-number {
  display: flex;
  padding: 12px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #fff;
  width: 22%;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.nav-icon {
  top: 10px;
  right: 10px;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.hero-number:hover {
  border: 1px solid var(--secondary);
}
.hero-number:hover .nav-icon {
  opacity: 1;
}
.hero-number:nth-child(2) {
  width: 24%;
}
.hero-number-title {
  color: var(--secondary);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  /* line-height: 62.4px; 390% */
}
.hero-number-content {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.9px; /* 177.857% */
}

.light-bg {
  background: #fafafa;
}

.why-section {
  margin-top: 30px;
  padding-block: var(--section-top-bottom-padding);
}
.why-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}

.why-title,
.touch-title {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 46.8px */
}
.why-sub-title,
.touch-sub-title {
  color: #656565;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
}

.why-cards {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.why-card {
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #dfdfdf;
  background: #fff;
}

.why-card-content {
  display: flex;
  /* width: 310px; */
  width: 380px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  text-align: justify;
}
.why-card-title {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
}
.why-card-details {
  color: #6f6c6c;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

.why-card-img {
  /* width: 310px; */
  width: 100%;
  height: 165px;
  border-radius: 8px;
}
.why-cards .why-card:nth-child(1) .why-card-img {
  background: url(../images/why-card.jpg) lightgray 50% / cover no-repeat;
}
.why-cards .why-card:nth-child(2) .why-card-img {
  background: url(../images/preview.png) lightgray 50% / cover no-repeat;
}
.why-cards .why-card:nth-child(3) .why-card-img {
  background: url(../images/D-Boards\ Delivery\ Service.png) lightgray 50% /
    cover no-repeat;
}

.touch-section {
  padding-block: var(--section-top-bottom-padding);
}
.touch-section .container {
  display: flex;
  /* width: 1364px;
height: 762px; */
  flex-direction: column;
  align-items: center;
  gap: 36px;
  flex-shrink: 0;
}

.touch-cards {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.touch-card {
  width: 409px;
  height: 236px;
  border-radius: 20px;
}

.touch-card:nth-child(1) {
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.35) 27.88%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url(../images/3d.jpg) lightgray 50% / cover no-repeat;
}
.touch-card:nth-child(2) {
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.35) 27.88%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url(../images/touch-card2.jpg) lightgray 50% / cover no-repeat;
}

.touch-card:nth-child(3) {
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.35) 27.88%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url(../images/touch-card3.jpg) lightgray 50% / cover no-repeat;
}

.touch-card:nth-child(4) {
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.35) 27.88%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url(../images/touch-card4.jpg) lightgray 50% / cover no-repeat;
}

.touch-card:nth-child(5) {
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.35) 27.88%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url(../images/touch-card5.jpg) lightgray 50% / cover no-repeat;
}

.touch-card-title {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 31.2px */
  align-self: stretch;
}
.touch-card-sub-title {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}
.touch-card div {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 10px;
}

.juggle-section,
.stepping-section {
  padding-block: var(--section-top-bottom-padding);
}
.juggle-section .container {
  display: flex;
  /* width: 936px; */
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.juggle-title {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  width: 736px;
  line-height: 130%; /* 46.8px */
}
.stepping-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 71px 24px;
  align-self: stretch;
  flex-wrap: wrap;
}

.stepping-title {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 46.8px */
  text-transform: capitalize;
}
.stepping-wrapper {
  display: flex;
  align-items: center;
  gap: 36px;
}
.stepping-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  /* align-self: stretch; */
}
.stepping-card-num {
  color: #161616;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
}
.stepping-card-content {
  color: #000;
  /* text-align: justify; */
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  opacity: 0.5;
}
.w-150 {
  width: 90px;
}

.shape-section {
  padding-block: var(--section-top-bottom-padding);
}
.shape-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 71px;
  align-self: stretch;
}
.shape-title {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 46.8px */
  /* width: 60%; */
}
.shape-sub-title {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  opacity: 0.6;
  width: 85%;
}

.shape-cards {
  display: flex;
  /* width: 1280px; */
  align-items: flex-start;
  gap: 20px;
}
.shape-icon {
  display: flex;
  width: 61px;
  height: 61px;
  padding: 12px 13px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40.5px;
  background: #f6ebe3;
  margin-bottom: 12px;
}
.shape-card {
  display: flex;
  width: 413px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid var(--Black-10, rgba(19, 19, 19, 0.1));
  background: #fff;
}
.shape-card-title {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 38.4px */
}
.shape-card-content {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  opacity: 0.5;
}
.shape-card:nth-child(2) .shape-icon {
  background: #f6f2ff;
}
.shape-card:nth-child(3) .shape-icon {
  background: #fef9f9;
}

.brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.brand-logo {
  /* border: 1px solid red; */

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 156px;
  width: 156px;
  border-radius: 50%;
  border: 1px solid #00000033;
  overflow: hidden;
  /* background: url(images/egger.png) lightgray 0 0 / 100% 100% no-repeat; */
  /* width: 156px; */
  /* align-self: stretch; */
}
.brand-name {
  margin-top: 20px;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.48px;
}
.brand-logo img {
  /* height: 90%; */
  /* height: 112px; */
  width: 90%;
}
.index-brands-section {
  padding-block: var(--section-top-bottom-padding);
}
.index-brands-section .container {
  display: flex;
  /* padding: 80px 40px; */
  flex-direction: column;
  /* align-items: center; */
  gap: 60px;
  /* align-self: stretch; */
}
.brands-section-title {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 46.8px */
  text-transform: capitalize;
}

.index-brands-wrapper {
  display: flex;
  /* width: 1062px; */
  justify-content: space-between !important;
  /* align-items: flex-start; */
}

.testimonials-left {
  width: 450px;
  height: 422px;
}
.testimonials-right {
  width: 357px;
}

.project-to-life-section {
  padding-block: var(--section-top-bottom-padding);
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%),
    url(../images/bg-life.jpg) lightgray 50% / cover no-repeat;
}

.project-to-life-section .container {
  display: flex;
  /* width: 908px; */
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.ptl-title {
  color: var(--secondary, #f89621);
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 46.8px */
}
.ptl-sub-title {
  color: #fff;
  text-align: center;
  width: 80%;
  /* display: inline-flex; */
  align-self: center;
  justify-self: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
}
footer .container .row {
  justify-content: start !important;
  flex: auto;
  flex-grow: 1;
}
.footer-group {
  /* border: 1px solid red; */
  width: 150px;
  flex-grow: 1;
}
/* New by frontend v2 */

/* The Parent Container */
.glass-anchor {
  position: relative; /* Essential to keep the overlay inside */
  width: 100%;
  overflow: hidden; /* Ensures the glass doesn't bleed out */
}

.top-bar,
.hero-section {
  position: relative;
}

/* The Glass Overlay Tooltip */
.glass-overlay-comment {
  /* Positioned Absolute - Bottom Left Overlay */
  position: absolute;
  top: 15px;
  left: 15px;
  color: white;
  padding: 10px 20px;
  border-radius: 12px;
  z-index: 100;
  pointer-events: none; /* Allows clicks to pass through to elements behind it */

  /* Glassmorphism Effect tuned for Black Text */
  background: rgba(55, 47, 47, 0.645);
}

.stress-section {
  padding-block: var(--section-top-bottom-padding);
}
.stress-section .container {
  padding-block: var(--section-top-bottom-padding);

  background: url(../images/stress-bg.png) lightgray 50% / cover no-repeat;
  border-radius: 36px;
  position: relative;
  height: 480px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  /* mix-blend-mode: multiply; */
}
.stress-section .container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  mix-blend-mode: color-burn;

  background: #a92525;
  border-radius: 36px;
  z-index: 0;
  opacity: 0.7;
}

.stress-details {
  position: relative;
  z-index: 5;
  display: flex;

  flex-direction: column;
  gap: 20px;
}
.stress-title {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 58.84px;
  font-style: normal;
  font-weight: 600;
  line-height: 136%; /* 80.022px */
}

.stress-content {
  width: 70%;
  align-self: center;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: 1.6px;
}

.core-values-section {
  padding-block: var(--section-top-bottom-padding);
  background: #fafafa;
}
.core-values-section .container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 83px;
  align-self: stretch;
  padding-top: var(--section-top-bottom-padding);
}

.core-section-title {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 46.8px */
}
.core-card {
  /* flex-basis: auto; */
  /* flex-grow: 1; */
  width: 25%;
  /* height: 150px; */
  /* flex-grow: 1; */
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.513px; /* 175.091% */
  background-color: rgba(255, 255, 255, 0.02);
  /* stroke-width: 1px; */
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px;
  padding-top: 40px;
  position: relative;
}

.core-card-title {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translate(-50%);
  color: var(--secondary, #f89621);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.513px; /* 136.182% */
  background: #fff;
  filter: drop-shadow(10px 20px 48px rgba(75, 75, 75, 0.05));
  border-radius: 10px;
  padding: 20px;
  width: 80%;
}

.invest-section {
  padding-block: var(--section-top-bottom-padding);
  /* background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%),
    url(../images/bg-invest-1.png) lightgray 50% / cover no-repeat,
    #58595b; */
  background: url(../images/bg-invest-1.png) lightgray 50% / cover no-repeat;
}

.invest-section .container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.processes {
  border-radius: 27px;
  background: var(--secondary, #f89621);
  padding: 8px;
}

.invest-section-title {
  color: #fff;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 136%; /* 48.96px */
}

.invest-content {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 168.859%; /* 40.526px */
}
.invest-left {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.invest-right {
  width: 50%;
  /* background-color: red; */
  border-radius: 36px;
  background: url(../images/bg-invest.png) lightgray 50% / cover no-repeat;
}

.what-you-get-section {
  padding-block: var(--section-top-bottom-padding);
  background: #fafafa;
}
.what-you-get-section .container {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.get-cards {
  display: flex;
  /* width: 1280px; */
  align-items: stretch;
  justify-content: stretch;
  gap: 20px;
  row-gap: 70px;
  flex-wrap: wrap;
}
.get-card {
  display: flex;
  width: 413px;
  padding: 24px;
  flex-direction: column;
  justify-content: stretch;
  align-items: start;
  /* align-items: stretch; */
  gap: 15px;
  flex-shrink: 0;

  border-radius: 8px;
  border: 1px solid rgba(19, 19, 19, 0.1);
  background: #fff;
}
.get-number {
  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
}
.get-cards .get-card:nth-child(1) .get-number,
.get-cards .get-card:nth-child(6) .get-number {
  color: var(--secondary, #f89621);
  background: rgba(255, 137, 61, 0.1);
}
.get-cards .get-card:nth-child(2) .get-number,
.get-cards .get-card:nth-child(4) .get-number {
  color: #035b9c;
  background: rgba(157, 122, 255, 0.1);
}
.get-cards .get-card:nth-child(3) .get-number,
.get-cards .get-card:nth-child(5) .get-number {
  color: #a92525;
  background: #fef9f9;
}

.get-title {
  color: #131313;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
}
.get-content {
  color: #5b5b5b;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}

 .index-brands-wrapper::-webkit-scrollbar{
    display: none;
  }
  .index-brands-wrapper{
    overflow-x: scroll;
    gap: 30px;
    justify-content: center;
    align-items: center;
  }
.contact-left-container{
  /* display: flex; */
padding: 40px 62px;
align-items: stretch;
gap: 10px;
align-self: stretch;
width: 45%;
border-radius: 20px;
border: 1px solid rgba(0, 0, 0, 0.20);
background: #FFF;
}
 .w-50-desktop{
    width: 50% !important;
  }
.fs-14{
  font-size: 14px;
}
.fs-28{
  font-size: 28px;
}
.fs-20{
color: #000;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 28px */
letter-spacing: -0.4px;}

.contact-group{
  padding-block: 32px;
  border-bottom: 1px solid #D8D8D8;
}
.contact-group:last-child{
border-bottom: unset;
}
.color-secondary{
  color: var(--secondary);
}

/* CATALOGUE PAGE */
.catalogue-hero-primary-content{
  color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 400;
width: 70%;
line-height: 180%; /* 32.4px */
}

.brands-section,.samples-section {
  padding-block: var(--section-top-bottom-padding);
}
.brands-section .container {
  display: flex;
  /* padding: 80px 40px; */
  flex-direction: column;
  /* align-items: center; */
  gap: 60px;
  /* align-self: stretch; */
}
.brands-wrapper {
  gap: 70px;
  display: flex;
  /* width: 1062px; */
  justify-content: center !important;
  flex-wrap: wrap;
  /* align-items: flex-start; */
}

#searchInput{
    border-radius: unset !important;
    /* color: rgba(0, 0, 0, 0.2) !important; */
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    /* width: 520px; */
    padding: 14px 12px !important;
    align-items: flex-start;
    gap: 10px;
    border: unset !important;
    border: 1px solid var(--Typography-100, #D9D9D9) !important;
}
#searchInput:focus{
  background-color: var(--bs-body-bg);
  border-color: var(--primary) !important;
  /* outline: 0; */
  border: unset !important;
  border: 1px solid var(--primary) !important;
  /* box-shadow: 0 0 0 0.25rem #a9252570 !important; */
  box-shadow: unset !important;
}
#searchInput::placeholder{
  color: #3E3F41 !important;

}


/* CATALOGUE PAGE */






.brand-details-hero-primary-section {
  /* padding: var(--section-top-bottom-padding) 0; */
  /* opacity: 0.08; */
  /* background: url(../images/hero-about-bg-2.jpg) lightgray 50% / cover no-repeat; */
  height: 100vh;
  height: 50vh;
  position: relative;
  z-index: 0;
  /* background: url(../images/brand-details-hero.png) lightgray 50% / cover no-repeat; */
background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.40) 100%), url(../images/brand-details-hero.png) lightgray 50% / cover no-repeat;
  /* background-color: rgba(0, 0, 0, 0.868); */
}

.brand-details-hero-primary-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 100%;
  /* width: 85%; */
}

.brand-details-hero-title{
  color: #FFF;
font-family: Montserrat;
font-size: 65px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 91px */
letter-spacing: -1.3px;
}


.samples-section .container {
  display: flex;
  /* padding: 80px 40px; */
  flex-direction: column;
  /* align-items: center; */
  gap: 60px;
  /* align-self: stretch; */
}
.samples-wrapper {
  gap: 20px;
  display: flex;
  /* width: 1062px; */
  justify-content: center !important;
  flex-wrap: wrap;
  align-items: center;
  /* align-items: flex-start; */
}
.sample{
  display: flex;
flex-direction: column;
align-items: flex-start;
/* gap: 10px; */
width: 20%;
width: 225px;
align-self: stretch;
/* grid-row: 1 / span 1; */
/* grid-column: 2 / span 1; */
/* justify-self: stretch; */
}
.sample .sample-logo ,.sample .sample-logo img{
  width: 100%;
}
.sample-name{
  color: #000;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 33.6px */
letter-spacing: -0.48px;
}
.sample-code{
  color: rgba(0, 0, 0, 0.50);
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 33.6px */
letter-spacing: -0.48px;
}


.threed{
border-radius: 32px;
;padding:20px;
background-color: #383838;
}


.load-text{
  font-family: Montserrat;
}

.mobile-only-wrapper{
  height: 200px;
  width: 100%;
  display: none;
}
  .project-image.active {
            box-shadow: 1px 1px 15px rgba(17, 34, 51, 0.387);
        }

        .project-image {
            /* aspect-ratio: 16/9; */
            /* width: 25vw;
            height: 50vh; */
            width: 250px;
            /* width: 30% !important; */
            object-fit: cover;
            height: auto;
            aspect-ratio: 3 / 2;
        }

        .project-image img {
            aspect-ratio: 16/9;
            /* max-width: 100%; Prevents image from being wider than its container */
            /* height: auto;     Maintains the natural proportions */
            /* display: block; */
        }
        .writer-img {
  display: none;
}




/* TESTIMONIALS LAST EDITED  */
.writer-img {
  display: none;
}

 .slider-control {
            align-self: flex-end;
            /* width: 100%; */
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 24px;
            /* position: absolute; */
            right: -60% !important;
            z-index: 99;
        }

        .bi-arrow-right,
        .bi-arrow-left {
            color: #C3C3C3;
            ;
        }


        .button-next,
        .button-prev {
            /* position: absolute; */
            display: flex;
            width: 60px;
            height: 60px;
            display: flex;
            padding: 20px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            transition: all ease-in-out .3s;
            cursor: pointer;
            border-radius: 50%;
            border-radius: 100px;
            border: 1px solid #C3C3C3;
            background-color: white;
        }

        .bi-arrow-right {
            color: white;
        }

        .button-next {
            background: var(--Primary, #A92525);
        }

        .button-next:hover,
        .button-prev:hover {
            opacity: .7;

        }
 .swiper {
            /* height: 300px; */
width: 70%;
/* border: 1px solid red; */
        }

        .swiper-pagination-bullet {
            width: 15px !important;
            height: 15px !important;
            border-radius: 0px;
            transition: all ease-out .3s;
            background: var(--light, #e087ae);
        }

        .swiper-pagination-bullet-active {
            width: 35px !important;
            background: var(--primary, #BF4784);

        }
.testimonials-section .container{
    /* width: 80%; */
}
.testimonial-image{
  width: 450px !important;
  height: 422px;
    width: 556px;
  height: 417px;
  border-radius: 32px;
  background: url("../images/testimonial-bg.jpg") lightgray 50% / cover
    no-repeat;
}
.testi{
display: flex;
justify-content: center;
width: 100%;
/* align-items: center; */
flex-direction: row;
  gap: 41px;

}
.testi-content{
      width: 566px !important ;

     display: flex;
  /* padding: 50px; */
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  flex: 1 0 0;
}
/* TESTIMONIALS LAST EDITED  */

.accordion-body{
  width:75%
}

.navbar{

  box-shadow: 1px 1px 30px rgba(17, 34, 51, 0.37);
  margin-bottom: 20px;
  /* z-index: 200000 !important; */
}

.modal-wrapper{
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 50 !important;
}
.consult-modal{
  border-radius: 16px;
background: #FFF;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
display: flex;
padding: 40px;
flex-direction: column;
align-items: center;
gap: 10px;
width: 40%;
}
.consult-modal-title{
  color: #000;
font-family: Montserrat;
font-size: 36px;
font-style: normal;
font-weight: 700;text-align: center;
line-height: 70px;
}
.consult-modal-content{
  color: #5B5B5B;
text-align: center;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 32.4px */
}
.modal-wrapper {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9999; /* Ensure it stays on top of everything */
}

/* Optional: allow clicking the background to close as well */
.modal-wrapper.hide-modal {
    opacity: 0;
    z-index: -9999 !important;
    visibility: hidden;
    pointer-events: none;
}
/* Add this to your stylesheet */
body.modal-open {
    overflow: hidden;
    /* Optional: prevents "jump" if scrollbar disappears */
    /* padding-right: 15px;  */
}
.modal-open{
    z-index: 9999 !important;

}

