:root {
    --primary-bg-color: #bc9052;
    --primary-bg-black: #000;
    --pri-col: #bc9052;
    --primary-color: #ffffff;
    --primary-grey: #f5f3ef;
    --color-black: #000;
    --color-white: #fff;
    --color-grey: #ccc;
}

body {
    font-family: "Outfit";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    background-color: #000;
}

h3 {
    font-size: 32px;
    font-family: Raleway;


}

p {
    font-size: 18px;
    color: #666;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 28px;

}

h1 {
    font-size: 48px;
    font-weight: 500;
    font-family: Raleway;

}

h2 {
    font-size: 48px;
    font-weight: 500;
    font-family: Raleway;


}

h2 span {
    font-size: 48px;
    font-weight: 500;
    font-family: Raleway;
    font-style: italic;
    color: #7a7772;


}



.btn {
    font-weight: 500 !important;
}

#header {
    background-color: #ffffff00;
    overflow: hidden;
    position: relative;
    z-index: 9999;
    padding: 0px 30px;
}

.navbar {
    padding: 15px 0;
}

.navbar-brand {}

.navbar a {
    text-decoration: none;
}

.mob-nav {
    width: 55px;
    height: 38px;
    object-fit: scale-down;
}

.mob-nav1 {
    width: 80px;
    height: 45px;
    object-fit: scale-down;
}

h2.logo {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
}

h2.logo strong {
    font-size: 35px;
    color: #EDF828;
    font-weight: 600;
}

.navbar-brand a {
    display: flex;
    gap: 15px;
}

h2.center-logo {
    margin: 0 25px;
}

.center-logo .sungloss {
    width: 250px;
    /* height: 60px; */
    object-fit: scale-down;
}

.center-logo .raj {
    width: 123px;
    height: 58px;
    object-fit: scale-down;
}

#navbarSupportedContent {
    justify-content: space-between;
}

ul.navbar-nav {}

ul.navbar-nav li.nav-item {
    margin-right: 25px;
}

ul.navbar-nav li.nav-item:last-child {
    margin-right: 0;
}

ul.navbar-nav li.nav-item a.nav-link {
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--pri-col);
}

ul.navbar-nav li.nav-item a.nav-link:hover {
    color: var(--pri-col);

}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
}

/* HEADER BASE */
#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: transform 0.4s ease, background 0.3s ease, box-shadow 0.3s ease;
}

/* HIDE ON SCROLL DOWN */
#header.hide {
    transform: translateY(-100%);
}

/* SHOW ON SCROLL UP */


/* OPTIONAL: TRANSPARENT AT TOP */
#header.top {
    background: transparent;
    box-shadow: none;
}

#header.show {
    transform: translateY(0);
    background: #000;
    /* change as per your theme */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.carousel-hero-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    /* overflow: hidden; */
    color: var(--text-color);
}

.carousel-images {
    width: 100%;
    height: 100%;
}

.carousel-slide {
    position: absolute;
    /* top: -105px; */
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}

.carousel-slide {
    position: absolute;
    /* top: -105px; */
    /* Keeping your original top position */
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}

.carousel-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.slide-content {
    position: relative;
    z-index: 3;
    color: white;
    text-align: center;
}

.slide-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
    background-color: var(--overlay-bg);
    border-radius: 5px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 109px !important;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.slide-content h1 {
    font-size: 65px;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.slide-content p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    color: #fff;

}

.cta-button {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--text-color);
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.nav-button {
    cursor: pointer;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background-color: #fff;
    color: var(--text-color);
    border: none;
    padding: 8px 17px;
    font-size: 18px;
    transition: background-color 0.3s ease;
    z-index: 3;
    border-radius: 30px;
}

.nav-button:hover {
    background-color: #B59471;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}



.dot {
    cursor: pointer;
    height: 5px;
    width: 35px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    transition: background-color 0.3s ease;
}

.dot.active,
.dot:hover {
    background-color: #B59471;
}

.pos-rel {
    position: relative;
    top: 30px;
}

.main-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/home/SANDSTONE_STRIP_LIGHT_GREY.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;

}

.TICKER {
    overflow: hidden;
    border-top: 1px solid var(--RULE);
    border-bottom: 1px solid var(--RULE);
    padding: 30px 0;
    background-color: var(--primary-grey);
}

.ttrack {
    display: flex;
    width: max-content;
    animation: TICK 34s linear infinite;
}

.titem {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    padding: 0 28px;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    white-space: nowrap;
}

.tdot {
    width: 10px;
    height: 10px;
    background: var(--pri-col);
    border-radius: 50%;
    flex-shrink: 0;
}

@keyframes TICK {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.abouts-sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #e7e7e7;
    align-items: center;
}

.about_sections {
    background: var(--primary-grey);
}

.abouts-img img {
    width: 100%;
    height: 100%;
}

.abouts-conttent {
    padding: 50px;
}

.abouts-conttent h2 {
    padding: 20px 0;
}


.stats-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    border-top: 2px solid #f5e1d1;
    padding-top: 30px;

}

.stat-card {
    background: #ffffff00;
    border-radius: 16px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 1px;
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    border: 1px solid #dac39f;
    border-bottom: 2px solid #dac39f;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 1px;

}

.icon {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
}

.icon.blue {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.icon.green {
    background: linear-gradient(135deg, #43e97b, #38f9d7);
}

.icon.orange {
    background: linear-gradient(135deg, #fa709a, #fee140);
}

.icon.purple {
    background: linear-gradient(135deg, #a18cd1, #fbc2eb);
}

.stat-card h2 {
    padding: 0;
}

.stat-content h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #111;
}

.stat-content p {
    margin: 5px 0 0;
    font-size: 13px;
    color: #777;
}

/* subtle decorative circle */
.stat-card::after {
    content: "";
    content: "";
    position: absolute;
    right: -8px;
    bottom: -11px;
    width: 80px;
    height: 80px;
    background: rgb(255 234 212 / 46%);
    border-radius: 50%;
}


/* FULL WIDTH SECTION */
.collection-section {
    width: 100%;
    padding: 50px 30px;
    background: #f4f3ef;
}

/* HEADER */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
}


/* .header span {
    font-style: italic;
    color: #999;
} */

/* FILTER */
.filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filters button {
    padding: 5px 25px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
    transition: 0.3s;
}

.filters button.active,
.filters button:hover {
    background: var(--primary-bg-color);
    color: #fff;
    border: 1px solid var(--pri-col);

}

/* GRID */
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 350px;
    gap: 15px;

    /* 🔥 KEY FIX */
    grid-auto-flow: dense;
}

/* ITEMS */
.item {
    position: relative;
    overflow: hidden;
    /* border-radius: 12px; */
}

/* IMAGE FULL FIT */
.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

/* SIZE VARIATIONS */
.big {
    grid-row: span 2;
}

.wide {
    grid-column: span 2;
}

/* HOVER EFFECT */
.item:hover img {
    transform: scale(1.08);
}

/* OVERLAY */
.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px;
    opacity: 0;
    transition: 0.4s;
}

.item:hover .overlay {
    opacity: 1;
}

.overlay h4 {
    font-size: 24px;
    margin-bottom: 0;
}

.overlay .meta {
    font-size: 16px;
    opacity: 0.85;
    margin-top: 5px;
    color: #fff;
}

/* RESPONSIVE */
@media(max-width: 768px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 500px) {
    .grid {
        grid-template-columns: 1fr;
    }
}


.small-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #bc9052;
    font-weight: 500;
}

/* LEFT LINE */
.small-title::before {
    content: "";
    width: 30px;
    height: 1px;
    background: #bc9052;
}



.heritage {
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
}

/* BACKGROUND SPLIT */
.heritage::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background: #fff;
}

.heritage::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background-color: #fff;
}


/* CONTAINER */
.wrap {

    position: relative;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

/* LEFT CONTENT */

.left h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: 20px;
}



/* STATS SIDE */
.stats {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* CARD */
.card-sec {
    background: #f4f3ef;
    backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 14px;
    transition: 0.4s;
    position: relative;
    z-index: 99;
}

.lefts {
    left: 70px;
}

/* FLOAT EFFECT */
.card-sec:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 1px;
}

/* ACCENT BAR */
.card-sec::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    /* background: #c4a484;
    border-radius: 4px 0 0 4px; */
}

/* HIGHLIGHT */
.card-sec.highlight {
    background: var(--primary-bg-color);
    color: #fff;
}

.card-sec.highlight h3 {
    color: #fff;
}

.card-sec p {
    margin-bottom: 0;
}

.card-sec.highlight p {
    color: #fff;
    margin-bottom: 0;
}

