:root {
    --main-color: #D5B164;
    /* #caa960 */
    --second-color: #000000;
    --light-orange: #F9EEE5;
    /* --light-orange: #f4f4f6; */
    --dark--color: #262626;
    --text-color: #282828;
    --padding-space: 80px 0;
    --transtion-time: all 0.4s;
}


body {
    scroll-behavior: smooth;
    background-color: #F9EEE5;
}

body,
input,
select,
textarea,
button,
.btn {
    font-family: "Google Sans Flex", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variation-settings:
        "slnt" 0,
        "wdth" 100,
        "GRAD" 0,
        "ROND" 0;
    font-weight: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 1.75em;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Yeseva One", serif;
    color: var(--second-color);
    font-weight: 700;
    margin-top: 0;
}

h1,
.h1 {
    font-size: 65px;
}

h2,
.h2 {
    font-size: 50px;
}

h3,
.h3 {
    font-size: 40px;
}

h4,
.h4 {
    font-size: 30px;
}

h5,
.h5 {
    font-size: 25px;
}

p {
    font-size: 18px;
    color: var(--text-color);
}

p.intro-text {
    font-size: 20px
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}

.form-label {
    line-height:1;
    font-size:15px;
}

ul.intro-list,
ul.list {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize;
}

ul.intro-list li,
ul.list li {
    position: relative;
    padding-left: 34px;
    margin: 6px 0;
    font-size: 18px;
    color: #2c2d32;
}

ul.intro-list li:before,
ul.list li:before {
    font-family: "fontello";
    content: "\e98f";
    color: #FAB815;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
}

@media (min-width: 992px) {
    .col-lg-special {
        flex: 0 0 auto;
        width: 36%;
    }
}

.btn {
    display: inline-block;
    padding: 15px 35px;
    border: 1px solid #666;
    color: #666;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn:hover {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #ffffff;
}

.btn-main {
    color: rgb(255, 172, 88);
    background-image: linear-gradient(120deg, rgb(255, 40, 40), rgb(248, 81, 10));
    color: #fff;
    transition: var(--transtion-time);
    border-radius: 30px;
    padding: 8px 24px;
}

.section-title {
    margin-bottom: 36px;
}

.section-headline {
    text-align: center;
}

.btn-main:hover {
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    color: var(--second-color);
}

.form-group {
    margin-block: 10px;
}


/* navbar */
.navbar {
    align-items: center;
    top: 0;
    z-index: 1030;
    transition: 0.4s;
    --bs-navbar-padding-y: 0;
}

.navbar-expand-lg {
    flex-wrap: wrap;
}

.navbar>* {
    flex: 1 1 100%;
}

.navbar-brand {
    --bs-navbar-brand-padding-y: 12px;
    --bs-navbar-brand-margin-end: 0;
}

