* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --golden: #bb9a65;
    --golden-dark: #403226;
    --text-gray: #666666;
    --e-global-color-accent: #bb9a65;
}

a {
    text-decoration: none !important;
}

button {
    border: none !important;
    background-color: transparent !important;
}

p {
    color: var(--text-gray);
}

body,
html {
    overflow-x: hidden;
}

.full-sec-space {
    border-radius: 20px;
    margin: 10px;
}

.top-head {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    width: fit-content;
    color: var(--e-global-color-accent);
}

.top-head span {
    width: 40px;
    height: 2px;
    background: #2bb3b1;
    position: relative;
}

.top-head span::after {
    content: '';
    position: absolute;
    right: -8px;
    top: -4px;
    width: 10px;
    height: 10px;
    background: #2bb3b1;
    border-radius: 50%;
}

.top-head p {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    font-weight: bold;
    margin-bottom: 0 !important;
    color: var(--e-global-color-accent);

}



.heading span {
    color: var(--secondary);
}

.heading.text-start {
    width: 100%;
    margin: 0;
    justify-content: flex-start;
    text-align: left !important;
}

.heading.text-center {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    text-align: center !important;
}

.heading {
    font-size: 48px;
    color: var(--golden-dark);
    font-weight: 700;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    line-height: 1.1;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
    backdrop-filter: blur(2px);
}

.word {
    display: inline-flex;
    white-space: nowrap;
    ;
    /* word ek unit hai */
}

.letter {
    display: inline-block;
    opacity: 0;
    transform: translateX(40px) translateY(20px);
}

.heading br {
    flex-basis: 100%;
    height: 0;
}


.side-space {
    padding-left: 70px;
    padding-right: 70px;
}


/* main-btn start */
.main-btn {
    background-color: var(--secondary);
    padding: 14px 10px 18px 30px;
    font-size: 16px;
    color: white !important;
    transition: 0.5s;
    border-radius: 50px;
}

.main-btn i {
    background-color: var(--primary);
    color: white;
    border-radius: 50px;
    padding: 10px;
    transform: rotate(-45deg);
    margin-left: 10px;
    height: 40px;
    width: 40px;
    transition: 0.5s;

}

.main-btn:hover i {
    transform: rotate(0deg);
    background-color: var(--secondary);

}

.main-btn:hover {
    background-color: var(--primary);

}

/* main-btn end */

.icon-btn {
    background-color: var(--golden);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    transition: 0.5s;
    padding: 20px;
    border-radius: 4px;


}

.icon-btn i {
    transform: rotate(-45deg);
    transition: 0.5s;
}

.icon-btn:hover i {
    transform: rotate(0deg);
    color: white;

}

/* btn-main start */
.btn-main {
    display: flex;
}

.btn-main i {
    background-color: var(--golden-dark);
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 23px;
    font-size: 19px;
    transform: rotate(-45deg);
    transition: all 0.5s ease-in-out;
}

.btn-main:hover i {
    transform: rotate(0deg);
    background-color: var(--golden);

}

.btn-main i {
    background-color: var(--golden);
    flex-shrink: 0;

}

.btn-main a {
    display: inline-block;
    font-size: 16px;
    line-height: 1em;
    text-transform: capitalize;
    background: var(--golden-dark);
    color: white;
    border-radius: 100px;
    padding: 16px 25px;
    border: none;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 1;

}

.btn-main:hover a {
    color: white;
}

.btn-main span {
    display: inline-block;
    font-size: 16px;
    line-height: 1em;
    text-transform: capitalize;
    background: var(--golden-dark);
    color: white;
    border-radius: 100px;
    padding: 16px 25px;
    border: none;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 1;

}

.btn-main:hover span {
    color: white;
}

/* btn-main end */

/* sec-btn start */
.sec-btn {
    border: 2px solid white;
    padding: 14px 10px 18px 30px;
    font-size: 16px;
    color: white !important;
    transition: 0.5s;
    border-radius: 50px;
    /* display: inline-flex; */
    line-height: 1;
}



.sec-btn i {
    background-color: var(--secondary) !important;
    color: white;
    border-radius: 50px;
    padding: 10px;
    /* transform: rotate(-45deg); */
    margin-left: 10px;
    height: 40px;
    width: 40px;
    transition: 0.5s;
    line-height: 1;

}

.sec-btn:hover i {
    transform: rotate(0deg);
    background-color: var(--secondary);

}

.sec-btn:hover {
    background-color: white;
    color: var(--primary) !important;

}

/* sec-btn end */

/* header start */
.home-banner-wrapper {
    position: relative;
}

.dropdown-menu[data-bs-popper] {
    top: 152% !important;
    left: 0;
    margin-top: .125rem;
    border-right: 5px solid var(--secondary);
    border-top: none;
    border-bottom: 5px solid var(--secondary);
    border-radius: 0 15px 15px 15px;
    border-left: none !important;
    border-radius: 20px;
}

