body {
    color: rgb(0, 0, 0);
    background-color: rgb(242, 242, 242);
    font-family: "Poppins", sans-serif !important;
}

section {
    padding: 70px 0px;
}

.section-2 .container>div {
    background-color: rgb(240, 240, 240);
}

.section-2 h3 {
    line-height: 2rem;
    font-size: 1.2384rem;
    font-weight: 700;
}

p {
    text-align: left;
    line-height: 1.625rem;
    font-size: 0.9907rem;
    color: rgb(136, 133, 133);
}

.logo img {
    width: 120px;
}

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: rgb(255, 255, 255);
    padding-bottom: 100px;
    z-index: -1;
}

.banner::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.4;
    z-index: -1;
}

.banner .banner-content {
    text-align: center;
    margin-top: 0rem;
}

.banner .banner-content h1 {
    font-weight: 700;
    font-size: 1.8576rem;
    line-height: 2.625rem;
    margin-bottom: 15px;
}

.banner .banner-content p {
    color: rgb(255, 255, 255);
    font-size: 1.1146rem;
    /* width: 80%; */
    /* display: inline-block; */
    margin-bottom: 30px;
    text-align: center;
}

.banner .banner-content .whatsapp_button {
    margin-bottom: 30px;
}

.banner .banner-content .whatsapp_button a {
    background: rgb(50, 150, 39);
    color: rgb(255, 255, 255);
    font-size: 0.9907rem;
    font-weight: 400;
    border-radius: 41px;
    padding: 10px 25px 10px 40px;
    position: relative;
}

.banner .banner-content .whatsapp_button a img {
    position: absolute;
    width: 46px;
    left: -13px;
    top: -2px;
}

.banner .banner-content .whatsapp_button a:hover {
    background: rgb(21, 101, 192);
    color: rgb(255, 255, 255);
    font-size: 0.9907rem;
    font-weight: 400;
    border-radius: 41px;
}

.banner .banner-content h3 {
    font-weight: 700;
    font-size: 1.1146rem;
    margin: 0px;
}

.apartments {
    margin-top: 0;
    padding: 0px;
}

.apartments h3 {
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 1.0526rem;
    margin-bottom: 0px;
}

.apartments p {
    color: rgb(0, 0, 0);
    font-size: 1.0526rem;
    margin-bottom: 0px;
}

.section-2 button {
    background-color: rgb(209, 204, 189);
    color: rgb(255, 255, 255);
    font-size: 1.1146rem;
    font-weight: 700;
    height: 2.6875rem;
    width: 20.5625rem;
    border-radius: 0px;
    outline: none;
    border: none;
}

.section-2 button:hover {
    background-color: rgb(185, 182, 171);
    color: rgb(255, 255, 255);
    font-size: 1.1146rem;
    font-weight: 700;
    height: 2.6875rem;
    width: 20.5625rem;
    border-radius: 0px;
    outline: none;
    border: none;
}

.sec-heading {
    margin-bottom: 70px;
}

.sec-heading h2 {
    text-align: center;
    line-height: 2.4375rem;
    font-size: 2.15rem;
    font-weight: 700;
}

.sec-heading p {
    text-align: center;
    line-height: 1.6875rem;
    font-size: 1.0526rem;
    color: rgb(0, 0, 0);
}

.sec-heading::after {
    content: "";
    position: absolute;
    background-color: rgb(163, 186, 198);
    left: 0px;
    right: 0px;
    width: 60%;
    height: 1px;
    margin: 0px auto;
}

.section-3 .image img {
    width: 600px;
}

.section-3 .content {
    position: absolute;
    right: 0px;
    background: rgb(239 234 219);
    width: 26.75rem;
    padding: 20px;
    top: 20px;
}

.section-3 .content h3 {
    line-height: 1.6875rem;
    font-size: 1.0526rem;
    font-weight: 600;
}

.section-3 .content h4 {
    font-size: 1.0526rem;
}

.section-3 .content h5 {
    font-weight: bold;
    color: rgb(32, 32, 32);
    margin-top: 20px;
}

