@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');


:root {
    --primary: #ccb498;
    --dark: #5a594d;
    --light: #ffffff;
    --muted: #efe8e1;
    --accent: #1e1e1e;
    --primary-color: #0066cc;
    --secondary-color: #d4a574;
    --border-color: #ccc;
    --text-dark: #333;
    --text-light: #666;
    --bg-light: #f9f9f9;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
    color: var(--accent);
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2 {
    font-family: "Playfair", serif;
    letter-spacing: 0.2px;
}

.main-heading {
    line-height: 60px;
}

.btn-primary {
    --bs-btn-bg: var(--primary);
    --bs-btn-border-color: var(--primary);
    --bs-btn-hover-bg: #b99777;
    --bs-btn-hover-border-color: #b99777;
    --bs-btn-color: #1f1f1f;
}

.btn-outline-light {
    --bs-btn-hover-color: #1f1f1f;
    --bs-btn-hover-bg: var(--light);
    --bs-btn-hover-border-color: var(--light);
}

.primarybg {
    background: var(--primary);
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

/* 1) Header */
.navbar {
    background: #0000000d;
    backdrop-filter: saturate(120%) blur(6px);
    position: unset !important;
    border-bottom: 1px solid #ffffff4d;
}

div#nav>ul {
    gap: 70px !important;
}

div#nav>ul>li>a {
    padding: 0 !important;
    color: #fff;
}

.navbar .nav-link {
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: .9rem;
}

.brand-mark {
    font-weight: 700;
    color: var(--light);
    font-family: "Playfair Display", serif;
}

/* 2) Hero */
.hero {
    position: relative;
    min-height: 100vh;
    color: var(--light);
    display: grid;
    align-items: center;
    background: center/cover no-repeat;
    ;
}

/* .hero::before {
    content: "";
    position: absolute;
    inset: 0;
   
} */

/* .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(34, 34, 34, .70) 0%, rgba(34, 34, 34, .30) 55%, rgba(34, 34, 34, .15) 100%);
} */

.hero-inner {
    position: relative;
    z-index: 2;
}

.hero .lead {
    max-width: 56ch;
}

/* 3) About */
.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .25rem;
}

/* 4) Perfect Occasion */
.occasion-wrap {
    /* background: linear-gradient(rgba(90, 89, 77, .85), rgba(90, 89, 77, .85)), url("https://hebbkx1anhila5yf.public.blob.vercel-storage.com/image-h8cvst8FMdJ1wsrwZ4tjmkWKF6BGG0.png") center/cover no-repeat; */
    color: var(--light);
}

.card-occasion .card-title {
    font-family: "Playfair Display", serif;
}

.setoccianbg {
    background-size: cover;
    background-repeat: no-repeat;
}

p>b {
    color: #636363;
}

.gallery-sec {
    background: #ededed;
}

/* 5) Testimonials */
.testi-quote {
    position: absolute;
    top: -1.25rem;
    left: 1.5rem;
    width: 67px;
    height: 67px;
    border-radius: 999px;
    background: #000;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 64px;
    font-weight: 500;
    border: 2px solid #fff;
}

.testi-card.alt,
div#testiCarousel .owl-item:nth-child(even) .testi-card .testi-quote {
    background-color: var(--primary);
}

.testi-card {
    position: relative;
    background: #2a2a2a;
    color: #fff;
    border: 0;
    border-radius: .5rem;
    padding: 100px 70px 60px 80px !important;
    min-height: 400px;
}

.testi-card.alt,
div#testiCarousel .owl-item:nth-child(even) .testi-card {
    background: #6e6a61;
}

.owl-nav button {
    background: #ccb498 !important;
    color: white !important;
    border-radius: 50px !important;
    min-height: 50px;
    min-width: 50px;
    font-size: 33px !important;
    color: #fff !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: start;
}

.stars {
    color: #f2c94c;
    letter-spacing: 2px;
}

/* 6) Contact + Footer */
.contact-section {
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 60px 20px;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    align-items: stretch;
    position: relative;
    margin-top: -250px;
}

.form-section {
    background: white;
    padding: 70px 40px;
    border-radius: 0px;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); */
}

.form-section h2 {
    font-size: 42px;
    font-weight: 300;
    color: #333;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.form-group {
    margin-bottom: 25px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 25px;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    font-size: 14px;
    color: #666;
    background: transparent;
    border-radius: 0;
}

