html,body {
    background: #ffffff;
    overflow-x: hidden;
    height:100%;
    font-family: 'Inter', sans-serif;
    color: #111827;
}

main {
    padding-top: 0!important;
}
/*login strat*/

.login-page-wrapper {
    height: 100vh;
    overflow: hidden;
}

.login-left-panel {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

    .login-left-panel img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.login-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.78), rgba(0,0,0,0.45));
}

.login-content {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    max-width: 560px;
    color: white;
}

    .login-content h1 {
        font-size: 64px;
        font-weight: 800;
        line-height: 1.05;
        margin-bottom: 24px;
        letter-spacing: -2px;
    }

    .login-content p {
        font-size: 18px;
        line-height: 1.8;
        color: rgba(255,255,255,0.75);
        margin: 0;
    }

.login-form-side {
    height: 100vh;
    background: white;
}

.login-form-wrapper {
    width: 100%;
    max-width: 500px;
    padding-inline: 40px;
}

.login-logo {
    width: 150px;
}

.login-title {
    font-size: 40px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 10px;
}

.login-subtitle {
    color: #6b7280;
    font-size: 15px;
    margin: 0;
}

.login-input {
    height: 60px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: none !important;
    padding-inline: 18px;
}

    .login-input:focus {
        border-color: #c89b5c;
    }

.login-btn {
    height: 60px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, #d4af73, #b9853e);
    color: white;
    font-weight: 700;
    font-size: 15px;
}

    .login-btn:hover {
        color: white;
    }

.password-btn {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #6b7280;
}

.register-text {
    font-size: 15px;
    color: #6b7280;
}

    .register-text a {
        color: #b9853e;
        text-decoration: none;
        font-weight: 700;
    }

@media (max-width: 991px) {

    html,
    body {
        overflow-y: auto;
    }

    .login-form-side {
        height: auto;
        min-height: 100vh;
    }

    .login-form-wrapper {
        padding: 60px 24px;
    }

    .login-title {
        font-size: 34px;
    }
}
/*login end*/
/*collevtion dropdow satrt*/
.collections-dropdown-menu {
    width: 1050px;
}

.collection-menu-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    height: 100%;
    min-height: 100%;
}

.collection-menu-image {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: 26px;
}

.collection-menu-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.78), transparent 55%);
}

.collection-menu-content {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
}

.collection-menu-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(212,175,115,0.18);
    backdrop-filter: blur(10px);
    color: #d4af73;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 14px;
}

.collection-menu-content h4 {
    color: white;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    max-width: 220px;
    margin: 0;
}

@media (max-width: 991px) {

    .collections-dropdown-menu {
        width: 100%;
    }

    .collection-menu-image {
        min-height: 260px;
    }
}
/*collevtion dropdow end*/
/* woodland mega menu start */

.mega-dropdown {
    position: relative;
}

.mega-dropdown-menu {
    width: 920px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-top: 24px !important;
    padding: 34px !important;
    border: none !important;
    border-radius: 32px !important;
    background: rgba(17,17,17,0.98) !important;
    backdrop-filter: blur(18px);
    box-shadow: 0 35px 80px rgba(15,23,42,0.18);
}

    .mega-dropdown-menu.show {
        display: block;
    }

.mega-menu-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mega-menu-title {
    color: #d4af73;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
    padding-left: 12px;
}

