:root{

    --main-bg:#b59471;
    --white:#fff;
    --black:#222222;
    --para:#636363;

}

body {
    font-family: "Commissioner";
    font-size: 18px
}

h3 {
    font-size: 24px
}

p {
    font-family: "Work Sans";
    font-size: 17px;
    color: #636363;
    letter-spacing: 0px;
    line-height: 28px
}

h1 {
    font-size: 62px;
    font-weight: 700;
    font-family: "Commissioner";
    color: #222222
}

h2 {
    font-size: 50px !important;
    font-weight: 600;
    font-family: "Commissioner";
    color: #222222;
    margin-top: 20px;
    padding-bottom: 15px;
    letter-spacing: -2px;
}

h3, h4 {
    font-family: "Commissioner";
    color: #222222
}

a {
    font-family: "Work Sans"
}

.btn {
    font-family: "Work Sans"
}
.bg-raj-500{
    background-color: var(--main-bg);
}
#header {
    background-color: #f6f4f0;
    overflow: hidden;
    position: relative;
    z-index: 9999;
    padding: 0px 30px
}

.navbar {
    padding: 15px 60px
}

.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
}

.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 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: #000
}

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

ul.navbar-nav li.nav-item a.nav-link:hover {
    color: var(--main-bg);
}

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

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

#header.hide {
    transform: translateY(-100%)
}

#header.top {
    background: #f6f4f0;
    box-shadow: none
}

#header.show {
    transform: translateY(0);
    background: #f6f4f0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1)
}

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

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

.carousel-slide {
    position: absolute;
    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;
    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: var(--main-bg);
}

.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: var(--main-bg);
}

.about {
    padding: 100px
}

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

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

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

.text-section {
    max-width: 750px;
}
.text-section h2 {
    padding-bottom: 15px;
}

.text-sec {
    text-align: center
}

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

.icon-about {
    padding: 15px;
    /* 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 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: var(--main-bg);;
    border: 1px solid var(--main-bg);;
    color: #fff
}

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

.world-co {
    padding: 100px 0
}

.swiper-wrapper img {
    width: 100%;
    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
}

.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
}

.feature-image-slider-section {
    padding: 80px 0
}

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

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.swiper-button-next, .swiper-button-prev {
    color: var(--main-bg);
}

@media (max-width:992px) {
    .feature-slider-wrapper {
        flex-direction: column;
        gap: 60px
    }
}

.feature-image-slider-section {
    padding: 80px 0;
    background-color: #FFFFFF
}

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

.content-box {
    padding-left: 320px
}

.main-heading {
    font-size: 50px;
    color: #1A1A1A;
    margin-bottom: 20px;
}

.feature-list-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 5px
}

.feature-item {
    flex: 1 1 45%;
    padding: 30px;
    border: 1px solid #EAEAEA;
    border-radius: 20px
}

.feature-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08)
}

.icon-wrap {
    margin-bottom: 15px
}

.feature-item img {
    width: 80px
}

.empower p {
    color: #fff
}

.image-slider-container {
    flex: 1 1 50%;
    position: relative;
    overflow: hidden;
    height: 500px
}

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

.slider-slide {
    min-width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px
}

.slider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

@media (max-width:992px) {
    .feature-slider-wrapper {
        flex-direction: column;
        gap: 60px
    }

    .content-box, .image-slider-container {
        flex: 1 1 100%
    }
}

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

.downloads {
    background: var(--main-bg);;
    border: 1px solid var(--main-bg);;
    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 var(--main-bg);;
    color: #fff;
    transition: all .5s ease-in-out
}

.download p {
    color: #fff
}

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;
    display: none;
}

.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 .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 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
}

: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 {
    color: #000;
    text-decoration: none;
    padding-bottom: 2px;
    position: relative;
    display: inline-block
}

.animated-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    transform: translateX(0%);
    height: 1px;
    width: 0px;
    background-color: var(--main-bg);;
    transition: width 0.7s ease-out
}

.animated-link:hover::after {
    width: 100%;
    color: var(--main-bg);
}

.animated-link:hover {
    color: var(--main-bg);
}

.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
}

.signup-form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px
}

.email-input {
    padding: 15px 20px;
    border: 1px solid #cccccc;
    border-radius: 30px;
    flex-grow: 1;
    font-size: 1rem;
    color: #333;
    outline: none
}

.email-input::placeholder {
    color: #aaaaaa
}

.subscribe-button {
    background-color: var(--main-bg);;
    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;
    position: absolute;
    right: 91px
}

.subscribe-button:hover {
    background-color: var(--main-bg);
}

@media (max-width:768px) {
    .newsletter-card {
        padding: 40px 20px;
        transform: translateY(-30px)
    }

    .card-title {
        font-size: 2rem
    }

    .signup-form {
        flex-direction: column;
        padding: 0
    }

    .email-input, .subscribe-button {
        width: 100%;
        max-width: 400px
    }

    .card-description br {
        display: none
    }
}

.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
}

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

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

.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)
}

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

.content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    /* 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;
    color: #fff
}

.content p {
    color: #ddd;
    animation: fadeUp 1.5s ease
}

.btn {
    margin-top: 25px;
    display: inline-block;
    padding: 12px 30px;
    background: transparent;
    color: var(--main-bg);;
    border-radius: 10px;
    font-weight: 500;
    transition: 0.3s;
    border: 1px solid var(--main-bg);;
    font-size: 20px
}

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

.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 {
    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
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

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

@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 */
}

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

.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.animate::before {
    transform: scale(1) translateY(-20px)
}

.slide.animate::before {
    transform: scale(1) translateY(-20px);
    filter: brightness(1.05)
}

.grid-about {
    /* perspective: 1000px */
}

.icon-about {
    position: relative;
    padding: 30px;
    background: #fff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    /* transform-style: preserve-3d; */
    /* will-change: transform */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    text-align: center;
}

.icon-about img {
    transition: transform 0.4s ease;
    width: 125px
}

.icon-about h3 {
    padding-top: 25px
}

.icon-about p {}

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

/* .icon-about:hover img {
    transform: translateZ(0px) scale(1.1)
} */

.empower {
    padding: 100px
}

.collections-list {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.finishes-section- img {
    width: 100%
}

.main-sec-text {
    width: 100%;
    text-align: center;
    max-width: 1250px;
    margin: auto
}

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

.contents p {
    color: #fff;
    max-width: 1100px;
    margin: auto
}

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

.contents h2 {
    padding-bottom: 15px;
    color: #fff
}

.highlight {
    background: rgb(255 255 255 / 14%);
    padding: 40px;
    /* border-radius: 12px; */
    transition: 0.3s ease;
    backdrop-filter: blur(0px);
    text-align: start;
    border: 1px solid #ffffffa8
}

.highlight h4 {
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 24px
}

.highlight p {
    color: #fff;
    font-size: 16px
}

.highlight img {
    padding-bottom: 25px
}

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

.collection-section {
    padding: 100px 0px 100px 100px;
    background: #fff;
    overflow: hidden
}

.collection-section .container {
    max-width: 1400px;
    margin: auto;
    padding: 0 15px
}

.section-heading {
    margin-bottom: 60px
}

.section-heading h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 25px;
}

.section-heading p {
    font-size: 20px;
    line-height: 1.8
}

.collectionSwiper {
    overflow: visible
}

.collectionSwiper .swiper-slide {
    height: auto
}

.collection-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    overflow: hidden;
    transition: .45s cubic-bezier(.25, .46, .45, .94);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.collection-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08)
}

.card-content {
    padding: 20px
}

.card-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 1.3;
    text-align: left;
    color: #000
}

.card-content p {
    text-align: left
}

.card-image {
    padding: 0 18px 18px
}

.card-image {
    overflow: hidden;
    border-radius: 14px
}

.card-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    transition: 1s
}

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

.collectionSwiper .swiper-pagination {
    position: relative;
    margin-top: 45px
}

.collectionSwiper .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #d7d7d7;
    opacity: 1;
    transition: .4s;
    border-radius: 50%
}

.collectionSwiper .swiper-pagination-bullet-active {
    width: 42px;
    border-radius: 30px;
    background: #1d1d1d
}

@media(max-width:1400px) {
    .section-heading h2 {
        font-size: 50px
    }

    .card-content h3 {
        font-size: 30px
    }
}

@media(max-width:1200px) {
    .section-heading h2 {
        font-size: 42px
    }

    .section-heading p {
        font-size: 18px
    }

    .card-content {
        padding: 28px
    }

    .card-content h3 {
        font-size: 28px
    }

    .card-content p {
        font-size: 17px
    }

    .card-image img {
        height: 280px
    }
}

@media(max-width:992px) {
    .collection-section {
        padding: 80px 0
    }

    .section-heading {
        text-align: center
    }

    .section-heading h2 {
        font-size: 38px
    }

    .section-heading p {
        font-size: 17px
    }

    .card-content h3 {
        font-size: 26px
    }

    .card-image img {
        height: 250px
    }
}

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

    .card-content {
        padding: 24px
    }

    .card-content h3 {
        font-size: 22px
    }

    .card-content p {
        font-size: 16px;
        min-height: auto
    }

    .card-image img {
        height: 220px
    }
}

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

