:root {
    --primary-color: #0387cf;
    --secondary-color: #fdb400;
    --primary-color-2: #2f7d32;
    --secondary-color-2: #d52e2b;
    --tertiary-color: #fff;
}


.hero {
    position: relative;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    height: 90vh;
    min-height: 500px;
    overflow: hidden;
}

.carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 5s ease;
}

.carousel-item.active img {
    transform: scale(1.1);
}

.carousel-caption {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    max-width: 700px;
    padding: 20px 0;
    margin: 0 auto;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .carousel-caption {
        padding: 10px 0;
        width: 70%;
    }
}

.carousel-caption h1 {
    font-size: 3rem;
    font-weight: 700;
}

.carousel-caption p {
    font-size: 1.2rem;
    margin: 15px 0;
}

.carousel-caption .btn {
    padding: 10px 25px;
    margin: 5px;
    font-weight: 600;
}

/* Overlay */
.carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

@media (max-width: 768px) {
    .carousel-caption h1 {
        font-size: 25px;
    }

    .carousel-caption p {
        font-size: 18px;
    }

    .carousel-caption {
        background-color: unset;
    }
}

/* ============================================= */


.head-title h2 {
    font-weight: 700;
    font-size: 2.8rem;
    color: var(--primary-color, #007bff);
    position: relative;
    display: inline-block;
}

.head-title h2 span {
    color: #333;
    font-weight: 700;
}

.underline {
    width: 130px;
    height: 5px;
    color: var(--primary-color-2);
    background-color: var(--primary-color-2);
    border-radius: 5px;
}

.head-title .subtitle {
    font-size: 1.1rem;
    color: #555;
    margin-top: 15px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive */
@media(max-width: 768px) {
    .head-title h2 {
        font-size: 2rem;
    }

    .head-title .subtitle {
        font-size: 1rem;
    }
}

/* ====================================================== */
.ac-section {
    background: #ffffff;
    border-top: 4px solid #0d6efd;
}

.section-heading {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}

.highlight-red {
    color: #dc3545;
}

.highlight-blue {
    color: #0d6efd;
}

.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list li {
    padding: 6px 0;
    font-size: 1rem;
    color: black;
    position: relative;
    padding-left: 1.8rem;
}


.cta-btn {
    display: inline-block;
    background: #0d6efd;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.3s ease;
}

.cta-btn:hover {
    background: #0b5ed7;
    text-decoration: none;
}

.ac-image {
    max-height: 400px;
    object-fit: cover;
    border: 5px solid #fff;
}

/* ================================ */
.refrigerator-section {
    background: var(--primary-color);
    color: var(--tertiary-color);
}

.highlight-red {
    color: #dc3545;
}

.highlight-blue {
    color: #0d6efd;
}



.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list li {
    padding: 6px 0;
    font-size: 1rem;
    color: black;
    position: relative;
    padding-left: 1.8rem;
}



.cta-btn {
    display: inline-block;
    background: #dc3545;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.3s ease;
}

.cta-btn:hover {
    background: #bb2d3b;
    text-decoration: none;
}

.fridge-image,
.ac-image {
    object-fit: cover;
    border: 5px solid #fff;
    max-height: 400px;
    width: 100%;
}

@media (max-width: 767.98px) {
    .head-title h2 {
        font-size: 1.5rem;
    }

    .lead {
        font-size: 1rem;
    }

    .cta-btn {
        width: 100%;
        text-align: center;
    }
}

/* ==================================== */
.list-group-item {
    border: none;
    border-radius: 10px;
    background-color: var(--secondary-color-2);
    color: var(--tertiary-color) !important;
    margin-bottom: 10px;
}

/* ================================================= */
.locality-list span {
    font-size: 0.9rem;
    padding: 8px 14px;
    border-radius: 20px;
    background-color: var(--primary-color);
    color: var(--tertiary-color);
}

.area-box {
    max-height: 400px;
    overflow-y: auto;
}

@media (max-width: 576px) {
    .locality-list span {
        font-size: 0.85rem;
        padding: 6px 10px;
    }
}

/* ================================================= */
label {
    font-weight: 600;
    margin-bottom: 10px;
    color: black;
    font-family: "Times New Roman", serif;
}

.form-control {
    border-radius: 0px;
    padding: 10px 15px;
    border: 1px solid #ced4da;
    font-family: "Times New Roman", serif;
}

/* ========================================= */
.book-now-btn {
    display: inline-block;
    background: var(--primary-color);
    color: #fff !important;
    font-weight: 600;
    padding: 8px 15px;
    font-size: 1.05rem;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.book-now-btn:hover {
    background: linear-gradient(135deg, #00b4d8, #007bff);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}