body {
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #2B2B2B;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 0 !important;
}

#google_translate_element {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.oswald {
    font-family: "Oswald", sans-serif;
}

.space-grotesk {
    font-family: 'Space Grotesk', sans-serif;
}

.space-grotesk.red-orange {
    color: #e03d4b !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
}

.z1 {
    z-index: 1;
    position: relative;
}

a {
    text-decoration: none;
    position: relative;
}

.olive-bg {
    background-color: #171E17;
}

.red-orange {
    color: #D96C4E !important;
}

.cream-color {
    color: #F8F5E6;
}

.cream-bg {
    background-color: #f8f5e6;
}

.cream-bg-dark {
    background-color: #FAF7EE;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.opacity-7 {
    opacity: 0.75;
}

.opacity-9 {
    opacity: 0.9;
}


/* Navbar */

.navbar.shadow-sm {
    transition: box-shadow 0.3s ease-in-out;
}


.navbar {
    background-color: #F8F5E6;
}

.nav-link {
    color: #2B2B2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 15px;
}

.navbar-brand img {
    width: 145px;
}

.nav-link::before,
.nav-link::after {
    content: "";
    position: absolute;
    display: block;
    border: 0 solid transparent;
    width: 0%;
    height: 0%;
    transition: all 0.3s ease;
}

.nav-link::after {
    top: 0;
    left: 0;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}

.nav-link::before {
    right: 0;
    bottom: 0;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
}

.nav-link:hover::before,
.nav-link:hover::after {
    width: 10px;
    height: 10px;
    border-color: #E13C4C;
}

.nav-link:hover {
    color: #E13C4C;
}


body.offcanvas-active {
    overflow: hidden;
}

.offcanvas-header {
    display: none;
}

.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
    z-index: 10;
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

/* ============ mobile view ============ */
@media all and (max-width: 991px) {
    .offcanvas-header {
        display: block;
    }

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 80%;
        z-index: 1200;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    }

    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }

    .mobile-offcanvas .container,
    .mobile-offcanvas .container-fluid {
        display: block;
    }

    #google_translate_element {
        right: auto;
        left: 0;
    }
}

/* ============ mobile view .end// ============ */

.home-banner h1 {
    color: #E8DFCA;
    font-size: 50px;
}

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

.small-haeding {
    font-size: 20px;
}

.main-heading {
    font-size: 45px;
}

.fullwidth-title {
    font-weight: bold;
    color: #D46E4C;
    font-size: 80px;
    text-align: center;
}

.bg-cream {
    background-color: #FAF7EE;
}

.service-box {
    border-right: 1px solid #535353;
    height: 100%;
    padding: 10px 25px;
}



.service-box h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-box h5 a {
    color: #2B2B2B;
}

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

.custom-btn {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 18px 24px;
    transition: all 0.4s;
    position: relative;
    background: #E13C4C;
    z-index: 1;
    border-radius: 0;
    border: 0;
    overflow: hidden;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

.custom-btn::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    left: 50%;
    top: 0;
    transition: all 0.4s;
    background: #09171B;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.custom-btn:hover {
    color: #ffffff;
    transition: all 0.4s;
    transform: translateY(-5px);
    border: 0;
}

.custom-btn:hover::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    left: 0;
    width: 100%;
}

.custom-btn i {
    margin-left: 4px;
    transform: rotate(-45deg);
}

.blog-div h5 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    color: #2B2B2B;
}

.blog-date {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.55);
}

.blog-div img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.luxuries-shape {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    top: 25%;
    z-index: -1;
}

.news-letter h5 {
    font-size: 60px;
    margin-bottom: 40px;
}

.news-letter .form-control {
    border: 0;
    border-radius: 0;
    padding: 15px 10px 15px 20px;
}

.news-letter .input-group-text {
    border: 0;
    border-radius: 0;
    padding: 15px 20px;
    background-color: #E13C4C;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
}

footer {
    padding-top: 30px;
    padding-bottom: 25px;
}

footer p {
    color: rgba(0, 0, 0, 0.55);
    font-size: 16px;
    font-weight: 500;
}

