@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&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');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

/* Hide default browser scrollbar */

html {
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    display: none;
}

p {
    color: #2c2727 !important;
}

/* nav.navbar.navbar-expand-xl.main-navbar {
    background-color: white;
} */


/* .navbar .logo img{
    height:55px;
    filter: drop-shadow(0 3px 10px rgba(0,0,0,.55));
} */
/* Custom Scrollbar */

.custom-scrollbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 14px;
    height: 100vh;
    background: #ffffff;
    z-index: 99999;
}



.main-navbar .container-fluid {
    display: flex;
    align-items: center;
}

.navbar-brand {
    flex-shrink: 0;
}

/* #mainNavbar{
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex: 1;
} */

#mainNavbar .navbar-nav {
    margin: 0 auto !important;
    display: flex;
    align-items: center;
    gap: 18px;
}

.navbar-actions {
    flex-shrink: 0;
}

.custom-scroll-thumb {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    /* height: 68px; */
    background: #1F5152;
    border-radius: 0;
    cursor: pointer;
    transition: background 0.25s ease;
}

.custom-scroll-thumb:hover {
    background: #1F5152;
}



/* ===============================HOME PAGE START ======================================= */
/* =====================================
   ALDAR STYLE SLIDER
===================================== */

.premium-hero-slider {
    width: 100%;
    padding: 0 0 80px;
    background: #ffffff;
    overflow: hidden;
}

.aldarSlider {
    position: relative;
    width: 100%;
    height: 680px;
    overflow: visible;
}

.aldarSlider .swiper-wrapper {
    align-items: stretch;
}

.aldarSlider .swiper-slide {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #111111;
}


.why-img-home{
        height: 954px !important;
            width: 100%;
   
    object-fit: cover;
    transition: .5s;

}

.aldar-slide-image {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    transition: transform 1.4s cubic-bezier(.22, 1, .36, 1);
}

.aldarSlider .swiper-slide-active .aldar-slide-image {
    transform: scale(1.03);
}

.aldar-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

    background:
        linear-gradient(90deg,
            rgba(0, 0, 0, 0.68) 0%,
            rgba(0, 0, 0, 0.38) 43%,
            rgba(0, 0, 0, 0.08) 78%);
}

/* Content */

.aldar-content {
    position: absolute;
    left: 7%;
    top: 50%;
    z-index: 3;

    width: min(620px, 78%);
    transform: translateY(-42%);

    color: #ffffff;
}

.aldar-content>* {
    opacity: 0;
    transform: translateY(32px);
}

.aldarSlider .swiper-slide-active .aldar-content>* {
    animation: aldarContentReveal 0.85s ease forwards;
}

.aldarSlider .swiper-slide-active .aldar-content span {
    animation-delay: 0.25s;
}

.aldarSlider .swiper-slide-active .aldar-content h2 {
    animation-delay: 0.4s;
}

.aldarSlider .swiper-slide-active .aldar-content p {
    animation-delay: 0.55s;
}

.aldarSlider .swiper-slide-active .aldar-content a {
    animation-delay: 0.7s;
}

@keyframes aldarContentReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.aldar-content span {
    display: inline-block;
    margin-bottom: 16px;

    color: #fdc164;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.aldar-content h2 {
    margin-bottom: 22px;

    color: #ffffff;
    font-size: clamp(44px, 5.3vw, 76px);
    line-height: 1.02;
    font-weight: 500;
}

.aldar-content p {
    max-width: 580px;
    margin-bottom: 30px;

    color: rgba(255, 255, 255, .84) !important;
    font-size: 16px;
    line-height: 1.8;
}

.aldar-content a {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 15px 0;

    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;

    border-bottom: 1px solid rgba(255, 255, 255, .65);
}

.aldar-content a i {
    transition: transform .35s ease;
}

.aldar-content a:hover i {
    transform: translateX(7px);
}

/* Next Circle */

.aldar-next {
    position: absolute;
    top: 50%;
    right: 28px;
    z-index: 20;

    width: 58px;
    height: 58px;

    transform: translateY(-50%);

    border: 0;
    border-radius: 50%;

    background: #ffffff;
    color: #1f5152;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    cursor: pointer;

    box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
    transition: .35s ease;
}

.aldar-next:hover {
    background: #fdc164;
    transform: translateY(-50%) scale(1.08);
}

/* Bottom controls */

.aldar-controls {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 22px;
    z-index: 20;

    display: flex;
    align-items: center;
    gap: 20px;
}

.aldar-counter {
    min-width: 72px;

    color: #ffffff;
    font-size: 13px;
    letter-spacing: 1px;
}

.aldar-progress {
    position: relative;
    flex: 1;
    max-width: 220px;
    height: 2px;

    overflow: hidden;
    background: rgba(255, 255, 255, .32);
}

.aldar-progress span {
    position: absolute;
    inset: 0;

    background: #fdc164;
    transform: scaleX(0);
    transform-origin: left;
}

.aldarSlider.progress-running .aldar-progress span {
    animation: aldarProgress 5s linear forwards;
}

@keyframes aldarProgress {
    to {
        transform: scaleX(1);
    }
}

/* Tablet */

@media (max-width: 991px) {

    .aldarSlider {
        height: 600px;
    }

    .aldar-content {
        left: 6%;
        width: 75%;
    }

    .aldar-content h2 {
        font-size: 54px;
    }
}

/* Mobile */

@media (max-width: 767px) {

    .premium-hero-slider {
        padding-bottom: 50px;
    }

    .aldarSlider {
        height: 620px;
    }

    .aldar-overlay {
        background:
            linear-gradient(0deg,
                rgba(0, 0, 0, .82) 0%,
                rgba(0, 0, 0, .48) 60%,
                rgba(0, 0, 0, .15) 100%);
    }

    .aldar-content {
        left: 22px;
        right: 22px;
        top: auto;
        bottom: 95px;

        width: auto;
        transform: none;
    }

    .aldar-content h2 {
        font-size: 42px;
    }

    .aldar-content p {
        font-size: 15px;
    }

    .aldar-next {
        top: auto;
        right: 20px;
        bottom: 20px;

        width: 48px;
        height: 48px;

        transform: none;
    }

    .aldar-next:hover {
        transform: scale(1.06);
    }

    .aldar-controls {
        left: 22px;
        right: 82px;
        bottom: 33px;
    }
}


/* hero section start */


.reveal-text {
    overflow: hidden;
}

.reveal-text span {

    display: inline-block;

    opacity: 0;

    transform: translateY(80px);

    animation: heroReveal .8s forwards;

}

@keyframes heroReveal {

    to {

        opacity: 1;

        transform: translateY(0);

    }

}

.hero-fade {
    opacity: 0;
    transform: translateY(40px);
    animation: heroFadeUp 1s ease forwards;
    animation-delay: .9s;
}

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 650px;
    overflow: hidden;
    background: #111;
}

/* Background video */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* Dark overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 6%) 0%, rgb(0 0 0 / 19%) 48%, rgb(0 0 0 / 12%) 100%);
    z-index: 2;

}

/* hero section end */



/* navbar start */
.main-navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 20px 35px;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0) 100%);
}

/* .navbar-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 95px;
} */
.navbar-brand {
    width: 135px;
    min-width: 135px;
    height: 65px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand img {
    width: 100%;
    height: auto;
    max-width: none;
    object-fit: contain;
    filter: none;
    transform: none;
}

/* .navbar-brand img {
    width: 95px;
    height: 48px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transform: scale(1.15);
} */

/* .navbar-brand img {
    width: 82px;
    height: auto;
    object-fit: contain;
} */

.navbar-nav {
    align-items: center;
    gap: 18px;
}



.main-navbar .navbar-brand {
    position: relative;
    width: 160px;
    height: 72px;

    display: flex;
    align-items: center;
}

.main-navbar .navbar-logo {
    position: absolute;
    left: 0;
    top: 50%;

    width: 100%;
    height: auto;
    display: block;

    transform: translateY(-50%);
    transition: opacity .3s ease, visibility .3s ease;
}

/* Hero top-il white logo visible */
.main-navbar .logo-white {
    opacity: 1;
    visibility: visible;
}



/* Dark logo initially hide */
.main-navbar .logo-dark {
    opacity: 0;
    visibility: hidden;
}

/* Scroll cheythal logo change */
.main-navbar.sticky-navbar .logo-white {
    opacity: 0;
    visibility: hidden;
}

.main-navbar.sticky-navbar .logo-dark {
    opacity: 1;
    visibility: visible;
}
/* .main-navbar.sticky .logo-white {
    opacity: 0;
    visibility: hidden;
}

.main-navbar.sticky .logo-dark {
    opacity: 1;
    visibility: visible;
} */

/* Default */
.navbar-nav .nav-link{
    color: #222;
}

header .navbar-nav .nav-link.active,
header.sticky .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.active{
    color: #C89A4B !important;
}

.navbar-nav .nav-link {
    /* color: #1f5152 !important; */
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 400;
    padding: 8px 5px !important;
    transition: 0.3s ease;
    text-transform: uppercase;
}

.navbar-nav .nav-link:hover {
    color: #fdc164 !important;
}

.navbar-nav .dropdown-toggle::after {
    margin-left: 7px;
    vertical-align: middle;
}

.dropdown-menu {
    border: none;
    border-radius: 4px;
    padding: 10px 0;
    margin-top: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
}

.dropdown-item:hover {
    background: #1f5152;
    color: #ffffff;
}

/* Contact button */
.contact-btn {
    min-width: 145px;
    height: 45px;
    border: 1px solid #1F5152;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s ease;
    background-color: #1f5152;
}

.contact-btn:hover {
    background: #1f5152;
    border-color: #1f5152;
    color: #ffffff;
}

.nav-icon-btn {
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 26px;
    padding: 0;
    line-height: 1;
    transition: 0.3s ease;
}

.nav-icon-btn:hover {
    color: #fdc164;
}

.search-icon {
    color: #FDC063;
}

/* Mobile toggler */
.navbar-toggler {
    border: none;
    box-shadow: none !important;
    padding: 5px;
}

.navbar-toggler i {
    color: #ffffff;
    font-size: 32px;
}

/* Sticky Navbar */

.main-navbar {
    transition: background 0.35s ease,
        padding 0.35s ease,
        box-shadow 0.35s ease;
}

.main-navbar.sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 10px 35px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
    z-index: 9998;
}

/* Sticky state nav links */

.main-navbar.sticky-navbar .nav-link {
    color: #222222 !important;
}

.main-navbar.sticky-navbar .nav-link:hover {
    color: #1f5152 !important;
}

/* Contact button */

.main-navbar.sticky-navbar .contact-btn {
    color: #ffffff;
    border-color: #1f5152;
}

.main-navbar.sticky-navbar .contact-btn:hover {
    background: #1f5152;
    color: #ffffff;
}

/* Search icon */

.main-navbar.sticky-navbar .nav-icon-btn {
    color: #1f5152;
}

/* Mobile menu icon */

.main-navbar.sticky-navbar .navbar-toggler i {
    color: #1f5152;
}

/* Sticky logo size */

.main-navbar.sticky-navbar .navbar-brand img {
    /* width: 318px; */
    width: 100%;
}

/* navbar end */

/* hero content start  */
.hero-content {
    position: relative;
    z-index: 4;
    height: 100%;
    /* display: flex; */
    align-items: center;
    padding: 120px 7% 80px;
}

.hero-text {
  max-width: 66%;
    color: #ffffff;
}

.hero-small-title {
    display: inline-block;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.hero-title {
    font-size: clamp(42px, 6vw, 82px);
   line-height: 1.3;
    font-weight: 500;
    margin-bottom: 24px;
}

.hero-description {
    max-width: 600px;
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.82) !important;
    margin-bottom: 35px;
}

.hero-btn {
    min-width: 165px;
    height: 52px;
    padding: 0 25px;
    background: #1F5152;
    color: #ffffff;
    border: 1px solid #1F5152;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: 0.3s ease;
}


.hero-btn:hover {
    background: #1F5152;
    color: #ffffff;
}



/* .hero-btn:hover {
            background: transparent;
            color: #ffffff;
        } */

