.top-contact{
display:flex;
align-items:center;
gap:20px;
flex-wrap:wrap;
}

.top-contact p{
display:flex;
align-items:center;
gap:8px;
    color: #888888;
    line-height: 1.8;
}

.top-contact a{
text-decoration:none;
color:#888888;
font-size:14px;
}
.top-contact a:hover {
    color: #c9a961;
}
.top-contact i{
color:#fff;
font-size:14px;
}

.floating-call{
position:fixed;
bottom:150px;
right:35px;
width:42px;
height:42px;
background:#25D366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:22px;
text-decoration:none;
z-index:9999;
box-shadow:0 4px 10px rgba(0,0,0,0.3);
transition:0.3s;
}

.floating-call:hover{
transform:scale(1.1);
background:#1ebe5d;
}
.whatsapp-float{
bottom:90px;}
.lang-switch {
    margin-top:-45px;
}
.enquiry-section{
    background: url(assets/images/contact-us.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 180px 0 80px;
    text-align: center;
}
.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
button.enn {
    width: 30%;
   
}
.newsletter {
    width: 100%;
    display: inline-block;
    margin: 50px 0px;
    background: #c9a961;
    border-radius: 50px;
}
.newsletter .one-third {
    width: 400px;
    display: inline-block!important;
    vertical-align: top;
    margin: 20px 0px 24px 60px;
}
.newsletter .one-third2 {
    width: 400px;
    margin: 25px 0px 24px 38px;
}
.newsletter .one-third3 {
    width: 200px;
    display: inline-block!important;
    vertical-align: top;
    margin: 35px 0px 24px 30px;
}
.btn-luxury-outline {
    background: transparent;
    color: var(--pure-white);
    padding: 15px 40px;
    border: 2px solid var(--primary-gold);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: var(--transition-smooth);
    display: inline-block;
}

/* Banner Container */
.service-contract-banner {
    background-color: #33302E; /* Dark grey background from image */
    padding: 40px 60px;
    display: flex;
    justify-content: space-between;
   border-radius: 50px;
}

/* Heading Style */
.banner-content h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    letter-spacing: 1px;
}

/* Button Container */
.banner-action {
    flex-shrink: 0;
}

/* Quote Button Style */
.quote-button {
    background-color: #c9a961; /* Orange color from image */
    color: #ffffff;
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease;
}

.quote-button:hover {
    background-color: #fff;
    color: #c9a961;
}
@media (max-width: 768px) {
    .floating-call {
   
    bottom: 70px;
    right: 25px;}
    .language-bar .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 15px;
    }

    /* Hide the email address on mobile to keep it clean */
    .top-contact p:nth-child(2) {
        display: none;
    }

    /* Keep phone and language on one line */
    .top-contact, .lang-switch {
        display: flex;
        align-items: center;
    }

    .top-contact p {
        margin-bottom: 0; /* Remove default paragraph spacing */
        font-size: 13px;  /* Slightly smaller for mobile screens */
    }

    /* Smaller language buttons for mobile */
    .lang-btn {
        padding: 2px 8px;
        font-size: 12px;
    }
    .service-contract-banner {
        display: flex;
        flex-direction: column; /* Stack elements vertically */
        align-items: center;    /* Center the button */
        text-align: center;     /* Center the text */
        padding: 30px 20px;     /* Give it more breathing room */
        border-radius: 20px;    /* Smooth the corners */
    }

    .service-contract-banner h2 {
        font-size: 24px;        /* Reduce font size slightly for small screens */
        line-height: 1.2;
        margin-bottom: 20px;    /* Space between text and button */
        width: 100%;            /* Ensure text doesn't overflow */
    }

    .banner-action {
        width: 100%;            /* Button container takes full width */
    }

    .btn-luxury-primary {
        display: inline-block;
        width: auto;            /* Let button width fit the text */
        padding: 12px 25px;     /* Comfortable tapping size */
        margin: 0 auto;
    }
}
.newsletter .one-third3 {
    width: 200px;
    display: inline-block !important;
    vertical-align: top;
    margin: 40px 0px 21px 18px !important;
}

.lead-form input, .lead-form select, .lead-form textarea {
    width: 100%;
    padding: 16px 20px;
    border: none !important;
    border-radius: 0px !important;
    font-size: 15px;
    font-family: var(--font-secondary);
    background: linear-gradient(135deg, var(--pure-white) 0%, rgba(249, 249, 249, 0.8) 100%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    color: var(--deep-black);
    /* margin-bottom: 7px; */
}
