*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    color: #2e2d2d;
    line-height: 1.6;
    background-color: #FFFFF0;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #FFFFF0;
    color: #080808;
}
header .logo img{
    height: 150px;
}
header nav ul {
    list-style: none;
    display: flex;
    gap: 15px;
}
header nav ul li a {
    text-decoration: none;
    color: #000000;
    padding: 8px 12px;
}
header nav ul li .join-link {
    background-color: #0000FF;
    padding: 8px 12px;
    border-radius: 4px;
    color: white;
}
.hero {
    text-align: center;
    background-color: #FFFFF0;
    padding: 40px 20px;
    margin-bottom: 100px;
}
.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #000;
}
.hero .aa {
    border: none;
    border-top: 2px solid #070708; /* Blue line */
    width: 80%; /* Adjust the width as needed */
    margin: 20px auto; /* Centers the hr */
    position: relative;
}
.hero .tagline {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.hero .tagline span {
    color: #0000FF;
    font-weight: bold;
}

.hero .join-button {
    display: inline-block;
    background-color: #0000FF;
    color: #FFFFF0;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 5px;
    font-weight: bold;
}
.content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 20px;
    align-items: center;
}

.content .text {
    flex: 1;
    min-width: 300px;
    font-size: 1rem;
    color: white;
}

.content .image {
    flex: 1;
    min-width: 200px;
    text-align: center;
}

.content .image img {

    max-width: 150%;
    height: auto;
    border-radius: 10px;
}
.bb{
    background-color: #03035b;
}
form{
    background: #f4f1f1;
    width: 50%;
}

.container1{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.container1 .ph1 img{
    width: 300px;
}
.book{
    text-align: center;
    padding: 20px;

}
.container2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}
.container2 .ph1 img{
    width: 300px;
}
footer {
    background-color: #03035b;
}
.footertext{
    color: white;
    text-align: center;
}
.search-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #FFFFF0;
}

.search-bar input {
    width: 250px;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 20px;
}

.search-bar button {
    padding: 8px 16px;
    font-size: 14px;
    background-color: #004080;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.search-bar2 {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #03035b;
}

.search-bar2 input {
    width: 250px;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 20px;
}

.search-bar2 button {
    padding: 8px 16px;
    font-size: 14px;
    background-color: #004080;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.search-bar2 button:hover {
    background-color: #003366;
}
a:link{
    color: rgb(251, 254, 254);
    text-decoration: none;
    font-size: 20px;
}
a:hover{
    font-size: 40px;
    
}

footer ul {
    list-style: none;
    display: flex;
    gap: 15px;
    
}
footer ul li a {
    text-decoration: none;
    color: #000000;
    padding: 8px 12px;
    
}
.middle{
    text-align: center;
    
}
.aa{
    margin: auto;
}
.container3 {
    display: flex;
    align-items: center; /* Aligns items vertically */
    gap: 20px; /* Space between items */
    padding: 20px;
  }

  .mission, .vision, .history {
    border: 2px solid #000; /* Adds a border */
    padding: 15px; /* Adds space inside the border */
    border-radius: 10px; /* Rounds corners */
    background-color: #f9f9f9; /* Light background color */
    flex: 1; /* Ensures equal width for both sections */
  }
.divider {
    width: 2px; /* Thickness of the line */
    background-color: #000; /* Line color */
    height: auto; /* Full height of the container */
    align-self: stretch; /* Makes the line span the full height of the flex container */
  }
  .container4{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
  }
  .ourteam{
    border: 2px solid #000; /* Adds a border */
    padding: 15px; /* Adds space inside the border */
    border-radius: 10px; /* Rounds corners */
    background-color: #f9f9f9; /* Light background color */
    flex: 1; /* Ensures equal width for both sections */
  }  
  .container5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.ourteam2 {
    border: 2px solid #000; /* Adds a border */
    padding: 15px; /* Adds space inside the border */
    border-radius: 10px; /* Rounds corners */
    background-color: #f9f9f9; /* Light background color */
    flex: 1; /* Ensures equal width for both sections */
    margin-bottom: 50px;
}
body {
    background-color: #fffff0; /* Soft cream background */
    font-family: Arial, sans-serif;
    color: #333;
}

fieldset {
    background-color: #fff; /* Form background */
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    max-width: 500px;
    margin: 30px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

legend {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input, select, textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

input[type="submit"], input[type="reset"] {
    width: auto;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type="submit"]:hover, input[type="reset"]:hover {
    background-color: #45a049;
}
.container6 {
    display: flex; /* To arrange items in a row */
    justify-content: center; /* Center items horizontally */
    gap: 20px; /* Optional: adds space between items */
}

.bookfirstline {
    text-align: center; /* Centers text and images within each item */
    border: 1px solid black;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 20px;
}

.bookfirstline img {
    display: block; /* Ensures the image behaves as a block-level element */
    margin: 0 auto; /* Centers the image horizontally */
}
.book_title{
    margin-bottom: 20px;
}
.shop{
    background-color: #0000FF;
    padding: 8px 12px;
    border-radius: 4px;
    color: white;
    margin-bottom: 20px;
}
.container7{
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}
.donation_img{
    margin-right: 20px;
    margin-bottom: 20px;
}
.donation_text{
    margin-left: 20px;
}
.donate{
    border-radius: 10%;
    margin-left: 200px;
}
.container8{
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}
.join_form{
    margin-left: 550px;
    margin-bottom: 20px;
}

.social{
    color: white;
}
iframe {
    width: 100%;
    height: 400px;
    border: 1px;
    margin: 20px 0;
}
.nav{
    font-family: Bahnschrift SemiBold Condensed;
}
main {
    padding: 30px;
}
/* Section Styles */
main {
    padding: 30px;
}

/* Services Section */
#services {
    text-align: center;
    margin-bottom: 50px;
}

.services-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.service-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.service-box h2 {
    color: #3e497a;
    margin-bottom: 15px;
}

.service-box p {
    font-size: 16px;
}

/* Packages Section */
#packages {
    text-align: center;
}

.package-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.package {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.package h2 {
    color: #3e497a;
    margin-bottom: 15px;
}

.package .price {
    font-size: 24px;
    color: #444;
    margin-bottom: 20px;
}

.package ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.package ul li {
    margin-bottom: 10px;
}

.select-btn {
    background-color: #3e497a;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}

.select-btn:hover {
    background-color: #576193;
}


