* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

html,
body {
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}
.side-space{
    padding-left: 100px;
    padding-right: 100px;
}

p {
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 0 ;
    color: #5b5c5c;
}

.top-head {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 1rem;
    color:#cd8a29;
    text-transform: uppercase;
    font-size: 16px;
}


/* ============ MAIN HEADING ============ */
.heading {
  font-family: "Cormorant Garamond";
    color: var(--text-dark);
    margin: 0;
        line-height: 68px;
    letter-spacing: -1px;
        font-size: 52px;
    font-weight: 600;
    line-height: 55px;

}

:root {
    --primary-blue: #123147;
    --accent-yellow: #e6af5d;
    --light-green-bg: #eef7ee;
    --text-dark: #1a1a1a;
    --text-muted: #6c7280;
    --border-light: #d8e2db;
    --font-heading: 'Nunito', sans-serif;
    --font-body: 'Mulish', sans-serif;
}

.sec-space{
    padding-left: 100px;
    padding-right: 100px;
}



.btn-sec {
    color: #c9a96e;
    text-decoration: none;
}

.btn-sec:hover {
    color: #a88532;
    ;
    text-decoration: none;
    transition: 0.5s;
}

.btn-sec i {
    color: #c9a96e;
    font-size: 14px;
}

.btn-sec:hover i {
    color: #a88532;
    ;
    transition: 0.5s;
}

/* btn-main start */
.btn-main {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 18px 28px;
    border: 1px solid #ffffff;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: color .35s ease, border-color .35s ease;
    text-decoration: none;
    border-radius: 5px;
    z-index: 2;
    border-radius: 100px;
    text-transform: uppercase;
}

.btn-main span i {
    color: white;
}

/* Base background (primary color) */
.btn-main::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
}

/* Sliding background (secondary color) */
.btn-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--accent-yellow);
    ;
    transform: translateX(-100%);
    /* left se start */
    transition: transform .35s ease;
    z-index: -1;
}

/* Text wrapper */
.btn-main span {
    position: relative;
    z-index: 1;
}

/* Hover effects */
.btn-main:hover::after {
    transform: translateX(0);
    /* left â†’ right swipe */
    border: 1px solid var(--accent-yellow);
}

.btn-main:hover {
    color: white;
}

/* btn-sec end */


/* btn-five start */
.btn-five {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 18px 28px;
    border: 1px solid var(--accent-yellow);
    background:  var(--accent-yellow);
    color: white !important;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: color .35s ease, border-color .35s ease;
    text-decoration: none;
    border-radius: 5px;
    z-index: 2;
    border-radius: 100px;
    text-transform: uppercase;
}

.btn-five  i {
    color: white !important;
}

/* Base background (primary color) */
.btn-five::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
        background: var(--accent-yellow);
}

/* Sliding background (secondary color) */
.btn-five::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--accent-yellow);
    transform: translateX(-100%);
    /* left se start */
    transition: transform .35s ease;
    z-index: -1;
}

/* Text wrapper */
.btn-five span {
    position: relative;
    z-index: 1;
}

/* Hover effects */
.btn-five:hover::after {
    transform: translateX(0);
    /* left â†’ right swipe */
    border: 1px solid var(--accent-yellow);
}

.btn-five:hover {
    color: white;
}
/* btn-five start */


/* btn-sec end */

/* top header start */

.top-header {
    background: var(--accent-yellow);
    color: rgb(78, 54, 54);
    font-size: 14px;
    padding: 8px 0;
}
.top-header p{
    margin-bottom: 0 !important;
    color: white;
    font-weight: 500;
}


/* btn-third start */
.btn-third {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding:14px 16px;
    border: 1px solid var(--accent-yellow);
    background:  var(--accent-yellow);
    color: white !important;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: color .35s ease, border-color .35s ease;
    text-decoration: none;
    border-radius: 5px;
    z-index: 2;
    /* border-radius: 100px; */
    text-transform: uppercase;
      white-space: nowrap;
}

.btn-third  i {
    color: var(--accent-yellow) !important;
}

/* Base background (primary color) */
.btn-third::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
        background: var(--accent-yellow);
}

/* Sliding background (secondary color) */
.btn-third::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--accent-yellow);
    transform: translateX(-100%);
    /* left se start */
    transition: transform .35s ease;
    z-index: -1;
}

/* Text wrapper */
.btn-third span {
    position: relative;
    z-index: 1;
}

/* Hover effects */
.btn-third:hover::after {
    transform: translateX(0);
    /* left â†’ right swipe */
    border: 1px solid var(--accent-yellow);
}

.btn-third:hover {
    color: white;
}
/* btn-third start */


