:root {
    --primary-color: #0051ac;
    --secondary-color: #0ea3ff;
    --dark-color: #333366;
    --tertiary-color: #ffffff;
    --primary-font: "Barlow Semi Condensed", sans-serif;
    --secondary-font: "Inter", sans-serif;
}

/* ===================================== */
body {
    font-family: var(--primary-font);
}

.text-justify {
    text-align: justify;
}

/* ===================================== */
.header-title {
    font-family: var(--primary-font);
    font-weight: 600;
    color: var(--primary-color);
}

.header-subtitle {
    font-family: var(--secondary-font);
    font-weight: 500;
    color: var(--secondary-color);
}

/* ======================================= */
.hero img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

.hero .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
     background: rgba(0, 0, 0, 0.5); 
    /* translucent background */
    padding: 30px 40px;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25); */
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    animation: fadeInUp 1s ease-in-out;
}

.hero .carousel-caption h4 {
    font-weight: 700;
    font-size: 44px;
    color: var(--tertiary-color);
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero .carousel-caption h3 {
    font-weight: 600;
    font-size: 28px;
    color: var(--tertiary-color);
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero .carousel-caption .btn {
    padding: 12px 28px;
    font-size: 16px;
    border-radius: 8px;
    font-weight: 500;
    transition: background 0.3s ease, transform 0.2s;
}

.hero .carousel-caption .btn:hover {
    transform: translateY(-3px);
    background-color: var(--primary-color-hover);
    /* optional */
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(-50%);
    }
}

/* Responsive Tweaks */
@media (max-width: 768px) {
    .hero .carousel-caption {
        padding: 20px 25px;
        width: 95%;
        left:2%;
    }

    .hero .carousel-caption h4 {
        font-size: 30px;
    }

    .hero .carousel-caption h3 {
        font-size: 20px;
    }
}

/* ======================================== */
.head-title h2 {
    color: black;
    font-weight: 600;
    font-size: 35px;
}

.head-title span {
    /* color: var(--primary-color); */
    color: #009966;
    font-weight: 600;
    font-size: 40px;
}

@media screen and (max-width: 768px) {
    .head-title h2 {
        font-size: 25px;
    }

    .head-title span {
        font-size: 30px;
    }
}

/* ========================================= */
.about-section {
    background-color: #e9f0ff;
}

/* ========================================= */
.about-section img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center center;
    border-radius: 100% / 100%;
    /* ✅ Horizontal oval shape */
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
        0px 6px 10px 0px rgba(0, 0, 0, 0.14),
        0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    border: 10px solid var(--tertiary-color);
}

/* ============================================ */
.why-choose .card-1 {
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
        0px 6px 10px 0px rgba(0, 0, 0, 0.14),
        0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    background: var(--dark-color);
    color: var(--tertiary-color);
    height: 100%;
}

.why-choose .card-1:hover {
    background: var(--tertiary-color);
    color: var(--dark-color);
}

.why-choose .card-1 i {
    font-size: 40px;
}

.why-choose .card-2 {
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
        0px 6px 10px 0px rgba(0, 0, 0, 0.14),
        0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    background: #009966;
    color: var(--tertiary-color);
    height: 100%;
}

.why-choose .card-2:hover {
    background: var(--tertiary-color);
    color: var(--dark-color);
}

.why-choose .card-2 i {
    font-size: 40px;
}

/* =========================================== */
.amenities {
    background: linear-gradient(to bottom, #0051ac, #0ea3ff);
    color: var(--tertiary-color);
}

.amenities img {
    border-radius: 50%;
    border: 10px solid black;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
        0px 6px 10px 0px rgba(0, 0, 0, 0.14),
        0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    transition: all 0.7s ease-in-out;
}

.amenities img:hover {
    border: 10px solid var(--tertiary-color);
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
        0px 6px 10px 0px rgba(0, 0, 0, 0.14),
        0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    transition: all 0.7s ease-in-out;
}

/* ===================================================== */
.ideal-services .card {
    border: none;
    transition: all 0.7s ease-in-out;
}

.ideal-services .card:hover {
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
        0px 6px 10px 0px rgba(0, 0, 0, 0.14),
        0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    transition: all 0.7s ease-in-out;
}

/* ===================================================== */
.get-enquiry {
    background-color: var(--primary-color);
    color: var(--tertiary-color);
}

/* ===================================================== */
.title {
    color: var(--primary-color);
    font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 20px;
}

/* ===================================================== */
.btn {
    border-radius: 0px;
    font-weight: 500;
    padding: 10px 20px;
    color: var(--tertiary-color);
    border: 1px solid var(--primary-color);
    transition: all 0.7s ease-in-out;
    background: var(--dark-color);
}

.btn:hover {
    background: var(--primary-color);
    color: var(--tertiary-color);
    transition: all 0.7s ease-in-out;
    border: 1px solid var(--tertiary-color);
}