
body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    height: 100%;
}

/* Responsive Background Image */
.womenImage {
    background-image: url(../Images/main.jpg);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    position: relative;
    padding: 20px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 24, 24, 0.5);
    z-index: 0;
}

/* Heading Styling */
.contentHeading h3 {
    color: white;
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    margin-top: 0px;
    position: relative;
    z-index: 1;
}

/* Blue Banner Styling */
.blueBanner {
    /* background-color: rgba(0, 123, 255, 0.8); */
    /* border-radius: 15px; */
    /*padding: 30px;*/
    margin: 30px auto;
    /*max-width: 800px;*/
    position: relative;
    z-index: 1;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
}

/* Paragraph Styling */
.paragraph p {
    font-size:16px;
    font-family: 'Myriad Pro', sans-serif;
  /*  line-height: 1.6;*/
    color: #333;
    margin: 20px auto;
    text-align: justify;
    padding:20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius:8px;
}

/* Logo Circle Styling */
.logoCircle {
    background-color: white;
    width: 400px;
    height: 400px;
    position: absolute;
    right: -60px;
    top: 120px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    margin: 0 auto 30px;
    padding: 20px;
}

.bigLogo img {
    width: 200px;
    height: auto;
    margin-bottom: 0px;
    transition: transform 0.3s ease;
    margin-right: 30px;
}

.bigLogo img:hover {
    transform: scale(1.1);
}