.section-3 .content p {
    font-size: 0.8669rem;
    color: rgb(55, 70, 90);
}

.section-3 .content p.fw-bold {
    font-size: 15px;
    color: rgb(0 0 0);
    font-weight: normal !important;
}

.section-3 .content ul {
    font-size: 15px;
    color: rgb(0, 0, 1);
}

.section-3 .content a {
    background: rgb(4, 28, 44);
    color: rgb(255, 255, 255);
    font-size: 0.8669rem;
    font-weight: 700;
    border-radius: 41px;
    text-decoration: none;
    padding: 10px 25px;
    float: right;
}

.section-3 .item .image {
    text-align: right;
}

.section-3 .item .content {
    left: 0px;
}

.section-3 .container div~div:not(:last-child) {
    margin-bottom: 60px;
}

/* ======================================= */
/* === NEW LOGO STRUCTURE FOR MOBILE === */
/* ======================================= */

.mobile-logos {
    display: none;
}

@media (max-width: 767px) {

    /* 1. Hide the original desktop logo container */
    .desktop-logos {
        display: none;
    }

    /* 2. Show the new mobile container and style it as a grid */
    .mobile-logos {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 10px;
        justify-items: center;
        align-items: center;
        padding-top: 10px;
    }

    /* --- General styling for all logos --- */
    .mobile-logos img {
        width: 100% !important;
        height: auto !important;
    }

    /* 3. INDIVIDUAL LOGO SIZING & POSITIONING */

    /* 1st Logo (EMAAR) */
    .mobile-logos img:nth-child(1) {
        max-width: 180px !important;
    }

    /* 2nd Logo (SOBHA) */
    .mobile-logos img:nth-child(2) {
        max-width: 190px !important;
        transform: translateY(-20px);
    }

    /* 3rd Logo (DAMAC) */
    .mobile-logos img:nth-child(3) {
        max-width: 185px !important;
    }

    /* 4th Logo (ELLINGTON) */
    .mobile-logos img:nth-child(4) {
        max-width: 200px !important;
        transform: translateY(-40px);
    }

    /* 5th Logo (DANUBE) */
    .mobile-logos img:nth-child(5) {
        max-width: 230px !important;
        transform: translateY(-60px);
    }

    /* 4. Center the last logo */
    .mobile-logos img:last-child {
        grid-column: 1 / -1;
    }

    .section-4 .w-100.float-start.mt-4.text-center {
        margin-top: -30px !important;
    }
}

.section-4 .sec-heading::after {
    display: none;
}

.why-invest {
    background-image: url("../images/logo-back-2-compressed.webp");
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
}

.why-invest::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(14, 39, 21);
    opacity: 0.67;
    z-index: -1;
}

.why-invest img {
    width: 100px;
    margin: auto;
    display: block;
}

.why-invest p {
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 20px;
}

.why-invest a {
    background: rgb(83, 183, 231);
    color: rgb(255, 255, 255);
    font-size: 0.9288rem;
    font-weight: 400;
    border-radius: 41px;
    padding: 10px 30px;
}

.why-invest a:hover,
.why-invest a:focus {
    background: rgb(4, 28, 44);
    color: rgb(255, 255, 255);
}

/* For mobile devices (max-width: 768px or adjust as needed) */
@media (max-width: 768px) {
  .section-5 .sec-heading h3 {
    font-size: 1.2rem; /* Reduced from 2.2291rem */
  }

  .section-5 .sec-heading h2 {
    font-size: 1.8rem; /* Reduced from 2.15rem */
    line-height: 2rem; /* Slightly reduced for better balance */
  }
}

/* Optional: for very small screens (like 480px and below) */
@media (max-width: 480px) {
  .section-5 .sec-heading h3 {
    font-size: 1.4rem;
  }

  .section-5 .sec-heading h2 {
    font-size: 1.6rem;
  }
}
/* ======================================= */
/* === NEW BUTTON LAYOUT FOR MOBILE === */
/* ======================================= */

/* By default, hide the new mobile-only button container on desktop */
.mobile-buttons {
    display: none;
}

