/* fontawasome-link */
@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');

/* fontawasome-link */

/* great-vibes-font */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
/* great-vibes-font */


:root {
    --primary-color: #2e0000;
    --secondry-color: #C6A75E;
    --color-black: #1a1414;
    --menu-text: #2A2A2A;
    --color-white: #fff;
    --footer-color: #2B1230;
    --footer-link-color: #E6D9C9;
    --color-red: #b30000;
    --white-bg: #e7effc;
    --sec-bg: #F5F1EC;
    --dark-bg: #0a0a0a;
    --light-black: #666;
    --bg-gredient: linear-gradient(transparent, #3B1E3F);
    --primary-font: "Poppins", sans-serif;
    --secondry-font: "Playfair Display", serif;
}

html {
    font-size: 62.5%;
}

html,
body {
    overflow-x: hidden !important;
}

body {
    background: var(--sec-bg);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--primary-font);
}

a {
    text-decoration: none !important;
}

ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--secondry-font);
}

.img-coverr {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ptb {
    padding: 7rem 0;
}

.sec-pt {
    padding-top: 7rem;
}

.sec-pb {
    padding-bottom: 7rem;
}

.bder-btm {
    border-bottom: 3px solid #c6a75e3b
}


p {
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: 0.02rem;
    color: var(--menu-text);
}



/* header-start */
.navbar-toggler .icon-bar {
    display: block;
    width: 3.6rem;
    height: .4rem;
    background-color: var(--secondry-color);
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
}


header.main-header {
    background: linear-gradient(#f7f0ea, #f7efe9);
}

i.top-hdr-time-icn {
    color: var(--primary-color) !important;
}

.hdr-logo img {
    width: 10rem;
}

.top-nav-container {
    background-color: var(--deep-black);
    font-size: 13px;
    overflow: hidden;
}

.top-left-info {
    font-weight: 500;
}

.top-right-section {
    height: 100%;
}

.links-wrapper {
    background: linear-gradient(to right, #0073a2, #070707 100%);
    height: 100%;
    padding: 1.3rem 3rem;
    position: relative;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 3% 50%);
}

.for-sm-hdr-social {
    display: none;
}

.top-link {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    white-space: nowrap;
    transition: opacity 0.3s;
}

.top-link:hover {
    opacity: 0.8;
    color: var(--color-white);
}

.fixed-hdr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--color-white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}


.social-wrapper {
    height: 100%;
}

.social-wrapper a {
    color: var(--color-white);
    margin-left: 15px;
    font-size: 14px;
    transition: color 0.3s;
}

.social-wrapper a:hover {
    color: var(--primary-color);
}

.top-bar {
    background-color: var(--dark-bg);
    color: var(--color-white);
    font-size: 14px;
    padding: 8px 0;
}

.top-links a {
    color: var(--color-white);
    text-decoration: none;
    margin-left: 20px;
    transition: 0.3s;
}

.top-links a:hover {
    color: var(--primary-color);
}

.social-icons a {
    margin-left: 15px;
}

.main-header .nav-link {
    font-weight: 500;
    padding: 0 1.5rem !important;
    font-size: 1.7rem;
    letter-spacing: 0.03rem;
    text-transform: capitalize;
    color: var(--menu-text);
}

.btn-appointment {
    background-color: var(--secondry-color);
    color: var(--color-white);
    padding: 1.4rem 3.7rem;
    border: none;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    font-size: 1.6rem;
    border-radius: .7rem;
    outline: none;
    box-shadow: 0 10px 30px rgba(120, 90, 60, 0.25);
}


.navbar-toggler {
    border: none;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
}


.navbar-toggler:not(.collapsed) .top-bar-line {
    transform: translateY(8px) rotate(45deg);
}

.navbar-toggler:not(.collapsed) .middle-bar-line {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .bottom-bar-line {
    transform: translateY(-8px) rotate(-45deg);
}

.hdr-dropdown .dropdown-menu {
    min-width: 18rem;
}

.hdr-dropdown .dropdown-menu li a {
    font-size: 1.5rem;
    padding: 1rem;
}

.hdr-dropdown .dropdown-menu li a {
    font-size: 1.5rem;
    padding: 1rem;
    border-bottom: 1px solid var(--bs-border-color-translucent);
    font-weight: 500;
}

.hdr-dropdown .dropdown-menu li a.active,
.hdr-dropdown .dropdown-menu li .dropdown-item:active {
    background: var(--primary-color);
}


.ser-btn button i {
    font-size: 1.5rem;
    margin: 0 0.5rem;
}


.call-text small {
    font-size: 1.4rem;
}

.call-text {
    width: 100%;
    height: 100%;
}

.call-text strong {
    font-size: 1.6rem;
}

.hdr-cl-icon i {
    font-size: 2.5rem;
    margin-right: 1rem;
}

.ser-btn .search-btn {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.ser-btn .search-btn:hover i {
    color: var(--primary-color);
    transition: 0.8s;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 1200px) {
    header.main-header .navbar .container-fluid {
        padding: 0 15rem;
    }
}

@media (min-width: 992px) {
    .hdr-dropdown:hover .dropdown-menu {
        display: block;
    }

    .hdr-dropdown .dropdown-menu {
        margin-top: 0;
    }

    .hdr-dropdown>.nav-link::after {
        display: inline-block;
        margin-left: 0.5rem;
        vertical-align: middle;
        content: "";
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
    }

    .navbar-expand-lg .navbar-collapse {
        gap: 2rem;
    }
}

@media (max-width: 991px) {
    .navbar-toggler {
        display: block !important;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 255px;
        height: 100vh;
        background: var(--color-white);
        padding: 30px 20px 20px;
        transition: left 0.35s ease-in-out;
        box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
        z-index: 1050;
    }

    .navbar-collapse.show {
        left: 0;
    }

    .navbar-nav {
        align-items: flex-start !important;
    }

    .nav-item {
        width: 100%;
    }

    .main-header .nav-link {
        width: 100%;
        border-bottom: 1px dotted #666666b3;
        padding: 3rem 0 1rem !important;
    }

    .ser-btn {
        margin-top: 2rem;
        align-items: start !important;
    }

    .contact-box {
        display: none !important;
    }

    .mobile-arrow {
        font-size: 14px;
        margin-left: 10px;
        cursor: pointer;
    }

    .hdr-dropdown .dropdown-menu.show+.mobile-arrow i {
        transform: rotate(180deg);
        transition: 0.3s;
    }

    .dropdown-toggle::after {
        display: none;
    }

}

@media (max-width: 576px) {
    .links-wrapper {
        display: none !important;
    }

    .ser-btn {
        flex-direction: column;
        gap: 1.5rem;
    }

    .for-sm-hdr-social {
        display: flex;
        gap: 1rem;
    }

    .for-sm-hdr-social {
        display: flex;
        gap: 3rem;
        margin: 1rem 0;
    }

    .for-sm-hdr-social a i {
        font-size: 18px;
        color: var(--primary-color);
        outline: 1px solid var(--primary-color);
        outline-offset: 7px;
        border-radius: 50%;
    }
}

/* header-end */

/* header-modal */

.custom-modal-width {
    max-width: 900px;
}

.design-side {
    height: 100%;
    background-size: cover !important;
}

.design-side::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to left, transparent, #3b1e3f8c, #3b1e3feb);
    width: 100%;
    height: 100%;
}

.modal-logo {
    width: 8.4rem;
}

.modal-logo img {
    filter: brightness(0) saturate(100%) invert(69%) sepia(33%) saturate(565%) hue-rotate(4deg) brightness(93%) contrast(85%);
}

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

.modal-lt-midle-txt h2 {
    font-size: 3.1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    line-height: 4rem;
    letter-spacing: 0.01rem;
}

.modal-main-tle img {
    width: 20rem;
    margin: auto;
    object-fit: cover;
    margin-top: .5rem;
}

.modal-lt-midle-txt p {
    font-size: 2rem;
    color: var(--color-white);
    letter-spacing: 0.03rem;
    text-align: center;
    font-family: var(--secondry-font);
}

.experience-tag .modal-exper-txt {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    font-size: 1.9rem;
    padding: 1.2rem 3rem;
    color: var(--color-white);
    max-width: 87%;
    display: flex;
    gap: .89rem;
    align-items: center;
    font-weight: 500;
    border: 1px solid;
    border-image: linear-gradient(to right, #3B1E3F, #c6a75ed4) 1;
}

.hdr-mdal-rt {
    background: linear-gradient(180deg, #fcf5f3 0%, #f6e9e4 35%, #f1e4e0 70%, #e5d1cc 100%);
    height: 100%;
}


.hdr-mdal-rt h3 {
    font-size: 2.6rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.hdr-mdal-rt p {
    color: var(--menu-text);
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.input-check-wrpr {
    padding: 1rem 2rem;
    background: #f3e5da;
    margin: 1.5rem 0;
    border: 1px solid #c1a35d47;
    border-radius: 1rem;
}

.experience-tag .modal-exper-txt span {
    color: var(--secondry-color);
    font-weight: 600;
    margin-right: .5rem;
}

.form-control,
.form-select,
.input-group-text {
    padding: 12px;
    font-size: 1.5rem;
}

#whatsapp:checked {
    background-color: var(--secondry-color);
    border-color: var(--secondry-color);
}

.custom-check .form-check-input:checked {
    background-color: var(--secondry-color);
    border-color: var(--secondry-color);
}


.modal-content {
    border-radius: 15px;
}

.modal-frm-rt .modal-frm-btn {
    border: none;
    background: linear-gradient(135deg, #a97327 0%, #C6A75E 100%, #C6A75E);
    padding: 1.4rem 3rem;
    display: inline-block;
    height: 5rem;
    font-size: 1.6rem;
    color: var(--color-white);
    border-radius: 1rem;
}

.hdr-mdal-rt .btn-close {
    font-size: 1.5rem;
    outline: 2px solid #ae7c30;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}

.modal-frm-rt input:focus {
    box-shadow: none;
}

/* header-modal */



/* banner-start */

section.banner {
    height: 88vh;
    width: 100%;
    position: relative;
}

.bnr-wraper {
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative;
    isolation: isolate;
}

.bnr-wraper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, transparent, #2e0000ab, #2e0000c2);
    z-index: -1;
}

.bnr-main-cont {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 2rem;
}

.bnr-txt-cont-wrap h1 {
    font-size: 5rem;
    color: var(--color-white);
    text-transform: capitalize;
    letter-spacing: 0.03rem;
    margin-bottom: 2rem;
}

.bnr-txt-cont-wrap>p {
    font-size: 1.7rem;
    font-family: var(--secondry-font);
    color: var(--color-white);
    font-weight: 500;
    letter-spacing: 0.03rem;
    margin: 2rem 0;
}


.bnr-btn-items {
    display: flex;
    align-items: center;
    gap: 1.8rem;
    margin: 3rem 0;
}

.explre-btn a {
    background-color: var(--secondry-color);
    color: var(--color-white);
    padding: 1.4rem 3.4rem;
    border: none;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    font-size: 1.7rem;
    border-radius: .7rem;
    outline: none;
    box-shadow: 0 10px 30px rgba(120, 90, 60, 0.25);
    letter-spacing: 0.03rem;
}

.quote-btn a {
    background-color: #2905067d;
    color: var(--color-white);
    padding: 1.4rem 3.4rem;
    border: 2px solid var(--secondry-color);
    font-weight: 600;
    display: inline-block;
    text-align: center;
    font-size: 1.7rem;
    border-radius: .7rem;
    outline: none;
    box-shadow: 0 10px 30px rgba(120, 90, 60, 0.25);
    letter-spacing: 0.03rem;
}

.bnr-fea-card {
    display: flex;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.9);
    max-width: 55rem;
    margin-top: 5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
}

.bnr-fea-card .bnr-crd-items {
    display: flex;
    flex-direction: column;
    margin-right: 2rem;
    position: relative;
    border-right: 2.4px solid #c6baabb0;
    padding: 0 2rem;
}

.bnr-fea-card .bnr-crd-items span {
    font-size: 3.8rem;
    font-weight: 600;
    color: var(--primary-color);
}

.bnr-fea-card .bnr-crd-items p {
    font-size: 1.9rem;
    font-family: var(--secondry-font);
    font-weight: 600;
    letter-spacing: 0.01rem;
    color: #6A5C6D;
}

.bnr-fea-card .bnr-crd-items:last-child {
    border: none;
}

/* banner-end */

/* about-start */
section.about-section {
    position: relative;
}

.abt-rt {
    margin-left: 5rem;
    position: relative;
    isolation: isolate;
}

.abt-rt:after {
    content: "";
    position: absolute;
    background: url(../images/logo.png);
    background-size: cover;
    width: 369px;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    right: -50%;
    z-index: -1;
    opacity: 0.1;
}


h2.sec-title {
    font-size: 3.5rem;
    font-weight: 600;
    color: var(--primary-color);
    position: relative;
    letter-spacing: 0.01rem;
}

.abt-rt h2 {
    margin-left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.abt-rt p {
    font-weight: 500;
    letter-spacing: 0.01rem;
    margin: 2rem 0;
    font-size: 1.8rem;
}

.abt-rt .about-list li {
    font-size: 1.9rem;
    color: var(--menu-text);
    font-weight: 500;
    letter-spacing: 0.01rem;
    margin-bottom: 1.6rem;
}

.abt-rt .about-list li i {
    font-size: 2rem;
    color: var(--secondry-color);
    margin-right: 1rem;
}

.title-bder {
    position: relative;
}



h2.title-bder::before,
h2.title-bder::after {
    content: "";
    flex: 1;
    height: 2px;
    background: #c6a75e46;
}

.about-img {
    position: relative;
    z-index: 64;
}

/* about-end */

/* services-start */

h2.sec-title-bdr-cntr {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 20px;
    width: 100%;
}

h2.sec-title-bdr-cntr:before,
h2.sec-title-bdr-cntr:after {
    content: "";
    flex: 1;
    height: 2px;
    background: #c6a75e3b;
}

.service-card {
    box-shadow: 0 10px 30px rgb(0 0 0 / 30%);
}

.service-card h3 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.01rem;
    padding: 1.8rem;
    background: var(--sec-bg);
    text-align: center;
    color: var(--menu-text);
}


.service-main-wrap {
    margin-top: 5rem;
}

/* services-end */

/* project-start */
.prject-box {
    padding: 5rem;
    margin-top: 4rem;
    background: linear-gradient(180deg,
            #2c2032 0%,
            #2d2132 33%,
            #302538 66%,
            #2f2337 100%);
    border-radius: 1rem;
}

.prject-icon {
    width: 6rem;
    height: 6rem;
}

.prject-icon img {
    filter: brightness(0) saturate(100%) invert(69%) sepia(34%) saturate(526%) hue-rotate(4deg) brightness(92%) contrast(88%);
}

.prject-bx-items h3 {
    font-size: 2rem;
    color: var(--color-white);
    font-family: var(--primary-font);
}

.prject-bx-items p {
    color: var(--color-white);
}

.prject-bx-items {
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
}

.prject-bx-items {
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
    border-right: 2px solid #ffffff3d;
}

.row .col-lg-3:last-child .prject-bx-items {
    border-right: none;
}

/* project-end */

/* testimonial-start */
/* section.testi-sec {
    background: linear-gradient(180deg, #2c2032 0%, #2d2132 33%, #302538 66%, #2f2337 100%);
} */

section.testi-sec, .prject-box {
    background: linear-gradient(to left, #2e0000f0 33%, #2f2337 100%);
}

.testi-main-con {
    margin-top: 4rem;
}

.authr-img {
    width: 6rem;
    height: 6rem;
}

h2.title-white:before,
h2.title-white:after {
    background: #ffffff78;
}

h2.title-white {
    color: var(--color-white);
}

.test-crd-btm {
    padding: 3rem;
    background: var(--sec-bg);
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    min-height: 35rem;
}

.author-con {
    display: flex;
    align-items: center;
    gap: 2rem;
}

ul.star-lsting {
    display: flex;
    gap: .5rem;
    font-size: 1.7rem;
    color: var(--secondry-color);
}


.athr-txt span {
    font-size: 2.3rem;
    font-family: var(--secondry-font);
    font-weight: 700;
    margin-bottom: .8rem;
    display: inline-block;
}

.author-con {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.sign-txt {
    font-size: 2rem;
    font-family: 'Great Vibes', cursive;
    font-weight: 600;
    margin-top: 3rem;
    text-align: end;
}

.testi-card-img {
    overflow: hidden;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

.testi-card-img img {
	height: 20rem ;
	object-fit:cover;
}

/* testimonial-end */

/* cta-start */

.cta-sec {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cta-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    background-position: center;
    background-size: cover;
    filter: blur(10px);
    transform: scale(1.1);
    z-index: 1;
}

.cta-sec::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, #c49a5a2b, #00000033, #3b1e3f61);
    z-index: 2;
}

.cta-sec .container {
    position: relative;
    z-index: 3;
}

.cta-txt h4 {
    color: var(--color-white);
    font-size: 3.8rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
}

.bok-btn {
    display: flex;
    margin: auto;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 2.1rem;
}

/* cta-end */


/* project-2-start */

.proj-2-text-wrp {
    padding-top: 1rem;
    display: flex;
    gap: 3rem;
    align-items: center;
}

.proj-2-text-wrp .get-btn a {
    background: var(--primary-color);
    padding: 1.3rem 2.8rem;
    font-size: 1.7rem;
    display: inline-block;
    text-align: center;
    color: var(--color-white);
    border-radius: 5rem;
    font-weight: 500;
}

.proj-2-text-wrp p,
.proj-2-text-wrp .get-btn a {
    flex: 1;
}

.projects-carousel-wrapper {
    position: relative;
    z-index: 1;
    margin-top: 3rem;
}



.project-card {
    position: relative;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.project-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.project-card:hover .project-card-image {
    transform: scale(1.05);
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    color: white;
    transition: all 0.3s ease;
}

.project-card:hover .project-overlay {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.project-name {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 8px;
    transition: transform 0.3s ease;
}

.project-card:hover .project-name {
    transform: translateY(-5px);
}

.project-location {
    font-size: 1.6rem;
    color: #ddd;
    font-weight: 500;
    letter-spacing: 0.5px;
}


.projects-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
    padding: 0 10px;
}

.projects-carousel .owl-nav button {
    pointer-events: all;
    background-color: #c9a876 !important;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.projects-carousel .owl-nav button:hover {
    background-color: #b8956a !important;
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.projects-carousel .owl-nav button.owl-prev {
    margin-left: -7rem;
}

.projects-carousel .owl-nav button.owl-next {
    margin-right: -7rem;
}

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


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.projects-header {
    animation: fadeInUp 0.8s ease forwards;
}

.projects-carousel-wrapper {
    animation: fadeInUp 0.8s ease 0.2s forwards;
    opacity: 0;
}

.projects-carousel .owl-nav button.owl-prev i,
.projects-carousel .owl-nav button.owl-next i {
    font-size: 1.7rem;
    color: var(--color-white);
}

/* project-2-end */


/* footer-start */

.ftr-logo img {
    width: 10rem;
}

footer.footer-section {
    background: var(--primary-color);
}


/* .ftr-logo img {
    width: 10rem;
    filter: brightness(0) saturate(100%) invert(72%) sepia(56%) saturate(344%) hue-rotate(4deg) brightness(85%) contrast(87%);
} */

.ftr-logo img {
    width: 10rem;
}

.ftr-lt {
    display: flex;
    gap: 1.8rem;
}

.ftr-lt-txt h5 {
    color: #E6D9C9;
    font-family: var(--primary-font);
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.02rem;
}

.ftr-lt-txt p {
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-top: 1rem;
    color: #ffffffb0;
}

.ftr-cont h6 {
    font-size: 2rem;
    color: var(--footer-link-color);
    margin-bottom: 2rem;
    font-weight: 500;
    letter-spacing: 0.01rem;
    position: relative;
}

.ftr-cont h6:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50%;
    height: 1.2px;
    background: rgba(198, 167, 94, 0.3);
}

ul.ftr-rt-lst li a {
    font-size: 1.5rem;
    color: var(--color-white);
    margin-top: .8rem;
    display: inline-block;
}

ul.ftr-cntct-lst li i {
    color: var(--secondry-color);
    font-size: 1.8rem;
}

ul.ftr-cntct-lst li span {
    font-size: 1.5rem;
    color: var(--color-white);
}

ul.ftr-cntct-lst li {
    display: flex;
    gap: 1.4rem;
    margin-bottom: 1.6rem;
    align-items: center;
}

ul.ftr-rt-socil {
    display: flex;
    gap: 1rem;
}

ul.ftr-rt-socil li a i {
    color: var(--secondry-color);
    font-size: 1.8rem;
    margin-top: 1rem;
}

.ftr-cpyrt-ara {
    padding-top: 1.9rem;
    padding-bottom: 1rem;
    background: var(--footer-color);
    font-size: 1.6rem;
    color: #ffffffa1;
    text-align: center;
    border-top: 1px solid #ffffff1c;
}

.ftr-cpyrt-ara span {
    color: var(--secondry-color);
}

.ftr-cpyrt-ara b {
    color: var(--secondry-color);
}


/* footer-end */

/* service-page-start */
/* bnr */
section.sub-banner {
    height: 55vh;
    position: relative;
}

.sub-banner .bnr-wraper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #0000000f, #3b1e3fb3);
    z-index: -1;
}

.sub-bnr-txt-wrap {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.sub-bnr-txt-wrap h1 {
    font-size: 4.6rem;
    margin-bottom: 0;
    font-weight: 700;
}


.sub-bnr-txt-wrap p {
    font-size: 2.3rem;
    font-family: var(--primary-font);
    color: #ffffffe3;
    margin-bottom: 1rem;
    letter-spacing: 0.02rem;
}

.sub-bnr-txt-wrap span {
    font-size: 2rem;
    color: var(--color-white);
    margin: 1rem 0rem 2.4rem;
    font-weight: 500;
    letter-spacing: 0.02rem;
}

/* interior-serv */

section.inter-serv {
    background: radial-gradient(circle, #fcf5f3 0%, #f1e4e0 60%, #e5d1cc 100%);
    position: relative;
    border-bottom: 6px solid rgb(207 207 207 / 23%);
}

.inter-serv-main-cont {
    margin-top: 3.5rem;
}


.serv-crd-img {
    overflow: hidden;
    border-radius: 1.2rem 1.2rem 0 0;
}

.interior-serv-card .serv-crd-img img {
    width: 100%;
    height: 17.9rem;
    object-fit: cover;
}

.interior-serv-card .serv-crd-btm {
    padding: 2rem;
/*     min-height: 47rem; */
    border: 1px solid rgba(229, 209, 204, 0.5);
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 25px -5px rgb(229 209 204);
    background: linear-gradient(180deg,

            #ffffff 0%,

            #fcf5f3 50%,

            #f6e9e4 100%);
    border-radius: 0 0 1.2rem 1.2rem;
	margin-bottom: 2.6rem;
}

.interior-serv-card .serv-crd-btm h3 {
    font-size: 2.5rem;
    line-height: 3.1rem;
    font-weight: 500;
    margin-bottom: 1.6rem;
}

.interior-serv-card .serv-crd-btm p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.7rem;
}

.interior-serv-card .serv-crd-btm ul.serv-crd-lst li,
.design-prcs-crd .design-crd-lst li {
    font-size: 1.5rem;
    list-style-type: disc;
    margin-top: .8rem;
}

.interior-serv-card .serv-crd-btm ul.serv-crd-lst li::marker,
.design-prcs-crd .design-crd-lst li::marker {
    color: var(--secondry-color);
}

.interior-serv-card .serv-crd-btm ul.serv-crd-lst,
.design-prcs-crd .design-crd-lst {
    margin-bottom: 2rem !important;
    margin-left: 2rem !important;
}

.interior-serv-card .serv-crd-btm .bok-btn-2 {
    margin-top: auto;
}

.interior-serv-card .serv-crd-btm .bok-btn-2 a {
    width: 100%;
    background: transparent;
    box-shadow: none;
    border: 2px solid var(--secondry-color);
    color: var(--secondry-color);
    padding: 1.2rem;
    font-size: 1.56rem;
}

.interior-serv-card .serv-crd-btm .bok-btn-2 a i {
    margin-left: 1rem;
}

/* design-proces */

section.design-procs {
    background: linear-gradient(180deg,
            #fcf5f3 0%,
            #f6e9e4 35%,
            #f1e4e0 70%,
            #e5d1cc 100%);
}

.design-prcs-wrap {
    margin-top: 4rem;
}

.design-crd-itms {
    flex: 1 0 18%;
}

.design-crd-lsting {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.design-prcs-crd {
    padding: 2rem 1.5rem;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 25px -5px rgb(118 106 103 / 84%);
    background: linear-gradient(301deg, #ffffff 0%, #fcf5f3 50%, #f6e9e4 100%);
    border-radius: 1.2rem;
    border: 1px solid #c6a75e63;
}

.design-prcs-crd .design-crd-txts .nmbr {
    margin-bottom: 2rem;
    display: inline-block;
    margin-top: 1rem;
    background: #ede6def0;
    padding: 2.4rem;
    font-size: 2rem;
    color: var(--secondry-color);
    font-weight: 600;
    border-radius: 50%;
}

.design-prcs-crd h3 {
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    color: var(--menu-text);
}

.design-prcs-crd p {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

/* faq */
section.faq {
    background: linear-gradient(180deg, #fcf5f3 0%, #f6e9e4 35%, #f1e4e0 70%, #e5d1cc 100%);
    position: relative;
    border-top: 6px solid rgb(207 207 207 / 23%);
}

.faq-wraper {
    margin-top: 4rem;
}

.faq_accordions .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.faq_accordions .card-body {
    padding: 1.5rem 1rem;
    margin-bottom: 3rem;
}

.faq_accordions .accordion-header .accordion-button {
    border: 0px solid #d2dae1;
    border-radius: 0px;
    font-size: 2.2rem;
}

.faq_accordions .accordion-item {
    border-bottom: 1px solid #d2dae1;
    padding: 1rem .5rem;
}

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

.faq-wraper {
    margin-top: 3rem;
}

.faq_accordions .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(0.7) !important;
    background-size: 100%;
    width: 1.8rem;
    height: 1.8rem;
}

.faq_accordions div .accordion-header .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: var(--primary-color);
}

.faq_accordions .accordion-item,
.faq_accordions .accordion-header .accordion-button {
    background: linear-gradient(301deg, #ffffff 0%, #fcf5f3 50%, #f6e9e4 100%);
}

/* why-choose */

.why-chse-sec {
    background: radial-gradient(circle, #fcf5f3 0%, #f1e4e0 60%, #e5d1cc 100%);
    padding: 80px 0;
}

.why-chse-main-wrap {
    margin-top: 60px;
    background: linear-gradient(180deg, #ffffff 0%, #fcf5f3 100%);
    box-shadow: 0 25px 60px rgb(0 0 0 / 41%);
    border-radius: 1rem;
    overflow: hidden;
}

.why-chse-lt-img {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.why-chse-lt-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.why-chse-lt-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 60%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, rgba(252, 245, 243, 0) 0%, rgba(252, 245, 243, 0.4) 40%, rgb(252 245 243 / 62%) 70%, #eddeda 100%);
}


.why-chse-rt {
    padding: 3rem;
    background: linear-gradient(180deg, #eddfdb 0%, #eddeda 35%, #efe2de 70%, #eee0db 100%);
}

.hding-rt {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}


.hding-rt span {
    width: 45px;
    height: 45px;
    background: var(--secondry-color);
    color: var(--color-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 15px;
    font-size: 2rem;
    font-family: var(--secondry-font);
    font-weight: 600;
}

.nmbr-txt {
    font-size: 2.7rem;
    font-weight: 600;
    color: var(--primary-color);
    border-bottom: 1px solid #3b1e3f4a;
    padding-bottom: .5rem;
    margin-bottom: 0;
}

.dura-txt {
    font-size: 1.8rem;
    margin: 1.2rem 0;
}

.dura-txt span {
    font-weight: 600;
    color: var(--secondry-color);
}



.why-chse-rt-btm {
    margin-top: 25px;
}

.why-chse-rt-btm h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-color);
}


.btm-cont {
    display: flex;
    gap: 50px;
}


.design-crd-lst {
    list-style: disc !important;
    padding-left: 20px !important;
}

.design-crd-lst li {
    margin-bottom: 8px;
    font-size: 15px;
}

.design-crd-lst li::marker {
    color: var(--secondry-color);
}


.why-chse-lst-2 li {
    margin-bottom: 8px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.why-chse-lst-2 li i {
    color: var(--secondry-color);
    font-size: 14px;
}


.strt-btn {
    margin-top: 30px;
}

.strt-btn a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--secondry-color);
    color: var(--color-white);
    padding: 12px 28px;
    border-radius: 10px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 1.6rem;
}

.strt-btn a i {
    font-size: 14px;
}

.strt-btn a:hover {
    background: var(--secondry-color);
    color: var(--color-white);
}


/* service-page-end */

/* about-page-start */

section.abt-bnr-sec {
    padding: 8rem 0;
    background: radial-gradient(circle, #fcf5f3 0%, #f1e4e0 60%, #e5d1cc 100%);
    position: relative;
}

section.abt-bnr-sec .sub-bnr-hding-cont h1 {
    font-size: 5.4rem;
    font-weight: 700;
    letter-spacing: 0.01rem;
}

section.abt-bnr-sec .sub-bnr-hding-cont h1 span {
    color: var(--secondry-color);
}

section.abt-bnr-sec .sub-bnr-hding-cont p {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.6rem;
    margin-top: 1rem;
}

/* counter-sec */

section.counter-sec {
    background: linear-gradient(180deg, #fcf5f3b8 0%, #f6e9e4e6 35%, #f1e4e0 70%, #e5d1cc 100%);
}

.counter-box {
    background: #f8f6f3;
    padding: 40px 20px;
    border-radius: 20px;
    border: 1px solid #ddd6ce;
    transition: 0.3s ease;
}


.counter-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.counter-box h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--menu-text);
}

.counter-box h2 span {
    font-size: 28px;
    color: var(--primary-color);
}

/* story */

.story-sec {
    background: radial-gradient(circle, #fcf5f3 0%, #f1e4e0 60%, #e5d1cc 100%);
    position: relative;
}


.story-title {
    font-size: 5.2rem;
    font-weight: 700;
    background: linear-gradient(90deg, #ff1e1e00 0%, #2e0000 40%, #c6a75e 60%, #2e0000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}


.timeline {
    position: relative;
    margin-top: 60px;
    padding-left: 80px;
}


.timeline::before {
    content: "";
    position: absolute;
    left: 35px;
    top: 0;
    width: 3px;
    height: 100%;
    background: var(--secondry-color);
}


.timeline-item {
    position: relative;
    margin-bottom: 80px;
}


.timeline-year {
    position: absolute;
    left: -7.6rem;
    top: 0;
    width: 70px;
    height: 70px;
    background: var(--secondry-color);
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    font-size: 1.7rem;
    color: var(--menu-text);
}


.timeline-content {
    padding: 5rem;
    margin-left: 60px;
    box-shadow: 0 20px 25px -5px rgb(118 106 103 / 24%);
    background: linear-gradient(to right, #ffffff 0%, #fcf5f3 50%, #f6e9e4 100%);
    border-radius: 1.2rem;
    border: 1px solid #c6a75e;
}

.timeline-content h3 {
    font-weight: 700;
    margin-bottom: 1.6rem;
    font-size: 2.8rem;
}


/* values */
section.mission-sec {
    background: linear-gradient(180deg, #fcf5f3b8 0%, #f6e9e4e6 35%, #f1e4e0 70%, #e5d1cc 100%);
}

.mission-card {
    background: linear-gradient(180deg, #ffffff 0%, #f3e6e2 100%);
    padding: 50px 30px;
    border-radius: 30px;
    border: 1px solid #e4d6c6;
    transition: 0.3s ease;
    height: 100%;
    margin-top: 3rem;
}


.mission-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.05);
}

.icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: #efe3cf;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box i {
    font-size: 28px;
    color: var(--secondry-color);
}


.mission-card h4 {
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: 1.8rem;
    color: var(--menu-text);
}

/* team */

section.team {
    background: radial-gradient(circle, #fcf5f3 0%, #f1e4e0 60%, #e5d1cc 100%);
    position: relative;
}




/* .flip-card-container {
    perspective: 1000px; 
    height: 450px;
} */

.flip-card {
    width: 100%;
    height: 100%;
    perspective: 1000px;
    height: 450px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
}


.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}


.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}


.flip-card-front {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}


.glass-info {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 2rem;
    border-radius: 1.5rem;
    width: 79%;
    text-align: left;
    color: white;
}

.glass-info h5 {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
    font-weight: 700;
    color: var(--color-white);
}

.flip-card-back {
    background: linear-gradient(to top, #ffffff 0%, #f3e6e2 100%);
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border: 1px solid var(--secondry-color);
}

.flip-card-back h5 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.badge-custom {
    background: linear-gradient(to left, #c7bfbff2 0%, #c6a75e 100%);
    color: var(--menu-text);
    padding: .8rem 1.5rem;
    border-radius: 20px;
    font-weight: 500;
    display: inline-block;
    font-size: 1.6rem;
}

.flip-card-back p {
    margin-top: 2rem;
}
/* 
.icon-circle {
    width: 8rem;
    height: 8rem;
    background: linear-gradient(#f7f0ea, #f7efe9);
    border: 1px solid #f6e9e4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondry-color);
    font-size: 2.5rem;
    box-shadow: 0 20px 25px -5px rgb(118 106 103 / 19%);
} */

.team-small-img img {
    width: 6rem;
    height: 6rem;
    object-fit: cover;
    border-radius: 50%;
}

/* about-page-end */

/* project-page-start */

.sub-pg-bnr {
    height: 65vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative;
}

.sub-pg-bnr-txts {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.sub-pg-bnr-txts h1 {
    font-size: 6rem;
    color: var(--color-white);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
}

.sub-pg-bnr-txts nav .breadcrumb li,
.sub-pg-bnr-txts nav .breadcrumb li a {
    color: var(--color-white);
}

.sub-pg-bnr-txts nav .breadcrumb {
    font-size: 1.8rem;
    font-weight: 500;
}


.sub-pg-bnr-txts nav .breadcrumb {
    font-size: 1.8rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}


.sub-pg-bnr-txts nav .breadcrumb-item {
    display: flex;
    align-items: center;
}


.sub-pg-bnr-txts nav .breadcrumb-item+.breadcrumb-item::before {
    padding-top: 4px;
    height: 100%;
    display: flex;
    align-items: center;
}

.sub-pg-bnr-txts nav .breadcrumb li,
.sub-pg-bnr-txts nav .breadcrumb li a {
    color: var(--color-white);
    text-decoration: none;
    line-height: 1;
}

.sub-pg-bnr-txts nav .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    transform: scale(1.5);
    margin: 1rem;
    vertical-align: middle;

}


/* tabs-sec */

.project-tab-sec {
    background: radial-gradient(circle, #fcf5f3 0%, #f1e4e0 60%, #e5d1cc 100%);
    position: relative;
    z-index: 40;
}

.tab-glry-lsting {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: .8rem;
}

.galry-items {
    flex: 1 0 17%;
}

.glry-img img {
    width: 35rem;
    height: 20rem;
    object-fit: cover;
}

.project-tab-wrap .tab-content {
    margin-top: 3.7rem;
}



.project-tab-wrap .nav-pills li .active {
    background: var(--secondry-color);
    color: var(--color-white) !important;
}

.tab-glry-lsting {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* Responsive */

@media (max-width: 1200px) {
    .tab-glry-lsting {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .tab-glry-lsting {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .tab-glry-lsting {
        grid-template-columns: 1fr;
    }
}

.galry-items {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 8px 25px rgb(0 0 0 / 35%);
}

.glry-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.glry-txt-overly span {
    color: var(--secondry-color);
    font-size: 1.6rem;
    font-weight: 600;
    transform: translateY(30px);
    transition: 0.4s ease;
    text-transform: capitalize;
    background: linear-gradient(301deg, #ffffff 0%, #fcf5f3 50%, #f6e9e4 100%);
    width: 100%;
    padding: .8rem;
    text-align: center;
    display: inline-block;
}

.glry-txt-overly {
    position: absolute;
    z-index: 6565;
    bottom: 30px;
    width: 100%;
}


.project-tab-wrap .nav-pills li .nav-link {
    font-size: 1.8rem;
    color: var(--secondry-color);
    font-weight: 600;
    letter-spacing: 0.02rem;
}

div#Apartment .row div img {
    width: 300px;
    height: 179px;
    object-fit: cover;
}

/* project-page-end */

/* contact-page-start */


.contact-form-card {
    background: var(--color-white);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(229, 209, 204, 0.3);
    border: 1px solid rgba(229, 209, 204, 0.5);
}

.modal-frm-rt .form-select,
.modal-frm-rt input {
    font-size: 1.5rem;
    color: var(--menu-text);
}

.modal-frm-rt label {
    font-size: 1.6rem;
    color: var(--primary-color);
    font-weight: 500;
    text-transform: capitalize;
}

.form-check label i {
    color: #16a34a;
    font-size: 1.8rem;
}

.form-control,
.form-select {
    background-color: #fcf8f7;
    border: 1px solid #eee;
    padding: 12px;
    font-size: 0.9rem;
    border-radius: 8px;
}

.info-card {
    background: linear-gradient(301deg, #ffffff 0%, #c4a45b33 50%, #f6e9e4 100%);
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid rgba(229, 209, 204, 0.3);
    margin-top: 3rem;
    display: flex;
    gap: 1rem;
    min-height: 12rem;
    box-shadow: 0 6px 18px rgb(174 142 87 / 27%);
}

.info-card .conct-rt-icn i {
    color: var(--secondry-color);
    width: 5rem;
    height: 5rem;
    background: linear-gradient(180deg, #fcf5f3 0%, #f6e9e4 35%, #f1e4e0 70%, #e5d1cc 100%);
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
}

h3.cnct-frm-rt-tle {
    font-size: 2.9rem;
    font-weight: 700;
}

.info-card .info-txt h6 {
    font-size: 1.9rem;
    font-family: var(--secondry-font);
    font-weight: 700;
    margin-bottom: 1rem;
}

.cnct-rt-wrap .hours-card {
    background: linear-gradient(301deg, #ffffff 0%, #c4a45b33 50%, #f6e9e4 100%);
    border-radius: 15px;
    border: 1px solid rgba(229, 209, 204, 0.4);
    margin-top: 3rem;
    padding: 2.4rem !important;
}

.cnct-rt-wrap .hours-card .hour-txt-cont span {
    font-size: 1.7rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 1rem;
}

.gold-text {
    color: var(--secondry-color);
}

.cntct-frm-sec {
    background: linear-gradient(180deg, #fcf5f3 0%, #f6e9e4 35%, #f1e4e0 70%, #e5d1cc 100%);
}

.cnct-rt-wrap .hours-card h5 {
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.02rem;
}

.cnct-rt-wrap .hours-card .hour-txt-cont {
    border-bottom: 1px solid #c6a75e7d;
    padding: 0.4rem;
}

.contact-form-card h2 {
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--menu-text);
}

.contact-form-card .cnct-from-lt .form-select,
.contact-form-card .cnct-from-lt input,
.contact-form-card .cnct-from-lt textarea {
    font-size: 1.5rem;
}

.contact-form-card .cnct-from-lt label {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--primary-color);
}

.cnct-frm-lt-wrap {
    margin-top: 3rem;
}

::placeholder {
    font-size: 1.5rem;
}

form.cnct-from-lt button {
    border: none;
    background: linear-gradient(135deg, #a97327 0%, #C6A75E 100%, #C6A75E);
    height: 5rem;
    font-size: 1.6rem;
    color: var(--color-white);
    font-weight: 600;
    border-radius: 1rem;
    box-shadow: none !important;
}


.cont-go-card {
    background: linear-gradient(301deg, #ffffff 0%, #c4a45b33 50%, #f6e9e4 100%);
    border: 1px solid #e2caa0;
    border-radius: 30px;
    padding: 60px 30px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
}


.cont-go-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}


.cont-go-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    background: #efe6d6;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont-go-icon i {
    font-size: 26px;
    color: var(--secondry-color);
}

section.cont-map {
    background: radial-gradient(circle, rgb(252, 245, 243) 0%, rgb(241, 228, 224) 60%, rgb(229, 209, 204) 100%);
    padding-top: 7rem;
    padding-bottom: 5rem;
}

section.cont-go-section {
    background: radial-gradient(circle, rgb(252, 245, 243) 0%, rgb(241, 228, 224) 60%, rgb(229, 209, 204) 100%);
    padding-bottom: 7rem;
}

.cont-go-card h4 {
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1.4rem;
}

/* contact-page-end */


/* terms */

.terms-banner,
.privacy-banner {
    height: 23rem;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    position: relative;
    isolation: isolate;
}

.terms-banner h2,
.privacy-banner h2 {
    color: var(--secondry-color);
    font-size: 3rem;
    font-weight: 700;
    max-width: 86rem;
    width: 100%;
    position: relative;
    letter-spacing: 0.03rem;
    z-index: 1;
    text-align: center;
    padding: 1.3rem 5.2rem;
    background-image: linear-gradient(to left, transparent 5%, #e9d7d3b5, rgb(241 228 224), transparent 95%);
}

.sub-pg-bnr-txts h1 {
    font-size: 4.6rem;
    color: var(--primary-color);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    max-width: 70rem;
    background-image: linear-gradient(to left, transparent 5%, #e9d7d3de, rgb(241 228 224 / 80%), transparent 95%);
    width: 100%;
    text-align: center;
    padding: 1.2rem 0;
}


.privacy-texts {
    margin-top: 4rem;
}


.term-serv,
.privacy-plcy {
    border-bottom: .1rem solid rgba(255, 255, 255, .1);
    padding-bottom: 7rem;
    background: radial-gradient(circle, #fcf5f3 0%, #f1e4e0 60%, #e5d1cc 100%);
}

.term-texts h2 {
    color: var(--brand);
    margin-bottom: 1.2rem
}

.term-content h3,
.privacy-content h3 {
    font-size: 2.7rem;
    font-family: var(--primary-font);
    font-weight: 600;
    color: var(--primary-color);
}

.term-content {
    margin-top: 2.8rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.term-content ul {
    margin-left: 2rem !important;
}

.term-content ul {
    margin-left: 2rem !important;
}

.term-content ul li {
    margin-top: .5rem;
    list-style-type: disc
}

.term-content p {
    text-wrap: balance
}

.term-content ul li .term-list li {
    list-style-type: none;
    position: relative;
    font-size: 1.7rem;
    font-weight: 500;
}

.term-content ul li .term-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    margin-right: .6rem;
    font-size: 1.8rem;
    font-weight: 300
}

.t-contact ul {
    gap: 0 !important
}

.term-content ul li strong {
    font-size: 1.8rem;
    color: var(--menu-text);
    margin-bottom: .8rem;
    display: inline-block;
}

.term-content ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.term-content ul li a,
.term-content ul li {
    color: var(--brand);
    font-size: 1.6rem;
}

.term-content ul li::marker {
    color: var(--menu-text);
    font-size: 1.7rem;
}

/* terms */

/* privacy- */


.p-contact a,
.privacy-texts a,
.privacy-texts h2 {
    color: var(--brand)
}

.p-contact h4 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--menu-text);
}

.privacy-texts h2 {
    margin-bottom: 1.2rem
}

.privacy-content ul {
    margin-left: 1.8rem !important;
}


.privacy-content {
    margin-top: 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem
}

.privacy-content ul li {
    margin-top: .5rem;
    list-style-type: disc;
    font-size: 1.6rem;
}

.privacy-content ul li .check-lst li {
    list-style-type: none;
    position: relative
}

.privacy-content ul li .check-lst li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    margin-right: .6rem;
    font-size: 1.8rem;
    font-weight: 300
}


/* privacy */

/* 404-page */

.err-cont {
    background: radial-gradient(circle, #fcf5f3 0%, #f1e4e0 60%, #e5d1cc 100%);
}

.bg-decoration {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.decoration-shape {
    position: absolute;
    opacity: 0.1;
}

.container-err {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    isolation: isolate;
}

.content-wrapper:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000de;
    z-index: -1;
}

.shape-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #8B7355 0%, transparent 70%);
    border-radius: 50%;
    top: -100px;
    right: -100px;
    animation: float 6s ease-in-out infinite;
}

.shape-2 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #D4A574 0%, transparent 70%);
    border-radius: 50%;
    bottom: -50px;
    left: -100px;
    animation: float 8s ease-in-out infinite reverse;
}

.shape-3 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, #C19A6B 0%, transparent 70%);
    border-radius: 50%;
    top: 50%;
    right: 10%;
    animation: float 7s ease-in-out infinite;
}

@keyframes float {

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

    50% {
        transform: translateY(30px);
    }
}

.container-404 {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.err-center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.error-number {
    font-size: 180px;
    font-weight: 900;
    background: linear-gradient(135deg, #c6a75e 0%, #2b1230 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 20px;
    animation: slideInLeft 0.8s ease-out, bounce 2s ease-in-out infinite;
    animation-delay: 0s, 0.8s;
}

.error-icon {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #D4A574 0%, #C19A6B 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    margin-bottom: 5rem;
    margin-top: 3rem;
    animation: rotateScale 3s ease-in-out infinite;
    box-shadow: 0 20px 60px rgba(139, 115, 85, 0.2);
}



@keyframes bounce {

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

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

@keyframes rotateScale {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

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




.error-title {
    font-size: 4rem;
    font-weight: bold;
    color: var(--color-white);
    margin-bottom: 2rem;
    line-height: 1.2;
    margin-top: .5rem;
}

.error-subtitle {
    font-size: 1.7rem;
    color: var(--secondry-color);
    margin-bottom: 15px;
    font-weight: 600;
}



.content-wrapper {
    padding-top: 5rem;
    padding-bottom: 4rem;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.floating-item {
    position: absolute;
    animation: floatingMove 4s ease-in-out infinite;
}



@keyframes floatingMove {

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

    50% {
        transform: translateY(-30px) rotate(10deg);
    }
}

/* 404-page */

/* gallery-page */

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.4s ease;
    border-radius: 15px;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.4s ease;
}


.gallery-overlay i {
    color: var(--color-white);
    font-size: 3rem;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
}

.gallery-overlay i:hover {
    color: var(--secondry-color);
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

/* gallery-page */



/* responsive-start */

@media (min-width: 991.99px) and (max-width: 1900px) {
    /* home-page */

    .abt-rt:after {
        width: 300px;
        height: 200px;
        right: -11%;
    }

    h2.sec-title {
        display: flex;
        align-items: center;
    }

    h2.title-bder:before {
        flex: 1;
    }

    h2.title-bder:after {
        flex: 1;
    }

    /* home-page */

}


@media (max-width: 1199.98px) {

    /* home-page */

    h2.title-bder:before {
        right: -33px;
    }

    h2.title-bder:after {
        left: -261px;
    }

    .testi-card-img {
        height: auto;
        max-height: 14rem;
    }

    .service-card h3 {
        font-size: 1.8rem;
    }

    .service-card h3 {
        height: 7rem;
    }

	.test-crd-btm {
       min-height: 35rem;
     }

	.projects-carousel .owl-nav button.owl-prev {
       margin-left: -2rem;
    }
	
	.projects-carousel .owl-nav button.owl-next {
      margin-right: -2rem;
    }
	
    /* home-page */

    /* about-page */

    .badge-custom {
        font-size: small;
    }

    .glass-info {
        width: 100%;
    }

	
	
    /* about-page */

    /* service-page */

    .design-crd-itms {
        flex: 0 0 30%;
    }

	.design-prcs-crd {
        min-height: 100%;
     }
	
    /* service-page */

    /* contact-page */

    section.abt-bnr-sec .sub-bnr-hding-cont h1 {
        font-size: 4.6rem;
    }

    section.abt-bnr-sec .sub-bnr-hding-cont p {
        font-size: 1.7rem;
    }

    /* contact-page */
	
	.interior-serv-card .serv-crd-btm {
    min-height: 53rem;
}

}


@media (max-width: 991.98px) {
    br.only-desktop {
        display: none;
    }

    /* home-page */
    .hdr-logo img {
        width: 9rem;
    }

    .bnr-txt-cont-wrap h1 {
        font-size: 4.4rem;
        margin-bottom: 1.7rem;
    }

    .ptb {
        padding: 3rem 0;
    }

    .abt-rt h2 {
        margin-left: 0;
    }

    ul.about-list {
        text-align: center;
    }

    h2.sec-title-bdr-cntr:before,
    h2.sec-title-bdr-cntr:after,
    h2.title-bder:after,
    h2.title-bder:before {
        display: none;
    }

    h2.sec-title-bdr-cntr {
        display: inline-block;
    }

    .service-main-wrap {
        margin-top: 0rem;
    }

    .service-card {
        box-shadow: 0 10px 30px rgb(0 0 0 / 30%);
        margin-top: 2rem;
    }


    .abt-rt:after {
        width: 200px;
        height: 200px;
        top: 151px;
        right: 80%;
    }

    .ftr-cont h6:after {
        display: none;
    }

    .ftr-cont {
        margin-top: 2rem;
        margin-left: 2rem;
    }

    .ftr-cont h6 {
        margin-bottom: 1rem;
    }


    .prject-bx-items {
     padding: 1.2rem 2rem;
     gap: .5rem;
     margin-bottom: 1.5rem;
     border: 1px solid;
     border-image: linear-gradient(to bottom, #75571d, #C6A75E) 1;
     min-height: 23rem !important;
   }

    .cta-sec {
        padding: 100px 0;
    }

    .row .col-lg-3:last-child .prject-bx-items {
        border-right: 1px solid;
    }

    .bnr-btn-items {
        margin: 2rem;
    }

    .prject-box {
        margin-top: 2.4rem;
    }

    /* home-page */

    /* about-page */

    section.abt-bnr-sec .sub-bnr-hding-cont h1 {
        font-size: 4rem;
    }

    section.abt-bnr-sec .sub-bnr-hding-cont p {
        font-size: 1.7rem;
        margin-top: .5rem;
    }

    .counter-box h2 {
        font-size: 3.8rem;
        margin-bottom: 0;
    }

    .counter-box {
        padding: 3rem;
    }

    section.abt-bnr-sec {
        padding: 6rem 0;
    }

    .story-title {
        font-size: 3.5rem;
        ;
        margin-bottom: .6rem;
    }

    .timeline {
        margin-top: 3rem;
    }

    .timeline-content {
        padding: 4rem;
        margin-left: 5rem;
    }

    .timeline-item {
        margin-bottom: 4rem;
    }

    .timeline-content h3 {
        margin-bottom: 1.4rem;
        font-size: 2.4rem;
    }

    .mission-card {
        margin-top: .2rem;
    }

    .mission-card h4 {
        font-size: 2.4rem;
        margin-bottom: 1.4rem;
    }

    .design-crd-itms {
        flex: 0 0 48% !important;
    }

    /* about-page */

    /* service-page */
    .bnr-txt-cont-wrap h1 {
        font-size: 4rem;
        margin-bottom: 1rem;
    }

    .sub-bnr-txt-wrap p {
        margin-bottom: .5rem;
    }

    .design-crd-itms {
        flex: 1 0 48%;
    }

    .design-prcs-crd {
        min-height: 100%;
    }

    section.inter-serv div div p,
    section.why-chse-sec div div p,
    .design-procs div div p {
        margin-top: 0rem !important;
    }

    .inter-serv-main-cont,
    .why-chse-main-wrap {
        margin-top: 3rem;
    }
	
	.interior-serv-card .serv-crd-btm {
          min-height: auto;
       }


    /* service-page */

    /* project-page */

    .project-tab-wrap .nav-pills li {
        width: auto !important;
    }

    .sub-pg-bnr-txts {
        gap: .8rem;
    }

    .sub-pg-bnr-txts h1 {
        font-size: 4rem;
    }

    .sub-pg-bnr {
        height: 55vh;
    }

    .project-tab-wrap .nav-pills li .nav-link {
        font-size: 1.6rem;
    }

    /* project-page */
	


    /* contact-page */

    .contact-form-card h2 {
        font-size: 3rem;
    }

    h3.cnct-frm-rt-tle {
        font-size: 2.7rem;
    }

    .cont-go-card h4 {
        font-size: 2.4rem;
    }

    /* contact-page */
    /* 404-page */
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .error-number {
        font-size: 120px;
    }

    .error-title {
        font-size: 2.5rem;
    }

    .error-icon {
        width: 120px;
        height: 120px;
        font-size: 60px;
    }

    .button-group {
        flex-direction: column;
    }

    .btn-primary-404,
    .btn-secondary-404 {
        width: 100%;
        text-align: center;
    }

    .shape-1,
    .shape-2,
    .shape-3 {
        opacity: 0.05;
    }

    /* 404-page */


}


@media (max-width: 575.98px) {

    /* home-page */

    .abt-rt:after {
        display: none;
    }

    .bnr-txt-cont-wrap h1 {
        font-size: 3.7rem;
        margin-bottom: 1rem;
        text-align: center;
    }

    .bnr-btn-items {
        margin: 2rem;
        flex-direction: column;
    }

    .bnr-txt-cont-wrap>p {
        text-align: center;
    }

    .explre-btn a,
    .quote-btn a,
	.proj-2-text-wrp .get-btn a {
        padding: 1.2rem 2.6rem;
        font-size: 1.5rem;
        letter-spacing: 0.02rem;
    }

    .bnr-fea-card {
        padding: 1.8rem;
        max-width: 50rem;
        margin-top: 2.5rem;
    }

    .bnr-fea-card .bnr-crd-items span {
        font-size: 2.7rem;
    }

    .bnr-fea-card .bnr-crd-items p {
        font-size: 1.57rem;
    }

    .bnr-fea-card .bnr-crd-items {
        display: flex;
        margin-right: .8rem;
        border-right: none;
        padding: 0 .5rem;
        text-align: center;
    }

    .bnr-main-cont {
        display: flex;
        align-items: self-start;
        gap: 2rem;
        padding-top: 7rem;
    }

    .abt-rt {
        margin-left: 0;
    }

    .abt-rt p {
        margin: .8rem 0;
        font-size: 1.5rem;
    }

    .abt-rt .about-list li {
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    h2.sec-title {
        font-size: 3rem;
    }

    .service-card {
        margin-top: 1rem;
    }

    .service-card h3 {
        font-size: 1.6rem;
    }

    .prject-box {
        margin-top: 1.8rem;
    }

    .testi-main-con {
        margin-top: 2.2rem;
    }

    .athr-txt span {
        font-size: 2rem;
        margin-bottom: 0;
    }

    .sign-txt {
        margin-top: .5rem;
    }

    .cta-txt h4 {
        font-size: 3.2rem;
        margin-bottom: 0;
    }

    .bok-btn {
        margin-top: .5rem;
    }

    .ftr-cont h6 {
        margin-bottom: 0;
    }

    ul.ftr-rt-lst li a {
        font-size: 1.4rem;
    }

    .ftr-cntct-lst {
        margin-top: 1rem !important;
    }

    .test-crd-btm {
        padding: 2rem;
    }

    .hdr-logo img {
        width: 7rem;
    }
	
	.test-crd-btm,.prject-bx-items {
        min-height: auto !important;
      }
	
	.proj-2-text-wrp {
      padding-top: 1rem;
      display: flex;
      gap: 1rem;
       align-items: self-start;
       flex-direction: column;
    }
	
	.abt-section-hding h2 {
     text-align: center ;
      display: inline-block;
    }
	
	.projects-carousel .owl-nav button.owl-prev {
     margin-left: 0;
    }
	
	.projects-carousel .owl-nav button.owl-next {
      margin-right: 0;
     }
	
	.projects-carousel .owl-nav button {
        width: 35px;
        height: 35px;
      }
	
	.projects-carousel .owl-nav button.owl-prev i, .projects-carousel .owl-nav button.owl-next i {
        font-size: 1.5rem;
      }
	
	.project-name {
      font-size: 2.5rem;
    }
	
    /* home-page */

    /* about-page */

    section.abt-bnr-sec .sub-bnr-hding-cont h1 {
        font-size: 3rem;
    }

    section.abt-bnr-sec .sub-bnr-hding-cont p {
        font-size: 1.6rem;
        margin-top: .5rem;
    }

    section.abt-bnr-sec {
        padding: 5rem 0;
    }

    section.counter-sec {
        background: linear-gradient(312deg, #fcf5f3b8 0%, #f6e9e4e6 35%, #f1e4e0 70%, #e5d1cc 100%);
    }

    .counter-box h2 {
        font-size: 3.4rem;

    }

    .timeline {
        margin-top: 1rem;
        padding-left: 0;
    }

    .timeline::before {
        display: none;
    }

    .timeline-item {
        margin-bottom: 2rem;
    }

    .timeline-year {
        position: absolute;
        left: 43px;
        top: 18px;
        width: auto;
        height: auto;
        background: transparent;
        border-radius: 0;
        display: inline-block;
        box-shadow: none;
        font-size: 1.5rem;
        color: var(--secondry-color);
        font-weight: 700;
    }

    .timeline-content {
        padding: 5rem 4rem;
        margin-left: 0;
    }

    .story-title {
        font-size: 3rem;
        background: transparent;
        -webkit-text-fill-color: unset;
        margin-bottom: 1rem;
        color: var(--primary-color);
    }

    .mission-sec {
        background: linear-gradient(312deg, #fcf5f3b8 0%, #f6e9e4e6 35%, #f1e4e0 70%, #e5d1cc 100%);
    }

    section.team {
        background: radial-gradient(circle, #000000 0%, #efefef 60%, #e5d1cc85 100%);
    }

    .mission-card {
        margin-top: 1.2rem;
    }

    .flip-card {
        margin-top: 2rem;
    }

    /* about-page */

    /* service-page */

    .bnr-txt-cont-wrap h1 {
        font-size: 3.2rem;
        margin-bottom: .5rem;
    }

    .sub-bnr-txt-wrap p {
        margin-bottom: 0;
        margin-top: .8rem;
        font-size: 1.7rem;
    }

    .sub-bnr-txt-wrap span {
        font-size: 1.8rem;
    }

    .inter-serv-main-cont {
        margin-top: 3rem;
    }

    .design-crd-itms {
        flex: 1 0 100% !important;
    }

    .design-prcs-wrap {
        margin-top: 2.6rem;
    }

    .why-chse-sec {
        background: radial-gradient(circle, #fcf5f3 0%, #f1e4e0 60%, #dfdfdf 100%);
        padding: 4rem 0;
    }

    .nmbr-txt {
        font-size: 2.4rem;
    }

    .faq_accordions .accordion-header .accordion-button {
        font-size: 1.8rem;
    }

    .design-prcs-crd .design-crd-txts .nmbr {
        padding: 2rem;
    }

    /* service-page */

    /* project-page */

    .project-tab-wrap .tab-content {
        margin-top: 3rem;
    }

    .sub-pg-bnr-txts h1 {
        font-size: 3.6rem;
    }

    .project-tab-wrap .tab-content {
        margin-top: 2.5rem;
    }

    /* project-page */

    /* contact-page */
    .contact-form-card h2 {
        font-size: 2.7rem;
    }

    h3.cnct-frm-rt-tle {
        font-size: 2.4rem;
    }

    .info-card .info-txt h6 {
        font-size: 1.8rem;
        margin-bottom: .8rem;
    }

    .cont-go-card {
        padding: 3rem;
    }

    .cont-go-card h4 {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }

    /* contact-page */

    /* privacy- */
    .privacy-content ul li .check-lst li {
        margin: 1rem 0;
        display: flex;
        gap: .5rem
    }

    ul.check-lst {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 1.2rem
    }

    /* privacy- */

    /* 404-page */
    .error-number {
        font-size: 80px;
    }

    .error-title {
        font-size: 2rem;
    }

    .error-subtitle {
        font-size: 1.1rem;
    }

    .error-description {
        font-size: 1rem;
    }

    .error-icon {
        width: 100px;
        height: 100px;
        font-size: 50px;
    }

    .btn-primary-404,
    .btn-secondary-404 {
        padding: 12px 30px;
        font-size: 1rem;
    }

    /* 404-page */


}


/* responsive-end */