.breadcrumb-area
{
    background-size: 1520px 430px;
}

.about-area .features .equal-height:first-child, .about-area .features .equal-height:nth-child(2) 
{
    margin-top: 30px;
}

.awards_height
{
    height: 220px;
}

.mt-3
{
    margin-top: 30px;
}

.initiatives-area{
    background:#f8f9fa;
}

.initiative-box{
    background:#fff;
    padding:35px 25px;
    border-radius:12px;
    text-align:center;
    transition:.3s;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    margin-bottom:30px;
    height:340px;
}

.initiative-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.initiative-box i{
    font-size:48px;
    color:#0d6efd;
    margin-bottom:20px;
}

.initiative-box h4{
    font-weight:600;
    margin-bottom:15px;
}

.initiative-box p{
    color:#666;
    line-height:26px;
    min-height:110px;
}

.initiative-box a{
    display:inline-block;
    margin-top:10px;
    color:#0d6efd;
    font-weight:600;
}

.initiative-box a:hover{
    text-decoration:none;
}

:root {
    --ky-blue: #00A5E7;
    --ky-pink: #DD1180;
}

.ky-topbar-stripe {
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, var(--ky-blue) 0%, var(--ky-blue) 50%, var(--ky-pink) 50%, var(--ky-pink) 100%);
}

/* ===== Hero / Leader Profile ===== */
.ky-leader-hero {
    position: relative;
    padding: 80px 0 110px;
    overflow: hidden;
}
.ky-leader-hero::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
}
.ky-leader-hero::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -40px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
}
.ky-leader-photo-wrap {
    position: relative;
    z-index: 2;
}
.ky-leader-photo-wrap .frame {
    border: 6px solid #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,0.28);
}
.ky-leader-photo-wrap img {
    width: 100%;
    display: block;
}
.ky-leader-badge {
    position: absolute;
    bottom: -22px;
    right: 14px;
    background: #fff;
    color: var(--ky-pink);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 12px 25px rgba(0,0,0,0.2);
    z-index: 3;
}
.ky-leader-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-left: 20px;
}
.ky-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.4);
    padding: 7px 18px;
    border-radius: 30px;
    margin-bottom: 20px;
}
.ky-leader-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 8px;
}
.ky-leader-role {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    margin-bottom: 22px;
    letter-spacing: .3px;
}
.ky-leader-desc {
    font-size: 15.5px;
    line-height: 1.9;
    color: rgba(255,255,255,0.92);
    text-align: justify;
}

/* ===== Mission / Vision ribbon cards ===== */
.ky-mv-wrap {
    margin-top: -60px;
    position: relative;
    z-index: 5;
}
.ky-mv-wrap .row {
    display: flex;
    flex-wrap: wrap;
}
.ky-mv-wrap .row > [class*="col-"] {
    display: flex;
}
.ky-mv-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 26px;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    border-top: 5px solid var(--ky-blue);
}
.ky-mv-card.pink {
    border-top-color: var(--ky-pink);
}
.ky-mv-card i {
    font-size: 28px;
    color: var(--ky-blue);
    margin-bottom: 14px;
    display: inline-block;
}
.ky-mv-card.pink i {
    color: var(--ky-pink);
}
.ky-mv-card h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #1c2b39;
    margin-bottom: 10px;
}
.ky-mv-card p {
    font-size: 14.5px;
    color: #5f6b76;
    line-height: 1.8;
    margin: 0;
}

/* ===== Stats banner ===== */
.ky-stats-strip {
    background: #14202b;
    padding: 55px 0 45px;
    margin-top: 70px;
}
.ky-stat-item {
    text-align: center;
    color: #fff;
    padding: 22px 10px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.col-md-3:last-child .ky-stat-item { border-right: none; }
.ky-stat-item .icon-circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: rgba(0, 165, 231, 0.15);
    margin: 0 auto 16px;
}
.col-md-3:nth-child(even) .ky-stat-item .icon-circle {
    background: rgba(221, 17, 128, 0.15);
}
.ky-stat-item i {
    font-size: 24px;
    color: var(--ky-blue);
}
.col-md-3:nth-child(even) .ky-stat-item i {
    color: var(--ky-pink);
}
.ky-stat-item h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #ffffff;
    margin: 0 0 6px;
}
.ky-stat-item span {
    font-size: 13px;
    color: #9aa7b2;
    text-transform: uppercase;
    letter-spacing: .6px;
}