/* top header end */

/* btn-four start */
.btn-four{
    color: var(--accent-yellow);
    font-size: 18px;
}

.btn-four:hover{
    color: var(--accent-yellow);
}

/* btn-four end */


/* btn-five start */
.btn-five{
   color: black;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
}
.btn-five i{
   color: #202020;
    font-size: 14px;
}
.btn-five:hover{
   color: #202020;
}
.btn-five::after{
        content: "";
    height: 2px;
    width: 69%;
    background-color: #332f2c;
    position: absolute;
    left: 0;
    bottom: -7px;
}


/* btn-five end */

/* btn-six start */
.btn-six{
    color: black;
    font-size: 18px;
    position: relative;
    transition: 0.5s;
    text-transform: uppercase;
    font-size:14px;
    font-weight: 500;

}

.btn-six::after{
content: "";
position: absolute;
height: 1px;
width: 50%;
background-color: black;
left: 0;
bottom: -10px;
transition: 0.5s;
}
   
.btn-six:hover::after{
    background-color: var(--accent-yellow);
    width: 100%;
}


.btn-six:hover{
    color: var(--accent-yellow);
}

.btn-six:hover i{
    color: var(--accent-yellow);
}

/* btn-six end */

#top-wrapper{
    position: relative;
}

/* header start */
/* #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.4s ease;
} */

/* Background after scroll */

/* header start */
#header.scrolled {
    background: white;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
#header .call-btn{
    color: white;
        font-size: 20px;
    font-weight: 500;

}
#header .call-btn i{
    color: white;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
.navbar-toggler .fa-solid {
    color: white;
}

#header{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    z-index: 3;
    padding-top: 20px;
    padding-bottom: 20px;
    backdrop-filter: blur(3px);
}

#header .nav-link {
      color: white;
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s;
    text-transform: uppercase;

}

#header .nav-link:hover {
    color: var(--accent-yellow);
    /* border-bottom: 1px solid var(--accent-yellow); */
    transition: 0.5s;
}

#header .nav-link.active {
    color: var(--accent-yellow);
    /* border-bottom: 1px solid var(--accent-yellow); */
    transition: 0.5s;
}

#header .nav-item {
    margin-right: 10px;
}

.dropdown-item {
    font-size: 17px !important;
    font-weight: 500 !important;
    color: black !important;
    transition: 0.5s;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: white !important;
    color: var(--red) !important;
}
.navbar {
    position: relative;
}

.navbar-brand {
    z-index: 10;
}

@media (max-width: 991px) {
    .navbar-brand {
        position: static !important;
        transform: none !important;
        margin: 0 auto;
    }

    .call-btn {
        display: none;
    }

    .navbar-collapse {
        margin-top: 20px;
    }
}

.offcanvas .nav-link {
        color: black;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #80808052;
    margin-bottom: 10px;

}
.offcanvas .nav-item:hover .nav-link {
    color: var(--accent-yellow);
}

/* header end */

/* home-banner section start */

/* home-banner start */
#home-banner {
    position: relative;
    height: 90vh;
    background: linear-gradient(#00000091, #00000091), url(img/banner-1.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}

#home-banner .fa-arrow-left-long{
    color: #ffffff;
    border-radius: 30px;
    border: 1px solid white;
    padding: 10px 40px 10px 24px;
}
#home-banner .fa-arrow-right-long{
    color: #ffffff;
    border-radius: 30px;
    border: 1px solid white;
    padding: 10px 40px 10px 24px;
}
#home-banner .carousel-item {
    height: 90vh;
}
#home-banner .top-head{
    color: white;
}
#home-banner {
    position: relative;
}

.home-banner .carousel-inner .carousel-caption {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    height: fit-content;
    z-index: 10px;
}

/* 
.home-banner .carousel-inner .first {
  background-image:  url("img/banner.jpg");
  background-position: center;
  background-size: cover;
  height: 87vh;
  background-repeat: no-repeat;
      background-image: #172c59e3;
} */


/* .home-banner .carousel-inner .second {
  background-image: url("../img/banner-2.jpg");
  background-position: center;
  background-size: cover;
  height: 80vh;
  background-repeat: no-repeat;
}

.home-banner .carousel-inner .third {
  background-image: url("../img/banner");
  background-position: center;
  background-size: cover;
  height: 80vh;
  background-repeat: no-repeat;
} */


.home-banner .carousel-inner .first .carousel-caption {
    text-align: end;

}

.home-banner .carousel-inner .second .carousel-caption {
    text-align: start;
}

