.page-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.page-header img {
    max-width: 100%; /* Ensures the image is responsive */
    height: auto; /* Keeps the aspect ratio */
}

.text-7 {
    font-size: 25px !important;
}

@media (max-width: 768px) {

    .testimonial-container {
        width: 100% !important;
        max-width: 1000px;
    }

    .caption {
        font-size: 20px !important;
        color: #333;
        font-weight: 600;
        transition: color 0.3s ease, transform 0.3s ease;
    }

    .owl-theme .owl-nav.disabled + .owl-dots {
        display: none !important;
    }
  
    .text-7 {
        font-size: 25px !important;
    }


    .vridhi_about {
        margin-top: -325px !important;
    }
    .page-header {
        padding: 10px; /* Adjust padding for smaller screens */
    }

    h1 {
        font-size: 24px; /* Adjust font size for smaller screens */
    }
}
.page-header.page-header-modern.page-header-background {
    padding: 0px 0 !important;
}


.caption-wrapper {
    margin-top: 10px; /* Adjust spacing from the image */
}

.caption {
    font-size: 12px;
    color: #333; /* Initial color */
    font-weight: 600;
    transition: color 0.3s ease, transform 0.3s ease;
}

.caption:hover {
    color: #004ca6; /* Change color on hover */
    transform: scale(1.1); /* Slight zoom effect on hover */
}

.thumb-info-wrapper img {
    width: 100%;
    border-radius: 5px; /* Optional rounded corners */
    transition: transform 0.3s ease;
}

.thumb-info-wrapper img:hover {
    transform: scale(1.05); /* Slight zoom on image hover */
}


.testimonial-container {
    width: 80%;
    max-width: 1000px;
    margin: 20px auto;
}

.testimonial-carousel {
    position: relative;
}
.testimonial-card {
    display: none;
    flex-direction: row;
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Light shadow */
    border-top: 2px solid #004ca6; /* Blue border on top */
    border-left: 2px solid #004ca6; /* Blue border on left */
    border-right: 2px solid #004ca6; /* Blue border on right */

    justify-content: center; /* Center the content vertically */
    align-items: center; /* Center the content horizontally */
    position: relative; /* Required for the ::before pseudo-element */
}

.testimonial-card.active {
    display: flex;
}

/* Adding the bottom border only to 70% of the right side */
.testimonial-card::before {
    content: "";
    position: absolute;
    bottom: 0; /* Stick to the bottom */
    right: 0;  /* Align to the right */
    width: 100%; /* Cover 70% width from the right side */
    height: 20px; /* Adjust height of the border */
    background-color: #004ca6; /* Blue border color */
}

.image-section {
    width: 30%;
}

.image-section img {
    width: 100%;
    /* height: 100%; */
    height:500px; 
    
    object-fit: cover;
    border-radius: 15px 0 0 15px;
}

.text-section {
    width: 70%;
    padding: 0px 20px 0px 20px ;
    position: relative;
}

.quote-icon {
    font-size: 50px;
    color: #d3d3d3;
    position: absolute;
    top: -10px;
    left: 15px;
}

.testimonial-text {
    font-size: 16px;
    color: #333;
    margin: 20px 0;
    line-height: 1.6;
}

.person-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 0rem 0rem 30px;
}

.name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.designation {
    font-size: 14px;
    color: #777;
}

.company-logo {
    width: 100px;
    height: 50px;
}
.company-logo1 {
    width: 100px;
    height: 50px;
    margin-left: -20px !important;
}


/* Carousel Dots */
.testimonial-dots {
    text-align: center;
    margin-top: 15px;
}



.dot
{
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: #333;
}
.page-header img {
    width: 100vh;
    height: auto;
}



/* responsive code  */