.gallery-item {
    width: 25%;
    height: 30vh;
    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-weight: 300
}

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

.export-section {
    padding: 100px;
    background-color: #f7f7f7
}

.export-wrapper {
    position: relative
}

/* .export-left {
    text-align: center
} */

.export-left h2 {
    font-weight: 700;
    margin-bottom: 20px
}

.export-left p {
    color: #666
}
.main-left-ex {
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 100px;
}
.export-wrapper img {
    width: 100%;
    padding-top: 50px
}

.export-right {
    display: flex;
    align-items: flex-start;
    gap: 35px;
    justify-content: center;
    /* position: absolute; */
    bottom: 15px;
    margin: auto;
    width: 100%;
    left: 100px
}

.export-number {
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    color: rgb(215, 215, 215);;
    font-family: "Work Sans"
}

.export-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: -0.3px;
}

.export-content p {
    font-size: 20px;
    line-height: 1.7
}

@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
}

.export-top {
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden
}

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

.export-contents {
    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 {}

.export-contents p {
    color: rgba(255, 255, 255, 0.9)
}

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

.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 {
    font-size: 14px;
    font-weight: 600;
    color: var(--main-bg);;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.process-box h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 1.3
}

.process-box p {
    font-size: 17px;
    line-height: 1.8
}

@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
    }
}

.export-top {
    position: relative;
    /* min-height: 650px; */
    /* overflow: hidden */
}

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

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

@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
    }
}

@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: var(--main-bg);
    }
}

.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
}

.why-choose-section {
    padding: 100px 0;
    background: #fff
}

.why-choose-section .container {
    max-width: 1400px;
    margin: auto;
    padding: 0 15px
}

.why-wrapper {
    display: grid;
    grid-template-columns: 48% 52%;
    gap: 80px;
    align-items: center
}

.why-image {
    overflow: hidden;
    border-radius: 0 60px 60px 0;
    height: 720px
}

.why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 1s
}

.why-image:hover img {
    transform: scale(1.05)
}

.why-content {
    width: max-content
}
.why-content h2{
    text-align: left;
}
.section-title {
    margin-bottom: 40px
}

.section-title h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 15px
}

.section-title p {
    line-height: 1.8
}

.accordion-item {
    border-bottom: 1px solid #dddddd
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer
}

.accordion-header h3 {
    font-size: 24px;
    font-weight: 500;
    color: #222;
    margin-bottom: 0;
    letter-spacing: -0.3px;
}

.icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    color: #444
}

.accordion-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.5s cubic-bezier(.22, 1, .36, 1);
    padding: 0
}

.accordion-body p {
    overflow: hidden;
    margin: 0
}

.accordion-item.active .accordion-body {
    grid-template-rows: 1fr;
    padding-bottom: 22px
}

.accordion-body p {
    line-height: 1.9;
    color: #666;
    max-width: 620px
}

.accordion-item {
    border-left: none;
    border-right: none
}

.accordion-item.active .icon {
    transform: rotate(180deg)
}

.why-counter {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 80px;
    gap: 100px;
    padding: 0px 100px;
    display: flex;
    justify-content: center
}

.counter-box {
    display: flex;
    align-items: center
}

.why-counter .number {
    font-size: 110px;
    color: #d7d7d7;
    font-weight: 700;
    line-height: 1;
    margin-right: 20px
}

.counter-text {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3
}

.counter-box:hover .number {
    color: var(--main-bg);;
    transition: .4s
}

@media(max-width:1200px) {
    .why-wrapper {
        grid-template-columns: 1fr;
        gap: 50px
    }

    .why-image {
        height: 600px;
        border-radius: 25px
    }

    .section-title h2 {
        font-size: 46px
    }

    .number {
        font-size: 90px
    }
}

@media(max-width:768px) {
    .why-choose-section {
        padding: 70px 0
    }

    .section-title {
        text-align: center
    }

    .section-title h2 {
        font-size: 34px
    }

    .section-title p {
        font-size: 16px
    }

    .accordion-header h3 {
        font-size: 20px
    }

    .accordion-body p {
        font-size: 16px
    }

    .why-counter {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 60px
    }

    .counter-box {
        justify-content: center
    }

    .number {
        font-size: 70px
    }

    .counter-text {
        font-size: 18px
    }

    .why-image {
        height: 420px
    }
}

.export-process {
    padding: 50px 100px 100px;
    background: #fff;
    /* overflow: hidden */
}

.export-process .container {
    max-width: 1400px;
    margin: auto;
    padding: 0 20px
}

.export-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 40px;
    margin-bottom: 0px
}

.export-top .export-content {
    padding-bottom: 50px
}

.sub-title {
    display: inline-block;
    color: var(--main-bg);;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px
}

.export-content h2 {
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 25px;
}

.export-content p {
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 35px
}

.export-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    background: var(--main-bg);;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    transition: .4s
}

.export-btn:hover {
    background: #222
}

.export-image {
    text-align: right;
    position: relative
}

.export-image img {
    width: 100%;
    max-width: 550px;
    display: block;
    margin-left: auto;
    transition: 1s
}

.export-image:hover img {
    transform: translateY(-10px) scale(1.02)
}

.timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0 25px
}

.timeline-line {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #cecece;
    border-radius: 10px;
}

.timeline-item {
    position: relative;
    z-index: 2;
    width: 25%;
    text-align: center
}

.timeline-item .dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--main-bg);;
    display: inline-block;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px var(--main-bg);;
    margin: 10px 5px
}

.timeline-item p {
    margin-top: 18px;
    color: #444;
    font-weight: 500;
    margin: 0
}

.process-grids {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px
}

.process-cards {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 18px;
    padding: 25px 20px;
    transition: .45s;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.process-cards:hover {
    transform: translateY(-12px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .08)
}

.process-cards .icon {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px
}

.icon img {
    width: 75px
}

.process-card h3 {
    font-size: 24px;
    margin-bottom: 18px;
    font-weight: 600
}

.process-cards p {
    margin-bottom: 0
}

.showcase-section {
    padding: 0px 0 100px;
    background: #fff;
    overflow: hidden
}

.showcase-section .container {
    max-width: 1600px;
    margin: auto;
    padding: 0 20px
}

.section-heading {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 60px
}

.section-heading h2 {
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.section-heading p {
    font-size: 18px;
    line-height: 1.8;
    color: #777
}

.showroomSlider {
    overflow: visible
}

.showroomSlider .swiper-slide {
    height: auto
}

.showroom-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    height: 470px;
    transition: .5s cubic-bezier(.22, 1, .36, 1)
}

.showroom-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 1s cubic-bezier(.22, 1, .36, 1)
}

.overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    transition: .45s
}

.overlay h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
    transform: translateY(20px);
    transition: .4s
}

.overlay a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transform: translateY(20px);
    transition: .45s
}

.overlay a::after {
    content: "→"
}

.showroom-card:hover {
    transform: translateY(-12px)
}

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

.showroom-card:hover .overlay {
    opacity: 1
}

.showroom-card:hover h3, .showroom-card:hover a {
    transform: translateY(0)
}

.showroomSlider .swiper-pagination {
    position: relative;
    margin-top: 50px
}

.showroomSlider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--main-bg);;
    opacity: 1;
    transition: .4s
}

.showroomSlider .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 30px;
    background: #111
}

@media(max-width:1400px) {
    .section-heading h2 {
        font-size: 48px
    }

    .showroom-card {
        height: 430px
    }
}

@media(max-width:1200px) {
    .section-heading h2 {
        font-size: 42px
    }

    .section-heading p {
        font-size: 17px
    }

    .showroom-card {
        height: 380px
    }
}

@media(max-width:992px) {
    .showcase-section {
        padding: 80px 0
    }

    .section-heading {
        margin-bottom: 40px
    }

    .section-heading h2 {
        font-size: 36px
    }

    .showroom-card {
        height: 340px
    }
}

@media(max-width:768px) {
    .section-heading h2 {
        font-size: 30px
    }

    .section-heading p {
        font-size: 16px
    }

    .showroom-card {
        height: 300px;
        border-radius: 18px
    }

    .overlay {
        padding: 20px
    }

    .overlay h3 {
        font-size: 22px
    }
}

.footer {
    background: #292929;
    color: #fff;
    padding: 90px 100px 30px
}

.footer-newsletter {
    text-align: center;
    margin-bottom: 70px
}

.footer-newsletter h2 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff
}

.footer-newsletter p {
    color: #9d9d9d;
    font-size: 18px;
    margin-bottom: 35px
}

.newsletter-form {
    max-width: 700px;
    margin: auto;
    display: flex;
    align-items: center
}

.newsletter-form input {
    width: 100%;
    height: 62px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .15);
    border-right: none;
    color: #fff;
    padding: 0 25px;
    outline: none;
    border-radius: 8px 0 0 8px;
    font-size: 16px
}

.newsletter-form button {
    width: 230px;
    height: 62px;
    border: 1px solid var(--main-bg);;
    background: transparent;
    color: var(--main-bg);;
    font-size: 17px;
    font-weight: 600;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    transition: .4s
}

.newsletter-form button:hover {
    background: var(--main-bg);;
    color: #fff
}