.home-banner .carousel-inner .carousel-caption h1 {
    font-size: 80px;
    color: white;
    margin-bottom: 40px;
    line-height: 80px;
    font-weight: 500;

}

.home-banner .carousel-inner .carousel-caption p {
    font-size: 18px;
    color: var(--secondary);
    font-weight: 600;
    color: white;
    /* font-family: popins; 
    /* font-weight: bold;*/
}

.home-banner .carousel-inner .carousel-caption .top-head {
    margin-bottom: 40px;
  
}

.home-banner .carousel-inner .carousel-caption .left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    backdrop-filter: blur(2px);
    align-items: center;
}


/* .home-banner .carousel-inner .carousel-caption p span{
  color: #1a72dc;
} */

.home-banner .carousel-inner .first .carousel-caption p:nth-child(2) {
    font-size: 20px;
    font-weight: normal;
    color: white;
    margin-left: 30%;

}

.home-banner .carousel-inner .second .carousel-caption p:nth-child(2) {
    margin-right: 30%;
    margin-left: 0;
    margin-bottom: 25px;
}


.home-banner .carousel-inner .third .carousel-caption p:nth-child(2) {
    margin-left: 30%;
}

.home-banner .carousel-inner .carousel-caption .calling {
    background-color: white;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin-left: 10px;
    text-align: end;
}

.home-banner .carousel-inner .carousel-caption .calling a i {
    color: var(--primary);
}

/* 
.home-banner .carousel-inner .carousel-caption h5 {
  color: var(--primary);
} */



@keyframes call-ani {
    from {
        height: 20%;
        width: 16px;
    }

    to {}
}



/* home-banner section end */

/* home-banner end */
/* home-banner section end */


/* about-sec start */
/* ============ ROOT VARIABLES ============ */


/* ============ GENERAL ============ */
body {
    font-family: var(--font-body);
    color: var(--text-dark);
    background-color: #fff;
}


/* ============ EXPERIENCE BADGE ============ */
.experience-badge {
    position: absolute;
    bottom: -15px;
    right: -88px;
    background-color: var(--primary-blue);
    color: #fff;
    padding: 1.2rem 1.6rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(31, 93, 58, 0.25);
    min-width: 160px;
}

.experience-badge h3 {
    color: var(--accent-yellow);
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 3.5rem;
    line-height: 1;
}

.experience-badge h3 span {
    font-size: 2rem;
}

.experience-badge p {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0.3rem;
}

/* ============ FEATURES ============ */
.feature-block {
    padding-left: 0.5rem;
}

.feature-title {
    font-weight: 700;
    color: var(--text-dark);
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
}

