
/* font */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* variable #b0d8ea #8eb3cc #5e92b2*/
:root {     

    --base-color: #5e92b2;
    --very-light-gray:#c6dfebe5;
    --dark-gray:#2f2f2f;
    --medium-gray: #04013a;
    --light-medium-gray: #c4c2c1;
    --alt-font: "Cormorant Garamond", serif;
    --primary-font: 'Work Sans', sans-serif;
} 
/* reset */
body, html {
    overflow-x: hidden;
}
body {
    font-size: 18px;
    line-height: 30px;
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 14px;
    padding: 30px 20px;
    font-weight: normal;
    letter-spacing: 0.5px;
}
header .navbar-brand img {
    max-height: 70px;
}
.header-icon .header-social-icon a {
    padding-left: 25px;
}
/* swiper number */
.swiper-number-pagination-style-01 .swiper-number .swiper-pagination-bullet:after {
    height: 1px;
    background-color: var(--base-color);
}
.magic-drag-cursor #ball-cursor:before {
  content: "DRAG";
  font-size: 14px;
  font-weight: 500;
  font-family: var(--primary-font) !important;
}
/* swiper slider */
.slider-navigation-style-01.swiper-button-next {
    right: 30px;
}
.slider-navigation-style-01.swiper-button-prev {
    left: 30px;
}
/* heading */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
h3 {
    line-height: 3rem;
}
h4 {
    line-height: 2.375rem;
}
/* btn */
.btn {
    font-family: var(--primary-font);
    letter-spacing: 1.5px;
    font-weight: 600;
}
.btn.btn-double-border.btn-border-base-color { 
    color: var(--dark-gray); 
}
.btn.btn-double-border.btn-border-base-color:after {
    border-color: var(--base-color); 
    transition: 0.3s ease;
}
/* bg gradient color */
.bg-gradient-nero-grey-brown { 
    background-image: linear-gradient(to right, #191919, #1c1a1d, #211b20, #261c21, #2c1d20);
}
.bg-base-color-transparent {
    background-color: rgba(244, 134, 110,.9);
}
.bg-base-color-transparent-light {
    background-color: rgba(244, 134, 110,.2);
}
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #36332e), to(transparent));
    background: linear-gradient(to top, #36332e 7%, transparent 100%);
}
/* border color */
.border-color-light-gray {
    border-color: #DCD7D4 !important;
}
/* slider custom text */
.swiper-button-prev.slider-custom-text-prev,
.swiper-button-next.slider-custom-text-next {
    border-color: #DCD7D4; 
}
.hover-box.dark-hover:hover .text-light-opacity {
    opacity: 0.5;
}
.services-box-style-02:hover img{
    -webkit-transform: scale(1.1); 
    transform: scale(1.1);
}
.large-icon li {
    margin: 0 3px;
}
.social-icon-style-04 ul li a span {
    background-color: var(--base-color) !important;
}
.team-style-05 .social-icon a {
    margin: 0 10px;
}
/* page title */
.page-title-extra-large h1 {
    font-size:4.375rem;
    line-height: 4.375rem;
}
/* tab style */
.tab-style-04 .nav-tabs .nav-item .nav-link, .tab-style-04 .nav-tabs .nav-item .nav-link.active, .tab-style-04 .nav-tabs .nav-item .nav-link.show, .tab-style-04 .nav-tabs .nav-item .nav-link:hover {
    color: var(--dark-gray);
}
.tab-style-04 .nav-tabs .nav-item {
    padding: 0 16px;
}
.tab-style-04 .nav-tabs .nav-item:first-child {
    padding-left: 0;
}
.tab-style-08 ul .nav-item {
    border-color: #DCD7D4;  
}
.tab-style-08 ul .nav-item .nav-link, .tab-style-08 ul .nav-item .nav-link.active, .tab-style-08 ul .nav-item .nav-link:hover {
    color: var(--dark-gray);
}
/* map style */
.arrow_box.marker02:after { 
    width: 65px;
    height: 80px;
    background: url("../../images/demo-spa-salon-contact-map-icon.png") left center no-repeat; 
    left: -22px;
    top: -60px; 
}
/* footer */

@media (max-width: 767px) {
    .mobile-pb-40 {
      padding-bottom: 40px !important;
    }
  }

footer .elements-social .medium-icon li a {
    width: 50px;
    height: 50px;
}
footer.half-footer {
    padding: 70px 0;
}
/* media query responsive */
@media (max-width: 1399px) {
    .center-logo .navbar-nav .nav-link, header.sticky .center-logo .navbar-nav .nav-link {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1199px) {
    .navbar.center-logo .navbar-nav .nav-link, header.sticky .center-logo .navbar-nav .nav-link {
        padding: 50px 10px;
    }
    .header-icon .header-social-icon a {
        font-size: 15px;
    }
    .lg-me-2px {
        margin-right: 2px !important;
    }
}
@media (max-width: 991px) {
    header .navbar-brand,
    header.sticky .fixed-header .navbar-brand, 
    header.sticky .disable-fixed .navbar-brand{
        padding: 15px 0;
    }
    header .navbar-brand img {
        max-height: 50px;
    }
    .tab-style-08 ul .nav-item .nav-link {
        padding: 15px 10px;
    }
    footer.half-footer {
        padding: 60px 0;
    }
}
@media (max-width: 767px) {
    footer.half-footer {
        padding: 50px 0;
    }
    footer .large-icon li {
        margin: 0;
    }
    #map {
        height: 400px !important;
    }
    .tab-style-04 .nav-tabs .nav-item,
    .tab-style-04 .nav-tabs .nav-item:first-child{
        padding: 0 16px;
    }
    /* swiper slider */
    .slider-navigation-style-01.swiper-button-next {
        right: 15px;
    }
    .slider-navigation-style-01.swiper-button-prev {
        left: 15px;
    }
}

@media (max-width:768px)
{
    .desktop-section1
    {
        display:none
    }
}

.fixed-button-container
{
    padding: 0 8px;
    font-size: 8px !important;
    color: white !important;
    position:fixed;
    right:-45px!important;
    top:50%;
    transform:translateY(-50%) rotate(-90deg);
    z-index:1000
}

.country-code-select,
#phone {
    height: 38px; /* or match input height */
    padding-top: 0;
    padding-bottom: 0;
    line-height: normal;
}