.footer-links {
    display: grid;
    grid-template-columns: 180px 180px 2fr 2fr;
    gap: 50px;
    margin-bottom: 50px
}

.footer-column h4 {
    color: #848484;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 600
}

.footer-column ul {
    list-style: none;
    padding-left: 0px
}

.footer-column ul li {
    margin-bottom: 5px
}

.footer-column a {
    color: #d4d4d4;
    text-decoration: none;
    transition: .3s;
    font-size: 17px
}

.footer-column a:hover {
    color: var(--main-bg);;
    /* padding-left: 8px */
}

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

.contact-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px
}

.contact-item i {
    color: #fff;
    font-size: 22px;
    margin-top: 4px
}

.contact-item p {
    color: #ddd;
    line-height: 1.8;
    font-size: 17px
}

.contact-item a {
    color: #ddd
}

.footer-brand {
    text-align: center;
    margin-bottom: 45px
}

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 65px;
    margin-bottom: 30px
}

.footer-logo img {
    height: 60px
}

.footer-brand p {
    max-width: 960px;
    margin: auto;
    color: #bfbfbf;
    line-height: 1.9
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-top: 25px
}

.footer-bottom p {
    color: #b8b8b8;
    font-size: 17px
}

.social-links {
    display: flex;
    gap: 15px
}

.social-links a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: #292929;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .4s;
    font-size: 20px
}

.social-links a:hover {
    background: var(--main-bg);;
    color: #fff;
    transform: translateY(-5px)
}

.about-hero {
    position: relative;
    height: auto;
    background: url("../img/collection/AESTHETIC-GREY.jpg") center center/cover no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 100px
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .75), rgb(0 0 0 / 52%), rgb(0 0 0 / 54%))
}

.about-hero .container {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 100%;
    padding: 0 20px
}

.hero-subtitle {
    color: var(--main-bg);;
    letter-spacing: 3px;
    font-size: 14px;
    text-transform: uppercase
}

.hero-content {
    position: relative;
    z-index: 9
}

.hero-content h1 {
    font-size: 52px;
    line-height: 1.05;
    margin: 20px 0;
    color: #fff;
    font-weight: 700
}

.hero-content h1 span {
    display: block;
    color: var(--main-bg);
}

.hero-content p {
    color: #fff;
    margin-bottom: 20px
}

.hero-buttons {
    display: flex;
    gap: 20px
}

.btn-primary {
    background: var(--main-bg);;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 10px;
    transition: .4s
}

.btn-primary:hover {
    background: #fff;
    color: #222
}

.btn-outline {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 10px;
    transition: .4s
}

.btn-outline:hover {
    background: #fff;
    color: #222
}

.breadcrumb {
    margin-top: 70px;
    color: #ddd
}

.breadcrumb a {
    color: #fff;
    text-decoration: none
}

.scroll-down {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%)
}

.scroll-down span {
    width: 28px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 30px;
    display: block;
    position: relative
}

.scroll-down span::before {
    content: "";
    width: 5px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    border-radius: 10px;
    animation: scroll 2s infinite
}

@keyframes scroll {
    0% {
        opacity: 1;
        transform: translate(-50%, 0)
    }

    100% {
        opacity: 0;
        transform: translate(-50%, 18px)
    }
}

.about-company {
    padding: 100px;
    background: #fff
}

.about-company .container {
    max-width: 1350px;
    margin: auto;
    padding: 0 20px
}

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

.about-images {
    position: relative
}

.image-large {
    border-radius: 30px;
    overflow: hidden
}

.image-large img {
    width: 100%;
    display: block
}

.image-small {
    position: absolute;
    width: 260px;
    right: -40px;
    bottom: -40px;
    border: 6px solid #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12)
}

.image-small img {
    width: 100%;
    display: block
}

.experience-card {
    position: absolute;
    left: -50px;
    top: -50px;
    width: 180px;
    height: 180px;
    background: var(--main-bg);;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15)
}

.experience-card h2 {
    font-size: 52px;
    color: #fff
}

.experience-card span {
    text-align: center;
    font-size: 15px
}

.sub-heading {
    color: var(--main-bg);;
    font-size: 15px;
    letter-spacing: 2px
}

.about-content h2 {
    margin: 20px 0 30px;
    color: #222;
    line-height: 1.2
}

.about-content p {
    font-size: 18px;
    color: #666;
    line-height: 1.9;
    margin-bottom: 20px
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 40px 0
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 17px;
    color: #333;
    padding: 10px;
    border: 1px solid #EAEAEA;
    border-radius: 10px
}

.feature-item i {
    color: var(--main-bg);
}

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

.about-bottom {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 40px;
    justify-content: space-between
}

.stat h3 {
    font-size: 40px;
    color: #222
}

.stat span {
    color: #777
}

.about-btn {
    margin-left: auto;
    background: #222;
    color: #fff;
    text-decoration: none;
    padding: 16px 35px;
    border-radius: 40px;
    transition: .4s
}

.about-btn:hover {
    background: var(--main-bg);
}

.journey-section {
    padding: 100px;
    background: #f8f8f8;
    overflow: hidden
}
.journey-section h2{
    margin-top: 20px;
}
.journey-section .container {
    max-width: 1450px;
    margin: auto;
    padding: 0 20px
}


.section-title span {
    color: var(--main-bg);;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px
}

.section-title h2 {
    color: #222;
    font-weight: 700
}

.section-title p {
    max-width: 760px;
    margin: auto;
    color: #666;
    line-height: 1.9;
    font-size: 18px
}

.journeySwiper {
    overflow: visible;
    padding: 20px 0 70px
}

.journeySwiper .swiper-slide {
    transition: .5s;
    height: auto
}

.journey-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s cubic-bezier(.22, 1, .36, 1);
    height: 100%
}

.journey-card:hover {
    transform: translateY(-15px)
}

.journey-image {
    position: relative;
    overflow: hidden;
    height: 320px
}

.journey-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 1.2s
}

.journey-card:hover img {
    transform: scale(1.12)
}

.year {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: var(--main-bg);;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 15px 35px rgba(184, 148, 93, .35)
}

.journey-content {
    padding: 30px
}

.journey-content h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #222
}

.journey-content p {
    color: #666;
    font-size: 17px;
    line-height: 1.8
}

.journeySwiper .swiper-slide-active {
    transform: scale(1.03)
}

.journeySwiper .swiper-slide-active .journey-card {
    border: 2px solid var(--main-bg);
}

.journeySwiper .swiper-pagination {
    bottom: 0
}

.journeySwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #ccc;
    transition: .4s
}

.journeySwiper .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 20px;
    background: var(--main-bg);
}

@media(max-width:1200px) {
    .section-title h2 {
        font-size: 46px
    }
}

@media(max-width:992px) {
    .section-title h2 {
        font-size: 38px
    }

    .journey-image {
        height: 260px
    }
}

@media(max-width:768px) {
    .journey-section {
        padding: 70px 0
    }

    .section-title h2 {
        font-size: 30px
    }

    .section-title p {
        font-size: 16px
    }

    .journey-image {
        height: 220px
    }

    .journey-content {
        padding: 22px
    }

    .journey-content h3 {
        font-size: 22px
    }
}

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

.why-choose .container {
    max-width: 1400px;
    margin: auto;
    padding: 0 20px
}

.choose-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    align-items: center
}

.choose-item.reverse .choose-image {
    order: 2
}

.choose-item.reverse .choose-content {
    order: 1
}

.choose-image {
    overflow: hidden
}

.choose-image img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    transition: .8s
}

.choose-item:hover img {
    transform: scale(1.08)
}

.strings .choose-content {
    padding-left: 100px
}

.choose-content span {
    font-size: 90px;
    font-weight: 700;
    color: #ececec;
    display: block;
    line-height: 1
}

.choose-content h2 {
    margin: 15px 0;
    color: #222
}

.choose-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 30px
}

.choose-content ul {
    list-style: none;
    padding: 0
}

.choose-content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    color: #444
}

.choose-content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--main-bg);;
    font-weight: 700
}

@media(max-width:992px) {
    .choose-item {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .choose-item.reverse .choose-image, .choose-item.reverse .choose-content {
        order: unset
    }

    .choose-image img {
        height: 420px
    }

    .choose-content span {
        font-size: 60px
    }

    .choose-content h3 {
        font-size: 32px
    }
}

.mission-section {
    padding: 100px;
    background: linear-gradient(180deg, #fafafa, #f3f3f3);
    overflow: hidden;
    position: relative
}

.mission-section .container {
    max-width: 1350px;
    margin: auto;
    padding: 0 20px;
    position: relative;
    z-index: 2
}

.mission-section .section-title {
    text-align: center;
    margin: 0 auto 80px
}

.mission-section .section-title span {
    display: inline-block;
    color: var(--main-bg);;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase
}

.mission-section .section-title h2 {
    color: #222;
    font-weight: 700
}

.mission-section .section-title p {
    color: #777;
    font-size: 18px;
    line-height: 1.9
}

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

.mission-card {
    position: relative;
    background: rgba(255, 255, 255, .75);
    backdrop-filter: blur(18px);
    padding: 60px 45px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .5);
    transition: .45s cubic-bezier(.22, 1, .36, 1);
    overflow: hidden;
    height: 100%
}

.mission-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 35px 70px rgba(0, 0, 0, .12)
}

