/**
* Template Name: Ninestars
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/ninestars-free-bootstrap-3-theme-for-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
.btn {
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

body {
    font-family: 'Nunito';
}

.lblText
{
       color:#4B0082;
       font-weight:bold;
        font-family: 'Verdana';
        font-size:25px;
}


h1, h2, h3,h4,h5 {
    font-family: 'Playfair Display';
        font-weight:600;
}

.breadcrumb-nav {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    margin: 20px 0;
    padding-left: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb-nav a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    background-color: rgba(128, 0, 128, 0.4); /* soft purple highlight */
    padding: 6px 12px;
    border-radius: 20px;
    margin-right: 8px;
    transition: background 0.3s;
}

.breadcrumb-nav a:hover {
    background-color: rgba(128, 0, 128, 0.6);
}

.breadcrumb-divider {
    color: #fff;
    margin-right: 8px;
    font-weight: bold;
}

.btn-outline-primary {
    border-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* shadow effect */
    color: #9370DB;
}

    .btn-outline-primary:hover {
        background-color: #9370DB;
        color: white;
    }

.btn-primary {
    background-color: #4B0082 !important; /* Medium Lavender */
    border-color: #7a5dc7 !important; /* Slightly darker */
    color: white;
    font-size: 1.25rem;
    border-color: #fff;
    box-shadow: 0 0 10px rgba(180, 123, 182, 0.7);
    /* shadow effect */
   /* width: 200px;*/
    height: 50px;
    font-weight: 600;
   min-width: 100px;
    border-radius: 10px;
    font-family: 'Nunito';
    width:auto;
     white-space: nowrap; /* prevents breaking */
}


.btn-primary-evaluation {
    background-color: #4B0082 !important; /* Medium Lavender */
    border-color: #7a5dc7 !important; /* Slightly darker */
    color: white;
    font-size: 1.25rem;
    border-color: #fff;
    box-shadow: 0 0 10px rgba(180, 123, 182, 0.7);
    /* shadow effect */
   /* width: 200px;*/
    height: 50px;
    font-weight: 600;
   min-width: 200px;
    border-radius: 10px;
    font-family: 'Nunito';
    width:auto;
     white-space: nowrap; /* prevents breaking */
}

@keyframes flash {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}



.shadow-border {
    border: 2px solid #ccc; /* your border */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* shadow effect */
    border-radius: 10px; /* optional, for smooth corners */
}

.btn-primary:hover,
.btn-primary:focus {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(255,255,255,0.5);
    transition: 0.3s ease;
}

.custom-navbar {
    background: radial-gradient(circle, #4B0082, #1a001f)    !important; /* light pink */
    /*height:100px;*/
}

.custombar {
    background: #4B0082 !important; /* light pink */
    color: #fff;
    padding: 10px;
    border-radius: 15px;
}

.form-label {
    font:Poppins;
    color: #fff;        /* Dark purple */
    font-size: 16px;       /* Change font size */
    font-weight: bold;     /* Make text bold */
    font-family: Arial, sans-serif;


}

.form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}


.form-row {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
}

label {
    text-align: right;
    font-weight: 500;
}

.text-left {
    text-align: left;
    font-weight: 500;
}

.form-control {
    border-radius: 6px;
    border: none;
    padding: 6px 10px;
    background-color: #e6dbf5;
}


.embossed-inset {
    border: 1px solid #aaa;

    box-shadow: inset 2px 2px 5px #999,
                            inset -2px -2px 5px #fff;
    padding: 20px;
    border-radius: 8px;

    min-height:500px;
    position:relative;
}

.submit-btn {
    background-color: #4B0082;
    border: none;
    padding: 10px 30px;
    font-weight: bold;
    border-radius: 20px;
    width:400px !important;
}


.overlay-content-other1 {
        background-color:  rgba(100,66,147,0.4);
        z-index: 2;

        border-color: rgba(150,123,182,0.4);
        border-style: groove;
         width:60vh;


            min-height: 70vh;


}


.overlay-content-othersummary {
        background-color:  rgba(100,66,147,0.4);
        z-index: 2;

        border-color: rgba(150,123,182,0.4);
        border-style: groove;

    border-radius:50% ;
            min-height: 70vh;


}


.overlay-content-other {
    background-color:  rgba(100,66,147,0.4);
    z-index: 2;

    border-color: rgba(150,123,182,0.4);
    border-style: groove;
    width:60vh;

  border-radius:50% ;
      min-height: 70vh;


}


.custombar-other {

         background-color: lavendar;
    color:  #fff;
    padding: 10px;
        border-radius: 15px;
         padding-top:60;
         border-color: rgba(150,123,182,0.4);
    border-style: groove;


}

.navbar .nav-link {
     
    color: #fff;
    text-transform: uppercase; /* Optional */
}


.navbar .nav-link.active {
    color: #ffd;
    font-weight:bold;
    text-transform: uppercase; /* Optional */
}