/* RESPONSIVE */
@media(max-width: 900px) {
    .wrap {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .heritage::before,
    .heritage::after {
        width: 100%;
        height: 50%;
    }

    .heritage::after {
        top: auto;
        bottom: 0;
    }

    .left h2 {
        font-size: 30px;
    }
}




.process {
    padding: 80px 30px;
    text-align: center;
    background-color: #fff;
}


.process h2 {
    margin-top: 10px;
    margin-bottom: 50px;
    text-align: left;
}

/* LINE */
.line-wrap {
    position: relative;
    margin: auto;
}

.line {
    height: 2px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

/* ANIMATED LINE FILL */
.line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #e8873a42;
    animation: lineFill 2s ease forwards;
}

@keyframes lineFill {
    to {
        width: 100%;
    }
}

/* STEPS */
.steps {
    margin: 0px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* CARD */
.step {
    position: relative;
    padding-top: 40px;
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 0.8s ease forwards;
}

.step:nth-child(1) {
    animation-delay: 0.2s;
}

.step:nth-child(2) {
    animation-delay: 0.4s;
}

.step:nth-child(3) {
    animation-delay: 0.6s;
}

.step:nth-child(4) {
    animation-delay: 0.8s;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* DOT */
.step::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background: #cf8c48;
    border-radius: 50%;
    box-shadow: 0 0 20px #ffffff;
}

/* NUMBER */
.num {
    font-size: 110px;
    font-weight: 700;
    color: rgb(204 203 201 / 26%);
    transition: 0.3s;
}

/* CONTENT BOX */
.box {
    margin-top: 5px;
    background: rgb(244 243 239);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    transition: 0.4s;
}

/* TITLE */
.box h4 {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 400;
}

/* TEXT */
.box p {
    font-size: 16px;
}

/* ICON */
.icon {
    margin-top: 12px;
    font-size: 18px;
    opacity: 0.8;
    display: none;
}

/* HOVER EFFECT */
.step:hover .box {
    transform: translateY(-10px) scale(1.01);
    border-color: #cf8c4842;
    box-shadow: 0 20px 40px rgba(199, 199, 199, 0.2);
}

.step:hover .num {
    color: rgba(207, 140, 72, 0.259);
    ;
}

/* RESPONSIVE */
@media(max-width:900px) {
    .steps {
        grid-template-columns: 1fr;
    }
}


.testimonial {
    padding: 60px 30px;
    background-color: #fff;
    border: 1px solid #f4f3ef;
}

/* HEADER */
.header-slide {
    margin: auto;
    margin-bottom: 50px
}


/* ARROWS */
.nav-btn {
    display: flex;
    gap: 10px;
    justify-content: end;
    padding-top: 25px;
}

.nav-btn div {
    width: 40px;
    height: 40px;
    border: 1px solid #af9459;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.nav-btn div:hover {
    background: #bc9052;
    color: #fff;
    border-color: #bc9052;
}

/* SWIPER */
.swiper {}

/* CARD */
.card-review {
    background: #f4f3ef;
    padding: 30px;
    border-radius: 14px;
    border: 1px solid #e2e2e2;
    transition: 0.3s;
    height: 100%;
}

.card-review:hover {
    transform: translateY(0px);
    border-color: #bc9052;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

/* STARS */
.stars {
    color: #bc9052;
    margin-bottom: 10px;
}

/* TEXT */
.text {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* USER */
.user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #bc9052;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
}

.name {
    font-size: 16px;
    line-height: normal;
    padding-bottom: 2px;
}

.meta {
    font-size: 13px;
    color: #666;
    line-height: normal;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .header {
        flex-direction: column;
        gap: 20px;
    }
}



.footer {
    background: #f4f3ef;
    color: #000;
    padding: 80px 30px 20px;
}

/* TOP GRID */
.footer-top {
    display: grid;
    grid-template-columns: 1.5fr 0.7fr 0.7fr 0.7fr 1.5fr;
    gap: 40px;
}

/* LOGO */
.logo-footer img {
    width: 250px;
    margin-bottom: 15px;
}

.footer p {
    /* font-size:13px; */
    line-height: 1.7;
}

/* TITLE */
.footer h4 {
    color: var(--pri-col);
    margin-bottom: 15px;
    font-size: 22px;
}

/* LINKS */
.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    text-decoration: none;
    color: #666;
    font-size: 18px;
    transition: 0.3s;
}

.footer ul li a:hover {
    color: #c4a484;
    padding-left: 5px;
}

/* CONTACT */
.contact p {
    margin-bottom: 10px;
}

/* NEWSLETTER */
.newsletter input {
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    background: #1a1a1a;
    color: #fff;
    margin-bottom: 10px;
}

.newsletter button {
    width: 100%;
    padding: 10px;
    border: none;
    background: #c4a484;
    color: #000;
    cursor: pointer;
    transition: 0.3s;
}

.newsletter button:hover {
    background: #fff;
}

/* SOCIAL */
.social {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.social a {
    width: 35px;
    height: 35px;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    transition: 0.3s;
}

.social a:hover {
    background: #c4a484;
    color: #000;
    border-color: #c4a484;
}

/* BOTTOM */
.footer-bottom {
    margin: 50px auto 0;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #666;
}

.footer-bottom a {
    text-decoration: none;
    color: #000;
}

.flex-d {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* RESPONSIVE */
@media(max-width:900px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:600px) {
    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}


.all-sizes {
    background-color: #fff;
    padding: 0px 30px 60px;

}

.all-sizes-grid {
    display: grid;
    grid-template-columns: 20% 76%;
    gap: 70px;
    align-items: center;
}

.all-sizes p {
    max-width: 650px;
}

.texture-finish {
    background-color: var(--primary-grey);
    padding: 80px 30px;
}

.texture-finish p {
    max-width: 800px;
}

/* IMPORTANT: parent must be relative */
.navbar-nav .dropdown {
    position: relative;
}

/* hide initially */
.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    border-radius: 8px;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* show on hover */
.navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* keep menu open when hovering menu */
.dropdown-menu:hover {
    opacity: 1;
    visibility: visible;
}

/* dropdown item */
.dropdown-item {
    font-size: 13px;
    padding: 8px 18px;
}

.dropdown-item:hover {
    background: #c4a484;
    color: #fff;
}

/* MAIN LAYOUT */
.layout {
    display: grid;
    grid-template-columns: 1.5fr .7fr 1.5fr;
    gap: 40px;
    align-items: center;
    padding-top: 50px;
}

/* SIDE GRID */
.grid-side {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/* ITEM */
.items {
    padding: 30px;
    text-align: center;
    position: relative;
    transition: all .3s ease-in-out;
    display: flex;
    gap: 15px;
    align-items: end;
    justify-content: space-between;
}

.rever {
    display: flex;
    gap: 15px;
    align-items: end;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.rever .text-c {
    text-align: left;
}

.text-c {
    text-align: right;
}

.rever p {
    text-align: left;
}

/* INNER DIVIDERS ONLY */

/* vertical divider */
.grid-side .items:nth-child(odd) {
    border-right: 1px solid #ddd;
}

/* horizontal divider */
.grid-side .items:nth-child(-n+2) {
    border-bottom: 1px solid #ddd;
}

/* ICON */
.icon {
    font-size: 20px;
    margin-bottom: 10px;
    color: #c4a484;
}

/* TITLE */
.items h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

/* TEXT */
.items p {
    font-size: 16px;
    color: #777;
}

/* CENTER IMAGE */
.center img {
    width: 100%;
    border-radius: 10px;
}

/* HOVER */
.items:hover {
    background: #fff;
    transform: translateY(0px);
    transition: all .3s ease-in-out;
}

.texture-finish h2 {
    text-align: center;
}

.texture-finish p {
    /* text-align: center; */
    margin: auto;
}

/* RESPONSIVE */
@media(max-width:900px) {
    .layout {
        grid-template-columns: 1fr;
    }

    .grid-side {
        grid-template-columns: 1fr 1fr;
    }
}


/* aniamtion
 */
.grid-side .items,
.center {
    opacity: 0;
    transition: all 0.8s ease;
}

/* All Items Bottom to Up */
.grid-side .items {
    transform: translateY(80px);
}

/* Center Image Bottom to Up + Zoom */
.center {
    transform: translateY(80px) scale(0.8);
}

/* Active Classes */
.grid-side .items.show {
    opacity: 1;
    transform: translateY(0);
}

.center.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}


.abouts-img,
.abouts-conttent,
.stat-card {
    opacity: 0;
    transition: all 0.8s ease;
}

/* Left Image Animation */
.abouts-img {
    transform: translateY(-5px);
}

/* Right Content Animation */
.abouts-conttent {
    transform: translateY(5px);
}

/* Stats Bottom to Up */
.stat-card {
    transform: translateY(60px);
}

/* Active Classes */
.abouts-img.show,
.abouts-conttent.show,
.stat-card.show {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

.left,
.card-sec {
    opacity: 0;
    transition: all 0.8s ease;
}

/* Left Content Animation */
.left {
    transform: translateX(0px);
}

/* Cards Bottom to Up */
.card-sec {
    transform: translateY(80px);
}

/* Active Classes */
.left.show {
    opacity: 1;
    transform: translateX(0);
}

.card-sec.show {
    opacity: 1;
    transform: translateY(0);
}


/* about page */
.about-front-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/about/about-banner.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 250px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.about-page {
    background-color: #fff;
    /* margin-top: 100px; */
    padding: 80px 40px;
}

.about-grids {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
    align-items: center;
}

.about-img img {
    width: 100%;
}

.abouts-content {
    max-width: 750px;
}

.abouts-content h2 {
    padding: 10px 0 20px;
}

.about-company {
    padding: 80px 40px 0;
    position: relative;
    background-color: #f4f3ef;
}

.about-company h2 {
    text-align: center;
    padding-bottom: 40px;
    animation: fadeDown 1s ease;
}

.about-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 40px;
    align-items: center;
}

/* SIDE CONTENT */
.about-column {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.about-box {
    animation: fadeUp 1s ease;
    transition: 0.4s;
}

.about-box:hover {
    transform: translateY(-8px);
}

.left-box .box-head {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 25px;
    margin-bottom: 18px;
}

.left-box p {
    text-align: left;
}

.right-box .box-head {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 25px;
    margin-bottom: 18px;
}

.right-box p {
    text-align: right;
}

.box-head h3 {
    font-size: 24px;
    font-weight: 500;
    color: #111;
}

.icon-circle {
    width: 48px;
    height: 48px;
    /* border: 1.5px solid #34408f; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #34408f;
    font-size: 18px;
    transition: 0.4s;
}

.about-box:hover .icon-circle {
    /* background: #34408f; */
    color: #fff;
    transform: rotate(360deg);
}

.icon-circle img {
    width: 75px;

}

/* CENTER IMAGE */
.about-image {
    position: relative;
    overflow: hidden;
    animation: zoomIn 1.2s ease;
}

.about-image img {
    width: 85%;
    display: block;
    transition: 0.6s;
    margin: auto;
}

.about-image:hover img {
    transform: scale(1.01);
}

/* ANIMATION */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* RESPONSIVE */
@media(max-width:1200px) {
    .about-wrapper {
        grid-template-columns: 1fr;
    }

    .about-column {
        gap: 50px;
    }

    .about-image {
        order: -1;
    }
}

@media(max-width:768px) {
    .about-company {
        padding: 50px 20px;
    }

    .box-head h3 {
        font-size: 22px;
    }
}

.custom-btn {
    border: 1px solid var(--pri-col);
    color: var(--pri-col);
    padding: 10px 20px;
    text-decoration: none;
    background-color: transparent;
    transition: all .5s ease-in-out;
    border-radius: 30px;
}

.custom-btn:hover {
    border: 1px solid var(--pri-col);
    color: var(--color-white);
    padding: 10px 20px;
    text-decoration: none;
    background-color: var(--primary-bg-color);
    transition: all .5s ease-in-out;
    transform: translateY(-5px);
}

/* =========================
   WHY CHOOSE SECTION
========================= */

.why-choose {
    background: #fff;
    padding: 80px 40px;
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100%;
}

/* =========================
   LEFT SIDE
========================= */

.why-left {
    position: relative;
    overflow: hidden;
    background: #111;
    color: #fff;
}

.why-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

/* DARK OVERLAY */
.why-left::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.65),
            rgba(0, 0, 0, 0.85));
}

/* CONTENT */
.overlay-content {
    position: relative;
    z-index: 2;
    padding: 80px 60px;
    max-width: 650px;
}

.mini-title {
    font-size: 11px;
    letter-spacing: 4px;
    color: #c4a484;
}

.overlay-content h2 {
    font-weight: 500;
    margin: 25px 0;
}

.overlay-content h2 span {
    font-style: italic;
    color: #c4a484;
}

.overlay-content p {
    color: #ccc;
    line-height: 1.9;
    font-size: 15px;
}

/* =========================
   BOTTOM FEATURES
========================= */

.bottom-points {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;

    display: grid;
    grid-template-columns: repeat(2, 1fr);

    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.point {
    padding: 35px 60px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.point:nth-child(2n) {
    border-right: none;
}

.point h4 {
    font-size: 40px;
    margin-bottom: 6px;
}

.point span {
    font-size: 18px;

}

/* =========================
   RIGHT SIDE
========================= */

.why-right {
    background: #fff;
    padding: 0px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* BLOCK */
.info-block {
    padding: 40px 0;
    border-bottom: 1px solid #e4e4e4;
}

.info-block:last-child {
    border-bottom: none;
}

/* TAG */
.tag {
    font-size: 11px;
    letter-spacing: 4px;
    color: #c4a484;
}

/* TITLE */
.info-block h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0;
}

/* TEXT */
.info-block p {
    max-width: 700px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px) {

    .why-grid {
        grid-template-columns: 1fr;
    }

    .overlay-content h2 {
        font-size: 42px;
    }

    .bottom-points {
        position: relative;
    }

    .point {
        padding: 25px;
    }

    .why-right {
        padding: 50px 25px;
    }

    .info-block h3 {
        font-size: 26px;
    }

}





/* =========================
   SECTION
========================= */

.eco-section {
    padding: 100px 40px;
    background: #f8f8f8;
}

/* CONTAINER */
.eco-container {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 60px;
    align-items: start;
}

/* =========================
   LEFT SIDE
========================= */

.eco-left {
    position: sticky;
    top: 100px;
}

.eco-tag {
    font-size: 11px;
    letter-spacing: 4px;
    color: #c4a484;
}

.eco-left h2 {

    margin: 25px 0;
}


.eco-left p {
    max-width: 500px;
}

/* =========================
   RIGHT GRID
========================= */

.eco-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

/* CARD */
.eco-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 35px;
    min-height: 240px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    transition: .4s ease;
}

/* ICON */
.eco-icon {
    font-size: 34px;
    color: #c96d6d;
    margin-bottom: 30px;
}

.eco-icon img {
    width: 60px;
    filter: invert(1);
}

/* TITLE */
.eco-card h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #fff;
}

.eco-card p {
    color: #fff;
}



/* HOVER */
.eco-card:hover {
    border-color: #c4a484;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px) {

    .eco-container {
        grid-template-columns: 1fr;
    }

    .eco-left {
        position: relative;
        top: auto;
    }

    .eco-left h2 {
        font-size: 46px;
    }

    .eco-grid {
        grid-template-columns: 1fr;
    }

    .eco-card h3 {
        font-size: 24px;
    }

}


/* contact-us */
.contact-us {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/contact/contact-us.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px;
}

.contact-base {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 700px;
    margin: auto;
    text-align: center;
}

.contact-base h2 {
    color: #fff;
}

.contact-base p {
    color: #fff;
}

/* =========================
   SECTION
========================= */

.contact-form-section {
    padding: 80px 20px;
    background: #fff;
}


/* =========================
   FORM GRID
========================= */

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* =========================
   FORM GROUP
========================= */

.form-group {
    display: flex;
    flex-direction: column;
}

/* LABEL */
.form-group label {
    font-size: 12px;
    letter-spacing: 2px;
    color: #666;
    margin-bottom: 8px;
}

/* INPUT / SELECT / TEXTAREA */

.form-group select,
.form-group textarea {
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    padding: 18px 16px;

    font-size: 15px;
    color: #666;

    outline: none;
    transition: .3s ease;
}

.form-group input {
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    padding: 13px 16px;

    font-size: 15px;
    color: #111;

    outline: none;
    transition: .3s ease;
}

/* TEXTAREA */
.form-group textarea {
    min-height: 160px;
    resize: none;
}

/* FOCUS */
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--primary-bg-color);
}

/* FULL WIDTH */
.full-width {
    margin-top: 20px;
}

/* =========================
   BUTTON
========================= */

.submit-btn {
    margin-top: 25px;

    background: #111;
    color: #fff;
    border: none;
    padding: 10px 34px;
    font-size: 18px;
    letter-spacing: 3px;
    cursor: pointer;

    transition: .3s ease;
}

/* HOVER */
.submit-btn:hover {
    background: var(--primary-bg-color);
    ;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px) {

    .form-grid {
        grid-template-columns: 1fr;
    }

}

/* =========================
   SECTION
========================= */

.contact-info-section {
    background: var(--primary-grey);
    padding: 100px 20px;
    color: #fff;
}


/* GRID */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: flex-start;
}