.navigation-subtext {
    background: #CAA960;
    background: -webkit-linear-gradient(90deg, rgba(202, 169, 96, 1) 9%, rgba(184, 146, 64, 1) 60%);
    background: -moz-linear-gradient(90deg, rgba(202, 169, 96, 1) 9%, rgba(184, 146, 64, 1) 60%);
    background: linear-gradient(90deg, rgba(202, 169, 96, 1) 9%, rgba(184, 146, 64, 1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CAA960", endColorstr="#B89240", GradientType=1);
    color: #212529;
    text-align: center;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.navigation-subtext p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.32;
}

.navigation-subtext p>a {
    --bs-link-color-rgb: #212529;
    font-weight: 700;
    text-decoration: underline;
}

.nav-logo {
    max-width: 250px;
}

.scrolled {
    background: #252525;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

@media(max-width: 768px) {
    .navbar {
        top: 0;
    }
}

/* Floating Offer Card */
.floating-offer-card {
    position: fixed;
    bottom: 30px;
    left: -400px;
    /* Hidden initially on desktop */
    width: fit-content;
    background: #fff;
    padding: 15px 30px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    z-index: 1050;
    border: 1px solid var(--main-color);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.floating-offer-card.active {
    left: 30px;
}

.close-offer {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #999;
    line-height: 1;
}

.offer-tag {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--main-color);
    margin-bottom: 5px;
    font-weight: 600;
}

.offer-title-small {
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--second-color);
}

.btn-claim-small {
    color: var(--main-color);
    text-decoration: underline;
    font-weight: 700;
    font-size: 14px;
}

.btn-claim-small:hover {
    color: #000000;
}

.offer-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.offer-backdrop.visible {
    visibility: visible;
    opacity: 1;
}

/* Mobile styles for Floating Card */
@media(max-width: 768px) {
    .floating-offer-card {
        width: 100%;
        bottom: -100%;
        /* Hidden at bottom */
        right: 0;
        left: 0;
        border-radius: 24px 24px 0 0;
        box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.2);
        padding: 40px 25px;
        transition: bottom 0.5s ease;
        border: none;
    }

    .floating-offer-card.active {
        bottom: 0;
        left: 0;
    }

    .floating-offer-card .offer-inner {
        padding-bottom: 32px;
    }

    .offer-title-small {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .offer-text-small {
        font-size: 16px;
        color: #666;
        margin-bottom: 25px;
        line-height: 1.6;
    }

    .btn-claim-small {
        display: block;
        background: var(--main-color);
        color: #fff;
        text-decoration: none;
        padding: 15px;
        border-radius: 8px;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .offer-badge-mobile {
        position: fixed;
        left: 20px;
        bottom: 75px;
        z-index: 9997;
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s ease;
    }

    .offer-badge-mobile.visible {
        visibility: visible;
        opacity: 1;
    }

    .badge-content {
        background: var(--main-color);
        color: white;
        padding: 12px 20px;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        box-shadow: 0 8px 25px rgba(213, 177, 100, 0.4);
        animation: pulse 2s infinite;
        width: 80px;
        height: 80px;
    }

    .badge-content i {
        font-size: 20px;
    }

    .badge-content span {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        display: block;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

nav .nav-link {
    color: white !important;
    margin: 0 10px;
    font-weight: 500;
    font-size:14px;
}




/* Header Testimonial Styling */
.header-rating {
    display: block;
    margin-bottom: 10px;
}

.rating-text {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--main-color) !important;
}

p.testimonial-quote {
    font-size: 16px;
}

.header-testimonial {
    /* max-width: 500px; */
    /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
    padding-top: 20px;
}

.rating-box {
    display: flex;
    align-items: center;
}

.review-count {
    font-size: 16px;
    font-weight: 700;
}

.testimonial-quote {
    font-size: 18px;
    line-height: 1.6;
    font-style: italic;
    /* font-family: "Yeseva One", serif; */
}

.author-box {
    display: flex;
    align-items: center;
}

.author-name {
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 500;
    font-family: 'Google Sans Serif', sans-serif;
}

.author-role {
    font-size: 12px;
    /* color: var(--main-color); */
}

.author-avatar {
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 45px;
    height: 45px;
    object-fit: cover;
}

@media (max-width: 768px) {

    .header-rating,
    .header-testimonial {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .rating-box {
        justify-content: start;
    }

    .review-count {
        font-size: 20px;
    }

    .author-box {
        justify-content: center;
    }
}

.home {
    position: relative;
    /* max-height: 100vh; */
    /* overflow: hidden; */
    z-index: 1020;
    /* min-height: 90vh; */
}

.video-background-fallback {
    background-image: url('../img/bg-header.webp');
}

span.sub-headline {
    --main-color: #caa960;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 400 !important;
    color: var(--main-color);
    font-family: "Google Sans Flex", sans-seriof;
}

.author-details {
    line-height: 1;
}

@media screen and (min-width:992px) {
    .home-content {
        padding: 220px 0 120px;
    }
    .home-content h1{
        text-shadow: 0 1px 4px rgba(0, 0, 0, .4);
    }
    .home-content p{
        text-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    }
}

@media screen and (min-width:1200px) {
    .home-content {
        padding: 200px 0 80px;
    }
}

#carouselExampleFade {
    position: relative;
}

.carousel-item {
    height: 95vh;
    position: relative;
}

.carousel-item img {
    height: 100%;
    object-fit: cover;
}

.header-lable {
    background-color: #ffffff;
    color: #D5B164;
    width: fit-content;
    border-radius: 5px;
    font-weight: 800;
    padding: 0 10px;
}

#home .btn-1 {
    color: #fff;
}

#home .btn-1:after {
    background-color: #fff;
}

/* .home-content {
    margin: 200px 0;
} */

/* Video Background Container */
.video-background-container {
    /* position: relative; */
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.video-background-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    /* 16:9 aspect ratio */
    min-height: 95vh;
    min-width: 168.88vh;
    /* 16:9 aspect ratio */
    transform: translate(-50%, -50%);
    z-index: 0;
}

.video-background-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: opacity 1s ease-in-out;
}

.video-background-fallback.fade-out {
    opacity: 0;
}

/* overlay */
#home .overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.carousel-text {
    color: white;
    position: relative;
    z-index: 10;
}

