@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

/* ============================= */


/* Fustat Fonts                  */


/* ============================= */

@font-face {
    font-family: FustatExtraLight;
    src: url("../fonts/Fustat/Fustat-ExtraLight.ttf");
}

@font-face {
    font-family: FustatLight;
    src: url("../fonts/Fustat/Fustat-Light.ttf");
}

@font-face {
    font-family: FustatRegular;
    src: url("../fonts/Fustat/Fustat-Regular.ttf");
}

@font-face {
    font-family: FustatMedium;
    src: url("../fonts/Fustat/Fustat-Medium.ttf");
}

@font-face {
    font-family: FustatSemiBold;
    src: url("../fonts/Fustat/Fustat-SemiBold.ttf");
}

@font-face {
    font-family: FustatBold;
    src: url("../fonts/Fustat/Fustat-Bold.ttf");
}

@font-face {
    font-family: FustatExtraBold;
    src: url("../fonts/Fustat/Fustat-ExtraBold.ttf");
}


/* ============================= */


/* Recoleta Font (Demo)          */


/* ============================= */

@font-face {
    font-family: RecoletaRegular;
    src: url("../fonts/Recoleta/Recoleta-RegularDEMO.otf");
}


/* ============================= */


/* RecoletaAlt Fonts             */


/* ============================= */

@font-face {
    font-family: RecoletaAltThin;
    src: url("../fonts/Rec/fonnts.com-recoletaalt-thin.otf");
}

@font-face {
    font-family: RecoletaAltLight;
    src: url("../fonts/Rec/fonnts.com-recoletaalt-light.otf");
}

@font-face {
    font-family: RecoletaAltRegular;
    src: url("../fonts/Rec/fonnts.com-recoletaalt-regular.otf");
}

@font-face {
    font-family: RecoletaAltMedium;
    src: url("../fonts/Rec/fonnts.com-recoletaalt-medium.otf");
}

@font-face {
    font-family: RecoletaAltSemiBold;
    src: url("../fonts/Rec/fonnts.com-recoletaalt-semibold.otf");
}

@font-face {
    font-family: RecoletaAltBold;
    src: url("../fonts/Rec/fonnts.com-recoletaalt-bold.otf");
}

@font-face {
    font-family: RecoletaAltBlack;
    src: url("../fonts/Rec/fonnts.com-recoletaalt-black.otf");
}


/* ============================= */


/* Recoleta Fonts                */


/* ============================= */

@font-face {
    font-family: RecoletaThin;
    src: url("../fonts/Rec/fonnts.com-recoleta-thin.otf");
}

@font-face {
    font-family: RecoletaLight;
    src: url("../fonts/Rec/fonnts.com-recoleta-light.otf");
}

@font-face {
    font-family: RecoletaRegularFull;
    src: url("../fonts/Rec/fonnts.com-recoleta-regular.otf");
}

@font-face {
    font-family: RecoletaMedium;
    src: url("../fonts/Rec/fonnts.com-recoleta-medium.otf");
}

@font-face {
    font-family: RecoletaSemiBold;
    src: url("../fonts/Rec/fonnts.com-recoleta-semibold.otf");
}

@font-face {
    font-family: RecoletaBold;
    src: url("../fonts/Rec/fonnts.com-recoleta-bold.otf");
}

@font-face {
    font-family: RecoletaBlack;
    src: url("../fonts/Rec/fonnts.com-recoleta-black.otf");
}


/* ============================= */


/* Root Variables                */


/* ============================= */