/* =========================
   LEFT SIDE
========================= */

.contact-left h2 {

    font-weight: 500;
    margin-bottom: 35px;
    color: #000;
}

.contact-left p {
    max-width: 650px;

    color: #666;
}

/* =========================
   RIGHT SIDE
========================= */

.contact-right {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* ITEM */
.contact-item {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

/* ICON */
.icon-box {
    width: 55px;
    height: 55px;
    min-width: 55px;

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 22px;

    transition: .3s ease;
}

.icon-boxs img {
    width: 60px;
}

/* INFO */
.info h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
}

/* HOVER */
.contact-item .icon-box {
    border: 1px solid rgb(0, 0, 0);

}

.icon-box i {
    color: #000;


}

.contact-item:hover .icon-box {
    border-color: #c4a484;
    color: #c4a484;
}

.contact-item:hover .icon-box i {
    border-color: #c4a484;
    color: #c4a484;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px) {

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .contact-left h2 {
        font-size: 58px;
    }

    .contact-left p {
        font-size: 17px;
    }

    .info h4 {
        font-size: 18px;
    }

}

@media(max-width:576px) {

    .contact-left h2 {
        font-size: 46px;
    }

    .contact-item {
        gap: 18px;
    }

    .icon-box {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 18px;
    }

}


/* galery */

/* =========================
   SECTION
========================= */

.media-section {
    padding: 100px 20px;
    background: #f8f8f8;
}



/* =========================
   HEADING
========================= */

.media-head {
    text-align: center;
    margin-bottom: 50px;
}

.media-head span {
    font-size: 11px;
    letter-spacing: 4px;
    color: #c4a484;
}

.media-head h2 {
    font-size: 64px;
    margin-top: 20px;
    font-weight: 500;
}

/* =========================
   TABS
========================= */

.media-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
}

/* TAB BUTTON */
.tab-btn {
    border: none;
    background: #fff;
    padding: 14px 30px;
    cursor: pointer;

    font-size: 13px;
    letter-spacing: 2px;

    border: 1px solid #e5e5e5;

    transition: .3s ease;
}

/* ACTIVE */
.tab-btn.active {
    background: #111;
    color: #fff;
    border-color: #111;
}

/* =========================
   TAB CONTENT
========================= */

.tab-content {
    display: none;
}

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

/* =========================
   GRID
========================= */

.media-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* CARD */
.media-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* IMAGE */
.media-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;

    transition: .5s ease;
}

/* HOVER */
.media-card:hover img {
    transform: scale(1.08);
}

/* OVERLAY */
.media-card::after {
    content: "+";
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.35);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 70px;

    opacity: 0;
    transition: .4s ease;
}

.media-card:hover::after {
    opacity: 1;
}

/* =========================
   POPUP
========================= */

.gallery-popup {
    position: fixed;
    inset: 0;

    background: rgba(0, 0, 0, 0.92);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;

    transition: .4s ease;

    z-index: 9999;
}

/* ACTIVE */
.gallery-popup.show {
    opacity: 1;
    visibility: visible;
}

/* IMAGE */
.popup-img {
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
}

/* CLOSE */
.close-popup {
    position: absolute;
    top: 40px;
    right: 50px;

    color: #fff;
    font-size: 50px;
    cursor: pointer;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px) {

    .media-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .media-head h2 {
        font-size: 48px;
    }

}

@media(max-width:576px) {

    .media-grid {
        grid-template-columns: 1fr;
    }

    .media-head h2 {
        font-size: 38px;
    }

    .media-card img {
        height: 280px;
    }

}

/* =========================
   POPUP
========================= */

.gallery-popup {
    position: fixed;
    inset: 0;

    background: rgba(0, 0, 0, 0.95);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;

    transition: .4s ease;

    z-index: 99999;
}

/* SHOW */
.gallery-popup.show {
    opacity: 1;
    visibility: visible;
}

/* IMAGE */
.popup-img {
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
}

/* CLOSE */
.close-popup {
    position: absolute;
    top: 30px;
    right: 40px;

    font-size: 55px;
    color: #fff;

    cursor: pointer;
}

/* SLIDER BUTTONS */
.slide-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    transition: .3s ease;
}

/* HOVER */
.slide-btn:hover {
    background: #c4a484;
}

/* LEFT */
.prev-slide {
    left: 40px;
}

/* RIGHT */
.next-slide {
    right: 40px;
}



