﻿

/* General Styles */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #f7f9fc;
    margin: 0;
    padding: 0;
}

.about-us-page {
    color: #333;
    line-height: 1.6;
}

/* Header Section */
.header-section {
    position: relative;
    background: url('/Images/pexels-act14.jpg') center / cover no-repeat;
    height: 60vh;
}

.p-desc {
    font-size: 1.2rem;
    color: #111;
    text-align: justify;
    margin-bottom: 1.5rem;
}

.p-descrip {
    font-size: 1.2rem;
    color: #111;
    text-align: justify;
    margin-bottom: 1.5rem;
}

.about-description h2, .philosophy h2, .what-sets-us-apart h2, .promise h2 {
    color: #111;
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: underline;
    padding: 3px;
}

.about-description .p-desc {
    font-size: 1.2rem;
    color: #111;
    text-align: justify;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-family: system-ui;
}

.what-sets-us-apart ul li {
    color: #111;
    font-size: 1.3rem;
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.header-title {
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    margin-top: 9.5rem;
    animation: slideInDown 1.5s ease-out;
}

.small-description {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    padding: 0 2rem;
    width: 35%;
    animation: fadeInUp 2s ease-out;
}

.small-p {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    margin-bottom: 1.5rem;
}
/* Content Section */
/* .content-section {
    padding: 3rem 2rem;
    background-color: #01071168;
    background: url('../../assets/images/pexels-act9.jpg') center/cover no-repeat;
  } */
.content-section {
    background: linear-gradient(135deg, #1a1a1a96, #4f94d4bf, #d6cfcfa1);
    padding: 60px 10px 60px 10px;
}

.content-wrapper {
    border: 1px solid white;
    box-shadow: 1px 1px 6px 2px #00000082;
    max-width: 900px;
    border-radius: 8px;
    padding: 19px;
    margin: 20px auto;
    animation: _ngcontent-ng-c2259550916_fadeIn 1s ease-out;
}

section {
    margin-bottom: 3rem;
}

h2 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 600;
    animation: fadeInDown 1.5s ease-out;
}

p, ul {
    font-size: 1.1rem;
    color: #555;
    text-align: justify;
    margin-bottom: 1.5rem;
}

ul {
    padding-left: 20px;
}

    ul li {
        margin-bottom: 1rem;
    }



/* Animations */
@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (min-width:992px) and (max-width:1244px) {
}

/* Responsive Design */
@media (max-width: 768px) {
    /* .header-title {
      font-size: 2.5rem;
    } */
    /* .small-description {
      font-size: 1rem;
    } */
    h2 {
        font-size: 1.8rem;
    }

    p, ul {
        font-size: 1rem;
    }
}



@media (min-width:768px) and (max-width:991px) {
}

@media (max-width:767px) {
    .small-description {
        font-size: 1rem;
        width: 80%;
    }

    .small-p {
        font-size: 1rem;
        color: #fff;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .header-title {
        font-size: 1.9rem;
    }

    .content-section {
        padding: 20px 10px 60px 10px;
    }

    .about-description .p-desc {
        font-size: 1.3rem;
    }

    .about-description h2, .philosophy h2, .what-sets-us-apart h2, .promise h2 {
        font-size: 1.6rem;
    }

    .p-descrip {
        font-size: 1.3rem;
    }

    .what-sets-us-apart ul li {
        font-size: 1.3rem;
    }
}

@media (max-width:320px) {
}
