@font-face {
    src: url("aftika\ light.ttf");
    font-family: "aftika";
}

@font-face {
    src: url("aftika\ semibold.ttf");
    font-family: "aftika-semi";
}

@font-face {
    src: url("aftika\ bold.ttf");
    font-family: "aftika-bold";
}

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

h3 {
    font-size: 24px !important;

}

p {
     font-family: "Didact Gothic";
    font-size: 16px;
    color: #666;
    font-weight: 200;
    letter-spacing: 0.5px;
    line-height: 28px;

}

h1 {
    font-size: 62px;
    font-weight: 700;

}

h2 {
    font-size: 40px !important;
    font-weight: 700;

}



a {
    font-family: "Didact Gothic";

}
.btn{
font-family: "Didact Gothic";
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 .maimoon {
    width: 115px;
    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: #B59471;
}

ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #B59471;

}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(0, 0, 0);
}
/* 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;
}

.about {
    padding: 100px 0;
}

.about-sect {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    align-items: center;
}
.text-sec{
    text-align: center;
}

.grid-about {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}

.icon-about {
    padding: 15px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    border-radius: 20px;
    border: 1px solid #EAEAEA;
}

.icon-about img {
    width: 50px;
}

.collection-sec {
    display: grid;
    grid-template-columns: 65% 35%;
    gap: 25px;
    padding-bottom: 25px;
}

.collection-sec-rev {
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 25px;
}

.collect {
    position: relative;
}

.collect h3 {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: #fff;
    z-index: 10;
}

.collect::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.233);
    z-index: 2;
    border-radius: 20px;
}

.collect img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    border-radius: 20px;
}

.collection-view {
    padding: 80px 0;
    background-color: #f5f5f5;
}
.collection-view- {
    padding: 80px 0;
}

.collec-center {
    text-align: center;
    padding-bottom: 25px;
}
.collec-center p{
    max-width: 1200px;
    margin: auto;
}
.collections-list a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
    border: 1px solid #c1b7b7;
    padding: 3px 15px;
    border-radius: 30px;
}
.collections-list .active{

background-color: #B59471;
    border: 1px solid #B59471;
    color: #fff;

}

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

.world-co {
    padding: 100px 0;
}

.swiper-wrapper img {
    width: 100%;
    height: 50vh !important;
    object-fit: cover;
    object-position: center;
}

.swiper-container {
    padding-top: 50px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    color: #000;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    color: #000;

}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: none !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {

    background-image: none !important;
}

.empower {
    text-align: center;
    color: #fff
}

/* --- General Section Styling --- */
.tile-sizes-section {
    padding: 100px 0 0;
    text-align: center;
}

.tile-sizes-section .section-title {
    font-size: 2.5rem;
    color: #1A1A1A;
    /* Use your Text Color */
    margin-bottom: 20px;
}

.tile-sizes-section .section-description {
    font-size: 1.1rem;
    color: #4A4A4A;
    /* Use a slightly lighter text color for description */
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Grid Layout for Tile Items --- */
.tile-sizes-grid {
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    align-items: flex-end;
    justify-items: center;
    padding: 0 20px; */
    display: flex;
    /* grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); */
    gap: 30px;
    align-items: center;
    justify-items: center;
    padding: 0 20px;
    margin: auto;
    width: 100%;

}

/* --- Individual Tile Item Styling --- */
.tile-size-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    /* Pushes the graphic to the top, label to the bottom */
    min-height: 250px;
    /* Ensure consistent height for all items */
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    cursor: pointer;
    position: relative;
    margin: auto;
}

/* Animation: Subtle scale/shadow on hover */
/* .tile-size-item:hover {
    transform: translateY(-5px) scale(1.02); 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); 
} */

.tile-size-item .size-label {
    font-size: 0.95rem;
    color: #1A1A1A;
    /* margin-top: 15px; */
    font-weight: 500;
    transform: rotate(90deg);
    width: max-content;
    position: absolute;
    right: -75px;
    bottom: 40px;
}

/* --- Tile Graphic Styling (The Rectangular Shapes) --- */
.tile-graphic {
    /* border: 1px solid #5C7080; */
    /* Use a neutral gray from your palette for outlines */
    box-sizing: border-box;
    /* Include padding and border in the element's total width and height */
    /* max-height: 250px; */
    /* Max height for the graphics */
    /* max-width: 150px; */
    /* Max width for the graphics */
    background-color: transparent;
    /* No fill */
    transition: all 0.3s ease;
    /* Smooth transition for hover effects */
}


