/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');*/
body {
    font-family: 'Merriweather', Georgia, serif;
}

.btn-white {
    background-color: white;
    border: 1px solid black;
    border-radius: 106px;
    padding: 10px 20px;
    font-weight: 500;
}

.btn-yellow {
    background-color: #CF8C2A;
    border: 1px solid #CF8C2A;
    border-radius: 106px;
    padding: 10px 20px;
    color: white;
    font-weight: 500;
}

.banner-img img {
    width: 100%;
}

.home-banner {
    background-image: url(../img/home-banner.png);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    position: relative;
    overflow: hidden;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #E6D6C7;
    z-index: 9999;
    background: #ffffff;
    top: 0;
}

header .btn-white {
    margin-right: 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
}

ul.navbar-nav {
    justify-content: end;
    margin-right: 0;
    margin-top: 10px;
}

ul.navbar-nav a {
    margin-left: 4px;
    margin-right: 4px;
}

a.navbar-brand img {
    width: 270px;
}

section.banner.home-banner h1 {
    color: #282828;
}

section.banner.home-banner h1 span {
    font-weight: bold;
}

section.banner.home-banner p {
    color: #606060;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.btn-wrapper a {
    margin-right: 10px;
    margin-left: 10px;
}

.btn-white:hover {
    background-color: #CF8C2A;
    color: white;
    border-color: #CF8C2A;
}

.btn-yellow:hover {
    background-color: white;
    border-color: black;
    color: black;
}

.btn-yellow:hover img {
    filter: invert(1) brightness(1);
}

.about-img img {
    width: 100%;
    border-radius: 15px;
}

.section-heading h6 {
    color: #CF8C2A;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 4px;
}

.section-heading h2 {
    color: #282828;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 45px;
}

.section-heading h3 {
    color: #282828;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 50px;
}

.section-heading p {
    color: #606060;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
}

section.about {
    padding: 150px 0px;
}

.courses-slider {
    margin: 0 auto;
}

.courses-slider .slick-slide {
    opacity: 1;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 10px #888888;
    border-radius: 32px;
}

.courses-slider .slick-center {
    opacity: 1;
    background-color: white;
}

.course-image img {
    width: 100%;
    border-radius: 21.33px;
}

.slick-slide img {
    display: inline-block;
}

.courses-slider .slide-item {
    margin: 15px 15px;
}

.courses-slider .slick-list {
    overflow: visible;
}

.course-image {
    padding: 15px;
    position: relative;
}

.course-content {
    width: 90%;
    margin-left: auto;
    padding-right: 100px;
}

.course-content p {
    color: #575757;
    line-height: 28px;
}

.course-content h3 {
    color: #282828;
    font-weight: bold;
    font-size: 40px;
}

.course-image p {
    position: absolute;
    background-color: white;
    padding: 10px 20px;
    border-radius: 106.67px;
    color: #575757;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    gap: 5px;
    top: 30px;
    left: 30px;
}

.course-image p i {
    font-size: 9px;
}


section.courses {
    overflow: hidden;
    padding: 0;
}

.slick-dots li button {
    padding: 0;
    width: 12px;
    height: 12px;
    background-color: #D9D9D9;
    border-radius: 50px;
    transition: all 0.4s ease;
}

.slick-dots li button:before {
    font-size: 10px;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    opacity: 0;
}

.slick-dots li.slick-active button:before {
    opacity: 0;
}

li.slick-active button {
    background-color: #CF8C2A;
    width: 64px;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    position: static;
}

.slick-dots li {
    width: auto;
    height: auto;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 0;
}

section.choose-img img {
    width: 100%;
}

.choose-container {
    background-color: #FCFAF8 !important;
    border-radius: 21.33px;
    padding: 80px;
    /* margin-top: -160px; */
    position: relative;
}

section.choose-wrapper h4 {
    color: #282828;
    font-size: 44px;
    font-weight: bold;
}

.choose-upper p {
    color: #282828;
    font-size: 24px;
    font-weight: 800;
}

.choose-box {
    border-radius: 21.33px;
    background-color: white;
    padding: 20px 16px;
    transition: all 0.4s ease;
}

.choose-box img {
    margin-bottom: 30px;
    transition: all 0.4s ease;
}

.choose-box h6 {
    font-weight: bold;
    color: #282828;
    font-size: 26px;
    margin-bottom: 30px;
}

.choose-box a {
    color: #CF8C2A;
    text-decoration: none;
    font-size: 18px;
}

.choose-upper {
    margin-bottom: 40px;
}

.testimonial-box {
    background-color: white;
    border-radius: 21.33px;
    padding: 30px 30px;
    box-shadow: 0px 0px 5px #8888884f;
    margin: 5px 0px;
    transition: all 0.4s ease;
}

.testimonial-box img.avatar {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50px;
    margin-bottom: 30px;
}

.testimonial-box i {
    display: block;
    font-size: 40px;
}

.testimonial-box img.quote {
    margin-bottom: 25px;
    width: 30px;
}

.testimonial-box p {
    color: #575757;
    line-height: 25px;
    margin-bottom: 25px;
}

.testimonial-box h6 {
    font-weight: bold;
    display: block;
    color: black;
    font-family: 'Poppins', sans-serif;
}

.testimonial-slider .slide-item {
    margin: 15px 15px;
}

.testimonial-slider .slick-track {
    display: flex;
    align-items: center;
}

section.testimonials {
    padding: 0 0px 100px;
}

.event-img img {
    width: 100%;
    border-radius: 20px;
    transition: all 0.4s ease;
}

.event-img {
    margin-bottom: 25px;
    position: relative;
}

.event-content {
    padding-left: 30px;
}

.event-content h5 {
    color: #000000;
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 20px;
}

.event-content p {
    color: #575757;
    font-size: 19px;
    text-transform: none;
}


.event-img p {
    position: absolute;
    background-color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    padding: 10px 15px;
    line-height: 25px;
    color: #000000;
    left: 15px;
    top: 15px;
    margin: 0;
}

.row.event-lower {
    margin-top: -100px;
}

.row.event-lower .event-box.second-event-box {
    margin-top: 140px;
}

section.events {
    padding-bottom: 120px;
}