@media (max-width: 767px) {
    /* 1. Hide the original desktop button container */
    .desktop-buttons {
        display: none;
    }

    /* 2. Show the mobile container and use Flexbox for layout */
    .mobile-buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 8px; /* slightly smaller gap */
        margin: 0.8rem 10px 0 0px; /* balanced side margin */
        align-items: stretch;
    }

    /* 3. Style the first TWO buttons */
    .mobile-buttons a:nth-child(1),
    .mobile-buttons a:nth-child(2) {
        flex-basis: calc(50% - 4px);
        font-size: 0.75rem; /* smaller font */
        padding: 6px 10px; /* smaller button height and width */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* 4. Third button full width */
    .mobile-buttons a:nth-child(3) {
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 0.6rem;
        font-size: 0.75rem;
        padding: 6px 12px; /* reduced size */
    }
}



/* ============================================= */
/* === NEW PROPERTY CARD BUTTONS (MOBILE) === */
/* ============================================= */

/* By default, hide the new mobile-only buttons on desktop */
.mobile-card-buttons {
    display: none;
}

@media (max-width: 767px) {
    /* 1. Hide the original desktop button container */
    .desktop-card-buttons {
        display: none;
    }

    /* 2. Show the mobile container and style it with Flexbox */
    .mobile-card-buttons {
        display: flex;
        gap: 10px; /* This adds space between the two buttons */
        margin-top: 15px;
    }

    /* 3. Style the two buttons to share the space and be on one line */
    .mobile-card-buttons .btn {
        flex: 1; /* This makes each button take up 50% of the space */
        text-align: center;
        padding: 10px 5px !important;
        font-size: 13px !important;
    }
}

.section-5 .sec-heading h3 {
    font-size: 2.2291rem;
    color: rgb(4, 28, 44);
    text-align: center;
    margin-bottom: 20px;
}

.section-5 img {
    object-fit: cover;
    height: -webkit-fill-available;
}

.section-5 .content h3:nth-child(2) {
    color: rgb(4, 28, 44);
}

.section-5 .content h5 {
    font-size: 0.9907rem;
    color: rgb(0, 0, 0);
    font-weight: normal;
}

.our-teams img {
    width: 200px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20%;
}

.our-teams a {
    background: rgb(4, 28, 44);
    color: rgb(255, 255, 255);
    font-size: 0.8669rem;
    font-weight: 700;
    padding: 12px 20px;
    width: 13.625rem;
    border-radius: 13px;
}

.our-teams a:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.our-teams h3 {
    font-weight: 700;
    color: rgb(32, 32, 32);
    font-size: 0.9907rem;
    margin-top: 10px;
}

.our-teams small {
    font-size: 0.805rem;
    color: rgb(55, 70, 90);
}
.video-call-v5 {
        position: relative;
        /* Re-establishing your desired background */
        background-image: url("../images/VIRTUAL-TOUR-1.webp");
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /* Creates space for the parallax effect and the overlapping panel */
        min-height: 70vh;
        padding-bottom: 100px; /* Space at the bottom for the panel to overlap into */
        display: flex;
        align-items: flex-end; /* Aligns the content to the bottom */
    }

    /* Dark overlay for text readability */
    .video-call-v5::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.7));
        z-index: 1;
    }

    /* Container must sit above the overlay */
    .video-call-v5 .container {
        position: relative;
        z-index: 2;
    }

    /* The main content panel */
    .video-call-panel {
        background-color: #18181b; /* A very dark charcoal/off-black */
        padding: 2.5rem;
        border-radius: 0.5rem;
        border-top: 4px solid #0d6efd; /* Blue accent line */
        box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    }

    .video-call-panel h2 {
        color: #ffffff;
        font-weight: 700;
        font-size: 2.2rem;
        line-height: 1.3;
        margin: 0;
    }

    .video-call-panel p {
        color: #a1a1aa; /* A soft grey for the paragraph */
        font-size: 1rem;
        margin: 0.5rem 0 0 0;
        line-height: 1.6;
    }

    /* New Button Design: High-contrast white */
    .video-call-panel a {
        background-color: #ffffff;
        color: #000000;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-size: 0.9rem;
        padding: 14px 28px;
        border-radius: 50px;
        text-decoration: none;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        border: 2px solid #ffffff;
    }

    .video-call-panel a:hover {
        background-color: transparent;
        color: #ffffff;
        transform: scale(1.05);
    }

    /* --- MOBILE RESPONSIVENESS --- */
    @media (max-width: 767px) {
        .video-call-v5 {
            /* Disable parallax on mobile and make the section fit its content */
            background-attachment: scroll;
            min-height: auto;
            padding: 4rem 1rem; /* Symmetrical padding, no extra bottom space */
            align-items: center; /* Center content on mobile */
        }

        .video-call-panel {
            padding: 2rem;
        }

        .video-call-panel .text-md-end {
            text-align: center !important; /* Center the button on mobile */
            margin-top: 1.5rem; /* Add space between text and button when stacked */
        }

        .video-call-panel h2 {
            font-size: 1.8rem;
            text-align: center;
        }

        .video-call-panel p {
            text-align: center;
        }
    }/* --- Main Footer Styles (Largely Unchanged) --- */
