/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Astra Child Theme
Author: Your Name
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

.elementor-testimonial-job {
    color: #6B4700;
    font-family: "Fraunces", Sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 15px;
}
.testimonial,
.out-reach,
.training,
.chapter{
    color: #01398b !important;
    font-weight: 700 !important;
}
.conversation,
.speak,
.sanctuary{
	color:#ffe14e !important;
	font-weight:600 !important;
}

.copy-right p{
	margin-bottom:0px !important;
}
.bold{
	font-weight:600;
	 border-bottom: 5px solid #ffb903;
}
/* Mobile */
@media (max-width: 767px) {
#mobile-menu-2-52b2e55 li a{
	    text-align: left !important;
}
.tahefobu-mobile-nav-menu a.tahefobu-active-menu-item{
	background-color: #000000 !important;
}
	.tahefobu-mobile-nav-menu a:hover{
background-color: #000000 !important;
	}
    .breadcrumb-section {
    position: relative;
    padding: 30px 30px 30px !important;
    background-image: url(http://localhost/Aa-layout-2026/june/prafulta/wp-content/uploads/2026/06/breadcrumb.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
}   

.contact-section{
    position: relative;
    overflow: hidden;
    background: #050505;
}

.contact-section::before,
.contact-section::after{
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

/* Main Circle */
.contact-section::before{
       width: 420px;
    height: 420px;
    top: -70px;
    left: -120px;
    background: rgb(202 138 4 / 4%);
}

/* Outer Glow */
.contact-section::after{
    width: 700px;
    height: 700px;
    top: -220px;
    right: -280px;
    background: radial-gradient(
        circle,
        rgba(255, 200, 0, 0.18) 0%,
        rgba(255, 200, 0, 0.08) 35%,
        transparent 75%
    );
  
}

.contact-section > *{
    position: relative;
    z-index: 2;
}

.elementor-icon-list-icon svg {
    width: 14px !important;
    height: 14px !important;
}

.elementor-icon-list-icon {
    width: 14px !important;
    display: inline-flex;
    align-items: center;
}
.elementor-icon-list-item::marker{
    display:none;
}

.elementor-widget-icon-list ul,
.elementor-widget-icon-list .elementor-icon-list-items {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.elementor-widget-icon-list li {
    list-style: none !important;
}

/* training */

.training-section{
    max-width:1120px !important;
    margin:auto;
}

.training-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:40px;
    gap:20px;
}

.tag{
    display:inline-block;
    border:1px solid #01398b;
    border-radius:30px;
    padding:8px 18px;
    font-size:12px;
    letter-spacing:2px;
    margin-bottom:20px;
    font-weight:700;    
    color: #01398b;

}

.training-title h2{
    font-size:60px;
    line-height:1.15;
    font-style:italic;
    margin:0;
   color: #01398b;
    font-weight: 600;
}

.training-title h2 span{
    color:#b57b1f;
}

.tab-content{
    display:none;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.tab-content.active{
    display:grid !important;
}

.tab-btn{
    border:none;
    background:transparent;
    padding:14px 28px;
    border-radius:30px;
    cursor:pointer;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    color:#01398b;
}

.tab-btn.active{
    background: #01398b;
    color:#fff;
}

.card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    position:relative;
    transition:.4s;
}

.card:hover{
    transform:translateY(-10px);
}

.card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.badge{
    position:absolute;
    top:12px;
    left:12px;
    background:#01398b;
    color:#fff;
    padding:8px 12px;
    border-radius:20px;
    font-size:11px;
    font-weight:700;
    letter-spacing: 0.5px;
}

.card-body{
    padding:25px;
}

.card-body h3{
    margin:0 0 10px;
    font-size:22px;
    color:#000;
}

.card-body p{
     line-height: 1.7;
    margin-bottom: 20px;
    color: #1e1e1e;
    letter-spacing: 0.5px;
}

.card-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.card-footer .read-more{
    font-size: 14px;
    background: #f2f2f2;
    padding: 8px 18px;
    border-radius: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
        color: #33416e;

}
.card-footer .read-more:hover {
    font-size: 14px;
    background: #383838;
    padding: 8px 18px;
    border-radius: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
}
.card-footer a:nth-child(2){
    background:#000;
    color:#fff;
    text-decoration:none;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
}

.card-footer a:nth-child(2):hover{
    background:#f5f5f5;
    color:#000 !important;
    text-decoration:none;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
}

.view-btn-wrap{
    grid-column: 1 / span 3;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.view-btn{
    display:inline-block;
    border:1px solid #000;
    color:#000;
    text-decoration:none;
    padding:16px 30px;
    border-radius:40px;
    font-weight:700;
}

@media(max-width:991px){
    html{
        overflow-x: hidden !important;
    }
    .training-header{
        flex-direction:column;
        align-items:flex-start;
    }

    .tab-content{
        grid-template-columns:1fr;
    }

    .training-title h2{
        font-size:42px;
    }
}
.initiatives-section {
    max-width: 1120px !important;
    margin: auto;
}
/* =========================
   PREMIUM BREADCRUMB
========================= */

#breadcrumb{
    display:inline-block;
}

#breadcrumb .elementor-shortcode{
    display:inline-flex;
    align-items:center;
    gap:8px;   
    animation:breadcrumbFade .8s ease forwards;
}

/* Hover Effect */
#breadcrumb .elementor-shortcode:hover{
    transform:translateY(-4px);
    box-shadow:
        0 15px 35px rgba(0,0,0,0.25),
        0 0 15px rgba(244,196,48,.2);
}

