body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    background-color: white;
}

header {
    background-color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.logo {
    font-size: 1.2rem;
    font-weight: bold;
    color: #004d25;
}
.logo a{
    display: none;
}
 .logos a{
     
   margin-left: -180px;
    font-weight: bold;
    color: #004d25;
        text-decoration: none;
}
.logo img {
    width: 40px;
    height: auto;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 8px 12px;
    transition: 0.3s;
}

nav ul li a:hover,
.btn {
    background-color: #004d25;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
}

.hide{
    display: none;
   
}
.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    background-color: #f3efe9;
    text-align: left;
}

.hero-content {
    margin-top: -90px;
    width: 400px;
    max-height: 500px;
    margin-left: 0 !important;
}


.hero h1 {
    font-size: 60px;
    color: black;
}

.hero p {
    font-size: 20px;
    margin-top: -40px;
}
.hero img {
    width: 900px;
    height: auto;
}

.heros {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    background-color: #f3efe9;
    text-align: left;
}

.icon-btns {
      width: 43px;
      height: 43px;
      border: 1px solid #ccc;
      border-radius: 10px;
      
      justify-content: center;
      align-items: center;
      transition: all 0.3s ease;
      cursor: pointer;
 
    }

/* Contact form*/

      .tion{
    width: 100%;
}
        .cbody {
       
            background-color: white;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
       
        }
        .ccontact-container {
            display: flex;
            background: #Cadad7;
            padding: 30px;
            border-radius: 0 70px 0 0;
            width: 80%;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        }
        .cform-section, .cinfo-section {
            flex: 1;
            padding: 20px;
        }
        .cform-section h2, .cinfo-section h2 {
            font-size: 40px;
            font-weight: bold;
            margin-left: 50px
        }
        .cinput-group {
            display: flex;
            gap: 10px;
        }
        .cinput-group div {
            flex: 1;
        }
        label {
            display: block;
            margin: 10px 0 5px;
            font-size: 11px;
            font-weight: bold;
        }
