.cookie-policy {
    padding: .9375rem 1.375rem 1.875rem;
    background: #4a4a4a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0px;
    /*-webkit-animation: d .5s forwards;
    -webkit-animation-delay: 2s;
    animation: d .5s forwards;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;*/
    z-index: 1000;
}

.cookie-policy p {
    color: #FFF;
}

.cookie-policy__wrapper {
    margin-right: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

button.cta__primary {
    width: 100px;
    display: block;
}

.cookie-policy__link {
    color: #ffc108;
}

.cookie-policy__link:hover {
    color: #28a745;
}

@media (min-width: 768px) {
    .cookie-policy {
        padding: 1.25rem 1.375rem;
    }

    .cookie-policy__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 83.3333333333%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    .cookie-policy__wrapper {
        width: 66.6666666667%;
    }
}

/* Dropdown menu styling for Villages */
.main-menu .navbar-collapse>ul>li.dropdown>ul {
    position: absolute;
    top: 76% !important;
    left: 0;
    width: 222px;
    background: #191919;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu .navbar-collapse>ul>li.dropdown:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.main-menu .navbar-collapse>ul>li.dropdown>ul>li {
    position: relative;
    overflow: hidden;
    line-height: 36px;
    border-bottom: 1px solid #2A2A2A;
}

.main-menu .navbar-collapse>ul>li.dropdown>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navbar-collapse>ul>li.dropdown>ul>li>a {
    color: #828282;
    display: block;
    text-align: left;
    padding: 10px 20px 10px 38px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .3s ease;
    text-decoration: none;
}

.main-menu .navbar-collapse>ul>li.dropdown>ul>li>a:hover {
    color: #76103f;
    background: #1C1C1C;
}

/* Dropdown arrow styling */
.main-menu .navbar-collapse>ul>li.dropdown>a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    color: #2A2A2A;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.main-menu .navbar-collapse>ul>li.dropdown:hover>a:after {
    color: #76103f;
    transform: rotate(180deg);
}

/* Hidden bar dropdown styling */
.hidden-bar .main-menu ul li.dropdown ul {
    display: none;
    background: #161616;
    padding-left: 20px;
}

.hidden-bar .main-menu ul li.dropdown ul li a {
    background: #161616;
    padding: 8px 15px;
    font-size: 12px;
    border-top: 1px solid #2B2B2B;
    border-bottom: 1px solid #1A1A1A;
}

.hidden-bar .main-menu ul li.dropdown ul li a:hover {
    background: #1C1C1C;
    color: #76103f;
}

/* Mobile responsive dropdown */
@media (max-width: 768px) {
    .main-menu .navbar-collapse>ul>li.dropdown>ul {
        position: static;
        width: 100%;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        background: #161616;
        margin-top: 0;
    }

    .main-menu .navbar-collapse>ul>li.dropdown>ul>li>a {
        padding: 8px 30px;
        font-size: 12px;
    }
}

/* Village page styling */
#page-title .village-subtitle {
    color: #76103f;
    font-size: 16px;
    font-style: italic;
    margin-top: 10px;
    font-weight: normal;
}

#page-title h2 {
    margin-bottom: 0;
}

