@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.para-font {
    font-family: "Karla" !important;
}

h2,
h3,
h4,
h5 {
    font-family: "Playfair Display" !important;

}

p,
a,
li {
    font-family: "Karla" !important;
}

label {
    font-family: "Karla" !important;
}

option {
    font-family: "Karla" !important;
}

.form-control, .form-select{
      font-family: "Karla" !important;
}
.enquire-btn {
    background-color: #FE4848;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.enquire-btn:hover {
    background-color: #d64040;
}

.custom-modal {
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    background-color: #fff;
}

.custom-close {
    position: absolute;
    top: -30px;
    right: -20px;
    background: #ffffff !important;
    border-radius: 50% !important;
    border: 2px solid #ccc !important;
    font-size: 40px;
    line-height: 1;
    padding: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3F3A34;

}

.modal-title {
    font-size: 30px;
    font-weight: 600;
    color: #1a1a1a;
}

.subheading {
    font-size: 15px;
    font-weight: 400;
    color: #1a1a1a;
}

.divider {
    border-top: 1px solid;
    width: 60%;
    margin: 0 auto;
}

.flag-box {
    /* background-color: #f0f0f0; */
    border-right: 1px solid #ccc;
    height: 100%;
    border-radius: 6px 0 0 6px;
}

.phone-input-container input.phone-input {
    border-radius: 0 6px 6px 0;
    border-left: none;
    border: none;
}

.phone-input-container {
    border-radius: 6px;
    overflow: hidden;
}

.custom-input {
    border-radius: 6px;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    padding: 10px 12px;
    font-size: 14px;
}

/* .submit-btn {
    background-color: #0066cc;
    color: white !important;
    padding: 10px 28px;
    font-weight: bold;
    border-radius: 6px;
    border: none;
    transition: background 0.3s ease;
}

.submit-btn:hover {
    background-color: #004f99;
} */

.nav .row {
    align-items: stretch;





}


.banner-section {
    width: 100%;
    margin: 0 auto;
}

.owl-carousel .item img {
    /* width: 100%; */
    /* Make images responsive */
    /* height: auto; */
    /* Maintain aspect ratio */
    /* border-radius: 8px; */
    /* Optional: add rounded corners */
}

.owl-nav button {
    background: rgba(0, 0, 0, 0.5);
    /* Background for navigation buttons */
    color: white;
    /* Text color */
}

.owl-nav button:hover {
    background: rgba(0, 0, 0, 0.8);
    /* Darker background on hover */
}

/* banner */
.hero-content {
    position: absolute;
    top: 44%;
    left: 0;
    transform: translateY(-50%);
    max-width: 648px;
    z-index: 2;
    padding-left: 5rem;
}

.hero-invest-text {
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 8px;
}


.hero-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 54px;
    color: white;
    margin-bottom: 24px;
}

.hero-divider {
    width: 60px;
    height: 2px;
    background-color: white;
    margin-bottom: 24px;
}


.hero-options-text {
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 8px;
}

.hero-projects-text {
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: white;
    margin-bottom: 32px;
}

