﻿/*  */
#service-content-i {
    display: flex;
    justify-self: start;
    align-items: center;
    padding: 40px 65px;
    gap: 20px;
}

#service-content-i .table-of-content-container {
    width: 33%;
    position: sticky;
    top: 120px;
    align-self: flex-start;
    /* background-color: var(--white); */

}

#service-content-i .table-of-content-container .table_cta {
    width: 100%;
    height: auto;
    margin-top: 20px;
    background-color: var(--primary-color);
    box-shadow: 1px 1px 10px rgba(70, 69, 69, 0.678);
    border-radius: 8px;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

#service-content-i .table-of-content-container .table_cta h5 {
    font-size: 23px;
    color: var(--white);
    letter-spacing: .5px;
    font-weight: 600;
    text-align: center;

}



#service-content-i .table-of-content-container .table_cta button {
    width: 200px;
    padding: 5px;
    border: none;
    outline: none;
    background-color: var(--white);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px 0px;
    padding: 8px 0px;
    letter-spacing: 0.8px;
    transition:all 0.3s ease;
}

#service-content-i .table-of-content-container .table-of-content-header {
    width: 100%;
    height: auto;
    padding: 16px 20px;
    background-color: var(--primary-color);
    color: var(--white);
}

#service-content-i .table-of-content-container .table-of-content-header h2 {
    font-size: 20px;
}

#service-content-i .table-of-content-container ul {
    width: 100%;
    height: 100%;
    background-color: var(--white);
    box-shadow: 1px 1px 10px rgba(70, 69, 69, 0.678);
}

#service-content-i .table-of-content-container .content-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid; */
    border-bottom: 1px solid #c2c2c4e3;
}

#service-content-i .table-of-content-container .content-list:last-child {
    border: none;
}

.location-cover {
    display: none;
}

#service-content-i .table-of-content-container .content-list i {
    margin-right: 20px;
    display: none;
}

#service-content-i .table-of-content-container h3 {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    font-size: 15px;
    /* border-bottom: 1px solid black; */
    font-weight: 500;
    color: #54595F;
    cursor: pointer;
}

/* Container-content-of-container */
.inside-link {
    color: blue;
    font-weight: 600;
}

.content-of-container {
    width: 70%;
    height: auto;
}

.content-of-container h2 {
    font-weight: 700;
    font-size: 33px;
    text-align: left;
    color: #313438;
}

.content-of-container h3 {
    font-weight: 600;
    margin-top: 24px;
    font-size: 25px;
    text-align: left;
    color: #313438;
}

.content-of-container p {
    /*  */

    margin-top: 10px;
    color: #313438;
    font-weight: 400px;
    /* letter-spacing: 0.06rem; */
    line-height: 1.45;
    text-align: justify;
}

.content-of-container .img-div {
    width: 100%;
    height: 400px;
    margin-top: 30px;
}

.content-of-container .img-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center center;
    border-radius: 20px;
}

.content-of-container .img-div.animate {
    animation: grow-height 1s ease-out forwards;
    transform-origin: left;
}

@keyframes grow-height {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }


}

.content-of-container ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;

    margin-top: 10px;
    color: #313438;
    font-weight: 400px;
    /* letter-spacing: 0.06rem; */
    line-height: 1.45;
    padding-left: 20px;
}

.content-of-container li {
    list-style: disc;
}

/* ========================= Pricing ================================ */
.price-container {
    width: 100%;
    height: auto;
    padding: 0px 130px;
}


.price-container .pricing-div-container {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    margin-top: 40px;
    gap: 50px;
}

.pricing-card {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.Troubleshooting-container {
    width: 100%;
    height: auto;
    border: 1px solid #8a8c8f;
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    gap: 10px;
    background-color: white;
    box-shadow: 1px 1px 5px #54595F;
    border-radius: 10px;
}

.Troubleshooting-container h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    color: var(--primary-color);
}

