/* 
Theme Name: Criafoundation
Text Domain: criafoundation
Version: 4.0
Description: Custom Theme 
Author: Abhishek Tiwary
*/
 
/********** Template CSS **********/
/* ==========================================
   GLOBAL TYPOGRAPHY SYSTEM
   ========================================== */

body {
    font-size: 17px;
    line-height: 1.7;
}

/* Page Titles */
h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 24px;
}

/* Main Sections */
h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
}

/* Sub Sections */
h3 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 16px;
}

/* Minor Sections */
h4 {
    font-size: 22px;
    line-height: 1.4;
}

/* Navigation */
.navmenu a,
.navmenu a:focus {
    font-size: 17px;
    font-weight: 500;
}

/* Mobile */
@media (max-width: 768px){

    h1{
        font-size:36px;
    }

    h2{
        font-size:28px;
    }

    h3{
        font-size:22px;
    }

    h4{
        font-size:20px;
    }

    body{
        font-size:16px;
    }
}
:root {
    --primary: #06A3DA;
    --secondary: #cc41e2;
    --light: #EEF9FF;
    --dark: #091E3E;
}


@font-face {
/*    font-family: 'Myriad Web';*/
    src: url('Myriad-Web.woff2') format('woff2'),
        url('Myriad-Web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Fonts */
:root {
  --default-font: "PT Serif", sans-serif;
  --heading-font: "PT Serif",  normal;
  --nav-font: "PT Serif",  normal;
}

:root { 
  --background-color: #ffffff; 
  --default-color: #444444; 
  --heading-color: #1c1d1e; 
  --accent-color: #d5bb93; 
  --surface-color: #ffffff; 
  --contrast-color: #470500; 
}

:root {
  --nav-color: #ffffff;  
  --nav-hover-color: #e3ce9f; 
  --nav-mobile-background-color: #e3ce9f; 
  --nav-dropdown-background-color: #e3ce9f; 
  --nav-dropdown-color: #444444; 
  --nav-dropdown-hover-color: #d30318; 
}


.light-background {
  --background-color: #f5f6f8;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #37517e;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #4668a2;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

body{font-size:1.2rem; color: #4D4D4D;
/*    font-family: 'Myriad Web';*/
    font-weight: normal; font-style: normal;}
.purple-grad{background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(188,68,223,1) 0%, rgba(140,20,196,1) 100%);}
h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}
.fs6{font-size:1.2rem;}
h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}
.service-head{color:#0582ae; font-size: 1.2rem;}
.btn {
/*    font-family: 'Myriad Web', sans-serif;*/
    font-weight: 600;
    transition: .5s;
	font-size: 1.2rem;
	padding: 1rem !important;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
	
}
.tabbutton{
    display: -webkit-inline-box !important;
}
.text-light{font-size:1.1rem}
.pingbg{background: rgb(2,0,36);background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(169,37,143,1) 0%, rgba(185,68,192,1) 100%);}
.btn-secondary{background-color: #06A3DA}
.btn-primary{background-color: #cc41e2}
.btn-primary:hover {
    background: #06a3da;
    border-color: #06a3da;
}

.btn-secondary:hover {
    background: #06a3da;
    border-color: #06a3da;
	color: #fff;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.missionbox{border: 1px solid #fff; background: #06a3da;margin: 10px;   max-width: 300px;border-radius: 10px;padding: 1rem;background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,172,233,0.7343312324929971) 0%, rgba(0,129,200,0.06766456582633051) 100%);text-align: center}
.missionbox2{border: 1px solid #fff; background: #06a3da;margin: 10px;   max-width: 260px;border-radius: 10px;padding: 1rem;background: rgb(2,0,36);
background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,172,233,0.7343312324929971) 0%, rgba(0,129,200,0.06766456582633051) 100%);text-align: center}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
/*    font-family: 'Myriad Web', sans-serif;*/
    padding: 35px 15px;
    font-size: 1.2rem;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}
