.top_mobile ul {
    display: flex;
    gap: 0px;
}

.top_mobile ul li {
    position: relative;
    padding: 0px 11px;
}

.top_mobile ul li:before {
    position: absolute;
    right: 0;
    width: 1px;
    height: 65%;
    background: #00000045;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
}

.top_mobile ul li:first-child {
    padding-left: 0;
}

.top_mobile ul li:last-child {
    padding-right: 0;
}

.top_mobile ul li:last-child:before {
    content: none;
}

.top_adderss {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.follow_box ul {
    display: flex;
    gap: 10px;
}

header.sticky {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: #000;
    top: 0;
    padding: 5px 0px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

header.sticky .logo {
    top: 0;
}

header.sticky .row {
    align-items: center;
}

header.sticky .logo img {
    max-width: 80px;
    display: block;
}


header.sticky .menu {
    padding: 0;
}

.top_mobile ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.menu ul {
    display: flex;
    gap: 30px;
}

.logo img {
    width: 100%;
    max-width: 110px;
}

.logo {
    position: relative;
    z-index: 0;
    top: -48px;
}

.top_header {
    position: relative;
    background: var(--color-sky);
    padding: 7px 0px;
}

.logo_bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.logo_bg img {
    width: 100%;
    max-width: 350px;
}


header {
    position: relative;
}

.menu {
    padding: 20px 0px;
}

.menu ul li a {
    color: #fff;
    font-size: 15px;
    transition: 0.5s;
}

.menu ul li a:hover {
    color: var(--color-sky);
}

.follow_box ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #c7963c;
    color: var(--color-sky);
    background: #000;
}

.hero_section {
    background: linear-gradient(45deg, #000000e8, #000000c9), url(../images/hero/hero-banner.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    margin-top: -113px;
    display: flex;
    align-items: center;
    padding-top: 100px;
}

.hero_content h5 {
    display: flex;
    align-items: center;
    color: var(--color-sky);
    font-weight: 700;
    font-size: 19px;
    position: relative;
    margin-bottom: 20px;
}

.hero_content h5 span {
    position: relative;
    top: 9px;
    margin-left: -9px;
}

.hero_content h2 {
    color: #fff;
    font-size: 47px;
    font-weight: 700;
}

.hero_content h2 span {
    color: var(--color-sky);
}

.hero_content p {
    color: #959393;
    font-weight: 400;
    margin-top: 20px;
    font-size: 15px;
    line-height: 26px;
}




.hero_details {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 40px;
}

.call_bg {
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s all 
ease;
    cursor: pointer;
}

.contact_hero {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hero_content .contact_hero p {
    margin: 0 !important;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
}

.hero_content .contact_hero a {
    color: var(--color-sky);
    font-size: 14px;
}

.hero_form {
    backdrop-filter: blur(6px);
    background-color: #ffffff1c;
    border: 4px solid #c9ddff4a;
    border-radius: 20px;
    height: 500px;
    overflow: hidden;
}

.hero_form h4 {
    background: var(--color-sky);
    border-radius: 17px 17px 0px 0px;
    padding: 13px 0px;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    margin: 0;
}

.form_input {
    position: relative;
    margin-top: 13px;
}

.form_input i {
    position: absolute;
    left: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    color: var(--color-sky);
    font-size: 17px;
}


.form_input input {
    width: 100%;
    padding: 12px 15px 12px 33px;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    border: 1px solid #bdbdbda1;
    border-radius: 8px;
    background: #ffffff14;
    color: #fff;
}

.hero_form form {
    padding: 15px;
}

.form_input input::placeholder {
     color: #fff;
}

.hero_form .main_btn button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    border-radius: 10px;
}




.about_content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.about_content h2 span {
    color: var(--color-sky);
}

.about_content p {
    font-size: 15px;
    color: #6d6b6b;
    line-height: 25px;
}

.about_box {
    background: #8080801a;
    padding: 15px;
    margin-top: 20px;
    border: 1px solid #80808030;
    border-radius: 10px;
}

.about_box h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.about_content .about_box p {
    font-size: 14px;
    line-height: 23px;
    margin: 0;
}

.about_box img {
    width: 100%;
    max-width: 50px;
    display: flex;
    margin-bottom: 12px;
}

.newly_section {
    padding: 70px 0;
    position: relative;
    z-index: 1;
}



.Amenities_box {
    background: #fff;
    border: 1px solid #80808052;
    text-align: center;
    padding: 30px 0px;
    border-radius: 15px;
}

.Amenities_box img {
    width: 100%;
    max-width: 75px;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 15px;
}

.Amenities_box h5 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.main_heading h5 {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-sky);
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.main_heading h5:before, .main_heading h5:after {
    content: '';
    flex: 0 0 30px;
    height: 1px;
    background: var(--color-sky);
}

.main_heading h2 {
    font-size: 35px;
    font-weight: 700;
}




.project_section{
    background: url(../images/about/project_bg_1.png);
    padding: 70px 0;
}

.project_img img {
    width: 100%;
    height: 385px;
    border-radius: 8px;
    object-fit: cover;
    transition: 0.5s;
}

.project_box {
    position: relative;
    background: #fff;
    padding: 13px;
    border: 1px solid #8080804d;
    border-radius: 15px;
    margin-top: 20px;
    overflow: hidden;
}

.project_box:before {
    position: absolute;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background: #fff;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.project_box:hover:before {
    width: 500px;
    height: 500px;
    background: transparent;
    transition: all 400ms linear;
}

.project_box h5 {
    position: absolute;
    bottom: 13px;
    background: linear-gradient(360deg, #000000, #00000000);
    width: 92%;
    padding: 75px 10px 15px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0px 0px 10px 10px;
    transition: 0.5s;
    z-index: 1;
}
.project_box:hover h5 {
    padding: 75px 10px 25px 10px;
}

.project_box h5 a {
    color: #fff;
}

.project_img {
    border-radius: 10px;
    overflow: hidden;
    transition: 0.5s;
}

.project_img:hover img {
    transform: scale(1.3);
}

.about_section {
    position: relative;
}



.mil-deco {
    background-image: url(../images/shpae/deco-.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    width: 300px;
    height: 150px;
}

.about_shape_img {
    position: absolute;
    left: 0;
    top: 20px;
    opacity: 0.1;
}

.about_shape_img img {
    width: 100%;
    max-width: 260px;
}

.testimonials_section {
    background: linear-gradient(45deg, #f8f8f8eb, #f8f8f8eb), url(../images/testimonial/testi_bg_1.jpeg);
    padding: 70px 0px;
    position: relative;
    background-size: cover;
}

.testimonials_box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}

.testimonials_box > p {
    font-size: 15px;
    color: #656565;
}

.testimonials_box > p span {
    color: var(--color-sky);
    font-size: 20px;
}

.testimonials_name {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
}

.testimonials_img {
    width: 75px;
    height: 75px;
    border-radius: 10px;
}

.testimonials_img img {
    width: 100%;
    border-radius: 10px;
}

.testimonials_name h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.testimonials_name p {
    color: var(--color-sky);
    margin: 0;
    font-size: 13px;
    margin-top: 5px;
}

.testimonials_box .quets_icon {
    position: absolute;
    right: 30px;
    bottom: 25px;
    font-size: 50px;
    color: var(--color-sky);
}



.why_choose_section{
    background: #0a0a0a;
     position: relative;
    z-index: 1;
    padding: 70px 0;
}

.why_choose_section:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/Amenities/why-bg-1.png);
    z-index: -1;
}

.why_choose_content h5 {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-sky);
}

.why_choose_content h5 span {
    position: relative;
    top: 10px;
    left: -11px;
}

.why_choose_content h2 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.why_choose_content ul li {
    background: #ffffff;
    width: 48%;
    margin-top: 35px;
    padding: 25px 15px 14px 15px;
    border-radius: 15px;
    position: relative;
    font-weight: 600;
    color: #000;
    font-size: 17px;
}

.why_choose_content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.why_choose_content ul li .why_imges {
    position: absolute;
    top: -20px;
    width: 43px;
    height: 43px;
    background: #000000;
    border-radius: 50%;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why_choose_content ul li p {
    margin: 0;
}

.why_btn {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.why_btn .main_btn-2 a {
    background: transparent;
    border: 1px solid #ffff;
    color: #fff;
}

.why_btn .main_btn-2 a::before, .why_btn .main_btn-2 a::after {
    background: #fff;
}

.why_btn .main_btn-2 a:hover {
    color: #000;
}

.why_choose_img img {
    width: 100%;
    max-width: 596px;
}

.why_choose_img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}


footer {
    background: #000;
    padding: 90px 0px 0px 0px;
    position: relative;
    z-index: 1;
}

footer::before{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/hero/footer_img.png);
    content: '';
    background-size: cover;
    background-position: right;
    opacity: 0.2;
    z-index: -1;
    top: 0;
}


.footer_logo img {
    width: 100%;
    max-width: 130px;
}

.footer_logo p {
    color: #ffffff8f;
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
}

.footer_logo ul {
    display: flex;
    gap: 14px;
    margin-top: 25px;
}

.footer_logo ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-sky);
    transition: 0.5s;
    border-radius: 50px;
    border: 1px solid var(--color-sky);
}