.dropdown-item {
    color: black !important;
    background-color: transparent !important;
    font-weight: 500 !important;
}

.dropdown-item:hover {
    color: var(--secondary) !important;
    transition: 0.5s;
}

#header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 23;
    backdrop-filter: blur(2px);

}

#header .navbar {
    /* background-color: white; */
}

.navbar-expand-lg .navbar-nav {
    margin: auto !important;
}

.nav-link {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: black !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar {
    border-radius: 100px;
}

.nav-item {
    margin: 0 10px;
}

.navbar-nav .nav-link.active {
    color: var(--golden-dark) !important;
}

.navbar-nav .nav-link:hover {
    color: var(--golden-dark) !important;
    transition: 0.5s;
}

/* header end */
/* heroa start */


#hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /* background: #000; */
    /* fallback color while video loads */
}

/* make video behave like background and cover viewport */
#bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;

}

/* gentle overlay to improve text contrast */
#hero::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)); */
    z-index: 1;
}

/* content sits above overlay */
.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-align: center;
}


.hero-inner {
    max-width: var(--max-width);
    width: fit-content;
    color: var(--text);
    background: #0000000a;
}

.eyebrow {
    color: rgb(255 255 255);
    font-weight: 600;
    margin-bottom: 12px;
    display: inline-block;
    /* background: rgba(255, 255, 255, 0.06); */
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 20px;
}

.hero-title {
    margin: 20px 0 35px 0;
    /*font-size: clamp(28px, 5vw, 56px);  responsive size */
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: white;
    line-height: 75px;
    font-size: 60px;


}

.cursor {
    display: inline-block;
    animation: blink 1s steps(2, start) infinite;
    margin-left: 6px;
    opacity: 1;
}

@keyframes blink {
    50% {
        opacity: 0
    }
}

.hero-sub {
    margin: 0 0 20px;
    font-size: clamp(14px, 1.6vw, 18px);
    color: rgba(255, 255, 255, 0.9);
}

.hero-ctas {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap
}

.btn.primary:hover {
    background: var(--accent-dark);
    border-color: var(--accent-dark)
}

.btn.ghost {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.18);
}

/* responsive tweaks */
@media (max-width: 768px) {
    .hero-title {
        font-size: 40px;
    }


}

/* hero end */

/* about-sec start */
#about-sec img {
    border-radius: 20px;
}

.dropcap {
    color: var(--text-gray);
}

.dropcap::first-letter {
    float: left;
    font-size: 3em;
    /* Big first letter */
    color: #b38b48;
    /* Warm gold color */
    line-height: 1;
    margin-right: 12px;
    font-weight: 700;

}

#about-sec .right .first {
    position: absolute;
    left: 0;
    top: 0;
}

#about-sec .right {
    position: relative;
}

#about-sec .right .second {
    position: absolute;
    right: 0;
    bottom: 0;
}

#about-sec .box .num {
    font-size: 50px;
    font-weight: 700;
    color: var(--golden);
    margin-right: 20px;
}

#about-sec .box .text {
    color: var(--golden-dark);
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}


/* about-sec end */


/* marquee start */
.marquee-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.marquee {
    display: flex;
    gap: 20px;
    animation: marquee 25s linear infinite;
}

.marquee-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    white-space: nowrap;
    margin-right: 20px;
}

.marquee-item img {
    width: 180px;
    height: 80px;
    border-radius: 133px;
    object-fit: cover;
}

.marquee-item.text-box {
    padding: 10px 25px;
    font-weight: 700;
    font-size: 24px;
    color: #4a3f30;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #8080807d;
    border-radius: 100px;
}

/* Seamless scroll */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

    /* scroll by half (because we duplicated items) */
}


/* marquee end */


/* services-sec start */
#services-sec {
    background: url('img/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



#services-sec .heading {
    color: white;
}

/* team-section section start */

#services-sec .sub-head {
    margin: auto;
}


#services-sec .swiper {
    width: 100%;
    padding: 30px 0;
}

#services-sec .main-card {
    background: transparent;
    /* border: 1px solid #ddd; */
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
    text-align: center;
    border-radius: 20px;
    ;
    position: relative;
}

#services-sec .main-card .card-body {
    position: absolute;
    bottom: 0px;
    left: 0;
    background: linear-gradient(to bottom, #00000000 0%, #424242c4 50%, #000000d6 100%);
}

#services-sec .main-card .icon-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}


#services-sec .main-card:hover .icon-box {
    top: 67%;
    transform: translate(-49%, 54%);
    transition: 0.5s;
    opacity: 1;
}

#services-sec .main-card .icon-box {
    position: absolute;
    left: 50%;
    top: 74%;
    transform: translate(-49%, 74%);
    background-color: var(--primary);
    opacity: 0;

}

#services-sec .main-card .icon-box i {
    color: white;
    padding: 10px;
}