.Troubleshooting-container .img-div {
    border-radius: 20px;
    width: 100%;
    height: 300px;
}

.Troubleshooting-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 20px;
}


.Troubleshooting-container div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
    background-color: var(--primary-color);
    color: var(--white);
    border-left: 6px solid var(--secondary-color);
}

.Troubleshooting-container div h3 {
    font-size: 20px;
    letter-spacing: 1px;
}

.Troubleshooting-container h5 {

    padding: 0px 10px;
    color: var(--secondary-color);
    /* letter-spacing: .03rem; */
    margin-top: 14px;
}

.Troubleshooting-container p {
    font-size: 16px;
    padding: 0px 10px;
    font-weight: 500;
}

/* Bacsic cleaning */

.Basic-cleaning {
    width: 100%;
    height: auto;
    border: 1px solid #8a8c8f;
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    gap: 10px;
    background-color: white;
    box-shadow: 1px 1px 5px #54595F;
    border-radius: 10px;
}

.Basic-cleaning h1 {
    text-align: center;
    margin-bottom: 10px;
    /* margin-top: 10px; */
}

.Basic-cleaning .img-div {
    border-radius: 20px;
    width: 100%;
    height: 350px;
    /* border: 1px solid; */
}

.Basic-cleaning img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 20px;
}

.Basic-cleaning h4 {
    font-size: 19px;
    margin-top: 8px;
    color: var(--primary-color);
}

.Basic-cleaning ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 17px;
    padding-left: 20px;
    letter-spacing: .02rem;
    margin-bottom: 20px;
}

.Basic-cleaning ul li {
    list-style: circle;
}

.Basic-cleaning aside {
    width: 100%;
    height: auto;
    padding: 8px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.Basic-cleaning aside div {
    width: 100%;
    border-left: 5px solid var(--secondary-color);
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    color: var(--white);
}

.Basic-cleaning h5 {
    padding: 0px 10px;
    color: var(--secondary-color);
}

.Basic-cleaning p {
    font-size: 16px;
    padding: 0px 10px;
    font-weight: 500;
}

/* CHemical */

.chemical-cleanig {
    width: 100%;
    height: 100%;
    border: 1px solid #8a8c8f;
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    gap: 10px;
    background-color: white;
    box-shadow: 1px 1px 5px #54595F;
    border-radius: 10px;
}

.chemical-cleanig h1 {
    text-align: center;
    margin-bottom: 10px;
}

.chemical-cleanig .img-div {
    border-radius: 20px;
    width: 100%;
    height: 350px;
    /* border: 1px solid; */
}

.chemical-cleanig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 20px;
}

.chemical-cleanig h4 {
    font-size: 19px;
    margin-top: 8px;
    color: var(--primary-color);
}

.chemical-cleanig ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 17px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.chemical-cleanig ul li {
    list-style: circle;
}

.chemical-cleanig aside {
    width: 100%;
    height: auto;
    padding: 8px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.chemical-cleanig h2 {
    color: var(--primary-color);
}

.chemical-cleanig aside div {
    width: 100%;
    border-left: 5px solid var(--secondary-color);
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    color: var(--white);
}

.chemical-cleanig h5 {
    padding: 0px 10px;
    color: var(--secondary-color);
}

.chemical-cleanig h6 {
    font-size: 16px;
    padding: 0px 10px;

}

.chemical-cleanig p {
    font-size: 16px;
    padding: 0px 10px;
    font-weight: 500;
}

.service-body h6 {
    font-size: 18px;
    font-weight: 900;
    color: var(--primary-color);
    margin-bottom: 8px;
}


/* CTA */

.service-cta {
    width: 100%;
    height: auto;
    padding: 20px 80px;
    margin-bottom: 0px;
}

.service-cta .service-cta-div {
    width: 100%;
    background-color: var(--primary-color);
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    gap: 50px;
    position: relative;
    border-radius: 20px;
}

.service-cta .service-cta-div img {
    position: absolute;
    width: 150px;
    left: 46%;
    bottom: -10px;
    rotate: 30deg;
    opacity: 0.4;
    animation: blink 3s ease-in infinite;
}

@keyframes blink {

    0%,
    100% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.8;
    }
}



