* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
body {
    font-family: Arial, sans-serif;
    color: rgb(31 41 55);
    line-height: 1.6;
}
h1{
    font-size: 36px;
    margin-bottom: 30px;
}
h2

 {
    font-size: 28px;
    margin-bottom: 40px;
    color: #cf0558;
    font-weight: 700;
}
p{
    font-size: 16px;
    color: rgb(31 41 55);
}
.header {
  
    padding: 10px 20px 0 20px;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 999999;
}

.logo {
    display: flex;
   
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    color: #ff69b4;
}
.logo img {
    width: auto;
    height: 60px;
}
.header__top {
    border-bottom: 1px solid #8a888869;
    display: flex
;
    padding-bottom: 10px;
    align-items: center;
    justify-content: space-around;
}
.tel{
text-decoration: none;
color: #cf0558;
font-size: 30px;
font-weight: 900;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__links {
    list-style: none;
    display: flex;
    align-items: center;
}
.list{
    width: 100%;
}
.nav__links {
    display: flex
;
padding: 10px;
    align-items: center;
    width: 100%;
    margin: auto;
    max-width: 1300px;
    justify-content: space-evenly;
}
.nav__links li {
    font-weight: 700;
    /* margin-left: 20px; */
    position: relative;
}
    .nav__links li a:hover{
        padding: 10px;
        background-color: #ff69b428;
    }.nav__links li:hover a{
        text-decoration: dashed;
    }
    .nav__links a {
        padding: 10px;
        display: block;
        border-radius: 5px;
        text-decoration: none;
        color: #111827;
        font-size: 16px;
    }
a.button{
    align-items: center;
    background-color: #071d49;
    border-radius: .5rem;
    display: inline-flex
;

    font-size: 1rem;
    font-weight: 700;
    gap: .5rem;
    justify-content: center;
    line-height: 1.5rem;
    padding: .75rem 1.25rem;
    text-align: left;
    --tw-text-opacity: 1;
    color:rgb(255 255 255);
}

a.button:hover{
    padding: .75rem 1.25rem!important;
    background-color: #040f24!important;
}
.dropdown-content {
    display: none;
    list-style: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    min-width: 160px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content li {
    padding: 10px;
}

.dropdown-content li a {
    color: #1b1c1d;
    font-weight: 500;
    padding: 0;
}
.dropdown-content li:hover a{
    padding: 0;
 transform: scale(1.1);
    background-color: transparent;
}

.btn-contact {
    background: #ff69b4;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.burger span {
    width: 25px;
    height: 3px;
    background: #003087;
    margin: 2px 0;
}

.hero {
    position: relative;
    height: 600px;
   padding: 155px 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}
.container{
    margin: 0 auto ;
    width: 100%;
    max-width: 1320px;
    padding: 15px;
}
.hero__content{
    max-width: 700px;
     padding: 25px;
     border-radius: 10px;
     background-color: #ffffff77;
}
.hero__content p{
    text-align: start;
}
.hero__content h1 {
    font-size: 36px;
    color: #cf0558;
    text-align: start;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}

.hero__ctas .btn-cta {
    background: #ff69b4;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    margin: 0 10px;
    border-radius: 5px;
}

.why-choose-us, .services-we-provide, .testimonials, .blog-tips, .daily-chores, .faq, .join-team {
    padding: 50px 0px;
    text-align: center;
}

.why-choose-us h2, .testimonials h2, .services-we-provide h2, .daily-chores h2, .faq h2, .join-team h2 {
    font-size: 28px;
    margin-bottom: 40px;
    color: #cf0558;
    font-weight: 700;
}

.why-choose-us ul {
    list-style: none;
    text-align: left;
    display: inline-block;
    margin: 20px 0;
}

.why-choose-us ul li {
    margin: 10px 0;
}



.testimonial__item p {
    font-style: italic;
    margin-bottom: 10px;
}

.btn-more {
    background: #ff69b4;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.blog-tips {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.blog-column, .tips-column {
    flex: 1;
}

.blog-item, .tips-item {
    margin-bottom: 20px;
}

.blog-item img, .tips-item img {
    width: 100%;
    height: auto;
}

footer {
    background: #003087;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.footer__content {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.footer__left ul {
    list-style: none;
    margin-top: 20px;
}

.footer__left ul li {
    margin: 10px 0;
}

.footer__right a {
    color: #fff;
    margin: 0 10px;
    font-size: 20px;
}

.copyright {
    margin-top: 20px;
    font-size: 12px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav__links {
        display: none;
        width: 100%;
        position: absolute;
        top: 70px;
        left: 0;
        background: #fff;
        flex-direction: column;
        text-align: center;
    }

    .nav__links.active {
        display: flex;
    }

    .burger {
        display: flex;
    }

    .blog-tips {
        flex-direction: column;
    }

    .hero {
        height: 300px;
    }

    .hero__content h1 {
        font-size: 24px;
    }
}
.check__list {
    list-style: none;
    padding: 0;
  }
  .check__list li {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .check__list li i {
    color: #cc2e8a;
    margin-right: 8px;
  }
  .why-choose-us__wrap{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .why-choose-us__wrap img{
   width: 100%;
   border-radius:30px ;
   object-fit: cover;
   height: 400px;
  }
  .why-choose-us__wrap  p{
    text-align: start;
  }
  .why-choose-us__wrapper{
    display: flex;
    gap: 50px;
  }
  .why-choose-us__wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .why-choose-us__item{
    border-radius: 10px;
    padding: 20px;
    border: 1px  solid #d3d1d1;
    border-left: 5px solid #051729;
    box-shadow: #000, 0 0 #0000, var(#000, 0 0 #0000), #00000017;
  }
  .why-choose-us__item-content{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
  }
  .why-choose-us__item-content h4{

  }
  .testimonials {
    padding: 40px 20px;
    text-align: center;
  }

  .swiper {
    padding: 40px 0 20px;
  }

  .testimonial__item {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
  }

  .testimonial__item .icon {
    font-size: 88px;
    border-radius:100% ;
    margin-top: -50px;
    line-height: 1;
    border: 5px solid #fff;
    color: #cf0558;
    margin-bottom: 15px;
  }

  .testimonial__item p {
    font-style: italic;
  }

  .testimonial__item span {
    display: block;
    margin-top: 10px;
    font-weight: bold;
  }

  .testimonial__item-bottom {
    font-size: 14px;
    color: #777;
    margin-top: 8px;
  }

  .star {
    color: gold;
    font-size: 20px;
  }
  .testimonial__item-bottom{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 28px;
    color: #777;
    font-weight: 700;
  }
  .accordion__section {
    border-radius: 10px;
    padding: 10px;
    height: fit-content;
    border: 1px solid #d3d1d1;
    border-left: 5px solid #051729;
    box-shadow: #000, 0 0 #0000, var(#000, 0 0 #0000), #00000017;
  }
  
  .accordion__header {
    cursor: pointer;
   
    padding: 0px 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
  }
  
 
  
  .accordion__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .accordion__icon {
    font-size: 20px;
    transition: transform 0.3s ease;
  }
  
  .accordion__header.active .accordion__icon {
    transform: rotate(45deg);
  }
  
  .accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: #fff;
  }
  
  .accordion__content ul {
    padding: 10px 20px;
    margin: 0;
    gap: 40px;
 margin-top: 30px;
    columns: 2;
}
  
  .accordion__content li {
    margin-bottom: 6px;
    text-align: start;
    font-weight: 700;
  }
  
  .accordion__content a {
    text-decoration: none;
    color: #333;
  }
  .services-we-provide__list{
    display: flex;
    gap: 50px;
    margin-top: 50px;
  }
  .services-we-provide__list .accordion__section{
flex: 1;
  }
  .blog-item img{
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 10px;
  }
  .blog-tips .container{
    display: flex;
    gap: 50px;
  }
  .blog-column{
    display: flex;
    height: fit-content;
    flex-direction: column;
    gap: 30px;
    border-radius: 10px;
    padding: 24px;
    border: 1px solid rgb(209 213 219);
  }
  .blog-column__header{
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .blog-column__header h2{
    margin: 0;
  }
  .blog-column__header a,
  .blog-column__header i{
    color: #cf0558;
    text-decoration: none;
  }
.blog-item a h4{
    color: #111827;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: start;
}
.blog-item p{
    text-align: start;
    margin-bottom: 10px;
}
.blog-item p + a{
    color: #cf0558;
    text-align: start;
    display: block;
}
.faq h3{
    text-align: start;
    margin-top: 40px;
}
.faq__list{
    margin-top: 10px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
footer{
 border-top: 5px solid #cf0558;
    background-color: #f6f6f8;
}
.social a i{
    font-size: 15px;
    margin-right: 5px;
    color: #f34b9f;
}
footer .logo{
    justify-content: center;
    flex-direction: column;
}
.footer__item h4{
    color: #040f24;
    font-weight: 700;
    margin-bottom: 30px;
}
footer ul li a{
    color: #777;
    text-align: start;
}
footer ul li{
    text-align: start;
}
.footer__ul {
    margin-top: 50px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
footer .tel {
    text-decoration: none;
    color: #cf0558;
    font-size: 15px;
    font-weight: 900;
}
.footer__ul a{
    color: #333;
}
.our .why-choose-us__wrapper{
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.our .why-choose-us__items{
    display: flex;
    gap: 40px;
    width: 100%;
    margin-top: 50px;
}
.our .why-choose-us__item{
    border-radius: 20px;
    display: flex;
    gap: 20px;
    flex: 1;
    align-items: center;
    border: 0;
    background-color: #fff;
    flex-direction: column;

}
.our .why-choose-us__item h3{
    color: #cf0558;
}
.our .why-choose-us__item i{
width: 80px;
height: 80px;
border-radius: 100%;
font-size: 40px;
color: #cc2e8a;
display: flex;
align-items: center;
justify-content: center;
background-color: #1b0a3a;
}
.our .blog-item{
    border-radius: 20px;
    border: 1px solid  #1b0a3a;
    display: flex;
    padding: 16px 24px;
    border-left: 5px solid #040f24;
    gap: 40px;
    align-items: center;
}
.our .blog-column{
    border: none;
}
.our .blog-item__content{

}
.our .blog-item__content h3{
margin-bottom: 30px;
text-align: start;
}
.blog-item__content p{

}
.our .blog-item img{
    height: 180px;
    max-width: 272px;
    object-fit: cover;
}
.our .btn-more{
    text-wrap-mode: nowrap;
}
.why-choose-u.seritem{
    background-color: #cacaca;
}
.seritem .blog-column{
    flex-direction: row;

}
.seritem .blog-item{
    flex: 1;
    border: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
}
.container.seritem {
    flex-direction: column;
}
.seritem .blog-item i{
    font-size: 50px;

}
.blog-tips.seritem {
    flex-direction: column;
}
.blog-tips.blog .container {
    display: flex
;
flex-direction: column;
    gap: 30px;
}
.blog .blog-item{
    display: flex;
    gap: 50px;
    align-items: center;
}
.blog  .blog-item img

 {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.blog .blog-item a h4

 {
    color: #cf0558;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: start;
}
.blogitem{

}
.blogitem img{
    width: 90%;
    height: 350px;
    margin: 20px auto;
    border-radius: 10px;
    object-fit: cover;
}
.blogitem span{
    display: block;
}
.blogitem p{
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
}
.blogitem h3{
    color: #cf0558;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.blogitem ul{
    padding-left: 10px;
    list-style: none;
}
.blogitem ul li{
display: flex;

gap: 5px;
}
.blogitem ol{
    padding-left: 20px;
    margin-bottom: 20px;
}
.blogitem{
    padding: 160px 0 100px;
}
.request{
    padding: 160px 0 50px;
    background-color: #d3d3d3;
}

.request__form {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;

   background-color: #fff;
  }
  .request__form label {
    display: block;
    font-weight: bold;
    margin-top: 15px;
  }
  .request__form input,
  .request__form select {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    box-sizing: border-box;
  }
  .request__form small {
    color: #777;
    font-size: 12px;
  }
  .request__form .checkbox-group {
    margin-top: 15px;
  }
  .request__form button {
    margin-top: 20px;
    background-color: #ff00aa;
    border: none;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
  }
  .request__form button:hover {
    background-color: #b3008c;
  }
  .checkbox-group__content{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  input#sms_optin

 {
    width: 10px;
    height: 10px;
}
.request__form-items{
    display: flex;
    gap: 20px;

}
.request__form-item{
    flex: 1;
}
#successMessage{
    display: none
;
    text-align: center;
    padding: 20px;
    vertical-align: middle;
    height: 100vh;
    font-size: 26px;
    line-height: 120%;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:768px) {
    .hero {
        height: 100vh;
    }
    .why-choose-us__wrapper {
        display: flex
    ;
        gap: 30px;
        flex-direction: column;
    }
    .services-we-provide__list {
        display: flex
    ;
        gap: 50px;
        margin-top: 50px;
        flex-direction: column;
    }
    .blog-tips .container {
        display: flex
    ;
        gap: 50px;
        flex-direction: column;
    }
    .blog-column__header {
        display: flex
    ;
        align-items: center;
        gap: 20px;
        flex-direction: column;
    }
    .tel{
        display: none;
    }
    .burger {
        position: absolute;
        right: 18px;
        display: flex
;
        top: 23px;
    }
    .dropdown-content {
        display: block;
        list-style: none;
        position: relative;
        background: #fff;
        box-shadow: none;
        min-width: 160px;
        z-index: 1;
    }
    .nav__links.active {
        display: flex
;
        overflow: scroll;
        padding: 20px 0 100px;
        height: 100vh;
    }
    .our .why-choose-us__items {
        display: flex
    ;
        gap: 40px;
        width: 100%;
        margin-top: 50px;
        flex-direction: column;
    }
    .our .blog-item {
        border-radius: 20px;
        border: 1px solid #1b0a3a;
        display: flex
    ;
        padding: 16px 24px;
        border-left: 5px solid #040f24;
        gap: 40px;
        align-items: center;
        flex-direction: column;
    }
    .seritem .blog-column {
        flex-direction: column;
    }
    .blog .blog-item {
        display: flex
    ;
        gap: 50px;
        align-items: center;
        flex-direction: column;
    }
    .request__form-items

 {
    display: flex
;
    gap: 10px;
    flex-direction: column;
}
.logo {
    display: flex
;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #ff69b4;
}
}
#cookie__banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #222;
    color: white;
    padding: 15px;
    text-align: center;
    z-index: 9999;
  }
  
  #cookie__banner p {
    margin: 0;
    font-size: 14px;
  }
  
  #cookie__banner button {
    background: #f06292;
    color: white;
    border: none;
    padding: 8px 16px;
    margin-left: 15px;
    cursor: pointer;
  }