* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body {
    background-color: #fff;
    color: #333;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.service-swiper{
    margin-top: 60px;
}
/* Header */
header {
    background-color: #fff;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a{
    text-decoration: none;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
    color: #2e7d32;
}
.footer__logo span,
.logo span{
    font-size: 18px;
}
.logo img {
    margin-right: 10px;
    height: 40px;
}

.desktop-nav ul {
    display: flex;
    list-style: none;
}

.desktop-nav ul li {
    margin-left: 20px;
}

.desktop-nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.desktop-nav ul li a i,
.mobile-nav ul li a i,
.btn i,
.contact__info p i,
.welcome-text ul li i,
.pricing__plan ul li i,
.social-links a i,
.footer__links ul li a i {
    margin-right: 8px;
}

.btn {
    background-color: #2e7d32;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.btn.secondary {
    background-color: transparent;
    color: #2e7d32;
    border: 2px solid #2e7d32;
}

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.burger span {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 2px 0;
}

.mobile-nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.mobile-nav.active {
    display: block;
}

.mobile-nav ul {
    list-style: none;
}

.mobile-nav ul li {
    margin: 10px 0;
}

.mobile-nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

/* Hero Section */
.hero {
   background-size: cover;
   background-repeat: no-repeat;
    background-color: #f5f5f5;
    padding: 100px 0;
    text-align: center;
    margin-top: 80px;
}
.hero__wrap{
    display: flex;
    
    padding: 60px 40px;
    align-items: center;
    gap: 40px;
}
.hero__content span i{
    font-size: 200px;
    color: #2e7d32;
}
.hero__content{
    flex: 1;
display: flex;
flex-direction: column;
gap: 10px;
}
.hero__btns{
    display: flex;
    gap: 30px;
}
.hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 18px;
    margin-bottom: 30px;
}

.hero .btn {
    margin: 0 10px;
}

.heroimage {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin-top: 20px;
}