.feature-text {
    font-size: 0.92rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.feature-divider {
    border: none;
    border-top: 1px solid var(--primary-blue);
    opacity: 0.45;
    margin: 1.2rem 0;
}

/* ============ DECORATIVE PAW ============ */
.paw-decoration {
    position: absolute;
    right: 10px;
    bottom: 20px;
    font-size: 4rem;
    color: var(--light-green-bg);
    opacity: 0.8;
    z-index: -1;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 991.98px) {
    .experience-badge {
        right: 10px;
        bottom: 10px;

        padding: 1rem 1.3rem;
        min-width: 140px;
    }

    .experience-badge h3 {
        font-size: 2rem;
    }

    .paw-decoration {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .about-title {
        font-size: 1.7rem;
    }

    .experience-badge {
        position: static;
        margin-top: 1rem;
        display: inline-block;
    }

    .about-image-wrap {
        text-align: center;
    }

    .feature-block {
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {
    .about-section {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .d-flex.flex-wrap.align-items-center.gap-4 {
        gap: 1.25rem !important;
    }
}

/* about-sec end */



.service-card {
    background-color: var(--card-bg);
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: var(--card-shadow);
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(26, 61, 124, 0.05);
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(26, 61, 124, 0.15);
}

.service-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-content h5 {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.15rem;
    color: var(--text-dark);
    margin-bottom: 0.4rem;
}

.service-content p {
    margin: 0;
}

/* ============ CENTER IMAGE ============ */
.services-center {
    position: relative;
}

.services-image-wrap {
    background-color: var(--light-blue-bg);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 5;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.services-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

/* ============ FEATURED CARD (highlighted) ============ */
.featured-card {
    background-color: var(--primary-blue);
    margin-top: 1.5rem;
    border: none;
}

.featured-card .service-content h5,
.featured-card .service-content p {
    color: #fff;
}

.featured-card .service-content p {
    opacity: 0.9;
}

.featured-card:hover {
    transform: translateY(-4px);
}



/* ============ RESPONSIVE ============ */
@media (max-width: 991.98px) {

    .paw-left,
    .paw-right {
        display: none;
    }

    .services-image-wrap {
        aspect-ratio: 16 / 18;
        max-width: 500px;
        margin: 0 auto;
    }

    .featured-card {
        max-width: 500px;
        margin: 1.5rem auto 0;
    }
}

@media (max-width: 575.98px) {
    .service-card {
        padding: 1.2rem 0.7rem;
    }

    .service-icon {
        width: 50px;
        height: 50px;
    }

    .service-content h5 {
        font-size: 1.05rem;
    }

    .heading {
        font-size: 1.7rem;
    }
}


.services-sec {
    /* background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)),
        url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f') right center/cover no-repeat; */
    padding: 80px 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #fbf8f2;
}

.services-sec .heading::after {
    left: 50%;
    transform: translateX(-50%);

}

#services-sec .card .card-title {
    font-weight: 600;
    font-size: 22px;
    font-family: "Playfair Display ";
}

#services-sec .card {
    border: 1px solid #7d7c7c36;
    overflow: hidden;
}

#services-sec .card:hover .card-img-top {
    transform: scale(1.1);
    transition: 0.8s;
}


/* services-sec end */


/* hero-section start */
.hero-section {
    position: relative;
    height: 450px;
    background: url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Dark overlay */
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(15deg, rgb(0 0 0 / 90%), rgb(0 0 0 / 70%));
}

/* Content */
.hero-section .hero-content {
    position: relative;
    color: #fff;
    max-width: 850px;
    z-index: 2;
}

.hero-section .hero-content h1 {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px;
}

.hero-section .hero-content p {
    font-size: 18px;
    color: #ececec;
    margin-bottom: 25px;
    font-weight: normal;
}

/* Button */
.hero-section .hero-btn {
    background: #c8b38a;
    color: #000;
    padding: 14px 35px;
    border-radius: 30px;
    border: none;
    font-weight: 600;
    transition: 0.3s;
}

.hero-section .hero-btn:hover {
    background: #a89268;
    color: #fff;
}



/* hero-section end */

 /* footer start  */

.site-footer {
background: linear-gradient(#2c1a00a6, #020100f5), url(https://img.magnific.com/premium-photo/modern-style-luxury-white-bathroom-with-marble-stone-3d-render_487103-1094.jpg?w=1480);
  color: #ffffff;
  padding: 70px 0 30px;
  font-size: 15px;
}

.footer-logo {
  font-size: 42px;
  font-weight: 700;
  font-family: "Playfair Display ";
  color: white;
}

.footer-logo span {
  display: block;
  font-size: 11px;
  letter-spacing: 4px;
  margin-top: -5px;
}

.footer-text {
  margin: 20px 0;
  line-height: 1.7;
  color: white;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.3s;
  text-decoration: none;
}

.footer-social a:hover {
  background: #ffffff;
  color:var(--accent-yellow);
}

.footer-title {
  font-weight: 600;
  margin-bottom: 20px;
      font-family: "Cormorant Garamond";
      font-size: 24px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  /* padding-left: 15px; */
}

/* .footer-links a::before {
  content: "â†’";
  position: absolute;
  left: 0;
  color: var(--primary);
  ;
} */

.footer-links a:hover {
  color: var(--primary);
  ;
  transition: 0.5s;
}

.footer-contact {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.footer-contact a {
  color: white;
}

/* .footer-contact a:hover {
  color: #896c26;
  transition: 0.5s;
} */

.footer-contact i {
  font-size: 20px;
  margin-right: 15px;
  margin-top: 4px;
}

.footer-contact p {
  margin: 5px 0 0;
  color: white;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.3);
  margin: 40px 0 20px;
}

.footer-bottom {
  font-size: 14px;
}

.footer-bottom a {
  color: white;
}

.bottom-footer a:hover {
  color: white;
}


/* footer end */

/* faq start */

.faq-section {
    background: #ffffff;
}



.accordion-item {
    border: none;
    margin-bottom: 15px;
}

.accordion-button {
    background: #f8f9fa;
    border-radius: 8px;
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-button:not(.collapsed) {
    background: var(--primary) !important;
    color: black !important;
}

.accordion-button .icon {
    margin-left: auto;
    transition: 0.3s;
}

.accordion-button:not(.collapsed) .icon {
    transform: rotate(180deg);
    color: black;
}

.accordion-body {
    border-radius: 0 0 8px 8px;
    color: #555;
}

.accordion-button::after {
    display: none;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.form-control {

    border: 1px solid #2f2f2f69 !important;
}

form label {
    color: black;
    font-weight: 600;
}

.form-control:focus {
    box-shadow: none !important;
}

/* faq end */

/* fixed-social icon */
.social {
    width: 200px;
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 80%;
    right: -160px;
    border-radius: 10px;
    z-index: 10;
    box-sizing: border-box;
    transform: translateY(-50%);
}


.social a {
    padding: .5rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff !important;
    margin-top: 0.2rem;
    transition: all 0.5 ease;
    border-radius: 5px;
    margin-right: 5px;
}

.social a:hover {
    transform: translateX(-100px);
    transition: 0.5s;
}

.social a svg {
    width: 24px;
    height: 24px;
    margin-right: 1rem;
    color: white;
}

.social a i {
    margin-right: 1rem;
    color: white;
    font-size: 20px;
}

.social a.facebook {
    background-color: #1877F2;
}

.social a.instagram {
    background-color: #E4405F;
}

.social a.youtube {
    background-color: #CD201F;
}

.social a.phone {
    background-color: #ff8433;
}

.social a.linkedin {
    background-color: #0A66C2;
}

.social a.whatsapp {
    background-color: #13bd2f
}

/* fixed-left end */





/* whatsapp start */
.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 26px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transition: all 0.25s ease;
    letter-spacing: 0.3px;
}

.whatsapp-btn:hover {
    background: #1ebe5d;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.55);
}

.whatsapp-btn:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(37, 211, 102, 0.4);
}

.whatsapp-btn svg {
    width: 22px;
    height: 22px;
    fill: #ffffff;
}

/* whatsapp end */

/* category start */
#category .box{
    padding: 20px

}
#category .box p{
    font-size: 16px;
    text-align: center;
    color: black;
}
#category .box .icon-box{
    padding: 20px
}
#category .box:hover p{
    transition: 0.5s;
    color: var(--accent-yellow);
}
/* category end */

