@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{

    font-family: "Poppins", sans-serif;
    margin: 0;
    padding:0;
    box-sizing: border-box;

  



}

header{
    background-color : white;
    width: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;




}

.logo{
    text-decoration: none;
    color : blue;
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: 700;



}

.options a{
    color: blue;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: 500;
    padding-left: 25px;

}

.options a:hover{

    color:black

}

.main{
    width:100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding:10px 50px;
    background: url(images/images\ \(1\).jpeg)no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;





}
.main h2{
    margin-top: 80px;
    color:white;
    font-size:  1.4em; 
    font-weight: 700; 



}

.main h2 span{
    display: inline-block;
    margin-top: 10px;
    color:white;
    font-size: 3em;
    font-weight: 600;


}
.main h3{

    color :white;
    font-weight: 999;
    margin-top: 15px;
    font-size: 2em;
    margin-bottom: 10px;

}


.main-btn{
    color:black;
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none;
    margin-top: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    background-color: white;
    padding: 0.9em 1.2em;
    letter-spacing: 1px;
    display: inline-block;
    transition: 0.7s ease;

}
.main-btn:hover{

    transform: scale(1.05);


}
.social-icons{
 
    align-items: center;
}
.social-icons a{
  
    color: aliceblue;
    font-size: 1.7em;
    padding-right: 25px;
    padding-left:12px;


    
}

.title{
    display: flex;
    justify-content: center;
    color: blue;
    font-size: 2.2em;
    font-weight: 800;
    margin: 30px;
     

    
}
.content{

    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;


}
.cards a{

    text-decoration: none;



}

.card{
    background-color:rgb(255, 255, 255);
    width: 21.2em;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.857);
    border-radius: 10px;
    padding: 25px;
    margin: 20px;
    transition: 0.7s ease;
    display:grid;
    height: 500px;
 
}


.icon{
    text-align: center;
    color: blue;
    font-size: 40px;



}
.info{
  text-align: center;

}

.info h3{
    color:black;
    font: size 1.5em;
    margin: 10px;
    
}
.button-container {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: bottom; 
  
  
  }
  

.button{
    
    background-color:rgb(36, 18, 154);
    border-radius: 10px;
    width: 170px;
    height: 60px;
    text-align: center;
    padding: center;
    transition: 0.7s ease;
    color: aliceblue;
    font-weight: 40px;
    align-items: bottom;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    margin: 20px;

}


  
.button:hover{

    transform: scale(1.1);

}

.ff img {
    width:380px; /* Adjust the width as needed */
    height: 340px; /* Maintain aspect ratio */
    border-radius: 40px;
    align-items: center;
    margin:center;
    margin-left: 20px;

  }

/* Contact card container to place photo beside contact info on white background */
.contact-card{
    display:flex;
    align-items: center;
    gap: 20px;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
    margin: 20px;
}

.contact-card .contact-info{
    color:#000;
}

.contact-card .contact-info a{
    color:#1a0dab;
    text-decoration: none;
}

.contact-card .contact-info a:hover{
    text-decoration: underline;
}




.Myname{

    color:rgb(255, 255, 255);
    font-size:1.5em;
    align-items: center;
    margin-bottom: 10px;
    font-weight:3px;


    

}

.ff {
    display: flex;
    margin: 40px;
    transition: 0.7s ease;
    display: flex;
    justify-content: space-between; /* Center-align flex items */

    margin: auto; 
}

.Paragraph{
    text-align: justify;

    letter-spacing: 1px;
    padding: 5px;
    padding-left: 20px;
    color: rgb(248, 248, 248);
    font-size: 15px;
    align-items: right;

    
    
    

}




.Aboutme {
    max-width: 100%;
    align-items: center;
    padding: 10px;
    background: url(images/images\ \(1\).jpeg) no-repeat;
    background-size: cover; 
    background-position: center;
    background-attachment: fixed;
    padding-top: 80px;
}
.bar{

    background-color:rgb(255, 255, 255);
}



/* Contact provider form styling */
.contact-provider{
    max-width: 900px;
    margin: 40px auto;
    background: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}

.contact-form{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-form input,
.contact-form textarea{
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #d6d6d6;
    font-size: 14px;
}

.contact-form textarea{
    min-height: 120px;
    resize: vertical;
}

.form-note{
    color: #333;
    margin-top: 8px;
    font-size: 0.95em;
}