/* --- Specific Tile Graphic Dimensions ---
   These use max-height to ensure they scale down on smaller screens
   but maintain their aspect ratio visually.
   Base height for calculation: let 1200mm = 200px (max height)
   Then 200mm = ~33px, 600mm = 100px, 800mm = ~133px, 1800mm = 300px (would exceed max, so caps at 200)
*/
.tile-size-item.size-200x1200 .tile-graphic {
    width: 33px;
    height: 200px;
    background: url(../img/size/GABOON-WOOD-200x1200.jpg);
}

.tile-size-item.size-600x600 .tile-graphic {
    width: 100px;
    height: 100px;
    background: url(../img/size/CORE-MUSHROOM-600x600.jpg);
}

.tile-size-item.size-600x1200 .tile-graphic {
    width: 100px;
    height: 200px;
    background: url(../img/size/AMBIENT-ECRU_600x1200.jpeg);
}

.tile-size-item.size-800x800 .tile-graphic {
    width: 133px;
    height: 133px;
    background: url(../img/size/IMPERO-BEIGE_800x800.jpeg);
}

.tile-size-item.size-800x1600 .tile-graphic {
    width: 133px;
    height: 220px;
    background: url(../img/size/CALYPSO-800x1600.jpg);
}

/* Caps at max-height */
.tile-size-item.size-1200x1800 .tile-graphic {
    width: 150px;
    height: 250px;
    background: url(../img/size/BRECCIA_1200X1800.jpg);
}

/* Caps at max-width and max-height */
.tile-size-item.size-1200x1200 .tile-graphic {
    width: 160px;
    height: 160px;
    background: url(../img/size/ARIANA-1200x1200.jpg);
}

/* Caps at max-width */


/* --- Media Queries for Responsiveness --- */
@media (max-width: 768px) {
    .tile-sizes-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 20px;
    }

    .tile-size-item {
        min-height: 200px;
    }

    .tile-graphic {
        /* max-height: 150px; */
        /* Adjust max height for smaller screens */
        max-width: 120px;
    }

    /* Adjust specific graphic sizes if needed, or let max-height/width handle it */
    .tile-size-item.size-200x1200 .tile-graphic {
        width: 25px;
        height: 150px;
    }

    .tile-size-item.size-600x600 .tile-graphic {
        width: 90px;
        height: 90px;
    }

    /* ... and so on for other sizes ... */
}

@media (max-width: 480px) {
    .tile-sizes-grid {
        grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
        gap: 15px;
    }

    .tile-size-item {
        min-height: 180px;
    }

    /* .tile-graphic {
        max-height: 120px;
        max-width: 90px;
    } */

    .tile-size-item .size-label {
        font-size: 0.85rem;
    }
}

/* --- Keyframe Animation for a subtle "pop" on initial load (optional) --- */
@keyframes graphicFadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

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

/* Apply animation on load for each graphic */
.tile-graphic {
    animation: graphicFadeIn 0.6s ease-out forwards;
    /* You might want to delay this based on the WOW.js delay */
}

/* --- 1. Base Tile Graphic Styling (Kept Clean) --- */
.tile-graphic {
    /* Existing styles to define the shape and size */
    border: 1px solid #5C7080;
    box-sizing: border-box;
    position: relative;
    /* Crucial: Needed for absolute positioning of pseudo-elements */
    overflow: hidden;
    /* Hides the drawing border lines when they are outside */
    transition: all 0.3s ease;
    /* Smooth transition for background/non-animated properties */
}

/* --- 2. Setup Pseudo-Elements for Drawing --- */

/* --- 3. Define the Horizontal Drawing Lines --- */
.tile-graphic:before {
    /* Starts invisible (0 width) along the top and bottom */
    width: 0;
    height: 2px;
    /* Thickness of the drawing border */
}

/* Define Top and Bottom Lines */
.tile-graphic:before:nth-child(odd) {
    top: 0;
    left: 0;
}

.tile-graphic:before:nth-child(even) {
    bottom: 0;
    right: 0;
}

