@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


body{
    overflow-x:hidden;
     line-height: 32px;
        font-weight: 400;
}
/************* first header start **************/
/* common class start */
.d-unset {
    display: unset !important;
}
.btn-primary {
    background: transparent ;
    border: 1px solid #000000 !important;
    color: #000000;
    font-weight: 500;
    height: 48px;
    padding: 10px 24px;
    border-radius: 0px ;
}
.btn-primary:hover {
    background: #000000 ;
    border: 1px solid #000000 !important;
    color: #ffffff;
}
.btn-outline-border {
    background: #ffffff !important;
    border: 4px solid #000000 !important;
    color: #000000;
    font-weight: 500;
    height: 48px;
    padding: 0px 24px;
    border-radius: 0px ;
}
.btn-outline-border:hover {
    background: #000000 ;
    border: 4px solid #000000 !important;
    color: #ffffff;
}
.btn-secondary {
    background: #ffffff ;
    border: 1px solid #ffffff ;
    color: #000000;
    font-weight: 500;
    height: 48px;
    padding: 0px 24px;
    border-radius: 0px ;
}
.btn-secondary:hover {
    background: transparent ;
    border: 1px solid #ffffff !important;
    color: #ffffff;
}
.btn-black {
    background: #383838 !important;
    border: 1px solid #383838 !important;
    color: #ffffff;
    font-weight: 500;
    height: 48px;
    padding: 0px 24px;
    border-radius: 0px ;
    border-radius: 0px 12px 12px 0px ;
}
.btn-black:hover {
    background: transparent !important;
    border: 1px solid #383838 !important;
    color: #383838;
}


/* Base override for UIkit buttons */
.uk-button {
  font-weight: 500;
  height: 48px;
  padding: 5px 24px;
 
 
}

/* Primary transparent with black border */
/*.uk-button-primary {*/
/*    background: transparent ;*/
/*    border: 2px solid #ffffff !important;*/
/*    color:  #ffffff;*/
/*    font-weight: 500;*/
/*    height: 48px;*/
    
/*    border-radius: 0px ;*/
/*}*/
/*.uk-button-primary:hover {*/
/*  background: #000;*/
/*  color: #fff;*/
/*}*/

/* Outline border (custom class) */
.uk-button-outline-border {
  background: #fff !important;
  border: 4px solid #000 !important;
  color: #000;
}
.uk-button-outline-border:hover {
  background: #000;
  color: #fff;
}

/* Secondary white button */
.uk-button-secondary {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.uk-button-secondary:hover {
  background: transparent;
  border: 1px solid #fff !important;
  color: #fff;
}

/* Black button with unique rounded edge */
.uk-button-black {
  background: #383838 !important;
  border: 1px solid #383838 !important;
  color: #fff;
  border-radius: 0 12px 12px 0;
}
.uk-button-black:hover {
  background: transparent !important;
  color: #383838;
  border: 1px solid #383838 !important;
}


input {
    height: 48px;
}
footer .border {
    border: 1px solid #535353 !important;
}
footer .border-bottom {
    border-bottom: 1px solid #535353 !important;
}
footer .border-top {
    border-top: 1px solid #535353 !important;
}
.bg-primary {
    background-color: #383838 !important;
}
.opcity-0 {
    opacity: 0 !important;
}
.text-primary {
    color: #1a1d1f !important;
}
.text-mute {
    color: #b5b5b5 !important;
}
.line-height {
    line-height: auto !important;
}
/* common class End */
/* Top Header Start */
/*.top-header {*/
/*    background-color: #383838;*/
/*}*/
/*.top-header p {*/
/*    color: #ffffff;*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*}*/
/* .top-header a {*/
/*    color: #1a1d1f ;*/
/*    text-decoration: none !important;*/
/*    border: 0px !important;*/
/*}*/
/*.top-header span {*/
/*    color: #ffffff;*/
/*}*/
/*.header-wrraper ul {*/
/*    gap: 20px;*/
/*    margin-top: 0px !important;*/
/*}*/
/*.header-wrraper ul li {*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*}*/

/*.logo-first {*/
/*}*/
/*.search-header {*/
/*    transform: rotate(84deg);*/
/*    display: inline-block;*/
/*    color: #000;*/
/*    border:0;*/
/*}*/

/* Top Header End */
/************* first header End ***************/
/************* Second header Start ***************/
header.header-wrraper-two::before {
    content: "";
    position: absolute;
    right: 0;
    /*clip-path: polygon(0 0, 90% 0, 82% 100%, 0% 100%);*/
    z-index: 1;
    width: 249px;
    height: 97px;
    /*background: #ffffff;*/
    /*transform: rotate(180deg);*/
}
header.header-wrraper-two form {
    z-index: 99;
    position: relative;
}
 .navbar-nav{
    align-items: baseline !important;
} 
.header-wrraper-forth ul li a,
.header-wrraper-two ul li a {
    color: rgb(255, 255, 255) !important;
}

/* Initial transparent header */
#mainHeader {
    position: absolute;
    background-color: transparent;
    width: 100%;
    transition: all 0.3s ease;
}