.hero-btn {
    background-color: #FE4848;
    border: none;
    border-radius: 6px;
    padding: 12px 28px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.hero-btn:hover {
    background-color: #e63946;
    transform: translateY(-2px);
}

@media (min-width: 320px) {

    /* banner */
    .hero-content {
        text-align: center;
        position: absolute;
        top: 46%;
        left: 30%;
        transform: translateY(-50%);
        max-width: 648px;
        z-index: 2;
        padding-left: 0rem !important;

    }

    .hero-btn {
        background-color: #FE4848;
        border: none;
        border-radius: 6px;
        padding: 12px 28px;
        font-family: 'Karla', sans-serif;
        font-weight: 600;
        font-size: 10px;
        color: white;
        text-transform: uppercase;
        transition: all 0.3s ease;
    }

    .hero-btn:hover {
        background-color: #e63946;
        transform: translateY(-2px);
    }
}

@media (min-width:576px) {

    .hero-content {
        text-align: center;
        position: absolute;
        top: 46%;
        left: 30%;
        transform: translateY(-50%);
        max-width: 648px;
        z-index: 2;
        padding-left: 0rem !important;

    }

    .hero-btn {
        background-color: #FE4848;
        border: none;
        border-radius: 6px;
        padding: 12px 28px;
        font-family: 'Karla', sans-serif;
        font-weight: 600;
        font-size: 10px;
        color: white;
        text-transform: uppercase;
        transition: all 0.3s ease;
    }

    .hero-btn:hover {
        background-color: #e63946;
        transform: translateY(-2px);
    }
}

@media (min-width:768px) {

    .hero-content {
        text-align: center;
        position: absolute;
        top: 46%;
        left: 30%;
        transform: translateY(-50%);
        max-width: 648px;
        z-index: 2;
        padding-left: 0rem !important;

    }

    .hero-btn {
        background-color: #FE4848;
        border: none;
        border-radius: 6px;
        padding: 12px 28px;
        font-family: 'Karla', sans-serif;
        font-weight: 600;
        font-size: 10px;
        color: white;
        text-transform: uppercase;
        transition: all 0.3s ease;
    }

    .hero-btn:hover {
        background-color: #e63946;
        transform: translateY(-2px);
    }
}

@media (max-width:1024px) {

    .hero-content {
        text-align: center;
        position: absolute;
        top: 70%;
        left: 3%;
        transform: translateY(-50%);
        max-width: 648px;
        z-index: 2;
        padding-left: 0rem !important;

    }

    .hero-btn {
        background-color: #FE4848;
        border: none;
        border-radius: 6px;
        padding: 12px 28px;
        font-family: 'Karla', sans-serif;
        font-weight: 600;
        font-size: 10px;
        color: white;
        text-transform: uppercase;
        transition: all 0.3s ease;
    }

    .hero-btn:hover {
        background-color: #e63946;
        transform: translateY(-2px);
    }
}



/* Projects Section Styling */
.projects-section {
    background-color: #fff8f8;
    padding: 60px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    color: #251C1C;
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}

.section-divider {
    width: 50px;
    height: 3px;
    background-color: #A83031;
    margin: 0 auto 30px auto;
}

.section-description {
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #666;
    margin-bottom: 50px;
}

/* Tab Styling */
.custom-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    border: none;
}

.custom-tab {
    background: none;
    border: 0.5px solid #3F5F50;
    /* box-shadow: 0px 4px 8px rgba(63, 95, 80, 0.3); */
    padding: 10px 24px;
    width: 22%;
    font-family: 'Karla', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #251C1C;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0;
}

.custom-tab.active {
    background-color: #0071BA;
    color: white;
    border-color: #0071BA;
}

.custom-tab:hover {
    border-color: #0071BA;
    color: #0071BA;
}

.custom-tab.active:hover {
    color: white;
}

/* Carousel Wrapper and Container */
.carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
}

.carousel-container {
    flex: 1;
    overflow: hidden;
    margin: 0 20px;
}


/* Navigation Buttons */
.carousel-nav-btn {
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.carousel-nav-btn:hover {
    background: #333;
    color: white;
    /* transform: scale(1.1); */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.carousel-nav-btn:active {
    transform: scale(0.95);
}

.carousel-nav-btn svg {
    pointer-events: none;
}

/* Project Card Styling - Exact match to your design */
.project-card {
    background: white;
    /* border-radius: 15px; */
    overflow: hidden;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    position: relative;
}

.project-card:hover {
    transform: translateY(-5px);
    /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); */
}

.project-image {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: transform 0.3s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.05);
}

/* Status Badge - Top center like your design */
.status-badge {
    /* width: 50%; */
    position: absolute;
    top: 0;
    right: 0;
    /* transform: translateX(-50%); */
    background-color: #28a745;
    color: white;
    padding: 5px 20px;
    border-bottom-left-radius: 15px;
    /* border-bottom-right-radius: 15px; */
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 16px;
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
    min-width: 140px;
    text-align: center;
}

.nav {

    transition: width 0.5s ease-in-out;

}