/* ===== Luxury Showcase start===== */

.luxury-showcase {
    overflow: hidden;
}

.luxury-showcase .showcase-card {
    position: relative;
    height: 750px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.luxury-showcase .left-card {
    background: url("img/lux-1.jpg") center center/cover no-repeat;
}

.luxury-showcase .right-card {
    background: url("img/lux-2.jpg") center center/cover no-repeat;
}

.luxury-showcase .showcase-card .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
}

.luxury-showcase .showcase-card .content {
    position: absolute;
    z-index: 2;
    color: #fff;
}

/* Left Content */

.luxury-showcase .left-card .content {
    left: 65px;
    bottom: 80px;
}

.luxury-showcase .left-card h2 {
    font-size: 82px;
    font-weight: 300;
    line-height: 0.95;
    margin-bottom: 25px;
    color: white;
}

.luxury-showcase .left-card p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 35px;
    max-width: 380px;
    color: white;
}

/* Right Content */

.luxury-showcase .right-card .top-content {
    top: 80px;
    left: 90px;
}

.luxury-showcase .right-card h2 {
    font-size: 82px;
    font-weight: 300;
    line-height: 0.95;
    margin-bottom: 25px;
    color: white;
}

.luxury-showcase .right-card p {
    font-size: 18px;
    line-height: 1.8;
    max-width: 420px;
    margin-bottom: 35px;
    color: white;
}



/* ===== Luxury Showcase end ===== */

/* about-sec start */
#about-sec{
    background-color: #f8f9fa;
}

/* about-sec end */






/* product-sec start */
.product-sec {
    /* background-color: #f8f9fa; */
}

.product-sec .main-box .img-box{
    position: relative;
}
.product-sec .main-box .btn-third{
    position: absolute;
    left: 50%;
    bottom: -20%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.5s;
}
.product-sec .main-box:hover .btn-third{
    bottom: 20%;
    opacity: 1;
}

.product-sec h5 {
    color: rgb(141, 147, 150);
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    margin-top: 10px;
}