#services-sec .main-card:hover .card-img {
    transform: scale(1.1);
    transition: 0.5s;
    overflow: hidden;
}

#services-sec .card-img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #95a3b517;
}

#services-sec .main-card h5 {
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 24px;
    margin-top: 10px;
}

#services-sec .main-card h5::after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    left: 0%;
    bottom: -15px;
    height: 2px;
    width: 80px;
    text-align: center;
    margin: auto;
}


/* Custom Swiper Buttons */
#services-sec .swiper-button-next,
#services-sec.swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: var(--primary);
    /* aapke theme ka primary color */
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    padding: 24px 20px;
}


#services-sec .main-card {
    margin-top: 15px;
    box-shadow: none;
    border: none;
    overflow: hidden !important;

}

#services-sec .testimonial-slider .swiper-button-prev i {
    background-color: white;
    color: red;
}

#services-sec .team-page .div {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}


/* Left arrow ko thoda aur left side le jao */
#services-sec .swiper-button-prev {
    left: -60px;

}

/* Right arrow ko thoda aur right side le jao */
#services-sec .swiper-button-next {
    right: -60px;

}

#services-sec .swiper-button-prev i {
    color: white;
}

#services-sec .swiper-button-next i {
    color: white;
}

#services-sec .swiper-button-prev:hover {
    background-color: white;
}

#services-sec .swiper-button-next:hover {
    background-color: white;
}


#services-sec .swiper-button-prev:hover i {
    color: var(--primary);
}

#services-sec .swiper-button-next:hover i {
    color: var(--primary);
}


/* Default arrow icon ko hatakar Font Awesome lagayenge */
#services-sec .swiper-button-next::after,
#services-sec .swiper-button-prev::after {
    display: none;
}

/* services-sec end */

/* process-sec start */
#process-sec {
    background-color: #dee8de;
}

#process-sec .main-box h5 {
    font-size: 22px;
}

#process-sec .main-box {
    border-radius: 20px;
    z-index: 5;
    padding: 20px;
    padding-top: 0;
}

#process-sec .main-box.odd {
    margin-left: 40px;
}



#process-sec .main-box.even {
    margin-right: 40px;
}

#process-sec .main-box.active .process-btn {
    background-color: var(--secondary);

}

#process-sec .main-box.active p {
    visibility: visible;
}

#process-sec .main-box:hover p {
    visibility: visible;
    transition: 0.5s;

}

#process-sec .main-box p {
    visibility: hidden;
    font-size: 16px;
    font-weight: 400;

}


#process-sec .process-btn {
    background-color: var(--primary);
    color: white;
    padding: 17px 41px;
    border: none;
    font-size: 18px;
    position: relative;
    border-radius: 33px;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;

}

#process-sec .process-btn::after {
    content: "";
    background-color: var(--secondary);
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s;
    border-radius: 33px;
    z-index: -1;
}

#process-sec .main-box:hover .process-btn::after {
    width: 100%;
}

.circle-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* image untouched */
.process-img {
    max-width: 100%;
    height: auto;
    z-index: 1;
}

/* rings relative to image size */
.ring {
    position: absolute;
    border-radius: 50%;
    inset: -12%;
    animation: pulse 3s infinite;
}

/* ring variations */
.ring1 {
    background: rgba(13, 15, 15, 0.35);
    animation-delay: 0s;
    z-index: 1;
}

.ring2 {
    background: rgba(108, 191, 183, 0.25);
    inset: -18%;
    animation-delay: 1s;
    z-index: 1;
}

.ring3 {
    background: rgba(108, 191, 183, 0.15);
    inset: -25%;
    animation-delay: 2s;
    z-index: 1;
}

/* animation */
@keyframes pulse {
    0% {
        transform: scale(0.95);
        opacity: 0.6;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.05);
        opacity: 0.6;
    }
}


/* process-sec end */

/* testimonial start */
#testimonial {
    background: linear-gradient(to right, #31445f00, #152b2b), url(img/testimonial.jpg);
    background-size: cover;
    background-position: start;
}

#testimonial .left {
    padding: 20px;
}

#testimonial .top-head p {
    color: white;
}

#testimonial .heading {
    color: white;
}

#testimonial .main-card .det h5 {
    font-size: 16px;
    font-weight: 400;
}

#testimonial .main-card .det h3 {
    font-family: popins;
}

#testimonial .main-card .img-box {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

#testimonial .main-card .img-box img {
    height: 100%;
    width: 100%;
}

/* testimonial end */

/* appointment-section start */

#appointment-section {
    background: #e7f0e9;
}

#appointment-section img {
    border-radius: 30px;
}

.form-control:focus {
    box-shadow: none !important;
}

.small-title {
    letter-spacing: 2px;
    font-size: 13px;
    color: #2aa6a6;
    font-weight: 600;
}

.main-title {
    font-size: 42px;
    font-weight: 600;
    margin: 10px 0;
}