/* hero content  end  */

/* play button start */

.brand-film {
    position: absolute;
    right: 5%;
    bottom: 7%;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #ffffff;
}

.play-button {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: none;
    background: #fdc164;
    color: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    transition: 0.3s ease;
}

.play-button:hover {
    transform: scale(1.08);
    background: #ffffff;
}

.brand-film span {
    font-size: 16px;
    font-weight: 500;
}

/* play button end */

/* scroll down start */

.scroll-down {
    position: absolute;
    z-index: 5;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    color: #fdc164;
    font-size: 32px;
    animation: scrollMove 1.5s infinite;
}

.scroll-down:hover {
    color: #fdc164;
}

@keyframes scrollMove {

    0%,
    100% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, 10px);
    }
}

/* scroll down end */

/* =====================================
   COUNTER SECTION
===================================== */

.counter-section {
    padding: 90px 0;
    background: #1f5152;
    position: relative;
    overflow: hidden;
}

.counter-section::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.counter-section::after {
    content: "";
    position: absolute;
    bottom: -140px;
    left: -140px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.counter-wrapper {
    position: relative;
    z-index: 2;
}

.counter-item {
    position: relative;
    padding: 20px 15px;
}

.counter-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    width: 1px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-50%);
}

.counter-item h2 {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: clamp(46px, 5vw, 72px);
    line-height: 1;
    font-weight: 500;
    font-family: "Cormorant", serif;
}

.counter-symbol {
    color: #fdc164;
    font-size: 0.65em;
    margin-left: 3px;
}

.counter-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 15px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.counter-item::before {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    margin: 0 auto 22px;
    background: #fdc164;
}

/* Remove divider from last item */
.counter-section .col-lg-3:last-child .counter-item::after {
    display: none;
}

/* Tablet */
@media (max-width: 991px) {

    .counter-section {
        padding: 70px 0;
    }

    .counter-item::after {
        display: none;
    }

    .counter-item {
        padding: 25px 10px;
    }
}

/* Mobile */
@media (max-width: 575px) {

    .counter-section {
        padding: 55px 0;
    }

    .counter-item h2 {
        font-size: 52px;
    }

    .counter-item p {
        font-size: 13px;
    }
}

/* =====================================
   PROJECTS SECTION
===================================== */

.projects-section {
    padding: 110px 0;
    background: #f7f5f1;
}

.projects-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 55px;
}

.section-small-title {
    display: inline-block;
    margin-bottom: 14px;
    color: #e5a843;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* margin-top: 6%; */
}

.p-blog {
    color: #666 !important;
    max-width: 100% !important;
}

.section-main-title {
    margin: 0;
    /* color: #ffffff; */
    color: #252525;
    font-size: clamp(40px, 4.5vw, 64px);
    line-height: 1.05;
    font-weight: 500;
}


.h2-text {
    color: white !important;

}

.p-test {
       color: white !important;
    font-size: 17px;
    font-weight: 200;
    margin-top: 1%;

}

.projects-heading-content {
    width: 100%;
    max-width: 470px;
}

.projects-heading-content p {
    margin-bottom: 25px;
    color: #6e6e6e !important;
    font-size: 17px;
    line-height: 1.8;
}

.projects-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #1f5152;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.projects-view-btn i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.projects-view-btn:hover {
    color: #e5a843;
}

.projects-view-btn:hover i {
    transform: translateX(6px);
}

/* Project Card */

.project-card {
    height: 100%;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.4s ease,
        box-shadow 0.4s ease;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.project-image {
    position: relative;
    display: block;
    height: 430px;
    overflow: hidden;
}

.project-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            transparent 45%,
            rgba(0, 0, 0, 0.46) 100%);
}

.project-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.07);
}

/* Status */

.project-status {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
    min-width: 95px;
    padding: 9px 16px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.project-status.ongoing {
    background: #1f5152;
}

.project-status.completed {
    background: #252525;
}

.project-status.upcoming {
    background: #e5a843;
    color: #222222;
}

/* Arrow */

.project-arrow {
    position: absolute;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffffff;
    color: #1f5152;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.project-card:hover .project-arrow {
    background: #1f5152;
    color: #ffffff;
    transform: rotate(45deg);
}

/* Content */

.project-card-content {
    padding: 28px 28px 30px;
}

.project-location {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
    color: #a17a45;
    font-size: 14px;
}

.project-card-content h3 {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
}

.project-card-content h3 a {
    color: #252525;
    text-decoration: none;
    transition: color 0.3s ease;
}

.project-card-content h3 a:hover {
    color: #1f5152;
}

.project-card-content p {
    margin-bottom: 22px;
    color: #727272 !important;
    font-size: 16px;
    line-height: 1.7;
}

.project-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.project-meta span {
    padding: 8px 13px;
    border: 1px solid #dddddd;
    color: #555555;
    font-size: 13px;
}

/* Tablet */

@media (max-width: 991px) {

    .projects-section {
        padding: 85px 0;
    }

    .projects-heading-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
        margin-bottom: 40px;
    }

    .projects-heading-content {
        max-width: 650px;
    }

    .project-image {
        height: 390px;
    }
}

/* Mobile */

@media (max-width: 575px) {

    .projects-section {
        padding: 65px 0;
    }

    .section-main-title {
        font-size: 40px;
    }

    .projects-heading-content p {
        font-size: 15px;
    }

    .project-image {
        height: 360px;
    }

    .project-card-content {
        padding: 24px 20px 26px;
    }

    .project-card-content h3 {
        font-size: 27px;
    }
}

/* ==========================
   WHY CHOOSE US
========================== */

.why-section {
    padding: 110px 0;
    background: #fff;
}

.why-image {
    overflow: hidden;
    border-radius: 12px;
}

.why-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: .6s;
}

.why-image:hover img {
    transform: scale(1.05);
}

.why-description {
    margin: 30px 0;
    color: #666;
    line-height: 1.9;
    font-size: 16px;
}

.why-card {
    padding: 30px;
    background: #f8f8f8;
    height: 100%;
    transition: .35s;
    border-bottom: 3px solid transparent;
}

.why-card:hover {
    background: #fff;
    border-bottom: 3px solid #fdc164;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
    transform: translateY(-8px);
}

.why-card i {
    font-size: 34px;
    color: #1f5152;
    margin-bottom: 18px;
}

.why-card h5 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #222;
}

.why-card p {
    margin: 0;
    color: #666;
    line-height: 1.8;
}


/*=========================
TESTIMONIAL
=========================*/


.testimonial-card {
    position: relative;
    overflow: hidden;
}

.quote-mark {
    position: absolute;
    top: 18px;
    right: 24px;
    font-size: 80px;
    line-height: 1;
    color: rgba(31, 81, 82, .07);
    font-family: Georgia, serif;
}

.testimonial-section {

    padding: 110px 0;
    background: #1f5152;
    /* background: #f8f8f8; */

}

.testimonial-card {

    background: #1f5152;

    padding: 40px;

    height: 100%;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);

    transition: .4s;

}

.testimonial-card:hover {

    transform: translateY(-8px);

}

.para-testimonial {
    color: white !important;
    font-style: italic;
}

.place-test {
    color: rgb(215, 215, 215) !important;
    font-size: 13px;
}

.stars {

    color: #fdc164;

    font-size: 20px;

    margin-bottom: 20px;

}

.testimonial-card p {

    color: #666;

    line-height: 1.9;

    margin-bottom: 35px;

}

.client {

    display: flex;

    align-items: center;

    gap: 15px;

}

.client img {

    width: 65px;

    height: 65px;

    border-radius: 50%;

    object-fit: cover;

}

.client h5 {

    margin-bottom: 5px;

    font-size: 20px;

}

.client span {

    color: #888;

}

.testimonialSwiper {
    width: 100%;
    overflow: hidden;
    padding: 20px 0 50px;
}

.testimonialSwiper .swiper-wrapper {
    align-items: stretch;
}

.testimonialSwiper .swiper-slide {
    height: auto;
    display: flex;
}

.testimonial-card {
    width: 100%;
    height: 100%;
}

.stars i {
    font-size: 10px;
}


/*=========================
LATEST BLOGS
=========================*/

.blog-section {
    padding: 0px 0;
    background: #f8f8f8;
    /* padding-bottom: 50px; */
}

.blog-heading {
    margin-bottom: 60px;
}

.blog-heading p {
    max-width: 650px;
    margin: 20px auto 0;
    color: #666;
    line-height: 1.8;
}

.blog-card {
    background: #fff;
    overflow: hidden;
    transition: .4s;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}

.blog-card:hover {
    transform: translateY(-10px);
}

.blog-image {
    position: relative;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: .6s;
}

.blog-card:hover img {
    transform: scale(1.08);
}

.blog-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #1f5152;
    color: #fff;
    padding: 8px 16px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-content {
    padding: 30px;
}

.blog-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #999;
    margin-bottom: 18px;
}

.blog-meta i {
    color: #fdc164;
    margin-right: 5px;
}

.blog-content h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 18px;
}

.blog-content p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 25px;
}

.blog-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #1f5152;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.blog-btn i {
    transition: .3s;
}

.blog-btn:hover {
    color: #fdc164;
}

.blog-btn:hover i {
    transform: translateX(6px);
}

@media(max-width:991px) {

    .blog-section {
        padding: 80px 0;
    }

    .blog-content h3 {
        font-size: 26px;
    }

}

@media(max-width:576px) {

    .blog-image img {
        height: 240px;
    }

    .blog-content {
        padding: 24px;
    }

    .blog-content h3 {
        font-size: 24px;
    }

    .blog-meta {
        flex-direction: column;
        gap: 8px;
    }

}



/* ==================================
   FEATURED PROJECT
================================== */

.featured-project-section {
    /* padding: 120px 0; */
    padding: 19px 0;
    background: #f8f8f6;
}

.featured-project-card {
    position: relative;
    height: 700px;
    overflow: hidden;

    border-radius: 20px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15);
}

.featured-project-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;

    transition: transform 0.8s ease;
}

.featured-project-card:hover img {
    transform: scale(1.08);
}

/* Dark Overlay */

.featured-project-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.88) 0%,
            rgba(0, 0, 0, 0.55) 35%,
            rgba(0, 0, 0, 0.08) 100%);

    pointer-events: none;
}

/* Project Content */

.featured-overlay {
    position: absolute;
    left: 60px;
    right: 60px;
    bottom: 60px;
    z-index: 2;

    color: #ffffff;

    transform: translateY(40px);
    transition: transform 0.5s ease;
}

.featured-project-card:hover .featured-overlay {
    transform: translateY(0);
}

/* Location */

.featured-overlay .project-location {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 18px;

    color: #fdc164;
    font-size: 15px;
}

/* Heading */

.featured-overlay h2 {
    margin-bottom: 24px;

    color: #ffffff;
    font-size: 58px;
    line-height: 1.1;
}

/* Project Tags */

.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;

    margin-bottom: 35px;
}

.project-tags span {
    padding: 10px 22px;

    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Explore Button */

.featured-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;

    width: auto !important;
    min-width: 220px;
    padding: 18px 32px;

    border: 0;
    background: #fdc164;
    color: #1f5152 !important;

    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;

    transition:
        background 0.35s ease,
        color 0.35s ease;
}

.featuredProjectSwiper {
    position: relative;
    padding-bottom: 70px;
}

.featured-prev,
.featured-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;

    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;

    background: rgba(255, 255, 255, .92);
    color: #1f5152;

    font-size: 20px;
    cursor: pointer;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
    transition: .35s ease;
}

.featured-prev {
    left: 24px;
}

.featured-next {
    right: 24px;
}

.featured-prev:hover,
.featured-next:hover {
    background: #1f5152;
    color: #fff;
    transform: translateY(-50%) scale(1.08);
}

.featuredProjectSwiper .swiper-pagination {
    bottom: 20px !important;
}

.featuredProjectSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #b9b9b9;
    opacity: 1;
}

.featuredProjectSwiper .swiper-pagination-bullet-active {
    width: 26px;
    border-radius: 20px;
    background: #1f5152;
}

.featured-project-card {
    box-shadow: none !important;
}