footer a {
    color: rgba(0, 0, 0, 0.55);
}

footer a:hover {
    color: #D96C4E;
}


.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 200px;
    overflow-x: hidden;
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.inner-heading {
    background-color: #171E17;
    border-radius: 100px;
    padding: 10px;
    color: #F8F5E6;
}

.inner-heading-sec {
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.inner-heading h1 {
    font-size: 34px;
    margin-bottom: 0;
    font-weight: 400;
}

.section-mt {
    margin-top: 110px;
}

.num {
    color: rgba(217, 108, 78, 0.30);
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    margin-right: 15px;
    opacity: 0.4;
}

.process-div {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}


.process-div h5 {
    font-size: 24px;
    font-weight: 500;
}

.process-div p {
    font-size: 16px;
    font-weight: 500;
    opacity: 0.75;
}

.big-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -55px;
    font-size: 100px;
    opacity: 0.4;
    z-index: -1;
    font-weight: 300;
    letter-spacing: 2px;
}

.small-text {
    font-size: 40px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 1px;
}

.line {
    position: absolute;
    left: 0;
    right: 0;
    width: 2px;
    height: 100px;
    background-color: #D96C4E;
    margin: 0 auto;
    top: -135px
}

.mt-150 {
    margin-top: 150px !important;
}

.mb-200 {
    margin-bottom: 170px;
}

.commas {
    position: absolute;
    top: -45px;
    left: 80px;
    width: 50px;
}


.circle {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 2px solid #DFC2BA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -25px;
    z-index: 1;
    position: relative;
}

.circle.orange {
    background: #D96C4E;
    color: #fff;
    border: none;
    z-index: 2;
    margin-right: 0;
}

.circle .circle-heading {
    font-weight: bold;
    color: #D96C4E;
    margin-bottom: 10px;
    font-size: 20px;
}

.circle.orange .circle-heading {
    color: #fff;
}

.circle p {
    margin-bottom: 0;
    font-size: 18px;
}

.services {
    background-color: #F8F5E6;
    padding: 30px 40px;
    min-height: 100%;
    height: 380px;
    /* border-radius: 12px; */
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.3, 1),
        background-color 0.4s ease,
        box-shadow 0.4s ease;
    /* smoother easing */
    text-align: center;
    overflow: hidden;
}

.services img {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.3, 1);
    /* extra smooth zoom */
}

.services:hover {
    background-color: #fff;
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.services:hover img {
    transform: scale(1.1);
    /* smooth zoom-in */
}





.custom-btn2 {
    padding: 10px 30px;
}

.contact-info {
    /* background-color: #283025; */
    background-image: url(../images/contact-bg.jpg);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    /* background-size: cover; */
    padding: 60px 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50px;
    /* background-position: center top; */
    /* background-attachment: fixed; */
}

.contact {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}

.contact-info a {
    color: #F0E4A4;
    text-decoration: underline !important;
}

.outer-border {
    background: #F8F5E6;
    padding: 40px;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 0;
}

.form-card {
    background: #fff;
    padding: 35px 40px;
    margin: auto;
    border-radius: 40px;
}

.send-btn {
    background: #ea4646 !important;
    color: #fff !important;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
    height: 44px;
    font-size: 1rem;
}

.social-media-contact {
    position: absolute;
    bottom: 30px;
}

.social-media a svg {
    /* transition:
        color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        filter 0.3s cubic-bezier(0.4, 0, 0.2, 1); */
    color: #2B2B2B;
}

.social-media a:hover svg {
    color: #E13C4C;
    opacity: 1;
    /* transform: scale(1.10) translateY(-2px); */
    /* filter: drop-shadow(0 4px 12px rgba(225, 60, 76, 0.35)); */
}

.z1 {
    z-index: 1 !important;
}

.sidebar-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.trending-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2B2B2B;
    transition: color 0.3s ease;
}

.trending-date {
    font-size: 12px;
    color: #888;
}

.trending-item {
    margin-bottom: 25px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    transition: all 0.3s ease;
}

.trending-item:hover img.sidebar-img {
    transform: scale(1.05);
    /* Zoom effect */
}