/* --- 4. Define the Vertical Drawing Lines --- */
.tile-graphic:after {
    /* Starts invisible (0 height) along the left and right */
    height: 0;
    width: 2px;
    /* Thickness of the drawing border */
}

/* Define Left and Right Lines */
.tile-graphic:after:nth-child(odd) {
    left: 0;
    top: 0;
}

.tile-graphic:after:nth-child(even) {
    right: 0;
    bottom: 0;
}


/* --- 5. Hover State: Animate the Draw --- */

/* Draw Horizontal Lines (Top and Bottom) */

.unique {
    padding: 100px 0;
}

.uniq-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.uniqu-design {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.tiles-design {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

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

/* --- Core Layout (Keep the same) --- */
.feature-image-slider-section {
    padding: 80px 0;
}

.feature-slider-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}

/* --- Content Box Styling (Keep the same) --- */


/* Style for the images within the slides */
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Optional: Custom styling for navigation buttons (default Swiper styles are often sufficient) */
.swiper-button-next,
.swiper-button-prev {
    color: #D47768;
    /* Use your Accent Color for buttons */
    /* Adjust size or position if needed */
}


/* --- Responsive Adjustments (Keep the same) --- */
@media (max-width: 992px) {
    .feature-slider-wrapper {
        flex-direction: column;
        gap: 60px;
    }

    /* ... (rest of the mobile adjustments) ... */
}

/* --- General Layout and Section Setup --- */
.feature-image-slider-section {
    padding: 80px 0;
    background-color: #FFFFFF;
    /* Clean white background */
}

.feature-slider-wrapper {
    display: grid;
    gap: 40px;
    align-items: center;
    grid-template-columns: 60% 40%;
}

/* --- 1. Content Box Styling (Left Side) --- */
.content-box {

    padding-left: 320px;
}

.main-heading {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1A1A1A;
    /* Deep Charcoal Text */
    margin-bottom: 20px;
    line-height: 1.1;
}

.feature-list-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 5px;
    /* Allows wrap on small screens */
}

.feature-item {
    flex: 1 1 45%;
    /* Each item takes up roughly half the space */
    padding: 30px;
    border: 1px solid #EAEAEA;
    /* Light border similar to the image */
    border-radius: 20px;

}

.feature-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    /* Subtle hover lift */
}

.icon-wrap {

    margin-bottom: 15px;
    /* Styles for the icon (SVG or font icon recommended) */
}

.feature-item img {
    width: 80px;
}

.empower p {
    color: #fff;
}

/* --- 2. Image Slider Styling (Right Side) --- */
.image-slider-container {
    flex: 1 1 50%;
    /* Takes up about 50% of the width */
    position: relative;
    overflow: hidden;
    height: 500px;
    /* Fixed height for visual balance */
}

.slider-wrapper {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    /* Controlled by JS */
}

.slider-slide {
    min-width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    /* Space between slides if multiple are visible */
}

.slider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures images fill the space correctly */
    border-radius: 10px;
}

/* Add styles for navigation buttons/dots here */


/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
    .feature-slider-wrapper {
        flex-direction: column;
        /* Stack vertically on tablets/mobiles */
        gap: 60px;
    }

    .content-box,
    .image-slider-container {
        flex: 1 1 100%;
        /* Full width */
    }


}