footer {
    background-color: rgb(4, 28, 44);
    overflow-x: hidden;
}

.footer-cta-content h2 {
    color: rgb(209, 204, 189);
    font-size: 2.5rem;
    font-weight: bold;
}

.footer-cta-content p {
    color: rgb(255, 255, 255);
    font-size: 1rem;
    margin: 20px 0 30px 0;
}

.footer-form-wrapper {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 2rem;
    border-radius: 8px;
}

.footer-form-wrapper h3 {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5rem;
}

.footer-form-wrapper .form-control {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgb(209, 204, 189, 0.5);
    border-radius: 3px;
    color: #ffffff;
    padding: 0.75rem 1rem;
}

.footer-form-wrapper .form-control::placeholder {
    color: #a1a1aa;
}

.footer-form-wrapper .form-control:focus {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    border-color: rgb(209, 204, 189);
    box-shadow: none;
}

.footer-form-wrapper .btn-submit {
    background: rgb(209, 204, 189);
    color: rgb(0, 0, 0);
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 3px;
    text-decoration: none;
    padding: 12px 40px;
    display: block;
    width: 100%;
    border: none;
    transition: background-color 0.3s ease;
}

.footer-form-wrapper .btn-submit:hover {
    background: rgb(185, 182, 171);
}

footer a.whatsapp {
    background: rgb(69, 166, 9);
    color: rgb(255, 255, 255);
    font-size: 0.9rem;
    font-weight: 400;
    border-radius: 3px;
    padding: 12px 25px 12px 45px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

footer a.whatsapp:hover {
    background: rgb(54, 128, 8);
}

footer a.whatsapp img.whatsapp_icon {
    position: absolute;
    width: 46px;
    left: -13px;
    top: -2px;
}


/* --- NEW & IMPROVED Responsive adjustments --- */
@media (max-width: 991.98px) {
    /* Add space below the form when it stacks on top of the content */
    .footer-form-wrapper {
        margin-bottom: 3rem;
    }

    .footer-cta-content {
        text-align: center; /* Center the text content on mobile */
    }

    /* Remove float so items can be centered */
    .footer-cta-content .float-start {
        float: none !important;
    }
}


 /* --- Unchanged Marquee and Copyright Styles --- */
footer .marquee {
    margin-top: 2rem;
}

footer .copyright {
    background-color: rgb(0, 0, 0);
    padding: 10px 0px;
}

footer .copyright p {
    color: rgb(152, 160, 166);
    font-size: 0.805rem;
    margin: 0px;
    width: 100%;
    text-align: center;
}
.enquiry-main {
    /* position: absolute; */
    /* top: auto; */
    /* right: 0px; */
    /* height: 100%; */
    /* bottom: 159px; */
    margin: 50px 0;
    width: 100%;
    float: left;
}

.enquiry-form {
    background: rgb(4, 28, 44);
    padding: 15px;
}

.enquiry-form input[type="text"],
.enquiry-form input[type="email"],
.enquiry-form select,
.enquiry-form textarea {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    font-size: 0.9375rem;
    height: 2.6875rem;
    width: 100%;
    border-radius: 3px;
    padding: 0.5rem 0.625rem 0.5625rem;
    border: none;
}

::placeholder {
    color: #757575;
}

.enquiry-form .form-group {
    margin-bottom: 15px;
}

.enquiry-form select {
    color: rgb(94, 108, 123);
}

.enquiry-form .btn {
    background: rgb(30, 136, 229);
    color: rgb(255, 255, 255);
    font-size: 1.1146rem;
    font-weight: 400;
    height: 3.125rem;
    width: 100%;
    border-radius: 41px;
}

.enquiry-form .btn:hover {
    background: rgb(21, 101, 192);
    color: rgb(255, 255, 255);
}

.enquiry-form input[type="text"]:focus,
.enquiry-form input[type="email"]:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus {
    outline: none;
}

.enquirymodal .modal-content {
    background-color: rgb(4, 28, 44);
}

.enquirymodal .btn-close {
    color: #fff;
    opacity: 1;
    filter: invert(1);
    -webkit-filter: invert(1);
}

@media (min-width:768px) and (max-width:991.98px) {
    .section-2 button {
        width: 100%;
    }

    .section-5 img {
        height: auto;
    }
}

@media (max-width:767.98px) {
    section {
        padding: 50px 0px;
    }

    .sec-heading {
        margin-bottom: 40px;
    }

    .banner {
        padding-bottom: 50px;
    }

    .banner .banner-content p {
        width: 100%;
        float: left;
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .apartments {
        margin-top: 0;
    }

    .enquiry-main {
        position: static;
    }

    .section-2 button {
        width: 100%;
    }

    .section-3 .content {
        position: static;
        width: 100%;
        height: 100%;
        float: left;
    }

    .section-3 .image img {
        width: 100%;
    }

    .video-call {
        padding-bottom: 50px;
        margin-bottom: 35px;

    }

    .video-call .content {
        width: 100%;
    }

    footer p {
        width: 100%;
    }

    .logo img {
        width: 60px;
    }

    .banner .banner-content h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .banner .banner-content {
        margin-top: 5px;
    }

    .banner .enquiry-main {
        margin-top: 0;
    }
}

.offer-type {
    display: flex;
    border: 1px solid rgb(0 0 0);
    padding: 1rem 1rem 0;
    text-decoration: none;
    position: relative;
}

.offer-type img {
    width: 7rem;
    height: 7rem;
    object-fit: cover;
    -webkit-user-select: none;
    user-select: none;
    filter: brightness(0);
}

.offer-type .content {
    display: flex;
    align-items: start;
    margin-left: 0.7rem;
    width: 100%;
    margin-left: 2rem;
    flex-direction: column;
    /* line-height: 44px; */
}

.offer-type span:first-of-type {
    color: #041c2c;
    text-decoration: none;
}

.offer-type .display-5 {
    padding: 0 0.5rem;
    font-size: 25px;
    color: #041c2c;
    line-height: 35px;
}

.offer-type small {
    padding: 0 0.5rem;
    font-size: 25px;
}

.offer-type .price {
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    right: 0;
    width: max-content;
    margin: auto;
}

.offer-type .price span {
    color: #efeadb;
    width: max-content;
    background-color: #000000;
    text-align: center;
    padding: 0 0.5rem;
}

@media (min-width:992px) and (max-width:1199.98px) {
    .offer-type .display-5 {
        font-size: 24px;
    }
}

@media (max-width:575.98px) {
    .offer-type {
        display: flex;
        border: 1px solid rgb(0 0 0);
        padding: 0;
        text-decoration: none;
        position: relative;
        flex-direction: column;
    }

    .offer-type img {
        width: 7rem;
        height: 7rem;
        object-fit: cover;
        -webkit-user-select: none;
        user-select: none;
        filter: brightness(0);
        margin: 0 auto 10px;
    }

    .offer-type .content {
        display: flex;
        align-items: start;
        /* position: relative; */
        margin-left: 0.7rem;
        width: 100%;
        margin-left: 0;
        flex-direction: column;
        /* line-height: 44px; */
        margin-bottom: 10px;
    }

    .offer-type span:first-of-type {
        color: #041c2c;
        text-decoration: none;
    }

    .offer-type .display-5 {
        padding: 0 0.5rem;
        font-size: 25px;
        color: #041c2c;
        line-height: 35px;
        width: 100%;
        text-align: center;
    }

    .offer-type small {
        padding: 0 0.5rem;
        font-size: 25px;
    }

    .offer-type .price {
        position: static;
        bottom: -0.5rem;
        left: 0;
        right: 0;
        width: 100%;
        margin: auto;
        /* flex-direction: column; */
    }

    .offer-type .price span {
        color: #efeadb;
        width: max-content;
        background-color: #000000;
        text-align: center;
        padding: 5px 0.5rem;
        width: 100%;
        float: left;
        margin-bottom: 3px;
    }

    .offer-type .price span:last-child {
        margin-bottom: 0;
    }

    .section-3:nth-child(1n) .container>div .content .col-sm-4 {
        margin-bottom: 20px !important;
    }

    .demanding-property .content .col-sm-4 {
        display: flex;
        align-items: center;
        background: #000;
        width: 90%;
        margin: auto;
        justify-content: center;
        height: 32px;
        line-height: 32px;
        text-align: center !important;
    }

    .demanding-property .content .col-sm-4>div,
    .demanding-property .content .col-sm-4>p {
        /* width: 100%; */
        margin: 0 5px !important;
        background-color: black !important;
        border: none !important;
        color: #efeadb;
        padding: 0 !important;
        height: 32px;
        line-height: 32px;
        font-weight: normal !important;
        text-align: center !important;
    }

    .section-3.demanding-property .container>div .content .col-sm-4 {
        margin-bottom: 3px !important;
    }

    .demanding-property .content .col-sm-4>div {
        text-align: left;
    }

    .demanding-property .content .col-sm-4>p {
        text-align: right;
    }

    .enquiry-form textarea {
        height: 90px !important;
    }
}


.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #757575 !important;
}

@media only screen and (max-device-width: 1300px) {
    .contact-form-landing.form-row .form-group h3 span {
        font-size: 2rem !important
    }

    .contact-form-landing.form-row .form-group h3 {
        font-size: 2rem !important
    }
}

.contact-form-landing .contact-form-landing {
    padding: 0 1rem;
}

.contact-form-landing.form-row .form-group p {
    color: #ffffff !important;
    position: static !important;
    margin: 0 !important;
    letter-spacing: 0.5px;
    padding: 0;
    /* font: 400 1.8rem/2.8rem "Roboto Condensed", sans-serif; */
    font-weight: 300;
    line-height: 18px;

}

.contact-form-landing.form-row .form-group h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.6rem;
    color: #ffffff;
    margin-bottom: 2rem;
    font-weight: 700;
}