.featured-btn i {
    font-size: 18px;
    line-height: 1;

    transition: transform 0.35s ease;
}

.featured-btn:hover {
    background: #ffffff;
    color: #1f5152 !important;
}

.featured-btn:hover i {
    transform: translateX(6px);
}

/* ==================================
   TABLET
================================== */

@media (max-width: 991px) {

    .featured-project-section {
        padding: 90px 0;
    }

    .featured-project-card {
        height: 600px;
    }

    .featured-overlay {
        left: 40px;
        right: 40px;
        bottom: 40px;
    }

    .featured-overlay h2 {
        font-size: 46px;
    }
}

/* ==================================
   MOBILE
================================== */

@media (max-width: 768px) {

    .featured-project-section {
        padding: 70px 0;
    }

    .featured-project-card {
        height: 500px;
        border-radius: 14px;
    }

    .featured-overlay {
        left: 25px;
        right: 25px;
        bottom: 25px;

        transform: none;
    }

    .featured-overlay h2 {
        font-size: 36px;
    }

    .project-tags {
        gap: 10px;
        margin-bottom: 25px;
    }

    .project-tags span {
        padding: 8px 14px;
        font-size: 13px;
    }

    .featured-btn {
        min-width: 190px;
        padding: 15px 22px;
    }
}

/* ==================================
   SMALL MOBILE
================================== */

@media (max-width: 480px) {

    .featured-project-card {
        height: 470px;
    }

    .featured-overlay {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .featured-overlay h2 {
        font-size: 31px;
    }

    .featured-btn {
        width: 100% !important;
        min-width: 0;
    }
}

/*==================================
CONTACT CTA
===================================*/

.contact-cta {
    position: relative;
    padding: 140px 0;
    background: url("../images/projects/main-project2.webp") center center/cover no-repeat;
    overflow: hidden;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(20, 30, 35, .72);
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: auto;
}

.cta-content h2 {
    color: #fff;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.1;
    margin: 20px 0 25px;
}

.cta-content p {
    color: rgba(255, 255, 255, .85);
    max-width: 700px;
    margin: 0 auto 45px;
    line-height: 1.9;
    font-size: 17px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-btn-primary,
.cta-btn-outline {

    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 18px 36px;

    text-decoration: none;

    transition: .35s;

    font-weight: 600;

}

.cta-btn-primary {

    background: #1f5152;
    color: #fff;

}

.cta-btn-primary:hover {

    background: #fdc164;
    color: #222;

}

.cta-btn-outline {

    border: 1px solid rgba(255, 255, 255, .4);

    color: #fff;

}

.cta-btn-outline:hover {

    background: #fff;

    color: #1f5152;

}

/*=================================
FOOTER
==================================*/

.main-footer {

    background: #143b3d;

    padding: 90px 0 30px;

    color: #fff;

}

.footer-logo {
    width: 220px;
    max-width: 100%;
    margin-bottom: 18px;
    display: block;
}

.footer-about {
    margin-top: 0;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, .75) !important;
    line-height: 1.9;
    max-width: 420px;
}

.main-footer h5 {

    font-size: 22px;

    margin-bottom: 25px;

    color: #fff;

}

.main-footer ul {

    padding: 0;

    margin: 0;

    list-style: none;

}

.main-footer ul li {

    margin-bottom: 15px;

}

.main-footer ul li a {

    color: rgba(255, 255, 255, .75);

    text-decoration: none;

    transition: .3s;

}

.main-footer ul li a:hover {

    color: #fdc164;

    padding-left: 5px;

}

.footer-contact li {

    display: flex;

    gap: 12px;

    align-items: flex-start;

    color: rgba(255, 255, 255, .75);

}

.footer-contact i {

    color: #fdc164;

    font-size: 18px;

    margin-top: 3px;

}

.footer-social {

    display: flex;

    gap: 15px;

}

.footer-social a {

    width: 45px;

    height: 45px;

    border: 1px solid rgba(255, 255, 255, .15);

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    color: #fff;

    transition: .35s;

    text-decoration: none;

}

.footer-social a:hover {

    background: #fdc164;

    color: #143b3d;

    border-color: #fdc164;

}

.main-footer hr {

    margin: 60px 0 25px;

    border-color: rgba(255, 255, 255, .08);

}

.footer-bottom {

    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

    gap: 15px;

}

.footer-bottom p {

    margin: 0;

    color: rgba(255, 255, 255, .65);

}

.footer-bottom a {

    color: rgba(255, 255, 255, .65);

    text-decoration: none;

    transition: .3s;

}

.footer-bottom a:hover {

    color: #fdc164;

}

.footer-bottom span {

    margin: 0 12px;

    color: rgba(255, 255, 255, .3);

}

/*====================
Responsive
====================*/

@media(max-width:991px) {

    .main-footer {

        padding: 70px 0 30px;

    }

    .footer-bottom {

        justify-content: center;

        text-align: center;

    }

}

@media(max-width:576px) {

    .footer-logo {

        width: 130px;

    }

    .main-footer h5 {

        margin-top: 15px;

    }

}

/* ===============================HOME PAGE END ======================================= */




/* =====================================RESPONSIVE START ===================================== */

@media (max-width: 1199px) {

    .main-navbar {
        padding: 16px 20px;
    }

    .navbar-collapse {
        position: absolute;
        top: 85px;
        left: 20px;
        right: 20px;
        padding: 22px;
        background: rgba(15, 15, 15, 0.97);
        border-radius: 8px;
    }

    .navbar-nav {
        align-items: flex-start;
        gap: 5px;
    }

    .navbar-nav .nav-link {
        width: 100%;
        padding: 10px 0 !important;
    }

    .navbar-actions {
        margin-top: 15px;
        justify-content: flex-start !important;
    }
}

@media (max-width: 767px) {

    .hero-section {
        min-height: 700px;
    }

    .navbar-brand img {
        width: 66px;
    }

    .hero-content {
        align-items: flex-end;
        padding: 110px 22px 145px;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .brand-film {
        left: 22px;
        right: auto;
        bottom: 55px;
    }

    .play-button {
        width: 52px;
        height: 52px;
        font-size: 21px;
    }

    .brand-film span {
        font-size: 14px;
    }

    .scroll-down {
        display: none;
    }
}

@media (max-width: 480px) {

    .main-navbar {
        padding: 15px;
    }

    .navbar-collapse {
        left: 15px;
        right: 15px;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-small-title {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .hero-btn {
        min-width: 150px;
        height: 48px;
    }
}


/* =====================================
   SEARCH OVERLAY
===================================== */

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 485px;
    padding: 120px 15px 70px;
    background: #ffffff;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-25px);
    transition:
        opacity 0.35s ease,
        visibility 0.35s ease,
        transform 0.35s ease;
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search-overlay-content {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

/* Close Button */

.search-close-btn {
    position: absolute;
    top: 55px;
    right: 55px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: #f4f4f4;
    color: #777777;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    cursor: pointer;
    transition: 0.3s ease;
}

.search-close-btn:hover {
    background: #1f5152;
    color: #ffffff;
    transform: rotate(90deg);
}

/* Search Form */

.search-main-form {
    width: 100%;
    display: flex;
    align-items: stretch;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.14);
}

.search-main-input {
    flex: 1;
    min-width: 0;
    height: 65px;
    padding: 0 22px;
    border: 1px solid #eeeeee;
    border-right: 0;
    outline: none;
    font-size: 16px;
    color: #222222;
}

.search-main-input::placeholder {
    color: #666666;
}

.search-main-input:focus {
    border-color: #fdc164;
}

.search-submit-btn {
    width: 68px;
    min-width: 68px;
    height: 65px;
    border: 0;
    background: #fdc063;
    color: #111111;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.search-submit-btn:hover {
    background: #1f5152;
    color: #ffffff;
}

/* Suggestions */

.search-suggestions {
    margin-top: 35px;
}

.search-suggestions p {
    margin-bottom: 15px;
    color: #555555;
    font-size: 16px;
}

.suggestion-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
}

.suggestion-list a {
    min-height: 43px;
    padding: 10px 25px;
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #555555;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s ease;
}

.suggestion-list a:hover {
    border-color: #fdc164;
    background: #fdc164;
    color: #111111;
}

/* Prevent body scroll */

body.search-open {
    overflow: hidden;
}

/* Responsive */

@media (max-width: 991px) {

    .search-overlay {
        min-height: 420px;
        padding: 105px 25px 55px;
    }

    .search-close-btn {
        top: 30px;
        right: 25px;
    }
}

@media (max-width: 575px) {

    .search-overlay {
        min-height: 100vh;
        padding: 100px 18px 40px;
    }

    .search-main-input {
        height: 56px;
        padding: 0 16px;
        font-size: 14px;
    }

    .search-submit-btn {
        width: 58px;
        min-width: 58px;
        height: 56px;
    }

    .search-close-btn {
        top: 22px;
        right: 18px;
        width: 43px;
        height: 43px;
        font-size: 21px;
    }

    .search-suggestions {
        margin-top: 28px;
    }

    .suggestion-list {
        gap: 12px;
    }

    .suggestion-list a {
        width: 100%;
        justify-content: flex-start;
        padding: 11px 16px;
    }
}

/* about section start */




/* Fancy About Section */


/* =====================================
   ABOUT SECTION
===================================== */


.purpose-section {
    position: relative;
    overflow: hidden;
}

.about-watermark img {
    width: 100%;
    opacity: .07;
}

.about-watermark img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .08;
    object-fit: contain;
}

.purpose-section .container {
    position: relative;
    z-index: 2;
}

.fancy-purpose-content {
    position: relative;
    z-index: 2;
    background: transparent;
}

.purpose-section {
    position: relative;
    padding: 0px 0;
    overflow: hidden;
    background: #ffffff;
}

.about-watermark {
    position: absolute;
    top: 40px;
    right: 6%;
    width: 140px;
    z-index: 1;
    pointer-events: none;

    will-change: transform;
}

.about-watermark img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .08;
}

.purpose-section .container {
    position: relative;
    z-index: 2;
}

/* Keep content above decorations */

.purpose-section .container {
    position: relative;
    z-index: 2;
}

/* =====================================
   ABOUT IMAGES
===================================== */

.about-visual-wrap {
    position: relative;
    min-height: 720px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 18px;
}

.about-img-box {
    overflow: hidden;
    background: #dddddd;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.10);
}

.about-img-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(.22, 1, .36, 1);
}

.about-img-box:hover img {
    transform: scale(1.06);
}

.about-img-one {
    height: 610px;
    transform: translateY(45px);
}

.about-img-two {
    height: 670px;
    transform: translateY(-25px);
}

/* =====================================
   EXPERIENCE BADGE
===================================== */