.footer_logo ul li a:hover {
    background: var(--color-sky);
    color: #000;
}
.quick_links h3, .contact_links h3 {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    position: relative;
}

.quick_links h3:before, .quick_links h3:after, .contact_links h3::before, .contact_links h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 61px;
    height: 2px;
    background-color: var(--color-sky);
}

.quick_links h3:after, .contact_links h3:after {
    width: 16px;
    border-left: 4px dashed #0E121D;
    border-right: 4px dashed #0E121D;
    height: 2px;
    background-color: transparent;
    bottom: -8px;
    left: 40px;
    -webkit-animation: footerLine 7s 
linear infinite;
    animation: footerLine 7s 
linear infinite;
}

@keyframes footerLine {
  0% {
    left: 40px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}

.quick_links ul {
    margin-top: 30px;
}

.quick_links ul li a {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 500;
    padding: 6px 0px;
    color: #b3b3b3;
    transition: 0.5s;
}

.quick_links ul li a i {
    color: var(--color-sky);
}

.quick_links ul li a:hover {
    color: var(--color-sky);
    padding-left: 5px;
}

.contact_links ul {
    margin-top: 30px;
}

.contact_links ul h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.contact_links ul li a i {
    width: 28px;
    height: 28px;
    background: var(--color-sky);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    min-width: 28px;
    border-radius: 4px;
}

.contact_links ul li a {
    display: flex;
    gap: 10px;
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 500;
}

.contact_links ul li {
    margin-top: 20px;
}

.why_choose_content h2 span {
    color: var(--color-sky);
}

.copy {
    background: #181818;
    padding: 18px 0px;
    margin-top: 90px;
}

.copy p {
    color: #a5a5a5;
    margin: 0;
    font-size: 14px;
}

.copy p a {
    color: var(--color-sky);
}

.top {
    position: fixed;
    right: 20px;
    bottom: 30px;
    background: var(--color-sky);
    z-index: 10;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}

.mobile_logo{
    display: none;
}

.breacrumb_section {
    background: linear-gradient(45deg, #000000d1, #000000b5), url(../images/about/breadcrumb-bg.jpg);
    width: 100%;
    padding: 200px 0px 90px 0px;
    margin-top: -140px;
}

.breacrumb_content h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.breacrumb_content ul {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.breacrumb_content ul li {
    font-size: 15px;
    color: #fff;
}

.breacrumb_content ul li a {
    color: var(--color-sky);
}

.about_content .call_bg {
    background: #000;
}

.about_content .contact_hero p {
    margin: 0;
    font-weight: 600;
    line-height: 20px;
    color: #000;
}

.about_content .contact_hero a {
    color: var(--color-sky);
    font-size: 14px;
    font-weight: 500;
}

.about_content .call_bg img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(240deg) brightness(105%) contrast(101%);
}

.counter_box {
    margin-top: 40px;
    border-right: 1px solid #80808057;
}

.counter_box h1 {
    font-size: 45px;
    font-weight: 800;
    color: #000;
}

.vision_section{
    background: url(../images/about/project_bg_1.png);
    padding: 90px 0;
}


.vision_box {
    background: #fff;
    border: 1px solid #8080803b;
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
}

.project_content:before {
    background: #f5f5f5;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 80%, 80% 100%, 43% 100%, 0 100%, 0% 30%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
}

.vision_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.vision_img img {
    width: 100%;
    max-width: 70px;
}

.vision_box h4 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.vision_box p {
    font-size: 14px;
    color: #717171;
    margin: 0;
    line-height: 24px;
}

.vision_img h3 {
    margin: 0;
    font-size: 60px;
    font-weight: 800;
    color: #e9e9e9;
}

.productss_img img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    transition: 0.5s;
}

.project_content {
    width: 94%;
    margin: auto;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    padding: 25px 20px;
    transition: 0.5s;
    z-index: 1;
}

.project_content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.project_content p {
    font-size: 13px;
    color: #5b5b5b;
}

.project_content .main_btn {
    width: fit-content;
    margin-top: 20px;
}

.project_content .main_btn a {
    background: transparent;
    border: 1px solid #80808042;
    color: #000;
    border-radius: 0;
    padding: 10px 25px;
    font-size: 13px;
}

.projects_box {
    overflow: hidden;
    margin-top: 35px;
}

.productss_img {
    overflow: hidden;
}

.projects_box:hover .productss_img img {
    transform: scale(1.2);
}

.projects_box:hover .project_content:before {
    background: var(--color-sky);
}

.projects_box:hover .project_content h4, .projects_box:hover .project_content p {
    color: #fff;
}

.projects_box:hover .project_content .main_btn a {
    border: 1px solid #fff;
    color: #070707;
}

.project_content .main_btn a::before, .project_content .main_btn a::after {
    border-radius: 0 !important;
}

.project_content .main_btn a:hover{
    color: #000;
}

.legal_box {
    border: 1px solid #80808063;
    padding: 15px;
    height: 100%;
    border-radius: 15px;
    text-align: center;
}

.legal_box h5 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
}