.mission-card::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(182, 144, 85, .08);
    border-radius: 50%;
    right: -120px;
    top: -120px;
    transition: .5s
}

.mission-card:hover::before {
    transform: scale(1.3)
}

.mission-icon {
    width: 90px;
    height: 90px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    margin-bottom: 30px;
    transition: .4s
}

.mission-card:hover .mission-icon {
    transform: rotate(-10deg) scale(1.08)
}

.mission-card h3 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #222
}

.mission-card p {
    font-size: 17px;
    line-height: 1.9;
    color: #666
}

.mission-center {
    display: flex;
    justify-content: center;
    align-items: center
}

.circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: var(--main-bg);;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px;
    box-shadow: 0 20px 50px rgba(182, 144, 85, .35);
    animation: floatCircle 5s ease-in-out infinite
}

@keyframes floatCircle {
    0%, 100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-12px)
    }
}

.purpose-box {
    background: #fff;
    border-radius: 25px;
    padding: 35px 45px;
    display: flex;
    align-items: center;
    gap: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .07)
}

.purpose-box i {
    width: 85px;
    height: 85px;
    background: var(--main-bg);;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    flex-shrink: 0
}

.purpose-box h4 {
    font-size: 30px;
    color: #222;
    margin-bottom: 10px
}

.purpose-box p {
    color: #666;
    line-height: 1.9;
    font-size: 17px
}

.mission-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .45), transparent);
    transform: skewX(-25deg);
    transition: 1s
}

.mission-card:hover::after {
    left: 130%
}

@media(max-width:1200px) {
    .mission-wrapper {
        grid-template-columns: 1fr
    }

    .mission-center {
        order: -1;
        margin-bottom: 10px
    }

    .circle {
        width: 150px;
        height: 150px
    }
}

@media(max-width:768px) {
    .mission-section {
        padding: 70px 0
    }

    .mission-section .section-title {
        margin-bottom: 50px
    }

    .mission-section .section-title h2 {
        font-size: 34px
    }

    .mission-section .section-title p {
        font-size: 16px
    }

    .mission-card {
        padding: 35px 25px
    }

    .mission-card h3 {
        font-size: 28px
    }

    .mission-icon {
        width: 70px;
        height: 70px;
        font-size: 28px
    }

    .circle {
        width: 120px;
        height: 120px;
        font-size: 18px
    }

    .purpose-box {
        padding: 25px;
        flex-direction: column;
        text-align: center
    }

    .purpose-box i {
        width: 70px;
        height: 70px;
        font-size: 26px
    }

    .purpose-box h4 {
        font-size: 24px
    }
}

.manufacturing-section {
    padding: 120px 0;
    background: #f8f8f8;
    overflow: hidden
}

.manufacturing-section .container {
    max-width: 1400px;
    margin: auto;
    padding: 0 20px
}

.manufacturing-section .section-title {
    max-width: 800px;
    margin: 0 auto 70px;
    text-align: center
}

.manufacturing-section .section-title span {
    display: inline-block;
    color: var(--main-bg);;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase
}

.manufacturing-section .section-title h2 {
    font-size: 54px;
    color: #222
}

.manufacturing-section .section-title p {
    color: #666;
    line-height: 1.8;
    font-size: 17px
}

.manufacturing-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 35px;
    margin-bottom: 45px
}

.factory-image {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    height: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08)
}

.factory-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s
}

.factory-image:hover img {
    transform: scale(1.08)
}

.factory-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1))
}

.factory-overlay span {
    color: var(--main-bg);;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.factory-overlay h3 {
    color: #fff;
    margin-top: 10px;
    font-size: 34px
}

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

.stat-box {
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
    transition: .4s;
    position: relative;
    overflow: hidden
}

.stat-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12)
}

.stat-box::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(184, 148, 93, .08);
    right: -70px;
    top: -70px
}

.stat-box h2 {
    font-size: 56px;
    color: var(--main-bg);;
    margin-bottom: 10px;
    line-height: 1
}

.stat-box span {
    font-size: 17px;
    color: #555;
    line-height: 1.7
}

.manufacturing-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px
}

.feature-items {
    background: #fff;
    border-radius: 22px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06);
    transition: .4s
}

.feature-items:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .12)
}

.feature-icon {
    width: 85px;
    height: 85px;
    margin: 0 auto 25px;
    border-radius: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-bg);
    font-size: 30px;
    transition: .4s;
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, .08); */
}

.feature-items:hover .feature-icon {
    color: #fff;
    transform: rotate(-8deg)
}

.feature-items h4 {
    font-size: 24px;
    color: #222;
    margin-bottom: 15px
}

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

@media(max-width:1200px) {
    .manufacturing-features {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:992px) {
    .manufacturing-wrapper {
        grid-template-columns: 1fr
    }

    .factory-image {
        height: 500px
    }

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

    .manufacturing-features {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:768px) {
    .manufacturing-section {
        padding: 70px 0
    }

    .manufacturing-section .section-title h2 {
        font-size: 34px
    }

    .factory-image {
        height: 350px
    }

    .factory-overlay {
        padding: 25px
    }

    .factory-overlay h3 {
        font-size: 24px
    }

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

    .stat-box h2 {
        font-size: 42px
    }

    .manufacturing-features {
        grid-template-columns: 1fr
    }

    .feature-items {
        text-align: left
    }

    .feature-icon {
        margin: 0 0 20px
    }
}

.global-presence {
    padding: 100px 0;
    background: #fff;
    overflow: hidden;
    position: relative
}

.global-presence .container {
    max-width: 1400px;
    margin: auto;
    padding: 0 20px
}

.global-presence .section-title {
    text-align: center;
    margin: 0 auto 70px
}

.global-presence .section-title span {
    display: inline-block;
    color: var(--main-bg);;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase
}

.global-presence .section-title h2 {
    color: #222
}

.global-presence .section-title p {
    color: #666;
    line-height: 1.9;
    font-size: 17px
}

.global-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 50px
}

.world-map {
    position: relative;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    height: 620px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.world-map img {
    width: 100%
}

.pin {
    position: absolute;
    width: 18px;
    height: 18px;
    background: var(--main-bg);;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(184, 144, 85, .6);
    animation: pulse 2s infinite
}

.pin::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    left: 5px;
    top: 5px
}

.pin1 {
    top: 35%;
    left: 18%
}

.pin2 {
    top: 28%;
    left: 48%
}

.pin3 {
    top: 42%;
    left: 60%
}

.pin4 {
    top: 45%;
    left: 70%
}

.pin5 {
    top: 58%;
    left: 32%
}

.pin6 {
    top: 70%;
    left: 82%
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(184, 144, 85, .5)
    }

    70% {
        box-shadow: 0 0 0 15px rgba(184, 144, 85, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(184, 144, 85, 0)
    }
}

.global-info {
    display: grid;
    gap: 20px
}

.global-info .counter-box {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    transition: .4s;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: baseline
}

.global-info .counter-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12)
}

.global-info .counter-box::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(184, 144, 85, .08);
    right: -70px;
    top: -70px
}

.counter-box h2 {
    font-size: 56px;
    color: var(--main-bg);;
    margin-bottom: 12px
}

.counter-box span {
    color: #666;
    font-size: 17px
}

.continent-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px
}

.continent-list span {
    background: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    font-size: 16px;
    color: #444;
    transition: .35s;
    cursor: pointer;
    width: 175px;
    text-align: center
}

.continent-list span:hover {
    background: var(--main-bg);;
    color: #fff;
    transform: translateY(-5px)
}

.counter-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
    transform: skewX(-20deg);
    transition: 1s
}

.counter-box:hover::after {
    left: 130%
}

.world-map img {
    transition: 1.2s
}

.world-map:hover img {
    transform: scale(1.04)
}

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

    .global-info {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:768px) {
    .global-presence {
        padding: 70px 0
    }

    .global-presence .section-title h2 {
        font-size: 34px
    }

    .global-presence .section-title p {
        font-size: 16px
    }

    .global-info {
        grid-template-columns: 1fr
    }

    .counter-box {
        padding: 25px
    }

    .counter-box h2 {
        font-size: 40px
    }

    .continent-list {
        gap: 12px
    }

    .continent-list span {
        padding: 12px 18px;
        font-size: 14px
    }
}

.certification-section {
    padding: 100px 0;
    background: #f7f7f7;
    position: relative;
    overflow: hidden
}

.certification-section .container {
    max-width: 1400px;
    margin: auto;
    padding: 0 20px
}

.certification-section .section-title {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 70px
}

.certification-section .section-title span {
    display: inline-block;
    color: var(--main-bg);;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase
}

.certification-section .section-title p {
    color: #666;
    font-size: 17px;
    line-height: 1.9
}

.certificate-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    align-items: center
}

.certificate-preview {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08)
}

.certificate-preview img {
    width: 100%;
    border-radius: 20px;
    display: block;
    transition: 1s
}

.certificate-preview:hover img {
    transform: scale(1.05)
}

