h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}

.mb-3 {
    margin-bottom: 3em;
}

.aakaar-btn {
    border-radius: 0;
    border: 1px solid #b2b2b2;
    color: #373737;
    font-weight: 500;
}

.aakaar-btn:hover {
    background: #c7e9f5;
    border-color: #a0d1e9;
    color: #0b76ac;
}

.aakaar-outline-btn {
    border-radius: 0;
    border-bottom: 1px solid #b2b2b2;
    color: #373737;
    font-weight: 500;
}

.aakaar-outline-btn:hover {
    border-bottom-color: #a0d1e9;
    color: #0b76ac;
}

.aakaar-secondary-btn {
    border-radius: 4px;
    border: 1px solid #6a6a6a;
    color: #373737;
    font-weight: 400;
    text-transform: uppercase;
    padding: 9px 20px;
    transition: all 0.3s ease-in-out;

}

.aakaar-secondary-btn:hover {
    border-color: #2e2e2e;
    color: #e2e2e2;
    background-color: #1d1d1d;
}


.normal-section {
    padding-top: 50px;
    padding-bottom: 50px
}

/* Header */
.main-header .logo-outer .logo .sec-logo {
    display: none;
}

.main-header .logo-outer .logo .main-logo {
    display: inline;
}

.header-style-two.fixed-header .header-upper {
    background: #333333d4;
}

.main-header.fixed-header .logo-outer .logo img {
    max-width: 63px;
}

.main-header.fixed-header .logo-outer .logo .sec-logo {
    display: inline;
}

.main-header.fixed-header .logo-outer .logo .main-logo {
    display: none;
}

.header-style-two.fixed-header .nav-toggler button .line {
    margin-bottom: 6px;
    border-bottom: 2px solid #ffffff;
}

/* Menu */
.side-menu ul li.dropdown ul {
    padding: 16px 29px;
    background: #181818;
    border-radius: 10px;
    margin-right: 13px;
}

.side-menu ul li.dropdown ul li a {
    padding: 6px 11px 6px 0px;
    color: #fff;
    font-weight: 200;
}

/* CTA Sitevisit Fixed */
.cta-sitevisit {
    opacity: 0.9;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 99;
}

.cta-sitevisit .aakaar-secondary-btn {
    background: #1592d1;
    color: white;
    border-color: #6ac2e8;
    font-size: 12px;
    font-weight: 500;
}

.cta-sitevisit .aakaar-secondary-btn:hover {
    background: #0e5b81;
}

/* Banner video */
video.hero-video {
    display: block;
    clip-path: fill-box;
}

.hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    /* Set the desired height */
}


.hero-video {
    width: 100%;
    transform: none;
    position: unset;
}

.image-outer {
    overflow: hidden;
}

.image-outer img {
    transition: transform 2s ease;
    display: block;
    width: 100%;
    height: auto;
}

.image-outer:hover img {
    transform: scale(1.1);
}

/* Home bg area */
.home-bg-area {
    height: 500px;
    background-image: url(../images/background/subpage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.visionmissionarea {
    position: relative;
    background: url(../images/background/visionmission.jpg) no-repeat center center/cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
}

.visionmissionarea::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.visionmissionarea .overlay {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 800px;
}

.visionmissionarea h5 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.visionmissionarea p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .visionmissionarea h5 {
        font-size: 1.5rem;
    }

    .visionmissionarea p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .visionmissionarea h5 {
        font-size: 1.2rem;
    }

    .visionmissionarea p {
        font-size: 0.9rem;
    }
}

.whowearewrapper ul {
    padding: 30px 20px 10px 20px;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 40px;
    justify-content: center;
    text-align: center;
}

.whowearewrapper ul li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    color: #999;
    position: relative;
    padding-bottom: 5px;
    transition: all 0.3s ease;
}

.whowearewrapper ul li a.active {
    color: #000;
}

.whowearewrapper ul li a.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
}

.whowearewrapper ul li a:hover {
    color: #000;
}


/* SUB PAGES */


.sub-page-banner {
    position: relative;
    padding: 180px 0px 120px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    width: 100%;
}

.sub-page-banner .content-box {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.sub-page-banner h1 {
    position: relative;
    font-size: 34px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.4em;
    margin-bottom: 3px;
}

.sub-page-banner .text-content {
    position: relative;
    font-size: 17px;
    font-weight: 300;
    line-height: 1em;
    color: #ffffffab;
}

.sub-page-banner .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(24, 22, 22, 0.81);
}