@media screen and (max-width: 768px) {

    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: inline-block;
        width: 0rem;
        height: 0rem;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%;
    }
    .img12 {
        height: 50vh !important;
    }
    /* .vridhi_about {
        margin-top: 0px !important;
    } */
    .heading_center
    {
        align-items: center;
    }
    .image-section {
        width: 100%;
    }
    .text-section {
        width: 100%;
        padding: 20px;
        position: relative;
    }



        .testimonial-card {
            flex-direction: column; /* Stack image and text vertically on smaller screens */
        }
    
        .image-section {
            margin-bottom: 20px; /* Add space between image and text section */
        }
    
        .text-section {
            text-align: left; /* Align text to the left for readability */
        }
    
        .company-logo {
            max-width: 100%; /* Adjust image size for mobile */
            margin: 0px auto; /* Center image on mobile */
            height: 50%;
        }
        .testimonial-text {
            font-size: 16px;
            color: #333;
            margin: 0px 0;
            line-height: 1.6;
        }
        .heading_allign_center 
        {
            align-items: center !important;
        }

        .testimonial blockquote {
            background: #ffff;
            border-radius: 5px;
            border: 0;
            color: #666;
            font-family: sans-serif;
            margin: 0;
            padding: 40px 64px 40px 72px;
            padding: 0rem 0rem 0rem 0rem !important;
            position: relative;
        }

        .image-section img {
            width: 100%;
            /* height: 100%; */
            height: auto;
            object-fit: cover;
            border-radius:0px 0 0 0px;
        }
        .testimonial blockquote:before {
            left: -15px !important;
            top: -40px !important;
            color: #000;
            content: "“";
            font-size: 100px !important;
            font-style: normal;
            line-height: 1;
            position: absolute;
        }
        .person-info {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0rem 0rem 0rem 0rem;
        }
        .testimonial-card::before {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 20px;
            background-color: #004ca6;
        }
        .font-weight-semibold {
            font-weight: 700 !important;
            margin-top: 0rem !important;
        }
        .owl-theme .owl-nav.disabled+.owl-dots {
            margin-top: -30px !important;
        }
    }
    .top-1 {
        left:0px !important;
    }
    .triangle-image-left {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 150px; /* Adjust size as needed */
        height: auto;
    }

    .triangle-image-right {
        position: absolute;
        top: 0;
        right: 0;
        width: 150px; /* Adjust size as needed */
        height: auto;
    }
    .vridhi_about {
        position: relative; /* Required for absolute positioning of images */
        align-items: center;
        background-color: rgb(212, 230, 255);
        background-size: cover;
        padding-bottom: 30px;
    }
    
    .icon-animated {
    opacity: 1 !important; 
    }
    .image-container {
        position: relative;
        display: inline-block;
        overflow: hidden;
        border-radius: 15px;
      }
      
      .image-container img {
        display: block;
        width: 100%;
        height: auto;
      }
      
      .text-title {
      
        text-align: center;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: #004aa69c;
        color: #ffff;
        font-weight: bold;
        font-size: 1.2em;
        width: 100%;
        z-index: 2;
        transition: opacity 0.3s ease;
      }
      
      .image-container .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #004aa69c;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transform: translateY(100%);
        opacity: 0;
        transition: transform 0.6s ease, opacity 0.6s ease;
        text-align: center;
        padding: 20px;
        height: 100%;
      }
      
      .image-container:hover .overlay {
        transform: translateY(0);
        opacity: 1;
      }
      
      .image-container:hover .text-title {
        opacity: 0;
        /* Fade out on hover */
      }
      
      .hover-info {
        font-size: 1em;
        font-weight: bold;
        text-align: center;
        color: #ffff;
        margin-top: 5px;
        transition: opacity 0.6s ease;
        /* Smooth fade in */
      }
      
      .hovering {
        font-size: 1em;
        font-weight: bold;
        text-align: center;
        color: #ffff;
        margin-top: 5px;
        transition: opacity 0.6s ease;
        /* Smooth fade in */
      }
      
      /* Optional hover effects for the image */
      .image-container:hover img {
        transform: scale(1.1);
        /* Slightly zoom in on the image on hover */
      }

    .testimonial-author {
        display: flex; /* Flex layout for the author section */
        align-items: center; /* Center align items */
        justify-content: flex-end; /* Align to the right */
        margin-top: 100px; /* Space above author info */
    }
    .testimonial blockquote {
    background:#004aa69c;
}
.testimonial blockquote {
    background: #ffff;
    border-radius: 5px;
    border: 0;
    color: #666;
    font-family: sans-serif;
    margin: 0;
    padding: 40px 64px 40px 72px;
    padding: 0rem 0rem 0rem 2rem;
    position: relative;
}
.testimonial blockquote p {
    color: #000;
    /* font-family: 'Playfair Display', serif; */
    font-size: 1.1em;
}

