

.exFont{
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    line-height: 53px;
}


/* Success pop up */

.success-pop-up{
    position: fixed;
    top: 50%;
    left: -100%;
    transform: translate(-50%, -50%);
    box-shadow: 1px 3px 12px #131313e7;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 22px;
    height: auto;
    z-index: 1000;
    transition: 1s ease-in-out;
    scale: 0.5;
}

.success-pop-up h3{
    color: rgb(68, 79, 77);
    font-size: 1.2rem;
}

.success-pop-up p{
    color: rgb(8, 135, 116);
    font-size: 1rem;
}

.success-pop-up fa{
    color: rgb(68, 70, 69);
    font-size: 1.6rem;
}

.success-pop-up.active{
    left: 50%;
    transition: 1s ease-in-out;
    scale: 1;
}

.errorPopup p, .errorPopup h3{
    color: red;
}

.submit{
    position: relative;
}

/* LOADER */

#loader{
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}

.loader{
    
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background:transparent;
    z-index: 999;

}

.spinner{
    border: 3px solid #d2cfcf;
    border-top: 3px solid rgb(245, 81, 40);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
 
}

@keyframes spin{
    to{
        transform: rotate(360deg);
    }
   
}


@media screen and (max-width:768px) {
    .image-nul{
        opacity: 0;
    }
}




     /* google reviews */

        .Google-rev{     
            display: block;
            margin: auto;
            background-color: #fff;
            box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.261);
            border: 2px solid rgb(206, 206, 206);
        }

        .Google-rev h2{
           color: #303030;
        }

        .stars{
            margin-top: -40px;
            text-align: center;
            color: orange;
            font-size: 0.8rem;
        }

        .star{
            
            font-size: 0.8rem;
        }

         .texp{
            color: #191919;
            font-size: 0.9rem;
        }

        /* dynamic reviews */

    .reviewProfileContainer {
        position: relative;
        width: 100%;
        max-width: 600px;
        margin: 40px auto;
        overflow: hidden;
        }

        /* Slider wrapper */
        .review-profile {
        display: flex;
        transition: transform 0.6s ease-in-out;
        width: 100%;
        }

        /* Individual review card */
        .review-card {
        flex: 0 0 100%;
        box-sizing: border-box;
        background: #fff;
        color: #191919;
        text-align: center;
        border-radius: 12px;
        /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
        }

        .review-card img{
            display: block;
            margin: auto;
        }


        .review-profile h5{
            color: #191919;
            font-weight: 600;
        }

        .review-profile img{
            color: #191919;
        }


        .google-icon{
            position: absolute;
        }
        /* review text */

        .review-text{
            max-height: 0;
            overflow: hidden;
           
        }
        .review-text.showReview{
            max-height: 150px;
            transition: 0.5s ease-in-out;
           
        }

        .readMore{
            color: #004aad;
            text-decoration: underline;
            cursor: pointer;
        }




    /* Container */
    .imageContainer {
    max-width: 800px;
    margin: 40px auto;
    text-align: center;
    padding: 10px;
    font-family: Arial, sans-serif;
    }

    /* Heading */
    .heading {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    }

    /* Slider Wrapper */
    .slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    /* Image Slider */
    .images-slider {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease-in-out;
    }

    .images-slider div {
    flex-shrink: 0;
    width: 100%;
    }

    .images-slider img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    }

    /* Navigation Buttons */
    .prev-btn,
    .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    font-size: 30px;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 50%;
    transition: 0.3s;
    }

    .prev-btn:hover,
    .next-btn:hover {
    background: rgba(0, 0, 0, 0.8);
    }

    .prev-btn {
    left: 15px;
    }

    .next-btn {
    right: 15px;
    }

    /* Responsive */
    @media (max-width: 600px) {
    .images-slider img {
        height: 250px;
    }

    .heading {
        font-size: 22px;
    }
    }


     /* OBJECT HANDLING */

.objections-handle{
    background-color: rgb(113, 165, 249);
    border-radius: 18px;
    padding: 12px;
    margin-top: 40px;
    margin: 2.5%;
}

.objections-handle h2{
    font-weight: 900;
    line-height: 65px;
    font-size: 3.9rem;
    text-align: center;
    color: aliceblue;
    text-shadow: 1px 3px 5px rgba(22, 22, 22, 0.339);
    
}

/* stats containter */

.stats-container{
    display: flex;
    justify-content: center;
    gap: 45px;
    text-align: center;
    

}


.stats-container h3{
    font-size: 2.7rem;
    font-weight: 800;
}

.stats-container p{
    font-size: 1rem;
    font-weight: 500;
    color: rgb(76, 76, 76);
}

.stats{
    background-color: azure;
    border-radius: 16px;
    padding: 8px 38px;

}

  .stats:hover{
        background-color: rgb(223, 249, 249);
    }


        /* VIDEO */

    .video{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 1rem;
        
    }

     .video video{ 
        border-radius: 19px;
    }


     .video-text h3{
        font-size: 1.9rem;
        font-weight: 600;
        color: aliceblue;
        line-height: 32px;
    }

    .video-text p{
        
        color: aliceblue;
        line-height: 32px;
        font-size: 1rem;
    }
    


    /* step by step guide */

    .guide{
        display: flex;
        justify-content: center;
        gap: 18px;
        margin: 0px 14px;
    }

    .guide h2{
    color: #191919;
    font-weight: 800;
    font-size: 1.5rem;
    text-align: center;
    }

    .num{
    background-color: #004aad;    
        color: white;               
        width: 80px;                
        height: 80px;              
        line-height: 80px;          
        border-radius: 50%;         
        text-align: center;          
        font-size: 18px;            
        font-weight: bold;
        margin: 10px auto;         
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        font-family: "poppins" , sans-serif;
    }

/* our team */

.our-team-container{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: 60%;
    margin: auto;
    padding: 22px;
    /* border: 1px solid rgb(238, 238, 238); */
}

.team-slider{
    display: flex;
    transition: transform 0.5s ease-in-out;
    min-width: 100%;
    width: 100%;
    border-radius: 15px;
}

.team-card{
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 8px;
    
}