.mega-menu-link {
    display: flex !important;
    align-items: center;
    gap: 14px;
    text-decoration: none !important;
    color: rgba(255,255,255,0.78) !important;
    padding: 14px 16px;
    border-radius: 18px;
    transition: 0.3s ease;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

    .mega-menu-link span {
        display: block;
        flex: 1;
    }

    .mega-menu-link i {
        width: 42px;
        height: 42px;
        min-width: 42px;
        border-radius: 14px;
        background: rgba(212,175,115,0.10);
        color: #d4af73;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        flex-shrink: 0;
    }

    .mega-menu-link:hover {
        background: rgba(255,255,255,0.06);
        color: white !important;
        transform: translateX(4px);
    }

.navbar .dropdown-toggle::after {
    margin-left: 10px;
    vertical-align: middle;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
}

@media (min-width: 992px) {

    .mega-dropdown:hover .mega-dropdown-menu {
        display: block;
        animation: woodlandMegaMenu 0.28s ease;
    }
}

@keyframes woodlandMegaMenu {

    from {
        opacity: 0;
        transform: translateX(-50%) translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

@media (max-width: 991px) {

    .mega-dropdown-menu {
        width: 100% !important;
        left: 0 !important;
        transform: none !important;
        padding: 20px !important;
        margin-top: 14px !important;
        border-radius: 24px !important;
    }

    .mega-menu-link {
        padding: 12px 14px;
    }
}

/* woodland mega menu end */
.topbar-woodland {
    background: #111111;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.topbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.topbar-left span {
    color: #d4af73;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.topbar-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.topbar-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: rgba(255,255,255,0.72);
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s ease;
}

    .topbar-link i {
        color: #d4af73;
        font-size: 13px;
    }

    .topbar-link:hover {
        color: #ffffff;
    }

.woodland-navbar {
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(15,23,42,0.06);
    transition: all 0.35s ease;
    padding: 22px 0;
}

    .woodland-navbar.scrolled {
        background: rgba(15,15,15,0.96);
        border-bottom: 1px solid rgba(212,175,115,0.12);
        padding: 12px 0;
        box-shadow: 0 18px 45px rgba(0,0,0,0.18);
    }
.woodland-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    flex-shrink: 0;
}

.woodland-brand-text {
    text-align: center;
    margin-top: 4px;
}


    .woodland-brand-text h2 {
        margin: 0;
        font-size: 24px;
        font-weight: 800;
        letter-spacing: 6px;
        color: #7b4b2a;
        font-family: "Times New Roman", serif;
        line-height: 1.1;
        white-space: nowrap;
    }

    .woodland-brand-text span {
        display: block;
        margin-top: 5px;
        font-size: 8px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #c89b5c;
        line-height: 1.4;
        white-space: nowrap;
    }

.woodland-navbar.scrolled .woodland-brand-text h2 {
    color: #ffffff;
}

.woodland-navbar.scrolled .woodland-brand-text span {
    color: #d4af73;
}
/*.woodland-brand {
    display: flex;
    align-items: center;
    padding: 0;
    text-decoration: none;
}

.navbar-logo {
    width: 150px;
    transition: 0.35s ease;
}

.woodland-navbar.scrolled .navbar-logo {
    width: 130px;
}*/

.navbar-nav {
    gap: 8px;
}

.woodland-link {
    position: relative;
    color: #1f2937 !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.2px;
    padding: 12px 16px !important;
    transition: 0.3s ease;
}

.woodland-navbar.scrolled .woodland-link {
    color: rgba(255,255,255,0.88) !important;
}

.woodland-link::after {
    content: "";
    position: absolute;
    left: 16px;
    bottom: 6px;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #d4af73, #b9853e);
    border-radius: 999px;
    transition: 0.3s ease;
}

.woodland-link:hover {
    color: #b9853e !important;
}

.woodland-navbar.scrolled .woodland-link:hover {
    color: #d4af73 !important;
}

.woodland-link:hover::after,
.woodland-link.active::after {
    width: calc(100% - 32px);
}

.btn-woodland-nav {
    background: linear-gradient(135deg, #d4af73, #b9853e);
    color: white;
    border: none;
    border-radius: 14px;
    padding: 13px 28px;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s ease;
    box-shadow: 0 14px 28px rgba(185,133,62,0.22);
}

    .btn-woodland-nav:hover {
        color: white;
        transform: translateY(-2px);
    }

.woodland-user-btn {
    background: rgba(212,175,115,0.12);
    color: #d4af73;
    border: 1px solid rgba(212,175,115,0.12);
    border-radius: 14px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
}

.dropdown-menu {
    border: none;
    border-radius: 18px;
    padding: 12px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(15,23,42,0.12);
}

.dropdown-item {
    border-radius: 12px;
    padding: 12px 16px;
    font-weight: 600;
    color: #374151;
}

    .dropdown-item:hover {
        background: #f8f5ef;
        color: #b9853e;
    }

.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
    padding: 0;
}

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

.navbar-toggler-icon {
    background-image: none;
    width: 30px;
    height: 30px;
    position: relative;
}

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        content: "";
        position: absolute;
        left: 0;
        width: 30px;
        height: 2.5px;
        background: #111111;
        border-radius: 999px;
    }

    .navbar-toggler-icon::before {
        top: 8px;
    }

    .navbar-toggler-icon::after {
        bottom: 8px;
    }

.woodland-navbar.scrolled .navbar-toggler-icon::before,
.woodland-navbar.scrolled .navbar-toggler-icon::after {
    background: white;
}

@media (min-width: 992px) {

    .navbar-nav {
        align-items: center;
        margin-left: auto;
    }

        .navbar-nav .nav-item:last-child {
            margin-left: 16px;
        }
}

@media (max-width: 991px) {

    main {
        padding-top: 90px;
    }

    .topbar-woodland {
        display: none;
    }

    .woodland-navbar {
        padding: 14px 0;
    }

    .navbar-logo {
        width: 120px;
    }

    .navbar-collapse {
        margin-top: 18px;
        background: #ffffff;
        border-radius: 24px;
        padding: 24px;
        box-shadow: 0 20px 45px rgba(15,23,42,0.08);
        border: 1px solid rgba(15,23,42,0.05);
    }

    .woodland-navbar.scrolled .navbar-collapse {
        background: #181818;
    }

    .woodland-navbar.scrolled .woodland-link {
        color: rgba(255,255,255,0.86) !important;
    }

    .navbar-nav {
        gap: 8px;
    }

    .woodland-link::after {
        display: none;
    }

    .btn-woodland-nav,
    .woodland-user-btn {
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }

    .dropdown,
    .dropdown-menu {
        width: 100%;
    }
}

@media (max-width: 576px) {

    .navbar-logo {
        width: 108px;
    }

    .navbar-collapse {
        padding: 20px;
        border-radius: 20px;
    }
}
.woodland-hero-section {
    position: relative;
    margin-top: -82px;
}

#woodlandHeroSlider,
.carousel-inner,
.carousel-item,
.woodland-slide {
    height: 100vh;
    min-height: 760px;
}

.woodland-slide {
    position: relative;
    overflow: hidden;
}

.woodland-slide-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: woodlandZoom 8s ease-in-out infinite alternate;
}