.main-title span {
    color: #2aa6a6;
}

.sub-text {
    color: #555;
    margin-bottom: 30px;
}

.info-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.info-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.info-box i {
    background: var(--primary);
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-box p {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    color: #131a1acf;
}

.info-box a:hover p {
    color: var(--secondary);
    transition: 0.5s;
}

.appointment-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
}

.appointment-form .form-control {
    border-radius: 30px;
    padding: 14px 18px;
    border: 1px solid #ddd;
}

.appointment-form textarea {
    border-radius: 20px;
}

.btn-submit {
    width: 100%;
    background: #2aa6a6;
    border: none;
    color: #fff;
    padding: 14px;
    border-radius: 30px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s;
}

.btn-submit span {
    background: #0f2b2b;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-submit:hover {
    background: #0f2b2b;
}

/* appointment-section end */

/* footer start */
#footer {
    /* background: url('img/bg.jpg'); */
    background-size: cover;
    background-color: var(--golden-dark);
    color: #ffffff;
}

/* gallery */
#footer .footer-gallery {
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer .footer-gallery img {
    border-radius: 14px;

}

/* text */
#footer .footer-logo {
    font-size: 32px;
    font-weight: 600;
}

#footer .footer-text {
    font-size: 15px;
    color: #cfdede;
    margin: 15px 0;
}

/* social */
#footer .footer-social a {
    width: 38px;
    height: 38px;
    background: #ffffff;
    color: #0e2525;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    transition: 0.3s;
}

#footer .footer-social a:hover {
    background: var(--golden);
    color: #fff;
}

/* titles */
#footer .footer-title {
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--golden);
}

/* lists */
#footer .footer-list,
#footer .footer-links {
    list-style: none;
    padding: 0;
}

#footer .footer-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
    color: white;
}

#footer .footer-list li i {
    background-color: white;
    border-radius: 50%;
    color: var(--golden);
    height: 30px;
    width: 30px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .footer-links li {
    margin-bottom: 10px;
}

#footer .footer-links a {
    color: #ffffff;
    text-decoration: none;
}

#footer .footer-links a:hover {
    color: var(--golden);
    transition: 0.5s;
}

/* newsletter */
#footer .newsletter input {
    width: 100%;
    padding: 14px;
    border-radius: 30px;
    border: none;
    margin-bottom: 12px;
}

#footer .newsletter button {
    width: 100%;
    background: #2aa6a6;
    border: none;
    color: #fff;
    padding: 14px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* bottom */
#footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    font-size: 14px;
    padding-bottom: 0;
}

#footer .footer-bottom a {
    color: #ffffff;
    text-decoration: none;
}


/* footer end */



/* why-choose start */

.accordion-item {
    border: none !important;
    border-bottom: 1px solid #e4e4e4 !important;
    background: transparent;
}

.accordion-button {
    font-size: 18px !important;
    color: var(--golden-dark) !important;
    justify-content: space-between;
    font-weight: 600;

}

.accordion-button:not(.collapsed) {
    color: var(--golden-dark) !important;
    background-color: transparent !important;
    border-color: none !important;
}

.accordion-button::after {
    display: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item:first-of-type .accordion-.accordion-item:first-of-type .accordion-button {
    background-color: transparent !important;
}

.award-box {
    background-color: #4A3826;
    color: #D0B887;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.award-box img {
    margin-bottom: 15px;
    max-width: 150px;
}

.award-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 2rem;
    color: var(--golden);
}

/* why-choose end */


/* Counter Section end*/
.stats-section {
    padding: 80px 0;
}

.stat-card {
    background: #efefef;
    border-radius: 12px;
    padding: 40px 35px;
    height: 100%;
    transition: all .3s ease;
}

.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.stat-title {
    font-size: 15px;
    font-weight: 600;
    color: #b99257;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.stat-title::before {
    content: "•";
    margin-right: 10px;
}

.counter-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    justify-content: center;
}

.counter {
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    color: var(--golden-dark);
}

.symbol {
    font-size: 50px;
    font-weight: 700;
    color: var(--golden);
    ;
    margin-left: 5px;
    line-height: 1;
}

.stat-text {
    font-size: 18px;
    line-height: 1.7;
    color: #777;
}

/* Counter Section end*/

/* project-gallery start */
.project-section {
    background: #f5f5f5;
    overflow: hidden;
}

.coverflow-wrapper {
    position: relative;
    max-width: 1400px;
    margin: auto;
    height: 650px;
}

.coverflow {
    position: relative;
    width: 100%;
    height: 100%;
}

.project-card {
    position: absolute;
    width: 800px;
    height: 550px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    overflow: hidden;
    transition: .7s ease;
    opacity: 0;
}

.project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-info {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    background: white;
    border-radius: 20px;
    text-align: center;
    padding: 25px;
}

.project-info span {
    color: var(--golden);
    font-size: 18px;
    text-transform: uppercase;
}