.contact-form-landing .form-control {
    background: #ffffff !important;
    border: none !important;
    font-size: 0.9375rem !important;
    /* color: #757575 !important; */
    border-radius: 3px;
    padding: 10px 15px !important;
    height: 35px;
}

.contact-form-landing .form-group {
    margin-bottom: 14px;
}

.contact-form-landing .form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.contact-form-landing .form-group>label {
    font-size: 1.4rem;
    font-weight: 500;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.contact-form-landing .form-control option {
    color: #757575 !important;
}

.contact-form-landing .countryList {
    position: relative;
    height: 44px;
}

.contact-form-landing .countryList .select2-container--open .select2-dropdown {
    width: 100% !important;
}

.contact-form-landing .code-list {
    width: 6.5rem;
    height: 3.5rem !important;
    border-bottom: none !important;
}

.contact-form-landing .code-input {
    width: calc(100% - 6.5rem) !important;
    display: flex;
}

.contact-form-landing .code-input input {
    padding: 1rem 1.5rem;
    border-radius: 0 3px 3px 0;
}

.contact-form-landing .code-input .other-code {
    width: 6rem;
}

.contact-form-landing .code-input .other-code.active+.form-control {
    width: calc(100% - 6rem);
}

.contact-form-landing .select2-container {
    width: 100% !important;
    /* height: 84px; */
}

.contact-form-landing .select2-container:focus {
    outline: none;
}

.contact-form-landing .select2-container .select2-selection--single {
    height: 100% !important;
}

.contact-form-landing .select2-container--default .select2-selection--single {
    height: auto;
    border: none;
    width: 100%;
    font-size: 1.4rem;
    color: #757575;
    border-radius: 3px 0 0 3px;
}

.contact-form-landing .select2-container--default .select2-selection--single:focus {
    outline: none;
}

.contact-form-landing .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 2.6875rem;
    font-size: 1.4rem;
    color: #757575;
    border-right: 1px solid #80808059;
    line-height: 2.7;
    border-radius: 0.2rem;
    padding-left: 2rem;
}