/*  */

.media-gallery {
    background: var(--primary-grey);
    border-bottom: 1px solid var(--primary-bg-color);
    padding-bottom: 50px;

}

/* HEADING */
.gallery-head {
    text-align: center;
    margin-bottom: 60px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/gallery/gallery1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
}

.gallery-head span {
    font-size: 11px;
    letter-spacing: 4px;
    color: #fff;
}

.gallery-head h2 {
    margin: 20px 0;
    font-weight: 500;
    color: #fff;
}

.gallery-head p {
    max-width: 700px;
    margin: auto;
    color: #fff;
}

/* FILTER */
.gallery-filter {
    display: flex;
    justify-content: start;
    padding-left: 40px;
    gap: 15px;
    margin-bottom: 30px;
    padding-top: 30px;
}

.gallery-filter button {
    border: none;
    background: #fff;
    padding: 10px 30px;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 2px;
    border: 1px solid var(--pri-col);
    transition: .3s ease;
    text-transform: uppercase;
    color: var(--pri-col);
}

.gallery-filter button.active {
    background: var(--primary-bg-color);
    color: #fff;
}

/* TAB */
.tab-content {
    display: none;
}

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

/* GRID */
.custom-grid {

    margin: auto;
    padding: 0px 40px 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 280px;
    gap: 20px;


}

/* ITEMS */
.grid-item {
    position: relative;
    overflow: hidden;
}

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

/* SIZES */
.grid-item.big {
    grid-row: span 2;
}

.grid-item.wide {
    grid-column: span 2;
}

.grid-item.tall {
    grid-row: span 2;
}

/* OVERLAY */
.overlay {

    position: absolute;
    inset: 0;

    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.05));

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 35px;

    opacity: 0;
    transition: .4s ease;

}

.overlay span {
    color: #c4a484;
    font-size: 11px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.overlay h3 {
    color: #fff;
    font-size: 28px;
}

/* HOVER */
.grid-item:hover img {
    transform: scale(1.08);
}

.grid-item:hover .overlay {
    opacity: 1;
}

/* EVENT GRID */
.event-grid {
    padding: 0px 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.event-card {
    background: #fff;
    overflow: hidden;
}

.event-image {
    overflow: hidden;
}

.event-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: .6s ease;
}

.event-content h3 {
    font-size: 34px;
    margin: 15px 0;
    font-weight: 500;
    line-height: 1.3;
}


.event-card:hover img {
    transform: scale(1.08);
}


.event-detail-gallery {
    background: var(--primary-grey);
    border-bottom: 1px solid var(--primary-bg-color);
    padding-bottom: 50px;

}

.event-detail-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0px 50px;
}

/* HEADING */
.event-detail-head {
    text-align: center;
    margin-bottom: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
}

.event-detail-head span {
    font-size: 11px;
    letter-spacing: 4px;
    color: #fff;
}

.event-detail-head h2 {
    margin: 20px 0;
    font-weight: 500;
    color: #fff;
}

.event-detail-head p {
    max-width: 700px;
    margin: auto;
    color: #fff;
}

.event-detail-card {
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
}

.event-detail-card:hover img {
    transform: scale(1.08);
}

.event-detail-image {
    overflow: hidden;
    width: 100%;
    height: 250px;
    /* fixed height */
}

.event-detail-image img {
    width: 100%;
    height: 100%;
    /* fill the fixed container */
    object-fit: cover;
    transition: .6s ease;
    display: block;
}

/* RESPONSIVE */
@media(max-width:991px) {

    .custom-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .event-grid {
        grid-template-columns: 1fr;
    }

    .gallery-head h2 {
        font-size: 52px;
    }

}

@media(max-width:576px) {

    .custom-grid {

        grid-template-columns: 1fr;
        padding: 10px;
        display: flex;
        gap: 15px;
        flex-direction: column;

    }

    .gallery-head h2 {
        font-size: 40px;
    }

    .grid-item.wide {
        grid-column: span 1;
    }

    .event-content h3 {
        font-size: 26px;
    }

}

.event-card {
    background: #fff;
    overflow: hidden;
    border: 1px solid #eee;
    transition: .4s ease;
}

/* HOVER */
.event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* =========================
   IMAGE
========================= */

.event-image {
    position: relative;
    overflow: hidden;
}

/* IMAGE */
.event-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;

    transition: .6s ease;
}

/* IMAGE HOVER */
.event-card:hover img {
    transform: scale(1.08);
}

/* =========================
   DATE BOX
========================= */

.event-date {

    position: absolute;
    top: 25px;
    left: 25px;

    width: 85px;
    height: 85px;

    background: var(--primary-bg-color);
    color: #fff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

/* DATE */
.event-date h3 {
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
}

/* MONTH */
.event-date span {
    font-size: 11px;
    letter-spacing: 2px;
    margin-top: 5px;
}

/* =========================
   CONTENT
========================= */

.event-content {
    padding: 20px;
}

/* LOCATION */
.event-location {
    font-size: 14px;
    letter-spacing: 2px;
    color: var(--pri-col);
    text-transform: uppercase;
}

/* TITLE */
.event-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 18px 0;
}

/* DESCRIPTION */
.event-content p {
    margin-bottom: 20px;
}

/* BUTTON */
.event-btn {

    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #111;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 2px;
    position: relative;

}



/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px) {

    .event-grid {
        grid-template-columns: 1fr;
        padding: 10px;
    }

}

@media(max-width:576px) {

    .event-content {
        padding: 30px 25px;
    }

    .event-content h2 {
        font-size: 28px;
    }

    .event-image img {
        height: 300px;
    }

}

.tile-speci {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/about/technical.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;

}

.tile-speci p {
    max-width: 850px;
    color: #fff;
    text-align: center;
}

.specification-section {
    padding: 80px 40px;
    background: #fff;
}


/* TABLE */
.table-wrapper {
    overflow-x: auto;
}

/* TABLE */
.spec-table {
    width: 100%;
    border-collapse: collapse;
}

/* HEAD */
.spec-table thead th {

    background: #f5f3ef;
    padding: 18px 15px;
    font-weight: 600;
    color: #222;
    border: 1px solid #ddd;
    text-align: center;
}

/* BODY */
.spec-table tbody td {

    padding: 16px 15px;
    border: 1px solid #ddd;
    color: #555;
    text-align: center;
    background: #fff;

}

/* SECTION TITLE */
.section-title td {

    background: #f5f3ef !important;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;

}

/* FIRST COLUMN */
.spec-table td:first-child,
.spec-table th:first-child {
    /* width:80px; */
}

/* HOVER */
.spec-table tbody tr:hover td {
    background: #faf8f4;
    transition: .3s ease;
}

/* RESPONSIVE */
@media(max-width:768px) {

    .spec-table {
        min-width: 1000px;
    }

}

/* =========================
   BODY ROWS ODD EVEN
========================= */

.spec-table tbody tr:nth-child(odd) td {
    background: #f5f3ef;
}

.spec-table tbody tr:nth-child(even) td {
    background: #ffffff;
}

/* SECTION TITLE FIX */
.section-title td {
    background: #bc9052 !important;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
}


#header {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    overflow: visible !important;
    transition:
        transform 0.4s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;

}

/* HIDE */
#header.hide {
    transform: translateY(-100%);
}

/* SHOW */
#header.show {
    /* transform: translateY(0);
    background: #000 !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
    transform: translateY(0);
    background: #0000009c !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    /* filter: blur(1px); */
    backdrop-filter: blur(22px);
}

/* TOP */
#header.top {
    background: transparent;
    box-shadow: none;
}

/* =========================
   IMPORTANT
========================= */

.navbar,
.navbar-collapse,
.navbar-nav,
.container-fluid {

    overflow: visible !important;

}

/* NAV ITEM */
.nav-item {
    position: relative;
}


.custom-dropdown {

    position: absolute;
    top: 100%;
    left: 0;
    min-width: max-content;
    background: #111;
    padding: 18px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: .35s ease;
    z-index: 99999;
    border-top: 2px solid var(--pri-col);
    padding: 20px 25px 20px 25px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* SHOW */
.dropdown-hover:hover .custom-dropdown {

    opacity: 1;
    visibility: visible;
    transform: translateY(0);

}

.custom-dropdown a {
    color: #fff;
    margin-bottom: 10px;
}

.custom-dropdown a:hover {
    color: var(--pri-col);
}

.blog-detail-page {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px;
}

.blog-detail-insight-heading {
    text-align: center;
}


.blog-detail-insight-heading h1 {
    color: #fff;
    margin-top: 25px;
    font-weight: 500;
}

.blog-detail-content {
    padding: 60px 0;
    background: white;
}

.blog-detail-content .container {
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.blog-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.9;
}

.blog-desc p {
    margin-bottom: 20px;
}


.blogs-page {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/blog/blog-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px;
}

.insight-section {
    padding: 80px 40px;
    background: var(--primary-grey);
    overflow: hidden;
}

/* =========================
   HEADING
========================= */

.insight-heading {
    text-align: center;
    margin-bottom: 80px;
}


.insight-heading h2 {

    color: #fff;
    margin-top: 25px;
    font-weight: 500;

}

.insight-grid {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;

}


.insight-card {

    position: relative;
    overflow: hidden;
    min-height: 700px;
    background: #111;

}

/* LARGE CARD */
.large-card {
    min-height: 700px;
}

.insight-image {
    position: absolute;
    inset: 0;
}

.insight-image::after {

    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.92),
            rgba(0, 0, 0, 0.25));

}

/* IMG */
.insight-image img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease;

}

/* HOVER */
.insight-card:hover img {
    transform: scale(1.08);
}

.insight-overlay {

    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;

}