.carousel-text h1 {
    color: #fff;
    font-size: 44px;
    /* font-weight: bold; */
}

.carousel-text p {
    color: #fefefe;
    font-size: 18px;
    margin-bottom: 30px;
}


.awards-section {
    background-color: #fff;
    /* Assuming you have a subtle pattern or use a dark color */
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    border-top: none;
    border-bottom: none;
}

.awards-section .awards_wrapper {
    background-color: #2b2b2b;
    background-image: url('../img/awards/download.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* width: 80%; */
    margin: auto;
    padding: 48px 12px;
}

@media screen and (min-width:1200px) {
    #about .container-fluid {
        max-width:1700px;
    }
}

#awards h2 {
    color: #ffffff;
}

.award-title {
    font-size: 32px;
    margin-bottom: 40px;
    line-height: 1.2;
    letter-spacing: 4px;
    text-transform: uppercase;
    /* font-family: "Yeseva One", serif; */
    font-weight: 400;
    text-align: center;
}

.award-img {
    /* width: auto !important; */
    max-height: 100px;
    margin: 0 auto;
    object-fit: contain;
    /* filter: brightness(0) invert(1);  */
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.award-img:hover {
    opacity: 1;
}

.awards-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.awards-carousel .owl-nav button {
    pointer-events: auto;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 40px !important;
    margin: 0 -40px !important;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.awards-carousel .owl-nav button:hover {
    opacity: 1;
}

.awards-carousel .owl-dots {
    display: none !important;
}

/* offer-banner (Refined) */
.offer-banner {
    background-color: #ffffff;
    padding: 100px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.offer-banner::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid rgba(213, 177, 100, 0.2);
    pointer-events: none;
}

.offer-label {
    color: var(--main-color);
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 600;
}

.offer-title {
    font-size: 48px;
    max-width: 900px;
    margin: 15px auto;
    line-height: 1.2;
}

.offer-desc {
    font-size: 20px;
    color: #555;
    font-style: italic;
    /* font-family: "Yeseva One", serif; */
}

@media(max-width: 768px) {

    .offer-title {
        font-size: 23px;
    }

    .offer-banner {
        padding: 60px 0;
    }

    .awards-section {
        padding: 60px 0;
    }

    .awards-section h2 {
        font-size: 14px;
    }

    .testimonials .header-section h2 {
        margin-top: 10px;
        font-size: 27px;
    }
}

/* about */

.about {
    background: #F9EEE5;
    /* Subtle light background */
    padding: 100px 0 130px;
}

.about-features {
    --bs-gutter-y: 40px;
}



.about-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 40px;
}

.about-feature-item {
    padding-right: 15px;
}

.about-feature-icon {
    width: 48px;
    /* height: 60px; */
    object-fit: contain;
    margin-bottom: 20px;
}

.about-feature-line {
    width: 30px;
    height: 1px;
    background: var(--main-color);
    margin-bottom: 20px;
}

.about-feature-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    color: #000;
    text-transform: uppercase;
}

.about-feature-text {
    /* font-family: "Yeseva One", serif; */
    font-size: 16px;
    line-height: 1.5;
    color: #777;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .about-features {
        --bs-gutter-y: 36px;
    }
}