.contact-form-landing .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    outline: none;
}

.contact-form-landing .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
    top: 0px;
    right: 9px;
}

.contact-form-landing .select2-container--default .select2-selection--single .select2-selection__arrow:focus {
    outline: none;
}

.contact-form-landing .select2-container--open .select2-dropdown {
    width: 250px !important;
    font-size: 1.4rem;
    color: #757575;
}

.contact-form-landing .select2-container--open .select2-dropdown:focus {
    outline: none;
}

.contact-form-landing .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background: url(../images/icons/select-arrow.svg) left top no-repeat;
    width: 10px;
    height: 10px;
    background-size: 100%;
    margin-top: -3px;
}

.contact-form-landing .btn {
    background: #fff;
    border: #fff;
    color: #757575;
    font-weight: 500;
    border-radius: 3px;
    height: 35.6px;
    line-height: 20px;
    text-shadow: none;
    /* font: 400 1.4rem/1.4rem "Roboto Condensed", sans-serif; */
    display: block;
    width: auto;
    letter-spacing: 2.25px;
    margin: 0;
    border-radius: 2px;
}


.contact-form-landing button.btn-white {
    margin-left: 10px;
}

.contact-form-landing button.btn-white {
    margin-left: 10px;
}

.contact-form-landing ::placeholder {
    color: #757575 !important;
    opacity: 1;
}