.service-cta .service-cta-div .left-side {
    width: 50%;
    height: auto;

}

.service-cta .service-cta-div .left-side h2 {
    font-size: 40px;
    color: var(--white);
}

.service-cta .service-cta-div .left-side h1 span {
    color: var(--secondary-color);
}

.service-cta .service-cta-div .right-side {
    width: 55%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 30px;
}

.service-cta .service-cta-div .right-side .btn-div {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.service-cta .service-cta-div .right-side .btn-div button {
    cursor: pointer;
}


.service-cta .service-cta-div .right-side .btn-div button:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 40px;
    gap: 10px;
    font-size: 16px;
    background-color: var(--secondary-color);
    border: none;
    outline: none;
    border-radius: 50px;
    font-weight: 600;
    transition: transform 5s ease-in-out;
}

.service-cta .service-cta-div .right-side .btn-div button:nth-child(1) .fa-arrow-right-long {
    transition: transform 0.3s ease-in-out;
    /* Smooth transition on icon movement */
}

.service-cta .service-cta-div .right-side .btn-div button:nth-child(1):hover .fa-arrow-right-long {
    transform: translateX(10px);
}

.service-cta .service-cta-div .right-side .btn-div button:nth-child(2) {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--secondary-color);
    color: var(--white);
    font-size: 23px;

}

.service-cta .service-cta-div .right-side .btn-div button:nth-child(3) {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--secondary-color);
    color: var(--white);
    font-size: 27px;

}

.service-cta .service-cta-div .right-side .btn-div button:nth-child(3):hover,
.service-cta .service-cta-div .right-side .btn-div button:nth-child(2):hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.service-cta .service-cta-div .right-side p {
    letter-spacing: 1px;
    color: var(--white);
    max-width: 75%;
}

/*  */

.content-div {

    padding: 20px 65px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content-div h4,
.content-of-container h4 {
    font-weight: 700;
    font-size: 17px;
    text-align: left;
    color: var(--primary-color);
    margin-bottom: 0px;
}

.content-div h2 {
    font-weight: 700;
    font-size: 33px;
    text-align: left;
    color: #313438;
}

.content-of-container h3 {
    font-weight: 500;
    font-size: 27px;
    text-align: left;
    letter-spacing: 0.0rem;
    color: #313438;
}

.content-div p {
    color: #313438;
    font-weight: 400px;
    line-height: 1.45;
    text-align: justify;
}

.content-div h3 {

    font-weight: 600;
    font-size: 25px;
    text-align: left;
    color: #313438;
    margin-top: 0px;
}

.content-div ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    color: #313438;
    font-weight: 400px;
    line-height: 1.45;
    padding: 0px 20px;
}

.content-div ul li {
    list-style: disc;
}



/* =========================== INSTALLTION PRICING */
.pricing-section {
    width: 100%;
    height: auto;
    padding: 20px 65px;
}

button {
    cursor: pointer;
}

.pricing-section .btn-div {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    gap: 20px;
}


.residential-wall-mount-sec {
    opacity: 0;
    visibility: hidden;
    transform: translateY(60px);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
    position: absolute;
    inset: 0;
}


.residential-wall-mount-sec.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.parent-res-and-com {
    position: relative;
    width: 100%;
    height: 88vh;
}

.pricing-section .btn-div button {
    width: auto;
    height: auto;
    padding: 16px 25px;
    cursor: pointer;
    font-weight: 600;
    background-color: transparent;
    border-radius: 13px;
    font-size: 20px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    box-shadow: 1px 1px 3px #54595F;
    transition: all .5s ease-in-out;
}

.btn-div button.active {
    background-color: var(--secondary-color);
    color: black;
    border: none;
    box-shadow: 3px 3px 8px #54595F;
}



