@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root {
    --primary-color: #FF5632;
    --secondary-color: #2c2c2c;
    --text-white: #ffffff;
    --text-muted: #cccccc;
    --primary-font: "Playfair Display", serif;
    --header-height: 96px;
    --text-dark: #1a1a1a;
    --text-light: #666666;
    --cream-bg: #FBF7F4;
}

body {
    margin: 0;
    font-family: "Inter Tight", sans-serif;
    ;
}

section {
    overflow-x: hidden !important;
}

/* HEADER START */
.site-header {
    position: sticky;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header-logo {
    height: 100px;
}

.nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #111 !important;
}

.nav-link.active {
    font-weight: 600;
}

.navbar-nav {
    transition: 0.3s !important;
}

.navbar-nav li a {
    color: #000;
}

.navbar-nav li a:hover {
    color: var(--primary-color) !important;
    font-weight: 600;
}

.navbar-nav li .header-cta:hover {
    color: #fff !important;
}

.header-icon {
    font-size: 22px;
    cursor: pointer;
    margin-left: 40px;
    color: #000;
    text-decoration: none;
}

.header-cta {
    background: var(--primary-color);
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s;
}


.header-cta:hover {
    background-color: #000;
    color: #fff !important;
}

/* HEADER END */

/* HERO SECTION START*/
.hero-section {
    position: relative;
    height: 100vh;
    background: url("./assets/hero-1.png") center / cover no-repeat;
    /* margin-top: 80px; */
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.80) 0%,
            rgba(0, 0, 0, 0.0) 40%);
}

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

.hero-title {
    font-size: 60px;
    line-height: 1.15;
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 20px;
    font-family: var(--primary-font);
}

.hero-text {
    max-width: 425px;
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 28px;
    letter-spacing: 2px;
}

.hero-cta {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    padding: 14px 40px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s;
}

.hero-cta:hover {
    background-color: #000;
}

.review-badge {
    position: absolute;
    bottom: 50px;
    right: 100px;
    background: transparent;
    padding: 10px 16px;
    border-radius: 40px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    z-index: 3;
}

.review-avatars {
    display: flex;
}

.review-avatars img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: -10px;
}

.review-avatars img:first-child {
    margin-left: 0;
}

.review-text strong {
    font-size: 22px;
    font-weight: 700;
    display: block;
    color: #fff;
}

.review-text span {
    font-size: 16px;
    color: #fff;
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .review-badge {
        display: none;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 34px;
    }
}

/* HERO SECTION END */

/* MISSION SECTION START */

.mission-section {
    background: #FFF8F4;
    padding: 80px 0;
    text-align: center;
    font-family: var(--primary-font);
    border-radius: 0 0 210px 210px;
}

.mission-text {
    max-width: 1005px;
    margin: 0 auto;
    font-size: 32px;
    line-height: 1.45;
    font-weight: 400;
    color: #111;
}

.mission-text strong {
    font-weight: 600;
}

.mission-text em {
    font-style: italic;
    font-weight: 400;
}

.highlight {
    color: #ff5a2c;
    font-style: italic;
    font-weight: 500;
    white-space: nowrap;
}