/* Home Link */
#breadcrumb a{
    color:#ffffff !important;
    text-decoration:none !important;
    font-weight:500;
    transition:all .3s ease;
}

/* Hover */
#breadcrumb a:hover{
    color:#f4c430 !important;
}

/* Current Page */
.page-breadcrumb span:last-child,
.breadcrumb-list li:last-child,
#breadcrumb .breadcrumb_last{
    color:#f4c430 !important;
    font-weight:500;
   
}

/* Separator */
#breadcrumb span{
    color:rgba(255,255,255,0.9);
        padding-right: 10px;
}

/* Entrance Animation */
@keyframes breadcrumbFade{
    from{
        opacity:0;
        transform:translateY(20px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* =========================
   TABLET
========================= */

@media (max-width: 768px){

    #breadcrumb .elementor-shortcode{
        padding:10px 20px;
        border-radius:40px;
        font-size:14px;
    }

}

/* =========================
   MOBILE
========================= */

@media (max-width: 480px){

    #breadcrumb .elementor-shortcode{
        padding:8px 16px;
        font-size:13px;
        line-height:1.4;
        flex-wrap:wrap;
    }

}


/* ====================================
   VIEW ALL POSTS PAGE
==================================== */

.view-all-post-section{
    padding:100px 0;   
}

.view-all-post-container{
    width:90%;
    max-width:1300px;
    margin:auto;
}

/* Heading */

.view-all-post-heading{
    text-align:center;
    margin-bottom:70px;
}

.view-all-post-heading span{
    display:inline-block;
    background:#d6aa4d;
    color:#111;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

.view-all-post-heading h2{
    font-size:52px;
    color:#111;
    margin-bottom:15px;
    line-height:1.2;
}

.view-all-post-heading h2 em{
    color:#d6aa4d;
    font-style:italic;
}

.view-all-post-heading p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

/* Grid */

.view-all-post-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

/* Card */

.view-all-post-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.view-all-post-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(214,170,77,.25);
}

.view-all-post-image{
    height:280px;
    overflow:hidden;
}

.view-all-post-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
    display:block;
}

.view-all-post-card:hover .view-all-post-image img{
    transform:scale(1.12);
}

/* Content */

.view-all-post-content{
    padding:30px;
}

.view-all-post-meta{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    color:#404040;
    font-size:14px;
    margin-bottom:15px;
}
.view-all-post-meta i{
    padding-right:5px;
}
.view-all-post-title{
    margin-bottom:15px;
}

