/* 
Theme Name: Criafoundation
Text Domain: criafoundation
Version: 4.0
Description: Custom Theme 
Author: Abhishek Tiwary
*/
 
/********** Template CSS **********/
: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(../img/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: 160px;
    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%);
}

/* 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;

}
