@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* font-family: "Manrope", sans-serif; */
/* font-family: "Inter", sans-serif; */
/* font-family: "Playfair Display", serif; */

/* CSS Boilerplate */

/* Reset some default browser styles */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Set base font and background */
html,
body {
    width: 100%;
    height: 100%;
    font-family: "Inter", sans-serif;
    /* font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5; */
    background-color: #fff;
    color: #222;
    scroll-behavior: smooth;
    position: relative;
}

::-webkit-scrollbar {
    display: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    /* margin-bottom: 0.5em; */

}

/* Links */
a {
    color: #222;
    text-decoration: none;
    cursor: pointer;
}

.special-heading {
    font-family: "Playfair Display", serif;
    font-style: italic;
}

.mobile-navbar {
    display: none;
}

@media only screen and (max-width:768px) {
    body {
        cursor: default;
    }

    .cursor-inner,
    .cursor-outer {
        display: none;
    }

    .navigation {
        display: none;
    }

    .mobile-navbar {
        display: block;
    }
}

#testimonialMain {
    width: 100%;
    height: 100%;
}

/* hero section */
.HeroSection {
    width: 100%;
    height: auto;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url(/assets/images/testimonial\ page\ banner.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;

    .heroContainer {
        width: 100%;
        height: auto;
        max-width: 1400px;
        margin: 50px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;

        h4 {
            display: inline-block;
            color: #3B0070;
            background-color: #931BFF25;
            padding: 3px 10px;
            border-radius: 5px;
            margin-bottom: 20px;
            font-weight: 500;
        }

        h1 {
            font-size: 3.5rem;
            line-height: 4rem;
            margin-bottom: 20px;
            font-weight: 600;
            max-width: 950px;
            text-align: center;
            color: #181818;

            .special-heading {
                color: transparent;
                background: linear-gradient(90deg, #3B0070, #931BFF);
                background-clip: text;
                -webkit-background-clip: text;
            }
        }

        >p {
            font-size: 1.1rem;
            line-height: 1.6rem;
            color: #363545;
            margin-bottom: 20px;
            max-width: 800px;
            text-align: center;
        }

        >a {
            font-size: 1.1rem;
            line-height: 1.8rem;
            font-weight: 500;
            color: #fafafa;
            background: linear-gradient(90deg, #3B0070, #931BFF);
            padding: 10px 25px;
            border-radius: 15px;
            box-shadow: 5px 5px 20px #931BFF25;
            transition: all 0.3s ease-in-out;

            &:hover {
                box-shadow: 8px 8px 30px #931BFF40;
                transform: translateX(3px);
            }
        }

    }

    .statSection{
        width: 100%;
        height: auto;
        max-width: 1400px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;

        .stat-cards{
            width: 100%;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 60px;
            /* margin-top: 50px; */

            .stat-card{
                width: auto;
                height: auto;
                padding: 30px;

                i{
                    font-size: 2rem;
                    padding: 12px;
                    color: #3B0070;
                    background: linear-gradient(120deg, #3B007020, #931BFF20);
                    border-radius: 50%;
                    margin-bottom: 20px;
                }
                h3{
                    font-size: 2.5rem;
                    line-height: 3rem;
                    color: #222;
                    margin-bottom: 5px;
                    margin-top: 15px;
                }
                p{
                    color: #363545;
                }
            }
        }
    }
}

@media only screen and (max-width:768px) {
    .HeroSection{
        min-height: 100vh;
        padding: 0 10px;
        margin: 0;

        .heroContainer{
            padding: 0;
            margin: 40px 0;

            h4{
                font-size: 14px;
                margin-bottom: 10px;
            }

            h1{
                font-size: 2rem;
                line-height: 2.5rem;
                margin-bottom: 15px;
            }
            p{
                font-size: 1rem;
                line-height: auto;
            }

            a{
                font-size: 1rem;
            }
        }

        .stat-cards{
            flex-wrap: wrap;
            align-items: center !important;
            justify-content: center !important;
            gap: 0px !important;

            .stat-card{
                width: 50% !important;
                padding: 0;
                align-items: center !important;
                justify-content: center !important;
                flex-direction: column !important;
                text-align: center;
            }
        }
    }
}
/* hero section */




/* testimonial card */
.testimonial-Section{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    .testimonial-Container{
        width: 100%;
        height: auto;
        max-width: 1400px;
        margin: 50px 0;
        display: flex;
        align-items: start;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 50px 0;

        .testi-Card{
            width: 48%;
            height: auto;
            padding: 20px;
            display: flex;
            align-items: start;
            justify-content: space-between;
            flex-direction: column;
            box-shadow: 2px 2px 30px #36354515;
            border-radius: 15px;
            gap: 20px;
            background-color: #fff;

            .testi-head{
                width: 100%;
                height: auto;
                display: flex;
                align-items: center;
                justify-content: space-between;
                /* margin-bottom: 20px; */

                .head-left{
                    width: 70%;
                    height: auto;
                    
                    .profile-card{     
                        width: 100%;
                        display: flex;
                        align-items: start;
                        justify-content: start;
                        gap: 10px;

                        .card-left{
                            img{
                                width: 100px;
                                height: 100px;
                                border-radius: 50%;
                                object-fit: cover;
                            }
                        }

                        .card-right{

                            .client-name{
                                font-size: 1.3rem;
                                color: #181818;
                                margin-bottom: 3px;
                            }

                            .client-designation{
                                font-size: 1rem;
                                color: #363545;
                                margin-bottom: 5px;
                            }

                            .company-name{
                                font-size: 1rem;
                                color: #3B0070;
                            }
                        }
                    }
                }

                .head-right{
                    width: 30%;
                    display: flex;
                    align-items: left;
                    justify-content: end;

                     i{
                        font-size: 4rem;
                        color: #3B007015;
                     }
                }
            }

            .ratings{
                width: 100%;
                height: auto;
                display: flex;
                align-items: center;
                justify-content: start;
                gap: 8px;

                i{
                    font-size: 1.5rem;
                    color: #fdc700;
                }

            }

            .tag{
                background-color: #36354530;
                padding: 5px;
                border-radius: 5px;
                font-size: 14px;
            }

            .review{
                font-size: 1.2rem;
                line-height: 1.8rem;
                color: #555;
            }

            .results{
                h6{
                    font-size: 16px;
                    color: #222;
                }

                ul{
                    margin: 7px 0;
                }

                ul > li > i{
                    color: #08CB00;
                }
                ul li{
                    font-size: 16px;
                    list-style: none;
                    color: #363545;
                }
            }

            .hr-line{
                width: 100%;
                border-radius: 50%;
                height: 2px;
                border: none;
                background-color: #36354510;
                /* margin: 10px 0; */
                /* margin-bottom: 10px; */
            }

            .date{
                font-size: 14px;
                color: #36354580;
            }
        }
        
    }
}

@media only screen and (max-width:768px) {
    body{
        position: relative;
    }
    .testimonial-Section{
        padding: 0 10px;
        height: auto;

        .testimonial-Container{
            flex-wrap: wrap;
            padding: 0;
            gap: 20px;

            .testi-Card{
                position: sticky;
                top: 80px;
                width: 100%;
                height: auto;
            }
        }
    }
}
/* testimonial card */