.view-all-post-title a{
    color:#111;
    text-decoration:none;
    font-size:22px;
    line-height:1.4;
    font-weight:600;
    transition:.3s;
}

.view-all-post-card:hover .view-all-post-title a{
    color:#d6aa4d;
}

.view-all-post-content p{
    color: #1e1e1e;
    line-height: 1.8;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

/* Read More */

.view-all-post-readmore{
    text-decoration:none;
    color:#d6aa4d;
    font-weight:700;
    transition:.3s;
}

.view-all-post-readmore:hover{
    letter-spacing:1px;
}

/* Pagination */

.view-all-post-pagination{
    text-align:center;
    margin-top:70px;
}

.view-all-post-pagination .page-numbers{
    width:50px;
    height:50px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin:0 5px;
    border-radius:50%;
    background:#fff;
    color:#111;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.view-all-post-pagination .page-numbers:hover,
.view-all-post-pagination .current{
    background:#d6aa4d;
    color:#fff;
    transform:translateY(-3px);
}

/* Responsive */

@media(max-width:991px){

    .view-all-post-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .view-all-post-heading h2{
        font-size:40px;
    }

}

@media(max-width:767px){

    .view-all-post-grid{
        grid-template-columns:1fr;
    }

    .view-all-post-heading h2{
        font-size:32px;
    }

    .view-all-post-image{
        height:240px;
    }

}
/* Title Link */

.view-all-post-title a{
    color:#111;
    text-decoration:none;
    transition:.3s;
}

.view-all-post-card:hover .view-all-post-title a{
    color:#d6aa4d;
}

/* Image */

.view-all-post-image img{
    width:100%;
    height:280px;
    object-fit:cover;
    display:block;
}

/* Pagination */

.view-all-post-pagination{
    margin-top:70px;
    text-align:center;
}

.view-all-post-pagination .page-numbers{
    width:50px;
    height:50px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin:0 5px;
    text-decoration:none;
    background:#fff;
    color:#111;
    transition:.3s;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.view-all-post-pagination .current,
.view-all-post-pagination .page-numbers:hover{
    background:#d6aa4d;
    color:#fff;
    transform:translateY(-3px);
}

/* Breadcrumb Banner */

.page-banner{
    position:relative;
    background:url('YOUR-BREADCRUMB-BG.jpg') center center/cover no-repeat;
    padding:80px 0;
}

.page-banner-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.page-banner-content{
    position:relative;
    z-index:2;
    width:90%;
    max-width:1200px;
    margin:auto;
}

.page-banner h1{
    color:#fff;
    font-size:42px;
    margin-bottom:10px;
}

.page-breadcrumb{
    color:#fff;
}

.page-breadcrumb a{
    color:#fff;
    text-decoration:none;
}

.page-breadcrumb span{
    margin:0 6px;
}

/* Content */

.single-post-wrapper{
    padding:70px 0;
    background:#fff;
}

.single-post-container{
    width:90%;
    max-width:1100px;
    margin:auto;
}

.single-featured-image{
    margin-bottom:40px;
}

.single-featured-image img{
    width:auto;
    border-radius:10px;
    display:block;
}

.single-post-content{
    font-size:18px;
    line-height:1.9;
}

.single-post-content img{
    max-width:100%;
    height:auto;
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4{
    margin-top:30px;
    margin-bottom:15px;
}

@media (min-width: 922px) {
    .post-template .ast-container {
        display: block !important;
    }
}

.breadcrumb-section{
    position: relative;
    padding: 30px 0 30px;
    background-image: url("http://localhost/Aa-layout-2026/june/prafulta/wp-content/uploads/2026/06/breadcrumb.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.breadcrumb-overlay{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image: linear-gradient(249deg, #000000AB 51%, #000000ED 100%);
}
.breadcrumb-section .container{
        WIDTH: 1140PX;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb-content{
    position: relative;
    z-index: 2;
    color:#fff;
}

.breadcrumb-content h1{
    font-size:30px;
    font-weight:700;
    margin-bottom:20px;
    color:#fff;
}

.breadcrumb-list{
    display:flex;
    align-items:center;
    gap:0px;
    list-style:none;
    margin:0;
    padding:0;
}

.breadcrumb-list li{
    color:#fff;
    font-size:16px;
    font-weight:500;
    padding-right: 10px;
}

.breadcrumb-list a{
    color:#fff;
    text-decoration:none;
}

/* View-all templates are rendered directly inside Astra's layout container.
   Keep their banner and listing in a single vertical, full-width flow. */
body.page-template-view-all-post .site-content > .ast-container {
    display: block;
    max-width: none;
    width: 100%;
    padding: 0;
}

body.page-template-view-all-post .breadcrumb-section {
    min-height: 170px;
    display: flex;
    align-items: center;
    padding: 48px 24px;
    background-position: center;
}

body.page-template-view-all-post .breadcrumb-section .container {
    width: min(100%, 1200px);
    margin: 0 auto;
    padding: 0 24px;
}

body.page-template-view-all-post .breadcrumb-overlay {
      background-image: linear-gradient(137deg, #00388bd1 27%, #ffe14ed4 100%);
}

body.page-template-view-all-post .breadcrumb-content h1 {
    margin: 0 0 10px;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.1;
}

body.page-template-view-all-post .breadcrumb-list {
    gap: 10px;
}

body.page-template-view-all-post .breadcrumb-list li {
    padding: 0;
}

body.page-template-view-all-post .breadcrumb-list a:hover {
    color: #ffe14e;
}

body.page-template-view-all-post .view-all-post-section {
    padding: 72px 24px 96px;
    background: #f7f9fc;
}

body.page-template-view-all-post .view-all-post-container {
    width: min(100%, 1200px);
}

body.page-template-view-all-post .view-all-post-grid {
    gap: 28px;
}

body.page-template-view-all-post .view-all-post-card {
    height: 100%;
    border: 1px solid #e7edf5;
    border-radius: 16px;
}

body.page-template-view-all-post .view-all-post-image {
    height: 230px;
}

body.page-template-view-all-post .view-all-post-content {
    padding: 24px;
}

body.page-template-view-all-post .view-all-post-title {
    margin: 0 0 12px;
}

body.page-template-view-all-post .view-all-post-title a {
    color: #00388b;
}

body.page-template-view-all-post .view-all-post-card:hover .view-all-post-title a,
body.page-template-view-all-post .view-all-post-readmore {
    color: #a36e00;
}

.view-all-post-empty {
    margin: 0;
    text-align: center;
}

@media (max-width: 767px) {
    body.page-template-view-all-post .breadcrumb-section {
        min-height: 190px;
        padding: 38px 0;
    }

    body.page-template-view-all-post .breadcrumb-section .container,
    body.page-template-view-all-post .view-all-post-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.page-template-view-all-post .view-all-post-section {
        padding-top: 48px;
        padding-bottom: 64px;
    }
}

.breadcrumb-list a:hover{
    color:#f4b223;
}

/* .breadcrumb-wave{
    position:absolute;
    left:0;
    bottom:-1px;
    width:100%;
    line-height:0;
    z-index:3;
}

.breadcrumb-wave svg{
    display:block;
    width:100%;
    height:70px;
} */

/* post */



@media (min-width: 922px) {
  .ast-narrow-container .site-content > .ast-container {
            max-width: 100% !important;
            padding: 0;
    }
}

.card-tag {
    display: inline-block;
    background: #01398b !important;
    color: #ffffff !important;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Training and workshop duration labels */
.training-section .card .badge {
    background-color: #01398b !important;
    color: #ffffff !important;
}
.outreach-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(1 57 139) 0%, rgba(14, 40, 31, 0.2) 60%, transparent 100%) !important;
    transition: all 0.4s;
}
.tahefobu-nav-menu .tahefobu-sub-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 300px !important;
    text-align: left;
    list-style: none;
    margin: 0;
}

.custom-breadcrumb{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    font-size:16px;
}

.custom-breadcrumb a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.custom-breadcrumb a:hover{
    color:#ffc107;
}

.custom-breadcrumb .current{
    color:#ffc107;
    font-weight:600;
}

.custom-breadcrumb span{
    color:#fff;
}

/* =========================
   FOUNDER CARD
========================= */

#founder-card {
    box-shadow: 0 18px 50px rgba(40, 25, 60, 0.12);
    isolation: isolate;

}
#founder-card  figcaption{
        margin-bottom: 5px !important;

}

/* ==========================================
   CREATIVE PROFILE IMAGE - STYLE 2
========================================== */

#profile-img {
    position: relative;
    height: 330px;
    /* padding: 30px !important; */
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(135deg, #061b35 0%, #073d72 55%, #0b2342 100%);
    border-radius: 20px;

}





/* Yellow abstract glow */
#profile-img::after {
    content: "";

    position: absolute;

    width: 230px;
    height: 230px;

    right: -80px;
    bottom: -90px;

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(246, 202, 63, .42),
        rgba(246, 202, 63, .08) 50%,
        transparent 72%
    );

    filter: blur(4px);

    animation: yellowGlow 6s ease-in-out infinite;

    z-index: -1;
}


/* ==========================================
   IMAGE FRAME
========================================== */

#profile-img img {
    position: relative;

    z-index: 3;

    width: 100%;
    /* max-width: 355px; */
    /* height: 273px; */

    object-fit: cover;  

    border-radius: 28px;

    border: 8px solid rgba(255,255,255,.95);

    box-shadow:
        0 25px 50px rgba(0,0,0,.35),
        15px 15px 0 rgba(246,202,63,.75);

    transition: all .6s cubic-bezier(.2,.8,.2,1);
}