.about-experience-badge {
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
    z-index: 5;
    min-width: 180px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    background: #1f5152;
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.about-experience-badge strong {
    display: flex;
    align-items: flex-start;
    color: #fdc164;
    font-size: 42px;
    line-height: 1;
    font-weight: 600;
}

.counter-plus {
    margin-left: 3px;
}

.about-experience-badge>span {
    padding-left: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.28);
    font-size: 12px;
    line-height: 1.45;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

/* =====================================
   ABOUT CONTENT
===================================== */

.fancy-purpose-content {
    position: relative;
    min-height: 620px;
    padding: 70px 9%;
}

.fancy-purpose-content::before {
    content: "";
    position: absolute;
    top: 42px;
    left: 9%;
    width: 48px;
    height: 2px;
    background: #fdc164;
}

.purpose-small-title {
    display: inline-block;
    padding-top: 20px;
    margin-bottom: 14px;
    color: #1f5152;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.purpose-title {
    margin-bottom: 28px;
    color: #252525;
    font-size: clamp(40px, 4vw, 54px);
    line-height: 1.05;
    font-weight: 500;
}

.purpose-description {
    margin-bottom: 24px;
    color: #676767 !important;
    font-size: 17px;
    line-height: 1.9;
}

/* ===================================== ABOUT BUTTON ===================================== */

.purpose-link {
    position: relative;
    overflow: hidden;

    width: fit-content;
    margin-top: 12px;
    padding: 18px 36px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    background: #1f5152;
    color: #ffffff !important;

    text-decoration: none;
    transition: 0.4s ease;
}

.purpose-link::before {
    content: "";
    position: absolute;
    inset: 0;

    background: #fdc164;
    transform: translateX(-101%);

    transition: 0.4s ease;
}

.purpose-link span,
.purpose-link i {
    position: relative;
    z-index: 2;
}

.purpose-link i {
    transition: transform 0.35s ease;
}

.purpose-link:hover::before {
    transform: translateX(0);
}

.purpose-link:hover {
    color: #1f5152 !important;
}

.purpose-link:hover i {
    transform: translateX(6px);
}

/* =====================================
   TABLET
===================================== */

@media (max-width: 991px) {

    .purpose-section {
        padding: 75px 0;
    }

    .purpose-section::after {
        right: 20px;
        font-size: 150px;
    }

    .about-visual-wrap {
        min-height: 560px;
    }

    .about-img-one {
        height: 500px;
    }

    .about-img-two {
        height: 540px;
    }

    .fancy-purpose-content {
        min-height: auto;
        padding: 55px 8%;
    }
}

/* =====================================
   MOBILE
===================================== */

@media (max-width: 767px) {

    .purpose-section {
        padding: 65px 0;
    }

    .purpose-section::before,
    .purpose-section::after {
        display: none;
    }

    .about-visual-wrap {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-img-one,
    .about-img-two {
        height: 260px;
        transform: none;
    }

    .about-experience-badge {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;

        width: max-content;
        margin: -35px auto 25px;
    }

    .fancy-purpose-content {
        min-height: auto;
        padding: 50px 24px;
    }

    .fancy-purpose-content::before {
        left: 24px;
    }

    .purpose-title {
        font-size: 38px;
    }

    .purpose-description {
        font-size: 16px;
    }
}

/* =====================================
   SMALL MOBILE
===================================== */

@media (max-width: 480px) {

    .purpose-section {
        padding: 55px 0;
    }

    .about-img-one,
    .about-img-two {
        height: 230px;
    }

    .about-experience-badge {
        min-width: 165px;
        padding: 15px 18px;
    }

    .about-experience-badge strong {
        font-size: 36px;
    }

    .fancy-purpose-content {
        padding: 45px 20px;
    }

    .fancy-purpose-content::before {
        left: 20px;
    }

    .purpose-title {
        font-size: 33px;
    }

    .purpose-link {
        padding: 16px 26px;
    }
}


.why-image {
    overflow: hidden;
    border-radius: 20px;
}

.why-image img {
    transition: transform .9s cubic-bezier(.22, 1, .36, 1);
}

.why-image:hover img {
    transform: scale(1.06);
}

.why-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    background: #f7f5f1;
    border-left: 3px solid transparent;
    transition: .4s ease;
}

.why-card:hover {
    background: #fff;
    border-left-color: #fdc164;
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

.why-card-number {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 42px;
    font-weight: 700;
    color: rgba(31, 81, 82, .07);
}

.why-card i {
    font-size: 30px;
    color: #1f5152;
    display: inline-block;
    margin-bottom: 16px;
    transition: .35s ease;
}

.why-card:hover i {
    color: #fdc164;
    transform: translateY(-4px);
}

.why-section .section-small-title {
    position: relative;
    padding-left: 42px;
}

.why-section .section-small-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 28px;
    height: 2px;
    background: #fdc164;
}

.why-card:nth-child(even) {
    transform: translateY(18px);
}

.why-card:nth-child(even):hover {
    transform: translateY(10px);
}

.why-watermark {
    position: absolute;
    right: -20px;
    bottom: -40px;
    font-size: 150px;
    font-weight: 700;
    color: rgba(31, 81, 82, .035);
    pointer-events: none;
}

/* about section end */

@media (max-width:1199.98px) {

    .main-navbar .container-fluid {
        position: relative;
    }

    .navbar-toggler {
        margin-left: auto;
        z-index: 1001;
    }

    .navbar-collapse {
        position: absolute;
        top: 75px;
        left: 0;
        right: 0;

        background: rgba(12, 12, 12, .95);
        backdrop-filter: blur(12px);

        border-radius: 16px;
        padding: 25px;

        z-index: 999;
    }

    .navbar-collapse:not(.show) {
        display: none !important;
    }

    .navbar-collapse.show {
        display: block !important;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: center !important;
        justify-content: center;
        width: 100%;
        gap: 20px;
        margin: 0;
        padding: 0;
    }

    .navbar-nav .nav-item {
        width: 100%;
        text-align: center;
    }

    .navbar-nav .nav-link {
        display: block;
        width: 100%;
        font-size: 18px;
        padding: 12px 0 !important;
    }

    .navbar-actions {
        width: 100%;
        margin-top: 25px;
    }

    .contact-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 52px;
    }

    .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        margin-top: 10px;
        background: transparent;
        border: none;
        box-shadow: none;
        text-align: center;
    }

    .dropdown-item {
        color: #fff;
        padding: 10px 0;
    }
}



/* ==================================================
   FINAL MOBILE NAVBAR FIX
   Keep this at the END of style.css
================================================== */

@media (max-width: 1199.98px) {

    .main-navbar {
        padding: 10px 18px;
    }

    .main-navbar>.container-fluid {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* Logo */

    .main-navbar .navbar-brand {
        width: 125px;
        min-width: 125px;
        height: 68px;
        margin: 0 !important;
        padding: 0;
    }

    .main-navbar .navbar-logo {
        width: 125px;
    }

    /* Toggle button */

    .main-navbar .navbar-toggler {
        position: relative;
        z-index: 1002;

        margin-left: auto;
        padding: 5px;

        border: 0;
        box-shadow: none !important;
    }

    .main-navbar .navbar-toggler i {
        color: #ffffff;
        font-size: 32px;
        line-height: 1;
    }

    .main-navbar.sticky-navbar .navbar-toggler i {
        color: #1f5152;
    }

    /* Collapsed menu box */

    .main-navbar #mainNavbar {
        position: absolute;
        top: calc(100% + 4px);
        left: 0;
        right: 0;
        z-index: 1000;

        width: 100%;
        padding: 22px;

        background: rgb(31 81 82);
        border-radius: 0 0 14px 14px;

        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.30);

        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    /* Default closed state */

    .main-navbar #mainNavbar.collapse:not(.show) {
        display: none !important;
    }

    /* Open state */

    .main-navbar #mainNavbar.collapse.show,
    .main-navbar #mainNavbar.collapsing {
        display: block !important;
    }

    /* Navigation list */

    .main-navbar #mainNavbar .navbar-nav {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;

        gap: 0 !important;
    }

    .main-navbar #mainNavbar .nav-item {
        width: 100%;
        margin: 0;
    }

    .main-navbar #mainNavbar .nav-link {
        width: 100%;
        padding: 13px 4px !important;

        display: flex;
        align-items: center;
        justify-content: space-between;

        border-bottom: 1px solid rgba(255, 255, 255, 0.10);

        color: #ffffff !important;
        font-size: 16px;
        line-height: 1.4;
        text-align: left;
        white-space: nowrap;
    }

    .main-navbar #mainNavbar .nav-link:hover,
    .main-navbar #mainNavbar .nav-link.active {
        color: #fdc164 !important;
    }

    /* Dropdown */

    .main-navbar #mainNavbar .dropdown-menu {
        position: static !important;
        float: none !important;

        width: 100%;
        margin: 0;
        padding: 7px 14px 10px;

        transform: none !important;

        border: 0;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.06);
        box-shadow: none;
    }

    .main-navbar #mainNavbar .dropdown-item {
        padding: 10px 4px;

        color: rgba(255, 255, 255, 0.78);
        font-size: 14px;
        white-space: normal;
    }

    .main-navbar #mainNavbar .dropdown-item:hover {
        background: transparent;
        color: #fdc164;
    }

    /* Contact button — always below menu */

    .main-navbar #mainNavbar .navbar-actions {
        width: 100% !important;
        margin: 20px 0 0 !important;

        display: block !important;
    }

    .main-navbar #mainNavbar .contact-btn {
        width: 100% !important;
        min-width: 0;
        height: 50px;

        display: flex !important;
        align-items: center;
        justify-content: center;

        background: #fdc164;
        border: 1px solid #1f5152;
        color: #ffffff !important;

        text-align: center;
    }

    /* Sticky mobile menu should remain dark */

    .main-navbar.sticky-navbar #mainNavbar {
        background: rgb(31 81 82);
    }

    .main-navbar.sticky-navbar #mainNavbar .nav-link {
        color: #ffffff !important;
    }
}

@media (max-width: 480px) {

    .main-navbar {
        padding: 8px 14px;
    }

    .main-navbar #mainNavbar {
        padding: 18px;
    }

    .main-navbar .navbar-brand {
        width: 115px;
        min-width: 115px;
        height: 64px;
    }

    .main-navbar .navbar-logo {
        width: 115px;
    }
}

/* about page start */

/*==============================
 Breadcrumb
==============================*/

.breadcrumb-section {
    position: relative;
    height: 420px;
    background: url("../images/about/brudcum.webp") center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.breadcrumb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
}

.breadcrumb-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.breadcrumb-content h1 {
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb-item {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
    transition: .3s;
}

.breadcrumb-item a:hover {
    color: #E2A74A;
}

.breadcrumb-item.active {
    color: #E2A74A;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}

/* Responsive */

@media(max-width:991px) {

    .breadcrumb-section {
        height: 320px;
    }

    .breadcrumb-content h1 {
        font-size: 42px;
    }

}

@media(max-width:576px) {

    .breadcrumb-section {
        height: 260px;
    }

    .breadcrumb-content h1 {
        font-size: 32px;
    }

    .breadcrumb-item {
        font-size: 13px;
    }

}


.who-we-are-section {
    padding: 120px 0;
    background: #fff;
}

.who-image {
    overflow: hidden;
    border-radius: 20px;
}

.who-image img {
    width: 100%;
    display: block;
    border-radius: 20px;
    transition: .5s;
}

.who-image:hover img {
    transform: scale(1.05);
}

.section-subtitle {
    color: #C89A4B;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.section-title {
    font-size: 54px;
    line-height: 1.1;
    font-weight: 500;
    color: #1b1b1b;
    margin-bottom: 30px;
}

.section-description {
    color: #666;
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 22px;
}

.who-counter {
    border-left: 3px solid #0D5555;
    padding-left: 18px;
}

.who-counter h3 {
    color: #0D5555;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 5px;
}

.who-counter span {
    color: #666;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media(max-width:991px) {

    .section-title {
        font-size: 40px;
    }

    .section-description {
        font-size: 16px;
    }

    .who-we-are-section {
        padding: 80px 0;
    }

}

 /* OUR STORY */
.our-story-section {
    padding: 120px 0;
    background: #f9f8f5;
}
.story-timeline {
    border-left: 2px solid #d8c7a3;
    padding-left: 35px;
    position: relative;
}
.timeline-item {
    position: relative;
    margin-bottom: 45px;
}
.timeline-item:last-child {
    margin-bottom: 0;
}
.timeline-item::before {
    content: "";
    position: absolute;
    left: -44px;
    top: 8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0E4D4D;
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px #0E4D4D;
}
.timeline-item span {
    color: #C89A4B;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.timeline-item h5 {
    margin: 8px 0;
    font-size: 24px;
    font-weight: 600;
    color: #222;
}
.timeline-item p {
    color: #666;
    line-height: 1.8;
    margin: 0;
}
@media(max-width:991px) {

    .story-timeline {
        margin-top: 60px;
    }

}
 /* OUR PHILOSOPHY */
.our-philosophy {
    padding: 120px 0;
    background: #fff;
}
.philosophy-text {
    max-width: 800px;
    margin: auto;
}
.philosophy-card {
    text-align: center;
    padding: 40px 25px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    transition: .4s;
    height: 100%;
}
.philosophy-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
}
.philosophy-card .icon {
    width: 75px;
    height: 75px;
    margin: auto;
    border-radius: 50%;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.philosophy-card .icon i {
    font-size: 34px;
    color: #0D4D4D;
}
.philosophy-card h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.philosophy-card p {
    color: #666;
    line-height: 1.8;
    margin: 0;
}
@media(max-width:991px) {

    .our-philosophy {
        padding: 80px 0;
    }

}

/* CORE VALUES */

.core-values {
    padding: 120px 0;
    background: #f8f8f8;
}
.values-text {
    max-width: 760px;
    margin: auto;
}
.value-card {
    background: #fff;
    padding: 45px 35px;
    border-radius: 20px;
    text-align: center;
    transition: .4s;
    height: 100%;
    border: 1px solid #ececec;
}
.value-card:hover {
    transform: translateY(-10px);
    background: #1f5152;
    border-color: #1f5152;
}
.value-icon {
    width: 80px;
    height: 80px;
    margin: auto;
    margin-bottom: 25px;
    border-radius: 50%;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}
.value-icon i {
    font-size: 34px;
    color: #1f5152;
}
.value-card h4 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #222;
    transition: .4s;
}
.value-card p {
    color: #666;
    line-height: 1.8;
    margin: 0;
    transition: .4s;
}
.value-card:hover .value-icon {
    background: #fdc164;
}
.value-card:hover h4,
.value-card:hover p {
    color: #fff;
}
@media(max-width:991px) {
    .core-values {
        padding: 80px 0;
    }
}

/* WHAT WE BUILD */
.what-we-build {
    padding: 120px 0;
    background: #fff;
}
.build-text {
    max-width: 760px;
    margin: auto;
}
.build-card {
    height: 100%;
    padding: 45px 35px;
    border: 1px solid #ececec;
    border-radius: 20px;
    text-align: center;
    transition: .4s;
    background: #fff;
}
.build-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
}