.inline-row {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.inline-avatars {
    display: inline-flex;
    align-items: center;
}

.inline-avatars img {
    height: 50px;
    width: auto;
    border-radius: 20px;
    object-fit: contain;
    vertical-align: middle;
}

.inline-row {
    transform: translateY(2px);
}


@media (max-width: 991px) {
    .mission-section {
        padding: 60px 0;
        border-radius: 0 0 160px 160px;
    }

    .mission-text {
        font-size: 22px;
    }

    .inline-avatars img {
        height: 30px;
    }
}

@media (max-width: 575px) {
    .mission-section {
        padding: 50px 0;
        border-radius: 0 0 120px 120px;
    }

    .mission-text {
        font-size: 19px;
        line-height: 1.5;
    }

    .inline-avatars img {
        height: 26px;
    }
}

/* MISSION SECTION END */

/* POPULAR SECTION START */
.popular-section {
    padding: 90px 0;
}

.section-eyebrow {
    font-size: 18px;
    color: var(--primary-color);
    letter-spacing: 1px;
    display: block;
    margin-bottom: 8px;
}

.section-title {
    font-size: 44px;
    font-weight: 500;
    color: #000;
    font-family: var(--primary-font);
    margin-top: 20px;
}

.section-title em {
    font-style: italic;
    font-weight: 400;
}

.product-card {
    text-align: center;
}

.product-image {
    background: #f6f6f6;
    border-radius: 32px;
    padding: 0px 20px;
    overflow: hidden;
}

.product-image img {
    max-width: 100%;
    transition: transform 0.6s ease;
}

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

.product-card h4 {
    margin-top: 22px;
    font-size: 24px;
    font-family: var(--primary-font);
    font-weight: 600;
}

.price {
    font-size: 18px;
    margin: 14px 0;
}

.old-price {
    color: #FF0000;
    text-decoration: line-through;
    margin-left: 6px;
}

.rating {
    font-size: 16px;
    color: #FFAE00;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.rating span {
    color: #000;
    margin-left: 10px;
    font-size: 16px;
}


@media (max-width: 991px) {
    .section-title {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 28px;
    }
}

/* POPULAR SECTION END */

/* SERVICE SECTION AFTER */
.services-section {
    background: #FFF8F4;
    padding: 100px 0;
    border-radius: 220px 220px 0 0;
    position: relative;
}

.ellipse {
    position: absolute;
}

.ellipse-right {
    right: 0;
    top: -20%;
}

.services-header {
    position: relative;
    max-width: 1200px;
    margin: 0 auto 80px;
}

.section-tag {
    letter-spacing: 0.5px;
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.services-header h2 {
    font-size: 44px;
    font-weight: 100;
    color: #000;
    font-family: var(--primary-font);
    margin-top: 20px;
}

.services-header h2 em {
    font-style: italic;
    font-weight: 600;
}

.all-services-link {
    position: absolute;
    right: 0;
    top: 10px;
    background: var(--primary-color);
    color: #fff;
    padding: 10px 28px;
    border-radius: 20px;
    font-size: 16px;
    text-decoration: none;
    transition: 0.4s;
}

.all-services-link:hover {
    background-color: #000;
    color: #fff;
}

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

.service-card {
    text-align: center;
}


.service-image {
    width: 100%;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
    border: 1px solid #DBD9D9;
    padding: 20px;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 999px;
    transition: transform 0.5s ease;
}


.service-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity 0.4s ease;
	border-radius: 999px;
}

.hover-cta {
    position: absolute;
    inset: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    background: var(--primary-color);
    color: #fff;
    padding: 10px 22px;
    border-radius: 20px;
    font-size: 16px;
    text-decoration: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
    z-index: 2;
}

.hover-cta:hover {
    background-color: #fff;
    color: #000;
}

.service-card:hover .service-image::after {
    opacity: 1;
}

.service-card:hover .hover-cta {
    opacity: 1;
    transform: translateY(0);
}

.service-card:hover img {
    transform: scale(1.06);
}


.service-card h4 {
    font-size: 26px;
    margin: 30px 0 12px;
    font-weight: 600;
    font-family: var(--primary-font);
}

.service-card p {
    font-size: 14px;
    line-height: 1.6;
    max-width: 300px;
    margin: 0 auto;
}



@media (max-width: 991px) {

    .services-header {
        text-align: center;
    }

    .all-services-link {
        position: static;
        display: inline-block;
        margin-top: 20px;
    }
}

/* SERVICE SECTION END */

/* OFFER SECTION START */
.offer-section {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("./assets/offer-bg.png") center / cover no-repeat;
    overflow: hidden;
}

.offer-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.25) 0%,
            rgba(0, 0, 0, 0.55) 70%,
            rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
}

.offer-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 900px;
    padding: 0 20px;
}

.offer-content h2 {
    font-size: 70px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 26px;
    font-family: var(--primary-font);
}

.offer-content .highlight {
    color: #F6FF00;
    font-weight: 600;
}

.offer-content p {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 30px;
}

.offer-cta {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    padding: 12px 26px;
    border-radius: 22px;
    font-size: 16px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    background-color: #fff;
    color: #000;
}


@media (max-width: 991px) {
    .offer-content h2 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .offer-section {
        min-height: 360px;
    }

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

    .offer-content p {
        font-size: 14px;
    }
}

/* OFFER SECTION END */

/* COMMITMENT SECTION START */

.commitment-section {
    background: #fff6f1;
    padding: 100px 0;
    border-radius: 0 0 220px 220px;
}

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

.commitment-image {
    border-radius: 52px;
    overflow: hidden;
}

.commitment-image img {
    width: 100%;
    height: auto;
    display: block;
}

.commitment-content .section-tag {
    display: block;
    letter-spacing: 0.5px;
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
}

.commitment-content h2 {
    line-height: 1.25;
    font-weight: 400;
    font-size: 44px;
    color: #000;
    font-family: var(--primary-font);
    margin-bottom: 20px;
}

.commitment-content h2 em {
    color: var(--primary-color);
    font-style: italic;
    font-weight: 600;
}

.intro-text {
    font-size: 16px;
    color: #000;
    margin-bottom: 40px;
}

.commitment-points {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.point {
    display: flex;
    gap: 18px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #9F9F9F;
}

.point .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 90, 44, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff5a2c;
    font-size: 18px;
    flex-shrink: 0;
}

.text {
    display: flex;
    gap: 20px;
}

.point h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 4px;
    font-family: var(--primary-font);
    max-width: 128px;
    border-right: 1px solid #9F9F9F;
}

.point p {
    font-size: 16px;
    color: #000;
}


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

    .commitment-section {
        border-radius: 0;
        padding: 80px 0;
    }

    .commitment-content {
        text-align: center;
    }

    .commitment-points {
        align-items: center;
    }

    .point {
        max-width: 420px;
        text-align: left;
    }
}

/* COMMITMENT SECTION END */

/* NEW ARRIVAL SECTION START */
.new-arrivals-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.section-tag {
    font-size: 18px;
    color: var(--primary-color);
    letter-spacing: 1px;
    display: block;
    margin-bottom: 8px;
}

.section-title {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 60px;
}

.section-title em {
    font-style: italic;
    font-weight: 600;
}

.product-card {
    text-align: center;
    padding: 0 15px;
}


.stars {
    color: #f5a623;
}

.stars span {
    color: #000;
    margin-left: 4px;
}


