/* font import statement */

@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap");

@font-face {
  font-family: "Daddy-Rewind";
  src: url("../font/Daddy-Rewind.ttf");
}

/* @font-face {
  font-family: "Outfit", sans-serif;
  src: url("../font/Outfit-Regular.ttf");
} */

/* ---------------------------------------------------------- */

/* default CSS  */

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --light: #ffffff;
  --dark: #000;
  --Daddy-Rewind: "Daddy-Rewind";
  --Google-Sans: "Google Sans", sans-serif;
  --primary: #efd49e;
  --secondary: #2a2a2a;
  --tertiary: #ffc107;
  --gray: #666;
  --gradientBg: radial-gradient(218.87% 89.65% at 70.69% 260.71%, #191919 100%);
  --card-color: #efd39e;
}

html {
  overflow-x: hidden !important;
}

body {
  font-family: var(--Google-Sans) !important;
  color: var(--secondary);
  /* background: #f8f8ff; */
  overflow: hidden;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  padding: 0 !important;
  margin: 0 !important;
}

ul {
  padding-left: 0rem;
  margin-bottom: 0rem;
}

li {
  list-style: none;
  text-decoration: none;
}

a {
  text-decoration: none !important;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

.text-nowrap {
  text-wrap: nowrap;
}

.owl-next:hover,
.owl-prev:hover {
  background: transparent !important;
}

.mobileView {
  display: none;
}

.desktopView {
  display: block;
}

/* lenis css */

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

/* lp custom css */

.border {
  border: 2px solid var(--primary) !important;
}

.bottomBorder {
  border-bottom: 1px solid #d7d6ff !important;
}

.circleBorder {
  border-radius: 50px;
}

.secondaryTextColor {
  color: var(--secondary) !important;
}

.primaryTextColor {
  color: var(--primary) !important;
}

.daddyRewindFont {
  font-family: var(--Daddy-Rewind) !important;
}

.grayColorText {
  color: var(--gray) !important;
}

.text-justify {
  text-align: justify;
}

.sectionpad {
  padding: 70px 0;
}

.sectionpadtop {
  padding-top: 70px;
}

.sectionpadbottom {
  padding-bottom: 70px;
}

.pageTitle {
  font-family: var(--Google-Sans);
  font-weight: 500;
  font-size: 3.2rem;
}

.pageSubtitle {
  font-size: 2.813rem;
}

.sectionTitle {
  font-family: var(--Google-Sans);
  color: #252525;
  text-align: left;
  font-weight: 500;
  font-size: 3rem;
  text-wrap: balance;
  position: relative;
}

.sectioncontent {
  font-size: 19px;
  line-height: 30px;
  padding: 0 5% !important;
  margin-top: 20px !important;
}

.imgfluid {
  width: 100%;
  height: auto;
}

.fixedctaCallBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background-color: var(--secondary);
  padding: 5px;
  border-radius: 30rem;
  border: 2px solid #fff;
}

.fixedEnquire {
  position: fixed;
  top: 300px;
  right: -43px;
  transform: rotate(-90deg);
  background: var(--secondary);
  color: var(--light);
  padding: 10px 20px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  z-index: 100;
  border: 2px solid #fff;
}

.fixedctabtn {
  position: fixed;
  bottom: 35px;
  right: 35px;
  /* background-color: #ffff; */
  padding: 7px 10px !important;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  font-size: 15px !important;
  line-height: 22px;
}

.fixedctabtn span {
  font-weight: 600;
  color: #262626;
}

.fixedctaimg img {
  width: 45px;
  height: auto;
  /* border: 2px solid #fff; */
}

.fillBtn {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #efd49e;
  background: #191919;
  color: var(--light);
  /* border-radius: 30rem; */
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 666;
  /* border: 1px solid var(--primary); */
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 200px; */
}

.fillBtn:hover {
  background: var(--primary);
  color: var(--dark);
  border-bottom: 2px solid var(--dark);
}

