 * {
     padding: 0px;
     margin: 0px;
     box-sizing: border-box;
 }



 .logo img {
     width: 66%;
     height: 15vh;
     padding: 15px;
     padding-left: 500px;
 }

 .navi {
     background-color: rgb(11, 97, 3) !important;

 }

 .navi img {
     width: 100%;
     height: 7vh;

 }

 .menu {
     color: rgb(248, 242, 242) !important;
     text-transform: uppercase;
     font-weight: bold;

 }

 .card {
     height: 100vh !important;
 }




 /* Container + overall */
 .facts-section {
     max-width: 900px;
     margin: 40px auto;
     padding: 0 20px;
     font-family: Arial, sans-serif;
     color: rgb(23, 24, 24);
 }

 .section-title {
     font-size: 32px;
     text-align: center;
     margin-bottom: 20px;
     letter-spacing: 1px;
 }

 /* Two-column layout */
 .facts-content {
     display: grid;
     grid-template-columns: 2fr 1fr;
     gap: 30px;
 }

 /* Left side */
 .facts-main p {
     line-height: 1.6;
     margin-bottom: 1em;
 }

 .facts-main ul {
     list-style: disc inside;
     margin: 0 0 1em 0;
     padding-left: 20px;
 }

 .facts-main ul li {
     margin-bottom: 0.6em;
 }

 /* Right side “cards” */
 .facts-sidebar {
     display: flex;
     flex-direction: column;
     gap: 20px;
 }

 .fact-item {
     display: flex;
     align-items: flex-start;
 }

 .fact-icon {
     width: 32px;
     height: 32px;
     margin-right: 12px;
 }

 .fact-label {
     font-size: 12px;
     color: #777;
     text-transform: uppercase;
     letter-spacing: 1px;
     margin: 0;
 }

 .fact-value {
     font-size: 14px;
     margin: 4px 0 0;
     line-height: 1.4;
 }

 /* Footer “browse” link */
 .browse-link {
     margin-top: 30px;
     border-top: 1px solid #ddd;
     padding-top: 15px;
     text-align: left;
 }

 .browse-link a {
     text-decoration: none;
     font-weight: bold;
     font-size: 14px;
     color: #222;
     letter-spacing: 0.5px;
 }

 .browse-link a:hover {
     text-decoration: underline;
 }

 /* Responsive tweak */
 @media (max-width: 700px) {
     .facts-content {
         grid-template-columns: 1fr;
     }

     .browse-link {
         text-align: center;
     }
 }

 body {
     font-family: Arial, sans-serif;
     margin: 0;
     padding: 0;
     background-color: #f5f5f5;
     color: #333;
 }

 .mid {
     width: 100%;
     height: 100vh;
 }

 .mid h1 {
     font-size: 30px;
     color: rgb(93, 93, 161);
     text-align: center;
 }

 .midrap {
     width: 80%;
     margin: auto;
     display: grid;
     grid-template-columns: auto auto auto auto auto auto;
     grid-row-gap: 15px;
     grid-column-gap: 15px;

 }

 .box {
     margin-top: 50px;
 }

 .box img {
     padding-left: 100px;
     width: 100%;
     height: 90%;
 }




 main {

     padding: 20px;
     background-color: white;
     max-width: 800px;
     margin: auto;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
 }

 ul {
     margin-left: 20px;
 }

 .mid2 {
     width: 100%;
     height: 50vh;
 }

 .mid2 h1 {
     padding-top: 50px;
     padding-left: 30px;
     color: white;
     font-size: 20px;
 }

 .midrap2 {
     padding-left: 100px;
     width: 95%;
     margin: auto;
     display: grid;
     grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
     grid-row-gap: 15px;
     grid-column-gap: 15px;
 }

 .box2 {
     margin-top: 20px;
 }

 .dot {
     height: 150px;
     width: 150px;
     background-color: #bbb;
     border-radius: 50%;
     display: inline-block;
 }

 .box2 h4 {
     color: rgb(59, 56, 105);
     text-align: center;
     font-size: 15px;
     margin-top: 10px;
 }

 .mid3 {

     width: 100%;
     height: 100vh;
 }

 .mid3 h1 {
     padding-left: 490px;
     color: rgb(93, 93, 161);
     font-size: 30px;
 }

 .midrap3 {
     width: 95%;
     margin: auto;
     display: grid;
     grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
     grid-row-gap: 15px;
     grid-column-gap: 15px;
 }

 .box3 {
     margin-top: 20px;
 }

 .box3 img {
     padding-left: 180px;
     width: 100%;
     height: 90%;
 }

 .mid4 {
     width: 100%;
     height: 30vh;
 }

 .mid4 h1 {
     padding-left: 490px;
     color: rgb(93, 93, 161);
     font-size: 30px;
 }

 .midrap4 {
     width: 80%;
     margin: auto;
     display: grid;
     grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
     grid-row-gap: 15px;
     grid-column-gap: 15px;
 }

 .box4 {
     margin-top: 20px;
 }

 .box4 p {
     padding-left: 50px;
     font-size: 15px;
     color: black;
     text-align: center;
     text-align: justify;
 }

 .mid5 {
     width: 100%;
     background-color: black;
     height: 110vh;
 }

 .mid5 h1 {
     padding-top: 50px;
     padding-left: 570px;
     color: rgb(246, 246, 247);
     font-size: 30px;
 }

 .midrap5 {
     width: 95%;
     margin: auto;
     display: grid;
     grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
     grid-row-gap: 15px;
     grid-column-gap: 15px;
 }

 .box5 {
     margin-top: 20px;
 }

 .box5 img {
     padding-left: 180px;
     width: 100%;
     height: 90%;
 }

 .mid6 {
     background-color: black;
     width: 100%;
     height: 150vh;
 }

 .midrap6 {
     width: 70%;
     margin: auto;
     display: grid;
     grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
     grid-row-gap: 15px;
     grid-column-gap: 15px;
 }

 .box6 {
     margin-top: 20px;
 }

 .box6 p {
     padding-left: 50px;
     font-size: 15px;
     color: rgb(253, 249, 249);
     text-align: center;
     text-align: justify;
 }

 .box6 ul li {
     padding-left: 40px;
     font-size: 15px;
     color: rgb(253, 249, 249);
     text-align: center;
     text-align: justify;
 }

 .box6 h2 {
     padding-left: 40px;
     font-weight: bold;
     font-size: 18px;
     color: rgb(253, 249, 249);
     text-align: center;
     text-align: justify;
 }


 .mid7 {
     width: 100%;
     height: 110vh;
 }

 .mid7 h1 {
     padding-top: 80px;
     padding-left: 540px;
     color: rgb(49, 49, 58);
     font-size: 30px;
 }

 .midrap7 {
     width: 95%;
     margin: auto;
     display: grid;
     grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
     grid-row-gap: 15px;
     grid-column-gap: 15px;
 }

 .box7 {
     margin-top: 20px;
 }

 .box7 img {
     padding-left: 180px;
     width: 100%;
     height: 90%;
 }

 .mid8 {
     width: 100%;
     height: 230vh;
 }

 .midrap8 {
     width: 70%;
     margin: auto;
     display: grid;
     grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
     grid-row-gap: 15px;
     grid-column-gap: 15px;
 }

 .box8 {
     margin-top: 20px;
 }

 .box8 p {
     padding-left: 50px;
     font-size: 15px;
     color: rgb(14, 13, 13);
     text-align: center;
     text-align: justify;
 }

 .box8 h2 {
     padding-left: 40px;
     font-weight: bold;
     font-size: 18px;
     color: rgb(17, 17, 17);
     text-align: center;
     text-align: justify;
 }

 .box8 h3 {

     font-weight: bold;
     font-size: 18px;
     color: rgb(17, 17, 17);
     text-align: center;
     text-align: justify;
 }

 .box8 ul li {
     padding-top: 20px;
     padding-left: 40px;
     font-size: 15px;
     color: rgb(15, 15, 15);
     text-align: center;
     text-align: justify;
 }

 .footer {
     width: 100%;
     background-color: #2e7d32;
     height: 60vh;
     border-top: 2px solid rgb(240, 239, 239);
 }

 .footrap {
     /* padding-right: 200px; */
     width: 95%;
     margin: auto;
     display: grid;
     grid-template-columns: auto auto auto auto auto auto;
     grid-row-gap: 15px;
     grid-column-gap: 15px;

 }


 .box10 h1 {
     padding-left: 20px;
     font-size: 18px;
     margin-top: 30px;
     color: rgb(243, 236, 236);
     font-weight: bold;

 }

 .box10 ul li {
     color: rgb(243, 241, 241);
     list-style: none;
     margin-left: -30px;
     padding-top: 8px;
     font-weight: bold;
 }

 .box10 table {
     margin-top: 30px;
 }

 .box10 ul li:hover {
     color: gray;
     text-decoration: underline;
 }

 footer {
     background-color: #2e7d32;
     color: white;
     text-align: center;
     padding: 15px;

 }