@font-face {
    font-family: 'YatraOne';
    src: url('YatraOne-Regular.ttf') format('truetype');
}

.marathi-text {
    font-family: 'YatraOne', serif !important;
    font-weight: 900;
}

.marathi-text-baloo {
    font-family: 'Baloo 2', sans-serif !important;
    font-weight: 600;
}

p {
    font-family: 'Baloo 2', sans-serif !important;
    font-weight: 600;
}

/* Header CSS start */
.header .header_content_collapse .navigation_menu .navbar_nav li,
.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li {
    margin-right: 5px !important;
}

.explore-btn {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 0px;
    background: #1E5395;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 4px 4px 16.5px 0 rgba(255, 255, 255, 0.15);
}

.explore-btn:hover {
    background: #2a6cd6;
    box-shadow: 6px 6px 20px 0 rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    color: #fff;
}

.know-more-btn {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 0px;
    background: #1E5395;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 4px 4px 16.5px 0 rgba(255, 255, 255, 0.15);
}

.know-more-btn:hover {
    background: #79a1e1;
    box-shadow: 6px 6px 20px 0 rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    color: #fff;
}

.join-us-btn {
    background: #1E5395;
    color: #fff;
    font-weight: 600;
    border: 2px solid #1E5395;
    box-shadow: 4px 4px 16.5px 0 rgba(255, 255, 255, 0.15);
    padding: 10px 24px;
    border-radius: 0px;
    transition: all 0.3s ease;
}

.join-us-btn:hover {
    background: #1E5395;
    color: #fff;
}

@media (max-width: 1200px) {
    .header_default.style_seven.style_eight .header_right_content {
        display: block !important;
    }
}

.header .hamburger_menu .line,
.default_sickty_heaad .hamburger_menu .line {
    background-color: #fff !important;
}

.crt_mobile_menu-visible .crt_mobile_menu .menu-box {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7) !important;
}

.header,
.default_sickty_heaad {
    background: #fff0e600 !important;
    padding: 5px !important;
}

.yellow-btn-header {
    background-color: #E6B523;
    border: 1px solid #E6B523;
    color: #ffffff;
    border-radius: 0px;
}

.yellow-btn-header:hover {
    background-color: #ffffff;
    color: #E6B523;
    border-color: #E6B523;
}

.text-yellow {
    color: #E6B523;
}

.page_header_default .page_header_content .banner_title_inner .title_page {
    font-size: 40px !important;
}

.page_header_default .page_header_content .banner_title_inner {
    margin-bottom: 0px !important;
}

.page_header_default .parallax_cover {
    min-height: 280px !important;
}

.page_header_default {
    position: relative;
    min-height: 290px !important;
    padding: 110px 0px 90px!important;
    overflow: hidden;
    align-items: center;
}

.fixed-header .header_default.style_seven.style_eight.get_sticky_header{
    background: rgb(25 75 168 / 70%) !important;
}
/* Header CSS end */

/* Home Page CSS start */
.slider.style_one.slider_version_v3 {
    height: 100vh;
    min-height: 100vh;
}

.slider .slide-item {
    height: 100vh !important;
    min-height: 100vh !important;
}

.slider .slide-item-content {
    height: 100vh;
    display: flex;
    align-items: center;
}

.slider .image-layer {
    height: 100vh !important;
    min-height: 100vh !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
}

.slider .auto-container {
    width: 100%;
}

.slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 768px) {

    .slider.style_one.slider_version_v3,
    .slider .slide-item,
    .slider .slide-item-content,
    .slider .image-layer {
        height: 100vh !important;
        min-height: 100vh !important;
    }

    .slider .image-layer {
        background-size: cover !important;
        background-position: center !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {

    .slider.style_one.slider_version_v3,
    .slider .slide-item,
    .slider .slide-item-content,
    .slider .image-layer {
        height: 100vh !important;
        min-height: 100vh !important;
    }

    .slider .image-layer {
        background-size: cover !important;
        background-position: center !important;
    }
}

@media (min-width: 1025px) {
    .slider .image-layer {
        background-size: cover !important;
        background-position: center !important;
    }
}

@media (min-width: 1920px) {
    .slider .image-layer {
        background-size: cover !important;
    }
}

.h-420px {
    height: 420px;
}

.h-320px {
    height: 320px;
}

.h-280px {
    height: 280px;
}

.slide-item-content .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 28%) 10.35%, rgb(105 74 60 / 26%) 30.21%, rgba(254, 94, 21, 0.14) 76.14%, rgba(254, 94, 21, 0.00) 100%) !important;
    z-index: 1;
}

.slide-item-content .slider_content {
    position: relative;
    z-index: 2;
}

.blue-line {
    width: 40px;
    height: 2px;
    background: #1E5395;
    flex-shrink: 0;
}

.text-blue {
    color: #1E5395;
}

.bg-blue {
    background: #1E5395;
}

.height_420px {
    height: 420px;
}

.height_480px {
    height: 480px;
}

.image_box {
    position: relative;
    overflow: hidden;
}

.image_box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 237, 228, 0.7) 0%, rgba(255, 175, 139, 0.7) 100%) !important;
    z-index: 2;
    pointer-events: none;
}

.image_box img {
    position: relative;
    z-index: 1;
}