.form-control::placeholder {
    color: #999;
}

.form-control:focus {
    outline: none;
    border-bottom-color: #c9a961;
    box-shadow: none;
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    padding: 15px;
    margin-bottom: 0 !important;
    resize: none;
}

.send-btn {
    background: transparent;
    border: none;
    font-size: 28px;
    color: #c9a961;
    cursor: pointer;
    transition: transform 0.3s ease;
    padding: 0;
}

.send-btn:hover {
    transform: scale(1.1);
}

.contact-details {
    background: #c9b8a0;
    padding: 50px 40px;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.contact-details h2 {
    font-size: 42px;
    font-weight: 300;
    color: white;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: white;
    font-size: 16px;
}

.contact-icon {
    width: 30px;
    height: 30px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.contact-text {
    line-height: 1.6;
}



/* utilities */
.section-title {
    font-size: clamp(2rem, 3vw + 1rem, 3.25rem);
}

.divider-sm {
    width: 72px;
    height: 4px;
    background: var(--primary);
    border-radius: 2px;
    margin: .5rem 0 1rem;
}


footer {
    background-color: #676458 !important;
    color: #e8dcc8;
    padding: 60px 0 0 0;
}

.footer-content {
    padding: 60px 40px;
}

.footer-section h3 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #ffffff;
    letter-spacing: 1px;
}

.logo-section {
    max-width: 300px;
}

.logo-section img {
    max-width: 150px;
    margin-bottom: 20px;
}

.logo-section p {
    font-size: 14px;
    line-height: 1.6;
    color: #d4cfc0;
    margin-bottom: 25px;
}

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

.social-icons a {
    width: 40px;
    height: 40px;
    border: 2px solid #c9b896;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9b896;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: #c9b896;
    color: #6b7066;
}

.quick-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-links ul li {
    margin-bottom: 15px;
}

.quick-links ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.quick-links ul li a:hover {
    color: #c9b896;
}

.contact-info-footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(201, 184, 150, 0.3);
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-item i {
    color: #ffffff;
    font-size: 18px;
    margin-top: 2px;
}

.contact-item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #c9b896;
}

.footer-bottom {
    background-color: #676458 !important;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #d4cfc0;
}

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

.footer-bottom a:hover {
    text-decoration: underline;
}



.about-slider .owl-nav {
    position: absolute;
    bottom: 0;
    right: -60px;
}


/* strat  */
/* .testimonial-section {
    background-color: #c9b8a3;
    padding: 60px 40px;
    min-height: 300px;
    display: flex;
    align-items: center;
} */