.arrivals-carousel .owl-nav button {
    position: absolute;
    top: 40%;
    background: #fff !important;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.arrivals-carousel .owl-nav .owl-prev {
    left: -60px;
}

.arrivals-carousel .owl-nav .owl-next {
    right: -60px;
}

.arrivals-carousel .owl-nav span {
    font-size: 24px;
}

.arrivals-carousel .owl-dots {
    margin-top: 30px;
}

.arrivals-carousel .owl-dot span {
    width: 8px;
    height: 8px;
    background: #ddd;
}

.arrivals-carousel .owl-dot.active span {
    background: #000;
}

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

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

/* NEW ARRIVAL SECTION END */

/* GALLERY SECTION START */
.gallery-section {
    background: #FCF8F8;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.ellipse {
    position: absolute;
    z-index: 0;
}

.ellipse-left {
    left: 0;
    top: 10%;
}

.ellipse-right {
    right: 0;
    top: -15%;
}

.gallery-header {
    position: relative;
    max-width: 1200px;
    margin: 0 auto 90px;
    z-index: 2;
}



.gallery-header h2 {
    font-size: 44px;
    font-weight: 100;
    font-family: var(--primary-font);
    margin-top: 18px;
    line-height: 1.25;
}

.gallery-header h2 em {
    font-style: italic;
    font-weight: 600;
}

.all-gallery-link {
    position: absolute;
    right: 0;
    top: 10px;
    background: var(--primary-color);
    color: #fff;
    padding: 10px 26px;
    border-radius: 20px;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s ease;
}

.all-gallery-link:hover {
    background: #000;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
    position: relative;
    z-index: 2;
}

.gallery-card {
    text-align: center;
}

.gallery-middle-card {
    margin-top: 85px;
}

.gallery-image {
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid #DBD9D9;
    padding: 20px;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 999px;
    transition: transform 0.6s ease;
}

.gallery-card:hover img {
    transform: scale(1.07);
}

.gallery-card h4 {
    margin-top: 28px;
    font-size: 22px;
    font-family: var(--primary-font);
    font-weight: 500;
}


@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .gallery-header {
        text-align: center;
    }

    .all-gallery-link {
        position: static;
        display: inline-block;
        margin-top: 20px;
    }

    .gallery-header h2 {
        font-size: 32px;
    }
}

/* GALLERY SECTION END */

/* TESTIMONIAL SECTION START */

.wt-testimonials {
    padding: 100px 0 0;
    background: #ffffff;
    overflow: visible;
}

.wt-container {
    margin: 0 auto;
    padding: 0 40px;
}

.wt-heading {
    text-align: center;
    margin-bottom: 60px;
}

.wt-heading span {
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--primary-color);
    letter-spacing: 1px;
    display: block;
}

.wt-heading h2 {
    font-size: 44px;
    font-weight: 100;
    font-family: var(--primary-font);
    margin-top: 18px;
    line-height: 1.25;
}

.wt-heading em {
    font-style: italic;
    font-weight: 600;
}


.wt-owl .owl-stage {
    display: flex;
    align-items: center;
}

.wt-owl .owl-item {
    display: flex;
    justify-content: center;
}

.wt-card {
    width: 340px;
    border-radius: 16px;
    transition: all 0.35s ease;
}