.about-content .btn {
    margin-top: 15px;
}

.btn-1 {
    margin-top: 20px;
    background: transparent;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 5px;
    color: #2e4057;
    transition: 0.3s;
    position: relative;
    padding-left: 50px;
    transition: all 0.3s;
}

.btn-1:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #2e4057;
    width: 40px;
    height: 2px;
    transition: all 0.3s;
}

.btn-1:hover {
    color: #000;
    border-color: #000;
    padding-left: 0;
}

.btn-1:hover::after {
    width: 0;
}

.about-img {
    position: relative;
    text-align: right;
}

.about-img .floating-img img {
    position: absolute;
    right: -35px;
    top: -20px;
    width: 153px;
    height: 100px;
    border: none;
    box-shadow: none;
}

.about-img .floating-img-2 img {
    position: absolute;
    left: 80px;
    top: -20px;
    width: 153px;
    height: 100px;
    border: none;
    box-shadow: none;
}

.about-img img {
    max-width: 90%;
    border: 8px solid #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.about-img-2 {
    position: absolute;
    width: 400px;
    height: 400px;
    left: 0;
    top: 60%;
}



@media(max-width:768px) {
    .about {
        padding: 80px 0;
    }

    .about-content h2 {
        font-size: 32px;
    }

    .about-img {
        margin-top: 50px;
        text-align: center;
    }

    .about-img img {
        width: 100%;
    }

    .about-img::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .about-img .floating-img img {
        right: -10px;

    }
}


/*  */

.portfolio {
    padding: 40px 0 80px 0;
    background: var(--light-orange);
}

.section-title span {
    letter-spacing: 4px;
    font-size: 13px;
    color: #D5B164;
}

.section-title h2 {
    font-size: 40px;
    margin-bottom: 0;
}

.section-title p {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 12px;
}

.portfolio-tabs {
    margin-top: 40px;
    margin-bottom: 40px;
    --bs-nav-tabs-border-width: 0;
}

.portfolio-tabs .nav-link {
    border: none;
    background: none;
    font-size: 13px;
    letter-spacing: 3px;
    color: #565656;
    position: relative;
    padding: 0;
    cursor: pointer;
}

.portfolio-tabs .nav-item {
    display: flex;
    align-items: center;
}

.portfolio-tabs .nav-item:not(:last-child)::after {
    content: "|";
    margin: auto 8px;
    color: #c8c8c8;
}

.portfolio-tabs .nav-link {
    --bs-nav-tabs-link-active-bg: transparent;
}

.portfolio-tabs .nav-link.active {
    color: #000;
    font-weight: 600;
    border-bottom: solid 1px black;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    max-height: 400px;
}

.portfolio .portfolio-item {
    display: none;
}

.portfolio-item img {
    width: 100%;
    display: block;
    transition: .4s;
}

.overlay {
    position: absolute;
    top: 0;
    width: 93%;
    margin: auto;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .4s;
}

.overlay i {
    color: #fff;
    font-size: 26px;
}


.portfolio-item:hover .overlay {
    opacity: 1;
}

.load-btn {
    margin-top: 40px;
    padding: 10px 30px;
    border: 1px solid #565656;
    background: transparent;
    letter-spacing: 2px;
    transition: all 0.3s;
}


.load-btn:hover {
    background-color: var(--main-color);
    color: #ffffff;
    border: 1px solid var(--main-color);
}

/* why-us */
.why-section {
    background: #f9eee5;
    /* Dark background from image */
    padding: 100px 0;
    position: relative;
    color: #ffffff;
}

/* #5c5c5c */
.why-section .section-title>p {
    color: #5c5c5c;
}

.why-us-content {
    padding-left: 30px;
}

.packages-content .why-title {
    font-size: 32px;
}

.why-desc {
    /* font-family: "Cormorant Garamond", serif; */
    /* font-size: 20px; */
    /* line-height: 1.6; */
    --text-color: #666;
    /* color: #666; */
    margin-bottom: 28px;
}

.why-list {
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
}

.why-list li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
}