.navbar .navbar-brand {
    color: #fff !important; /* Example: teal */
    /* Optional */
    font-size: 30px; /* Optional */
    padding-left: 2vw;
    font-family: 'Playfair Display'
}

.navbar-toggler {
    border-color: #e91e63; /* Border of the button */
    background-color: #fff; /* Optional background */
}

.light-lavender-bg {
    /* background-color: rgba(150, 123, 182, 0.6);   light lavender with 60% opacity */

    background-image: url('https://cdn.pixabay.com/photo/2018/03/01/14/47/flower-3195250_1280.jpg');
    background-size: cover;
    background-position: center;
    background-color: rgba(150, 123, 182, 0.7);
    background-blend-mode: multiply;
}
/*
.hero-section {
    height: 100vh;
    background-image: url('img/backgoundlavendar.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}*/

    .hero-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background-color: rgba(150,123,182,0.4); /* darker lavender tint */
        z-index: 1;
    }

.hero-content {
    position: relative;
    z-index: 2;
}
/*
.overlay-content {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 2rem;
    border-radius: 15px;
    z-index: 2;
    position: relative;
    color:#fff;

}*/


.hero-section-other {

    background-image: url('img/backgoundlavendarnew.jpg'); /* Your background */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 20px  ;
    position: relative;


}


.hero-section {
    min-height: 100vh;
    background-image: url('img/backgoundlavendarnew.jpg'); /* Your background */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 20px;
    position: relative;



}

.overlay-content {
    background-color: rgba(150,123,182,0.5);
    z-index: 2;
    min-height: 80vh;
    border-color: rgba(150,123,182,0.4);
    border-style: groove

}





.fitness-badges {
    z-index: 2;
}

.fitness-badge {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, #4B0082, #1a001f);
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    position: relative;
    background-blend-mode: overlay;
    background-size: cover;
}

    .fitness-badge i {
        font-size: 2rem;
        color: #fff;
    }

    .fitness-badge:hover {
        transform: scale(1.05);
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
        transition: 0.3s ease-in-out;
    }

     

@media (max-width: 848px) {
    .fitness-badge {
        width: 120px;
        height: 120px;
        font-size: 0.8rem;
    }


    .btn-primary-evaluation {
        background-color: #4B0082 !important; /* Medium Lavender */
        border-color: #7a5dc7 !important; /* Slightly darker */
        color: white;
        font-size:1rem;
        border-color: #fff;
        box-shadow: 0 0 10px rgba(180, 123, 182, 0.7);
        /* shadow effect */
       /* width: 200px;*/
        height: 50px;
        font-weight: 600;
       min-width: 150px;
        border-radius: 10px;
        font-family: 'Nunito';

         white-space: nowrap; /* prevents breaking */
    }
}


@media (max-width: 520px) {

    .overlay-content-other {
            background-color:  rgba(100,66,147,0.4);
            z-index: 2;

            border-color: rgba(150,123,182,0.4);
            border-style: groove;
            width:40vh;

        border-radius:50% ;
                min-height: 70vh;


    }


    .btn-primary-evaluation {
        background-color: #4B0082 !important; /* Medium Lavender */
        border-color: #7a5dc7 !important; /* Slightly darker */
        color: white;
        font-size:1rem;
        border-color: #fff;
        box-shadow: 0 0 10px rgba(180, 123, 182, 0.7);
        /* shadow effect */
       /* width: 200px;*/
        height: 50px;
        font-weight: 600;
       min-width: 100px;
        border-radius: 10px;
        font-family: 'Nunito';
         white-space: nowrap; /* prevents breaking */
    }



    .breadcrumb-nav a {
        font-size:0.6rem;
    }
}

/*added by sathya start*/

.pill-nav a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    font-size: 17px;
    border-radius: 5px;
}

    .pill-nav a:hover {
        background-color: #ddd;
        color: black;
    }

    .pill-nav a.active {
        background-color: #4B0082;
        color: white;
    }

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    text-align: center;
    border-bottom: 3px solid #fff;
    color:white;
}

    .services .icon-box:hover {
        transform: translateY(-5px);
        border-color: #ef7f4d;
    }

.services .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    color: #ef7f4d;
}

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

    .services .title a {
        color: white;
        text-decoration:none;
    }

.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}


/*added by sathya ends*/


 
/*
.badge-circle {
    width: 250px;
    height: 250px;
    background-color: #4B0082; 
    color: white;
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
*/
/*

.badge-circle {
    width: 200px;
    height: 200px;
    /* background-image: url('img/HomePage.jpg');  Add your floral image path  
    background: radial-gradient(circle, #4B0082, #1a001f);
    background-size: cover;
    background-position: center;
    color: white;
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: 50%;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

    
.badge-circle.top {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.badge-circle.left {
    top: 50%;
    left: -220px;
    transform: translateY(-50%);
}

.badge-circle.right {
    top: 50%;
    left: calc(100% + 20px);
    transform: translateY(-50%);
}

*/