.horizontal{
    width: 1px;
    height: 400px;
    margin-top: 40px;
    margin-left: 20px;
    background-color: #184D2E;
}
        input, textarea {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        textarea {
            height: 80px;
        }
        button {
            background: #184D2E !important;
            color: white;
            padding: 10px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
       
            margin-top: 10px;
            align-content: flex-start;
            align-items: flex-start;
        }
        .cinfo-item {
            display: flex;
            align-items: center;
            margin: 10px 0;
        }
.h{
    margin-bottom: -10px;
}
        .cinfo-item i {
            font-size: 20px;
            margin-right: 10px;
            color: white;
        }
        .csocial-media {
            margin-top: 20px;
        }
        .ciconss {
    background-color: #184D2E; /* Green background */
    border-radius: 50%;
    display: flex;
    gap: 10px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      transition: transform 0.3s ease;
        }
        .ciconss i {
            font-size: 20px;
            color: white;
            cursor: pointer;
        }


    .cicons i {
      color: white;
      font-size: 40px !important;
      margin-top: 30px;
        cursor: pointer;
        
    }
.line{
    width: 200px;
    height: 1px;
    background-color: #184D2E;
}
@media (max-width: 1349px) {
    .hero-content {
    margin-top: -90px;
    max-width: 250px;
    max-height: 500px;
        margin-left: 40px;
}
    .hero-content h1{
    font-size: 45px;
}
        .hero img{
    width: 600px;
            height: auto; 
}
.about img {
    width: 500px !important;
    height: auto;
    border-radius: 0 70px 0 0;
}
     .logos a{
   margin-left: -150px;
    font-weight: bold;
    color: #004d25;
        text-decoration: none;
}
.logo img {
    width: 35px;
    height: auto;
}
    
}
@media (max-width: 1169px) {

    .logos a{
   margin-left: -100px;
    font-weight: bold;
    color: #004d25;
        text-decoration: none;
}
.logo img {
    width: 35px;
    height: auto;
}

}
@media (max-width: 1132px) {

    .logos a{
   margin-left: -70px;

}

}

@media (max-width: 1101px) {

    .logos a{
   margin-left: -30px;

}

}
@media (max-width: 1060px) {

    .logos a{
   margin-left: -10px;
    font-weight: bold;
    color: #004d25;
        text-decoration: none;
}
.logo img {
    width: 35px;
    height: auto;
}


}
/*Mobile view contact*/
@media (max-width: 768px) {
  .ccontact-container {
    flex-direction: column;
    width: 80%;
    padding: 20px;
      margin-top: 560px;
  }
.horizontal{
    width: 300px;
    height: 1px;

    margin-left: 10px;
    background-color: #184D2E;
}
     input, textarea {
            width: 20px;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
  .cform-section, .cinfo-section {
    padding: 10px 0;
  }
    .footer-container{
        margin-top: 360px !important;
    }

  .cinput-group {
    flex-direction: column;
    gap: 0;
  }
     .cform-section h2, .cinfo-section h2 {
            font-size: 25px;
            font-weight: bold;
           
        }
  button {
    font-size: 16px;
  }

  .cicons {
    flex-wrap: wrap;
    justify-content: start;
  }
}


/*Home*/

.grid-containers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 80%;
    margin: 0 auto;
    background-color: white;
}

.grid-items {
    background-color: white;
    padding: 20px;
}

.grid-titles {
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.grid-descs {
    font-size: 30px;
    color: #666;
}

@media (max-width: 600px) {
    .grid-containers {
        grid-template-columns: 1fr;
        margin: 0;
        max-width: 100% !important;
    }
    .horizontal{
    width: 250px !important;


}
    .certifications{
        padding: 15px !important;
    }
    .certifications h2{
        padding: 15px !important;
    }
    .cert1{
        padding: 15px !important;
        align-items: center !important;
        text-align: center !important;
    }
    .sgrid-content {
    padding: 0 !important;
    text-align: center !important;
    
}
    .certifications{
        width: 80% !important;
    }
    .certifications h2{
        font-size: 20px !important;
     width: 100% !important;
    }
}



.sgrid-containers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 80%;
    margin: 0 auto;
    background-color: white;
}

.sgrid-items {
    background-color: white;
   
    text-align: center;
    width: 100%;
   
}


.sgrid-titles {
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}
.sgrid-titles h1{
    font-size: 25px !important;
}
.sgrid-descs {
    font-size: 20px;
    color: #666;
}

@media (max-width: 600px) {
    .sgrid-containers {
        grid-template-columns: 1fr;
    }
    .hero-content{
        margin-left: 0 !important;
    }
    .hide{
        display: contents;
    }
    .btn{
        display: none !important;
    }
    .underline {
    padding-top: 0 !important;
        
    width: 20%;
    height: 3px;
   
}
}

.about {
    display: flex;
    padding: 50px;
    align-items: center;
    gap: 30px;
    background-color: #fff;
}
.hero .btn {
    border-radius: 30px;
    text-decoration: none;
}
.about img {
    width: 700px;
    height: auto;
    border-radius: 0 70px 0 0;
}
.about-content {
    max-width: 100%;
}
.about-content h2 {
    font-size: 60px;
}
.about-content p {
    margin-top: -50px;
    font-size: 25px;
}
.about .btn {
    font-size: 25px;
    border-radius: 15px;
    text-decoration: none;
}
.tag {
    background: #e0e0e0;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 25px;
    margin-bottom: 30px;
}
.ser {
    width: 100%;
    background-color: white;
    text-align: center;
    font-size: 35px;
}
.services {
    text-align: center;
    background-color: white;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 20px;
}
.service {
    text-align: left;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    font-size: 35px;
}
.service h3 {
    margin-top: -120px;
    font-size: 35px;
    text-align: left;
}

.service p {
    font-size: 35px;
    text-align: left;
}

.mission {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black;
    padding: 20px;
    background: url("img/BACKGROUND.png") no-repeat center center/cover;
}

.mission h1 {
    font-size: 60px;
}
.mission h3 {
    margin-top: -10px;
    font-size: 30px;
}
.mission p {
    font-size: 25px;
    width: 70%;
    margin-top: -35px;
}

/* about us */

.about-1section {
    background: url("img/bg.png") no-repeat center center/cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
}
.about-1section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 400px;
    background: rgba(0, 0, 0, 0.5);
    /* Dark overlay */
}
.about-1content {
    max-width: 600px;
    padding: 20px;
}