.why-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 1px;
    background: #666;
    /* transform: translateY(-50%); */
}

.btn-outline-white {
    display: inline-block;
    padding: 15px 35px;
    border: 1px solid #666;
    color: #666;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-outline-white:hover {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #ffffff;
}

.why-note {
    margin-top: 20px;
    font-size: 14px;
    font-style: italic;
    color: #666;
    /* font-family: "Yeseva One", serif; */
}

@media (max-width: 768px) {
    .why-us-content {
        padding-left: 0;
        margin-top: 36px;
    }
}

.packages-content {
    padding-top: 52px;
}

/* images */
.image-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.main-img {
    width: 100%;
    border: 10px solid #fff;
}

.small-img {
    position: absolute;
    bottom: -40px;
    right: -30px;
    width: 180px;
    border: 8px solid #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.tipe-2 {
    position: absolute;
    width: 65px;
    height: 50px;
    top: -30px;
    transform: rotate(120deg);
    left: 50px;
}

/* tape */
.tape {
    position: absolute;
    width: 80px;
    height: 30px;
    top: -15px;
    left: 20px;
    transform: rotate(-15deg);
}

@media(max-width:991px) {
    .small-img {
        width: 140px;
        right: -10px;
    }
}

.gallery-vidoes {
    overflow: hidden;
    padding: 100px 0;
    background-color: #fff;
    /* Off-white background like the image */
}

.video-testimonial-row {
    transition: transform 0.3s ease;
    margin-bottom: 52px;
}

.video-testimonial-row>.row {
    justify-content: center
}


@media all and (min-width: 992px) {
    .video-text {
        /* padding: 20px 0; */
        text-align: left;
        padding-right: 80px;
    }
}

.video-author {
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
}

.video-quote {
    font-size: 18px;
    color: #777;
    line-height: 1.6;
    font-style: italic;
}

.video-wrapper {
    position: relative;
    /* border-radius: 12px; */
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.custom-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 10;
    transition: all 0.3s ease;
}

.custom-play-btn i {
    color: #333;
    font-size: 24px;
    margin-left: 4px;
}

.video-wrapper:hover .custom-play-btn {
    transform: translate(-50%, -50%) scale(1.1);
    background: var(--main-color);
}

.video-wrapper:hover .custom-play-btn i {
    color: #fff;
}

@media (max-width: 768px) {
    .video-author {
        font-size: 24px;
    }

    .video-text {
        text-align: center !important;
    }

    .gallery-vidoes {
        padding: 60px 0;
    }

}

/*  */

section#testimonials {
    padding: 80px 0;
    background-color: #FBF7F4;
}

.testimonials .item p {
    height: 200px;
    overflow-y: auto;
    --text-color: #6a6a6b;
    font-size: 16px;
}

.header-section {
    text-align: center;
    margin-bottom: 40px;
}

#testimonials .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}


#testimonials .google {
    width: 50px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
}

.testimonial-body {
    padding: 15px;
    border-radius: 3px;
    background-color: #fff !important;
    position: relative;
}

.testimonial-body:before {
    position: absolute;
    content: "";
    width: 0;
    bottom: -10px;
    left: 17px;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

.testimonial-body p {
    height: 95px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: auto !important;
    padding-right: 10px;
    scrollbar-color: #8d8d8d #e0e0e0;
    scrollbar-width: thin;
}

.testimonial-body p::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px
}

.testimonial-body p::-webkit-scrollbar-track {
    background: rgba(85, 85, 85, 0.1)
}

.testimonial-body p::-webkit-scrollbar-thumb {
    background: rgba(85, 85, 85, 0.6)
}

.testimonial-body p::-webkit-scrollbar-thumb:hover {
    background: #555
}

.review-summary {
    display: block;
    font-size: 1.23rem;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 16px;
    /* font-family: "Yeseva One", serif; */
    line-height: 1.4;
    text-transform: capitalize;
}

.review-block {
    background-color: #ffffff;
    text-align: center;
    padding: 50px 40px 40px;
    position: relative;
    -webkit-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    /* border-radius: 8px; */
    height: 500px;
}