.wt-text-card {
    background: #FBEFEF;
    padding: 40px 32px;
    height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.wt-text-card:hover,
.wt-text-card.wt-active {
    background: linear-gradient(180deg, #FFF8F4 0%, #FFF8F4 50%, #FF957F 100%);
}

.wt-stars {
    display: flex;
    gap: 6px;
    margin-bottom: 18px;
}

.wt-stars i {
    color: #FFAE00;
    font-size: 18px;
}

.wt-text-card p {
    font-size: 22px;
    color: #000;
    font-family: var(--primary-font);
}

.wt-author {
    font-size: 16px;
    color: #000;
}

.wt-image-card {
    overflow: hidden;
}

.wt-image-card img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 16px;
}

.wt-owl .owl-dots {
    margin-top: 40px;
    text-align: center;
}

.wt-owl .owl-dot span {
    width: 6px;
    height: 6px;
    background: #cfcfcf;
    margin: 0 6px;
}

.wt-owl .owl-dots {
    display: block !important;
    position: relative;
    z-index: 5;
}

.wt-owl .owl-dot.active span {
    background: #000000;
}

/* TESTIMONIAL SECTION END */

/* CONTACT SECTION START */

.ct-contact {
    padding: 100px 0;
    background: #ffffff;
}

.ct-box {
    background: #FFF6F1;
    border-radius: 36px;
    padding: 40px 60px 10px;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

.ct-tag {
    display: inline-block;
    font-size: 18px;
    color: var(--primary-color);
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.ct-box h2 {
    font-size: 44px;
    font-weight: 100;
    font-family: var(--primary-font);
    margin-top: 18px;
    line-height: 1.25;
    margin-bottom: 20px;
}

.ct-subtitle {
    font-size: 16px;
    color: #000;
    max-width: 560px;
    margin: 0 auto 40px;
}

.ct-form {
    max-width: 820px;
    margin: 0 auto;
    position: relative;
}

.ct-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 14px;
}

.ct-form input,
.ct-form textarea {
    width: 100%;
    border: 1px solid #DBD9D9;
    border-radius: 30px;
    padding: 12px 18px;
    font-size: 15px;
    outline: none;
    font-family: inherit;
    background: #fff;
}

.ct-form textarea {
    border-radius: 18px;
    min-height: 160px;
    resize: none;
}

.ct-form ::placeholder {
    color: #716E6E;
}

.ct-btn {
    background: #000 !important;
    color: #fff;
    border: none !important;
    padding: 12px 32px !important;
    width: fit-content !important;
    font-size: 15px;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    position: absolute;
    left: 39%;
    bottom: 30px;
}

.ct-btn:hover {
    background: var(--primary-color);
}


@media (max-width: 991px) {
    .ct-box {
        padding: 60px 30px;
    }

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

    .ct-box h2 {
        font-size: 32px;
    }
}

/* CONTACT SECTION END */

/* NEWSLETTER SECTION START */
.newsletter-section {
    background: var(--primary-color);
}

.newsletter-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsletter-left h2 {
    font-family: var(--primary-font);
    font-size: 40px;
    color: #fff;
    margin: 0 0 10px;
}

.newsletter-left p {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.newsletter-left span {
    color: #F6FF00;
    font-weight: 500;
}

.newsletter-right {
    display: flex;
    align-items: center;
    gap: 25px;
}

.newsletter-right input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    color: #FFD8CF;
    font-size: 16px;
}

.newsletter-right input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.newsletter-right button {
    padding: 10px 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 1px solid #fff;
}

/* NEWSLETTERT SECTION END */

/* FOOTER START*/
.site-footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, #fff 0%, #ffe6dd 100%);
}


.footer-inner {
    margin: 0 auto;
    padding: 70px 70px 180px;
    position: relative;
}

.footer-ellipse {
    position: absolute;
    bottom: -200px;
    left: -20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
    border-bottom: 1px solid #D4D3D3;
}

.footer-col {
    border-right: 1px solid #D4D3D3;
}

.footer-col-last {
    border: none;
}

.footer-col h4 {
    font-family: var(--primary-font);
    font-size: 28px;
    margin-bottom: 35px;
    color: #222;
}

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

.footer-col li,
.footer-col li a {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    text-transform: initial;
    font-weight: 400;
    text-decoration: none;
	transition: .3s;
}

.footer-bottom {
    text-align: center;
    font-family: var(--primary-font);
    margin-top: 60px;
    font-size: 18px;
    color: #000;
}

.footer-bottom p a {
    color: var(--primary-color);
}

.footer-watermark {
    position: absolute;
    bottom: -45px;
    font-family: 'Playfair Display', serif;
    font-size: 240px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1;
    pointer-events: none;
    overflow-y: hidden;
}




/* =========== ABOUT PAGE CSS STARTS ============= */

/* ABOUT HERO START */

.about-hero-section {
    position: relative;
    height: 85vh;
    background: url("./assets/about-hero-bg.png") center / cover no-repeat;
    /* margin-top: 145px; */
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.60) 0%;
}

.about-hero-content {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
}

.about-hero-content p{
	background: var(--primary-color);
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s;
	width: fit-content;
    margin: 0 auto;
}

.about-hero-breadcrumb {
    margin-bottom: 20px;
    color: var(--primary-color);
    font-size: 20px;
}

.about-hero-breadcrumb a {
    color: var(--primary-color);
    text-decoration: none;
}

.about-hero-breadcrumb a:hover {
    text-decoration: underline;
}

.about-hero-title {
    font-size: 56px;
    line-height: 1.15;
    font-weight: 600;
    color: var(--text-white);
    margin-bottom: 28px;
    font-family: var(--primary-font);
}

.about-hero-cta {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    padding: 14px 40px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s;
}

/* .about-hero-cta:hover {
    background-color: #fff;
    color: #000;
} */

/* ABOUT HERO END */

/* ABOUT WELCOME SECTION START*/

.about-welcome-section {
    background: #FFF8F4;
    border-radius: 0 0 220px 220px;
}

.about-welcome-wrapper {
    border-radius: 180px;
    padding: 80px 0;
}

.about-welcome-image img {
    width: 100%;
    border-radius: 22px;
    object-fit: cover;
}

.about-welcome-content {
    padding-left: 45px;
}

.about-welcome-tag {
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--primary-color);
    letter-spacing: 1px;
    display: block;
}

.about-welcome-content h2 {
    margin-bottom: 22px;
    font-size: 44px;
    font-weight: 100;
    font-family: var(--primary-font);
    line-height: 1.25;
}

.about-welcome-content h2 em {
    font-style: italic;
    font-weight: 600;
}

.about-welcome-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    .about-welcome-wrapper {
        border-radius: 40px;
        padding: 50px 50px;
    }

    .about-welcome-content {
        padding-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .about-welcome-content h2 {
        font-size: 30px;
    }
}

/* ABOUT WELCOME SECTION END */

/* ABOUT MISSION SECTION START */


.about-mission-section {
    padding: 80px 0 40px;
    background: #fff;
}

.about-mission-tag {

    margin-bottom: 10px;
    font-size: 18px;
    color: var(--primary-color);
    letter-spacing: 1px;
    display: block;
}

.about-mission-title {
    margin-bottom: 22px;
    font-size: 44px;
    font-weight: 100;
    font-family: var(--primary-font);
    line-height: 1.25;
}