.goldenFillBtn {
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  border-bottom: 2px solid #1e1e1e;
  background: radial-gradient(
      131.89% 70.21% at -16.24% -9.82%,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(25, 25, 25, 0) 100%
    ),
    radial-gradient(173.8% 39.33% at 87.93% 233.04%, #efd49e 0%, #efd49e 100%),
    radial-gradient(
      131.89% 70.21% at -16.24% -9.82%,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(217, 166, 121, 0) 100%
    ),
    radial-gradient(173.8% 39.33% at 87.93% 233.04%, #191919 0%, #191919 100%);
  padding: 6px 20px;
  color: #191919;
  font-size: 1.125rem;
  display: inline-flex;
  justify-content: center;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  text-transform: capitalize;
}

.goldenFillBtn:hover {
  background: var(--secondary);
  color: var(--primary);
  border: 2px solid var(--primary);
}

.blackFillBtn {
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  border-bottom: 2px solid var(--primary);
  background: radial-gradient(
      90.09% 95.35% at 4.89% -16.96%,
      rgba(239, 212, 158, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    radial-gradient(218.87% 89.65% at 70.69% 260.71%, #efd49e 0%, #191919 100%);
  padding: 6px 20px;
  color: var(--primary);
  font-size: 1.25rem;
  display: inline-flex;
  justify-content: center;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.blackFillBtn:hover {
  background: var(--primary);
  color: var(--secondary);
  border: 2px solid var(--secondary);
}

.fillBtn .arw2 {
  display: none;
}

.fillBtn:hover .arw2 {
  display: flex;
}

.fillBtn:hover .arw1 {
  display: none;
}

.outlineBtn {
  padding: 9px 20px;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  color: var(--primary);
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 666;
  border-radius: 30rem;
  border: 1px solid var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 250px; */
}

.outlineBtn:hover {
  background: var(--primary);
  color: var(--light);
}

.outlineBtn .arw1 {
  display: none;
}

.outlineBtn:hover .arw1 {
  display: flex;
}

.outlineBtn:hover .arw2 {
  display: none;
}

/* ---------------------------------------------------------- */

/* navbar */

.navbarsection {
  padding: 15px;
}

#hiddenNavbar .navbarsection {
  padding: 0px;
}

#hiddenNavbar {
  background-color: var(--secondary);
  padding: 15px;
  /* border-radius: 0 0 25px 25px; */
  box-shadow: rgba(255, 255, 255, 0.24) 0px 3px 8px;
}

img.navIcon {
  width: 35px;
  height: auto;
}

.scrollNavbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 999;

  /* hidden state */
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;

  /* smooth transition */
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.scrollNavbar.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

#hiddenNavbar .navIcon {
  filter: invert(1) !important;
}

#hiddenNavbar .goldenFillBtn:hover .navIcon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%)
    hue-rotate(116deg) brightness(109%) contrast(109%) !important;
}

#banner .fillBtn:hover .navIcon {
  filter: brightness(0) saturate(100%) invert(0%) sepia(42%) saturate(0%)
    hue-rotate(23deg) brightness(101%) contrast(102%);
}

.thankYouSection .navbarsection {
  box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.3);
  background-color: var(--secondary);
}

.navphonetext {
  padding-left: 5px;
  padding-right: 3px;
  font-size: 16px;
}

.logoimg {
  width: 250px;
  height: auto;
}

.navwrapper {
  display: flex;
}

.logo1wrap,
.logo2wrap {
  /* padding: 0 20px 0 0; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 240px; */
}

.cotactwrapper {
  display: flex;
}

.contact1wrap,
.contact2wrap {
  /* margin: 0 10px; */
  display: flex;
  align-items: center;
}

.contact1wrap .navphonetext {
  color: var(--light) !important;
  text-decoration: none !important;
}

.contact2wrap .navphonetext {
  /* color: #fff !important; */
}

.contactbtn1 img {
  width: 20px;
}
.contactbtn2 img {
  width: 25px;
}

.contactbtn1,
.contactbtn2 {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.contact2wrap {
  border-radius: 1.5rem;
  /* background: linear-gradient(90deg, #307bc4 0%, #bc3d3d 100%); */
  padding: 7px 18px;
}

.bgSetup {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* ---------------------------------------------------------- */

/* marquee Section */

.marquee {
  overflow: hidden;
  white-space: nowrap;
  background: transparent;
  background-color: var(--primary);
  color: var(--light);
  padding: 10px;
}

.marquee-content {
  display: inline-flex;
  animation: scroll 12s linear infinite;
}

.marquee .item {
  display: flex;
  align-items: center;
  padding-right: 40px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-40%);
  }
}

