/* =========================================================
   SHAPOORJI PALLONJI - MAIN STYLESHEET
   ========================================================= */

/* ===== SMOOTH SCROLLING ===== */

html {
    scroll-behavior: smooth;
}

/* ===== FONT DECLARATIONS ===== */

@font-face {
    font-family: 'Kinfolk';
    src: url('../fonts/FontsFree-Net-Kinfolk_Reg.woff2') format('woff2'), url('../fonts/FontsFree-Net-Kinfolk_Reg.woff') format('woff'), url('../fonts/FontsFree-Net-Kinfolk_Reg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamMedium.woff2') format('woff2'), url('../fonts/GothamMedium.woff') format('woff'), url('../fonts/GothamMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/GothamLight.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ===== CSS VARIABLES ===== */

:root {
    --blue: #0b3f8a;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #ee202c;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --light-gray: #e8e8e8;
    --gray-dark: #343a40;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #2e2e2e;
}

/* ===== BASE STYLES ===== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    text-rendering: auto;
    font-size: 1rem;
    transition: 0.4s;
    font-family: 'Gotham', Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Kinfolk', serif;
}

p {
    font-family: 'Gotham', sans-serif;
    font-size: 15px;
}

a {
    font-family: 'Gotham', sans-serif;
    transition: 0.4s;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: 0;
}

.title {
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
}

/* ===== CONTAINER SYSTEM ===== */

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1240px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1360px;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1440px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

/* ===== UTILITY CLASSES ===== */

.pt_100 {
    padding-top: 100px;
}

.pt_75 {
    padding-top: 75px;
}

.pt_50 {
    padding-top: 50px;
}

.pt_25 {
    padding-top: 25px;
}

.pb_100 {
    padding-bottom: 100px;
}

.pb_75 {
    padding-bottom: 75px;
}

.pb_50 {
    padding-bottom: 50px;
}

.pb_25 {
    padding-bottom: 25px;
}

/* ===== HEADER STYLES ===== */

header {
    background: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10001;
    padding: 10px 0;
}

.logo {
    padding: 5px 0;
    text-align: left;
    width: 200px;
}

.logo_2 {
    padding: 5px 0;
    text-align: left;
    width: 150px;
}

.navbar-nav .nav-item {
    color: #fff;
}

.navbar-nav .nav-item.active>.nav-link,
.navbar-nav .nav-item:active:focus>.nav-link,
.navbar-nav .nav-item:active>.nav-link,
.navbar-nav .nav-item:focus>.nav-link,
.navbar-nav .nav-item:hover>.nav-link {
    color: #1763ad;
    background: #fff;
    border-radius: 50px;
}

.navbar-expand-lg .navbar-nav .nav-link,
.navbar-nav .nav-link {
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    margin: 10px;
    background: #1763ad;
    border-radius: 50px;
}

.bsnav {
    float: right;
    background: none;
}

.navbar-expand-lg .navbar-nav {
    background: #1763ad;
    border-radius: 50px;
}

.qr_code img {
    width: 100px;
    float: right;
}

.rara_id {
    display: none;
}

/* ===== HOME BANNER SECTION ===== */

.home_banner {
    position: relative;
    background-color: #1763ad;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background-position: center center;
    background-size: cover;
}

.home_banner .item {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.home_banner_img {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), url(../images/banner1.png);
    /*background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../images/home_banner1.jpg);*/
    /*background-position: left center;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero_1 {
    position: inherit;
}

.home_banner .logo2 {
    position: absolute;
    width: 150px !important;
    bottom: 30px;
    left: auto;
}

.home_banner .container {
    display: flex;
    height: 100%;
    align-items: flex-start;
    padding-top: 10%;
}

.home_banner .row {
    width: 100%;
    margin: 0;
}

.home_banner_cont h1 {
    color: #1763ad;
    font-size: 3.5rem;
}

.home_banner_cont p {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}

/* ===== FORM STYLES ===== */

.register_forms {
    background-image: linear-gradient(50deg, #1763ad, #1763ad);
    padding: 20px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.51);
    border-radius: 20px;
}

.form_heading {
    font-size: 1.2rem;
}

.form_subheading {
    font-size: 12px;
}

.form-control {
    border-radius: 6px;
    height: auto;
    font-size: 14px;
    color: #333;
    border: none;
    outline: none;
}

.form-control:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

input::placeholder,
textarea::placeholder {
    color: #8a8a8a !important;
    font-size: 14px;
    letter-spacing: 1px;
}

.mobile-otp-group {
    display: flex;
    width: 100%;
    gap: 8px;
}

.mobile-otp-group input {
    width: 80%;
}

.send-otp-btn {
    background: #fff;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 14px;
}

#mobileError {
    display: block;
    margin: 5px 0 10px;
    background-color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
}

.otp-section input {
    text-align: center;
    letter-spacing: 3px;
    font-weight: 600;
}

.submit_btn {
    background: none;
    border: 1px solid #fff;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    color: #fff;
    border-radius: 10px;
    letter-spacing: 1px;
    transition: 0.4s;
}

.submit_btn:hover {
    background: #1763ad;
    border-color: #1763ad;
    color: #fff;
}

.backInRight {
    animation: fadeInRight 2s 0.1s both;
}

.floting_form {
    position: absolute;
    top: 52%;
    right: 7%;
    transform: translateY(-50%);
    z-index: 10;
}

.homebanner,
.owl-stage-outer {
    overflow: visible;
}

.phone_row {
    width: 100% !important;
    margin: 0;
}

/* ===== MASTER PLANNED SECTION ===== */

.master_planned {
    background-image: linear-gradient(20deg, #1763ad, #1763ad);
    padding: 30px 0;
    position: relative;
    z-index: 1000;
}

.planned_content h2 {
    font-size: 1.8rem;
    font-weight: 600;
    font-family: 'Gotham', sans-serif;
}

.planned_content span {
    font-family: 'Gotham', sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
}

.acres1 {
    border-right: 1px solid #fff;
}

.acres2 {
    padding-left: 50px;
}

.acres3 {
    border-left: 1px solid #fff;
    padding-left: 50px;
    height: -webkit-fill-available;
}

/* ===== NATURE LEADS SECTION ===== */

.nature_leads {
    position: relative;
    height: 500px;
    z-index: 1000;
    background-size: cover;
    background-position: right center;
}

.nature_leads .container {
    display: flex;
    height: 100%;
}

.leads_cont h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 400;
}

.leads_cont h2 span {
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 600;
}

.leads_cont h3 {
    font-family: 'Gotham', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
}

.legacy_cont p {
    width: 80%;
    border-left: 2px solid #d8a03c;
    padding-left: 20px;
}

.olp_text {
    font-size: 15px;
    margin-top: 2rem;
    max-width: 100%;
}

/* ===== STANDS APART SECTION ===== */

.stands_apart {
    padding: 70px 0;
}

.stands_apart .title {
    color: #9d6816;
}

.stands_apart_cont img {
    width: 80px;
}

.stands_apart_cont h6 {
    color: #8c5c03;
    font-size: 16px;
    font-weight: 500;
}

.read_more {
    border: 1px solid #164625;
    padding: 8px 25px;
    display: inline-block;
    border-radius: 100px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 20px;
    font-size: 14px;
    background-image: linear-gradient(50deg, #164625, #225b27);
    transition: 0.4s;
}

.read_more:hover {
    background: none;
    color: #164625;
    border-color: #164625;
}

/* ===== GREENLAND SECTION ===== */

.greenland {
    height: 700px;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
}

.greenland .container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.greenland_title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
}

.greenland_cont {
    background: rgba(0, 0, 0, 0.62);
    padding: 50px 30px;
    border-radius: 20px;
}

.greenland .border_line {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.greenland_cont p {
    margin-top: 20px;
}

/* ===== PROJECT FEATURE SECTION ===== */

.project_feature {
    padding: 70px 0;
    background-size: cover;
}

.project_feature .title {
    color: #9d6816;
}

.project_feature_cont {
    align-items: center;
    margin-top: 20px;
}

.project_feature_cont h5 {
    color: #8c5c03;
    margin-bottom: 0;
    font-weight: 600;
}

.project_feature_cont img {
    width: 50px;
}

.nature_slide {
    position: relative;
}

/* ===== GROWTH CORRIDOR SECTION ===== */

.growth_corridor {
    padding: 70px 0;
    background-size: cover;
    background-position: top center;
    color: #fff;
}

.growth_corridor_cont img {
    width: 70%;
}

.growth_corridor_cont .row {
    border: 1px solid #fff;
    margin: 20px 0 0;
    border-radius: 15px;
    height: auto;
    padding: 10px 0;
    transition: 0.4s;
}

/* ===== PROPERTIES SECTION ===== */

.properties {
    padding: 70px 0;
}

.properties h1 {
    color: #9d6816;
}

.properties_under_content h5 {
    text-align: center;
    color: #9d6816;
    margin-top: 15px;
    transition: 0.4s;
}

.properties_under_content .image_box {
    overflow: hidden;
}

.properties_under_content .image_box img {
    transition: transform 0.8s ease;
}

.properties_under_content:hover .image_box img {
    transform: scale(1.3);
}

.properties_under_content:hover h5 {
    color: #000;
}

/* ===== OWL CAROUSEL STYLES ===== */

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -50px;
    position: relative;
    z-index: 10;
}

.nature_slide .owl-prev,
.properties_slide .owl-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(-50%, -50%);
    width: 40px !important;
    height: 40px !important;
    line-height: 34px;
    border-radius: 50% !important;
    color: #fff !important;
    background: #869791 !important;
    opacity: 0 !important;
    transition: 0.4s;
}

.nature_slide .owl-next,
.properties_slide .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    width: 40px !important;
    height: 40px !important;
    line-height: 34px;
    border-radius: 50% !important;
    color: #fff !important;
    background: #869791 !important;
    opacity: 0 !important;
    transition: 0.4s;
}