.trending-item:hover {
    background-color: #ffffff;
    /* Light hover background */
    transform: translateY(-3px);
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.trending-item:hover .trending-title {
    color: #E13C4C;
    /* Change title color on hover */
}

/* Team Section */
/* 
.team-section {
    position: relative;
    padding: 120px 0 90px;
}

.team-block {
    position: relative;
    margin-bottom: 30px;
}

.team-block .image {
    position: relative;
    overflow: hidden;
}

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

.team-block .image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.team-block .inner-box:hover .image:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.team-block .social-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    line-height: 50px;
    color: #000;
}


.team-block .content {
    border: 2px solid #f3f3f3;
    border-top: 0;
    text-align: center;
    padding: 24px 0;
    transition: .5s;
}

.team-block .designation {
    position: relative;
    font-size: 14px;
}

.team-block h4 {
    position: relative;
    font-size: 24px;
}

.team-block .inner-box:hover .content {
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    border-color: #fff;
}



.team-block .content {
    padding: 15px 20px !important;
}

.team-block p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 24px;
}

.team-block a {
    color: #D96C4E;
    border-bottom: 1px solid #D96C4E;
}

.team-block .inner-box {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
} */

.team-section {
    position: relative;
    padding: 120px 0 90px;
}

.team-block {
    position: relative;
    margin-bottom: 30px;
}

.team-block .inner-box {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    transition: all 0.4s ease;
    /* smooth effect */
    /* border-radius: 12px; */
    /* optional for smoother look */
    overflow: hidden;
    /* keeps image effect inside */
    background: #fff;
}

.team-block .inner-box:hover {
    transform: translateY(-8px);
    /* lift card */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.team-block .image {
    position: relative;
    overflow: hidden;
}

.team-block .image img {
    width: 100%;
    transition: transform 0.5s ease;
    /* filter: grayscale(100%); */
    /* smooth zoom */
}

.team-block .inner-box:hover .image img {
    transform: scale(1.05);
    /* zoom on hover */
}

.team-block .image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.team-block .inner-box:hover .image:before {
    animation: circle .75s;
}

@keyframes circle {
    0% {
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.team-block .social-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    line-height: 50px;
    color: #000;
}

.team-block .content {
    border: 2px solid #f3f3f3;
    border-top: 0;
    text-align: center;
    padding: 15px 20px !important;
    transition: all 0.4s ease;
    /* smooth shadow/border */
    background: #fff;
}

.team-block .designation {
    font-size: 14px;
}

.team-block h4 {
    font-size: 24px;
}

.team-block .inner-box:hover .content {
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
    border-color: #fff;
}

.team-block p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 24px;
}

.team-block a {
    color: #D96C4E;
    border-bottom: 1px solid #D96C4E;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.team-block a:hover {
    color: #b94a2e;
    border-color: #b94a2e;
}


#teamModal #teamModalBody {
    color: #494949;
}

.lh-45 {
    line-height: 45px;
}

.home-banner-img {
    background-image: url(../images/banner-img-new.jpg);
    background-size: cover;
    background-position: center center;
    height: 100vh;
    /* width: 100%; */
}

.news-letter {
    background-image: url(../images/luxuries-shape-2.png);
    background-size: cover;
    background-position: center;

    width: 100%;
    height: 100%;
}

.error-message {
    font-size: 0.875rem;
    color: #dc3545;
    /* Bootstrap danger color */
    margin-top: 0.25rem;
    min-height: 1.5rem;
    /* Reserve space for error messages */
}

.form-control.is-invalid {
    border-color: #dc3545;
}


.char-count {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

#message {
    transition: border-color 0.3s ease;
}

#message.warning {
    border-color: #fd7e14;
}

#message.limit {
    border-color: #dc3545;
}

.error-message:empty {
    display: none;
}

.sitemap-div {
    background: #F8F5E6;
    padding: 40px 32px;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    margin: 50px 0;
}


.sitemap-div ul {
    list-style: none;
    padding: 0;
    /* margin: 0 0 20px 0; */
    margin-bottom: 0 !important;
}

