::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


body {
    overflow-x: hidden !important;
}

.row {
    overflow-x: hidden !important;
}

.video-background {
    overflow-x: hidden !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    z-index: -2;


}

@media (max-width: 768px) {

    /* Adjust the max-width value as needed */
    .video-background {
        display: none
    }
}

/* Overlay effect */
.video-overlay {
    overflow-x: hidden !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* Black with transparency */
    z-index: -1;
    /* Move between video and content */
}

/* Ensure text and form are over the video */
.content-wrapper {
    position: relative;
    z-index: 1;
    margin-top: 60px;
    /* Offset for the navbar */
    padding: 0 15px;
    /* Padding on left and right */
}


 
@media (min-width: 1024px) {

    .content {
        overflow-x: hidden !important;
        height: calc(100vh - 140px);
        /* Reduce height by navbar size */
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 115px;

    }

}

.form-container {


    background: rgba(255, 255, 255, 0.9);
    /* Slightly more opaque */
    padding: 30px;
    /* Increased padding */
    border-radius: 10px;
    max-width: 400px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    /* Added shadow for depth */
    margin-left: 10px;
    /* Reduced margin from left */
    margin-right: 10px;
    /* Reduced margin from right */
}

/* Text on the left */
.text-container {
    color: white;
    padding-right: 15px;
    /* Reduced padding from the right */
    max-width: 600px;
    /* Max width for text container */
    margin-left: 10px;
    /* Reduced margin from left */
}

/* Hide YouTube video controls */
iframe {
    pointer-events: none;
}

/* Adjust navbar background for better readability */
.navbar {
    background-color: black;
    padding: 15px 0;
    /* Increased navbar height */
}

.navbar-brand,
.nav-link {
    color: white !important;
    padding: 10px 15px !important;
    ;
    /* Added padding for navbar links */
}

.nav-link {
    margin-right: 15px !important;
    ;
    ;
    font-size: 18px;
}



.benefit-section {
    padding: 50px 0;
    text-align: center;
    background-color: black;
    color: white; 
}

.benefit-item {
    padding: 20px;
}

.benefit-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.highlight {
    background-color: black;
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
    font-weight: bold;
    border-radius: 5px;
}


ul li {
    color: white;
    font-size: 18px !important;
}

body {
    background-color: #111;

}

.property-card {
    background-color: white;
    color: black;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    min-height: 350px;
    /* Adjusted for a smaller height */
}

.property-image {
    position: relative;
}

.property-image img {
    width: 100%;
    height: 190px;
    /* Smaller image height */
    object-fit: cover;
}

.badge {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: red;
    color: white;
    padding: 2px 6px;
    font-size: 0.75rem;
    /* Smaller badge text */
    border-radius: 5px;
}

.property-details {
    padding: 10px;
    /* Reduced padding */
}

.property-info {
    margin: 8px 0;
    font-size: 0.75rem;
    /* Smaller font for details */
}

.property-info span {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 3px 6px;
    font-size: 0.7rem;
    /* Smaller font size */
    border-radius: 5px;
    margin-right: 5px;
}

.btn-download {
    background-color: black;
    color: white;
    border: none;
    padding: 5px 10px;
    /* Reduced button padding */
    border-radius: 5px;
    font-size: 0.75rem;
    /* Smaller button text */
}

.btn-download:hover {
    background-color: #555;
}

.property-details h5 {
    font-size: 1rem;
    /* Reduced title size */
}

.property-details p {
    font-size: 0.75rem;
    /* Reduced paragraph text size */
    margin-bottom: 5px;
    /* Reduced margin between paragraphs */
}



.custom-section {
    padding: 40px 20px;
}

.custom-section h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: white
}

.custom-section ul {
    list-style-type: none;
    padding-left: 0;
}

.custom-section ul li {
    margin: 10px 0;
    font-size: 1.2rem;
}

.image-container img {
    width: 620px;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    float: right;
}




.why-invest-section {
    padding: 60px 20px;
    text-align: center;
}

.why-invest-section h2 {
    color: #ffc107;
    margin-bottom: 30px;
    font-size: 2rem;
    text-transform: uppercase;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 3rem;
    color: white;
}

.feature-box {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.feature-box h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.feature-box p {
    font-size: 1rem;
    margin: 0;
}




.container.gallery-container {
    background-color: black;
    color: #35373a;
    min-height: 80vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 10px;
}

/* Override bootstrap column paddings */
.tz-gallery .row>div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}



@media(max-width: 768px) {

    .hogrr {
        margin-top: 52px
    }

    .sasa {

        margin-top: 22px;
    }

    .benefit-section1 {
        margin-top: 22px;
    }

    .benefit-section1 h2 {
        margin-bottom: 42px;

    }

    .benefit-section11 {
        background-color: rgb(24, 23, 23);
    }

    .dsds {
        margin-top: 1vh;
    }


    body {
        padding: 0;
    }
}



h3 {
    color: #ffc107;
}




@media (min-width: 768px) {
   .col-md-4 {
       flex: 0 0 auto;
       width: 43.33333333%!important;
   }


   .image-container img {
     
     margin-bottom: 32px;
   }


}




.footer {
    padding: 50px 0;
    /* Adjust padding values as needed */
    background-color: #000;
    color: #fff;
    margin-top: 122px !important;
}




.footer a {
    color: inherit;
}




@media (max-width: 768px) {

   .unique-overlay {

       width: 100%;
   }

    .footer {
        padding: 10px;
    }




}


.iti {

    display: block !important;
}

.unique-video-section {
    position: relative;
    text-align: center;
}

.unique-video-container {
    position: relative;
    max-width: 800px;
    /* Set maximum width for the video */
    margin: auto;
    /* Center the video container */
}

.unique-video-container video {
    width: 100%;
    /* Make video responsive */
    height: auto;
    /* Maintain aspect ratio */
}

.unique-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Center the text */
    color: white;
    /* Text color */
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    /* Semi-transparent background */
    padding: 20px;
    /* Padding around text */
    border-radius: 10px;
    /* Rounded corners */
}


.iti__country-list {
   background-color: rgb(2, 2, 2) !important; /* Set background color to black */
   color: rgb(0, 0, 0) !important; /* Set text color to white */
   overflow-x: hidden!important;
}

/* Optionally style the hovered item */
.iti__country:hover {
   background-color: #333 !important; /* Darker shade for hovered country */
   overflow-x: hidden!important;
}

/* Style the selected flag dropdown area */
.iti__selected-flag {
   background-color: rgb(236, 236, 236) !important; /* Background for the selected flag dropdown */
   color: rgb(0, 0, 0) !important;
   overflow-x: hidden!important;
}