@charset "UTF-8";
@font-face {
  font-family: "ClassyVogue";
  src: url("../webfonts/classyvogueregular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  color: #66575F;
  font: 400 1rem/1.6 "Inter", sans-serif;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: var(--bs-dark);
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

h1 {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "ClassyVogue", sans-serif;
  color: #2D041B;
  line-height: 1.2;
}

h2 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "ClassyVogue", sans-serif;
  color: #2D041B;
  line-height: 1.15;
  margin-bottom: 15px;
}

h3 {
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "ClassyVogue", sans-serif;
  color: #2D041B;
}

h4 {
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "ClassyVogue", sans-serif;
  color: #2D041B;
}

h5 {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "ClassyVogue", sans-serif;
  color: #2D041B;
}

h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "ClassyVogue", sans-serif;
  color: #2D041B;
}

p {
  font: 400 1rem/1.6 "Inter", sans-serif;
  margin-bottom: 1.25rem;
  color: #66575F;
}

.btn {
  font: 500 1.105rem/1.2 "Inter", sans-serif;
  padding: 6px 25px;
  min-height: 48px;
  border-radius: 0px;
  text-transform: capitalize;
  color: #2D041B;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-primary {
  background-color: #2D041B;
  color: #fff;
  border: 1px solid #2D041B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.btn-primary:hover {
  background-color: #000;
  color: #fff;
  border-color: #2D041B;
}

.btn-white {
  background-color: #fff;
  color: #2D041B;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.btn-white:hover {
  background-color: #2D041B;
  color: #fff;
  border-color: #2D041B;
}

h1 span, h2 span {
  color: #F4C561;
  font-family: "Comforter", cursive;
  letter-spacing: 1.5px;
}

.wrapper {
  overflow: hidden;
}

.fullwidth {
  position: relative;
  margin-left: 50%;
  width: 100vw;
  max-width: 100vw;
  clear: both;
}

body.overflow-none > .wrapper {
  overflow: unset;
}

button {
  border: 0;
  background: none;
}
button:focus {
  border-color: none;
  box-shadow: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul.list {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
}

ul.list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 16px;
}

ul {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}

ul li {
  position: relative;
  padding-left: 0px;
  margin-bottom: 5px;
  font-size: 16px;
}

ul.tab-list {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
}

ul.tab-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
  font-size: 16px;
}

ul.tab-list li:before {
  content: "\f00c";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: 1px;
}

ul.list2 {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
}

ul.list2 li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #fff;
}

ul.list2 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 14px;
  background: url(../images/list2.png) center center no-repeat;
  background-size: contain;
}

.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-padding-top {
  padding-top: 5rem;
}

.section-padding-bottom {
  padding-bottom: 5rem;
}

.spacer {
  height: 80px;
  display: block;
  width: 100%;
}

.card {
  margin: 0;
  padding: 0;
}
.card .card-header, .card .card-body {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

input:focus {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* Owl Carousel */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  outline: none !important;
  margin: 0;
  border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next {
  right: -5%;
  background: url(../images/next.png) center center no-repeat !important;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -5%;
  background: url(../images/prev.png) center center no-repeat !important;
}

.owl-carousel .owl-dots {
  display: flex;
  align-items: start;
  margin-left: 10px;
}
.owl-carousel .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.9529411765);
  margin: 4px;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #2D041B;
}

.tab-pane {
  transition: opacity 0.4s ease-in;
}

.star-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.star-rating li {
  display: inline-block;
}
.star-rating li i {
  font-size: 14px;
  color: #fff;
}

.accordion-button {
  display: flex; /* Ensure flexbox is used (default in Bootstrap 5) */
  align-items: center; /* Vertically align items */
  gap: 0.5rem; /* Add some space between the icon and text */
}

.accordion-button::after {
  order: -1; /* Move the pseudo-element (icon) to the start of the flex container */
  margin-left: 0 !important; /* Remove default left margin */
  margin-right: 0.5rem; /* Add right margin for spacing */
}