/* TOP */
.blog-top {

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

/* TAG */
.blog-tag {

    background: rgba(255, 255, 255, 0.1);
    padding: 10px 16px;
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;

}

/* DATE */
.blog-date {

    color: #ddd;
    font-size: 14px;
    letter-spacing: 3px;

}

.insight-overlay h3 {

    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;

}

.insight-overlay p {
    color: #d1d1d1;
    margin-bottom: 40px;

}

.creative-btn {

    width: max-content;
    display: flex;
    align-items: center;
    gap: 18px;
    text-decoration: none;
    position: relative;

}

/* TEXT */
.creative-btn span {

    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: .35s ease;

}

/* ARROW BOX */
.btn-arrow {

    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    transition: .45s ease;
    position: relative;
    overflow: hidden;

}

/* BG EFFECT */
.btn-arrow::before {

    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--primary-bg-color);
    transition: .45s ease;
    z-index: -1;

}

/* HOVER */
.creative-btn:hover .btn-arrow::before {
    width: 100%;
}

.creative-btn:hover .btn-arrow {
    transform: translateX(8px) rotate(-8deg);
    border-color: var(--primary-bg-color);
}

.creative-btn:hover span {
    color: var(--primary-bg-color);
}

.insight-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.06);
    z-index: 2;
    transition: .4s ease;
}

.insight-card:hover::before {
    border-color: rgba(196, 164, 132, 0.5);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px) {

    .insight-grid {
        grid-template-columns: 1fr 1fr;
    }

    .large-card {
        grid-column: span 2;
    }

}

@media(max-width:768px) {

    .insight-grid {
        grid-template-columns: 1fr;
    }

    .large-card {
        grid-column: span 1;
    }

    .insight-overlay h3 {
        font-size: 24px;
    }

    .insight-card {
        min-height: 550px;
    }

}

.faq-section {

    padding: 80px 40px;
    background: var(--primary-grey);
    overflow: hidden;
    border-bottom: 1px solid var(--pri-col);

}

.faq-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* CONTAINER */
.faq-container {

    display: grid;
    grid-template-columns: 520px 1fr;
    gap: 80px;
    align-items: start;

}

.faq-left {

    position: sticky;
    top: 120px;

}

/* SUBTITLE */
.faq-subtitle {

    font-size: 11px;
    letter-spacing: 4px;
    color: #b48a5a;
    display: block;
    margin-bottom: 25px;

}

.faq-info-grid {

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;

}

/* CARD */
.faq-info-card {

    background: #fff;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.06);

}

/* NUMBER */
.faq-info-card h4 {

    font-size: 42px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #111;

}

/* TEXT */
.faq-info-card span {

    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #888;

}

/* =========================
   RIGHT SIDE
========================= */

.faq-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* FAQ ITEM */
.faq-item {

    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: .4s ease;

}

/* ACTIVE */
.faq-item.active {

    border-color: var(--primary-bg-color);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);

}

/* QUESTION */
.faq-question {

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 40px;
    cursor: pointer;

}

/* TITLE */
.faq-question h3 {

    font-size: 24px;
    color: #111;
    font-weight: 500;

}

/* ICON */
.faq-icon {

    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #111;
    transition: .4s ease;

}

/* ACTIVE ICON */
.faq-item.active .faq-icon {

    background: var(--primary-bg-color);
    color: #fff;
    transform: rotate(45deg);

}

/* ANSWER */
.faq-answer {

    max-height: 0;
    overflow: hidden;
    transition: max-height .45s ease;

}

/* ACTIVE */
.faq-item.active .faq-answer {
    max-height: 300px;
}

/* TEXT */
.faq-answer p {

    padding: 0 40px 35px;
    color: #666;
    max-width: 90%;

}

/* HOVER */
.faq-item:hover {
    transform: translateY(-3px);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1100px) {

    .faq-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .faq-left {
        position: relative;
        top: 0;
    }

}

@media(max-width:768px) {

    .faq-left h2 {
        font-size: 48px;
    }

    .faq-question {
        padding: 25px;
    }

    .faq-question h3 {
        font-size: 20px;
        width: 85%;
    }

    .faq-answer p {
        padding: 0 25px 25px;
        max-width: 100%;
    }

    .faq-info-grid {
        grid-template-columns: 1fr;
    }

}

.export-process-section {

    padding: 80px 40px;
    background: var(--primary-grey);
    position: relative;
    overflow: hidden;

}

/* BG EFFECT */
.export-process-section::before {

    content: "";
    position: absolute;
    top: -200px;
    right: -200px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(196, 164, 132, 0.06);

}


/* =========================
   TOP AREA
========================= */

.export-top {

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 30px;

}

/* MINI */
.mini-title {

    display: inline-block;
    font-size: 11px;
    letter-spacing: 4px;
    color: var(--pri-col);
    margin-bottom: 25px;

}

/* HEADING */
.export-heading h2 {
    font-weight: 500;

}

.export-grid {

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;

}

/* CARD */
.export-card {

    background: #fff;
    padding: 45px 40px;
    position: relative;
    border: 1px solid #ece7df;
    transition: .4s ease;
    overflow: hidden;

}

/* TOP BORDER */
.export-card::before {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--pri-col);
    ;
    transform: scaleX(0);
    transform-origin: left;
    transition: .4s ease;

}

/* HOVER */
.export-card:hover {

    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);

}

.export-card:hover::before {
    transform: scaleX(1);
}

/* NUMBER */
.card-number {

    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 52px;
    font-weight: 700;
    color: #f3efe8;
    line-height: 1;

}

/* ICON */
.icon-boxs {

    width: 85px;
    height: 85px;
    border-radius: 20px;
    background: #f8f6f1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;

}

/* ICON */
.icon-boxs i {
    font-size: 38px;
    color: var(--pri-col);
    ;
}

/* TITLE */
.export-card h3 {

    font-size: 24px;
    margin-bottom: 20px;
    color: #111;
    font-weight: 500;

}

/* LINE */
.export-card h3::after {

    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background: var(--primary-bg-color);
    margin-top: 18px
}

@media(max-width:1200px) {

    .export-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media(max-width:768px) {

    .export-grid {
        grid-template-columns: 1fr;
    }

}

.membership-section {

    padding: 80px 20px;
    background: #fff;
    position: relative;
    overflow: hidden;

}

/* TEXTURE */
.membership-section::before {

    content: "";
    position: absolute;
    inset: 0;
    /* background: url('images/texture.png'); Image is missing, removed to prevent 404 */
    opacity: .03;
    pointer-events: none;

}

/* CONTAINER */
.container {
    max-width: 1450px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* =========================
   HEADING
========================= */

.membership-heading {
    text-align: center;
    margin-bottom: 70px;
}

/* SUBTITLE */
.sub-title {

    font-size: 12px;
    letter-spacing: 6px;
    color: #b08b57;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;

}

/* LINE */
.sub-title::before,
.sub-title::after {

    content: "";
    width: 60px;
    height: 1px;
    background: #d2b48c;
    position: absolute;
    top: 50%;

}

.sub-title::before {
    right: 100%;
    margin-right: 20px;
}

.sub-title::after {
    left: 100%;
    margin-left: 20px;
}

/* TITLE */
.membership-heading h2 {
    margin-bottom: 25px;
    font-weight: 500;
}

.membership-grid {

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-bottom: 70px;

}

/* CARD */
.membership-card {

    background: #fff;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    transition: .4s ease;
    border: 1px solid rgb(232 226 202);
    position: relative;

}

/* HOVER */
.membership-card:hover {

    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);

}

/* IMAGE */
.membership-card img {

    max-width: 180px;
    max-height: 70px;
    object-fit: contain;
    margin-bottom: 30px;

}

/* SMALL TEXT */
.membership-card span {

    font-size: 12px;
    letter-spacing: 3px;
    color: #222;
    text-align: center;

}

/* =========================
   BOTTOM
========================= */

.membership-bottom {

    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);

}

/* ITEM */
.bottom-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 10px 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

/* REMOVE LAST */
.bottom-item:last-child {
    border-right: none;
}

/* ICON */
.iconss {
    font-size: 28px;
    color: #b08b57;
}

/* TEXT */
.bottom-item span {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 2px;
    color: #222;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px) {

    .membership-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .membership-bottom {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .bottom-item {
        border: none;
        justify-content: flex-start;
    }

}

@media(max-width:768px) {

    .membership-grid {
        grid-template-columns: 1fr;
    }

    .membership-bottom {
        grid-template-columns: 1fr;
    }

    .bottom-item {
        padding: 0;
    }

}


.global-section {
    padding: 80px 0px;
    background: #fff;
    overflow: hidden;
}

.global-wrapper {
    margin: auto;
    display: grid;
    grid-template-columns: 520px 1fr;
    gap: 80px;
    align-items: center;
}

.global-left {
    position: relative;
}

/* NUMBER */
.section-number {
    width: 70px;
    height: 70px;
    background: var(--pri-col);
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 40px;
}

/* SUBTITLE */
.global-subtitle {
    display: block;
    font-size: 12px;
    letter-spacing: 4px;
    color: var(--pri-col);
    margin-bottom: 25px;

}

/* TITLE */
.global-left h2 {
    color: #111;
    margin-bottom: 35px;
    font-weight: 500;
}

/* TEXT */
.global-left p {
    color: #666;
    font-size: 18px;
    margin-bottom: 40px;
}

/* LINE */
.global-line {
    width: 80px;
    height: 2px;
    background: var(--pri-col);
    margin-bottom: 40px;

}

/* COUNT */
.country-count h3 {

    font-size: 120px;
    line-height: 1;
    color: var(--pri-col);
    margin-bottom: 15px;
    font-weight: 600;

}

.country-count span {

    font-size: 18px;
    letter-spacing: 3px;
    color: #111;

}

/* =========================
   RIGHT SIDE
========================= */

.global-right {
    position: relative;
}

/* MAP */
.map-area {
    position: relative;
    margin-bottom: 25px;
}

.map-area img {
    width: 100%;
    opacity: .8;
}

/* PINS */
.pin {

    position: absolute;
    width: 18px;
    height: 18px;
    background: #c49b63;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 0 6px rgba(196, 155, 99, .15);
    animation: pulse 2s infinite;

}

/* PIN POSITION */
.pin1 {
    top: 25%;
    left: 20%;
}

.pin2 {
    top: 35%;
    left: 32%;
}

.pin3 {
    top: 18%;
    left: 48%;
}

.pin4 {
    top: 28%;
    left: 62%;
}

.pin5 {
    top: 45%;
    left: 55%;
}

.pin6 {
    top: 40%;
    left: 72%;
}

.pin7 {
    top: 58%;
    left: 82%;
}

.pin8 {
    top: 52%;
    left: 40%;
}

/* PULSE */
@keyframes pulse {

    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }

}

