@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

:root {
  --font-body: "Cairo", sans-serif;
  --font-heading: "Cairo", sans-serif;
  --color-primary: #b37978;
  --color-heading: #b37978;
  --color-default: #5d6a83;
  --color-default-two: #4c6a6d;
  --color-yellow: #ffd470;
  --xb-track-color: #06083c;
  --color-dark: #0F172A;
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #F8F8F8;
  --color-border: #EFF5F8;
  --color-body: #F7F5F2;
  --easing: cubic-bezier(0.67, 0.04, 0.3, 0.91);
}

/* reset css start */
:root {
  scroll-behavior: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: var(--color-default);
  /* background-color: var(--color-body); */
  scrollbar-color: var(--color-primary) var(--xb-track-color);
  scrollbar-width: thin;
}

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-track {
  background: var(--xb-track-color);
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 10px;
}

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

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

button:focus {
  outline: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: inherit;
}

input[type="text"],
input[type="email"],
input[type="tel"],
form select,
textarea {
  width: 100%;
  font-size: 15px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888686;
  opacity: 1;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
form select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888686;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
form select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888686;
  opacity: 1;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
form select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888686;
  opacity: 1;
}

textarea {
  height: 100px;
}

button {
  border: 0;
}

p,
span {
  margin-bottom: 0;
}

/* reset css end */
/* global css start */

/* global css end */
.body_wrap {
  position: relative;
}

.bg_img {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100%;
}

.footer-bg {
  background-color: var(--color-primary);
}

.pos-rel {
  position: relative;
}

