@import url('https://fonts.googleapis.com/css2?family=Twinkle+Star&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sulphur+Point:wght@300;400;700&family=Twinkle+Star&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Rakkas&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rakkas&family=Reem+Kufi:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Trochut:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&family=Trochut:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Italianno&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lexend+Deca:wght@100..900&family=Lexend:wght@100..900&family=Rakkas&family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Italianno&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lexend+Deca:wght@100..900&family=Lexend:wght@100..900&family=Rakkas&family=Reem+Kufi:wght@400..700&family=Space+Grotesk:wght@300..700&display=swaps'); */

/* New code */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Quicksand:wght@300..700&display=swap');

@font-face {
    font-family: 'HelveticaCustom';
    src: url('../fonts/helvetica/Helvetica-Bold.ttf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 2s ease;
}
.reveal.active {
    transform: translateY(0px);
    opacity: 1;
  
}
.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.text-section {
    max-width: 53%;
    margin-left: 10px;
    font-size: 1.2em;
}

/* .text-content {
    font-size: 2.5rem;
    line-height: 1.5;
    margin: 0 0 20px;
    font-size:3.8em;
    font-family: "Twinkle Star", cursive;
    line-height:1.2;
} */
/* .text-content {
    line-height: 1.5;
    margin: 0 0 20px;
    font-size:60px;
    font-family: Verdana, sans-serif;
    line-height:1.2;
} */
.text-content {
    line-height: 1.5;
    margin: 0 0 20px;
    font-size:65px;
    font-family: "Twinkle Star", cursive;
    line-height:1.2;
}
.consultation-button {
    padding: 16px 35px;
    background-color: #8B008B;
    color: #fff;
    border: none;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;    
    cursor: pointer;
    font-size: 14px;
    font-weight:bold;
    font-family: "Verdana", sans-serif;
}

.image-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    position:relative;
    margin-left: -20px;
}
.image-section img {
    transition: transform 2s ease, border 2s ease;
    border: 2px solid transparent;
    
}

.image1 {
    width: 170px;
    height: 200px;
    object-fit: cover;
    margin-left:-60%;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}
.image2 {
    width: 180px;
    height: 120px;
    margin-left:-60%;
    margin-top:-30px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}
.image3 {
    width: 170px;
    height: 200px;
    object-fit: cover;
    margin-top:30px;
    margin-left:-60%;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}
.image4 {
    width: 180px;
    height: 250px;
    margin-left:-60%;
    object-fit: cover;
    margin-top:-50%;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}
.zoom-out {
    transform: scale(1.1); /* Scale up to 1.1x the original size */
    border: 2px solid #ff0000; /* Red border for zoom-out */
    border-top-left-radius: 50px; /* Rounded corner */
    border-top-right-radius: 0; /* Sharp corner */
    border-bottom-left-radius: 0; /* Sharp corner */
    border-bottom-right-radius: 50px; /* Rounded corner */
    transition: transform 2s ease, border 1s ease, border-radius 1s ease;
}

.img1 { grid-area: 1 / 1 / 2 / 2; }
.img2 { grid-area: 1 / 2 / 2 / 3; }
.img3 { grid-area: 2 / 1 / 3 / 2; }
.img4 { grid-area: 2 / 2 / 3 / 3; }

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
    }
    .text-section {
        max-width: 90%;
        text-align: center;
    }
    
}


@media (max-width: 320px) {
    .text-content {
        font-size:20px;
        margin: 0 0 20px;
        font-size:3.8em;
        font-family: "Twinkle Star", cursive;
    }
}




@media (max-width: 1024px) {
    .container {
        flex-direction: row;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .text-section {
        max-width: 90%;
        text-align: center;
        margin-left: 0;
    }

    .text-content {
        font-size: 2.5rem;
        line-height: 1.4;
    }

    .image-section {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-left: 0;
        margin-top:10%;
    }

    .image1, .image2, .image3, .image4 {
        /* width: 130px;
        height: 150px; */
        margin-left: 0;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 425px) {
    .text-section {
        max-width: 90%;
        text-align: center;
        margin-bottom: 20px;
    }

    .image-section {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        padding-top:20px;
    }
}

@media (max-width: 375px) {
    .text-section {
        max-width: 90%;
        text-align: center;
        margin-bottom: 20px;
    }

    .image-section {
        grid-template-columns: repeat(2, 1fr);
        gap: 0; /* Reduced gap for a tighter layout */
        justify-content: space-around;
    }
    .image1{
        width:150px;
    }
    .image{
        width:150px;
    }
    .image3{
        width:150px;
    }
    .image4{
        width:170px;
    }

}

@media (max-width: 320px) {
    .text-section {
        max-width: 90%;
        text-align: center;
        margin-bottom: 20px;
    }

    .image-section {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px; /* Reduced gap for a tighter layout */
        justify-content: space-around;
    }
    
    .image1{
        width: 120px;
        height:150px; /* Adjusted width for a smaller screen */
    }
    .image3 {
        width: 120px;
        height:150px;
        margin-top:-2px;
    }
    .image2{
        width:120px;
    }
    
    .image4 {
        width: 120px; 
        height:180px;/* Adjust specific width for image4 */
    }
    
}


.count-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
}

.count-text {
    font-size: 1.2rem;
    color: #000;
}

@media (max-width: 576px) {
    .count-number {
        font-size: 1.8rem; /* Adjust font size for smaller screens */
    }

    .count-text {
        font-size: 1rem; /* Adjust font size for smaller screens */
    }
}
.contain-fluid-bg {
    background-color: #9e9e9e4d;
    overflow:hidden;
}


.contain-fluid-bg h3{
    font-family: "Verdana" , sans-serif;
    font-size:3em;
}

.contain-fluid-bg p{
    font-family: "Verdana" , sans-serif;
    font-size:1.7em;
    font-weight: bold;
}


.content-area {
    padding-right: 20px;
}

.welcome-text {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
}

@media (max-width: 420px) {
    .count-number {
        font-size: 1.5rem; /* Adjust font size for smaller screens */
    }

    .count-text {
        font-size: 0.875rem; /* Adjust font size for smaller screens */
    }

    .row {
        margin-left: 0; /* Ensure no extra margin on smaller screens */
        margin-right: 0;
    }
}

/* For screens up to 375px */
@media (max-width: 375px) {
    .count-number {
        font-size: 1.25rem; /* Further reduce font size for smaller screens */
    }

    .contain-fluid-bg{
        overflow:hidden;
    }

    .count-text {
        font-size: 0.75rem; /* Further reduce font size for smaller screens */
    }

    .row {
        padding-left: 10px; /* Adjust padding for better alignment */
        padding-right: 10px;
    }
}

/* For screens up to 320px */
@media (max-width: 320px) {
    .count-number {
        font-size: 1rem; /* Further reduce font size for very small screens */
    }

    .contain-fluid-bg{
        overflow:hidden;
    }
    .count-text {
        font-size: 0.65rem; /* Further reduce font size for very small screens */
    }

    .row {
        padding-left: 5px; /* Minimal padding for very small screens */
        padding-right: 5px;
    }
}







.description-text {
    display: flex;
    flex-direction: column;
}
.description-text span {
    display: block;
}

.register-btn {
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 10px;
}

.photo-area {
    position: relative; /* Make sure photo-area has relative positioning */
}

.photo-area img {
    position: absolute; /* Use absolute positioning for the image */
    top: -275px; /* Adjust this value as needed to position the image above the container */
    left: 70%;
    transform: translateX(-50%); /* Center the image horizontally */
    width: auto; /* Maintain the image's aspect ratio */
    height: 449px; /* Set a specific height for the image */
    object-fit: cover; /* Cover the area while maintaining aspect ratio */
    z-index: 1; /* Ensure the image appears above the container */
}

@media (max-width: 768px) {
    .content-area {
        text-align: center;
        padding-right: 0;
    }

    .register-btn {
        margin-top: 10px;
    }

    .photo-area {
        margin-top: 20px;
    }
}





.hero-section {
    background-color: #8b008b3d;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 40px;
    max-width: 1200px;
    height: 400px;
    margin: 90px auto 0 auto; 
    overflow: visible; 
    position: relative;
}

.hero-section:hover{
    background-color: #973097;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 40px;
    max-width: 1200px;
    height: 400px;
    margin: 90px auto 0 auto;
    overflow: visible; 
    position: relative;
}

.hero-section:hover .hero-content h2{
    color:#fff;
}
.hero-section:hover .hero-content p{
    color:#fff;
}
.hero-section:hover .register-btn{
    color:#000;
    background-color: #e498e4be;
    font-size:14px;
}
.hero-section:hover .hero-image {
    transform: scaleY(1.01); /* Scale the width of the container */
    transform-origin: left center; /* Scale from the left side to keep the right side fixed */
    transition: transform 0.3s ease; /* Smooth transition for scaling */
}

.hero-content {
    flex: 1;
    padding-right: 20px;
}

.hero-content h2 {
    /* font-size: 1.75rem; */
    margin-bottom: 20px;
    white-space: nowrap;
    font-family: "Verdana", sans-serif;

}

.hero-content p {
    font-size: 14px;
    margin-bottom: 20px;
    font-family: "Verdana", sans-serif;
    word-spacing: 0.3em;
}

.hero-content p span {
    display: block;
}

.hero-image {
    max-width: 400px;
    position: absolute;
    right: 60px; /* Move image further outside of the hero section */
    top: -101px; /* Position image above the hero section */
    transform: translateY(0); /* Adjust as needed */
    z-index: 1; /* Ensure image is on top of other content if needed */
}

.hero-image img {
    width: 83.2%;
    border-radius: 10px;
    margin-left: 50px;  
}

/* .hero-image img {
    width: 135%;
    border-radius: 10px;
    margin-left: -34px;
    margin-top: 139px;
} */

.register-btn {
    background-color: #8B008B;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-family: "Verdana", sans-serif;

}

.register-btn:hover {
    background-color: #495057;
}
.footer-link-holder {
    align-items: center;
}
/* Responsive adjustments */
@media (max-width: 1024px) {
    .hero-image {
        width: 200px;
        position: absolute;
        right: 60px;
        top: 150px;
        transform: translateY(0);
        z-index: 1;
    }
    .text-section {
        max-width: 46%;
        margin-left: 10px;
        font-size: 1.2em;
    }
}
@media (max-width: 768px) {
    .hero-section {
        flex-direction: column;
        padding: 20px;
        margin: 40px auto 0 auto; /* Adjusted margin for responsiveness */
    }
    .text-section {
        max-width: 100%;
        margin-left: 10px;
        font-size: 1.2em;
    }
    .hero-image {
        position: relative;
        /* max-width: 100%; */
        width: 138px;
        height: 144px;
        right: -223px;
        top: -48px;
        transform: none;
        z-index: 0;
    }
    .hero-content p{
        font-size: 0.9rem;
    }
}
/* For screens up to 420px */
@media (max-width: 550px) {
  
    .text-section {
        max-width: 78%;
        margin-left: 10px;
        font-size: 1.2em;
    }
    .hero-image {
        max-width: 200px;
        height: auto;
        right: 10px;
        top: 47px;
        display: none;
    }
    .testimonials-content {
        padding:0px;
        width: 100%;
        /* margin-top: 184px; */
        background: #00000066;
        /* padding-left: 20px; */
        border-radius: 20px;
    }
    .faq-cardd {
        flex-direction: column;
        height: auto;
    }
    .testimonials-image{
        max-height: 400px;
        overflow:hidden;
        width: 100%;

    }
    .testimonials-image img{
        height: 300px;
    }
    .testimonials-content{
        padding: 30px 20px;
        width: 100%;
    }
}
@media (max-width: 425px) {
    .hero-section {
        padding: 15px;
        margin: 40px auto 0 auto;
        height: auto; /* Adjust height to fit the content */
        position: relative; /* Ensure proper positioning of children */
    }

    .hero-content {
        text-align: center; /* Center-align text for smaller screens */
    }

    .hero-content h2 {
        font-size: 12px; /* Smaller font size for smaller screens */
        margin-bottom: 10px;
    }

    .hero-content p {
        font-size: 0.879rem; /* Smaller font size for smaller screens */
        margin-bottom: 10px;
    }

    .register-btn {
        padding: 8px 16px; /* Adjust button padding */
        font-size: 0.875rem; /* Smaller font size */
    }

    .hero-image {
        max-width: 200px;
        height: auto;
        right: 10px;
        top: 47px;
        display: none;
    }
}


/* For screens up to 375px */
@media (max-width: 375px) {
    .hero-content h2 {
        font-size: 1.25rem; /* Further reduce font size */
    }

    .hero-content p {
        font-size: 0.75rem; /* Further reduce font size */
    }

    .hero-image {
        max-width: 250px;
        right: 10px;
        top: 47px;
    }

    .register-btn {
        padding: 8px 16px; /* Adjust padding for smaller screens */
        font-size: 0.875rem; /* Adjust font size */
    }
}

/* For screens up to 320px */
@media (max-width: 320px) {
    .hero-content h2 {
        font-size: 1rem; /* Further reduce font size */
    }

    .hero-content p {
        font-size: 0.65rem; /* Further reduce font size */
    }

    .hero-image {
        max-width: 200px;
        right: 0;
        top: 47px;
    }

    .register-btn {
        padding: 6px 12px; /* Further adjust padding */
        font-size: 0.75rem; /* Further reduce font size */
    }
}



/* .faq-section-word {
    display: flex;
    padding: 10px 20px;
    background-color: #ff4664; 
    border-radius: 20px;
    width: fit-content;
}

.faq-section-word h4 {
    color: white;
    margin: 0;
    font-weight: bold;
}

.view-all {
    font-weight: bold;
    color: #000;
    text-decoration: none;
} */
.faq-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px;
}