.project-info h3 {
    font-size: 26px;
    font-weight: 700;
    color: #2d2d2d;
}

/* Active */
.project-card.active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    z-index: 10;
}

/* Left */
.project-card.prev {
    transform: translate(-70%, -50%) scale(.75);
    opacity: .25;
    z-index: 5;
}

/* Right */
.project-card.next {
    transform: translate(50%, -50%) scale(.75);
    opacity: .25;
    z-index: 5;
}

.project-card.hide {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%) scale(.5);
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid #c5a26c;
    background: white;
    color: #c5a26c;
    z-index: 50;
    cursor: pointer;
    transition: .3s;
}

.nav-btn:hover {
    background: #c5a26c;
    color: white;
}

.prev-btn {
    left: 12%;
}

.next-btn {
    right: 12%;
}

@media(max-width:1200px) {

    .project-card {
        width: 700px;
        height: 500px;
    }

    .project-title {
        font-size: 55px;
    }
}

@media(max-width:991px) {

    .coverflow-wrapper {
        height: 500px;
    }

    .project-card {
        width: 90%;
        height: 400px;
    }

    .project-card.prev,
    .project-card.next {
        display: none;
    }

    .prev-btn {
        left: 15px;
    }

    .next-btn {
        right: 15px;
    }

    .project-info h3 {
        font-size: 28px;
    }
}

@media(max-width:576px) {

    .coverflow-wrapper {
        height: 420px;
    }

    .project-card {
        height: 320px;
    }

    .project-info {
        padding: 15px;
        bottom: 20px;
    }

    .project-info h3 {
        font-size: 22px;
    }



}

/* project-gallery end */

/* mid-banner start */
#mid-banner {
    background-image: url('img/mid-banner.jpg');
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
    /* background-position: center; */

}

.mid-banner .heading span {
    color: var(--golden);
}

#mid-banner .contact-btn {
    width: 180px;
    height: 180px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#mid-banner .badge-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateShape 12s linear infinite;
}

#mid-banner .badge-shape {
    width: 200px;
    height: 200px;
    background: #C7A56B;
    border-radius: 35% 65% 45% 55% / 55% 40% 60% 45%;
}

#mid-banner .content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

#mid-banner .arrow {
    font-size: 34px;
    margin-bottom: 8px;
}

#mid-banner .content span:last-child {
    font-size: 18px;
}

@keyframes rotateShape {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* mid-banner end */

/* blog-sec start */
.blog-sec {
    background: #f5f5f5;
    overflow: hidden;
}

.blog-sec .heading {
    text-align: center;
}

/* Heading */

.news-heading h2 {
    font-size: 72px;
    line-height: 1;
    font-weight: 700;
    color: #453327;
    position: relative;
    display: inline-block;
}

.news-heading .line {
    position: absolute;
    left: -35px;
    top: 0;
    width: 2px;
    height: 80px;
    background: #b8965d;
}

/* Blog Item */

.news-item {
    border-top: 1px solid #dddddd;
    padding: 30px 0;
    transition: .4s;
    cursor: pointer;
}

.news-item:last-child {
    border-bottom: 1px solid #dddddd;
}

/* Date */

.date-box {
    width: 150px;
    height: 150px;
    background: #f0f0f0;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .4s;
}

.date-box h3 {
    font-size: 72px;
    font-weight: 700;
    color: #bc9655;
    line-height: 1;
    margin: 0;
}

.date-box span {
    color: #59667d;
    font-size: 18px;
}

/* Content */

.meta {
    font-size: 16px;
    color: #777;
    margin-bottom: 10px;
}

.meta span {
    margin: 0 12px;
    color: #bc9655;
}

.meta strong {
    color: #bc9655;
    font-weight: 500;
}

.news-content h3 {
    font-size: 24px;
    color: #453327;
    font-weight: 700;
    margin-bottom: 10px;
}

.news-content p {
    font-size: 16px;
    color: #777;
}

/* Image */
.news-item:hover .news-image {
    width: 100%;

}

.news-image {
    overflow: hidden;
    border-radius: 25px;
    width: 50%;
    transition: 0.5s;
}

.news-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: .6s;
}

/* Hover Effect */



.news-item:hover h3 {
    color: #bc9655;
    transition: 0.5s;
}

/* Responsive */

@media(max-width:991px) {

    .news-heading h2 {
        font-size: 48px;
    }

    .date-box {
        margin-bottom: 20px;
        width: 120px;
        height: 120px;
    }

    .date-box h3 {
        font-size: 55px;
    }

    .news-image {
        margin-top: 20px;
    }
}

@media(max-width:767px) {

    .news-heading h2 {
        font-size: 36px;
    }

    .news-heading .line {
        display: none;
    }

    .news-content h3 {
        font-size: 24px;
    }

    .news-content p {
        font-size: 16px;
    }

    .date-box {
        width: 100px;
        height: 100px;
    }

    .date-box h3 {
        font-size: 42px;
    }

    .date-box span {
        font-size: 12px;
    }
}

