h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Unbounded", sans-serif !important;
}
body {
  font-family: "Work Sans", sans-serif;
}
h2 {
  font-size: 34px !important;
  line-height: 48px !important;
  font-family: "Unbounded", sans-serif !important;
  color: #000 !important;
  font-weight: 500 !important;
}
.navbar-toggler {
  margin-left: auto !important;
}
/** section 2 code**/
section.pricing-section-02 {
  padding: 0px 0px;
}
section.pricing-section-02 h2 {
  font-size: 34px !important;
  line-height: 48px !important;
  font-family: "Unbounded", sans-serif;
  color: #000;
  font-weight: 500;
}
.home-design-tagline {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  font-family: Work Sans;
}
.home-design {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}
.home-design .content {
  position: relative;
}
.home-design img {
  width: 80%;
  padding-bottom: 5%;
}
.pricing-section-02 .content h4 {
  line-height: 48px;
  color: #000;
  font-family: Unbounded;
  font-size: 24px;
  font-weight: 500;
}
.content.steps_wrap p {
  max-width: 290px;
  margin: 0 auto;
  color: #000;
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 400;
}
.home-design .content.steps_wrap:after {
  content: "";
  background: var(--wpr-bg-a5573e16-599e-47c0-8988-86a41e417dfc);
  background-size: contain;
  height: 80px;
  width: 88px;
  position: absolute;
  right: -56px;
  top: 110px;
  background-repeat: no-repeat;
  background-position: center;
}
.home-design .col-md-4:last-child .content::after {
  display: none;
}
.wobble-ani {
  position: relative;
  padding-right: 50px !important;
  transition: 0.8s;
}
.common_a {
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #ee4b6e;
  color: #ffffff;
  text-decoration: none;
}
.button-tagline {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0px;
  padding-top: 10px;
}
.mt-50 {
  margin-top: 50px;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
/** section 2 code ends**/
/*Recent blog posts start */
.section_recent_blogs {
  background-image: var(--wpr-bg-5c8a91dd-2873-4546-9952-c6f4f68d30c2);
  background-size: cover;
}
.section_recent_blogs .blog-card {
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s;
  height: 100%;
}
.section_recent_blogs .blog-card:hover {
  transform: translateY(-5px);
}
.section_recent_blogs .badge-custom {
  font-size: 0.75rem;
  padding: 0.35em 0.6em;
  border-radius: 0.4rem;
  font-weight: bold;
}
.section_recent_blogs .badge-yellow {
  background-color: #ffea00 !important;
  color: #000 !important;
}
.section_recent_blogs .badge-pink {
  background-color: #f3c6d3 !important;
  color: #000 !important;
}
.section_recent_blogs .badge-orange {
  background-color: #ffa726 !important;
  color: #fff !important;
}
.section_recent_blogs .card-body h5 {
  font-family: "Unbounded", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 135%;
}
.section_recent_blogs .card-body h5 a {
  text-decoration: none !important;
  color: #0e0e29 !important;
}
.section_recent_blogs .card-text {
  font-size: 16px;
}
.section_recent_blogs .read-link {
  font-weight: 600;
  color: #3b3b3b !important;
  text-decoration: underline !important;
}
.section_recent_blogs .blog-card .card-img-top {
  height: 230px;
  object-fit: cover;
  object-position: top center;
  padding: 5px;
  border-radius: 15px;
}
.section_recent_blogs .card-body {
  padding: 15px;
}
/* .section_recent_blogs .section-title {
  font-weight: 700;
  font-size: 2rem;
} */
.section_recent_blogs .blog-card .card-img-top img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
@media (max-width: 992px) {
  .section_recent_blogs .read-link {
    font-size: 14px;
  }
  .section_recent_blogs .card-text {
    font-size: 14px;
  }
  .section_recent_blogs .card-body h5 {
    line-height: 115%;
  }
  .section_recent_blogs .col-md-4 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .section_recent_blogs .blog-card .card-img-top {
    height: 185px;
  }
}
@media (max-width: 768px) {
  .section_recent_blogs .blog-card .card-img-top {
    height: auto;
  }
  .section_recent_blogs .col-md-4 {
    margin-bottom: 15px;
  }
  .section_recent_blogs h2 {
    font-size: 23px !important;
    width: auto !important;
  }
  section.pricing-section-02 {
    padding: 0px 0;
  }
}
/*Recent blog posts ends*/

section.floorplan-sec {
  background: linear-gradient(
    135deg,
    rgba(255, 252, 248, 1) 30%,
    rgba(215, 200, 184, 1) 45%
  );
  padding: 80px 0px 0px;
}
.logo-banner img {
  max-width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}
.floorplan-inner {
  color: #000000;
  max-width: 750px;
  text-align: center;
  margin: 0 auto;
}
.btn-primary {
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #ee4b6e;
  color: #fff;
  border-color: #ee4b6e;
  text-decoration: none;
}
.btn-primary:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
  border-color: #000;
}
.btn-primary.hover-white:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
  border-color: #fff;
}
.btn-primary.hover-white:hover img {
  filter: brightness(0);
}
.btn-primary img {
  width: 19.182px;
  height: 12px;
}
.wobble-ani {
  position: relative;
  padding-right: 50px !important;
  transition: 0.8s;
}
.wobble-ani:hover {
  padding-right: 24px !important;
  padding-left: 50px !important;
}
.wobble-ani:hover img {
  right: calc(100% - 40px);
}
.wobble-ani img {
  border-radius: 50%;
  position: absolute;
  transition: 0.5s;
  right: 15px;
  animation: wobble 1s ease infinite;
}
.star-logo img {
  max-width: 100px;
}
.Review-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
}
.Review-outer img {
  max-width: 100px;
}
.Review-outer span {
  color: #000000;
}
@media (min-width: 1200px) {
  span.spanH2,
  .price-top-left h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Unbounded", sans-serif;
  }
}
span.spanH2 {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 500;
  line-height: 1.2;
  font-family: "Unbounded", sans-serif;
}

