body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #333;
    background-color: #fff;
    line-height: 1.6;
}
html,body{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header {
    background-color: #fff;
    padding: 5px 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;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    color: #006d77;
}
.logo img{
    height: 50px;
    width: auto;
}
.nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-list li {
    margin-left: 20px;
}

.nav-list a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

.nav-list a:hover {
    color: #006d77;
}

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.burger span {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 2px 0;
    transition: all 0.3s ease;
}

.burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.phone {
    color: #006d77;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  border: 1px solid #006d77;
    text-decoration: none;
    font-size: 16px;
    border-radius: 15px;
    padding: 0 20px;
}
.phone:hover{
    color: #fff;
    background-color:#006d77 ;
}
.consult-btn, .send-btn, .subscribe-btn, .learn-btn, .view-btn

 {
    background-color: #006d77;
    border: none;
    padding: 10px 20px;
    display: block;
    margin: auto;
    width: fit-content;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.consult-btn:hover, .send-btn:hover, .subscribe-btn:hover, .learn-btn:hover, .view-btn:hover {
    background-color: #004d61;
}

.hero {
 
    display: flex;
    align-items: center;
    background: #214e35;
    color: #fff;
    text-align: center;
    padding-top: 80px;
    animation: fadeIn 1s ease-in;
}

.hero h1 {
    margin: 0;
    font-size: 48px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 24px;
    margin-bottom: 20px;
}

.hero img {
    max-width: 400px;
    width: 100%;
    margin-bottom: -40px;
    height: auto;
}
.hero .container{
    display: flex;
    align-items: center;
    gap: 50px;
}
.hero__content {
    padding: 90px 0;
}
.testimonial {
    padding: 50px 0;
    text-align: center;
    background-color: #f9f9f9;
    animation: slideUp 1s ease-out;
}

.testimonial-slider .swiper-slide {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.testimonial-slider img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.testimonial-slider p {
    font-size: 16px;
    margin-bottom: 5px;
}

.awards, .projects, .services, .booking-steps, .standout, .stats, .before-after, .review, .offers, .blog, .trusted, .contact, .newsletter {
    padding: 50px 0;
    animation: fadeInUp 1s ease-out;
}

.awards h2, .projects h2, .services h2, .booking-steps h2, .standout h2, .before-after h2, .review h2, .offers h2, .blog h2, .contact h2, .newsletter h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #006d77;
}
.awards__items
{
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 50px;
}
.awards__item{
    flex: 1;
}
.awards__item img{
    width: 100%;
}
.awards p, .projects p, .services p {
    font-size: 18px;
    margin-bottom: 20px;
}

.awards-list, .service__items, .steps {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}
.awards-list .award__item{
    display: flex;
    gap: 20px;
    row-gap: 20px;
    align-items: center;
}
.awards-list{
    margin-top: 120px;
}
.awards-list .award__item i{
    font-size: 80px;
    color: #006d77;
}
.awards-list .award__item i{

}
.awards-list .award__item h3{
    margin: 0;
}
.awards-list .award__item p{
    text-align: start;
}
.awards-list .award__i{
    display: flex;
    gap: 0px;
    align-items: flex-start;
    flex-direction: column;
}
.award__item, .service__item, .step {
    text-align: center;
    width: 100%;
}

.award__item img, .service__item img, .step img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.award__item p, .service__item p, .step p {
    font-size: 16px;
}

.project__items, .before-after-items, .offer-items, .blog-items {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.project__item, .before-after-item, .offer-item, .blog-item {
    text-align: center;
}

.project__item img, .before-after-item img, .offer-item img, .blog-item img {
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.project__item p, .before-after-item p, .offer-item p, .blog-item p {
    font-size: 16px;
}

.standout-list {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 400px;
    margin: 0 auto 20px;
}

.standout-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.standout-list li:before {
    content: "✔";
    color: #006d77;
    position: absolute;
    left: 0;
}

.stats-items {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.stat {
    text-align: center;
    background-color: #006d77;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.stat h3 {
    font-size: 36px;
    margin-bottom: 5px;
}

.stat p {
    font-size: 16px;
}

.contact-form, .newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
    margin: 0 auto;
}

.contact-form input, .contact-form textarea, .newsletter-form input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-form textarea {
    height: 100px;
}

.footer {
    padding: 50px 0;
    background-color: #333;
    color: #fff;
    text-align: center;
}

.footer__content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.footer__logo {
    font-size: 24px;
    font-weight: bold;
}

.footer__links a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

.footer__links a:hover {
    text-decoration: underline;
}

.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
}

@media (max-width: 768px) {
    .nav-list {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #fff;
        width: 100%;
        padding: 20px 0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .nav-list.active {
        display: flex;
    }

    .nav-list li {
        margin: 10px 0;
        text-align: center;
    }

    .burger {
        display: flex;
    }

    .award__item, .service__item, .step, .project__item, .before-after-item, .offer-item, .blog-item {
        width: 100%;
    }

    .hero {
        height: auto;
        padding: 80px 0;
    }

    .hero img {
        position: static;
        max-width: 100%;
        height: auto;
    }

    .footer__content {
        flex-direction: column;
        gap: 20px;
    }
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes slideUp {
    from { opacity: 0; transform: translateY(50px); }
    to { opacity: 1; transform: translateY(0); }
}
.projects{
    background-color: #1e4733;
}
.projects h2{
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.project__items{
    display: flex;
    margin-bottom: 50px;
    align-items: center;
    gap: 50px;
}
.project__item{
    width: 55%;
}
.project__item p{
    color: #f9f9f9;

    text-align: start;
    line-height: 130%;
}
.project__item.smile{
    width: 40%;
}
.project__item.smile img{
width: 100%;
height: 400px;
}
.project__item img{
    width: 100%;
    height: 600px;
    border-radius: 0;
    object-fit: cover;
    
    }
    .services h2{
            text-align: center;
    }
    .services p{
        text-align: center;
    }
   .service__items {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        justify-content: center;
        gap: 50px;
        margin: 50px 0;
        flex-wrap: wrap;
    }
.service__item i{
    color: #006d77;
    display: flex;
flex-direction: column;
    font-size: 50px;
    margin-bottom: 20px;
}
.service__item{
    font-weight: 700;
}
.booking-steps{
    background-color: #1e4733;
    padding: 80px 0;
}
.booking-steps h2{
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.steps__wrap
{
display: flex;
gap: 50px;
}
.steps__img img{
width: 100%;
height: 100%;
object-fit: cover;
}
.steps__img {
    flex: 1;
}
.steps{
    height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
display: flex;
gap: 20px;
flex-direction: column;

}
.steps__content{
    display: flex;
  
   
    flex: 1;
    flex-direction: column;
}

.steps {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.step{
    color: #fff;
    display: flex;
     gap: 20px 40px;
     padding: 10px;
     align-items: center;
    align-items: flex-start;
}
.step__i{
    display: flex;
    align-items: start;
    flex-direction: column;
}
.step h4{
margin: 0;
}
.step p{
    text-align: start;
    margin: 0;
}
.step i{
    margin-top: 20px;
    font-size: 50px;
}
.standout .container{
    display: flex;
    gap: 50px;
}
.standout__content{
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
}
.standout__img{
    flex: 1;
}
.standout__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.standout-list

 {
    list-style: none;
    padding: 20px;
    text-align: left;
    max-width: 100%;
    margin: 0 0 20px;
}
.standout .container {
    display: flex
;
    gap: 50px;
    justify-content: center;
}
.stat{
    max-width: 300px;
    width: 100%;
}
.newsletter p{
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}
.newsletter .container{
    gap: 30px;
    flex-direction: column;
}
.footer__contact{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 20px;
    gap: 10px;
}
.footer__contact span{
    display: flex;
    gap: 5px;
    align-items: center;
}
@media screen and (max-width:768px) {
    .hero .container {
        display: flex
    ;
        align-items: center;
        gap: 50px;
        flex-direction: column;
    }
    .awards-list, .service__items, .steps {
        display: grid
    ;
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
        gap: 50px;
        flex-wrap: wrap;
    }
    .project__items {
        display: flex
    ;
        margin-bottom: 50px;
        align-items: center;
        gap: 50px;
        flex-direction: column;
    }
    .project__item {
        width: 100%;
    }
    .service__items {
        display: grid
    ;
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
        gap: 50px;
        margin: 50px 0;
        flex-wrap: wrap;
    }
    .steps__wrap {
        display: flex
    ;
        gap: 50px;
        flex-direction: column;
    }
    .standout .container {
        display: flex
    ;
        gap: 50px;
        justify-content: center;
        flex-direction: column;
    }
    .stats-items {
        display: flex
    ;
        justify-content: center;
        gap: 20px;
        flex-direction: column;
    }
    .project__item.smile {
        width: 100%;
    }
    .hero h1 {
        margin: 0;
        font-size: 32px;
        margin-bottom: 20px;
    }
    .project__item.smile {
        width: 100%;
    }
    .awards h2, .projects h2, .services h2, .booking-steps h2, .standout h2, .before-after h2, .review h2, .offers h2, .blog h2, .contact h2, .newsletter h2 {
        font-size: 28px;
     
    }
    .awards__items {
        display: flex
    ;
        gap: 50px;
        align-items: center;
        margin-bottom: 50px;
        flex-direction: column;
    }
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f1f1f;
    color: #fff;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    font-family: sans-serif;
    font-size: 15px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.4);
  }

  .cookie-banner button {
    background: #4caf50;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
  }

  .cookie-banner button:hover {
    background: #45a049;
  }