/* blog-sec end */


/* breadcrumb start */
#breadcrumb {
    background-image: url('https://img.magnific.com/premium-photo/interior-has-armchair-empty-white-wall-background-3d-rendering_41470-2913.jpg?w=360%20360w,%20https://img.magnific.com/premium-photo/interior-has-armchair-empty-white-wall-background-3d-rendering_41470-2913.jpg?w=740%20740w,%20https://img.magnific.com/premium-photo/interior-has-armchair-empty-white-wall-background-3d-rendering_41470-2913.jpg?w=1060%201060w,%20https://img.magnific.com/premium-photo/interior-has-armchair-empty-white-wall-background-3d-rendering_41470-2913.jpg?w=1480%201480w,%20https://img.magnific.com/premium-photo/interior-has-armchair-empty-white-wall-background-3d-rendering_41470-2913.jpg?w=2000%202000w');
    background-position: center;
    background-size: cover;
    padding: 250px 0 150px 0;
}

.breadcrumb {
    justify-content: center;
}

.breadcrumb-item.active {
    color: #373737 !important;
    font-size: 16px;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #373737 !important;
}

.breadcrumb-item a {
    color: #373737;
    font-size: 16px;
    text-decoration: none;
    transition: 0.5s;
}

.breadcrumb-item a:hover {
    color: var(--primary-dark);
}

#breadcrumb h2 {
    font-weight: 600;
    color: var(--golden-dark) !important;
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-bottom: 1px solid #403226;
}

/* breadcrumb end */


/* 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(--golden);
    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(--golden);
    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 */

/* vision-mission start */
.vision-mission {
    background-image: url('img/bg.jpg');
    background-size: cover;
}


.vision-mission .vmv-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    /* text-align: center; */
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
}

.vision-mission .vmv-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.vision-mission .icon-box {
    width: 80px;
    height: 80px;
    background: #c89b63;
    color: #fff;
    font-size: 32px;
    /* margin: 0 auto 25px; */
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.vision-mission .vmv-card h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: var(--golden-dark);
    font-weight: 600;
}

.vision-mission .vmv-card p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
}



/* vision-mission end */

/* faq-section start */


/* faq-section end */


/* blog-page start */
#blog-page .card .card-title {
    color: black;
}

#blog-page .card .card-body {
    padding: 20px 0;
}

#blog-page .card .card-title:hover {
    color: var(--primary);
    transition: 0.5s;
}

#blog-page a {
    text-decoration: none;
}

#blog-page .other-det a {
    text-decoration: none;
    margin-left: 5px;
    color: var(--text-gray);

}

#blog-page .card .card-img-top {
    border-radius: 35px;
}

#blog-page .other-det a:hover {
    color: var(--primary);
    transition: 0.5s;
}

#blog-page .other-det i {
    color: var(--golden);
}

#blog-page .card .card-title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 28px;
    color: var(--golden-dark);
}

#blog-page .card .card-img-top.odd {
    height: 350px;
}

#blog-page .card:hover .card-title {
    color: var(--golden);
    transition: 0.5s;
}

/* blog-page end */



/* blog-details start */
.blog-details {
    padding: 60px 0;
}

.blog-details .blog-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px 10px;
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #eee; */
}

.blog-details .blog-badge {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
    color: #888;
}

.blog-details .blog-title {
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0 15px;
    color: #222;
}

.blog-details .blog-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

.blog-details .blog-meta {
    font-size: 13px;
    color: #999;
    margin-bottom: 25px;
}

.blog-details .blog-meta span {
    margin-right: 15px;
}

.blog-details .blog-content h2,
.blog-details .blog-content h3 {
    font-weight: 600;
    color: #222;
    margin-top: 28px;
    margin-bottom: 5px;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
}

.blog-details .blog-content h3 {
    font-size: 18px;
}

.blog-details .blog-content p {
    margin-bottom: 12px;
}

.blog-details .blog-content ul {
    padding-left: 20px;
    margin-bottom: 12px;
}

.blog-details .highlight-box {
    background: #b4861b1a;
    border-left: 4px solid #b4861b;
    padding: 14px 16px;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 18px;
}

.blog-details .section-divider {
    border-top: 1px dashed #ddd;
    margin: 30px 0;
}

.blog-details .right .recent-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}

.blog-details .right .main-box {
    padding: 18px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: 0.3s;
}

.blog-details .right .main-box:last-child {
    border-bottom: none;
}


.blog-details .right {
    padding: 35px 10px;
}

.blog-details .right .img-box {
    width: 120px;
    height: 100px;
    overflow: hidden;
    flex-shrink: 0;
}

.blog-details .right .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-details .right .date {
    font-size: 16px;
    margin-bottom: 4px;
    color: black;
}

