﻿@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");


ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.h5 {
    font-size: 20px;
    font-weight: 700;
}

.h54 {
    font-size: 18px;
    font-weight: 700;
}

.h6 {
    font-size: 15px;
}

img, picture, video, canvas, svg {
    display: inline-block;
    width: 100%;
}

.small {
    line-height: 1.5;
}

.primary {
    color: #252525;
}

.secondary {
    color: #906E49;
}

.text {
    color: #777777;
}

.white {
    color: #ffffff;
}

.grey {
    color: #F1F1F1;
}

.secondarylight {
    color: #F6F2EB;
}

.bg-primary {
    background-color: #252525 !important;
}

.bg-secondary {
    background-color: #906E49 !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-secondarylight {
    background-color: #F6F2EB;
}

.bg-grey {
    background-color: #F1F1F1 !important;
}

.border-lightgrey {
    border-color: rgba(253, 253, 253, 0.4) !important;
}

.border-light {
    border-color: rgba(241, 241, 241, 0.2784313725) !important;
}

.border-secondary {
    border-color: #906E49 !important;
}

.border-dashed {
    border-bottom: 2px dashed #F1F1F1 !important;
}

.border-dash {
    border-style: dashed !important;
}

.border-dashed-end {
    border-right: 2px dashed #F1F1F1 !important;
}

.border-grey {
    border-color: #F1F1F1 !important;
}

.border-secondarylight {
    border-color: #F6F2EB !important;
}

/* ---------------- PADDING ---------------- */
.p-6 {
    padding: 4rem !important;
}

.p-7 {
    padding: 5rem !important;
}

.p-8 {
    padding: 6rem !important;
}

.p-9 {
    padding: 7rem !important;
}

.p-10 {
    padding: 8rem !important;
}

/* Padding Top */
.pt-6, .py-6 {
    padding-top: 4rem !important;
}

.pt-7, .py-7 {
    padding-top: 5rem !important;
}

.pt-8, .py-8 {
    padding-top: 6rem !important;
}

.pt-9, .py-9 {
    padding-top: 7rem !important;
}

.pt-10, .py-10 {
    padding-top: 8rem !important;
}

/* Padding Bottom */
.pb-6, .py-6 {
    padding-bottom: 4rem !important;
}

.pb-7, .py-7 {
    padding-bottom: 5rem !important;
}

.pb-8, .py-8 {
    padding-bottom: 6rem !important;
}

.pb-9, .py-9 {
    padding-bottom: 7rem !important;
}

.pb-10, .py-10 {
    padding-bottom: 8rem !important;
}

/* Padding Start */
.ps-6, .px-6 {
    padding-left: 4rem !important;
}

.ps-7, .px-7 {
    padding-left: 5rem !important;
}

.ps-8, .px-8 {
    padding-left: 6rem !important;
}

.ps-9, .px-9 {
    padding-left: 7rem !important;
}

.ps-10, .px-10 {
    padding-left: 8rem !important;
}

/* Padding End */
.pe-6, .px-6 {
    padding-right: 4rem !important;
}

.pe-7, .px-7 {
    padding-right: 5rem !important;
}

.pe-8, .px-8 {
    padding-right: 6rem !important;
}

.pe-9, .px-9 {
    padding-right: 7rem !important;
}

.pe-10, .px-10 {
    padding-right: 8rem !important;
}

/* ---------------- MARGIN ---------------- */
.m-6 {
    margin: 4rem !important;
}

.m-7 {
    margin: 5rem !important;
}

.m-8 {
    margin: 6rem !important;
}

.m-9 {
    margin: 7rem !important;
}

.m-10 {
    margin: 8rem !important;
}

/* Margin Top */
.mt-6, .my-6 {
    margin-top: 4rem !important;
}

.mt-7, .my-7 {
    margin-top: 5rem !important;
}

.mt-8, .my-8 {
    margin-top: 6rem !important;
}

.mt-9, .my-9 {
    margin-top: 7rem !important;
}

.mt-10, .my-10 {
    margin-top: 8rem !important;
}

/* Margin Bottom */
.mb-6, .my-6 {
    margin-bottom: 4rem !important;
}

.mb-7, .my-7 {
    margin-bottom: 5rem !important;
}

.mb-8, .my-8 {
    margin-bottom: 6rem !important;
}

.mb-9, .my-9 {
    margin-bottom: 7rem !important;
}

.mb-10, .my-10 {
    margin-bottom: 8rem !important;
}

/* Margin Start */
.ms-6, .mx-6 {
    margin-left: 4rem !important;
}

.ms-7, .mx-7 {
    margin-left: 5rem !important;
}

.ms-8, .mx-8 {
    margin-left: 6rem !important;
}

.ms-9, .mx-9 {
    margin-left: 7rem !important;
}

.ms-10, .mx-10 {
    margin-left: 8rem !important;
}

/* Margin Start */
.me-6, .mx-6 {
    margin-right: 4rem !important;
}

.me-7, .mx-7 {
    margin-right: 5rem !important;
}

.me-8, .mx-8 {
    margin-right: 6rem !important;
}

.me-9, .mx-9 {
    margin-right: 7rem !important;
}

.me-10, .mx-10 {
    margin-right: 8rem !important;
}

section, .section-padding {
    padding: 100px 0;
}

.overlay-gallery {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.631372549);
}

.heading-clip {
    font-size: 98px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.22;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #F1F1F1;
    stroke: #F1F1F1;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
    font-family: "Poppins", Arial, sans-serif;
}

@media (max-width: 1200px) {
    .heading-clip {
        font-size: 70px;
    }
}

@media (max-width: 996px) {
    .heading-clip {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .heading-clip {
        font-size: 35px;
    }
}

/* Width */
@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }
}

@media (min-width: 996px) {
    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-50 {
        width: 50% !important;
    }
}

@keyframes bannerfadein {
    0% {
        opacity: 0;
        top: 122%;
    }

    100% {
        opacity: 1;
        top: 50%;
    }
}

@keyframes zoomIn {
    from {
        background-size: 100%;
    }

    to {
        background-size: 110%;
    }
}

@media (max-width: 1200px) {
    @keyframes zoomIn {
        from {
            background-size: 150%;
        }

        to {
            background-size: 170%;
        }
    }
}

@media (max-width: 996px) {
    .sperator {
        margin: auto;
    }
}

/* Sticky Header */
.navbar-sticky-in {
    position: fixed !important; /* Fixes navbar at the top */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999 !important; /* Keeps it above other elements */
    background: #252525;
    box-shadow: 0px 1px 5px rgba(225, 225, 225, 0.1);
}

    .navbar-sticky-in .header-nav-inner {
        border: none !important;
    }

/*Back-to-top button  */
#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
}

@media (max-width: 768px) {
    #back-to-top {
        bottom: 80px;
    }
}

#back-to-top a {
    width: 50px;
    height: 50px;
    transition: all ease-in-out 0.5s;
}

    #back-to-top a:hover {
        background-color: #252525 !important;
    }

    #back-to-top a:after {
        position: absolute;
        content: "\f077";
        font-family: "FontAwesome";
        font-size: 16px;
        color: #fff;
        top: 50%;
        left: 50%;
        z-index: 1;
        transform: translate(-50%, -50%);
    }

input,
textarea,
select {
    background-color: #fff;
    border-width: 0px 0px 0px 0px;
    padding: 12px 20px;
    outline: none;
    color: #777777;
    width: 100%;
}

    input:focus,
    textarea:focus,
    select:focus {
        box-shadow: rgba(0, 0, 0, 0.098) 0px 0px 0px 0.9694px inset;
    }

    input::placeholder,
    textarea::placeholder,
    select::placeholder {
        color: rgba(119, 119, 119, 0.5647058824);
    }

.btn-primary, .btn-secondary, .btn1 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 0;
    padding: 14px 24px;
    font-size: 15px;
    color: #ffffff;
    background-color: #906E49;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

    .btn-primary:hover, .btn-secondary:hover, .btn1:hover {
        color: #ffffff !important;
        background-color: #000000;
        box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1019607843);
    }

.btn-secondary {
    color: #906E49;
    background-color: #F6F2EB;
}

    .btn-secondary:hover {
        color: #ffffff !important;
        background-color: #906E49 !important;
    }

.btn1 {
    border-radius: 30px;
    padding: 10px 20px;
    text-transform: uppercase;
}

    .btn1 i {
        margin-left: 10px;
        margin-right: -10px;
        height: 32px;
        width: 32px;
        line-height: 32px;
        font-size: 15px !important;
        rotate: -45deg;
        text-align: center;
        background-color: #ffffff;
        color: #906E49;
        border-radius: 50%;
    }

    .btn1:hover i {
        color: #252525;
    }

.banner-sperator {
    height: 4px;
    width: 100px;
    background: #fff;
    border-radius: 2px;
    position: relative;
    margin-left: 27px;
}

    .banner-sperator::after {
        content: "";
        position: absolute;
        color: #fff;
        left: -27px;
        top: 0;
        display: inline-block;
        height: 4px;
        width: 4px;
        border-radius: 50%;
        background-color: #fff;
        -webkit-box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
        box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
    }

