:root{
    --primary:#2f63d8;
    --primary-dark:#1e4fbf;
    --primary-soft:#dbe7ff;
    --sky:#f4f8ff;
    --sky-2:#eef5ff;
    --navy:#173b8f;
    --navy-2:#1e293b;
    --text:#1f2937;
    --muted:#667085;
    --border:#d9e4f5;
    --white:#ffffff;
    --success:#10b981;
    --shadow:0 12px 28px rgba(30,79,191,.08);
    --shadow-soft:0 8px 18px rgba(30,79,191,.05);
    --radius:18px;
}

body{
    font-family:Arial, sans-serif;
    color:var(--text);
    background:#f8fbff;
    line-height:1.7;
}

a{
    text-decoration:none;
}

img{
    max-width:100%;
}

.top-strip{
    background:linear-gradient(90deg,#143a92,#2760dc);
    color:#fff;
    font-size:13px;
    padding:8px 0;
}

.top-strip a{
    color:#fff;
}

.navbar{
    background:#ffffff !important;
    backdrop-filter:blur(10px);
    border-bottom:1px solid rgba(217,228,245,.95);
    box-shadow:0 4px 14px rgba(30,79,191,.05);
}

.navbar-brand{
    font-weight:700;
    color:var(--navy) !important;
}

.logo-glow-wrap{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    transition:all .3s ease;
}

.logo-glow-wrap::before{
    content:'';
    position:absolute;
    inset:-7px;
    border-radius:20px;
    background:radial-gradient(circle, rgba(47,99,216,.18) 0%, rgba(47,99,216,.08) 48%, rgba(47,99,216,0) 78%);
    filter:blur(8px);
    z-index:0;
    transition:all .35s ease;
}

.logo-glow-wrap:hover::before{
    filter:blur(10px);
    transform:scale(1.03);
}

.site-logo{
    position:relative;
    z-index:1;
    height:54px;
    width:auto;
    transition:transform .3s ease;
}

.logo-glow-wrap:hover .site-logo{
    transform:scale(1.02);
}

.brand-text{
    text-align:center;
    align-items:center;
    justify-content:center;
}

.brand-text .main{
    font-family:'Cinzel', serif;
    font-weight:800;
    line-height:1.05;
    color:var(--navy);
    letter-spacing:.5px;
    text-align:center;
    font-size:28px;
}

.brand-text .sub{
    font-family:"Edu NSW ACT Cursive", cursive;
    font-weight:450;
    font-style:normal;
    font-size:13px;
    color:var(--primary-dark);
    line-height:1;
    text-align:center;
    margin-top:2px;
    letter-spacing:.35px;
}

.navbar-nav .nav-link{
    font-weight:600;
    color:#334155 !important;
    margin-left:4px;
    margin-right:4px;
    padding:9px 12px !important;
    border-radius:10px;
    transition:.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
    background:#edf3ff;
    color:var(--primary-dark) !important;
}

.btn-donate,
.btn-theme{
    background:linear-gradient(90deg,#2563eb,#1d4ed8);
    color:#fff !important;
    border:none;
    padding:10px 18px;
    border-radius:12px;
    font-weight:700;
    box-shadow:0 10px 18px rgba(37,99,235,.15);
}

.btn-donate:hover,
.btn-theme:hover{
    color:#fff !important;
    opacity:.96;
    transform:translateY(-1px);
}

.btn-outline-theme{
    border:1.5px solid var(--primary);
    color:var(--primary);
    border-radius:12px;
    padding:9px 16px;
    font-weight:700;
    background:#fff;
}

.btn-outline-theme:hover{
    background:var(--primary);
    color:#fff;
}

.hero-slider-wrap{
    background:#fff;
}

.hero-slider{
    margin-top:0;
    margin-bottom:0;
}

.hero-slider .carousel-inner{
    border-radius:0 !important;
    overflow:hidden;
    box-shadow:none !important;
}

.hero-slider .carousel-item{
    min-height:auto !important;
    background:transparent !important;
    position:relative;
    border-radius:0 !important;
}

.hero-slider .carousel-item::before{
    display:none !important;
}

.banner-slide-img{
    width:100%;
    height:680px;
    object-fit:cover;
    object-position:center;
    display:block;
}

.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next,
.real-moments-carousel .carousel-control-prev,
.real-moments-carousel .carousel-control-next,
.team-carousel .carousel-control-prev,
.team-carousel .carousel-control-next{
    width:5%;
}

.hero-slider .carousel-control-prev-icon,
.hero-slider .carousel-control-next-icon,
.real-moments-carousel .carousel-control-prev-icon,
.real-moments-carousel .carousel-control-next-icon,
.team-carousel .carousel-control-prev-icon,
.team-carousel .carousel-control-next-icon{
    background-size:70% 70%;
    filter:none !important;
}

.hero-slider .carousel-indicators{
    margin-bottom:14px;
}

.hero-slider .carousel-indicators [data-bs-target]{
    width:10px;
    height:10px;
    border-radius:50%;
    border:none;
    background-color:rgba(255,255,255,.82);
    opacity:1;
}

.hero-slider .carousel-indicators .active{
    background-color:#2563eb;
}

.home-badge-strip{
    position:relative;
    margin-top:-40px;
    z-index:5;
}

.badge-card-row{
    justify-content:center;
}

.home-badge-card{
    display:flex;
    align-items:flex-start;
    gap:14px;
    background:#fff;
    border:1px solid var(--border);
    border-radius:16px;
    padding:18px;
    box-shadow:var(--shadow);
    height:100%;
}

.badge-icon{
    width:46px;
    height:46px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#edf3ff;
    color:var(--primary-dark);
    font-size:18px;
    flex-shrink:0;
}

.home-badge-card h6{
    font-weight:700;
    color:var(--navy);
    margin-bottom:5px;
}

.home-badge-card p{
    font-size:13px;
    color:var(--muted);
    margin:0;
}

.section-gap{
    padding:70px 0;
}

.section-soft{
    background:linear-gradient(180deg,#f8fbff 0%, #f2f7ff 100%);
}

.section-kicker{
    display:inline-block;
    padding:6px 12px;
    border-radius:999px;
    background:#e9f1ff;
    color:var(--primary-dark);
    font-size:12px;
    font-weight:700;
    letter-spacing:.4px;
    margin-bottom:10px;
}

.section-title{
    color:var(--navy);
    font-weight:700;
    font-size:38px;
    margin-bottom:10px;
}

.section-subtitle{
    color:var(--muted);
    max-width:760px;
    margin:0 auto 14px;
    font-size:15px;
}

.about-highlight-section{
    background:#f8fbff;
}

.about-highlight-image{
    width:100%;
    border-radius:20px;
    border:1px solid var(--border);
    box-shadow:var(--shadow);
}

.content-block{
    padding-left:10px;
}

.lead-text{
    font-size:17px;
    color:#344054;
    line-height:1.85;
}

.about-check-list{
    display:grid;
    gap:10px;
    margin:24px 0;
}

.about-check-list div{
    color:#344054;
    font-weight:500;
}

.about-check-list i{
    color:#173b8f;
    margin-right:8px;
}

.about-contact-box{
    display:flex;
    align-items:center;
    gap:14px;
    background:#fff;
    border:1px solid var(--border);
    border-radius:16px;
    padding:16px 18px;
    box-shadow:var(--shadow-soft);
    max-width:320px;
}

.about-contact-box small{
    display:block;
    color:var(--muted);
    margin-bottom:3px;
}

.about-contact-box strong{
    color:var(--navy);
    font-size:16px;
}

.contact-icon{
    width:48px;
    height:48px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#edf3ff;
    color:var(--primary-dark);
    font-size:18px;
}

.initiative-full-row{
    background:#fff;
    border:1px solid var(--border);
    border-radius:22px;
    padding:22px;
    box-shadow:var(--shadow-soft);
}

.initiative-full-image{
    width:100%;
    border-radius:18px;
    object-fit:cover;
    min-height:320px;
}

.initiative-full-content h3{
    font-size:32px;
    font-weight:700;
    color:var(--navy);
    margin-bottom:12px;
}

.initiative-full-content p{
    color:var(--muted);
    font-size:15px;
    margin-bottom:18px;
}

.real-moments-carousel,
.team-carousel{
    position:relative;
}

.real-moments-carousel .carousel-inner,
.team-carousel .carousel-inner{
    overflow:hidden;
}

.real-moments-carousel .carousel-item,
.team-carousel .carousel-item{
    padding:2px;
}

.real-moments-carousel .carousel-indicators{
    margin-bottom:14px;
}

.real-moments-carousel .carousel-indicators [data-bs-target]{
    width:10px;
    height:10px;
    border-radius:50%;
    border:none;
    background-color:rgba(47,99,216,.35);
    opacity:1;
}

.real-moments-carousel .carousel-indicators .active{
    background-color:var(--primary-dark);
}

.real-moment-slide{
    background:#fff;
    border:1px solid var(--border);
    border-radius:22px;
    overflow:hidden;
    box-shadow:var(--shadow-soft);
}

.real-moment-image-wrap{
    width:100%;
}

.real-moment-image{
    width:100%;
    height:500px;
    object-fit:cover;
    display:block;
}

.real-moment-content{
    padding:28px 30px;
    background:linear-gradient(180deg,#ffffff 0%, #f8fbff 100%);
}

.real-moment-content h3{
    font-size:30px;
    font-weight:700;
    color:var(--navy);
    margin-bottom:12px;
}

.real-moment-content p{
    color:var(--muted);
    font-size:15px;
    line-height:1.8;
    margin-bottom:0;
}

.real-event-card,
.team-card,
.gallery-card{
    background:#fff;
    border:1px solid var(--border);
    border-radius:18px;
    overflow:hidden;
    height:100%;
    box-shadow:var(--shadow-soft);
    transition:.25s ease;
}

.real-event-card:hover,
.team-card:hover,
.gallery-card:hover{
    transform:translateY(-4px);
    box-shadow:var(--shadow);
}

.real-event-image-wrap img{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
}

.real-event-card .card-body,
.team-card .card-body,
.gallery-card-body{
    padding:18px;
}

.real-event-card h5,
.team-card h5,
.gallery-card-body h5{
    font-weight:700;
    color:var(--navy);
    margin-bottom:8px;
    font-size:19px;
}

.real-event-card p,
.team-card p,
.gallery-card-body p{
    color:var(--muted);
    font-size:14px;
    margin-bottom:0;
    line-height:1.75;
}

.team-card img{
    width:100%;
    display:block;
}

.team-card-pro .btn{
    min-width:110px;
}

.team-carousel .carousel-inner{
    padding:8px 0;
}

.team-carousel .carousel-item{
    padding:2px;
}

.team-carousel .carousel-indicators{
    display:none !important;
}

.team-carousel .carousel-control-prev,
.team-carousel .carousel-control-next{
    width:6%;
}

.team-carousel .carousel-control-prev-icon,
.team-carousel .carousel-control-next-icon{
    background-size:70% 70%;
    filter:none !important;
}

.event-meta,
.gallery-meta{
    display:flex;
    flex-direction:column;
    gap:4px;
    font-size:13px;
    color:#5f6b7a;
}

.event-meta span,
.gallery-meta span{
    display:block;
}

.gallery-meta i{
    color:#173b8f;
}

.member-hero-section{
    background:linear-gradient(180deg,#ffffff 0%, #f8fbff 100%);
}

.member-detail-photo-wrap{
    background:#fff;
    border:1px solid var(--border);
    border-radius:22px;
    padding:14px;
    box-shadow:var(--shadow-soft);
}

.member-detail-photo{
    width:100%;
    border-radius:18px;
    display:block;
    object-fit:cover;
}

.member-detail-title{
    font-size:42px;
    font-weight:800;
    color:var(--navy);
    margin-bottom:10px;
}

.member-detail-designation{
    color:var(--primary-dark);
    font-weight:700;
    margin-bottom:18px;
}

.member-contact-list{
    display:flex;
    flex-direction:column;
    gap:8px;
    color:#475467;
    font-size:15px;
}

.member-bio-content{
    color:#475467;
    font-size:15px;
    line-height:1.85;
}

.member-bio-content p:last-child{
    margin-bottom:0;
}

.about-modern-page{
    background:linear-gradient(180deg,#ffffff 0%, #f7fbff 100%);
}

.about-main-title{
    position:relative;
    display:inline-block;
    padding-bottom:10px;
}

.about-main-title::after{
    content:'';
    width:80px;
    height:4px;
    background:linear-gradient(90deg,var(--primary), var(--primary-dark));
    border-radius:10px;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:0;
}

.about-page-subtitle{
    max-width:760px;
    margin:0 auto;
    font-size:15px;
}

.about-section-box,
.founder-section-box{
    background:#fff;
    border:1px solid var(--border);
    border-radius:24px;
    padding:34px 32px;
    box-shadow:var(--shadow-soft);
}

.about-image-panel{
    position:relative;
}

.about-page-image-wrap{
    position:relative;
}

.about-main-image,
.about-page-main-image{
    width:100%;
    display:block;
    border-radius:22px;
    border:1px solid var(--border);
    box-shadow:var(--shadow);
    object-fit:cover;
}

.about-content-panel,
.founder-content-wrap{
    height:100%;
}

.about-heading-wrap,
.founder-heading-wrap,
.about-main-card-header{
    margin-bottom:18px;
}

.mini-kicker{
    display:inline-block;
    font-size:12px;
    font-weight:700;
    color:var(--primary-dark);
    background:#e9f1ff;
    padding:7px 14px;
    border-radius:999px;
    margin-bottom:10px;
    letter-spacing:.3px;
}

.about-section-title,
.about-main-card-header h2,
.about-page-heading{
    font-size:30px;
    font-weight:700;
    color:var(--navy);
    margin-bottom:0;
    line-height:1.25;
}

.about-content-panel,
.about-main-card{
    background:#fff;
    border:1px solid var(--border);
    border-radius:22px;
    padding:30px 28px;
    box-shadow:var(--shadow-soft);
}

.styled-content,
.about-main-content{
    color:#475467;
    font-size:15px;
    line-height:1.9;
    text-align:justify;
}

.styled-content p,
.about-main-content p{
    margin-bottom:14px;
}

.about-main-content div,
.founder-message-content div{
    color:#475467;
    font-size:15px;
    line-height:1.9;
    margin-bottom:10px;
    text-align:justify;
}

.about-main-content div i,
.founder-message-content div i{
    color:#173b8f;
    margin-right:10px;
    font-size:15px;
    vertical-align:middle;
}

.styled-content ul,
.about-main-content ul{
    list-style:none;
    padding-left:0;
    margin:18px 0;
}

.styled-content ul li,
.about-main-content ul li{
    position:relative;
    padding-left:28px;
    margin-bottom:10px;
}

.styled-content ul li::before,
.about-main-content ul li::before{
    content:"\f058";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    color:#173b8f;
    position:absolute;
    left:0;
    top:2px;
    font-size:15px;
}

.styled-content ol,
.about-main-content ol{
    padding-left:20px;
    margin:18px 0;
}

.styled-content h3,
.styled-content h4,
.about-main-content h3,
.about-main-content h4{
    color:var(--navy);
    font-weight:700;
    margin-top:18px;
    margin-bottom:10px;
}

.founder-page-modern,
.founder-modern-section{
    background:#f8fbff;
}

.founder-modern-box,
.founder-message-box{
    background:#fff;
    border:1px solid var(--border);
    border-radius:24px;
    padding:32px 30px;
    box-shadow:var(--shadow-soft);
}

.founder-image-wrap{
    height:100%;
}

.founder-image{
    width:100%;
    display:block;
    border-radius:20px;
    border:1px solid var(--border);
    box-shadow:var(--shadow-soft);
    object-fit:cover;
}

.founder-content-panel{
    background:linear-gradient(180deg,#ffffff 0%, #f9fbff 100%);
    border:1px solid var(--border);
    border-radius:20px;
    padding:26px 24px;
}

.founder-message-content{
    color:#475467;
    font-size:15px;
    line-height:1.9;
    margin-top:12px;
    text-align:justify;
}

.founder-message-content p{
    margin-bottom:14px;
}

.founder-signature{
    margin-top:22px;
    padding-top:16px;
    border-top:1px solid var(--border);
}

.founder-signature h5{
    margin-bottom:4px;
    font-size:24px;
    font-weight:700;
    color:var(--navy);
}

.founder-signature p{
    margin-bottom:0;
    color:var(--muted);
    font-size:14px;
    font-weight:500;
}

.founder-icon-box{
    width:72px;
    height:72px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#edf3ff;
    color:var(--primary-dark);
    font-size:26px;
}

.gallery-page-section{
    background:linear-gradient(180deg,#ffffff 0%, #f8fbff 100%);
}

.gallery-image-wrap{
    position:relative;
    overflow:hidden;
}

.gallery-image{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
    transition:transform .35s ease;
}

.gallery-card:hover .gallery-image{
    transform:scale(1.05);
}

.gallery-overlay{
    position:absolute;
    inset:0;
    background:rgba(23,59,143,.35);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:.25s ease;
}

.gallery-overlay i{
    color:#fff;
    font-size:28px;
}

.gallery-card:hover .gallery-overlay{
    opacity:1;
}

.gallery-image-link{
    display:block;
}

.gallery-lightbox{
    position:fixed;
    inset:0;
    background:rgba(10,18,40,.86);
    display:none;
    align-items:center;
    justify-content:center;
    padding:30px 20px;
    z-index:9999;
}

.gallery-lightbox.show{
    display:flex;
}

.gallery-lightbox-content{
    position:relative;
    background:#fff;
    border-radius:22px;
    max-width:900px;
    width:100%;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.25);
}

.gallery-lightbox-close{
    position:absolute;
    top:14px;
    right:14px;
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    background:rgba(255,255,255,.95);
    color:#173b8f;
    font-size:18px;
    z-index:2;
    cursor:pointer;
    box-shadow:0 6px 16px rgba(0,0,0,.15);
}

.gallery-lightbox-image-wrap{
    background:#eef5ff;
}

.gallery-lightbox-image{
    width:100%;
    max-height:70vh;
    object-fit:contain;
    display:block;
    margin:0 auto;
}

.gallery-lightbox-text{
    padding:20px 22px 24px;
}

.gallery-lightbox-text h4{
    color:var(--navy);
    font-weight:700;
    margin-bottom:8px;
    font-size:24px;
}

.gallery-lightbox-text p{
    margin-bottom:0;
    color:var(--muted);
    font-size:15px;
    line-height:1.8;
}

.initiative-details-page{
    background:linear-gradient(180deg,#ffffff 0%, #f8fbff 100%);
}

.initiative-details-image{
    width:100%;
    object-fit:cover;
    border:1px solid var(--border);
}

.initiative-details-content{
    background:#fff;
    border:1px solid var(--border);
    border-radius:22px;
    padding:28px 26px;
    box-shadow:var(--shadow-soft);
}

.initiative-short-text{
    font-size:15px;
    line-height:1.8;
    margin-bottom:18px;
}

.initiative-full-text{
    font-size:15px;
    line-height:1.9;
    color:#475467;
    text-align:justify;
}

.initiative-full-text p{
    margin-bottom:14px;
}

.initiative-full-text h2,
.initiative-full-text h3,
.initiative-full-text h4{
    color:var(--navy);
    font-weight:700;
    margin-top:18px;
    margin-bottom:10px;
}

.initiative-full-text ul{
    list-style:none;
    padding-left:0;
    margin:18px 0;
}

.initiative-full-text ul li{
    position:relative;
    padding-left:28px;
    margin-bottom:10px;
}

.initiative-full-text ul li::before{
    content:"\f058";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    color:#173b8f;
    position:absolute;
    left:0;
    top:2px;
    font-size:15px;
}

/* Mobile floating buttons */
.mobile-floating-actions{
    position:fixed;
    right:14px;
    bottom:18px;
    z-index:9998;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.mobile-float-btn{
    display:flex;
    align-items:center;
    gap:8px;
    padding:11px 14px;
    border-radius:999px;
    color:#fff !important;
    font-size:14px;
    font-weight:700;
    box-shadow:0 10px 24px rgba(0,0,0,.18);
    transition:.25s ease;
    white-space:nowrap;
}

.mobile-float-btn i{
    font-size:18px;
}

.mobile-float-btn:hover{
    transform:translateY(-2px);
    color:#fff !important;
}

.donate-float-btn{
    background:linear-gradient(90deg,#2563eb,#1d4ed8);
}

.whatsapp-float-btn{
    background:linear-gradient(90deg,#22c55e,#16a34a);
}

@media (min-width: 768px){
    .mobile-floating-actions{
        display:none !important;
    }
}

.cta-box{
    background:linear-gradient(135deg,#306fe9,#1d4ed8);
    border-radius:22px;
    padding:38px 28px;
    color:#fff;
    box-shadow:0 16px 30px rgba(59,130,246,.16);
}

.cta-box h3{
    font-weight:700;
    margin-bottom:10px;
    font-size:32px;
}

.cta-box p{
    color:rgba(255,255,255,.92);
}

.footer-main{
    background:#0f172a;
    color:#fff;
    padding:56px 0 22px;
}

.footer-main h5{
    color:#fff;
    font-weight:700;
    margin-bottom:14px;
    font-size:18px;
}

.footer-main p,
.footer-main li,
.footer-main a{
    color:rgba(255,255,255,.82);
    font-size:14px;
}

.footer-main a:hover{
    color:#fff;
}

.footer-list{
    list-style:none;
    padding-left:0;
    margin-bottom:0;
}

.footer-list li{
    margin-bottom:10px;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.12);
    margin-top:26px;
    padding-top:16px;
    font-size:13px;
    color:rgba(255,255,255,.70);
}

.social-links a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:36px;
    height:36px;
    border-radius:10px;
    background:rgba(255,255,255,.08);
    color:#fff;
    margin-right:8px;
    transition:.2s ease;
}

.social-links a:hover{
    background:#2563eb;
}

@media (max-width: 991.98px){
    .banner-slide-img{
        height:520px;
    }

    .section-gap{
        padding:56px 0;
    }

    .section-title{
        font-size:30px;
    }

    .home-badge-strip{
        margin-top:20px;
    }

    .content-block{
        padding-left:0;
    }

    .initiative-full-content h3{
        font-size:28px;
    }

    .real-moment-image{
        height:360px;
    }

    .real-moment-content{
        padding:24px 22px;
    }

    .real-moment-content h3{
        font-size:24px;
    }

    .member-detail-title{
        font-size:34px;
    }

    .about-section-box,
    .founder-section-box,
    .founder-modern-box,
    .founder-message-box{
        padding:24px 22px;
    }

    .about-content-panel,
    .about-main-card,
    .initiative-details-content{
        padding:24px 22px;
    }

    .about-section-title,
    .about-main-card-header h2,
    .about-page-heading{
        font-size:24px;
    }

    .hero-slider .carousel-control-prev,
    .hero-slider .carousel-control-next,
    .real-moments-carousel .carousel-control-prev,
    .real-moments-carousel .carousel-control-next,
    .team-carousel .carousel-control-prev,
    .team-carousel .carousel-control-next{
        width:8%;
    }
}

@media (max-width: 575.98px){
    .banner-slide-img{
        height:260px;
        object-fit:contain;
        object-position:center center;
        background:#f8fbff;
    }

    .hero-slider .carousel-item{
        background:#f8fbff !important;
    }

    .hero-slider .carousel-inner{
        background:#f8fbff;
    }

    .section-gap{
        padding:44px 0;
    }

    .section-title{
        font-size:24px;
    }

    .hero-slider .carousel-control-prev,
    .hero-slider .carousel-control-next,
    .real-moments-carousel .carousel-control-prev,
    .real-moments-carousel .carousel-control-next,
    .team-carousel .carousel-control-prev,
    .team-carousel .carousel-control-next{
        width:10%;
    }

    .home-badge-card{
        padding:16px;
    }

    .lead-text{
        font-size:15px;
    }

    .real-event-image-wrap img,
    .gallery-image{
        height:220px;
    }

    .initiative-full-image{
        min-height:220px;
    }

    .cta-box{
        padding:24px 18px;
    }

    .cta-box h3{
        font-size:26px;
    }

    .brand-text .main{
        font-size:20px;
    }

    .brand-text .sub{
        font-size:12px;
    }

    .site-logo{
        height:48px;
    }

    .real-moment-image{
        height:240px;
    }

    .real-moment-content{
        padding:20px 18px;
    }

    .real-moment-content h3{
        font-size:21px;
    }

    .member-detail-title{
        font-size:28px;
    }

    .styled-content,
    .about-main-content,
    .founder-message-content,
    .about-main-content div,
    .founder-message-content div,
    .gallery-lightbox-text p,
    .initiative-full-text,
    .initiative-short-text{
        font-size:14px;
    }

    .about-section-title,
    .about-main-card-header h2,
    .about-page-heading,
    .gallery-lightbox-text h4{
        font-size:22px;
    }

    .founder-signature h5{
        font-size:20px;
    }

    .team-carousel .carousel-control-prev,
    .team-carousel .carousel-control-next{
        width:12%;
    }

    .mobile-floating-actions{
        right:12px;
        bottom:14px;
    }

    .mobile-float-btn{
        padding:10px 12px;
        font-size:13px;
    }

    .mobile-float-btn i{
        font-size:17px;
    }
}