section.contact {
    background-color: #F7F2ED;
    padding: 80px;
    background-image: url('../img/contact-pattern.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.form-wrapper {
    background-color: white;
    border-radius: 21.33px;
    padding: 15px;
    box-shadow: 0px 0px 5px #8888884f;
    padding-bottom: 50px;
    margin-top: 40px;
}

.form-wrapper input,
.form-wrapper textarea {
    border-color: #00000029;
    border-radius: 10.67px;
    margin-bottom: 15px;
    font-size: 15px;
}

.form-wrapper input {
    height: 50px;
    padding-left: 15px;
}

.form-wrapper textarea {
    height: 120px;
    padding-top: 11px;
    padding-left: 15px;
}

.contact-img img {
    width: 90%;
    border-radius: 25px;
    margin-left: auto;
    display: block;
    transition: all 0.4s ease;
}

footer {
    background-color: #121212;
    position: relative;
    background-image: url(../img/footer-pattern.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

footer:before {
    position: absolute;
    content: "";
    background-image: url(../img/footer-before.png);
    width: 97px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -40px;
    animation: moveRightLeft 4s ease-in-out infinite;
    left: -41px;
}

@keyframes moveRightLeft {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(20px);
        /* how far it moves right */
    }

    100% {
        transform: translateX(0);
    }
}

footer:after {
    position: absolute;
    content: "";
    background-image: url(../img/footer-after.png);
    width: 50px;
    height: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -26px;
    right: 20px;
    animation: spin 8s linear infinite;
    transform-origin: center;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.footer-logo {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer-logo img.logo {
    width: 220px;
    margin-bottom: 50px;
}

.footer-logo h2 {
    color: white;
    font-weight: 300;
    font-size: 48px;
}

.footer-logo h2 span {
    font-weight: bold;
    color: #CF8C2A;
}

.footer-logo p {
    color: white;
    font-size: 15px;
    font-weight: 400;
    margin: 15px 0px 20px;
}

.footer-lower h2 {
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 35px;
}

.input-group input {
    border-radius: 50px;
    border: 1px solid white !important;
    padding: 10px 20px;
}

.newsletter-form {
    border-radius: 50px;
    background-color: white;
    width: 92%;
}

.newsletter-form button {
    border-radius: 50px !important;
    background-color: #CF8C2A;
    color: white;
    border-color: #CF8C2A;
    padding: 10px 20px;
}

.img-wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
}

.footer-lower p a {
    display: flex;
    text-decoration: none;
    color: #F7F2ED;
}

.footer-lower p a i {
    margin-right: 9px;
    width: 20px;
    display: inline;
    flex: 0 0 17px;
    position: relative;
    top: 3px;
    color: #CF8C2A;
}

.footer-lower p {
    margin-bottom: 9px;
}

.footer-lower {
    padding-top: 70px;
}

.footer-lower p a:hover {
    color: #CF8C2A;
}

p.copyright {
    text-align: center;
    color: #FFFFFF;
    margin-top: 70px;
    margin-bottom: 30px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #CF8C2A;
}

.courses-slider .slide-item:hover {
    background-color: #CF8C2A;
    color: white;
}

.courses-slider .slide-item:hover h3,
.courses-slider .slide-item:hover p {
    color: white;
}

.courses-slider .slide-item:hover .btn-yellow {
    background-color: white;
    color: black;
}

.courses-slider .slide-item:hover .course-image p {
    color: black;
}

.choose-box:hover {
    background-color: #CF8C2A;
    color: white;
}

.choose-box:hover h6 {
    color: white;
}

.choose-box:hover a {
    color: white;
}

.choose-box:hover img {
    filter: invert(1);
    transform: scale(1.1);
}

.banner-icon {
    position: absolute;
    right: -17px;
    bottom: -10px;
    animation: moveLeftRight 3s ease-in-out infinite;
    z-index: 0;
}

@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(20px);
        /* how far it moves right */
    }

    100% {
        transform: translateX(0);
    }
}

.about-img:hover {
    /* transform: scale(1.05); */
}

.about-img {
    transition: all 0.4s ease;
}

.testimonial-box:hover {
    background-color: #CF8C2A;
    color: white;
}

.testimonial-box:hover p {
    color: white;
}

.testimonial-box:hover h6 {
    color: white;
}

.testimonial-box:hover img.quote {
    filter: invert(1) brightness(2);
}

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

.contact-img:hover img {
    transform: scale(1.05);
}

.inner-banner {
    background-color: #F7F2ED;
    background-image: url(../img/inner-banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-banner ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 0;
    margin: 0;
    padding: 0;
}

.inner-banner ul li {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    color: #282828;
    text-decoration: underline;
}

.inner-banner ul li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    background-color: #282828;
    right: 0;
    top: 3px;
}

.inner-banner ul li:last-child:before {
    opacity: 0;
}

.inner-banner h1 {
    text-align: center;
    font-size: 40px;
    padding-top: 100px;
}

.inner-banner ul li a {
    color: #282828;
}

.inner-about-img h5 {
    text-align: center;
    color: #282828;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 1px;
    margin-top: 25px;
}

.inner-about-img p {
    text-align: center;
    color: #606060;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}

.about-margin {
    margin-top: 100px;
}

.inner-choose-wrapper {
    margin-bottom: 120px;
}

.academics-list-wrapper {
    display: flex;
    gap: 30px;
}

.academics-list li {
    color: #CF8C2A;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: 600;
}

.academics-list {
    padding-left: 20px;
}

section.choose-wrapper {
    margin-top: 100px;
}

section.academic-course {
    background-color: #FCFAF8;
    padding: 100px 0px;
}

.academic-box img {
    border-radius: 20px;
    width: 99%;
}

.academic-box h5 {
    font-size: 26px;
    color: #282828;
    font-weight: bold;
}

.academic-box p {
    color: #606060;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    margin-bottom: 0;
}

.academic-box:nth-child(odd) img {
    margin-left: auto;
    display: block;
}

.academic-content {
    width: 99%;
    margin-left: auto;
}

.academic-box:nth-child(odd) .academic-content {
    margin-left: 0;

}

.academic-box {
    margin: 50px 0px;
}

.section-heading h4 {
    color: #282828;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 15px;
}

.section-heading h4 a {
    color: #282828;
}

section.college-board {
    background-color: #FCFAF8;
    padding: 100px 0px;
}

.content-tabs-button {
    background-color: #F7F2ED;
    border-radius: 30px;
    padding: 20px;
}

.content-tabs-button button {
    background-color: transparent;
    border-radius: 50px !important;
    color: #000000;
    text-align: left;
    font-size: 16px;
    padding: 14px 20px;
}

.content-tabs-button button.active,
.content-tabs-button button:hover {
    background-color: #FFFFFF !important;
    border-left: 1px solid #CF8C2A;
    color: #000000 !important;
    box-shadow: 0px 0px 5px #8888884f;
}

section.content-tabs {
    padding: 80px 0px;
}

.tabs-content img {
    width: 100%;
}

.image img {
    border-radius: 30px;
}

.tabs-content {
    text-align: center;
}

.image {
    margin-bottom: 40px;
}

.tabs-content h2 {
    color: #282828;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}

.tabs-content h6 {
    color: #282828;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}

.tabs-content p {
    color: #606060;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.tabs-content p a {
    color: #606060;
    text-decoration: underline;
}

.tabs-content h5 {
    color: #CF8C2A;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 60px;
    margin-top: 25px;
}

.tabs-content.text-left {
    text-align: left;
}

.image.no-border img {
    border-radius: 0;
}

.tabs-content h3 {
    color: #282828;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 15px;
}

.tabs-content h4 {
    color: #282828;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 15px;
}

.tab-box img {
    width: auto;
}

.tab-box h6 {
    color: #282828;
    font-weight: bold;
    font-size: 30px;
    text-transform: capitalize;
    font-family: 'Merriweather', Georgia, serif;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tab-box {
    width: 85%;
    margin-top: 50px;
}

.btn-wrapper img {
    width: auto;
}

.tabs-content p strong {
    color: #000000;
    font-family: 'Merriweather', Georgia, serif;
    font-weight: 600;
}

.tabs-content .btn-wrapper {
    margin-top: 40px;
}

.donation-option {
    background-color: #F7F2ED;
    color: #606060;
    border: none;
    border-radius: 50rem;
    padding: 8px 50px;
    font-weight: 400;
    transition: all 0.2s ease;
    font-family: 'Poppins', sans-serif;
}

.btn-check:checked+.donation-option {
    background-color: #c68b2f;
    color: #fff;
}


.donation-option:hover {
    background-color: #eaddc8;
    color: #000;
}

.donation-box>label {
    font-weight: bold;
    color: #282828;
    margin-bottom: 15px;
    font-family: 'Merriweather', Georgia, serif;
}

.donation-box {
    font-family: 'Poppins', sans-serif;
    margin-top: 30px;
}

.lebel-heading {
    font-weight: bold;
    color: #282828;
    margin-bottom: 15px;
    font-family: 'Merriweather', Georgia, serif;
}

.donation-type {
    display: flex;
    gap: 30px;
}

label.form-check-label {
    font-family: 'Poppins', sans-serif;
    color: #606060;
}

.donation-box .form-control {
    font-family: 'Poppins', sans-serif;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    color: #606060;
}

.donation-box .d-flex {
    margin-bottom: 40px;
}

.stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 4rem;
    margin-top: 60px;
}

.stepper::before {
    content: "";
    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
    height: 1px;
    background: #E3E3E3;
    transform: translateY(-85%);
    z-index: 1;
    width: 85%;
    margin: 0 auto;
}

.step {
    position: relative;
    z-index: 2;
    text-align: center;
    flex: 1;
}

.step .icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #E3E3E3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5rem;
    font-size: 1.25rem;
    color: #c68b2f;
    transition: all 0.3s ease;
}

.step.active .icon {
    background: #c68b2f;
    border-color: #c68b2f;
    color: #fff;
}

.step .label {
    font-weight: bold;
    font-size: 0.9rem;
    font-family: 'Merriweather', Georgia, serif;
    color: #282828;
    margin-top: 15px;
}


.form-section {
    display: none;
}

.form-section.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.step .icon img {
    width: auto;
}

.step.active .icon img {
    mix-blend-mode: screen;
    filter: brightness(1000%);
}

.form-section .form-control {
    height: 45px;
}

.form-section label {
    color: #606060;
    font-size: 14px;
}

form#multiStepForm {
    margin-bottom: 20px;
}

.portal-box h4 {
    color: #000000;
    font-weight: 600;
    font-size: 28px;
}

.portal-box p {
    font-family: 'Poppins', sans-serif;
    color: #606060;
    font-size: 16px;
    line-height: 22px;
}

.portal-box {
    margin: 40px 0px;
}

.portal-box img {
    width: 100%;
    border-radius: 20px;
}

.btn-yellow img {
    width: auto;
}

section.portal-wrapper {
    padding: 50px 0;
}

.home-banner h4 {
    font-weight: bold;
    margin: 20px 0px 6px;
    color: #282828;
}

.home-banner ul {
    padding-left: 0;
    font-size: 17px;
    list-style: none;
    margin-bottom: 25px;
    margin-top: 30px;
}

.home-banner ul li {
    margin: 8px 0px;
    position: relative;
    padding-left: 20px;
    color: #606060;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.home-banner ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #CF8C2A;
    border-radius: 60px;
    position: absolute;
    left: 0;
    top: 7px;
}

.child-heading h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #282828;
}

.why-saint ul {
    padding: 0;
    list-style: none;
    position: relative;
}

.why-saint ul li {
    position: relative;
    padding-left: 20px;
}

.why-saint ul li p {
    margin-bottom: 5px;
}

.why-saint ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #CF8C2A;
    border-radius: 60px;
    position: absolute;
    left: 0;
    top: 7px;
}