/*	------ HEADER PART ------  */
header .right-area {
  display: none !important;
}

/*	Sticky Header  */
.main-banner-section .header.fix {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 3px 0;
  z-index: 999;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  background: rgb(134, 36, 92);
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}
.main-banner-section .header.fix .container > .row {
  align-items: center !important;
}
.main-banner-section .header.fix .logo img {
  max-width: 50px;
}
.main-banner-section .header.fix .right-area {
  display: flex !important;
  margin: 0;
}
.main-banner-section .header.fix .right-area .btn {
  font-size: 14px;
  padding: 5px 15px;
  min-height: 35px;
}
.main-banner-section .header.fix .right-area .call i {
  font-size: 16px;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.main-banner-section {
  position: relative;
  width: 100%;
}
.main-banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(90deg, rgb(134, 36, 92) 0%, rgba(255, 255, 255, 0) 70%);
}
.main-banner-section .banner-image-area {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-banner-section .banner-image-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
.main-banner-section .header {
  padding: 15px 0;
  position: relative;
  z-index: 4;
}
.main-banner-section .header .logo img {
  max-width: 120px;
}
.main-banner-section .header .right-area {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 15px;
}
.main-banner-section .header .right-area .call {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-banner-section .header .right-area .call i {
  font-size: 26px;
}
.main-banner-section .banner-area-wrapper .banner-area {
  max-width: 750px;
  position: relative;
  z-index: 2;
  padding: 100px 0 180px;
}
.main-banner-section .banner-area-wrapper .banner-area h1 {
  font-size: 5.5rem;
  line-height: 1.02;
  color: #fff;
  margin-bottom: 25px;
}
.main-banner-section .banner-area-wrapper .banner-area p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 35px;
}

.dual-button-area {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 15px;
}
.dual-button-area .call {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dual-button-area .call i {
  font-size: 26px;
}

.marque-section {
  background: #fff;
  padding: 10px 0;
  overflow: hidden;
}
.marque-section .marquee-wrap {
  overflow: hidden;
  width: 100%;
}
.marque-section .marquee-content {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  animation: marque-scroll 20s linear infinite;
}
.marque-section .marquee-content ul {
  display: inline-flex;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
}
.marque-section .marquee-content ul li {
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  white-space: nowrap;
}
.marque-section:hover .marquee-content {
  animation-play-state: paused;
}

.info-section {
  background: linear-gradient(180deg, #f6f6f6 0%, #fff 40%);
  padding: 60px 0;
}
.info-section .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.info-section .info-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.info-section .info-box h4 {
  font-size: 2.5rem;
  color: #2D041B;
  margin-bottom: 10px;
}
.info-section .info-box p {
  font-size: 14px;
  color: #0B0D14;
  margin-bottom: 0;
}

.deserve-section .heading-area {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
.deserve-section .heading-area h2 {
  margin-bottom: 30px;
}
.deserve-section .heading-area p {
  font-size: 16px;
  color: #66575F;
  margin-bottom: 0;
}
.deserve-section .content-part {
  background: url(../images/bg1.jpg) center 68% no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.deserve-section .content-part .content-area {
  width: 500px;
  margin-left: auto;
}
.deserve-section .content-part .content-area ul {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding: 50px 0 50px 80px;
  position: relative;
  margin-bottom: 25px;
}
.deserve-section .content-part .content-area ul::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 9px;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
}
.deserve-section .content-part .content-area ul li {
  flex: 0 0 100%;
  color: #fff;
  position: relative;
  font-family: "ClassyVogue", sans-serif;
  font-size: 1.3rem;
  line-height: 1.25;
}
.deserve-section .content-part .content-area ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -75px;
  width: 50px;
  height: 10px;
  background: url(../images/list1.png) center center no-repeat;
  background-size: contain;
}
.deserve-section .content-part .content-area ul li:nth-child(odd)::before {
  transform: scaleX(-1);
  left: -72px;
}
.deserve-section .content-part .content-area a.btn {
  margin-left: 80px;
}

.enhancement-section .heading-area {
  margin-bottom: 50px;
}
.enhancement-section .content-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 0px;
}
.enhancement-section .image-area {
  position: relative;
}
.enhancement-section .image-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 220px);
  height: calc(100% - 220px);
  background: #fff;
  z-index: 1;
  border-radius: 50%;
}
.enhancement-section .image-area::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: 30%;
  background: url(../images/logo.png) center center no-repeat;
  background-size: contain;
  z-index: 2;
}
.enhancement-section .image-area:hover {
  animation-play-state: paused;
}
.enhancement-section .image-area .image-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  border-radius: 50%;
  overflow: hidden;
  animation: rotate 40s linear infinite;
}
.enhancement-section .image-area .image-wrap img {
  width: 100%;
}