.product-sec p {
      text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: var(--product-name-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;

}

/* .product-sec li{
    list-style: none;
} */


.product-sec .swiper-button-prev {
    background: white;
    border-radius: 5px;

}

.product-sec .swiper-button-prev i {
    color: var(--accent-yellow);
}

.product-sec .swiper-button-next {
    background: white;
    border-radius: 5px;
     color: var(--accent-yellow);

}

.product-sec .swiper-button-prev i {
    color:black;
}

.product-sec .card-img-top {
    padding: 10px;
}
.product-sec h4{
       font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
.product-sec .card .first-img {
    display: block;
}


.product-sec .card .sec-img {
    display: none;
}

.product-sec .card:hover .sec-img {
    display: block;
    transition: 1s;

}

.product-sec .card:hover .first-img {
    display: none;
    transition: 1s;
}



.product-sec .card-img {
    background-color: #011e4d14;
}

.product-sec .main-btn {
    width: fit-content;
}

.product-sec .card .main-btn.main-btn-inside {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;

}

.product-sec .card:hover .main-btn.main-btn-inside {
    top: 50%;
    opacity: 1;
    transition: 0.8s;
}

.product-sec .card .card-body .card-title {
    color: white;
    margin-bottom: 0;
    text-align: center;
    padding: 5px 0;
    font-size: 18px;
}

.product-sec .card .card-body {
    position: absolute;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
    background-color: var(--primary);
    width: 95%;
    justify-content: space-between;
    border-radius: 5px;
    padding: 11px;
    align-items: center;

}

.product-sec .card .card-body .btn {
    height: fit-content;
    background-color: white;
    padding: 7px 15px;
}


.product-sec .card .card-body .btn i {
    color: black;

}

.product-sec .card img {
    border-radius: 2px;
}
.product-sec .btn-four{
    margin: auto;
}
/* product-sec end */


/* blog start */
#blog-sec {
  background-image: url("img/bg.svg");
}

.blog-card {
  background: transparent;
}

.blog-img-wrap {
  width: 100%;
  overflow: hidden;
}

.blog-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  display: block;
  margin-bottom: 20px;
}

/* hover scale */
.blog-card:hover .blog-img-wrap img {
  transform: scale(1.08);
}

.blog-title {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 26px;
    line-height: 30px;
    font-family: "Cormorant Garamond";
}
.blog-page a{
  text-decoration: none;
}
.blog-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--accent);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.blog-link span.arrow {
  font-size: 22px;
  transform: translateY(1px);
  transition: transform .25s ease;
}

.blog-link:hover span.arrow {
  transform: translate(3px, 1px);
}

.blog-link:hover {
  text-decoration: underline;
}

#blog-sec .other-det a {
    text-decoration: none;
    margin-left: 5px;
    color: var(--text-gray);
    text-transform: uppercase;

}

#blog-sec .card .card-img-top {
    border-radius: 35px;
}

#blog-sec .other-det a:hover {
    color: var(--primary);
    transition: 0.5s;
}

#blog-sec .other-det i {
    color: var(--golden);
}
#blog-sec .other-det .date{
    font-size: 14px;
}

#blog-sec .other-det a{
    font-size: 14px;
}


/* blog end */

/* MAIN CARD */
#fau-collec .main-box{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

/* IMAGE ZOOM EFFECT */
#fau-collec .main-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* ZOOM ON HOVER */
#fau-collec .main-box:hover img{
    transform: scale(1.1);
}

/* OVERLAY CONTENT */
#fau-collec .main-box .content{
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.2), transparent);
    
    display: flex;
    justify-content: flex-end;
    flex-direction: column;

    padding: 20px;
    
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;

    text-align: center;
}

/* FULL SHOW ON HOVER */
#fau-collec .main-box:hover .content{
    opacity: 1;
    transform: translateY(0);
}

/* TEXT STYLE */
#fau-collec .main-box h5{
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

#fau-collec .main-box h4{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

/* CARD WRAPPER */
#fau-collec .main-box{
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* IMAGE FULL WIDTH */
#fau-collec .main-box img{
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

/* ONLY ZOOM EFFECT ON HOVER */
#fau-collec .main-box:hover img{
    transform: scale(1.1);
}


/* Bottom Line + Button Area */
#fau-collec .fau-slider-bottom {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 45px;
}

/* Full Grey Line */
#fau-collec .fau-slider-line {
    position: relative;
    flex: 1;
    height: 1px;
    background: #eeeeee;
    overflow: hidden;
}

/* Moving Orange Line */
#fau-collec .fau-slider-progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 0%;
    background: #f5a623;
    transition: width 0.6s ease;
}



/* Mobile Responsive */
@media (max-width: 576px) {
    #fau-collec .fau-slider-bottom {
        gap: 15px;
        margin-top: 30px;
    }

}

/* why-choose start */


.small-title {
  letter-spacing: 3px;
  font-size: 12px;
  color: #9aa3af;
  margin-bottom: 10px;
}

.main-title {
  font-size: 32px;
  font-weight: 500;
  color: #1f2937;
}

.feature-box h6 {
  font-weight: 600;
  margin-top: 15px;
  font-size: 18px;
  color: black;
}

.feature-box p {
  font-size: 16px;
  /* color: black; */
  margin-top: 8px;
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: #f1f3f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: auto; */
  font-size: 24px;
  color: #000000;
}