@keyframes woodlandZoom {

    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.08);
    }
}

.woodland-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.55) 38%, rgba(0,0,0,0.20) 100%);
}

.hero-content-wrapper {
    position: relative;
    z-index: 5;
    padding-top: 140px;
    max-width: 760px;
}

.hero-top-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.14);
    color: white;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

    .hero-top-badge i {
        color: #d4af73;
    }

.hero-main-title {
    font-size: 76px;
    line-height: 1.02;
    font-weight: 800;
    color: white;
    letter-spacing: -2px;
    margin-bottom: 0;
}

.hero-main-subtitle {
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255,255,255,0.82);
    max-width: 650px;
    margin-bottom: 0;
}

.hero-btn-group {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #d4af73, #b9853e);
    color: white;
    border: none;
    border-radius: 14px;
    padding: 16px 34px;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s ease;
    box-shadow: 0 16px 40px rgba(185,133,62,0.28);
}

    .btn-hero-primary:hover {
        color: white;
        transform: translateY(-2px);
    }

.btn-hero-outline {
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.16);
    color: white;
    border-radius: 14px;
    padding: 16px 34px;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s ease;
}

    .btn-hero-outline:hover {
        background: rgba(255,255,255,0.18);
        color: white;
    }

.carousel-control-prev,
.carousel-control-next {
    width: 8%;
    opacity: 1;
    z-index: 10;
}

.hero-slider-arrow {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    transition: 0.3s ease;
}

    .hero-slider-arrow:hover {
        background: rgba(212,175,115,0.85);
    }

.woodland-indicators {
    margin-bottom: 36px;
    gap: 10px;
    z-index: 12;
}

    .woodland-indicators button {
        width: 48px !important;
        height: 4px !important;
        border: none !important;
        border-radius: 999px;
        background: rgba(255,255,255,0.35) !important;
        opacity: 1 !important;
    }

    .woodland-indicators .active {
        background: linear-gradient(135deg, #d4af73, #b9853e) !important;
    }

@media (max-width: 1199px) {

    .hero-main-title {
        font-size: 62px;
    }
}

@media (max-width: 991px) {

    .woodland-hero-section {
        margin-top: -90px;
    }

    #woodlandHeroSlider,
    .carousel-inner,
    .carousel-item,
    .woodland-slide {
        min-height: 780px;
    }

    .hero-content-wrapper {
        padding-top: 120px;
    }

    .hero-main-title {
        font-size: 48px;
        line-height: 1.1;
    }

    .hero-main-subtitle {
        font-size: 16px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}

@media (max-width: 767px) {

    #woodlandHeroSlider,
    .carousel-inner,
    .carousel-item,
    .woodland-slide {
        min-height: 700px;
    }

    .hero-content-wrapper {
        padding-top: 90px;
    }

    .hero-main-title {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .hero-main-subtitle {
        font-size: 15px;
        line-height: 1.8;
    }

    .hero-btn-group {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-hero-primary,
    .btn-hero-outline {
        width: 100%;
        text-align: center;
    }

    .hero-top-badge {
        font-size: 12px;
        padding: 10px 18px;
    }
}

@media (max-width: 576px) {

    .hero-main-title {
        font-size: 32px;
    }

    .woodland-indicators {
        margin-bottom: 20px;
    }
}



/*slider toh niche vala aprt*/

.woodland-about-section {
    padding: 120px 0;
    background: #ffffff;
    position: relative;
}

.about-image-wrapper {
    position: relative;
}

.woodland-about-image {
    width: 100%;
    height: 720px;
    object-fit: cover;
    border-radius: 32px;
}

.floating-experience-card {
    position: absolute;
    right: -30px;
    bottom: 40px;
    background: white;
    border-radius: 24px;
    padding: 28px;
    width: 240px;
    box-shadow: 0 25px 60px rgba(15,23,42,0.12);
}

    .floating-experience-card h3 {
        font-size: 52px;
        font-weight: 800;
        margin-bottom: 10px;
        color: #b9853e;
    }

    .floating-experience-card p {
        margin: 0;
        color: #6b7280;
        line-height: 1.7;
        font-weight: 500;
    }

.woodland-section-tag {
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    background: #f8f5ef;
    color: #b9853e;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.woodland-section-title {
    font-size: 54px;
    line-height: 1.1;
    font-weight: 800;
    color: #111827;
    letter-spacing: -1.5px;
}

.woodland-section-description {
    font-size: 17px;
    line-height: 1.9;
    color: #6b7280;
}

.woodland-feature-box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #ffffff;
    border: 1px solid #edf0f5;
    border-radius: 22px;
    padding: 24px;
    height: 100%;
    transition: 0.3s ease;
}

    .woodland-feature-box:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 40px rgba(15,23,42,0.08);
    }

    .woodland-feature-box i {
        width: 58px;
        height: 58px;
        border-radius: 18px;
        background: #f8f5ef;
        color: #b9853e;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        flex-shrink: 0;
    }

    .woodland-feature-box h5 {
        font-size: 18px;
        font-weight: 700;
        color: #111827;
        margin-bottom: 8px;
    }

    .woodland-feature-box p {
        margin: 0;
        color: #6b7280;
        line-height: 1.7;
        font-size: 15px;
    }

@media (max-width: 991px) {

    .woodland-about-section {
        padding: 90px 0;
    }

    .woodland-about-image {
        height: 520px;
    }

    .floating-experience-card {
        right: 20px;
        bottom: 20px;
    }

    .woodland-section-title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {

    .woodland-about-section {
        padding: 70px 0;
    }

    .woodland-about-image {
        height: 420px;
        border-radius: 24px;
    }

    .floating-experience-card {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 20px;
    }

    .woodland-section-title {
        font-size: 34px;
    }

    .woodland-section-description {
        font-size: 15px;
    }
}


/* your manufacuirng expierince toh niche vla */
.woodland-products-section {
    padding: 120px 0;
    background: #f8f9fb;
}

.section-heading-wrapper {
    max-width: 850px;
    margin: auto;
}

.woodland-product-card {
    background: white;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
    transition: 0.4s ease;
    border: 1px solid #edf0f5;
}

    .woodland-product-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 28px 60px rgba(15,23,42,0.10);
    }

.woodland-product-image-wrapper {
    position: relative;
    overflow: hidden;
}

.woodland-product-image {
    width: 100%;
    height: 340px;
    object-fit: cover;
    transition: 0.5s ease;
}

.woodland-product-card:hover .woodland-product-image {
    transform: scale(1.08);
}

.product-overlay-actions {
    position: absolute;
    inset: 0;
    background: rgba(17,17,17,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s ease;
}

.woodland-product-card:hover .product-overlay-actions {
    opacity: 1;
}

.btn-product-view {
    background: white;
    color: #111111;
    text-decoration: none;
    padding: 14px 26px;
    border-radius: 999px;
    font-weight: 700;
    transition: 0.3s ease;
}

    .btn-product-view:hover {
        background: #d4af73;
        color: white;
    }

.woodland-product-content {
    padding: 32px;
}

.product-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
}

.product-category {
    color: #b9853e;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.product-badge {
    background: #f8f5ef;
    color: #b9853e;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.woodland-product-content h3 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 18px;
}

.woodland-product-content p {
    color: #6b7280;
    line-height: 1.9;
    margin-bottom: 24px;
}

.product-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .product-features span {
        background: #f3f4f6;
        padding: 10px 16px;
        border-radius: 999px;
        font-size: 13px;
        color: #374151;
        font-weight: 600;
    }

@media (max-width: 767px) {

    .woodland-products-section {
        padding: 70px 0;
    }

    .woodland-product-image {
        height: 280px;
    }

    .woodland-product-content {
        padding: 24px;
    }

        .woodland-product-content h3 {
            font-size: 24px;
        }
}
/*process section*/
.woodland-process-section {
    padding: 120px 0;
    background: #ffffff;
    position: relative;
}

.woodland-process-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #edf0f5;
    border-radius: 28px;
    padding: 40px 28px;
    text-align: center;
    height: 100%;
    transition: 0.35s ease;
    overflow: hidden;
}

    .woodland-process-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(212,175,115,0.08), transparent 45%);
        opacity: 0;
        transition: 0.35s ease;
    }

    .woodland-process-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 24px 50px rgba(15,23,42,0.08);
        border-color: rgba(212,175,115,0.18);
    }

        .woodland-process-card:hover::before {
            opacity: 1;
        }