.divider-pattern {
    background: repeating-linear-gradient(-60deg, #D5D4D4, #D5D4D4 1px, transparent 1px, transparent 7px);
}

.glass {
    background: rgba(255, 255, 255, 0.2); /* Transparent White */
    backdrop-filter: blur(10px); /* Frosted blur effect */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    border-radius: 12px;
    padding: 20px;
}

/* ========================================= */
/*            Homepage Page CSS          */
/* ======================================== */
/* Header Section */
header .header-top .social-links i {
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

    header .header-top .social-links i:hover {
        background-color: #906E49;
        color: #ffffff;
        transition: all 0.3s ease-in-out;
    }

header .header-nav .navbar-nav .nav-link {
    color: #ffffff;
    padding: 20px 15px;
}

    header .header-nav .navbar-nav .nav-link:hover {
        color: #906E49;
    }

    header .header-nav .navbar-nav .nav-link.show, header .header-nav .navbar-nav .nav-link.active {
        color: #906E49;
    }

header .header-nav .navbar-nav .nav-item.no-after::after {
    display: none;
}

header .header-nav .navbar-nav .nav-item .dropdown-menu > li > a {
    font-size: 16px;
    padding: 13px 30px;
    background-color: #FBFBFB;
    color: #777777;
    border-color: #F1F1F1 !important;
}

    header .header-nav .navbar-nav .nav-item .dropdown-menu > li > a:hover, header .header-nav .navbar-nav .nav-item .dropdown-menu > li > a.active {
        background-color: #252525;
        color: #ffffff;
    }

header .header-icons ul li i {
    font-size: 20px;
}

@media (min-width: 1180px) {
    .navbar-nav .dropdown-menu {
        position: absolute;
        top: auto;
    }

    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
    }

    .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease-in-out;
    }

    .dropdown > .dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }

    ul.dropdown-menu {
        max-height: 630px !important;
        overflow-y: auto !important;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

    .dropdown-item.active {
        background-color: #906E49;
    }
}

@media (max-width: 1180px) {
    div#slicknav-mobile, .dropdown-toggle::after {
        display: block;
    }

    .header-top, .mt_search, .slicknav_nav .slicknav_arrow, .navbar-button, .navbar-sticky-in, #responsive-menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    .nav-link {
        padding: 12px 36px !important;
        margin: 0 !important;
    }

    .slicknav_btn {
        position: absolute;
        right: 70px;
    }

        .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
            left: 0;
            top: 20px;
            padding: 8px;
            position: absolute;
            color: #ffffff;
        }

    .dropdown-menu {
        border-radius: 0 !important;
    }

    .slicknav_btn.slicknav_open:before {
        color: #906E49;
    }

    .slicknav_nav {
        top: 80px;
        left: 0;
        background-color: #F5F5F5;
        position: absolute;
        height: 280px;
        overflow: auto;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
    }

        .slicknav_nav a:hover, li.nav-item.dropdown.slicknav_parent.slicknav_open > a > a {
            background-color: #906E49 !important;
            color: #fff;
        }

        .slicknav_nav a, .dropdown-menu > li > a {
            font-size: 16px;
            background-color: #F5F5F5;
            color: #33373d;
            text-transform: capitalize !important;
            border: none !important;
            font-weight: 400 !important;
        }

    .dropdown-menu > li > a {
        padding-left: 50px !important;
        border-top: 1px solid #FBFBFB !important;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .slicknav_nav .active, .fa-angle-up:before {
        background-color: #906E49;
        color: #fff;
    }

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .header-nav-inner {
        border: none !important;
    }
}

@media (max-width: 1100px) {
    .slicknav_nav .slicknav_item a {
        pointer-events: none;
    }
}

@media (max-width: 768px) {
    header .header-nav .header-logo img {
        width: 160px;
    }

    .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
        top: 22px;
    }

    .banner .slide-inner {
        width: 100% !important;
    }
}
/* Banner CSS */
.banner {
    margin-top: -180px;
}

    .banner .slide {
        height: 880px;
        background-position: center;
        background-repeat: no-repeat;
        cursor: grab;
    }

        .banner .slide .container {
            opacity: 0;
            top: 122%;
        }

            .banner .slide .container a:hover {
                border-color: #906E49 !important;
            }

        .banner .slide.slick-slide.slick-current.slick-active .container {
            animation: bannerfadein 1.2s ease-out forwards;
        }

        .banner .slide.slick-slide.slick-current.slick-active {
            animation: zoomIn 8s ease-in-out infinite alternate;
        }

@media (max-width: 993px) {
    .banner .slide {
        background-size: cover !important;
    }
}

@media (max-width: 768px) {
    .banner .since-section {
        bottom: -30% !important;
    }
}

/* About Us CSS */
.about .about-left .about-btns i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 23px;
    transition: all 0.3s ease-in-out;
}

.about .about-left .about-btns .about-tel:hover i {
    background-color: #252525 !important;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 993px) {
    .about .about-left .about-info {
        margin-right: -40px;
    }
}

.about .about-right {
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(37, 37, 37, 0) 50%, #252525 0%);
}

@media (max-width: 768px) {
    .about {
        padding-top: 350px;
    }
}

/* Service CSS */
.service .service-title {
    background-image: url(../image/office-building-2022-12-15-19-37-04-utc1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    .service .service-title .overlay {
        background-color: transparent;
        background-image: linear-gradient(90deg, rgba(37, 37, 37, 0.7803921569) 70%, #ffffff 0%);
    }

@media (max-width: 993px) {
    .service .service-title .overlay {
        background-image: none;
        background-color: rgba(0, 0, 0, 0.631372549);
    }
}

.service .service-body .service-box {
    padding: 40px 30px;
    transition: all 0.3s ease-in-out;
}

    .service .service-body .service-box .service-icon i {
        height: 80px;
        width: 80px;
        line-height: 80px;
        font-size: 35px;
    }

    .service .service-body .service-box a.btn-primary {
        background-color: transparent;
        color: #252525;
        border: 1px solid #F1F1F1;
    }

    .service .service-body .service-box:hover {
        border-color: #ffffff !important;
        box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 0.4);
        transition: all 0.3s ease-in-out;
    }

        .service .service-body .service-box:hover a.btn-primary {
            background-color: #252525;
            color: #ffffff;
            border-color: #252525;
        }

/* Why Us Css */
.percentage-wrapper {
    height: 38px;
    width: 38px;
    top: -47px;
    right: -17px;
    font-size: 13px;
}

    .percentage-wrapper::after {
        content: " ";
        position: absolute;
        width: 2px;
        height: 10px;
        background-color: #906E49;
        bottom: -10px;
        left: 50%;
        z-index: 1;
    }

.progress-bar {
    animation: progressBar 3s ease-in-out;
    animation-fill-mode: both;
    -moz-animation: progressBar 3s ease-in-out;
    -moz-animation-fill-mode: both;
}

@keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: width;
    }
}

.process span {
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.0901960784);
    stroke: rgba(255, 255, 255, 0.0901960784);
    color: #252525;
}

.process .process-box span.h1 {
    font-family: "Poppins", Arial, sans-serif;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #906E49;
    stroke: #906E49;
    color: #252525;
    font-size: 80px;
}

.process .process-box h3 {
    font-size: 27px;
    font-weight: 600;
    font-family: "Teko", sans-serif;
}

.process .process-box p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}