.icon-circle i {
  transition: 0.5s;
  transition: transform .6s ease;
  transform-style: preserve-3d;
}

.feature-box:hover .icon-circle i {
  transform: rotateY(360deg);
}

/* why-choose end */

#testimonial{
    background-color: #f3f3f1;
}
#testimonial .left{
    background: url('img/testimonials.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#testimonial .right{
    padding: 80px 20px;
    display: flex;
    justify-content:  center;
    align-items: center;
    flex-direction: column;

} 

.testimonial-card{
    background:#fff;
    padding:40px;
    /* max-width:650px; */
    margin-top: 45px;

}
.testimonial-swiper{
    width:100%;
    overflow:hidden;
}


.testimonial-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:20px;
}

.client-info{
    display:flex;
    align-items:center;
    gap:18px;
}

.client-info img{
    width:75px;
    height:75px;
    border-radius:50%;
    object-fit:cover;
}

.client-details h4{
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    color: black;
    line-height: 1.3;
    font-family: "Cormorant Garamond";
    font-weight: bold;
}

.client-details span{
    display:block;
    margin-top:5px;
    font-size:15px;
    color:#8b8b8b;
}

.testimonial-rating{
    text-align:right;
}

.quote-icon{
    font-size:38px;
    color:#d8a04a;
    display:block;
    margin-bottom:12px;
}

.stars{
    display:flex;
    justify-content:flex-end;
    gap:3px;
}

.stars i{
    color:#d8a04a;
    font-size:12px;
}

.testimonial-text{
    max-width:620px;
    margin:0;
    color:#4e5864;
    font-size:16px;
    font-weight:400;
}

@media(max-width:767px){
    /* .testimonial-card{
        padding:25px;
    } */

    .testimonial-header{
        flex-direction:column;
        gap:20px;
    }

    .testimonial-rating{
        text-align:left;
    }

    .stars{
        justify-content:flex-start;
    }

    .testimonial-text{
        font-size:16px;
        line-height:1.7;
    }
}

/* testimonial end */


/* breadcrumb section start */
.breadcrumb-sec {
  background-color: #0d2329;
  background: url("https://img.magnific.com/premium-photo/clean-hotel-bathroom-sink-with-dual-faucets-fresh-flowers_1015182-48215.jpg?w=360%20360w,%20https://img.magnific.com/premium-photo/clean-hotel-bathroom-sink-with-dual-faucets-fresh-flowers_1015182-48215.jpg?w=740%20740w,%20https://img.magnific.com/premium-photo/clean-hotel-bathroom-sink-with-dual-faucets-fresh-flowers_1015182-48215.jpg?w=1060%201060w,%20https://img.magnific.com/premium-photo/clean-hotel-bathroom-sink-with-dual-faucets-fresh-flowers_1015182-48215.jpg?w=1480%201480w,%20https://img.magnific.com/premium-photo/clean-hotel-bathroom-sink-with-dual-faucets-fresh-flowers_1015182-48215.jpg?w=2000%202000w");
  background-position: center;
  background-size: cover;
  padding: 350px 0 8px 0;
}