.process-number {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 48px;
    font-weight: 800;
    color: rgba(15,23,42,0.05);
    line-height: 1;
}

.process-icon {
    width: 82px;
    height: 82px;
    border-radius: 24px;
    background: #f8f5ef;
    color: #b9853e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 28px;
    font-size: 28px;
    position: relative;
    z-index: 2;
}

.woodland-process-card h4 {
    font-size: 22px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.woodland-process-card p {
    color: #6b7280;
    line-height: 1.8;
    margin: 0;
    position: relative;
    z-index: 2;
    font-size: 15px;
}

@media (max-width: 991px) {

    .woodland-process-section {
        padding: 90px 0;
    }
}

@media (max-width: 767px) {

    .woodland-process-section {
        padding: 70px 0;
    }

    .woodland-process-card {
        padding: 34px 24px;
    }

    .process-icon {
        width: 72px;
        height: 72px;
        font-size: 24px;
    }

    .woodland-process-card h4 {
        font-size: 20px;
    }
}
/*featured selection*/

.woodland-collections-section {
    padding: 120px 0;
    background: #ffffff;
    position: relative;
}

.collections-description {
    max-width: 520px;
}

.collections-filter-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.collection-filter-btn {
    background: #f3f4f6;
    border: none;
    border-radius: 999px;
    padding: 14px 24px;
    color: #374151;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s ease;
}

    .collection-filter-btn.active,
    .collection-filter-btn:hover {
        background: linear-gradient(135deg, #d4af73, #b9853e);
        color: white;
    }

.collection-product-card {
    background: white;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #edf0f5;
    transition: 0.4s ease;
    height: 100%;
}

    .collection-product-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 28px 60px rgba(15,23,42,0.10);
    }

.collection-image-wrapper {
    position: relative;
    overflow: hidden;
}

.collection-product-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.5s ease;
}

.collection-product-card:hover .collection-product-image {
    transform: scale(1.08);
}

