body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    color: #333;
    background-color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
html,body{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.header {
    background-color: #fff;
    padding:  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;
    color: #2a5bd7;
}

.nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-list li {
    margin-left: 20px;
}

.nav-list a {
    color: #424149;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.nav-list a:hover {
    color: #2a5bd7;
}

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.burger span {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 2px 0;
}
a{
    text-decoration: none;
}
.book__btn {
    background-color: #2f4069;
    border: none;
    padding: 20px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    border-radius: 1px;
}
.hero {
    position: relative;
    height: 100vh;
    min-height: 100%;
    overflow: hidden;
}

.hero-slider {
    width: 100%;
    height: 100%;
}
.hero__content{
    max-width: 900px;
    display: block;
    margin: auto;
}
.hero__content p{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: center;
}
.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

.hero-slide.active {
    display: block;
}

.hero-slide h1 {
    font-size: 48px;
    color: #fff;
    margin-top: 20%;
}

.hero-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.trusted {
    padding: 50px 0;
    text-align: center;
    background-color: #f9f9f9;
}

.trusted p {
    font-size: 28px;
    color: #2a5bd7;
    font-weight: 700;
}

.rating {
    font-size: 36px;
    font-weight: 700;
    color: #f1e312;
    margin: 30px 0;
}

.brands {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.brands__item{
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 300px;
    align-items: center;
}
.brands__item span{
    font-size: 18px;
    color: #2f4069;
}
.brands__item i{
    color: #2a5bd7;
    font-size: 70px;
}
.brands
.brands img {
    height: 30px;
}

.about {


}
.about .container{
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 50px 15px;
}
.about img{
    width: 100%;
    height: 700px;
    border-radius: 15%;
    max-width: 500px;
}
.about__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about__content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #3a346b;
}

.about__content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.learn-btn {
    background-color: #0d2257;
    border: none;
    padding: 20px 20px;
    color: #fff;
    cursor: pointer;
    width: fit-content;
    border-radius: 1px;
}



.unleash {
    padding: 50px 0;
    background-color: #fff9e5;
    display: flex;
    align-items: center;
}

.unleash-image {
    flex: 1;
}

.unleash-image img {
    max-width: 100%;
    border-radius: 25%;
    object-fit: cover;
}

.unleash-content {
    flex: 1;
    padding-left: 20px;
}
.unleash-content ul{
    display: flex;
    gap: 60px;
    row-gap:20px;
    flex-wrap: wrap;
}
.unleash-content ul li{
    font-weight: 700;
    font-size: 20px;
}
.unleash-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.unleash-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.services {
    padding: 50px 0;
    text-align: center;
}
.services__top{
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
    justify-content: space-between;
    align-items: center;
}
.services__top h2{
    max-width: 400px;
}
.services h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.services-slider .swiper-slide {
    text-align: center;
}

.services-slider img {
    max-width: 100%;
    border-radius: 1px;
}

.services-slider h3 {
    font-size: 24px;
    margin: 10px 0;
}

.services-slider p {
    font-size: 16px;
}

.view-btn {
    background-color: #102353;
    border: none;
    width: fit-content;
    padding: 20px 20px;
    color: #fff;
    cursor: pointer;
    display: block;
    border-radius: 1px;
    margin-top: 20px;
}

.why-choose {
    padding: 80px 0;
    display: flex;
    align-items: center;
}
.why-choose .container{
    display: flex;
    gap: 50px;
    align-items: center;
}
.why-choose__image {
    flex: 1;
}

.why-choose__image img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 25%;
    max-width: 500px;
}

.why-choose__content {
    flex: 1;
    padding-left: 20px;
}

.why-choose__content h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.why-choose__content ul {
    list-style: none;
    margin-top: 40px;
    padding: 0;
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: start;
}

.why-choose__content ul li {
    font-size: 18px;
    margin-bottom: 10px;
}

.booking-steps {
    padding: 50px 0;
    text-align: center;
}