.abouts,
.team,
.certifications {
    padding: 50px 20px;
    text-align: center;
}
.abouts h2 {
    width: 100%;
}
.team {
    display: flex;
    padding: 50px;
    align-items: center;
    gap: 30px;
    background-color: #fff;
}

.team img {
    width: 700px;
    height: auto;
    border-radius: 0 70px 0 0;
}
.team-content {
    max-width: 100%;
}
.team-content h2 {
    margin-top: -290px;
    font-size: 30px;
}
.team-content p {
    margin-top: -30px;
    font-size: 20px;
}

.cteam {
    display: flex;
    padding: 50px;
    width: 80%;
    align-items: center;
    gap: 30px;
    background-color: #fff;
}

.cteam img {
    width: 700px;
    height: auto;
    border-radius: 0 70px 0 0;
}
.cteam-content {
    width: 100%;
}
.cteam-content h2 {
    margin-top: -290px;
    font-size: 30px;
}
.cteam-content p {
    margin-top: -30px;
    font-size: 20px;
}

.team-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.member {
    text-align: center;
}
.member img {
    width: 400px;
    height: 400px;

    object-fit: cover;
}
.member p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
.headd {
    background: white;
    width: 100%;
    text-align: center;
}
.headd h1 {
    font-size: 30px;
}
.underline {
    padding-top: -20px;
    width: 20%;
    height: 3px;
    background-color: green;
    margin: 0 auto;
}
.certifications h2 {
    font-size: 45px;
}
.cert1 img {
    width: 400px;
    height: auto;
}
.cert2 img {
    width: 700px;
    height: auto;
}

.shero {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 20px;
    background:
        linear-gradient(rgba(0, 128, 0, 0.5), rgba(0, 128, 0, 0.5)),
        url("img/bg.png") no-repeat center center/cover;
}

.shero-content {
    text-align: center;
    max-width: 100%;
    max-height: 700px;
    margin-top: 140px;
    margin-bottom: 140px;
}

.shero h1 {
    font-size: 60px;
    color: white;
}

.shero p {
    font-size: 20px;
    margin-top: -40px;
}

.services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(600px, 2fr));
    gap: 20px;
    padding: 40px;
    text-align: center;
}
.service {
    background: white;
    padding: 50px;
    border-radius: 10px;
    text-align: center;
    width: 80%;
}
.service h2 {
    font-size: 30px;
}

.service p {
    font-size: 15px;
}

/* Contact Us*/
.contact_main {
    background: url("img/bg.png") center/cover no-repeat;
    color: white;
    text-align: center;
    padding: 60px 0;
}
.contact-section {
    padding: 40px 0;
    background: white;
}
.contact-box {
    display: flex;
    justify-content: space-between;
    background: #eef4f3;
    padding: 30px;
    border-radius: 10px;
}
.contact-form,
.contact-info {
    width: 48%;
}
input,
textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
button {
    background: #1abc9c;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}
.contact-info p {
    display: flex;
    align-items: center;
}
.contact-info i {
    margin-right: 10px;
    color: #1abc9c;
}
.social-links a {
    color: #0a3d2f;
    margin: 0 5px;
    font-size: 20px;
}

/*Product*/
.sgrid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 80%;
    margin: 0 auto;
    padding: 40px;
}