.collection-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(17,17,17,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s ease;
}

.collection-product-card:hover .collection-card-overlay {
    opacity: 1;
}

.collection-overlay-btn {
    background: white;
    color: #111111;
    text-decoration: none;
    padding: 14px 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s ease;
}

    .collection-overlay-btn:hover {
        background: #d4af73;
        color: white;
    }

.collection-product-content {
    padding: 28px;
}

.collection-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.collection-product-category {
    color: #b9853e;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.collection-stock-badge {
    background: #f8f5ef;
    color: #b9853e;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.collection-product-content h3 {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 16px;
}

.collection-product-content p {
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 24px;
}

.collection-meta-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .collection-meta-list span {
        background: #f3f4f6;
        border-radius: 999px;
        padding: 10px 14px;
        color: #374151;
        font-size: 12px;
        font-weight: 700;
    }

.collection-bottom-row {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #edf0f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

    .collection-bottom-row small {
        color: #9ca3af;
        display: block;
        margin-bottom: 4px;
    }

    .collection-bottom-row h4 {
        margin: 0;
        color: #111827;
        font-size: 20px;
        font-weight: 800;
    }

.btn-collection-cart {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #111111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 18px;
}

    .btn-collection-cart:hover {
        background: linear-gradient(135deg, #d4af73, #b9853e);
        color: white;
    }

@media (max-width: 991px) {

    .woodland-collections-section {
        padding: 90px 0;
    }
}

@media (max-width: 767px) {

    .woodland-collections-section {
        padding: 70px 0;
    }

    .collection-product-image {
        height: 260px;
    }

    .collection-product-content {
        padding: 24px;
    }

        .collection-product-content h3 {
            font-size: 22px;
        }

    .collections-filter-wrapper {
        gap: 10px;
    }

    .collection-filter-btn {
        padding: 12px 18px;
        font-size: 13px;
    }
}
.collection-content {
    display: none;
    animation: fadeCollection 0.4s ease;
}

    .collection-content.active {
        display: flex;
    }

@keyframes fadeCollection {

    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*why woodland section*/
.why-woodland-section {
    padding: 120px 0;
    background: #f8f9fb;
}

.why-woodland-image-wrapper {
    position: relative;
}

.why-woodland-image {
    width: 100%;
    height: 760px;
    object-fit: cover;
    border-radius: 32px;
}

.why-floating-card {
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: rgba(17,17,17,0.92);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 340px;
}

    .why-floating-card i {
        width: 70px;
        height: 70px;
        border-radius: 22px;
        background: rgba(212,175,115,0.15);
        color: #d4af73;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        flex-shrink: 0;
    }

    .why-floating-card h4 {
        color: white;
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 8px;
    }

    .why-floating-card p {
        margin: 0;
        color: rgba(255,255,255,0.72);
        line-height: 1.7;
    }

.why-features-wrapper {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.why-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    background: white;
    border-radius: 24px;
    padding: 28px;
    border: 1px solid #edf0f5;
    transition: 0.3s ease;
}

    .why-feature-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 50px rgba(15,23,42,0.08);
    }

.why-feature-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    background: #f8f5ef;
    color: #b9853e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
}

.why-feature-item h4 {
    font-size: 22px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 10px;
}

.why-feature-item p {
    margin: 0;
    color: #6b7280;
    line-height: 1.8;
}

@media (max-width: 991px) {

    .why-woodland-section {
        padding: 90px 0;
    }

    .why-woodland-image {
        height: 520px;
    }
}

@media (max-width: 767px) {

    .why-woodland-section {
        padding: 70px 0;
    }

    .why-woodland-image {
        height: 420px;
        border-radius: 24px;
    }

    .why-floating-card {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 20px;
        max-width: 100%;
    }

    .why-feature-item {
        padding: 24px;
        gap: 18px;
    }

    .why-feature-icon {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }

    .why-feature-item h4 {
        font-size: 20px;
    }
}
/*3d d esign experince*/
.woodland-render-section {
    padding: 120px 0;
    background: #ffffff;
    position: relative;
}

.render-content-wrapper {
    max-width: 620px;
}

.render-feature-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.render-feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #111827;
    font-size: 16px;
    font-weight: 600;
}

    .render-feature-item i {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #f8f5ef;
        color: #b9853e;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        flex-shrink: 0;
    }

.render-gallery-wrapper {
    position: relative;
}

.render-image-large img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 32px;
}

.render-image-small img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 28px;
}

.render-floating-badge {
    position: absolute;
    right: -20px;
    bottom: 40px;
    background: rgba(17,17,17,0.95);
    border-radius: 26px;
    padding: 28px;
    width: 260px;
    backdrop-filter: blur(10px);
}

    .render-floating-badge h3 {
        font-size: 52px;
        font-weight: 800;
        color: #d4af73;
        margin-bottom: 10px;
    }

    .render-floating-badge p {
        margin: 0;
        color: rgba(255,255,255,0.74);
        line-height: 1.8;
    }

@media (max-width: 991px) {

    .woodland-render-section {
        padding: 90px 0;
    }

    .render-floating-badge {
        right: 20px;
        bottom: 20px;
    }
}