.sitemap-div li {
    margin-bottom: 17px;
}

.sitemap-div li a {
    text-decoration: none;
    color: #2d2a26;
    font-size: 16px;
    padding: 3px 2px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s;
}

.sitemap-div li a:hover {
    border-bottom: 2px solid #dc3545;
    color: #dc3545;
}



.sitemap-div .follow-title {
    font-weight: bold;
    color: #dc3545;
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 1px;
}

/* .sitemap-main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
} */

.img-wrap {
    position: relative;
    overflow: hidden;
    display: block;
}

/* very light shine */
.img-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 30%;
    /* thinner streak */
    height: 100%;
    transform: skewX(-20deg);
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.25) 50%,
            /* lighter opacity */
            rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.img-wrap:hover::before {
    animation: shine 1s ease forwards;
}

@keyframes shine {
    0% {
        left: -120%;
    }

    100% {
        left: 120%;
    }
}

.blog-banner-img {
    position: relative;
    overflow: hidden;
}

.blog-banner-img img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease, filter 0.6s ease;
}

.blog-banner-img:hover img {
    transform: scale(1.08);
    /* Smooth zoom-in */
    filter: brightness(0.85);
    /* Slight dark effect */
}


/* caret fix */
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.4em;
    vertical-align: middle;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
}

/* hover dropdown */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}


.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* remove the gap */
}

.btn2 {
    font-size: 18px;
    color: #fff;
    padding: 18px 24px;
    position: relative;
    background: #E13C4C;
    z-index: 1;
    border-radius: 0;
    border: 1px solid #E13C4C;
    overflow: hidden;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: none;
}

.btn2:hover {
    background-color: #ffffff;
    color: #E13C4C;
    border: 1px solid #E13C4C !important;
}



.modal-body {
    padding: 20px 15px;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #F8F5E6;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 15px;
    outline: 0;
}


.modal .btn {
    width: 100%;
    padding: 10px 15px;
}

.modal .form-label {
    font-weight: 600;
    font-size: 18px;
}


.modal-title {
    font-size: 22px !important;
}

/* New Css */

.about-pb {
    padding-bottom: 120px !important;
}

.floating-img {
    /* width: 250px; */
    animation: float 4s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.top-img {
    background-image: url(../images/top-img.png);
    background-repeat: repeat;
    width: 100%;
    height: 135px;
}

.bottom-img {
    background-image: url(../images/star.png);
    background-repeat: repeat;
    width: 100%;
    height: 26px;
    opacity: 0.4;
    margin-top: 70px;
}

.key-sec {
    background-color: #faf4e4;
    padding: 60px 0 20px;
}

.newsletter-section {
    background-color: #283025;
    background-image: url(../images/flower-img.png);
    background-repeat: repeat;
    /* background-attachment: fixed; */
    width: 100%;
    height: 100%;
    background-size: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 70px
}

.left-img {
    width: 80px;
    left: -30px;
    top: -55px;

}

.right-img {
    width: 80px;
    right: -30px;
    bottom: -55px;
}

.newsletter-mb {
    margin-bottom: 100px !important;
}


/* lift + shadow on hover */
.blog-div:hover {
    transform: translateY(-8px);
    /* box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12); */
}

.blog-div {
    transition: all 0.4s ease;
}


#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: #f8f5e6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.7s cubic-bezier(.4, 0, .2, 1);
    /* opacity: 0.9; */
    flex-direction: column;
}

#page-loader.hide {
    opacity: 0;
    pointer-events: none;
}

#loader-logo {
    /* animation: loader-wave 1.2s infinite linear; */
    width: 170px;
    height: 103px;
}