/* ===== Journey / History as timeline-style block ===== */
.ky-history-area {
    background: #fff;
    padding: 90px 0;
}
.ky-section-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--ky-pink);
    background: rgba(221, 17, 128, 0.08);
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 14px;
}
.ky-section-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #1c2b39;
}
.ky-quote-box {
    background: linear-gradient(135deg, rgba(0,165,231,0.06), rgba(221,17,128,0.06));
    border-left: 4px solid var(--ky-blue);
    border-radius: 10px;
    padding: 28px 32px;
    margin-bottom: 36px;
}
.ky-quote-box p {
    font-size: 16.5px;
    font-style: italic;
    color: #1c2b39;
    margin: 0;
    line-height: 1.8;
}
.ky-history-text p {
    font-size: 15px;
    line-height: 1.95;
    color: #5f6b76;
    text-align: justify;
    margin-bottom: 18px;
}
.ky-history-text strong {
    color: var(--ky-pink);
    font-size: 16px;
}

/* ===== Initiatives ===== */
.initiatives-area {
    background: #f4f7fa;
}
.initiatives-area .row {
    display: flex;
    flex-wrap: wrap;
}
.initiatives-area .row > [class*="col-"] {
    display: flex;
}
.initiative-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px 24px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transition: transform .3s ease, box-shadow .3s ease;
    width: 100%;
    border-bottom: 4px solid var(--ky-blue);
}
[class*="col-"]:nth-child(2n) .initiative-box {
    border-bottom-color: var(--ky-pink);
}
.initiative-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}
.initiative-box .icon-circle {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: rgba(0, 165, 231, 0.1);
    margin: 0 auto 20px;
}
[class*="col-"]:nth-child(2n) .initiative-box .icon-circle {
    background: rgba(221, 17, 128, 0.1);
}
.initiative-box i {
    font-size: 28px;
    color: var(--ky-blue);
}
[class*="col-"]:nth-child(2n) .initiative-box i {
    color: var(--ky-pink);
}
.initiative-box h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #1c2b39;
    margin-bottom: 12px;
}
.initiative-box p {
    font-size: 14px;
    color: #5f6b76;
    line-height: 1.75;
    margin: 0;
}

/* ===== Join / CTA banner ===== */
.ky-cta-area {
    position: relative;
    background: var(--ky-pink);
    padding: 70px 0;
    overflow: hidden;
}
.ky-cta-area::before {
    content: "";
    position: absolute;
    top: -70px;
    left: -50px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
}
.ky-cta-area::after {
    content: "";
    position: absolute;
    bottom: -90px;
    right: -40px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
}
.ky-cta-content {
    position: relative;
    z-index: 2;
    color: #fff;
}
.ky-cta-content h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 12px;
    color: #fff !important;
}
.ky-cta-content p {
    font-size: 15.5px;
    color: rgba(255,255,255,0.92) !important;
    margin-bottom: 0;
    line-height: 1.8;
}
.ky-cta-btn {
    display: inline-block;
    background: #fff;
    color: var(--ky-pink) !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14.5px;
    letter-spacing: .3px;
    padding: 15px 34px;
    border-radius: 30px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.18);
    transition: transform .25s ease, box-shadow .25s ease;
}
.ky-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 38px rgba(0,0,0,0.24);
    color: var(--ky-pink) !important;
    text-decoration: none;
}
.ky-cta-social {
    position: relative;
    z-index: 2;
    text-align: right;
}
.ky-cta-social span {
    display: block;
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
}
.ky-cta-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff !important;
    margin-left: 10px;
    font-size: 16px;
    transition: background .25s ease, transform .25s ease, color .25s ease;
}
.ky-cta-social a:hover {
    background: #fff;
    color: var(--ky-pink) !important;
    transform: translateY(-3px);
    text-decoration: none;
}


/* ===== Banner / Slider ===== */
.banner-area .carousel-control i {
    color: var(--ky-blue);
}
.banner-area {
    position: relative;
}
.ky-hero-cta-strip {
    background: #fff;
    padding: 22px 0;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    text-align: center;
}
.ky-hero-cta-strip .ky-btn-outline {
    margin: 0 6px;
}
 
/* ===== Leader's Message (quote strip) ===== */
.ky-message-area {
    background: #fff;
    padding: 40px 0;
    text-align: center;
}
.ky-message-area .ky-quote-mark {
    font-size: 50px;
    color: var(--ky-blue);
    line-height: 1;
    margin-bottom: 10px;
}
.ky-message-area p.ky-quote-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #1c2b39;
    line-height: 1.6;
    max-width: 780px;
    margin: 0 auto 22px;
}
.ky-message-area .ky-quote-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--ky-pink);
    text-transform: uppercase;
    letter-spacing: .5px;
}
 