.certificate-badge {
    position: absolute;
    left: 40px;
    bottom: 40px;
    background: var(--main-bg);;
    color: #fff;
    padding: 18px 28px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    box-shadow: 0 20px 40px rgba(184, 148, 93, .35)
}

.certificate-badge i {
    font-size: 22px
}

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

.certificate-card {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
    transition: .45s;
    position: relative;
    overflow: hidden
}

.certificate-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12)
}

.certificate-card::before {
    content: '';
    position: absolute;
    background: rgba(184, 148, 93, .08);
    border-radius: 50%;
    right: -70px;
    top: -70px
}

.certificate-card img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 25px;
    transition: .5s
}

.certificate-card:hover img {
    transform: scale(1.05)
}

.certificate-card h3 {
    font-size: 24px;
    color: #222;
    margin-bottom: 12px
}

.certificate-card p {
    color: #666;
    line-height: 1.8;
    font-size: 15px
}

.certificate-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
    transform: skewX(-25deg);
    transition: 1s
}

.certificate-card:hover::after {
    left: 130%
}

@media(max-width:1200px) {
    .certificate-layout {
        grid-template-columns: 1fr
    }
}

@media(max-width:768px) {
    .certification-section {
        padding: 70px 0
    }

    .certification-section .section-title h2 {
        font-size: 34px
    }

    .certificate-grid {
        grid-template-columns: 1fr
    }

    .certificate-preview {
        padding: 15px
    }

    .certificate-badge {
        left: 20px;
        right: 20px;
        bottom: 20px;
        padding: 14px 18px;
        font-size: 14px;
        justify-content: center
    }

    .certificate-card {
        padding: 30px
    }
}

.technology-section {
    padding: 100px 0;
    background: #fff
}

.technology-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 60px
}

.technology-card {
    background: #fff;
    border-radius: 25px;
    padding: 45px 35px;
    text-align: center;
    border: 1px solid #eee;
    transition: .4s;
    position: relative;
    overflow: hidden
}

.technology-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .08);
    border-color: var(--main-bg);
}

.technology-card::before {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(184, 148, 93, .08);
    border-radius: 50%;
    top: -80px;
    right: -80px
}

.technology-card img {
    height: 65px;
    width: auto;
    object-fit: contain;
    margin-bottom: 35px;
    transition: .5s
}

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

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

.technology-card p {
    color: #666;
    line-height: 1.8;
    font-size: 15px
}

@media(max-width:992px) {
    .technology-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

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

.export-process-new {
    padding: 100px;
    background: #f8f8f8;
    position: relative;
    overflow: hidden
}

.export-process-new .container {
    max-width: 1450px;
    margin: auto;
    padding: 0 20px
}

.export-process-new .section-title {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 80px
}

.export-process-new .section-title span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--main-bg);
}

.export-process-new .section-title p {
    color: #666;
    font-size: 17px;
    line-height: 1.8
}

.process-line {
    position: relative
}

.line {
    position: absolute;
    top: 70px;
    left: 8%;
    right: 8%;
    height: 4px;
    background: #e3e3e3;
    border-radius: 50px
}

.line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #b59471, #d8bf8a);
    border-radius: 50px;
    animation: lineMove 6s infinite;
    transform-origin: left
}

@keyframes lineMove {
    0% {
        transform: scaleX(0)
    }

    100% {
        transform: scaleX(1)
    }
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
    position: relative;
    z-index: 2
}

.process-card {
    text-align: center;
    position: relative;
    padding-top: 25px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 18px;
    padding: 35px;
    transition: .45s
}

.step-number {
    width: 52px;
    height: 52px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: var(--main-bg);;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    border: 5px solid #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    transition: .4s
}

.process-card:hover .step-number {
    transform: scale(1.1) rotate(360deg)
}

.process-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    border-radius: 22px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    color: var(--main-bg);;
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, .08); */
    transition: .45s
}

.process-card:hover .process-icon {
    background: #f5efe4;
    color: #fff;
    transform: translateY(-10px)
}

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

.process-card p {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
    max-width: 180px;
    margin: auto
}

.process-card:last-child::after {
    display: none
}

.process-card {
    transition: .35s
}

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

@media(max-width:1200px) {
    .process-grid {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 60px
    }

    .line {
        display: none
    }

    .process-card::after {
        display: none
    }
}

@media(max-width:768px) {
    .export-process {
        padding: 70px 0
    }

    .export-process .section-title h2 {
        font-size: 34px
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .process-card {
        padding: 0
    }

    .process-icon {
        width: 75px;
        height: 75px;
        font-size: 28px
    }

    .step-number {
        width: 45px;
        height: 45px;
        font-size: 14px
    }

    .process-card h3 {
        font-size: 20px
    }
}

.export-cta {
    padding: 100px 0;
    background: url("../img/collection/CLIFF_ANTHRECITE.jpg") center center/cover no-repeat;
    position: relative
}

.export-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(20 20 20 / 61%)
}

.export-cta .container {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: auto;
    padding: 0 20px
}

.export-cta-box {
    max-width: 1100px;
    margin: auto;
    text-align: center;
    color: #fff
}

.subtitle {
    color: var(--main-bg);
}

.export-cta h2 {
    color: #fff
}

.export-cta p {
    color: #ddd;
    line-height: 1.9;
    font-size: 18px;
    max-width: 760px;
    margin: auto
}

.cta-features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin: 50px 0
}

.feature {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    backdrop-filter: blur(10px);
    padding: 16px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .35s
}

.feature:hover {
    background: var(--main-bg);;
    transform: translateY(-5px)
}

.feature i {
    color: #fff
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px
}

.cta-contact {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap
}

.cta-contact div {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 17px
}

.cta-contact i {
    color: var(--main-bg);
}

@media(max-width:768px) {
    .export-cta {
        padding: 70px 0
    }

    .export-cta h2 {
        font-size: 34px
    }

    .export-cta p {
        font-size: 16px
    }

    .cta-contact {
        gap: 20px;
        flex-direction: column
    }
}

.career-opening-section {
    padding: 120px 100px;
    background: #f8f8f8;
    overflow: hidden
}

.career-opening-section .container {
    max-width: 1400px;
    margin: auto;
    padding: 0 20px
}

.section-heading {
    /* max-width: 850px; */
    margin: 0 auto 70px;
    text-align: center
}

.section-heading .sub-title {
    display: inline-block;
    color: var(--main-bg);;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 5px
}

.section-heading h2 {
    color: #222;
    margin-bottom: 20px;
}

.section-heading p {
    font-size: 17px;
    color: #666;
    line-height: 1.9
}

.job-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px
}

.job-card {
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    border: 1px solid #ececec;
    transition: .45s;
    overflow: hidden
}

.job-card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(184, 148, 93, .08);
    top: -110px;
    right: -110px
}

.job-card:hover {
    transform: translateY(-10px);
    border-color: var(--main-bg);;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .08)
}

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

.department {
    background: var(--main-bg);;
    color: #fff;
    padding: 2px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600
}

.type {
    background: #f4f4f4;
    color: #444;
    padding: 2px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600
}

.job-card h3 {
    font-size: 30px;
    color: #222;
    margin-bottom: 18px
}

.job-card p {
    color: #666;
    margin-bottom: 30px
}

.job-card ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.job-card ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #555;
    font-size: 15px
}

.job-card ul li i {
    width: 42px;
    height: 42px;
    background: #f5efe4;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-bg);
}

.apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    padding: 10px 28px;
    border-radius: 10px;
    background: var(--main-bg);
    color: #fff;
    text-decoration: none;
    transition: .35s
}

.apply-btn:hover {
    background: #000;
    color: #fff;
    gap: 16px
}

.job-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .45), transparent);
    transform: skewX(-25deg);
    transition: 1s
}

.job-card:hover::after {
    left: 130%
}

@media(max-width:992px) {
    .job-list {
        grid-template-columns: 1fr
    }
}

@media(max-width:768px) {
    .career-opening-section {
        padding: 70px 0
    }

    .section-heading h2 {
        font-size: 34px
    }

    .section-heading p {
        font-size: 16px
    }

    .job-card {
        padding: 25px
    }

    .job-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }

    .job-card h3 {
        font-size: 24px
    }

    .job-card ul li {
        font-size: 14px
    }

    .apply-btn {
        width: 100%;
        justify-content: center
    }
}

.career-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .65);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    z-index: 99999;
    padding: 20px
}

.career-modal.active {
    opacity: 1;
    visibility: visible
}

.career-modal-content {
    background: #fff;
    width: 100%;
    max-width: 750px;
    border-radius: 25px;
    padding: 40px;
    position: relative;
    transform: translateY(50px);
    transition: .4s;
    max-height: 90vh;
    overflow: auto
}

.career-modal.active .career-modal-content {
    transform: translateY(0)
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: #f4f4f4;
    font-size: 28px;
    cursor: pointer;
    transition: .3s
}

.modal-close:hover {
    background: var(--main-bg);;
    color: #fff
}

.modal-header {
    text-align: center;
    flex-direction: column;
    margin-bottom: 35px
}

.modal-header span {
    color: var(--main-bg);
    font-weight: 600
}