/* Porject CSS */
.project .project-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 460px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
}

    .project .project-box .overlay-gallery {
        background: linear-gradient(0deg, #000 0, rgba(255, 255, 255, 0) 60%);
        opacity: 0;
        top: 100%;
        transition: all 0.5s ease;
    }

    .project .project-box .project-info {
        bottom: -100%;
        transition: all 0.6s ease;
    }

    .project .project-box:hover {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3;
    }

        .project .project-box:hover .overlay-gallery {
            opacity: 1;
            top: 0;
            transition: all 0.5s ease;
        }

        .project .project-box:hover .project-info {
            bottom: 0;
            transition: all 0.6s ease;
        }

    .project .project-box a:hover {
        border-color: #906E49 !important;
    }

/* Review */
.review {
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(119, 119, 119, 0) 50%, #252525 0%);
}

@media (max-width: 992px) {
    .review {
        background-image: linear-gradient(180deg, rgba(119, 119, 119, 0) 50%, #252525 0%);
    }
}

/* Teams CSS */
.teams .teams-box .overlay {
    bottom: -100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.teams .teams-box .teams-info {
    bottom: -100%;
    transition: all 0.3s ease-in-out;
}

    .teams .teams-box .teams-info .social-link li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        background-color: #a1a1a1;
        transition: all 0.3s ease-in-out;
    }

@keyframes iconTranslateY {
    48% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

    49% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    50% {
        opacity: 1;
    }
}

.teams .teams-box .teams-info .social-link > li > a:hover > i {
    -webkit-animation: iconTranslateY 0.4s forwards;
    animation: iconTranslateY 0.4s forwards;
}

.teams .teams-box .teams-info .social-link li a:hover {
    background: #1DA1F2;
    color: #fff;
}

.teams .teams-box .teams-info .social-link li:last-child a:hover {
    background: #E60023;
}

.teams .teams-box .teams-info .social-link li:first-child a:hover {
    background: #1877F2;
}

.teams .teams-box:hover .overlay, .teams .teams-box:hover .teams-info {
    bottom: 0;
    opacity: 1;
    transition: all 0.3s ease;
}

/* Stat CSS */
.stat {
    background-image: url(../images/apartment-with-pop.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* Project CTA CSS */
.project-cta .video-inline {
    cursor: pointer;
    border: 8px solid rgba(241, 241, 241, 0.2509803922);
}

    .project-cta .video-inline .play-icon i {
        height: 90px;
        width: 90px;
        line-height: 90px;
        font-size: 35px;
    }

/* FAQ CSS */
.faq {
    background-image: url(../images/bedroom-interior.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 0px 0 50px;
}

    .faq .faq-accordion .accordion-button:not(.collapsed) {
        background-color: #fff;
        color: #252525;
    }

    .faq .faq-accordion .accordion-item {
        background: transparent;
    }

    .faq .faq-accordion .accordion-button:not(.collapsed)::after, .faq .faq-accordion .accordion-button::after {
        background-image: none;
        font-family: "FontAwesome";
        content: "\f067";
        font-size: 15px;
    }

    .faq .faq-accordion .accordion-button:not(.collapsed)::after {
        content: "\f068";
    }

    .faq .faq-accordion .accordion-button:focus {
        z-index: 1;
    }

/* Blog CSS */
.blog .blog-box .overlay {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
    background-color: transparent;
    opacity: 1;
}

.blog .blog-box:hover .overlay {
    opacity: 0;
    transition: all 0.3s ease;
}

/* Footer */
footer {
    background-image: url(../image/office-building-2022-12-15-19-37-04-utc1.jpg);
    background-size: cover;
    background-attachment: fixed;
}

    footer .overlay {
        background-color: #252525;
        opacity: 0.9;
    }

    footer .footer-middle .footer-socials li a i {
        height: 40px;
        width: 40px;
        font-size: 15px;
        line-height: 40px;
        transition: all 0.3s ease;
    }

        footer .footer-middle .footer-socials li a i:hover {
            background-color: #906E49 !important;
            color: #ffffff;
            transition: all 0.3s ease;
        }

/* ========================================= */
/*             Homepage 2 Page CSS          */
/* ======================================== */
.index-2 {
    /* Banner */
}

    .index-2 .banner {
        height: 800px;
        background-image: url(../image/2151199323.jpg);
        background-size: cover;
    }

@media (max-width: 992px) {
    .index-2 .banner .banner-inner {
        margin-top: 0 !important;
    }
}

.index-2 .banner .banner-inner .banner-info {
    width: 65%;
}

@media (max-width: 992px) {
    .index-2 .banner .banner-inner .banner-info {
        width: 100%;
    }
}

.index-2 .banner .banner-inner .banner-info h1 span {
    font-size: 92px;
}

@media (max-width: 992px) {
    .index-2 .banner .banner-inner .banner-info h1 span {
        font-size: 60px;
    }
}

.index-2 .banner .banner-image {
    bottom: -230px;
}

@media (max-width: 992px) {
    .index-2 .banner .banner-image {
        right: 27% !important;
        bottom: -300px;
    }
}

@media (max-width: 768px) {
    .index-2 .banner .banner-image {
        right: 0% !important;
        bottom: -300px;
    }
}

.index-2 {
    /* Stats */
}

@media (max-width: 992px) {
    .index-2 .stats .stat-box {
        border: none !important;
    }
}

.index-2 {
    /* Since Section CSS */
}

    .index-2 .since-section {
        padding-left: 500px;
    }

@media (max-width: 1200px) {
    .index-2 .since-section {
        padding-left: 100px;
    }
}

@media (max-width: 992px) {
    .index-2 .since-section {
        padding-left: 50px;
    }
}

@media (max-width: 768px) {
    .index-2 .since-section {
        padding-left: 0px;
    }
}

.index-2 {
    /* Why Us */
}

    .index-2 .why-us .feature-box:hover .feature-info a {
        text-decoration: underline;
        text-underline-offset: 5px;
    }

.index-2 {
    /* Service */
}

    .index-2 .service .overlay {
        background-image: none;
        background-color: rgba(0, 0, 0, 0.631372549);
    }

.index-2 {
    /* Faq */
}

    .index-2 .faq .faq-body-left {
        margin-bottom: -60px;
        margin-right: -100px;
    }

@media (max-width: 992px) {
    .index-2 .faq .faq-body-left {
        margin: 0 !important;
    }
}

/* ========================================= */
/*             About Us Page CSS            */
/* ======================================== */
.breadcrumb {
    height: 400px;
    background-image: url(../image/bedroom-interior-design-3d-rendering-2021-08-26-18-15-32-utc1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -165px;
}

    .breadcrumb .overlay {
        background-color: #252525 !important;
        opacity: 0.8;
    }

/* ========================================= */
/*               Teams Page CSS             */
/* ======================================== */
.teams .teams-top .teams-top-left {
    position: relative;
}

    .teams .teams-top .teams-top-left::after {
        content: "";
        position: absolute;
        z-index: -1;
        height: 100%;
        width: 50%;
        top: -30px;
        left: -30px;
        background-color: #252525;
    }

.team-detail .team-detail-top .socials li a i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

    .team-detail .team-detail-top .socials li a i:hover {
        background-color: #906E49 !important;
        color: #ffffff;
        transition: all 0.3s ease-in-out;
    }

/* ========================================= */
/*               Career Page CSS            */
/* ======================================== */
.hire-us {
    background-image: url(../image/apartment-with-pop-of-yellow-2021-08-26-15-43-11-utc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.cv-box {
    background-image: linear-gradient(180deg, #906E49 0%, #252525 100%);
}

    .cv-box .cv-icon i {
        height: 90px;
        width: 90px;
        line-height: 90px;
        font-size: 40px;
    }

    .cv-box .divider::after, .cv-box .divider::before {
        border-block-end: 0;
        border-block-start: 1px solid #ffffff;
        content: "";
        display: block;
        flex-grow: 1;
    }

/* ========================================= */
/*               Faq Page CSS               */
/* ======================================== */
.faq-top {
    background-image: linear-gradient(90deg, rgba(119, 119, 119, 0) 70%, #FFFFFF 0%);
}

    .faq-top .accordion-button:not(.collapsed) {
        background-color: #fff;
        color: #906E49 !important;
    }

/* ========================================= */
/*            Testimonial Page CSS          */
/* ======================================== */
.testimonial {
    background-image: url(../image/law-tes.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

    .testimonial .testimonial-box p {
        font-size: 18px;
    }

/* ========================================= */
/*            Coming Soon Page CSS          */
/* ======================================== */
.coming-soon {
    background-image: url(../image/office-building-2022-12-15-19-37-04-utc1.jpg);
    background-size: cover;
}

    .coming-soon .overlay {
        background-image: linear-gradient(180deg, #906E49 0%, #000000 100%);
        opacity: 0.8;
    }

    .coming-soon .social-links li a i {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 20px;
        text-align: center;
        transition: all 0.3s ease-in-out;
    }

        .coming-soon .social-links li a i:hover {
            background-color: #906E49 !important;
            color: #ffffff;
            transition: all 0.3s ease-in-out;
        }

@media (max-width: 995px) and (orientation: landscape) {
    .coming-soon {
        height: 200vh !important;
    }
}

@media (max-width: 995px) {
    .coming-soon .coming-soon-inner {
        width: 100% !important;
    }
}

/* ========================================= */
/*             Error Page Page CSS          */
/* ======================================== */
.error {
    background-image: url(../image/side-bg-1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* ========================================= */
/*            Blog Page CSS          */
/* ======================================== */
.author .social-links li a i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

    .author .social-links li a i:hover {
        background-color: #906E49 !important;
        color: #ffffff;
        transition: all 0.3s ease-in-out;
    }

/* ========================================= */
/*             Contact Us Page CSS          */
/* ======================================== */
.contact .contact-info .contact-info-box i {
    height: 74px;
    width: 74px;
    line-height: 74px;
    font-size: 34px;
}

/* INtereal Info Modal */
.intereal-info-modal .modal-header button {
    background-image: none;
    opacity: 100%;
}

    .intereal-info-modal .modal-header button i {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .intereal-info-modal .modal-header button:hover {
        opacity: 0.9;
    }

.intereal-info-modal .modal-socials ul li a i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

    .intereal-info-modal .modal-socials ul li a i:hover {
        background-color: #906E49 !important;
        color: #ffffff;
        transition: all 0.3s ease-in-out;
    }

@media (max-width: 996px) and (orientation: landscape) {
    .intereal-info-modal .modal-content {
        height: 200vh !important;
    }
}

@media (max-width: 768px) {
    .intereal-info-modal .modal-dialog {
        margin: 0 !important;
    }
}

/* ========================================= */
/*            Homepage 3 Page CSS          */
/* ======================================== */
.home-3 {
    /* Navbar CSS */
}

@media (max-width: 1200px) {
    .home-3 .header-nav {
        background-color: #252525;
        border-radius: 0 0 16px 16px;
    }

        .home-3 .header-nav .slicknav_nav {
            top: 72px;
        }
}

@media (max-width: 996px) {
    .home-3 .header-nav .slicknav_btn.slicknav_open:before, .home-3 .header-nav .slicknav_btn.slicknav_collapsed:before {
        top: 12px;
    }

    .home-3 .header-nav .slicknav_nav {
        top: 55px;
    }
}

.home-3 .navbar-sticky-in {
    border-radius: 0 0 16px 16px;
}

    .home-3 .navbar-sticky-in .header-nav-inner {
        margin: 0 !important;
    }

.home-3 {
    /* Banner CSS */
}

    .home-3 .banner {
        margin-top: -50px;
        cursor: grab;
    }

        .home-3 .banner .banner-slide {
            height: 850px;
            background-size: cover;
            background-position: center;
            margin: 0 50px;
            border-radius: 50px;
        }

            .home-3 .banner .banner-slide .overlay {
                background-color: transparent;
                background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
                border-radius: 50px;
            }

@media (max-width: 1400px) {
    .home-3 .banner .banner-slide {
        height: 650px;
    }
}

@media (max-width: 1200px) {
    .home-3 .banner .banner-slide {
        margin: 0;
    }

        .home-3 .banner .banner-slide h2 {
            font-size: 70px !important;
        }

    .home-3 .banner .banner-slide {
        border-radius: 0 0 50px 50px;
    }
}

@media (max-width: 976px) {
    .home-3 .banner .banner-slide {
        height: 600px;
    }

        .home-3 .banner .banner-slide h2 {
            font-size: 60px !important;
        }

        .home-3 .banner .banner-slide .overlay {
            background-image: linear-gradient(0deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 100%);
        }
}

.home-3 .banner .slick-dots {
    bottom: 20px;
    text-align: end;
    right: 150px;
}

@media (max-width: 976px) {
    .home-3 .banner .slick-dots {
        display: none !important;
    }
}

.home-3 .banner .slick-dots li.slick-active button:before {
    background: #906E49;
    border: 1px solid #906E49;
}

.home-3 {
    /* Services CSS */
}

    .home-3 .services .services-body .service-box .overlay {
        background-color: transparent;
        background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%);
    }

    .home-3 .services .services-body .service-box a {
        transition: all 0.3s ease-in-out;
    }

        .home-3 .services .services-body .service-box a i {
            height: 35px;
            width: 35px;
            font-size: 17px;
            line-height: 35px;
            rotate: -45deg;
            color: #ffffff;
        }

    .home-3 .services .services-body .service-box:hover a.arrow {
        background-color: #252525 !important;
        transition: all 0.3s ease-in-out;
    }

    .home-3 .accordion-button:not(.collapsed) {
        color: #906E49;
    }

.home-3 {
    /* Ad Banner CSS */
}

    .home-3 .ad-banner .ad-banner-inner {
        background-image: url(../image/side-bg-1.webp);
        background-position: left;
    }

    .home-3 .ad-banner .ad-banner-right {
        position: relative;
    }

        .home-3 .ad-banner .ad-banner-right::after {
            height: 100%;
            width: 100%;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background-color: #906E49;
            opacity: 0.5;
            rotate: 8deg;
            border-radius: 1rem;
        }

.home-3 {
    /* Why us CSS */
}

    .home-3 .why-us .why-us-box {
        transition: all 0.3s ease-in-out;
    }

        .home-3 .why-us .why-us-box:hover {
            background-color: #ffffff;
            transition: all 0.3s ease-in-out;
        }

.home-3 {
    /* Testimonial CSS */
}

    .home-3 .testimonial .testimonial-body .testimonial-box p {
        font-size: 16px;
    }

@media (max-width: 768px) {
    .home-3 .testimonial .testimonial-body .testimonial-box .testimonial-box-left img {
        border-radius: 1rem 1rem 0 0 !important;
    }

    .home-3 .testimonial .testimonial-body .testimonial-box .testimonial-box-right {
        padding: 24px !important;
    }
}

.home-3 .testimonial .testimonial-body .slick-dots {
    bottom: -40px;
}

    .home-3 .testimonial .testimonial-body .slick-dots li.slick-active button:before {
        background: #906E49;
        border: 1px solid #906E49;
    }

.home-3 {
    /* Blog CSS */
}

    .home-3 .blog .blog-body .blog-box .overlay {
        background-color: transparent;
        background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%);
        opacity: 1;
    }

/*# sourceMappingURL=style.css.map */


.ai-hero {
    position: relative;
    min-height: 700px;
    height: 100vh;
    max-height: 850px;
    background-image: url('../images/main-hero-pic.png');
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}


/* Dark luxury overlay */

.ai-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(10, 8, 5, .88) 0%, rgba(10, 8, 5, .62) 38%, rgba(10, 8, 5, .32) 68%, rgba(10, 8, 5, .65) 100% );
    z-index: 1;
}


/* =========================================================
   HEADER
========================================================= */

.ai-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}


.ai-nav-container {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    min-height: 92px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}


/* =========================================================
   LOGO
========================================================= */

.ai-logo {
    width: 245px;
    flex-shrink: 0;
}

    .ai-logo img {
        height: 100px;
        width: 140px;
        filter: brightness(0) invert(1);
        padding-top: 5px;
    }

.ai-logo-main {
    font-family: 'Cormorant Garamond', serif;
    font-size: 27px;
    line-height: .82;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}

.ai-logo-sub {
    margin-top: 8px;
    font-size: 8px;
    letter-spacing: 2px;
    color: #d2c4ad;
}

.ai-logo-location {
    display: inline-block;
    margin-top: 7px;
    padding: 5px 10px;
    border-radius: 20px;
    background: rgba(164, 122, 60, .20);
    border: 1px solid rgba(201, 168, 112, .4);
    color: #dfb47a;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 1.5px;
}


/* =========================================================
   NAVIGATION
========================================================= */

.ai-navigation {
    display: flex;
    align-items: center;
    gap: 26px;
    flex: 1;
    justify-content: center;
}

    .ai-navigation a {
        position: relative;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
        transition: all .3s ease;
    }

        .ai-navigation a:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -9px;
            width: 0;
            height: 1px;
            background: #dfb47a;
            transition: width .3s ease;
        }

        .ai-navigation a:hover {
            color: #fff;
        }

            .ai-navigation a:hover:after {
                width: 100%;
            }


/* =========================================================
   NAV ACTIONS
========================================================= */

.ai-nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.ai-live-edit {
    width: 70px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 5px;
    font-size: 8px;
    line-height: 13px;
    letter-spacing: 1px;
    color: rgba(255,255,255,.7);
    transition: all .3s ease;
}

    .ai-live-edit span {
        color: #dfb47a;
    }

    .ai-live-edit:hover {
        border-color: #dfb47a;
        color: #fff;
    }


.ai-start-btn {
    min-width: 135px;
    height: 55px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(24, 24, 24, .9);
    border: 1px solid rgba(255,255,255,.14);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all .3s ease;
}

    .ai-start-btn b {
        font-size: 18px;
        color: #dfb47a;
        font-weight: 400;
    }

    .ai-start-btn:hover {
        background: #dfb47a;
        color: #111;
    }

        .ai-start-btn:hover b {
            color: #111;
        }


/* =========================================================
   HERO CONTAINER
========================================================= */

.ai-hero-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    margin: auto;
    padding: 30px 32px 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.ai-hero-content {
    width: 67%;
    padding-top: 35px;
}


/* Hindi heading */

.ai-small-heading {
    margin-bottom: -29px;
    color: #dfb47a;
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-style: italic;
}


/* Small overline */

.ai-overline {
    margin-left: 235px;
    margin-bottom: 8px;
    color: rgba(255,255,255,.55);
    font-size: 12.5px;
    letter-spacing: 2px;
    font-weight: 700;
}


/* Main heading */

.ai-hero h1 {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(70px, 7vw, 105px);
    line-height: .78;
    font-weight: 600;
    letter-spacing: -2px;
    color: #fff;
    text-shadow: 0 5px 20px rgba(0,0,0,.35);
}


/* Tagline */

.ai-hero h2 {
    margin-top: 38px;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(28px, 3vw, 35px);
    line-height: 1;
    font-weight: 600;
    font-style: italic;
    color: #fff;
}

    .ai-hero h2 span {
        color: #dfb47a;
    }


/* Description */

.ai-description {
    max-width: 575px;
    margin-top: 27px;
    color: rgba(255,255,255,.68);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.bottom-hero-section {
    padding: 3rem 6rem 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ffffff14!important;
    position: relative;
    z-index: 3;
}

    .bottom-hero-section .bottom-details {
        color: #9aa5b6;
        font-size: 13px;
    }
/* =========================================================
   BUTTONS
========================================================= */

.ai-buttons {
    margin-top: 35px;
    display: flex;
    align-items: center;
    gap: 15px;
}


.ai-primary-btn {
    min-width: 260px;
    height: 50px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #191919;
    border: 1px solid rgba(201,168,112,.4);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    transition: all .3s ease;
}

    .ai-primary-btn span {
        font-size: 20px;
        color: #dfb47a;
    }

    .ai-primary-btn:hover {
        background: #dfb47a;
        color: #111;
    }

        .ai-primary-btn:hover span {
            color: #111;
        }


.ai-secondary-btn {
    height: 50px;
    min-width: 220px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.25);
    background: rgba(255,255,255,.04);
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    transition: all .3s ease;
}

    .ai-secondary-btn:hover {
        background: rgba(255,255,255,.12);
        border-color: #dfb47a;
        color: #dfb47a;
    }


/* =========================================================
   FOUNDER CARD
========================================================= */

/* 1. Define the custom property so the browser can animate the angle */
@property --border-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

/* 2. Add this to your existing .ai-founder-card class */
.ai-founder-card {
    /* Your existing properties */
    width: 400px;
    height: 400px;
    flex-shrink: 0;
    padding: 20px;
    background: rgba(18, 18, 18, .82);
    border-radius: 18px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .4);
    /* --- NEW BORDER ANIMATION CODE --- */
    /* Change the solid border to a transparent one */
    border: 2px solid transparent;
    /* Create a gradient that matches the gold/orange/blue from the image */
    background-image: linear-gradient(rgba(18, 18, 18, .82), rgba(18, 18, 18, .82)), /* Inner dark background */
    conic-gradient( from var(--border-angle), transparent 0%, /* Invisible trailing edge */
    #dfb47a 50%, /* Only color used */
    transparent 100% /* Fades back out */
    );
    background-origin: border-box;
    background-clip: padding-box, border-box;
    /* Animate the border angle */
    animation: rotate3d 10s linear infinite, /* Your existing rotate animation */
    border-spin 4s linear infinite; /* New border spin animation */
}

/* 3. The animation for the border color shift */
@keyframes border-spin {
    to {
        --border-angle: 360deg;
    }
}

.ai-founder-inner {
    width: 100%;
}


/* Portrait */

.ai-portrait {
    height: 300px;
    border-radius: 12px;
    border: 1px solid rgba(201,168,112,.35);
    background: radial-gradient( circle at center, rgba(201,168,112,.10), transparent 65% ), #171717;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

    .ai-portrait img {
        height: 280px;
        object-fit: contain;
    }

.ai-initials {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #8f744a;
    color: #dfb47a;
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
}

.ai-portrait-text {
    margin-top: 15px;
    color: #dfb47a;
    font-size: 9px;
    letter-spacing: 2px;
}

.ai-portrait p {
    max-width: 210px;
    margin-top: 12px;
    color: rgba(255,255,255,.35);
    font-size: 8px;
    line-height: 1.6;
}


/* Founder */

.ai-founder-info {
    margin-top: 20px;
}

    .ai-founder-info h3 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 18px;
        line-height: 1;
        color: #fff;
        text-align: center;
    }

.ai-founder-role {
    margin-top: 5px;
    color: #dfb47a;
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 600;
    text-align: center;
}


/* Rating */

.ai-rating {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ai-stars {
    color: #d5aa67;
    font-size: 16px;
    letter-spacing: 1px;
}

    .ai-stars span {
        color: rgba(255,255,255,.2);
    }

.ai-rating strong {
    color: #fff;
    font-size: 10px;
}


/* Founder description */

.ai-founder-description {
    margin-top: 13px;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.55);
    font-size: 10px;
    line-height: 1.7;
}


/* Location */

.ai-location {
    padding-top: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #dfb47a;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 1px;
}

.location-icon {
    font-size: 17px;
}


/* =========================================================
   LIVE CUSTOMIZER
========================================================= */

.ai-customizer {
    position: absolute;
    z-index: 8;
    right: 45px;
    bottom: 20px;
    padding: 10px 18px;
    border-radius: 30px;
    background: #181818;
    border: 1px solid rgba(201,168,112,.35);
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.5px;
    transition: all .3s ease;
}

    .ai-customizer:hover {
        background: #dfb47a;
        color: #111;
    }


/* =========================================================
   MOBILE MENU BUTTON
========================================================= */

.ai-menu-btn {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(0,0,0,.4);
    cursor: pointer;
    padding: 9px;
}

    .ai-menu-btn span {
        display: block;
        height: 1px;
        margin: 5px 0;
        background: #fff;
        transition: all .3s ease;
    }


/* =========================================================
   MOBILE MENU
========================================================= */

.ai-mobile-menu {
    display: none;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .ai-navigation {
        gap: 14px;
    }

        .ai-navigation a {
            font-size: 9px;
        }

    .ai-logo {
        width: 190px;
    }

    .ai-founder-card {
        width: 285px;
    }

    .ai-hero-content {
        width: 62%;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 900px) {

    .ai-hero {
        height: auto;
        max-height: fit-content;
        min-height:auto;
        background-position: center;
    }

    .ai-nav-container {
        min-height: 75px;
        padding: 0 20px;
    }

    .ai-logo {
        width: auto;
    }

    .ai-logo-main {
        font-size: 22px;
    }

    .ai-logo-sub {
        font-size: 7px;
    }

    .ai-logo-location {
        font-size: 6px;
    }

    .ai-navigation,
    .ai-nav-actions {
        display: none;
    }

    .ai-menu-btn {
        display: block;
    }


    /* Hero */

    .ai-hero-container {
        height: auto;
        padding: 30px 20px 70px;
        flex-direction: column;
        align-items: stretch;
        gap: 40px;
    }

    .ai-hero-content {
        width: 100%;
        padding-top: 10px;
    }

    .ai-small-heading {
        font-size: 20px;
        margin-bottom:0;
    }

    .ai-overline {
        margin-left: 0;
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .ai-hero h1 {
        font-size: clamp(58px, 16vw, 95px);
        line-height: .8;
    }

    .ai-hero h2 {
        margin-top: 28px;
        font-size: 31px;
        line-height: 1.05;
    }

    .ai-description {
        font-size: 13px;
        line-height: 1.7;
    }

    .ai-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .ai-primary-btn,
    .ai-secondary-btn {
        width: 100%;
    }

    .ai-founder-card {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

    .ai-customizer {
        right: 15px;
        bottom: 12px;
    }


    /* Mobile Menu */

    .ai-mobile-menu {
        position: fixed;
        z-index: 999;
        top: 75px;
        left: 0;
        width: 100%;
        padding: 20px;
        background: rgba(15,15,15,.97);
        border-bottom: 1px solid rgba(201,168,112,.25);
        display: none;
        flex-direction: column;
    }

        .ai-mobile-menu.active {
            display: flex;
        }

        .ai-mobile-menu a {
            padding: 13px 5px;
            border-bottom: 1px solid rgba(255,255,255,.08);
            color: #ddd;
            font-size: 11px;
            letter-spacing: 1.5px;
        }

            .ai-mobile-menu a:hover {
                color: #dfb47a;
            }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .ai-hero-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ai-hero h1 {
        font-size: 56px;
        letter-spacing: -1px;
    }

    .ai-hero h2 {
        font-size: 26px;
    }

    .ai-description {
        font-size: 14px;
        text-align:justify;
    }

    .ai-founder-card {
        padding: 15px;
    }

}

/* =========================================================
   ADITYA APPROACH SECTION
========================================================= */

.aditya-approach {
    position: relative;
    width: 100%;
    padding: 80px 0 75px;
    background: #0d0d10;
    color: #fff;
    overflow: hidden;
}


    /* Subtle top border */

    .aditya-approach:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(255,255,255,.06);
    }


/* Container */

.approach-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}


/* =========================================================
   HEADING
========================================================= */

.approach-heading {
    margin-bottom: 64px;
}


/* Small gold label */

.approach-label {
    margin-bottom: 15px;
    color: #c9a36b;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/* Main heading */

.approach-heading h2 {
    margin: 0;
    color: #f4f1eb;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(48px, 5vw, 50px);
    line-height: .9;
    font-weight: 500;
    letter-spacing: -1px;
}


    /* Gold second line */

    .approach-heading h2 span {
        color: #d9a875;
        font-style: italic;
    }


/* Small gold line */

.approach-line {
    width: 64px;
    height: 2px;
    margin-top: 25px;
    background: #c9a36b;
}


/* =========================================================
   CARD GRID
========================================================= */

.approach-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}


/* =========================================================
   CARD
========================================================= */

.approach-card {
    position: relative;
    min-height: 310px;
    padding: 24px;
    background: #20232d;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    transition: transform .4s ease, border-color .4s ease, box-shadow .4s ease, background .4s ease;
}


    /* Card hover */

    .approach-card:hover {
        transform: translateY(-8px);
        border-color: rgba(201,163,107,.55);
        background: #222631;
        box-shadow: 0 18px 45px rgba(0,0,0,.30);
    }


/* =========================================================
   CARD TOP
========================================================= */

.card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}


/* Number */

.card-number {
    color: rgba(255,255,255,.27);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
}


/* Icon circle */

.card-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.04);
    transition: all .35s ease;
}

    .card-icon i {
        color: #d4aa76;
        font-size: 17px;
        line-height: 1;
        transition: all .35s ease;
    }


.approach-card:hover .card-number {
    color: #c5a880;
}

.approach-card:hover .card-icon {
    background: rgba(201,163,107,.12);
    border-color: rgba(201,163,107,.35);
    transform: translateY(-2px);
}

    .approach-card:hover .card-icon i {
        color: #e6bd83;
        transform: scale(1.12);
    }


/* =========================================================
   CARD TITLE
========================================================= */

.approach-card h3 {
    margin: 0 0 17px;
    color: #f6f5f2;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1px;
}


/* =========================================================
   CARD DESCRIPTION
========================================================= */

.approach-card > p {
    margin: 0;
    color: #aeb4c1;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.65;
    font-weight: 400;
}


/* =========================================================
   DIVIDER
========================================================= */

.card-divider {
    width: 100%;
    height: 1px;
    margin-top: auto;
    margin-bottom: 15px;
    background: rgba(255,255,255,.10);
}


/* =========================================================
   CUSTOMER LABEL
========================================================= */

.customer-label {
    margin-bottom: 5px;
    color: #7f8795;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}


/* =========================================================
   CUSTOMER REVIEW
========================================================= */

.customer-review {
    color: #b9bdc7;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 11px;
    line-height: 1.35;
    font-style: italic;
}


/* =========================================================
   LIVE CUSTOMIZER
========================================================= */

.approach-customizer {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 5;
    min-width: 170px;
    height: 43px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 25px;
    background: #18191d;
    border: 1px solid rgba(201,163,107,.35);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.3px;
    box-shadow: 0 8px 25px rgba(0,0,0,.35);
    transition: all .3s ease;
}


    .approach-customizer span {
        color: #c9a36b;
        font-size: 17px;
    }


    .approach-customizer:hover {
        color: #111;
        background: #d1a86f;
        border-color: #d1a86f;
    }


        .approach-customizer:hover span {
            color: #111;
        }


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .approach-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }

    .approach-card {
        min-height: 300px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .aditya-approach {
        padding: 60px 0 80px;
    }

    .approach-container {
        padding: 0 18px;
    }


    .approach-heading {
        margin-bottom: 40px;
    }


    .approach-label {
        font-size: 9px;
        letter-spacing: 1.7px;
    }


    .approach-heading h2 {
        font-size: 43px;
        line-height: .95;
    }


    .approach-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }


    .approach-card {
        min-height: 285px;
        padding: 22px;
    }


    .approach-customizer {
        right: 12px;
        bottom: 12px;
    }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .approach-heading h2 {
        font-size: 28px;
    }

    .approach-card {
        padding: 19px;
    }
}



/* Section Base */
.unique-portfolio-section {
    background-color: #1a1e29;
    padding: 80px 20px;
}

/* Header Styles */
.header-row {
    display: flex;
    align-items: flex-end;
    margin-bottom: 50px;
}

.subtitle {
    color: #9ca3af;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.main-title {
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

.italic-text {
    color: #eebf63;
    font-style: italic;
    font-weight: 400;
}

.header-desc-col {
    display: flex;
    align-items: flex-end;
    justify-content: end;
}

.header-desc {
    color: #9ca3af;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    width: 415px;
}



/* Portfolio Card Base */
.portfolio-card {
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background-color: #232733;
}

    .portfolio-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
    }

/* Image Wrapper Base */
.card-image-wrapper {
    position: relative;
    overflow: hidden;
}

    .card-image-wrapper img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        display: block;
        transition: transform 0.6s ease;
    }

.portfolio-card:hover .card-image-wrapper img {
    transform: scale(1.05);
}

.card-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #1a1e29;
    color: #ffffff;
    padding: 3px 5px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 2px;
    z-index: 2;
}

/* Content Base */
.card-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-header-1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

    .card-header-1 h4 {
        font-family: 'Playfair Display', serif;
        font-size: 20px;
        font-weight: 700;
        margin: 0;
        color: #ffffff;
    }

.card-text {
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    color: #9ca3af;
}

/* Card Footer */
.card-footer-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
}

.footer-tag {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #9ca3af;
}

.enquire-link {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #eebf63;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

    .enquire-link:hover {
        color: #ffffff;
        gap: 10px;
    }

.icon-link {
    color: #9ca3af;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.3s;
}

    .icon-link:hover {
        color: #eebf63;
    }

/* =========================================
     UNIQUE LAYOUTS FOR EACH CARD
     ========================================= */

/* Card 01: Horizontal Split Layout */
.horizontal-card {
    display: flex;
    flex-direction: row;
}

    .horizontal-card .card-image-wrapper {
        width: 45%;
    }

    .horizontal-card .card-content {
        width: 55%;
        background-color: #1a1e29;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

.custom-margin-top {
    margin-top: 50px;
}


/* Card 02: Vertical Stack Layout */
.vertical-card {
    display: flex;
    flex-direction: column;
    background-color: #1a1e29;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

    .vertical-card .card-image-wrapper {
        height: 220px;
        width: 100%;
    }

    .vertical-card .card-content {
        flex: 1;
        padding: 30px;
    }

/* Mobile Responsiveness */
@media (max-width: 991px) {

    .header-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-desc-col {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .horizontal-card {
        flex-direction: column;
    }

        .horizontal-card .card-image-wrapper {
            width: 100%;
            clip-path: none;
            height: 220px;
        }

        .horizontal-card .card-content {
            width: 100%;
            padding: 20px 15px;
        }
}


/* Section Base */
.process-section {
    background-color: #12151c; /* Very dark navy/black */
    font-family: 'Inter', sans-serif;
    padding: 80px 20px 60px 20px;
    color: #ffffff;
    overflow: hidden;
}

/* Header Area */
.header-area {
    margin-bottom: 60px;
}

.subtitle {
    color: #eebf63;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.main-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1.1;
}

.italic-text {
    color: #eebf63;
    font-style: italic;
    font-weight: 400;
}

.header-desc {
    color: #9ca3af;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 600px;
}

/* Process Cards Row */
.process-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 15px;
}

.process-col {
    flex: 1;
    min-width: 0;
    position: relative;
    padding: 0;
}

.process-card {
    background-color: #1a1e29;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    padding: 30px 20px;
    height: 100%;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

    .process-card:hover {
        border-color: rgba(238, 191, 99, 0.4);
        transform: translateY(-5px);
    }




/* Circle Badge */
.card-badge-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #eebf63;
    color: #eebf63;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    margin-bottom: 25px;
}

.process-card:hover .card-badge-circle {
    background: #eebf63;
    color: #000;
    border: 1px solid #eebf63;
}

/* Card Typography */
.card-title {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    color: #ffffff;
}

.card-desc {
    font-size: 12px;
    line-height: 1.6;
    color: #9ca3af;
    margin: 0;
}

/* Arrow Connectors */
.arrow-connector {
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(238 191 99 / 18%);
    font-size: 12px;
    z-index: 10;
    pointer-events: none;
}

/* Bottom Actions Row */
.bottom-row {
    margin-top: 60px;
}

.bottom-actions {
    display: flex;
    justify-content: center; /* Centers the location pill */
    align-items: center;
}

.location-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #d1d5db;
}

    .location-pill i {
        color: #eebf63;
        font-size: 12px;
    }

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .main-title {
        font-size: 40px;
    }

    .process-card {
        padding: 25px 15px;
    }

    .card-desc {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .process-row {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .process-col {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-bottom: 30px;
    }

    .arrow-connector {
        display: none;
    }
    /* Hide arrows on smaller screens */
}

@media (max-width: 576px) {
    .process-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main-title {
        font-size: 32px;
    }

    .header-desc br {
        display: none;
    }
}


.premium-glowing-container {
    transition: transform .3s;
    animation: 6s ease-in-out infinite pulse-glow;
    position: relative;
}

/* =========================
   MAIN SECTION
========================= */

.aditya-construction-section {
    width: 100%;
    min-height: 700px;
    padding: 55px 5%;
    background: radial-gradient( circle at 80% 20%, rgba(201,168,112,0.08), transparent 30% ), #080a14;
}


/* =========================
   HEADER
========================= */

.aditya-construction-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 45px;
}

.aditya-header-small {
    color: #c9a870;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.aditya-construction-title {
    font-family: Georgia, serif;
    font-size: 52px;
    line-height: 1.05;
    font-weight: 400;
    color: #ffffff;
}

    .aditya-construction-title span {
        color: #c9a870;
        font-style: italic;
    }

.aditya-header-description {
    margin-top: 18px;
    max-width: 650px;
    color: #aeb3c1;
    font-size: 17px;
    line-height: 1.7;
}


/* =========================
   BADGE
========================= */

.aditya-finish-badge {
    white-space: nowrap;
    border: 1px solid rgba(201,168,112,0.4);
    border-radius: 30px;
    padding: 14px 22px;
    color: #d8bd8a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    background: rgba(201,168,112,0.05);
}


/* =========================
   SERVICE TABS
========================= */

.aditya-service-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 32px;
}

.aditya-service-tab {
    position: relative;
    min-height: 75px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    background: #080a0e;
    border: 1px solid rgba(255,255,255,0.13);
    transition: 0.3s ease;
}

    .aditya-service-tab:hover {
        transform: translateY(-3px);
        border-color: rgba(201,168,112,0.55);
    }

    .aditya-service-tab.active {
        border-color: #c9a870;
        background: rgba(201,168,112,0.07);
    }


/* ICON */

.aditya-service-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(201,168,112,0.12);
    border: 1px solid rgba(201,168,112,0.18);
    color: #d9b978;
    font-size: 19px;
    transition: all 0.35s ease;
}

.aditya-service-tab:hover .aditya-service-icon {
    background: rgba(201,168,112,0.20);
    border-color: #c9a870;
    transform: scale(1.08);
}

.aditya-service-tab.active .aditya-service-icon {
    background: rgba(201,168,112,0.20);
    color: #fff1c9;
    border-color: #c9a870;
    box-shadow: 0 0 20px rgba(201,168,112,0.12);
}

.aditya-service-icon i {
    line-height: 1;
}


/* TEXT */

.aditya-service-tab small {
    display: block;
    color: #bca878;
    font-size: 11px;
}

.aditya-service-tab strong {
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0.3px;
}

.aditya-active-label {
    margin-left: auto;
    color: #c9a870;
    font-size: 9px;
    font-weight: bold;
}


/* =========================
   SERVICE CARD
========================= */

.aditya-service-card {
    position: relative;
    display: none;
    grid-template-columns: 1.25fr 0.9fr;
    gap: 35px;
    padding: 42px;
    border-radius: 18px;
    background: rgba(19,21,31,0.92);
    border: 1px solid rgba(201,168,112,0.2);
    box-shadow: 0 25px 80px rgba(0,0,0,0.45);
    overflow: hidden;
}

    .aditya-service-card.active-content {
        display: grid;
        animation: adityaCardFade 0.45s ease;
    }


    /* GOLD BORDER */

    .aditya-service-card::before {
        content: "";
        position: absolute;
        inset: -2px;
        background: conic-gradient( from 0deg, transparent 0deg, transparent 250deg, #c9a870 285deg, #fff1c9 310deg, #c9a870 330deg, transparent 360deg );
        animation: adityaBorderRotate 6s linear infinite;
        z-index: 0;
    }

    .aditya-service-card::after {
        content: "";
        position: absolute;
        inset: 1px;
        background: #13151f;
        border-radius: 17px;
        z-index: 0;
    }


/* =========================
   CARD CONTENT
========================= */

.aditya-card-content {
    position: relative;
    z-index: 2;
}

.aditya-content-label {
    color: #c9a870;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.aditya-card-title {
    font-family: Georgia, serif;
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 8px;
}

.aditya-card-hindi {
    color: #c9a870;
    font-size: 15px;
    margin-bottom: 25px;
}

.aditya-card-description {
    color: #c1c5d0;
    font-size: 13px;
    line-height: 1.75;
    max-width: 750px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}


/* =========================
   FEATURES
========================= */

.aditya-scope-title {
    color: #c9a870;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 25px 0 17px;
}

.aditya-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 35px;
}

.aditya-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #aeb3c1;
    font-size: 12px;
    line-height: 1.5;
}

    .aditya-feature::before {
        display: none;
    }

    .aditya-feature i {
        color: #d4b77d;
        font-size: 15px;
        min-width: 18px;
        margin-top: 3px;
    }

/* =========================
   FOOTER
========================= */

.aditya-card-footer {
    display: flex;
    gap: 35px;
    margin-top: 35px;
}

.aditya-footer-link {
    color: #c9a870;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

    .aditya-footer-link:hover {
        color: #ffffff;
    }


/* =========================
   IMAGE
========================= */

.aditya-construction-image {
    position: relative;
    z-index: 2;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(201,168,112,0.25);
}

    .aditya-construction-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.7s ease;
    }

    .aditya-construction-image:hover img {
        transform: scale(1.06);
    }


/* OVERLAY */

.aditya-image-overlay {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding: 17px;
    background: rgba(5,7,12,0.82);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.08);
}

    .aditya-image-overlay span {
        font-size: 11px;
        color: #d4b77d;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .aditya-image-overlay strong {
        float: right;
        color: #ffffff;
        font-size: 12px;
    }


/* =========================
   ANIMATION
========================= */

@keyframes adityaBorderRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes adityaCardFade {

    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1000px) {

    .aditya-construction-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .aditya-construction-title {
        font-size: 44px;
    }

    .aditya-service-card {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 700px) {

    .aditya-construction-section {
        padding: 40px 20px;
    }

    .aditya-construction-title {
        font-size: 36px;
    }

    .aditya-header-description {
        font-size: 15px;
    }

    .aditya-service-tabs {
        grid-template-columns: 1fr;
    }

    .aditya-service-card {
        padding: 25px;
    }

    .aditya-card-title {
        font-size: 27px;
    }

    .aditya-card-description {
        font-size: 15px;
    }

    .aditya-features {
        grid-template-columns: 1fr;
    }

    .aditya-construction-image {
        height: 260px;
    }

    .aditya-card-footer {
        flex-direction: column;
        gap: 15px;
    }
}


/* =========================================
   LUXROOM SECTION
========================================= */

.luxroom-section {
    width: 100%;
    padding: 60px 7% 75px;
    box-sizing: border-box;
    background: radial-gradient( circle at 50% 0%, rgba(201,168,112,0.08), transparent 35% ), #09090d;
    color: #fff;
}


/* =========================================
   HEADER
========================================= */

.luxroom-header {
    max-width: 800px;
    margin: 0 auto 45px;
    text-align: center;
}

.luxroom-label {
    color: #c9a870;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    margin-bottom: 10px;
}

.luxroom-main-title {
    margin: 0;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.15;
}

    .luxroom-main-title span {
        color: #c9a870;
        font-style: italic;
    }

.luxroom-description {
    max-width: 650px;
    margin: 12px auto 0;
    color: #aaaab3;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================
   TABS
========================================= */

.luxroom-tabs {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    margin-bottom: 35px;
}

.luxroom-tab {
    position: relative;
    border: none;
    background: transparent;
    color: #85858f;
    padding: 16px 25px 18px;
    cursor: pointer;
    font-family: inherit;
    transition: color 0.3s ease, background 0.3s ease;
}

    .luxroom-tab i {
        margin-right: 8px;
        font-size: 13px;
        color: #a89b7b;
    }

    .luxroom-tab span {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.7px;
    }

    .luxroom-tab:hover {
        color: #e1d2b1;
    }

    .luxroom-tab.active {
        color: #ffffff;
    }

        .luxroom-tab.active::after {
            content: "";
            position: absolute;
            left: 15px;
            right: 15px;
            bottom: -1px;
            height: 3px;
            background: #c9a870;
            box-shadow: 0 0 12px rgba(201,168,112,0.3);
        }


/* =========================================
   ROOM CARD
========================================= */

.luxroom-card {
    display: none;
    grid-template-columns: 58% 42%;
    min-height: 430px;
    background: #141418;
    border: 1px solid rgba(201,168,112,0.20);
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(0,0,0,0.40);
}

    .luxroom-card.active {
        display: grid;
        animation: luxroomShow 0.45s ease;
    }

@keyframes luxroomShow {

    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* =========================================
   IMAGE
========================================= */

.luxroom-image-box {
    position: relative;
    min-height: 430px;
    overflow: hidden;
}

    .luxroom-image-box img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: transform 0.7s ease;
    }

    .luxroom-image-box:hover img {
        transform: scale(1.035);
    }


/* =========================================
   IMAGE BADGE
========================================= */

.luxroom-image-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    background: rgba(10,10,13,0.85);
    border: 1px solid rgba(201,168,112,0.35);
    color: #eeeeee;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    backdrop-filter: blur(8px);
}

    .luxroom-image-badge i {
        color: #c9a870;
        font-size: 10px;
    }


/* =========================================
   CONTENT
========================================= */

.luxroom-content {
    padding: 38px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.luxroom-content-label {
    color: #c9a870;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.luxroom-card-title {
    margin: 0 0 15px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

.luxroom-card-text {
    max-width: 520px;
    margin: 0 0 22px;
    color: #a9aab3;
    font-size: 13px;
    line-height: 1.8;
}


/* =========================================
   FEATURES
========================================= */

.luxroom-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 23px;
}

    .luxroom-features div {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        color: #d0d0d5;
        font-size: 11px;
        line-height: 1.5;
    }

    .luxroom-features i {
        color: #c9a870;
        font-size: 12px;
        margin-top: 2px;
    }


/* =========================================
   VIEW LABEL
========================================= */

.luxroom-view-label {
    padding-top: 17px;
    border-top: 1px solid rgba(255,255,255,0.10);
    color: #8b8c95;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 11px;
}


/* =========================================
   GALLERY
========================================= */

.luxroom-gallery {
    display: flex;
    gap: 9px;
    margin-bottom: 20px;
}

.luxroom-small-image {
    width: 58px;
    height: 43px;
    padding: 0;
    background: #0b0b0e;
    border: 1px solid rgba(255,255,255,0.15);
    cursor: pointer;
    overflow: hidden;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

    .luxroom-small-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .luxroom-small-image:hover {
        transform: translateY(-2px);
        border-color: #c9a870;
    }

    .luxroom-small-image.active {
        border-color: #c9a870;
    }


/* =========================================
   BUTTON
========================================= */

.luxroom-button {
    width: 100%;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-sizing: border-box;
    background: #09090d;
    border: 1px solid rgba(255,255,255,0.06);
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: background 0.3s ease, border-color 0.3s ease;
}

    .luxroom-button i {
        color: #c9a870;
        transition: transform 0.3s ease;
    }

    .luxroom-button:hover {
        background: rgba(201,168,112,0.10);
        border-color: rgba(201,168,112,0.4);
        color: #fff;
    }

        .luxroom-button:hover i {
            transform: translateX(5px);
        }


/* =========================================
   TABLET
========================================= */

@media (max-width: 950px) {

    .luxroom-card {
        grid-template-columns: 1fr;
    }

    .luxroom-image-box {
        min-height: 400px;
    }

    .luxroom-content {
        min-height: 400px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .luxroom-section {
        padding: 45px 18px 55px;
    }

    .luxroom-main-title {
        font-size: 32px;
    }

    .luxroom-description {
        font-size: 13px;
    }

    .luxroom-tabs {
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
    }

        .luxroom-tabs::-webkit-scrollbar {
            display: none;
        }

    .luxroom-tab {
        flex-shrink: 0;
        padding: 15px 17px 17px;
    }

        .luxroom-tab i {
            display: inline-block;
        }

        .luxroom-tab span {
            font-size: 10px;
        }

    .luxroom-image-box {
        min-height: 280px;
    }

    .luxroom-content {
        padding: 30px 22px;
    }

    .luxroom-card-title {
        font-size: 27px;
    }

    .luxroom-card-text {
        font-size: 13px;
    }

    .luxroom-features div {
        font-size: 11px;
    }
}


/* =========================================
   TRANSFORMATION SECTION
========================================= */

.transformation-section {
    width: 100%;
    margin: 0 auto;
    padding: 55px 15% 70px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    background: #0d0d11;
    color: #e0e0e0;
}


/* =========================================
   HEADER
========================================= */

.transformation-header {
    width: 100%;
    max-width: 750px;
    text-align: center;
}

.transformation-subtitle {
    color: #c8a97e;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.transformation-title {
    margin: 0 0 15px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.5px;
    color: #ffffff;
}

    .transformation-title span {
        color: #c8a97e;
        font-style: italic;
    }

.transformation-description {
    margin: 0 auto;
    max-width: 700px;
    color: #9a9a9a;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================
   COMPARISON CONTAINER
========================================= */

.transformation-comparison {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    background: #111116;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.65);
    user-select: none;
    -webkit-user-select: none;
    touch-action: none;
    cursor: col-resize;
}


/* =========================================
   IMAGE WRAPPER
========================================= */

.transformation-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .transformation-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        pointer-events: none;
        user-select: none;
        -webkit-user-drag: none;
    }


/* Finished image */

.transformation-finished {
    z-index: 1;
}


/* Empty image / clipped image */

.transformation-empty {
    width: 50%;
    z-index: 2;
    border-right: 2px solid rgba(255,255,255,0.8);
    box-shadow: 3px 0 15px rgba(0,0,0,0.45);
}


    /*
IMPORTANT:
The image inside clipped wrapper stays
full-size instead of becoming narrow.
*/

    .transformation-empty img {
        width: 100%;
        max-width: none;
    }


/* =========================================
   SLIDER HANDLE
========================================= */

.transformation-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    z-index: 10;
    background: #ffffff;
    transform: translateX(-50%);
    cursor: col-resize;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.transformation-handle-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0d0d11;
    color: #c8a97e;
    border: 2px solid #c8a97e;
    box-shadow: 0 5px 20px rgba(0,0,0,0.6);
    font-size: 16px;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.transformation-handle:hover .transformation-handle-circle {
    background: #c8a97e;
    color: #0d0d11;
    transform: translate(-50%, -50%) scale(1.08);
}


/* =========================================
   LABELS
========================================= */

.transformation-label {
    position: absolute;
    bottom: 22px;
    z-index: 8;
    padding: 9px 16px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    pointer-events: none;
}


/* Left label */

.transformation-label-left {
    left: 22px;
    color: #ffffff;
    background: rgba(0,0,0,0.75);
    border: 1px solid rgba(255,255,255,0.25);
}


/* Right label */

.transformation-label-right {
    right: 22px;
    color: #111111;
    background: #c8b596;
    border: 1px solid #c8b596;
}


/* =========================================
   INFO BOX
========================================= */

.transformation-info {
    width: 100%;
    box-sizing: border-box;
    padding: 28px 30px;
    text-align: center;
    background: #c2c2c2;
    border-radius: 4px;
}

    .transformation-info h3 {
        margin: 0 0 12px;
        color: #5a4a3a;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 21px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .transformation-info p {
        max-width: 750px;
        margin: 0 auto;
        color: #444444;
        font-family: Arial, sans-serif;
        font-size: 14px;
        line-height: 1.7;
    }


/* =========================================
   TABLET
========================================= */

@media (max-width: 800px) {

    .transformation-section {
        padding: 45px 18px 55px;
    }

    .transformation-title {
        font-size: 36px;
    }

    .transformation-description {
        font-size: 14px;
    }

    .transformation-info {
        padding: 24px 20px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .transformation-section {
        padding: 40px 15px 50px;
        gap: 22px;
    }

    .transformation-subtitle {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .transformation-title {
        font-size: 29px;
    }

    .transformation-description {
        font-size: 13px;
        line-height: 1.6;
    }

    .transformation-comparison {
        aspect-ratio: 4 / 3;
        border-radius: 5px;
    }

    .transformation-label {
        bottom: 12px;
        padding: 6px 9px;
        font-size: 8px;
        letter-spacing: 0.8px;
    }

    .transformation-label-left {
        left: 10px;
    }

    .transformation-label-right {
        right: 10px;
    }

    .transformation-handle-circle {
        width: 40px;
        height: 40px;
        font-size: 13px;
    }

    .transformation-info {
        padding: 22px 16px;
    }

        .transformation-info h3 {
            font-size: 17px;
        }

        .transformation-info p {
            font-size: 12px;
            line-height: 1.65;
        }
}


.contact-section {
     width: 100%;
    margin: 0 auto;
    padding: 55px 3% 70px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 28px;
    background: #0d0d11;
    color: #e0e0e0;
}

/* --- LEFT COLUMN (Info & Map) --- */
.info-column {
    flex: 1 1 400px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.subtitle {
    color: #c8a97e;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.main-title {
    font-family: 'Georgia', serif;
    font-size: 42px;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

    .main-title span {
        color: #c8a97e;
        font-style: italic;
    }

.info-card {
    background-color: #16171b;
    border: 1px solid #2a2b30;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

    .info-card .icon-box {
        background-color: #2a2b30;
        color: #c8a97e;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 3px;
        font-size: 18px;
    }

    .info-card .card-content {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

.card-label {
    color: #a0a0a0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.card-value {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.card-highlight {
    color: #c8a97e;
    font-size: 12px;
    font-weight: 700;
    margin-top: 4px;
}

.card-link {
    color: #888;
    font-size: 11px;
    text-decoration: none;
    margin-top: 4px;
}

/* Map Placeholder */
.map-box {
    background-color: #e0e0e0;
    height: 180px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.map-overlay-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(255,255,255,0.9);
    padding: 6px 12px;
    font-size: 11px;
    font-weight: bold;
    color: #333;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.bottom-buttons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.btn {
    background-color: #16171b;
    border: 1px solid #2a2b30;
    color: #ffffff;
    padding: 12px 5px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    flex: 1;
}

    .btn:hover {
        border-color: #c8a97e;
        color: #c8a97e;
    }

/* --- RIGHT COLUMN (Form) --- */
.form-column {
    flex: 2 1 500px;
    background-color: #121317;
    border: 1px solid #2a2b30;
    border-radius: 4px;
    padding: 30px;
}

    .form-column .subtitle {
        margin-bottom: 8px;
    }

.form-title {
    font-family: 'Georgia', serif;
    font-size: 26px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

    .form-title span {
        color: #c8a97e;
        font-style: italic;
    }

.form-desc {
    color: #888;
    font-size: 13px;
    margin-bottom: 25px;
    line-height: 1.5;
}

/* Form Layout */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .form-group.full-width {
        grid-column: 1 / -1;
    }

.form-label {
    color: #a0a0a0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.form-input {
    background-color: #0b0c10;
    border: 1px solid #2a2b30;
    color: #ffffff;
    padding: 12px 15px;
    border-radius: 3px;
    font-size: 13px;
    font-family: 'Arial', sans-serif;
    width: 100%;
    transition: border-color 0.3s ease;
}

    .form-input:focus {
        outline: none;
        border-color: #c8a97e;
    }

    .form-input::placeholder {
        color: #555;
    }

textarea.form-input {
    resize: vertical;
    min-height: 100px;
}

/* Upload Box */
.upload-box {
    border: 2px dashed #2a2b30;
    border-radius: 4px;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #0b0c10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

    .upload-box:hover {
        border-color: #c8a97e;
        background-color: #16171b;
    }

.upload-icon {
    font-size: 24px;
    color: #c8a97e;
}

.upload-text {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.upload-sub {
    color: #666;
    font-size: 11px;
}

/* Submit Button */
.submit-btn {
    width: 100%;
    background-color: #1c1d22;
    border: 1px solid #2a2b30;
    color: #ffffff;
    padding: 15px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

    .submit-btn:hover {
        background-color: #c8a97e;
        color: #0b0c10;
        border-color: #c8a97e;
    }

/* Responsive Design */
@media (max-width: 900px) {
    .contact-section {
        flex-direction: column;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .main-title {
        font-size: 26px;
    }

    .form-title {
        font-size: 22px;
    }
    .bottom-hero-section {
        padding: 2rem 2rem 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .ai-hero {
        padding-bottom: 20px;
    }
    .approach-card > p{
        font-size: 14px;
    }
    .customer-label{
        font-size: 10px;
    }
    .customer-review{
        font-size:15px;
    }
    .header-desc{
        text-align: justify;
        max-width:100%;
    }
    .icon-link{
        margin-left: 10px;
    }
    .card-text{
        text-align: justify;
    }
    .card-footer-1{
        flex-direction: column;
        row-gap: 10px;
    }

    .footer-tag{
        font-size:14px;
    }
    .enquire-link{
        font-size: 14px;
    }

}

@media (max-width: 480px) {
    .bottom-buttons {
        flex-direction: column;
    }

    .info-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .card-content {
        align-items: center;
    }
}
