/* ===================================
    Crafto - Beauty salon
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* variable */

/* :root {
    --base-color: #F5B335;
    --dark-gray: #0D3556;
    --light-blue: #4A8DB7;
    --light-blue-30: #c7e5f7;
    --medium-gray: #7e8287;
    --light-gray: #ffece7;
    --light-medium-gray: #7e8691;
    --alt-font: 'Marcellus', serif;
    --primary-font: 'Urbanist', sans-serif;
} */
:root {
    --base-color: #fff;
    --dark-gray: #AD8470;
    --light-blue: #4A8DB7;
    --light-blue-30: #d2ae9c;
    --medium-gray: #7e8287;
    --light-gray: #ffece7;
    --light-medium-gray: #7e8691;
    --alt-font: 'Marcellus', serif;
    --primary-font: 'Urbanist', sans-serif;
}



.placeholder-medium-gray {
  color: var(--base-color) !important; /* input text color */
  border: 1px solid var(--base-color);
}

.placeholder-medium-gray::placeholder {
  color: var(--base-color) !important; /* input text color */
  opacity: 1; /* important for Firefox */
}

.placeholder-medium-gray:focus {
  color: var(--base-color) !important; /* input text color */
  opacity: 1; /* important for Firefox */
}
/* Optional: placeholder on focus */
.placeholder-medium-gray:focus::placeholder {
  color: var(--base-color) !important; /* input text color */
}



.bg-light-blue{
    background-color: var(--light-blue-30);
}

/* reset */
body {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.3px;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-dark{
    color: var(--dark-gray);
}

/* custom cursor */
.custom-cursor .circle-cursor-inner {
    background-color: var(--dark-gray);
    width: 16px;
    height: 16px;
}

.custom-cursor .circle-cursor-inner.cursor-link-hover {
    background-color: var(--dark-gray);
}

.custom-cursor .circle-cursor-outer {
    border: 1px solid transparent;
}

/* header */
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    padding: 10px 22px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

header .navbar-brand img {
    /* max-height: 70px; */
    max-width: 50%;
    max-height: 150%;
    /* padding-top: 10%; */
}

header .navbar-brand {
    padding: 25px 0;
}

.sticky .header-transparent .header-button .btn {
    color: var(--dark-gray);
    border-color: var(--extra-medium-gray);
}
.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
    color: var(--white);
    background:  var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
    color: var(--white);
}