.modal-header h3 {
    margin: 15px 0;
    font-size: 24px
}

.modal-header p {
    color: #666
}

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

.form-group {
    margin-bottom: 10px
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 15px;
    outline: none;
    transition: .3s
}

.form-group input:focus, .form-group textarea:focus {
    border-color: var(--main-bg);
}

.submit-btn {
    width: auto;
    padding: 10px 25px;
    background: #222;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: .3s
}

.submit-btn:hover {
    background: var(--main-bg);
}

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

    .career-modal-content {
        padding: 25px
    }

    .modal-header h2 {
        font-size: 28px
    }
}

.career-faq {
    padding: 0px 0 120px;
    background: #f8f8f8
}

.career-faq .container {
    max-width: 1100px;
    margin: auto;
    padding: 0 20px
}

.career-faq .section-heading {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px
}

.career-faq .sub-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--main-bg);;
    text-transform: uppercase;
    margin-bottom: 5px
}

.career-faq .section-heading h2 {
    font-size: 52px;
    color: #222;
    margin-bottom: 18px
}

.career-faq .section-heading p {
    color: #666;
    font-size: 17px;
    line-height: 1.9
}

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

.faq-item {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #ececec;
    overflow: hidden;
    transition: .35s;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .04)
}

.faq-item:hover {
    border-color: var(--main-bg);
    transform: translateY(-3px)
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 30px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    text-align: left;
    transition: .3s
}

.faq-question span {
    width: 90%
}

.faq-question i {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #f5efe4;
    color: var(--main-bg);;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .35s;
    flex-shrink: 0
}

.faq-item.active .faq-question i {
    transform: rotate(45deg);
    background: var(--main-bg);;
    color: #fff
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .45s ease
}

.faq-answer p {
    padding: 0 30px 30px;
    color: #666;
    line-height: 1.9;
    font-size: 16px
}

.faq-item.active .faq-answer {
    max-height: 250px
}

.faq-item {
    position: relative
}

.faq-item::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(184, 148, 93, .06);
    right: -80px;
    top: -80px;
    pointer-events: none
}

@media(max-width:768px) {
    .career-faq {
        padding: 70px 0
    }

    .career-faq .section-heading h2 {
        font-size: 34px
    }

    .career-faq .section-heading p {
        font-size: 16px
    }

    .faq-question {
        font-size: 17px;
        padding: 22px 20px
    }

    .faq-question i {
        width: 40px;
        height: 40px
    }

    .faq-answer p {
        padding: 0 20px 22px;
        font-size: 15px
    }
}

.product-page {
    padding: 100px
}

.product-page .product-main-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
    align-items: start
}

.sidebar-sticky {
    position: sticky;
    top: 100px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #eee;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, .05) */
}

.sidebar h2 {
    margin-bottom: 25px;
    font-size: 28px
}

.search-box {
    position: relative;
    margin-bottom: 35px
}

.search-box input {
    width: 100%;
    height: 55px;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 0 50px 0 20px;
    outline: none
}

.search-box i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.filter-box {
    margin-bottom: 35px
}

.filter-box h3 {
    margin-bottom: 18px;
    font-size: 20px
}

.filter-list {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.filter-list label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #555;
    font-size: 15px
}

.filter-list input {
    accent-color: var(--main-bg);
}

#clearFilters {
    width: 100%;
    height: 50px;
    border: none;
    background: #222;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    transition: .3s
}

#clearFilters:hover {
    background: var(--main-bg);
}

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

.product-top h2 {
    font-size: 42px
}

#productCount {
    color: #888
}

.grid-buttons {
    display: flex;
    gap: 12px
}

.grid-btn {
    width: 48px;
    height: 48px;
    border: none;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s
}

.grid-btn.active {
    background: var(--main-bg);
    color: #fff
}

.active-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.active-filters span {
    background: var(--main-bg);
    color: #fff;
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 14px
}

.product-grid {
    display: grid;
    gap: 20px
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr)
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr)
}

.product-card {
    background: #f7f7f7;
    border-radius: 15px;
    overflow: hidden;
    transition: .35s;
    border: 1px solid #eee;
    padding: 10px;
}

.product-card:hover {
    transform: translateY(-8px);
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, .08) */
}

.product-image {
    /* overflow: hidden; */
    aspect-ratio: 1
}

.product-image img {
    transition: .5s;
    object-fit: cover;
    height: 100%;
    width: 100%;
    /* padding: 10px; */
    /* background: #f7f7f7; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px;
    border-radius: 15px;
}

.product-card:hover img {
    transform: scale(1.01);
    transition: .5s;

}

.product-info {
    padding: 20px 10px 10px;
}

.product-info h3 {
    font-size: 24px;
    margin-bottom: 10px
}

.product-meta {
    display: flex;
    justify-content: space-between;
    color: #888;
    font-size: 14px
}

.product-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #222;
    font-weight: 600;
    padding-top: 15px;
}

.product-btn:hover {
    color: var(--main-bg);
}

@media(max-width:1200px) {
    .grid-4 {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:992px) {
    .product-page .container {
        grid-template-columns: 1fr
    }

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

    .grid-4, .grid-3 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:768px) {
    .product-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .grid-4, .grid-3 {
        grid-template-columns: 1fr
    }
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 60px;
    flex-wrap: wrap
}

.pagination button {
    width: 45px;
    height: 45px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
    font-weight: 600
}

.pagination button:hover {
    background: var(--main-bg);
    color: #fff;
    border-color: var(--main-bg);
}

.pagination button.active {
    background: var(--main-bg);
    color: #fff;
    border-color: var(--main-bg);
}

.pagination button:disabled {
    opacity: .5;
    cursor: not-allowed
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--main-bg);;
    color: #fff;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px
}

.remove-chip {
    width: 22px;
    height: 22px;
    border: none;
    background: #fff;
    color: #222;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    transition: .3s
}

.remove-chip:hover {
    background: #222;
    color: #fff
}

.no-product {
    width: 100%;
    padding: 80px 20px;
    text-align: center;
    grid-column: 1/-1
}

.no-product h2 {
    color: #888
}

.product-details {
    padding: 80px 100px;
    background: #fff;
    height: 100vh
}

.product-detailss {
    padding: 80px 0;
    background: #fff
}

.product-details .container {
    margin: auto;
    padding: 0 20px
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px
}

.breadcrumb a:hover {
    color: var(--main-bg);
}

.details-grid {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 60px;
    align-items: start
}

.gallery {
    position: sticky;
    top: 100px
}

.mainSwiper {
    border: 1px solid #eee;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fafafa
}

.mainSwiper img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    height: 50vh;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.thumbSwiper .swiper-slide {
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid transparent
}

.thumbSwiper .swiper-slide-thumb-active {
    border-color: var(--main-bg);
}

.thumbSwiper img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid #e8e8e8;
}

.collection {
    display: inline-block;
    background: #f5efe4;
    color: var(--main-bg);
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 20px
}

.details-info h1 {
    font-size: 52px;
    margin-bottom: 20px;
    line-height: 1.1
}

.details-info p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 35px
}

.product-specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px
}

.product-specs div {
    background: #fafafa;
    padding: 25px;
    border-radius: 16px;
    border: 1px solid #eee
}

.product-specs span {
    display: block;
    color: #999;
    margin-bottom: 10px;
    font-size: 14px
}

.product-specs strong {
    font-size: 20px;
    color: #222
}

.buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 28px;
    border-radius: 10px;
    background: var(--main-bg);
    color: #fff;
    text-decoration: none;
    transition: .3s;
    border: 1px solid var(--main-bg);
}

.btn:hover {
    background: #000;
    border: 1px solid var(--black);
    color:var(--white);
    transition: .3s;

}

.btn.outline {
    background: #fff;
    border: 2px solid var(--main-bg);
    color: var(--main-bg);
}

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

.specification, .application, .features, .related-products {
    padding: 100px 0
}

.specification {
    background: #f8f8f8;
    display: none
}

.application {
    background: #f8f8f8
}

.features {
    background: #f8f8f8;
    display: none
}

.related-products {
    background: #fff
}

.specification h2, .application h2, .features h2, .related-products h2 {
    font-size: 42px;
    margin-bottom: 45px;
    text-align: center
}

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

.spec-grid div {
    background: #fff;
    padding: 35px;
    border-radius: 18px;
    text-align: center;
    border: 1px solid #eee;
    transition: .3s
}

.spec-grid div:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08)
}

.spec-grid span {
    display: block;
    color: #999;
    margin-bottom: 10px
}

.spec-grid strong {
    font-size: 22px
}

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

.application-item {
    padding: 35px;
    border: 1px solid #eee;
    border-radius: 18px;
    text-align: center;
    transition: .3s
}

.application-item:hover {
    background: #f5efe4;
    color: #fff
}

.related-card {
    border: 1px solid #eee;
    border-radius: 18px;
    overflow: hidden;
    background: #f7f7f7;
    padding: 10px;
}

.related-card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px;
}

.related-info {
    padding: 20px;
    text-align: left;
}

.related-info h4 {
    margin-bottom: 10px
}

.application-image img {
    width: 100px
}

.application-item h4 {
    text-align: center;
    padding-top: 15px
}

.application-item {
    padding: 20px 10px
}

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

.catalog-card {
    width: 100%;
    max-width: 100%;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    transition: .35s;
    display: flex;
    flex-direction: column
}

.catalog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .12)
}

.catalog-image {
    /* height: 280px; */
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    background: #f7f7f7
}

