/* =====================
   Global Styles
===================== */
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #222;
    line-height: 1.6;
}

/* =====================
   Header & Navigation
===================== */
.site-header {
    background: #ffffff;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.8rem;
    color: #000;
}

.navbar-nav .nav-link {
    color: #000000;
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .current-menu-item > .nav-link, button.nav-link {
    color: #f49c00;
}

/* Dropdown */
.dropdown-menu {
    border-radius: 0;
    border: 1px solid #ddd;
}

.dropdown-item {
    font-weight: 500;
}

/* =====================
   Homepage Sections
===================== */
section {
    position: relative;
}

section.bg-light {
    background-color: #f8f9fa !important;
}

/* =====================
   Footer
===================== */
.site-footer {
    background: #052049;
    color: #ccc;
    padding: 30px 0px 15px;
}

.site-footer h5 {
    color: #fff;
    font-size: 1em;
    font-weight: 500;
}

.site-footer a {
    color: #9dc3ff;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

.site-footer hr {
    border-color: rgba(255,255,255,0.1);
}

/* =====================
   Typography
===================== */
h1, h2, h3, h4, h5 {
    font-weight: 700;
    color: #111;
}

.missionContent h2{
    font-weight: 500;
    font-size: 2em;
}
.missionContent .first-line{
    font-size: 0.9em;
    text-align: center;
}
@keyframes pulse-border{
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.video-play-button {
    margin: 0 auto;
    /* transform: translateX(-50%) translateY(-50%); */
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
.video-play-button:before, .video-play-button2:before {
    content: "";
    color: red;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #022147;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after, .video-play-button2:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #022147;
    border-radius: 50%;
    transition: all 200ms;
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 23px;
    height: 23px;
    background-image: url(../images/video_icon2.png);
    margin: 10px 0 0 1px;
}
.videoBtn{
    position: relative;
    padding: 1.5em 0;
}
.singleSocial h2{
    font-size: 1.2em;
    font-weight: 500;
}
.social-card{
    min-height: 400px;
    box-shadow: 10px 10px 10px #eeeeee;
    text-align: center;
    border: 1px solid #eeeeee;
    max-width: 350px;
    overflow: hidden;
}
.achievementSec{
    background: linear-gradient(to right, transparent, #eeeeee)
}
.mediaSectionHead {
    font-size: 1.2em;
    color: #052049;
    border-bottom: 3px solid black;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}

/* Footer Quick Links - 2 Column Layout */
.site-footer #menu-footer-menu {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 10px;
    padding: 0;
    margin: 0; */
}

.site-footer #menu-footer-menu li {
    list-style: none;
}

.site-footer #menu-footer-menu a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
}

.site-footer #menu-footer-menu a:hover {
    text-decoration: underline;
}

/* =========================
   Footer Social Icons
========================= */

.footerSocial ul {
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 0;
}

.footerSocial ul li {
    list-style: none; /* remove bullets */
}

.footerSocial ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: #000;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

/* SVG sizing & color */
.footerSocial ul li a svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

/* Hover effect */
.footerSocial ul li a:hover {
    background-color: #f49c00; /* blue hover like PDF */
}

.videoBtn:hover .video-play-button:after, .videoBtn:hover .video-play-button2:after{
    background: #F49E01;
}
.videoBtn:hover .video-play-button:before, .videoBtn:hover .video-play-button2:before{
    background: #F49E01;
}

.connectSiteEmail a, .connectSitePhone a {
    color: #fff;
}

/* =========================
   Footer Contact Section
========================= */

.connectSite h5 {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 16px;
}

/* Common layout for email & phone */
.connectSiteEmail,
.connectSitePhone {
    display: flex;
    align-items: flex-start; /* icon aligns to first line */
    gap: 12px;
    margin-bottom: 16px;
    color: #ffffff;
    line-height: 1.6;
}

/* SVG icons */
.connectSiteEmail svg,
.connectSitePhone svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
    flex-shrink: 0;
    margin-top: 3px; /* optical alignment */
}

/* Links */
.connectSiteEmail a,
.connectSitePhone a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

.connectSiteEmail a:hover,
.connectSitePhone a:hover {
    text-decoration: underline;
}

/* Stack text vertically next to icon */
.connectText {
    display: flex;
    flex-direction: column;
}

/* spacing between lines */
.connectText a {
    margin-bottom: 4px;
    font-size: 0.8em;
}

.connectText a:last-child {
    margin-bottom: 0;
}

/* Vertical line */
.timeline-wrapper {
    margin-top: 40px;
}

.timeline-wrapper:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: #0a2540;
    transform: translateX(-50%);
}