.sgrid-item {
    background-color: white;
}

.sgrid-item img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 50px;
}

.sgrid-content {
    padding: 15px;
   
    
}

.sgrid-desc {
    font-size: 1rem;
    color: #666;
    text-align: center;
}

@media (max-width: 768px) {
    .sgrid-container {
        grid-template-columns: 1fr;
    }

    .sgrid-item img {
        height: 350px;
    }
}

/* contact us*/
.cont {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 20px;
    background:
        linear-gradient(rgba(0, 128, 0, 0.5), rgba(0, 128, 0, 0.5)),
        url("img/contactbg.png") no-repeat center center/cover;
}

.cont-content {
    text-align: center;
    max-width: 100%;
    max-height: 700px;
    margin-top: 140px;
    margin-bottom: 140px;
}

.cont-content p {
    font-size: 20px;
}

.cont-content h1 {
    font-size: 50px;
}

.contact-section {
    padding: 40px 160px;
    background: white;
}
.contact-box {
    display: flex;
    justify-content: space-between;
    background: #eef4f3;
    padding: 30px;
    border-radius: 0 70px 0 0;
}
.contact-form,
.contact-info {
    width: 48%;
}
input,
textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
button {
    background: #1abc9c;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}
.contact-info p {
    display: flex;
    align-items: center;
}
.contact-info i {
    margin-right: 10px;
    color: #1abc9c;
}
.social-links a {
    color: #0a3d2f;
    margin: 0 5px;
    font-size: 20px;
}

.footer {
    background-color: #145243;
    color: #e6f1e8;
    padding: 40px 20px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: auto !important;
}

.footer-about,
.footer-links,
.footer-social {
    flex: 1 1 250px;
}

.footer-about h3 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
}

.footer-about p {
    line-height: 20px;
    margin: 0;
}

.footer-links h4,
.footer-social h4 {
    font-size: 25px;
    margin-bottom: 10px;
}

.footer-links ul,
.footer-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-social li {
    margin-bottom: 8px;
}

.footer-links a,
.footer-social a {
    color: #e6f1e8;
    text-decoration: none;
}

.footer-links a:hover,
.footer-social a:hover {
    text-decoration: underline;
}

.footer-bottom {
    margin-left: 170px;
    margin-top: 40px;
    border-top: 1px solid #2e6e60;
    padding-top: 20px;
}

.footer-bottom h2 {
    font-size: 35px;
    margin: 0 0 10px 0;
}

.footer-bottom p {
    font-size: 25px;
    color: #b3c7bd;
    margin: 0;
}




/*Footer for service page*/
.footers {
    background-color: #145243;
    color: #e6f1e8;
    padding: 40px 20px;
}

.footer-containers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
}

.footer-abouts,
.footer-linkss,
.footer-socials {
    flex: 1 1 250px;
}

.footer-abouts h3 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
}

.footer-abouts p {
    line-height: 20px;
    margin: 0;
}

.footer-linkss h4,
.footer-socials h4 {
    font-size: 25px;
    margin-bottom: 10px;
}

.footer-linkss ul,
.footer-socials ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-linkss li,
.footer-socials li {
    margin-bottom: 8px;
}

.footer-linkss a,
.footer-socials a {
    color: #e6f1e8;
    text-decoration: none;
}

.footer-linkss a:hover,
.footer-socials a:hover {
    text-decoration: underline;
}

.footer-bottoms {
    margin-left: 170px;
    margin-top: 40px;
    border-top: 1px solid #2e6e60;
    padding-top: 20px;
}

.footer-bottoms h2 {
    font-size: 35px;
    margin: 0 0 10px 0;
}

.footer-bottoms p {
    font-size: 25px;
    color: #b3c7bd;
    margin: 0;
}


/* Andriod view*/
/* === Responsive Nav === */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    align-items: flex-end;
    height: 100%;
}