/* order & unorder list reset - start */
.ul_li,
.ul_li_between {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ul_li {
  justify-content: flex-start;
}

.ul_li_between {
  justify-content: space-between;
}

/*--
- Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/

.mt-none-10 {
  margin-top: -10px;
}

.mt-none-30 {
  margin-top: -30px;
}

/*-- Margin Top --*/

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

/*-- Margin Bottom --*/

.mb-6 {
  margin-bottom: 6px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

/*-- Margin Left --*/

/*-- Margin Right --*/

/*-- Padding Top --*/

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

/*-- Padding Bottom --*/

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

/* typography css start */
h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.3;
  color: var(--color-heading);
  font-weight: 500;
  font-family: var(--font-heading);
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

.header-style-one {
  /* background: var(--color-white); */
  /* border-bottom: 1px solid #edebe9; */
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0);
}

.header-area {
  position: absolute;
  z-index: 5;
  width: 100%;
  padding-top: 15px;
}

@media (max-width: 991px) {
  .header-area .xb-header {
    padding: 10px 0;
  }
}

.header-contact a {
  border-radius: 5px;
  background: var(--color-primary);
  box-shadow: 0 4px 4px 0 #f5f5f5;
  padding: 10px 30px;
  color: var(--color-white);
  /* display: inline-block;
  line-height: 1;  */
}

.header-contact-mobile a {
  border-radius: 5px;
  background: var(--color-primary);
  box-shadow: 0 4px 4px 0 #f5f5f5;
  padding: 10px;
  color: var(--color-white);
  display: inline-block;
  line-height: 1;
}

.header-contact a:hover {
  background-color: var(--color-white);
  color: var(--color-primary);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.header-contact a:hover svg path {
  fill: var(--color-primary);
}

.header-contact a svg {
  margin-right: 6px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.header-contact a svg path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-contact a span {
  font-weight: 600;
  font-size: 22px;
  line-height: 273%;
  letter-spacing: -0.02em;
}

.hero__content-wrap h1 {
  font-size: 54px;
}

.section-title .title {
  color: var(--color-primary);
  font-size: 42px;
  /* letter-spacing: -0.02em; */
  line-height: 52px;
  text-transform: capitalize;
  display: inline-block;
}

@media (max-width: 1199px) {
  .section-title .title {
    font-size: 36px;
    letter-spacing: -0.01em;
    line-height: 56px;
  }
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 34px;
  }
}

.section-title .title span {
  z-index: 1;
}

.about-inner-wrap {
  padding-left: 70px;
}

@media (max-width: 1199px) {
  .about-inner-wrap {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .about-inner-wrap {
    padding-left: 0;
  }
}

.service-title .title {
  display: inline-block;
}

.ec-btn {
  justify-content: center;
}

.iconbox_block {
  padding: 50px 50px 42px;
  transition: .3s;
  background-color: var(--color-white);
  box-shadow: 0 6px 12px 0 #e8e8e8;
}

.iconbox_block:hover {
  transform: translateY(-2px);
}

.iconbox_block:hover .iconbox_icon {
  background-color: var(--color-yellow);
}

.iconbox_block .iconbox_icon {
  flex: 0 0 auto;
  margin: 0 0 32px;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  color: var(--color-primary);
  background-color: #F7F5F2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.iconbox_block .iconbox_icon img {
  max-width: 40px;
}

.xb-cta {
  border-radius: 20px;
  padding: 60px;
  background: var(--color-primary);
  width: auto;
}

@media (max-width: 767px) {
  .xb-cta {
    padding: 40px 30px;
  }
}

.xb-cta .xb-item--title {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: var(--color-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-cta.cta-right {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .xb-cta.cta-right {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .cta-button a {
    font-size: 16px;
    padding: 16px 20px;
    line-height: 26px;
  }
}

.cta-button .thm-white {
  background: var(--color-white);
  color: var(--color-dark);
}

.cta-button .thm-white:hover {
  background: var(--color-white) !important;
  color: var(--color-dark) !important;
}

.cta-button .thm-white:hover svg path {
  fill: var(--color-black);
}

.xb-feature-two {
  margin-bottom: 45px;
  transition: .3s;
}

.xb-feature-two:hover {
  transform: translateY(-2px);
}

.xb-feature-two .xb-item--inner {
  box-shadow: 0 8px 15px 0 rgba(220, 220, 220, 0.25);
  background: #fff;
  border-radius: 10px;
  padding: 15px 22px 15px;
  text-align: center;
}

.xb-feature-two .xb-item--holder {
  transform: translateY(4px);
}

.xb-feature-two .xb-item--title {
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--color-heading);
  padding-bottom: 8px;
  display: inline-block;
}

.xb-testimonial {
  border-radius: 20px;
  background: var(--color-white);
  border: 1px solid #f2f6ff;
  box-shadow: 0 4px 13px 0 #e9e9e4;
  padding: 0 40px 52px 41px;
  margin-bottom: 45px;
}

.xb-testimonial .xb-item--img {
  border-radius: 0 0 85px 85px;
  width: 80px;
  height: 80px;
  background: var(--color-primary);
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xb-testimonial .xb-item--title {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: var(--color-heading);
}

.xb-testimonial .xb-item--reating {
  padding-top: 5px;
}

.xb-testimonial .xb-item--reating i {
  color: var(--color-yellow);
  margin-right: 7px;
}

.xb-testimonial .xb-item--reating span {
  color: var(--color-heading);
  font-size: 20px;
  font-family: 600;
}

.xb-testimonial .xb-item--content {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
}

.xb-testimonial .xb-tes_shape {
  position: absolute;
  top: 64.75px;
  right: 43px;
}


.testimonial-slider .swiper-pagination-bullet,
.feature-slider .swiper-pagination-bullet {
  display: inline-block;
  opacity: .1;
  height: 6px;
  width: 18px;
  border-radius: 20px;
  background: var(--color-primary);
}

.testimonial-slider .swiper-pagination-bullet-active,
.feature-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-primary);
}

.testimonial-carousel .xb-swiper-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0 1px 6px 0 rgba(93, 106, 131, 0.25);
  z-index: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-carousel .xb-swiper-arrow:hover {
  background: var(--color-primary);
}

.testimonial-carousel .xb-swiper-arrow:hover img {
  filter: brightness(10000%);
}

.testimonial-carousel .xb-swiper-arrow-prev {
  position: absolute;
  left: 10%;
  top: 35.5%;
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .testimonial-carousel .xb-swiper-arrow-prev {
    left: 10px;
  }
}

@media (max-width: 1199px) {
  .testimonial-carousel .xb-swiper-arrow-prev {
    left: 10px;
  }
}

.testimonial-carousel .xb-swiper-arrow-next {
  position: absolute;
  right: 10%;
  top: 35.5%;
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .testimonial-carousel .xb-swiper-arrow-next {
    right: 10px;
  }
}

@media (max-width: 1199px) {
  .testimonial-carousel .xb-swiper-arrow-next {
    right: 10px;
  }
}

@media (max-width: 1199px) {
  .testimonial-inner {
    padding: 0 100px;
  }
}

@media (max-width: 767px) {
  .testimonial-inner {
    padding: 0 50px;
  }
}

/* comment css */

.xb-award {
  border-radius: 20px;
  background: var(--color-white);
  /* box-shadow: 0 62px 73px 0 #dad9d6; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #f2f6ff;
  overflow: hidden;
  /* margin-left: -70px;
  margin-right: -70px; */
}

@media (min-width: 575px) {
  .xb-award {
    padding: 0 70px;
  }
}

@media (max-width: 575px) {
  .award-left {
    text-align: center;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  
  .hero__content-wrap h1 {
    font-size: 28px !important;
  }
  
  .xs-pb-25 {
    padding-bottom: 25px !important;
  }
  
  .xb-cta .xb-item--title {
    font-size: 24px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-award {
    margin-left: 0;
    margin-right: 0;
  }
}

.award-left {
  padding: 78px 0;
}

.brand_award {
  justify-content: end;
  margin-top: -9px;
  margin-bottom: -40px;
  max-height: 550px;
}

@media (max-width: 991px) {
  .brand_award {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.brand_award .xb-item--holder:not(:last-child) {
  margin-right: 30px;
}

.brand_award .xb-item--holder.change-holder {
  margin-top: -139px;
}

.brand_award .xb-item--item {
  border-radius: 10px;
  width: 160px;
  height: 180px;
  box-shadow: 0 8px 18px 0 #e4e4e4;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .brand_award .xb-item--item {
    width: 140px;
  }
}

@media (max-width: 767px) {
  .brand_award .xb-item--item {
    width: 75px;
    height: 100px;
  }
  
  .brand_award .xb-item--item img {
    max-width: 40px;
  }
}

.brand_award .xb-item--item:not(:last-child) {
  margin-bottom: 30px;
}

.marquee-first {
  -webkit-animation: marquee 25s linear infinite;
  animation: marquee 25s linear infinite;
}

.marquee-2 {
  -webkit-animation: marquee2 25s linear infinite;
  animation: marquee2 25s linear infinite;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes marquee2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@keyframes marquee2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.xb-team {
  overflow: hidden;
  border-radius: 15px;
}

.xb-team img {
  height: 100%;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.xb-team .xb-item--holder {
  text-align: center;
  position: absolute;
  bottom: 22px;
  left: 20px;
  right: 20px;
  background: var(--color-white);
  border-radius: 10px;
  padding: 21px 10px 0;
}

.xb-team .xb-item--title {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .xb-team .xb-item--title {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .xb-team .xb-item--title {
    font-size: 18px;
  }
}

.xb-team .xb-item--text {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 15px;
}

@media (max-width: 1199px) {
  .xb-team .xb-item--text {
    font-size: 14px;
  }
}

.xb-team:hover img {
  transform: scale(1.1);
}

.details_item_info_title {
  font-size: 26px;
  line-height: 50px;
  margin-bottom: 17px;
}

@media (max-width: 767px) {
  .details_item_info_title {
    font-size: 24px;
    line-height: 34px;
  }
}

.ec-contact_right {
  background: var(--color-white);
  border-radius: 20px;
  padding-top: 20px;
  /* padding: 30px 40px;  */
}

@media (max-width: 991px) {
  .ec-contact_right {
    margin-left: 0;
  }
}

/* .ec-contact_right .ec-btn {
  padding: 17px 0 20px; } */
  .ec-contact_right .ec-btn .con-btn {
    background: var(--color-primary);
    color: var(--color-white);
    text-align: center;
    display: block;
    width: 100%;
  }
  
  .ec-contact_right .ec-btn .con-btn svg {
    filter: brightness(100);
  }
  
  .ec-contact-form .input-field {
    position: relative;
  }
  
  .ec-contact-form .input-field input,
  .ec-contact-form .input-field select,
  .ec-contact-form .input-field textarea {
    border-bottom: 1px solid #e1e7e8 !important;
    border-radius: 0;
    background-color: transparent;
    border: none;
    padding-left: 28px;
    height: 52px;
    margin-bottom: 6px;
  }
  
  .ec-contact-form .input-field img {
    position: absolute;
    top: 20px;
    /* left: 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  
  .ec-contact-form .massage-field textarea {
    height: 90px;
    padding-top: 10px;
  }
  
  .contact_info_box .iconbox_block {
    padding: 20px 30px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 8px 15px 0 rgba(220, 220, 220, 0.25);
  }
  
  .contact_info_box .iconbox_block .iconbox_icon img {
    max-width: 24px;
  }
  
  .contact_info_box .iconbox_block .iconbox_icon {
    width: 60px;
    height: 60px;
    margin: 0 0 20px;
    background-color: #F7F5F2;
    border: 1px solid #EEE5E5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  
  .contact_info_box .iconbox_block .iconbox_title {
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font-body);
    margin-bottom: 15px;
  }
  
  .contact_form {
    background-color: var(--color-white);
    padding: 20px 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 8px 15px 0 rgba(220, 220, 220, 0.25);
    position: relative;
    z-index: 9;
  }
  
  @media (max-width: 991px) {
    .contact_form {
      margin-right: 0;
      position: relative;
      z-index: 9;
    }
  }
  
  @media (max-width: 767px) {
    .contact_form {
      padding: 30px;
    }
  }
  
  /* .gmap_canvas {
    margin-left: -45px; } */
    @media (max-width: 991px) {
      .gmap_canvas {
        margin-left: 0;
      }
    }
    
    .gmap_canvas iframe {
      width: 100%;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
    }
    
    @media (max-width: 991px) {
      .gmap_canvas iframe {
        height: 400px;
      }
    }
    
    /*----------------------------------------*/
    /*  03. globel
    /*----------------------------------------*/
    @media (min-width: 1024px) {
      .container {
        max-width: 1320px;
        padding-left: 15px;
        padding-right: 15px;
      }
      
      .gmap_canvas iframe {
        height: 540px;
      }
    }
    
    .hero-style-one {
      min-height: 800px; 
    }
    /* @media (min-width: 1199px) {
      .hero-style-one {
        min-height: 100vh;
      }
    } */
    
    @media (max-width: 1199px) {
      .hero-style-one {
        padding-top: 120px;
        padding-bottom: 60px;
        min-height: 800px;
      }
    }
    
    /* @media (max-width: 991px) {
      .hero-style-one {
        padding-bottom: 0; } } */
        
        @media (max-width: 1199px) {
          .hero-style-one {
            min-height: 560px;
          }
        }
        
        /* .hero-shape {
          position: absolute;
          top: 51px;
          right: 214px;
          z-index: -1; 
        } */
        
        .xb-review-wrap .xb-item--text {
          font-size: 18px;
          display: inline-block;
          padding-bottom: 2px;
        }
        
        .xb-review-wrap .xb-item--inner {
          padding-right: 10.35px;
        }
        
        .xb-review-wrap .xb-item--img {
          max-width: 95px;
        }
        
        @media (max-width: 1199px) {
          .xb-review-wrap .xb-item--img img {
            height: 30px;
          }
        }
        
        .xb-review-wrap .xb-item--star {
          padding-bottom: 6px;
        }
        
        .xb-review-wrap .xb-item--star i {
          color: #FF9529;
        }
        
        .xb-review-wrap .xb-item--reating {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
        }
        
        .xb-review-wrap .xb-item--rating_num {
          font-size: 15px;
          display: inline-block;
        }
        
        .funfact_block:has(.bottom_line) {
          box-shadow: none;
          padding: 75px 40px 65px;
          border: 1px solid #E8E4DE;
          border-radius: 20px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          -o-border-radius: 20px;
        }
        
        @media (max-width: 1199px) {
          .funfact_block:has(.bottom_line) {
            padding: 60px 30px;
          }
        }
        
        .funfact_block:has(.bottom_line) .counter_value {
          font-size: 65px;
          margin-bottom: 20px;
        }
        
        @media (max-width: 1199px) {
          .funfact_block:has(.bottom_line) .counter_value {
            font-size: 50px;
          }
        }
        
        .funfact_block:has(.bottom_line) .funfact_title {
          font-size: 18px;
          font-weight: 600;
        }
        
        .thm-btn {
          font-size: 18px;
          color: var(--bs-white);
          background: #b37978;
          border-style: none;
          padding: 18px 30px;
          align-self: center;
          position: relative;
          line-height: 12px;
          transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
          text-transform: capitalize;
          display: inline-flex;
          align-items: center;
          letter-spacing: -0.02px;
          border-radius: 5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          z-index: 1;
        }
        
        .thm-btn:hover {
          background-color: var(--color-primary);
          -webkit-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
          transform: translateY(-2px);
          color: var(--color-white);
        }
        
        .thm-btn:hover svg {
          -webkit-transform: translateX(4px);
          -ms-transform: translateX(4px);
          transform: translateX(4px);
        }
        
        .thm-btn:hover svg path {
          fill: var(--color-white);
        }
        
        .thm-btn svg {
          margin-left: 10px;
          transition: all 0.3s cubic-bezier(0.68, 0.01, 0.58, 0.75);
        }
        
        .thm-btn svg path {
          transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75);
        }
        
        .thm-btn--three_btn {
          font-weight: 500;
          border-radius: 60px;
          background: var(--color-white);
        }
        
        .thm-btn--three_btn:hover {
          background-color: #1140c0;
        }
        
        .btns {
          margin: -10px;
        }
        
        .btns a {
          margin: 10px;
        }
        
        .footer-bottom {
          padding-top: 0;
          padding-bottom: 20px;
          display: block;
          text-align: center;
        }
        
        @media (max-width: 1199px) {
          .footer-bottom {
            padding: 22px 0px;
            padding-top: 7px;
          }
        }
        
        @media (max-width: 991px) {
          .footer-bottom {
            padding: 22px 0px;
            padding-top: 7px;
          }
        }
        
        @media (max-width: 767px) {
          .footer-bottom {
            justify-content: center;
            text-align: center;
          }
        }
        
        .footer-bottom .copyright p {
          color: var(--color-white);
        }
        
        /*# sourceMappingURL=main.css.map */
        
        .iconbox_content a {
          color: var(--color-default);
        }
        
        .iconbox_block {
          height: 205px;
        }
        
        .hero.hero-style-one {
          position: relative;
        }
        
        .hero.hero-style-one::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(90deg, #f5f5f5 0%, #fff0 100%);
          z-index: 1;
          pointer-events: none;
        }
        
        .hero__content-wrap {
          position: relative;
          z-index: 2;
        }
        
        .hero__content-wrap .content {
          font-size: 20px;
        }
        
        .feature .xb-item--img img {
          width: 50px;
        }
        
        @media (min-width: 768px) {
          .fixed.bg_img {
            background-attachment: fixed;
          }
        }
        
        .header-logo img {
          width: 250px;
        }
        
        .testimonial,
        .contact_section,
        .price-tables {
          background-color: var(--color-body);
        }
        
        .rounded {
          border-radius: 6px;
        }
        
        .contact-container {
          position: fixed;
          right: 0;
          bottom: 20px;
          transform: translateY(-50%);
          display: flex;
          flex-direction: column;
          align-items: flex-end;
          z-index: 1000;
          z-index: 1000;
          opacity: 0;
          transition: opacity 0.5s ease-in-out;
        }
        
        .call-us,
        .whatsapp-us {
          background-color: white;
          border: 1px solid #eee;
          border-radius: 18px 0 0 18px;
          max-width: 50px;
          margin-bottom: 10px;
          text-align: center;
          padding: 5px 6px;
          transition: max-width 0.5s ease-in-out, opacity 0.5s ease-in-out;
          white-space: nowrap;
          overflow: hidden;
        }
        
        .call-us a,
        .whatsapp-us a {
          display: flex;
          align-items: center;
          text-decoration: none;
          color: #707070;
        }
        
        .whatsapp-us img {
          width: 35px;
          height: 35px;
          margin-right: 10px;
        }
        
        .call-us img {
          width: 30px;
          margin-right: 15px;
        }
        
        .call-us:hover,
        .whatsapp-us:hover {
          max-width: 255px;
        }
        
        .chat-with-us p {
          margin-bottom: 0;
          line-height: 20px;
        }
        
        @media (max-width: 575px) {
          
          .call-us:hover,
          .whatsapp-us:hover {
            max-width: 50px !important;
          }
        }
        
        
        .popup {
          display: none;
          position: fixed;
          z-index: 9999;
          top: 0;
          width: 100%;
          height: 100%;
          overflow: scroll;
          background-color: rgb(0 0 0 / .4)
        }
        
        .popup-content {
          margin: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          border-radius: 4px;
          background-color: #fff;
          padding: 25px;
        }
        
        @media(min-width:768px) and (max-width:1200px) {
          .popup-content {
            width: 450px
          }
        }
        
        @media(min-width:1200px) {
          .popup-content {
            width: 40%;
          }
        }
        
        @media(max-width:547px) {
          .popup-content {
            width: 95%;
          }
          
          .popup-content h3 {
            font-size: 20px !important;
            line-height: 30px !important;
          }
        }
        
        .form-trigger {
          cursor: pointer
        }
        
        .close {
          color: #191919;
          z-index: 99;
          float: right;
          font-size: 35px;
          font-weight: 400;
          cursor: pointer;
          position: relative;
          cursor: pointer;
          top: 0;
          right: 0px;
        }
        
        .close:hover {
          color: #000;
        }
        
        #popupFormContainer .contact_form {
          padding: 0 !important;
          margin: 0 !important;
          background-color: transparent !important;
        }
        
        #phone {
          padding: 10px;
          width: 100%;
          box-sizing: border-box;
        }
        
        .error {
          color: red;
          font-size: 12px;
          margin-top: 5px;
          display: none;
        }
        
        .iti--separate-dial-code .iti__selected-dial-code {
          color: #55585b;
        }
        
        .iti {
          width: 100%;
        }
        
        .w-20 {
          width: 20px !important;
        }
        
        .tab-container {
          background: white;
          border-radius: 20px;
          padding: 8px;
          margin-bottom: 40px;
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
          max-width: 400px;
          margin-left: auto;
          /* margin-right: auto; */
          display: flex;
          gap: 8px;
        }
        
        .tab-button {
          flex: 1;
          padding: 8px 12px;
          border: none;
          background: transparent;
          /* color: #667eea; */
          border-radius: 14px;
          font-size: 16px;
          font-weight: 600;
          cursor: pointer;
          transition: all 0.3s ease;
        }
        
        .tab-button.active {
          border: 1px solid var(--color-primary);
          color: var(--color-primary);
          /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); */
        }
        
        .tab-button:hover {
          transform: translateY(-2px);
        }
        
        .packages-grid {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
          gap: 35px;
          opacity: 1;
          transition: opacity 0.3s ease;
        }
        
        .packages-grid.hidden {
          display: none;
        }
        
        .package-card {
          background: white;
          border-radius: 24px;
          padding: 25px 35px;
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
          transition: transform 0.3s ease, box-shadow 0.3s ease;
          position: relative;
          overflow: hidden;
          margin-bottom: 25px;
        }
        
        .package-card:hover {
          transform: translateY(-10px);
          box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
        }
        
        .package-badge {
          position: absolute;
          top: 0;
          right: 0;
          /* background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); */
          background-color: var(--color-primary);
          color: white;
          padding: 10px 25px;
          border-bottom-left-radius: 20px;
          font-weight: 600;
          font-size: 22px;
          /* letter-spacing: 1px; */
        }
        
        .package-badge.plus {
          background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
        }
        
        .package-badge.premium {
          background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
        }
        
        .package-title {
          color: #030303;
          font-size: 22px;
          font-weight: 500;
          margin-bottom: 10px;
        }
        
        .package-price {
          color: var(--color-primary);
          font-size: 36px;
          font-weight: 700;
          margin-bottom: 30px;
          display: block;
        }
        
        .package-price.discounted {
          display: flex;
          align-items: center;
          gap: 15px;
        }
        
        .original-price {
          color: rgba(255, 255, 255, 0.8);
          /* font-size: 28px; */
          text-decoration: line-through;
          font-weight: 600;
          padding-left: 5px;
        }
        
        .package-consultation {
          background: #F7F5F2;
          padding: 20px;
          border-radius: 16px;
          margin-top: 15px;
          margin-bottom: 15px;
          color: #4a5568;
          font-weight: 600;
          font-size: 16px;
        }
        
        .tests-section h3 {
          color: #2d3748;
          font-size: 18px;
          font-weight: 700;
          margin-bottom: 18px;
          display: flex;
          align-items: center;
        }
        
        .tests-section h3::before {
          content: '';
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          width: 6px;
          height: 24px;
          display: inline-block;
          margin-right: 12px;
          border-radius: 3px;
        }
        
        .tests-list {
          list-style: none;
          padding: 0;
          margin: 0;
        }
        
        .tests-list li {
          padding: 6px 0;
          color: #4a5568;
          font-size: 16px;
          /* display: flex;
          align-items: start; */
        }
        
        .tests-list li:not(:last-child) {
          border-bottom: 1px solid #e2e8f0;
        }
        .tests-list li::before {
          content: '•';
          color: var(--color-primary);
          margin-right: 10px;
          font-weight: 700;
          font-size: 18px;
        }
        
        .book-button {
          width: 100%;
          padding: 18px;
          border: none;
          background: var(--color-primary);
          color: white;
          border-radius: 5px;
          font-size: 18px;
          font-weight: 700;
          cursor: pointer;
          margin-top: 30px;
          transition: all 0.3s ease;
          box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
        }
        
        .book-button:hover {
          transform: translateY(-3px);
          box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
        }
        
        @media (max-width: 768px) {
          .packages-grid {
            grid-template-columns: 1fr;
          }
          .package-title {
            margin-top: 25px;
            font-size: 20px;
          }
          .package-price {
            font-size: 38px;
          }
          .package-card {
            padding: 25px !important;
          }
          .package-consultation {
            padding: 8px !important;
          }
        }