.testimonial blockquote:before {
    left: -15px;
    top: -30px;
    color: #000;
    content: "“";
    font-size: 130px;
    font-style: normal;
    line-height: 1;
    position: absolute;
}

.owl-carousel.show-nav-hover .owl-nav {
    opacity: 1 !important;
    transition: all 0.2s ease-in-out;
}


/* tablet view */

@media (min-width: 768px) and (max-width: 991.98px) { /* Bootstrap's tablet breakpoint */
    .owl-theme .owl-nav.disabled + .owl-dots {
        display: none !important;
    }
    .vridhi_about {
        margin-top: -435px !important;
    }

    .owl-carousel .owl-nav {
        top: 15%;
       
    }

    .owl-item {
        display: block;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 50vh !important;
        margin: 5px;
      }
      .home-intro {
        padding: 1rem 0 !important;
        margin-top: 0px;
    }

}

@media (min-width: 800px) and (max-width: 991.98px) { /* Bootstrap's tablet breakpoint */
    .owl-theme .owl-nav.disabled + .owl-dots {
        display: none !important;
    }
    .vridhi_about {
        margin-top: -150px !important;
    }
    .form-group input {
        padding: 10px 20px;
        border-radius: 30px;
        font-family: "Poppins", Sans-serif;
        border: 1px solid #ddd;
        font-size: 1rem;
        width: 100%;
        max-width: 100%;
        transition: all 0.3s ease;
    }
    .form-group select {
        padding: 10px 20px;
        border-radius: 30px;
        font-family: "Poppins", Sans-serif;
        border: 1px solid #ddd;
        font-size: 1rem;
        width: 100%;
        max-width: 100%;
        font-weight: bold;
        transition: all 0.3s ease;
    }

}

.team-name1 {
    font-size: 12px !important; /* Different font size for "Founder, Experimind Labs" */
 /* Optional: Add italic or any other style as needed */
    color: #555; /* Optional: Change color if needed */
}
.row_mentors
{
    margin-top:-50px;
}



/*slider css*/
.vridhi_slider{
    height: 650px ;
}

/* Media query for screens wider than 1700px */
@media (min-width: 1200px) and (max-width: 1400px) {
    .vridhi_slider {
        height: 650px !important;
    }
}
@media (min-width: 1700px) and (max-width: 1950px) {
    .vridhi_slider {
        height: 940px !important;
    }
}
@media (min-width: 1440px) and (max-width: 1690px) {
    .vridhi_slider {
        height: 635px !important;
    }
}
@media (min-width: 2000px) {
    .vridhi_slider {
        height: 1000px !important;
    }
}
.pb-55 {
    padding-bottom: 1rem !important;
}

.home-intro {

    padding: 15px 0 !important;


}

.pt-55 {
    padding-top: 1rem !important;
}
.custom-svg-btn-style-1.custom-svg-btn-style-1-small {
      padding: 21px 18px 17px 18px !important;
      font-size: 12.8px;
      font-size: 0.8rem;
      color: #2d4a9a;
    }
    
    .carousel-control-prev-icon {
    background-image:none !important;
}
    .carousel-control-next-icon {
    background-image:none !important;
}
    
    