/* =========================
   FEATURE GRID
========================= */

.feature-grid {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;

}

/* CARD */
.feature-card {

    background: #fff;
    padding: 25px 20px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
    transition: .4s ease;

}

/* HOVER */
.feature-card:hover {
    transform: translateY(-10px);
}

/* ICON */
.icon-f {
    font-size: 42px;
    margin-bottom: 25px;
}

.icon-f img {
    width: 90px;
}

/* TITLE */
.feature-card h4 {

    font-size: 24px;
    color: var(--pri-col);
    margin-bottom: 5px;
    font-weight: 500;

}

/* TEXT */
.feature-card span {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 2;
    color: #222;
}

@media(max-width:1200px) {


    .feature-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:768px) {

    .feature-grid {
        grid-template-columns: 1fr;
    }

}

.export-section {
    padding: 80px 0px 0;
    background: #fdfdfd;
    overflow: hidden;
    position: relative;
}

/* CONTAINER */
.export-container {
    margin: auto;
    position: relative;
}

/* NUMBER */
.section-count {

    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg,
            #c7a16b,
            #8d6c3f);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 600;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);

}

.export-tops {
    text-align: center;
    margin-bottom: 30px;
}

/* SUBTITLE */
.export-subtitle {
    display: block;
    font-size: 13px;
    letter-spacing: 5px;
    color: var(--pri-col);
    margin-bottom: 15px;
}

/* TITLE */
.export-top h2 {

    color: #111;
    margin-bottom: 30px;
    font-weight: 500;

}

.export-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 70px;
    border-top: 1px solid rgba(0, 0, 0, .08);
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

/* BOX */
.stat-box {
    padding: 25px;
    text-align: center;
    position: relative;
}

/* BORDER */
.stat-box:not(:last-child)::after {

    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 150px;
    background: rgba(0, 0, 0, .08);

}

/* NUMBER */
.stat-box h3 {
    font-size: 60px;
    color: #111;
    margin-bottom: 18px;
    font-weight: 500;
}

/* LAST ICON */
.stat-box:last-child h3 {
    color: var(--pri-col);
}

/* TEXT */
.stat-box span {

    font-size: 14px;
    line-height: 2;
    letter-spacing: 2px;
    color: #222;

}

.export-image-area {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.map-bg {
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    opacity: .85;
    height: 700px;
    object-fit: cover;
    object-position: bottom;
}

/* SHIP */
.ship-img {
    position: relative;
    width: 70%;
    z-index: 2;
    filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .15));
}

/* GLOW */
.glow {

    position: absolute;
    width: 18px;
    height: 18px;
    background: #d2ab74;
    border-radius: 50%;
    box-shadow:
        0 0 0 10px rgba(210, 171, 116, .08),
        0 0 40px rgba(210, 171, 116, .8);
    animation: pulse 2.5s infinite;

}

/* POSITIONS */
.glow1 {
    top: 42%;
    left: 12%;
}

.glow2 {
    top: 35%;
    right: 18%;
}

.glow3 {
    top: 55%;
    right: 30%;
}

/* ANIMATION */
@keyframes pulse {

    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.4);
        opacity: .7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }

}

@media(max-width:1200px) {

    .export-stats {
        grid-template-columns: 1fr 1fr;
    }

    .stat-box:nth-child(2)::after {
        display: none;
    }

    .ship-img {
        width: 90%;
    }

}

@media(max-width:768px) {


    .export-stats {
        grid-template-columns: 1fr;
    }

    .stat-box::after {
        display: none !important;
    }

    .stat-box {
        border-bottom: 1px solid rgba(0, 0, 0, .08);
    }

    .ship-img {
        width: 100%;
    }

    .export-image-area {
        min-height: 150px;
    }

}

.footer-descption {
    max-width: 500px;
}

/* NAV LINK */
.dropdown-toggle-custom {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

/* ARROW */
.dropdown-toggle-custom::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    transition: .35s ease;
}

/* ROTATE ON HOVER */
.dropdown-hover:hover .dropdown-toggle-custom::after {
    transform: rotate(180deg);
    color: #c4a484
}

.social-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

button {
    position: relative;
    /* width: 130px; */
    /* height: 35px; */
    border-radius: 30px;
    background-color: white;
    border: 1px #3a5ba2 solid;
    overflow: hidden;
}

.text1 {
    font-size: 15px;
    font-weight: 600;
    margin-left: 22%;
}

.text2 {
    position: absolute;
    top: 5%;
    left: -73px;
    font-weight: 700;
    font-size: 14px;
    color: white;
}

.icon-b {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s;
}

.icon-b::before {
    position: absolute;
    left: -100px;
    top: 0;
    z-index: -1;
    content: '';
    width: 130px;
    height: 33px;
    border-radius: 30px;
    background-color: #3a5ba2;
}

.iconi {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s;
}

.iconi::before {
    position: absolute;
    left: -100px;
    top: 0;
    z-index: -1;
    content: '';
    width: 130px;
    height: 33px;
    border-radius: 30px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    ;
}

.iconl {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s;
}

.iconl::before {
    position: absolute;
    left: -100px;
    top: 0;
    z-index: -1;
    content: '';
    width: 130px;
    height: 33px;
    border-radius: 30px;
    background-color: #2867b2;
}

.icony {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s;
}

.icony::before {
    position: absolute;
    left: -100px;
    top: 0;
    z-index: -1;
    content: '';
    width: 130px;
    height: 33px;
    border-radius: 30px;
    background-color: #cd201f;
}

button:hover .icony {
    transform: translateX(96px);
    transition: transform 0.5s;
}

button:hover .iconl {
    transform: translateX(96px);
    transition: transform 0.5s;
}

button:hover .icon-b {
    transform: translateX(96px);
    transition: transform 0.5s;
}

button:hover .iconi {
    transform: translateX(96px);
    transition: transform 0.5s;
}

button:hover .text2 {
    transform: translateX(100px);
    transition: transform 0.6s;
}

button:active {
    transform: scale(1.03);
}

.exportss {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/export/export-banner.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin: auto;

}
.export-cont{
    max-width: 1050px;
    text-align: center;
    color: #fff;
}
.export-cont p{
    color: #fff;

}
/* =========================
   EXPORT SECTION
========================= */

.export-section-con {
    padding: 80px 0px;
    background: var(--primary-grey);
    overflow: hidden
}

/* CONTAINER */
.export-containers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;

}

.export-contents {
    position: relative;
    left: 240px;
}

/* SUBTITLE */
.export-subtitle {

    display: inline-block;
    font-size: 12px;
    letter-spacing: 4px;
    color: #b9935b;
    margin-bottom: 25px;
}

/* TITLE */
.export-contents h2 {
    color: #111;
    font-weight: 500;
    margin-bottom: 30px;
}

/* HIGHLIGHT */

/* DESCRIPTION */
.export-contents p {
    color: #666;
    margin-bottom: 50px;
    max-width: 700px;

}

.export-features {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 50px;
}

/* ITEM */
.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    background: #fff;
    padding: 25px 30px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: .4s ease;
}

/* HOVER */
.feature-item:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

/* ICON */
.feature-icon {
    width: 65px;
    height: 65px;
    min-width: 65px;
    border-radius: 50%;
    background: #f5ede4;
    display: flex;
    align-items: center;
    justify-content: center;

}

.feature-icon i {
    font-size: 24px;
    color: #b9935b;
}

.feature-text h4 {
    font-size: 24px;
    color: #111;
    margin-bottom: 10px;
    font-weight: 500;
}

.feature-text span {

    color: #777;
    line-height: 1.8;

}

.export-btn {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 10px 25px;
    background: transparent;
    border: 1px solid var(--pri-col);
    color: var(--pri-col);
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    transition: .4s ease;
    border-radius: 30px;
}

.export-btn span {
    transition: .4s ease;
}

.export-btn:hover {
    background: var(--primary-bg-color);
    color: #fff
}

.export-btn:hover span {
    transform: translateX(6px);
}

.export-image {
    display: flex;
    justify-content: end;
    align-items: end;
}

.export-image img {
    width: 85%;
}

.floating-card {
    position: absolute;
    bottom: 40px;
    left: 40px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 35px;
    max-width: 340px;
    border-left: 4px solid #b9935b;
}

.floating-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #111;
}

@media(max-width:1100px) {
    .export-containers {
        grid-template-columns: 1fr;
    }
}

@media(max-width:768px) {

    .export-image img {
        height: 100%;
        width: 100%;
    }

    .floating-card {
        left: 20px;
        right: 20px;
        bottom: 20px;
        max-width: 100%;
    }
}

.main-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY */
.video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.25));
}

.map-container {
    width: 100%;
    position: relative;
    height: 500px;

}

#map {
    width: 100%;
    height: 100%;
    /* Adding a subtle drop shadow to match the user's image */
    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.1));
    z-index: 10;
}

.jvm-tooltip {
    background-color: #000000;
    color: #fff;
    border-radius: 10px;
    padding: 2px 12px;
    font-size: 14px;
    font-weight: 500;
    z-index: 99;
}

.faq-section {
    padding: 120px 20px;
    background: #f5f3ef;
}

.faq-section .container {
    max-width: 1450px;
    margin: auto;
}

.faq-heading {
    margin-bottom: 70px;
}

/* SUBTITLE */
.faq-heading span {

    display: block;
    color: #b9935b;
    font-size: 12px;
    letter-spacing: 4px;
    margin-bottom: 20px;

}

/* TITLE */
.faq-heading h2 {

    font-size: 70px;
    line-height: 1.05;
    font-weight: 500;
    color: #111;
    margin-bottom: 25px;

}

/* TEXT */
.faq-heading p {

    max-width: 700px;
    color: #666;
    line-height: 2;

}


.faq-wrapper {

    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 70px;
    align-items: start;

}


.faq-sidebar {

    position: sticky;
    top: 120px;

}