.faq-title {
    background-color: #8B008B; /* Set your preferred background color */
    color: #fff; /* White text color */
    padding: 9px 40px;
    text-align: center;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 30px;
    max-width: 280px; /* Adjust the width as needed */
    margin: 0 550px; /* Center the FAQ section */
    flex-shrink: 0; /* Prevent the FAQ section from shrinking */
    font-family: "Merriweather", serif;
    font-size:20px;

}

.view-all {
    color: #000; /* Black text color */
    text-decoration: none;
    font-size:30px;
    margin-left: -20%; /* Push to the right */
    font-family: "Trochut", sans-serif;
}

.view-all:hover {
    text-decoration: none;
}

/* Responsive adjustments */
/* @media (max-width: 768px) {
    .faq-container {
        flex-direction: column;
        align-items: center;
    }
    .view-all {
        margin-top: 10px;
        margin-left: 0;
    }
} */


/* Responsive adjustments for different screen sizes */
@media (max-width: 1024px) {
    .faq-container {
        padding: 10px 20px;
    }
    .faq-title {
        margin: 0 400px; /* Adjust margin for better centering */
        font-size: 30px; /* Adjust font size for medium screens */
    }
    .view-all {
        font-size: 28px;
        margin-left: -17%; /* Adjust margin for medium screens */
    }
}

@media (max-width: 768px) {
    .faq-container {
        flex-direction: column;
        align-items: center;
        padding: 10px 10px; /* Adjust padding for smaller screens */
    }
    .faq-title {
        margin: 0; /* Remove margin for small screens */
        font-size: 28px; /* Adjust font size for smaller screens */
    }
    .view-all {
        font-size: 26px;
        margin-top: 10px;
        margin-left: 0; /* Remove left margin for small screens */
    }
}

@media (max-width: 420px) {
    .faq-title {
        font-size: 24px; /* Further adjust font size for very small screens */
    }
    .view-all {
        font-size: 22px;
    }
}