.why-choose-section {
  background: linear-gradient(180deg, #f7ddbd 0%, #fbd8b0 100%);
}
.why-choose-section .first-row .content-area h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row;
}
.why-choose-section .first-row .content-area h2 strong {
  font-weight: 500;
}
.why-choose-section .content-area h2 {
  margin-bottom: 30px;
}
.why-choose-section .content-area h2 span {
  color: #2D041B;
  font-size: 110%;
}
.why-choose-section .content-area h2 + p {
  margin: 40px 0 40px;
}
.why-choose-section .image-box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.why-choose-section .image-box-wrapper .image-box {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 30px;
}
.why-choose-section .image-box-wrapper .image-box .lf {
  width: 80px;
  flex: 0 0 80px;
}
.why-choose-section .image-box-wrapper .image-box .lf img {
  max-width: 60px;
}
.why-choose-section .image-box-wrapper .image-box .rt {
  flex: 1 0 0;
}
.why-choose-section .image-box-wrapper .image-box .rt h5 {
  font-size: 1.5rem;
  margin-bottom: 2px;
}
.why-choose-section .image-box-wrapper .image-box .rt p {
  font-size: 15px;
  margin-bottom: 0;
}

.meet-section {
  background: url(../images/bg2.png) right center no-repeat #eee7dc;
  background-size: auto 100%;
}
.meet-section .content-area h2 {
  margin-bottom: 30px;
}
.meet-section .content-area h4 {
  font-size: 1.25rem;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #eeeeee 0%, #fff 100%);
  padding: 10px 18px;
  padding-right: 50px;
  border-radius: 10px 46px 46px 10px;
  display: inline-block;
}
.meet-section .content-area ul {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 10px 0 20px;
}
.meet-section .content-area ul li {
  position: relative;
  font-size: 16px;
  color: #2D041B;
  opacity: 0.8;
}
.meet-section .content-area ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -25px;
  width: 15px;
  height: 1px;
  background: #2D041B;
}
.meet-section .content-area h6 {
  margin-bottom: 25px;
}

.steps-section {
  background: url(../images/bg3.jpg) left center no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.steps-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(43, 11, 26, 0.95) 0%, rgba(43, 11, 26, 0) 100%);
  z-index: 2;
}
.steps-section .heading-area {
  margin-left: auto;
  max-width: 415px;
  position: relative;
  z-index: 3;
}
.steps-section .heading-area h2 {
  color: #fff;
  margin-bottom: 40px;
}
.steps-section .heading-area h2 span {
  color: #fff;
  margin-left: -15%;
}
.steps-section .heading-area h2 strong {
  font-weight: 500;
}
.steps-section .step-area-wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
  padding: 50px 0px 50px 60px;
  z-index: 2;
}
.steps-section .step-area-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../images/line.png) center center no-repeat;
  background-size: contain;
}
.steps-section .step-area-wrap .step-box {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 50px;
}
.steps-section .step-area-wrap .step-box * {
  color: #fff;
}
.steps-section .step-area-wrap .step-box .lf h3 {
  font-size: 4.2rem;
  margin-bottom: 0px;
}
.steps-section .step-area-wrap .step-box .rt h5 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.steps-section .step-area-wrap .step-box .rt p {
  font-weight: 400;
  margin-bottom: 0px;
  opacity: 0.8;
}