@media (max-width: 767px) {

    .woodland-render-section {
        padding: 70px 0;
    }

    .render-image-large img {
        height: 320px;
        border-radius: 24px;
    }

    .render-image-small img {
        height: 170px;
        border-radius: 20px;
    }

    .render-floating-badge {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 20px;
    }
}
/*testimonila section*/
.woodland-testimonial-section {
    padding: 120px 0;
    background: #f8f9fb;
}

.testimonial-card {
    background: white;
    border-radius: 30px;
    padding: 40px;
    border: 1px solid #edf0f5;
    height: 100%;
    transition: 0.35s ease;
}

    .testimonial-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 24px 50px rgba(15,23,42,0.08);
    }

.testimonial-stars {
    display: flex;
    gap: 6px;
    margin-bottom: 28px;
}

    .testimonial-stars i {
        color: #d4af73;
        font-size: 15px;
    }

.testimonial-text {
    color: #6b7280;
    line-height: 1.9;
    margin-bottom: 34px;
    font-size: 16px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 16px;
}

.testimonial-avatar {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d4af73, #b9853e);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
}

.testimonial-user h5 {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 800;
    color: #111827;
}

.testimonial-user span {
    color: #9ca3af;
    font-size: 14px;
}

@media (max-width: 991px) {

    .woodland-testimonial-section {
        padding: 90px 0;
    }
}

@media (max-width: 767px) {

    .woodland-testimonial-section {
        padding: 70px 0;
    }

    .testimonial-card {
        padding: 30px 24px;
    }
}
/*cta section*/
.woodland-cta-section {
    padding: 0 0 120px;
    background: #f8f9fb;
}

.woodland-cta-wrapper {
    position: relative;
    overflow: hidden;
    background: #111111;
    border-radius: 40px;
    padding: 80px;
}

    .woodland-cta-wrapper::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(212,175,115,0.18), transparent 40%);
    }

.woodland-cta-content {
    position: relative;
    z-index: 2;
}

.cta-tag {
    background: rgba(212,175,115,0.12);
    color: #d4af73;
}

.woodland-cta-title {
    color: white;
    font-size: 58px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.woodland-cta-description {
    color: rgba(255,255,255,0.72);
    font-size: 17px;
    line-height: 1.9;
    max-width: 760px;
}

.cta-button-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.btn-cta-primary {
    background: linear-gradient(135deg, #d4af73, #b9853e);
    color: white;
    border-radius: 18px;
    padding: 18px 26px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s ease;
}

    .btn-cta-primary:hover {
        color: white;
        transform: translateY(-2px);
    }

.btn-cta-outline {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    color: white;
    border-radius: 18px;
    padding: 18px 26px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s ease;
}

    .btn-cta-outline:hover {
        background: rgba(255,255,255,0.14);
        color: white;
    }

@media (max-width: 991px) {

    .woodland-cta-section {
        padding: 0 0 90px;
    }

    .woodland-cta-wrapper {
        padding: 60px;
    }

    .woodland-cta-title {
        font-size: 46px;
    }
}

@media (max-width: 767px) {

    .woodland-cta-section {
        padding: 0 0 70px;
    }

    .woodland-cta-wrapper {
        border-radius: 28px;
        padding: 40px 28px;
    }

    .woodland-cta-title {
        font-size: 34px;
    }

    .woodland-cta-description {
        font-size: 15px;
    }
}
/*woodlan footer*/
.woodland-footer {
    background: #111111;
    padding: 120px 0 0;
    position: relative;
    overflow: hidden;
}

    .woodland-footer::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(212,175,115,0.10), transparent 35%);
    }

.footer-logo {
    width: 170px;
}

.footer-about-text {
    color: rgba(255,255,255,0.70);
    line-height: 1.9;
    max-width: 420px;
}

.footer-social-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-social-link {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(255,255,255,0.06);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s ease;
}

    .footer-social-link:hover {
        background: linear-gradient(135deg, #d4af73, #b9853e);
        color: white;
        transform: translateY(-3px);
    }

.footer-links-wrapper h4,
.footer-contact-wrapper h4 {
    color: white;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 28px;
}

.footer-links-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .footer-links-wrapper ul li {
        margin-bottom: 16px;
    }

        .footer-links-wrapper ul li a {
            color: rgba(255,255,255,0.68);
            text-decoration: none;
            transition: 0.3s ease;
        }

            .footer-links-wrapper ul li a:hover {
                color: #d4af73;
                padding-left: 6px;
            }

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

    .footer-contact-item i {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        background: rgba(212,175,115,0.12);
        color: #d4af73;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .footer-contact-item span {
        color: rgba(255,255,255,0.70);
        line-height: 1.8;
    }

.footer-bottom-bar {
    margin-top: 80px;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 28px 0;
}

.footer-copyright {
    margin: 0;
    color: rgba(255,255,255,0.58);
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}

    .footer-bottom-links a {
        color: rgba(255,255,255,0.58);
        text-decoration: none;
        transition: 0.3s ease;
    }

        .footer-bottom-links a:hover {
            color: #d4af73;
        }

@media (max-width: 991px) {

    .woodland-footer {
        padding: 90px 0 0;
    }

    .footer-bottom-links {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {

    .woodland-footer {
        padding: 70px 0 0;
    }

    .footer-bottom-bar {
        margin-top: 50px;
    }

    .footer-bottom-links {
        flex-wrap: wrap;
        gap: 16px;
    }
}
/*about us*/
.about-page-hero {
    position: relative;
    padding: 240px 0 170px;
    background: url('https://images.unsplash.com/photo-1484154218962-a197022b5858?q=80&w=1920&auto=format&fit=crop') center/cover no-repeat;
    overflow: hidden;
}

.about-page-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.82), rgba(0,0,0,0.45));
}

