/* HERO SECTION */
.hero-section {
    position: relative;
}

.hero-img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

/* FLOATING SECTION */
.info-section {
    width: 1200px;
    height: auto;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px 35px;
    position: relative;
    margin: -100px auto 0 auto;
    /* center horizontally */
    z-index: 10;
    box-shadow: 0px 0px 30px 0px #00000026!important;

}


/* Items */
.info-item {
    padding: 10px 30px;
}

/* Icon */
.info-icon {
    width: 45px;
    height: 45px;
    color: #2e8b57;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* Text */
.info-title {
    color: #93437E;
    font-weight: 700;
    margin-bottom: 6px;
    font-family: "Quicksand", sans-serif;
    font-size: 24px;
    line-height: 28px;
    /*letter-spacing: 0.2px;*/
}

.info-item p {
    font-size: 14px;
    color: #4c4c4c;
    margin: 0;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.2px;
}

/* Divider only on desktop */
.border-md-start {
    border-left: 2px solid #e0e0e0;
}

.border-md-end {
    border-right: 2px solid #e0e0e0;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-img {
        height: 400px;
    }

    .info-section {
        margin-top: -50px;
        padding: 25px 20px;
    }
}


/* ABOUT SECTION */
.about-section {
    background-color: #ffffff;
    padding-top: 100px !important;
    padding: 14px 0; 
}

/* ABOUT TAG */
.about-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F3E6EF;
    color: #823B70;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    border-radius: 6px;
    width: 276px;
    height: 48px;
}


/* TITLE */
.about-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.02em;

    color: #333333;
    margin-bottom: 20px;
}


.about-title span {
    color: #AA5A95;
}

/* TIME */
.about-time {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;

    color: #AA5A95;
    margin-bottom: 15px;
}


/* TEXT */
.about-text {
    font-family: "Quicksand", sans-serif;
    color: #4c4c4c;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    font-size: 18px;
    margin-bottom: 25px;
    max-width: 583px;
}

/* BUTTON */
.about-btn,
.about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7.5px;
    width: 151px;
    height: 44px;
    background-color: #AA5A95;
    color: #FFFFFF;
    padding: 7.5px 20px;
    border-radius: 24px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border: none;
}


.about-btn:hover,
.about-button:hover {
    background-color: #AA5A95;
    color: #fff;
}

/* IMAGE WRAPPER */
.about-image-wrapper {
    position: relative;
}

/* OVERLAY */
.about-overlay {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-family: "Urbanist", sans-serif;
}

.about-overlay h3 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.overlay-text {
    margin-right: 10px;
}

.overlay-highlight {
    background: #AA5A95;
    padding: 8px 18px;
    border-radius: 4px;
}


/* Services Section */
.services-section {
    background: #ffffff;
    padding: 100px 0;
}

/* TAG */
.services-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background-color: #F3E6EF;
    color: #93437E;

    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;

    border-radius: 6px;

    width: 276px;
    height: 48px;
}

/* TITLE */
.services-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -2%;
    color: #333;
    margin-bottom: 100px;
}

.services-title span {
    color: #AA5A95;
}

/* CARD */
.service-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding: 70px 20px 40px;
    position: relative;
    transition: all 0.4s ease;
    min-height: 230px;
}

/* Hover Card */
.service-card:hover {
    border: 2px solid #F3E6EF;
    transform: translateY(-12px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    z-index: 5;
}

.service-row {
    --bs-gutter-y: 6.5rem !important;
    /* padding-left: 5px;
    padding-right: 5px; */
}

/* ICON */
.service-icon {
    width: 113px;
    height: 113px;
    background: #F3E6EF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #AA5A95;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s ease;
}

/* Icon Hover */
.service-card:hover .service-icon {
    background: #AA5A95;
    color: #fff;
    transform: translateX(-50%) scale(1.1);
}

.service-card:hover .service-icon img {
    filter: invert(100%) brightness(1000%);
}

/* CARD TITLE */
.service-card-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    margin-top: 20px;
    color: #333333;

    max-width: 190px;
    margin: 20px auto 0;
    text-align: center;
}

.service-card h2 {
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
    /*margin-top: 15px;*/
    color: #93437E;
    max-width: 246px;
    margin: 20px auto 0;
    text-align: center;
}

/* Title Hover Effect */
.service-card:hover .service-card-title {
    color: #AA5A95;
    transition: color 0.3s ease;
}