.expectation-section .grid-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 40px 0 0;
}
.expectation-section .grid-area .image-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.expectation-section .grid-area .image-box h4 {
  font-size: 1.5rem;
  margin-bottom: 0px;
}
.expectation-section .grid-area .image-box p {
  font-size: 16px;
  margin-bottom: 0px;
}
.expectation-section .dual-button-area {
  justify-content: center;
  margin-top: 40px;
}
.expectation-section .dual-button-area .call a {
  color: #2D041B;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
}
.expectation-section .dual-button-area .call a i {
  color: #2D041B;
}

.trusted-section {
  background: url(../images/bg4.jpg) center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.trusted-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 11, 26, 0.75);
  z-index: 2;
}
.trusted-section .heading-area {
  margin-bottom: 50px;
  position: relative;
  z-index: 3;
}
.trusted-section .heading-area h2 {
  color: #fff;
  margin-bottom: 30px;
}

.faq-section .heading-area {
  margin-bottom: 50px;
}
.faq-section .faq-list {
  max-width: 900px;
  margin: 0 auto;
}
.faq-section .accordion-item {
  background-color: #fff;
  border: 1px solid rgba(45, 4, 27, 0.15);
  border-radius: 30px;
  margin-bottom: 18px;
  overflow: hidden;
}
.faq-section .accordion-header {
  margin: 0;
}
.faq-section .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  padding: 1.25rem 2rem;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  text-align: left;
  font: 500 1.15rem/1.3 "ClassyVogue", sans-serif;
  color: #2D041B;
}
.faq-section .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #2D041B;
  box-shadow: none;
}
.faq-section .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.faq-section .accordion-button::after {
  order: 1;
  flex-shrink: 0;
  width: auto;
  height: auto;
  margin: 0;
  background-image: none;
  content: "+";
  font: 300 1.75rem/1 "Inter", sans-serif;
  color: #2D041B;
  transform: none;
}
.faq-section .accordion-button:not(.collapsed)::after {
  content: "−";
}
.faq-section .accordion-body {
  padding: 0 2rem 1.5rem;
  font-size: 0.95rem;
  color: #66575F;
}

.contact-section {
  background-color: #2D041B;
}
.contact-section .content-area h2 {
  color: #fff;
  margin-bottom: 20px;
}
.contact-section .content-area > p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 480px;
  margin-bottom: 25px;
}
.contact-section .content-area .info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 10px;
}
.contact-section .content-area .info-list li {
  position: relative;
  padding-left: 20px;
  color: #fff;
  font-size: 15px;
}
.contact-section .content-area .info-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.contact-section .form-box {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 45px;
}
.contact-section .form-box h3 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 10px;
}
.contact-section .form-box > p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  margin-bottom: 30px;
}
.contact-section .form-box button[type=submit] {
  margin-top: 10px;
}
.contact-section .form-group {
  display: grid;
}
.contact-section .form-group label {
  grid-row: 1;
  display: block;
  color: #fff;
  font: 500 0.9rem/1.3 "Inter", sans-serif;
  margin-bottom: 8px;
}
.contact-section .form-group .form-control {
  grid-row: 2;
  grid-column: 1;
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 0px;
  border: 0;
  outline: none;
  padding: 12px 18px;
  font: 400 0.95rem/1.4 "Inter", sans-serif;
  color: #fff;
}
.contact-section .form-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.contact-section .form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.contact-section .form-group .form-control.select-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 40px;
  cursor: pointer;
}
.contact-section .form-group .form-control.select-control option {
  color: #2D041B;
}
.contact-section .form-group i {
  grid-row: 2;
  grid-column: 1;
  justify-self: end;
  align-self: center;
  margin-right: 18px;
  color: #fff;
  font-size: 12px;
  pointer-events: none;
}

