body {
    font-family: 'Montserrat', sans-serif;
    background: #F4F1F8;
}

.swal2-container
{
  z-index: 100000;
}

.active{
    font-weight: 600 !important;
}

.navbar {
    background: #fff;
    width: 100%;
    transition: all 0.3s ease-in-out;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.navbar-nav{
    width: 45% !important;
    margin-left: 5% !important;
}
.navbar.scrolled {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    z-index: 100;
}

#myModal{
    z-index: 10000;
}


.navbar-brand img {
    height: 60px;
}
.nav-link {
    color: #333 !important;
    font-weight: 400;
}
.nav-link:hover {
    color: #7A719F !important;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.nav-item{
    margin-left: 5px;
}
.me-2{
    filter: invert(50%) sepia(33%) saturate(426%) hue-rotate(211deg) brightness(86%) contrast(85%);
}
.phone-number {
    background: #f8f9fa;
    padding: 5px 35px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    width: 25% !important;
    margin-right: 5%;
}
.book-now {
    background: #ff6a00;
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: bold;
}
.dropdown-item{
    font-size: 14px;
    margin-bottom: 5px;
}
.book-now:hover {
    background: #e65a00;
}
.dropdown-menu {
    min-width: 400px;
}
@media (max-width: 768px) {
    .dropdown-menu {
        min-width: 100%;
    }
}
.services-section {
    text-align: center;
    padding: 50px 0;
}

/*
.card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    text-align: center;
    padding: 25px;
    position: relative;
    overflow: hidden;
    border: none;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #ff8a00, #e52e71);
    top: 0;
    left: 0;
    transition: height 0.3s;
}

.card:hover::before {
    height: 8px;
}

.card img {
    max-width: 70px;
    margin: 10px auto;
    transition: transform 0.3s ease-in-out;
}

.card:hover img {
    transform: scale(1.1);
}

.card-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.card a {
    display: inline-block;
    color: #ff3b3b;
    font-weight: bold;
    margin-top: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.card a:hover {
    color: #e52e71;
    transform: scale(1.05);
}

*/





.card {
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    text-align: center;
    padding: 25px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px); /* Frosted glass effect */
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Ensures uniform height */
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.3);
}

.card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #464087, #A19DDA);
    top: 0;
    left: 0;
    transition: height 0.3s;
}

.card:hover::before {
    height: 8px;
}

.card img {
    max-width: 70px;
    margin: 10px auto;
    transition: transform 0.3s ease-in-out;
}

.card:hover img {
    transform: scale(1.1);
}

.card-title {
    font-size: 1.2rem;
    font-weight: 500;
    color: #233d4d;
    margin-top: 10px;
}
.card a {
    display: inline-block;
    padding: 8px 16px;
    font-weight: bold;
    color: white !important;
    background-color: #7A719F; /* Red background */
    border: 2px solid #48428A;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.card a:hover {
    background-color: transparent; /* Removes background */
    color: #48428A !important; /* Text becomes red */  
}







.footer {
    background: #464087; /* Dark blue shade like in the image */
    color: #FFFFFF;
    padding: 40px 0;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
}

.footer-left {
    max-width: 300px;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer-logo img {
    width: 100px;
    margin-right: 10px;
}

.footer-left p {
    font-size: 14px;
    color: #C7C7C7;
}

.social-icons {
    margin: 15px 0;
}

.social-icons a {
    margin-right: 10px;
    color: #FFFFFF;
    font-size: 18px;
    text-decoration: none;
}

.app-links img {
    width: 130px;
    margin-right: 10px;
}

.footer-right {
    display: flex;
    justify-content: space-between;
    flex: 1;
    min-width: 400px;
}

.footer-column h5 {
    font-size: 17px;
    margin-bottom: 10px;
    color: #A19DDA;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li a {
    color: white;
    text-decoration: none;
    font-size: 15px;
}

.footer-column ul li a:hover {
    color: #FFFFFF;
}

.copyright {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #C7C7C7;
}




.social-icons a {
    color: #fff;
    font-size: 24px;
    margin-right: 10px;
}
.hero {
    background: url('../images/nursing_hero.jpg') no-repeat center center/cover;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 0;
}
.form-group label {
  display: block;         /* Ensures label is on its own line */
  margin-bottom: 5px;
  color: #333;
  text-align: left;       /* Left alignment */
}
.form-container {
    background: rgba(255, 255, 255, 0.8); /* Increased opacity for better visibility */
    backdrop-filter: blur(3px); /* Reduced blur effect */
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Slightly darker shadow for contrast */
    width: 100%;
    max-width: 350px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5); /* More visible border */
}