.nature_slide:hover .owl-prev,
.nature_slide:hover .owl-next,
.properties_slide:hover .owl-prev,
.properties_slide:hover .owl-next {
    opacity: 1 !important;
}

.carousel-nav-icon {
    height: 48px;
    width: 48px;
}

.carousel-item .col,
.carousel-item .col-sm,
.carousel-item .col-md {
    margin: 8px;
    height: 300px;
    background-size: cover;
    background-position: center center;
}

.three-item-carousel .item {
    color: #fff;
    padding: 0;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
}

.three-item-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.three-item-carousel .owl-nav button {
    pointer-events: all;
    background: #000 !important;
    color: #fff !important;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 22px;
}

.three-item-carousel .owl-nav button:hover {
    background: #333 !important;
}

.owl-prev,
.owl-next {
    padding: 15px;
    border-radius: 30px;
    color: #fff;
    font-size: 22px;
}

.owl-nav-img {
    width: 32px;
    height: auto;
    cursor: pointer;
}

.owl-nav button {
    background: transparent !important;
}

/* ===== FAQ SECTION ===== */

.faq {
    background-size: cover;
    background-position: center center;
    padding: 70px 0;
    color: #052606;
    background-repeat: no-repeat;
}

.faq .title {
    color: #052606;
}

.faq_cont .card {
    border-radius: 0;
    border: none;
    margin: 0;
    border-bottom: 1px solid #052606;
    background: none;
}