.about-img h2 {
    width: 80%;
    text-align: center;
    margin: 20px auto 0;
    font-weight: bold;
    color: #282828;
}

section.plan {
    background-color: #f7f2ed;
    color: white;
    text-align: center;
    padding: 90px 0px;
    background-image: url(../img/home-banner.png);
    background-position: center center;
}

section.plan .section-heading h3 {
    margin-bottom: 60px;
}

.plan-box {
    border-radius: 21.33px;
    background-color: white;
    padding: 20px 68px;
    transition: all 0.4s ease;
    color: black;
    box-shadow: 0px 0px 10px #888888;
}

.plan-box h4 {
    font-weight: bold;
    line-height: 34px;
    font-size: 16px;
    color: #282828;
}

.plan-box:hover {
    background-color: #CF8C2A;
    color: white;
}

.plan-box i {
    font-size: 40px;
    margin-bottom: 20px;
    color: #282828;
}

.plan-row {
    position: relative;
    margin-bottom: 60px;
}

.plan-row:before {
    content: "";
    position: absolute;
    width: 280px;
    height: 60px;
    background-image: url('../img/arrow-right-up.png');
    left: 20%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.plan-row:after {
    content: "";
    position: absolute;
    width: 280px;
    height: 60px;
    background-image: url('../img/arrow-right-up.png');
    right: 20.5%;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotate(180deg) rotateY(180deg);
    bottom: 0;
}

.plan-box:hover h4 {
    color: white;
}

.plan-box:hover i {
    color: white;
}

section.cta {
    background-color: #121212;
    position: relative;
    background-image: url(../img/footer-pattern.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-bottom: 100px;
}

.home-banner .btn-wrapper a {
    margin-left: 0;
    margin-right: 3px;
}

ul.social-icons {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    gap: 15px;
    margin-top: 25px;
}

ul.social-icons li a {
    width: 40px;
    height: 40px;
    background-color: #CF8C2A;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.4s ease;
}

ul.social-icons li a:hover {
    background-color: white;
    color: black;
}

.quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.quick-links p {
    flex: 0 0 48%;
    margin: 0;
}

div#navbarSupportedContent {
    display: block !important;
}

nav.navbar {
    padding: 10px 0;
}

.banner-img {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

header .btn {
    padding-top: 6px;
    padding-bottom: 6px;
}

.header-btn-wrapper {
    margin-bottom: 15px;
    margin-top: 3px;
}

a.navbar-brand {
    padding: 0;
    margin-right: 0;
}

/* --- NAVBAR DROPDOWN STYLING --- */
.nav-item .dropdown-toggle {
    font-weight: 600;
    color: #1e1e1e;
    transition: color 0.3s ease;
}

.nav-item .dropdown-toggle:hover,
.nav-item .dropdown-toggle:focus {
    color: #0d6efd;
    /* Bootstrap primary color */
}

/* Dropdown menu base */
.dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    animation: dropdownFade 0.2s ease-in-out;
    background-color: #ffffff;
    min-width: 230px;
}

/* Dropdown items */
.dropdown-item {
    font-weight: 500;
    color: #333;
    padding: 0.5rem 1.2rem;
    transition: all 0.25s ease;
    font-size: 15px;
    border-bottom: 1px solid #CF8C2A;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #CF8C2A;
    color: white;

    /* Subtle slide effect */
}

/* Optional active state */
.dropdown-item.active,
.dropdown-item:active {
    background-color: #0d6efd;
    color: #fff;
}

/* Fade-in animation */
@keyframes dropdownFade {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive improvement for mobile */
@media (max-width: 991px) {
    .dropdown-menu {
        box-shadow: none;
        border-radius: 0;
    }
}

.dropdown-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.timeline h6 {
    color: #282828;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 25px;
}

.timeline ul {
    padding: 0;
    list-style: none;
}

.timeline ul li {
    color: #606060;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 8px 0px;
}

.timeline ul li i {
    color: #CF8C2A;
}


.about-img h6 span {
    display: block;
    font-weight: bold;
    color: black;
}

.about-img h6 {
    color: #606060;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 15px 0px;
    font-weight: 400;
}

.timeline ul li span {
    color: black;
    font-weight: bold;
    margin-right: 8px;
}

ul.staff {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

ul.staff li {
    flex: 0 0 calc(16.6667% - 15px);
    width: calc(16.6667% - 15px);
}

.staff-box img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: top;
    border-radius: 30px;
}

.staff-box {
    background-color: #f7f2ed;
    border-radius: 30px;
}

.staff-box h1 {
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    margin-bottom: 4px;
}

.staff-box h2 {
    font-size: 12px;
    margin-top: 8px;
    padding: 0 8px;
}

.staff-lower {
    text-align: center;
    padding: 22px 0px;
}

.icon i {
    font-size: 15px;
}

.icon a {
    background-color: black;
    height: 40px;
    display: inline-block;
    width: 40px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    margin: 0px 4px;
    transition: all 0.4s ease;
}

.icon {
    margin-top: 12px;
}

.icon a:hover {
    background-color: #CF8C2A;
}

.staff-lower h3 {
    font-size: 11px;
    font-style: italic;
}

.about-img video {
    width: 100%;
    border-radius: 15px;
}

.contact-map iframe {
    width: 100%;
}

section.contact-map {
    margin-bottom: 80px;
}

.course-direction .choose-box p {
    font-size: 15px;
    margin-bottom: 0;
}

.course-direction .choose-box {
    margin-bottom: 30px;
}

.course-direction .container.choose-container {
    padding: 80px 80px 50px;
}

.pillars-box ul {
    padding: 0;
    list-style: none;
    font-size: 15px;
}

.pillars-box ul i {
    font-size: 11px;
    color: #CF8C2A;
    margin-right: 6px;
}

.pillars-box ul li {
    margin: 12px 0px;
    line-height: 23px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

.pillars-box ul li:last-child {
    margin-bottom: 0;
}

.choose-box:hover i {
    color: white;
}

section.counseling-images img {
    width: 100%;
}

.mt-10 {
    margin-top: 6rem !important;
}

section.social-feeds {
    margin: 80px 0px;
}

.press-wrapper .press-item {
    transition: all 0.3s ease;
    background-color: #fff;
}

.press-wrapper .press-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}

.press-wrapper .form-label {
    font-size: 0.9rem;
    color: #495057;
}

.press-wrapper select.form-select,
.press-wrapper input.form-control {
    border-radius: 0.5rem;
}

.press-wrapper .btn {
    border-radius: 0.5rem;
    font-weight: 500;
}

article.press-item {
    background-color: white;
    border-radius: 21.33px;
    padding: 30px;
    box-shadow: 0px 0px 5px #8888884f;
}

article.press-item>a {
    color: #CF8C2A;
    text-decoration: none;
    font-size: 18px;
}


/* hamdan */
.pb-150 {
    padding-bottom: 150px;
}

.gal-img img {
    width: 100%;
}


ul.ul-theme * {
    color: #606060;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
}

ul.fb-ul {
    list-style: none;
    padding: 0;
}

ul.fb-ul a {
    text-decoration: none;
    color: #cf8c2a;
}

ul.fb-ul li {
    margin-bottom: 9px;
}

section.annual-fund {
    margin: 80px 0px;
}

section.annual-fund h5 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

section.annual-fund h6 {
    margin: 23px 0px 8px;
    font-weight: 600;
}

section.annual-fund p.fees {
    font-style: italic;
    font-size: 17px;
    color: black;
}


.top-bar {
    background: #cf8c2a;
    /* top: 0; */
    padding: 1px 0;
    display: flex;
    align-items: center;
}

.top-bar .btn-yellow {
    /* background: #000; */
}

.top-bar .btn-yellow:hover {
    background: #fff;
}

section.new-banner img {
    width: 100%;
}

.it-text-slider-ptb {
    padding: 20px 0;
}

.theme-bg {
    background: #cf8c2a;
}

.rfm-marquee-container {
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    transform: none;
}

.rfm-marquee {
    flex: 0 0 auto;
    min-width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    /*animation: scroll 30.25625s linear 0s infinite;*/
    /*animation-play-state: running;*/
    /*animation-delay: 0s;*/
    /*animation-direction: normal;*/
    justify-content: center;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.rfm-initial-child-container {
    flex: 0 0 auto;
    display: flex;
    min-width: auto;
    flex-direction: row;
    align-items: center;
}

.rfm-child {
    transform: none;
}

.it-text-slider-item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.it-text-slider-item span {
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
    text-transform: capitalize;
    display: inline-block;
    margin: 0 30px;
}

img.test-avatar {
    width: 200px;
    margin-bottom: 1rem;
}

img.img-sheild {
    width: 150px;
}

.orange {
    color: #CF8C2A !important;
}

/* Mission and Values Redesign Styles */
.letter-spacing-2 {
    letter-spacing: 2px;
}

.section-padding {
    padding: 100px 0;
}

.pillar-card {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
}

.pillar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
    border-color: transparent;
}

.icon-box {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    background-color: #FEF8F1;
    /* Light version of brand color */
    color: #CF8C2A;
}

.bg-warning-subtle {
    background-color: #FEF8F1 !important;
}

.text-warning {
    color: #CF8C2A !important;
}

.custom-list li {
    display: flex;
    margin-bottom: 12px;
    line-height: 1.6;
    color: #606060;
}

.custom-list li i {
    margin-top: 5px;
    flex-shrink: 0;
}

.pillar-card h3 {
    color: #282828;
    font-size: 1.5rem;
}

.scriptural-foundation {
    background-color: #FCFAF8;
    border-left-color: #CF8C2A !important;
}

.identity-section .img-sheild {
    width: auto !important;
    height: 100px;
}

.rounded-4 {
    border-radius: 1rem !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.display-5 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
    color: #282828;
}

.display-6 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
    color: #282828;
}

.fw-bold {
    font-weight: 700 !important;
}

.director-staff img {
    height: 350px;
    object-position: 10px -24px;
}

.calendar-header {
    background-color: #f8f9fa;
    padding: 40px 0;
    margin-bottom: 40px;
}

.calendar-header h2 {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
}

.calendar-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.month-navigation {
    display: flex;
    align-items: center;
    gap: 20px;
}

.month-navigation button {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 5px 10px;
}

.month-navigation h3 {
    font-size: 1.8rem;
    margin: 0;
    color: #c8a868;
}

.calendar-views {
    display: flex;
    gap: 10px;
}

.calendar-views button {
    background: none;
    border: 1px solid #ddd;
    padding: 8px 15px;
    cursor: pointer;
    transition: all 0.3s;
}

.calendar-views button:hover,
.calendar-views button.active {
    background-color: #c8a868;
    color: white;
    border-color: #c8a868;
}

.event-day {
    margin-bottom: 40px;
}

.event-day-header {
    background-color: #000;
    color: white;
    padding: 12px 20px;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0;
}

.event-list {
    border: 1px solid #ddd;
    border-top: none;
}

.event-item {
    padding: 20px;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
}

.event-item:last-child {
    border-bottom: none;
}

.event-item:hover {
    background-color: #f8f9fa;
}

.event-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #c8a868;
    margin-bottom: 5px;
}