.contact-form-landing :-ms-input-placeholder {
    color: #757575 !important;
}

.contact-form-landing ::-ms-input-placeholder {
    color: #757575 !important;
}


.contact-form-landing .check-wrapper label {
    display: inline;
}

.contact-form-landing .check-wrapper input {
    margin-right: 5px;
    width: 15px;
    height: 15px;
}

.contact-form-landing .check-wrapper label {
    color: #ffffff !important;
    position: static !important;
    margin: 0 !important;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 15px;
    font-size: 15px;
}

@media only screen and (min-device-width: 1600px) {
    .contact-form-landing.form-row .form-group h3 {
        font-size: 2.1rem;
        margin-bottom: 1rem;
    }

    .contact-form-landing.form-row .form-group p {
        /* font: 400 2rem/3.8rem "Roboto Condensed", sans-serif; */
        font-weight: 300;
    }

    .contact-form-landing .form-group {
        margin-bottom: 15px;
    }

    .contact-form-landing .form-control {
        height: 45px;
    }

    .contact-form-landing .select2-container--default .select2-selection--single .select2-selection__rendered {
        height: 45px;
    }

    .contact-form-landing .code-list {
        height: 45px !important;
    }

    .contact-form-landing .btn {
        font: 400 1.8rem/2rem "Roboto Condensed", sans-serif;
        height: unset;
        padding: 1.2rem 3rem;
    }
}


@media only screen and (max-device-width: 580px) {
    .contact-form-landing .col {
        flex-basis: 100%;
    }
}