.smallLogos {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.smallLogos img {
    width:130px;
    height:100px;
    transition: transform 0.2s ease;
}

.smallLogos img:hover {
    transform: scale(1.1);
}

/* Form Styling */
.form-floating {
    margin-bottom: 15px;
}

.form-control {
    border-radius: 8px;
}

label {
    font-size: 1rem;
}

.save-btn {
    padding: 12px 24px;
    font-size: 1.1rem;
    border-radius: 8px;
    /*background-color: #0056b3;*/
    border: none;
    transition: background-color 0.3s ease;
}

.save-btn:hover {
   /* background-color: #003d7a;*/
}


.card_P {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding:30px;
}

.timestap {
    position: absolute;
    top: 10%;
    left: 60px;
    font-weight: 600;
}

.BannerImages 
{
    width: 100%;
    height: 500px;
}

.pbtnp {
    width: 25%;
    border-radius: 25px;
}



/* Responsive adjustments */
@media (max-width: 768px) {
    .contentHeading h3 {
        font-size: 2.5rem;
    }
    
    .logoCircle {
        width: 250px;
        height: 250px;
    }
    
    .bigLogo img {
        width: 140px;
    }
    
    .smallLogos img {
        width: 60px;
    }
    
    .paragraph p {
        font-size: 16px;
        max-width: 90%;
    }



}

@media (max-width: 576px) {
    .contentHeading h3 {
        font-size: 2rem;
        margin-top: 30px;
    }
    
    .blueBanner {
        padding: 20px;
    }
    
    .logoCircle {
        width: 200px;
        height: 200px;
        margin-bottom: 20px;
    }
    
    .bigLogo img {
        width: 100px;
    }
    
    .smallLogos img {
        width: 50px;
    }
}

@media (max-width: 991px) {

    .BannerImages {
        width: 100%;
        height: auto;
        margin-top:2px;
    }

    .paragraph p {
        font-size: 16px;
        max-width: 100%;
    }

    .pbtnp {
        width:100% !important;
        border-radius: 25px;
    }

    .cardImage1 {
        background-image: url(../Images/card1.png);
        background-size: inherit !important;
        background-position: center;
        height: auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
        position: relative;
        padding: 20px;
    }
    .cardImage2 {
        background-image: url(../Images/card1.png);
        background-size: inherit !important;
        background-position: center;
        height: auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
        position: relative;
        padding: 20px;
    }
    .cardImage3 {
        background-image: url(../Images/card1.png);
        background-size: inherit !important;
        background-position: center;
        height: auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
        position: relative;
        padding: 20px;
    }
    .cardImage4 {
        background-image: url(../Images/card1.png);
        background-size: inherit !important;
        background-position: center;
        height: auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
        position: relative;
        padding: 20px;
    }
    .cardImage5 {
        background-image: url(../Images/card1.png);
        background-size: inherit !important;
        background-position: center;
        height: auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
        position: relative;
        padding: 20px;
    }
    .cardImage6 {
        background-image: url(../Images/card1.png);
        background-size: inherit !important;
        background-position: center;
        height: auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
        position: relative;
        padding: 20px;
    }

    .card {
        width: auto !important;
        height: auto;
        /* max-width: 350px; */
        margin-bottom: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin-top:5px !important;
    }

    .againLogo {
        margin-top: 0px !important;
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .timestap {
        position: absolute;
        top: 1%;
        left:10px;
        font-weight: 600;
    }

}




    .cardImage1 {
        background-image: url(../Images/card1.png);
        background-size: 100% 100%;
        background-position: center;
        height: auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
        position: relative;
        padding: 20px;
    }

    .cardImage2 {
        background-image: url(../Images/card2.png);
        background-size: 100% 100%;
        background-position: center;
        height: auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
        position: relative;
        padding: 20px;
    }

    .cardImage3 {
        background-image: url(../Images/card3.png);
        background-size: 100% 100%;
        background-position: center;
        height: auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
        position: relative;
        padding: 20px;
    }

    .cardImage4 {
        background-image: url(../Images/card4.png);
        background-size: 100% 100%;
        background-position: center;
        height: auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
        position: relative;
        padding: 20px;
    }

    .cardImage5 {
        background-image: url(../Images/card5.png);
        background-size: 100% 100%;
        background-position: center;
        height: auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
        position: relative;
        padding: 20px;
    }


    .cardImage6 {
        background-image: url(../Images/card6.png);
        background-size: 100% 100%;
        background-position: center;
        height: auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 100%;
        position: relative;
        padding: 20px;
    }





    /* thankyou section */
    .logosection img {
        max-width: 150px;
        height: auto;
    }

    .thankyou {
        font-size: 3rem;
        font-weight: bold;
        color: rgba(38, 121, 139, 1);
        margin-top: 10px;
     
        text-align: center;
        font-family: 'Myriad Pro', sans-serif;
    }

    .thankyouText p {
        font-size: 18px;
        color: rgb(7, 6, 6);
        text-align: left;
        max-width: 400px;
     
        margin: 0 auto;
        padding: 10px;
        font-weight: 600;
        font-family: 'Myriad Pro', sans-serif;
    }

    .card {
        width: 350px;
        height: auto;
        /*max-width: 350px;*/
        margin-bottom: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        margin-top: 30px;
    }

    .card-img-top {
        width: 100%;
        height: auto;
        border-radius: 8px 8px 0 0;
    }

    .card-text {
        color: rgba(38, 121, 139, 1);
        
        font-size: 18px;
        font-weight: bold;
        /*font-family: 'Myriad Pro', sans-serif;*/
    }

    .para-info {
        margin-bottom: 30px;
        font-size: 16px;
        color: rgb(17, 14, 14);
        text-align: justify;
        max-width: 365px;
        padding: 10px;
     
        border-radius: 8px;
        font-weight: 600;
        /* font-family: 'Myriad Pro', sans-serif;*/
        /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
    }

        .para-info p {
            margin: 0;
            font-size: 1.2rem;
            color: rgb(17, 14, 14);
            text-align: left;
            max-width: 300px;
            margin: 0 auto;
         
        }

    .againLogo {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .againlogo-img {
        max-width: 100px;
        height: auto;
    }

    .horizontal-line {
        width: 80%;
        border-top: 2px dotted black;
        /*margin: 10px 0;*/
    }

    .download {
        margin-top: -100px;
        margin-bottom: 5px;
    }