.catalog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s
}

.catalog-card:hover .catalog-image img {
    transform: scale(1.06)
}

.catalog-content {
    padding: 22px
}

.catalog-content h3 {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4
}

.catalog-size {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #777
}

.catalog-footer {
    margin-top: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #ececec
}

.catalog-btn {
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    color: #222;
    font-weight: 600;
    transition: .3s
}

.catalog-btn:first-child {
    border-right: 1px solid #ececec
}

.preview-btn:hover {
    background: #f5f5f5
}

.download-btn {
    background: var(--main-bg);
    color: #fff
}

.download-btn:hover {
    background: var(--main-bg);
}

.catalog-btn i {
    font-size: 16px
}

.contact-info-section {
    padding: 110px 0;
    background: #fafafa
}

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

.contact-info-card {
    background: #fff;
    padding: 45px 35px;
    border-radius: 18px;
    border: 1px solid #ececec;
    transition: .35s
}

.contact-info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08)
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: #f5efe4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

.contact-icon i {
    color: var(--main-bg);
    font-size: 28px
}

.contact-info-card h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.contact-info-card p {
    color: #777;
    line-height: 1.8;
    margin-bottom: 25px
}

.contact-info-card a {
    position: relative;
    display: inline-block;
    color: #222;
    text-decoration: none;
    /* font-weight: 600; */
    transition: color 0.3s ease;
}

.contact-info-card a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: #b59471;
    transition: width 0.3s ease;
}

.contact-info-card a:hover {
    color: #b59471;
}

.contact-info-card a:hover::after {
    width: 100%;
}

.contact-info-card a i {
    margin-left: 8px
}

.contact-form-section {
    padding: 100px
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px
}

.contact-form-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 50px
}

.section-tag {
    display: inline-block;
    color: var(--main-bg);
    font-weight: 600;
    letter-spacing: 1px
}

.contact-form-box h2 {
    font-size: 42px;
    margin-bottom: 15px
}

.contact-form-box p {
    color: #777;
    line-height: 1.8;
    margin-bottom: 35px
}

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

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600
}

.form-group textarea {
    resize: none
}

.form-group input:focus, .form-group textarea:focus {
    border-color: var(--main-bg);
}

.contact-map-box {
    border-radius: 18px;
    overflow: hidden;
    min-height: 100%;
    border: 1px solid #eee
}

.map-header {
    padding: 30px;
    background: #fff
}

.map-header span {
    color: var(--main-bg);;
    font-weight: 600
}

.map-header h3 {
    margin-top: 10px;
    font-size: 30px
}

@media(max-width:1200px) {
    .contact-info-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .contact-wrapper {
        grid-template-columns: 1fr
    }

    .contact-map-box {
        min-height: 500px
    }
}

@media(max-width:768px) {
    .contact-hero {
        padding: 130px 0 90px
    }

    .contact-hero-content h1 {
        font-size: 42px
    }

    .section-title h2 {
        font-size: 34px
    }

    .contact-info-grid {
        grid-template-columns: 1fr
    }

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

    .contact-form-box {
        padding: 30px
    }
}

.contact-faq {
    padding: 110px 0;
    background: #f8f8f8
}

.faq-wrapper {
    max-width: 900px;
    margin: auto
}

.faq-item {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 15px;
    overflow: hidden;
    transition: .35s
}

.faq-item.active {
    border-color: var(--main-bg);
}

.faq-question {
    width: 100%;
    border: none;
    background: none;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #222
}

.faq-question i {
    transition: .35s;
    color: var(--main-bg);
}

.faq-item.active .faq-question i {
    transform: rotate(45deg)
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease
}

.faq-answer p {
    padding: 0 30px 30px;
    color: #777;
    line-height: 1.9
}

.faq-item.active .faq-answer {
    max-height: 250px
}

.meeting-popup {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.meeting-popup.active {
    display: flex
}

.meeting-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .65);
    backdrop-filter: blur(6px)
}

.meeting-box {
    position: relative;
    width: min(900px, 95%);
    max-height: 90vh;
    overflow: auto;
    background: #fff;
    border-radius: 18px;
    padding: 45px;
    z-index: 2;
    animation: popup .35s ease
}

@keyframes popup {
    from {
        transform: translateY(30px) scale(.95);
        opacity: 0
    }

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

.close-popup {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: #f5f5f5;
    cursor: pointer;
    font-size: 18px
}

.meeting-header {
    margin-bottom: 35px
}

.meeting-header span {
    color: var(--main-bg);;
    font-weight: 600;
    letter-spacing: 2px
}

.meeting-header h2 {
    margin: 10px 0;
    font-size: 38px
}

.meeting-header p {
    color: #777;
    line-height: 1.8
}

.meeting-box .form-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 15px
}

.form-group {
    margin-bottom: 20px
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600
}

.form-group select {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    outline: none;
    transition: .3s
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    border-color: var(--main-bg);
}

.meeting-btn {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 10px;
    background: var(--main-bg);;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: .3s
}

.meeting-btn:hover {
    background: #222
}

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

    .meeting-box {
        padding: 30px 20px
    }

    .meeting-header h2 {
        font-size: 30px
    }
}

.footer-column a {
    position: relative;
    display: inline-block;
    color: #d4d4d4;
    text-decoration: none;
    font-size: 17px;
    transition: color .3s ease;
}

.footer-column a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background: var(--main-bg);; 
    transition: width .35s ease;
}
.footer-column a:hover::after {
    width: 100%;
}


.gallery-popup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.92);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:99999;
}

.gallery-popup.active{
    display:flex;
}

.gallery-popup-content{
    width:90%;
    max-width:1200px;
    position:relative;
}

.gallery-close{
    position:absolute;
    right:-10px;
    top:-50px;
    width:45px;
    height:45px;
    border:none;
    border-radius:50%;
    background:#fff;
    cursor:pointer;
    z-index:20;
    font-size:20px;
}

.popupSwiper{
    width:100%;
    height:80vh;
}

.popupSwiper img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.popupSwiper .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
}

.popupSwiper .swiper-button-next,
.popupSwiper .swiper-button-prev{
    color:#fff;
}
.gallery-image{
    cursor:pointer;
    width:100%;
    display:block;
}

.gallery-popup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.95);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:99999;
}

.gallery-popup.active{
    display:flex;
}

.gallery-overlay{
    position:absolute;
    inset:0;
}

.gallery-popup-content{
    position:relative;
    width:90%;
    max-width:1200px;
    height:90vh;
    z-index:2;
}

.popupSwiper{
    width:100%;
    height:100%;
}

.popupSwiper .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
}

.popupSwiper img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
}

.gallery-close{
    position:absolute;
    right:0;
    top:-55px;
    width:45px;
    height:45px;
    border:none;
    border-radius:50%;
    cursor:pointer;
    font-size:22px;
    z-index:20;
}

.popupSwiper .swiper-button-next,
.popupSwiper .swiper-button-prev{
    color:#fff;
}

.section-span-tag {

    color: var(--main-bg);
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    background: #eaeaea;
    padding: 10px 25px;
    border-radius: 20px;
}

.why-choose h2{
    margin-top: 20px;
}