.author-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.author-img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px !important;
    margin-bottom: 0 !important;
    border: 2px solid var(--main-color);
}

.author {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
}

.author span {
    display: block;
    font-size: 12px;
    color: #8c8c8c;
    font-weight: 400;
    margin-top: 2px;
    /* text-transform: uppercase; */
    font-family: sans-serif;
}

.review-block img.rating {
    margin-bottom: 25px;
}

#testimonials .business-img img {
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24) !important;
    border-radius: 50%;
    width: 50px;
}

.business-info .rate {
    line-height: 1;
    margin: 3px 0;
}

.business-info p.name {
    margin: 0 0 2px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}


.business-info .reviews-count {
    color: #565656;
    font-size: 14px;
    line-height: 1;
    margin-top: 6px;
}

.business-info .google-powered {
    line-height: 1;
    margin-top: 4px;
}

.business-info .google-powered img {
    max-width: 144px;
}

.business-info .rate span {
    color: #fbbc00;
    line-height: 1;
    font-size: 17px;
    font-weight: 600;
    vertical-align: middle;
}

.owl-nav {
    color: #ccc;
    font-size: 26px;
}

button.owl-prev,
button.owl-next {
    position: absolute;
    top: 30%;
}

button.owl-prev img,
button.owl-next img {
    max-width: 30px;
}

button.owl-prev {
    left: -20px;
}


button.owl-next {
    right: -20px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    display: none;
}

.owl-theme .owl-dots {
    display: block;
}


/*  footer*/

#footer-form .btn-submit,
#header .btn-submit {
    width: 100%;
    background-color: var(--main-color);
    border-color: var(--main-color);
    border-radius: 3px;
    font-size: 18px;
    padding: 13px 0;
    color: #fefefe;
    font-weight: 600;
    transition: all 0.2s ease;
    margin-top: 20px;
    transition: var(--transtion-time);
}

#footer-form .btn-submit:hover,
#header .btn-submit:hover {
    background-color: var(--second-color);
    border-color: var(--second-color);
    color: var(--main-color);
}

#header .form-container label {
    font-size: 13px;
    text-shadow: none;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 20px;
    display: block;
}

#header .form-container label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-top: 3px;
}

svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    transform: translate(-50%, -50%);
    overflow: visible;
}

header#headerContent {
    padding: 80px 0 70px;
    text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000;
}

#header .header-content h1,
#header .header-content p {
    color: #fff;
}

#header .header-content h1 {
    font-size: 48px;
}

#header .header-content h1 span {
    display: block;
    font-size: 32px;
    color: #ffc107;
    margin-top: 4px;
}

/* contact form */
#footer-form {
    padding: 80px 0 110px;
    background: #fff;
    position: relative;
    z-index: 999;
}

#footer-form .section-headline h2 {
    color: #1c1c1c;
    font-size: 33px;
}

#footer-form p {
    line-height: 1;
    margin-bottom: 12px;
}

#footer-form .form-container form {
    padding: 0;
    background-color: transparent;
}

#footer-form .form-label {
    text-shadow: none;
    font-size: 14px;
    color: #060b17;
    font-weight: 400;
    margin-bottom: 2px;
    line-height: 20px;
}

#footer-form label span.muted {
    color: rgb(10, 19, 40) !important;
}

.prop-img img {
    min-width: 100%;
    max-width: inherit;
}

.form-privacy {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    color: #34405a;
    margin-top: 16px;
}

label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-top: 3px;
}

.request-quote-form h5 {
    margin: 0;
    padding: 12px 0;
    text-align: center;
    background-color: #1c1c1c;
    font-size: 20px;
    color: #FAFAFA;
}

.form-control:focus {
    border-color: #bd953e;
    box-shadow: none;
}

.contact {
    position: relative;
    overflow: hidden;
    background: #FAF0EC;
    padding: 80px 0;
}