/* Footer */
.contact-social {
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.contact-social a {
    margin-right: 15px;
}

.contact-section-one p {
    color: white;
}


.contact-section-one .navigation-column ul li a {
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 6px;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
}

/* Team */
.team-section .team-member .inner-box {
    min-height: 300px;
    text-align: center;
}

.team-section .team-member img {
    max-width: 50px;
    display: inline-block;
    margin-bottom: 13px;
    margin-top: 10px;
}

.team-section {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* Slider */
.main-slider {
    position: relative;
}

.main-slider .slick-next {
    right: 18px;
}

.main-slider .slick-prev {
    left: 18px;
    z-index: 9;
}

.slider-mob {
    display: none;
}

.slider-pc {
    display: block;
}

/* Slider form */

.headerform {
    background: #ffffff6e;
    padding: 22px;
    border-radius: 4px;
}

.headerform h2 {
    font-size: 1.3em;
    margin-bottom: 15px;
    color: #1d1d1d;
}

.headerform input,
.headerform select {
    height: 45px;
    padding-left: 17px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 0;
    padding-right: 17px;
}

.headerform .btn-home {
    padding: 7px 26px;
    width: 100%;
    border-radius: 5px;
    background-color: #1e96d3;
    border-color: #1e96d3;
    color: #fff;
}

.headerform .btn-home:hover,
.headerform .btn-home:active {
    background-color: #16719e;
    border-color: #16719e;
}

.headerform {
    position: absolute;
    top: 15%;
    right: 3%;
}

/* Form */
.ipopi-message {
    color: white;
    padding: 5px 11px;
    line-height: 1;
    font-size: 14px;
    text-align: center;
}

.error {
    background: #f44336;
    margin-bottom: 10px;
}

.success {
    background: #4caf50;
    margin-bottom: 10px;
    font-size: 15px;
}


/* whatwedo */
.whatwedo {
    margin-bottom: 6em;
}

.whatwedo .whatwedo-item h4 {
    font-weight: 300;
    color: #1d1d1d;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

/* Responsive */

@media (max-width: 1399.98px) {
    .headerform {
        top: 10%;
    }
}

@media (max-width: 1199.98px) {
    .headerform {
        top: 5%;
    }
}

@media (max-width: 991.98px) {
    .slider-mob {
        display: block;
    }

    .slider-pc {
        display: none;
    }

    .headerform {
        top: .5%;
    }

    .home-bg-area {
        height: 300px;
    }
}

@media (max-width: 767.98px) {
    .headerform {
        z-index: 0;
        position: initial;
        background: #ffffff;
        border-radius: 0;
        border: 1px solid #cccccc;
    }

    .sub-page-banner h1 {
        font-size: 28px;
    }

    .sub-page-banner .text-content {
        font-size: 15px;
        color: #ffffffc4;
    }

    .main-header .logo-outer .logo img {
        max-width: 85px;
    }

    .header-style-two .nav-toggler button {
        margin: 15px 0px 0px;
    }

    .hero {
        height: auto;
    }

    .hero-video {
        width: 100%;
        transform: none;
        position: unset;
    }

    .team-section .team-member .inner-box {
        min-height: 250px;
    }
}

.director-section {
    background: #1d1d1d;
    padding-top: 4em;
    padding-bottom: 4em;
}

.director-section h2 {
    margin-bottom: 1em;
    color: white;
    font-weight: 600;
}

.director-section h3 {
    color: #d7f1fc;
    font-weight: 600;
    font-size: 1.6em;
    margin-bottom: 10px;
}

.director-section h3 small {
    font-size: 12px;
}

.director-section p {
    color: #dcf4fd;
}

/*  Property */
.property-card {
    box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 26px;
    background-color: #fff;
}

ul.key-distance li {
    line-height: 2;
    font-weight: 300;
    color: #292929;
    font-size: 15px;
}

ul.key-distance li strong {
    font-weight: 700;
}


.properties-section ul {
    padding: 0;
    margin: 0;
}

.properties-section ul li {
    list-style: none;
    margin-top: 10px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    color: #4f4f4f;
}

.properties-section ul li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 38%;
    -webkit-transform: translateY(-38%);
    -ms-transform: translateY(-38%);
    transform: translateY(-38%);
    border: 1px dashed;
    border-color: #b2b2b2;
    z-index: 1;
}

.properties-section ul li label {
    padding-right: 10px;
    background-color: white;
    position: relative;
    z-index: 2;
}

.properties-section ul li span {
    float: right;
    padding-left: 10px;
    background-color: white;
    position: relative;
    z-index: 2;
    color: #111;
}

.project-main-details h3 {
    color: #1d1d1d;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px;
}

.project-main-details .address p {
    font-size: 16px;
    font-style: italic;
    color: #0a6fa2;
    font-weight: 300;
}

.project-main-details .address i {
    color: #2f2f2f;
    font-size: 21px;
    line-height: normal;
    margin-right: 5px;
}


.property-info-section .project-main-details .rera {
    font-weight: 300;
    color: #787878;
    font-size: 18px;
}

.accordian-button {
    display: inline-block;
    color: #242424;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: uppercase;
    background: transparent;
}

.accordian-button.collapsed {
    font-weight: 300;
}

.property-info-section span.slash {
    font-weight: 600;
    color: #2e2e2e;
    font-size: 19px;
}

.property-info-section .rera {
    font-style: italic;
    color: #7a7a7a;
    display: inline;
    overflow-wrap: break-word;
    font-size: 21px;
}

@media (max-width: 767.98px) {
    .property-info-section .rera {
        font-size: 18px;
    }
}

.downloads {
    margin-top: 2em;
    margin-bottom: 3em;
}

.download-item {
    padding: 13px;
    text-align: center;
    margin-bottom: 12px;
}

.download-item img {
    width: 100%;
    max-width: 120px;
    display: inline-block;
}

.download-item img.download-icon {
    display: inline;
    max-width: 17px;
}

.download-item span {
    color: #373737;
    font-size: 15px;
    font-weight: 500;
}

/* Sitevisit */
.form-full-container {
    padding: 35px;
    border: 1px solid #c5c5c5;
}

.form-full-container label {
    margin-bottom: 0;
    color: #212121;
    font-size: 14px;
    font-weight: 400;
}

.form-full-container .title-box h2 {
    font-size: 30px;
}

.form-full-container .default-form textarea {
    height: auto;
}

/* Gallery */


.gal-item .image-container {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.gal-item .image-container img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

/* Misc */
.main-heading-home h1 {
    color: #161616;
    font-weight: 600;
    font-size: 2em;
    border: 3px solid #e9f8ff;
    border-right: none;
    border-left: none;
    padding: 14px 5px;
}

@media (max-width: 767.98px) {
    .main-heading-home h1 {
        font-size: 1.5em;
    }
}

/* New Footer */
.footer-v2 {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    background-color: #000;
    text-align: center;
}

.footer-v2 h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.footer-v2 p,
.footer-v2 a {
    color: #fff;
    font-size: 15px;
    margin-bottom: 8px;
    text-decoration: none;
    font-weight: 400;
}

.footer-v2 a:hover {
    color: #1e96d3;
    text-decoration: none;
}

.footer-v2 .social a {
    display: inline-block;
    margin: 0 10px;
    font-size: 18px;
    color: #fff;
    transition: color 0.3s ease;
}

.footer-v2 .social a:hover {
    color: #1e96d3;
}

.footer-v2 hr {
    margin: 20px 0;
    border-color: rgba(255, 255, 255, 0.2);
}


/* Leadership */
.leadership-container ul {
    padding: 30px 20px 10px 20px;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 40px;
    justify-content: center;
    text-align: center;
}

.leadership-container .leader-tab {
    font-weight: 400;
    text-transform: uppercase;
    color: #444;
    border: none;
    padding-bottom: 6px;
}

.leadership-container .leader-tab.active {
    border-bottom: 1px solid #000;
    color: #000;
}

.leader-card .leader-img-wrap {
    overflow: hidden;
}

.leader-card img {
    transition: transform 1s ease;
}

.leader-card:hover img {
    transform: scale(1.1);
}

.leader-name {
    font-size: 1rem;
    font-weight: 700;
    color: #2f2f2f;
}

.leader-role {
    font-weight: 400;
    font-size: 0.85rem;
    color: #8b8b8b;
}