.build-icon {
    width: 90px;
    height: 90px;
    margin: auto auto 30px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}
.build-icon i {
    font-size: 40px;
    color: #1f5152;
}
.build-card:hover .build-icon {
    background: #1f5152;
}

.build-card:hover .build-icon i {
    color: #fdc164;
}
.build-card h4 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #222;
}
.build-card p {
    color: #666;
    line-height: 1.8;
    margin: 0;
}
@media(max-width:991px) {
    .what-we-build {
        padding: 80px 0;
    }
}
/* WHY CHOOSE THE R */

.why-choose-section {
padding: 40px 0;
    background: #f8f8f6;
}
.choose-card {
    height: 100%;
    padding: 40px 35px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ececec;
    transition: .4s;
}

.choose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
}
.choose-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #1f5152;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: .4s;
}
.choose-icon i {
    color: #fdc164;
    font-size: 32px;
}
.choose-card:hover .choose-icon {
    background: #fdc164;
}
.choose-card:hover .choose-icon i {
    color: #1f5152;
}
.choose-card h4 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #222;
}
.choose-card p {
    color: #666;
    line-height: 1.8;
    margin: 0;
}

@media(max-width:991px) {
    .why-choose-section {
        padding: 80px 0;
    }
}

/* CHAIRMAN */
.chairman-section {
    padding: 120px 0;
    background: #fff;
}
.chairman-image {
    overflow: hidden;
    border-radius: 20px;
}
.chairman-image img {
    width: 100%;
    display: block;
    border-radius: 20px;
    transition: .5s;
}
.chairman-image:hover img {
    transform: scale(1.05);
}
.chairman-quote {
    font-size: 21px;
    line-height: 1.8;
    color: #1f5152;
    font-style: italic;
    margin: 35px 0;
    padding-left: 30px;
    border-left: 4px solid #fdc164;
}
.chairman-footer {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.signature {
    width: 140px;
}
.chairman-footer h5 {
    margin: 0;
    font-size: 24px;
}
.chairman-footer span {
    color: #777;
}

@media(max-width:991px) {
    .chairman-section {
        padding: 80px 0;
    }
    .chairman-quote {
        font-size: 20px;
    }
}

/* VISION & MISSION */
.vision-mission-section {
    padding: 120px 0;
    background: #f8f8f6;
}
.vision-card,
.mission-card {
    height: 100%;
    padding: 55px 45px;
    background: #fff;
    border-radius: 22px;
    border: 1px solid #ececec;
    transition: .4s;
}

.vision-card:hover,
.mission-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .08);
}

.vm-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #1f5152;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.vm-icon i {
    font-size: 34px;
    color: #fdc164;
}

.vm-small-title {
    display: inline-block;
    color: #c89a4b;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.vision-card h3,
.mission-card h3 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #222;
}

.vision-card p,
.mission-card p {
    color: #666;
    line-height: 1.9;
    margin: 0;
}

@media(max-width:991px) {
    .vision-mission-section {
        padding: 80px 0;
    }

    .vision-card,
    .mission-card {
        padding: 40px 30px;
    }
}
/* CTA SECTION */
.cta-section {
    padding: 51px 0;
    background: #ffffff;
}
.cta-box {
    position: relative;
    overflow: hidden;
    padding: 90px 80px;
    border-radius: 30px;
    background: #1f5152;
    text-align: center;
}

.cta-box::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    left: -120px;
    top: -120px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.cta-box::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -80px;
    bottom: -80px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.cta-box .section-subtitle {
    color: #fdc164;
}

.cta-box h2 {
    color: #fff;
    font-size: clamp(38px, 4vw, 62px);
    line-height: 1.2;
    margin: 20px 0;
}

.cta-box p {
    max-width: 720px;
    margin: 0 auto 40px;
    color: rgba(255, 255, 255, .75);
    line-height: 1.9;
    font-size: 17px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 38px;
    text-decoration: none;
    font-weight: 600;
    transition: .35s;
}
.primary-btn {
    background: #fdc164;
    color: #1f5152;
}
.primary-btn:hover {
    background: #fff;
    color: #1f5152;
}
.secondary-btn {
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
}
.secondary-btn:hover {
    background: #fff;
    color: #1f5152;
}
.primary-btn i {
    transition: .35s;
}

.primary-btn:hover i {
    transform: translateX(6px);
}
@media(max-width:991px) {
    .cta-section {
        padding: 80px 0;
    }
    .cta-box {
        padding: 70px 35px;
    }
    .cta-box h2 {
        font-size: 42px;
    }
}

/* contact page start */

.contact-intro {
    padding: 120px 0;
    background: #ffffff;
}

.contact-intro-image {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
}

.contact-intro-image img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    transition: .6s;
}

.contact-intro-image:hover img {
    transform: scale(1.05);
}

.contact-highlight {
    margin: 35px 0;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.highlight-item i {
    color: #fdc164;
    font-size: 20px;
}

.highlight-item span {
    color: #555;
    font-size: 17px;
}
@media(max-width:991px) {
    .contact-intro {
        padding: 80px 0;
    }

    .contact-intro-image img {
        height: 450px;
    }
}

@media(max-width:767px) {
    .contact-intro-image img {
        height: 350px;
    }
}

.contact-info-section {
    padding: 120px 0;
    background: #f8f8f6;
}
.contact-info-text {
    max-width: 700px;
    margin: auto;
}
.contact-card {
    position: relative;
    background: #fff;
    border-radius: 22px;
    padding: 50px 35px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ececec;
    transition: .45s;
    height: 100%;
}

.contact-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: #fdc164;
    transform: scaleX(0);
    transition: .4s;
}
.contact-card:hover::before {
    transform: scaleX(1);
}
.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .08);
}
.contact-icon {
    width: 80px;
    height: 80px;
    margin: auto auto 25px;
    border-radius: 50%;
    background: #1f5152;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}
.contact-icon i {
    font-size: 32px;
    color: #fdc164;
}
.contact-card:hover .contact-icon {
    background: #fdc164;
}
.contact-card:hover .contact-icon i {
    color: #1f5152;
}
.contact-card h4 {
    font-size: 24px;
    margin-bottom: 18px;
    color: #222;
}
.contact-card p {
    color: #666;
    line-height: 1.9;
    margin: 0;
}

@media(max-width:991px) {
    .contact-info-section {
        padding: 80px 0;
    }
    .contact-card {
        padding: 40px 25px;
    }
}
/* CONTACT FORM */


.contact-form-section {
    padding: 120px 0;
    background: #ffffff;
}

.contact-image {
    position: relative;
    height: 100%;
    min-height: 760px;
    overflow: hidden;
    border-radius: 25px 0 0 25px;
}

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .8s;
}

.contact-image:hover img {
    transform: scale(1.05);
}

.contact-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .78),
            rgba(0, 0, 0, .15));
}

.contact-image-overlay {
    position: absolute;
    left: 45px;
    right: 45px;
    bottom: 50px;
    color: #fff;
    z-index: 2;
}

.contact-image-overlay span {
    color: #fdc164;
    letter-spacing: 2px;
    font-size: 14px;
}

.contact-image-overlay h3 {
    font-size: 42px;
    margin: 18px 0;
    line-height: 1.2;
}

.contact-image-overlay p {
    color: rgba(255, 255, 255, .75);
}

.contact-form-wrap {
    background: #f8f8f6;
    padding: 70px;
    border-radius: 0 25px 25px 0;
    height: 100%;
}

.form-group {
    margin-bottom: 25px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 18px 22px;
    border: none;
    outline: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    transition: .3s;
    color: #444;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #fdc164;
    box-shadow: 0 0 0 4px rgba(253, 193, 100, .15);
}

.theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 40px;
    background: #1f5152;
    color: #fff;
    border: none;
    transition: .35s;
    text-decoration: none;
}

.theme-btn:hover {
    background: #fdc164;
    color: #1f5152;
}

.theme-btn i {
    transition: .35s;
}

.theme-btn:hover i {
    transform: translateX(6px);
}




@media(max-width:991px) {

    .contact-form-section {
        padding: 80px 0;
    }

    .contact-image {
        border-radius: 25px 25px 0 0;
        min-height: 450px;
    }

    .contact-form-wrap {
        border-radius: 0 0 25px 25px;
        padding: 45px 30px;
    }

}


/* GOOGLE MAP */

.map-section {
    padding: 120px 0;
    background: #ffffff;
}

.map-wrapper {
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .08);
}

.map-wrapper iframe {
    width: 100%;
    height: 550px;
    border: 0;
}

@media(max-width:768px) {
    .map-section {
        padding: 80px 0;
    }
    .map-wrapper iframe {
        height: 400px;
    }
}
/* FAQ */

.faq-section {
    padding: 120px 0;
    background: #f8f8f6;
}

.accordion-item {
    border: none;
    margin-bottom: 18px;
    border-radius: 18px !important;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.accordion-button {
    padding: 25px;
    font-weight: 600;
    font-size: 18px;
    background: #fff;
}

.accordion-button:not(.collapsed) {
    background: #1f5152;
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    padding: 25px;
    line-height: 1.9;
    color: #666;
    background: #fff;
}
.a-contact-number{
    color: #666;
    text-decoration: none;
}
.a-contact-number:hover{
    color: #666;
}
@media(max-width:991px) {

    .faq-section {

        padding: 80px 0;

    }

}


/* =============================project page start========================================== */
.project-overview{
    background:#f8f8f5;
    padding:100px 0;
}

.section-subtitle{
    display:inline-block;
    color:#c89b3c;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.section-title{
    font-size:54px;
    font-weight:500;
    line-height:1.1;
    color:#222;
}

.overview-content p{
    font-size:18px;
    line-height:1.9;
    color:#666;
    margin-bottom:45px;
}

.overview-stats{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
}

.stat-box{
    background:#fff;
    padding:25px 35px;
    border-radius:12px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    min-width:170px;
    transition:.35s;
}

.stat-box:hover{
    transform:translateY(-8px);
}

.stat-box h3{
    font-size:42px;
    font-weight:700;
    color:#1f5b59;
    margin-bottom:8px;
}

.stat-box span{
    color:#666;
    font-size:15px;
}

@media(max-width:991px){

.section-title{
    font-size:42px;
    margin-bottom:25px;
}

.overview-content{
    margin-top:20px;
}

.overview-stats{
    justify-content:center;
}

}

@media(max-width:576px){

.section-title{
    font-size:34px;
}

.overview-content p{
    font-size:16px;
}

.stat-box{
    width:100%;
    text-align:center;
}

}


.project-highlights{
    padding:100px 0;
    background:#f8f8f5;
}

.highlight-card{
    background:#fff;
    padding:45px 35px;
    border-radius:18px;
    text-align:center;
    height:100%;
    transition:.4s;
    border:1px solid #ececec;
}

.highlight-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.highlight-icon{
    width:80px;
    height:80px;
    margin:0 auto 25px;
    background:#1f5c5b;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
}

.highlight-card h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.highlight-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}


