@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap');

:root {
    --white: #ffffff;
    --ivory: #FAF8F5;
    --beige: #E8DCCB;
    --gold: #B89B72;
    --gray: #F5F5F5;
    --dark: #222222;
}

body {
    font-family: 'Roboto', sans-serif;
    color: var(--dark);
    background: var(--white);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto', sans-serif;
}


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

.section-subtitle {
    color: var(--gold);
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 600;
}

.section-heading h2 {
    font-size: 52px;
    margin-top: 15px;
}

/* Navbar */

.luxury-navbar {
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
    padding: 7px 0;
}

.brand-logo {
    height: 55px;
    width: auto;
    transition: all 0.3s ease;
}

.brand-logo:hover {
    transform: scale(1.05);
}

.nav-link {
    margin-left: 20px;
    color: #000000;
    position: relative;
    font-size: 18px;
    font-weight: 800;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: .4s;
}

.nav-link:hover::after {
    width: 100%;
}

.navbar-nav .nav-link.active {
    color: #C8A96B !important;
}

/* hero */

.hero-carousel {
    position: relative;
    min-height: 100vh;
    padding-top: 65px;
    overflow: hidden;
}

.carousel-item {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    filter: brightness(0.85) contrast(1.05);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgb(0 0 0 / 36%), rgb(0 0 0 / 42%));
    z-index: 1;
}

/* Content */
.hero-content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #ffffff;
    max-width: 600px;
    padding: 0;
}

.top-badge {
    display: inline-block;
    background: rgb(255 255 255 / 40%);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
}

.hero-content h1 span {
    color: #f5ce81;
    text-shadow: 0 2px 10px rgba(11, 60, 93, 0.6);
}

.hero-content p {
    font-size: 18px;
    margin: 20px 0;
}

.hero-btns {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-primary-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    background: #65402e;
    color: #fff;
    border: 2px solid #C8A96B;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all .3s ease;
}

.btn-primary-custom:hover {
    background: #b99657;
    border-color: #b99657;
    color: #fff;
    transform: translateY(-3px);
}

.video-showcase {
    background: #faf8f5;
}

.section-heading h2 {
    font-size: 48px;
    color: #65402e;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
}

.video-showcase p {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    line-height: 28px;
}

.video-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.video-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    width: 100%;
}

.video-slider::-webkit-scrollbar {
    display: none;
}

.video-card {
    flex: 0 0 280px;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    transition: .4s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
}

.video-card:hover {
    transform: translateY(-10px);
}

.video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-btn {
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
}

.prev-btn {
    margin-right: 15px;
}

.next-btn {
    margin-left: 15px;
}

/* about era */

.about-era {
    background: #faf8f5;
    padding: 100px 0;
}

.about-image-wrapper {
    position: relative;
}

.about-image {
    width: 100%;
    border-radius: 25px;
    object-fit: cover;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
}

.section-tag {
    color: #000000;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.section-title {
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-size: 47px;
    line-height: 1.1;
    color: #65402e;
    margin-bottom: 15px;
}

.about-content p {
    font-size: 17px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 14px;
}

.about-stats {
    display: flex;
    gap: 40px;

    margin: 35px 0;
}

.about-stats h3 {
    color: #C8A96B;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 5px;
}

.about-stats span {
    color: #666;
    font-size: 14px;
}

.btn-gold {
    display: inline-block;
    background: #C8A96B;
    color: #fff;
    padding: 14px 34px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.btn-gold:hover {
    background: #b79252;
    color: #fff;
}



/* b2b  */

.b2b-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f5f4e4 0%, #f4ede4 100%);
}

.section-tag {
    color: #C8A96B;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.b2b-title {
    font-family: "Rajdhani", sans-serif;
    font-size: 52px;
    line-height: 1.1;
    margin: 20px 0;
    font-weight: 700;
    color: #65402e;
}

.b2b-desc {
    color: #666;
    line-height: 1.9;
    font-size: 17px;
}

.b2b-features {
    margin: 30px 0;
}