/* UL */
.faq-sidebar ul {

    margin: 0;
    padding: 0;
    list-style: none;

}

/* LI */
.faq-sidebar li {
    margin-bottom: 15px;
}

/* BUTTON */
.faq-category-btn {

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border: none;
    background: transparent;
    color: #bc9052;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #bc9052;
    transition: 0.3s ease;

}

/* ACTIVE */
.faq-category-btn.active,
.faq-category-btn:hover {

    background: #bc9052;
    color: #fff;
    border-color: #bc9052;

}

.faq-category-block {

    margin-bottom: 30px;
    border: 1px solid #bc905261;
    padding: 20px;

}

/* TITLE */
.faq-category-title {

    margin-bottom: 35px;

}

/* HEADING */
.faq-category-title h3 {

    font-size: 38px;
    color: #111;
    font-weight: 500;

}

.faq-item {

    background: #fff;
    margin-bottom: 18px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;

}

/* QUESTION */
.faq-question {

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 30px;
    cursor: pointer;

}

/* TITLE */
.faq-question h4 {

    font-size: 18px;
    color: #111;
    font-weight: 500;

}

/* ICON */
.faq-question span {

    font-size: 26px;
    color: #b9935b;

}

/* ANSWER */
.faq-answer {

    display: none;
    padding: 0 30px 30px;

}

/* ACTIVE */
.faq-item.active .faq-answer {

    display: block;

}

/* TEXT */
.faq-answer p {

    color: #666;
    line-height: 1.9;

}

@media(max-width:992px) {

    .faq-wrapper {

        grid-template-columns: 1fr;

    }

    .faq-sidebar {
        position: relative;
        top: 0;
    }

}

@media(max-width:768px) {

    .faq-heading h2 {

        font-size: 42px;

    }

    .faq-question {

        padding: 22px;

    }

    .faq-question h4 {

        font-size: 16px;

    }

}

/* =========================
   FAQ WRAPPER
========================= */

.faq-wrapper {

    display: grid;

    grid-template-columns: 320px 1fr;

    gap: 70px;

    align-items: start;

    position: relative;

}

/* =========================
   SIDEBAR STICKY
========================= */

.faq-sidebar {

    position: sticky;

    top: 120px;

    align-self: start;

    height: fit-content;

}

/* IMPORTANT */
.faq-content {

    min-height: auto;

}

/* REMOVE THIS IF EXIST */
.faq-section,
.faq-wrapper {

    overflow: visible !important;

}

.catalogue-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/about/about-banner.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 250px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.catalogue-section p {
    color: #fff;
}

.book-catalogue-section {

    padding: 80px 40px;
    background: #f5f3ef;
    border: 1px solid #d0cbcb
}

.book-heading {

    text-align: center;
    margin-bottom: 80px;

}

/* SUBTITLE */
.book-heading span {
    display: block;
    color: #b9935b;
    font-size: 12px;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

/* TITLE */
.book-heading h2 {

    font-size: 72px;
    line-height: 1.05;
    font-weight: 500;
    color: #111;
    margin-bottom: 25px;

}

.minimal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.minimal-card {
    background: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    border: 1px solid #d0cbcb61;
}

.minimal-image {
    position: relative;
    height: 520px;
    overflow: hidden;
    clip-path: polygon(33% 0%,
            100% 0%,
            100% 87%,
            88% 100%,
            0% 100%,
            0% 33%);

}

/* IMAGE */
.minimal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
}

/* HOVER */
.minimal-card:hover .minimal-image img {
    scale: 1.05;
}

.book-buttons {

    display: flex;
    gap: 10px;
    justify-content: center
}

/* BUTTON */
.book-btn {

    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: transparent;
    color: #111;
    font-size: 16px;
    padding: 10px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .35s ease;
    border-radius: 30px;
    border: 1px solid #bc9052;
    line-height: normal
}

/* DARK BUTTON */
.book-btn.dark {
    background: #bc9052;
    color: #fff;
    border-radius: 30px
}

.book-btn.dark:hover {
    background: transparent;
    color: #000;
    border-radius: 30px
}

/* BUTTON HOVER */
.book-btn:hover {
    background: #b9935b;
    color: #fff;
}

.minimal-content h3 {
    padding-bottom: 15px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.packing-section {

    padding: 80px 20px;

    background: #fff;

}

.gallery-head {
    margin-bottom: 0px
}

.media-gallery {
    border-bottom: 0px;
    padding-bottom: 0px;


}

.packing-section .container {

    max-width: 1450px;

    margin: auto;

}

/* =========================
   HEADING
========================= */

.packing-heading {

    margin-bottom: 60px;

}

/* SUB */
/* .packing-heading span {

    display: block;
    color: #b9935b;
    font-size: 12px;
    letter-spacing: 4px;
    margin-bottom: 20px;

} */

/* TITLE */
.packing-heading h2 {


    font-weight: 500;
    color: #111;
    margin-bottom: 25px;

}

/* TEXT */
.packing-heading p {

    max-width: 750px;
    color: #666;

}

/* =========================
   TABS
========================= */

.packing-tabs {

    display: flex;

    gap: 15px;

    margin-bottom: 50px;

}

/* BUTTON */
.packing-tab {

    padding: 12px 25px;
    border: 1px solid var(--pri-col);

    background: transparent;

    color: var(--pri-col);

    font-size: 18px;

    letter-spacing: 2px;

    text-transform: capitalize;

    cursor: pointer;

    transition: .4s ease;

}

/* ACTIVE */
.packing-tab.active {

    background: var(--pri-col);

    color: #fff;

    border-color: var(--pri-col);

}

/* =========================
   CONTENT
========================= */

.packing-content {
    display: none;
}

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

/* =========================
   TOP INFO
========================= */

.packing-top-info {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;

    margin-bottom: 40px;

}

/* CARD */
.info-card {

    background: #fff;

    padding: 35px;

    border: 1px solid rgba(0, 0, 0, 0.06);

}

/* NUMBER */
.info-card h4 {

    font-size: 42px;

    color: #111;

    margin-bottom: 12px;

}

.info-card p {
    color: #666;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;

}

/* =========================
   TABLE
========================= */

.packing-table-wrapper {

    overflow: auto;

    background: #fff;

    border: 1px solid rgba(0, 0, 0, 0.06);

}

/* TABLE */
.packing-table {

    width: 100%;

    border-collapse: collapse;

}

/* HEAD */
.packing-table thead {

    background: #111;

}

/* TH */
.packing-table th {

    color: #fff;

    padding: 24px;

    font-size: 12px;

    letter-spacing: 3px;

    text-transform: uppercase;

    font-weight: 500;

    text-align: left;

}

/* TD */
.packing-table td {

    padding: 24px;

    border-bottom: 1px solid #eee;

    color: #555;

    font-size: 16px;

}

/* HOVER */
.packing-table tbody tr {

    transition: .3s ease;

}

.packing-table tbody tr:hover {

    background: #faf7f2;

}

/* =========================
   NOTE
========================= */

.packing-note {

    display: flex;

    align-items: center;

    gap: 18px;

    margin-top: 35px;

}

/* LINE */
.packing-note span {

    width: 4px;
    height: 50px;

    background: #b9935b;

}

/* TEXT */
.packing-note p {

    color: #666;

    line-height: 1.8;

}

.main-grid {
    display: grid;
    grid-template-columns: 60% 35%;
    gap: 50px
}

.pack-img img {
    width: 100%;
}

/* =========================
   ODD / EVEN ROW COLORS
========================= */

/* ODD ROW */
.packing-table tbody tr:nth-child(odd) {

    background: #fff;

}

/* EVEN ROW */
.packing-table tbody tr:nth-child(even) {

    background: #f5f3ef;

}

/* OPTIONAL HOVER */
.packing-table tbody tr:hover {

    background: #ece7de;

    transition: 0.3s ease;

}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:992px) {

    .packing-top-info {
        grid-template-columns: 1fr;
    }

}

@media(max-width:768px) {



    .packing-tabs {
        flex-wrap: wrap;
    }

    .packing-tab {
        width: 100%;
    }

    .packing-table th,
    .packing-table td {
        padding: 18px;
    }

}

.product-showcase-section {

    padding: 80px 40px;

    background: #f5f3ef;
    border: 1px solid #d0cbcb
}

.product-showcase-section .container {

    max-width: 1450px;

    margin: auto;

}

/* =========================
   HEADING
========================= */

.product-heading {

    margin-bottom: 70px;

}

/* SUBTITLE */
.product-heading span {

    display: block;

    color: #b9935b;

    font-size: 12px;

    letter-spacing: 4px;

    margin-bottom: 20px;

}

/* TITLE */
.product-heading h2 {

    font-size: 68px;

    line-height: 1.05;

    color: #111;

    font-weight: 500;

}

/* =========================
   GRID
========================= */

.product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.clear-filters-wrap {
    margin: 12px 0 20px;
}

.clear-filters-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border: 1px solid #999;
    border-radius: 20px;
    font-size: 13px;
    color: #555;
    text-decoration: none;
    transition: all 0.2s;
}

.clear-filters-btn:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}

/* =========================
   CARD
========================= */

.product-card {

    transition: .35s ease;
    background: transparent;
    padding: 10px;
    border: 1px solid #d0cbcb;
    text-decoration: none;

}

/* HOVER */
.product-card:hover {

    transform: translateY(-8px);

}

/* =========================
   IMAGE SHAPE
========================= */

.product-image {

    position: relative;

    height: 350px;

    overflow: hidden;

    /* background:#2d2d2d; */

    clip-path: polygon(20% 0%,
            100% 0%,
            100% 85%,
            85% 100%,
            0% 100%,
            0% 15%);

}

/* IMAGE */
.product-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: .5s ease;

}

/* IMAGE HOVER */
.product-card:hover .product-image img {

    scale: 1.05;

}

/* =========================
   CONTENT
========================= */

.product-content {

    padding: 20px 8px 10px;

}

/* TITLE */
.product-content h3 {

    font-size: 24px;

    color: #000;

    margin-bottom: 10px;

    font-weight: 500;

}

/* =========================
   META
========================= */

