*{
    font-family: "Roboto", sans-serif;
}
.container1 {
    max-width: 900px; 
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.header-text {
    line-height: 4PX;
    flex: 1;
    margin-right: 20px; 
    text-align: left; 
}
.header-text h1 {
    font-weight: bold;
    color: #09366f;
}
.header-image {
    flex: 1;
    text-align: center; 
    margin-top: 20px; 
}
.header-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px; 
    transition: transform 0.3s; 
}
.header-image img:hover {
    transform: scale(1.1);
}
.custom-faq-section {
    margin-top: 50px; 
    width: 100%;
    text-align: left;
}
.custom-faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    transition: background-color 0.3s;
}
.custom-faq-item:hover {
    background-color: #f9f9f9;
}
.custom-faq-question {
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s, transform 0.3s;
    color:#09366f;
}
.custom-faq-question:hover {
    background-color: #e9ecef;
}
.custom-faq-answer {
    display: none; 
    margin-top: 10px;
    padding: 0 15px;
    line-height: 1.6;
    color: #555;
}
.custom-icon {
    font-size: 1.2em;
    transition: transform 0.3s;
}
.custom-faq-question.active .custom-icon {
    transform: rotate(45deg);
}
.container2{
    display:flex ;
   gap: 2%;
   display: flex;
   align-items: center;
   margin-left: 10%;
   margin-bottom: 2%;
   font-family: sans-serif;
   text-align: center;
  
}
.box1{
    display: flex;
    gap: 18px;
    border: 1px solid;
    padding: 25px 12px;
    width: 25%;
    background-color: rgb(241 245 249);
    border: none;
    text-align: center;
    align-items: center;
    justify-content: center;

}
.box2{
    border: 1px solid;
    padding: 25px 12px;
    width: 25%;
    background-color: rgb(241 245 249);
    border: none;
}
.box3{
    border: 1px solid;
    padding: 25px 12px;
    width: 37%;
    background-color: rgb(241 245 249);
    border: none;
}
/* .copyright{
    margin-left: 10%;
    border: 1px solid;
    width: 80%;
    height: 80px;
    margin-bottom: 4%;
    display: flex;
    align-items: center;
    background-color:rgb(235, 226, 226);
    border: none;
}
.copyright p{
    padding-left: 10px;
} */
.box1 a{
    list-style-type: none;
    color: darkblue;
}
.box2 a{
    list-style-type: none;
    color: darkblue;
    padding-right: 5px;
    gap: 4px;
}
.box3 a{
    list-style-type: none;
    color: darkblue;
}
.follow i{
    list-style-type: none;
    color: black;
    border: 1px solid;
    padding: 5px;
    border-radius: 50%;
    background-color: rgb(241 245 249);
    border: none;
    font-size: 25px;
    margin: 5px;

}

