:root {
    
    --theme-color2: #cab07f;
    --title-color: #0D0D0D;
    --body-color: #6E6E6E;
    --smoke-color: #F9F3F0;
    --smoke-color2: #E8CDBF;
    --smoke-color3: #F4E8E1;
    --black-color: #000000;
    --black-color2: #1b1b1b;
    --gray-color: #B2B2B2;
    --white-color: #ffffff;
    --light-color: #CDCDCD;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #E0E0E0;
    --title-font: 'Cormorant Garamond', serif;
    --body-font: 'DM Sans', sans-serif;
    --style-font: 'Red Hat Display', cursive;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1220px;
    --container-gutters: 30px;
    --section-space: 80px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}






.header-layout3 .logo-bg {
    position: absolute;
    top: -53% ;
    left: 0;
    width: 18.4%;
    height: 135px;
    border-radius: 0px 0px 30px 0px;
    z-index: -1;
}


@media (max-width: 1499px) {
    .header-layout3 .logo-bg {
        width: 21% ;
    }
}


.header-layout3 .logo-bg:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #fff;
    border-radius: inherit;
    z-index: -1;
}


.header-layout3 .main-menu > ul > li > a {
    color: #c9a664;
    padding: 22px 0;
}

.header-layout3 .sticky-wrapper.sticky {
    background-color: #ffffff;
    padding: 5px 0;
}


.header-top {
    position: relative;
    padding: 0px 0;
    background-color: var(--title-color);
    --body-color: #B2B2B2;
}


@media (max-width: 991px) {
    .header-layout3 .sticky-wrapper .menu-area {
        padding: 22px 0;
    }
}



@media (max-width: 991px) {
    .header-layout3 .sticky-wrapper {
        background-color: var(--title-color);
    position: static;
    z-index: 3;
    }
}



.h2, h2 {
    font-size: 30px;
    line-height: 1.227;
}





/* Hide by default */
.mobile-cta {
  display: none;
}

/* Show only on screens smaller than 700px */
@media (max-width: 699px) {
  .mobile-cta {
    display: flex;
    position: fixed;
    bottom: 80px;
    left: 0;
    right: 0;
    justify-content: center;
    z-index: 9999;
  }

  .cta-button {
    background-color: #b4914e;
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: background-color 0.3s ease;
  }

  .cta-button:hover {
    background-color: #cab07f;
  }
}




.whatsapp-float {
  position: fixed;
  left: 2%;
  bottom: 10%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25D366;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 30px;
  height: 30px;
}

/* Responsive - Adjust size for very small screens */
@media screen and (max-width: 480px) {
  .whatsapp-float {
    width: 45px;
    height: 45px;
  }

  .whatsapp-float img {
    width: 24px;
    height: 24px;
  }
}



.available-list {
    margin-left: 1px;
}



.appointment-work {
    margin-top: 0px !important;
    max-width: 549px;
}



.price-box_content {
    width: calc(90% - 0px);
    position: relative;
}




.pricing-tabs {
    gap: 10px !important;
}



.price-list {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    padding: 10px 23px;
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
    color: var(--theme-color);
    border-radius: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-bottom: 40px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}