:root {
    /* Fustat */
    --font-100: FustatExtraLight;
    --font-200: FustatLight;
    --font-300: FustatRegular;
    --font-400: FustatMedium;
    --font-500: FustatSemiBold;
    --font-600: FustatBold;
    --font-700: FustatExtraBold;
    /* Recoleta Demo */
    --font-R: RecoletaRegular;
    /* RecoletaAlt */
    --font-RA-100: RecoletaAltThin;
    --font-RA-200: RecoletaAltLight;
    --font-RA-300: RecoletaAltRegular;
    --font-RA-400: RecoletaAltMedium;
    --font-RA-500: RecoletaAltSemiBold;
    --font-RA-600: RecoletaAltBold;
    --font-RA-700: RecoletaAltBlack;
    /* Recoleta Full */
    --font-RF-100: RecoletaThin;
    --font-RF-200: RecoletaLight;
    --font-RF-300: RecoletaRegularFull;
    --font-RF-400: RecoletaMedium;
    --font-RF-500: RecoletaSemiBold;
    --font-RF-600: RecoletaBold;
    --font-RF-700: RecoletaBlack;
    /* Colors */
    --primary: #2a9d8f;
    --secondary: #3e8f85;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: var(--font-400);
}

html,
body {
    font-family: var(--font-400);
}

a {
    text-decoration: none;
    transition: 0.3s ease 0s;
    color: var(--bs-black);
}

a:hover {
    color: var(--primary);
}

input,
button,
textarea {
    outline: none;
    border: 0px;
    background: none;
}

