* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, sans-serif;
  }

  .second-top-heading .text p{
    color: white;
  }
  @media(max-width: 425px){
    .text h1{
        font-size: 38px !important;
    }
      .second-top-heading .text p{
    color: white;
    font-size: 18px;
  }
  }
  
  .main {
    height: 550px;
    width: 100%;
    position: relative;
  }
  
  .main img {
    height: 550px;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  
  .main-1 {
    position: absolute;
    bottom: 20px;
    left: 40px;
    z-index: 2;
    max-width: 100%;
    /* top: 100px; */
}

  
  .second-top-heading {
    height: 450px;
    width: 550px;
    position: relative;
    z-index: 3;
    line-height: 1.05em;
    gap: 20px;
    /* top: 120px; */
    /* background-color: #000; */
  }
  
  .text {
    /* position: absolute; */
    /* color: black; */
    z-index: 4; 
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
    top: 0px;
  }

  .text-heading{
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
    /* border-bottom: 5px solid #9cc222; */
        border-bottom: 5px solid   #315347;
  }


  .text h1{
        font-size: 36px;
        font-weight: 500;
        line-height: 1em;
  }


  .text h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2em;
    padding-bottom: 15px;
    border-radius: 10px;
  }

  .suggestions-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 5px 0;
    box-sizing: border-box;
    border-radius: 4px;
    display: none;
}


.suggestions-container .suggestion-item {
    padding: 8px 10px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-align: left;
}

.suggestions-container .suggestion-item:hover {
    background-color: #315347;
    color: #fff;
}

