:root {
    --primary-red: #74c69d;
    --light-blue: #95d5b2;
    --text-grey: #bdbdbd;
    --footer-grey:#2d6a4f;
}

.greyText{
    color: var(--text-grey);
}
.greyText:hover{
    text-decoration: underline !important;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    width: 100%;
    font-family: 'Arial', sans-serif;
    overflow-x: hidden;
}

.ContactUsDiv{
    background-color: var(--primary-red);
    width: 50%;
}


/* Header Styles */
.top-bar {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.contact-info a {
    color: #333;
    text-decoration: none;
    font-size: 1.1rem;
    margin-right: 20px;
}

.contact-info a i {
    color: var(--primary-red);
}

.social-icons a {
    color: var(--primary-red);
    margin-left: 15px;
    font-size: 1.2rem;
    text-decoration: none;
}


/* Navbar Styles */
.navbar {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    height: 55px;
}

.navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    padding: 8px 15px;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-red);
}

.navbar-nav {
    flex-direction: row;
}

.btn-explore {
    background-color: var(--primary-red);
    color: white;
    padding: 10px 25px;
    border: none;
    font-weight: 600;
    transition: background-color 0.3s;
}

.btn-explore:hover {
    background-color: var(--primary-red);
    color: white;
}

/* Hero Banner Styles */
.hero-banner {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    margin-bottom: 100px;
}

.banner-images {
    display: flex;
    align-items: center;
    min-height: 500px;
}

.banner-image {
    height: 500px;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    width: 70%;
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 15px;
}

.banner-title {
    font-size: 3rem;
    font-weight: 300;
    color: #333;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.banner-title .denim {
    font-weight: 900;
    color: #000;
}

.accent-box {
    width: 80px;
    height: 80px;
    background-color: var(--light-blue);
    position: absolute;
    z-index: 5;
}

.accent-left {
    left: 10%;
    top: 20%;
}

.accent-right {
    right: 10%;
    top: 20%;
}

.subtitle {

    color: var(--light-blue);

}

.title {
    color: var(--primary-red);
}

@media (max-width:700px) {
    .posterHead {
        font-size: 3rem !important;
    }

}

@media (max-width:600px) {
    .posterHead {
        font-size: 2rem !important;
    }

}

@media (max-width: 992px) {
    .banner-title {
        font-size: 2rem;
    }

    .accent-box {
        width: 60px;
        height: 60px;
    }

    .banner-image {
        height: 400px;
    }

    .hero-banner {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .banner-title {
        font-size: 1.5rem;
    }

    .contact-info {
        display: none;
    }

    .accent-box {
        width: 40px;
        height: 40px;
    }

    .banner-image {
        height: 300px;
    }

    .hero-banner {
        min-height: 300px;
    }

    .accent-left {
        left: 5%;
    }

    .accent-right {
        right: 5%;
    }
}

@media (max-width:1200px) {
    .navFlex {
        justify-content: center !important;
    }
}

.carousel-item img {
    height: 550px;
    object-fit: cover;
}


.form-control,
.form-select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    color: white;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-bottom: 1px solid #fff;
    color: white;
    background-color: transparent;
}

::placeholder {
    color: #f8f8f8;
    opacity: 0.8;
}

.btn-send {
    color: white;
    font-weight: 600;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
}

.btn-send:hover {
    color: #ddd;
}


.form-control,
.form-select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    color: white;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-bottom: 1px solid #fff;
    color: white;
    background-color: transparent;
}

form:not(footer form) ::placeholder {
    color: #f8f8f8;
    opacity: 0.8;
}

/* Footer Newsletter Styles */
footer input[type="email"] {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    padding: 8px 12px;
    color: #333;
    flex: 1;
    min-width: 0;
}

footer input[type="email"]::placeholder {
    color: #999;
    opacity: 1;
}

.contactUsImg {
    width: 100%;
    max-width: 600px;
    /* optional - keeps the image from being too large */
    vertical-align: middle;
}

.footerImg {
    width: 100%;
    max-width: 100px;
    /* optional - keeps the image from being too large */
    vertical-align: middle;
}

.footerImg img {
    width: 100%;
    max-width: 100px;
    /* optional - keeps the image from being too large */
    vertical-align: middle;
}

.contactUsImg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* keeps it neat if you later use fixed height */
    border-radius: 10px;
    /* optional for style */
}

html {
    scroll-behavior: smooth !important;
}

footer{
    background-color: var(--footer-grey); 
    height: fit-content; 
    border-top-left-radius: 25px; 
    border-top-right-radius: 25px;
}