.form-control:read-only {
    background: #e9ecef05!important;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}
.hidden_dt {
    display: none;
}
.hidden_mb {
    display: block;
        margin-top: 3em;
}
.news_submit:hover{
    background: #06a3da;
}
select.form-control { -webkit-appearance: menulist; }
.mobinput{
    min-height: 64px;
}
@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}
@media (max-width: 767px){
.hidden_dt {
    display: block;
    margin: 15px;
	padding-top: 3em;
}
    .mobform{
    position: relative;
    display: inline!important;
    flex-wrap: wrap;
    /* align-items: stretch; */
    width: 121%!important;
    }
    .input-group>.form-control, .input-group>.form-select{
        width: 100%!important;
    }
    .mobinput {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6B6A75;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    margin-bottom: 5px!important;
   
}
    .news_submit{
        margin-top: 6px;
    }
    
    .tabbutton{
    display: block!important; 
}
    .hidden_mb {
    display: none;
}
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .15);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.neudiversirty-banner {
    background: linear-gradient(rgba(9, 30, 62, .45), rgba(9, 30, 62, .45)), url(../img/neudiversirty-banner.jpg) center center no-repeat;
	min-height: 400px;
    background-size: cover;
}
.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .45), rgba(9, 30, 62, .45)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}
.hero-header-pr {
    background: linear-gradient(rgba(9, 30, 62, .45), rgba(9, 30, 62, .45)), url(../img/carousel-3.jpg) center center no-repeat;
    background-size: cover;
	min-height: 400px;
	background-position:top;
}
hero-header-team1{
    background: linear-gradient(rgba(9, 30, 62, .45), rgba(9, 30, 62, .45)), url("../img/team-b-1.jpg") center center no-repeat;
    background-size: cover;
	min-height: 400px;
	background-position:top;
}
hero-header-team2{
    background: linear-gradient(rgba(9, 30, 62, .45), rgba(9, 30, 62, .45)), url("../img/team-b-2.jpg") center center no-repeat;
    background-size: cover;
	min-height: 400px;
	background-position:top;
}
.bg-appointment {
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(26,97,204,0.5718662464985995) 0%, rgba(12,81,186,0.7231267507002801) 100%), url(/wp-content/uploads/2025/05/bg.jpg) center center no-repeat;
    background-size: cover;
}
.bg-newsletter {
   background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(141,21,197,0.7875525210084033) 0%, rgba(117,7,169,0.8491771708683473) 100%), url(/wp-content/uploads/2025/04/bgteam.jpg) center center no-repeat;
    background-size: cover;
}
.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

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

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(26,97,204,0.5214460784313726) 0%, rgba(12,81,186,0.6334908963585435) 100%),url(../img/girlbg2.jpg) center center no-repeat;
    background-size: cover;
}
.bg-offer2 {
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(26,97,204,0.5214460784313726) 0%, rgba(12,81,186,0.6334908963585435) 100%),url(https://www.criafoundation.org/wp-content/uploads/2025/11/austism-banner-mid.jpg) center center no-repeat;
    background-size: cover;
}

.bg-offer3 {
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(26,97,204,0.5214460784313726) 0%, rgba(12,81,186,0.6334908963585435) 100%),url(/wp-content/uploads/2025/04/neudiversirty-home-banner.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .55);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(/wp-content/uploads/2025/05/testimonial-bg.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
   /* background: rgba(6, 163, 218, .85);*/
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}
.img-fluid{
           width: 100%;
        }
        .service-text{
            margin: 0 auto;
        }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  --background-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
    max-height: 110px;
    margin-right: 8px;
    max-width: 60%;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 500;
  color: var(--heading-color);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
color: #ceb68e;
    background: #690807;
    font-size: 18px;
    padding: 8px 25px;
    margin: 0 0 0 30px;
    border-radius: 50px;
    transition: 0.3s;
/*        font-family: 'PT Serif';*/
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