.residential-wall-mount-sec .right-side {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;

}

.residential-wall-mount-sec .right-side .card {
    width: 100%;
    height: auto;
    border: 1px solid #8a8c8f;
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
    gap: 2px;
    background-color: var(--white);
    box-shadow: 2px 2px 5px #8a8c8f;
    border-radius: 20px;

}

.residential-wall-mount-sec .right-side .card .hp-div h2 {
    font-weight: 700;
    font-size: 25px;

}

.residential-wall-mount-sec .right-side .card .hp-div span {
    font-weight: 700;
    font-size: 20px;
}

.residential-wall-mount-sec .right-side .card .hp-div {
    width: 100%;
    height: auto;
    background-color: var(--primary-color);
    border-left: 6px solid var(--secondary-color);
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.residential-wall-mount-sec .right-side .card h4 {
    font-size: 19px;
    color: var(--primary-color);
    margin-bottom: 8px;
}

.residential-wall-mount-sec .right-side .card .includes-div img {
    width: 35px;
    height: 35px;
}

.residential-wall-mount-sec .right-side .card .includes-div p {
    font-size: 17px;
    color: #101214;
    font-weight: 400px;
    line-height: 1.45;
}

.residential-wall-mount-sec .right-side .card .includes-div {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 9px;
    margin-bottom: 20px;
}

.residential-wall-mount-sec .right-side .card ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 17px;
    margin-top: 0px;
    font-weight: 400px;
    letter-spacing: 0.03rem;
    line-height: 1.45;
    padding-left: 15px;
}

.residential-wall-mount-sec .right-side .card ul li {
    list-style: circle;
}

.residential-wall-mount-sec.right-side .card .btn {
    margin-top: 20px;
    display: flex;
    justify-self: self-start;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 20px;
    background-color: var(--secondary-color);
}

/* =========================== INSTALLTION PRICING */



/* ============================ Residential Aircon */

.residentcial-section {
    padding: 0px 100px;
}

.residentcial-section .hero-content h1 {

    font-weight: 700;

}

.residentcial-section .hero-content p {

    font-weight: 500;
    font-size: 21px;
    line-height: 1.4;
    word-spacing: 1px;

}

.res-btn-sec {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 30px;

}

.res-btn-sec button {

    width: auto;
    height: auto;
    padding: 14px 30px;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-size: 21px;
    border: none;
    outline: none;
    text-transform: capitalize;
    box-shadow: 1px 1px 6px #313438;
    /* border-radius: 10px; */
    cursor: pointer;
    font-weight: 700;
    border-radius:50px;
}



/* .res-btn-sec button:nth-child(2) {
    border: 1px solid var(--secondary-color);
    background: none;
    color: white;
    backdrop-filter: blur(5px);
} */

#hero-container {
    padding: 0px 500px;
}

#Res-about-sec {
    width: 100%;
    height: 100%;
    padding: 30px 65px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap
}

#Res-about-sec .left-side-sec {
    width: 45%;
    height: 100%;
}

#Res-about-sec .left-side-sec h1 {
    font-size: 26px;
    position: relative;
    width: auto;
    display: inline-block;
    margin-bottom: 20px;
}

#Res-about-sec .left-side-sec .div-img {
    width: 100%;
    height: 90vh;
    position: relative;
}

#Res-about-sec .left-side-sec .div-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 2px 2px 8px #8a8c8f;
    object-position: top;
    border-radius: 15px;
}


#Res-about-sec .left-side-sec .div-img .N-div {
    position: absolute;
    width: 300px;
    height: 60px;
    top: 30px;
    left: 20px;
    border: none;
    background-color: var(--primary-color);
    box-shadow: 2px 2px 4px #252729;
    display: flex;
    align-items: center;
    gap: 25px;
    border-radius: 10px;
    border-top-right-radius: 0px;
    animation: up-down 2s ease-in-out infinite;
}