.image-box {
    width: 153px;
    height: 230px;
    overflow: hidden;
    border-radius: 8px;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service_box.style_one .service_content {
    padding: 15px !important;
}

.btn-outline-member {
    border: 2px solid #E6B523;
    background: transparent;
    color: #283678;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 0px;
    box-shadow: 4px 4px 16.5px 0 rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

.btn-outline-member:hover {
    background: #E6B523;
    color: #fff;
}

.btn-partnership {
    background: #E6B523;
    color: #fff;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 0px;
    border: none;
    box-shadow: 4px 4px 16.5px 0 rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

.btn-partnership:hover {
    background: #cfa514;
    color: #fff;
}

/* Mission Section CSS Start */
.mission-section {
    background: #F3F5F9;
}

.mission-title {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}

.mission-icon-img {
    max-height: 115px;
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.mission-heading {
    color: #1E5395;
    font-weight: 700;
    margin-bottom: 1rem;
}

.mission-text {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0;
}

.initiatives-text {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0;
}

.mission-bordered-image {
    height: 300px;
    object-fit: contain;
    border-radius: 15px;
    border: 2px solid #E6B523;
    transition: all 0.3s ease;
    background: #ffffff;
    padding: 10px;
}

.mission-bordered-image:hover {
    border-color: #c89a1c;
    transform: scale(1.05);
}

.our-team-bordered-image {
    height: 320px;
    object-fit: cover;
    border-radius: 15px;
    border: 2px solid #E6B523;
    transition: all 0.3s ease;
    background: #ffffff;
}

.our-team-image:hover {
    border-color: #c89a1c;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .mission-section {
        padding: 40px 0;
    }

    .mission-title {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .mission-text {
        font-size: 16px;
        line-height: 24px;
    }

    .mission-bordered-image {
        height: 250px;
    }
}

/* Mission Section CSS End */

/* Service Section Equal Height CSS Start */
.service-row .service_box {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 25px !important;
}

.service-row .service_content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-row .content_inner {
    display: flex;
    flex-direction: column;
}

.service-row .content_inner p.flex-grow-1 {
    margin-bottom: 0;
}

/* Make service images same height */
.service-row .image {
    height: 220px !important;
    overflow: hidden;
    border-radius: 15px !important;
    border: 1px solid #1E5395;
}

.service-row .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .service-row .image {
        height: 180px;
    }
}

.subscribe-section {
    overflow: hidden;
}

.subscribe-bg-img {
    top: 0;
    right: 0;
    background-image: url('../images/join-us.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
    opacity: 0.22;
}

@media (max-width: 768px) {
    .subscribe-bg-img {
        background-size: cover;
        opacity: 0.18;
        /* slightly more faded on mobile */
    }
}

.subscribe-section .container {
    z-index: 1;
}

/* Service Section Equal Height CSS End */

/* Join WhatsApp form styles */
.join-whatsapp-section {
    overflow: hidden;
}

.join-whatsapp-bg-img {
    top: 0;
    right: 0;
    background-image: url('../images/join-us.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
    opacity: 0.22;
}

@media (max-width: 768px) {
    .join-whatsapp-bg-img {
        background-size: cover;
        opacity: 0.18;
        /* slightly more faded on mobile */
    }
}

/* Subscribe Section CSS Start */
.subscribe-section {
    padding: 60px 0;
    overflow: visible;
}

.subscribe-section .container {
    overflow: visible;
}

.subscribe-card {
    background: #f8f8f8;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: visible;
}

.subscribe-content {
    height: 100%;
    min-height: 325px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.subscribe-heading {
    color: #333333;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.subscribe-description {
    color: #666666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

.subscribe-input-group {
    max-width: 600px;
}

.subscribe-input {
    height: 56px;
    border: 1px solid #e0e0e0;
    border-radius: 12px 0 0 12px;
    padding: 12px 20px;
    font-size: 16px;
    background: #ffffff;
    box-shadow: none;
}

.subscribe-input:focus {
    border-color: #E6B523;
    box-shadow: 0 0 0 0.2rem rgba(230, 181, 35, 0.15);
    outline: none;
}

.subscribe-input::placeholder {
    color: #999999;
}

.subscribe-btn {
    height: 56px;
    background: #E6B523;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 24px;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.subscribe-btn:hover {
    background: #d4a420;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(230, 181, 35, 0.3);
}

.subscribe-decorative {
    height: 100%;
    min-height: 325px;
    background: linear-gradient(135deg, rgba(147, 51, 234, 0.15) 0%, rgba(219, 39, 119, 0.15) 50%, rgba(251, 191, 36, 0.15) 100%);
    background-image:
        radial-gradient(circle at 20% 50%, rgba(147, 51, 234, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(219, 39, 119, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 40% 20%, rgba(251, 191, 36, 0.2) 0%, transparent 50%);
    position: relative;
    overflow: visible;
}

.letters-image {
    position: absolute;
    left: 50px;
    z-index: 1001;
    top: 30px;
    max-width: none;
    height: auto;
}

@media (max-width: 991px) {
    .subscribe-heading {
        font-size: 28px;
    }

    .subscribe-description {
        font-size: 15px;
    }

    .subscribe-decorative {
        min-height: 200px;
    }

    .subscribe-content {
        min-height: auto;
    }
}

/* Subscribe Section CSS End */

.join-whatsapp-section .container {
    z-index: 1;
}

.join-whatsapp-section .whatsapp-form {
    background: transparent;
    padding: 4px 0;
}

.join-whatsapp-section .whatsapp-input {
    height: 56px;
    border: 2px solid #565454;
    border-radius: 2px;
    background: transparent;
    box-shadow: none;
}

.join-whatsapp-section .whatsapp-input:focus {
    border-color: #333333;
    box-shadow: none;
}

.join-whatsapp-section .whatsapp-consent {
    color: #333333;
    font-weight: 600;
}

.join-whatsapp-section .whatsapp-check {
    width: 20px;
    height: 20px;
    border: 2px solid #565454;
}

/* Home page css End*/

/* Footer CSS Start */
.footer-new {
    background: #1E5395;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
    border-right: 1px solid #333333;
    height: 100%;
}

.contact-item:last-child {
    border-right: none;
}

.contact-icon {
    color: #666666;
    font-size: 20px;
    width: 30px;
    text-align: center;
}

.contact-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-label {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}

.contact-value {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.name-white {
    color: #ffffff;
}

.name-blue {
    color: #1E5395;
}

.footer-title {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    transition: color .3s;
}

.footer-links a:hover {
    color: #1E5395;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #262626;
    color: #fff;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #1E5395;
}

.bg-footer-dark {
    background: #191919;
}

.bg-light-gray {
    background: #666666;
}

.custom-border {
    border-top: 10px solid #1E5395;
}

.text-light-gray {
    color: #666666 !important;
}

.contact-item {
    padding: 15px 0;
    border-right: 1px solid #333333;
    height: 100%;
}

.contact-item:last-child {
    border-right: none;
}

.contact-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.contact-value {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.contact-item i {
    width: 24px;
    text-align: center;
}

@media (max-width: 768px) {
    .contact-item {
        border-right: none;
        border-bottom: 1px solid #333333;
        padding: 10px 0;
    }

    .contact-item:last-child {
        border-bottom: none;
    }
}

/* Footer Logo Section */
.footer-logo-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.footer-logo-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 300px;
}

.footer-logo-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.footer-logo-text {
    display: flex;
    flex-direction: column;
}

.footer-logo-hindi {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    line-height: 1;
    margin-bottom: 4px;
}

.footer-logo-academia {
    font-size: 14px;
    font-weight: 600;
    color: #FE5E15;
    line-height: 1;
}

.footer-description {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.7;
    margin: 20px 0 0 0;
}

/* Footer Contact Info */
.footer-contact-info {
    color: #ffffff;
}

.footer-contact-item {
    line-height: 1.8;
}

.footer-contact-label {
    font-weight: 700;
    color: #ffffff;
    margin-right: 8px;
}

.footer-contact-value {
    color: #ffffff;
    font-weight: 400;
}

/* Footer Bottom Section */
.footer-bottom-border {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
}

.footer-copyright {
    color: #ffffff;
    font-size: 14px;
}

.footer-legal-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.footer-legal-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-legal-link:hover {
    color: #E6B523;
}

.footer-legal-separator {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 4px;
}

/* Footer Social Icons */
.footer-social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.footer-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #ffffff;
    color: #1E5395;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
}

.footer-social-icon:hover {
    background: #E6B523;
    color: #ffffff;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .footer-logo-box {
        max-width: 100%;
    }

    .footer-description {
        font-size: 14px;
    }

    .footer-copyright {
        font-size: 13px;
        text-align: center;
    }

    .footer-legal-links {
        justify-content: center;
        margin: 15px 0;
    }

    .footer-social-icons {
        justify-content: center;
    }
}

/* Footer CSS end */

/* Preloader overlay Start*/
.preloader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.preloader-overlay.hidden {
    opacity: 0;
    visibility: hidden;
}

.preloader-container {
    text-align: center;
    color: #ffffff;
}

@keyframes logoFloat {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.preloader-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(254, 94, 21, 0.2);
    border-top: 4px solid #FE5E15;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.preloader-text {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
    animation: textPulse 2s ease-in-out infinite;
}

@keyframes textPulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.preloader-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
}

.justified-text {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.6;
    word-break: break-word;
}

.preloader-dot {
    width: 8px;
    height: 8px;
    background: #FE5E15;
    border-radius: 50%;
    animation: dotBounce 1.4s ease-in-out infinite both;
}

.preloader-dot:nth-child(1) {
    animation-delay: -0.32s;
}

.preloader-dot:nth-child(2) {
    animation-delay: -0.16s;
}

.preloader-dot:nth-child(3) {
    animation-delay: 0s;
}

@keyframes dotBounce {

    0%,
    80%,
    100% {
        transform: scale(0);
        opacity: 0.5;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

.preloader-progress {
    width: 200px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    margin: 20px auto 0;
    overflow: hidden;
}

.preloader-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #FE5E15 0%, #FF8A50 100%);
    border-radius: 2px;
    animation: progressLoad 3s ease-in-out infinite;
}

@keyframes progressLoad {
    0% {
        width: 0%;
        transform: translateX(-100%);
    }

    50% {
        width: 70%;
        transform: translateX(0%);
    }

    100% {
        width: 100%;
        transform: translateX(100%);
    }
}

@media (max-width: 768px) {
    .preloader-spinner {
        width: 50px;
        height: 50px;
        border-width: 3px;
    }

    .preloader-text {
        font-size: 16px;
    }

    .preloader-progress {
        width: 150px;
    }
}

/* Preloader overlay End*/
/* About Us Page Start*/
.page_header_default::before {
    background-color: #282f3b2e !important;
}

.about-us-founders-section {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.about-us-founders-image-wrapper {
    position: relative;
    z-index: 2;
}

.about-us-founders-image {
    width: 100%;
    height: 420px;
    top: 15px;
    object-fit: contain;
    border-radius: 8px;
    position: relative;
}

.about-us-founders-content-wrapper {
    padding: 40px 0;
    z-index: 2;
}

.about-us-founders-title {
    color: #003366;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.about-us-founders-text {
    color: #333333;
}

.about-us-founders-paragraph {
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
    font-weight: 400;
}

/* Decorative Arcs - Donut Style */
.about-us-founders-decorative-arc {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.about-us-founders-arc-yellow {
    width: 400px;
    height: 400px;
    border: 50px solid #F0EAD6;
    background: transparent;
    top: 20px;
    left: -150px;
    z-index: -1;
    opacity: 0.6;
}

.about-us-founders-arc-blue {
    width: 350px;
    height: 350px;
    border: 50px solid #DDE8F0;
    background: transparent;
    bottom: -175px;
    right: -250px;
    z-index: -1;
    opacity: 0.6;
}

@media (max-width: 991px) {
    .about-us-founders-title {
        font-size: 32px;
    }

    .about-us-founders-paragraph {
        font-size: 15px;
    }

    .about-us-founders-arc-yellow,
    .about-us-founders-arc-blue {
        opacity: 0.4;
    }
}

@media (max-width: 768px) {
    .about-us-founders-section {
        padding: 60px 0;
    }

    .about-us-founders-title {
        font-size: 28px;
    }

    .about-us-founders-content-wrapper {
        padding: 20px 0;
    }
}

/* Circular Icon Container */
.custom-icon {
    width: 60px;
    /* diameter of circle */
    height: 60px;
    border-radius: 50%;
    /* makes it circular */
    background-color: #fcfaf8;
    /* light background for contrast */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    /* subtle shadow */
}

/* Number inside the circle with gradient text */
.icon-number {
    font-size: 32px;
    background: linear-gradient(180deg, #FE5E15 0%, #98380D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.icon-number-green {
    font-size: 32px;
    background: linear-gradient(180deg, #009E46 0%, #003819 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.mission-list {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
    color: #444;
    font-size: 15px;
    line-height: 1.6;
}

.fade-about-logo {
    opacity: 0.2;
}

/* About Us Section Two CSS */
.about-us-section-two {
    background: #F5F5F5;
    padding: 80px 0;
}

.about-us-why-title {
    line-height: 36px;
    color: #1E5395;
}

.about-us-why-text p {
    color: #333333;
    font-size: 16px;
    line-height: 1.7;
}

.about-us-why-images {
    margin-top: 30px;
}

.about-us-why-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .about-us-section-two {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .about-us-why-title {
        font-size: 24px;
        line-height: 28px;
    }

    .about-us-why-text p {
        font-size: 15px;
    }
}

/* About Us page End*/

/* Initiative Page End*/
.image-hover-box {
    position: relative;
    overflow: hidden;
    height: 250px;
    border-radius: 10px;
}

.image-hover-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

/* Overlay effect */
.image-hover-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #1E5395;
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* Hover effect */
.image-hover-box:hover::after {
    opacity: 0.6;
    /* Adjust transparency (0.1 = light, 1 = solid) */
}

.image-hover-box:hover img {
    transform: scale(1.05);
    /* subtle zoom effect */
}

/* Initiatives page End*/

/* Member form switcher page Start*/
/* Member Form CSS Inside Style Switcher */
.style-switcher #switcher-toggler {
    height: 160px !important;
    top: 100px !important;
}

.style-switcher #switcher-toggler {
    background: #E6B523 !important;

}

.style-switcher {
    width: 380px !important;
}

.member-form {
    width: 100%;
}

.member-form-input {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    height: 42px !important;
    padding: 12px 15px !important;
    font-size: 14px;
    color: #333333;
    background: #ffffff;
    transition: all 0.3s ease;
    width: 100%;
}

.member-form-input:focus {
    border-color: #1E5395 !important;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(30, 83, 149, 0.1);
}

.member-form-input::placeholder {
    color: #999999;
}

.member-form-textarea {
    min-height: 80px;
    resize: vertical;
}

.member-form-submit-btn {
    background: #FE5E15 !important;
    color: #ffffff;
    font-size: 16px !important;
    font-weight: 700;
    padding: 10px 24px !important;
    border: none;
    border-radius: 8px !important;
    width: 100%;
    transition: all 0.3s ease;
}

.member-form-submit-btn:hover {
    background: #e04d10;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(254, 94, 21, 0.4);
}

/* Member form switcher page End*/

/* Our Team page Css Start*/
.team-no-card {
    background: transparent;
    text-align: center;
    height: 100%;
}

.team-no-card-image-wrapper {
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 2px solid #000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-no-card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-no-card-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.team-no-card-designation {
    color: #000;
    text-align: center;
    font-size: 1.0rem;
}

/* Team no card css end */

/* Team card small css start */
.team-card-small {
    background: #FFF;
    border: 1px dashed #E6B523;
    border-radius: 20px;
    text-align: center;
    height: 100%;
}

.team-card-small-image-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 3px solid transparent;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(90deg, #00699E, #009E46) border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-card-small-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card-small-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
}

.team-card-small-description {
    color: #000;
    text-align: center;
    line-height: 15px;
    font-size: 0.9rem;
}

/* Team card small css End */

/* Team Card start  */
.team-card {
    background: #FFF3ED;
    border: 1px dashed #1E5395;
    border-radius: 20px;
    text-align: center;
    height: 100%;
}

.team-card-image-wrapper {
    width: 150px;
    height: 150px;
    margin: 0 auto 25px;
    border-radius: 50%;
    border: 2px solid #457EC6;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
}

.team-card-designation {
    font-size: 1rem;
    color: #000;
}

.team-card-description {
    color: #000;
    text-align: center;
}

/* Team card css End */

/* Well-Wishers Logo Card Styles */
.client_logo_carousel .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.client_logo_carousel .image {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.client_logo_carousel .image:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.client_logo_carousel .image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.client_logo_carousel .swiper-button-next,
.client_logo_carousel .swiper-button-prev {
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
}

.client_logo_carousel .swiper-button-next:after,
.client_logo_carousel .swiper-button-prev:after {
    font-size: 20px;
    color: #1E5395;
    font-weight: bold;
}

.client_logo_carousel .swiper-button-next:hover,
.client_logo_carousel .swiper-button-prev:hover {
    background: #f8f9fa;
}

.client_logo_carousel .swiper-pagination-bullet {
    background: #1E5395;
}

.client_logo_carousel .swiper-pagination-bullet-active {
    background: #1E5395;
}

/* Our Team page Css End*/

/* Join Us page Css Start*/
/* Join Us Page Styles */
.join-us-section {
    background: #FFF2EB;
}

.join-us-card {
    border-radius: 15px;
    background-color: #ffffff;
}

.join-us-title {
    color: #1E5395;
}

.join-us-description {
    font-size: 1.2rem;
    line-height: 1.6;
}

.join-us-input {
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.join-us-input:focus {
    border-color: #1E5395;
    box-shadow: 0 0 0 0.2rem rgba(30, 83, 149, 0.25);
}

.join-us-checkbox {
    width: 18px;
    height: 18px;
    border: 1px solid #333;
}

.join-us-checkbox:checked {
    background-color: #1E5395;
    border-color: #1E5395;
}

.join-us-label {
    font-size: 1.05rem;
    line-height: 1.5;
}

.join-us-btn {
    background-color: #1E5395;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    letter-spacing: 1px;
    padding: 12px 24px;
}

.join-us-btn:hover {
    background-color: #163d6e;
}

.join-us-btn:focus {
    background-color: #163d6e;
    box-shadow: 0 0 0 0.2rem rgba(30, 83, 149, 0.5);
}

.blur-card {
    width: 400px;
    height: 350px;
    border-radius: 24px;
    border: 2px solid #333;
    background: rgba(255, 255, 255, 0.53);
    backdrop-filter: blur(8.6px);
    -webkit-backdrop-filter: blur(8.6px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    padding: 40px;
}

.blur-card img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin-bottom: 20px;
}

.blur-card h3 {
    color: #075E54;
    font-weight: 700;
    margin: 0;
    font-size: 2.5rem;
}

.join-us-section {
    background-image: url(assets/images/join-us.png);
    background-size: 100%;
    background-position: -450px center;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 20px;
}

/* Membership Form Styles */
.membership-form-input {
    background-color: white;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-size: 1rem;
}

.membership-form-input:focus {
    border-color: #1E5395;
    box-shadow: 0 0 0 0.2rem rgba(30, 83, 149, 0.15);
}

.membership-form-input::placeholder {
    color: #999;
}

/* Select dropdown styling */
.form-select.membership-form-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.membership-submit-btn {
    background-color: #1E5395;
    border: 2px dashed #6BA3D8;
    border-radius: 8px;
    font-size: 1rem;
    letter-spacing: 1px;
    padding: 14px 24px;
}

.membership-submit-btn:hover {
    background-color: #163d6e;
    border-color: #5A92C7;
}

.membership-submit-btn:focus {
    background-color: #163d6e;
    box-shadow: 0 0 0 0.2rem rgba(30, 83, 149, 0.5);
}

.project_post.style_four .image img {
    height: 340px !important;
    object-fit: cover;
}

.project_post.style_four {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.project_post.style_four .project_caro_content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.project-wrapper.grid-item {
    height: 550px;
}

/* Join Us page Css End*/

/* Contact Us page Css Start*/
/* Contact Information Styles */
.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact-info-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-info-icon.green {
    background-color: #E8F5E9;
}

.contact-info-icon.orange {
    background-color: #FFF3E0;
}

.contact-info-icon i {
    font-size: 22px;
}

.contact-info-icon.green i {
    color: #4CAF50;
}

.contact-info-icon.orange i {
    color: #FF9800;
}

.contact-info-content {
    flex: 1;
}

.contact-info-label {
    font-weight: 700;
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 5px;
}

.contact-info-value {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
}

.membership-form-input {
    background-color: white;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-size: 1rem;
}

.membership-form-input:focus {
    border-color: #1E5395;
    box-shadow: 0 0 0 0.2rem rgba(30, 83, 149, 0.15);
}

.membership-submit-btn {
    background-color: #1E5395;
    border: 2px dashed #6BA3D8;
    border-radius: 8px;
    font-size: 1rem;
    letter-spacing: 1px;
    padding: 14px 24px;
}

.membership-submit-btn:hover {
    background-color: #163d6e;
    border-color: #5A92C7;
}

.contact-info-icon-green {
    padding: 5px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 158, 70, 0.1);
    border: 2px solid #009E46;
}

.contact-info-icon-green img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-info-icon-orange {
    padding: 5px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 158, 70, 0.1);
    border: 2px solid #FE5E15;
}

.contact-info-icon-orange img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Contact Us page Css End*/