.feature-item {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

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

.partner-card {
    padding: 30px;
    border-radius: 20px;
    background: #faf8f5;

    transition: .3s ease;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
}

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

.partner-card h4 {
    color: #111;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
}

.partner-card p {
    color: #666;
    margin: 0;
    font-size: 15px;
}

.btn-gold {
    display: inline-block;
    padding: 14px 32px;

    background: #C8A96B;
    color: #fff;

    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
}

/* testimonial section */
.testimonial-text h1 {
    letter-spacing: 0;
    text-align: center;
    position: relative;
    font-size: 48px;
    color: #65402e;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
}

.testimonial-text p {
    font-size: 16px;
    padding-bottom: 20px;
    color: #000;
    line-height: 28px;
    text-align: center;
    width: 900px;
    margin: auto;
}

.testimonial-img {
    justify-content: center;
}

.testimonial-carousel .testimonial-item .border {
    border: 2px solid #65402e !important;
}

.testimonial-item p {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    text-align: center;
}

.testimonial-item h6 {
    font-size: 19px !important;
    color: #000000;
}

.testimonial-item img {
    border-radius: 100% !important;
    border: 3px solid #008080;
}

section.testimonial-block {
    padding: 70px 0;
    background-color: #65402e21;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(29% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev {
    position: relative;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #65402e;
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
    left: -68px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -67px;
    color: #FFFFFF;
    background: #65402e;
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
    opacity: 1;
}

/* footer */

.footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #72503f;
}

.footer-links a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 22px;
    transition: all 0.3s ease;
}

.footer-links {
    list-style: none;
    padding: 0;
}

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


.footer-links a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #65402e;
    border-right: 2px solid #65402e;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.footer-contact-list a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    transition: 0.3s;
}

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}

.footer-contact-list i {
    font-size: 17px;
    color: #65402e;
    margin-top: 3px;
    min-width: 18px;
}

.footer-about {
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    width: 90%;
    font-weight: 500;
}

.footer-logo {
    font-size: 22px;
    font-weight: 700;
    color: #0f2b5b;
    margin-bottom: 15px;
}

.footer-logo img {
    max-width: 150px;
    height: auto;
    margin-bottom: 0px;
}

.main-footer {
    background: #ffffff;
    padding: 40px 0 20px;
    color: #333;
    border-top: 1px solid #e5e5e5;
}


/* about page */

/* =========================
   ABOUT PAGE
========================= */

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

.our-story-section {
    background: #f9f7f5;
    padding: 0px 0 50px;
}

.section-tag {
    display: inline-block;
    color: #C8A96B;
    font-size: 35px;
    font-weight: 900;
    font-family: "Rajdhani", sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 25px;
}

.our-story-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    color: #111;
    margin-bottom: 25px;
    line-height: 1.2;
}

.founder-section p,
.our-story-section p {
    color: #666;
    line-height: 27px;
    font-size: 15px;
    margin-bottom: 10px;
}

.founder-img,
.story-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;

    box-shadow:
        0 20px 50px rgba(0, 0, 0, .08);
}

.founder-sign {
    margin-top: 15px;
    color: #65402e;
    font-size: 23px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 800;
}

/* contact us */


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

.contact-section {
    padding: 100px 0;
    background: #faf8f5;
}

.contact-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    color: #111;
    line-height: 1.2;
    margin-bottom: 25px;
}

.contact-section p {
    color: #666;
    line-height: 1.9;
}

/* Contact Info */

.contact-info {
    margin-top: 40px;
}

.info-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.info-box i {
    width: 55px;
    height: 55px;

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

    border-radius: 50%;

    background: #C8A96B;
    color: #fff;

    font-size: 20px;

    flex-shrink: 0;
}

.info-box h5 {
    color: #111;
    margin-bottom: 6px;
    font-size: 18px;
}

.info-box p {
    margin: 0;
    color: #666;
    font-size: 15px;
}

/* Form Box */

.contact-form-box {

    background: #fff;

    padding: 45px;

    border-radius: 25px;

    box-shadow:
        0 15px 40px rgba(0, 0, 0, .06);

    border: 1px solid rgba(200, 169, 107, .15);
}

.contact-form-box h3 {
    display: inline-block;
    color: #C8A96B;
    font-size: 35px;
    font-weight: 900;
    font-family: "Rajdhani", sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 25px;
}

/* Inputs */

.contact-form-box .form-control,
.contact-form-box .form-select {

    height: 58px;

    border-radius: 12px;

    border: 1px solid #ddd;

    padding: 0 18px;

    box-shadow: none;
}

.contact-form-box textarea.form-control {

    height: auto;
    padding: 15px 18px;
}

.contact-form-box .form-control:focus,
.contact-form-box .form-select:focus {

    border-color: #C8A96B;

    box-shadow:
        0 0 0 0.2rem rgba(200, 169, 107, .15);
}

/* Button */

