/* body {
    height: 1200vh
} */

.detail-para {
    font-size: 14px;
    text-align: justify;
}




/* ---------------------------- Get Service Section (START) -------------------------- */

.layout-padding {
    padding-left: 100px;
    padding-right: 100px;
}

.get-service-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 80px;
    margin-top: 80px;
    text-align: center;
}

.get-service-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/checkbox-pattern.webp");
    opacity: 0.1;
    z-index: -1;
}

.get-service-section::after {
    content: "";
    position: absolute;
    bottom: -2%;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
}

.get-service-section p {
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom: 12px !important;
    text-align: center;
}

/* ---------------------------- Get Service Section (END) -------------------------- */


/* ---------------------------- Packages Section (START) -------------------------- */

.packages-section {
    margin-top: 100px;
}

.packages-section .cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.card {
    overflow: hidden;
    padding: 0 12px 16px;
    border-color: var(--primary-color);
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}

.discount {
    transform: rotate(-46deg) translate(-59px, -30px);
    position: absolute;
    width: 200px;
    height: 50px;
    background: var(--tertiary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
}

.head {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.head .heading {
    font-size: 18px;
    font-weight: 600;
}

.price {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
}

.price .number {
    font-size: 46px;
    font-weight: 600;
}

.price span {
    position: relative;
    bottom: 14px;
    color: #565656;
}

.card .para {
    margin-top: 10px;
    font-size: 14px;
    text-align: justify;
}

.card .points {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.points .point {
    display: flex;
    gap: 4px;   
}

.points .point .angle-icon {
    color: var(--primary-color);
    font-size: 16px;
    margin-top: 3px;
}

.points .point span {
    font-size: 15px;
}

.card .btn-div {
    margin-top: 20px;
    text-align: center;
}

/* ---------------------------- Packages Section (END) -------------------------- */


/* ---------------------------- Form (after packages) Section (START) -------------------------- */



/* ---------------------------- Form (after packages) Section (END) -------------------------- */


/* ---------------------------- Lowest Price section (START) -------------------------- */

.lowest-price-section {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 150px;
}

.lowest-price-section .content {
    flex-basis: 60%;
}
.lowest-price-section .img {
    flex-basis: 40%;
    position: relative;
}

.lowest-price-section .hover-img::before {
    transform: rotate(2deg);
}
.lowest-price-section .hover-img img {
    transform: rotate(-2deg);
}

.lowest-price-section  .hover-img:hover::before {
    transform: rotate(0deg);
}
.lowest-price-section  .hover-img:hover img {
    transform: rotate(0deg);
}

.lowest-price-section .content p {
    margin-top: 10px;
    display: block;
}

/* ---------------------------- Lowest Price section (END) -------------------------- */


/* ---------------------------- Convert section (START) -------------------------- */

.convert-section {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 120px;
}

.convert-section .content {
    flex-basis: 60%;
}
.convert-section .img {
    flex-basis: 40%;
    position: relative;
}

.convert-section .hover-img::before {
    transform: rotate(-2deg);
}
.convert-section .hover-img img {
    transform: rotate(2deg);
}

.convert-section  .hover-img:hover::before {
    transform: rotate(0deg);
}
.convert-section  .hover-img:hover img {
    transform: rotate(0deg);
}

/* ---------------------------- Convert section (END) -------------------------- */


/* ---------------------------- Turnaround Section (START) -------------------------- */

.turnaround-section {
    margin-top: 120px;
}

.steps {
    margin-top: 40px;
    display: flex;
    gap: 15px;
}

.step {
    display: flex;
    flex-direction: column;
    gap: 7px;
    flex-basis: 33%;
    border: 1px solid #b3b3b36e;
    border-radius: 10px;
    padding: 20px 18px 17px 12px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05),
     0 4px 8px 3px rgba(0, 0, 0, 0.05);
}

.step .head-icon-div {
    width: 100%;
    border-bottom: 2px solid var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.step .head-icon {
    font-size: 35px;
    color: var(--primary-color);
}

.step > div:last-child {
    display: flex;
    gap: 8px;
}

.step .check-icon {
    color: var(--primary-color);
    font-size: 18px;
    margin-top: 4px;
}

.step .h5 {
    font-weight: 700;
    margin-bottom: 5px !important;
}

.step p {
    font-size: 14px;
    text-align: justify;
}

/* ---------------------------- Turnaround Section (END) -------------------------- */


/* ---------------------------- Digi Used for Section (START) -------------------------- */

.used-for-section {
    margin-top: 50px;
}

.used-for-section .head-2 {
    margin-top: 30px;
}

/* ---------------------------- Digi Used for Section (END) -------------------------- */


/* ---------------------------- Brands Section (START) -------------------------- */

.brands-section {
    margin-top: 60px;
    background-color: var(--primary-color);
    padding-top: 10px;
    /* padding-bottom: 40px; */
    text-align: center;
    color: #fff;
    position: relative;
}
.brands-section::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: #F14646;
    background: linear-gradient(0deg, rgba(241, 70, 70, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
.brands-section::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: #F14646;
    background: linear-gradient(180deg, rgba(241, 70, 70, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.brands-section h1, .brands-section p {
    position: relative;
    z-index: 2;
}

.brands-section .swiper {
    margin-top: 0px;
    position: relative;
}

.brands-section .swiper::before,
.brands-section .swiper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 3;
}
.brands-section .swiper::before {
    left: 0;
    background: linear-gradient(90deg, rgb(241, 70, 70) 0%, rgba(255, 255, 255, 0) 100%);
    
}
.brands-section .swiper::after {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(241, 70, 70) 100%);
}

.brands-section .swiper-wrapper {
    transition-timing-function: linear !important;
}

.brands-section .swiper-slide img {
    height: 150px;
    transform: scale(0.6);
    width: 100%;
}

.brands-section .swiper,
.brands-section .swiper-slide {
    pointer-events: none !important; /* Re-enable clicks on specific elements */
    cursor: pointer;
}

/* ---------------------------- Brands Section (END) -------------------------- */


/* ---------------------------- CTA Section (START) -------------------------- */

.cta-section {
    margin-top: 120px;
    background-image: url("../img/cta-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px ;
    text-align: center;
    position: relative;
}

.cta-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.cta-section p {
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: 600;
    width: 80%;
    margin: 0 auto;
    color: rgb(255, 255, 255, 0.8);
}
.cta-section .my-btn {
    position: relative;
    z-index: 1;
    margin-top: 25px;
}

/* ---------------------------- CTA Section (END) -------------------------- */




@media screen and (max-width: 1200px) {
    .packages-section .cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 900px) {

    .layout-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .brands-slider .swiper-slide {
        transform: scale(0.7);
    }

}

@media screen and (max-width: 800px) {
    .layout-padding {
        padding-left: 30px;
        padding-right: 30px;
    }
    .lowest-price-section {
        flex-direction: column;
    }

    .lowest-price-section .img {
        width: 60%;
    }
    .convert-section  {
        margin-top: 30px;
        flex-direction: column-reverse;
    }

    .convert-section .img {
        width: 60%;
    }

    .turnaround-section {
        margin-top: 30px;
    }

    .steps {
        flex-direction: column;
        gap: 25px;
    }

    .cta-section {
        padding-left: 20px;
        padding-right: 20px;
        background-position: center;
    }
    .cta-section p {
        width: 100%;
    }



}

@media screen and (max-width: 650px) {
    .packages-section .cards {
        grid-template-columns: 1fr;
    }
    .brands-section .swiper-slide img {
        height: 110px;
        transform: scale(1);
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .layout-padding {
        padding-left: 10px;
        padding-right: 10px;
    }

    .checkboxes-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .lowest-price-section .img {
        width: 100%;
    }

    .convert-section .img {
        width: 100%;
    }
}