.menu-toggle span {
    height: 3px;
    width: 25px;
    background: #004d25;
    margin: 4px 0;
    transition: 0.4s;
}

/* Mobile Menu */
@media (max-width: 1024px) {
    nav {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    .menu-toggle {
        display: flex;
    }
    .btn{
        display: none !important;
    }
    .hide{
        display: contents;
        
    }
    
.hide:hover {
    background-color: #004d25 !important;
    color: white;
}
    nav ul {
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
        background-color: #fff;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        display: none;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
        padding: 20px;
    }

    nav ul.show {
        display: flex;
    }

    nav ul li {
        width: 100%;
    }

    nav ul li a {
        display: block;
        width: 100%;
           text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 8px 12px;
    transition: 0.3s;
        border-bottom: solid #004d25; 
    }
          nav ul li a:hover, .btn{
    color:  black;
}
    .btn {
        display: block;
        width: 100%;
      text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 8px 12px;
    transition: 0.3s;
        border-bottom: solid #004d25 !important; 
}

nav ul li a:hover, .btn {
    
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
}
    .hero,
    .heros,
    .about,
    .team,
    .contact-box {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .hero-content,
    .about-content,
    .team-content,
    .contact-form,
    .contact-info {
        margin-top: 20px;
        max-width: 100%;
    }

    .hero img,
    .about img,
    .team img {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 20px;
    }
    .logo a{
        display:inline;
         font-size: 15px;
    font-weight: bold;
    color: #004d25;
        text-decoration: none;
    
    }
    .logo img {
        width: 25px;
    }
    .logos a{
        display: none; 
        
    }
    .services-grid,
    .team-container {
        grid-template-columns: 1fr !important;
        gap: 30px;
    }

    .mission h1,
    .about-content h2,
    .services h2,
    .shero h1,
    .cont-content h1 {
        font-size: 30px;
    }

    .mission p,
    .about-content p,
    .service p,
    .shero p,
    .cont-content p {
        font-size: 18px;
        text-align: center;
        width: 100%;
    }

    .service,
    .cert1 img,
    .cert2 img {
        width: 100%;
        padding: 20px;
    }

    .contact-section {
        padding: 20px;
    }

    .contact-box {
        padding: 20px;
    }

    .team-content {
        margin-top: 300px;
    }
    .c {
        margin-top: 0 !important;
    }
    .service h3 {
        margin-top: 0;
    }
    .about p {
        margin-top: 0;
    }
    .services {
        width: 100%;
    }

    .grid-titles h1 {
        text-align: center;
        font-size: 35px;
    }
    .grid-descs {
        text-align: center;
        font-size: 20px;
    }
    .sgrid-titles h1 {
        text-align: center;
        font-size: 35px;
    }
    .sgrid-descs {
        text-align: center;
        font-size: 20px;
    }


}

/* Mobile Menu */
@media (max-width: 429px) {
    nav {
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    .menu-toggle {
        display: flex;
    }
.justify{
    width: 100% !important;
         
}
    nav ul {
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
        background-color: #fff;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        display: none;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
        padding: 20px;
    }

    nav ul.show {
        display: flex;
    }

    nav ul li {
        width: 100%;
    }

    nav ul li a {
        display: block;
        width: 100%;
    }

    .hero,
    .heros,
    .about,
    .team,
    .contact-box {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    .logo {
        font-size: 15px;
        padding-left: 10px;
        margin-left: 0;
    }

    .hero-content,
    .about-content,
    .team-content,
    .contact-form,
    .contact-info {
        margin-top: 20px;
        max-width: 100%;
    }
     .logo a{
        display:inline;
         font-size: 11px;
    font-weight: bold;
    color: #004d25;
        text-decoration: none;
    
    }
    .logo img{
        width: 20px;
    }
    .hero img,
    .about img,
    .team img {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 20px;
    }

    .services-grid,
    .team-container {
        grid-template-columns: 1fr !important;
        gap: 30px;
    }

    .mission h1,
    .about-content h2,
    .services h2,
    .shero h1,
    .cont-content h1 {
        font-size: 30px;
    }

    .mission p,
    .about-content p,
    .service p,
    .shero p,
    .cont-content p {
        font-size: 18px;
        text-align: center;
        width: 100%;
    }

    .service,
    .cert1 img,
    .cert2 img {
        width: 100%;
        padding: 20px;
    }

    .contact-section {
        padding: 20px;
    }

    .contact-box {
        padding: 20px;
    }
    .tag {
        font-size: 15px;
    }
    .section-title {
        font-size: 20px;
    }
    .team-content {
        margin-top: 300px;
    }
    .c {
        margin-top: 0 !important;
    }
    .service h3 {
        margin-top: 0;
    }
    .about p {
        margin-top: 0;
    }
    .services {
        max-width: 100%;
    }
    .hero-content h1 {
        font-size: 40px;
    }
    .grid-item {
        text-align: center;
    }
    .grid-item h2 {
        font-size: 20px;
    }
    .grid-item p {
        font-size: 15px;
    }

    .footer-bottom {
        margin-left: 0;
        margin-top: 40px;
        border-top: 1px solid #2e6e60;
        padding-top: 20px;
    }
    .footer-bottom h2 {
        font-size: 16px;
    }
    .footer-bottom P {
        font-size: 16px;
    }
    .footer-about h3 p {
        font-size: 16px;
    }
    .shero-content p {
        margin: 0;
    }
    .grid-titles h1 {
        text-align: center;
        font-size: 25px;
    }
    .grid-descs {
        text-align: center;
        font-size: 15px;
    }
       .-titles h1 {
        text-align: center;
        font-size: 25px;
    }
    .sgrid-descs {
        text-align: center;
        font-size: 15px;
    }
     .logo a{
       font-size: 13px;
    font-weight: bold;
    color: #004d25;
        text-decoration: none;
}
}

@media (max-width: 1024px) {
.btn {
    margin: auto !important;
    font-size: 15px;
    width:50%;
    text-align: center;
    align-content: center;
    

}
        .footer-about{
        margin-left: 0 !important;
    }
    .footer-bottom{
        margin-left: 0 !important;
 
    }
}
@media (max-width: 1349px) {
    cteam {
    display: flex;
    padding: 50px;
    width: 80%;
    align-items: center;
    gap: 30px;
    background-color: #fff;
}
.cteam img {
    width: 600px;
    height: auto;
    border-radius: 0 70px 0 0;
}
    .footer-about{
        margin-left: 90px;
    }
    .footer-bottom{
        margin-left: 130px;
 
    }
}

@media (max-width: 768px) {
    .footq {
        margin-top: 430px !important;
    }
}




/*Gallery*/


      
  
    .bodyq {
      margin: 0;
        box-sizing: border-box;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background:white;
      color: white;
    }

    .slider-container {
      position: relative;
      width: 70%;
      max-width: 1200px;
      margin: auto;
      overflow: hidden;
      border-radius: 12px;
    }

    .slider {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slide {
      min-width: 100%;
      transition: transform 0.5s ease;
    }

    .slide img {
      width: 100%;
      height: auto;
      display: block;
    }

    .nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 2rem;
      color: white;
      background: rgba(0, 0, 0, 0.5);
      border: none;
      cursor: pointer;
      z-index: 10;
      padding: 0.5rem 1rem;
      border-radius: 50%;
      transition: background 0.3s ease;
    }

    .nav:hover {
      background: rgba(255, 255, 255, 0.3);
    }

    .prev {
      left: 10px;
    }

    .next {
      right: 10px;
    }

    @media (max-width: 768px) {
      .nav {
        font-size: 1.5rem;
        padding: 0.4rem 0.8rem;
      }
        .slide{
            width: 100% !important;
        }
    }