.btn-gold {

    background: #C8A96B;

    color: #fff;

    border: none;

    padding: 14px 35px;

    border-radius: 50px;

    font-weight: 600;

    transition: .3s;
}

.btn-gold:hover {

    background: #b8924f;

    color: #fff;

    transform: translateY(-3px);
}

/* Responsive */

@media(max-width:991px) {
.hero-content {
    max-width: 421px;
    width: 700px;
}

.top-badge {
    font-size: 12px;
}

.hero-content h1 {
    font-size: 33px;
}
.hero-content p {
    font-size: 16px;
    margin: 10px 0;
}

.btn-primary-custom {
    padding: 10px 30px;
}
    .contact-form-box {
        padding: 35px;
    }

    .founder-img,
    .story-img {
        height: 450px;
    }

    .founder-section h2,
    .our-story-section h2,
    .heritage-values h2 {
        font-size: 40px;
    }
.slider-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.contact-form-box h3 {
    font-size: 30px;
}

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

.b2b-title {
    font-size: 37px;
    margin: 10px 0;
}

.b2b-desc {
    font-size: 16px;
}

.b2b-features {
    margin: 20px 0;
}

section.testimonial-block {
    padding: 30px 0;
}

.testimonial-text h1 {
    font-size: 38px;
}

.contact-info {
    margin-top: 20px;
}

.testimonial-carousel .owl-nav {
    display: none;
}

.testimonial-text p {
    width: 100%;
}

.footer-logo img {
    max-width: 100px;
}

.info-box i {
    width: 40px;
    height: 40px; 
    font-size: 16px;
}
.footer-about {
    font-size: 14px;
}


.footer-contact-list i {
    font-size: 14px;
    text-align: center;
}

.footer-contact-list li {
    font-size: 14px;
}

.section-tag {
    font-size: 30px;
}
.section-title {
    font-size: 35px;
}
.about-era {
    padding: 30px 0 50px !important;
}

    .hero-title {
        font-size: 55px;
    }

    .section-heading h2 {
        font-size: 35px;
    }

    .partner-box {
        padding: 50px 30px;
    }

    .partner-box h2 {
        font-size: 42px;
    }
}

@media(max-width:767px) {

    .contact-section {
        padding: 120px 0 60px;
    }

    .brand-logo {
        height: 40px;
    }

    .contact-form-box h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .section-tag {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .contact-info {
        margin-top: 20px;
    }

    .contact-section h2 {
        font-size: 32px;
    }

    .contact-form-box {
        padding: 25px;
    }

    .info-box {
        gap: 15px;
    }

    .info-box i {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .founder-section,
    .our-story-section,
    .heritage-values,
    .about-cta {
        padding: 70px 0;
    }

    .founder-img,
    .story-img {
        height: 350px;
    }

    .founder-section h2,
    .our-story-section h2,
    .heritage-values h2,
    .about-cta h2 {
        font-size: 32px;
    }

    .about-era {
        padding: 20px 0;
    }

    .slider-btn {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }

    .footer-logo img {
        max-width: 90px;
    }

    section.testimonial-block {
        padding: 40px 0;
    }

    .testimonial-carousel .owl-nav {
        top: calc(112% - 20px);
    }

    .partner-card p {
        font-size: 14px;
    }

    .b2b-title {
        font-size: 35px;
    }

    .b2b-desc {
        font-size: 15px;
    }

    .partner-card {
        padding: 20px;
    }

    .testimonial-carousel .owl-nav .owl-prev {
        display: none;
    }

    .testimonial-carousel .owl-nav .owl-next {
        display: none;
    }

    .top-badge {
        padding: 8px 17px;
        font-size: 11px;
    }

    .hero-content h1 {
        font-size: 31px;
    }

    .hero-content p {
        font-size: 15px;
        margin: 14px 0;
    }

    .btn-primary-custom {
        padding: 10px 30px;
    }

    .hero-content {
        max-width: 372px;
        width: 372px;
    }

    .testimonial-text p {
        width: auto;
    }

    section {
        padding: 0px 0;
    }

    .hero-title {
        font-size: 42px;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .video-card {
        flex: 0 0 300px;
        height: 420px;
    }

    .video-card video {
        height: 420px;
    }

    .partner-box h2 {
        font-size: 34px;
    }

    .section-title {
        font-size: 35px;
    }

    .about-stats {
        flex-wrap: wrap;
        gap: 20px;
    }

    .luxury-navbar {
        padding: 11px 0;
    }
}