@media only screen and (min-device-width: 1600px) {

    .contact-form-landing .select2-container--default .select2-selection--single .select2-selection__rendered {

        line-height: 3.3;

    }

    .contact-form-landing .select2-container--default .select2-selection--single .select2-selection__arrow {

        height: 4.5rem;

    }

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1299px) {
    .contact-form-landing.form-row .form-group h3 {
        font-size: 2rem;
    }

    .contact-form-landing.form-row .form-group h3 span {
        font-size: 26px;
    }

    .contact-form-landing .form-control {
        height: 30px;
        padding: 7px 15px !important;
    }

    .contact-form-landing .form-group {
        margin-bottom: 10px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1299px) {
    .contact-form-landing .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 2.3;
    }

    .contact-form-landing .select2-container .select2-selection--single {
        height: 30px !important;
    }

    /* .contact-form-landing .select2-container--default .select2-selection--single .select2-selection__rendered {
        height: 3rem;
    } */
}

.select2-results__option {
    font-size: 15px;
    color: #757575;
    font-weight: 400;
}

.contact-form-landing .country-alignment .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 1rem;
    font-size: 1.4rem;
    color: #757575;
    /* line-height: 44px; */
}

@media screen and (max-width: 1599px) {
    .contact-form-landing .country-alignment .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 1rem;
        font-size: 0.9375rem;
        color: #757575;
        /* line-height: 35px; */
    }
}

@media screen and (max-width: 1299px) {
    .contact-form-landing .country-alignment .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 2.6875rem;
        background-color: #fff;
    }

    /* .contact-form-landing .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 30px;
        line-height: 68px;
    } */

}

@media screen and (max-width: 992px) {
    /* .contact-form-landing .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-top: 0px;
    } */
}

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

.custom-form-container {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    width: 100%;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.custom-form-container img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}

.custom-form-group {
    margin-bottom: 20px;
}

.custom-input,
.custom-textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.custom-button {
    background-color: #4CAF50;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.custom-button:hover {
    background-color: #45a049;
}

@media screen and (max-width: 768px) {
    .custom-container {
        flex-direction: column;
    }
}



.btn.item-block.float-none {
    display: inline-block;
    width: 192px;
    height: 40px;
    text-align: center;
    line-height: 18px;
    text-decoration: none;
    border: 1px solid #000;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 12px;
}

.btn.item-block.float-none:hover {
    background-color: #ccc;
    /* Adjust the hover background color if needed */
}

.ban_sec {
    width: 100%;
}

.ban_img {
    width: 100%;
    position: relative;
}

.ban_img img {
    width: 100%;
}

.ban_text {
    position: absolute;
    top: 50%;
    left: 6%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ban_text strong {
    font: 800 62.22px/70px "Montserrat", sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.ban_text strong span {
    font: 400 44.44px/52px "Montserrat", sans-serif;
    letter-spacing: 3px;
}

.ban_text p {
    font: 400 25px/30px "Montserrat", sans-serif;
    color: #fff;
    margin: 7px 0 25px;
}

.ban_text a {
    display: inline-block;
    font: 800 19.39px/24px "Montserrat", sans-serif;
    background: #282828;
    border-radius: 26px;
    color: #fff;
    padding: 12px 28px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.ban_text a:hover {
    background: #50af47;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .ban_text p {
        font-size: 21px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ban_text p {
        font-size: 17px;
    }

    .ban_text strong {
        font-size: 50px;
        line-height: 60px;
    }

    .ban_text strong span {
        font-size: 37px;
    }

    .ban_text a {
        font-size: 16px;
        line-height: 19px;
    }
}

@media only screen and (max-width: 991px) {
    .ban_text strong {
        font-size: 35px;
        line-height: 40px;
    }

    .ban_text strong span {
        font-size: 28px;
        line-height: 35px;
        letter-spacing: 2px;
    }

    .ban_text p {
        font-size: 14px;
        line-height: 20px;
    }

    .ban_text a {
        font-size: 13.39px;
        line-height: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .ban_img img {
        min-height: 290px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 575px) {
    .ban_text strong {
        background: rgba(0, 0, 0, 0.8);
        padding: 10px;
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .ban_text strong span {
        font-size: 22px;
        line-height: 31px;
        letter-spacing: 1px;
    }

    .ban_text {
        left: 2%;
    }
}