.legal_box .view_plan a {
    font-size: 14px;
    font-weight: 500;
    background: var(--color-sky);
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}

.contact_box {
    border: 1px solid #80808040;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
    transition: 0.5s;
}

.contact_box .contact_icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: #e5e5e599;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--color-sky);
    transition: 0.5s;
}

.contact_box h5 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.contact_box p, .contact_box a {
    font-size: 14px;
    color: gray;
    margin: 0;
}

.contact_box:hover {
    border-color: var(--color-sky);
}

.contact_box:hover .contact_icon {
    background: var(--color-sky);
    color: #fff;
}

.contact_form {
    box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.06);
    margin-top: 80px;
    padding: 40px;
}

.contact_form h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.contact_input {
    position: relative;
    margin-top: 15px;
}

.contact_input input, .contact_input textarea {
    width: 100%;
    background: #efefef91;
    border: 0;
    padding: 15px 20px 15px 45px;
    font-size: 15px;
    outline: none;
}

.contact_input i {
    position: absolute;
    left: 15px;
    color: #999797;
    top: 12px;
    font-size: 19px;
}

.contact_form .main_btn button {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
    border-radius: 0;
}

.contact_form .main_btn button::before, .contact_form .main_btn button::after {
    border-radius: 0;
}


header .logo img {
    display: none;
}