/* After scrolling */
/* When header is sticky, force text color to black */
#mainHeader.sticky-active .navbar-nav .nav-link,
#mainHeader.sticky-active .navbar-brand,
#mainHeader.sticky-active .dropdown-menu a,
#mainHeader.sticky-active .search-header,
#mainHeader.sticky-active .btn {
    color: #000000 !important;
}


#mainHeader.uk-stcky {
    position: fixed;
    top: 0;
    background-color: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.white-logo {
    display: block !important;
}

.opaque-logo {
    display: none !important;
}

#mainHeader.sticky-active .white-logo {
    display: none !important;
}

#mainHeader.sticky-active .opaque-logo {
    display: block !important;
}

#mainHeader:not(.sticky-active) .dropdown-menu .dropdown-item {
    color: #000000 !important;
}

.dropdown-menu {
    background-color: #000 !important; /* dark background */
    border:none;
}

.dropdown-menu .dropdown-item {
    
    background-color: white !important;
    
}

.dropdown-menu .dropdown-item:hover {
   background-color: #f0f0f0 !important;
    color: black !important;
}


/* When header is transparent: white underline */
#mainHeader:not(.sticky-active) .navbar-nav .nav-link.active-clicked {
    border-bottom: 2px solid #ffffff;
}

/* When header is sticky: black underline */
#mainHeader.sticky-active .navbar-nav .nav-link.active-clicked {
    border-bottom: 2px solid #000000;
}

/* Optional: spacing and transition */
.navbar-nav .nav-link {
    padding-bottom: 6px;
    
}


/* Base transparent header */
.uk-navbar-container {
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: white;
}

/* Always show submenu text as black */
.uk-navbar-dropdown,
.uk-navbar-dropdown a {
  color: #000 !important;
}

/* Optional: white background for submenu dropdown */
.uk-navbar-dropdown {
  background-color: #fff !important;
}

/* Sticky header background */
.uk-navbar-sticky {
  background-color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Logo switching */
.white-logo {
  display: block;
}
.opaque-logo {
  display: none;
}
.uk-navbar-sticky .white-logo {
  display: none;
}
.uk-navbar-sticky .opaque-logo {
  display: block;
}

/* Nav links black when sticky */
.uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #000 !important;
}

.uk-navbar-dropdown .uk-nav > li > a {
  color: #000 !important;
  
}

/* Submenu hover state */
.uk-navbar-dropdown .uk-nav > li > a:hover {
  color: #000 !important;
  background-color: #f5f5f5 !important;
}

/* Make the booking button black when header is sticky */
#mainHeader.sticky-active .uk-button-primary {
    background: #000000 !important;
    border: 2px solid #000000 !important;
    color: #ffffff !important;
}
#mainHeader.sticky-active .uk-button-primary:hover {
    background: #ffffff !important;
    color: #000000 !important;
}