.about-page-content {
    position: relative;
    z-index: 2;
}

.hero-tag {
    background: rgba(255,255,255,0.10);
    color: white;
}

.about-page-title {
    font-size: 74px;
    font-weight: 800;
    line-height: 1.05;
    color: white;
    letter-spacing: -2px;
}

.about-page-description {
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255,255,255,0.76);
    max-width: 850px;
    margin-inline: auto;
}

.about-company-section {
    padding: 120px 0;
    background: white;
}

.about-company-image-wrapper {
    position: relative;
}

.about-company-image {
    width: 100%;
    height: 720px;
    object-fit: cover;
    border-radius: 32px;
}

.about-floating-card {
    position: absolute;
    right: -20px;
    bottom: 40px;
    background: #111111;
    border-radius: 24px;
    padding: 30px;
    width: 240px;
}

    .about-floating-card h3 {
        font-size: 54px;
        font-weight: 800;
        color: #d4af73;
        margin-bottom: 10px;
    }

    .about-floating-card p {
        margin: 0;
        color: rgba(255,255,255,0.74);
        line-height: 1.8;
    }

.about-feature-box {
    background: #f8f9fb;
    border-radius: 22px;
    padding: 28px;
    text-align: center;
    height: 100%;
    transition: 0.3s ease;
}

    .about-feature-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 50px rgba(15,23,42,0.08);
    }

    .about-feature-box i {
        width: 72px;
        height: 72px;
        border-radius: 22px;
        background: #f8f5ef;
        color: #b9853e;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto auto 20px;
        font-size: 28px;
    }

    .about-feature-box h5 {
        font-size: 20px;
        font-weight: 800;
        color: #111827;
        margin: 0;
    }

.about-mission-section {
    padding: 0 0 120px;
    background: white;
}

.mission-card {
    background: #111111;
    border-radius: 30px;
    padding: 50px 40px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .mission-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(212,175,115,0.16), transparent 40%);
    }

.mission-icon {
    width: 82px;
    height: 82px;
    border-radius: 24px;
    background: rgba(212,175,115,0.12);
    color: #d4af73;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.mission-card h3 {
    color: white;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.mission-card p {
    color: rgba(255,255,255,0.74);
    line-height: 1.9;
    position: relative;
    z-index: 2;
    margin: 0;
}

.about-stats-section {
    padding: 0 0 120px;
    background: white;
}

.about-stat-card {
    background: #f8f9fb;
    border-radius: 28px;
    padding: 50px 30px;
    text-align: center;
    transition: 0.3s ease;
}

    .about-stat-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 24px 50px rgba(15,23,42,0.08);
    }

    .about-stat-card h2 {
        font-size: 58px;
        font-weight: 800;
        color: #b9853e;
        margin-bottom: 14px;
    }

    .about-stat-card p {
        margin: 0;
        color: #6b7280;
        line-height: 1.8;
    }

@media (max-width: 1199px) {

    .about-page-title {
        font-size: 60px;
    }
}

@media (max-width: 991px) {

    .about-page-hero {
        padding: 200px 0 130px;
    }

    .about-page-title {
        font-size: 48px;
    }

    .about-company-section,
    .about-mission-section,
    .about-stats-section {
        padding-bottom: 90px;
    }

    .about-company-image {
        height: 520px;
    }
}

@media (max-width: 767px) {

    .about-page-hero {
        padding: 180px 0 110px;
    }

    .about-page-title {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .about-page-description {
        font-size: 15px;
    }

    .about-company-section,
    .about-mission-section,
    .about-stats-section {
        padding-bottom: 70px;
    }

    .about-company-image {
        height: 420px;
        border-radius: 24px;
    }

    .about-floating-card {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 20px;
    }

    .mission-card,
    .about-stat-card {
        padding: 36px 24px;
    }
}
/*Gallery*/
.gallery-page-hero {
    position: relative;
    padding: 240px 0 170px;
    background: url('https://images.unsplash.com/photo-1484154218962-a197022b5858?q=80&w=1920&auto=format&fit=crop') center/cover no-repeat;
    overflow: hidden;
}

.gallery-page-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.82), rgba(0,0,0,0.45));
}

.gallery-page-content {
    position: relative;
    z-index: 2;
}

.gallery-page-title {
    font-size: 72px;
    line-height: 1.05;
    font-weight: 800;
    color: white;
    letter-spacing: -2px;
}

.gallery-page-description {
    color: rgba(255,255,255,0.74);
    font-size: 18px;
    line-height: 1.9;
    max-width: 850px;
    margin-inline: auto;
}

.gallery-showcase-section {
    padding: 120px 0;
    background: #ffffff;
}