.logo_mobiles {
    display: none;
}




.login_section {
    background: linear-gradient(45deg, #000000cf, #000000bf), url(../images/hero/hero-banner.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 110px 0px;
}


.login_section .container {
    background: #fff;
    border-radius: 30px;
    background: linear-gradient(45deg, #f8f8f8eb, #f8f8f8eb), url(../images/testimonial/testi_bg_1.jpeg);
}

.logo_login img {
    width: 100%;
    max-width: 140px;
    display: block;
    margin-bottom: 20px;
}

.logi_img {
    padding: 40px;
}

.logi_img img {
    width: 100%;
    max-width: 470px;
    margin: auto;
    display: block;
}

.login_box {
    padding: 50px 35px 50px 70px;
}

.login_box h3 {
    font-size: 27px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.login_box p {
    font-size: 14px;
    font-weight: 500;
    color: #6c6c6c;
}

.login_input {
    position: relative;
    margin-top: 20px;
}

.login_input  input {
    width: 100%;
    background: #ffffff;
    padding: 13px 20px 13px 43px;
    font-size: 14px;
    outline: none;
    border: 1px solid #80808033;
    border-radius: 7px;
    font-weight: 500;
}

.login_input i {
    position: absolute;
    left: 15px;
    color: #999797;
    top: 12px;
    font-size: 19px;
}

.login_box form {
    margin-top: 35px;
}

.forgot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.forgot .form-check label {
    font-size: 15px;
}

.forgot a {
    font-size: 15px;
    color: var(--color-sky);
    font-weight: 500;
}

.login_box .main_btn button {
    width: 100%;
    justify-content: center;
    margin-top: 25px;
}

.login_box h6 {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    margin-bottom: 0;
}

.login_box h6 a {
    color: var(--color-sky);
}

.hero_form video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_content h6 {
    background: #c7963c3d;
    width: fit-content;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 13px;
    border: 1px solid #c7963c3d;
    color: var(--color-sky);
}

.contdown {
    text-align: center;
}

.contdown h4 {
    color: var(--color-sky);
    font-weight: 700;
    font-size: 30px;
}

.contdown h5 {
    font-size: 14px;
    margin: 0;
    color: #000000ab;
    font-weight: 400;
}

.mil-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(18,24,32,.1);
    position: relative;
    top: 0;
}

.mil-divider:after, .mil-divider:before {
    content: "";
    width: 25px;
    border-right: 5px solid #fff;
    height: 100%;
    background-color: var(--color-sky);
    position: absolute;
    top: 0;
    left: 0;
}

.mil-divider:after {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 5px solid #fff;
}

.main_heading p {
    font-size: 14px;
    color: gray;
}

.feat-card {
    background: #fff;
    border: 1px solid #1a1a1a1a;
    border-radius: 14px;
    padding: 15px 15px;
    transition: all .2s;
    height: 100%;
    position: relative;
    z-index: 1;
}

.feat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .07);
}