.service-card:hover h2 {
    color: #AA5A95;
    transition: color 0.3s ease;
}


/* Modal Background */
#serviceModal .modal-content {
    background: #F3E6EF;
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Header */
#serviceModal .modal-header {
    background: #F3E6EF;
    color: #fff;
    border-bottom: 1px dotted #AA5A95;
    padding: 20px;
}

/* Title */
#serviceModal .modal-title {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #AA5A95;
}

#serviceModal .btn-close {
    filter: invert(27%) sepia(52%) saturate(501%) hue-rotate(84deg) brightness(94%) contrast(91%);
}

/* Body */
#serviceModal .modal-body {
    padding: 25px;
    font-size: 15px;
    font-weight: 500;
    color: #AA5A95;
}

/* List styling */
#serviceModal ul {
    padding-left: 20px;
}

#serviceModal ul li {
    margin-bottom: 8px;
}


/* BUTTON */
.view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7.5px;

    width: 151px;
    height: 44px;

    background-color: #AA5A95;
    color: #FFFFFF;

    padding: 7.5px 20px;
    border-radius: 24px;

    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 16px;

    text-decoration: none;
    border: 1px solid transparent;

    transition: all 0.3s ease;
}

/* Hover Effect */
.view-btn:hover {
    background-color: #AA5A95;
    color: #ffffff;
}


/* Members Section */
.team-section {
    background: #ffffff;
}

/* TAG */
.team-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background-color: #F3E6EF;
    color: #93437E;

    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;

    border-radius: 6px;

    width: 276px;
    height: 48px;
}

/* TITLE */
.team-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -2%;
    color: #333;
    margin-bottom: 100px;
}

.team-title span {
    color: #AA5A95;
}

/* TEAM CARD */
.team-card {
    text-align: center;
    transition: 0.3s ease;
}

/* IMAGE WRAPPER */
.team-img {
    width: 260px;
    height: 260px;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

/* NAME */
.member-head {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0%;
    margin-bottom: 5px;
    font-family: 'Quicksand', sans-serif;
    color: #333333;
}

/* DESIGNATION */
.team-card p {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    letter-spacing: 0%;
    color: #706E6E;
    font-family: 'Quicksand', sans-serif;
}

/* OPTIONAL HOVER EFFECT */
.team-card:hover {
    transform: translateY(-10px);
}

.service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7.5px;
    width: 151px;
    height: 44px;
    background-color: #AA5A95;
    color: #FFFFFF;
    padding: 7.5px 20px;
    border-radius: 24px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

/* Hover Effect */
.service-btn:hover {
    background-color: #AA5A95;
    color: #fff;
}


/* Facilities SECTION */
.facilities-section {
    background: #ffffff;
}

/* TAG */
.facilities-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background-color: #F3E6EF;
    color: #93437E;

    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;

    border-radius: 6px;

    width: 276px;
    height: 48px;
}

/* TITLE */
.facilities-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -2%;
    color: #333;
    margin-bottom: 120px;
}

.facilities-title span {
    color: #AA5A95;
}

/* DESCRIPTION */
.facilities-desc {
    max-width: 395px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #4C4C4C;
    margin-bottom: 61px !important;
    margin-top: -70px;
    padding-left: 25px;
}


/* CARD */
.facility-card {
    background: #FFFBFF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 27px;
    border-bottom-left-radius: 20px;
    padding: 30px 25px 70px;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
    width: auto;
    height: 255px;
    min-height: 270px;
    border: 2px solid transparent;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.facility-card:hover {
    border-color: #F3E6EF;   
}


/* Make text push arrow down */
.facility-card p {
    flex-grow: 1;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.2px;
    color: #4C4C4C;
}

/* Title */
.facility-head  {
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-top: 15px;
    color: #93437E;
}

.facility-subhead {
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
    /*margin-top: 15px;*/
    color: #823B70;
}

/* ICON */
.icon {
    font-size: 32px;
}

/* ARROW BUTTON */
.arrow-btn {
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #AA5A95;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.facility-card:hover .arrow-btn {
    transform: translateX(6px);
}

.facility-card:hover .arrow-btn {
    transform: translateX(6px) scale(1.05);
}

.view-button,
.view-buttons {
    margin-left: 20px;
    padding-top: 20px;
}

/* IMAGE */
.facilities-image img {
    width: 100%;
    border-radius: 25px;
}

/* VIEW ALL BUTTON */
.view-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7.5px;

    width: 151px;
    height: 44px;

    background-color: #AA5A95;
    color: #FFFFFF;

    padding: 7.5px 20px;
    border-radius: 24px;

    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 16px;

    text-decoration: none;
    border: 1px solid transparent;

    transition: all 0.3s ease;
}