.suggestions-container .suggestion-item:focus {
    outline: none;
    background-color: #c3e6cb;
    color: #315347;
}

     .search-container {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .search-bar {
        position: relative;
        width: 100%;
        /* max-width: 500px;  */
        display: flex;
        align-items: center;
    }

    .search-input {
        width: 100%;
        padding: 20px;
        border: 2px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
        outline: none;
    }


    .search-input:focus {
        background-color: #f1f1f1;  
        border-color:   #315347;      
        color: #333;                
    }

    .search-button {
        position: absolute;
        right: 0;
        background-color: #315347;
        color: white;
        border: none;
        /* border-radius: 5px; */
        padding: 12px 12px;
        cursor: pointer;
        font-size: 16px;
        margin-right: 10px;
    }


@media (max-width: 992px) {
    .main-1 {
        bottom: 80px;
        left: 50px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .main-1 {
        bottom: 60px;
        left: 0px;
        right: 0px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
padding: 20px;

    }
    .top{
      flex-direction: column;
    }


    .second-top-heading{
      height: 400px;
      width: 100%;
    }


    .text {
      /* height: 100%; */
      width: 100%;
    }

    .search-bar {
        max-width: 100%;
    }

    .search-input {
        font-size: 14px;
    }

    .search-button {
        font-size: 14px;
        padding: 8px 16px;
    }
}

@media (max-width: 480px) {

    .main{
        height: 550px;
        /* margin-top: 20px; */
    }

    .main img{
        height:100%;
    }

    .main-1 {
        max-width: 100%;
        height: 100%;
        bottom: 0px;
        /* top: 0px; */
    }

    .second-top-heading {
        height: 450px;
}

.search-bar {
    max-width: 100%;
    align-items: end;
}

.second-heading{
gap: 10px;
}

/* .suggestions-container{
margin-top: 50px;
} */

.search-input {
    font-size: 14px;
    /* height: 100px; */
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.search-button {
    font-size: 14px;
    padding: 12px 8px;
    /* width: 100%; */
    margin-right: 0px;
    border-radius: 0px 5px 5px 0px;
}

.span1{
    display: none;
}

.text{
    padding: 0px;
}

}


@media (max-width: 480px) {
    .search-container {
        max-width: 100%;
    }

    .search-box input {
        font-size: 14px;
    }
}

.second-after-main-1 {
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    width: 80%;
    /* margin: auto; */
    /* margin-top: 50px; */
}

.cleaning-heading h1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}

.card-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.down-section {
    width: 100%;
    max-width: 30%;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.down-section:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border: 2px solid   #315347;
    cursor: pointer;
}

.image-1 img {
    width: 100%;
    height: auto;
    max-width: 200px;
    margin-bottom: 20px;
}

.title {
    margin: 10px 0;
}

.icon-title-png {
    display: flex;
    /* align-items: center;
    justify-content: center; */
}

.icon-title-png img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.icon-title-png p {
    font-size: 1.2rem;
    font-weight: bold;
    color: #555;
}

.description {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
    padding: 0 10px;
    text-align: left;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .card-section {
        justify-content: center;
    }

    .down-section {
        width: 100%;
        max-width: 45%;
        margin-bottom: 20px;
    }

    .cleaning-heading h1 {
        font-size: 2rem;
    }

    .image-1 img {
        max-width: 80%;
        margin-bottom: 15px;
    }

    .icon-title-png p {
        font-size: 1.1rem;
    }

    .description {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .card-section {
        justify-content: center;
    }

    .down-section {
        width: 100%;
        max-width: 90%;
        margin-bottom: 15px;
    }

    .cleaning-heading h1 {
        font-size: 1.5rem;
    }

    .icon-title-png img {
        width: 30px;
        height: 30px;
    }

    .icon-title-png p {
        font-size: 1rem;
    }

    .description {
        font-size: 0.85rem;
    }
}



.second-after-main {
    position: relative;
    width: 100%;
    height: 500px;
    margin: auto;
    margin-bottom: 50px;
    /* background-color: #d6ddbf; */
}

.second-after-main > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* border-radius: 50px; */
}

.left-content {
    position: relative;
    z-index: 2;
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

.left-description {
    width: 50%;
}

.left-description h1 {
    font-size: 32px;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    padding: 10px;
}

.left-description h1::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    border-radius: 10px;
}

.left-description p {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    padding: 10px;
}


.happiness-logo-container {
    position: relative;
    width: 100%;
    height: 100%;  /* Adjust the height based on your needs */
    display: flex;
    justify-content: left;
    align-items: flex-start;
}

.moving-logo {
    width: 20vw;  /* Responsive width (20% of the viewport width) */
    height: auto;
    animation: moveLogo 4s infinite alternate;
}

/* Keyframes for moving the logo */
@keyframes moveLogo {
    0% {
        transform: translateX(0);  /* Start at the original position */
    }
    50% {
        transform: translateX(10px);  /* Move to the right */
    }
    100% {
        transform: translateX(0);  /* Return to the original position */
    }
}

/* Responsive adjustments */
@media(max-width: 1024px) {
    .moving-logo {
        width: 15vw;  /* Adjust logo size for medium screens */
    }
}

@media(max-width: 768px) {
    .happiness-logo-container {
        height: 150px;  /* Adjust container height for smaller screens */
    }

    .moving-logo {
        width: 25vw;  /* Adjust logo size for smaller screens */
    }
}

@media(max-width: 480px) {
    .happiness-logo-container {
        height: 120px;  /* Adjust container height for mobile screens */
    }

    .moving-logo {
        width: 30vw;  /* Adjust logo size for mobile screens */
    }
}



@media(max-width: 1024px) {
    .second-after-main {
        width: 100%;
    }

    .left-description h1 {
        font-size: 30px;
    }

    .left-description p {
        font-size: 16px;
    }

}

@media(max-width: 768px) {
    .left-description {
        width: 100%;
    }

    .second-after-main {
        width: 100%;
        height: 100%;
    }

    .second-after-main img {
        padding: 15px;
    }

    .left-description h1 {
        font-size: 26px;
    }

    .left-description p {
        font-size: 14px;
    }

}

@media(max-width: 480px) {
    .second-after-main {
        width: 100%;
        height: 100%;
    }

    .left-description h1 {
        font-size: 22px;
    }

    .left-description p {
        font-size: 12px;
    }

}


.third-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 20px;
    flex-wrap: wrap;
}

.left {
    flex: 1;
    margin-right: 20px;
    text-align: left;
}

.left h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.left p {
    font-size: 16px;
    line-height: 1.6;
}

.left i {
    margin-right: 10px;
    font-size: 16px;
}

.left a {
    color:   #315347;
    font-weight: bold;
}

.left a:hover{
   color:  #315347;
}

.right {
    flex: 2;
    /* max-width: 600px; */
    overflow-x: auto;
}

.right table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.right th, .right td {
    text-align: left;
    padding: 10px;
    border: 1px solid #ddd;
}

.right th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.right td img {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.right tr:hover {
    background-color: #f1f1f1;
}

@media (max-width: 768px) {
    .third-main {
        flex-direction: column;
        align-items: center;
        padding: 30px 20px;
    }

    .left {
        margin-right: 0;
        /* text-align: center; */
        margin-bottom: 30px;
    }

    .right {
        width: 100%;
        max-width: none;
    }

    .right table {
        font-size: 14px;
    }

    .right th, .right td {
        padding: 8px;
    }

    .right td img {
        height: 15px;
        width: 15px;
    }

    .right tr:hover {
        background-color: #f9f9f9;
    }
}

@media (max-width: 480px) {
    .third-main {
        padding: 20px;
    }

    .left h1 {
        font-size: 24px;
    }

    .left p {
        font-size: 14px;
    }

    .right table {
        font-size: 12px;
    }

    .right th, .right td {
        padding: 6px;
    }
}


.fourth-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 50px;
    flex-wrap: wrap;
    gap: 100px;
    background-color: #f9f9f9;
}

.left-1 {
    flex: 1;
    margin-right: 20px;
    text-align: left;
}

.left-1 h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.left-1 p {
    font-size: 16px;
    line-height: 1.6;
    /* letter-spacing: 1px; */
}

.left-1 i {
    margin-right: 10px;
    font-size: 16px;
}

.left-1 a {
    background-color: #315347;
    color:   #fff;
    font-weight: bold;
}

.left-1 a:hover{
    background-color: #315347;
   color:  #fff;
}

.right-1 {
    flex: 2;
    /* max-width: 600px; */
    overflow-x: auto;
    display: flex;
        flex-direction: column;
        gap: 40px;
}

.r-1{
    display: flex;
    align-items: center;
}

.r-1 p{
    font-size: 20px;
    font-weight: 500;
margin-bottom: 0px;
}

.right-1 img {
    height: 40px;
    width: 40px;
    margin-right: 15px;
}

/* Base Styles for the Section */
.fourth-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px;
    flex-wrap: wrap;
    gap: 100px;
}