.price-top-left h3 {
  /* font-size: calc(1.325rem + 0.9vw); */
  font-weight: 500;
  line-height: 1.2;
  font-family: "Unbounded", sans-serif;
}
/****************/
section.benefits-sec {
  background-image: var(--wpr-bg-46cb3b8f-7f40-48e5-8ea5-52ee1b058041);
  padding: 50px 0px;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.about-outer {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.right-img {
  position: relative;
  width: 50% !important;
  right: -5%;
  float: right;
}
.right-img img {
  max-width: 100%;
}
.about-outer > .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.left-content {
  text-align: left;
}

.headings1 {
  max-width: 550px;
  margin: 0 auto;
}
.benefits-outer {
  text-align: center;
}
.benefit-box {
  border-radius: 8px;
  background: #fff;
  padding: 30px;
  box-shadow: 0px 2px 12px 2px rgba(196, 196, 196, 0.3);
  text-align: left;
  min-height: 320px;
}
.benefit-detail h5::before,
.benefit-detail h3::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background: #ee4b6e;
  bottom: 0;
}
.benefit-detail h5,
.benefit-detail h3 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
}
.right-steps img {
  max-width: 100%;
}
.steps-sec {
  padding: 60px 0px;
}
.left-steps > .step-text {
  color: rgba(0, 0, 0, 0.4);
}
.left-steps p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  font-family: Work Sans;
}
.left-steps.pe-lg-5 h4.mb-3,
.left-steps.pe-lg-5 h3.mb-3 {
  font-size: calc(1.275rem + 0.3vw);
}
.heading2 {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
.heading2 h2 {
  font-size: 34px;
}
.heading2 > h2 > span::after {
  content: "";
  background: #fbac18;
  position: absolute;
  top: -5px;
  bottom: -2px;
  left: -5px;
  right: -5px;
  z-index: -1;
  transform: skew(0deg, -1deg) translate(0px, 3px);
}
.heading2 > h2 > span {
  color: #000;
  position: relative;
  display: inline-block;
}

.explore-sec {
  background-image: var(--wpr-bg-ebb3908a-1490-4a43-84d9-5db71dbb9016);
  padding: 60px 0px;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.explore-feature-outer {
  color: #fff;
}
ul.explore-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
ul.explore-list li {
  position: relative;
  padding-left: 35px;
}
ul.explore-list li::before {
  content: "";
  position: absolute;
  background-image: var(--wpr-bg-2ee11c39-99ff-46cc-a7b2-3473eeb2a94d);
  height: 20px;
  width: 20px;
  background-size: contain;
  left: 0;
}
section.plancreator-sec {
  background: #cab8ff;
  padding: 60px 0px 50px;
}
.headings3 {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}
.plancreator-sec .headings3 > h2 {
  max-width: 750px;
  margin: 0 auto 0.5rem;
}
.planbox-outer {
  border-radius: 8px;
  padding: 30px;
  background: #fff;
}
.planbox-outer h5 {
  font-size: 18px;
  font-weight: 600;
}
section.template-sec {
  background-image: var(--wpr-bg-0c082049-34e6-4d76-85bd-ce1112fe1b00);
  padding: 60px 0px;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.template_img img {
  max-width: 100%;
}
.template_inn {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.14);
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.template_desc h2 {
  margin: 0;
  font-size: 16px;
}
.template_desc {
  padding: 20px;
}
section.price-sec {
  padding: 60px 0px;
}
.price-outer {
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 20px 0px;
  display: flex;
  align-items: flex-start;
  max-width: 800px;
  margin: 0 auto;
}
ul.price-list {
  padding: 0;
  display: flex;
  gap: 12px;
  flex-direction: column;
  margin: 0;
}
ul.price-list li {
  position: relative;
  list-style: none;
  padding-left: 30px;
}
ul.price-list li::before {
  content: "";
  background-image: var(--wpr-bg-92efa8f7-0563-4553-83bb-fd2220799178);
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
}
.price-left {
  border-right: 1px solid rgba(95, 95, 95, 0.2);
  height: 100%;
}
.price-top-left-outer {
  border-bottom: 1px solid rgba(95, 95, 95, 0.2);
  padding: 20px;
}
.price-bottom-left-outer,
.price-right-outer {
  padding: 20px;
}
.price-right h5,
.price-right h3 {
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
}

.price-right > h5,
.price-right > h3 {
  font-weight: 600;
}
.price-top-left > p {
  font-weight: 700;
  line-height: normal;
}
.price-bottom-left ul.price-list li {
  font-weight: 600;
}
.price-bottom-left h2,
.price-bottom-left h3 {
  color: #ee4b6e;
  font-weight: bold;
  font-size: 48px;
}
.price-bottom-left h2 span,
.price-bottom-left h3 span {
  color: #000;
  font-weight: 400;
  font-size: 12px;
}
.price-top-left small {
  font-weight: 500;
  color: #0e0e29;
  font-size: 14px;
}
.faq-sec {
  padding: 40px 0px 60px;
}

.faq-inner .accordion .accordion-item {
  border: 1px solid #e5eaf4 !important;
  margin-bottom: 10px;
  border-radius: 4px;
}
.faq-inner .accordion .accordion-item button.accordion-button {
  border-radius: 4px;
  background: #fff;
  border-bottom: none;
  box-shadow: none;
  color: #0e0e29;
  font-size: 18px;
  font-weight: 600;
}
.faq-inner .accordion .accordion-item .accordion-body {
  padding-top: 0;
}
.faq-inner .accordion .accordion-item .accordion-button::after {
  background-image: var(--wpr-bg-7428bdb1-983a-4aee-9829-b007078688c1);
  height: 24px;
  width: 24px;
  background-size: 24px;
}
.faq-inner .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: var(--wpr-bg-b8153f72-ec26-4f78-b427-8e256a5e7c34);
}
.design-sec {
  background-image: var(--wpr-bg-8f180aef-7014-4f5d-90a8-1e75d0e88168);
  padding-top: 68px;
  padding-bottom: 68px;
  background-size: cover;
}
.design_right img {
  max-width: 100%;
}
.design_left,
.design_left h2 {
  color: #fff;
}
.btn.btn-white {
  background: #ffffff;
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: 600;
}
.btn.btn-white:hover,
.btn.btn-white:focus {
  background: #ee4b6e;
  color: #fff;
  border-color: #ee4b6e;
}
.design_left > p {
  font-size: 18px;
}
.slide-wrap img {
  max-width: 100%;
}

/*************/
.slide-wrap .swiper-container {
  width: 100%;
  position: relative;
}
.slide-wrap .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.slide-wrap .swiper-slide {
  font-size: 100px;
  text-align: center;
  line-height: 100vh;
  font-weight: 900;
}

.slide-wrap
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0;
  margin-right: 20px;
}
.slide-wrap .swiper-pagination-bullet {
  position: relative;
  width: 33.33%;
  margin: 0 !important;
  height: auto;
  text-align: left;
  border-radius: 0;
  opacity: 1;
  margin-right: 20px;
  background-color: transparent;
  border-right: 1px solid #525977;
}
.slide-wrap .swiper-pagination-bullet em {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  background: #2c3454;
  width: 100%;
  display: inline-block;
  padding: 30px;
  font-style: normal;
  font-family: "Unbounded", sans-serif;
}
.slide-wrap .swiper-pagination-bullet i {
  position: absolute;
  bottom: 88px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 10px;
  background-color: #525977;
}
.slide-wrap .swiper-pagination-bullet b {
  position: absolute;
  bottom: 88px;
  left: 0;
  z-index: 2;
  width: 0;
  height: 10px;
  background-color: #fff;
}
.slide-wrap .swiper-pagination-bullet-active {
  background-color: transparent;
}
.slide-wrap .swiper-pagination-bullet-active.swiper-pagination-bullet em {
  background-color: #09133d;
}
.slide-wrap .swiper-pagination-bullet-active b {
  animation-name: countingBar;
  animation-duration: 3s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

.slide-wrap .swiper-paused .swiper-pagination-bullet b {
  animation-play-state: paused;
}

@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.slide-wrap .swiper-horizontal > .swiper-pagination-bullets,
.slide-wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.slide-wrap .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0 !important;
}
.slide-wrap .swiper-autoheight .swiper-wrapper {
  padding-bottom: 95px;
}
.slide-wrap .swiper-slide iframe,
.slide-wrap .swiper-slide video,
.slide-wrap .swiper-slide img {
  max-height: 640px;
  height: 640px;
  min-height: 640px;
}
.slide-wrap .swiper-slide img {
  width: 100%;
  object-fit: cover;
}

/*************************/
.Slider_sec {
  border-radius: 0;
  background: #cab8ff;
  padding: 60px 0;
  overflow: hidden;
}
.Slider_sec .section_7_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.Slider_sec h2 {
  color: #000;
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin: 0;
  margin-bottom: 16px;
  width: 685px;
  flex-shrink: 0;
}
.Slider_sec .swiper-wrapper {
  display: flex;
  align-items: center;
  height: auto;
}
.Slider_sec .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 700px;
  border-radius: 15px;
  height: auto;
}
.Slider_sec .swiper-slide .content {
  text-align: left;
}
.Slider_sec .swiper-wrapper .test {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.Slider_sec .test img {
  float: left;
  width: 40%;
  object-fit: cover;
  object-position: top;
  border-radius: 15px 0 0 15px;
}
.Slider_sec .testimonial-img {
  height: 380px;
}
.Slider_sec .contents {
  max-height: 380px;
  overflow: hidden;
  flex: 0 0 60%;
  padding: 20px;
}
.Slider_sec .contents p.content {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: initial;
  position: relative;
  left: 0;
  top: 0;
  height: 285px;
  overflow: auto;
}
.Slider_sec .quatation {
  float: none;
  margin-right: 8px;
  border-radius: 0 !important;
}
.Slider_sec .bottom-title {
  position: relative;
  width: 100%;
  overflow-wrap: break-word;
  padding: 20px 0;
  margin-bottom: 0;
  left: 0;
  text-align: left;
}
.Slider_sec .bottom-title .name {
  color: #000;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px;
  position: relative;
  margin: 0;
}

.Slider_sec .mob-banner,
.only-mobile {
  display: none;
}

.Slider_sec .swiper-horizontal > .swiper-pagination-bullets,
.Slider_sec .swiper-pagination-bullets.swiper-pagination-horizontal,
.Slider_sec .swiper-pagination-custom,
.Slider_sec .swiper-pagination-fraction {
  bottom: 16px;
  line-height: 0;
}
.Slider_sec
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.Slider_sec
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 24px;
  border-radius: 4px;
  height: 4px;
}
.Slider_sec .swiper-button-prev,
.Slider_sec .swiper-rtl .swiper-button-next,
.Slider_sec .swiper-button-next,
.Slider_sec .swiper-rtl .swiper-button-prev {
  height: 36px;
}
.Slider_sec .swiper-button-next,
.Slider_sec .swiper-rtl .swiper-button-prev {
  right: 40%;
}
.Slider_sec .swiper-button-next,
.Slider_sec .swiper-rtl .swiper-button-prev,
.Slider_sec .swiper-button-prev,
.Slider_sec .swiper-rtl .swiper-button-next {
  bottom: 0;
  top: initial;
}
.Slider_sec .swiper-button-next:after,
.Slider_sec .swiper-button-prev:after {
  font-size: 11px;
  color: #686879;
}
.Slider_sec .swiper-button-prev,
.Slider_sec .swiper-rtl .swiper-button-next {
  left: 40%;
  right: auto;
}
.Slider_sec .swiper {
  height: auto;
  padding: 20px 0 60px;
  width: initial;
}
.Slider_sec .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #686879;
}