.contact-info {
    margin: 10px 0 20px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.contact-info_wrapper {
    margin-left: 9px;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.contact-info .icon {
    width: 65px;
    height: 65px;
    border: 1px solid #cecece;
    color: #afafaf;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 32px;
}

.contact-info .icon i.icon-phone {
    rotate: 100deg;
}

.contact-info h6 {
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

.location_wrapper {
    flex: 0 0 64%;
}

.contact-info_wrapper span {
    font-size: 15px;
    line-height: 1.2;
    color: #000;
}

.booking-wrapper {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto;
}

.booking-subtitle {
    display: block;
    text-align: center;
    letter-spacing: 4px;
    font-size: 14px;
    color: #D5B164;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.booking-title {
    text-align: center;
    font-size: 40px;
    line-height: 1.05;
    font-weight: 700;
    /* color: #3f4860; */
    /* margin-bottom: 60px; */
}

.styled-booking-form .form-group {
    margin-bottom: 10px;
}

.styled-booking-form .form-label {
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #7c8393;
    margin-bottom: 10px;
    /* font-family: "Yeseva One", serif; */
}

.styled-booking-form .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #b7bcc8;
    border-radius: 0;
    padding: 10px 0 14px;
    font-size: 17px;
    color: #3f4860;
    box-shadow: none !important;
    min-height: 52px;
}

.styled-booking-form textarea.form-control {
    resize: vertical;
    min-height: 110px;
}

.styled-booking-form .form-control::placeholder {
    color: #a1a7b4;
    font-size: 15px;
}

.styled-booking-form .form-control:focus {
    border-color: #8c6783;
    background: transparent;
}

.btn-submit {
    /* background: #9dbcc2; */
    /* color: #fff; */
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    transition: 0.3s ease;
    padding: 10px 30px;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 15px;
}

.btn-submit:hover {
    background: #D5B164;
    color: #ffffff;
}

/* floating photos */
.floating-photo {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.floating-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-left {
    left: -10px;
    bottom: 40px;
    width: 210px;
    height: 300px;
    transform: rotate(-20deg);
}

.photo-right {
    right: 20px;
    top: 160px;
    width: 190px;
    height: 270px;
    transform: rotate(10deg);
}

.why-section .tape {
    position: absolute;
    width: 170px;
    height: 40px;
    top: -12px;
    transform: rotate(-52deg);
    left: -80px;
}

.contact .tape {
    position: absolute;
    width: 95px;
    height: 75px;
    top: -38px;
    left: 20px;
    transform: rotate(-15deg);
}

.contact .tape-left {
    left: 50px;
    transform: rotate(11deg);
}

.contact .tape-right {
    top: -22px;
    left: -25px;
    transform: rotate(-56deg);
}

.floral {
    position: absolute;
    opacity: 0.12;
    pointer-events: none;
}

.floral-top-left {
    top: 10px;
    left: 0;
    width: 220px;
    height: 220px;
    border-top: 2px solid #9ea4b2;
    border-left: 2px solid #9ea4b2;
    border-radius: 0 0 100% 0;
}

.floral-bottom-right {
    right: 0;
    bottom: 40px;
    width: 220px;
    height: 220px;
    border-right: 2px solid #9ea4b2;
    border-bottom: 2px solid #9ea4b2;
    border-radius: 100% 0 0 0;
}

.cta-sub {
    color: #6b7280;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.form-label span {
    color: red;
    font-size: 18px;
}

.form-label span.optional {
    font-size: 15px;
    color: #666666;
}

@media (max-width: 1199px) {
    .booking-title {
        font-size: 52px;
    }

    .photo-left,
    .photo-right {
        opacity: 0.45;
    }
}

@media (max-width: 991px) {
    .contact {
        padding: 70px 15px 90px;
    }

    .booking-title {
        font-size: 42px;
        margin-bottom: 40px;
    }

    .photo-left {
        width: 150px;
        height: 220px;
        bottom: 20px;
    }

    .photo-right {
        width: 140px;
        height: 210px;
        top: 130px;
    }
}

@media (max-width: 767px) {
    .booking-title {
        font-size: 24px;
    }

    .btn-submit {
        min-width: 100%;
        font-size: 18px;
    }

    .floating-photo {
        display: none;
    }

    .floral {
        display: none;
    }
}

/* footer */

#footer {
    background-color: #252525;
    padding: 30px 0;
}

#footer hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right,
            rgba(176, 176, 176, 0),
            rgba(255, 255, 255, 0.75),
            rgba(0, 0, 0, 0));
}