.about-mission-title em {
    font-style: italic;
    font-weight: 500;
}

.about-mission-subtitle {
    margin: 0 auto;
    font-size: 16px;
    color: #000;
}

.about-mission-card {
    height: 100%;
    padding: 70px 25px;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    transition: 0.3s ease;
    background: #fff;
}

.about-mission-card img {
    margin-bottom: 25px;
}

.about-mission-card p {
    font-size: 20px;
    color: #000;
    line-height: 1.4;
    margin: 0;
    font-family: var(--primary-font);
}

.about-mission-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
    .about-mission-title {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .about-mission-title {
        font-size: 28px;
    }
}

/* ABOUT MISSION SECTION END */

/* SAVING SECTION START */
.about-group-savings-section {
    padding: 80px 0;
    background: #FFF8F4;
    position: relative;
}

.about-saving-ellipse {
    position: absolute;
    right: 0;
    top: -35%;
}

.about-group-tag {
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--primary-color);
    letter-spacing: 1px;
    display: block;
}

.about-group-title {
    margin-bottom: 22px;
    font-size: 44px;
    font-weight: 100;
    font-family: var(--primary-font);
    line-height: 1.25;
}

.about-group-title em {
    font-style: italic;
    font-weight: 500;
}

.about-group-text {
    max-width: 545px;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 16px;
}

.about-group-highlight {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 18px;
}

.about-group-subtext {
    font-size: 15px;
    color: #000;
    margin-bottom: 20px;
}

.about-group-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    max-width: 550px;
    margin-bottom: 18px;
}

.group-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 14px;
    background: #FFDFD8;
    border-radius: 12px;
}

.group-box img {
    width: 95px;
    height: 95px;
    border-radius: 8px;
    object-fit: cover;
}

.group-box span {
    font-size: 18px;
    color: #111;
    font-family: var(--primary-font);
    line-height: 1.3;
}

.about-group-footer {
    font-size: 18px;
    color: #000;
}

.about-group-image img {
    max-width: 100%;
    border-radius: 28px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .about-group-title {
        font-size: 34px;
    }

    .about-group-image {
        margin-top: 40px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .about-group-boxes {
        grid-template-columns: 1fr;
    }

    .about-group-title {
        font-size: 28px;
    }
}

/* SAVING SECTION END */

/* OUR TEAM SECTION START  */

.about-team-section {
    padding: 80px 0 0;
    background: #fff;
    position: relative;
}

.about-team-ellipse {
    position: absolute;
    left: 0;
    top: -35%;
}

.about-team-wrapper {
    position: relative;
    background: url("./assets/our-team.png") center / cover no-repeat;
    border-radius: 80px;
    padding: 140px 0;
    overflow: hidden;
}

.about-team-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.about-team-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
    margin: 0 auto;
    color: #fff;
    font-weight: 200;
}

.about-team-tag {
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--primary-color);
    letter-spacing: 1px;
    display: block;
}

.about-team-title {
    margin-bottom: 22px;
    font-size: 44px;
    font-weight: 100;
    font-family: var(--primary-font);
    line-height: 1.25;
}

.about-team-title em {
    font-style: italic;
    font-weight: 500;
}

.about-team-text {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 32px;
}

.about-team-btn {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    padding: 14px 38px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.about-team-btn:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 991px) {
    .about-team-wrapper {
        border-radius: 40px;
        padding: 80px 30px;
    }

    .about-team-title {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .about-team-title {
        font-size: 28px;
    }
}

/* OUR TEAM SECTION END */

/* BOOK SECTION START */

.book-section {
    position: relative;
    height: 70vh;
    background: url("./assets/book-bg.png") center / cover no-repeat;
    margin-top: 50px;
}

.book-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.60) 0%;
}

.book-content {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
}


.book-title {
    font-size: 64px;
    line-height: 1.15;
    font-weight: 400;
    color: var(--text-white);
    margin-bottom: 28px;
    font-family: var(--primary-font);
}

.book-para {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 50px;
}

.book-cta {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    padding: 14px 40px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s;
}

.book-cta:hover {
    background-color: #fff;
    color: #000;
}

/* BOOK SECTION END */


/* =========================
   MAIN MENU DROPDOWN
========================= */
.navbar-nav .menu-item-has-children {
    position: relative;
}

/* Hide submenu by default */
.navbar-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 240px;
    padding: 10px 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    z-index: 999;
}

/* Show dropdown on hover */
.navbar-nav .menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Submenu items */
.navbar-nav .sub-menu li {
    width: 100%;
}

/* Submenu links */
.navbar-nav .sub-menu .nav-link {
    display: block;
    padding: 10px 18px;
    color: #222;
    font-size: 15px;
    white-space: nowrap;
    transition: all 0.2s ease;
}

/* Hover effect */
.navbar-nav .sub-menu .nav-link:hover {
    background: #f5f5f5;
    color: #000;
}

/* Arrow icon */
.menu-item-has-children>a::after {
    content: "▼" !important;
    font-size: 10px;
    margin-left: 6px;
}


@media(max-width:991px) {

    .navbar-nav .sub-menu {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        padding-left: 15px;
    }

    .menu-item-has-children>a::after {
        content: "";
    }

}


/* =========================
   MAIN MENU DROPDOWN
========================= */
.navbar-nav .menu-item-has-children {
    position: relative;
}