.download {
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.downloads {
    background: #B59471;
    border: 1px solid #B59471;

    color: #fff;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 30px;
    transition: all .5s ease-in-out;
}

.downloads:hover {

    background-color: transparent;
    border: 1px solid #B59471;
    color: #fff;
    transition: all .5s ease-in-out;

}
.download p{
    color: #fff;
}
.footer-grid {
    display: grid;
    gap: 25px;
    grid-template-columns: 30% 15% 20% 30%;
    border-bottom: 1px solid #B594715e;
    padding-bottom: 25px;
}

.footer-data ul {
    list-style-type: none;
    padding-left: 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 7px;
}

.footer-data a {
    text-decoration: none;
    color: #edededba;
    font-size: 16px;
    line-height: 28px;
}

.footer-data p {
    color: #edededba;

}

.footer-data h3 {
    font-size: 22px;
    padding-bottom: 10px;
    color: #B59471;

}

.footer {
    padding: 100px 0 20px;
    background-color: #1a1a1a;
}

.footer-data img {
    width: 115px;
    margin-bottom: 15px;
    height: 60px;
    object-fit: contain;
    margin-right: 15px;
}




main {
    position: relative;
    column-gap: 3rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media screen and (min-width: 960px) {
    main {
        display: grid;
        padding-inline: 0;
        grid-template-columns: 55% 45%;
    }
}

main .content {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 3em;
}

@media screen and (min-width: 960px) {
    main .content {
        width: 40%;
        padding-left: 5em;
        margin-bottom: 0;
    }
}


.swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    right: 0px;
    margin: 0 auto;
}

@media screen and (min-width: 960px) {}

.swiper {
    position: relative;
    width: 100%;
    z-index: 2;
}

.swiper-slide {

    display: flex;
    flex-direction: column;
    align-items: self-start;
    position: relative;
    border-radius: 20px;
    text-align: center;
}

.swiper-slide span {
    display: inline-block;
    border-radius: 0 50px 50px 0;
    text-transform: capitalize;
    padding: 12px 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
    position: absolute;
    top: 2em;
    left: 0;
    color: #fff;
}

.swiper-slide h3 {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 0.625rem;
    letter-spacing: 0.8px;
    position: relative;
    word-wrap: break-word;
}

@media screen and (min-width: 800px) {
    .swiper-slide h3 {
        font-size: 1.8rem;
    }
}

.swiper-slide p {
    color: #fff;
    line-height: 1.6;
    font-size: 0.8rem;
}

.swiper-slide .slide-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -10px);
    width: 90%;
}

