.hero-container{
    position: relative;
    margin-top: 14vh;
    width: 100%;
    background: var(--bs-yellow);
    /* padding-left: 10%; */
    padding-top: 10vh;
    padding-right: 1.5%;
    height: 170vh;
}
.first-svg{
    margin-top: -2vh;
}
.hero-container h1{
    padding-left: 30%;
    font-weight: 700;
    font-size: 90px;
    text-align: left;
    width: 950px;
    color: var(--bs-white);
}
.row{
    display: flex;
}
.col-1{
    flex-basis: 60%;
}
.col-2{
    position: relative;
    width: 500px;
}
.col-2 button{
    position: relative;
    z-index: 2;
    margin-top: 18vh;
    left: 1100px;
    width: 60%;
    padding: 18px 22px;
    border: none;
    border-radius: 10px;
    transition: 0.7s ease;
    font-weight: 600;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 18px;
}
.box{
    position: absolute;
    top: 28vh;
    left: 968px;
    box-sizing: border-box;
    height: 10vh;
    width: 54%;
    background: var(--bs-gray-500);
    opacity: 70%;
    border-radius: 10px;
    margin-left: 75%;
    margin-top: -5vh;
}
.own-btn:hover{
    transform: translateY(2.7vh);
}
.heading-span{
    color: var(--bs-red);
}
.btn-span{
    color: var(--bs-white);
    font-style: italic;
}
.hero-container p{
    width: 80%;
    text-align: left;
    color: var(--bs-white);
    font-size: 18px;
    margin-left: 2%;
    margin-top: 8vh;
}
.hero-container img{
    height: 100vh;
    width: 75%;
    margin-top: -6vh;
}
/* REVIEWS */
 .reviews {
    margin-top: 15vh;
    height: 100vh;
    padding-top: 10vh;
}
.carousel-inner {
    width: 100%;
    overflow: hidden;
}
.reviews-card-custom {
    background: var(--bs-yellow);
    border-radius: 50px;
    padding: 60px 40px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    transition: 0.4s ease;
}

.reviews-card-custom:hover {
    transform: translateY(-5px);
}
.reviews-message {
    font-size: 26px;
    font-weight: 600;
    color: var(--bs-black);
    line-height: 1.6;
    margin-bottom: 40px;
    max-height: 6vh;
}
.reviews-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.img-p{
    height: 7vh;
    width: 4.6% !important;
    border: 1px solid var(--bs-white);
    border-radius: 50%;
    object-fit: cover;
    margin-top: 5vh;
    margin-bottom: 10px;
}
.reviews-profile img {
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    width: 50px !important;
    height: 50px !important;
}

.reviews-name {
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-black);
}
.star-stroke{
    width: 40px;
    height: 40px;
    margin-left: 7%;
    position: relative;
    top: -1vh;
}
.star-stroke-2{
    width: 32px !important;
    height: 32px !important;
    position: relative;
    left: 88%;
    top: 3vh;
}
.star-stroke-3{
    width: 50px !important;
    height: 50px !important;
    position: relative;
    left: 82%;
    top: 10vh;
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
/* Tablet Version (768px – 991px) */
@media (min-width: 768px) and (max-width: 991px){
    .hero-container{
        height: 100vh !important;
    }
   .hero-container h1{
        padding-left: 40px !important;
        font-weight: 800;
        font-size: 50px;
        text-align: left;
        width: 700px !important;
        /* padding-top: -10vh !important; */
        margin-top: 0 !important;
    }
    .hero-container p{
        padding-left: 30px;
        text-align: left;
        width: 720px !important;
        line-height: 5vh;
        position: absolute;
        line-height: 3vh;
        top: 20vh;
    }
    .col-2 button{
        margin-top: 35vh;
        width: 128px;
        height: 8vh;
        margin-left: -1650px !important;
    }
    .box{
        height: 8vh;
        width: 128px;
        margin-left: -686px !important;
        margin-top: 9.7vh;
    }
    .hero-container img{
        height: 38vh;
        width: 88%;
        margin-top: 5vh;
        border-radius: 18px !important;
    }
    .reviews {
        margin-top: 5vh;
        height: 70vh;
        padding-top: 10vh;
        width: 100% !important;
    }
    .reviews-card-custom {
        border-radius: 100px !important;
        height: 40vh;
        max-width: 750px !important;
    }
    .star-stroke{
        margin-left: 4%;
        position: relative;
        top: -1.7vh !important;
    }
    .star-stroke-2{
        left: 92%;
        top: -0.1vh;
    }
    .star-stroke-3{
        left: 80%;
        top: 5vh;
    }
    .reviews-message {
        line-height: 4vh;
        max-height: 5vh !important;
    }
    .reviews-profile img {
        width: 70px !important;
        height: 70px !important;
    }
    .img-p{
        width: 70px !important;
        height: 70px !important;
        margin-top: 7vh !important;
    }
    .reviews-name {
        margin-top: 1vh;
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .hero-container{
        height: 160vh !important;
    }
    .hero-container h1{
        padding-left: 15px;
        font-weight: 800;
        font-size: 35px;
        text-align: center;
        line-height: 6vh;
        width: 350px !important;
    }
    .hero-container p{
        padding-left: 14px;
        text-align: center;
        width: 350px !important;
        line-height: 5vh;
        position: absolute;
        line-height: 4vh;
        top: 28vh;
    }
    .col-2 button{
        margin-top: 58vh;
        width: 125px;
        height: 11vh;
        margin-left: -1930px !important;
        padding: 18px 2px !important;
        border: none;
        border-radius: 18px;
        transition: 0.7s ease;
        font-weight: 600;
        background: var(--bs-primary);
        color: var(--bs-white);
        font-size: 18px;
    }
    .box{
        box-sizing: border-box;
        height: 10.7vh;
        width: 125px;
        background: var(--bs-gray-700);
        opacity: 70%;
        border-radius: 18px;
        margin-left: -862px !important;
        margin-top: 33vh;
    }
    .hero-container img{
        height: 70vh;
        width: 85%;
        margin-top: 5vh;
        border-radius: 18px;
    }
    .star-stroke{
        width: 40px;
        height: 40px;
        margin-left: 7%;
        position: relative;
        top: -5vh;
    }
    .star-stroke-3{
        width: 50px !important;
        height: 50px !important;
        position: relative;
        left: 70%;
        top: 10vh;
    }
    .reviews {
        margin-top: 10vh;
        height: 87vh;
        padding-top: 10vh;
        width: 100% !important;
    }
    
    .reviews-card-custom {
        background: var(--bs-yellow);
        border-radius: 50px;
        padding: 60px 40px;
        max-width: 1150px;
        margin: auto;
        text-align: center;
        box-shadow: 0 20px 50px rgba(0,0,0,0.08);
        transition: 0.4s ease;
        height: 60vh;
    }
    .reviews-profile img {
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 15px;
        width: 60px !important;
        height: 60px !important;
    }
    .img-p{
        width: 60px !important;
        height: 60px !important;
        margin-top: 19vh;
    }
    .reviews-message {
        font-size: 20px;
        font-weight: 600;
        line-height: 4vh;
        margin-bottom: 40px;
    }
    .first-svg{
        margin-top: -28vh;
    }
}