 
    .about-us {
        text-align: center;
        background-color: #327fc7;
        background-image: url('../Images/pagebg.png'),url('../Images/pin.png'); 
        width: 100vw;
        height: 60%;
        margin-top: 60px; 
        color: white; 
        padding: 60px 20px;
        box-sizing: border-box; 
        border: none;
        border-bottom-right-radius: 100px ;
    }
    .about-us h1 {
        font-size: 2.5em; 
        margin-top: 60px;
        margin-bottom: 20px;
        color: #f7f6f4; 
        border-left: none;
        border-right: none;
    }

    .about-us p {
        font-size: 1.2em; 
        line-height: 1.5; 
        color: #fcfeff; 
    }
    @media screen and (max-width: 600px){
        .about-us {
            border: none;
            border-bottom-right-radius: 0;
            height: 50%;
        }
        .about-us h1 {
            font-size: 1.5em;
           border: none;
        }
        .about-us p{
            font-size: 1em;
            text-align: justify;
        }
    }
.founders {
    display: grid;
    grid-template-columns: 1fr 0.7fr; 
    gap: 20px;
    padding: 40px 20px;
    align-items: center;
    margin-left: 40px; 
    text-align: center;
    max-width: 90%;
}

.founder {
    background-color: #fff;
    border: 1px solid #e1e8eb;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(38, 110, 192, 0.363);
    text-align: center;
    max-width: 90%; 
    margin: 0 auto; 
}
.founder h3{
    font-size:1rem;
}
.founder p{
    font-size:1.5rem;
}
.founder img {
    width: 100%;
    max-width: 250px; 
    border-radius: 8px;
}
    
    .statements h2{
        font-size: 2rem;
    }
    .separator1{
        border: none; 
        height: 1px; 
        background-color: #004f95; 
        margin: 0 auto; 
        width: 30%; 
        
    }
    .statements {
        display: flex;
        flex-direction: column;
        gap: 20px; 
        text-align: center;
    }
    
    .statement-box {
        background-color: #00abbb;
        color: white;
        padding: 20px;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    .statement-box2 {
        background-color: #0180b2;
        color: white;
        padding: 20px;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        font-size: 1.2em;
    }
    .statement-box3 {
        background-color: #004f95;
        color: white;
        padding: 20px;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        font-size: 1.2em;
    }
    
    .statement-box p {
        margin: 0; 
        font-size: 1.2em;
        line-height: 1.4;
    }
  

    /* Responsive adjustments */
    @media screen and (max-width: 768px) {
        .founders {
            grid-template-columns: 1fr; 
            text-align: center;
            margin-left: 20px;
        }
    
        .founder img {
            max-width: 200px; 
        }
    }
    #heading2{
        font-size: 1.5em; 
        margin-bottom: 20px;
       
        color: #000000; 
        text-align: center;
    }
    .ban{
        background-image: url('../Images/about-us\(timeline\).png');
        background-color: #0180b2;
        width: 90%;
        background-size: cover;
        background-attachment: fixed;
        margin-left: 40px; 
    }
    .timeline{
        position: relative;
        margin: 0 auto;
        width: 1200;
    }
    .timeline::after{
        content: '';
        position: absolute;
        width: 6px;
        background-color: #fff;
        top:0;
        bottom: 0;
        left: 50%;
        margin-left: -3px;
    }
    .container{
        padding: 10px 40px;
        position: relative;
        width: 50%;
    }
    .container::after{
        content: '';
        position:absolute;
        width:25px;
        height: 25px;
        right: -17px;
        background-color: #fff;
        border:4px solid #00abbb;
        top:15px;
        border-radius: 50%;
        z-index:1;
        box-shadow: 0 5px 5px;
    }
    .left{
        left: 0;

    }
    .right{
        left:50%;
    }
    .left::before{
        content: '';
        height: 0;
        position: absolute;
        top:22px;
        width:0;
  right:30px;
  border:medium solid #004f95;
  border-width: 10px 0px 10px 10px;
  border-color: transparent transparent transparent #004f95;

    }
    .right::before{
        content: '';
        height: 0;
        position: absolute;
        top:22px;
        width:0;
  left:30px;
  border:medium solid #004f95;
  border-width: 10px 10px 10px 0px;
  border-color: transparent #004f95 transparent transparent;

    }
    .right::after{
        left:-16px;
    }
    .content2{
        padding: 20px 30px;
        background-color: #e8f7f7;
        position: relative;
        border:2px solid #00abbb;
        border-radius: 6px;
        box-shadow: 0px 5px 5px 0px;
    }
    .content1{
        padding: 20px 30px;
        background-color: #f9f9f9;
        position: relative;
        border:2px solid #00abbb;
        border-radius: 6px;
        box-shadow: 0px 5px 5px 0px;
    }