@keyframes up-down {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}


#Res-about-sec .left-side-sec .div-img .N-div h5 {
    font-size: 22px;

    color: var(--secondary-color);
}

#Res-about-sec .left-side-sec .div-img .N-div span {
    width: 12px;
    height: 12px;
    background: linear-gradient(45deg, #0beb3c, #0cdd5c);
    border-radius: 50%;
    margin-left: 20px;
    animation: dot-grow 1.2s infinite;
}

@keyframes dot-grow {
    0% {
        transform: scale(1);
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(11, 235, 60, 0.4);
    }

    50% {
        transform: scale(1.01);
        opacity: 0.7;
        box-shadow: 0 0 0 12px rgba(11, 235, 60, 0.15);
    }

    100% {
        transform: scale(1);
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(11, 235, 60, 0.0);
    }
}

#Res-about-sec .left-side-sec .div-img .N-div .triangle {
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    position: absolute;
    right: -30px;
    top: 0;
    border-top-right-radius: 10px;
    clip-path: polygon(100% 0, 0 0, 0 66%);
    z-index: 2;
}


#Res-about-sec .right-side-sec {
    width: 50%;
    height: 100%;
}

#Res-about-sec .right-side-sec h2 {
    font-size: 30px;
    color: var(--primary-color);
    letter-spacing: .005rem;
    margin-bottom: 10px;
}

#Res-about-sec .right-side-sec p {
    color: #252729;
    font-weight: 400px;
    line-height: 1.7;
    text-align: justify;
}

#Res-about-sec .right-side-sec h3 {
    font-weight: 600;
    margin-top: 10px;
    font-size: 25px;
    text-align: left;
    color: #313438;
    letter-spacing: .005rem;
    margin-bottom: 10px;

}

#Res-about-sec .right-side-sec button {
    font-weight: 700px;
    width: auto;
    height: auto;
    border: none;
    outline: none;
    padding: 10px 25px;
    border-radius: 8px;
    margin-top: 20px;
    cursor: pointer;
    background-color: var(--secondary-color);
    font-weight: 600;
    padding: 12px 25px;
    transition: var(--transition);
    color: var(--black);
    font-size: 15px;

}


/* ======================================= */

.res-service-sec {
    width: 100%;
    height: auto;
    padding: 20px 65px;
    display: flex;
    justify-content: center;
    align-self: flex-start;
    gap: 30px;
}

.res-service-sec .left-side {
    width: 40%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 10px;
    position: sticky;
    top: 120px;
}

.res-service-sec .left-side h2 {
    font-size: 33px;
    line-height: 42px;

    color: var(--primary-color);
    letter-spacing: .005rem;
    margin-bottom: 20px;
}



.res-service-sec .left-side ul {
    display: flex;
    justify-content: start;
    gap: 40px;
    justify-items: self-start;
    margin-bottom: 20px;

    color: #54595F;
}

.res-service-sec .left-side ul li {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 22px;
}

.res-service-sec .left-side ul li img {
    width: 40px;
    height: 40px;
}

.res-service-sec .left-side p {
    font-size: 18px;
    color: #252729;
    font-weight: 400px;
    line-height: 1.7;
    text-align: justify;
}

.res-service-sec .right-side {
    width: 60%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 40px 0px;
}

.res-service-sec .right-side .right-side-card {
    width: 100%;
    height: auto;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 15px;
    box-shadow: 2px 2px 5px #8a8c8f;
}