.event-time {
    color: #666;
    font-size: 0.95rem;
}

.no-events {
    padding: 40px;
    text-align: center;
    color: #999;
    font-style: italic;
}

.breadcrumb-custom {
    background: none;
    padding: 0;
    margin-bottom: 20px;
}

.breadcrumb-custom a {
    color: #666;
    text-decoration: none;
}

.breadcrumb-custom a:hover {
    color: #c8a868;
}

/* Datepicker Container Styles */
.datepicker-container {
    margin-bottom: 30px;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
}

.datepicker-container label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
}

#eventDatepicker {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
    background-color: white;
}

#eventDatepicker:focus {
    outline: none;
    border-color: #c8a868;
    box-shadow: 0 0 0 3px rgba(200, 168, 104, 0.1);
}

/* Event Day Highlight Animation */
.event-day.highlighted {
    animation: highlight 1s ease;
}

@keyframes highlight {

    0%,
    100% {
        background-color: transparent;
        transform: scale(1);
    }

    50% {
        background-color: #fff3cd;
        transform: scale(1.01);
    }
}

/* jQuery UI Datepicker Customization */
.ui-datepicker {
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

.ui-datepicker-header {
    background-color: #c8a868;
    color: white;
    padding: 10px;
    border-radius: 4px 4px 0 0;
}

.ui-datepicker-title {
    color: white;
    font-weight: 600;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.ui-datepicker .has-event a {
    background-color: #c8a868 !important;
    color: white !important;
    font-weight: bold;
    border-radius: 50%;
}

.ui-datepicker .has-event a:hover {
    background-color: #b89858 !important;
}

.ui-datepicker .ui-state-highlight {
    border: 2px solid #c8a868;
}

.ui-datepicker .ui-state-active {
    background-color: #000 !important;
    color: white !important;
}

@media (max-width: 768px) {
    .datepicker-container {
        padding: 15px;
    }

    #eventDatepicker {
        font-size: 14px;
    }

    .calendar-controls {
        flex-direction: column;
        gap: 20px;
    }

    .month-navigation {
        width: 100%;
        justify-content: center;
    }

    .calendar-views {
        width: 100%;
        justify-content: center;
    }
}

.choose-box:hover i {
    color: white !important;
}

.hero-image img {
    width: 110%;
}

.hero-image {
    margin: 30px 0px;
    margin-left: -15px;
}

.banner-area-two {
    position: relative;
    z-index: 1;
    background-color: #f8f8f8;
    margin-top: 139px;
}

.banner-area-two::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/home-three-bg.png);
}

.container-max {
    max-width: 1300px !important;
    margin: 0 auto;
}

.banner-content {
    position: relative;
    margin-top: -50px;
}

.banner-content h1 {
    font-size: 60px;
    color: #252525;
    font-weight: 600;
    max-width: 680px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.banner-content p {
    font-size: 17px;
    color: #252525;
    font-weight: 500;
    max-width: 500px;
    margin-bottom: 35px;
}

.btn-bg-two {
    background-color: #CF8C2A;
}

.default-btn {
    display: inline-block;
    padding: 12px 32px;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
}

.border-radius-50 {
    border-radius: 50px;
}

.btn-bg-one {
    background-color: white;
    color: black;
    border: 1px solid black;
}

.banner-img {
    position: relative;
    padding-top: 0;
}

.banner-img .banner-img-shape {
    position: absolute;
    bottom: 150px;
    right: -80px;
    animation: moveBounce 9s linear infinite;
}

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.banner-sub-item {
    position: relative;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 15px 30px;
    /* max-width: 350px; */
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.banner-sub-item img {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: 125px;
    border-radius: 15px 0 0 15px;
}

.banner-sub-item .content {
    padding-bottom: 0px;
}

.banner-sub-item .content h3 {
    font-size: 45px;
    color: #CF8C2A;
    font-weight: 700;
    margin-bottom: 0;
}

.banner-sub-item .content span {
    color: #252525;
    font-size: 18px;
    font-weight: 600;
}

.banner-sub-slider {
    position: relative;
    margin-top: -80px;
    padding-bottom: 50px;
}

.banner-img-shape img {
    width: 120px;
}

.hero-1 .single-slide {
    padding: 270px 0px 300px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.hero-1 .single-slide::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    content: "";
    z-index: -1;
    opacity: 0.5;
    background-repeat: no-repeat;
    background-image: url(../img/slide_bg_circle.png);
}

.hero-1 .single-slide .hero-contents {
    position: relative;
    z-index: 2;
}

.hero-1 .single-slide .hero-contents h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 20px;
    color: #282828;
}

.hero-1 .single-slide .hero-contents h1 {
    font-weight: 900;
    font-size: 56px;
}

h1.fs-lg {
    font-size: 150px;
    line-height: 80%;
}

.hero-1 .single-slide .hero-contents p {
    color: #211e3b;
    font-weight: 500;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 45px;
}

.hero-1 .single-slide .hero-contents a {
    margin-top: 35px;
    margin-right: 20px;
}

.theme-btn {
    color: #FFF;
    padding: 20px 40px;
    border-radius: 5px;
    font-size: 15px;
    background-color: #CF8C2A;
    border: 1px solid #CF8C2A;
    box-sizing: border-box;
    text-decoration: none;
}

.theme-btn i {
    margin-left: 10px;
}

.hero-1 .single-slide .slide-top-img {
    width: 771px;
    height: 788px;
    position: absolute;
    z-index: -1;
    background-color: #eee;
    right: 0;
    top: 0;
    content: "";
    clip-path: polygon(25% 0, 100% 0%, 101% 70%, 66% 80%, 0% 17%);
    background-position: -125px;
}

.hero-1 .single-slide .slide-bottom-img {
    width: 972px;
    height: 486px;
    position: absolute;
    z-index: -1;
    background-color: #eee;
    right: 30px;
    bottom: 0;
    content: "";
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}

section#home {
    margin-top: 138px;
}