#header {
    transition: width 0.5s ease-in-out;
    z-index: 1000;
}

.nav.scrolled .logo img {
    width: 105px;
    /* Logo becomes smaller */
    transition: width 0.3s ease-in-out;
}

.nav.scrolled .py-3 {
    padding-top: 0.75rem !important;
    /* Less padding */
    padding-bottom: 0.75rem !important;
}

.logo {
    position: fixed;
    top: 0;
    transition: transform width 0.5s ease-in-out;
}

.btn-primary {
    background-color: #0071BA !important;
    border: #0071BA !important;
    padding: 6px 32px !important;
}

.logo img {
    width: 125px;
    height: auto;
    /* position: absolute; */
    transition: transform width 0.5s ease-in-out;
}

/* Logo positioned exactly like your design */
.project-logo {
    position: absolute;
    bottom: 54%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 140px;
    height: 80px;
    background: white;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); */
    z-index: 2;
}

.project-log {
    position: absolute;
    bottom: 56% !important;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100px;
    height: 60px;
    background: white;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); */
    z-index: 2;
}

.logo-resize {
    max-width: 97px !important;
}

.project-logo img {
    max-width: 125px;
    max-height: 61px;
    object-fit: contain;
}

.project-content {
    padding: 40px 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
}

/* .project-location {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3C4854;
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
} */

.location-icon {
    /* margin-right: 6px; */
    color: #ff4757;
    font-size: 16px;
    /* width: 60px; */
}

.project-divider {
    width: 130px;
    height: 1px;
    background-color: #3c4854;
    margin: 5px auto;
}

.project-config {
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    /* margin: 10px 0; */
}

.project-price {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    color: #666;
    margin: 0 0;
}

.price-amount {
    font-weight: 700;
    color: #333;
    font-size: 16px;
}

.enquire-btn {
    background-color: #ff4757;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 6px;
}

.enquire-btn:hover {
    background-color: #ff3742;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3);
}

/* Plots specific styling */
.plot-card .project-content {
    padding: 30px 20px 20px;
}

.project-unit-size,
.project-dev-size {
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    color: #666;
    /* margin: 5px; */
}

.project-plot-price {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    color: #666;
    /* margin: 8px; */
}

/* Owl Carousel Styling */
/* .owl-carousel {
    width: 100%;
} */

.owl-carousel .owl-item {
    padding: 0;
}

/* Hide default Owl navigation and dots */
.owl-nav {
    display: none !important;
}

.owl-dots {
    display: none !important;
}

/* Tab Content */
.tab-content {
    display: block;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .container {
        padding: 0 15px;
    }

    .section-title {
        font-size: 42px;
    }

    .carousel-nav-btn {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .carousel-container {
        margin: 0 15px;
    }

    .project-card {
        height: 100%;
        margin: 0 8px;
    }

    .project-image {
        height: 180px;
    }

    .project-logo {
        /* width: 115px; */
        /* height: 60px; */
        bottom: 57%;
    }

    .project-log {
        width: 90px;
        height: 55px;
        bottom: 59% !important;
    }

    .project-dev-size {
        font-size: 12px;
    }

    .status-badge {
        font-size: 12px;
        padding: 6px 15px;
        min-width: 120px;
    }

}

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

    .section-title {
        font-size: 32px;
    }

    .section-description {
        font-size: 16px;
        padding: 0 10px;
    }

    .custom-tabs {
        gap: 15px;
        margin-bottom: 40px;
    }

    .custom-tab {
        padding: 12px 25px;
        font-size: 16px;
    }

    .carousel-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .carousel-container {
        margin: 0 10px;
    }

    .project-card {
        height: 100%;
        margin: 0 5px;
    }

    .project-image {
        height: 160px;
    }

    .project-logo {
        /* width: 80px; */
        /* height: 50px; */
        bottom: 62% !important;
    }

    .project-log {
        width: 80px;
        height: 50px;
        bottom: 62% !important;
    }

    .project-logo img {
        max-width: 70px;
        max-height: 45px;
    }

    .project-content {
        padding: 35px 15px 15px;
    }

    .project-config {
        font-size: 16px;
    }

    .status-badge {
        font-size: 12px;
        padding: 6px 15px;
        min-width: 120px;
    }

}