@keyframes loader-wave {
    0% {
        transform: scale(1) rotate(0deg);
    }

    40% {
        transform: scale(1.12) rotate(7deg);
    }

    70% {
        transform: scale(1.07) rotate(-7deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}

/* SVG Path Animation */
/* .animated-path {
    fill: #D96C4E;
    fill-opacity: 0;
    stroke: #D96C4E;
    stroke-width: 2;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    transition: stroke-dashoffset 0.25s ease-in-out, fill-opacity 0.1s ease-in-out 0.2s;
}

.animated-path.animate {
    stroke-dashoffset: 0;
    fill-opacity: 1;
}

.animated-dot {
    opacity: 0;
    transform-origin: center;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
}

.animated-dot.animate {
    opacity: 1;
    transform: scale(1.1);
}

.path-1 {
    transition-delay: 0.1s;
}

.path-2 {
    transition-delay: 0.2s;
}

.path-3 {
    transition-delay: 0.1s;
}

.dot-1 {
    transition-delay: 0.3s;
}

.dot-2 {
    transition-delay: 0.3s;
} */

/* #svgContainer {
    transform: translateX(-50%);
    transition: transform 0.5s ease-out;

} */

#svgContainer {
    position: fixed;
    right: 20px;
    bottom: 20px;
    transform: translateX(100px);
    /* Start off-screen to the right */
    opacity: 0;
    /* Initially hidden */
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

#svgContainer.visible {
    transform: translateX(0) scale(1);
    /* Move to visible position */
    opacity: 1;
    /* Fully visible */
}

.loader {
    width: fit-content;
    font-weight: 400;
    font-size: 20px;
    color: #0000;
    background: linear-gradient(90deg, #000000 calc(50% - 0.5ch), #C02942 0 calc(50% + 0.5ch), #000000 0) right/calc(200% + 1ch) 100%;
    -webkit-background-clip: text;
    background-clip: text;
    animation: l8 2s infinite steps(11);
    margin-top: 20px;
}

.loader:before {
    content: "Loading..."
}

@keyframes l8 {
    to {
        background-position: left
    }
}



.fs-18 {
    font-size: 18px;
}

.content-section {
    background-color: #ffffff;
}

.content-card {
    background: #faf4e4;
    padding: 2rem;
    border-radius: 8px;
    border-left: 4px solid #D96C4E;
}

.content-card p,
.service-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a5568;
}

.feature-list {
    background: #faf4e4;
    padding: 2rem;
    border-radius: 8px;
}

.feature-item {
    padding: 1rem;
    /* background: white; */
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #0000002b;
}

.feature-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.feature-item h3 {
    color: #D96C4E;
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
}

.feature-item p {
    font-size: 16px;
    line-height: 26px;

}

.why-section h3 {
    color: #2B2B2B;
    font-size: 18px;
    padding: 20px 15px;
    background: #fff3cd;
    border-radius: 6px;
    border-left: 4px solid #D96C4E;
}


.bottom-txt {
    border-bottom: 3px solid #D96C4E;
    display: inline-block;
}

.service-inner-banner h1 {
    font-size: 24px !important;
}

.service-inner-banner span {
    font-size: 20px !important;
}

.service-img {
    display: block;
    margin: 0 auto;
    width: 80%;
}

.service-inner-banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.3;
}

.service-inner-banner .inner-heading-sec {
    z-index: 9;
}