/* ===== Quick About Strip (home page intro, different from ky-leader-hero) ===== */
.ky-intro-area {
    padding: 40px 0;
    background: #fff;
}
.ky-img-wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(28, 43, 57, 0.18);
}
.ky-img-wrap img {
    width: 100%;
    display: block;
}
.ky-img-badge {
    position: absolute;
    bottom: 18px;
    left: 18px;
    background: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.ky-img-badge h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: var(--ky-pink);
    margin: 0;
}
.ky-img-badge span {
    font-size: 12px;
    color: #5f6b76;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.ky-intro-text {
    font-size: 15.5px;
    line-height: 1.9;
    color: #5f6b76;
    text-align: justify;
}
 
/* ===== Shared buttons (not defined anywhere in kiran_styles.css yet) ===== */
.ky-btn-primary {
    display: inline-block;
    background: var(--ky-blue);
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .3px;
    padding: 13px 30px;
    border-radius: 30px;
    margin-top: 10px;
    transition: background .25s ease, transform .25s ease;
}
.ky-btn-primary:hover {
    background: var(--ky-pink);
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff !important;
}
.ky-btn-outline {
    display: inline-block;
    background: transparent;
    color: var(--ky-blue) !important;
    border: 2px solid var(--ky-blue);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .3px;
    padding: 11px 28px;
    border-radius: 30px;
    transition: all .25s ease;
}
.ky-btn-outline:hover {
    background: var(--ky-blue);
    color: #fff !important;
    text-decoration: none;
}
 
/* ===== Tour Schedule preview (home page cards) ===== */
.ky-tour-area {
    background: #f4f7fa;
    padding: 40px 0;
}
.ky-tour-area .row.ky-tour-row {
    display: flex;
    flex-wrap: wrap;
}
.ky-tour-area .row.ky-tour-row > [class*="col-"] {
    display: flex;
}
.ky-tour-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    border-left: 4px solid var(--ky-blue);
    transition: transform .3s ease, box-shadow .3s ease;
}

[class*="col-"]:nth-child(2n) .ky-tour-card {
    border-left-color: var(--ky-pink);
}
.ky-tour-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.1);
}
.ky-tour-date {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: var(--ky-blue);
    background: rgba(0,165,231,0.08);
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
}
[class*="col-"]:nth-child(2n) .ky-tour-date {
    color: var(--ky-pink);
    background: rgba(221,17,128,0.08);
}
.ky-tour-card h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #1c2b39;
    margin-bottom: 12px;
}
.ky-tour-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ky-tour-card ul li {
    font-size: 13.5px;
    color: #5f6b76;
    margin-bottom: 6px;
}
.ky-tour-card ul li i {
    color: var(--ky-blue);
    width: 18px;
}
[class*="col-"]:nth-child(2n) .ky-tour-card ul li i {
    color: var(--ky-pink);
}
 
/* ===== Gallery preview (home page grid) ===== */
.ky-gallery-area {
    background: #f4f7fa;
    padding: 40px 0;
}
.ky-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.ky-gallery-grid a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    aspect-ratio: 1 / 1;
}
.ky-gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.ky-gallery-grid a:hover img {
    transform: scale(1.08);
}

.default-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ky-tour-area .row.ky-tour-row > [class*="col-"] {
    padding-bottom: 24px;
}
.ky-tour-area .row.ky-tour-row {
    margin-bottom: -24px;   /* cancels the last row's extra bottom padding */
}


@media screen and (min-width:200px) and (max-width:767px)
{
    .breadcrumb-area
    {
        background-size: 100% 200px;
        padding: 60px 0 30px;
    }
    
    .breadcrumb-area h1 
    {
        font-size: 24px;
    }
    
     .ky-cta-social {
        text-align: left;
        margin-top: 26px;
    }
    
    .ky-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ky-tour-card {
        padding: 22px 20px;
    }
    .ky-tour-date {
        font-size: 12px;
        padding: 5px 12px;
    }
    .ky-tour-card h4 {
        font-size: 16px;
    }
}

@media screen and (min-width:768px) and (max-width:1023px)
{
    .breadcrumb-area
    {
        background-size: 100% 237px;
        padding: 70px 0;
    }
    
}

@media screen and (min-width:1024px) and (max-width:1439px)
{
    .breadcrumb-area
    {
        background-size: 100% 335px;
        padding: 120px 0;
    }
    
}