.gallery-filter-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.gallery-filter-btn {
    border: none;
    background: #f4f5f7;
    color: #111827;
    border-radius: 999px;
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s ease;
}

    .gallery-filter-btn.active,
    .gallery-filter-btn:hover {
        background: linear-gradient(135deg, #d4af73, #b9853e);
        color: white;
    }

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.gallery-image {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: 0.5s ease;
}

.large-card .gallery-image {
    height: 884px;
}

.gallery-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.82), transparent 55%);
    z-index: 1;
}

.gallery-card-overlay {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 2;
}

.gallery-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(212,175,115,0.18);
    backdrop-filter: blur(10px);
    color: #d4af73;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
}

.gallery-card-overlay h3 {
    color: white;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 800;
    max-width: 360px;
    margin: 0;
}

.gallery-card:hover .gallery-image {
    transform: scale(1.06);
}

@media (max-width: 1199px) {

    .gallery-page-title {
        font-size: 58px;
    }
}

@media (max-width: 991px) {

    .gallery-page-hero {
        padding: 210px 0 140px;
    }

    .gallery-showcase-section {
        padding: 90px 0;
    }

    .large-card .gallery-image {
        height: 420px;
    }
}

@media (max-width: 767px) {

    .gallery-page-hero {
        padding: 180px 0 120px;
    }

    .gallery-page-title {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .gallery-page-description {
        font-size: 15px;
    }

    .gallery-showcase-section {
        padding: 70px 0;
    }

    .gallery-image,
    .large-card .gallery-image {
        height: 340px;
        border-radius: 24px;
    }

    .gallery-card-overlay {
        left: 22px;
        bottom: 22px;
    }

        .gallery-card-overlay h3 {
            font-size: 24px;
        }
}
.gallery-content {
    display: none;
    animation: galleryFade 0.4s ease;
}

    .gallery-content.active {
        display: flex;
    }

@keyframes galleryFade {

    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*contact*/
.contact-page-hero {
    position: relative;
    padding: 240px 0 170px;
    background: url('https://images.unsplash.com/photo-1484154218962-a197022b5858?q=80&w=1920&auto=format&fit=crop') center/cover no-repeat;
    overflow: hidden;
}

.contact-page-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.82), rgba(0,0,0,0.45));
}

.contact-page-content {
    position: relative;
    z-index: 2;
}

.contact-page-title {
    font-size: 72px;
    line-height: 1.05;
    font-weight: 800;
    color: white;
    letter-spacing: -2px;
}

.contact-page-description {
    color: rgba(255,255,255,0.74);
    font-size: 18px;
    line-height: 1.9;
    max-width: 850px;
    margin-inline: auto;
}

.contact-main-section {
    padding: 120px 0;
    background: #ffffff;
}

.contact-info-wrapper {
    padding-right: 30px;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 28px;
    background: #f8f9fb;
    border-radius: 24px;
}

.contact-info-icon {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    background: #f8f5ef;
    color: #b9853e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.contact-info-card h4 {
    font-size: 22px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 8px;
}

.contact-info-card p {
    margin: 0;
    color: #6b7280;
    line-height: 1.8;
}

.contact-form-wrapper {
    background: #111111;
    border-radius: 34px;
    padding: 50px;
    position: relative;
    overflow: hidden;
}

    .contact-form-wrapper::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top right, rgba(212,175,115,0.14), transparent 35%);
    }

.contact-form-header {
    position: relative;
    z-index: 2;
    margin-bottom: 34px;
}

    .contact-form-header h3 {
        color: white;
        font-size: 38px;
        font-weight: 800;
        margin-bottom: 14px;
    }

    .contact-form-header p {
        color: rgba(255,255,255,0.72);
        line-height: 1.8;
        margin: 0;
    }

.contact-input-group {
    position: relative;
    z-index: 2;
}

    .contact-input-group label {
        color: white;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 14px;
        display: block;
    }

.contact-input {
    height: 62px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.06);
    color: white;
    padding-inline: 20px;
    box-shadow: none !important;
}

    .contact-input::placeholder {
        color: rgba(255,255,255,0.42);
    }

    .contact-input:focus {
        border-color: rgba(212,175,115,0.45);
        background: rgba(255,255,255,0.08);
        color: white;
    }

.contact-textarea {
    height: 180px;
    padding-top: 18px;
    resize: none;
}

.contact-input option {
    color: black;
}

.btn-contact-submit {
    height: 62px;
    border: none;
    border-radius: 18px;
    padding-inline: 34px;
    background: linear-gradient(135deg, #d4af73, #b9853e);
    color: white;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s ease;
}

    .btn-contact-submit:hover {
        transform: translateY(-2px);
        color: white;
    }

@media (max-width: 1199px) {

    .contact-page-title {
        font-size: 58px;
    }
}

@media (max-width: 991px) {

    .contact-page-hero {
        padding: 210px 0 140px;
    }

    .contact-main-section {
        padding: 90px 0;
    }

    .contact-info-wrapper {
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    .contact-page-hero {
        padding: 180px 0 120px;
    }

    .contact-page-title {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .contact-page-description {
        font-size: 15px;
    }

    .contact-main-section {
        padding: 70px 0;
    }

    .contact-form-wrapper {
        padding: 34px 24px;
        border-radius: 28px;
    }

    .contact-form-header h3 {
        font-size: 30px;
    }

    .contact-info-card {
        padding: 24px;
    }
}