@media (max-width: 576px) {
    .section-title {
        font-size: 28px;
    }

    .section-description {
        font-size: 14px;
    }

    .custom-tabs {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .custom-tab {
        padding: 10px 20px;
        font-size: 14px;
        width: 200px;
    }

    .carousel-nav-btn {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    .carousel-container {
        margin: 0 8px;
    }

    .project-card {
        height: 100%;
        margin: 0 3px;
    }

    .project-image {
        height: 140px;
    }

    .project-logo {
        width: 118px;
        height: 57px;
        bottom: 61%;
    }

    .project-log {
        width: 70px;
        height: 45px;
        bottom: 63% !important;
    }

    .project-logo img {
        max-width: 60px;
        max-height: 40px;
    }

    .project-content {
        padding: 30px 12px 12px;
    }

    /* .project-location {
        font-size: 14px;
        gap: 10px;
    } */

    .project-config {
        font-size: 15px;
    }

    .project-price,
    .project-unit-size,
    .project-dev-size,
    .project-plot-price {
        font-size: 14px;
    }

    .price-amount {
        font-size: 16px;
    }

    .enquire-btn {
        font-size: 12px;
        padding: 10px 20px;
    }

    .status-badge {
        font-size: 11px;
        padding: 5px 12px;
        min-width: 100px;
    }

}

@media (max-width: 320px) {
    .container {
        padding: 0 10px;
    }

    .section-title {
        font-size: 24px;
    }

    .section-description {
        font-size: 13px;
    }

    .carousel-nav-btn {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }

    .carousel-container {
        margin: 0 5px;
    }

    .project-card {
        height: 100%;
        margin: 0 2px;
    }

    .project-image {
        height: 120px;
    }

    .project-logo {
        width: 60px;
        height: 40px;
        bottom: 64%;
    }

    .project-log {
        width: 60px;
        height: 40px;
        bottom: 64% !important;
    }

    .project-logo img {
        max-width: 50px;
        max-height: 26px;
    }

    .project-content {
        padding: 25px 10px 10px;
    }

    .project-location {
        font-size: 12px;
        gap: 10px;
        margin-bottom: 5px;
    }

    .project-divider {
        width: 130px;
        height: 2px;
        background-color: #3c4854;
        margin: 5px auto;
    }

    .project-config {
        font-size: 14px;
    }

    .project-price,
    .project-unit-size,
    .project-dev-size,
    .project-plot-price {
        font-size: 10px;
    }

    .price-amount {
        font-size: 14px;
    }

    .enquire-btn {
        font-size: 11px;
        padding: 8px 15px;
    }

    .status-badge {
        font-size: 10px;
        padding: 4px 10px;
        min-width: 80px;
    }

    .section-divider {
        width: 50px;
        height: 3px;
        background-color: #A83031;
        margin: 0 auto 5px auto;
    }

    .section-description {
        color: #666;
    }
}

/*    threee */

.section-title {
    text-align: center;
}

.section-title h2 {
    font-size: 48px;
    font-weight: 500;
    color: #251C1C;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}

.title-underline {
    width: 50px;
    height: 3px;
    background-color: #A83031 !important;
    margin: 20px auto;
}

.section-subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    color: #3C4854;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
}

/* Services Carousel Container */
.services-carousel-container {
    position: relative;
    max-width: 1200px;
    margin: 50px auto 0;
    /* overflow: hidden; */
}

.services-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0 25px;
}

.services-carousel-content {
    flex: 1;
    overflow: hidden;
    margin: 0 20px;
}

.services-carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.services-carousel-slide {
    min-width: 100%;
    display: flex;
    /* gap: 30px; */
    justify-content: center;
    align-items: stretch;
}
.services-nav-prev {
    left: 0;
}

.services-nav-next {
    right: 0;
}

/* Service Cards */
.service-card {
    background: white;
    overflow: hidden;
    flex: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.service-card:hover {
    transform: translateY(-5px);
}

.card-image {
    /* height: 300px; */
    position: relative;
    overflow: hidden;
    /* background: #f8f9fa; */
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
}

.card-image img {
    /* border-radius: 10px; */
    /* width: 100%; */
    /* height: 100%; */
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card:hover .card-image img {
    transform: scale(1.05);
}

.card-content {
    padding: 30px 25px;
    text-align: center;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 30%; */
}

.card-title {
    font-size: 24px;
    color: #251c1c;
    font-weight: 500;
    line-height: 1.3;
    font-family: 'Karla', sans-serif;
}


/* Responsive Design */
@media (max-width: 1024px) {
    .services-carousel-wrapper {
        margin: 0 15px;
    }

    .services-carousel-content {
        margin: 0 15px;
    }

    .section-title h2 {
        font-size: 42px;
    }

    .service-card {
        margin: 0 8px;
        /* height: 100%; */
        /* max-width: 45%; */
    }

    .card-title {
        font-size: 22px;
    }

    .location-icon {
        margin-left: -13px;
    }
}

@media (max-width: 768px) {

    .section-title h2 {
        font-size: 32px;
    }

    .section-subtitle {
        font-size: 16px;
        line-height: 24px;
        margin: 25px auto;
    }

    .services-carousel-wrapper {
        margin: 0 00px;
    }

    .services-carousel-content {
        margin: 0 10px;
    }

    .services-carousel-slide {
        gap: 20px;
    }

    .service-card {
        margin: 0 5px;
        height: 100%;
        max-width: 60%;
    }

    .card-title {
        font-size: 18px;
    }

}

@media (max-width: 576px) {
    .section-title h2 {
        font-size: 28px;
    }

    .section-subtitle {
        font-size: 14px;
        line-height: 22px;
    }

    .services-carousel-content {
        margin: 0 8px;
    }

    .service-card {
        margin: 0 3px;
        max-width: 80%;
        /* height: 84%; */
    }

    .card-image {
        /* height: 180px; */
    }

    .card-content {
        padding: 18px 12px;
    }

    .card-title {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    /* .why-choose-section {
        padding: 30px 10px;
    } */

    .section-title h2 {
        font-size: 24px;
    }

    .section-subtitle {
        font-size: 13px;
        line-height: 20px;
    }

    .services-carousel-content {
        margin: 0 5px;
    }

    .service-card {
        margin: 0 2px;
        max-width: 80%;
        height: 80%;
    }

    .card-title {
        font-size: 14px;
    }

    .bottom-text {
        font-size: 13px;
        line-height: 20px;
        margin-top: -20px;
    }
}


.section-title h2 {
    font-size: 48px;
    font-weight: 300;
    color: #2c3e50;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.title-underline {
    width: 80px;
    height: 4px;
    background-color: #A83031;
    margin: 20px auto;
}

.section-subtitle {
    text-align: center;
    /* max-width: 900px; */
    /* margin: 0 auto; */
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .section-title h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .section-subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }


}

/* Tablet */
@media (min-width: 769px) and (max-width: 1024px) {

    .section-title h2 {
        font-size: 40px;
    }

}

.section-title {
    text-align: center;
    /* margin-bottom: 60px; */
}

.section-title h2 {
    font-size: 48px;
    font-weight: 300;
    color: #251C1C;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.title-underline {
    width: 80px;
    height: 4px;
    background-color: #A83031;
    margin: 20px auto;
}

.projects-row {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.projects-track {
    display: flex;
    gap: 20px;
    width: fit-content;
}

.projects-track img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.projects-track img:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    z-index: 10;
    position: relative;
}

/* Pause animation on hover */
.projects-row:hover .projects-track {
    animation-play-state: paused;
}

/* Mobile Carousel Controls - Hidden */
.mobile-carousel-controls {
    display: none;
}

.carousel-btn {
    display: none;
}

.carousel-dots {
    display: none;
}

.dot {
    display: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .section-title h2 {
        font-size: 32px;
    }

    .projects-row {
        margin-bottom: 30px;
    }

    .projects-track {
        gap: 15px;
    }

    .projects-track img {
        width: 50%;
        height: 100%;
        flex-shrink: 0;
    }

    /* Hide mobile carousel controls since we're keeping animations */
    .mobile-carousel-controls {
        display: none;
    }
}

/* Tablet adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
    .projects-track img {
        width: 100%;
        height: 100%;
    }

    .section-title h2 {
        font-size: 40px;
    }
}

.enquire-section {
    background: #0071BA;
    padding: 80px 20px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enquire-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.enquire-title {
    color: white;
    font-size: 42px;
    font-weight: 400;
    text-align: left;
    /* margin-bottom: 40px; */
    font-family: 'Georgia', serif;
}

.white-dash {
    border: 2px solid white;
    width: 120px;
    height: 3;
}

.enquire-form-wrapper {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.enquire-form {
    width: 100%;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    /* margin-bottom: 30px; */
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    font-family: 'Arial', sans-serif;
}

.form-group input {
    padding: 15px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #fafafa;
    color: #333;
}

.form-group input:focus {
    outline: none;
    border-color: #1976D2;
    background: white;
    box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.1);
}

.form-group input::placeholder {
    color: #999;
    font-size: 15px;
}

/* Phone Input Special Styling */
.phone-input-wrapper {
    display: flex;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background: #fafafa;
    transition: all 0.3s ease;
}

.phone-input-wrapper:focus-within {
    border-color: #1976D2;
    background: white;
    box-shadow: 0 0 0 3px rgba(25, 118, 210, 0.1);
}

.country-code {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 10px;
    border-right: 2px solid #e0e0e0;
    background: #f5f5f5;
    border-radius: 6px 0 0 6px;
    gap: 8px;
    min-width: 80px;
}

.flag-icon {
    width: 30px;
    height: 30px;
    border-radius: 2px;
}

.country-code span {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.phone-input-wrapper input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 15px 18px;
    font-size: 16px;
    border-radius: 0 6px 6px 0;
}

.phone-input-wrapper input:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.green-bg {
    background-color: #4CB563;
}

.yellow-bg {
    background-color: #F7BC45 !important;
}

.blue-bg {
    background-color: #006CB4 !important;
}

.submit-btn {
    border: 1px solid #181F57;
    background-color: #181F57;
    color: white;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .enquire-section {
        padding: 50px 15px;
    }

    .enquire-title {
        font-size: 36px;
        text-align: center;
        /* margin-bottom: 30px; */
    }

    .enquire-form-wrapper {
        padding: 30px 20px;
        border-radius: 15px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 25px;
    }

    .form-group input {
        padding: 12px 15px;
        font-size: 15px;
        width: 100%;
    }

    .country-code {
        padding: 12px 12px 12px 15px;
        min-width: 70px;
    }

    .phone-input-wrapper input {
        padding: 12px 15px;
        font-size: 15px;
    }

    /* .submit-btn {
        width: 20%;
        padding: 15px;
        font-size: 15px;
    } */
}

/* Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
    .enquire-title {
        font-size: 42px;
    }

    .form-row {
        gap: 25px;
    }

    .enquire-form-wrapper {
        padding: 35px;
    }

}

/* Form validation styles */
.form-group input:invalid:not(:placeholder-shown) {
    border-color: #f44336;
}

.form-group input:valid {
    border-color: #4CAF50;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


.company-name {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.tagline {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
}

/* Company Information */


.location-icon {
    flex-shrink: 0;
    width: 50px !important;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    margin-top: 5px;
}

.company-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.company-address {
    color: #3f3a34;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.copyright-text {
    color: white;
    font-size: 24px;
    margin: 0;
    font-weight: 600;
    font-family: karla, sans-serif;
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .company-title {
        font-size: 18px;
    }
    .location-icon {
        margin-top: 0;
        width: 15px !important;
    }

    .copyright-text {
        font-size: 14px;
        line-height: 1.5;
    }
}