@font-face {
    font-family: Antipasto regular;
    src: url(../font/Antipasto_regular.otf);
  }
* { margin: 0; padding: 0; box-sizing: border-box; font-family: Antipasto regular, sans-serif; letter-spacing: 1px;}
        body { scroll-behavior: smooth; }
        section { padding: 60px 30px;  display: flex;  justify-content: center; flex-direction: column; }
        .section1 {
            background: url('../img/bg1.jpg') no-repeat center center/cover;
            background-attachment: fixed;
            padding-top: 80px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            flex-direction: column;
            position: relative;
        }
        .content-container {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 40px;
            max-width: 80%;
            flex-wrap: wrap;
            margin-top: 30px;
        }
        .text-container {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            text-align: left;
            max-width: 400px;
        }
        .text1 {
            color: white;
            font-size: 80px;
            line-height: 1;
            text-shadow: 3px 3px #000000 !important;
        }
        .subtext {
            color: white;
            font-size: 20px;
            margin-top: 10px;
            text-shadow: 2px 2px #000000 !important;
        }
        .image img {
            width: 100%;
            border-radius: 10px;
            max-width: 400px;
        }
        header {
            width: 100%; 
            padding: 15px 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1000;
        }
        .menu-toggle {
            display: none;
            font-size: 24px;
            cursor: pointer;
        }
        nav {
            display: flex;
        }
        nav a { margin-left: 20px; text-decoration: none; font-size: 14px; color: white;}
        
        .section2 { 
            min-height: 80vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
            padding-top: 20px;
            padding-left: 50px;
        }
        .section2-center{
            width: 60%;
        }
        .section2 h2 {
            font-size: 80px; 
            font-weight: 100;
            color: #4ab848;
            text-align: left !important;
        }
        .boxes {
            display: flex;
            justify-content: center;
            gap: 100px;
            /* width: 80%; */
            flex-grow: 1; 
        }
        .box {
            font-size: 250px; 
            color: #4ab848;  
            font-weight: 10;
            flex: 1;
            text-align: center; 
            align-items: center;
            justify-content: center;
        }
        
        .box hr {
            width: 70%;
            margin: 20px 0;
            border: 2px solid #4ab848;
        }
        .box .sub-title {
            width: 60%;
            font-size: 40px;
            /* font-weight: bold; */
            text-align: left;
            line-height: 1;
            margin-bottom: 30px;
            margin-top: 30px;
        }
        .box .description {
            font-size: 15px;
            text-align: left; 
        }
        

        .section3 {
            background: url('../img/bg1.jpg') no-repeat center center/cover;
            background-attachment: fixed;
            padding-top: 80px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            flex-direction: column;
            position: relative;
            -webkit-box-shadow: inset 0px 0px 300px 50px rgba(0,0,0,0.6);
            -moz-box-shadow: inset 0px 0px 300px 500px rgba(0,0,0,0.6);
            box-shadow: inset 0px 0px 300px 500px rgba(0,0,0,0.6);
        }

         .section3 h2 {
            font-size: 80px; 
            font-weight: 100;
            color: #fff;
            text-shadow: 3px 3px #000000 !important;
            text-align: left !important;
            
        }
        .boxes-sec3 {
            display: flex;
            justify-content: center;
            gap: 50px;
            width: 80%;
            flex-grow: 1; 
        }
        .box-sec3 {
            font-size: 350px; 
            color: #fff;  
            font-weight: 10;
            flex: 1;
            text-align: center; 
            align-items: center;
            justify-content: center;
        }
        
        .box-sec3 hr {
            width: 100%;
            margin: 20px 0;
            border: 3px solid #fff;
        }
        .box-sec3 .sub-title {
            font-size: 55px;
            font-weight: bold;
            text-align: left;
            line-height: 1;
            margin-bottom: 20px;
        }
        .box-sec3 .description {
            font-size: 15px;
            text-align: left; 
        }

        .section4 {
            background: url('../img/table1.jpg') no-repeat center center/cover; 
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            flex-direction: column;
            position: relative; 
            background-position: top;
            height: 600px;
        } 
        .section4 .content-box {
            background: rgba(255, 255, 255, 0.7); 
            padding: 40px;
            border-radius: 5px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 1);
            max-width: 50%;
            text-align: center;
            height: 200px;
        }
        .section4 p {
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 20px;
            color: black;
        }
        .section4 h2 {
            font-size: 70px; 
            font-weight: 100;
            color: #4ab848;
            text-align: left !important;
            margin-bottom: 20px;
            font-weight: bold;
            text-shadow: 3px 3px #000000 !important;
        }
         .section5 {
            background-color: #4ab848; 
            display: flex;
            justify-content: center; 
            flex-direction: column;
            position: relative; 
            width: 100%;
            align-items: center;
            
        } 
        .section5 .content-box {
            background: rgba(255, 255, 255, 0.5); 
            padding: 40px;
            border-radius: 5px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 1);
            max-width: 50%; 
        }
        .section5 p {
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 20px;
            color: black;
        }
        .section5 h2 {
            font-size: 80px; 
            font-weight: 100;
            color: #fff;
            text-align: left;
            margin-bottom: 20px;
            font-weight: bold;
            
        }
        .section6 {
            background: #fff; 
            display: flex; 
            justify-content: center;
            text-align: left;
            width: 100%;
        }
        .head-center{
            width: 100%;
            display: flex;
            justify-content: center;
        }
        .section6 h2 {
            font-size: 120px; 
            font-weight: 100;
            color: #4ab848; 
        }
         
        .section6 .left-text {
            font-size: 30px;
            max-width: 40%;
            text-align: left;
            color: #4ab848;
        }
        .section6 .form-container {
            max-width: 50%;
            width: 100%;
            display: flex;
            flex-direction: column; 
        }
        .section6 input, .section6 textarea {
            width: 100%;
            padding: 15px;
            margin-bottom: 15px;
            border: 3px solid #4ab848;
            border-radius: 5px;
            font-size: 16px;
        }
        .section6 button {
            padding: 15px;
            border: none;
            background: white;
            color: white;
            font-size: 18px;
            cursor: pointer;
            border-radius: 5px;
        }

        .section7 {
            background: #fff;  
            display: flex; 
            justify-content: center;
            text-align: left;
            align-items: center;
        }
        .section7-center{
            width: 60%;
        }
        .section7 h2 {
            font-size: 80px; 
            font-weight: 100;
            color: #4ab848; 
        }
        .section7-title{
            width: 100%;
            /* display: flex; */
        }
        .section7-center{
            
            width: 80%;
          
        }
        .section7-center h2{
            width: 100%;
            text-align: center;
        }
        .section7-center-wrapper{
            display: flex;
            justify-content: center;
        }
        .section7 .content-wrapper {
            display: flex;
            align-items: center;
            justify-content: space-around;
            width: 70%;
        }
        .section7 .left-text {
            font-size: 30px;
            max-width: 30%;
            text-align: left;
            color: #4ab848;
            margin-left: -20%;
            align-self: flex-start;
            
        }
        .section7 .form-container {
            max-width: 50%;
            width: 100%;
            display: flex;
            flex-direction: column; 
            text-align: right;
            align-items: flex-end;
        }
        .section7 input, .section7 textarea {
            width: 100%;
            padding: 15px;
            margin-bottom: 15px;
            border: 3px solid #4ab848;
            border-radius: 5px;
            font-size: 16px;
        }
        .section7 button {
            padding: 15px 0px;
            border: none;
            background: white;
            width: 20%;
            color: #4ab848;
            font-size: 18px;
            cursor: pointer; 
            text-align: right;
        }

        .section7-center{
            width: 60%;
        }