/* Hide submenu by default */
.navbar-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 240px;
    padding: 10px 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    z-index: 999;
}

/* Show dropdown on hover */
.navbar-nav .menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Submenu items */
.navbar-nav .sub-menu li {
    width: 100%;
}

/* Submenu links */
.navbar-nav .sub-menu .nav-link {
    display: block;
    padding: 10px 18px;
    color: #222;
    font-size: 15px;
    white-space: nowrap;
    transition: all 0.2s ease;
}

/* Hover effect */
.navbar-nav .sub-menu .nav-link:hover {
    background: #f5f5f5;
    color: #000;
}

/* Arrow icon */
.menu-item-has-children > a {
    position: relative;
    padding-right: 30px;
}

.menu-item-has-children > a::after {
    content: "▼";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}


/* SERVICE PAGES CSS START */

/* Page Header */
.page-header {
    background: var(--primary-color) !important;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    color: white;
    text-align: center;
}

.page-header h1 {
    font-size: 3.5rem;
    font-weight: normal;
    margin-bottom: 20px;
}

.page-header .breadcrumb {
    background: transparent;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.breadcrumb-item a {
    color: white;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.8);
}

ol.breadcrumb li {
    margin-right: 8px;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

ol.breadcrumb li a {
    text-decoration: none;
    color: #000;
}

ol.breadcrumb li a:hover {
    text-decoration: underline;
}

/* Service Intro */
.service-intro {
    padding: 80px 0;
    background-color: white;
}

.service-intro h2 {
    font-size: 2.5rem;
    margin-bottom: 25px;
}

.service-intro p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--text-light);
    font-family: 'Arial', sans-serif;
}

.service-intro .lead {
    font-size: 1.3rem;
    color: var(--text-dark);
    font-weight: 500;
    margin-bottom: 30px;
}

/* Features Section */
.features-section {
    padding: 80px 0;
    background-color: var(--cream-bg);
}

.features-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
}

.feature-card {
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 30px;
}

.feature-icon {
    width: 80px;
    height: 80px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: white;
    font-size: 2rem;
}

.feature-card h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.feature-card p {
    color: var(--text-light);
    line-height: 1.6;
    font-family: 'Arial', sans-serif;
}

/* Collections Grid */
.collections-section {
    padding: 80px 0;
    background-color: white;
}

.collections-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
}

.collection-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 30px;
    height: 100%;
}

.collection-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.collection-image {
    background-color: #f5f5f5;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collection-content {
    padding: 30px;
}

.collection-content h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.collection-content p {
    color: var(--text-light);
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
}

.collection-price {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 10px;
}

/* Process Section */
.process-section {
    padding: 80px 0;
    background: linear-gradient(to right, var(--cream-bg) 0%, #FFE8E0 100%);
}

.process-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
}

.process-step {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 40px;
}

.step-number {
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 20px;
}

.process-step h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.process-step p {
    color: var(--text-light);
    font-family: 'Arial', sans-serif;
}

/* Packages Section */
.packages-section {
    padding: 80px 0;
    background-color: white;
}

.packages-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
}

.package-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    height: 100%;
    transition: all 0.3s;
}

.package-card:hover {
    border-color: var(--primary-color);
    box-shadow: 0 10px 30px rgba(255, 92, 66, 0.2);
}

.package-card.featured {
    border-color: var(--primary-color);
    border-width: 3px;
    position: relative;
}

.package-badge {
    background-color: var(--primary-color);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.package-card h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.package-price {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 30px;
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    text-align: left;
}

.package-features li {
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
    font-family: 'Arial', sans-serif;
}

.package-features li:last-child {
    border-bottom: none;
}

.package-features li i {
    color: var(--primary-color);
    margin-right: 10px;
}

.btn-package {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: 600;
    width: 100%;
    margin-top: 20px;
    transition: background-color 0.3s;
}

.btn-package:hover {
    background-color: #e54d33;
}

/* Gallery Section */
.service-gallery-section {
    padding: 80px 0;
    background-color: var(--cream-bg);
}

.service-gallery-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
}

.service-gallery-item {
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
    cursor: pointer;
}

.service-gallery-item:hover {
    transform: scale(1.05);
}

.service-gallery-image {
    background-color: #f5f5f5;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CTA Section */
.cta-section {
    padding: 100px 0;
    background-color: var(--primary-color) !important;
    color: white;
    text-align: center;
}

.cta-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 1.2rem;
    margin-bottom: 45px;
    opacity: 0.95;
}

section.cta-section div a {
    background: #000;
    padding: 18px 30px;
    color: var(--text-white);
    border-radius: 30px;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s;

}

section.cta-section div a:hover {
    background-color: var(--text-white);
    color: var(--primary-color);
    font-weight: 600;
}

.btn-cta-white {
    background-color: white;
    color: var(--primary-color);
    border: none;
    padding: 15px 50px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s;
}

.btn-cta-white:hover {
    background-color: var(--text-dark);
    color: white;
}

.highlight-box {
    background: linear-gradient(135deg, var(--cream-bg) 0%, #FFE8E0 100%);
    padding: 40px;
    border-radius: 15px;
    margin-top: 40px;
    border-left: 5px solid var(--primary-color);
}

.highlight-box h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: var(--primary-color);
}