/* ==========================================
   IMAGE HOVER
========================================== */

#profile-img:hover img {
    transform: translate(-6px,-8px) scale(1.025);

    box-shadow:
        0 30px 60px rgba(0,0,0,.42),
        20px 20px 0 rgba(246,202,63,.85);
}


/* ==========================================
   FLOATING DECORATIVE RING
========================================== */

#profile-img .elementor-widget-image::before {
    content: "";

    position: absolute;

    width: 95px;
    height: 95px;

    left: 25px;
    top: 28px;

    border: 1px solid rgba(255,255,255,.35);

    border-radius: 50%;

    z-index: 1;

    animation: ringFloat 5s ease-in-out infinite;
}


/* ==========================================
   SMALL DOT PATTERN
========================================== */

#profile-img .elementor-widget-image::after {
    content: "";

    position: absolute;

    width: 65px;
    height: 65px;

    right: 25px;
    top: 25px;

    background-image: radial-gradient(
        rgba(255,255,255,.65) 2px,
        transparent 2px
    );

    background-size: 11px 11px;

    z-index: 1;

    opacity: .6;
}


/* ==========================================
   ANIMATIONS
========================================== */

@keyframes blueGlow {

    0%,100% {
        transform: scale(1);
        opacity: .7;
    }

    50% {
        transform: scale(1.18);
        opacity: 1;
    }
}


@keyframes yellowGlow {

    0%,100% {
        transform: scale(1);
        opacity: .65;
    }

    50% {
        transform: scale(1.25);
        opacity: 1;
    }
}


@keyframes ringFloat {

    0%,100% {
        transform: translate(0,0);
    }

    50% {
        transform: translate(8px,12px);
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    #profile-img {
        min-height: 400px;
        padding: 25px !important;

        border-radius: 0 55px 0 55px;
    }

    #profile-img img {
        height: 330px;
        max-width: 280px;

        border-width: 6px;

        box-shadow:
            0 20px 40px rgba(0,0,0,.3),
            10px 10px 0 rgba(246,202,63,.75);
    }

}