.project-preview{
 padding: 12px 0;
    background:#f8f8f5;
}

.preview-image{
    overflow:hidden;
    border-radius:18px;
}

.large-image{
    height:600px;
}

.small-image{
    height:288px;
}

.preview-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.preview-image:hover img{
    transform:scale(1.08);
}

.view-gallery-btn{
    text-decoration:none;
    color:#1f5c5b;
    font-weight:600;
    display:flex;
    align-items:center;
    gap:10px;
    transition:.3s;
}

.view-gallery-btn:hover{
    gap:16px;
    color:#d8a13a;
}

@media(max-width:991px){

.large-image{
    height:400px;
}

.small-image{
    height:250px;
}

}

@media(max-width:767px){

.large-image,
.small-image{
    height:250px;
}

}


/*==================================
PROJECT SPECIFICATIONS
==================================*/

.project-specifications{

    padding:120px 0;

    background:#ffffff;

}

.spec-card{

    background:#fff;

    padding:45px 35px;

    border-radius:20px;

    text-align:center;

    border:1px solid #ececec;

    height:100%;

    transition:.4s;

}

.spec-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.spec-icon{

    width:85px;

    height:85px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#1f5152;

    color:#fdc164;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    transition:.35s;

}

.spec-card:hover .spec-icon{

    background:#fdc164;

    color:#1f5152;

}

.spec-card h4{

    font-size:24px;

    margin-bottom:15px;

    color:#222;

}

.spec-card p{

    color:#666;

    margin:0;

    line-height:1.8;

}

@media(max-width:991px){

.project-specifications{

padding:80px 0;

}

.spec-card{

padding:35px 25px;

}

}

.project-amenities{

padding: 44px 0;
background:#f8f8f5;

}

.amenity-box{

background:#fff;

padding:45px 20px;

text-align:center;

border-radius:20px;

transition:.4s;

height:100%;

}

.amenity-box:hover{

transform:translateY(-8px);

box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.amenity-box i{

font-size:42px;

color:#1f5152;

margin-bottom:20px;

display:block;

}

.amenity-box h5{

margin:0;

}

.master-plan{

padding:120px 0;

background:#fff;

}

.master-plan img{

border-radius:20px;

box-shadow:0 25px 60px rgba(0,0,0,.08);
height: 500px;
    width: 100%;
    object-fit: cover;

}




.floor-plans{

    padding:120px 0;
    background:#f8f8f5;

}

.floorPlanSlider{

    padding-bottom:70px;

}

.floor-card{

    background:#fff;
    border-radius:20px;
    overflow:hidden;
    transition:.4s;
    height:100%;

}

.floor-card:hover{

    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.floor-card img{

    width:100%;
    height:280px;
    object-fit:cover;

}

.floor-content{

    padding:30px;

}

.floor-content h4{

    margin-bottom:10px;

}

.floor-content a{

    color:#1f5152;
    text-decoration:none;
    font-weight:600;

}

/* Buttons */

.floorPlanSlider .swiper-button-next,
.floorPlanSlider .swiper-button-prev{

    width:52px;
    height:52px;
    border-radius:50%;
    background:#1f5152;
    color:#fff;
    transition:.3s;

}

.floorPlanSlider .swiper-button-next:hover,
.floorPlanSlider .swiper-button-prev:hover{

    background:#d6b56d;

}

.floorPlanSlider .swiper-button-next::after,
.floorPlanSlider .swiper-button-prev::after{

    font-size:18px;
    font-weight:700;

}

/* Pagination */

.floorPlanSlider .swiper-pagination-bullet{

    width:12px;
    height:12px;

}

.floorPlanSlider .swiper-pagination-bullet-active{

    background:#1f5152;

}





/* 
.floor-plans{

padding:120px 0;

background:#f8f8f5;

}

.floor-card{

background:#fff;

border-radius:20px;

overflow:hidden;

transition:.4s;

}

.floor-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.floor-card img{

width:100%;

height:280px;

object-fit:cover;

}

.floor-content{

padding:30px;

}

.floor-content h4{

margin-bottom:10px;

}

.floor-content a{

color:#1f5152;

font-weight:600;

text-decoration:none;

}
 */


.location-advantages{

padding:120px 0;

background:#fff;

}

.location-list{

margin-top:40px;

}

.location-item{

display:flex;

justify-content:space-between;

padding:18px 0;

border-bottom:1px solid #ececec;

}

.location-item strong{

color:#1f5152;

}

.location-map img{

width:100%;

border-radius:20px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

}


.construction-progress{

padding:120px 0;

background:#f8f8f5;

}

.progress-wrapper{

max-width:900px;

margin:60px auto 0;

}

.progress-item{

margin-bottom:35px;

}

.progress{

height:10px;

background:#e8e8e8;

border-radius:50px;

margin-top:12px;

}

.progress-bar{

background:#1f5152;

border-radius:50px;

}


.project-enquiry{

padding:120px 0;

background:#fff;

}

.enquiry-box{

background:#1f5152;

padding:80px 60px;

border-radius:25px;

color:#fff;

position:relative;

overflow:hidden;

}

.enquiry-box::before{

content:"";

position:absolute;

width:350px;

height:350px;

border:1px solid rgba(255,255,255,.08);

border-radius:50%;

top:-150px;

right:-120px;

}

.enquiry-box h2{

font-size:54px;

margin:20px 0;

color:#fff;

}

.enquiry-box p{

color:rgba(255,255,255,.75);

}

.enquiry-box .theme-btn{

background:#fdc164;

color:#1f5152;

padding:18px 36px;

text-decoration:none;

font-weight:600;

display:inline-flex;

align-items:center;

gap:10px;

border-radius:5px;

transition:.35s;

}

.enquiry-box .theme-btn:hover{

background:#fff;

}


/*==================================
EXPLORE PROJECTS
==================================*/

.explore-projects{

       padding: 12px 0;

    background:#f8f8f5;

}

.project-category-card{

    position:relative;

    display:block;

    overflow:hidden;

    border-radius:24px;

    text-decoration:none;

    color:#fff;

}

.large-card{

    height:700px;

}

.small-card{

    height:338px;

}

.project-category-card img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.8s;

}

.project-category-card:hover img{

    transform:scale(1.08);

}

.overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(to top,
    rgba(0,0,0,.88),
    rgba(0,0,0,.15));

}

.card-content{

    position:absolute;

    left:45px;

    right:45px;

    bottom:45px;

    z-index:2;

}

.project-tag{

    display:inline-block;

    padding:8px 18px;

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(10px);

    border-radius:30px;

    font-size:13px;

    letter-spacing:1px;

    margin-bottom:18px;

}

.project-tag:hover{
    color: white !important;
}

.card-content h3{

    font-size:52px;

    margin-bottom:15px;

    color:#fff;

}

.card-content h4{

    font-size:34px;

    margin-bottom:15px;

    color:#fff;

}

.card-content p{

    color:rgba(255,255,255,.8);

    margin-bottom:30px;

    max-width:520px;

}

.explore-link{

    display:inline-flex;

    align-items:center;

    gap:12px;

    color:#fdc164;

    font-weight:600;

    transition:.35s;

}

.project-category-card:hover .explore-link{

    gap:20px;

}

@media(max-width:991px){

.large-card{

height:500px;

}

.small-card{

height:300px;

}

.card-content{

left:25px;

right:25px;

bottom:25px;

}

.card-content h3{

font-size:36px;

}

.card-content h4{

font-size:28px;

}

}
/* =============================project page end ========================================== */

/* =============================Ongoing project page start ========================================== */
.project-overview{
       padding: 59px 0;
    background:#fff;
}

.overview-image{
    overflow:hidden;
    border-radius:20px;
}

.overview-image img{
    width:100%;
    height:650px;
    object-fit:cover;
    transition:.5s;
}

.overview-image:hover img{
    transform:scale(1.05);
}

.overview-text{
    color:#666;
    line-height:1.9;
    margin:30px 0;
}

.overview-info{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-top:40px;
}

.info-item{
    background:#f8f8f8;
    padding:25px;
    border-radius:15px;
}

.info-item h6{
    color:#1f5152;
    font-size:15px;
    margin-bottom:8px;
    font-weight:600;
    text-transform:uppercase;
}

.info-item p{
    margin:0;
    font-size:18px;
    font-weight:600;
    color:#222;
}

@media(max-width:768px){

.overview-image img{
    height:350px;
}

.overview-info{
    grid-template-columns:1fr;
}

}









.ongoing-projects{
    background:#f8f8f8;
}

.project-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.project-card:hover{
    transform:translateY(-10px);
}

.project-img{
    position:relative;
    overflow:hidden;
}

.project-img img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:.5s;
}

.project-card:hover img{
    transform:scale(1.08);
}

.project-status{
    position:absolute;
    top:20px;
    left:20px;
    background:#1f5152;
    color:#fff;
    padding:6px 15px;
    border-radius:30px;
    font-size:13px;
}

.project-content{
    padding:30px;
}

.project-content h3{
    margin-bottom:15px;
}

.project-content p{
    color:#666;
    margin-bottom:20px;
}

.project-info{
    padding:0;
    margin:0 0 25px;
    list-style:none;
}

.project-info li{
    margin-bottom:10px;
}

.project-info i{
    color:#1f5152;
    margin-right:8px;
}

.ongoingProjectSlider{
    padding-bottom:70px;
}

.ongoingProjectSlider .swiper-button-next,
.ongoingProjectSlider .swiper-button-prev{
    width:55px;
    height:55px;
    background:#1f5152;
    color:#fff;
    border-radius:50%;
}

.ongoingProjectSlider .swiper-button-next::after,
.ongoingProjectSlider .swiper-button-prev::after{
    font-size:18px;
}

.ongoingProjectSlider .swiper-pagination-bullet-active{
    background:#1f5152;
}


/*==================================
      PROJECT HIGHLIGHTS
===================================*/

.project-highlights{

    padding:120px 0;

    background:#f8f8f5;

}

.highlight-card{

    background:#fff;

    padding:45px 35px;

    border-radius:20px;

    text-align:center;

    transition:.4s;

    border:1px solid #ececec;

    height:100%;

}

.highlight-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.highlight-icon{

    width:80px;

    height:80px;

    margin:0 auto 25px;

    background:#1f5152;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

}

.highlight-icon i{

    font-size:34px;

    color:#fff;

}

.highlight-card h4{

    margin-bottom:15px;

    font-size:24px;

    color:#222;

}

.highlight-card p{

    color:#666;

    line-height:1.8;

    margin:0;

}

@media(max-width:991px){

.project-highlights{

padding:80px 0;

}

.highlight-card{

padding:35px 25px;

}

}





.project-specifications{

padding:120px 0;

background:#f8f8f5;

}

.spec-box{

background:#fff;

padding:35px;

border-radius:20px;

transition:.3s;

height:100%;

}