/* Hover Effect */
.view-all-btn:hover {
    background-color: #AA5A95;
    color: #ffffff;
}


/* Make right image act as background layer */
.facilities-right {
    position: relative;
    z-index: 1;
    margin-left: -170px;
}

/* Move left content over image */
.facilities-left {
    position: relative;
    z-index: 2;
    padding-left: 20px;
}

/* Move cards toward right to overlap image */
.facilities-left .row {
    margin-right: -90px;
}

/* Image styling */
.facilities-image img {
    width: auto;
    height: 756px;
    border-radius: 17px;
    display: block;
    object-fit: cover;
}

/* Events Section */
.events-section {
    background: #ffffff;
}

/* TAG */
.events-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background-color: #F3E6EF;
    color: #93437E;

    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;

    border-radius: 6px;

    width: 276px;
    height: 48px;
}

/* TITLE */
.events-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -2%;
    color: #333;
    margin-bottom: 120px;
}

.events-title span {
    color: #AA5A95;
}

/* EVENT CARD */
.events-row {
    margin-top: -40px;
}

.events-section .extra-event {
    display: none;
}

.events-section.show-all .extra-event {
    display: block;
}


.events-row>div {
    margin-top: 30px;
}

.events-row>div:nth-child(odd) {
    padding-right: 20px;
}

.events-row>div:nth-child(even) {
    padding-left: 20px;
}

.event-card {
    background: #FFFFFF;
    border-radius: 22px;
    overflow: hidden;
    height: 100%;

    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

/* SUBTLE HOVER */
.event-card:hover {
     outline: 2px solid #F3E6EF;
    outline-offset: 0px;
}

/* IMAGE */
.event-img {
    width: 48%;
}

.event-img img {
    width: 200px;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.event-card:hover .event-img img {
    transform: scale(1.08);   
}


/* CONTENT */
.event-content {
    width: auto;
    padding: 35px !important;
    height: 244px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ORGANISATION */
.event-org {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #AA5A95;
    margin-bottom: 18px;
}

.event-org img {
    width: 36px;
    height: 35px;
}

/* TITLE */
.event-head {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #333;
} 

/* DESCRIPTION */
.event-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #6A6A6A;
}


/* RESPONSIVE */
@media (max-width: 768px) {
    .event-card {
        flex-direction: column;
    }

    .event-img,
    .event-content {
        width: 100%;
    }

    .event-img {
        height: 200px;
    }
}

/* BUTTON */
.view-all-events {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7.5px;

    width: 151px;
    height: 44px;

    background-color: #AA5A95;
    color: #FFFFFF;

    padding: 7.5px 20px;
    border-radius: 24px;

    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 16px;

    text-decoration: none;
    border: 1px solid transparent;

    transition: all 0.3s ease;
}

/* Hover Effect */
.view-all-events:hover {
    background-color: #AA5A95;
    color: #ffffff;
}



/* =================
   Gallery Section 
====================*/
.gallery-section {
    background: #ffffff;
}

/* TAG */
.gallery-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background-color: #F3E6EF;
    color: #93437E;

    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;

    border-radius: 6px;

    width: 276px;
    height: 48px;
}

/* TITLE */
.gallery-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -2%;
    color: #333;
    margin-bottom: 120px;
}

.gallery-title span {
    color: #AA5A95;
}

/* CONTROLLED SPACING */
.gallery-row {
    row-gap: 25px;
}

/* CARD */
.gallery-card {
    border-radius: 4px;
    overflow: hidden;
}

/* IMAGE */
.gallery-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;

    transition: transform 0.4s ease;
}

.gallery-card:hover img {
    transform: scale(1.08);   
}


/* BUTTON */
.gallery-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7.5px;
    width: 151px;
    height: 44px;
    background-color: #AA5A95;
    color: #FFFFFF;
    padding: 7.5px 20px;
    border-radius: 24px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

/* Hover Effect */
.gallery-btn:hover {
    background-color: #AA5A95;
    color: #fff;
}