footer {
            width: 100%;
            background: #fff;
            text-align: center;
            padding: 20px;
            color: #4ab848;
            font-size: 14px; 
        }
.footer .footer-content hr {
            width: 100%;
            margin: 20px 0;
            border: 3px solid #fff;
        }
         .footer {
             background: url('../img/bg1.jpg') no-repeat center center/cover;
            background-attachment: fixed;
            padding-top: 80px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            flex-direction: column;
            position: relative;
        }
        .footer .footer-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 80%;
        }
        .footer .logo-container {
            flex: 1;
        }
        .footer .menu-container {
            flex: 1;
            display: flex; 
        }
        .menu-container ul a{
            text-decoration: none;
            color: #fff;
            list-style-type: none !important;
        }
        .footer ul{
            list-style-type: none !important;
            display: flex;
            flex-direction: column;
            gap: 20px;
            text-shadow: 2px 2px #000000 !important;
            text-decoration: none;
            color: #fff;
        }
        .footer ul li {
            color: white !important;
            font-size: 16px;
            text-align: left;
            text-decoration: none !important;
        }
        .footer img {
            width: 150px;
        }

        .floating-nav {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.floating-nav a {
    width: 15px;
    height: 15px;
    border: 2px solid #4ab848;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #4ab848;
    text-decoration: none;
    transition: all 0.3s;
}

.floating-nav a.active {
    background: #4ab848;
    color: white;
    width: 18px;
    height: 18px;
}
          .hexagon {

                width: 220px; /* Tripled the width */
    height: 170px; /* Tripled the height */
    font-size: 75px; /* Tripled the font size */
            background: white;
            color: #4ab848;
            display: flex;
            align-items: center;
            justify-content: center; 
            font-weight: bold;
            clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
            margin-bottom: 50px;
        }
        .facts-container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
            text-align: center;
            margin-top: 100px;
            margin-bottom: 50px;
        }
        .fact-box {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 300px;
        }

        .fact-box p {
            font-size: 30px;
            color: #fff;
            text-shadow: 2px 2px #000000 !important;
        }
        hr {
            width: 220px;
            margin: 10px 0px 3px 0px ;
            border: 2px solid white;
        }
        .hrhr{
            width: 50px;
            margin: 0px;
            border: 1px solid white;      
            width: 220px;   
            margin-bottom: 15px; 
        }
       
         /* Commitment Content */
        .commitment-content {
            display: flex;
            flex-direction: column;

            gap: 70px;
            /* gap: 50px; */
        }
        /* Title */
        .commitment-title {
            font-size: 60px;
            white-space: nowrap;
        }

        .commitment-title-container {
            display: flex;  
            gap: 20px; 
        }

         .commitment-title-container h2 {
            margin-left: 3%;
            margin-right: 3%;
        }

        .commitment-title-container-sec7 {
            display: flex;  
            justify-content: center;
            /* gap: 20px;  */
            width: 60%;
        }

         .commitment-title-container-sec7 h2 {
            margin-right: 40%;
            font-size: 80px;
            line-height: .9;
            margin-bottom: 50px;
            letter-spacing: 5px;
             /* transform: translate(-30px, 0%); */
        }

        /* Title Image */
        .commitment-title-container img {
            width: 100%;
            height: auto;
        }

        /* Commitment Block */
        .commitment-block {
            display: flex;
            align-items: center;
            max-width: 900px;
            text-align: left;
            /* gap: 30px; */
        }

      
        /* Commitment Text */
        .commitment-text h2 {
            margin-left: 80px;
            font-size: 30px;
            margin-bottom: 10px;
        }

        .commitment-text p {
            font-size: 20px;
            line-height: 1.5;
            color: white;
            margin-left: 80px;
        }

        .content-block {
            display: flex;
            height: 50%; 
        }
        .box-sec7 {
            width: 25%; /* Each div takes 25% of the screen width */
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            font-size: 20px; 
            color: white;
        }
        /* Div 1 with Image */
        .box-sec7:nth-child(1) {
            background: white; color: black;
        }
        .box-sec7:nth-child(2) { background: white; color: black;} /* Red */
        .box-sec7:nth-child(3) { background: white; color: black;} /* Green */
        .box-sec7:nth-child(4) { background: white; color:black; } /* Yellow */


        @media (max-width: 768px) {

            .head-center {
                width: 100%;
                /* display: flex;
                justify-content: left !important; */
            }
        

            .box .sub-title {
                width: 100%;
            }

            .section2-center{
                width: 100%;
            }

             .content-block {
                flex-direction: column; /* Stack vertically */
            } 


             .box-sec7 {
            width: 100%; 
            height:100%; /* Each div takes 25% of the screen width */
            
        }   


            .box-sec7:nth-child(4), .box-sec7:nth-child(2) {
                font-size: 15px;
            }
            .box-sec7 img {
                width: 50%;
            }
            header { padding: 15px 20px; }
            header img {
                width: 50%;
            }
            .menu-toggle { display: block; color: white;}
            nav {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 60px;
                right: 0;
                background: white;
                width: 100%;
                text-align: center;
                box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
                color: white;
            }
            nav.active { display: flex; }
            nav a { padding: 15px; display: block; margin: 0; color:black; }
            .content-container {
                flex-direction: column;
                text-align: center;
                margin-top: 20px;
            }
            .text-container {
                align-items: center;
                text-align: center;
            }
            .text1 {
               font-size: 50px; 
            }
            .section2 h2 {
                margin-bottom: 20px;
            font-size: 35px;
             }  
             .box hr {
                margin: 10px 0;
            } 

           .boxes {
                flex-direction: column;
                align-items: flex-start;
                width: 100%;
                gap: 25px;
            }
            .box {
                text-align: left;
                width: 100%;
                font-size: 10vw;
            }
            .box .sub-title {
                font-size: 6vw;
                margin-bottom: 10px;
                 margin-top: 10px;
            }
            .section3 {
                padding-top: 25px;
                padding-bottom: 0px;
            }
             .section3 h2 {
            font-size: 35px;
             }   

           .boxes-sec3 {
                flex-direction: column;
                align-items: flex-start;
                width: 100%;
            }
            .box-sec3 {
                width: 100%;
                font-size: 50vw;
            }
            .box-sec3 .sub-title {
                font-size: 6vw;
            }
            .section4{
                height: 535px;
            }  
               .section4 .content-box {
                max-width: 100%;
                padding: 10px;
                height: 355px;
            }  

            .section4 h2 {
            font-size: 35px;
            align-self: flex-start;
             }

             .section5 .content-box {
                max-width: 100%;
                padding: 10px;
            }  
            .commitment-text h2 {
                margin-left: 0px;
            }
            .commitment-text p {
                margin-left: 0px;
            }
            .hexagon-contain{
                width: 100%;
                text-align: left;
            }
            .section5-poly{
                height: 150px;
                margin-top: 20px;
          
            }
            .section5 h2 {
            font-size: 35px;
            margin-top: 15px;
            margin-bottom: 0px;
             }  
             .section6 h2 {
            font-size: 35px;
             } 
             .floating-nav {
             display: none; 
            }
 
           #section6 {
            padding-top: 30px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .content-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .content-wrapper .left-text    {
       max-width:100%;
       font-size: 20px;
       text-align: left;
       margin-left: 0%;
    }
    .content-wrapper .form-container {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #section6 input, #section6 textarea {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .footer {
                flex-direction: column;
                text-align: center;
            }
    .footer ul {
        flex-direction: column;
        gap: 10px;
    }
    .facts-container {
                flex-direction: column;
                margin-bottom: 0px;
            }

        .fact-box {

            margin-bottom: 80px;
            margin-top: -50px;
        }
}   

        /* Responsive Design */
        @media screen and (max-width: 768px) {
            .commitment-block {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
            }
            .commitment-title-container {
                flex-direction: column;
            }
            .section5 p{
                text-align: left !important;
            }
            .commitment-title-container h2{
                margin-left: 0;
            }
            .commitment-text {
                width: 80%;
                text-align: center;
            }

            .commitment-text h2 br {
                display: none;
            }

            .section5 h2 {
                text-align: left;
            }

            .commitment-content {
                gap:0px;
            }

            .section5 h2 br {
                display: none;
            }

            .section7 p br {
                display: none;
            }

            .element2 {
                display: none;
            }
            .commitment-title-container-sec7 h2 {
            margin-left: 0;
            font-size: 50px;
            width: 100% !important;
            margin-bottom: 40px;
            margin-right: 0px;
           }

           .commitment-title-container-sec7  {
            width: 100% !important;
            text-align: left;
           }

           .section7-title {
            width: 100% !important;
           }
            .section7 h2 {
            margin-top: 40px;
            margin-left: 0;
            font-size: 50px;
            text-align: left !important;
            align-self: flex-start;
           }

           .left-text {
            margin-bottom: 20px;
           }

           .section7 {
            display: flex;
           }

           .section7 .form-container {
            align-items: center;
           }

           .section7 button {
            padding: 0px;
            width: 100%;
            display: flex;
            justify-content: end;
            text-align: right;
            transform: translate(50px, 10%);
           }
           .footer {
            padding: 20px;
           }

           .footer img {
            width: 100px;
           }

            .section6 {
                margin-bottom: -40%;
                
            }
            .content-block-center{
                display: flex;
                flex-direction: column;
            }
            .section6-p{
                padding-top: 25px !important;
                padding-left: 25px !important;
                padding-right: 25px !important;
                
            }

            .section7-center-wrapper{
                display: flex;
                width: 100%;
            }
            .section7 input, .section7 textarea {
                width: 144%;
            }
            .section7-center{
                width: 100% !important;
                /* transform: translate(50px, 10%); */
            }
        
        }