/* â”€â”€ BANNER 3 â”€â”€ */
.sp-banner {
    margin-top: 140px;
    /* header height */
    min-height: calc(100vh - 73px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    position: relative;
}

/* LEFT dark panel */
.sp-left {
    background: #fff;
    padding: 80px 70px 80px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* subtle grain */
.sp-left::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(../img/slide_bg_circle.png);
    opacity: .18;
    pointer-events: none;
}

/* gold diagonal accent line */
.sp-left::after {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, #CF8C2A 35%, #CF8C2A 65%, transparent 100%);
    z-index: 2;
}

.sp-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
    opacity: 0;
    animation: slideUp .6s .1s forwards ease-out;
}

.sp-eyebrow span {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #CF8C2A;
}

.sp-eyebrow-line {
    flex: 1;
    height: 1px;
    background: rgba(207, 140, 42, .4);
    max-width: 60px;
}

.sp-headline {
    font-family: 'Merriweather', Georgia, serif;
    font-weight: 900;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.15;
    color: #000;
    margin-bottom: 24px;
    opacity: 0;
    animation: slideUp .65s .25s forwards ease-out;
}

.sp-headline em {
    font-style: normal;
    color: #CF8C2A;
    position: relative;
}

.sp-headline em::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(207, 140, 42, .35);
    border-radius: 2px;
}

.sp-body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    max-width: 420px;
    margin-bottom: 40px;
    opacity: 0;
    animation: slideUp .65s .4s forwards ease-out;
}

.sp-cta-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    opacity: 0;
    animation: slideUp .65s .55s forwards ease-out;
}

.sp-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #CF8C2A;
    color: #fff;
    border: 1px solid #CF8C2A;
    border-radius: 50px;
    padding: 13px 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s;
}

.sp-btn-primary:hover {
    background: transparent;
    color: #CF8C2A;
}

.sp-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50px;
    padding: 13px 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s;
}

.sp-btn-ghost:hover {
    border-color: #CF8C2A;
    color: #CF8C2A;
}

/* stats row */
.sp-stats {
    display: flex;
    gap: 40px;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    opacity: 0;
    animation: slideUp .65s .7s forwards ease-out;
}

.sp-stat-num {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 32px;
    font-weight: 900;
    color: #CF8C2A;
    line-height: 1;
    margin-bottom: 4px;
}

.sp-stat-label {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #606060;
}

/* RIGHT image panel */
.sp-right {
    position: relative;
    overflow: hidden;
    text-align: end;
}

/* diagonal clip on the left edge */
.sp-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    background: #c38b26;
    bottom: 0;
    width: 120px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 2;
}

.sp-right-img {
    width: 85%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    animation: kenBurns 18s ease-in-out infinite alternate;
}

@keyframes kenBurns {
    from {
        transform: scale(1) translate(0, 0);
    }

    to {
        transform: scale(1.08) translate(-2%, 1%);
    }
}

/* floating badge */
.sp-badge {
    position: absolute;
    bottom: 50px;
    right: 40px;
    background: #fff;
    border-radius: 18px;
    padding: 18px 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 3;
    animation: floatUp 3s ease-in-out infinite alternate;
}

@keyframes floatUp {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-8px);
    }
}

.sp-badge-icon {
    width: 52px;
    height: 52px;
    background: #CF8C2A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    flex-shrink: 0;
}

.sp-badge-text strong {
    display: block;
    font-family: 'Merriweather', Georgia, serif;
    font-size: 15px;
    color: #282828;
    font-weight: 700;
}

.sp-badge-text span {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #888;
}

/* second badge top-right */
.sp-badge-2 {
    position: absolute;
    top: 50px;
    right: 40px;
    background: #CF8C2A;
    border-radius: 50px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 3;
    animation: fadeSlideDown .8s .9s both ease-out;
}

.sp-badge-2 i {
    color: #fff;
    font-size: 14px;
}

.sp-badge-2 span {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

/* entrance animations */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* â”€â”€ RESPONSIVE â”€â”€ */
@media (max-width: 991px) {
    .sp-banner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .sp-left {
        padding: 70px 30px;
    }

    .sp-right {
        height: 360px;
    }

    .sp-right::before {
        display: none;
    }

    .sp-stats {
        gap: 24px;
    }

    header .nav-links {
        display: none;
    }
}

a.sp-btn-ghost {
    border: 1px solid #cf8c2a;
    color: #cf8c2a;
}

a.sp-btn-ghost {}

a.sp-btn-ghost:hover {
    color: #000;
    background: white;
    border-color: #000;
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       MAIN BANNER  â€“  scope everything here
    â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.main {
    --clr-bg: #f5f0e8;
    --clr-gold: #c8882a;
    --clr-gold-dark: #a06820;
    --clr-text: #1e1a14;
    --clr-muted: #4a4035;
    --clr-card-bg: #ffffff;
    --clr-card-border: #e8dfd0;
    background-color: var(--clr-bg);
    color: var(--clr-text);
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* â”€â”€ Subtle geometric line pattern (background) â”€â”€ */
.main::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 15% 85%, rgba(200, 136, 42, 0.08) 0%, transparent 55%),
        radial-gradient(circle at 85% 15%, rgba(200, 136, 42, 0.06) 0%, transparent 50%),
        repeating-linear-gradient(0deg,
            transparent,
            transparent 59px,
            rgba(200, 136, 42, 0.07) 60px),
        repeating-linear-gradient(90deg,
            transparent,
            transparent 59px,
            rgba(200, 136, 42, 0.07) 60px);
    pointer-events: none;
    z-index: 0;
}

/* â”€â”€ Inner wrapper â”€â”€ */
.main__inner {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 200px 48px 0;
}

/* â”€â”€ Top row: text  +  photo circle â”€â”€ */
.main__hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

/* â”€â”€ Left column â”€â”€ */
.main__left {
    flex: 0 0 auto;
    max-width: 520px;
}

/* Gold accent bar above headline */
.main__accent-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.main__accent-bar span {
    display: block;
    height: 3px;
    background: var(--clr-gold);
    border-radius: 2px;
}

.main__accent-bar span:first-child {
    width: 32px;
}

.main__accent-bar span:last-child {
    width: 16px;
}

.main__accent-bar p {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--clr-gold);
}

/* Headline */
.main__headline {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 3.2vw, 3.05rem);
    font-weight: 800;
    line-height: 1.18;
    color: var(--clr-text);
    margin-bottom: 20px;
}

.main__headline em {
    font-style: normal;
    color: var(--clr-gold-dark);
}

/* Description */
.main__desc {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--clr-muted);
    margin-bottom: 24px;
    max-width: 440px;
}

/* Bullet list (from Image 1) */
.main__bullets {
    list-style: none;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main__bullets li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    color: var(--clr-muted);
    line-height: 1.5;
}

.main__bullets li::before {
    content: '';
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--clr-gold);
    margin-top: 7px;
}