.swiper-slide--one {
    background: #0f2027;
    background: linear-gradient(to bottom, #2c536400, #203a4303, #0f2027cc), url("../img/view/Adrian-Black.jpg") no-repeat 50% 50%/cover;
    padding: 200px 0px;
}

.swiper-slide--one h3 {
    font-family: "Courgette", cursive;
    font-weight: 300;
}

.swiper-slide--two {
    background: linear-gradient(to bottom, #2c536400, #203a4303, #0f2027cc), url("../img/view/BOSCONIA_NATURAL1.jpg") no-repeat 50% 50%/cover;
    padding: 200px 0px;
}

.swiper-slide--two h3 {
    font-family: "Noto Serif Vithkuqi", serif;
    font-weight: 300;
}

.swiper-slide--three {
    background: url("../img/view/URBAN-LIGHT-DARK.jpg") no-repeat 50% 50%/cover;
    padding: 200px 0px;
}

.swiper-slide--four {
    background: url("../img/view/Sahara-Noir.jpg") no-repeat 50% 50%/cover;
    padding: 200px 0px;
}

.swiper-slide--five {
    background: url("../img/view/SION-BIANCO.jpg") no-repeat 50% 50%/cover;
    padding: 200px 0px;
}

/* .swiper-slide--six {
  background: linear-gradient(to bottom, #2c536400, #203a4303, #0f2027cc), url("https://cdn.pixabay.com/photo/2022/11/04/23/15/woman-7570834_1280.jpg") no-repeat 50% 50%/cover;padding: 200px 0px;
} */
.swiper-slide--six h3 {
    font-family: "Chonburi", cursive;
    font-weight: 400;
}

.swiper-slide-active {
    display: grid;
    opacity: 1;
}

.swiper-pagination {
    position: relative;
    bottom: -0.313rem;
    text-align: center;
    margin-top: 35px;
    width: auto;
}

.swiper-pagination-bullet {
    border-radius: 0;
    width: 1.5rem;
    height: 0.25rem;
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.your-space {
    padding: 100px 0;
}

/* animation */
:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.5deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.5deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

[data-animation] {
    opacity: 0;
    -webkit-animation-timing-function: var(--animation-timing-function);
    animation-timing-function: var(--animation-timing-function);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: var(--animation-duration);
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
}

.animations-disabled,
.animations-disabled [data-animation] {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.slideInLeft {
    -webkit-animation-name: slideInleft;
    animation-name: slideInleft;
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.zoomReverseIn {
    -webkit-animation-name: zoomReverseIn;
    animation-name: zoomReverseIn;
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

.flipOutY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-direction: reverse;
}

.animated-link {
    /* Basic Text Styles */
    color: #000;
    text-decoration: none;
    padding-bottom: 2px;
    /* Space between text and border */
    position: relative;
    display: inline-block;
    /* Essential for containing the ::after element */
}

.animated-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    transform: translateX(0%);
    height: 1px;
    /* Border thickness */
    width: 0px;
    /* **Initial 20px width** */
    background-color: #B59471;
    /* Border color */

    /* Animation/Transition Settings */
    transition: width 0.7s ease-out;
    /* Smooth animation over 0.3 seconds */
}

.animated-link:hover::after {

    width: 100%;
    color: #B59471;
}

.animated-link:hover {

    color: #B59471;

}
.footer-copy{
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    text-decoration: none;
}
.footer-copy p{
    margin-bottom: 0;
    color: #fff;
}
.footer-copy a{
       text-decoration: none;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid;
    text-transform: uppercase;
}
.footer-copy a:hover{
       text-decoration: none;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid;
    text-transform: uppercase;
}
.social-icons a{
    color: #B59471;
    font-size: 21px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    margin-left: 5px;
    transition: all .5s ease-in-out;
}
.social-icons a:hover{
    color: #fff;
    /* font-size: 21px; */
    background-color: #B59471;
    padding: 10px;
    border-radius: 50%;
    margin-left: 5px;
    transition: all .5s ease-in-out;

}
.footer-copy span{
    color: #B59471;
    font-weight: 600;
}


.newsletter-section {
    /* The dark background area */
    display: flex;
    justify-content: center;
    align-items: center;
    
}

/* --- The White Card Container --- */

.newsletter-card {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 60px 40px;
    max-width: 950px;
    width: 90%;
    text-align: center;
    transform: translateY(-50px);
    position: relative;
    top: 90px;

}

.card-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}

.card-description {
    font-size: 1rem;
    color: #555555;
    line-height: 1.5;
    margin-bottom: 30px;
}

/* --- Form and Input Styling --- */

.signup-form {
    display: flex;
    justify-content: center;
    align-items: center;
    
    padding: 0 50px; /* Optional: adds horizontal padding to prevent the form from being too wide */
}

.email-input {
    /* Style for the email input field */
    padding: 15px 20px;
    border: 1px solid #cccccc;
    border-radius: 30px;
    flex-grow: 1; /* Allows input to take up maximum space */
    font-size: 1rem;
    color: #333;
    outline: none; /* Remove default focus outline */
}

.email-input::placeholder {
    /* Styling the placeholder text */
    color: #aaaaaa;
}

.subscribe-button {
    /* Style for the Subscribe button */
    background-color: #B59471; /* The distinctive brown/taupe color */
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    padding: 15px 30px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    flex-shrink: 0; /* Prevents button from shrinking */
    position: absolute;
    right: 91px;
}

.subscribe-button:hover {
    background-color: #B59471; /* Slightly darker on hover */
}

/* --- Responsive Adjustments --- */

@media (max-width: 768px) {
    .newsletter-card {
        padding: 40px 20px;
        transform: translateY(-30px);
    }
    .card-title {
        font-size: 2rem;
    }
    .signup-form {
        flex-direction: column; /* Stack input and button on small screens */
        padding: 0;
    }
    .email-input,
    .subscribe-button {
        width: 100%; /* Full width for stacked elements */
        max-width: 400px;
    }
    .card-description br {
        display: none; /* Hide <br> tag for better flow on mobile */
    }
}
.adress li{
    display: flex;
    gap: 10px;
    align-items: center;
    color: #edededba;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    background: #fff;
    padding: 10px 15px;
    border-radius: 40px;
    font-size: 20px !important;
    margin-left: 15px;

}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    background: #fff;
    padding: 10px 15px;
    border-radius: 40px;
    font-size: 20px !important;
    margin-right: 15px;

}

.swiper-wrapper {
  transition-timing-function: linear !important;
}


.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* SLIDES */
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease;
}

.slide.active {
    opacity: 1;
    z-index: 2;
}

/* PARALLAX BACKGROUND */
.slide::before {
    content: "";
    position: absolute;
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    background-size: cover;
    background-position: center;
    transform: scale(1.2);
    transition: transform 6s ease;
    z-index: -1;
}

.slide.active::before {
    transform: scale(1) translateY(-20px);
}

/* DARK OVERLAY */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 68%);
}

/* CONTENT */
.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 90%;
    max-width: 900px;
}

.content h1 {
    font-size: 55px;
    margin-bottom: 20px;
    animation: fadeUp 1s ease;
}