/*Pricing - Section - 05 Save Big */
.pricing-section-05.masonry-section {
  background: var(--wpr-bg-b2a07355-95d8-479f-802f-6f713ab234c8);
}
.masonry-section > div:first-child {
  padding: 70px 0 50px;
  /* width: 48%; */
}
.carousel-container {
  height: max-content;
  margin: 0 auto;
  max-width: 80%;
  padding-bottom: 50px;
}

.carousel-container .fold_4_slider {
  margin-left: -12%;
  margin-right: -12%;
}

.carousel-container .fold_4_slider .slick-list {
  padding-left: 25% !important;
  padding-right: 25% !important;
}

.carousel-container .fold_4_slider .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.carousel-container .fold_4_slider .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}

.carousel-container .fold_4_slider .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.carousel-container .fold_4_slider .slick-snext,
.carousel-container .fold_4_slider .slick-sprev,
.carousel-container .fold_4_slider .slick-snext2,
.carousel-container .fold_4_slider .slick-sprev2 {
  display: block;
}

.carousel-container .fold_4_slider .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}

.carousel-container .fold_4_slider .slick-snext {
  opacity: 1;
  transform: translate3d(10%, 0, -10px);
  z-index: 1;
  perspective: 1000px;
}

.carousel-container .fold_4_slider .slick-snext2 {
  opacity: 1;
  transform: translate3d(20%, 0, -20px);
  z-index: 0;
  perspective: 1000px;
}