#footer p {
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding: 12px 0;
    margin-bottom: 0;
}

#footer .btn-book {
    font-size: 20px;
}

.footer-logo {
    width: 300px;
}

.btn-book,
.btn-style1,
.btn-style2 {
    position: relative;
    z-index: 0;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    padding: 10px 30px;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 15px;
    transition: all 0.3s;
    border-radius: 0;
}

.btn-book:hover {
    background-color: #D5B164;
    color: #ffffff;
    border: 1px solid #D5B164;
}

.btn-style1 {
    color: var(--dark--color);
    background: #fefefe;
    border: 1px solid #fefefe;
}

.btn-style1:hover {
    background-color: var(--main-color);
    color: #ffffff;
    border: 1px solid var(--main-color);
}

.btn-style2 {
    color: var(--dark--color);
    border: 1px solid var(--dark--color);
}

.btn-style2:hover {
    background-color: var(--main-color);
    color: #ffffff;
    border: 1px solid var(--main-color);
}

/*  */

#back-to-top {
    position: fixed;
    bottom: -45px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.3s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 4px;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--main-color);
    font-weight: bold;
}

#back-to-top.show {
    bottom: 60px;
}

#back-to-top:hover {
    color: var(--second-color);
}

@media screen and (min-width:1200px) and (max-width:1399px) {}

.about-img .floating-img img {
    right: -12px;
}

.about-img-2 {
    width: 250px;
    height: 300px;
}

.about-img .floating-img-2 img {
    top: -47px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .about-img .floating-img img {
        right: -12px;
    }

    .about-img-2 {
        width: 250px;
        height: 300px;
    }

    .about-img .floating-img-2 img {
        top: -47px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .about-img .floating-img img {
        right: -12px;
    }

    .about-img-2 {
        width: 250px;
        height: 300px;
    }

    .about-img .floating-img-2 img {
        top: -47px;
    }
}

@media (max-width: 575px) {

    .nav-transparent .row,
    .nav-transparent .container {
        --bs-gutter-x: 0;
    }

    .navbar-collapse {
        background-color: #252525;
    }

    #navbar i.icon-menu {
        color: #fff;
        font-size: 25px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler {
        border-color: #fff;
    }

    .home {
        background-color: #f4ede7
    }

    .video-background-container {
        display: none;
    }

    #bg-video-mobile {
        max-height: 250px !important;
        /* height: 100% !important; */
        width: 100%;
        pointer-events: none;
    }

    .home-content {
        padding: 170px 0 64px;
    }


    .footer-logo {
        margin: auto;
    }

    .portfolio-tabs {
        gap: 0px;
    }

    .packages-content .why-title {
        font-size: 28px;
    }

    .nav-phone {
        position: fixed;
        bottom: 13px;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px 15px;
        width: 50%;
        text-align: center;
        border-radius: 56px;
        background-color: var(--main-color);
        visibility: visible;
        color: white;
        z-index: 1500;
        font-size: 20px;
    }

    .fixed-cta-btn {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px 15px;
        width: 100%;
        text-align: center;
        background-color: var(--main-color);
        visibility: visible;
        color: white;
        z-index: 998;
    }

    span.sub-headline {
        display: none !important;
    }

    .carousel-text h1 {
        font-size: 36px;
        color: #000;
    }

    .carousel-text p {
        color: #383838;
    }

    .review-count {
        color: #2d2d2d !important;
    }

    .section-title span {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .title {
        font-size: 32px;
    }

    .carousel-item {
        min-height: 650px;
        max-height: 85vh;
    }

    .video-testimonial-row {
        margin-bottom: 32px;
    }

    .video-testimonial-row>.row {
        flex-direction: column-reverse;
        --bs-gutter-y: 24px;
    }

    v .portfolio {
        padding: 20px 0 80px 0;
    }

    /* .home-content {
        margin: 150px 0;
    } */
    .carousel-text {
        top: 57%;
    }
}