/* Year Box */
.year-box {
    background: #0a2540;
    color: #fff;
    padding: 25px 15px;
    border-radius: 100%;
    font-weight: bold;
    font-size: 1.5em;
    display: inline-block;
}

/* Year Position */
.timeline-year {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    z-index: 2;
}

/* Content Box */
.timeline-content {
    background: #fff;
    padding: 0px 50px !important;
    border-radius: 6px;
}

.timeline-img{
    padding: 0 50px;
}
.timeline-img img{
    box-shadow: 10px 10px 10px rgba(0,0,0,0.6) !important
}

/* Responsive fixes */
@media (max-width: 767px) {

    .timeline-wrapper:before {
        left: 10px;
    }

    .timeline-year {
        left: 10px;
        transform: none;
    }

    .timeline-item {
        flex-direction: column !important;
    }

    .timeline-content {
        margin-top: 50px;
        border-left: none;
    }
}
/* Masonry Grid */
.masonry-grid {
    column-count: 3;
    column-gap: 1.5rem;
}

.masonry-item {
    margin-bottom: 1.5rem;
    break-inside: avoid;
}

.masonry-item img {
    width: 100%;
    border-radius: 8px;
    display: block;
    border: 1px solid #000000;
}

/* Responsive */
@media (max-width: 992px) {
    .masonry-grid {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .masonry-grid {
        column-count: 1;
    }
}
.aboutImage img{
    min-height: 1200px;
    object-fit: cover;
}
.aboutContentMore h4 {
    font-size: 1em;
}
.aboutContentMore{
    padding: 30px 0 30px 30px;
}
.aboutContentMore p, .aboutContentMore ul li{
    font-size: 0.9em;
}
.navbar-nav .nav-link{
    font-size: .9em;
}
.missionContent::before{
    content: '';
    display: block;
    position: absolute;
    background-image: url('../../../../uploads/2025/12/blockquote.png');
    z-index: 1;
    top: 1;
    left: 20%;
    width: 37px;
    height: 24px;
}
.missionContent::after{
    content: '';
    display: block;
    position: absolute;
    background-image: url('../../../../uploads/2025/12/blockquote.png');
    z-index: 1;
    top: 47%;
    right: 23%;
    width: 37px;
    height: 24px;
    transform: rotate(180deg);
}
.journey-so-far-page h1, .journey-so-far-page h2{
    font-size: 1.2em;
}
.journey-so-far-page .about-content p, .timeline-content p, .timeline-content ul li{
    font-size: 0.9em;
}
.journey-so-far-page .about-content h3{
    font-size: 1em;
}
.modal{
    --bs-modal-width: 800px !important;
}
.achievementSec h1 {
    font-size: 1.6em;
}
.achieveImage{
    box-shadow: 50px -50px #06214b;
}
.achieveSingleImage{
    padding: 50px;
}
.carousel-indicators{
    margin-bottom: -20px !important;
}
.social-media{
    padding: 0 0 80px;
}
form.wpcf7-form label{
    width: 100%;
}
form.wpcf7-form label input, form.wpcf7-form label textarea{
    width: 100%;
    padding: 10px;
}
form.wpcf7-form label textarea{
    height: 100px;
}
form.wpcf7-form .wpcf7-submit{
    width: 100%;
    background: #082049;
    color: #fff;
    padding: 5px 10px;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-nav .nav-link:hover, .navbar-nav .current-menu-item > .nav-link{
    color: #f49c00 !important
}
.page-template-template-contact h2{
    font-size: 1.2em;
}
.page-template-template-contact p{
    font-size: 0.9em;
}
.mediaSection{
    padding: 80px 0; 
}
section.mediaSection img {
    height: 250px;
    object-fit: cover;
    object-position: left;
}
.headSinglePage {
  position: relative;
  display: inline-block;
  padding-bottom: 12px; /* spacing above the line */
  font-size: 1.6em;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px !important
}

.headSinglePage::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;              /* length of the highlight line */
  height: 2px;              /* thickness of the highlight line */
  background-color: #f49c00; /* highlight color (same as your screenshot) */
  border-radius: 2px;
}
.singlePhotoPage img{
    box-shadow: 10px 10px 10px #eee;
}
.headTitle{
    line-height: 1;
    margin-top: 23px;
    margin-left: -30px;
}
.headTitle small{
    font-size: 0.5em;
    line-height: 1.4;
    display: block;
    font-weight: 500;
    margin-top: 5px;
}
.site-footer .list-unstyled a{
    color: #ffffff;
}
.site-footer ul li{
    font-size: 0.8em
}
.copyrightText p{
    font-size: 0.8em;
}