.carousel-container .fold_4_slider .slick-sprev {
  opacity: 1;
  transform: translate3d(-10%, 0, -10px);
}

.carousel-container .fold_4_slider .slick-sprev2 {
  opacity: 1;
  transform: translate3d(-20%, 0, -20px);
}
/* Center-aligned circular buttons */
.custom-nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  padding: 20px 0; /* ✅ This gives it height */
}
.custom-nav-container .slick-prev,
.custom-nav-container .slick-next {
  position: static !important;
  top: auto !important;
  transform: none !important;
  padding: 0;
}
.custom-arrow::before {
  display: none !important;
}
.custom-arrow {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  border: 2px solid #ccc !important;
  background-color: #fff !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  cursor: pointer;
  transition: border-color 0.3s, background-color 0.3s;
}

.custom-arrow:hover {
  border-color: #000 2 !important;
  background-color: #f2f2f2 !important;
}

.custom-arrow svg {
  width: 16px;
  height: 16px;
  stroke: #333;
}
/* ===================== Responsive Breakpoints ===================== */

@media (max-width: 1200px) {
  .carousel-container .fold_4_slider {
    margin-left: -8%;
    margin-right: -8%;
  }

  .carousel-container .fold_4_slider .slick-list {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  .carousel-container .fold_4_slider .slick-snext {
    transform: translate3d(8%, 0, -8px);
  }

  .carousel-container .fold_4_slider .slick-snext2 {
    transform: translate3d(16%, 0, -16px);
  }

  .carousel-container .fold_4_slider .slick-sprev {
    transform: translate3d(-8%, 0, -8px);
  }

  .carousel-container .fold_4_slider .slick-sprev2 {
    transform: translate3d(-16%, 0, -16px);
  }
}

@media (max-width: 768px) {
  .carousel-container .fold_4_slider {
    margin-left: -5%;
    margin-right: -5%;
  }

  .carousel-container .fold_4_slider .slick-list {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  .carousel-container .fold_4_slider .slick-snext {
    transform: translate3d(5%, 0, -5px);
  }

  .carousel-container .fold_4_slider .slick-snext2 {
    transform: translate3d(10%, 0, -10px);
  }

  .carousel-container .fold_4_slider .slick-sprev {
    transform: translate3d(-5%, 0, -5px);
  }

  .carousel-container .fold_4_slider .slick-sprev2 {
    transform: translate3d(-10%, 0, -10px);
  }
}

@media (max-width: 480px) {
  .carousel-container {
    max-width: 95%;
    padding-bottom: 60px;
  }

  .carousel-container .fold_4_slider {
    margin-left: 0;
    margin-right: 0;
  }

  .carousel-container .fold_4_slider .slick-list {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .carousel-container .fold_4_slider .slick-snext,
  .carousel-container .fold_4_slider .slick-snext2,
  .carousel-container .fold_4_slider .slick-sprev,
  .carousel-container .fold_4_slider .slick-sprev2 {
    transform: none;
    opacity: 0;
  }

  .carousel-container .fold_4_slider .slick-current {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 23px !important;
    line-height: normal !important;
  }
  .Slider_sec .test img,
  .Slider_sec .swiper-button-next,
  .Slider_sec .swiper-button-prev,
  .Slider_sec .swiper-pagination {
    display: none;
  }
  .Slider_sec img.quatation {
    display: block;
    float: none;
  }
  .Slider_sec .swiper-wrapper .bottom-title {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-bottom: 0;
  }
  .Slider_sec .bottom-title img.only-mobile {
    min-width: 50px;
  }
  .Slider_sec .bottom-title img.only-mobile {
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
  }
  .Slider_sec .swiper-wrapper .name {
    padding: 0;
    margin-left: 0;
  }
  .Slider_sec .contents p.content {
    color: #0e0e29;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .Slider_sec .swiper-wrapper .contents p.content {
    height: auto;
    padding: 0;
  }
  .Slider_sec .swiper-wrapper .test .contents {
    max-height: inherit;
    flex: 0 0 100%;
  }
  .Slider_sec .swiper-slide {
    width: 80%;
    margin-right: 15px !important;
  }
  section.Slider_sec h2 {
    font-size: 24px;
    line-height: 32px;
  }
  section.Slider_sec .swiper {
    margin-left: 0;
    padding: 0;
  }
  .Slider_sec {
    padding: 40px 0;
  }
}
/***************************/

@media (max-width: 1200px) {
  body,
  p {
    font-size: 14px;
  }
  .benefit-box,
  .planbox-outer {
    padding: 20px;
  }
  .design-sec {
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .benefit-box {
    min-height: 250px;
  }
  .planbox-outer h5 {
    font-size: 16px;
  }
  .planbox-outer {
    min-height: 130px;
  }
  .faq-inner .accordion .accordion-item button.accordion-button {
    font-size: 16px;
  }
  .about-outer {
    padding: 40px 0px;
  }
  .slide-wrap .swiper-pagination-bullet em {
    padding: 30px 16px;
    font-size: 14px;
  }
  .slide-wrap .swiper-slide iframe,
  .slide-wrap .swiper-slide video,
  .slide-wrap.swiper-slide img {
    max-height: 350px;
    height: 350px;
    min-height: 350px;
  }
  section.price-sec {
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .about-outer > .container {
    position: static;
  }
  .right-img {
    float: none;
    left: auto;
    margin: 0 auto 20px;
    right: auto;
  }
  .about-outer {
    padding: 0;
  }
  .benefits-outer {
    padding-top: 0;
  }
  section.benefits-sec {
    padding: 40px 0px 30px;
  }
  .benefit-box {
    min-height: auto;
  }
  .left-steps {
    text-align: center;
  }

  section.template-sec,
  section.benefits-sec {
    background-attachment: fixed;
  }
  .price-bottom-left h2,
  .price-bottom-left h3 {
    font-size: 34px;
  }
  .design_left,
  .left-content {
    text-align: center;
  }
  .steps-sec {
    padding: 40px 0px;
  }
  .left-steps p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: Work Sans;
  }
  .features-detail {
    flex-direction: column;
  }
  .heading2 h2 {
    font-size: 24px;
  }
  .slide-wrap .swiper-slide iframe,
  .slide-wrap .swiper-slide video,
  .slide-wrap .swiper-slide img {
    max-height: 300px;
    height: 300px;
    min-height: 300px;
  }
}
@media (max-width: 576px) {
  .slide-wrap .swiper-pagination-bullet em {
    padding: 30px 10px;
    font-size: 9px;
    font-weight: normal;
  }
  .price-bottom-left,
  .price-right,
  .price-top-left {
    padding: 10px;
  }
  ul.price-list li:before {
    height: 16px;
    width: 16px;
    background-size: contain;
  }
  ul.price-list li {
    padding-left: 20px;
    font-size: 12px;
  }
  .price-right > h5,
  .price-right > h3 {
    font-size: 14px;
  }
  .price-top-left h2 {
    font-size: 18px;
  }
  .price-bottom-left h2,
  .price-bottom-left h3 {
    font-size: 24px;
  }
  .btn-primary {
    padding: 12px 10px;
    font-size: 12px;
  }
  ul.price-list {
    gap: 5px;
  }
}

/**********************/
footer.block-footer {
  padding: 50px 0 30px;
}
.block-footer {
  text-align: center;
}
footer.block-footer .image-block {
  padding: 0 0 30px;
}
.menu-items ul.menu {
  padding: 0;
}
.text-center {
  text-align: center !important;
}
.menu li {
  display: inline;
  min-width: 100px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #3f3a3b;
  text-align: center;
}
.block-footer .menu-items .menu li {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #3f3a3b;
  padding: 15px;
}
.menu li a,
.terms-and-conditions a {
  color: #3f3a3b;
}
.social-media-icons {
  width: 250px;
  margin: auto;
  padding: 20px;
}
.social-media-icons span {
  display: flex;
  justify-content: space-between;
}
.terms-and-conditions,
.copyrights {
  padding: 20px;
  font-weight: 200;
  font-size: 15px;
  line-height: 21px;
  color: #454545;
}
.menu li a,
.terms-and-conditions a {
  color: #3f3a3b;
}
.desktop-only-inline {
  display: inline-block;
}
footer .copyrights {
  padding: 0;
}
.copyrights {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #6d58c3;
}

@media (max-width: 576px) {
  .block-footer ul.menu {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
/*****************/
.navbar-nav > li {
  margin-left: 20px;
}
ul.dropdown-menu {
  fill: #fff;
  stroke-width: 1px;
  stroke: #ededed;
  border: none;
  margin-top: 10px;
  box-shadow: 0 -6px 35px rgba(0, 0, 0, 0.175);
  top: 35px;
}
.dropdown-menu li {
  padding: 10px;
  width: 240px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin: 10px;
}
.dropdown-menu li:last-child {
  border-bottom: none;
}
.dropdown-menu li a {
  text-decoration: none;
}

@media (max-width: 991px) {
  .nav.navbar-nav > li {
    margin: 0;
    text-align: left;
    margin-bottom: 5px;
  }
}
/*************/
.logo-banner {
  text-align: center;
}
a {
  text-decoration: none;
}
section.why-sec {
  background: #ffd357;
  padding: 50px 0px;
}
.headings2 {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
.headings2 p {
  color: #343434;
}
.why_left .accordion,
.why_left .accordion .accordion-item {
  background: transparent;
  border: none;
}
.why_left .accordion-header button.accordion-button {
  background: transparent;
  padding: 15px 0 15px;
  border: none !important;
  box-shadow: none;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  display: flex;
  gap: 10px;
}

.why_left .accordion-body {
  padding: 0;
  margin-bottom: 15px;
}
.why_left .accordion-header button.accordion-button::after {
  display: none;
}
.why_left .accordion .accordion-item {
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.why_left .accordion .accordion-item:last-child {
  border-bottom: none;
}
.why_left .accordion-header button.accordion-button > span {
  display: inline-block;
}
.why_left .accordion-header button.accordion-button > span img {
  max-width: 20px;
}
.why_left h2.accordion-header,
.why_left h3.accordion-header {
  font-size: calc(1.325rem + 0.9vw);
}
.right-why img {
  width: 100%;
}
section.mistakes-sec {
  background-image: var(--wpr-bg-c6a1ada1-bdff-448d-a7eb-2ff920b4e863);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px;
}
.mistakes-inn h2 {
  color: #ffffff;
}
.mistakes-inn {
  color: #ffffff;
  max-width: 400px;
}
.mistakes-box {
  background: #fff;
  padding: 35px 28px;
  border-radius: 8px;
}
.mistakes-box h4,
.mistakes-box h3 {
  font-size: 18px;
}
.mistakes-box p {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .mistakes-inn h2 {
    font-size: 20px;
  }
  .mistakes-box {
    padding: 25px 20px;
  }
  .mistakes-box h4,
  .mistakes-box h3 {
    font-size: 16px;
  }
  .mistakes-inn {
    max-width: 100%;
  }
  .why_left .accordion-header button.accordion-button {
    font-size: 14px;
  }
  .left-steps p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: Work Sans;
  }
  section.floorplan-sec {
    padding: 50px 0 0;
  }
}

.social-media-icons span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.benefit-box .icn img {
  width: auto;
  height: 60px;
  object-fit: contain;
  max-height: 60px;
}

@media (max-width: 576px) {
  .price-bottom-left-outer,
  .price-right-outer {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .homeDesignModal .modal-content {
    position: absolute !important;
  }
}
.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3100;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  height: 100%;
}
.modal-content iframe {
  height: 100%;
}
section.Slider_Testimonial_New {
  background: #ffd357;
  padding: 60px 0px;
}
.right_slider {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
}
.right_slider .swiper-pagination {
  top: 0;
  left: auto;
  bottom: auto;
  text-align: right;
}
.right_slider .swiper-button-next,
.right_slider .swiper-button-prev {
  bottom: 0;
  top: auto;
  height: 48px;
  width: 48px;
  border: 1px solid #343434;
  border-radius: 100px;
}
.right_slider .swiper-button-next:after,
.right_slider .swiper-button-prev:after {
  font-size: 18px;
  color: #000;
}
.right_slider .swiper-button-prev {
  left: auto;
  right: 70px;
}
.swiper-pagination-bullet-active {
  background: #7f7f7f;
}
.quote_static h2 {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 700;
}
.testimonial_info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial_info img {
  height: 60px;
  object-fit: cover;
  width: 60px;
  border-radius: 100px;
  object-position: top;
  min-width: 60px;
  min-height: 60px;
}
.testimonial_person_name {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  font-family: Work Sans;
}
.testimonial_message {
  font-size: 20px;
  font-weight: 700;
  max-width: 80%;
  line-height: 40px;
  color: #000;
  font-family: Work Sans;
}
.testimonial_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  height: 100%;
  grid-template-rows: auto 1fr auto;
}
.right_slider .swiper-slide {
  height: auto;
}
.quote > img {
  max-width: 45px;
}

@media (max-width: 991px) {
  .testimonial_message {
    max-width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
  .right_slider .swiper-button-next,
  .right_slider .swiper-button-prev {
    height: 40px;
    width: 40px;
  }
  .right_slider .swiper-button-prev {
    right: 60px;
  }
  .right_slider .swiper-button-next:after,
  .right_slider .swiper-button-prev:after {
    font-size: 14px;
  }
  .testimonial_info img {
    height: 50px;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
  }
  .testimonial_info {
    max-width: calc(100% - 100px);
  }
  .testimonial_person_name {
    font-size: 14px;
  }
}