@media (max-width: 768px) {
    .timeline {
        width: 90%;
       
    }

    
    .timeline::after {
        left: 20px; 
    }
.ban{
    margin-left: 20px; 
}
    .container {
        width: 100%; 
        padding-left: 70px; 
        padding-right: 20px;

    }

    .left, .right {
        left: 0; 
    }

    .left::before, .right::before {
        left: 60px;
        border: medium solid #fff;
    }

    .left::before {
        border-width: 10px 0px 10px 10px;
        border-color: transparent transparent transparent #fff;
    }

    .right::before {
        border-width: 10px 10px 10px 0px;
        border-color: transparent #fff transparent transparent;
    }

    .container::after {
        right: auto;
        left: 50px;
    }

    .right::after {
        left: 50px;
    }
}

@media (max-width: 480px) {
    .container {
        padding-left: 30px; 
        padding-right: 15px;
    }

    .timeline::after {
        left: 15px; 
    }

    .container::after {
        left: 20px; 
    }

    .left::before, .right::before {
        left: 30px; 
    }
}
.customer-reviews {
    padding: 60px 20px;
    background-color: #f9f9f9; 
    text-align: center;
}

.customer-reviews h2 {
    font-size: 2.5em;
    margin-bottom: 40px;
    color: #333;
}
.reviews-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.review-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: left;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.customer-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 2px solid #327fc7;
}
.customer-img2 {
    width: 60px;
    height: 60px;
    border-radius: 55%;
    object-fit: cover;
    margin-bottom: 10px;
    border: 2px solid #00abbb;
}
.review-card:hover {
    transform: translateY(-10px);
    color: #e1e8eb;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.review-text {
    font-style: italic;
    color: #555;
    margin-bottom: 20px;
}

.reviewer-name {
    font-weight: bold;
    color: #327fc7;
}

@media (max-width: 900px) {
    .reviews-container {
        grid-template-columns: 1fr 1fr; 
    }
}

@media (max-width: 600px) {
    .reviews-container {
        grid-template-columns: 1fr; 
    }
    
    .customer-reviews h2 {
        font-size: 2em;
    }
}

.contact-us {
    background-color: #f9f9f9; 
    padding: 40px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(38, 110, 192, 0.363);
    margin: 40px auto;
    max-width: 800px; 
    text-align: center;
}

.contact-us h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.separator1 {
    border: none;
    height: 1px;
    background-color: #004f95;
    margin: 10px auto;
    width: 30%;
    display: block;
}

#contact{ background-image: url('../Images/contactbg.png');
    background-size: 100%;}
    .contact-us{
        background-color: #c4dcf2;
   
    }
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
   
}

.form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

label {
    font-size: 1rem;
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #00abbb;
    border-radius: 8px;
    font-size: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

textarea {
    resize: vertical;
}

.submit-btn {
    background-color: #004f95;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    align-self: center;
}

.submit-btn:hover {
    background-color: #00abbb;
}
@media screen and (max-width: 768px) {
    .contact-us {
        padding: 20px;
        max-width: 80%;
    }

    .form-group {
        width: 100%;
    }

    .submit-btn {
        width: 100%;
    }
}