.booking-steps h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.steps {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.step {
    text-align: center;
    width: 30%;
}

.step img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.step h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.step p {
    font-size: 16px;
}

.peace {
    padding: 50px 0;
    background-color: #a3d72a;
    background-repeat: no-repeat;
    background-size: cover;
  
    background-position: center;
    color: #fff;
    text-align: center;
}
.peace .container{
    display: flex;
    gap: 50px;
    align-items: center;
}
.peace h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.peace__items {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex: 1;
    flex-direction: column;
    margin-bottom: 20px;
}

.peace__item {
    text-align: center;
    display: flex;
    gap: 20px;
}
.peace__item i{
    color: #eeeded;
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    font-size: 30px;
    align-items: center;
    justify-content: center;
    flex: 1;
    
    background-color: #e7ba55;
}
.peace__content{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.peace__cont{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.peace__cont p{
    font-weight: 700px;
    font-size: 18px;
}
.peace__content span{
color: #fff;
font-size: 24px;
font-weight: 700;
}
.peace__content p{
    color: #f9f9f9;
}
.peace__item img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.peace__item p {
    font-size: 16px;
}

.offers {
    padding: 50px 0;
    background-color: #fff9e5;
    text-align: center;
}

.offers h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.offer-items {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.offer {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 30%;
}

.offer h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.offer p {
    font-size: 16px;
}

.team {
    padding: 50px 0;
    text-align: center;
}

.team h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.team-members {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.team-member {
    text-align: center;
}

.team-member img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.team-member h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.team-member p {
    font-size: 16px;
}

.stats {
    padding: 90px 0;
    background-color: #53689dc7;
    color: #fff;
    text-align: center;
}

.stats h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.stats-items {
    display: flex;
    justify-content: center;
    gap: 20px;

}

.stat {
    text-align: center;
    max-width: 300px;
    padding: 15px;
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 20px;
}

.stat h3 {
    font-size: 36px;
    margin-bottom: 5px;
}
.stat i{
    font-size: 40px;
}
.stat p {
    font-size: 16px;
}

.pricing {
    padding: 50px 0;
    text-align: center;
}

.pricing h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.plan-items {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.plan {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    width: 30%;
}

.plan.featured {
    background-color: #fff9e5;
}

.plan h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.plan p {
    font-size: 24px;
    margin-bottom: 10px;
}

.plan p span {
    font-size: 16px;
    color: #2a5bd7;
    text-decoration: underline;
    cursor: pointer;
}

.plan ul {
    list-style: none;
    padding: 0;
}

.plan ul li {
    font-size: 16px;
    margin-bottom: 5px;
}

.testimonials {
    padding: 90px 0;
    text-align: center;
}.testimonials span{
    font-size: 30px;
    font-weight: 700;
    color: #f1e312;
}

.testimonials h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.testimonials-slider .swiper-slide {
    text-align: center;
    background-color: #f9f9f9;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
}

.testimonials-slider p {
    font-size: 16px;
}

.appointment {
    padding: 50px 0;
    text-align: center;
}

.appointment h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.appointment form {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.appointment input,
.appointment textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.appointment textarea {
    height: 100px;
}

.blog {
    padding: 50px 0;
    text-align: center;
}

.blog h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.blog-items {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.blog-item {
    text-align: center;
}

.blog-item img {
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.blog-item h3 {
    font-size: 24px;
}

.faq {
    padding: 50px 0;
    text-align: center;
}

.faq h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.faq__item {
    background-color: #d5d9e3;
    padding: 20px;
    /* border-radius: 10px; */
    margin-bottom: 10px;
    text-align: left;
}

.faq__item h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.faq__item p {
    font-size: 16px;
}

.newsletter {
    padding: 50px 0;
    margin-top: 50px;
    background-color: #fff9e5;
    text-align: center;
}
.newsletter .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.newsletter h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.newsletter form {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.newsletter input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 300px;
}

.footer {
    padding: 50px 0;
    background-color: #8c96af;
    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-info p {
    margin: 5px 0;
}
.footer-links{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.footer-links a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    gap: 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: 49px;
        left: 0;
        background-color: #fff;
        width: 100%;
        padding: 20px 0;
    }

    .nav-list.active {
        display: flex;
    }

    .nav-list li {
        margin: 10px 0;
        text-align: center;
    }

    .burger {
        display: flex;
    }

    .about,
    .unleash,
    .why-choose {
        flex-direction: column;
        text-align: center;
    }

    .unleash-content,
    .why-choose__content {
        padding-left: 0;
    }

    .steps,
    .peace__items,
    .offer-items,
    .team-members,
    .stats-items,
    .plan-items,
    .blog-items {
        flex-direction: column;
        align-items: center;
    }

    .step,
    .offer,
    .team-member,
    .stat,
    .plan,
    .blog-item {
        width: 80%;
    }

    .footer-content {
        flex-direction: column;
        gap: 20px;
    }
}
@media screen and (max-width:768px) {
    .hero-slide h1 {
        font-size: 32px;
        color: #fff;
        margin-top: 20%;
    }
    .brands {
        display: flex
    ;
        justify-content: center;
        gap: 40px;
        flex-wrap: wrap;
    }
    .about .container {
        display: flex
    ;
        align-items: center;
        gap: 50px;
        padding: 50px 15px;
        flex-direction: column;
    }
    .about img {
        width: 100%;
        height: auto;
        border-radius: 15%;
        max-width: 500px;
    }
    .why-choose .container {
        display: flex
    ;
        gap: 50px;
        align-items: center;
        flex-direction: column;
    }
    .why-choose__image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 25%;
        max-width: 500px;
    }
    .peace .container {
        display: flex
    ;
        gap: 50px;
        align-items: center;
        flex-direction: column;
    }
    .book__btn {
        background-color: #2f4069;
        border: none;
        padding: 20px 10px;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        text-decoration: none;
        cursor: pointer;
        border-radius: 1px;
    }
    .book__btn {
        background-color: #2f4069;
        border: none;
        padding: 20px 20px;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        display: none;
        text-decoration: none;
        cursor: pointer;
        border-radius: 1px;
    }
    .header .container {
        display: flex
    ;
        padding: 10px;
        justify-content: space-between;
        align-items: center;
    }
    .testimonials {
        padding: 90px 0px;
        width: 100%;
        gap: 20px;
        text-align: center;
    }
    .testimonials-slider .swiper-slide {
        text-align: center;
        background-color: #f9f9f9;
        padding: 0px;
        max-width: 100%;
        width: 100%;
        border-radius: 10px;
    }
 .testimonials .container{
    padding: 0;
 }
}
.coo__banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 500px;
    margin: auto;
    background: #222;
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    z-index: 9999;
    flex-wrap: wrap;
  }
  .coo__buttons {
    display: flex;
    gap: 10px;
  }
  .coo__buttons button {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: white;
  }
  #accept-cookies {
    background: #4CAF50;
  }
  #decline-cookies {
    background: #f44336;
  }