body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    background-color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header {
    background-color: #1f1c1c;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(54, 53, 53, 0.1);
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a{
    text-decoration: none;
}
.logo {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #ffffff;
}

.nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-list li {
    margin-left: 20px;
}

.nav-list a {
    color: #ece2e2;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
}

.nav-list a:hover {
    color: #2d2d2e;
}

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.burger span {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 2px 0;
}

.phone {
    color: #eff0f3;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

.book-btn {
    background-color: #121213;
    border: none;
    padding: 15px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    border-radius: 1px;
}

.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero__slider {
    height: 100%;
}
.hero__content ul{
    display: flex;
    list-style: none;
    margin-bottom: 50px;
    gap:20px;
}
.hero__slide {
    position: relative;
    height: 100vh;
    display: flex!important;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.hero__slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero__slide .container {
    z-index: 1;
}

.hero__slide h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero__slide p {
    font-size: 24px;
    margin-bottom: 20px;
}

.estimate-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 300px;
    margin: 0 auto 20px;
}

.estimate-form input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.slick-dots {
    bottom: 20px;
}

.slick-dots li button:before {
    color: #fff;
    font-size: 12px;
}

.slick-dots li.slick-active button:before {
    color: #050505;
}

.trusted {
    padding: 50px 0 0;
    margin-bottom: 100px;
    text-align: center;
    background-color: #2c2d31;
    color: #fff;
}

.trusted p {
    font-size: 18px;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.brands {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.brands img {
    height: 30px;
}

.services {
    padding: 0px 0 50px;
    text-align: center;
}

.services h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.services p {
    font-size: 18px;
    margin-bottom: 50px;
}

.service-items {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.service-item p{
    text-align: start;
}

.service-item {
    text-align: center;
    width: 18%;
}

.service-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.service-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.view-btn {
    background-color: #2a5bd7;
    border: none;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 20px;
}

.testimonial {
    padding: 100px 0;
    text-align: center;
}
.testimonial .container{
    display: flex; gap: 50px;
    align-items: center;
}
.testimonial__img{
flex: 1;
}
.step i,
.standards__item i {
    transition: transform 0.3s;
    font-size: 50px;
    color: #eebb14;
}
.step:hover i,
.standards__item:hover i {
    transform: scale(1.2);
}
.testimonial__s{
    width: 100%;
    max-width: 500px;
}
.testimonial__img img{
    width: 100%;
    max-height: 500px;
    clip-path: polygon(50% 0%, 93% 6%, 100% 26%, 100% 65%, 84% 89%, 34% 100%, 10% 85%, 0 74%, 5% 25%, 20% 5%);
}
.testimonial__content{
display: flex;
padding: 20px;
flex-direction: column;
gap: 20px;
align-items: flex-start;
}
.testimonial__content p{

    margin-top: 20px;
font-size: 16px;
color: #777;
}
.testimonial__content span{
color: #eaee14;
font-size: 28px;
}
blockquote{
    margin: 0;
}
.testimonial__content blockquote  p {
    font-size: 20px;
    text-align: start;
    color: #2c2d31;
}
.testimonial__slider .swiper-slide {
    background-color: #f9f9f9;

    border-radius: 10px;
}

.testimonial__slider img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.testimonial__slider p {
    font-size: 16px;
    margin-bottom: 5px;
}

.booking-steps {
    padding: 50px 0;
    text-align: center;
    background-color: #fff9e5;
}

.booking-steps h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.steps {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 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;
}

.standards {
    padding: 50px 0;
    text-align: center;
    background-color: #fff9e5;
}

.standards h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.standards__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-bottom: 20px;
}

.standards__item {
    text-align: center;
    max-width: 300px;
}

.standards__item img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.standards__item p {
    font-size: 16px;
}

.stats {
    padding: 90px 0;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  background-attachment: fixed;
    background-color: #2ad733;
    color: #fff;
}

.stats h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.stats-items {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}

.stat {
    text-align: center;
    max-width: 250px;
}

.stat h3 {
    font-size: 46px;
    margin-bottom: 5px;
}

.stat p {
    font-size: 16px;
}

.reasons {
    padding: 50px 0;
    text-align: center;
}

.reasons h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.reasons p {
    font-size: 18px;
    margin-bottom: 20px;
}

.reasons-items {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.reasons-item {
    text-align: center;
}

.reasons-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.reasons-item p {
    font-size: 16px;
}

.reviews {
    padding: 50px 0;
    text-align: center;
    background-color: #fff9e5;
}

.reviews h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.reviews-slider .swiper-slide {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.reviews-slider img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.reviews-slider p {
    font-size: 16px;
    margin-bottom: 5px;
}

.location {
    padding: 50px 0;
    text-align: center;
}

.location h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.location p {
    font-size: 18px;
    margin-bottom: 10px;
}

.location img {
    max-width: 100%;
    margin-bottom: 20px;
}

.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-items {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background-color: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.faq-item summary {
    padding: 15px 20px;
    font-size: 24px;
    cursor: pointer;
    list-style: none;
}

.faq-item[open] summary {
    border-bottom: 1px solid #ccc;
}

.faq-item p {
    padding: 15px 20px;
    font-size: 16px;
    margin: 0;
}

.guarantee {
    padding: 50px 0;
    background-color: #fff9e5;
    text-align: center;
}

.guarantee h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.guarantee p {
    font-size: 18px;
    margin-bottom: 50px;
}

.learn-btn {
    background-color: #3a413b;
    border: none;
    padding: 20px 20px;
    color: #fff;
    margin: auto;
    display: block;
    cursor: pointer;
    width: fit-content;
    font-size: 20px;
    font-weight: 700;
    border-radius: 1px;
}
.c-hero{
 position: relative; 
 padding: 120px 0;  
}
.c-hero h1{
    font-size: 46px;
    color: #fff;
}
.c-hero__img {
position: absolute;
height: 100%;
width: 100%;
z-index: -1;
top: 0;
left: 0;
background-color: #202220;
}
.c-hero__img img{
width: 100%;
object-fit: cover;
height: 100%;
}
.cta {
    padding: 50px 0;
    background-color: #3a413b;
    color: #fff;
    text-align: center;
}

.cta h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.cta p{
    font-size: 24px;
}
.contact-details{
    padding: 50px 0;
}
.contact-details .container{
    display: flex;
    gap: 50px;
    align-items: center;
}
.contact-details .container img{
    width: 100%;
    max-width: 500px;
    max-height: 500px;
    clip-path: polygon(50% 0%, 93% 6%, 100% 26%, 100% 65%, 84% 89%, 34% 100%, 10% 85%, 0 74%, 5% 25%, 20% 5%);
}
.contact-details__content{
    display: flex;
    max-width: 500px;
    flex-direction: column;

}
.contact-details__conte{
    margin-top: 40px;
}
.footer {
    padding: 50px 0;
    background-color: #3a413b;
    color: #fff;
    z-index: -1;
    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: 10px 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: 76px;
        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;
    }

    .service-items,
    .steps,
    .standards__items,
    .stats-items,
    .reasons-items,
    .blog-items {
        flex-direction: column;
        align-items: center;
    }

    .service-item,
    .step,
    .standards__item,
    .stat,
    .reasons-item,
    .blog-item {
        width: 80%;
    }


    .footer-content {
        flex-direction: column;
        gap: 20px;
    }
   
}

.marquee {
    overflow: hidden;
    position: relative;
    width: 100%;

    padding: 0px 0;
  }
  .marquee__inner {
    display: flex;
    width:max-content;
    animation: scroll 20s linear infinite;
  }
  .marquee__img{
    flex: 1;
  }
  .marquee__inner img {


    height: 400px;
    object-fit: cover;
    width: 400px;
  }
  @keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  .service-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    row-gap: 60px;
    margin-top: 30px;
  }
  .services{
    background-color: #f8f8f8;
  }
  .service-item {
    text-align: center;
    padding:60px 30px;
    border-radius:20px ;
    width: auto;
    background-size: cover;
    background-color: #ffffff;
    transition: background 0.5s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .service-item::before {
    content: '';
    position: absolute;
    inset: 0;

    background-size: cover;
    background-position: center;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
    z-index: -1;
  }
  
  .service-item:hover::before {
    opacity: 1;
  }
  .service-item h3 {
    font-size: 24px;
    text-align: start;
    margin-bottom: 10px;
}
  .service-item i {
    font-size: 56px;
    color: #444;
    text-align: start;
    margin-bottom: 10px;
    display: block;
  }
  @media screen and (max-width:768px) {
    .header .container {
        display: flex
    ;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .burger span {
        width: 25px;
        height: 3px;
        background-color: #f9f3f3;
        margin: 2px 0;
    }
    .service-items {
        display: grid
    ;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        row-gap: 60px;
        margin-top: 30px;
    }
    .testimonial .container {
        display: flex
    ;
        gap: 50px;
        align-items: center;
        flex-direction: column;
    }
    .hero__content ul {
        display: flex
    ;
        list-style: none;
        margin-bottom: 50px;
        gap: 20px;
        flex-wrap: wrap;
    }
    .hero__slide h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .contact-details .container {
        display: flex
    ;
        gap: 50px;
        align-items: center;
        flex-direction: column;
    }
    .footer-links a {
        color: #fff;
        text-decoration: none;
        margin: 10px 10px;
        display: block;
    }
  }
  .contact-details.terms .container{
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .contact-details.terms{
    padding: 120px 0;
  }
  #cookie__banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111;
    color: #eee;
    padding: 20px;
    font-family: sans-serif;
    z-index: 10000;
    display: none;
    box-shadow: 0 -5px 15px rgba(0,0,0,0.5);
  }

  .cookie__content {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .cookie__content p {
    margin: 0;
    font-size: 16px;
    text-align: center;
  }

  .cookie__buttons {
    display: flex;
    gap: 10px;
  }

  .cookie__buttons button {
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
    transition: background 0.3s;
  }

  .cookie__buttons .accept {
    background: #28a745;
    color: white;
  }

  .cookie__buttons .accept:hover {
    background: #218838;
  }

  .cookie__buttons .decline {
    background: #6c757d;
    color: white;
  }

  .cookie__buttons .decline:hover {
    background: #5a6268;
  }