/* text gradient color */
.text-gradient-san-blue-new-york-red {
    background-image: linear-gradient(to right, #db7f68, #db7f68, #db7f68, #e17a60, #e47256);
    /* background-image: linear-gradient(to right, #0D3556, #0D3556, #246791, #4A8DB7, #4A8DB7); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* bg color */
.bg-gradient-blue-ironstone-brown {
    /* background-image: linear-gradient(to right, #2c3846, #333945, #3e393f, #584344, #8b4d41); */
    /* background-image: linear-gradient(to right, #0D3556, #0D3556, #246791, #4A8DB7, #4A8DB7); */
    /* background-image: linear-gradient(65deg, #0D3556, #0D3556, #0D3556, #4A8DB7, #4A8DB7); */
    background-image: linear-gradient(65deg, #ad8470, #ad8470, #ad8470, #c39c76, #e1c4a8);

}

.bg-gradient-blue-ironstone-brown-transparent {
    background-image: linear-gradient(to right, rgb(46, 56, 68), rgba(47, 56, 68, .7), rgba(70, 64, 68, .7), rgba(104, 74, 68, .7), rgba(134, 84, 68, .7));
}

.bg-gradient-solitude-blue-fair-pink {
    background-image: linear-gradient(to bottom, #f8ebe9, #f6ebed, #f2ebf0, #eeebf1, #eaecf1);
}

.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #2E3844), to(transparent));
    background: linear-gradient(to top, #2E3844 7%, transparent 100%);
}



/* btn */
.btn {
    text-transform: inherit;
    font-family: var(--primary-font);
    font-weight: 600;
}

.btn.btn-extra-large {
    font-size: 17px;
    padding: 16px 30px;
}

.btn.btn-large {
    font-size: 15px;
    padding: 14px 25px;
}

.btn.btn-medium {
    font-size: 14px;
    padding: 12px 22px;
}

.btn.btn-small {
    font-size: 13px;
    padding: 11px 22px;
}

.btn.btn-very-small {
    font-size: 13px;
    padding: 9px 20px;
}

.btn.btn-base-color {
    color: #232120;
}

.btn.btn-box-shadow.btn-base-color:hover {
    color: #232120;
}

.btn.btn-base-color:hover {
    color: var(--base-color);
}

.btn.btn-transparent-white-light {
    border-color: rgba(255, 255, 255, 0.2);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
}

/* border radius */
.border-radius-rb-50px {
    border-radius: 0 0 50px 0;
}

/* page title */
.page-title-extra-small h1 {
    font-size: 4.3rem;
    line-height: 4.3rem;
}

/* services box style 01 */
.services-box-style-01:hover .box-overlay {
    opacity: 0.4;
}

/* interactive banner style 01 */
.interactive-banner-style-01 figure:hover .box-overlay {
    opacity: 0.7;
}

/* services box style 01 */
.services-box-style-01 .box-overlay {
    opacity: 0;
    visibility: visible;
}

.services-box-style-01:hover .box-overlay {
    opacity: 0.7;
}

/* contact form style 03 */
.contact-form-style-03 {
    margin-bottom: -85px;
}

/* top right bottom left */
.right-45px {
    right: 45px;
}

.right-minus-45px {
    right: -45px;
}

/* footer */
footer .footer-logo img {
    max-height: 80px;
}

footer .elements-social .medium-icon li a {
    font-size: 18px;
}

footer .elements-social .medium-icon li {
    margin-right: 0px;
}

footer .nav-link {
    color: var(--white);
}

@media (max-width: 1600px) {
    section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 1399px) and (min-width: 992px) {
    .navbar .navbar-nav .nav-link {
        font-size: 17px;
        padding: 10px 20px;
    }
}

@media (max-width: 991px) {
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav>.nav-item {
        border-bottom: 0;
        padding: 7px 0px;
    }

    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .nav-link {
        font-size: 30px;
    }

    section {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    footer ul li {
        line-height: normal
    }

    header .btn.btn-transparent-white-light,
    header .btn.btn-transparent-white-light:hover {
        border-color: rgba(46, 56, 68, 1);
        color: var(--dark-gray);
    }
}

@media (max-width: 767px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 20px;
    }
}



.custom-img-style {
    border-radius: 12px;      /* Rounded corners */
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* subtle shadow */
    max-width: 100%;          /* responsive */
    height: auto;
    display: block;
    margin: 0 auto 20px;      /* center and spacing */
    object-fit: cover;        /* maintain aspect ratio */
    transition: transform 0.3s ease;
}

.custom-img-style:hover {
    transform: scale(1.02);   /* small zoom effect on hover */
}


@media (max-width: 991px) {
  #notification-container {
    min-width: 350px !important;
    max-width: 95%;
    /* Center text */
  }

}



#notification-container {
  position: fixed;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999999;
  /* width: 500px;  */
  text-align: center;
  /* Center text */
}

.notification {
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  z-index: 999999999;
  /* z-index: 99999999; */
}

.notification.success {
  background-color: #AD8470;
}

.notification.error {
  background-color: #F01E00;
}

.notification.info {
  background-color: #F9AB00;
  color: rgb(49, 49, 49);
  /* Adjust text color for better readability */
}

.notification.show {
  opacity: 1;
}





.line-clamp-4,.line-clamp-3,.line-clamp-2,.line-clamp-1,.line-clamp-0{
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical
}
.line-clamp-0{
    -webkit-line-clamp:0
}
.line-clamp-1{
    -webkit-line-clamp:1
}
.line-clamp-2{
    -webkit-line-clamp:2
}
.line-clamp-3{
    -webkit-line-clamp:3
}
.line-clamp-4{
    -webkit-line-clamp:4
}


















/* Base header */
#mainHeader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: background-color 0.35s ease, box-shadow 0.35s ease;
    line-height: normal !important;
    max-height: 100px !important;
}

/* Transparent state (on banner) */
#mainHeader.transparent {
    background-color: transparent;
    box-shadow: none;
}

/* Scrolled state */
#mainHeader.scrolled {
    background-color: #ffffff !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* Nav link colors */
#mainHeader.transparent .nav-link {
    /* color: #ffffff; */ 
    /* Commentint it out because it was affecting the nave links in the header when on small screen */
}

#mainHeader.scrolled .nav-link {
    color: #111111;
}

/* Button style */
#mainHeader.transparent .header-button a {
    color: #ffffff;
    border-color: #ffffff;
}

#mainHeader.scrolled .header-button a {
    color: #111111;
    border-color: #111111;
}

/* Logo switching */
#mainHeader .default-logo {
    display: block;
}
#mainHeader .alt-logo {
    display: none;
}

#mainHeader.scrolled .default-logo {
    display: none;
}
#mainHeader.scrolled .alt-logo {
    display: block;
}

/* Mobile logo consistency */
/* #mainHeader .mobile-logo {
    display: none;
}
@media (max-width: 991px) {
    #mainHeader .mobile-logo {
        display: block;
    }
} */


body {
    /* padding-top: 90px; adjust to header height */
}
