
:root{
    --orange-color: #ff6620;
    --white-color: #ffffff;
    --black-color: #000;
    --opacity-white: #ffffffb3;
    --blue-background: #22273A;
}

header{
    background-color: var(--orange-color);
    padding: 10px 0;
}
header .row{
    display: grid;
    grid-template-columns: repeat(2, auto);
}
.logo{
    background-image: url(../img/kumbh\ logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 50px;
    width: 100px;
}
.nav ul{
    margin: 0;
}
.nav ul li{
    display: inline-block;
    margin: 0 10px !important;
    padding: 10px;
}
.nav a{
    text-decoration: none;
    color: var(--black-color);
    font-size: 18px;
    color: var(--white-color);
}
.banner_slider{
    padding: 0 !important;
}
.banner1{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 700px;
}
.banner1 h1{
    font-size: 70px;
}
.banner_content{
    color: var(--white-color);
}
.banner_content h5{
    margin-bottom: 40px;
    margin-top: 20px;
    border: 1px solid;
}
.banner_content a{
    text-decoration: none;
    padding: 15px 30px;
    background-color: var(--orange-color);
    color: var(--white-color);
    border-bottom: 2px solid;
    transition: all 0.5s;
}
.banner_content a:hover{
    background-color: var(--opacity-white);
    color: var(--orange-color);
}
.about{
    padding: 80px 0;
}
.about_img{
    background-image: url(../img/about-img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    border-radius: 10px;
}
.about_content{
    width: 90%;
}
.about_content h1{
    color: var(--orange-color);
}
.about_content p{
    font-size: 18px;
}
.vedic_way{
    padding: 80px 0;
    background-color: var(--blue-background);
}
.vedic_way_content h1{
    color: var(--white-color);
}
.vedic_icon{
    background-color: var(--white-color);
    padding: 29px;
    border-radius: 10px;
    transition: all 0.5s;
}
.vedic_icon i{
    font-size: 50px;
    color: var(--orange-color);
    margin-bottom: 25px;
    transition: all 0.5s;
}
.vedic_icon:hover{
    background-color: var(--orange-color);
    color: var(--white-color);
}
.vedic_icon:hover i{
    color: var(--white-color);
}
.locations{
    padding: 80px 0;
}
.location_content h1{
    color: var(--orange-color);
}
.location1{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    color: var(--orange-color);    
    display: flex !important;
    align-items: flex-end;
    overflow: hidden;
    width: 90% !important;
}
.location-img-1{
    background-image: url(../img/location1.jpg);
}
.location-img-2{
    background-image: url(../img/location2.jpg);
}
.location-img-3{
    background-image: url(../img/location3.jpg);
}
.location-img-4{
    background-image: url(../img/location4.jpg);
}
.location-img-5{
    background-image: url(../img/location5.jpg);
}
.hidden_para p{
    color: var(--black-color);
}
.loc1_content{
    background-color: var(--opacity-white);
    padding: 20px;
    margin-bottom: -80px;
    transition: all 0.5s;
}
.location1:hover .loc1_content{
    margin-bottom: 0;
}
footer{
    background-image: url(../img/footer.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    align-items: center;
    display: flex;
    color: var(--white-color);
}
.contact_us_footer ul li{
    list-style: none;
    margin: 10px 0;
}
.contact_us_footer a{
    text-decoration: none;
    color: var(--white-color);
}
.social_media_icon h4{
    margin-left: 20px;
}
.social_media_icon ul{
    padding: 0;
}
.social_media_icon ul li{
    display: inline-block;
    list-style: none;
    margin: 0px 20px;
}
.social_media_icon a{
    text-decoration: none;
    color: var(--white-color);
    font-size: 30px;
}


.contact_banner{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    color: var(--white-color);
}
.contact_banner h1{
    font-size: 70px;
}
.contact_form_section{
    padding: 80px 0;
}
.contact_form_name input,
.contact_form_email input,
.contact_form_area textarea{
    margin: 10px auto;
    padding: 10px 20px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid var(--black-color); 
    resize: none;
}
.contact_form_name ::placeholder,
.contact_form_email ::placeholder,
.contact_form_area ::placeholder{
    color: var(--title-color);
}
.form_btn button{
    padding: 10px 20px;
    border: none;
    background-color: var(--orange-color);
    color: var(--white-color);
    border-radius: 5px;
    transition: all 0.5s;
}
.form_btn button:hover{
    background-color: var(--black-color);
}



@media (max-width: 767px) {

    .logo {
        width: 80px;
        min-height: 40px;
    }

    /* Banner section */
    .banner1 {
        min-height: 500px;
        background-position: center;
    }

    .banner1 h1 {
        font-size: 36px;
    }

    .banner_content h5 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .banner_content a {
        padding: 10px 20px;
        font-size: 14px;
    }

    /* About section */
    .about_img {
        min-height: 300px;
        margin-bottom: 20px;
    }

    .about_content {
        width: 100%;
    }

    .about_content h1 {
        font-size: 28px;
        text-align: center;
    }

    .about_content p {
        text-align: center;
        font-size: 16px;
    }

    /* Vedic way icons */
    .vedic_icon {
        margin-bottom: 20px;
    }

    /* Location cards */
    .location1 {
        min-height: 300px;
        width: 100% !important;
    }

    .location_slider .slick-slide {
        margin: 0 auto;
    }

    .loc1_content h3 {
        font-size: 20px;
    }

    .hidden_para p {
        font-size: 14px;
    }

    /* Contact page */
    .contact_banner {
        min-height: 300px;
        background-position: center top;
    }

    .contact_banner h1 {
        font-size: 32px;
    }

    .contact_page_content h1 {
        font-size: 24px;
    }

    .form_btn button {
        width: 100%;
    }

    /* Footer */
    footer {
        flex-direction: column;
        text-align: center;
        padding: 30px 0;
    }

    .social_media_icon h4 {
        margin-left: 0;
    }

    .social_media_icon ul li {
        margin: 10px;
    }
}