.feat-card::before {
    background-image: url(../images/shpae//deco-.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    width: 120px;
    height: 70px;
    content: '';
    top: 0;
    right: 0;
    opacity: 0.2;
}

.col-sm-6.col-lg-4:nth-child(1) .feat-card::before {
    filter: invert(100%) sepia(100%) saturate(5555%) hue-rotate(354deg) brightness(100%) contrast(100%);
}

.col-sm-6.col-lg-4:nth-child(2) .feat-card::before {
    filter: invert(100%) sepia(100%) saturate(5554%) hue-rotate(126deg) brightness(100%) contrast(100%);
}

.col-sm-6.col-lg-4:nth-child(3) .feat-card::before {
    filter: invert(53%) sepia(100%) saturate(386%) hue-rotate(5deg) brightness(99%) contrast(91%);
}

.col-sm-6.col-lg-4:nth-child(4) .feat-card::before {
    filter: invert(100%) sepia(94%) saturate(2119%) hue-rotate(236deg) brightness(92%) contrast(96%);
}

.feat-ico {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 19px;
    border: 1px solid #8080803b;
}

.feat-t {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px;
}

.feat-d {
    font-size: 14px;
    color: #1a1a1a8c;
    line-height: 1.65;
    margin-bottom: 0px;
}



.our_process_section {
    background: #F7F6F4;
    padding: 60px 0px 70px 0px;
    position: relative;
    z-index: 1;
}

.grid-wrap {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1px;
    background: #dddddd;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ffffff14;
}

.card-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1px;
    background: #dddddd;
  }

  .amenity-card {
    background: #ffffff;
    padding: 28px 14px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: background 0.3s;
    overflow: hidden;
  }

  .amenity-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-sky), transparent);
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
  }

  .amenity-card:hover {background: #ffffffc4;}
  .amenity-card:hover::before { transform: scaleX(1); }

  .icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    border: 1px solid #c7963c1a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    transition: border-color 0.3s, transform 0.3s;
    background: #c7963c1a;
  }

  .amenity-card:hover .icon-wrap {
    border-color: rgba(200,144,64,0.4);
    transform: translateY(-3px);
  }

  .icon-wrap svg { width: 32px; height: 32px; }

  .card-name {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 0.2px;
  }

  .card-desc {
    font-size: 12px;
    color: #808080;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
  }

  /* ── BOTTOM ── */
  .bottom-bar {
    max-width: 1100px;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
    border-top: 1px solid rgba(200,144,64,0.1);
  }

  .count-row {
    display: flex;
    gap: 40px;
  }

  .count-item {}
  .count-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 600;
    color: var(--gold-light);
    line-height: 1;
  }
  .count-lbl {
    font-size: 12px;
    color: var(--text-muted);
    margin-top: 4px;
    letter-spacing: 0.5px;
  }

  .divider-v {
    width: 1px;
    height: 40px;
    background: rgba(200,144,64,0.15);
  }

  .explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: var(--gold-light);
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 11px 24px;
    border-radius: 40px;
    border: 1px solid rgba(200,144,64,0.35);
    cursor: pointer;
    transition: background 0.25s, border-color 0.25s, gap 0.25s;
    text-decoration: none;
  }

  .explore-btn:hover {
    background: rgba(200,144,64,0.12);
    border-color: rgba(200,144,64,0.6);
    gap: 14px;
  }

  /* ── ANIMATIONS ── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .section-label { animation: fadeUp 0.5s ease both; }
  .section-title { animation: fadeUp 0.5s 0.08s ease both; }
  .section-sub   { animation: fadeUp 0.5s 0.16s ease both; }

  .amenity-card { animation: fadeUp 0.4s ease both; }
  .card-row:first-child .amenity-card:nth-child(1) { animation-delay: 0.22s; }
  .card-row:first-child .amenity-card:nth-child(2) { animation-delay: 0.28s; }
  .card-row:first-child .amenity-card:nth-child(3) { animation-delay: 0.34s; }
  .card-row:first-child .amenity-card:nth-child(4) { animation-delay: 0.40s; }
  .card-row:first-child .amenity-card:nth-child(5) { animation-delay: 0.46s; }
  .card-row:first-child .amenity-card:nth-child(6) { animation-delay: 0.52s; }
  .card-row:last-child .amenity-card:nth-child(1)  { animation-delay: 0.34s; }
  .card-row:last-child .amenity-card:nth-child(2)  { animation-delay: 0.40s; }
  .card-row:last-child .amenity-card:nth-child(3)  { animation-delay: 0.46s; }
  .card-row:last-child .amenity-card:nth-child(4)  { animation-delay: 0.52s; }
  .card-row:last-child .amenity-card:nth-child(5)  { animation-delay: 0.58s; }
  .card-row:last-child .amenity-card:nth-child(6)  { animation-delay: 0.64s; }


  .cta-banner {
    background: linear-gradient(135deg, #9b7a2e 0%, #c9a84c 50%, #e8c96a 100%);
    padding: 80px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cta-banner::before {
    content: '';
    position: absolute;
    right: -100px;
    top: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    z-index: -1;
}

.cta-title {
    font-size: 45px;
    font-weight: 800;
    color: #0b0b0b;
    line-height: 1.1;
}

.cta-sub {
    font-size: 16px;
    color: #0a0a0a8f;
    margin-top: 12px;
    margin-bottom: 0;
}

.btn-dark {
    background: #0a0a0a;
    color: #fff;
    padding: 18px 44px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    flex-shrink: 0;
}