.faq_cont .card:last-child {
    border-bottom: none;
}

.faq_cont .card-header {
    padding: 0;
    border-radius: 0;
    border-bottom: 0;
    background: none;
    position: relative;
}

.faq_cont .card-header a {
    color: #052606;
    display: block;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
    background: none;
}

.faq_cont .card-body {
    padding: 18px 0;
}

.faq_cont .card-body p:last-child {
    margin-bottom: 0;
}

.accordion-title:before {
    content: "";
    padding-right: 5px;
    background: url(../images/minus.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(0, 0);
}

.accordion-title.collapsed:before {
    content: "";
    background: url(../images/plus.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(0, -15%);
    color: #0693d8;
}

/* ===== FOOTER STYLES ===== */

.footer {
    background-image: linear-gradient(50deg, #ae7829, #b38932);
    padding: 20px 0 20px;
    color: #fff;
}

.sti_text {
    color: #fff;
}

.sti_text:hover {
    color: #1763ad;
}

.footer ul {
    list-style: none;
}

.footer ul li {
    float: left;
    display: contents;
    margin: 0 10px;
}

.footer ul li a {
    color: #fff;
    display: inline-block;
    line-height: 0;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer ul li a:hover {
    color: #154425;
}

.f_right {
    float: right;
}

/* ===== BUTTON ANIMATIONS ===== */

.button {
    position: relative;
    width: 10rem;
    height: 3rem;
    cursor: pointer;
    border: none;
    background: none;
}

.btn_dark {
    position: relative;
    width: 15rem;
    height: 3rem;
    cursor: pointer;
    border: none;
    background: none;
}

.button svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.border {
    width: 100%;
    height: 100%;
    stroke: #1763ad;
    stroke-width: 2px;
    fill: #0000;
    rx: 1em;
    ry: 1em;
    stroke-dasharray: 25;
    transition: fill 0.25s;
    animation: stroke-animation 4s linear infinite;
}

.button:hover .border {
    fill: #0001;
}

.button:focus .border {
    transition: fill 0.25s 7.75s;
    fill: #0000;
}

@keyframes stroke-animation {
    0% {
        stroke-dashoffset: 100;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.txt-upload {
    color: #1763ad;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt-upload::after {
    content: "";
}

.button:focus .rect {
    stroke-dasharray: 50;
}

.button:focus .border {
    stroke: #0000;
}

.button:focus .txt-upload {
    opacity: 0;
    transition: opacity 0.25s 8s;
}

.button:focus .txt-upload::after {
    animation: anim 0.66666s step-end forwards, anim2 1.33333s 0.6666s linear infinite alternate;
}

@keyframes anim {
    0% {
        content: "i";
    }
    50% {
        content: "in";
    }
    to {
        content: "ing";
    }
}

@keyframes anim2 {
    0% {
        content: "ing";
    }
    33% {
        content: "ing.";
    }
    66% {
        content: "ing..";
    }
    to {
        content: "ing...";
    }
}

.loading {
    width: 100%;
    height: 100%;
    stroke: #1763ad;
    stroke-width: 2px;
    fill: none;
    rx: 1em;
    ry: 1em;
    stroke-dasharray: 0 100;
}

.button:focus .loading {
    transition: stroke 0.5s 7.5s, stroke-dasharray 8s 0.5s ease-out;
    stroke: #1763ad;
    stroke-dasharray: 100 0;
}

.done {
    fill: none;
    stroke: #000;
    stroke-dasharray: 0 100;
}

.button:focus .done-cloud {
    transition: stroke-dasharray 0.75s 8.5s ease-out;
    stroke-dasharray: 100 0;
}

.button:focus .done-check {
    transition: stroke-dasharray 0.5s 9.2s ease-out;
    stroke: #1763ad;
    stroke-dasharray: 100 0;
}

/* ===== OTHER PAGES ===== */

.intro_sub {
    width: 100%;
    height: 90vh;
}

.disclaime {
    display: flex;
    align-content: center;
    align-items: center;
    height: 90vh;
}

.d_t {
    max-width: 100%;
    text-align: center;
}

/* ===== STICKY SIDE BUTTON ===== */

html .njs-sticky-side.image_button_cover.placement-right {
    right: 0;
}

html .njs-sticky-side.image_button_cover {
    position: fixed;
    top: 50%;
    box-shadow: none;
    z-index: 999;
    transition: transform .3s cubic-bezier(0, 0, 0, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, 0, 1);
}

html .njs-sticky-side.image_button_cover.placement-right.now-show a {
    transform: translate3d(4px, 0, 0) rotate(-90deg);
    -webkit-transform: translate3d(4px, 0, 0) rotate(-90deg);
}

html .njs-sticky-side.image_button_cover.placement-right a {
    border-radius: 3px 3px 0 0;
    transform: translate3d(200%, 0, 0) rotate(-90deg);
    -webkit-transform: translate3d(200%, 0, 0) rotate(-90deg);
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
}

html .njs-sticky-side.image_button_cover a {
    padding: 2px 15px 5px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    background-color: #bf9a30;
    color: white;
    font-weight: 500;
    top: -106.5px;
    letter-spacing: 2px;
}

html .njs-sticky-side.image_button_cover a:hover {
    background-color: #1763ad;
    color: #ffffff;
    border: 2px solid #acacac00;
}

/* =========================================================
   RESPONSIVE STYLES
   ========================================================= */

/* ===== DESKTOP LARGE (1480px and below) ===== */

@media (max-width: 1480px) {
    .home_banner_cont h1 {
        font-size: 2.7rem;
    }
    .disclaime {
        height: auto;
        margin-top: 30%;
    }
    .d_t {
        max-width: 100%;
        text-align: justify;
    }
}

/* ===== DESKTOP (1280px and below) ===== */

@media (max-width: 1280px) {
    .header_nav {
        align-items: center;
    }
    .bsnav {
        float: right;
        background: none;
    }
    .navbar-expand-lg .navbar-nav .nav-link,
    .navbar-nav .nav-link {
        padding: 5px 10px;
    }
}

/* ===== TABLET (767px and below) ===== */

@media (max-width: 767px) {
    .logo {
        display: block !important;
    }
    .animated-arrow {
        right: 0;
        left: auto;
        margin: 22px 20px 0 15px;
    }
    .wsoffcanvasopener .animated-arrow {
        right: 0;
        left: auto;
        top: -5px;
    }
    .animated-arrow span,
    .animated-arrow span:before,
    .animated-arrow span:after {
        width: 30px;
        background: #014900;
    }
    .wsoffcanvasopener .wsmenu {
        width: 50%;
        right: 0;
        left: auto;
    }
    .wsmenu {
        right: -255px;
        left: auto;
        top: 75px;
    }
    .wsmenucontainer.wsoffcanvasopener {
        margin-left: 0;
    }
    .wsmenu>.wsmenu-list>li>a {
        color: #014900;
    }
    .wsmenu>.wsmenu-list>li>a .wsmenu-list>li>a:hover {
        color: #fff !important;
    }
    .wsmenu .wsmenu-list {
        height: auto;
    }
    .navbar-toggler .navbar-toggler-icon,
    .navbar-toggler .navbar-toggler-icon::after,
    .navbar-toggler .navbar-toggler-icon::before {
        background-color: #fff;
    }
    .bsnav-mobile .navbar {
        width: 300px;
        transform: translate3d(300px, 0, 0);
    }
    .bsnav-mobile .navbar-nav .nav-item .nav-link {
        font-size: 18px;
        margin-bottom: 10px;
        padding: 5px 10px;
    }
    .home_banner {
        height: 150vh;
    }
    .home_banner .item {
        height: 55vh;
    }
    .home_banner_img {
        background-image: url(../images/banner1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    /*
    .home_banner .logo2 {
        position: relative;
        bottom: 5px !important;
        left: 5px !important;
    }
    */
    .home_banner .logo2 {
        position: relative;
        bottom: 100px !important;
        left: 5px !important;
    }
    .home_banner .container {
        padding-top: 25%;
        flex-direction: row;
        justify-content: space-around;
    }
    .floting_form {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        transform: none;
        text-align: center;
        padding: 10px 5px;
    }
    .register_forms.backInRight {
        margin-top: 100px;
        left: 0;
        right: 0;
        transform: none;
        max-width: 100%;
    }
    .register_forms {
        padding: 15px;
    }
    .sticky-inner {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    header .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header .col-md-7 {
        order: 1;
        flex: 0 0 auto;
        width: auto;
        text-align: left;
    }
    .navbar-toggler {
        margin: 0;
    }
    header .col-md-3 {
        order: 2;
        flex: 1;
        text-align: center;
    }
    header .navbar-brand {
        margin: 0 auto;
        display: inline-block;
    }
    header .col-md-2 {
        order: 3;
        flex: 0 0 auto;
        width: auto;
        text-align: right;
    }
    .qr_code img {
        max-width: 100px;
    }
    header .col-md-3,
    header .col-md-7,
    header .col-md-2 {
        max-width: unset;
    }
    .home_banner_cont h1 {
        color: #1763ad;
        font-size: 1.2rem;
    }
    .home_banner_cont p {
        color: #000;
        font-size: 12px;
        letter-spacing: 0px;
    }
}

/* ===== MOBILE LARGE (575px and below) ===== */

@media (max-width: 575px) {
    header {
        background: none;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10001;
        padding: 0px 0;
    }
    .rara_id {
        order: 1;
        text-align: center;
        background-color: #203410;
        padding: 10px 0px;
    }
    .qr_code img {
        width: 100px;
        float: none;
    }
    .animated-arrow {
        margin: 13px 13px 0 15px;
    }
    .gree_row {
        margin-right: 0%;
        margin-left: 0px;
    }
    .wsoffcanvasopener .animated-arrow {
        right: 5px;
        top: -5px;
    }
    .wsmenu .wsmenu-list {
        height: auto;
    }
    .wsoffcanvasopener .wsmenu {
        width: 100%;
        top: 54px;
        z-index: 999;
    }
    .h1,
    h1 {
        font-size: 1.7rem;
    }
    .h2,
    h2 {
        font-size: 1.5rem;
    }
    .h3,
    h3 {
        font-size: 1.4rem;
    }
    .h5,
    h5 {
        font-size: 1.1rem;
    }
    .bsnav-mobile .navbar {
        width: 100%;
        background: #225b27;
        transform: translate3d(100%, 0, 0);
        padding: 100px 0 15px;
    }
    .greenland_title {
        font-size: 1.5rem;
    }
    .navbar-nav .nav-item {
        color: #fff;
    }
}

/* ===== MOBILE (480px and below) ===== */

@media (max-width: 480px) {
    .form-control {
        border-radius: 6px;
        height: 40px;
        font-size: 14px;
        color: #333;
        border: none;
        outline: none;
    }
    .mobile-otp-group {
        flex-direction: column;
    }
    .mobile-otp-group input,
    .send-otp-btn {
        width: 100%;
    }
    .master_planned {
        background-image: linear-gradient(20deg, #fff, #fff);
        padding: 10px 0 0 0;
    }
    .planned_content {
        text-align: center;
    }
    .planned_content h2 {
        font-weight: 600;
        font-size: 2.1rem;
        text-align: center;
        color: #ae772b !important;
    }
    .planned_content span {
        text-align: center;
        color: #ae772b !important;
    }
    .acres1 {
        border-bottom: 2px solid #a87b2d;
        padding: 20px 0;
        border-right: none;
    }
    .acres2 {
        border-bottom: 2px solid #a87b2d;
        padding: 20px 0;
        padding-left: 0;
    }
    .acres3 {
        padding: 20px 0;
        border-left: none;
        padding-left: 0;
    }
    .acres1 span,
    .acres2 span,
    .acres3 span {
        font-weight: 600;
    }
    .phone-t-p {
        padding-top: 70px;
    }
    .properties_slide .owl-next,
    .nature_slide .owl-next {
        right: -13px;
        width: 35px !important;
        height: 35px !important;
        line-height: 28px;
    }
    .properties_slide .owl-prev,
    .nature_slide .owl-prev {
        left: 23px;
        width: 35px !important;
        height: 35px !important;
        line-height: 28px;
    }
    .nature_leads {
        padding: 60px 20px;
    }
    .leads_cont h2 {
        font-size: 24px;
        font-weight: 400;
        line-height: 1.2;
    }
    .leads_cont h2 span {
        font-size: 50px;
        font-weight: 600;
    }
    .leads_cont h3 {
        letter-spacing: 1px;
        font-size: 25px;
        font-weight: 400;
        font-style: italic;
        font-family: 'Gotham', sans-serif;
    }
    .stands_apart_cont {
        display: flex;
    }
    .stands_apart_cont h6 {
        padding: 0 15px;
        text-align: left;
    }
    .bsnav-mobile .navbar-nav .nav-item .nav-link {
        padding: 8px 30px;
    }
    .project_feature .title {
        margin-top: 30px;
        font-size: 1.5rem;
    }
}

.sitemap {
    padding: 240px 0px;
}

.sitemap ul {
    margin: 0px;
    padding: 0px;
}

.sitemap li {
    margin-left: 20px;
}

.sitemap li a {
    text-decoration: none;
    color: red;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

@media (max-width: 480px) {
    .home_banner {
        background-color: #1763ad !important;
        padding-bottom: 40px !important;
    }
}
/* Gallery Grid Styles */
.gallery_grid .gallery-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