.res-service-sec .right-side .right-side-card .icon-div {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.res-service-sec .right-side .right-side-card .icon-div img {
    width: 90px;
    height: 90px;
    filter: invert(100%);


}


.res-service-sec .right-side .right-side-card h2 {
    font-size: 30px;
    color: var(--primary-color);
    letter-spacing: .005rem;
    margin-bottom: 10px;
}

.res-service-sec .right-side .right-side-card p {


    color: #252729;
    font-weight: 400px;
    /* letter-spacing: 0.06rem; */
    text-align: justify;
}

.res-service-sec .right-side .right-side-card button {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 18px;
    background: transparent;
    border: none;
    outline: none;
    font-weight: 600;
    color: var(--secondary-color);
    cursor: pointer;
    margin-top: 20px;
    font-size: 18px;
}

.res-service-sec .right-side .right-side-card button .fa-arrow-right-long {
    transition: all .6s ease-in-out;
}

.res-service-sec .right-side .right-side-card button:hover .fa-arrow-right-long {
    transform: translateX(10px);
}


.res-service-sec .right-side .right-side-card button:hover {}

/* why-Choose-us */

.why-Choose-us {
    width: 100%;
    height: auto;
    padding: 60px 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;

}

.why-Choose-us .left-side-sec {
    width: 50%;
}

.why-Choose-us .left-side-sec ul {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.why-Choose-us .left-side-sec ul li {
    display: flex;
    justify-items: self-start;
    align-items: start;
    gap: 15px;
}

.why-Choose-us .left-side-sec ul li h4 {
    font-size: 22px;
    margin-bottom: 5px;
    color: var(--primary-color);
}

.why-Choose-us .left-side-sec ul li p {
    color: #252729;
    font-weight: 400px;
    font-size: 18px;
    text-align: justify;
    /* letter-spacing: 0.04rem; */

}

.why-Choose-us .left-side-sec ul li img {
    width: 40px;
    height: 40px;
}

.why-Choose-us .right-side-sec {
    width: 50%;

}

.why-Choose-us .right-side-sec .imges-div {
    width: 100%;
    height: 400px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.why-Choose-us .right-side-sec .imges-div img {
    width: 320px;
    height: 200px;
    object-fit: cover;
    object-position: top center;
    border-radius: 10px;
}

.why-choose-end h3 {
    padding: 0px 65px 40px 65px;
    font-size: 30px;

    color: var(--primary-color);
    letter-spacing: .005rem;
    margin-bottom: 10px;
}


/* Container for the buttons */
.button-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* 5 buttons per row */
    gap: 15px;
    padding: 40px 65px;
}

/* Individual button styles */
.service-button {
    background-color: var(--primary-color);
    /* Deep blue background */
    color: white;
    /* Text color */

    font-weight: 600;
    padding: 15px;

    border: none;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.service-button a {
    color: white;
    font-size: 14px;
}

/* Button hover effect */
.service-button:hover {
    background-color: #004f6a;
    /* Darker shade on hover */
    transform: scale(1.05);
    /* Slightly enlarge the button on hover */
}

.ins-why-Choose-us {
    padding: 0px 65px;
}

.ins-why-Choose-us .left-side-ins-sec {
    width: 100%;
}

.Commercial .res-service-sec .right-side-card h1 {
    font-size: 25px;
}


/* Location pages  */

main {
    padding: 0px 65px;
}

main h2 {
    margin-top: 80px;
    font-size: 26px;
    margin-bottom: 10px;
    word-spacing: 3px;
    color: #252729;
}

main h2 span {
    color: var(--primary-color);
}

main p {

    margin-bottom: 20px;
    color: #262727;
    font-weight: 400px;
    /* letter-spacing: 0.04rem; */
}

main ul {
    display: flex;
    flex-direction: column;
    justify-items: self-start;
    padding-left: 30px;
    row-gap: 10px;
    margin: 20px 0px;

}

main ul li img {
    width: 35px;
    height: 35px;
}

main ul li {
    display: flex;
    align-items: center;
    justify-items: self-start;
    column-gap: 10px;
}

main ul li p {
    margin-bottom: 0px;
    font-weight: 500;
}

main h3 {
    font-size: 24px;
    color: #252729;
    word-spacing: 2px;
    margin-bottom: 10px;
}

main .is-needed {
    padding: 0;
}

main .is-needed p {

    margin-bottom: 20px;
    color: #262727;
    font-weight: 400px;
    /* letter-spacing: 0.04rem; */
    list-style: circle;
}

.second-main {
    margin-top: 30px;
}

.second-main h3 {
    font-size: 24px;
    color: #252729;
    word-spacing: 2px;
    margin-bottom: 10px;
}


.second-main .service-card-list-container {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.second-main .service-card-list-container .service-card-div {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
    transition: all .5s ease-in-out;

}

.second-main .service-card-list-container .service-card-div:hover {
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.second-main .service-card-list-container .service-card-div h3 {
    padding: 20px;
    font-size: 17px;
    background-color: var(--primary-color);
    color: var(--white);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.second-main .service-card-list-container .service-card-div p {
    margin: 16px 0px;
    padding: 0px 20px;
}

.second-main .service-card-list-container .service-card-div ul {
    display: flex;
    flex-direction: column;
    justify-items: self-start;
    padding: 0px 20px;
    row-gap: 16px;
    margin: 0px 0px;
}

.second-main .service-card-list-container .service-card-div ul li img {
    width: 25px;
    height: 25px;
}

.second-main .service-card-list-container .service-card-div ul li {
    display: flex;
    align-items: center;
    justify-items: self-start;
    column-gap: 10px;
}

.second-main .service-card-list-container .service-card-div ul li p {
    margin-bottom: 0px;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    color: #212529;
}

.second-main .service-card-list-container .service-card-div .button-div {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.second-main .service-card-list-container .service-card-div button {
    width: 100%;
    padding: 14px 20px;
    font-size: 15px;
    /* text-transform: uppercase; */
    background-color: var(--secondary-color);
    /* color: var(--white); */
    font-weight: 600;
    border: none;
    outline: none;
    border-radius: 10px;
}


/* STICKY WHATSHAAP */

.sticky-whatshapp-btn {
    height: 50px;
    background-color: #0beb3c;
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 10000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-items: self-start;
    align-items: center;
    padding: 10px 10px;
    max-width: 200px;
    gap: 10px;
}

.sticky-whatshapp-btn i {
    font-size: 30px;
}

.sticky-whatshapp-btn .fa-arrow-right-long {
    font-size: 25px;
    rotate: -90deg;
    color: var(--black);
}

.sticky-whatshapp-btn.btn-2 p {
    color: var(--black);
}



.sticky-whatshapp-btn p {
    width: 0px;
    opacity: 0;
    transition: all .6s ease-in-out;
    white-space: nowrap;
    font-weight: 700;
    font-size: 17px;
}

.sticky-whatshapp-btn:hover p {
    width: 100px;
    opacity: 1;
}

.sticky-whatshapp-btn.btn-2 {
    background-color: var(--secondary-color);
    bottom: 150px;
}



/* FAQ SECTION  */

.faq-page-section {
    width: 100%;
    padding: 40px 65px;
}

.faq-page-section .faq-boxes {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 30px;
}

.faq-page-section h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
    color: var(--primary-color);
    font-weight: 700;
}

.faq-list {
    width: 100%;
    margin: auto;
}

.faq-item {
    border-bottom: 1px solid #ccc;
}

.faq-header {
    background: #f2f9ff;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}

.faq-header.active {
    background: var(--primary-color);
    color: var(--white);
}

.faq-header::after {
    content: '\25BC';
    transition: transform 0.3s;
}

.faq-header.active::after {
    transform: rotate(180deg);
}

.faq-content {
    display: none;
    padding: 15px;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
}

.faq-content.active {
    display: block;
}

@media (max-width: 768px) {
    .faq-page-section .faq-boxes {
        display: flex;
        flex-direction: column;
    }

    .faq-page-section {
        padding: 40px;
    }
}

@media (max-width: 600px) {
    .faq-page-section .faq-boxes {
        display: flex;
        flex-direction: column;
    }

    .faq-page-section {
        padding: 30px 10px;
    }
}