.left-1 {
    flex: 1;
    margin-right: 20px;
    text-align: left;
}

.left-1 h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.left-1 p {
    font-size: 16px;
    line-height: 1.6;
}

.left-1 i {
    margin-right: 10px;
    font-size: 16px;
}

.left-1 a {
    color:   #315347;
    font-weight: bold;
}

.left-1 a:hover {
    color: #315347;
}

.right-1 {
    flex: 2;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.r-1 {
    display: flex;
    align-items: center;
}

.r-1 p {
    font-size: 16px;
    font-weight: 500;
}

.right-1 img {
    height: 40px;
    width: 40px;
    margin-right: 15px;
}

@media (max-width: 768px) {
    .fourth-main {
        flex-direction: column;
        padding: 30px 20px;
        gap: 40px;
    }

    .button-1{
        margin: auto;
        margin-top: 30px;
    }


    .left-1 {
        flex: 1;
        /* text-align: center; */
    }

    .left-1 h1 {
        font-size: 28px;
    }

    .left-1 p {
        font-size: 14px;
    }

    .right-1 {
        flex: 1;
    }

    /* .r-1 p {
        font-size: 18px;
    } */

    .right-1 img {
        height: 40px;
        width: 40px;
    }
}

@media (max-width: 480px) {
    .fourth-main {
        flex-direction: column;
        padding: 20px;
        gap: 30px;
    }

    .button-1{
        margin: auto;
        margin-top: 30px;
    }

    .left-1 h1 {
        font-size: 24px;
    }

    .left-1 p {
        font-size: 14px;
    }

    .left-1 a {
        font-size: 14px;
        text-decoration: none;
    }

    .right-1 {
        flex: 1;
    }

    .right-1 img {
        height: 35px;
        width: 35px;
    }
}

.fifth-main {
    display: flex;
    justify-content: space-between;
    padding: 50px;
    gap: 50px;
    flex-wrap: wrap;
    height: 600px;
    align-items: center;
    /* background-color: #f9f9f9; */
}

.left-2 {
    flex: 1;
    text-align: left;
    flex: 1;
    text-align: left;
    /* background-color: #ececec; */
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    padding: 0px 50px;
    box-shadow: 0px 0px  10px 1px #ececec;
}

.left-2 h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.left-2 p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}


.right-2 {
    flex: 1;
    text-align: left;
    background-color: #ececec;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    padding: 0px 50px;
}

.right-2 h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.right-2 p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.right-2 .btn-1{
    /* width: 100%; */
    display: flex;
    flex-direction: row;
}

.right-2 .btn-1 p{
font-weight: 600;
margin-bottom: 0;
}


.btn-1 button{
    width: max-content;
}


.button-1 p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    display: inline-block;
    
}


@media (max-width: 768px) {
    .fifth-main {
        flex-direction: column;
        padding: 30px 20px;
        gap: 30px;
    }

    .right-2 .btn-1{
flex-direction: column;
justify-content: center;
align-items: center;
    }

    .right-2 .btn-1 button{
        width: 100%;
    }

    .left-2, .right-2 {
        flex: 1;
        text-align: center;
        padding: 15px;
        width: 100%;
    }

    .left-2 h1, .right-2 h1 {
        font-size: 28px;
    }

    .left-2 p, .right-2 p {
        font-size: 14px;
    }

    .right-2 .btn-1{
        width: 100%;
    }

}

@media (max-width: 537px) {
    .fifth-main {
        flex-direction: column;
        padding: 20px 20px;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .fifth-main {
        padding: 20px;
        gap: 20px;
        height: auto;
    }

    .left-2 h1, .right-2 h1 {
        font-size: 24px;
    }

    .left-2 p, .right-2 p {
        font-size: 14px;
    }

    .right-2 .btn-1{
        flex-direction: column;
    }

    .btn-1 button {
        width: 100%;
    }
}


/* .button{
    pointer-events: auto;
} */

.search-container1{
    flex-direction:column;
}

.suggestions-containers{
    position: static;
}

.button-1 button {
    background-color: #315347;
    border: none;
    padding: 15px 25px;
    font-size: 16px;
    cursor: pointer;
}
button a{
    text-decoration: none;
}
.search-bar button {
    border-radius: 5px;
}