.breadcrumb-section nav {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.breadcrumb-section nav h2 {
  color: white;
  font-size: 40px;
}

.breadcrumb-item.active {
  color: rgb(228, 228, 228) !important;
  font-size: 22px;
}

.breadcrumb-item a {
  text-decoration: none;
    font-size: 22px;
}

.breadcrumb {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 0;
  margin: 10px 0 0 0;
  background: transparent;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb li a:hover {
  color: var(--accent-yellow);
  transition: 0.5s;
}

.ri-arrow-right-s-line {
  font-size: 18px;
  color: #fff;
}


/* breadcrumb section start */

/* contect-sec start */


.contect-sec {
    position: relative;
}

.contect-sec .buuter {
    position: absolute;
    top: 109px;
    left: 20px;
    height: auto;
    width: fit-content;
}

.contect-sec .buuter img {
    height: 178px;
    width: 178px;
    transform: rotate(141deg);
    opacity: 0.2;
    position: absolute;
    top: -49px;
    left: 48px;
    z-index: -1;
}

.contect-sec .btn-sec {
    color: white;
}

.contect-sec .left .content {
    padding: 20px;

}

.contect-sec .left .content p {
    font-size: 18px;
}

.form-control {
    padding: 0.70rem 1rem !important;
}

.form-control:focus {
    border-color: black !important;
    outline: 0;
    box-shadow: none !important;
}


@media (max-width:500px) {


    .section-title {
        font-size: 30px;
        margin-bottom: 30px;
    }


}

/* ontact-page start */

.contact-page .left {
    background-color: var(--tolightwhite);
}

.contact-page .form h4 {
    font-size: 28px;
    font-weight: 500;
}

.contact-page .form input {
    padding: 14px 12px;
    border-radius: 3px;
    border: 1px solid rgba(128, 128, 128, 0.274);
    width: 100%;
}

.contact-page .form input:focus-visible {
    outline: 1px solid var(--primary-color);
}

.contact-page .form textarea {
    padding: 12px;
    border-radius: 4px;
    width: 100%;
    border: none;
    border-radius: 3px;
    border: 1px solid rgba(128, 128, 128, 0.274);
}

.contact-page .form textarea:focus-visible {
    outline: 1px solid var(--primary-color);
}

.contact-page .right .box {
    padding: 15px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.contact-page .right .box .icon {
    /* padding: 8px 20px; */
    display: flex;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    background-color: #80bf00;
    margin-right: 20px;
    height: 84px;
    width: 84px;
}

.contact-page .right .box .icon i {
    font-size: 2.5rem;
    height: fit-content;
    color: white;
}

.contact-page .right .box h4 {

    color: #0d2329;
}

.contact-page .right .box p,
a {
    color: gray;

}

.contact-page .right .box a {
    font-size: 16px;
}

.contact-page .right .box .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contact-page .right .box .content p {
    margin-bottom: 0;
    line-height: normal;
}


/* contact-page end */

@media (max-width:425px) {
    .contact-page .right .box .icon {
        height: 70px;
        width: 70px;
    }

    .contact-page .right .box a {
        font-size: 16px;
    }

    .contact-page .right .box h4 {
        font-size: 20px;
    }

}


.contect-sec .row-first .main-box .icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 15px;
    background: #e1e0df;
    position: relative;
}


.contect-sec .main-box i {
    color:var(--accent-yellow);
    font-size: 30px;
    z-index: 1;
}

.contect-sec .main-box .icon::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background-color:var(--accent-yellow);
    height: 0%;
    width: 0%;
    transition: 0.5s;
    border-radius: 50%;
}

.contect-sec .main-box a {
    color: black;
    text-decoration: none;
    font-size: 18px;

}

.contect-sec .main-box p {
    color: black !important;
}

.contect-sec .main-box:hover i {
    color: white;
}

.contect-sec .main-box:hover .icon::after {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

#contact {
    background-image: url('img/light-bg.jpg');
    background-size: cover;
    background-position: center;
}

iframe {
    border: 5px solid #000000;
    border-radius: 20px;
}

.contect-sec .right {
    background-color: rgb(248, 248, 248);
    padding: 30px;
    border-radius: 20px;
}


/* contect-sec end */

/* about2 section start */
#about2 {
  background-image:linear-gradient(rgba(0, 0, 0, 0.158), rgba(0, 0, 0, 0.096)),  url('img/state.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}

#about2 .counter-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 20px;
  /* background: #fff; */

}

#about2 .counter-box {
  /* flex: 1 1 180px;
    max-width: 200px; */
  text-align: center;
backdrop-filter: blur(1px);
margin-bottom: 3px;
}

#about2 .counter-box .main-box {
  border: 2px solid rgb(46, 46, 46);
  border-radius: 10px;
  padding: 30px 15px;
  margin: 0px 10px;
  position: relative;
}

#about2 .card-effect:hover {
  transform: translateY(-10px);
  transition: 0.5s;
}

#about2 .counter-box .main-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background-color: var(--primary);
  transition: 0.5s;
  border-radius: 10px;
}

#about2 .counter-box .main-box:hover::after {
  height: 100%;
}

#about2 .counter {
  font-size: 50px;
  font-weight: bold;
  color: white;
}

#about2 .label {
  font-size: 18px;
  color: #ffffffe8;
  font-weight: 600;
}


/* about2 section end */

/* blog-page start */

.popular-articles{
    padding: 10px 0;
}

.sidebar-title{
    font-size: 42px;
    color: #1f2b38;
    margin-bottom: 35px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
}

.article-item{
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.article-img img{
    width: 82px;
    height: 82px;
    object-fit: cover;
}

.article-content{
    flex: 1;
}

.article-title{
    display: block;
    font-size: 18px;
    line-height: 1.35;
    text-decoration: none;
    margin-bottom: 8px;
    transition: 0.3s;
        color: black;

}

.article-title.dark{
    color: black;
}

.article-title:hover{
    color: var(--accent-yellow);
}

.article-date{
    display: block;
    font-size: 15px;
    color: #7d8793;
    font-weight: 500;
}

#blog-page .right .blog-card{
    align-items: center;
}


/* blog-page end */