body {
    margin: 0;
    padding: 0;
    background-color: #000000ff;
    scrollbar-width: smooth;
}

.container {
    font-family: 'Arial', sans-serif;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px;
    z-index: 999;
    background-color: none;
    backdrop-filter: blur(10px);
}

.head-left {
    display: flex;
    align-items: center;
}

.head-left img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.head-right {
    display: flex;
}

.head-right a {
    text-decoration: none;
    padding-left: 25px;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Poppins', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    spaced: 2px;
    font-weight: 600;
    transition: 0.3s;
}

.about-section {
    width: 100%;
    height: 100%;
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
}

.about-section p {
    max-width: 600px;
    text-align: center;
    font-size: 17px;
    color: #bdbdbdff;
    line-height: 25px;
    font-family: 'Poppins', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
}

.image-box {
    width: 360px;
    height: 510px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.image-box video.cover-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit; /* Keeps any rounded corners if applied */
}

.about-section h1 {
    font-family: Impact, Haettenshweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 900;
    font-size: 100px;
    max-width: 1150px;
    text-align: center;
    background: linear-gradient(to right, #f98d70, #bf3692, #3c1a79, #25329a, #1f2b8f, #f98d70);
    background-size: 200%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-gradient 2.5s linear infinite;
}

@keyframes animate-gradient {
    to {
        background-position: 200%;
    }
}

.about-section h4 {
    font-family: 'Poppins', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    margin-top: 50px;
    margin-bottom: 0;
}

.about-section h5 {
    margin-top: 5px;
    color: #bdbdbdff;
    max-width: 425px;
    text-align: center;
    line-height: 25px;
    font-family: 'Poppins', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.about-container {
    width: 100%;
    height: 100%;
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
}

.about-container p {
    max-width: 600px;
    text-align: center;
    font-size: 17px;
    color: #bdbdbdff;
    line-height: 25px;
    font-family: 'Poppins', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
}

.image-box {
    width: 360px;
    height: 510px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}

.about-container h1 {
    font-family: Impact, Haettenshweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 900;
    font-size: 100px;
    max-width: 1150px;
    text-align: center;
    background: linear-gradient(to right, #f98d70, #bf3692, #3c1a79, #25329a, #1f2b8f, #f98d70);
    background-size: 200%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-gradient 2.5s linear infinite;
}

@keyframes animate-gradient {
    to {
        background-position: 200%;
    }
}

.team-section {
    text-align: center;
    padding: 50px 0;
}

.team-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.team-card {
    background: transparent;
    border: 2px solid #ff6600ff;
    border-radius: 20px;
    padding: 15px;
    max-width: 220px;
    text-align: center;
}

.team-card:hover {
    box-shadow: 0 0 15px #ff6600ff;
}

.team-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}

.team-card p {
    margin-top: 15px;
    max-width: 600px;
    text-align: center;
    font-size: 17px;
    color: #bdbdbdff;
    line-height: 25px;
    font-family: 'Poppins', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
}

.contact-section {
    position: relative;
    width: 100%;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    margin-bottom: 100px;
    font-family: 'Poppins', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.contact-section p {
    margin-top: 100px;
}

.contact-section h1 {
    font-family: Impact, Haettenshweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 70px;
    max-width: 550px;
    text-align: center;
    background: linear-gradient(to right, #f98d70, #bf3692, #3c1a79, #25329a, #1f2b8f, #f98d70);
    background-size: 200%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-gradient 2.5s linear infinite;
}

.contact-link {
    display: inline-block;
    background-color: #ff8800ff;
    border: 2px solid #ff8800ff;
    padding: 10px 40px;
    border-radius: 20px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
    font-family: 'Poppins', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.contact-link:hover {
    background-color: transparent;
    color: #fff;
    box-shadow: 0 0 15px #ff8800ff;
}

.about-btn {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ff8800ff;
    border: 2px solid #ff8800ff;
    padding: 10px 30px;
    border-radius: 20px;
    font-family: 'Poppins', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

.about-btn:hover {
    background-color: transparent;
    color: #fff;
    box-shadow: 0 0 15px #ff8800ff;
}

.info-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;  /* aligns content to left */
    justify-content: center;
    position: relative;
    width: 80%;
    margin: 100px auto 0; /* section still centered on page */
    font-family: 'Poppins', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left; /* text aligns left */
}

.info-section h3 {
    display: inline-block;
    background: linear-gradient(to right, #0caf56, #026db6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-bottom: 10px;
}

.info-section h3 {
    margin-bottom: 0;
}

.info-section p {
    margin-top: 5px;
    color: #bdbdbdff;
    max-width: 800px;
    line-height: 25px;
    text-align: left; /* keeps paragraph left aligned */
}

.footer-section {
    width: 110%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, #f98d70, #bf3692, #3c1a79, #25329a, #1f2b8f, #f98d70);
    backdrop-filter: blur(10px);
    padding: 15px 60px; /* <-- Added padding for spacing on both sides */
    margin-top: 100px;
    background-size: 300% 300%;
    animation: animate-footer-gradient 8s ease infinite;
    box-sizing: border-box; /* ensures padding doesn’t stretch layout */
}

@keyframes animate-footer-gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.footer-section p {
    margin: 0 20px;
    font-family: 'Poppins', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.footer-section p a {
  border: none !important;
  background: none;
  padding: 0 8px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section p a:hover {
  color: #ff8800ff;
}

.footer-section ul {
    display: flex;
    list-style: none;
    margin: 0; /* reset previous margin-right */
    gap: 15px; /* even spacing between icons */
}

.footer-section a {
    text-decoration: none;
    color: #ffffff;
    padding: 7px 7px;
    border-radius: 50px;
    border: 1px solid #280055ff;
    transition: 0.3s;
    margin: 0 10px;
}

/* BLUR EFFECT ANIMATION */

.autoBlur {
    animation: autoBlurAnimation linear both;
    animation-timeline: view();
}
@keyframes autoBlurAnimation {
    0% {
        filter: blur(40px);
    }
    40%,60% {
        filter: blur(0);
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        filter: blur(40px);
        transform: translateY(-200px);
        opacity: 0;
    }
}

/* TAKE FULL SCREEN ANIMATION */
.autoTakeFull {
    animation: autoTakeFullAnimation both;
    animation-timeline: view(70% 65%);
}

@keyframes autoTakeFullAnimation {
    to {
        width: 100%;
        height: 100vh;
        border-radius: 0;
        margin-bottom: 100px;
    }
}

/* ----- TABLET VIEW ----- */
@media screen and (max-width: 1024px) {
    header {
        padding: 10px 20px;
    }
    .head-right a {
        font-size: 14px;
        padding: 0 10px;
    }
    .hero-section h1 {
        font-size: 60px;
        left: 20%;
        top: 35%;
    }
    .about-section h1 {
        font-size: 70px;
    }
    .contact-section h1 {
        font-size: 55px;
    }
}

/* ----- MOBILE VIEW ----- */
@media screen and (max-width: 650px) {
    header {
        padding: 5px 15px;
        flex-direction: column;
        gap: 10px;
    }
    .head-left img {
        width: 40px;
        height: 40px;
    }
    .head-right a {
        font-size: 12px;
        padding: 5px;
    }
    .hero-info {
        left: 0;
        padding: 0 10px;
    }
    .hero-section h1 {
        font-size: 40px;
        left: 10%;
        top: 35%;
        text-align: center;
    }
    .about-section h1 {
        font-size: 45px;
        text-align: center;
        line-height: 1.2;
    }
    .about-section h4,
    .about-section h5 {
        max-width: 320px;
        text-align: center;
        padding: 0 15px;
    }
    .contact-section h1 {
        font-size: 40px;
        max-width: 280px;
        text-align: center;
    }
    .footer-section {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .footer-section p {
        font-size: 12px;
        margin: 10px 0;
    }
    .footer-section ul {
        margin: 10px 0;
    }
}