.content p {
    font-size: 18px;
    color: #ddd;
    animation: fadeUp 1.5s ease;
}

/* BUTTON */
.btn {
    margin-top: 25px;
    display: inline-block;
    padding: 12px 30px;
    background: #fff;
    color: #000;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s;
}

.btn:hover {
    background: #B59471;
    color: #fff;
}

/* ARROWS */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    z-index: 5;
}

.arrow:hover {
    background: rgba(255,255,255,0.4);
}

.prev { left: 20px; }
.next { right: 20px; }

/* DOTS */
.dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.dots span.active {
    background: #fff;
}

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

/* MOBILE */
@media(max-width:768px){
    .content h1 { font-size: 32px; }
    .content p { font-size: 14px; }
}
.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 90%;
    max-width: 900px;
    perspective: 1000px;
}

/* LAYERS */
.content h1,
.content p,
.content .btn {
    transition: transform 0.2s ease-out;
    will-change: transform;
}

/* DEFAULT (NO ANIMATION YET) */
.slide::before {
    content: "";
    position: absolute;
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    background-size: cover;
    background-position: center;
    transform: scale(1.2);
    transition: transform 6s ease;
    z-index: -1;
}

/* ONLY WHEN ANIMATION ENABLED */
.slide.animate::before {
    transform: scale(1) translateY(-20px);
}
.slide.animate::before {
    transform: scale(1) translateY(-20px);
    filter: brightness(1.05);
}

/* PARENT (IMPORTANT) */
.grid-about {
    perspective: 1000px;
}

/* CARD */
.icon-about {
    position: relative;
    padding: 30px;
    border-radius: 16px;
    background: #fff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform-style: preserve-3d;
    will-change: transform;
    text-align: center;
}

/* DEPTH ELEMENTS */
.icon-about img {
    /* transform: translateZ(4px); */
    transition: transform 0.4s ease;
    width: 125px;

}

.icon-about h3 {
    /* transform: translateZ(30px); */
    padding-top: 25px;
}

.icon-about p {
    /* transform: translateZ(20px); */
    font-size: 16px;
}

/* HOVER */
.icon-about:hover {
    transform: rotateX(8deg) rotateY(-8deg) scale(1.05);
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* OPTIONAL: ICON POP */
.icon-about:hover img {
    transform: translateZ(0px) scale(1.1);
}
.collections-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.finishes-section- img {
    width: 100%;
   
}
.sec-tile-se{
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 100px;
    align-items: center;
    /* display: flex; */

}
.main-sec-text{
    width: 100%;
}
/* .image-container {
    display: flex;
    justify-content: end;
    align-items: end;
    height: 400px;
    width: 50%;
} */

/* Example size control */
.image-container.size-200x1200 img {  height: 300px; width: auto; }
.image-container.size-600x600 img { width: 150px; height: auto; }
.image-container.size-600x1200 img { height: 300px; width: 150px; }
.image-container.size-800x800 img { width: 175px; height: 175px; }
.image-container.size-800x1600 img { height: 350px;width: 175px; }
.image-container.size-1200x1800 img { height: 400px;width: 200px; }
.image-container.size-1200x1200 img { width: 200px; }

#tileImage {
    /* width: 100%; */
    display: block;
}

/* fade out */
#tileImage.fade-out {
    opacity: 0;
    transform: scale(1.04); /* smaller scale = smoother */
}

/* fade in */
#tileImage.fade-in {
    opacity: 1;
    transform: scale(1);
}
.contents{
    color: #fff;
    text-align: center;
}
.contents p{
    color: #fff;
    text-align: center;
}
/* HIGHLIGHTS GRID */
.highlights {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 50px 0;
    /* flex-wrap: wrap; */
}
.contents h2{
    padding-bottom: 15px;
}
/* SINGLE BOX */
.highlight {
    background: rgba(255,255,255,0.05);
    padding: 20px 25px;
    border-radius: 12px;
    /* width: 220px; */
    transition: 0.3s ease;
    backdrop-filter: blur(10px);
}

/* TITLE */
.highlight h4 {
    color: #B59471;
    margin-bottom: 8px;
    font-size: 24px;
}

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

/* HOVER EFFECT */
.highlight:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,0.08);
}

/* RESPONSIVE */
@media(max-width:768px){
    .highlights {
        flex-direction: column;
        align-items: center;
    }
}

.gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.gallery-item {
  width: 25%;
  height: 50vh;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  border: 2px solid #fff;
  transition: all ease-out 0.5s;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  filter: grayscale(1);
}

.gallery-item h5 {
  position: absolute;
  color: white;
  bottom: 20px;
  left: 10px;
  margin: 0;
  padding: 0;
  transition: opacity 0.3s ease;
}

.gallery-item a {
  position: absolute;
  color: white;
  bottom: 10px;
  left: 12px;
  margin: 0;
  padding: 0;
  transition: opacity 0.3s ease;
}

.gallery-item h5 {
  font-size: 24px;
  font-weight: 500;
}

.gallery-item a {
  font-size: 18px;
  font-weight: 300;
}

.gallery .gallery-item:hover {
  width: 100%;
  filter: grayscale(0);
}

.world-map {
    width: 100%;
    height: auto;
    display: block;
}

.marker-tooltip {
    position: absolute;
    bottom: 150%;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    background-color: #333;
    color: white;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    pointer-events: none; 
}

.marker:hover .marker-tooltip {
    opacity: 1;
    visibility: visible;
}
.global-export{
    padding: 50px 0 100px;
    background-color: #f7f7f7;
}
.map-container {
    position: relative;
    max-width: 100%; 
    width: 90%;
    margin: auto;
}
.world-map {
    width: 100%;
    height: auto;
    display: block;
}
.marker {
    position: absolute;
    width: 35px;  
    height: 35px;
    background-image: url('../img/marker-line.svg');
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
    
    cursor: pointer;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);  */
    transform: translate(-50%, -100%);
    z-index: 10;
}

.marker:hover {
    transform: translate(-50%, -100%) scale(1.1); 
    filter: brightness(1.2); 
    transition: all 0.2s ease-in-out;
}
.marker-tooltip {
    position: absolute;
    bottom: 120%; 
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 10px;
    background-color:#B59471;
    color: #000;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0; 
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    pointer-events: none; 
    font-size: 0.8em; 
}
.marker:hover .marker-tooltip {
    opacity: 1;
    visibility: visible;
}

.export-section {
    padding: 90px 20px 0;
    background-color: #f7f7f7;
}

/* MAIN GRID */
.export-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
}

/* LEFT SIDE */
.export-left h2 {
    line-height: 1.1;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}

.export-left p {
    /* font-size: 18px;
    line-height: 1.8; */
    color: #666;
    max-width: 700px;
}

/* RIGHT SIDE */
.export-right {
    display: flex;
    align-items: flex-start;
    gap: 35px;
}

.export-number {
    font-size: 170px;
    font-weight: 700;
    line-height: 1;
    color: #B59471;
}

.export-content h3 {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.export-content p {
    font-size: 20px;
    color: #666;
    line-height: 1.7;
    max-width: 320px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .export-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .export-left h2 {
        font-size: 52px;
    }

    .export-number {
        font-size: 120px;
    }

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

@media (max-width: 768px) {
    .export-section {
        padding: 70px 10px;
    }

    .export-left h2 {
        font-size: 40px;
    }

    .export-left p {
        font-size: 16px;
    }

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

    .export-number {
        font-size: 90px;
    }

    .export-content h3 {
        font-size: 22px;
    }

    .export-content p {
        font-size: 16px;
    }
}

.export-process-section {
    padding: 0px;
    /* background: #f7f7f7; */
}

/* TOP AREA */
.export-top {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 520px;
    overflow: hidden;
}

/* LEFT IMAGE */
.export-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* RIGHT CONTENT */
.export-contents {
    /* background: #26275a; */
    color: #fff;
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.export-contents h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

.export-contents h2 span {
    /* font-weight: 300; */
}

.export-contents p {
    /* font-size: 20px;
    line-height: 1.8; */
    color: rgba(255,255,255,0.9);
}

/* BOTTOM BOXES */
.process-boxes {
    margin-top: -50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    position: relative;
    z-index: 2;
    padding: 0px 20px;
}

/* BOX */
.process-box {
    background: #fff;
    padding: 20px 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: 0.3s ease;
    border-radius: 20px;
}

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

/* STEP NUMBER */
.step-number {
    font-size: 14px;
    font-weight: 600;
    color: #B59471;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* TITLE */
.process-box h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px;
    line-height: 1.3;
}

/* TEXT */
.process-box p {
    font-size: 17px;
    line-height: 1.8;
    color: #666;
}

/* RESPONSIVE */
@media(max-width: 1200px) {
    .process-boxes {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 40px;
        padding: 0;
    }
}

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

    .export-contents {
        padding: 60px 40px;
    }

    .export-contents h2 {
        font-size: 42px;
    }

    .export-contents p {
        font-size: 17px;
    }
}

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

    .export-contents h2 {
        font-size: 34px;
    }

    .process-box h3 {
        font-size: 24px;
    }
}
/* TOP SECTION */
.export-top {
    position: relative;
    min-height: 650px;
    overflow: hidden;
}

/* FULL IMAGE BACKGROUND */
.export-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.export-image img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    display: block;
}