/* CTA row */
.main__ctas {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.main__btn {
    display: inline-block;
    padding: 13px 30px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.main__btn--primary {
    background: white;
    color: black;
    border: 2px solid white;
    box-shadow: 0 4px 18px rgba(200, 136, 42, 0.35);
}

.main__btn--primary:hover {
    background: var(--clr-gold-dark);
    border-color: var(--clr-gold-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(200, 136, 42, 0.45);
    color: white;
}

.main__btn--secondary {
    background: var(--clr-gold);
    color: white;
    border: 2px solid var(--clr-gold);
}

.main__btn--secondary:hover {
    background: var(--clr-text);
    color: #fff;
    transform: translateY(-2px);
}

/* â”€â”€ Right column â€“ photo circle â”€â”€ */
.main__right {
    flex: 0 0 auto;
    position: relative;
}

.main__circle-wrap {
    width: clamp(340px, 44vw, 580px);
    height: clamp(340px, 44vw, 580px);
    /* border-radius: 50%; */
    /* overflow: hidden; */
    position: relative;
    /* box-shadow: 0 24px 64px rgba(30, 26, 20, 0.22); */
}

/* Gold ring decoration outside circle */
.main__circle-wrap::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 10;
}

/* Photo grid inside the circle â€“ mirrors both designs */
.main__photo-grid {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    background: var(--clr-gold);
}

.main__photo-grid .ph {
    overflow: hidden;
    position: relative;
}

.main__photo-grid .ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.main__photo-grid .ph:hover img {
    transform: scale(1.05);
}

/* Gold-tinted overlay on alternate cells */
.main__photo-grid .ph--tinted::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(200, 136, 42, 0.45);
    mix-blend-mode: multiply;
}

/* Spanning cells */
.main__photo-grid .ph--tall {
    grid-row: span 2;
}

.main__photo-grid .ph--wide {
    grid-column: span 2;
}

/* Decorative gold shape peeking outside circle */
.main__deco {
    position: absolute;
    right: -28px;
    bottom: 60px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    pointer-events: none;
    background-color: rgba(200, 136, 42, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       Feature cards strip  (from Image 2)
    â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.main__cards {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-bottom: 52px;
}

.main__card {
    background: var(--clr-card-bg);
    border: 1px solid var(--clr-card-border);
    border-radius: 14px;
    padding: 28px 26px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    box-shadow: 0 2px 12px rgba(30, 26, 20, 0.06);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.main__card:hover {
    box-shadow: 0 8px 28px rgba(30, 26, 20, 0.12);
    transform: translateY(-3px);
}

.main__card-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(200, 136, 42, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.main__card-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: var(--clr-gold);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.main__card-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--clr-text);
}

.main__card-body p {
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--clr-muted);
    margin: 0;
}

/* Gold bottom border accent on the cards row */
.main__cards-wrap {
    position: relative;
}

/* â”€â”€ Entrance animations â”€â”€ */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.main__accent-bar {
    animation: fadeUp 0.55s ease both 0.05s;
}

.main__headline {
    animation: fadeUp 0.6s ease both 0.15s;
}

.main__desc {
    animation: fadeUp 0.6s ease both 0.25s;
}

.main__bullets {
    animation: fadeUp 0.6s ease both 0.32s;
}

.main__ctas {
    animation: fadeUp 0.6s ease both 0.42s;
}

.main__circle-wrap {
    animation: fadeIn 0.8s ease both 0.20s;
}

.main__card:nth-child(1) {
    animation: fadeUp 0.55s ease both 0.50s;
}

.main__card:nth-child(2) {
    animation: fadeUp 0.55s ease both 0.62s;
}

.main__card:nth-child(3) {
    animation: fadeUp 0.55s ease both 0.74s;
}

.main__circle-wrap img {
    width: 100%;
}


*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       SP-HERO  â€” all styles scoped under .sp-hero
    â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.sp-hero {
    --sp-bg: #faf7f2;
    --sp-white: #ffffff;
    --sp-gold: #c8882a;
    --sp-gold-dk: #9e6a1e;
    --sp-gold-lt: #f0c96a;
    --sp-gold-tint: rgba(200, 136, 42, 0.10);
    --sp-gold-border: rgba(200, 136, 42, 0.20);
    --sp-text: #1c1810;
    --sp-muted: #6b5d4d;
    --sp-card-shadow: 0 4px 24px rgba(30, 24, 16, 0.08);
    --sp-radius: 16px;

    font-family: 'DM Sans', sans-serif;
    background: var(--sp-bg);
    color: var(--sp-text);
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* â”€â”€ Background: grid lines + warm glow â”€â”€ */
.sp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 60% at 78% 30%, rgba(200, 136, 42, 0.08) 0%, transparent 65%),
        radial-gradient(ellipse 40% 45% at 8% 80%, rgba(200, 136, 42, 0.06) 0%, transparent 55%),
        repeating-linear-gradient(0deg, transparent, transparent 59px, rgba(200, 136, 42, 0.06) 60px),
        repeating-linear-gradient(90deg, transparent, transparent 59px, rgba(200, 136, 42, 0.06) 60px);
    pointer-events: none;
    z-index: 0;
}

/* â”€â”€ Page wrapper â”€â”€ */
.sp-hero__wrap {
    position: relative;
    z-index: 1;
    max-width: 1300px;
    margin: 0 auto;
    padding: 200px 56px 0;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       TOP ROW
    â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.sp-hero__row {
    display: flex;
    align-items: center;
    gap: 60px;
}

/* â”€â”€ TEXT COLUMN â”€â”€ */
.sp-hero__content {
    flex: 1 1 0;
    min-width: 0;
    max-width: 520px;
}

/* Pill badge */
.sp-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--sp-gold-tint);
    border: 1px solid var(--sp-gold-border);
    border-radius: 50px;
    padding: 6px 18px 6px 10px;
    margin-bottom: 26px;
    animation: sp-slideIn 0.6s ease both 0.08s;
}

.sp-hero__badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--sp-gold);
    flex-shrink: 0;
}

.sp-hero__badge-text {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: var(--sp-gold-dk);
}

/* Headline */
.sp-hero__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(2.4rem, 3.8vw, 3.75rem);
    font-weight: 700;
    line-height: 1.13;
    color: var(--sp-text);
    margin-bottom: 18px;
    animation: sp-slideIn 0.65s ease both 0.18s;
}

.sp-hero__title-accent {
    color: var(--sp-gold);
    font-style: italic;
}

/* Gold rule */
.sp-hero__rule {
    width: 52px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(to right, var(--sp-gold), transparent);
    margin-bottom: 20px;
    animation: sp-slideIn 0.6s ease both 0.26s;
}

/* Description */
.sp-hero__desc {
    font-size: 0.97rem;
    line-height: 1.76;
    color: var(--sp-muted);
    max-width: 420px;
    margin-bottom: 28px;
    animation: sp-slideIn 0.65s ease both 0.33s;
}

/* Stats row */
.sp-hero__stats {
    display: flex;
    gap: 0;
    margin-bottom: 34px;
    animation: sp-slideIn 0.65s ease both 0.41s;
}

.sp-hero__stat {
    padding: 0 28px 0 0;
    margin-right: 28px;
    border-right: 1px solid var(--sp-gold-border);
}

.sp-hero__stat:last-child {
    border-right: none;
}

.sp-hero__stat-val {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--sp-gold);
    line-height: 1;
    margin-bottom: 4px;
}

.sp-hero__stat-lbl {
    font-size: 0.73rem;
    color: var(--sp-muted);
    letter-spacing: 0.04em;
}

/* Bullets */
.sp-hero__bullets {
    list-style: none;
    margin-bottom: 34px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    animation: sp-slideIn 0.65s ease both 0.46s;
}

.sp-hero__bullet {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    font-size: 0.93rem;
    color: var(--sp-muted);
    line-height: 1.5;
}

.sp-hero__bullet-dot {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--sp-gold);
    margin-top: 6px;
}

/* CTA buttons */
.sp-hero__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    animation: sp-slideIn 0.65s ease both 0.54s;
}

.sp-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 28px;
    border-radius: 50px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
    letter-spacing: 0.01em;
}

.sp-hero__btn-icon {
    width: 17px;
    height: 17px;
    transition: transform 0.22s ease;
}

.sp-hero__btn:hover .sp-hero__btn-icon {
    transform: translateX(4px);
}

.sp-hero__btn--fill {
    background: var(--sp-gold);
    color: #fff;
    border: 2px solid var(--sp-gold);
    box-shadow: 0 4px 18px rgba(200, 136, 42, 0.32);
}

.sp-hero__btn--fill:hover {
    background: var(--sp-gold-dk);
    border-color: var(--sp-gold-dk);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(200, 136, 42, 0.42);
}

.sp-hero__btn--outline {
    background: transparent;
    color: var(--sp-text);
    border: 2px solid rgba(30, 24, 16, 0.22);
}

.sp-hero__btn--outline:hover {
    background: var(--sp-text);
    color: #fff;
    transform: translateY(-2px);
}

/* â”€â”€ PHOTO COLUMN â”€â”€ */
.sp-hero__visual {
    flex: 0 0 auto;
    width: clamp(330px, 42vw, 555px);
    animation: sp-fadeScale 0.85s ease both 0.22s;
}

/* Photo grid â€” rectangular editorial layout */
.sp-hero__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    grid-template-rows: 300px 165px 130px;
    gap: 10px;
}

.sp-hero__photo {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: var(--sp-card-shadow);
}

.sp-hero__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.sp-hero__photo:hover img {
    transform: scale(1.06);
}

/* Soft warm overlay on every photo */
.sp-hero__photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(155deg, transparent 45%, rgba(200, 136, 42, 0.18));
    pointer-events: none;
}

/* Gold tinted variant */
.sp-hero__photo--tint::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(200, 136, 42, 0.28);
    z-index: 1;
    mix-blend-mode: multiply;
}

/* Spanning helpers */
.sp-hero__photo--tall {
    grid-row: span 2;
}

.sp-hero__photo--wide {
    grid-column: span 2;
}

/* Floating label badge */
.sp-hero__photo-tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(6px);
    border: 1px solid var(--sp-gold-border);
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--sp-gold-dk);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       FEATURE CARDS STRIP  (bottom)
    â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.sp-hero__cards-wrap {
    margin-top: 44px;
    padding-bottom: 56px;
}

/* thin gold rule above cards */
.sp-hero__cards-rule {
    height: 1px;
    background: linear-gradient(to right, var(--sp-gold) 0%, rgba(200, 136, 42, 0.12) 55%, transparent 100%);
    margin-bottom: 34px;
}

.sp-hero__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.sp-hero__card {
    background: var(--sp-white);
    border: 1px solid rgba(200, 136, 42, 0.14);
    border-radius: var(--sp-radius);
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: var(--sp-card-shadow);
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sp-hero__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--sp-gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.sp-hero__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(30, 24, 16, 0.12);
}

.sp-hero__card:hover::before {
    transform: scaleX(1);
}