.approach-step {
    background: white;
    border-left: 5px solid #D96C4E;
    padding: 2rem 2.5rem;
    margin-bottom: 2rem;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 8px 25px rgba(10, 42, 74, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.approach-step:hover {
    transform: translateX(10px);
    box-shadow: 0 12px 35px rgba(10, 42, 74, 0.15);
}

.step-number {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 50px;
    height: 50px;
    background: #D96C4E;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.3rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.deliverables {
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 12px;
    padding: 2rem;
    margin-top: 1.5rem;
}

.deliverables h5 {
    color: #D96C4E;

    font-weight: 600;
    margin-bottom: 1rem;
}

.deliverable-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.deliverable-item::before {
    content: '✦';
    color: #D96C4E;
    margin-right: 12px;
    font-size: 1.2rem;
}

.list-unstyled {
    list-style-type: disc;
    margin-left: 20px;
}

.staff-item {
    align-items: center;
    font-size: 20px;
}

.pricing-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.card-middle {
    background-color: #faf4e4;
    margin-top: 30px;
}


a {
    color: #2B2B2B;
}

a:hover {
    color: #2B2B2B;
}

@media(max-width:1440px) {
    .home-banner h1 {
        font-size: 45px;
    }

    .service-box h5 {
        font-size: 20px;
    }

    .num {
        font-size: 80px;
    }

    .service-box {
        padding: 10px 15px;
    }

    .process-div p {
        font-size: 16px;
    }

    .circle p {
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .service-box h5 {
        font-size: 14px;
    }

    .num {
        font-size: 50px;
    }

    .commas {
        top: -35px;
        left: 177px !important;
        width: 35px;
    }

    .circle-main {
        display: flex !important;
    }

    .circle {
        width: 230px !important;
        height: 230px !important;
    }
}

@media(max-width:991px) {

    p,
    .fs-5 {
        font-size: 14px !important;
    }

    .w-50 {
        width: 100% !important;
    }

    .hamburger {
        background-color: transparent;
        border: 0;
    }

    .mobile-header {
        background-color: #F8F5E6;
    }

    .navbar-brand img {
        width: 100px;
    }

    .navbar-nav .nav-link {
        margin-bottom: 20px;
    }

    .nav-link::before,
    .nav-link::after {
        display: none;
    }

    .home-banner .lead {
        font-size: 16px;
    }

    .small-haeding {
        font-size: 18px;
    }

    .main-heading {
        font-size: 35px;
    }

    .fullwidth-title {
        font-size: 18px;
    }

    .service-box {
        border-bottom: 1px solid #535353 !important;
        border-right: 0;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .mb-80 {
        margin-bottom: 15px !important;
    }

    .news-letter h5 {
        font-size: 30px;
    }

    .section-mt {
        margin-top: 0;
    }

    .home-banner h1 {
        font-size: 24px;
    }

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

    .inner-heading h1 {
        font-size: 16px;
    }

    .inner-heading-sec {
        bottom: -15px;
    }

    .circle-main {
        display: grid !important;
    }

    .circle p {
        margin-bottom: 0;
        font-size: 12px !important;
    }

    .circle {
        width: 250px;
        height: 250px;
        margin-right: 0;
        margin-top: -40px;
    }

    .circle .circle-heading {
        font-size: 16px;
    }

    .vission .fs-4 {
        font-size: 14px !important;
    }

    .services {
        height: 300px;
    }

    .form-card {
        padding: 25px 25px;
    }

    .social-media-contact {
        position: relative;
        bottom: 0;
        margin-top: 50px !important;
    }

    .contact-info {
        padding: 30px;
        border-radius: 0;
    }

    .lh-45 {
        line-height: 35px;
    }

    .mobile-pt0 {
        padding-top: 0 !important;
    }

    .commas {
        left: 0;
    }

    .mb-200 {
        margin-bottom: 115px;
    }

    .mt-150 {
        margin-top: 65px !important;
    }

    .line {
        height: 70px;
        top: -87px;
    }

    .mobile-mb90 {
        margin-bottom: 90px !important;
    }

    .home-banner-img {
        height: 50vh;

    }

    .marquee {
        height: 40px;
    }

    .news-letter .input-group {
        display: block !important;
    }

    .news-letter .input-group .form-control {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .news-letter .input-group-text {
        letter-spacing: 1px;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .mobile-p0 {
        padding: 0 !important;
    }

    .service-box h5 {
        font-size: 16px !important;
    }

    .custom-btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .btn2 {
        font-size: 14px;
        padding: 10px 20px;
    }

    .newsletter-section {
        border-radius: 0;
    }

    #svgContainer {
        display: none;
    }

    .about-pb {
        padding-bottom: 30px !important;
    }

    .outer-border {
        padding: 20px;
        border-radius: 0;
    }

    .home-banner .p-4 {
        padding: 20px 10px !important;
    }


    /* New */

    .service-inner-banner h1 {
        font-size: 14px !important;
    }

    .approach-step {
        padding: 35px;
    }

    .deliverable-item {
        font-size: 14px;
    }

    .deliverables {
        padding: 10px;
    }

    .service-page .main-heading {
        font-size: 24px;
    }

    .service-page .fs-3 {
        font-size: 18px !important;
    }

}