.product-meta {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    margin-bottom: 10px;

}

/* TEXT */
.product-meta span {

    font-size: 16px;

    color: #666;

}

/* =========================
   COLORS
========================= */

.product-colors {

    display: flex;

    align-items: center;

    gap: 10px;

}

/* COLOR */
.product-colors span {

    width: 22px;

    height: 22px;

    border-radius: 50%;

    border: 2px solid #cfcfcf;

    cursor: pointer;

    transition: .35s ease;

}

/* HOVER */
.product-colors span:hover {

    transform: scale(1.12);

}

/* =========================
   IMAGE SHAPE
========================= */

.product-image {

    position: relative;

    overflow: hidden;


    clip-path: polygon(20% 0%,
            100% 0%,
            100% 85%,
            85% 100%,
            0% 100%,
            0% 15%);
    border: 1px solid #d9ae6f;
}

/* ALL IMAGES */

.product-image img {

    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: .5s ease;

}

/* MAIN IMAGE */

.product-image .main-img {

    opacity: 1;

    visibility: visible;

}

/* HOVER IMAGE */

.product-image .hover-img {

    opacity: 0;

    visibility: hidden;

}

/* =========================
   HOVER EFFECT
========================= */

.product-card:hover .main-img {

    opacity: 0;

    visibility: hidden;

    scale: 1.05;

}

.product-card:hover .hover-img {

    opacity: 1;

    visibility: visible;

    scale: 1.05;

}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px) {

    .product-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}

@media(max-width:768px) {

    .product-grid {

        grid-template-columns: 1fr;

    }

    .product-heading h2 {

        font-size: 42px;

    }

    .product-image {

        height: 420px;

    }

    .product-content h3 {

        font-size: 28px;

    }

}

/*  */

.product-detail-section {
    padding: 80px 40px;
    background: #f5f3ef;
}

.product-detail-section .container {
    max-width: 1450px;
    margin: auto;
}

.product-full-banner {
    overflow: hidden;
    background: #fff;
}

.product-full-banner {
    position: relative;
    overflow: hidden;
}

.product-full-banner img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

.product-full-banner::before {

    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgb(0 0 0), rgb(0 0 0));
    background-size: cover;
    background-position: center;
    mix-blend-mode: soft-light;
    opacity: .7;
    pointer-events: none;

}

.product-bottom-grid {

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;

}

.section-title {
    margin-bottom: 35px;
}

/* SUBTITLE */
.section-title span {
    display: block;
    color: #b9935b;
    font-size: 12px;
    letter-spacing: 4px;
    margin-bottom: 15px;
}

/* TITLE */
.section-title h2 {
    margin-bottom: 20px;
    font-weight: 500;
}

.spec-table {
    background: transparent;
    overflow: hidden;
}

/* ROW */
.spec-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid #e2dac8;
}

.spec-row:last-child {
    border-bottom: none;
}

/* TEXT */
.spec-row span {
    color: #666;
    font-size: 18px;

}

.spec-row strong {
    color: #111;
    font-size: 20px;
        font-weight: 500;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

/* CARD */
.related-card {
    overflow: hidden;
    border-radius: 0px;
    background: transparent;
    border: 1px solid #e2dac8;
    padding: 10px;
}

/* IMAGE */
.related-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: .5s ease;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

/* HOVER */
.related-card:hover img {
    scale: 1.15;
}
.product-bottom-grid h2{
    font-size: 32px;
}
@media(max-width:1200px) {

    .product-bottom-grid {
        grid-template-columns: 1fr;
    }
}

@media(max-width:768px) {

    .product-full-banner img {
        height: 420px;
    }

    .section-title h2 {
        font-size: 36px;
    }

    .related-card img {
        height: 180px;
    }

}

.related-product-section {
    padding: 80px 40px;
    background: #fff;
}

.related-heading {
    margin-bottom: 30px;
}

.related-heading span {

    display: block;
    color: #b9935b;
    font-size: 12px;
    letter-spacing: 4px;
    margin-bottom: 18px;

}

.related-product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}

.related-product-card {
    transition: .35s ease;
    border: 1px solid #e2dac8;
    padding: 10px;
}

.related-product-card:hover {
    transform: translateY(-6px);
}

.related-product-image {

    position: relative;
    height: 360px;
    overflow: hidden;
    background: #333;
    clip-path: polygon(18% 0%,
            100% 0%,
            100% 88%,
            88% 100%,
            0% 100%,
            0% 12%);
}

.related-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
}

.related-product-card:hover img {

    scale: 1.05;

}

.related-product-content {

    padding: 24px 8px 0;
}

.related-product-content h3 {
    font-size: 24px;
    color: #111;
    font-weight: 500;
}

.related-product-meta {

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

}

.related-product-meta span {
    color: #666;
    font-size: 14px;
}

.related-product-colors {

    display: flex;
    align-items: center;
    gap: 10px;

}

.related-product-colors span {

    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #d2d2d2;
    cursor: pointer;
    transition: .35s ease;

}

.related-product-colors span:hover {
    scale: 1.1;
}

@media(max-width:1400px) {

    .related-product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:992px) {

    .related-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:768px) {

    .related-product-grid {
        grid-template-columns: 1fr;
    }

    .related-heading h2 {
        font-size: 38px;
    }

    .related-product-image {
        height: 320px;
    }
}

.interactive-banner-section {
    position: relative;
    overflow: hidden;
}

.interactive-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hotspot {
    position: absolute;
    z-index: 10;
}

.hotspot-pin {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: none;
    background: #fff;
    cursor: pointer;
    position: relative;
    z-index: 5;
}

/* OUTER RING */

.hotspot-pin::before {
    content: "";
    position: absolute;
    inset: -7px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

/* INNER DOT */

.hotspot-pin::after {
    content: "";
    position: absolute;
    inset: 4px;
    background: #FFF;
    border-radius: 50%;
}

.hotspot-card {

    position: absolute;
    top: 35px;
    left: 20px;
    width: 260px;
    background: #fff;
    padding: 14px;
    display: flex;
    gap: 14px;
    opacity: 0;
    visibility: hidden;
    transition: .35s ease;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.15);
    flex-direction: column;
}

.hotspot-card.show {
    opacity: 1;
    visibility: visible;
}

.hotspot-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.hotspot-content {
    flex: 1;
}

.hotspot-content h4 {
    font-size: 18px;
    color: #111;
}

.hotspot-content span {

    color: #c59a5d;

    font-size: 14px;

}

@keyframes pulse {

    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }

}

@media(max-width:768px) {

    .interactive-banner {
        height: 700px;
    }

    .hotspot-card {
        width: 220px;
        left: 0;
    }

    .hotspot-card img {
        width: 70px;
        height: 70px;
    }

    .hotspot-content h4 {
        font-size: 15px;
    }

}

.orange {
    background: #c59a5d;
}

.circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #0000001a;
}

.pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 96, 96, 0.45);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

/* SELECT */
.filter-select {
    min-width: 220px;
    height: 55px;
    padding: 0 45px 0 18px;
    /* RIGHT SPACE FOR ARROW */
    border: 1px solid #ddd;
    background: #fff;
    font-size: 15px;
    color: #111;
    outline: none;
    cursor: pointer;
    transition: .3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* CUSTOM ARROW */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px;
}

/* HOVER */
.filter-select:hover {
    border-color: #c9a46a;
}

/* FOCUS */
.filter-select:focus {
    border-color: #c9a46a;
}

/* =========================
   HIDE CARD
========================= */
.product-card.hide-product {
    display: none;
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width:768px) {
    .product-filter-wrap {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-select {
        width: 100%;
        min-width: 100%;
    }
}

/* =========================
   FILTER WRAP
========================= */
.product-filter-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    /* margin-bottom:60px; */
    flex-wrap: wrap;
}

/* =========================
   LEFT FILTERS
========================= */
.product-filter-left {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

/* =========================
   SEARCH
========================= */
.product-search-wrap {
    min-width: 320px;
}

/* INPUT */
.product-search-input {
    width: 100%;
    height: 55px;
    border: 1px solid #ddd;
    padding: 0 18px;
    font-size: 15px;
    color: #111;
    outline: none;
    transition: .3s ease;
    background: #fff;
}

/* PLACEHOLDER */
.product-search-input::placeholder {
    color: #888;
}

/* HOVER */
.product-search-input:hover {
    border-color: #c9a46a;
}

/* FOCUS */
.product-search-input:focus {
    border-color: #c9a46a;
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width:992px) {
    .product-filter-wrap {
        flex-direction: column;
        align-items: stretch;
    }

    .product-filter-left {
        width: 100%;
    }

    .filter-select {
        flex: 1;
        min-width: calc(50% - 10px);
    }

    .product-search-wrap {
        width: 100%;
        min-width: 100%;
    }
}

@media(max-width:768px) {
    .filter-select {
        width: 100%;
        min-width: 100%;
    }
}

/* =========================
   SPECIFICATION GRID
========================= */

.product-specs-grid{

    display:grid;

    grid-template-columns:
        repeat(3,1fr);

    gap:15px;

}

/* BOX */

.spec-box{

    padding:28px;

    border:1px dashed #cfcfcf;

    background:#fff;

    transition:.35s ease;

    min-height:140px;

    display:flex;

    flex-direction:column;

    justify-content:center;

}

/* HOVER */

.spec-box:hover{

    border-color:#c9a46a;

    transform:translateY(-4px);

}

/* TITLE */

.spec-box h4{

    font-size:28px;

    font-weight:500;

    color:#111;

    margin-bottom:20px;

    position:relative;

    padding-bottom:15px;

}

/* LINE */

.spec-box h4::after{

    content:"";

    position:absolute;

    left:0;
    bottom:0;

    width:100%;

    height:1px;

    background:#222;

}

/* VALUE */

.spec-box p{

    font-size:18px;

    color:#555;

    margin:0;

}

/* RESPONSIVE */

@media(max-width:1200px){

    .product-specs-grid{

        grid-template-columns:
            repeat(2,1fr);

    }

}

@media(max-width:768px){

    .product-specs-grid{

        grid-template-columns:1fr;

    }

}