/* Testimonials */
.testimonials-section {
    padding: 80px 0;
    background-color: var(--cream-bg);
}

.testimonials-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
}

.testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-stars {
    color: #FDB44B;
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-dark);
    margin-bottom: 20px;
    font-style: italic;
    font-family: 'Arial', sans-serif;
}

.testimonial-author {
    font-weight: 600;
    color: var(--primary-color);
}

.testimonial-event {
    color: var(--text-light);
    font-size: 0.95rem;
    font-family: 'Arial', sans-serif;
}

/* CTA Section */
.cta-section {
    padding: 100px 0;
    background-color: var(--primary-color);
    color: white;
    text-align: center;
}

.cta-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 1.2rem;
    margin-bottom: 45px;
    opacity: 0.95;
}

section.cta-section div a {
    background: #000;
    padding: 18px 30px;
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
    text-decoration: none;
}

.btn-cta-white {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 15px 50px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

.btn-cta-white:hover {
    background-color: var(--text-dark);
    color: white;
}

/* SERVICE PAGES CSS END */

/* CONTACT PAGE CSS START */

/* Inner Hero Section */
.inner-hero-section {
    background: var(--primary-color);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.inner-hero-section::before {
    content: none;
}

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

.inner-hero-section h1 {
    font-size: 3.5rem;
    font-weight: normal;
    margin-bottom: 20px;
}

.inner-hero-section p {
    font-size: 1.3rem;
    max-width: 700px;
    margin: 0 auto 20px auto;
    opacity: 0.95;
    font-family: 'Arial', sans-serif;
}

.inner-breadcrumb {
    background: transparent;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.inner-breadcrumb-item a {
    color: #000;
    text-decoration: none;
}

.inner-breadcrumb-item a:hover {
    text-decoration: underline;
}

.inner-breadcrumb-item.active {
    color: #000
}

li.inner-breadcrumb-item {
    list-style: none;
    font-size: 20px;
    font-weight: 500;
}

.about-inner{
	overflow: hidden;
}

/* Contact Info Cards */
.contact-cards {
    margin-top: -60px;
    position: relative;
    z-index: 10;
}

.info-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    height: 100%;
}

.info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.info-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), #ff7a5e);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: white;
    font-size: 2.5rem;
}

.info-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 400;
}

.info-card p {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 10px;
    font-family: 'Arial', sans-serif;
}

.info-card a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.info-card a:hover {
    color: var(--secondary-color);
}

/* Main Contact Section */
.contact-section {
    padding: 80px 0;
	overflow: hidden;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 3rem;
    margin-bottom: 15px;
    font-weight: 300;
}

.section-header p {
    font-size: 1.2rem;
    color: var(--text-light);
    font-family: 'Arial', sans-serif;
}