/************* Second header End ***************/
/************* Five header End ***************/
.border-before::before {
    content: "";
    width: 97%;
    height: 1px;
    position: absolute;
    background-color: #383838;
    bottom: 3px;
}
/************* five header End ***************/
/* **********************************************Footer Start************************************************ */

.footer-wrapper {
    /* background-image:url('./images/bg-image.jpg') ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%; */
    position: relative;
    background-color: #eeeeee;
    padding: 70px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-wrapper .footer-second
{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .overlay::before{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    background: red;
} */
.footer-wrapper ul li a {
    /* color: #1a1d1f; */
    /* font-weight: 500; */
    font-weight: 500;
    text-decoration: none;
}
.footer-wrapper ul li {
    list-style: none;
    margin-bottom: 10px;
}
.footer-wrapper li.sub-head {
    /* color: #1a1d1f; */
    font-weight: 700;
}
/* .footer-wrapper .footer-second .sub-head {
    font-weight: 700;
} */
.footer-wrapper .footer-second ul li a {
    /* color: #ffffff; */
    font-weight: 500;
}
.logo-content {
    margin-top: -112px;
}
.border-footer {
    padding-top: 188px;
}
/* footer icon start css */
span.card-icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    background: #fff;
    line-height: 26px;
    text-align: center;
    margin-right: 2px;
}
section {
    padding: 70px 0px 0px 0px;
}
span.card-icon a{
    color: #1a1d1f !important;
    text-decoration: none !important;
    border: 0px !important;
}
/* footer icon end css */
/* **********************************************Footer End************************************************ */
/* ******************************************slider style Start***************************************** */
.Default-content {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    
    padding-top: 120px; /* adjust based on your header height */
    position: relative;
    z-index: 2;
}
/* ******************************************slider style End***************************************** */
.your-class .slick-next {
    right: 36px;
}
.your-class .slick-prev {
    left: 36px;
    z-index: 1;
}
.slick-dots{
    margin-bottom: 50px;
}
.slick-dots li button:before{
    color: #eeeeee;
}
.slick-dots li.slick-active button:before{
    color: #ffffff;
}
.slick-next:before, .slick-prev:before{
    font-size: 32px !important;
}
.hero-card-two {
    background: #616161;
}
.text-grey-lights {
    color: #b8b8ba;
}
.bottom-banner {
    display: flex;
    align-items: center;
    justify-content: end;
    max-width: 735px;
    margin: 0 0 0 auto;
}


/* .inner-bottom-card{
    
} */
/* hero section End */
/* card section start */
.inner-service-caard {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    flex-direction: column;
    gap: 60px;
}
.inner-service-caard h4 {
    font-size: 26px;
    line-height: 32px;
    margin-top: 12px;
}
.photo-placeholder {
    font-size: 90px;
    text-align: center;
}
.inner-service-caard p {
    line-height: 26px;
}
.img-services.bg-primary {
    height: 218px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.web-inner {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.border-boottomm {
    border: 2px solid #000000;
    height: 3px;
    margin: auto;
    max-width: 100px;
}
.card-bg-one{
    background-image: url("../images/elegant-skin-care-banner-design1.jpg");
}
.card-bg-two{
    background-image: url("../images/elegant-skin-care-banner-design.jpg");
}
.card-bg-three{
    background-image: url("../images/glass-with-iced-tea-with-lemon-slices-mint-ice-cubes.jpg");
}
.button-card  {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    display: flex;
   justify-content: center;
   align-items: end;
   position: relative;
}
.button-card::after{
    border-radius: 16px;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(100, 100, 111, 30%);
}
.button-card .buttons-btn{
    margin-bottom: 16px;
}
.buttons-btn{
    position: relative;
    z-index: 2;
}
.curser-pointe{
    cursor: pointer;
}
.buttonn-card-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
}
.card-width{
    width: 1000%;
}
/* fillter style start */
.tab-navigation {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 0.75rem 1.5rem;
    background: #f8f9fa;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.tab-btn:hover {
    background: #e9ecef;
}

.tab-btn.active {
    background: #3d2d28;
    color: white;
}

.tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.tab-content.active {
    display: block;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    gap: 1.5rem;
}

.grid-item {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1/1;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.grid-item:hover {
    transform: translateY(-5px);
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.grid-item:hover img {
    transform: scale(1.1);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
    padding: 1.5rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.grid-item:hover .image-overlay {
    transform: translateY(0);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* fillter style end */
/* card section End */

.demo {
    position: relative;
}
.demo::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    width: 18px;
    height: 18px;
    clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
    transform: rotate(180deg);
}
.bg-imgbrnad {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.bg-before {
    position: relative;
    z-index: 3;
}
.bg-before::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    position: absolute;
    opacity: 0.25;
    z-index: 1;
}
.inner-service-caard{
    position: relative;
    z-index: 3;
}
.clip-section{
    position: relative;
}
.clip-section::before{
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 450px;
    background-color: #ffffff;
    clip-path: polygon(0 0, 81% 0, 100% 100%, 0% 100%);
    transform: rotate(180deg);
}
.clip-section-six{
    position: relative;
}
.clip-section-six::before{
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 46%;
    background-color: #ffffff;
    clip-path: polygon(0 0, 81% 0, 100% 100%, 0% 100%);
    transform: rotate(180deg);
}
.mt-150{
    margin-top: 150px;
}

.img-height-place img{
    height: 100%;
    object-fit: cover;
}

.img-excepteure {
    margin-bottom: -150px;
}
.img-excepteure img{
    height: 450px;
    object-fit: cover;
}
.margin-minus{
    margin-bottom: -100px;
}
.footer-wrapper .footerLinks{
    font-weight: 500;
    text-decoration: none;
}
.navbar .img-fluid{
    max-width: 7%;
}
@media (max-width: 767px) {
    header.header-wrraper-two::before{
        height: 90px;
    }
    .logo-first img{
        max-width: 21% !important;
    }
    .navbar .img-fluid{
        max-width: 13%;
    }
}
@media (min-width: 560px) and (max-width: 1000px) {
    header.header-wrraper-two::before{
        height: 89px;
    }
}
@media (min-width: 994px) and (max-width: 1199px) {
    header.header-wrraper-two::before{
        height: 97px;
    }
}
@media (min-width: 1400px) {
    header.header-wrraper-two::before{
        height: 103px;
    }
}


/* Show dropdown on hover for desktop */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }

  .dropdown-menu {
    display: none;
    transition: all 0.3s ease;
  }
}

/*card */

/*.card-slider-wrapper .custom-card-image-wrapper {*/
/*    height: 350px;*/
/*    overflow: hidden;*/
/*}*/

/*.card-slider-wrapper .custom-card-image-wrapper img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    display: block;*/
/*}*/


/* Ensure arrows aren't clipped */
/*.card-slider-wrapper .uk-position-relative {*/
/*    overflow: visible;*/
/*}*/

/* Fix image height */
/*.card-slider-wrapper .fixed-image-height {*/
/*    height: 250px;*/
/*    overflow: hidden;*/
/*}*/
/*.card-slider-wrapper .fixed-image-height img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

/*.custom-card-image-wrapper {*/
/*    height: 350px;*/
/*    overflow: hidden;*/
/*}*/
/*.custom-card-image-wrapper img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

/*.featured-custom-card-image-wrapper {*/
/*    height: 250px;*/
/*    overflow: hidden;*/
/*}*/
/*.featured-custom-card-image-wrapper img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

/*.row-card-slider-wrapper .uk-slider-items > li {*/
/*    height: 350px;*/
/*}*/

/*.row-card-slider-wrapper .custom-card-image-wrapper,*/
/*.card-row-wrapper .custom-card-image-wrapper {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    overflow: hidden;*/
   
/*}*/

/*.row-card-slider-wrapper .custom-card-image-wrapper img,*/
/*.card-row-wrapper .custom-card-image-wrapper img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    display: block;*/
/*}*/


/*footer signup-form*/

/* Wrap the email + button inline */