.footer-section {
  background: linear-gradient(180deg, #f7ddbd 0%, #fbd8b0 100%);
  padding: 25px 0;
}
.footer-section p {
  color: #2D041B;
  font-size: 14px;
  margin: 0;
}

/* ============ Keyframe Animation ============ */
@keyframes marque-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ============ RESPONSIVE CSS ============ */
@media only screen and (min-width: 1400px) {
  .gx-xxl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .meet-section {
    background-size: auto 150%;
    background-position: 100% 20%;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
@media only screen and (min-width: 1800px) {
  .container {
    max-width: 1400px;
  }
  html {
    font-size: 16px;
  }
}
/* =========== MAX WIDTH =============== */
@media screen and (min-device-width: 1400px) and (max-device-width: 1599px) {
  .container {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1399px) {
  .enhancement-section .image-area::after {
    width: 20%;
    height: 20%;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .section-padding-top {
    padding-top: 4rem;
  }
  .section-padding-bottom {
    padding-bottom: 4rem;
  }
  h1 {
    font-size: 3.4rem;
  }
  h2 {
    font-size: 2.75rem;
  }
  h3 {
    font-size: 2.25rem;
  }
  h4 {
    font-size: 2rem;
  }
  .main-banner-section .header .logo img {
    max-width: 100px;
  }
  .main-banner-section .header .container > .row {
    align-items: center !important;
  }
  .main-banner-section .banner-area-wrapper .banner-area {
    max-width: 100%;
    padding: 70px 0 130px;
  }
  .main-banner-section .banner-area-wrapper .banner-area h1 {
    font-size: 3.4rem;
  }
  .enhancement-section .image-area::before {
    width: calc(100% - 200px);
    height: calc(100% - 200px);
  }
  .info-section .row {
    gap: 20px;
  }
  .info-section .info-box h4 {
    font-size: 2rem;
  }
  .deserve-section .content-part .content-area {
    width: 100%;
    max-width: 500px;
  }
  .why-choose-section .image-box-wrapper {
    gap: 20px;
  }
  .why-choose-section .image-box-wrapper .image-box {
    gap: 20px;
  }
  .steps-section .heading-area {
    max-width: 100%;
  }
  .steps-section .step-area-wrap {
    padding: 40px 0px 40px 50px;
    gap: 45px;
  }
  .steps-section .step-area-wrap .step-box .lf h3 {
    font-size: 3.2rem;
  }
  .expectation-section .grid-area {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 25px;
  }
  .trusted-section {
    min-height: 500px;
  }
  .contact-section .form-box {
    padding: 35px;
  }
}
@media all and (max-width: 767px) {
  html {
    font-size: 15px;
  }
  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-padding-top {
    padding-top: 3rem;
  }
  .section-padding-bottom {
    padding-bottom: 3rem;
  }
  .spacer {
    height: 40px;
  }
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2.75rem;
    margin-bottom: 12px;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1.15rem;
  }
  .btn {
    font-size: 0.85rem;
    padding: 6px 20px;
    min-height: 40px;
  }
  .dual-button-area {
    flex-wrap: wrap;
    gap: 15px;
  }
  .main-banner-section {
    display: flex;
    flex-direction: column;
  }
  .main-banner-section .header {
    order: 1;
    padding: 12px 0;
  }
  .main-banner-section .header .logo img {
    max-width: 95px;
  }
  .main-banner-section .header .right-area {
    gap: 12px;
    margin-top: 0;
  }
  .main-banner-section .header .right-area .call {
    font-size: 14px;
    gap: 6px;
  }
  .main-banner-section .header .right-area .call i {
    font-size: 18px;
  }
  .main-banner-section .banner-image-area {
    order: 2;
    top: auto;
    right: auto;
    width: 100%;
  }
  .main-banner-section .banner-image-area img {
    width: 100%;
    -o-object-position: center;
       object-position: center;
  }
  .main-banner-section .banner-area-wrapper {
    order: 3;
  }
  .main-banner-section .banner-area-wrapper .banner-area {
    max-width: 100%;
    padding: 30px 0 45px;
    text-align: center;
  }
  .main-banner-section .banner-area-wrapper .banner-area h1 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .main-banner-section .banner-area-wrapper .banner-area h1 br {
    display: none;
  }
  .main-banner-section .banner-area-wrapper .banner-area p {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .marque-section .marquee-content ul li {
    padding: 0 12px;
    font-size: 14px;
  }
  .info-section {
    padding: 40px 0;
  }
  .info-section .row {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 20px;
  }
  .info-section .info-box h4 {
    font-size: 1.8rem;
  }
  .deserve-section .content-part {
    padding: 50px 0;
  }
  .deserve-section .content-part .content-area {
    width: 100%;
    margin-left: 0;
  }
  .deserve-section .content-part .content-area ul {
    padding: 40px 0 40px 60px;
    gap: 25px;
  }
  .deserve-section .content-part .content-area ul li {
    font-size: 1.1rem;
  }
  .deserve-section .content-part .content-area ul li::before {
    left: -55px;
    width: 35px;
  }
  .deserve-section .content-part .content-area a.btn {
    margin-left: 60px;
  }
  .enhancement-section .image-col {
    order: 3;
  }
  .enhancement-section .image-area {
    max-width: 320px;
    margin: 30px auto 0;
  }
  .enhancement-section .content-box {
    text-align: center;
    gap: 15px;
  }
  .why-choose-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .why-choose-section .first-row > div:nth-child(2) {
    order: 1;
  }
  .why-choose-section .first-row > div:nth-child(1) {
    order: 2;
  }
  .why-choose-section .content-area {
    text-align: center;
  }
  .why-choose-section .content-area h2 {
    text-align: center;
    justify-content: center;
  }
  .why-choose-section .content-area h2 + p {
    margin: 20px 0;
  }
  .why-choose-section .image-box-wrapper .image-box {
    gap: 20px;
  }
  .why-choose-section .image-box-wrapper .image-box .lf {
    width: 60px;
    flex: 0 0 60px;
  }
  .why-choose-section .image-box-wrapper .image-box .lf img {
    max-width: 45px;
  }
  .why-choose-section .image-box-wrapper .image-box .rt h5 {
    font-size: 1.2rem;
  }
  .meet-section {
    padding-top: 100%;
    background: url(../images/bg2.png) right top no-repeat #eee7dc;
    background-size: auto;
    background-size: 100% auto;
  }
  .meet-section .content-area {
    text-align: center;
  }
  .meet-section .content-area h4 {
    font-size: 1.1rem;
    padding: 10px 50px;
    border-radius: 40px;
  }
  .meet-section .content-area ul li {
    font-size: 14px;
    color: #000;
  }
  .meet-section .content-area ul li::before {
    display: none;
  }
  .steps-section {
    padding: 40px 0;
  }
  .steps-section .heading-area {
    text-align: center;
  }
  .steps-section .heading-area h2 span {
    margin-left: 0;
  }
  .steps-section .step-area-wrap {
    gap: 40px;
    padding: 30px 0px 30px 45px;
  }
  .steps-section .step-area-wrap .step-box {
    gap: 25px;
  }
  .steps-section .step-area-wrap .step-box .lf h3 {
    font-size: 2.6rem;
  }
  .steps-section .step-area-wrap .step-box .rt h5 {
    font-size: 1.2rem;
  }
  .expectation-section .grid-area {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .expectation-section .grid-area .image-box img {
    max-width: 40px;
  }
  .expectation-section .grid-area .image-box h4 {
    font-size: 1.25rem;
  }
  .trusted-section {
    min-height: 420px;
    padding: 40px 0;
  }
  .contact-section .content-area {
    text-align: center;
  }
  .contact-section .content-area > p {
    max-width: 100%;
  }
  .contact-section .content-area .info-list {
    margin-bottom: 25px;
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-section .content-area .info-list li {
    font-size: 14px;
  }
  .contact-section .content-area .info-list li::before {
    display: none;
  }
  .contact-section .content-area .dual-button-area {
    justify-content: center;
  }
  .contact-section .form-box {
    padding: 30px 25px;
  }
  .contact-section .form-box h3 {
    font-size: 1.5rem;
  }
  .footer-section {
    padding: 18px 0;
  }
  .footer-section p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion-button {
    padding: 1rem 1.5rem;
    font-size: 1rem;
    gap: 12px;
  }
  .accordion-body {
    padding: 0 1.5rem 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  .main-banner-section .header .right-area {
    gap: 10px;
    display: flex;
    flex-direction: column;
  }
  .main-banner-section .header .right-area .btn {
    padding: 4px 16px;
  }
  .main-banner-section .banner-area-wrapper .banner-area h1 {
    font-size: 2rem;
  }
  .main-banner-section .banner-area-wrapper .banner-area p {
    font-size: 14px;
  }
  .main-banner-section .banner-area-wrapper .banner-area .dual-button-area {
    justify-content: center;
  }
  .info-section .info-box h4 {
    font-size: 1.6rem;
  }
  .info-section .info-box p {
    font-size: 13px;
  }
  .deserve-section .content-part {
    background-position: 0% 50%;
  }
  .deserve-section .content-part .content-area ul {
    padding-left: 45px;
    gap: 20px;
  }
  .deserve-section .content-part .content-area ul li {
    font-size: 1rem;
  }
  .deserve-section .content-part .content-area ul li::before {
    left: -40px;
    width: 28px;
    top: 6px;
  }
  .deserve-section .content-part .content-area a.btn {
    margin-left: 45px;
  }
  .enhancement-section .heading-area {
    margin-bottom: 24px;
  }
  .why-choose-section .image-box-wrapper {
    gap: 40px;
  }
  .why-choose-section .image-box-wrapper .image-box {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
  }
  .steps-section .heading-area h2 {
    margin-bottom: 24px;
  }
  .steps-section .heading-area .btn {
    display: none;
  }
  .steps-section .step-area-wrap {
    padding: 0 15px;
    gap: 15px;
  }
  .steps-section .step-area-wrap::before {
    display: none;
  }
  .steps-section .step-area-wrap .step-box {
    gap: 18px;
    justify-content: center;
    text-align: center;
    gap: 3px;
  }
  .steps-section .step-area-wrap .step-box .lf h3 {
    font-size: 2.2rem;
  }
  .steps-section .step-area-wrap .step-box .rt h5 {
    margin-bottom: 4px;
  }
  .meet-section .content-area h4 {
    font-size: 1rem;
    padding: 10px 30px;
  }
  .meet-section .content-area ul {
    padding: 0;
  }
  .trusted-section {
    min-height: 320px;
  }
  .expectation-section .grid-area .image-box {
    gap: 10px;
  }
  .expectation-section .dual-button-area {
    flex-wrap: wrap;
    justify-content: center;
  }
  .faq-section .heading-area {
    margin-bottom: 24px;
  }
  .contact-section .form-box {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 420px) {
  .main-banner-section .header .logo img {
    max-width: 80px;
  }
  .main-banner-section .banner-area-wrapper .banner-area h1 {
    font-size: 1.75rem;
  }
  .info-section .row {
    gap: 20px 15px;
  }
  .info-section .info-box h4 {
    font-size: 1.4rem;
  }
  .expectation-section .grid-area {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
  .steps-section .step-area-wrap .step-box {
    flex-wrap: wrap;
  }
  .steps-section .step-area-wrap .step-box .lf h3 {
    font-size: 2rem;
  }
  .contact-section .form-box h3 {
    font-size: 1.35rem;
  }
}
@media only screen and (max-width: 380px) {
  .main-banner-section .header .right-area {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }
  .main-banner-section .banner-area-wrapper .banner-area h1 {
    font-size: 1.55rem;
  }
  .info-section .info-box h4 {
    font-size: 1.25rem;
  }
  .deserve-section .content-part .content-area ul {
    padding-left: 35px;
  }
  .deserve-section .content-part .content-area ul li::before {
    left: -30px;
    width: 22px;
  }
  .deserve-section .content-part .content-area a.btn {
    margin-left: 35px;
  }
}/*# sourceMappingURL=style.css.map */