/* Form heading */
.form-container h3 {
    color: black; /* Changed from white to black for better readability */
    font-size: 1.4rem;
    margin-bottom: 15px;
}

/* Input fields */
.form-group input {
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.2); /* Added a slight border */
    outline: none;
    background: rgba(255, 255, 255, 0.9); /* Increased opacity */
    color: black; /* Changed text color for better readability */
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

.form-group select {
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.2); /* Added a slight border */
    outline: none;
    background: rgba(255, 255, 255, 0.9); /* Increased opacity */
    color: black; /* Changed text color for better readability */
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

/* Placeholder color */
.form-group input::placeholder {
    color: rgba(0, 0, 0, 0.6); /* Darkened for better readability */
}


/* Input fields */
.form-group textarea {
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.2); /* Added a slight border */
    outline: none;
    background: rgba(255, 255, 255, 0.9); /* Increased opacity */
    color: black; /* Changed text color for better readability */
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

/* Placeholder color */
.form-group textarea::placeholder {
    color: rgba(0, 0, 0, 0.6); /* Darkened for better readability */
}


/* Button styling */
button {
    width: 100%;
    padding: 12px;
    background: #ff5e62;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

/* Button hover effect */
button:hover {
    background: white;
    color: #48428A;
    transform: scale(1.05);
    border: 1px solid #48428A;
}

.section-title {
    border-left: 4px solid #48428A;
    padding-left: 10px;
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
}
.content p, li{
 color: #4a5568;
}
li::marker {
  color: #48428A;
}
.content{
 padding: 50px 15px;
}
.modal-button{
   width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 18px;
    border: none;
    background-color: #484188;
    color: white;
    cursor: pointer;
}

.cta-button {
    background-color: #48428A;
    color: #fff;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    width: 75%;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.2s;
}

.cta-button-nav{
 background-color: #7A719F; /* Use your brand color */
 color: #fff;
 padding: 6px;
 font-size: 18px;
 font-weight: 400;
 border: none;
 border-radius: 8px;
 cursor: pointer;
 transition: background 0.3s ease-in-out, transform 0.2s;
 width: 25%;
}

.cta-button:hover {
    transform: scale(1.05);
    border: 1px solid #48428A;
}

.cta-button:active {
    transform: scale(0.98); /* Slight press effect */
}
/* For Webkit-based browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 8px; /* Thin scrollbar */
    height: 4px; /* For horizontal scrollbar */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Light background */
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #888; /* Darker thumb */
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555; /* Slightly darker on hover */
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-inner,
.carousel-item {
    height: 100vh;
}

.form-container {
    background: white;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 2px solid #484188; /* Orange border */
    margin-top: 10%; /* So the circle does not get cut off */
    z-index: 1;
}

.form-header {
    position: absolute;
    top: -40px; /* Moves the circle up */
    left: 50%;
    transform: translateX(-50%);
    background: #484188; /* Orange circle */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.form-header img {
    width: 50px;
    height: 50px;
    filter: invert(84%) sepia(99%) saturate(2%) hue-rotate(268deg) brightness(110%) contrast(100%);
}

.form-title {
    font-size: 20px;
    font-weight: bold;
    color: #2B475E;
    margin-top: 40px; /* Push down to avoid overlapping the icon */
}

.myimg img{
    filter: invert(17%) sepia(57%) saturate(473%) hue-rotate(159deg) brightness(97%) contrast(87%);
}

.form-in-modal{
    max-width: 400px;
    margin-left: auto;
}

.modal-content{
    background: transparent; /* Remove white background */
    border: none; /* Remove border */
    box-shadow: none; /* Remove shadow */
}




@media only screen and (max-device-width: 992px){
    .phone-number{
        width: 55% !important;
        margin-left: 4% !important;
    }
    .cta-button-nav{
        width: 35% !important;
    }
    .phone-number img{
        width: 10% !important;
    }
    .carousel-item img {
        height: 60%;
    }
    .carousel-inner{
        height: 60vh;
    }
}


.navbar-brand{
  padding: 0;
}



