
.container {
    display: flex;
    align-items: center;
    margin-bottom: 20px; /* Add margin at the bottom to create space between containers */
}

.text-container {
    width: 500px;
    margin-right: 20px; /* Add margin to create space between text and image */
    background-color: #ffffff;
    padding: 20px;
    text-align: justify;
    text-justify: inter-word;
    color: #080829;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    font-weight: 550;
}
.container{
    margin: 50px 0px;
}
#contactForm1 {
    position: fixed;
    bottom: 20px;
    right: 35px;
    text-align: center;
    padding: 0px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: auto;
    height: auto;
    z-index: 99;
    display: none;

    /* Center the element horizontally */
    left: 50%;
    transform: translateX(-50%);
}

.quote-data{
    width: 300px;
}
.quote-section{
    display: flex;
    justify-content: space-between;
}

.contact-us1 h1{
    text-align: center;
    font-size: 21px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.quote-section .image-container {
    width: 300px; /* Set a fixed width for the image container */
    max-width: 100%; /* Make the image container responsive */
    height: 100%;
    overflow: hidden; /* Hide overflowing content */
    border-radius: 30px 0 0 20px;
}

.quote-section .image-container img {
    width: 100%; /* Make the image inside the container fill the container */
    height: 500px;
    object-fit: cover;
}

.close-btn1 {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

.contact-us1 {
    /* Rest of your styles */
    position: relative;
    padding-top: 40px; /* Adjust padding to make room for the close button */
}
.form-group {
    margin: 0px 0;
    text-align: left;
    padding: 10px;
}

.contact-us1 label {
    display: block;
    margin-bottom: 5px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
}

.contact-us1 input,
textarea {
    width: 100%;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;

}

.contact-us1 button {
    background-color: #252549;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 90%;
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: 0.1em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.contact-us1 button:hover {
    background-color: #15152c;
}
.box2{
    display: none;
}
.box h1{
    margin-top: 3%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
}
.box h2{
    margin-top: 3%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    padding: 10px 200px;
    text-transform: capitalize;
    font-weight: normal;

}
.image-container {
    width: 0;
    overflow: hidden;
    transition: width 1s ease-in-out; /* Use ease-in-out to create a smooth transition effect */
}

.image-container img {
    max-width: 100%;
    height: auto;
    width: 100%;
    margin-top: 40px;
}
.pop-from-right {
    width: 0;
    transition: width 1s ease-in-out;
    margin-left: auto; /* Align the container to the right */
}

.pop-from-right img {
    max-width: 100%;
    height: auto;
    width: 100%;
    margin-top: 40px;
}

.container:hover .pop-from-right {
    width: 50%; /* Adjust the width based on your design */
}


.container1 {
    display: flex;
}

.image-container1 {
    flex: 1;
    text-align: right;
    overflow: hidden;
    animation: slideIn 2s;
}

.img1 {
    max-width: 100%;
    height: auto;
}

.text-container1 {
    flex: 1;
    background-color: #f0f0f0;
    padding: 20px;
    opacity: 0;
    margin-top: 600px;
    margin-right: 200px; 
}

@keyframes slideIn {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

.container {
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 20px;
    
}

.mission-container, .vision-container, .achievements-container {
    flex: 1;
    background-color: white;
    padding: 20px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
    opacity: 0;
    animation: fadeInFromLeft 0.5s ease forwards;
    transition: transform 0.3s ease; /* Add transition for smooth scaling */
}


.mission-container:hover, .vision-container:hover, .achievements-container:hover {
    transform: scale(1.05); /* Scale slightly on hover */
}

@keyframes fadeInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.vision-container {
    animation-delay: 1s;
}

.achievements-container {
    animation-delay: 2s;
}

.container2{
    padding: 50px 0px;
    border-top: 1px solid #69699146;
    border-bottom: 1px solid #69699146;
}
.container2 h1, h2{
    text-transform: uppercase;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}
.container2 p{
    text-align: justify;
    text-justify: inter-word;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.mission-container, .vision-container, .achievements-container {
    transition: all 0.3s ease; /* Add transition property for smooth effect */
}

.mission-container:hover, .vision-container:hover, .achievements-container:hover {
    background-color: #080829;
    color: white;
    transform: scale(1.05); /* Apply transform instead of scale directly in the hover state */
}

@media screen and (max-width: 768px) {
    .container {
        display: flex;
        align-items: center;
        margin-bottom: 20px; /* Add margin at the bottom to create space between containers */
    }
    
    .text-container {
        width: 500px;
        margin-right: 20px; /* Add margin to create space between text and image */
        background-color: #ffffff;
        padding: 30px;
        text-align: justify;
        text-justify: inter-word;
        color: #080829;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
        font-weight: 550;
    }
    .container{
        margin: 50px 0px;
    }
    .box h1{
        margin-top: 3%;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 27px;
        text-align: center;
        text-transform: uppercase;
    }
    .box h2{
        margin-top: 3%;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 16px;
        text-align: center;
        padding: 10px 20px;
        text-transform: capitalize;
        font-weight: normal;
    
    }
    .image-container {
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: first baseline;
        transition: none; /* Use ease-in-out to create a smooth transition effect */
    }
    .box{
        display: none;
        flex-direction: column;
        align-items: center;
    }
    .about-container{
        display: flex;
        flex-direction: column;
        align-items: center;

    }
    .about-container .text-container{
        width: 380px;
    }
    .image-container img {
        height: 200px;
        width: 100%;
        object-fit: cover;
        margin-top: 40px;
    }
    .pop-from-right {
        width: 0;
        transition: none;
        margin-left: auto; /* Align the container to the right */
    }
    
    .pop-from-right img {
        max-width: 100%;
        height: auto;
        width: 100%;
        margin-top: 40px;
    }
    
    .container:hover .pop-from-right {
        width: 50%; /* Adjust the width based on your design */
    }
    
    
    .container1 {
        display: flex;
    }
    
    .image-container1 {
        flex: 1;
        text-align: right;
        overflow: hidden;
        animation: slideIn 2s;
    }
    
    .img1 {
        max-width: 100%;
        height: auto;
    }
    
    .text-container1 {
        flex: 1;
        background-color: #f0f0f0;
        padding: 20px;
        opacity: 0;
        margin-top: 600px;
        margin-right: 200px; 
    }
    
    @keyframes slideIn {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(0);
        }
    }
    .pop-from-right {
        width: 0;
        transition: none;
        margin-left: auto; /* Align the container to the right */
        display: flex;
        justify-content: center; /* Center the content horizontally */
        align-items: center; /* Center the content vertically */
    }
    
    .pop-from-right img {
        max-width: 100%;
        height: auto;
        width: 100%;
        margin-top: 40px; /* Adjust top margin as needed */
    }
    
    .container {
        display: flex;
        flex-direction: column;
        background-color: white;
        padding: 20px;
        
    }
    
    .mission-container, .vision-container, .achievements-container {
        margin-top: 50px;
        flex: 1;
        background-color: white;
        padding: 30px;
    
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        margin-bottom: 20px;
        text-align: center;
        opacity: 0;
        animation: fadeInFromLeft 0.5s ease forwards;
        transition: transform 0.3s ease; /* Add transition for smooth scaling */
    }
    
    
    .mission-container:hover, .vision-container:hover, .achievements-container:hover {
        transform: scale(1.05); /* Scale slightly on hover */
    }
    
    @keyframes fadeInFromLeft {
        0% {
            opacity: 0;
            transform: translateX(-50px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }
    
    .vision-container {
        animation-delay: 1s;
    }
    
    .achievements-container {
        animation-delay: 2s;
    }
    
    .container2{
        padding: 50px 0px;
        border-top: 1px solid #69699146;
        border-bottom: 1px solid #69699146;
    }
    .container2 h1, h2{
        text-transform: uppercase;
        text-align: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    
    }
    .container2 p{
        text-align: justify;
        text-justify: inter-word;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }
    .mission-container, .vision-container, .achievements-container {
        transition: all 0.3s ease; /* Add transition property for smooth effect */
        font-size: 16px;
    }
    
    .mission-container:hover, .vision-container:hover, .achievements-container:hover {
        background-color: #080829;
        color: white;
        transform: scale(1.05); /* Apply transform instead of scale directly in the hover state */
    }
    .box2{
        display: block;

    }
    .box2 h1{
        font-size: 26px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        text-align: center;
    }
    .box2 h2{
        padding: 5px 15px;
        font-size: 15px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        text-align: center;
        text-transform: capitalize;
    }
    .box2 img{
        width: auto;
        height: 200px;
        object-fit: cover;
    }
    .box2-container{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .box2-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 5%;
    }

    .box-text{
        margin: 30px;
        padding: 10px 10px;
        background-color: white;
        border-radius: 5px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.151);
    }
    .box-text p{
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 16px;
        text-align: justify;
        text-justify: inter-word;
    }
    .box2-content {
        opacity: 0;
        transform: translateY(20px); /* Start slightly below */
        transition: opacity 1s ease, transform 0.5s ease;
    }
    
    .box2-content.appear {
        opacity: 1;
        transform: translateY(0); /* Move back to original position */
    }
    .our-values{
        font-size: 1.2rem;
    }
}

@media(max-width:288px){
    .left-content img, .right-content img{
        width: 250px;
        height: 150px;
    }
    .box-text p{
        font-size: 14px;
    }
    .container2{
        padding: 50px 0px 10px 0px;
    }
    .mission-container{
        margin-top: 0%;
    }
   .container2 p{
    font-size: 14px;
    padding: 0px;
   }
}