.spec-box:hover{

transform:translateY(-8px);

box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.spec-box h5{

color:#1f5152;

margin-bottom:15px;

}


.master-plan{

padding:120px 0;

background:#fff;

}

.master-plan img{

border-radius:20px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

}


.floor-plans{

padding:120px 0;

background:#f8f8f5;

}

.plan-card{

background:#fff;

border-radius:20px;

overflow:hidden;

transition:.4s;

}

.plan-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.plan-card img{

width:100%;

height:280px;

object-fit:cover;

}

.plan-content{

padding:30px;

}

.plan-content h4{

margin-bottom:10px;

}

.plan-content a{

text-decoration:none;

color:#1f5152;

font-weight:600;

}


/*=========================
LOCATION ADVANTAGES
==========================*/

.location-advantages{
    padding:120px 0;
    background:#fff;
}

.location-list{
    margin-top:35px;
    padding:0;
    list-style:none;
}

.location-list li{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    font-size:17px;
    color:#555;
}

.location-list li i{
    width:42px;
    height:42px;
    background:#1f5152;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.location-advantages img{
    width:100%;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}


/*=========================
CONSTRUCTION PROGRESS
==========================*/

.construction-progress{
    padding:120px 0;
    background:#f8f8f5;
}

.progress-item{
    margin-bottom:35px;
}

.progress-item h5{
    margin-bottom:12px;
}

.progress{
    height:12px;
    border-radius:50px;
    overflow:hidden;
    background:#ddd;
}

.progress-bar{
    background:#1f5152;
    color:#fff;
    font-size:12px;
    line-height:12px;
    text-align:right;
    padding-right:10px;
}


/*=========================
EXPLORE OTHER PROJECTS
==========================*/

.explore-projects{
    padding:120px 0;
    background:#fff;
}

.explore-card{
    display:block;
    text-align:center;
    padding:50px 30px;
    border-radius:20px;
    background:#f8f8f8;
    text-decoration:none;
    transition:.4s;
    color:#222;
    height:100%;
}

.explore-card:hover{
    background:#1f5152;
    color:#fff;
    transform:translateY(-10px);
}

.explore-card i{
    font-size:45px;
    margin-bottom:20px;
    display:block;
}

.explore-card h4{
    margin:0;
}


/*=========================
FAQ
==========================*/

.project-faq{
    padding:120px 0;
    background:#f8f8f5;
}

.accordion-item{
    border:none;
    margin-bottom:20px;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.accordion-button{
    padding:22px 25px;
    font-weight:600;
    box-shadow:none;
}

.accordion-button:not(.collapsed){
    background:#1f5152;
    color:#fff;
}

.accordion-body{
    padding:25px;
    color:#666;
    line-height:1.8;
}


/*=========================
PROJECT CTA
==========================*/

.project-cta{
    padding:120px 0;
    background:#fff;
}

.cta-box{
    background:#1f5152;
    color:#fff;
    border-radius:25px;
    padding:80px 40px;
}

.cta-box h2{
    color:#fff;
    margin-bottom:20px;
}

.cta-box p{
    max-width:650px;
    margin:0 auto 35px;
    color:#e5e5e5;
}

.cta-box .theme-btn{
    background:#d6b56d;
    color:#1f5152;
}

.cta-box .theme-btn:hover{
    background:#fff;
}


/*=========================
RELATED PROJECTS
==========================*/

.related-projects{
    padding:120px 0;
    background:#f8f8f5;
}

.related-projects .project-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    transition:.4s;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.related-projects .project-card:hover{
    transform:translateY(-10px);
}

.related-projects .project-card img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.related-projects .project-content{
    padding:30px;
}

.related-projects .project-content h4{
    margin-bottom:15px;
}

.related-projects .project-content a{
    color:#1f5152;
    font-weight:600;
    text-decoration:none;
}


/*=========================
RESPONSIVE
==========================*/

@media(max-width:991px){

.location-advantages,
.construction-progress,
.explore-projects,
.project-faq,
.project-cta,
.related-projects{

    padding:80px 0;

}

.cta-box{

    padding:60px 25px;

}

}



/* =============================Ongoing project page end ========================================== */




/* ====================================gallery page start=============================================== */
.gallery-section{

    padding:120px 0;

    background:#f8f8f5;

}

.gallery-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:20px;

}

.gallery-item{

    position:relative;

    overflow:hidden;

    border-radius:20px;

    cursor:pointer;

}

.gallery-item.large{

    grid-column:span 2;

}

.gallery-item.wide{

    grid-column:span 2;

}

.gallery-item img{

    width:100%;

    height:350px;

    object-fit:cover;

    display:block;

    transition:.6s;

}

.gallery-item.large img{

    height:500px;

}

.gallery-item:hover img{

    transform:scale(1.08);

}

.gallery-overlay{

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:100%;

    background:linear-gradient(to top,
    rgba(0,0,0,.85),
    rgba(0,0,0,.15));

    display:flex;

    flex-direction:column;

    justify-content:flex-end;

    padding:30px;

    opacity:0;

    transition:.4s;

}

.gallery-item:hover .gallery-overlay{

    opacity:1;

}

.gallery-overlay span{

    color:#d6b56d;

    font-size:14px;

    letter-spacing:1px;

    text-transform:uppercase;

}

.gallery-overlay h4{

    color:#fff;

    margin:8px 0 18px;

    font-size:28px;

}

.gallery-overlay a{

    width:55px;

    height:55px;

    border-radius:50%;

    background:#fff;

    color:#1f5152;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    font-size:22px;

    transition:.3s;

}

.gallery-overlay a:hover{

    background:#d6b56d;

}

@media(max-width:991px){

.gallery-grid{

grid-template-columns:repeat(2,1fr);

}

.gallery-item.large,
.gallery-item.wide{

grid-column:span 2;

}

}

@media(max-width:767px){

.gallery-grid{

grid-template-columns:1fr;

}

.gallery-item.large,
.gallery-item.wide{

grid-column:span 1;

}

.gallery-item img,
.gallery-item.large img{

height:300px;

}

}
/* ====================================gallery page end=============================================== */















/* ====================================Blog  page start =============================================== */
.latest-stories{
    padding:120px 0;
    background:#fff;
}

.img-blog-section{
height: 324px;
    width: 100%;
    object-fit: cover;
}



.blog-card{
    transition:.4s;
}

.blog-img{
    overflow:hidden;
    border-radius:18px;
}

.blog-img img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:.5s;
}

.blog-card:hover img{
    transform:scale(1.08);
}

.blog-content{
    padding-top:22px;
}

.blog-meta{
    display:flex;
    gap:18px;
    font-size:13px;
    text-transform:uppercase;
    color:#888;
    letter-spacing:1px;
    margin-bottom:15px;
}

.blog-content h3{
    font-size:18px;
    line-height:1.4;
    margin-bottom:15px;
    transition:.3s;
}

.head-carrer-detail{
        font-size: 30px;
}

.blog-card:hover h3{
    color:#1f5152;
}

.blog-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}

.blog-content a{
    color:#1f5152;
    font-weight:600;
    text-decoration:none;
    position:relative;
}

.blog-content a::after{
    content:"";
    width:0;
    height:2px;
    background:#1f5152;
    position:absolute;
    left:0;
    bottom:-5px;
    transition:.3s;
}

.blog-content a:hover::after{
    width:100%;
}

@media(max-width:991px){

.latest-stories{
    padding:80px 0;
}

.blog-img img{
    height:240px;
}

}
/* ====================================Blog  page end =============================================== */

/* ====================================Blog detail  page start  =============================================== */
.blog-detail{
    padding:120px 0;
    background:#fff;
}

.blog-detail-header{
    text-align:center;
    margin-bottom:50px;
}

.blog-category{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:#1f5152;
    color:#fff;
    font-size:14px;
    margin-bottom:20px;
}

.blog-detail-header h1{
    font-size:52px;
    line-height:1.2;
    margin-bottom:20px;
}

.blog-meta{
    display:flex;
    justify-content:center;
    gap:30px;
    color:#777;
    flex-wrap:wrap;
}

.blog-detail-image{
    overflow:hidden;
    border-radius:25px;
    margin-bottom:50px;
}

.blog-detail-image img{
    width:100%;
    height:600px;
    object-fit:cover;
    display:block;
}

.blog-detail-content{
    max-width:850px;
    margin:0 auto;
}

.blog-detail-content .lead{
    font-size:22px;
    line-height:1.8;
    color:#444;
    margin-bottom:30px;
}

.blog-detail-content p{
    font-size:18px;
    line-height:1.9;
    color:#666;
    margin-bottom:25px;
}

.blog-detail-content h2{
    font-size:34px;
    margin:45px 0 20px;
}

.blog-quote{
    background:#f8f8f5;
    border-left:4px solid #1f5152;
    padding:30px;
    margin:40px 0;
    border-radius:15px;
}

.blog-quote i{
    font-size:34px;
    color:#1f5152;
}

.blog-quote p{
    margin:10px 0 0;
    font-size:20px;
    font-style:italic;
    color:#333;
}

.blog-detail-cta{
    background:#1f5152;
    color:#fff;
    text-align:center;
    padding:60px 30px;
    border-radius:25px;
    margin-top:70px;
}

.blog-detail-cta h3{
    color:#fff;
    margin-bottom:15px;
}

.blog-detail-cta p{
    color:#e5e5e5;
    margin-bottom:25px;
}

.blog-detail-cta .theme-btn{
    background:#d6b56d;
    color:#1f5152;
}

@media(max-width:991px){

    .blog-detail{
        padding:80px 0;
    }

    .blog-detail-header h1{
        font-size:38px;
    }

    .blog-detail-image img{
        height:420px;
    }

}

@media(max-width:575px){

    .blog-detail-header h1{
        font-size:30px;
    }

    .blog-detail-image img{
        height:280px;
    }

    .blog-detail-content .lead{
        font-size:18px;
    }

    .blog-detail-content p{
        font-size:16px;
    }

}
/* ====================================Blog detail  page end  =============================================== */


/* ==================================== Service   page start  =============================================== */
/*=========================
    SERVICES INTRO
==========================*/

.services-intro{

    padding:120px 0;

    background:#fff;

}

.intro-image{

    overflow:hidden;

    border-radius:25px;

}

.intro-image img{

    width:100%;

    height:650px;

    object-fit:cover;

    transition:.5s;

}

.intro-image:hover img{

    transform:scale(1.05);

}

.intro-content p{

    color:#666;

    line-height:1.9;

    margin-top:20px;

}

.intro-box{

    background:#f8f8f5;

    padding:30px;

    border-radius:18px;

    text-align:center;

    transition:.4s;

    height:100%;

}

.intro-box:hover{

    transform:translateY(-8px);

    background:#1f5152;

}

.intro-box h3{

    color:#1f5152;

    font-size:36px;

    margin-bottom:8px;

    transition:.3s;

}

.intro-box span{

    color:#666;

    font-size:15px;

    transition:.3s;

}

.intro-box:hover h3,

.intro-box:hover span{

    color:#fff;

}

@media(max-width:991px){

.services-intro{

padding:80px 0;

}

.intro-image img{

height:400px;

}

}/*=========================
    SERVICES INTRO
==========================*/

.services-intro{

    padding:120px 0;

    background:#fff;

}

.intro-image{

    overflow:hidden;

    border-radius:25px;

}

.intro-image img{

    width:100%;

    height:650px;

    object-fit:cover;

    transition:.5s;

}

.intro-image:hover img{

    transform:scale(1.05);

}

.intro-content p{

    color:#666;

    line-height:1.9;

    margin-top:20px;

}

.intro-box{

    background:#f8f8f5;

    padding:30px;

    border-radius:18px;

    text-align:center;

    transition:.4s;

    height:100%;

}

.intro-box:hover{

    transform:translateY(-8px);

    background:#1f5152;

}

.intro-box h3{

    color:#1f5152;

    font-size:36px;

    margin-bottom:8px;

    transition:.3s;

}

.intro-box span{

    color:#666;

    font-size:15px;

    transition:.3s;

}

.intro-box:hover h3,

.intro-box:hover span{

    color:#fff;

}

@media(max-width:991px){

.services-intro{

padding:80px 0;

}

.intro-image img{

height:400px;

}

}

/*=========================
      OUR SERVICES
==========================*/

.our-services{

    padding:120px 0;

    background:#f8f8f5;

}

.service-card{

    background:#fff;

    padding:45px 35px;

    border-radius:20px;

    transition:.4s;

    height:100%;

    border:1px solid #ececec;

}

.service-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.service-icon{

    width:75px;

    height:75px;

    border-radius:50%;

    background:#1f5152;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

}

.service-icon i{

    font-size:32px;

    color:#fff;

}

.service-card h4{

    font-size:24px;

    margin-bottom:18px;

}

.service-card p{

    color:#666;

    line-height:1.8;

    margin-bottom:25px;

}

