/* Navbar Styling */

.mainclass {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.navbar {
    background-color: white;
    padding: 10px 70px;
    border-bottom: 2px solid #f0f0f0;
}

.cls_logo {
    width: 66px;
    height: 55px;
}

.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-nav .nav-item {
    margin-left: 20px;
}

.btn {
    border-radius: 8px;
    font-weight: bold;
    height: 55px;
    width: 112px;
}

.sign_btns_bg {
    background-color: #fcdc00;
    color: black;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign_btns {
    border: 1px solid #fcdc00;
    background-color: white;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign_btns_bg:hover,
.sign_btns:hover {
    opacity: 0.8;
}

.nav-link {
    font-weight: bold;
    color: #424242 !important;
}

.nav-link.active {
    color: black !important;
}


/* Main Section Styling */

.main-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 70px;
    padding-top: 7rem;
}

.main-content {
    max-width: 50%;
}

.title {
    display: flex;
    gap: 0.5rem;
}

h1 {
    margin: 0;
}

h1.light {
    font-weight: 400;
}

p {
    margin: 20px 0;
    line-height: 1.5;
    color: #555;
}

.download-buttons img {
    margin-right: 10px;
    width: 150px;
    cursor: pointer;
}

.user-stats {
    margin-top: 20px;
}

.user-stats span {
    display: block;
}

.user-stats .highlight {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 5px;
}

.user-icons img {
    width: 40px;
    border-radius: 50%;
    margin-right: 5px;
}

.phone-image img {
    width: 641px;
    height: 730px;
    max-width: 100%;
}

.services-section {
    background-color: #fff;
    padding: 50px 20px;
    width: 95%;
}

.services-header {
    text-align: center;
    margin-bottom: 30px;
}

.services-header h1 {
    font-weight: 700;
    margin-bottom: 10px;
}

.services-header p {
    margin-top: 10px;
    color: #6c757d;
}

.service-card {
    text-align: left;
    background: #f8f9fa;
    border: 1px solid #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    width: 256px;
    height: 300px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    gap: 1rem;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card img {
    width: 50px;
    margin-bottom: 15px;
}

.service-card h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 0.9rem;
    color: #6c757d;
}

.container .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.container {
    width: 100%;
}

@media (max-width: 1200px) {
    .container .row {
        gap: 10px;
    }
}

.about-section {
    background-color: #f8f9fa;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.about-header {
    text-align: left;
    margin-bottom: 20px;
}

.about-header h1 {
    font-weight: 700;
    margin-bottom: 15px;
}

.about-header p {
    line-height: 1.6;
    font-size: 23px;
    color: #6c757d;
}

.video-container {
    margin-top: 30px;
    position: relative;
    width: 100%;
}

.video-container img {
    width: 100%;
    border-radius: 8px;
}

.video-container .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.video-container .play-button img {
    width: 30px;
    height: 30px;
}

.video-container .time-stamp {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}

.app-main {
    width: 100%;
    height: 581px;
    background-color: #EEDC32;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.app-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}

.app-image {
    display: flex;
    justify-content: end;
    align-items: end;
    width: 70%;
}

.class-1 {
    color: #424242;
}

.class-2 {
    width: 305px;
    height: 150px;
}

.class-3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.class-4 {
    gap: 1rem;
    flex-wrap: wrap;
}

.class-5 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.class-6 {
    width: 90%;
}

.class-7 {
    width: 100%;
}

.class-8 {
    height: 581px;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.class-9 {
    width: 65%;
}

.class-10 {
    height: 581px;
    width: 1000px;
}

.class-11 {
    width: 100%;
    height: 100%;
}

.class-12 {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.class-13 {
    height: 468px;
    width: 1145px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.class-14 {
    width: 417px;
    height: 410px;
}

.class-15 {
    font-weight: 700;
    width: 400px;
}

.class-16 {
    height: 31px;
    width: 31px;
}

.class-17 {
    height: 100%;
    width: 100%;
}

.class-18 {
    font-size: 16px;
}

.class-19 {
    height: 31px;
    width: 31px;
    float: right;
}

.class-20 {
    height: 20px;
    width: 124px;
}

.class-21 {
    width: 582px;
    height: 100%;
}

.class-22 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.class-23 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    border-radius: 20px 20px 0 0;
    width: 900px;
    background-color: #fff;
    box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.12);
    /* Adjusted to match Figma */
}

.class-24 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 323;
    width: 713;
}

.class-25 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    width: 485px;
}

.class-26 {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    width: 360px;
    text-align: center;
}

.class-27 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}

.class-28 {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.class-29 {
    width: 50px;
    margin-top: -290px;
    margin-right: 30px;
    /* transform: rotate(-360deg); */
}

/*.class-30 {*/
/*    flex: 2;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: 588px;*/
/*}*/

/*.class-31 {*/
    /* display: flex; */
/*    justify-content: center;*/
/*    align-items: center;*/
/*    text-align: center;*/
/*    width: 264px;*/
/*    height: 84px;*/
/*}*/

/*.class-32 {*/
/*    margin: 0 0 10px;*/
/*    font-weight: 600;*/
/*}*/

/*.class-33 {*/
/*    height: 40px;*/
/*    margin: 5px;*/
/*}*/

.class-30 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px; /* spacing between User and Cleaner blocks */
    flex-wrap: nowrap;
    width: 100%; /* or max-width as needed */
}
 
.class-31 {
    text-align: center;
}
 
.class-32 {
    margin-bottom: 10px;
    font-weight: 600;
}
 
.class-33 {
    height: 40px;
    margin: 0 5px;
}
 

.class-34 {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.class-35 {
    width: 50px;
    margin-top: -290px;
    margin-left: 30px;
    /* transform: rotate(90deg); */
}

.class-36 {
    background-color: #000;
    color: #fff;
    width: 100%;
    padding: 20px 0;
}

.class-37 {
    max-width: 1200px;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.class-38 {
    flex: 1;
    display: flex;
    margin-bottom: 20px;
    gap: 71px;
}

.class-39 {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    font-size:16px;
}

.class-40 {
    margin: 5px;
    width: 96px;
    height: 41px;
    font-size:16px;
}

.class-41 {
    background-color: #fff;
    border-radius: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 180px;
    height: 50px;
}

.class-42 {
    margin: 0 10px;
}

.class-43 {
    height: 24px;
}

.class-44 {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.class-45 {
    margin: 0;
    justify-content: center;
    display: flex;
    font-size:16px;
}

.class-46 {
    margin: 5px;
    display: flex;
    width: 111px;
    height: 41px;
    font-size:16px;
}


/* .class-47 {
    border: 1px solid white;
} */

.mainlinediv {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0 2rem;
}

.mainlinediv>:nth-child(1) {
    height: 2px;
    width: 90%;
    background-color: #ffffff;
}


/* Mobile First (Default styles) */


/* Tablets */

@media (min-width: 576px) {
    body {
        font-size: 16px;
    }
}


/* Small Laptops */

@media (min-width: 768px) {
    body {
        font-size: 18px;
    }
}


/* Desktops */

@media (min-width: 992px) {
    body {
        font-size: 20px;
    }
}


/* Large Screens */

@media (min-width: 1200px) {
    body {
        font-size: 22px;
    }
}