.testimonial-container {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    max-width: 600px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 60px 40px;
    background: var(--primary) !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.about-slider .owl-nav button {
    border-radius: 0px !important;
    align-items: center;
    font-size: 16px !important;
    margin: 0 !important;
}

.quote-icon {
    font-size: 80px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1;
    flex-shrink: 0;
    margin-top: -10px;
}

.testimonial-content {
    border-left: 3px solid rgba(255, 255, 255, 0.5);
    padding-left: 30px;
    flex: 1;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 300;
}

a.btn.btn-primary>img.ps-2 {
    display: inline-block !important;
    width: unset !important;
}

.testimonial-author {
    font-family: 'Georgia', serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
}

/* END  */




/* ABOUT US PAGE START  */
section.innerpages {
    min-height: 500px;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 136px;
}

.innerpages h1 {
    margin-bottom: 0;
}

/* ABOUT US PAGE END  */


/* services PAGE START  */
.product-showcase {
    max-width: 1400px;
    margin: 0 auto;
}

.framed-card {
    background-color: white;
    border: 12px solid #c9b8a0;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.framed-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.product-image-wrapper {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background-color: #e8e8e8;
}

.product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info {
    padding: 30px 20px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-title {
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.product-price {
    font-size: 18px;
    color: #34495e;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* services PAGE END  */

/* Contact Page STYLE START  */
.form-section {
    background-color: #f8f7f3;
    padding: 60px 20px;
    font-family: 'Georgia', serif;
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
    background-color: white;
    border: 3px solid #999;
    padding: 50px 40px;
    border-radius: 8px;
}

.form-header {
    text-align: center;
    margin-bottom: 40px;
}

.form-header__title {
    font-size: 48px;
    color: #2c3e50;
    font-weight: 400;
    letter-spacing: 1px;
}

.form-group-wrapper {
    margin-bottom: 25px;
}

.form-group-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-label {
    display: block;
    font-size: 14px;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 8px;
}

.form-label--required::after {
    content: " *";
    color: #e74c3c;
}

.form-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    transition: border-color 0.3s ease;
}

.form-input:focus {
    outline: none;
    border-color: #c9b8a0;
    box-shadow: 0 0 0 3px rgba(201, 184, 160, 0.1);
}

.form-textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    resize: vertical;
    min-height: 120px;
    transition: border-color 0.3s ease;
}

.form-textarea:focus {
    outline: none;
    border-color: #c9b8a0;
    box-shadow: 0 0 0 3px rgba(201, 184, 160, 0.1);
}

.form-recaptcha {
    margin: 30px 0;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.form-button-wrapper {
    text-align: left;
    margin-top: 30px;
}

.form-button {
    background-color: #c9b8a0;
    color: white;
    border: none;
    padding: 14px 40px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.form-button:hover {
    background-color: #b5a48a;
}

/* Contact Page STYLE END */



/* Parent Form Section Class */
.form-section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

/* Contact Form Container Classes */
.contact-form {
    background: white;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    padding: 40px;
    max-width: 600px;
    min-width: 600px;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.contact-form__title {
    text-align: center;
    color: var(--primary-color);
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.contact-form__group {
    margin-bottom: 20px;
}

.contact-form__label {
    display: block;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
    font-size: 14px;
}

.contact-form__label--required::after {
    content: " *";
    color: #dc3545;
}

.contact-form__input,
.contact-form__select,
.contact-form__textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.3s;
}

.contact-form__input:focus,
.contact-form__select:focus,
.contact-form__textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

.contact-form__input::placeholder,
.contact-form__select::placeholder,
.contact-form__textarea::placeholder {
    color: #999;
}

.contact-form__textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-form__radio-group,
.contact-form__checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-form__radio-item,
.contact-form__checkbox-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-form__radio-item input[type="radio"],
.contact-form__checkbox-item input[type="checkbox"] {
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.contact-form__radio-item label,
.contact-form__checkbox-item label {
    cursor: pointer;
    margin: 0;
    font-weight: 500;
    color: var(--text-dark);
}

.contact-form__button {
    width: 100%;
    padding: 14px;
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-form__button:hover {
    background-color: #0052a3;
}

.contact-form__button--secondary {
    background-color: var(--secondary-color);
}

.contact-form__button--secondary:hover {
    background-color: #c49563;
}

.contact-form__result {
    margin-top: 30px;
    padding: 20px;
    background-color: var(--bg-light);
    border-left: 4px solid var(--primary-color);
    border-radius: 4px;
    display: none;
}

.contact-form__result.active {
    display: block;
}

.contact-form__result-title {
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 12px;
    font-size: 16px;
}

.contact-form__result-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.contact-form__result-item:last-child {
    border-bottom: none;
}

.contact-form__result-total {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    margin-top: 12px;
    font-weight: 600;
    font-size: 16px;
    color: var(--primary-color);
    border-top: 2px solid var(--primary-color);
}

.contact-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}


.setoccianbg .card-img-top {
    max-height: 265px;
    object-fit: cover;
}

@media (max-width: 1200px) {
    div#nav>ul {
        gap: 30px !important;
    }
}

@media (max-width: 991px) {

    .testimonial-container {
        position: unset !important;
        width: 100% !important;
        max-width: unset !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .hero-inner {
        z-index: 2;
        padding-top: 140px !important;
    }

}

@media (max-width: 768px) {
    .footer-content {
        padding: 40px 20px;
    }

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

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

    .form-section,
    .contact-details {
        padding: 30px 25px;
    }

    .form-section h2,
    .contact-details h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

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

    .contact-section {
        min-height: auto;
        padding: 40px 20px;
    }

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

    .form-container {
        padding: 30px 20px;
        width: 100%;
    }

    .form-section {
        padding: 20px !important;
    }

    .contact-form {
        padding: 20px;
        min-width: 100%;
        width: 100%;
    }

    .contact-wrapper .form-section.flex-column {
        width: 100% !important;
        max-width: 100% !important;
    }

    .contact-item {
        font-size: 12px;
    }

    .contact-icon {
        width: 20px;
        height: 20px;
    }

    .contact-wrapper {
        margin-top: 0;
    }

    .set-direction {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .about-slider .owl-nav {
        right: -32px;
    }
}