@media (max-width: 375px) {
    .faq-title {
        font-size: 22px; /* Decrease font size for small screens */
    }
    .view-all {
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    .faq-title {
        font-size: 20px; /* Decrease font size for extra small screens */
    }
    .view-all {
        font-size: 18px;
    }
}



/* .faq-container {
    max-width: 100%; 
    padding-left: 15px;
    padding-right: 15px; 
} */

/* FAQ Card Styling */
/* Default styling for the FAQ card */
.faq-card {
    background-color: #fff; /* Grey background by default */
    border-radius: 45px;
    padding: 30px;
    color: #000;
    margin-bottom: 30px;
    width: 90%; /* Full width */
    max-width: 1600px; /* Increased maximum width */
    position: relative;
    margin: 20px auto; /* Center card */
    box-shadow: 1px 5px 1px 1px #000;
    border:1px solid #000;
    transition: background-color 0.3s; /* Smooth transition for background color */
    margin-top:-2%;
}

/* mine testimonials  start*/
.faq-card2,
.faq-card3{
    width: 85%; /* Full width */
    max-width: 1600px; 
    margin: 20px auto; /* Center card */
    display: flex;
    height: auto;
    border-radius: 10px;
    height: 350px;
    background-color: #8b008b3d;

}
@media(max-width:768px){
    .faq-card2{
        width:100%;
    }
}
@media(max-width:550px){
    .faq-card2{
        width:100%;
    }
}
@media(max-width:390px){
    .faq-card2{
        width:100%;
    }
}
@media(max-width:340px){
    .faq-card2{
        width:100%;
    }
}
.faq-cardd:hover{
    background-color: #8B008B;
    color:#fff; 
}

.testimonials-image{
    width: 40%;
    height: 100%;
    text-align: center;
    object-fit: cover;
}
.testimonials-image img{
    height: 100%;
  
}
.testimonials-content{
    width: 60%;
    padding: 50px 30px;
}

@media(max-width:768px){
    .testimonials-content{
        width: 60%;
        padding: 50px 100px;
    }
}
.testimonials-para,
.town{
    /* color: #000; */
    
}
.testimonials-para{
    font-weight: 600;
    font-size: 18px;
}
.town{
    font-size: 18px;
}
.testimonials-quotes{
    font-family: "Quicksand", sans-serif;
    font-size: 100px;
    height: 60px;
    font-weight: 900;
    color:white;
}
.star-holder{
    display: flex;
    padding: 20px 0px;
}
.fa-arrow-right{
    font-size: 22px;
    color: white;
    cursor: pointer;
    margin-top:20px;
}
.faq-cardd {
    display: none; /* Hide all cards by default */
}
.faq-cardd:first-child {
    display: flex; /* Show the first card initially */
}
@media(max-width:1024px){
    .faq-cardd{
        height: 400px;
    }
}
@media(max-width:768px){
    .faq-cardd{
        height: 310px;
    }
    .testimonials-content {
        padding: 30px 20px;
        width: 50%;
        background: #0000005e;
        border-radius: 11px;
    }
    .testimonials-image {
        width: 50%;
        height: 100%;
        text-align: center;
        object-fit: cover;
    }

}
@media (max-width: 550px) {  
    .faq-cardd {
        flex-direction: column;
        height: auto;
    }
    .testimonials-image{
        max-height: 400px;
        overflow:hidden;
        width: 100%;

    }
    .testimonials-image img{
        height: 300px;
    }
    .testimonials-content{
        padding: 30px 20px;
        width: 100%;
    }
}
@media(max-width:425px){
    .faq-cardd{
        flex-direction: column;
        height: auto;
    }
    .testimonials-image{
        max-height: 400px;
        overflow:hidden;
        width: 100%;

    }
    .testimonials-image img{
        height: 300px;
    }
    .testimonials-content{
        padding: 30px 20px;
        width: 100%;
    }
}
        /* ---mine .testimonials finish--- */
        /* ---mine successstories start */

.faq-card-successstories{
    background-color:#8b008b3d;  /* Grey background by default */
    border-radius: 45px;
    padding: 20px 0px;
    color: #000;
    margin-bottom: 30px;
    width: 90%; /* Full width */
    max-width: 1600px; /* Increased maximum width */
    position: relative;
    margin: 20px auto; /* Center card */
    transition: background-color 0.3s; 
    margin-top:-1%;
}
@media(max-width:768px){
    .faq-card-successstories{
        width:100%;
    }
}
@media(max-width:550px){
    .faq-card-successstories{
        width:100%;
    }
}
@media(max-width:390px){
    .faq-card-successstories{
        width:100%;
    }
}
@media(max-width:340px){
    .faq-card-successstories{
        width:100%;
    }
}
.faq-card-successstories:hover{
    background-color: #8B008B;
    color:#fff;
}
.faq-card-successstories:hover h5{
    color:#fff;
}

.video-container-holder{
    width: 100%;
    display: flex;
}
.video-1,
.video-2,
.video-3{
    width: 33.33%;
}
.video-2{
    border-left: 2px solid #8B008B;
    border-right: 2px solid #8B008B;

}

.faq-card-successstories:hover .video-2{
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.video-1 .register-h5,
.video-2 .register-h5,
.video-3 .register-h5{
    margin: 0 auto;
    width: 75%;
}
.video-holder-1,
.video-holder-2,
.video-holder-3{
    width: 75%; 
    position: relative;
    max-width: 640px;  
    overflow: hidden;
    margin: 0 auto;
    min-height: 300px;
}
.video-holder-1 p,
.video-holder-2 p,
.video-holder-3 p{
   font-family: "Quicksand", sans-serif;
    font-size:15px;
}

.video-holder-1 video,
.video-holder-2 video,
.video-holder-3 video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    cursor: pointer;
}

@media(max-width:1440px){
    .video-holder-1,
    .video-holder-2,
    .video-holder-3{
        min-height: 270px;
    }
}
@media(max-width:1390px){
    .video-holder-1,
    .video-holder-2,
    .video-holder-3{
        min-height: 270px;
    }
}
@media(max-width:1024px){
    .video-holder-1,
    .video-holder-2,
    .video-holder-3{
        min-height: 250px;
    }
}

@media(max-width:768px){
    .video-holder-1,
    .video-holder-2,
    .video-holder-3{
        min-height: 200px;
    }
}
@media(max-width:550px){
    .video-holder-1,
    .video-holder-2,
    .video-holder-3{
        min-height: 200px;
    }
}
@media(max-width:390px){
    .video-holder-1,
    .video-holder-2,
    .video-holder-3{
        min-height: 200px;
    }
}

@media(max-width:340px){
    .video-holder-1,
    .video-holder-2,
    .video-holder-3{
        min-height: 190px;
    }
}

.play-pause-btn {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Triangle Play Icon */
.play-icon {
    width: 0;
    height: 0;
    border-left: 15px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

/* Pause Icon */
.pause-icon {
    display: flex;
    justify-content: space-between;
    width: 20px;
}

.pause-icon div {
    background-color: white;
    width: 8px;
    height: 30px;
}

/* Hide the button when video is playing */
.play-pause-btn.hide {
    display: none;
}
.video-para{
    font-size:20px;
    padding: 20px 0px;
}


      /* ---mine successstories finish--- */

       /* ---mine footer start--- */
       .navbar-brand-footer {
        color: white;
        font-size: 30px;
        font-weight: bold;
    
        font-family: "Stick", sans-serif;
        text-decoration: none;
    }
    
    .navbar-brand-footer span {
        color: yellow;
    }

.footer-container{
    background-color:#8B008B;  /* Grey background by default */
    border-radius: 45px 45px 0px 0px;
    padding: 50px;
    color: #f3f3f3;
    width: 90%; /* Full width */
    max-width: 1600px; /* Increased maximum width */
    position: relative;
    margin: 20px auto; /* Center card */
    transition: background-color 0.3s; 
    margin-bottom:-24px;
}



.footer-holder{
    width: 100%;
    padding: 0px;
    display: flex;
}
.a-holder{
    width: 25%;
}
.footer-nav-holder{
    display: flex;
    width: 50%;
    justify-content: space-around;
}
.footer-nav-holder a {
    display: inline-block; /* Ensures each <a> behaves like a block element */
    font-size: 14px;
    padding:10px 0px;
    color: white;
    font-family: "Quicksand", sans-serif;
}

.footer-link-holder{
    width: 25%;
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.footer-holder-2{
    width: 100%;
    padding:40px 0px;
    display: flex;
    border-bottom: 2px solid silver;
}
.footer-contact-us{
    width: 25%;
}
.footer-contact-us-button{
    padding: 2px 20px;
    border-radius: 10px;
    font-size: 13px;
    background-color: #FFB6C1;
    color:#000;
    font-weight:bold;
    border:2px solid #FFB6C1;
    font-family: "Quicksand", sans-serif;
}
.footer-contact-us-p{
    padding: 0px 0px;
    font-size: 14px;
    font-family: "Quicksand", sans-serif;
    color:#fff;
}
.footer-contact-us-p a{
    color: white;
    text-decoration:none;
    font-size: 14px;
}
.footer-news-letter{
    width: 75%;
}
.footer-news-letter-holder{
    background-color:#a9a9a970;
    width: 95%;
    margin: 0 auto;
    padding: 50px 35px;
    display: flex;
    justify-content: space-between;
    margin-top: 2.5%;
    border-radius: 10px;
}
.input-footer-holder{
    width: 42%;

}
.button-footer-holder{
    width: 55%;

}
.footer-news-letter-holder input {
    padding: 15px 30px;
    border: 1px solid #fff;
    color: white;
    background-color: transparent;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    font-family: "Reem Kufi", sans-serif;
}
.footer-news-letter-holder button {
    background-color: #FFB6C1;
    width: 100%;
    color: #000;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 10px;
    /* font-weight: 600; */
    font-weight: bold;
    font-family: "Quicksand", sans-serif;
    margin-top: -3px;
}
.last-footer-content{
    font-family: "Quicksand", sans-serif;
    color: #fff;
    font-size:15px;
}
.footer-link-holder a:hover{
    cursor: pointer;
}
.link-icon{
    background-color: #f0354b;

}
/* .footer-container:hover{
    background-color: #ff3a52;
}
.footer-container:hover .footer-news-letter-holder button{
    background-color: rgb(46, 46, 46);
}
.footer-container:hover .footer-news-letter-holder{
    background-color: #ff3a52;
}
.footer-container:hover .footer-news-letter-holder input{
    border: 2px solid #fa001d;
    background-color: #fc203a;
}
.footer-container:hover .footer-contact-us-button{
    background-color: #000;
    border: 2px solid #000;
} */
@media(max-width:768px){
  .footer-holder{
    flex-direction: column;

  }  
  .a-holder{
        display: flex;
        justify-content: center;
    }
  .footer-container{
    width: 100%;
  }
  .a-holder{
    width: 100%;
  }
  .footer-nav-holder{
    width: 100%;
  }
  .footer-link-holder{
    width: 100%;
  }
  .footer-holder-2{
    flex-direction: column;
  }
  .footer-contact-us{
    width: 100%;
    text-align: center;
}
.footer-news-letter{
    width: 100%;
}
.footer-news-letter-holder button{
  
    padding: 12px 10px;
    font-size: 20px;
    font-weight: 600;
}
}
@media(max-width:745px){
    .footer-news-letter-holder{
        padding: 50px 35px;
        flex-direction: column  ;
        
    }
    .a-holder{
        display: flex;
        justify-content: center;
    }
    .input-footer-holder{
        width: 100%;
    
    }
    .button-footer-holder{
        width: 100%;
        margin-top: 20px;
    
    }
}
@media(max-width:550px){
    .a-holder{
        display: flex;
        justify-content: center;
    }
    .footer-container{
        width: 100%;
    }
    .footer-nav-holder{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    .footer-contact-us{
        text-align: center;
    }
    .footer-news-letter-holder button{
        padding:7px 10px;
    }
}
@media(max-width:425px){
    .footer-news-letter-holder{
        width: 95%;
        padding: 50px 15px;
    }
    .footer-news-letter{
        width: 100%;
    }
    .footer-container{
        padding: 0px;
        width: 100%
    }
    .footer-news-letter-holder button{
        font-size: 16px;

    }
    .footer-news-letter-holder input{
        font-size: 16px;
    }
    .footer-nav-holder{
        flex-direction: column;
        align-items: center;
    }
    .footer-contact-us{
     
        text-align: center;
    }
    .footer-holder{
        margin-top: 20px;
    }
    .footer-copyrights{
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media(max-width:345px){
    .footer-news-letter-holder button {
        padding: 12px 1px;
        font-size:14px;
        font-weight:normal;
    }
}

.faq-card:hover{
    background-color: #8B008B;
    border-radius: 45px;
    padding: 30px;
    color: #fff;
    margin-bottom: 30px;
    width: 90%; /* Full width */
    max-width: 1600px; /* Increased maximum width */
    position: relative;
    margin: 20px auto; /* Center card */
    transition: background-color 0.3s; /* Smooth transition for background color */
    margin-top:-2%;

}
.faq-card:hover .faq-answer{
    color:#fff;
}
.faq-card:hover .faq-number {
    color: #fff;
}
.faq-card:hover .faq-toggle{
    color:#000;
    background-color: #f3f3f3;
    font-weight: bold;
    border:1px solid #000;
}


/* Active state for the FAQ card when expanded */
.faq-card.active {
    background-color: #8b008b3d; /* Black background when active */
    color: #000; /* Adjust text color to white */
    box-shadow: 1px 5px 1px 1px #000;
    border:1px solid #000;
}
.faq-card.active:hover {
    background-color: #8B008B; /* Black background when active */
    color: #fff; /* Adjust text color to white */
}
.faq-card.active:hover .faq-divider{
    border-top: 1px solid #f3f3f3; /* Adjust color and style as needed */
    margin: 20px 0;
}

.faq-number {
    font-size: 60px; /* Larger font size */
    color: #000;
    margin-right: 20px;
    display: flex;
    align-items: center;
    font-family: "Merriweather", serif;

}
.faq-question {
    font-family: "Merriweather", serif;
    font-size: 22px; /* Larger question text */
}

.faq-toggle {
    position: absolute;
    top: 67px;
    right: 47px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 41px;
    font-weight: bold;
    color: #000;
}

.faq-toggle.active {
    background-color: #f3f3f3; /* Grey background when active */
    border:1px solid #f3f3f3;
    color: #000; /* Black text when active */
}

/* FAQ Answer Styling */
.faq-answer {
    margin-top: 15px;
    font-size: 15px; /* Slightly larger answer text */
    line-height: 1.8;
    color: #000;
    font-family: "Quicksand", sans-serif;
    word-spacing: 4px;
}



.faq-divider {
    border-top: 1px solid #8B008B; /* Adjust color and style as needed */
    margin: 20px 0; /* Adjust margin to position the divider correctly */
}

.faq-card.active .faq-divider {
    display: block; /* Ensure it is displayed when active */
}

.faq-divider.d-none {
    display: none; /* Hide divider when not active */
}

/* Hide content by default */
.d-none {
    display: none;
}

/* Show content when active */
.show {
    display: block;
}

@media (max-width: 768px) {
    .faq-toggle {
        position: absolute;
        top: 122px;
        right: 12px;
        width: 50px;
        height: 50px;
        background-color: transparent;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 41px;
        font-weight: bold;
        color: #000;
    }
    .faq-card.active .faq-toggle {
        position: absolute;
        top: 214px;
        right: 12px;
        width: 50px;
        height: 50px;
        background-color: transparent;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 41px;
        font-weight: bold;
        color: #000;
    }
    .video-container-holder{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .video-1, 
    .video-2,
    .video-3{
        width: 50%;
    }
    .video-2{
        border-right: none;
    }
    .video-3{
        margin-top: 20px;
    }
    .play-pause-btn {
        top: 70px;
    }
}
@media (max-width: 425px) {
    .video-container-holder{
        flex-direction: column;
        flex-wrap: wrap;
    }
    .video-1, 
    .video-2,
    .video-3{
        width: 100%;
    }
    .video-2{
        margin-top: 20px;
        border-left: none;
    }
 
}




@media (max-width: 420px) {
    .faq-toggle {
        position: absolute;
        top: 169px;
        right: 12px;
        width: 50px;
        height: 50px;
        background-color: transparent;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 41px;
        font-weight: bold;
        color: #000;
    }
    .faq-card.active .faq-toggle {
        position: absolute;
        top: 340px;
        right: 12px;
        width: 50px;
        height: 50px;
        background-color: transparent;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 41px;
        font-weight: bold;
        color: #000;
    }
    .play-pause-btn {
        top: 65px;
    }
}
@media(max-width:320px){
    .play-pause-btn {
        top: 50px;
    }
    .testimonials-para{
        font-size: 18px;
    }
    .testimonials-quotes{
        font-size: 50px;
        height: 35px;
    }
}
@media (max-width: 425px) {
    .faq-toggle {
        position: absolute;
        top: 145px;
        right: 12px;
        width: 50px;
        height: 50px;
        background-color: transparent;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 41px;
        font-weight: bold;
        color: #000;
    }
    .faq-card.active .faq-toggle {
        position: absolute;
        top: 340px;
        right: 12px;
        width: 50px;
        height: 50px;
        background-color: transparent;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 41px;
        font-weight: bold;
        color: #000;
    }
}


@media (max-width: 390px) {
    .faq-toggle {
        position: absolute;
        top: 105px;
        bottom: 10px;
        right: 12px;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 25px;
        font-weight: bold;
        color: #000;
    }
    .faq-card.active .faq-toggle {
        position: absolute;
        top: 447px;
        right: 12px;
        width: 50px;
        height: 50px;
        background-color: transparent;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 41px;
        font-weight: bold;
        color: #000;
    }
    .faq-number {
        font-size: 35px; 
    }
   
    .faq-question{
        font-size: 16px;
    }
   
}

@media (max-width: 320px) {
    .faq-toggle {
        position: absolute;
        top: 90px;
        /* bottom: 10px; */
        right: 12px;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 23px;
        font-weight: bold;
        color: #000;
    }
    .faq-card.active .faq-toggle {
        position: absolute;
        top: 447px;
        right: 12px;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 23px;
        font-weight: bold;
        color: #000;
    }
    .faq-question{
        font-size:12px;
    }
     .faq-number {
        font-size: 25px; 
    }
   
}



/* Testimonials */
.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    transition: transform 0.5s ease;
}

.slide-content {
    display: flex;
    align-items: center;
    width: 100%;
}

.slide-image {
    width: 300px;
    height: auto;
    margin-right: 20px;
}

.slide-text {
    max-width: calc(100% - 320px);
}

.next-arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
}


/* Profile card */
.profile-container {
    padding-left: 15px; /* Adjust the left margin */
    padding-right: 15px;
}

.custom-card {
    display: flex;
    align-items: center; /* Align items vertically in the center */
    padding: 15px;
    border: 1px solid #e3e3e3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    box-shadow: 0 6px 4px rgb(0 0 0 / 31%);
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-card-inner {
    display: flex;
    align-items: center;
}

.custom-img {
    width: 149px; /* Set a fixed width for the image */
    height: 255px;
    margin-right: 15px; /* Space between image and details */
    border-radius: 10px; /* Optional: Makes the image circular */
}

.custom-content {
    flex: 1;
}

.custom-details {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size:13px;
}
.custom-id{
    font-size:10px;
    background-color: rgba(217, 217, 217, 0.35);
    border-radius:20px;
    text-align: center;
}
.custom-details li {
    margin-bottom: 8px;
    font-family: "Verdana" , sans-serif;
}



.custom-btn {
    margin-top: 10px;
    margin:0 -4px;
}

/* Responsive Design */
@media (max-width: 767px) {
    .custom-img {
        width: 80px; /* Smaller width on smaller screens */
    }
}
.custom-details-p{
        margin-top: 0;
        margin-bottom: 0rem;
        font-family: "Verdana" , sans-serif;

}



       /* --------------------------------------------------------------------------------------------- */
       /* --------------------------------- ABOUT US PAGE --------------------------------------------- */
       /* --------------------------------------------------------------------------------------------- */

       .love-journey-container {
        background-color: transparent;
        border-top-right-radius: 80px;
        border-bottom-left-radius:80px;
        display: flex;
        align-items: center;
        max-width: 1200px;
        height: 450px;
        margin:30px auto 0 auto; 
        overflow: hidden; 
        position: relative;
    }
    .love-journey-container img{
        width: 100%;
        
    }

    .love-journey-content {
        position: absolute;
        top: 15%;
        left: -100%; /* Start off-screen to the left */
        color: white; /* For contrast against the background image */
        padding-left: 20px;
        width: 58%;
        font-size: 1.5rem;
        animation: slideIn 5s ease-out forwards; /* Trigger the slide-in animation */
    }
    
    /* Keyframes for sliding from left to the final position */
    @keyframes slideIn {
        0% {
            left: -100%; /* Start off-screen */
        }
        10%{
            left: -90%;
        }
        
        50%{
            left: 80px;
        }
        100% {
            left: 10px; /* End at the desired position */
        }
    }
    .love-journey-begins h1{
        font-size: 50px;
        font-weight: 650;
        
    }
    .love-journey-begins {
        padding-left: 30px;
        border-left: 5px solid white;
    }
    .love-journey-begins-2 p{
        font-size: 22px;
        margin:20px 0px
    }
.love-journey-register-contact{
    display: flex;
    width: 52%;
    justify-content: space-between;
}
.love-journey-register button{
    font-size: 18px;
    padding: 10px 30px;
    outline: none;
    background-color: #f8e231;
    border: 2px solid #f8e231;
    color:#f0354b;
    font-weight: 600;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.love-journey-contact button{
    font-size: 18px;
    padding: 10px 30px;
    outline: none;
    background-color: transparent;
    border: 2px solid silver;
    border-top-left-radius:20px;
    border-bottom-right-radius:20px;
    color:white;
    font-weight: 600;
}

.touch-with-us-container{
    background-color: #8b008b3d;
        border-radius: 40px;
        display: flex;
        max-width: 1119px;
        height: auto;
        margin:30px auto 0 auto; 
        overflow: hidden; 
        position: relative;
}
.touch-with-us-form-holder{
    width: 58%;
    height: 100%;
}
.touch-with-us-form{
    width: 75%;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 70px;
}
.touch-with-us-form form label{
    color:#8B008B;
    font-weight:bold;
    font-size:13px;
    font-family:"Verdana", sans-serif;
}
.touch-with-us-img-holder{
    width: 42%;
}
.touch-with-us-img-holder img{
    width: 100%;
}
.quote-feedback{
    display: flex;
    margin-bottom:30px ;
}
.touch-with-feedback{
    margin-left: 30px;
}
.touch-with-quote input,
.touch-with-feedback input{
    width: 30px;
    height: 30px;
}
.touch-with-quote label,
.touch-with-feedback label{
    font-size: 20px;
    margin-left: 8px; 
}
.touch-with-quote,
.touch-with-feedback {
    display: flex;
    align-items: center;
}
.touch-with-name-holder input,
.touch-with-email-holder input,
.touch-with-message-holder textarea,
.touch-with-button-holder button{
    width: 100%;
    font-size: 20px;
    padding: 10px 30px;
}

.touch-with-name-holder,
.touch-with-email-holder,
.touch-with-message-holder{
margin: 20px 0px;
}
.touch-with-button-holder button{
    border-radius: 10px;
    background-color: #8B008B;
    border: 2px solid #8B008B;
    color: white;
    font-family: "Quicksand", sans-serif;
    font-size:14px;
}
.out-number-container{
    width: 100%;
    background-color: #9e9e9e4d;
    margin: 30px 0px;
}
.out-number-holder{
    width: 96%;
    margin: 0 auto;
    padding: 20px 0px;
    display: flex;
}
.out-email,.out-location{
    width: 37%;
    text-align: center;
}
.out-number{
    width: 26%;
    text-align: center;

}
.out-number-p,
.out-email-p,
.out-location-p{
    font-size: 22px;
    font-weight: 600;
    font-family: "Quicksand", sans-serif;
}
.out-number-h3,
.out-email-h3,
.out-location-h3{
    font-size: 20px;
}
@media(max-width:768px){
    .love-journey-container{
        max-width: 700px;
        height: 20%;
    }

    .love-journey-content {
        top: 20px;
        width: 98%;
        font-size: 1rem;
    }
    
   
    .love-journey-begins h1{
        font-size: 30px;
        
    }
    .love-journey-begins {
        padding-left: 30px;
    }
    .love-journey-begins-2 p{
        font-size: 22px;
        margin:10px 0px
    }
.love-journey-register-contact{
    width: 45%;
}
.love-journey-register button{
    font-size: 14px;
    padding: 8px 20px;
   
}
.love-journey-contact button{
    font-size: 14px;
    padding: 8px 20px;
   
}
.touch-with-us-container{
        max-width: 700px;
        height: auto;
}
.touch-with-us-form-holder{
    width: 50%;
    height: 100%;
}
.touch-with-us-form{
    width: 85%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.touch-with-us-img-holder{
    width: 50%;
}
.touch-with-us-img-holder img{
    /* height: 100%; */
    object-fit: cover;
}


.out-number-holder{
    width: 85%;
    padding: 20px 0px;
}

.out-number-p,
.out-email-p,
.out-location-p{
    font-size: 18px;
}
.out-number-h3,
.out-email-h3,
.out-location-h3{
    font-size: 22px;
}
.footer-contact-us-button{
    margin-bottom: 20px;
}
}
@media(max-width:700px){
    .love-journey-container{
        max-width: 600px;
        height: 20%;
    }
    .love-journey-content {
        top: 10px;
        width: 98%;
    }
    .love-journey-begins h1{
        font-size:26px;
        
    }
    .love-journey-begins {
        padding-left: 20px;
    }
    .love-journey-begins-2 p{
        font-size: 19px;
        margin:10px 0px
    }
    .love-journey-register-contact{
        width: 42%;
    }
    .love-journey-register button{
        font-size: 13px;
        padding: 6px 18px;
       
    }
    .love-journey-contact button{
        font-size: 13px;
        padding: 6px 18px;
       
    }
    .touch-with-us-container{
        max-width: 600px;
        
}
.touch-with-us-form-holder{
    width: 50%;
    height: 100%;
}
.touch-with-us-form{
    width: 85%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.quote-feedback{
    display: flex;
    margin-bottom:30px ;
}
.touch-with-feedback{
    margin-left: 20px;
}
.touch-with-quote input,
.touch-with-feedback input{
    width: 22px;
    height: 22px;
}
.touch-with-quote label,
.touch-with-feedback label{
    font-size: 18px;
    margin-left: 8px; 
}


.out-number-holder{
    width: 95%;
    padding: 20px 0px;
}

.out-number-p,
.out-email-p,
.out-location-p{
    font-size: 16px;
}
.out-number-h3,
.out-email-h3,
.out-location-h3{
    font-size: 20px;
}
}
@media(max-width:600px){
    .love-journey-container{
        max-width: 500px;
        height: 20%;
    }
    .love-journey-content {
        top: 5px;
        width: 98%;
    }
    .love-journey-begins h1{
        font-size:21px;
        
    }
    .love-journey-begins {
        padding-left: 10px;
    }
    .love-journey-begins-2 p{
        font-size: 16px;
        margin:5px 0px
    }
    .love-journey-register-contact{
        width: 50%;
    }
    .love-journey-register button{
        font-size: 12px;
        padding: 5px 16px;
       
    }
    .love-journey-contact button{
        font-size: 12px;
        padding: 5px 16px;
       
    }
    .touch-with-us-container{
        max-width: 500px;
        
}
.touch-with-us-form-holder{
    width: 50%;
    height: 100%;
}
.touch-with-us-form{
    width: 85%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.quote-feedback{
    margin-bottom:20px ;
}
.touch-with-feedback{
    margin-left: 10px;
}
.touch-with-quote input,
.touch-with-feedback input{
    width: 20px;
    height: 20px;
}
.touch-with-quote label,
.touch-with-feedback label{
    font-size: 15px;
    margin-left: 8px; 
}

.touch-with-button-holder button{
    font-size: 18px;
}
.out-number-holder{
    width: 95%;
    padding: 20px 0px;
}

.out-number-p,
.out-email-p,
.out-location-p{
    font-size: 16px;
}
.out-number-h3,
.out-email-h3,
.out-location-h3{
    font-size: 17px;
}
}


@media(max-width:500px){ 
     .love-journey-container{
    max-width: 400px;
    height: 20%;
}

.love-journey-content {
    top: 5px;
    width: 98%;
    font-size: 1rem;
}


.love-journey-begins h1{
    font-size: 19px;
    
}
.love-journey-begins {
    padding-left: 10px;
    display: flex;
    border-left: 2px solid white;
}
.love-journey-begins-2 p{
    font-size: 14px;
    margin:5px 0px
}
.love-journey-register-contact{
width: 55%;
}
.love-journey-register button{
font-size: 13px;
padding: 7px 10px;

}
.love-journey-contact button{
font-size: 13px;
padding: 7px 10px;

}
.touch-with-us-container{
    max-width: 400px;
    height: auto;
    flex-direction: column-reverse;
}
.touch-with-us-form-holder{
width: 100%;
height: 100%;
}
.touch-with-us-form{
width: 85%;
margin-top: 40px;
margin-bottom: 40px;
}
.touch-with-us-img-holder{
width: 100%;
}
.touch-with-us-img-holder img{
height: 100%;
object-fit: cover;
}


.out-number-holder{
width: 85%;
padding: 20px 0px;
flex-direction: column;
align-items: center;
}

.out-number-p,
.out-email-p,
.out-location-p{
font-size: 18px;
}
.out-number-h3,
.out-email-h3,
.out-location-h3{
font-size: 22px;
}

.out-email,.out-location{
    width: 100%;
}
.out-number{
    width: 100%;

}
}



@media(max-width:400px){ 
    .love-journey-container{
   max-width: 340px;
   height: 20%;
}

.love-journey-content {
   top: 5px;
   width: 98%;
   font-size: 1rem;
}


.love-journey-begins h1{
   font-size: 18px;
   
}
.love-journey-begins {
   padding-left: 10px;
   display: flex;
   border-left: 2px solid white;
}
.love-journey-begins-2 p{
   font-size: 13px;
   margin:3px 0px
}
.love-journey-register-contact{
width: 55%;
}
.love-journey-register button{
font-size: 11px;
padding: 4px 10px;

}
.love-journey-contact button{
font-size: 11px;
padding: 4px 10px;

}
.touch-with-us-container{
   max-width: 340px;
   height: auto;
}
.out-location-h3,.out-email-h3,.out-number-h3{
    margin-bottom: 20px;
    margin-top: -20px;
}

.love-journey-content {
    padding-left: 0px;

}
}

@media(max-width:350px){ 
    .love-journey-container{
    max-width: 300px;
    height: 20%;
    }


.love-journey-content {
    top: 40px;
    width: 98%;
    font-size: 0.6rem;
}
}



.love-journey-begins h1{
   font-size: 17px;
   
}
.love-journey-begins {
   padding-left: 10px;
   display: flex;
   border-left: 2px solid white;
}
.love-journey-begins-2 p {
    font-size: 9px;
    margin: 0px 0px;
}
.love-journey-register-contact{
width: 55%;
}
.love-journey-register button {
    font-size: 10px;
    padding: 4px 6px;
    margin: 6px;
}
.love-journey-contact button{
font-size: 10px;
padding: 2px 8px;

}
/* .touch-with-us-container{
   max-width: 280px;
   height: auto;
} */
.out-location-h3,.out-email-h3,.out-number-h3{
    margin-bottom: 20px;
    margin-top: -20px;
}

.love-journey-content {
    padding-left: 0px;

}

.get-premium{
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.nav-user-name{
    color:#000; 
    font-size:16px;
    text-decoration:none;
    font-family: "Sulphur Point", serif;
    font-weight:bold;
}

.regular-premium{
    margin-right:9%;
}
.select-search{
    margin-left:100px;
}
@media(max-width:425px){ 
    .regular-premium {
        margin-right: 7%;
    }
}
@media(max-width:375px){ 
    .regular-premium {
        margin-right: 3%;
    }
}
@media(max-width:320px){ 
    .regular-premium {
        margin-right: 6%;
    }
}

/* .banner-image{
    border-top-right-radius: 30px;
    border-bottom-left-radius:30px;
} */

/* Custom CSS for the banner image */
.banner-wrapper {
    position: relative;
    width: 100%;
}

/* .banner-image {
    width: 100%;
    height: 400px; 
    object-fit: cover; 
    border-top-left-radius: 0px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 0px;
    margin-top:-3%;
} */

.banner-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-top-left-radius: 0px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 0px;
    margin-top: -3%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); /* black overlay */
    color: #fff; /* makes text highlighted over dark background */
}


.banner-content {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: white;
    padding: 15px;
}

.banner-content p{
    font-size:20px;
    font-family: "Verdana", sans-serif;
}

@media(max-width:550px){
    .banner-content{
        font-size: 16px;
        color: #fff;
        padding: 5px;
        margin-right: 14px;
        border-radius: 10px;
        background: rgb(0 0 0 / 64%);
        font-family: "Verdana", sans-serif;
    }
    .banner-content p{
        font-size:14px;
    }
}

@media(max-width:390px){
    .banner-content{
        font-size: 14px;
        color: #fff;
        padding: 5px;
        margin-right: 14px;
        border-radius: 10px;
        background: rgb(0 0 0 / 64%);
        font-family: "Verdana", sans-serif;
    }
    .banner-content p{
        font-size:14px;
    }
}

@media(max-width:345px){
    .banner-content{
        font-size: 14px;
        color: #fff;
        padding: 5px;
        margin-right: 10px;
        border-radius: 10px;
        background: rgb(0 0 0 / 64%);
        font-family: "Verdana", sans-serif;
    }
    .banner-content p{
        font-size:14px;
    }
}
.banner-content h1{
    font-family: Verdana, sans-serif;
}
.banner-content a{
    font-family: Verdana, sans-serif;
}

/* .btnbanner1 {
    background-color: #f8e231;
    color: #ff3a52;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
} */

/* .btn-primary:hover {
    background-color: #0056b3;
} */

    /* Styling for Filters */
    .filter-section {
        background: #8b008b1c;
        padding: 15px;
        border-radius: 8px;
        margin-bottom: 15px;
        border: 1px solid #8B008B;
    }
      .filter-title {
        color: #333;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size:14px;
        font-weight: 600;
        font-family: "Merriweather", serif;
      }
      .filter-item {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
      }
  
      /* Styling for Profile Cards */
      .profile-card {
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 15px;
        background: #ffffff;
        box-shadow: 0px 4px 0px rgba(137, 137, 137, 0.3);
        margin-bottom: 15px;
        border-top-left-radius: 0px;
        border-top-right-radius: 60px;
        border-bottom-left-radius: 60px;
        border-bottom-right-radius: 0px;
      }
      .profile-image {
        width: 30%;
        height: 200px; /* Adjust this value as needed */
        margin-right: 15px;
      }
      
      .profile-image img {
        width: 135%;
        height: 100%; /* Ensures the image fills the height of the container */
        object-fit: cover; /* Ensures the image maintains its aspect ratio while filling the area */
        border-radius: 8px;
      }
      .profile-details {
        width: 70%;
        margin-left:40px;
      }
      .profile-username {
        font-size: 14px;
        font-family: "Quicksand", sans-serif;
      }
      .profile-name {
        font-size: 13px;
        font-family: "Quicksand", sans-serif;
      }
      .profile-userid {
        background: rgba(217, 217, 217, 0.35);
        color: #000;
        text-align: center;
        font-size: 12px;
        width: 85px;
        padding: 1px;
        border-radius: 20px;
        font-family: "Merriweather", serif;
        display: flex;
        justify-content: center;
        align-items: center;
     }
      .profile-info {
        font-size: 12px;
        color: #555;
        margin: 5px 0;
        font-family: "Quicksand", sans-serif;
      }
      .profile-button {
        background: linear-gradient(to top, #800080, #9f29ff);
        color: white;
        font-weight: bold;
        border: none;
        border-radius: 10px;
        padding: 6px 16px;
        margin-top: 10px;
        background-size: 100% 200%;
        font-family: "Quicksand", sans-serif;
        transition: background-position 0.4s ease-in-out;
        background-position: bottom;
        font-size:15px;
    }
    
    .profile-button:hover {
        background: linear-gradient(to top, #800080, #9f29ff);
        background-position: top;
    }
    
      @media(max-width:390px){
        .profile-username {
            font-size: 14px;
            font-family: "Verdana", sans-serif;
        }
        
        .profile-userid {
            background: rgba(217, 217, 217, 0.35);
            color: #000;
            text-align: center;
            font-size: 11px;
            width: 85px;
            padding: 1px;
            border-radius: 20px;
            font-family: "Verdana", sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
        }
      }
  
      @media(max-width:345px){
        .profile-username {
            font-size: 14px;
            font-family: "Verdana", sans-serif;
        }
        
        .profile-userid {
            background: rgba(217, 217, 217, 0.35);
            color: #000;
            text-align: center;
            font-size: 10px;
            width: 85px;
            padding: 1px;
            border-radius: 20px;
            font-family: "Verdana", sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
        }
      }
      /* Responsive adjustments */
      @media (max-width: 768px) {
        .filters {
          order: 1;
        }
        .cards {
          order: 2;
        }
      }
      @media (max-width: 425px) {
        .profile-card {
          flex-direction: row;
          text-align: center;
        }
        .profile-image, .profile-details {
          width: 100%;
          margin: 0;
        }
        .profile-button {
          width: 100%;
        }
      }

      @media(max-width:320px){
        .profile-image, .profile-details {
            width: 100%;
            margin: 0;
            margin-right: 22px;
        }
      }
      @media (max-width: 375px) {
        .profile-image, .profile-details {
            width: 100%;
            margin: 0;
            margin-right: 27px;
        }
    }
    @media (max-width: 425px) {
        .profile-image, .profile-details {
            width: 80%;
            margin: 0;
            margin-right: 24px;
        }
    }
    @media(max-width:1024){
        .profile-image img {
            width: 140%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }
    }
.filter-names{
    font-family: "Quicksand", sans-serif;
    font-size:13px;
}
.filter-ans{
    font-family: "Quicksand", sans-serif;
}

@media (max-width: 1340px) {
    .col-md-6.alt2 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-8.alt1 {
        flex: 0 0 auto;
        width: 66.666667%;
    }
    .col-md-4.alt {
        flex: 0 0 auto;
        width: 33.333333%;
    }
}
@media (max-width: 1024px) {
    .col-md-4.alt {
        flex: 0 0 auto;
        width: 38.333333%;
    }
    .col-md-8.alt1 {
        flex: 0 0 auto;
        width: 60.666667%;
    }
    .col-md-6.alt2 {
        flex: 0 0 auto;
        width: 100%;
    }
    .profile-image img {
        width: 189%;
        height: 104%;
        object-fit: cover;
        border-radius: 8px;
    }
    .profile-details {
        width: 70%;
        margin-left: 127px;
    }
}

@media (max-width: 768px) {
    .col-md-4.alt {
        flex: 0 0 auto;
        width: 47.333333%;
    }
    .col-md-8.alt1 {
        flex: 0 0 auto;
        width: 50.666667%;
    }
    .profile-details {
        width: 70%;
        margin-left: 63px;
    }
}

@media (max-width: 550px) {
    .col-md-4.alt {
        flex: 0 0 auto;
        margin: 9px;
        width: 95.333333%;
    }
    .profile-image img {
        width: 110%;
        height: 117%;
        object-fit: cover;
        margin-top: -16px;
        border-radius: 8px;
    }
    .col-md-8.alt1 {
        flex: 0 0 auto;
        width: 100%;
    }
    .profile-details {
        width: 70%;
        margin-left: 0px;
    }
    .profile-image, .profile-details {
        width: 67%;
        margin: 0;
        margin-right: 24px;
    }
}

@media (max-width: 390px) {
    .filter-item {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        font-size: 14px;
    }
    .profile-button {
        background-color: #ff3a52;
        color: white;
        font-weight: bold;
        border: none;
        border-radius: 10px;
        padding: 6px 0px;
        margin-top: 10px;
    }
}

@media (max-width: 345px) {
    .col-md-4.alt {
        flex: 0 0 auto;
        margin: 9px;
        width: 100%;
    }

    .filter-item {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        font-size: 12.5px;
    }
    .profile-button {
        background-color: #ff3a52;
        color: white;
        font-weight: bold;
        border: none;
        border-radius: 10px;
        padding: 7px 2px;
        margin-top: 10px;
        font-size: 13px;
    }
}


.user-details
{
    width:400px;
    margin-left:-220%;
}
.drop-h6{
    font-family: "Verdana", sans-serif;
    font-size:14px;
}
.membership{
    font-size:12px;
    font-family: "Verdana", sans-serif;
}
.drop-drop li:hover{
    background:#ff3a52;
    color:#fff;
    padding:2px;
    border-radius:10px;
    transition: none;
}

.drop-drop li a{
    font-family: "Verdana" , sans-serif;
}

.user-active{
    background:#ff3a52;
    color:#fff;
    padding:2px;
    border-radius:10px;
    transition: none;
}
@media(max-width:768px){
    .drop-h6 {
        font-family: "Verdana", sans-serif;
        font-size: 12px;
    }
    .drop-drop img {
        width: 219px;
        margin-top: -18px;
    }
}

@media(max-width:550px){
    .drop-drop img {
        width: 201px;
        margin-top: -23px;
    }
    .drop-h6 {
        font-family: "Verdana", sans-serif;
        font-size: 12px;
    }
}

@media(max-width:390px){
    .drop-h6 {
        font-family: "Verdana", sans-serif;
        font-size: 12px;
    }
    .drop-drop img{
        width:142px;
        margin-top:-31px;
    }
}

@media(max-width:345px){
    .drop-h6 {
        font-family: "Verdana", sans-serif;
        font-size: 12px;
    }
    .drop-drop img {
        width: 214px;
        margin-top: -20px;
    }
}


/* edit profile page */
.edituser-active{
    background:#8B008B;
    color:#fff;
    padding:2px;
    border-radius:10px;
    transition: none;
}
.edit-profile-container {
    max-width: 1200px;
    margin: auto;
}

/* Sidebar Styles */
/* .edit-profile-sidebar {
    border-right: 1px solid ;
} */
.heart-icon{
    color: #8B008B;
    margin-right: 8px;
    font-size: 23px;
}
.edit-profile-title {
    color: #8B008B;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Merriweather", serif;
    font-size:16px;
}
.edit-profile-menu li:hover{
    background:#8B008B;
    color:#fff;
    border-radius:10px;
    transition: none;
}
.edit-profile-menu .nav-link {
    color: #333;
    transition: all 0.3s ease;
    font-family: "Quicksand", sans-serif;
    font-size:14px;
}

.edit-profile-menu .nav-link.active{
    color: #fff;
}
.edit-profile-menu .nav-link:hover {
    color: #fff;
}


/* Profile Content Styles */
.edit-profile-content {
    background-color: #f5f5f5;
    border-radius: 20px;
    border:1px solid #8B008B;
}

.edit-profile-photo img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.edit-profile-details h4 {
    color: #ff3366;
    margin-bottom: 20px;
}

.edit-profile-details label {
    font-weight: bold;
}

.edit-profile-section-title {
    font-size: 20px;
    font-weight: bold;
    color: #ff3366;
}

.edit-mobile a {
    color: #ff3366;
    text-decoration: underline;
    cursor: pointer;
}
/* .edit-profile-content {
    border-bottom: 1px solid #ddd;
} */
.edit-profile-container .row:not(:last-child) {
    margin-bottom: 30px;
}
.editalt1 {
    height:300px;
    background:#8b008b1c;
    border:1px solid #8B008B;
    border-radius:20px;
}
.edituser-details h5{
    font-family: "Quicksand", sans-serif;
    font-weight:normal;
    font-size:14px;
}

.edituser-details p{
    font-family: "Quicksand", sans-serif;
    font-size:14px;
}

@media(max-width:1440px){
    .row.editalt{
        gap:20px;
    }
    .col-md-3.editalt1 {
        flex: 0 0 auto;
        width: 23%;
    }
}
@media(max-width:1390px){
    .row.editalt{
        gap:20px;
    }
    .col-md-3.editalt1 {
        flex: 0 0 auto;
        width: 23%;
    }
}
@media(max-width:1024px){
    .col-md-9.editalt2 {
        flex: 0 0 auto;
        width: 69%;
    }
    .col-md-3.editalt1 {
        flex: 0 0 auto;
        width: 24%;
        margin: 0 10px;
    }
    .edit-profile-title {
        color: #ff3a52;
        text-align: center;
        margin-bottom: 20px;
        font-family: "Verdana", sans-serif;
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .edit-profile-photo {
        text-align: center;
    }
    .edit-profile-menu {
        text-align: center;
    }
    .col-md-3.editalt1 {
        flex: 0 0 auto;
        width: 96%;
        margin: 0px 15px;
    }
    .col-md-9.editalt2 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media(max-width:550px){
    .col-md-3.editalt1 {
        flex: 0 0 auto;
        width: 93%;
        margin: 0px 15px;
    }
}
@media(max-width:390px){
    .col-md-3.editalt1 {
        flex: 0 0 auto;
        width: 88%;
        margin: 0px 25px;
    }
}
@media (max-width: 345px) {
    .col-md-3.editalt1 {
        flex: 0 0 auto;
        width: 86%;
        margin: 0px 20px;
    }
}

.user-user{
    font-family: "Merriweather", serif;
    text-decoration:underline;
    font-size:14px;
}

.user-u{
    font-family: "Quicksand", sans-serif;
    font-size:14px;
}
.user-h{
    font-family: "Quicksand", sans-serif;
}
.user-settings{
    font-family: "Quicksand", sans-serif;
    font-size:14px;
    color:#000;
}



.background-image{
    position: absolute;
    top: 0;
    left: 54%;
    width: 45%;
    height: 500px;
    background-image: url('../images/Icons.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 1;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

@media(max-width:1440px){
    .background-image {
        position: absolute;
        top: 0px;
        left: 57%;
        width: 45%;
        height: 514px;
        background-image: url(../images/Icons.png);
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 0;
        opacity: 1;
        background-size: 90% auto;
        background-position: center;
        background-repeat: no-repeat;
    }
}
@media(max-width:1390px){
    .background-image {
        position: absolute;
        top: 0px;
        left: 53%;
        width: 45%;
        height: 522px;
        background-image: url(../images/Icons.png);
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 0;
        opacity: 1;
        background-size: 106% auto;
        background-position: center;
        background-repeat: no-repeat;
    }
}
@media(max-width:768px){
.background-image{
           left:14%;
            width: 560px;
            height: 100%;
            margin-top: 120px;
            background-size: contain;
        background-position: center;

}
.consultation-button{
    margin-bottom: 50px;
}

}
@media(max-width:450px){
.background-image{
           left:0%;
            width: 465px;
            height: 500px;
            margin-top: 300px;
            background-image: url('site-assets/images/Icons2.png');

            

}
.consultation-button{
    margin-bottom: 10px;
}

}


/* 400 */
@media(max-width:400px){
.background-image{
           left:0%;
            width: 400px;
            height: 100%;
            margin-top: 120px;

           

}
.consultation-button{
    margin-bottom: 10px;
}

}

/* 350 */
@media(max-width:350px){
.background-image{
           left:0%;
            width: 350px;
            height: 100%;
            margin-top: 180px;
            

}
.consultation-button{
    margin-bottom: 10px;
}

}


.choosen-prof-ans{
    font-family: "Quicksand", sans-serif;
}

@media(max-width:1440px){
    .row.p-matches-row{
        display:flex;
        justify-content: center;
    }
    .p-matches-col12{
        flex: 0 0 auto;
        width: 50%;
    }
}
@media(max-width:1390px){
    .row.p-matches-row{
        display:flex;
        justify-content: center;
    }
    .p-matches-col12{
        flex: 0 0 auto;
        width: 50%;
    }
}
.profile-strong{
   font-family: "Quicksand", sans-serif;
   font-weight: bold;
    font-size: 15px;
}
.profile-strongans{
    font-family: "Quicksand", sans-serif;
    font-size:13px;
    word-wrap: break-word;
}

@media(max-width:345px){
    .profile-strong{
        font-size:12px;
    }
    .profile-strongans{
        font-size:10px;
    }
}


/* User profile with dropdown */
.user-profile{
width: 40px; 
height: 40px; 
object-fit: cover;
}
.user-profile-icon{
background: linear-gradient(to top, #9f29ff, #8B008B);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 18px;
margin-right: 8px;
}
.dropdown-item:active{
background:#F5F5F5;
}


/* Home page */
.home-background {
    background: url('../images/home-content1.jpg') no-repeat center center/cover;
    background-attachment: fixed; /* Keeps the background fixed */
    height: 100vh; /* Full viewport height */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    color: white;
    padding: 20px;
    overflow: auto; /* Allows content scrolling */
}

.home-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 75%); /* Dark overlay */
    z-index: 1;
}

.home-quote-text {
    font-size:22px;
    z-index: 2;
    position: relative;
    max-width: 80%; 
    text-align: center;
    overflow-y: auto; 
    font-family: "Quicksand", sans-serif;
}
@media(max-width:768px){
    .home-quote-text {
        font-size: 17px;
    }
}

@media(max-width:450px){
    .home-quote-text {
        font-size: 19px;
    }
}
@media(max-width:390px){
    .home-quote-text {
        font-size: 17px;
    }
}
@media(max-width:340px){
    .home-quote-text {
        font-size: 15px;
    }
}

.feedback-box{
    font-size: 24px;
    font-family: "Merriweather", serif;
}


.about-partners-heading {
    color: #8B008B;
    margin-bottom: 20px;
    font-size: 32px;
    font-family: "Merriweather", serif;
}

.about-partners-container{
    /* background: linear-gradient(45deg, rgba(255, 255, 255, 0.8), rgba(200, 200, 255, 0.8)); */
    animation: gradientAnimation 6s infinite alternate;
    border-radius: 20px;
}

.about-partners-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    max-width: 1000px;
    margin: auto;
}

/* @keyframes gradientAnimation {
    0% {
        background: linear-gradient(45deg, rgb(244, 154, 244), #FFF5CC);
    }
    50% {
        background: linear-gradient(45deg, #FFF5CC, rgb(244, 154, 244));
    }
    100% {
        background: linear-gradient(45deg, rgb(244, 154, 244), #FFF5CC);
    }
} */


/* Card */
/* Hover Effect with Splash and Animation */
.about-partners-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-partners-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.3);
}

/* Black Overlay */
.about-partners-card::before,
.about-partners-card::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 19%);
    transition: transform 0.6s ease-in-out;
}

.about-partners-card::before {
    top: 0;
    left: 0;
    transform-origin: top left;
}

.about-partners-card::after {
    bottom: 0;
    right: 0;
    transform-origin: bottom right;
}

/* Hover Effect - Splitting Diagonally */
.about-partners-card:hover::before {
    transform: translate(-100%, -100%);
}

.about-partners-card:hover::after {
    transform: translate(100%, 100%);
}

/* Image */
.about-partners-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

/* Container for text */
.about-partners-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow:1px 0px 2px #703065;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-family:"Verdana", sans-serif;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

/* Hover effect - fade text out */
.about-partners-card:hover .about-partners-text {
    opacity: 0;
}



/* Card Content */
.about-partners-card-content {
    padding: 15px;
}

.about-partners-card h3 {
    margin: 10px 0;
    font-size: 22px;
    color: #333;
}

.about-partners-card p {
    color: #777;
    font-size: 14px;
}

/* Navigation logo */
.nav-logo{
    width:80px;
    height:80px;
}
.footer-logo{
    width:70px;
    height:70px;
}

@media(max-width:550px){
    .nav-logo {
        width: 80px;
        height: 80px;
        margin-right: 0px;
    }
}
@media(max-width:390px){
    .nav-logo {
        margin-right: 0px;
        width: 60px;
        height: 60px;
    }
    .footer-logo {
        width: 70px;
        height: 70px;
        margin-left: 117px;
    }
}

@media(max-width:345px){
    .nav-logo {
        width: 50px;
        height: 50px;
        margin-right: 0px;
    }
    .footer-logo{
        width:70px;
        height:70px;
        margin-left:88px;
    }
}


/* new code */
.indexofhtml-container-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background:#8b008b3d;
  padding: 30px;
  animation: indexofhtml-fadein 1s ease forwards;
}

@keyframes indexofhtml-fadein {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.indexofhtml-title {
  font-size: 26px;
  font-weight: bold;
    color: #8B008B;
    font-family: "Merriweather", serif;
}

.indexofhtml-description {
  font-size: 1.1rem;
  color: #000;
  font-family: "Quicksand", sans-serif;
}

.indexofhtml-img-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  animation: indexofhtml-zoomIn 1.2s ease;
}

.indexofhtml-img-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.7), transparent);
  pointer-events: none;
}

.indexofhtml-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

@keyframes indexofhtml-zoomIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.indexofhtml-btn {
  background-color: #8B008B;
  color: white;
  font-weight: bold;
  border: none;
  padding: 10px 25px;
  font-size: 1rem;
  border-radius: 8px;
  font-family: "Quicksand", sans-serif;
  text-decoration: none;
  transition: background 0.3s;
}

.indexofhtml-btn:hover {
  background-color: #c2185b;
}

@media (max-width: 768px) {
  .indexofhtml-title {
    font-size:17px;
    text-align: start;
  }

  .indexofhtml-description {
    text-align: start;
  }
}

/* Container Positioning */
.banner-content-of-all-container .banner-wrapper {
    position: relative;
    overflow: hidden;
}

/* Animated Text Block */
.banner-content-of-all-text {
    position: absolute;
    bottom: 10%;
    left: 5%;
    color: white;
    z-index: 2;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
    animation: banner-content-of-all-fadeInUp 1.5s ease-out forwards;
}

.banner-content-of-all-text h1 {
    font-size: 2.5rem;
    margin: 0;
    animation: banner-content-of-all-slideInLeft 1.5s ease-in-out;
}

.banner-content-of-all-text p {
    font-size: 1.2rem;
    animation: banner-content-of-all-slideInRight 2s ease-in-out;
}

/* Animations */
@keyframes banner-content-of-all-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes banner-content-of-all-slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes banner-content-of-all-slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .banner-content-of-all-text h1 {
        font-size: 1.8rem;
    }
    .banner-content-of-all-text p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .banner-content-of-all-text {
        left: 3%;
        bottom: 8%;
    }
    .banner-content-of-all-text h1 {
        font-size: 1.5rem;
    }
    .banner-content-of-all-text p {
        font-size: 0.9rem;
    }
}

@media(max-width: 768px){
    .banner-image {
        width: 100%;
        height: 270px;
    }
}
@media(max-width: 420px){
    .banner-image {
        width: 100%;
        height: 200px;
    }
}
@media(max-width: 390px){
    .banner-image {
        width: 100%;
        height: 200px;
    }
}
@media(max-width: 340px){
    .banner-image {
        width: 100%;
        height: 200px;
    }
}