/* Contact Form */
.contact-form {
    background: white;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.form-label {
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.form-control,
.form-select {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 15px 20px;
    font-family: 'Arial', sans-serif;
    transition: all 0.3s;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(255, 92, 66, 0.1);
}

textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.btn-submit {
    background: linear-gradient(135deg, var(--primary-color), #ff7a5e);
    color: white;
    border: none;
    padding: 15px 50px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    transition: all 0.3s;
    width: 100%;
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 92, 66, 0.3);
}

/* Business Hours */
.business-hours {
    background: linear-gradient(135deg, var(--cream-bg) 0%, #FFE8E0 100%);
    border-radius: 20px;
    padding: 40px;
}

.business-hours h3 {
    font-size: 2rem;
    margin-bottom: 30px;
    font-weight: 400;
}

.hours-list {
    list-style: none;
    padding: 0;
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
}

.hours-list li:last-child {
    border-bottom: none;
}

.day {
    font-weight: 600;
    color: var(--text-dark);
}

.time {
    color: var(--text-light);
}

.time.highlight {
    color: var(--primary-color);
    font-weight: 600;
}

/* Map Section */
.map-section {
    padding: 0 0 80px;
    background-color: white;
}

.map-container {
    background: linear-gradient(135deg, #e9ecef, #f8f9fa);
    border-radius: 20px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 1.2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.map-container::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><circle cx="600" cy="300" r="200" fill="%23FF5C42" opacity="0.05"/><circle cx="600" cy="300" r="150" fill="%23FF5C42" opacity="0.05"/><circle cx="600" cy="300" r="100" fill="%23FF5C42" opacity="0.05"/></svg>') center/contain no-repeat;
}

.map-overlay {
    position: relative;
    z-index: 2;
    text-align: center;
}

.map-overlay i {
    font-size: 4rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background-color: var(--cream-bg);
}

.accordion-item {
    background: white;
    border: none;
    border-radius: 15px !important;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.accordion-button {
    background: white;
    color: var(--text-dark);
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    padding: 25px 30px;
    border: none;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, var(--primary-color), #ff7a5e);
    color: white;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-body {
    padding: 25px 30px;
    font-family: 'Arial', sans-serif;
    color: var(--text-light);
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 768px) {
    .inner-hero-section h1 {
        font-size: 2.5rem;
    }

    .contact-form {
        padding: 30px 20px;
    }

    .business-hours {
        padding: 30px 20px;
    }
	
}

/* CONTACT PAGE CSS END */

/* BLOG PAGE CSS START */
.breadcrumb-sec {
    background: var(--primary-color) !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 80px 0;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

section.breadcrumb-sec .container h1 {
    font-size: 3.5rem;
}

.breadcrumbs-text {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-top: 20px;
}

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

.breadcrumbs-text a:hover {
    text-decoration: underline;
}

.blog-thumb a img {
    height: 400px;
}

h4.fw-bold.blog-title a {
    color: #000;
    text-decoration: none;
}

.blog-card .p-3 a {
    color: var(--primary-color);
}

.p-3.blog-content-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 260px;
}

/* BLOG PAGE CSS END */

/* SEARCH PAGE CSS START */
.search-page {
    padding: 60px 0;
}

.search-page .search-header h1 {
    font-size: 32px;
    font-weight: 700;
    color: #FF5632;
}

.search-page .card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
}

.search-page .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.search-page .card-img-top {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.search-page .card-body {
    padding: 20px;
}

.search-page .card-title a {
    font-size: 18px;
    font-weight: 600;
    color: #FF5632;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.search-page .card-title a:hover {
    opacity: 0.8;
}

.search-page .card-text {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    line-height: 1.6;
}

.search-page .card-footer {
    padding: 15px 20px 20px;
    background: transparent;
}

.search-page .btn-primary {
    background-color: #FF5632;
    border: none;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.search-page .btn-primary:hover {
    background-color: #000;
}

@media (max-width: 767px) {
    .search-page .card-img-top {
        height: 180px;
    }

    .search-page .search-header h1 {
        font-size: 24px;
    }
}
/* SEARCH PAGE CSS END */

/* Single Page Css Start */

.single-post-content {
    background: #f9fafc;
}

.single-post-content article {
    background: #ffffff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.single-post-content h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
}

section.breadcrumb-sec .container .text-center p {
    color: #000;
    font-size: 20px;
}

.single-post-content .text-muted {
    font-size: 14px;
    color: #888 !important;
    margin-bottom: 25px;
    display: block;
}

.single-post-content .post-thumbnail img {
    border-radius: 10px;
    transition: transform 0.4s ease;
}

.single-post-content .post-thumbnail img:hover {
    transform: scale(1.03);
}

.single-post-content .post-content {
    margin-top: 30px;
}

.single-post-content .post-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.single-post-content .post-content h2 {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #111;
    position: relative;
}

.single-post-content .post-content h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: var(--primary-color);
    display: block;
    margin-top: 10px;
}

.single-post-content .post-content h3 {
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #222;
}

.single-post-content .post-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.single-post-content .post-content ul li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.7;
}

.single-post-content .post-content strong {
    color: #000;
}

.single-post-content .post-content p strong {
    font-size: 18px;
}

.single-post-content .post-content h2+h3 {
    margin-top: 20px;
}

@media (max-width: 768px) {

    .single-post-content article {
        padding: 25px;
    }

    .single-post-content h1 {
        font-size: 28px;
    }

    .single-post-content .post-content h2 {
        font-size: 22px;
    }

    .single-post-content .post-content h3 {
        font-size: 18px;
    }

    .single-post-content .post-content p {
        font-size: 15px;
    }
}

/* Single Page Css End */

/* RESPONSIVE CSS START */

@media (max-width: 991px) {
		.sub-menu {
    display: none;
}

.menu-item-has-children.submenu-open > .sub-menu {
    display: block;
}
	.menu-item-has-children > a::after {
    right: 10px;

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

    .point h5 {
        width: 270px;
        padding-right: 10px;
    }

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

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

    .footer-watermark {
        font-size: 95px;
		bottom: -3px !important;
    }

    .about-group-boxes {
        margin: 0 auto 18px auto;
    }

    .about-group-footer {
        text-align: center;
    }

    #foogallery-gallery-532 .fg-image {
        width: 270px;
    }

    .contact-cards div {
        justify-content: center;
    }

    .newsletter-inner {
        flex-wrap: wrap;
    }

    .footer-col {
        border-right: none
    }
	
	.about-team-ellipse{
		display:none;
	}
	
	.footer-inner{
		padding: 70px 70px 70px;
	}
	
	.services-section{
		border-radius: 0;
	}
	
	.services-grid {
        grid-template-columns: 1fr 1fr !important;
    }
	
	.stats-grid {
    grid-template-columns: 1fr 1fr !important;
}
	
	.search-box {
		top: 65px !important;
		right: -60px !important;
	}

}

@media (max-width: 768px){
	.footer-watermark{
		font-size: 85px
	}
}

@media (max-width: 661px) {

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

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

    .ellipse-left {
        display: none;
    }

    .ct-btn {
        left: 27%;
    }

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

    .footer-watermark {
        bottom: -3px !important;
        font-size: 65px;
    }
	
	.services-grid {
        grid-template-columns: 1fr !important;
    }
	
	.search-box {
		top: 80px !important;
		right: -95px !important;
	}
	
}

@media (max-width: 550px){
	.footer-watermark{
		font-size: 50px;
		left: 0;
	}
	
    .point h5 {
        min-width: 110px;
        padding-right: 10px;
	}
	
.search-box {
    width: 350px !important;
    background: #000;
    padding: 25px;
    border-radius: 10px;
}
	
	input#s {
    margin-right: 20px;
    border-radius: 10px;
    border: 1px solid;
    padding-left: 10px;
    width: 200px !important;
}

}