<style>
.cria-float-cta{
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;

    background: #2f5eff;
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;

    text-decoration: none;
    font-weight: 600;

    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
</style>

/* Index Page Header
------------------------------*/
.index-page .header {
/*  --background-color: rgba(255, 255, 255, 0);*/
  --heading-color: #ffffff;
  --nav-color: #ffffff;
}

/* Index Page Header on Scroll
------------------------------*/
.index-page.scrolled .header {
   --background-color: rgb(249 249 249 / 63%);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
           color: #141313;
        padding: 18px 15px;
        font-size: 18px;
/*        font-family: "PT Serif";*/
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.6s;
              text-decoration: none;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #6b5eaa;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
      background: linear-gradient(135deg, #549ebb, #cc41e2);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
            color: #fbf9f9;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
  color: #141313;
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }

  .navmenu .megamenu {
    position: static;
  }

  .navmenu .megamenu ul {
    margin: 0;
    padding: 10px;
    background: var(--nav-dropdown-background-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    display: flex;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
  }

  .navmenu .megamenu ul li {
    flex: 1;
  }

  .navmenu .megamenu ul li a,
  .navmenu .megamenu ul li:hover>a {
    padding: 10px 20px;
    font-size: 15px;
    color: var(--nav-dropdown-color);
  }

  .navmenu .megamenu ul li a:hover,
  .navmenu .megamenu ul li .active,
  .navmenu .megamenu ul li .active:hover {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .megamenu:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dd-box-shadow {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
   color: #121111;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #ffffff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
      
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
              text-decoration: none;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}
.banner_quotes {
   background: #4897c0ab;
    position: relative;
    top: -8em;
    padding: 1em;
    color: #fff;
}

.banner_quotes h2{
    font-size: 3rem;
}
.banner_quotes p{
    font-size: 1.2em;
}
.carousel-control-next, .carousel-control-prev{
        bottom: 100px!important;
}
.inner_banner_quotes{
    background: #4897c0ab;
    position: relative;
    top: -5.5em;
    padding: 1em;
    color: #fff;
}
.inner_banner_quotes h2{
    font-size: 3rem;
}
.inner_banner_quotes p{
    font-size: 1.2em;
}
.know_more_btn{
    padding: 12px 18px;
    background: #6d5dac;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 20px;
}
.know_more_btn:hover{
    background:#13a1d8;
}

.service-item a{
text-decoration: none;
}
.service-item h5{
        color: #000000a3; 
}
.btn-primary{
    border: none!important;
}
.bg-light{
background: #EEF9FF !important;
}
.prianka a{
    color: black;
    text-decoration: none;
}
.staff_section a{
    color: #000000d6;
    text-decoration: none;
}
.clearfix {
    padding-top: 4em;
}
.item.box {
    width: 158px;
}
.footer_link a{
    text-decoration: none;
}
.contact_data a{
    text-decoration: none;
}
.professional_edu p{
    color: #000000d6;
    font-size: 16px;

}

.make-difference-page {
  background: #f8f9fb;
}

.content-block {
  font-size: 16px;
  line-height: 1.7;
}

.donation-form-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  position: sticky;
  top: 120px;
}

.donation-form-card h4 {
  font-weight: 600;
}

.donation-form-card .form-control {
  border-radius: 8px;
  padding: 10px 14px;
}

.video-block video {
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* === CLEAN GIVEWP SIDEBAR FORM === */

/* Hide leftover clutter */
.donation-form-inner .give-form-title,
.donation-form-inner .give-form-description,
.donation-form-inner .give-goal-progress,
.donation-form-inner .give-form-content-wrap > p {
  display: none !important;
}

/* Remove extra padding */
.donation-form-inner .give-form-wrap {
  padding: 0 !important;
  margin: 0 !important;
}

/* Amount buttons styling */
.donation-form-inner .give-donation-level-btn {
  border-radius: 10px;
  padding: 10px 16px;
  margin: 6px 6px;
  font-weight: 500;
}

/* Primary donate button */
.donation-form-inner .give-btn {
  width: 100%;
  border-radius: 10px;
  padding: 14px;
  font-size: 16px;
}

/* Trust note */
.donation-trust-note {
  font-size: 13px;
  color: #666;
  text-align: center;
  margin-top: 15px;
}

/* Sticky fix on mobile */
@media (max-width: 991px) {
  .donation-form-card {
    position: static;
    margin-top: 30px;
  }
}


/* FAQ Accordion (Reference Style) */

.faq-section {
  max-width: 900px;
}

.faq-accordion {
  border-top: 1px solid #eee;
}

.faq-row {
  border-bottom: 1px solid #eee;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 0;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
}

.faq-question:hover {
  color: #0d6efd;
}

.faq-arrow {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-answer {
  display: none;
  padding: 0 0 18px 0;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* active state */
.faq-row.active .faq-answer {
  display: block;
}

.faq-row.active .faq-arrow {
  transform: rotate(180deg);
}


/* BLOG HERO FINAL WORKING */

.cria-blog-hero {
    margin-top: 150px;   /* pushes below fixed navbar */
    padding: 80px 0;
    background: #eaf4fa;
    text-align: center;
}

.cria-blog-hero h1 {
    font-size: 40px;
    font-weight: 700;
    color: #0c3c60;
    margin-bottom: 15px;
}

.cria-blog-hero p {
    font-size: 17px;
    color: #4a5c6a;
    max-width: 650px;
    margin: 0 auto;
}

/* Add spacing before footer */
body .cria-blog-hero ~ section {
    margin-bottom: 120px;
}

/* BLOG LISTING STYLE LIKE INSPO */

.cria-blog-item {
    margin-bottom: 70px;
}

.cria-blog-image img {
    width: 100%;
    border-radius: 12px;
}

.cria-blog-title {
    font-size: 22px;
    font-weight: 600;
    margin: 18px 0 8px;
}

.cria-blog-title a {
    color: #1d2b36;
    text-decoration: none;
}

.cria-blog-title a:hover {
    color: #1e73be;
}

.cria-blog-excerpt {
    font-size: 15px;
    color: #5a6b78;
    margin-bottom: 10px;
}

.cria-read-more {
    font-size: 14px;
    font-weight: 600;
    color: #e85d3f;
    text-decoration: none;
}

.cria-read-more:hover {
    text-decoration: underline;
}

/* BLOG SINGLE PAGE */

.cria-single-blog {
    background: #ffffff;
}

.cria-blog-date {
    color: #8a8a8a;
    font-size: 14px;
}

.cria-blog-content {
    font-size: 16px;
    line-height: 1.8;
    color: #2b2b2b;
}

.cria-blog-content h2 {
    margin-top: 35px;
    font-size: 24px;
}

.cria-blog-content h3 {
    margin-top: 25px;
    font-size: 20px;
}

/* SINGLE BLOG POLISH */

.cria-blog-hero {
    background: #eaf2f6;
    padding: 60px 0 40px;
    margin-top: 90px; /* adjust if header overlaps */
}

.cria-blog-hero h1 {
    font-size: 34px;
    font-weight: 600;
    color: #1d2b36;
    max-width: 800px;
    margin: 0 auto;
}

.cria-single-blog {
    padding-top: 40px;
}

.cria-blog-date {
    font-size: 14px;
    color: #8a8a8a;
    margin-bottom: 15px;
}

.cria-blog-content {
    font-size: 17px;
    line-height: 1.9;
    color: #2b2b2b;
}

.cria-blog-content h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 600;
}

.cria-blog-content h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}

.cria-blog-content ul {
    padding-left: 20px;
}

.cria-blog-content li {
    margin-bottom: 8px;
}

.cria-blog-content img {
    border-radius: 12px;
    margin-bottom: 20px;
}

.cria-author-box {
    background: #f5f7f9;
    border-radius: 12px;
}

.cria-author-box h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

/* SINGLE BLOG HERO */
.cria-blog-hero {
    background: #eaf2f6;
    padding: 60px 0 40px;
    margin-top: 90px;
}

.cria-blog-hero h1 {
    font-size: 32px;
    font-weight: 600;
    color: #1d2b36;
    max-width: 800px;
    margin: 0 auto;
}

/* BLOG CONTENT */
.cria-blog-date {
    font-size: 14px;
    color: #8a8a8a;
}

.cria-blog-content {
    font-size: 17px;
    line-height: 1.9;
    color: #2b2b2b;
}

.cria-blog-content h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 600;
}

.cria-blog-content h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}

.cria-blog-content p {
    margin-bottom: 18px;
}

/* CTA BOX */
.cria-blog-cta {
    background: #eaf2f6;
    border-radius: 12px;
}

/* AUTHOR BOX */
.cria-author-box {
    background: #f5f7f9;
    border-radius: 12px;
}

/* SHARE */
.cria-share a {
    color: #1e73be;
    text-decoration: none;
    font-weight: 500;
}

.cria-share a:hover {
    text-decoration: underline;
}

/* FLOATING CTA */

.cria-float-cta {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #1e73be;
    color: #fff;
    padding: 12px 18px;
    border-radius: 50px;
    font-weight: 600;
    z-index: 9999;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.cria-float-cta:hover {
    background: #145a96;
    transform: translateY(-2px);
}

/* AUTHOR BOX PREMIUM */

.cria-author-box {
    background: #f5f7f9;
    border-radius: 16px;
    padding: 25px;
}

.cria-author-inner {
    gap: 20px;
}

.cria-author-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.cria-author-content h4 {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 5px;
}

.cria-author-content h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.cria-author-content p {
    font-size: 15px;
    margin-bottom: 8px;
}

.cria-author-link {
    font-weight: 600;
    color: #1e73be;
    text-decoration: none;
}

.cria-author-link:hover {
    text-decoration: underline;
}

/* PODCAST PAGE */

.podcast-hero{
background:#f5efe8;
padding:80px 0;
text-align:center;
}

.podcast-title{
font-size:48px;
font-weight:700;
margin-bottom:10px;
}

.podcast-subtitle{
max-width:600px;
margin:auto;
font-size:18px;
color:#666;
}

.podcast-main{
padding:60px 0;
}

.section-title{
margin-bottom:25px;
font-size:26px;
}

.podcast-feature-card{
background:white;
padding:35px;
border-radius:14px;
box-shadow:0 12px 30px rgba(0,0,0,0.08);
margin-bottom:40px;
}

.podcast-description{
margin-top:10px;
color:#666;
}

.podcast-meta{
margin-top:10px;
font-size:14px;
color:#999;
}

.podcast-button{
display:inline-block;
margin-top:18px;
background:#d57a5c;
color:white;
padding:12px 24px;
border-radius:30px;
text-decoration:none;
}

.podcast-button:hover{
background:#c0674a;
}

.featured {
  padding: 80px 20px;
  background: linear-gradient(135deg, #5c7cff, #4bb3a7);
  color: white;
  border-radius: 20px;
  margin-bottom: 60px;
}

.featured-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

.featured-text h1 {
  font-size: 44px;
}

.badge {
  background: rgba(255,255,255,0.2);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
}

.desc {
  margin: 20px 0;
}

.featured-image img {
  width: 100%;
  border-radius: 20px;
}

.event {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}

.date {
  font-weight: bold;
}

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

.card img {
  width: 100%;
  border-radius: 10px;
}

.cta {
  padding: 80px 20px;
  text-align: center;
}
/* TRUST STRIP */

.trust-strip{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:30px;

    padding:20px 30px;

    background:#f8f9fb;
    border-radius:12px;

    box-shadow:0 2px 10px rgba(0,0,0,.04);
}

.trust-strip span{
    font-size:16px;
    font-weight:600;
    color:#333;
    white-space:nowrap;
}

@media(max-width:768px){

    .trust-strip{
        gap:15px;
        padding:15px;
    }

    .trust-strip span{
        font-size:14px;
    }

}

/* ==========================================
   CRIA GLOBAL TYPOGRAPHY & SPACING SYSTEM
   ========================================== */

/* Body */
body {
    font-size: 17px;
    line-height: 1.7;
}

/* Headings */
h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 24px;
}

h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
}

h3 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 16px;
}

h4 {
    font-size: 22px;
    line-height: 1.4;
}

/* Paragraphs */
p {
    margin-bottom: 16px;
}

/* Navigation */
.navmenu a,
.navmenu a:focus {
    font-size: 17px;
}

/* Logo */
.header .logo img {
    max-height: 110px;
}

/* Mobile */
@media (max-width: 768px){

    h1{
        font-size:36px;
    }

    h2{
        font-size:28px;
    }

    h3{
        font-size:22px;
    }

    h4{
        font-size:20px;
    }

    body{
        font-size:16px;
    }
}