/* Services Section */
.services {
    padding: 50px 0;
    text-align: center;
}
.services__top{
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.services__title{
    max-width: 450px;
}
.services h2 {
    text-align: start;
    font-size: 36px;
    margin-bottom: 30px;
}
.services__content{
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.services__content h3,
.services__content p{
    text-align: start;
}
.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.service-item {
    background-color: #fff;
    padding: 0px;
    border-radius: 0px;

}

.service-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

.service-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

/* Affordable Section */
.affordable {
    background-color: #f5f5f5;
    padding: 50px 0;
}
.affordable p{
    margin-bottom: 30px;
}
.affordable__img{
    position: relative;

}
.affordable__img .last{
    max-height: 250px;
    height: 100%;
    border: 5px solid #fff;
    width: 100%;
    max-width: 250px;
    object-fit: cover;
    position: absolute;
    bottom: -50px;
    left: -40px;

    border-radius: 15px;
}
.affordable__img .first{
    max-height: 400px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: 400px;
    border-radius: 15px;
}
.affordable .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.affordable-text {
    width: 50%;
}

.affordable-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.affordable img {
    width: 40%;
    max-width: 400px;
    height: auto;
}

/* Team Section */
.team {
    padding: 50px 0;
    text-align: center;
}

.team h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.team-member {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.team-member img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.team-member h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.social-links a {
    color: #2e7d32;
    margin: 0 5px;
    font-size: 18px;
}

/* Welcome Section */
.welcome {
    background-color: #2e7d32;
    color: #fff;
    padding: 50px 0;
}

.welcome .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.welcome img {
    width: 30%;
    max-width: 300px;
    height: auto;
}

.welcome-text {
    width: 60%;
}

.welcome-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.welcome-text ul {
    list-style: none;
    margin-bottom: 20px;
}

.welcome-text ul li {
    margin: 10px 0;
}

/* Pricing Section */
.pricing {
    padding: 50px 0;
    text-align: center;
}

.pricing h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.pricing__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.pricing__plan {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.pricing__plan h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.price {
    font-size: 36px;
    color: #2e7d32;
    margin-bottom: 20px;
}

.price span {
    font-size: 18px;
}

.pricing__plan ul {
    list-style: none;
    margin-bottom: 20px;
}

.pricing__plan ul li {
    margin: 10px 0;
}

/* Testimonials Section */
.testimonials {
    background-color: #f5f5f5;
    padding: 50px 0;
    text-align: center;
}

.testimonials h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.swiper-container {
    width: 100%;
    padding: 20px 0;
}

.swiper-slide {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.swiper-slide img

 {
    width: 100%;
    height: 150px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.swiper-slide h3 {
    font-size: 20px;
text-align: start;
    margin-bottom: 10px;
    color: #3a8f2b;
}
.swiper-slide p{
    margin-bottom: 30px;
    text-align: start;
    font-size: 16px;
}
.swiper-button-prev,
.swiper-button-next {
    color: #2e7d32;
}

/* Blog Section */
.blog {
    padding: 50px 0;
    text-align: center;
}

.blog h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.blog .swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* Contact Section */
.contact {
    background-color: #1a1a1a;
    color: #fff;
    padding: 50px 0;
}
.contact__content p{
margin-bottom: 10px;
}
.contact__img img{
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    border-radius: 13px;
}
.contact .container {
    display: flex;
    justify-content: space-between;
}

.contact__info,
.contact__form {
    width: 45%;
}

.contact__info h2,
.contact__form h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.contact__info p {
    margin: 10px 0;
}

.contact__form form {
    display: flex;
    flex-direction: column;
}

.contact__form input,
.contact__form textarea {
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
}

.contact__form textarea {
    height: 100px;
}

/* Footer */
footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 50px 0;
}

footer .container {
    display: flex;
    justify-content: space-between;
}

.footer__logo {
    display: flex;
    align-items: center;
    font-size: 24px;
    max-width: 400px;
    font-weight: bold;
}

.footer__logo img {
    height: 40px;
    margin-right: 10px;
}

.footer__links h4 {
    margin-bottom: 20px;
}

.footer__links ul {
    list-style: none;
}

.footer__links ul li {
    margin: 10px 0;
}

.footer__links ul li a {
    color: #fff;
    text-decoration: none;
}
.footer__newsletter p{
    max-width: 400px;
}
.footer__newsletter h4 {
    margin-bottom: 20px;
}

.footer__newsletter form {
    display: flex;
}

.footer__newsletter input {
    padding: 10px;
    border: none;
    border-radius: 5px 0 0 5px;
}

.subscribe-btn {
    border-radius: 0 5px 5px 0;
}

.footer__bottom {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #fff;
    padding-top: 20px;
}

.footer__bottom-links a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}
.footer__bottom span{
    margin-top: 50px;
    display: block;
}
/* Responsive Design */
@media (max-width: 768px) {
    .desktop-nav, .btn:not(.subscribe-btn) {
        display: none;
    }

    .burger {
        display: flex;
    }

    .service-grid,
    .team-grid,
    .pricing__grid,
    .affordable .container,
    .welcome .container,
    .contact .container,
    footer .container {
        flex-direction: column;
        align-items: center;
    }

    .service-item,
    .team-member,
    .pricing__plan,
    .affordable-text,
    .affordable img,
    .welcome img,
    .welcome-text,
    .contact__info,
    .contact__form,
    .footer__links,
    .footer__newsletter {
        width: 100%;
        margin: 10px 0;
    }
}
.swiper-fade .swiper-slide-active

 {
    pointer-events: auto;
    background: #ffffff91;
}
.swiper-backface-hidden .swiper-slide{
    box-shadow: none;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
    border-radius: 100%;
    color: #fff!important;
    padding: 10px;
    width: 28px;
    padding: 0 22px;
    height: 28px;
    background-color: #338d36;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 12px!important;
    font-weight: 700;

}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 12px!important;
    font-weight: 700;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next

 {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
    border-radius: 100%;
    color: #fff!important;
    padding: 10px;
    width: 28px;
    padding: 0 22px;
    height: 28px;
    background-color: #338d36;
}
@media screen and (max-width:768px) {
    .hero__wrap {
        display: flex
    ;
        padding: 0px 0px;
        align-items: center;
        gap: 40px;
        flex-direction: column;
    }
    .services__top {
        display: flex
    ;
        gap: 10px;
        justify-content: space-between;
        flex-direction: column;
    }
    .pricing__grid {
        display: grid
    ;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}
.coieban {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 400px;
    margin: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 16px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    display: none;
    z-index: 9999;
    font-family: Arial, sans-serif;
  }
  
  .coieban p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #333;
  }
  
  .cookie-buttons {
    text-align: right;
  }
  
  .cookie-buttons button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 14px;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
  }
  
  .cookie-buttons button:hover {
    background-color: #0056b3;
  }
  html,body{
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .welcome.tyt .container{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
  .welcome.tyt ul{
    list-style: none;
    gap: 10px;
    padding-left: 13px;
  }