/* Card number */
.sp-hero__card-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--sp-gold);
    opacity: 0.28;
    line-height: 1;
}

/* Card icon circle */
.sp-hero__card-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--sp-gold-tint);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-hero__card-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: var(--sp-gold);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sp-hero__card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--sp-text);
    line-height: 1.3;
}

.sp-hero__card-body {
    font-size: 0.85rem;
    line-height: 1.6;
    color: var(--sp-muted);
}

/* stagger */
.sp-hero__card:nth-child(1) {
    animation: sp-fadeUp 0.55s ease both 0.55s;
}

.sp-hero__card:nth-child(2) {
    animation: sp-fadeUp 0.55s ease both 0.67s;
}

.sp-hero__card:nth-child(3) {
    animation: sp-fadeUp 0.55s ease both 0.79s;
}

/* â”€â”€ Keyframes â”€â”€ */
@keyframes sp-slideIn {
    from {
        opacity: 0;
        transform: translateX(-22px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes sp-fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes sp-fadeScale {
    from {
        opacity: 0;
        transform: scale(0.96);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       PW-SECTION â€” all CSS scoped under .pw-section
    â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.pw-section {
    --pw-bg: #fefcf8;
    --pw-white: #ffffff;
    --pw-gold: #c8882a;
    --pw-gold-dk: #9e6820;
    --pw-gold-lt: #f4c866;
    --pw-gold-soft: rgba(200, 136, 42, 0.10);
    --pw-gold-ring: rgba(200, 136, 42, 0.22);
    --pw-tan: #f0e9dc;
    --pw-text: #1d1810;
    --pw-sub: #6a5c4c;
    --pw-shadow: 0 6px 28px rgba(30, 24, 16, 0.09);
    --pw-shadow-lg: 0 16px 48px rgba(30, 24, 16, 0.13);
    --pw-r: 14px;

    font-family: 'Nunito', sans-serif;
    background: var(--pw-bg);
    color: var(--pw-text);
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* â”€â”€ Diagonal warm wash top-right â”€â”€ */
.pw-section::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 520px;
    height: 520px;
    background: radial-gradient(ellipse at center, rgba(200, 136, 42, 0.10) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

/* â”€â”€ Diagonal stripe accent bottom-left â”€â”€ */
.pw-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        repeating-linear-gradient(-55deg,
            transparent,
            transparent 38px,
            rgba(200, 136, 42, 0.04) 38px,
            rgba(200, 136, 42, 0.04) 39px);
    pointer-events: none;
    z-index: 0;
}

/* â”€â”€ Outer container â”€â”€ */
.pw-section__container {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 200px 52px 0;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       MAIN FLEX ROW
       Photos LEFT  |  Text RIGHT
    â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.pw-section__flex {
    display: flex;
    align-items: center;
    gap: 64px;
}

/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
       LEFT  â€” MOSAIC PHOTO PANEL
    â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.pw-section__mosaic {
    flex: 0 0 auto;
    width: clamp(320px, 40vw, 530px);
    position: relative;
    animation: pw-rise 0.85s cubic-bezier(.22, .68, 0, 1.2) both 0.15s;
}

/* Gold arc decoration behind mosaic */
.pw-section__mosaic-arc {
    position: absolute;
    top: -22px;
    left: -22px;
    width: calc(100% + 44px);
    height: calc(100% + 44px);
    border: 2px dashed rgba(200, 136, 42, 0.20);
    border-radius: 24px;
    pointer-events: none;
    z-index: 0;
}

/* ============================
   ACADEMICS MULTI-LEVEL DROPDOWN
   ============================ */
.mega-col-title {
    color: #CF8C2A;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #CF8C2A;
}

.academics-dropdown .dropdown-menu {
    min-width: 290px;
    border: none;
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 16px 40px rgba(20, 20, 20, 0.14);
}

.academics-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: none;
    border-radius: 10px;
    padding: 11px 14px;
    margin-bottom: 2px;
    color: #3a3a3a;
    font-size: 14px;
    line-height: 1.35;
    white-space: normal;
}

.academics-dropdown .dropdown-item:last-child {
    margin-bottom: 0;
}

.academics-dropdown .dropdown-item::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #DCDCDC;
    flex-shrink: 0;
    transition: background-color 0.2s ease;
}

.academics-dropdown .dropdown-item:hover,
.academics-dropdown .dropdown-item:focus,
.academics-dropdown .dropdown-submenu.show>a.dropdown-item {
    background-color: #F0F0F0;
    color: #111;
}

.academics-dropdown .dropdown-item:hover::before,
.academics-dropdown .dropdown-item:focus::before,
.academics-dropdown .dropdown-submenu.show>a.dropdown-item::before {
    background-color: #4a4a4a;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a.dropdown-item::after {
    content: none;
}

.dropdown-submenu .submenu-caret {
    font-size: 11px;
    color: #C9C9C9;
    transition: color 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
    margin-left: auto;
}

.academics-dropdown .dropdown-item:hover .submenu-caret,
.academics-dropdown .dropdown-item:focus .submenu-caret {
    color: #4a4a4a;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
}

.dropdown-submenu .dropdown-submenu>.dropdown-menu {
    left: 100%;
}

@media (min-width: 992px) {
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
        animation: dropdownFade 0.2s ease-in-out;
    }

    .dropdown-submenu:hover>a.dropdown-item .submenu-caret {
        transform: translateX(2px);
    }
}

@media (max-width: 991px) {
    .academics-dropdown .dropdown-menu {
        min-width: 100%;
        box-shadow: none;
    }

    .dropdown-submenu>.dropdown-menu {
        position: static;
        left: auto;
        top: auto;
        margin-left: 0;
        display: none;
        box-shadow: none;
        background-color: #FAFAFA;
        margin-top: 4px;
    }

    .dropdown-submenu>.dropdown-menu.show {
        display: block;
    }

    .dropdown-submenu.show>a.dropdown-item .submenu-caret {
        transform: rotate(90deg);
    }
}

/* ============================
   ACADEMICS PAGE
   ============================ */
.dept-intro-img img,
.subsection-img img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 25px;
}

.dept-group-title {
    color: #CF8C2A;
    font-weight: 700;
    font-size: 22px;
    margin: 45px 0 22px;
    padding-bottom: 10px;
    border-bottom: 2px solid #F0E3D1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dept-group-title:first-of-type {
    margin-top: 10px;
}

.course-block {
    margin-bottom: 28px;
}

.course-block h5 {
    color: #282828;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 4px;
}

.course-block .credit-tag {
    display: block;
    color: #CF8C2A;
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

.course-block p {
    color: #606060;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
}

.academics-subheading {
    color: #282828;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 18px;
    scroll-margin-top: 130px;
}

.academic-tab-pane {
    scroll-margin-top: 130px;
}

.dept-block {
    padding-top: 55px;
    margin-top: 55px;
    border-top: 1px solid #F0E3D1;
}

.dept-block:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.coming-soon-note {
    background-color: #FCFAF8;
    border-left: 3px solid #CF8C2A;
    border-radius: 10px;
    padding: 20px 25px;
    color: #606060;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-style: italic;
}

.theology-note {
    color: #CF8C2A;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin: 10px 0 25px;
}

.content-tabs-button .nav-link {
    text-align: left;
}

.gallery-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0 10px;
}

.gallery-thumbs img {
    width: calc(20% - 10px);
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
    flex: 1 1 calc(20% - 10px);
}

@media (max-width: 767px) {
    .gallery-thumbs img {
        width: calc(33.333% - 10px);
        flex: 1 1 calc(33.333% - 10px);
    }
}

/* The actual grid */
.pw-section__mosaic-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-rows: 195px 155px 125px;
    gap: 10px;
}

.pw-section__tile {
    border-radius: var(--pw-r);
    overflow: hidden;
    position: relative;
    box-shadow: var(--pw-shadow);
}

.pw-section__tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.pw-section__tile:hover img {
    transform: scale(1.07);
}

/* Gradient overlay */
.pw-section__tile::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(170deg, transparent 45%, rgba(200, 136, 42, 0.16));
    pointer-events: none;
}

/* Gold wash tile */
.pw-section__tile--wash::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(200, 136, 42, 0.30);
    mix-blend-mode: multiply;
}

.pw-section__tile--tall {
    grid-row: span 2;
}

.pw-section__tile--wide {
    grid-column: span 2;
}

/* Floating chip label */
.pw-section__chip {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(8px);
    border: 1px solid var(--pw-gold-ring);
    border-radius: 50px;
    padding: 4px 12px 4px 7px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--pw-gold-dk);
}

.pw-section__chip-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--pw-gold);
    flex-shrink: 0;
}

