﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f5f5f5;
}

.vision-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

/* Banner Image */
.vision-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: fill;
}

/* =========================================
           TEXT OVER IMAGE
        ========================================= */

.vision-text {
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
    color: #ffffff;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    /* Responsive font */
    font-size: clamp(18px, 6vw, 48px);
    line-height: 1.2;
    /* IMPORTANT */
    width: 90%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

/* =========================================
           LARGE DESKTOP
        ========================================= */
@media (min-width: 1400px) {

    .vision-text {
        left: 4%;
        font-size: clamp(28px, 3vw, 52px);
    }
}

/* =========================================
           LAPTOP / DESKTOP
        ========================================= */
@media (max-width: 1199px) {

    .vision-text {
        left: 4%;
        font-size: clamp(24px, 3.5vw, 42px);
    }
}

/* =========================================
           TABLET
        ========================================= */
@media (max-width: 992px) {

    .vision-text {
        left: 4%;
        font-size: clamp(18px, 4vw, 34px);
    }
}

/* =========================================
           MOBILE DEVICES
        ========================================= */
@media (max-width: 768px) {

    .vision-banner {
        width: 100%;
    }

    .vision-img {
        width: 100%;
        min-height: 65px;
        object-fit: fill;
    }

    vision-text {
        width: 85%;
        font-size: clamp(14px, 5vw, 28px);
        line-height: 1.1;
    }
}

/* =========================================
           SMALL MOBILE (iPhone SE etc.)
        ========================================= */
@media (max-width: 480px) {

    .vision-img {
        min-height: 120px;
    }

    .vision-text {
        left: 4%;
        font-size: clamp(12px, 5vw, 18px);
    }
}

.title {
    color: #cf1a44;
    font-size: 30px;
    font-weight: bold;
}

.description {
    padding: 20px 8% 20px 8%;
    color:white;
}

/* Wrapper */
.description-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 15px;
    box-sizing: border-box;
}

/* Box */
.description-box {
    background: #cf1a44;
    color: #fff;
    width: 100%;
    max-width: 75%;
    border-radius: 14px;
    padding: 30px 25px;
    text-align: center;
    box-sizing: border-box;
}

/* Text */
.description-text {
    font-size: 18px;
    line-height: 1.7;
}

/* Founder Name */
.founder-name {
    font-size: 26px;
    font-weight: 700;
}

/* ---------------- RESPONSIVE ---------------- */

/* Large Desktop */
@media (min-width:1200px) {
    .description-box {
        max-width: 75%;
    }
}

/* Laptop */
@media (max-width:1199px) {
    .description-box {
        max-width: 900px;
    }
}

/* Tablet / iPad */
@media (max-width:991px) {
    .description-box {
        max-width: 700px;
        padding: 25px 20px;
    }

    .description-text {
        font-size: 16px;
    }

    .founder-name {
        font-size: 22px;
    }
}

/* Mobile (Android + iPhone) */
@media (max-width:600px) {
    .description-wrapper {
        padding: 25px 10px;
    }

    .description-box {
        padding: 20px 15px;
        border-radius: 10px;
    }

    .description-text {
        font-size: 15px;
        line-height: 1.6;
    }

    .founder-name {
        font-size: 20px;
    }
}

/* Small Mobile */
@media (max-width:400px) {
    .description-text {
        font-size: 14px;
    }

    .founder-name {
        font-size: 18px;
    }
}

.form-control {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 16px;
}

    .form-control:focus {
        box-shadow: 0 0 5px #ff4d6d;
    }

/* ================= VISION SECTION ================= */
.vision-bg {
    position: relative;
    width: 100%;
    min-height: 500px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 15px;
    overflow: hidden;
}

.vision-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.vision-content {
    /*  position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    font-size: 18px;*/
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

/*-----------------------------------Gallery----------------------------------*/

/* ================= MAIN SECTION ================= */
/*.vision-banner {
    position: relative;
    width: 100%;
}*/


/*.vision-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
*/

/*.vision-img {
    width: 100%;
    height: auto;
}*/

/*.vision-bg {
    background-color: black;
    padding: 50px 15px;
    text-align: center;
    color: #fff;
}*/

/* ================= GALLERY ================= */



/*****************UPCOMING EVENTS************************/