.size-section {

        padding: 40px 100px 80px;

    }

    .size-group {

        margin-bottom: 0px;

    }

    .size-group h3 {

        font-size: 28px;
        margin-bottom: 30px;
        color: #222;
        font-weight: 600;

    }

    .size-row {

        display: flex;
        align-items: flex-end;
        gap: 30px;
        flex-wrap: wrap;

    }

    .tile {

        display: block;
        position: relative;
        /* overflow: hidden;
        border-radius: 10px; */
        transition: .4s;
        background: #eee;
        flex-shrink: 0;

    }

    .tile img {

        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .5s;

    }

    .tile:hover img {

        transform: scale(1.01);

    }

    .tile span {

        position: absolute;
        left: 50%;
        bottom: -50px;
        transform: translateX(-50%);
        background: rgba(255, 255, 255, .95);
        padding: 8px 14px;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 600;
        white-space: nowrap;
        color: #000;

    }

    /* 1200 Series */

    .tile-1200x2800 {

        width: 240px;
        height: 560px;

    }

    .tile-1200x1800 {

        width: 240px;
        height: 360px;

    }

    .tile-1200x1200 {

        width: 240px;
        height: 240px;

    }

    /* 800 Series */

    .tile-800x1600 {

        width: 230px;
        height: 460px;

    }

    .tile-800x800 {

        width: 230px;
        height: 230px;

    }

    /* 600 Series */

    .tile-600x1200 {

        width: 220px;
        height: 440px;

    }

    .tile-600x600 {

        width: 220px;
        height: 220px;

    }

    /* Wood */

    .tile-200x1200 {

        width: 100px;
        height: 440px;

    }

    @media(max-width:991px) {

        .size-row {

            justify-content: center;

        }

        .tile-1200x2800 {

            width: 180px;
            height: 420px;

        }

        .tile-1200x1800 {

            width: 180px;
            height: 270px;

        }

        .tile-1200x1200 {

            width: 180px;
            height: 180px;

        }

        .tile-800x1600 {

            width: 140px;
            height: 280px;

        }

        .tile-800x800 {

            width: 140px;
            height: 140px;

        }

        .tile-600x1200 {

            width: 110px;
            height: 220px;

        }

        .tile-600x600 {

            width: 110px;
            height: 110px;

        }

        .tile-200x1200 {

            width: 40px;
            height: 240px;

        }

    }

    @media(max-width:576px) {

        .size-row {

            gap: 15px;
            justify-content: center;

        }

        .tile-1200x2800 {

            width: 140px;
            height: 325px;

        }

        .tile-1200x1800 {

            width: 140px;
            height: 210px;

        }

        .tile-1200x1200 {

            width: 140px;
            height: 140px;

        }

        .tile-800x1600 {

            width: 110px;
            height: 220px;

        }

        .tile-800x800 {

            width: 110px;
            height: 110px;

        }

        .tile-600x1200 {

            width: 90px;
            height: 180px;

        }

        .tile-600x600 {

            width: 90px;
            height: 90px;

        }

        .tile-200x1200 {

            width: 35px;
            height: 210px;

        }

    }

    .size-filter {

        display: flex;
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;

    }

    .size-filter button {

        padding: 12px 28px;
        border: none;
        background: var(--main-bg);
        border-radius: 10px;
        cursor: pointer;
        transition: .3s;
        font-size: 15px;
        font-weight: 600;
        color: #fff;

    }

    .size-filter button.active {

        background: #111;
        color: #fff;

    }

    .size-group {

        display: none;
        animation: fade .4s ease;

    }

    .size-group.active {

        display: block;

    }

    @keyframes fade {

        from {

            opacity: 0;
            transform: translateY(15px);

        }

        to {

            opacity: 1;
            transform: translateY(0);

        }

    }

    .size-group {
        display: none;
        animation: fade .4s ease;
        min-height: 650px;
        /* Same height for all tabs */
    }

    .size-group.active {
        display: flex;
        flex-direction: column;
    }

    .size-group h3 {
        text-align: center;
        margin-bottom: 40px;
    }

    .size-row {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: end;
        gap: 30px;
        flex-wrap: wrap;
    }

    @media(max-width:991px) {

        .size-group {
            min-height: 520px;
        }

    }

    @media(max-width:576px) {

        .size-group {
            min-height: 380px;
        }

        .size-row {
            gap: 15px;
        }

    }

    .explore-space{
    padding:100px 0;
    background:#f8f8f8;
}



.section-title span{
    color:#b48b3c;
    font-size:15px;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:600;
}

.section-title h2{
    font-size:48px;
    margin:15px 0;
    color:#222;
}

.section-title p{
    font-size:17px;
    line-height:1.8;
    color:#777;
}

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

.space-card{
    position:relative;
    height:250px;
    overflow:hidden;
    border-radius:22px;
    display:block;
    text-decoration:none;
}

.space-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.space-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
    rgba(0,0,0,.75),
    rgba(0,0,0,.15),
    transparent);
}

.space-card .overlay{
    position:absolute;
    bottom:35px;
    color:#fff;
    z-index:2;
    gap: 15px;
}

.overlay h3{
    font-size:30px;
    margin-bottom:12px;
}

.overlay p{
    font-size:16px;
    line-height:1.7;
    margin-bottom:22px;
    opacity:.9;
}

.overlay span{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-weight:600;
    transition:.3s;
}

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

.space-card:hover .overlay span{
    transform:translateX(8px);
}

@media(max-width:991px){

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

.space-card{
    height:420px;
}

.section-title h2{
    font-size:38px;
}

}

@media(max-width:767px){

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

.space-card{
    height:380px;
}

.section-title h2{
    font-size:30px;
}

}




.hero-section{
    position:relative;
    height:100vh;
    overflow:hidden;
    background:#111;
}

.hero-slider{
    height:100%;
}

.hero-slide{

    display:grid;
    grid-template-columns:65% 35%;
    height:100vh;

}

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

.hero-image{

    position:relative;
    overflow:hidden;

}

.hero-image img{

    width:100%;
    height:100%;
    object-fit:cover;

}

/* Dark Overlay */

.hero-overlay{

    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.35),
        rgba(0,0,0,.15),
        rgba(0,0,0,.05)
    );

}

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

.hero-contents{

    background:#f5f5f5;
    display:flex;
    align-items:center;
    justify-content:start;
    padding:70px;
    position:relative;

}

.content-inner{

    max-width:420px;

}

.hero-subtitle{

    display:inline-block;
    font-size:15px;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#9b7c52;
    margin-bottom:20px;
    font-weight:600;

}

.hero-contents h1{

    font-size:62px;
    line-height:1.1;
    font-weight:500;
    margin:25px 0;
    color:#111;

}

.hero-contents p{

    font-size:17px;
    color:#666;
    line-height:1.8;
    margin-bottom:40px;

}

.hero-buttons{

    display:flex;
    gap:15px;
    flex-wrap:wrap;

}

.btn-primary{

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

    padding:16px 34px;
    background:#111;
    color:#fff;
    text-decoration:none;
    transition:.35s;
    border-radius:50px;

}

.btn-primary:hover{

    background:#9b7c52;

}

.btn-outline{

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

    padding:16px 34px;
    border:2px solid #111;
    color:#111;
    text-decoration:none;
    border-radius:50px;
    transition:.35s;

}

.btn-outline:hover{

    background:#111;
    color:#fff;

}

.hero-pagination{

    margin-top:60px;

    display:flex;
    align-items:center;
    gap:15px;

}

.hero-pagination .lines{

    width:80px;
    height:1px;
    background:#bbb;

}

.hero-pagination span{

    font-weight:600;
    color:#555;

}

.current{

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

}
/*======================================
    IMAGE ZOOM (KEN BURNS)
======================================*/

.hero-slide.active .hero-image img{
    animation:heroZoom 8s linear forwards;
}

@keyframes heroZoom{

    from{
        transform:scale(1);
    }

    to{
        transform:scale(1.12);
    }

}

/*======================================
    TEXT ANIMATION
======================================*/

.hero-subtitle,
.hero-contents h1,
.hero-contents p,
.hero-buttons,
.hero-pagination{

    opacity:0;
    transform:translateY(50px);

}

.hero-slide.active .hero-subtitle{

    animation:fadeUp .7s ease forwards;
    animation-delay:.2s;

}

.hero-slide.active h1{

    animation:fadeUp .7s ease forwards;
    animation-delay:.4s;

}

.hero-slide.active p{

    animation:fadeUp .7s ease forwards;
    animation-delay:.6s;

}

.hero-slide.active .hero-buttons{

    animation:fadeUp .7s ease forwards;
    animation-delay:.8s;

}

.hero-slide.active .hero-pagination{

    animation:fadeUp .7s ease forwards;
    animation-delay:1s;

}

@keyframes fadeUp{

    from{

        opacity:0;
        transform:translateY(50px);

    }

    to{

        opacity:1;
        transform:translateY(0);

    }

}
/*======================================
    NAVIGATION
======================================*/

.hero-prev,
.hero-next{

    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:60px;
    height:60px;

    border:none;
    border-radius:50%;

    cursor:pointer;

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

    color:#fff;

    background:#b59471;

    backdrop-filter:blur(12px);

    transition:.35s;

    z-index:100;

}

.hero-prev{

    left:30px;

}

.hero-next{

    right:30px;

}

.hero-prev:hover,
.hero-next:hover{

    background:#fff;
    color:#111;

}

/*======================================
    SCROLL
======================================*/


@keyframes scrollMouse{

0%{

transform:translateY(0);
opacity:1;

}

100%{

transform:translateY(15px);
opacity:0;

}

}
/*======================================
    TABLET
======================================*/

@media(max-width:991px){

.hero-slide{

grid-template-columns:1fr;

}

.hero-image{

height:55vh;

}

.hero-contents{

height:45vh;
padding:50px;

}

.hero-contents h1{

font-size:42px;

}

.hero-prev,
.hero-next{

display:none;

}

}

/*======================================
    MOBILE
======================================*/

@media(max-width:576px){

.hero-image{

height:50vh;

}

.hero-contents{

height:auto;
padding:40px 25px;

}

.hero-contents h1{

font-size:34px;

}

.hero-contents p{

font-size:15px;

}

.hero-buttons{

flex-direction:column;

}

.btn-primary,
.btn-outline{

width:100%;
justify-content:center;

}

.hero-pagination{

margin-top:35px;

}

}

h2{
    font-weight:700;
    color:#1d1d1d;
    position:relative;
    margin-bottom: 25px;
}

.left-line::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0px;
    width:100px;
    height:2px;
    background:var(--main-bg);
    border-radius:0px;
}
.center-line{
    text-align:center;
}

.center-line::after{
    content:"";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:0px;
    width:100px;
    height:2px;
    background:var(--main-bg);
    border-radius:0px;
}

.text-cent{
    text-align: center;
}