.blog-details .right .post-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.3;
}

.blog-details .right .main-box:hover .post-title {
    color: #000;
    transition: 0.5s;
}

.blog-details .right .main-box:hover .post-title:hover {
    color: var(--golden);
}

.blog-details .big-img {
    border-radius: 30px;
}

.blog-details .right img {
    border-radius: 2cqb;
}

.blog-details .other-det a {
    text-decoration: none;
    margin-left: 5px;
    color: var(--text-gray);

}


.blog-details .other-det a:hover {
    color: var(--primary);
    transition: 0.5s;
}

.blog-details .other-det i {
    color: var(--golden);
}

/* blog-details end */

.error-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-image: url('img/light-bg.jpg');
    padding-top: 200px;
}


.error-content {
    position: relative;
    z-index: 2;
}

.error-number {
    font-size: 180px;
    line-height: 1;
    font-weight: 800;
    color: var(--golden);
    text-shadow: 5px 5px 0 rgba(64, 50, 38, .08);
}

.error-text {
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.5;
    max-width: 650px;
    margin: auto;
}

.home-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--golden);
    color: #fff;
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 50px;
    margin-top: 35px;
    font-weight: 600;
    transition: .4s;
}

.home-btn:hover {
    background: var(--golden-dark);
    color: #fff;
    transform: translateY(-5px);
}

.design-icon {
    width: 130px;
    height: 130px;
    border: 2px solid var(--golden);
    border-radius: 50%;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--golden);
    font-size: 55px;
}



@media(max-width:991px) {
    .error-number {
        font-size: 130px;
    }

 
}

@media(max-width:767px) {
    .error-number {
        font-size: 100px;
    }

    .error-text {
        font-size: 16px;
    }

    .design-icon {
        width: 100px;
        height: 100px;
        font-size: 40px;
    }
}


/* service-details start */

#service-details a {
  text-decoration: none;
  color: black;

}

#service-details .left .cat-main {
    padding: 20px;
    border: 1px solid #12121229;
    background: gray;
    background: #efefef;
}
#service-details .left .cat-main .box{
    border-bottom: 1px solid #40322647;
}

#service-details .left .cat-main h5 {
  font-weight: bold;
  font-family: popins;
  font-size: 24px;
}

#service-details .left .cat-main h5:hover a {
  color: var(--primary-dark);
}

#service-details .left .cat-main .box .icon i {
  transform: rotate(-45deg);
  transition: 0.5s;
}

#service-details .left .cat-main .box:hover .icon i {
  transform: rotate(0deg);

}

#service-details .left .cat-main .box p {
  font-weight: 500;
  transition: 0.5s;
  font-size: 18px;
  color: var(--golden-dark);
}

#service-details .left .cat-main .box:hover p {
  color: var(--primary-dark);
}

#service-details .left .list-group-flush .main-box {
  display: flex;
  margin: 0px 5px;
  transition: 0.5s;
  position: relative;
  padding: 15px 5px;
}

#service-details .left .list-group-flush .main-box a {
  text-decoration: none;
  color: #212529;
}

#service-details .left .list-group-flush .main-box h5 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}

#service-details .left .list-group-flush .main-box .icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 15px;
  background: #e1e0df;
  position: relative;
}


#service-details .left .list-group-flush .main-box i {
  color: var(--golden);
  font-size: 25px;
  z-index: 1;
}

#service-details .left .list-group-flush .main-box .icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: var(--secondary);
  height: 0%;
  width: 0%;
  transition: 0.5s;
  border-radius: 50%;
}

#service-details .left .list-group-flush .main-box:hover .icon::after {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

#service-details .faq-heading {
  font-size: 38px;
  font-weight: 700;
}

#service-details .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
  position: relative;

}

#service-details .accordion-button {
  font-size: 20px;
  font-weight: 600;
  padding-left: 0;
  background: none !important;
  box-shadow: none !important;
}

#service-details .accordion-button:not(.collapsed) {
  color: #000;
}

.faq-icon {
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s ease;
}

#service-details .accordion-button:not(.collapsed)+.faq-icon {
  transform: rotate(45deg);
  color: black;

}

#service-details .accordion-body {
  font-size: 16px;
  color: #555;
  padding-left: 0;
  margin-top: -10px;
}

#service-details .right .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}

#service-details .right .box i {
  color: var(--primary);
  font-size: 30px;

}

#service-details .right .box P {
  color: black;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

#service-details .right h3 {
  font-weight: bold;
  font-family: popins;

}


/* gallery-sec start */

/* gallery-sec end */
#gallery-sec{
  padding-bottom: 100px;
}

#gallery-sec .gallery-img-box {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 6px;
}

#gallery-sec .gallery-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

#gallery-sec .gallery-img-box:hover img {
  transform: scale(1.08);
}

/* Lightbox background */
#imgLightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9999;
}