/* Floating stat bubble overlapping the mosaic */
.pw-section__bubble {
    position: absolute;
    bottom: -18px;
    right: -18px;
    z-index: 4;
    background: var(--pw-white);
    border: 1px solid var(--pw-gold-ring);
    border-radius: 16px;
    padding: 14px 20px;
    box-shadow: var(--pw-shadow-lg);
    text-align: center;
    min-width: 100px;
    animation: pw-pop 0.6s cubic-bezier(.22, .68, 0, 1.4) both 0.7s;
}

.pw-section__bubble-val {
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--pw-gold);
    line-height: 1;
    margin-bottom: 3px;
}

.pw-section__bubble-lbl {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pw-sub);
}

/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
       RIGHT â€” TEXT CONTENT
    â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.pw-section__body {
    flex: 1 1 0;
    min-width: 0;
    max-width: 500px;
}

/* Eyebrow */
.pw-section__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    animation: pw-slide 0.55s ease both 0.22s;
}

.pw-section__eyebrow-line {
    width: 30px;
    height: 2px;
    background: var(--pw-gold);
    border-radius: 2px;
    flex-shrink: 0;
}

.pw-section__eyebrow-text {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--pw-gold-dk);
}

/* Heading */
.pw-section__heading {
    font-size: clamp(2.1rem, 3.5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.12;
    color: var(--pw-text);
    margin-bottom: 8px;
    animation: pw-slide 0.6s ease both 0.30s;
}

.pw-section__heading-em {
    color: var(--pw-gold);
    font-style: italic;
    position: relative;
}

/* Underline scribble on italic word */
.pw-section__heading-em::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, var(--pw-gold), var(--pw-gold-lt));
    border-radius: 2px;
    opacity: 0.55;
}

/* Sub-tagline */
.pw-section__tagline {
    font-size: 1.05rem;
    font-weight: 600;
    font-style: italic;
    color: var(--pw-sub);
    margin-bottom: 20px;
    animation: pw-slide 0.6s ease both 0.36s;
}

/* Description */
.pw-section__para {
    font-size: 0.96rem;
    line-height: 1.78;
    color: var(--pw-sub);
    max-width: 420px;
    margin-bottom: 28px;
    animation: pw-slide 0.6s ease both 0.42s;
}

/* Divider dots */
.pw-section__dots {
    display: flex;
    gap: 6px;
    margin-bottom: 24px;
    animation: pw-slide 0.6s ease both 0.46s;
}

.pw-section__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--pw-gold);
}

.pw-section__dot:nth-child(2) {
    opacity: 0.55;
}

.pw-section__dot:nth-child(3) {
    opacity: 0.25;
}

/* Bullet list */
.pw-section__list {
    list-style: none;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    animation: pw-slide 0.6s ease both 0.50s;
}

.pw-section__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.93rem;
    color: var(--pw-sub);
    line-height: 1.55;
}

.pw-section__item-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--pw-gold-soft);
    border: 1px solid var(--pw-gold-ring);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.pw-section__item-icon svg {
    width: 11px;
    height: 11px;
    fill: none;
    stroke: var(--pw-gold);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* CTA row */
.pw-section__cta-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    animation: pw-slide 0.6s ease both 0.58s;
}

.pw-section__cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 28px;
    border-radius: 50px;
    font-family: 'Nunito', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.pw-section__cta svg {
    width: 16px;
    height: 16px;
    transition: transform 0.22s ease;
}

.pw-section__cta:hover svg {
    transform: translateX(4px);
}

.pw-section__cta--solid {
    background: var(--pw-gold);
    color: #fff;
    border: 2px solid var(--pw-gold);
    box-shadow: 0 4px 20px rgba(200, 136, 42, 0.30);
}

.pw-section__cta--solid:hover {
    background: var(--pw-gold-dk);
    border-color: var(--pw-gold-dk);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(200, 136, 42, 0.42);
}

.pw-section__cta--border {
    background: transparent;
    color: var(--pw-text);
    border: 2px solid rgba(29, 24, 16, 0.20);
}

.pw-section__cta--border:hover {
    background: var(--pw-text);
    color: #fff;
    transform: translateY(-2px);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       BOTTOM HIGHLIGHT BAND
    â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.pw-section__band {
    margin-top: 50px;
    padding-bottom: 56px;
}

/* thin separator */
.pw-section__sep {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 32px;
}

.pw-section__sep-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, var(--pw-gold), rgba(200, 136, 42, 0.08));
}

.pw-section__sep-line:last-child {
    background: linear-gradient(to left, var(--pw-gold), rgba(200, 136, 42, 0.08));
}

.pw-section__sep-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--pw-gold-soft);
    border: 1px solid var(--pw-gold-ring);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pw-section__sep-icon svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: var(--pw-gold);
    stroke-width: 2;
    stroke-linecap: round;
}

/* Highlight tiles */
.pw-section__highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.pw-section__hl {
    background: var(--pw-white);
    border: 1px solid rgba(200, 136, 42, 0.13);
    border-radius: var(--pw-r);
    padding: 26px 22px 22px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--pw-shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pw-section__hl:hover {
    transform: translateY(-4px);
    box-shadow: var(--pw-shadow-lg);
}

/* gold corner accent */
.pw-section__hl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    background: var(--pw-gold-soft);
    border-radius: 0 0 48px 0;
    transition: width 0.35s ease, height 0.35s ease;
}

.pw-section__hl:hover::before {
    width: 60px;
    height: 60px;
}

.pw-section__hl-num {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: var(--pw-gold);
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.pw-section__hl-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--pw-gold-soft);
    border: 1px solid var(--pw-gold-ring);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.pw-section__hl-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: var(--pw-gold);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pw-section__hl-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--pw-text);
    margin-bottom: 8px;
    line-height: 1.3;
}

.pw-section__hl-text {
    font-size: 0.84rem;
    line-height: 1.62;
    color: var(--pw-sub);
}

/* stagger */
.pw-section__hl:nth-child(1) {
    animation: pw-up 0.55s ease both 0.52s;
}

.pw-section__hl:nth-child(2) {
    animation: pw-up 0.55s ease both 0.64s;
}

.pw-section__hl:nth-child(3) {
    animation: pw-up 0.55s ease both 0.76s;
}

/* â”€â”€ Keyframes â”€â”€ */
@keyframes pw-slide {
    from {
        opacity: 0;
        transform: translateX(26px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pw-rise {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes pw-up {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pw-pop {
    from {
        opacity: 0;
        transform: scale(0.7);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.pw-section__mosaic img {
    width: 100%;
}

.main__deco p {
    margin: 0;
    font-size: 18px;
    line-height: 21px;
}

.choose-box h6 {
    margin: 0;
    font-size: 17px;
}

.knight-life img {
    height: 200px;
    object-fit: cover;
    object-position: top;
}

.knight-life img:hover {
    filter: none !important;
}

section#video-about {
    padding: 0;
}

figure.badge-logo {
    width: 90px;
    margin: 0;
}

figure.badge-logo img {
    width: 100%;
}

figure.enroll-fig {
    width: 100%;
    height: 300px;
}

figure.enroll-fig img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.golf-img {
    height: 400px;
}

.golf-img img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 60%;
}

.img-custom .about-img {
    height: 450px;
}

.img-custom .about-img img {
    height: 100%;
}

.st-img-about {
    height: 250px;
    margin-bottom: 1.5rem;
}

.st-img-about img {
    height: 100%;
    object-fit: cover;
}

section.hall-of-fame-gallery {
    padding: 80px 0;
}

.hof-slider .hof-slide {
    margin: 0 15px;
}

.hof-slider .slick-list {
    overflow: hidden;
}

.hof-slider .hof-slide img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #88888840;
}

.hof-slider .slick-dots {
    bottom: -40px;
}

figure.alumini-figure {
    height: 300px;
}

figure.alumini-figure img {
    height: 100%;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.st-img-fig {
    height: 300px;
}

.st-img-fig img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-img.st-john {
    height: 530px;
}

.about-img.st-john img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}

li.dropdown-submenu:hover a {
    color: #1e1e1e !important;
}

li.dropdown-submenu:hover a:focus {
    color: #fff !important;
}

li.dropdown-submenu .dropdown-toggle:hover,
li.dropdown-submenu .dropdown-toggle:focus {
    color: #fff !important;

}

.assumption-par {
    height: 500px;
    width: 100%;
}

.assumption-par img {
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    width: 100%;
    object-position: 0 -185px;
}

a {
    color: #cf8c2a;
    text-decoration: none;
}

.dep-img img {
    border-radius: 15px;
}

.high-bg {
    background-image: url("../img/high-bg.png")
}

.middle-bg {
    background-image: url("../img/middle-bg.png")
}

.dept-bg {
    background-image: url("../img/dept-bg.png");
    background-size: cover;
}

.dept-bg * {
    color: white !important;
}

.dept-bg.inner-banner ul li:before {
    background-color: white !important;
}

ul.academics-list.half-li {
    display: flex;
    flex-wrap: wrap;
}

ul.academics-list.half-li li {
    flex: 0 0 50%;
}