/* RIGHT SIDE OVERLAY CONTENT */
.export-contents {
   position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    /* background: rgba(38, 39, 90, 0.92); */
    backdrop-filter: blur(3px);
    color: #fff;
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    /* text-align: center; */
    justify-content: flex-end;
}

/* HEADING */
.export-contents h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

.export-contents h2 span {
    font-weight: 300;
}

/* TEXT */
.export-contents p {
    /* font-size: 20px;
    line-height: 1.8; */
    color: rgba(255,255,255,0.92);
}

/* RESPONSIVE */
@media(max-width: 992px) {
    .export-top {
        min-height: auto;
    }

    .export-image img {
        height: 500px;
    }

    .export-contents {
        position: relative;
        width: 100%;
        height: auto;
        padding: 60px 40px;
        background: transparent;
    }

    .export-contents h2 {
        font-size: 42px;
    }

    .export-contents p {
        font-size: 17px;
    }
}

@media(max-width: 768px) {
    .export-image img {
        height: 400px;
    }

    .export-contents h2 {
        font-size: 34px;
    }
}


/* SECTION */
.why-choose-section {
    padding: 90px 0px;
}

/* TITLE */
.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 42px;
    font-weight: 600;
    color: #111;
}

.section-title p {
    margin-top: 12px;
    color: #666;
    /* font-size: 17px; */
}

/* MAIN GRID */
.why-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    align-items: stretch;
}

/* =======================
   LEFT SIDE FEATURES
======================= */
.left-features {
    display: flex;
    flex-direction: column;
    gap: 25px;
    height: 100%;
}

.feature-box {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    flex: 1;
    transition: 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-6px);
}

.feature-box h3 {
    font-size: 28px;
    color: #111;
    margin-bottom: 15px;
}

.feature-box p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

/* =======================
   CENTER IMAGE
======================= */
.center-image {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.center-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* =======================
   RIGHT SIDE STATS
======================= */
.right-stats {
    background:transparent;
    border-radius: 20px;
    /* overflow: hidden; */
    display: flex;
    flex-direction: column;
    height: 100%;
        gap: 25px;
        
    /* border: 1px solid #bfac74; */
}

.stat-box {
    flex: 1;
    padding: 35px 30px;
    /* border-bottom: 1px solid #bfac74; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    transition: 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);



}

.stat-box:hover {
    transform: translateY(-6px);
}
.stat-box:last-child {
    border-bottom: none;
}

.stat-box h2 {
    font-size: 52px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.stat-box p {
    font-size: 18px;
    color: #000;
}

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

    .center-image {
        min-height: 500px;
    }

    .right-stats {
        min-height: 500px;
    }
}

@media(max-width: 768px) {
    .section-title h2 {
        font-size: 32px;
    }

    .feature-box h3 {
        font-size: 24px;
    }

    .stat-box h3 {
        font-size: 40px;
    }
    .sec-tile {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    align-items: center;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 400px;
    width: 50%;
}
.finishes-section {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.finishes-section img{
    width: 100%;
}
.collections-list {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}
.gallery-item {
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    border: 2px solid #fff;
    transition: all ease-out 0.5s;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    filter: grayscale(0);
}
.gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    flex-direction: column;
}
.export-contents {
        position: relative;
        width: 100%;
        height: auto;
        padding: 60px 40px;
        background: #B59471;
    }
}
.right-stats-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    padding-top: 40px;
}
.process-box{
    position: relative;
}
.process-box img{
    position: absolute;
    width: 60px;
    right: 20px;
    top: 20px;
}