/* active */
#imgLightbox.active {
    opacity: 1;
    visibility: visible;
}

/* image */
#imgLightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
}

/* close icon */
.close-lightbox {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

:root{
    --golden:#bb9a65;
    --golden-dark:#403226;
}

.section-title{
    color: var(--golden-dark);
    font-weight: 700;
}

.service-item{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(187,154,101,.2);
    transition: .3s;
    height: 100%;
}

.service-item i{
    color: var(--golden);
    font-size: 22px;
    min-width: 25px;
}

.service-item span{
    font-size: 15px;
    font-weight: 500;
    color: #222;
    line-height: 1.4;
}




/* Gallery Hover */
.gallery-item img {
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s;
}

.gallery-item img:hover {
    transform: scale(1.05);
}

/* Lightbox */
#lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    text-align: center;
    padding-top: 60px;
}

.gallery-item{
  overflow: hidden;
}

#lightbox img {
    max-width: 80%;
    max-height: 80vh;
    border-radius: 10px;
}

/* Close Button */
.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

/* Arrows */
.prev, .next {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    padding: 10px;
}

.prev { left: 30px; }
.next { right: 30px; }

/* gallery end */

/* product-sec start */
#product-sec .service-card .content{
  background-color: #ffffff94;
}
#product-sec .card-arrow {
  position: absolute;
    left: 26px;
    bottom:  30%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: none;
  outline: none;
  background: var(--primary-dark);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 2;
  transition: 0.5s;

}
#product-sec::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(to top,
      rgba(0, 0, 0, .85) 0%,
      rgba(0, 0, 0, .5) 40%,
      rgba(0, 0, 0, 0) 75%); */
  z-index: 1;
  pointer-events: none;
}

#product-sec .service-card .content h4{
  color: black;
  backdrop-filter: blur(2px);
}
#product-sec .tab .tablinks {
  margin: 20px;
  color: var(--golden-dark);
  background-color: transparent;
  border: none;
  position: relative;
}

#product-sec .service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 1;
  pointer-events: none;
}

#product-sec .tab .tablinks::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  background-color: black;
  width: 0%;
  height: 2px;
  transition: 0.5s;
}

#product-sec .tab .tablinks:hover::after {
  width: 100%;
}

#product-sec .tab .tablinks::before {
  position: absolute;
  left: 0;
  top: -10px;
  content: "";
  background-color: black;
  width: 0%;
  height: 2px;
  transition: 0.5s;
}
#product-sec .tab .tablinks:hover{
    color: var(--golden-dark);
}
#product-sec .tab .tablinks:hover::before {
  width: 100%;
}

/* active */

#product-sec .tab .tablinks.active::before {
  position: absolute;
  left: 0;
  top: -10px;
  content: "";
  background-color: var(--golden-dark);
  width: 100%;
  height: 2px;
  transition: 0.5s;
}

#product-sec .tab .tablinks.active::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  background-color: var(--golden-dark);
  width: 100%;
  height: 2px;
  transition: 0.5s;
}
.tabcontent{
    display: none;
}

#Commercial{
    display: block;
}

/* product-sec end */

:root {
    --golden: #bb9a65;
    --golden-dark: #403226;
    --text-gray: #666666;
}

/* Floating Dock */
.contact-dock{
    position: fixed;
    top: 70%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
     align-items: flex-end;
}

/* Button */
.dock-item{
    width: 60px;
    height: 60px;
    background: #fff;
    color: var(--golden);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 50px 0 0 50px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    transition: all .4s ease;
    border-left: 4px solid var(--golden);
}

/* Icon */
.dock-item i{
    min-width: 60px;
    text-align: center;
    font-size: 22px;
}

/* Text */
.dock-item span{
    width: 0;
    opacity: 0;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 600;
    transition: .4s;
}

/* Hover */
.dock-item:hover{
    width: 200px;
    background: linear-gradient(
        135deg,
        var(--golden),
        var(--golden-dark)
    );
    color: #fff;
}

.dock-item:hover span{
    width: auto;
    opacity: 1;
    padding-left: 20px;
}

/* Individual Accent */
.whatsapp{
    border-left-color:#25D366;
}

.instagram{
    border-left-color:#E1306C;
}

.facebook{
    border-left-color:#1877F2;
}

.call{
    border-left-color:var(--golden);
}

/* Premium Glow */
.dock-item:hover{
    box-shadow:
    0 15px 35px rgba(64,50,38,.25),
    0 0 25px rgba(187,154,101,.2);
}

/* Mobile */
@media(max-width:768px){

    .contact-dock{
        bottom:20px;
        top:auto;
        right:15px;
        transform:none;
    }

    .dock-item{
        width:55px;
        height:55px;
        border-radius:50%;
        border:none;
    }

    .dock-item span{
        display:none;
    }

    .dock-item:hover{
        width:55px;
    }

    .dock-item i{
        min-width:55px;
        font-size:20px;
    }
}