/* Village-specific styling */
.village-header {
    margin-bottom: 40px;
    padding: 30px 20px;
    background: rgba(118, 16, 63, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(118, 16, 63, 0.2);
}

.village-description {
    font-size: 16px;
    color: #666;
    font-style: italic;
    margin: 15px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.village-location {
    color: #76103f;
    font-weight: 600;
    margin-bottom: 20px;
}

.village-location i {
    margin-right: 8px;
}

.village-features {
    margin-top: 30px;
}

.village-features h4 {
    color: #2A2A2A;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.features-list li {
    background: rgba(118, 16, 63, 0.1);
    border: 1px solid rgba(118, 16, 63, 0.3);
    padding: 8px 15px;
    border-radius: 20px;
    color: #2A2A2A;
    font-weight: 600;
    font-size: 14px;
}

.features-list li i {
    color: #76103f;
    margin-right: 8px;
}

/* Village Badge */
.village-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #76103f, #D4941B);
    color: #fff;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(118, 16, 63, 0.3);
    z-index: 10;
}

/* Villages Selection View */
.villages-selection {
    margin-top: 30px;
}

.village-card {
    background: #fff;
    border: 2px solid rgba(118, 16, 63, 0.2);
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    height: 100%;
}

.village-card:hover {
    border-color: #76103f;
    box-shadow: 0 8px 25px rgba(118, 16, 63, 0.15);
    transform: translateY(-5px);
}

.village-card h3 {
    color: #2A2A2A;
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.village-card .description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.village-card .location {
    color: #76103f;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 14px;
}

.villa-summary {
    margin: 20px 0;
    padding: 20px;
    background: rgba(118, 16, 63, 0.05);
    border-radius: 8px;
}

.villa-summary h4 {
    color: #2A2A2A;
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.models-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
}

.model-item {
    text-align: center;
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(118, 16, 63, 0.2);
    border-radius: 6px;
}

.model-item strong {
    display: block;
    color: #2A2A2A;
    font-size: 14px;
    margin-bottom: 5px;
}

.model-item span {
    color: #666;
    font-size: 12px;
}

.village-actions {
    margin-top: 25px;
    text-align: center;
}

.btn-explore {
    display: inline-block;
    background: linear-gradient(135deg, #76103f, #761132);
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-explore:hover {
    background: linear-gradient(135deg, #5e0d33, #76103f);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(118, 16, 63, 0.3);
    color: #fff;
    text-decoration: none;
}

.btn-explore i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.btn-explore:hover i {
    transform: translateX(3px);
}

/* Village Services Styling */
.village-services {
    margin-top: 30px;
    padding: 25px;
    background: rgba(42, 42, 42, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(42, 42, 42, 0.1);
}

.village-services h4 {
    color: #2A2A2A;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    justify-content: center;
}

.services-list li {
    background: #fff;
    border: 2px solid rgba(118, 16, 63, 0.2);
    padding: 12px 20px;
    border-radius: 8px;
    color: #2A2A2A;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.services-list li:hover {
    border-color: #76103f;
    background: rgba(118, 16, 63, 0.05);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(118, 16, 63, 0.15);
}

.services-list li i {
    color: #76103f;
    margin-right: 10px;
    font-size: 16px;
}

/* Services Preview in Village Cards */
.village-services-preview {
    margin: 20px 0;
    padding: 20px;
    background: rgba(42, 42, 42, 0.03);
    border-radius: 8px;
    border: 1px solid rgba(42, 42, 42, 0.08);
}

.village-services-preview h4 {
    color: #2A2A2A;
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

.services-preview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.service-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid rgba(118, 16, 63, 0.2);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.service-item:hover {
    border-color: #76103f;
    background: rgba(118, 16, 63, 0.05);
}

.service-item i {
    color: #76103f;
    margin-right: 6px;
    font-size: 12px;
    flex-shrink: 0;
}

.service-item span {
    color: #2A2A2A;
    line-height: 1.2;
}

/* Privacy Policy & Terms Styling */
.privacy-policy-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.6;
    color: #333;
}

.privacy-policy-content h1 {
    color: #2A2A2A;
    font-size: 32px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.privacy-policy-content h2 {
    color: #76103f;
    font-size: 24px;
    margin-bottom: 8px;
    text-align: center;
    font-weight: 600;
}

.privacy-policy-content h3 {
    color: #2A2A2A;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid #76103f;
    padding-bottom: 5px;
}

.privacy-policy-content h3:first-of-type {
    margin-top: 20px;
}

.privacy-policy-content h4 {
    color: #2A2A2A;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 12px;
    font-weight: 600;
}

.privacy-policy-content p {
    margin-bottom: 15px;
    text-align: justify;
    font-size: 15px;
    line-height: 1.7;
}

.privacy-policy-content p:first-of-type {
    font-size: 16px;
    background: rgba(118, 16, 63, 0.1);
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #76103f;
    font-weight: 500;
}

.privacy-policy-content ul {
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none;
}

.privacy-policy-content ul li {
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    line-height: 1.6;
}

.privacy-policy-content ul li:before {
    content: "▸";
    color: #76103f;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.privacy-policy-content ul ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.privacy-policy-content ul ul li {
    font-size: 14px;
    margin-bottom: 6px;
}

.privacy-policy-content ul ul li:before {
    content: "•";
    font-size: 16px;
}

.privacy-policy-content strong {
    color: #2A2A2A;
    font-weight: 600;
}

.privacy-policy-content a {
    color: #76103f;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.privacy-policy-content a:hover {
    color: #5e0d33;
    text-decoration: underline;
}

/* Section dividers */
.privacy-policy-content>h3 {
    position: relative;
    margin-top: 40px;
    padding-top: 20px;
}

.privacy-policy-content>h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #76103f, transparent);
}

/* Contact section highlighting */
.privacy-policy-content h3:last-of-type {
    background: rgba(118, 16, 63, 0.1);
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid rgba(118, 16, 63, 0.3);
}

.privacy-policy-content h3:last-of-type+p {
    text-align: center;
    font-weight: 500;
}

.privacy-policy-content h3:last-of-type+p+p {
    text-align: center;
    font-size: 16px;
    background: rgba(42, 42, 42, 0.05);
    padding: 12px;
    border-radius: 6px;
    margin-top: 10px;
}

/* Location Map Section Styling */
.map-locations-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.map-locations-section .section-title {
    margin-bottom: 40px;
}

.map-locations-section .section-title p {
    color: #666;
    font-size: 16px;
    margin-top: 15px;
}

/* Location Tabs Styling */
.location-tabs {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.location-tabs .nav-tabs {
    border: none;
    background: #2A2A2A;
    margin: 0;
    display: flex;
}

.location-tabs .nav-tabs>li {
    flex: 1;
    margin: 0;
}

.location-tabs .nav-tabs>li>a {
    background: #2A2A2A;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 20px 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin: 0;
    border-right: 1px solid #404040;
}

.location-tabs .nav-tabs>li:last-child>a {
    border-right: none;
}

.location-tabs .nav-tabs>li>a:hover,
.location-tabs .nav-tabs>li>a:focus {
    background: #76103f;
    color: #fff;
    border: none;
}

.location-tabs .nav-tabs>li.active>a,
.location-tabs .nav-tabs>li.active>a:hover,
.location-tabs .nav-tabs>li.active>a:focus {
    background: #76103f;
    color: #fff;
    border: none;
}

.location-tabs .nav-tabs>li>a i {
    margin-right: 8px;
    font-size: 18px;
}

/* Tab Content Styling */
.location-tabs .tab-content {
    background: #fff;
    padding: 0;
}

.location-tabs .tab-pane {
    padding: 40px;
}

/* Location Info Styling */
.location-info .location-details {
    padding-right: 30px;
}

.location-info h3 {
    color: #2A2A2A;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.location-address {
    margin-bottom: 25px;
    padding: 20px;
    background: rgba(118, 16, 63, 0.05);
    border-radius: 8px;
    border-left: 4px solid #76103f;
}

.location-address p {
    margin-bottom: 10px;
    color: #2A2A2A;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
}

.location-address p:last-child {
    margin-bottom: 0;
}

.location-address p i {
    color: #76103f;
    margin-right: 10px;
    margin-top: 2px;
    flex-shrink: 0;
    width: 16px;
}

.location-features h4 {
    color: #2A2A2A;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.location-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.location-features ul li {
    margin-bottom: 8px;
    color: #2A2A2A;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.location-features ul li i {
    color: #76103f;
    margin-right: 10px;
    font-size: 14px;
    flex-shrink: 0;
}

/* Map Container Styling */
.map-container {
    position: relative;
}

.map-container .google-map {
    position: relative;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.map-container .google-map iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .location-tabs .tab-pane {
        padding: 30px 20px;
    }

    .location-info .location-details {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .map-container .google-map {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .map-locations-section {
        padding: 40px 0;
    }

    .location-tabs .nav-tabs {
        flex-direction: column;
    }

    .location-tabs .nav-tabs>li>a {
        padding: 15px 20px;
        font-size: 14px;
        border-right: none;
        border-bottom: 1px solid #404040;
    }

    .location-tabs .nav-tabs>li:last-child>a {
        border-bottom: none;
    }

    .location-tabs .tab-pane {
        padding: 20px 15px;
    }

    .location-info h3 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    .location-address {
        padding: 15px;
        margin-bottom: 20px;
    }

    .location-address p {
        font-size: 14px;
    }

    .location-features h4 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 15px;
    }

    .location-features ul li {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .map-container .google-map {
        height: 300px;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .location-tabs .nav-tabs>li>a {
        padding: 12px 15px;
        font-size: 13px;
    }

    .location-tabs .nav-tabs>li>a i {
        font-size: 16px;
        margin-right: 6px;
    }

    .location-info h3 {
        font-size: 18px;
    }

    .location-address p {
        font-size: 13px;
    }

    .location-features ul li {
        font-size: 13px;
    }

    .map-container .google-map {
        height: 250px;
    }
}

/* Animation for tab switching */
.location-tabs .tab-pane {
    transition: opacity 0.3s ease-in-out;
}

.location-tabs .tab-pane.fade {
    opacity: 0;
}

.location-tabs .tab-pane.fade.in {
    opacity: 1;
}

/* Contact Form Styling */
.contact-form-wrap {
    position: relative;
}

.contact-form-wrap #success,
.contact-form-wrap #error {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
    font-weight: 500;
}

.contact-form-wrap #success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.contact-form-wrap #error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.contact-form-wrap .alert strong {
    font-weight: 700;
}

/* Form validation styling */
.contact-form .error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.contact-form input.error,
.contact-form textarea.error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.contact-form input.valid,
.contact-form textarea.valid {
    border-color: #28a745 !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* Button loading state */
.contact-form button[type="submit"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Checkbox styling */
.contact-form table {
    width: 100%;
    margin: 15px 0;
}

.contact-form table td {
    vertical-align: top;
    padding: 5px;
}

.contact-form #IAgree-error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}

.main-menu .navbar-collapse>ul>li>ul>li:before {
    top: 10px;
}