/* marquee Section */

.bannesection {
  background: url("../images/banner/bannerBg.jpg");
  /* height: 100dvh; */
}

.usp-card {
  background: #a59473de;
  padding: 10px;
}

.bannerwrap {
  background: #f2f1ef;
}

.bannerwrap .inputfield {
  border: 2px solid rgb(171 171 171) !important;
  padding: 16px !important;
  background: #e6e5e3 !important;
  color: #4f4f4f;
}

.banner-form {
  background: #a59473de;
  padding: 15px;
}

.pageSubtitleWrap {
  font-family: var(--Queen);
  color: var(--secondary);
  font-size: 20px;
}

.bannerContent p {
  font-size: 14px;
}

.bannerIcon {
  width: 55px;
  height: 55px;
}

.bannerContentIconWrap {
  margin: 10px 0;
}

.chipBtn {
  border-radius: 30px;
  background: #ededff;
  color: var(--primary);
  display: inline-block;
  padding: 5px 20px;
}

.bannerStudentImgWrap {
  position: relative;
}

.bannerStudent {
  position: absolute;
  height: auto;
  width: 490px;
  left: -70px;
}

.bannerFeatureCard {
  display: flex;
  align-items: center;
}

.bannerFeatureImg {
  background: rgba(25, 25, 25, 0.8);
  padding: 14px 12px;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.bannerFeatureText {
  background: var(--card-color);
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.lineHighlightText {
  position: relative;
}

.lineHighlightText::after {
  /* content: url("../images/elements/ele1.svg"); */
  content: "";
  background: url(../images/elements/ele1.svg) no-repeat center center / cover;
  position: absolute;
  width: 46%;
  height: 65%;
  bottom: -12px;
  left: 0;
  z-index: -1;
  background-size: 100% 100%;
}

.herosection {
  background: url("../images/banner/gridBg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ---------------------------------------------------------- */

/* why choose section */

.sectionSubtitle {
  font-size: 2.1rem;
  color: var(--secondary);
  font-family: var(--Daddy-Rewind);
}

.whyChooseSection,
.productSection {
  background: url("../images/banner/whyBg.jpg") no-repeat center/cover;
}

.whyChooseImgWrap {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
  position: relative;
}

.whyFeatureImg {
  background: var(--secondary);
  padding: 14px 12px;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.whyFeatureText {
  background: #eaeaea;
  color: var(--secondary);
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  text-transform: capitalize;
}

.whyChooseImgWrap img {
  width: 80%;
  height: auto;
}

.whyChooseImgWrap {
  position: relative;
}

.videowrap1 {
  position: absolute;
  top: 10.2%;
  left: 25.5%;
}

.videowrap2 {
  position: absolute;
  top: 31%;
  left: 62.2%;
}

.videoWrap {
  width: auto;
  height: 25vw;
}

/* ---------------------------------------------------------- */

/* benefit section */

.benefitSection {
  background: var(--secondary);
}

.kitchenCardWrap {
  background: var(--light);
  padding: 8px;
}

.chipsWrap {
  display: flex;
  row-gap: 10px;
}

.chip {
  display: inline-block;
  border-radius: 1000px;
  border: 1px solid rgba(217, 213, 160, 0.7);
  background: linear-gradient(
    270deg,
    rgba(217, 213, 160, 0.2) 0%,
    rgba(217, 213, 160, 0.1) 50%,
    rgba(217, 213, 160, 0.2) 100%
  );
  padding: 5px 10px !important;
  font-size: 15px;
}

/* ----------------------------------------------------------------------- */

/* dream kitchen section */

.dreamKitchenSection {
  background: var(--secondary);
}

.lineBg {
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background: linear-gradient(
    270deg,
    rgba(42, 42, 42, 0.5) 0%,
    rgba(239, 212, 158, 0.5) 30.33%,
    rgba(239, 212, 158, 0.5) 68.77%,
    rgba(42, 42, 42, 0.5) 100%
  );
}

.stepCardWrap {
  padding: 20px;
  position: relative;
}

.stepCardHead {
  text-transform: uppercase;
}

.stepCardText {
  text-wrap: balance;
}

.stepCount {
  font-size: 8rem;
  line-height: 9rem;
  text-align: center;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2);
}

.rightBorder {
  border-right: 1px solid var(--primary);
  height: 55%;
}

.topBorder {
  border-top: 1px solid var(--primary);
}

/* ----------------------------------------------------------------------- */

/* kitchen strength section */

.spacewoodStrengthSection {
  background: linear-gradient(
      312deg,
      rgba(217, 213, 160, 0) 64.31%,
      rgba(217, 213, 160, 0.18) 104.84%
    ),
    #f7f7f7;
}

.strengthCardWrap {
  position: relative;
  border-bottom: 10px solid var(--primary);
}

.strengthCardTextWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: var(--light);
  padding: 15px 0;
  font-weight: 600;
}

.strengthCardTextWrap h4 {
  text-align: center;
  font-size: 2rem;
}

/* ---------------------------------------------------------- */

/* about section */

.aboutSection {
  background: linear-gradient(
      312deg,
      rgba(217, 213, 160, 0) 64.31%,
      rgba(217, 213, 160, 0.18) 104.84%
    ),
    #f7f7f7;
}

.aboutSection .container {
  background: url("../images/banner/ctaBg.jpg") no-repeat center/cover;
}

/* ---------------------------------------------------------- */

/* pan india section */

.panIndiaCardWrap .col-lg-3 {
  height: 140px;
  width: 23%;
  margin-right: 10px;
  display: flex;
  align-items: end;
  position: relative;
}

.centerCard {
  padding: 15px;
  display: block;
}

.card1,
.card3 {
  background: #efd49e;
  color: #191919;
  font-weight: 600;
  font-size: 14px;
}

.card2,
.card4 {
  background: #191919;
  color: var(--light);
  font-weight: 600;
  font-size: 14px;
}

.centerCard h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 6px !important;
  position: relative;
  z-index: 10;
}

.card1 .countWrap,
.card3 .countWrap {
  position: absolute;
  z-index: 5;
  bottom: 24px;
  left: 31px;
  opacity: 0.3;
  background: radial-gradient(
    40.82% 91.32% at 3.72% 52.51%,
    #efd49e 11.52%,
    #c8ad79 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-size: 4.1rem;
  font-weight: 700;
}

.card2 .countWrap,
.card4 .countWrap {
  opacity: 0.1;
  background: radial-gradient(
    40.82% 91.32% at 3.72% 52.51%,
    rgba(255, 255, 255, 0) 11.52%,
    #fff 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  position: absolute;
  z-index: 5;
  bottom: 24px;
  left: 31px;
  font-size: 4.1rem;
  font-weight: 700;
}

.panIndiaCardWrap {
  margin: 30px 0 0 12px;
}

/* ---------------------------------------------------------- */

/* form section */

.panIndiaFormWrap {
  background: #2a2a2a;
  box-shadow: 0 -2px 0 0 #d9d5a0 inset;
}

.formHeadWrap p {
  text-align: center;
  color: var(--light);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* ---------------------------------------------------------- */

/*  section */

/* ---------------------------------------------------------- */

/*  section */

/* ---------------------------------------------------------- */

/*  section */

/* ---------------------------------------------------------- */

/*  section */

/* ---------------------------------------------------------- */

/*  section */

/* ---------------------------------------------------------- */

/* Modal */

.modal-content {
  background: transparent !important;
  border: none !important;
}

.modal-header {
  border: none !important;
}

.modal-body {
  position: relative;
}

.popupModalCloseBtn {
  position: absolute;
  top: 3px;
  right: 15px;
}

.btn-close {
  filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%)
    hue-rotate(82deg) brightness(106%) contrast(109%) !important;
  opacity: 1 !important;
}

/* ---------------------------------------------------------- */

/* footer */
.footercontentwrap {
  background: var(--dark);
}

.footimg {
  width: 20px !important;
  height: auto;
  margin: 0 5px 0 10px;
}

.foottext {
  font-size: 14px !important;
  line-height: 20px;
  margin-bottom: 0 !important;
  text-wrap: balance;
}

/* faq section */

.faqSection {
  background: url("../images/banner/whyBg.jpg") no-repeat center/cover;
}

.accordion-button::after {
  background: url("../images/icon/plus.svg") !important;
}

.accordion-item:first-of-type {
  border-top-left-radius: unset !important;
  border-top-right-radius: unset !important;
}

.accordion-button:not(.collapsed)::after {
  background: url("../images/icon/minus.svg") !important;
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion {
  background: transparent !important;
}

button.accordion-button {
  padding: 25px 30px 20px 30px;
}

.accordion-body {
  background-color: var(--light);
  padding: 0 20px 30px 28px !important;
  font-size: 14px;
  color: var(--gray);
  border-radius: 0 0 10px 10px;
}

.faqhead {
  font-size: 17px;
  font-weight: 600;
  color: var(--secondary);
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: unset !important;
}

.accordion-button:not(.collapsed) {
  background: transparent !important;
  box-shadow: unset !important;
}

.accordion-item {
  margin: 20px 0;
  /* border-radius: 10px;  */
  /* border-bottom: 1px solid #6b68eb !important;
  border-right: 1px solid #6b68eb !important;
  border-left: 1px solid #6b68eb !important; */
  border-top: none !important;
  background-color: transparent !important;

  border-left: 6.681px solid #efd49e;
  background: linear-gradient(260deg, #fff -37.44%, #fff 60.89%);
  box-shadow: 0 5.568px 16.704px 0 rgba(131, 99, 0, 0.06);
}

.accordion-header,
.accordion-button {
  background-color: var(--light) !important;
  /* border: 1px solid #c3e4e8; */
  /* border-radius: 10px; */
}

.accordion-header {
  /* border-top: 1px solid #6b68eb; */
}

.accordion-button:not(.collapsed) {
  background-color: var(--light) !important;
  /* border-radius: 10px 10px 0 0; */
}

.accordion-button::after {
  width: 28px !important;
  height: 28px !important;
}

.accordion-button:not(.collapsed)::after {
  transform: unset !important;
  transition: all 0.2s ease;
}

.faqCard {
  /* border-radius: 1.8rem; */
  padding: 15px;
  background: url("../images/banner/faqBg.jpg");
  /* border: 1px solid rgba(107, 104, 235, 0.3); */
}

.faqCard img {
  border-radius: 10px;
}

.faqHeadText {
  font-family: var(--funnel-display);
  text-align: center;
  font-size: 25px;
  font-weight: 600 !important;
  margin-top: 15px !important;
}

/*  */

/* footer */

.footersection {
  background-color: #000;
}

.accordion-button::after {
  background: url("../images/icon/plus.svg") !important;
}

.accordion-button:not(.collapsed)::after {
  background: url("../images/icon/minus.svg") !important;
}

.ctabtnwrap a {
  position: fixed;
  bottom: 4%;
  right: 6%;
  border-radius: 0.5rem;
  background: #85cfd5;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding: 10px 15px;
  box-shadow: 0px 4px 50px 0px rgba(164, 230, 235, 0.8);
  z-index: 9999;
}

/* togglewrap */

/* mobilefeature */
.featureboxwrap {
  display: none;
  border-radius: 0.75rem;
  /* border: 1px solid #000; */
  background: linear-gradient(90deg, #f58f8f 0%, #cb6059 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
}

.mobnavtext {
  font-size: 18px;
  color: #000;
  font-weight: 800;
}

/* thank you section */

body.thankYouSection {
  background: #f8f8ff;
}

.fascilityCarousel .item {
  display: flex;
  justify-content: center;
}

/* form Data */

.bannerUpperFormWrap {
  padding: 8px;
  border: 2px solid var(--primary);
  background: transparent;
  border-radius: 18px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* height: 87%; */
  width: 88%;
}

.bannerFormContentWrap {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 999;
}

.modal-body {
  display: flex;
  justify-content: center;
  background-color: transparent !important;
}

.modal-body .bannerFormContentWrap {
  width: 90%;
}

.bannerFormHead {
  /* background: var(
    --Radial,
    radial-gradient(69.94% 74.85% at -13.28% -35.34%, #031f42 0%, #6b68eb 100%)
  ); */
  background: var(--primary);
  backdrop-filter: blur(10px);
  text-align: center;
  padding: 15px 0px;
}

.bannerFormWrap {
  /* border-radius: 16px; */
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  background: #faecf5;
  padding: 20px 15px;
  border-radius: 0 0 20px 20px;
}

.mobileBannerForm {
  display: flex;
  justify-content: end;
}

.bannerFormHead .formtitle {
  color: #fff;
  font-family: var(--Outfit);
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.herosection {
  position: relative;
  /* margin-bottom: 80px; */
  /* padding-bottom: 80px !important; */
}

.form-group {
  padding: 15px 0;
  width: 100%;
}

.newFormWrap {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

form label {
  font-size: 13px;
}

.inputfield {
  color: #000;
  background: #fff;
  /* border: 1px solid #dddcff !important; */
}

select.inputfield::placeholder,
.inputfield::placeholder {
  color: #a7a7a7;
}

.selectPlaceholder {
  color: #7c7675 !important;
}

option {
  color: #000;
}

.inputfield {
  width: 100%;
  padding: 8px;
  border: none;
  /* background: transparent; */
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
  /* border-radius: 10px; */
  /* background: #fff; */
  color: #fff;
  font-size: 14px;
}

.labelinput {
  color: #274760;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.form-control {
  font-size: 14px;
}

/* .banner-form input {
  border-radius: 1.875rem !important;
  border: 1px solid rgba(48, 123, 196, 0.5);
  width: 100% !important;
} */

.formSubmitBtn {
  width: 97%;
  font-weight: 500;
  border: none;
}

p.errortext {
  color: red;
  padding-left: 8px !important;
  font-size: 12px;
  margin-top: 8px !important;
  letter-spacing: 0.5px;
  display: none;
}

.mobileFixedCta {
  display: none;
  background: var(--secondary);
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
}

.p-1 {
  padding: 2px !important;
}

.whatsIcon {
  width: 30px;
  height: auto;
}

.formTerms {
  font-size: 11px;
  color: var(--gray);
}

.formBtnWrap {
  width: 95%;
  border: 2px solid transparent;
}

.enquirePopupModalWrap .formBtnWrap {
  width: 100% !important;
  border: 2px solid transparent;
}

/* ---------------------------------------------------------- */

/* review carousel */

.reviewCard {
  border-right: 6px solid #efd49e;
  background: linear-gradient(145deg, #fcfcfc 1.93%, #fcfcfc 103.32%);
  box-shadow: 0 6.036px 20.12px -7.963px rgba(57, 48, 133, 0.06);
  padding: 15px 20px;
  height: 325px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.starImg {
  width: 150px !important;
  height: auto;
  padding: 15px 0;
}

.reviewText {
  font-size: 15px;
}

.reviewPos {
  font-size: 11px;
}

/* ---------------------------------------------------------- */

/* products section */

.productHead {
  font-size: 1.5rem;
  font-weight: 600;
}

.productContentWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--primary);
  padding: 10px;
}

/* ---------------------------------------------------------- */

/* media query */

@media only screen and (max-width: 1200px) {
}

/* ---------------------------------------------------------- */

@media only screen and (max-width: 992px) {
  .sectionpad {
    padding: 40px 0;
  }

  .ctaSection .marquee {
    padding: 35px 0;
  }

  /* ---------- */

  .cont_form {
    background: #fff !important;
    padding: 13px 30px 20px !important;
  }

  .did-floating-label-content input,
  select {
    border: 1px solid rgba(0, 0, 0, 0.4) !important;
    background: rgba(42, 42, 42, 0.05) !important;
    color: #000 !important;
  }

  .label-content {
    color: #242424 !important;
    margin-top: 15px !important;
  }
}

/* ---------------------------------------------------------- */

@media only screen and (max-width: 768px) {
  .mobileView {
    display: block;
  }

  .desktopView {
    display: none !important;
  }

  .usp-card .bannerFeatureCard {
    margin: 10px 0 !important;
  }

  .bannerFormHead .formtitle {
    font-size: 17px;
  }

  button.accordion-button {
    padding: 14px;
  }

  p {
    font-size: 14px;
  }

  .sectionpad {
    padding: 40px 0;
  }

  .sectionpadtop {
    padding-top: 40px;
  }

  .sectionpadbottom {
    padding-bottom: 40px;
  }

  /* hero banner section */

  .navbarsection {
    padding: 15px 5px;
  }

  .herosection {
    margin-top: 370px;
  }

  .bannesection {
    background: url("../images/banner/mobBannerBg.jpg");
    height: 940px;
    position: relative;
  }

  .herosection {
    /* margin-top: 370px; */
    position: absolute;
    bottom: 30px;
  }

  a.goldenFillBtn {
    font-size: 13px;
    padding: 7px 11px;
  }

  .bannerFeatureImg {
    width: 50px;
    height: 50px;
  }

  .bannerFeatureText {
    height: 50px;
  }

  .pageTitle {
    font-size: 29px;
  }

  p {
    font-size: 16px;
  }

  .sectionTitle {
    font-size: 24px;
    /* text-align: center; */
  }

  .desktopFixedCta {
    display: none;
  }

  /* ------------------ */

  .fillBtn {
    font-size: 14px;
    padding: 10px;
  }

  .outlineBtn {
    font-size: 14px;
    padding: 10px 15px;
  }

  /* --------------------------- */

  .lineHighlightText::after {
    width: 85%;
  }

  /* --------------------------- */

  .pageSubtitle {
    font-size: 24px;
  }

  .sectionTitle {
    font-size: 24px;
  }

  .sectionSubtitle {
    font-size: 20px;
  }

  .whyChooseImgWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
  }

  a.blackFillBtn {
    font-size: 15px;
  }

  .videowrap1 {
    position: absolute;
    top: 8.2%;
    left: 15.5%;
  }

  .videowrap2 {
    position: absolute;
    top: 30%;
    left: 52.2%;
  }

  .whyChooseImgWrap {
    margin-top: 30px;
  }

  .videoWrap {
    width: auto;
    height: 56vw;
  }

  .topBorder {
    border-top: unset;
  }

  .rightBorder {
    border-right: unset;
  }

  img.navTriggerImg {
    width: 40px;
  }

  /* --------------------------- */

  .stepCardHead,
  .stepCardText,
  .stepCount {
    text-align: left !important;
  }

  .stepCount {
    position: absolute;
    bottom: 70px;
    left: 14px;
  }

  .stepCount.stepCard2 {
    bottom: 45px;
  }

  .stepCardHead {
    margin-bottom: 20px !important;
  }

  .dreamKitchenSection .col-lg-4 {
    position: relative;
    margin-top: 70px;
  }

  .whyFeatureText {
    padding: 0 10px;
    text-wrap: balance;
  }

  section#about {
    margin: 20px;
  }

  .panIndiaFormWrap .row {
    row-gap: 15px;
  }

  .productHead {
    font-size: 18px;
    font-weight: 600;
  }

  .faqhead {
    font-size: 15px;
  }

  .formBtnWrap,
  .formSubmitBtn {
    width: 100%;
    border: 2px solid transparent;
  }

  .mobileFixedCta {
    display: block;
  }

  .footercontentwrap {
    margin-bottom: 45px;
  }

  .panIndiaCardWrap .col-lg-3 {
    width: 44% !important;
    margin: 10px;
  }

  #hiddenNavbar {
    padding: 15px 0px;
  }

  .reviewCard {
    height: auto;
  }

  img.navIcon {
    width: 29px;
    height: auto;
  }

  .fixedctabtn {
    position: fixed;
    bottom: 65px;
    right: 5px;
  }
}

/* ---------------------------------------------------------- */

@media only screen and (max-width: 576px) {
  .logoimg {
    width: 180px;
    height: auto;
  }

  .ctaSection .marqueeWrap {
    position: absolute;
    top: 115px;
  }

  .fillBtn {
    padding: 5px 12px;
    font-size: 14px;
  }

  .outlineBtn {
    font-size: 13px;
  }

  .navbarsection .container {
    /* border-radius: 50px; */
    /* background: rgba(255, 255, 255, 0.75); */
    /* filter: blur(13px); */
    /* padding: 8px; */
  }

  .logo1wrap,
  .logo2wrap {
    /* padding: 0 20px 0 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
  }

  .fixedctaimg img {
    width: 45px;
    height: auto;
  }
}

/* ---------------------------------------------------------- */

@media only screen and (max-width: 500px) {
}

@media only screen and (max-width: 450px) {
}

@media only screen and (max-width: 400px) {
}

#pageloader {
  background: rgba(34, 34, 34, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

.loading-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-wrap img {
  width: 125px;
}

/* new form css */

/*  */
.contact_box1 {
  /* box-shadow: 0 -2px 0 0 #D9D5A0 inset;  */
  /* width: 32%; */
  /* padding: 10px; */
  /* background: rgba(239, 212, 158, 0.3); */
}

.contact_box1 .cont_form {
  background: var(--light);
  padding: 13px 15px 20px;
}

.contact_box1 .label-content {
  color: #242424;
  margin-top: 15px;
}

.contact_box1 .did-floating-label-content input,
.contact_box1 select {
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: rgba(42, 42, 42, 0.05);
  color: #000;
}

.contact_box1 .input-group-text {
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: rgba(42, 42, 42, 0.05);
  color: #242424;
}

.contact_box1 .form-control:focus,
.contact_box1 .form-select:focus {
  color: #000 !important;
}

.contact_box1 .did-floating-label-content input::placeholder {
  color: var(--dark) !important;
}

.contact_box1 select {
  color: #000;
}

.contact_box1 .custom-input {
  color: #000;
}

/*  */

/* Contact start */

.section__contact {
  width: 100%;
  padding: 50px 0;
}

.contact_box {
  box-shadow: 0 -2px 0 0 #d9d5a0 inset;
}

.contact_title {
  background: #2a2a2a;
  padding: 20px 0 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.cont_form {
  background: #242424;
  padding: 13px 0 20px;
}

.contact_title h2 {
  font-family: var(--google);
  font-weight: 500;
  font-size: 20px;
  color: var(--light);
  text-align: center;
  margin: 0;
}

/*  */
.did-floating-label-content input,
select {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0;
  padding: 0.375rem 0.75rem !important;
  color: #fff;
}

.did-floating-label-content input::placeholder {
  color: var(--light);
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.4);
  background-color: transparent;
  /* color: #fff !important; */
}

.input-group-text {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0;
  color: #fff;
}

.label-content {
  font-family: var(--google);
  font-weight: 500;
  font-size: 14px;
  color: var(--light);
  margin-bottom: 15px;
}

.btnPrimary {
  border-bottom: 1.5px solid #1e1e1e;
  background: radial-gradient(
      131.89% 70.21% at -16.24% -9.82%,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(25, 25, 25, 0) 100%
    ),
    radial-gradient(173.8% 39.33% at 87.93% 233.04%, #efd49e 0%, #efd49e 100%),
    radial-gradient(
      131.89% 70.21% at -16.24% -9.82%,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(217, 166, 121, 0) 100%
    ),
    radial-gradient(173.8% 39.33% at 87.93% 233.04%, #191919 0%, #191919 100%);
  width: max-content;
  color: #191919;
  padding: 0.55rem 1.25rem;
  font-family: var(--google);
  font-weight: 500;
  font-size: 16px;
}

/* contact end */

@media only screen and (max-width: 992px) {
  /* ---------- */

  .cont_form {
    background: #fff !important;
    padding: 13px 30px 20px !important;
    border: 1px solid #efd49e;
  }

  .did-floating-label-content input,
  select {
    border: 1px solid rgba(0, 0, 0, 0.4) !important;
    background: rgba(42, 42, 42, 0.05) !important;
    color: #000 !important;
  }

  .label-content {
    color: #242424 !important;
    margin-top: 15px !important;
  }

  .input-group-text {
    color: #000 !important;
  }

  .input-group-text {
    border: 1px solid rgba(0, 0, 0, 0.4);
    background: rgba(42, 42, 42, 0.05);
    color: #242424;
  }

  .custom-input {
    color: #000 !important;
  }

  .did-floating-label-content input::placeholder {
    color: #000;
    opacity: 1; /* Optional: makes color fully visible */
  }
}

.panIndiaFormWrap #cta-form {
  /* background: var(--light); */
}

.panIndiaFormWrap #cta-form .form-control:focus {
  color: var(--light) !important;
}

@media only screen and (max-width: 992px) {
  .panIndiaFormWrap #cta-form .form-control:focus {
    color: var(--dark) !important;
  }
}