.webkit {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.webkit_1 {
    -webkit-line-clamp: 1;
}

.webkit_2 {
    -webkit-line-clamp: 2;
}

.webkit_3 {
    -webkit-line-clamp: 3;
}

.webkit_4 {
    -webkit-line-clamp: 4;
}

.hide {
    display: none !important;
}

.show {
    /* display: flex !important; */
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.img-box {
    margin: 0px;
}

.img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.img-box-content img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s;
}

li.nav-item.dropdown.navdesktop ul {
    flex-direction: column;
    top: 100%;
    left: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    gap: 7px;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background: var(--secondary);
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    background: #fff;
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    color: #6a7382;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
    color: #000001;
    margin-top: 0;
    line-height: 1.5;
}

p {
    margin-bottom: 15px;
    color: #3b3b3b;
    font-size: 17px;
}


/* Navbar */

.navbar-nav li {
    bottom: 0;
}

.navbar-nav li a {
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff !important;
    display: inline-block;
    position: relative;
}

.navbar-nav li a:hover {
    color: #ffffff !important;
}

.navbar-nav .nav-link.active {
    color: #ffffff !important;
}

.header.sticky li a {
    color: white !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav .nav-link::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: var(--secondary);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 100%;
    left: 0;
}

ul.dropdown-menu {
    padding: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a.active {
    background: white !important;
    color: #000001 !important;
}

.navbar-brand img {
    /* width: 245px;
  height: 115px; */
    width: auto;
    transition: 0.6s;
}

.navbar-nav li a {
    font-size: 1rem;
    font-weight: 400;
    color: #000001;
    border-radius: 5px;
}

.offcanvas {
    background-color: #000001;
}

.offcanvas .navbar-nav .dropdown-menu {
    margin-top: 10px;
    border-radius: 8px;
}

.offcanvas .navbar-nav .dropdown-menu li {
    padding: 10px 0;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
    border-radius: 8px;
}

.offcanvas .btn-close svg {
    fill: white;
}

.offcanvas-header>img {
    width: 15rem;
}

.dropdown-menu {
    background-color: var(--secondary);
    border-radius: 0px;
}

.dropdown-item {
    background: none !important;
}

.dropdown-menu li {
    width: 100%;
    border-radius: 5px;
}


/* section */

section {
    padding-top: 50px;
    padding-bottom: 50px;
}


/* header */

.header {
    padding: 15px 0 15px 0;
    background: #000001;
    z-index: 999;
    transition: 0.6s;
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

header.sticky {
    padding: 0px 0px;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #000001;
}

header.sticky #navbarNav {
    border-bottom: 0px !important;
}

header.sticky img {
    width: auto;
    transition: all 0.5s ease-in-out;
}


/* top banner */

.top-banner {
    background: url("../images/top-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.top-banner .right-col h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 10px;
    color: white;
}

.top-banner .right-col p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 0;
}


/* End */


/* partner */

.client {
    padding-top: 25px;
    padding-bottom: 24px;
    margin-top: -98px;
    background: white;
    backdrop-filter: blur(50px);
}

.client img {
    margin: auto;
}


/* end */


/* contact us */

.contact-us {
    padding-top: 60px;
    padding-bottom: 70px;
    background: url("../images/contact-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}


/* end */


/* form */


/* Works for Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-control {
    resize: none;
    display: block;
    width: 100%;
    padding: 16px 15px;
    font-size: 1rem;
    border-radius: 8px;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #1e1e1e42;
    color: #1e1e1e !important;
    background-color: transparent;
}

.form-control:focus {
    background-color: transparent;
    border-color: var(--secondary);
    box-shadow: none !important;
    outline: none !important;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #1e1e1e !important;
    font-weight: 400;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #1e1e1e !important;
    font-weight: 400;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #1e1e1e !important;
    font-weight: 400;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: white !important;
    font-weight: 400;
}


/* end */


/* Button */

.btn-theme {
    border: 2px solid var(--secondary);
    padding: 10px 37px;
    display: inline-block;
    font-weight: 500;
    background: var(--secondary);
    color: #212121;
    transition: all ease-in-out 0.3s;
    font-size: 18px;
    border-radius: 50px;
    color: white;
    border-radius: 8px;
}

.btn-theme:hover {
    border: 2px solid var(--primary);
    background: transparent;
    color: var(--primary);
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-border {
    background: transparent;
    color: var(--primary);
}

.btn-border:hover {
    background: white;
    color: var(--primary);
    border-color: white;
}


/* end */


/* footer */

.footer {
    padding-top: 35px;
    padding-bottom: 25px;
    background: #000001;
}

.footer-logo p {
    color: white;
    margin-top: 20px;
    font-size: 1rem;
}

.footer-links>h6 {
    color: var(--secondary);
    font-size: 1.2rem;
    margin-bottom: 0;
    margin-top: 20px;
}

.footer-links>p {
    color: white;
    font-size: 1rem;
    margin-top: 40px;
    margin-bottom: 40px;
}

.footer-links>ul {
    padding-left: 18px;
}

.footer-links>ul>li {
    padding: 20px 0px 0 0px;
    list-style-type: disclosure-closed;
    color: white;
    transition: all ease-in-out 0.3s;
}

.footer-links>ul>li:hover {
    color: var(--secondary);
}

.footer-links>ul>li>a {
    text-decoration: none;
    font-size: 1rem;
    color: white;
    font-weight: 400;
    transition: all ease-in-out 0.3s;
}

.footer-links>ul>li>a:hover {
    color: var(--secondary);
}

.social>p>span {
    margin: 0;
    margin-right: 15px;
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
}

.social>p>a {
    color: var(--secondary);
    margin: 0 5px;
    font-size: 1.2rem;
    transition: all ease-in-out 0.3s;
    background: white;
    padding: 10px 16px;
    border-radius: 30px;
}

.social>p>a:hover {
    color: #ffffff;
    background: var(--secondary);
}

.footer-bootom-links>span {
    margin: 0;
    margin-right: 15px;
    color: white;
    font-size: 1rem;
    font-weight: 400;
}


/* end */

.animate-up {
    animation: up 3s ease-in-out infinite;
}

@keyframes up {
    0% {
        transform: translateY(0);
    }

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

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

.animate-zoom {
    animation: zoom-in-zoom-out 3s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(0.9);
        transition: all 0.5s ease-in-out;
    }

    30% {
        transform: scale(1);
        transition: all 0.7s ease-in-out;
    }

    50% {
        transform: scale(1.2);
        transition: all 0.7s ease-in-out;
    }

    50% {
        transform: scale(1);
        transition: all 0.7s ease-in-out;
    }

    100% {
        transform: scale(0.9);
        transition: all 0.7s ease-in-out;
    }
}

.footer-logo .trust-img {
    width: 10rem;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 0;
    padding-bottom: 4px;
}

ul.navbar-nav {
    gap: 22px;
}

.hero-section {
    position: relative;
    background-image: url(../images/hero-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 271px;
    padding-bottom: 180px;
}

.hero-img {
    /* display: none; */
}

.hero-section>* {
    position: relative;
    z-index: 2;
}

.hero-section:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #101010 0%, rgba(16, 16, 16, 0) 100%);
}

.hero-section-content span {
    font-size: 22px;
    color: white;
    font-family: var(--font-RA-400);
    font-size: 30px;
    text-transform: uppercase;
}

.hero-section-content>* {
    margin: 0;
}

.hero-section-content {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.hero-section-content h1 {
    font-size: 91px;
    font-family: var(--font-R);
    color: var(--primary);
    text-transform: uppercase;
    line-height: 0.9;
}

.hero-section-content p {
    color: white;
    font-size: 27px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 20px;
}

.btn-main {
    display: flex;
    align-items: center;
    gap: 9px;
}

.main-heading {
    font-size: 50px;
    font-family: var(--font-RA-500);
    text-transform: uppercase;
}

.practice-heading .main-heading {
    font-size: 39px;
    text-transform: math-auto;
}

.practice-heading {
    margin-bottom: 40px;
}

.practice-tabs {
    display: flex;
    align-items: center;
    gap: 12px;
}

button.practice-tab {
    background: transparent;
    border-radius: 8px;
    padding: 7px 23px;
    color: white;
    font-size: 17px;
    border: 1.5px solid var(--primary);
    color: var(--primary);
    transition: 0.3s;
}

button.practice-tab:hover,
button.practice-tab.active {
    background: var(--primary);
    color: white;
}

.practice-card {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #00000021;
    border-radius: 12px;
    position: relative;
    margin-bottom: 20px;
}

.practice-card-content {
    padding: 0 12px;
}

.practice-card-content strong {
    color: #101010;
    font-size: 19px;
    font-family: var(--font-600);
    margin-bottom: 6px;
    display: flex;
}

.practice-card:hover img {
    scale: 1.1;
}

.practice-card .img-box {
    overflow: hidden;
    border-radius: 10px;
}

hr.line {
    background: black;
    margin-top: 50px;
    opacity: 1;
    height: 2px;
}

section:has(hr) {
    padding-bottom: 0;
}

.pdf-card .btn-theme {
    display: block;
    width: 100%;
    border-radius: 50px;
}

.pdf-card {
    flex-direction: column;
    display: flex;
    margin-bottom: 20px;
    gap: 17px;
}

.pdf-card .img-box img {
    transition: transform 0.4s ease;
}

.pdf-card:has(.btn-theme:hover) .img-box img {
    transform: translateY(-5px);
}

.practice-card span {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #f9f8f9;
    border-radius: 22px;
    padding: 5px 27px;
    font-size: 13px;
    color: black;
    font-family: var(--font-600);
    z-index: 5;
    transition: 0.3s;
}

.practice-card:hover span {
    background: var(--primary);
    color: white;
}

section.support {
    padding: 100px 0;
}

.support-content {
    max-width: 560px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.support {
    background-image: url(../images/support-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.support-content .btn-theme {
    box-shadow: 0px 19px 34px rgba(0, 0, 0, 0.25);
}

.support-content .btn-theme:hover {
    background: white;
    color: var(--primary);
    border-color: white;
}

.footer {
    background-color: #111;
    /* dark background */
}

.footer h4,
.footer h6 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
}

.footer p {
    color: #ccc;
    font-size: 14px;
    line-height: 1.6;
}

.footer a {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    transition: color 0.3s;
    color: #ffffffa8 !important;
}

.footer a:hover {
    color: #20c997;
    /* teal hover */
}

.footer .form-control {
    border-radius: 20px 0 0 20px;
    background: transparent;
    color: #ffffff73 !important;
    border: 0;
}

.footer .btn-success {
    border-radius: 10px;
    background-color: var(--primary);
    border: none;
    /* border-radius: 0; */
}

.footer .form-control::placeholder {
    color: #ffffff73 !important;
}

.footer form {
    border: 1px solid white;
    border-radius: 11px;
    overflow: hidden;
}

.footer .btn-success:hover {
    background-color: #2b857a;
}

footer .list-unstyled {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

.footer a:hover {
    color: white !important;
}

.paul-list {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.paul-list ul {
    padding: 0;
    list-style-position: inside;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 7px;
    font-size: 16px;
}

.paul-list strong {
    color: black;
    font-size: 20px;
    font-family: var(--font-600);
    text-transform: capitalize;
}

.paul-list ul li::marker {
    color: var(--primary);
}

.paul-contanct {
    display: flex;
    align-items: center;
    gap: 15px;
    background: transparent;
    padding: 10px 17px;
    border-radius: 10px;
    transition: 0.3s;
}

.paul-contanct-content {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.paul-contanct-main {
    display: flex;
    align-items: center;
    gap: 50px;
}

.paul-contanct .icon {
    font-size: 47px;
    color: var(--primary);
}

.paul-contanct:hover {
    background: #f7fffe;
}

.paul-contanct-content strong {
    font-size: 17px;
    color: black;
    font-family: var(--font-700);
}

.paul-contanct-content span {
    color: gray;
}

.philosophy-content strong {
    color: black;
    font-size: 20px;
    font-family: var(--font-700);
    margin-bottom: 20px;
    display: flex;
}

.philosophy-content p:has(span) {
    margin-top: 22px;
    color: black;
    margin-bottom: 0;
}

.philosophy-content p span {
    color: var(--primary);
    font-family: var(--font-600);
    margin-right: 5px;
}

.philosophy-content p {
    margin-bottom: 40px;
}

.philosophy-box .main-heading {
    font-size: 35px;
}

.philosophy-box {
    padding: 35px;
    background: rgb(192 192 192 / 16%);
    border-radius: 8px;
}

ul.philosophy-box-list li {
    font-size: 16px;
    color: gray;
}

ul.philosophy-box-list {
    list-style-position: inside;
    padding: 0;
}

ul.philosophy-box-list li::marker {
    color: var(--primary);
    font-size: 20px;
}

.library-heading {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 51px;
}

.practice-form {
    margin-top: 20px;
    width: 100%;
    max-width: 660px;
}

.search-bar {
    display: flex;
    align-items: center;
    border-radius: 8px;
    /* padding: 9px 13px; */
    margin-bottom: 15px;
    background: #f5f5f5;
    border: 1px solid #0000006e;
    border-radius: 12px;
    padding-left: 8px;
}

.search-bar i {
    font-size: 18px;
    color: #333;
    margin-right: 8px;
}

.search-bar input {
    border: none;
    outline: none;
    background: transparent;
    flex: 1;
    font-size: 16px;
    height: 100%;
    padding: 17px 11px;
}

.filters {
    display: flex;
    gap: 10px;
}

.filters select {
    flex: 1;
    padding: 10px;
    border-radius: 8px;
    border: none;
    font-size: 15px;
    color: #333;
    background: #c0c0c045;
    appearance: none;
}

.search-bar i {
    font-size: 26px;
}

.custom-select {
    position: relative;
    display: inline-block;
    flex: 1;
}

.custom-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px;
    /* space for icon */
    width: 100%;
}

.custom-select i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    /* so clicks still open the dropdown */
    font-size: 18px;
    color: #333;
}








.paul-list {
    margin-top: 20px;
}

.donations-btn {
    display: flex;
    gap: 10px;
    margin: 15px 0;
}

.donation-amount {
    padding: 10px 24px;
    border: 2px solid #00a38b;
    background: transparent;
    color: #00a38b;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.donation-amount:hover,
.donation-amount.active {
    background: #00a38b;
    color: #fff;
}

.donation-type {
    display: flex;
    gap: 10px;
    width: 100%;
}

.type-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
}



/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ Change background when radio is checked */
.type-option:has(input:checked) {
    background: #00a38b2b;
    color: black;
    border-color: transparent;
}


.donation-type {
    display: flex;
    gap: 10px;
    width: 100%;
}

.type-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 18px 20px;
    border-radius: 6px;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    font-family: var(--font-700);
}

/* make radio visible + green when checked */
.type-option input {
    accent-color: var(--primary);
    width: 20px;
    height: 20px;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ when radio is checked ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ change parent label bg */
.type-option input:checked+* {
    background: #00a38b;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    width: 100%;
    display: inline-block;
}

html:has(.offcanvas-start.show) {
    overflow: hidden;
}

html:has(.modal.show) {
    overflow: hidden;
}


/* Premium Modal Styling */
.custom-modal-content {
    background: rgba(20, 20, 20, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    padding: 15px;
}

/* Forces close button to the left corner */
.modal-header .btn-close {
    margin-left: 0;
    margin-right: auto;
}

.modal-img-wrapper img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* Glassmorphism Badges */
.bg-blur {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 8px 16px;
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 50px;
}

/* Absolute position for top-right corner with a white background */
.premium-practice-modal .btn-close {
    position: absolute;
    top: 20px;
    right: 10px;
    background: #ffffff;
    opacity: 1;
    /* Ensures it stays bright white */
    padding: 10px;
    border-radius: 50%;
    z-index: 1060;
    /* Keeps it above everything in the modal */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease;
    filter: none;
    color: black;
    height: 30px;
    padding: 0;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Subtle hover effect */
.premium-practice-modal .btn-close:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.premium-practice-modal .btn-close i {
    margin-top: 1.5px;
    font-weight: 600;
    font-size: 20px;
}

/* --- Premium Radio/Button Transformations --- */
.donation-amount-label {
    position: relative;
    cursor: pointer;
}

.donation-amount-label input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.amount-btn {
    display: inline-block;
    padding: 10px 24px;
    border: 1.5px solid #14b8a6; /* Match your teal primary brand color */
    color: #14b8a6;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: transparent;
    text-align: center;
}

/* Selected Active State styling */
.donation-amount-label input[type="radio"]:checked + .amount-btn {
    background-color: #14b8a6;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(20, 184, 166, 0.25);
}

/* Custom Input Field Layout refinement */
.custom-amount-wrapper {
    display: inline-flex;
    align-items: center;
}
.custom-amount-input {
    border: 1.5px solid #14b8a6;
    border-radius: 6px;
    padding: 9px 12px;
    outline: none;
    width: 130px;
    margin-left: 8px;
    color: #333;
    font-weight: 500;
}

/* --- Premium Luxury Modal UI --- */
.checkout-modal .modal-content {
    background: #ffffff;
    border: none;
    border-radius: 16px;
    padding: 30px 24px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Strict Custom Sized 30px x 30px Close Button */
.modal-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f1f5f9;
    border: none;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}

.modal-close-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
}

/* Summary Box Interface */
.icon-layer {
    width: 56px;
    height: 56px;
    background: rgba(20, 184, 166, 0.1);
    color: #14b8a6;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.modal-title {
    color: #0f172a;
    font-weight: 700;
    font-size: 1.4rem;
}

.summary-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 16px 20px;
    border: 1px solid #edf2f7;
}

.visual-badge {
    background-color: rgba(20, 184, 166, 0.15) !important;
    color: #14b8a6 !important;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 6px 12px;
}

.btn-modal-pay {
    background-color: #14b8a6;
    color: #ffffff;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.2s ease;
    border: none;
}

.btn-modal-pay:hover {
    background-color: #0d9488;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(13, 148, 136, 0.2);
}