.country-code-select {
    -webkit-appearance: none; /* for consistent look across browsers */
    appearance: none;
}

.country-code-select {
    width: 100px !important;
    appearance: none; 
    background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center ;
    background-size: 15px;
    padding-right: 30px; 
    cursor: pointer;
}

.country-code-select1 {
    width: 120px !important;
    appearance: none;
    background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
    background-size: 15px;
    padding-right: 30px ;
    cursor: pointer;
}

.country-code-select2 {
    width: 120px !important;
    appearance: none;
    background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
    background-size: 15px;
    padding-right: 30px ;
    cursor: pointer;
}




/* Gallery Mobile View */

/* gallery - Media query to display desktop section */
@media screen and (min-width: 768px) {
    #gallery .desktop-section {
        display: block; /* Display desktop section */
    }
    #gallery-mobile .mobile-section 
    {
        display: none; 
    }
  }
  
  /* gallery -  Media query to display mobile section */
  @media screen and (max-width: 767px) {
    #gallery .desktop-section {
        display: none; /* Hide desktop section on mobile */
    }
  
    #gallery-mobile .mobile-section {
        display: block; /* Display mobile section */
    }
  }

  @media screen and (min-width: 768px) {
    .desktop-section {
        display: block; /* Display desktop section */
    }
  
    .mobile-section {
        display: none; /* Hide mobile section on desktop */
    }
  }
  

  @media screen and (max-width: 767px) {
    .desktop-section {
        display: none; /* Hide desktop section on mobile */
    }
  
    .mobile-section {
        display: block; /* Display mobile section */
    }
  }


  @media screen and (max-width: 767px)
  {
    #scapes
    {
        display: none;
    }
  }
  /* Banner mobile */

  @media screen and (max-width: 767px)
  {
    #banner
    {
        padding-top: 80px !important;
        padding-bottom: 0px;
    }
  }
  

/* Mobile CTA Buttons */

.button-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 1000;
}

.cta-button {
    flex: 1;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: white;
    transition: background-color 0.3s ease;
}

.enquire {
    background-color: var(--base-color); 
}

.call {
    background-color: var(--medium-gray); 
}

.enquire:active,
.call:active {
    color: white; 
}
/* Default style: hide the section */
.mobile-section {
    display: none; /* Hide by default */
}

/* Media query for mobile devices: display the section */
@media screen and (max-width: 767px) {
    .mobile-section {
        display: flex; /* Display on mobile */
    }
}

/* Whatsapp */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
  left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
@media only screen and (max-width: 600px) {
	.float{
		bottom:70px;
}
}
/*End Whatsapp*/

/* Ensures consistent behavior */
.services-box-style-02 {
    height: 100%; /* Parent takes full height */
    display: flex; /* Enables flex children */
}

.services-box-content {
    flex: 1; /* Expands to fill available space */
}

/* Responsive image height control */
.services-box-img {
    min-height: 250px; /* Mobile fallback */
}

@media (min-width: 768px) {
    .services-box-img {
        min-height: auto; /* Allows natural height on desktop */
    }
}

#overview .row.align-items-stretch {
    display: flex;
    align-items: stretch;
}

.image-fit-height {
    height: 100%;
    width: 100%;
}

.image-fit-height img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}


 #overview h2.alt-font.ls-minus-1px
 {
    font-size: 38px;
 }
@media only screen and (max-width: 767px) {
  #overview h2.alt-font.ls-minus-1px {
    font-size: 29px !important;
  }
}