.service-card a{

    text-decoration:none;

    color:#1f5152;

    font-weight:600;

    transition:.3s;

}

.service-card a:hover{

    color:#d6b56d;

}

@media(max-width:991px){

.our-services{

padding:80px 0;

}

.service-card{

padding:35px 25px;

}

}

/*=========================
      OUR PROCESS
==========================*/

.our-process{

    padding:120px 0;

    background:#fff;

}

.process-wrapper{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:20px;

}

.process-card{

    flex:1;

    background:#f8f8f5;

    padding:40px 30px;

    border-radius:20px;

    text-align:center;

    position:relative;

    transition:.4s;

}

.process-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.process-number{

    position:absolute;

    top:20px;

    right:20px;

    font-size:42px;

    font-weight:700;

    color:#d6b56d;

    opacity:.25;

}

.process-icon{

    width:80px;

    height:80px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#1f5152;

    display:flex;

    align-items:center;

    justify-content:center;

}

.process-icon i{

    font-size:34px;

    color:#fff;

}

.process-card h4{

    margin-bottom:15px;

    font-size:24px;

}

.process-card p{

    color:#666;

    line-height:1.8;

}

.process-line{

    width:70px;

    height:2px;

    background:#d6b56d;

}

/* Responsive */

@media(max-width:991px){

.our-process{

padding:80px 0;

}

.process-wrapper{

flex-direction:column;

}

.process-line{

width:2px;

height:50px;

}

}


/*=========================
    WHY CHOOSE THE R
==========================*/

.why-choose{
     padding: 38px 0;
    background:#fff;
}

.why-image{
    overflow:hidden;
    border-radius:20px;
}

.why-image img{
    width:100%;
    height:auto;;
    object-fit:cover;
    transition:.5s;
}

.why-image:hover img{
    transform:scale(1.05);
}

.why-content p{
    color:#666;
    line-height:1.8;
}

.why-point{
    display:flex;
    gap:18px;
margin-top: 13px;
    padding-bottom: 17px;
    border-bottom:1px solid #ececec;
}

.why-point:last-child{
    border-bottom:none;
}

.why-point i{
    font-size:26px;
    color:#1f5152;
    margin-top:4px;
    flex-shrink:0;
}

.why-point h5{
    margin-bottom:8px;
    font-size:20px;
    color:#222;
}

.why-point p{
    margin:0;
    color:#666;
    line-height:1.7;
}

@media(max-width:991px){

.why-choose{
    padding:80px 0;
}

.why-image img{
    height:400px;
}

}

/*=========================
    FEATURED PROJECTS
==========================*/

.featured-projects{
    padding:120px 0;
    background:#f8f8f5;
}

.featured-project-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
}

.featured-project-card img{
    width:100%;
    height:auto;
    object-fit:cover;
    transition:.6s;
}

.featured-project-card:hover img{
    transform:scale(1.08);
}

.project-overlay{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding:35px;
    background:linear-gradient(to top,
    rgba(0,0,0,.90),
    rgba(0,0,0,.15));
}

.project-status{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    color:#fff;
    font-size:13px;
    font-weight:600;
    margin-bottom:20px;
}

.project-status.ongoing{
    background:#1f5152;
}

.project-status.completed{
    background:#28a745;
}

.project-status.upcoming{
    background:#d6b56d;
    color:#222;
}

.project-overlay h3{
    color:#fff;
    margin-bottom:10px;
}

.project-overlay p{
    color:#ddd;
    margin-bottom:25px;
}

.project-overlay .theme-btn{
    background:#fff;
    color:#1f5152;
}

.project-overlay .theme-btn:hover{
    background:#d6b56d;
    color:#1f5152;
}

@media(max-width:991px){

.featured-projects{
    padding:80px 0;
}

.featured-project-card img{
    height:420px;
}

}


/*=========================
        FAQ
==========================*/

.faq-section{

padding: 49px 0;

    background:#fff;

}

.faq-section .accordion-item{

    border:none;

    border-radius:18px;

    overflow:hidden;

    margin-bottom:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.faq-section .accordion-button{

    background:#fff;

    padding:24px 30px;

    font-size:18px;

    font-weight:600;

    color:#222;

    box-shadow:none;

}

.faq-section .accordion-button:not(.collapsed){

    background:#1f5152;

    color:#fff;

}

.faq-section .accordion-button:focus{

    box-shadow:none;

}

.faq-section .accordion-body{

    padding:25px 30px;

    color:#666;

    line-height:1.9;

    background:#fff;

}

.faq-section .accordion-button::after{

    filter:brightness(0);

}

.faq-section .accordion-button:not(.collapsed)::after{

    filter:brightness(0) invert(1);

}

@media(max-width:991px){

.faq-section{

    padding:80px 0;

}

.faq-section .accordion-button{

    font-size:16px;

    padding:20px;

}

.faq-section .accordion-body{

    padding:20px;

}

}
/* ==================================== Service   page end  =============================================== */

/* ==================================== CAREER    page start  =============================================== */

/*=========================================
            CAREER HERO
=========================================*/

.career-hero{
    position: relative;
    padding: 170px 0 120px;
    background: #111;
    overflow: hidden;
}

.career-hero::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
                url("../images/career/career-banner.jpg") center/cover;
    z-index: 0;
}

.career-hero .container{
    position: relative;
    z-index: 2;
}

.career-hero .section-subtitle{
    display: inline-block;
    color: var(--primary-color);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.career-hero h1{
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.career-hero h1 span{
    color: var(--primary-color);
}

.career-hero p{
    max-width: 760px;
    margin: auto;
    color: rgba(255,255,255,.8);
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
}


/*=========================================
            JOBS
=========================================*/

.career-jobs{
    padding: 100px 0;
    background: #fff;
}

.section-title{
    margin-bottom: 60px;
}

.section-title span{
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.section-title h2{
    font-size: 42px;
    margin-top: 10px;
    font-weight: 500;
}

.job-card{
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 20px;
    padding: 35px;
    transition: .4s;
    height: 100%;
}

.job-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,.08);
}

.job-card h4{
    font-size: 18px;
    margin-bottom: 15px;
}

.job-card .experience{
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 18px;
}

.job-card p{
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}


/*=========================================
            BENEFITS
=========================================*/

.why-join{
    padding: 100px 0;
    background: #f8f8f8;
}

.benefit-card{
    background: #fff;
    border-radius: 18px;
    padding: 35px 25px;
    transition: .4s;
    text-align: center;
    height: 100%;
}

.benefit-card:hover{
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-8px);
}

.benefit-card h5{
    font-size: 20px;
    margin-bottom: 15px;
}

.benefit-card p{
    color: #666;
    line-height: 1.7;
    transition: .3s;
}

.benefit-card:hover p{
    color: #fff;
}


/*=========================================
        WE'RE LOOKING FOR
=========================================*/

.looking-for{
    padding: 100px 0;
}

.looking-content span{
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.looking-content h2{
    font-size: 42px;
    margin: 15px 0 25px;
}

.looking-content ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.looking-content ul li{
    position: relative;
    padding-left: 32px;
    margin-bottom: 18px;
    color: #555;
}

.looking-content ul li::before{
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: 700;
}

.looking-for img{
    border-radius: 20px;
}


/*=========================================
                CTA
=========================================*/

.career-cta{
    padding: 100px 0;
}

.cta-box{
    background: var(--primary-color);
    border-radius: 25px;
    padding: 80px 50px;
}

.cta-box h2{
    color: #fff;
    font-size: 46px;
    margin-bottom: 20px;
}

.cta-box p{
    color: rgba(255,255,255,.85);
    max-width: 700px;
    margin: auto;
    margin-bottom: 35px;
    line-height: 1.8;
}


/*=========================================
            BUTTONS
=========================================*/

.theme-btn{
    display: inline-block;
    padding: 14px 35px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    transition: .3s;
}

.theme-btn:hover{
    background: #111;
    color: #fff;
}


.theme-btn-sm{
    text-decoration: none;
    color: #1F5152;
    font-size: 18px;
    font-weight: 500;

}

.theme-btn-sm:hover{
    text-decoration: none;
    color: #1F5152;
    font-size: 18px;
    font-weight: 500;

}



/* .theme-btn-sm{
    display: inline-block;
    padding: 10px 25px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    transition: .3s;
} */

/* .theme-btn-sm:hover{
    background: #111;
    color: #fff;
} */


/*=========================================
            RESPONSIVE
=========================================*/

@media(max-width:991px){

    .career-hero{
        padding: 130px 0 90px;
    }

    .career-hero h1{
        font-size: 42px;
    }

    .section-title h2,
    .looking-content h2,
    .cta-box h2{
        font-size: 34px;
    }

    .looking-for img{
        margin-top: 40px;
    }

}

@media(max-width:767px){

    .career-hero h1{
        font-size: 34px;
    }

    .career-hero p{
        font-size: 16px;
    }

    .section-title h2,
    .looking-content h2,
    .cta-box h2{
        font-size: 28px;
    }

    .job-card,
    .benefit-card{
        padding: 25px;
    }

    .cta-box{
        padding: 50px 25px;
    }

}

/* ==================================== CAREER    page end  =============================================== */


/* ==================================== CAREER detail page start  =============================================== */


/*=========================================
Career Details
=========================================*/

.job-header {
       background: #1f5152;
    padding: 50px;
    border-radius: 25px;
    color: white !important;
}

.job-tag {
    color: rgb(255, 255, 255);
    display: inline-block;
    margin-bottom: 20px;
       background: #fdc164;
    padding: 8px 20px;
    border-radius: 30px;
}

.job-meta {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
       color: #d6d6d6;
    gap: 25px;
}

.career-details {
    padding: 80px 0;
    background: #fff;
}

.career-section {
    margin-bottom: 45px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e9e9e9;
}

.career-section:last-child {
    border-bottom: none;
}

.career-section h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #222;
}

.career-section p {
    color: #666;
    line-height: 1.9;
    margin: 0;
}

.career-section ul {
    margin: 0;
    padding-left: 20px;
}

.career-section ul li {
    margin-bottom: 12px;
    color: #666;
    line-height: 1.8;
}

/*=========================================
Sidebar
=========================================*/

.job-sidebar {
    border: 1px solid #e5e5e5;
    padding: 30px;
    border-radius: 10px;
    position: sticky;
    top: 100px;
    background: #fff;
}

.job-sidebar h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #222;
}

.job-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
}

.job-info:last-of-type {
    margin-bottom: 25px;
}

.job-info span {
    color: #777;
    font-size: 15px;
}

.job-info strong {
    color: #222;
    font-weight: 600;
    text-align: right;
}

.apply-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #c79a3b;
    color: #fff;
    text-decoration: none;
    padding: 14px;
    border-radius: 6px;
    border: none;
    font-weight: 500;
    transition: .3s;
    cursor: pointer;
}

.apply-btn:hover {
    background: #b5882d;
    color: #fff;
}

/*=========================================
Application Form
=========================================*/

.career-apply {
    padding: 80px 0;
    background: #f8f8f8;
}

.apply-wrapper {
    max-width: 900px;
    margin: auto;
}

.apply-wrapper h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 35px;
    color: #222;
}

.apply-wrapper .form-control {
    height: 55px;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: none;
    padding: 12px 18px;
}

.apply-wrapper textarea.form-control {
    height: 180px;
    resize: none;
    padding-top: 15px;
}

.apply-wrapper .form-control:focus {
    border-color: #c79a3b;
    box-shadow: none;
}

/*=========================================
Responsive
=========================================*/

@media (max-width: 991px) {

    .job-sidebar {
        margin-top: 40px;
        position: static;
    }

    .career-section h3 {
        font-size: 24px;
    }

    .apply-wrapper h2 {
        font-size: 28px;
    }

}

@media (max-width: 767px) {

    .career-details,
    .career-apply {
        padding: 60px 0;
    }

    .job-sidebar {
        padding: 25px;
    }

    .career-section {
        margin-bottom: 35px;
        padding-bottom: 25px;
    }

    .career-section h3 {
        font-size: 22px;
    }

    .apply-wrapper h2 {
        font-size: 24px;
    }

}


/* ==================================== CAREER detail page end  =============================================== */




