    :root {
            --primary-orange: #F08124;
            --primary-green: #1E9F4D;
            --light-orange: #FFEFE2;
            --light-green: #DDF7E6;
            --dark-text: #2A282F;
            --light-text: #625F68;
            --white: #FFFFFF;
        }

        body {
            font-family: 'Inter', sans-serif;
            color: var(--dark-text);
            overflow-x: hidden;
        }

        .new_card {
            border-radius: 24px;
            text-align: center;
            padding: 16px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .new_card.light-red {
            background: var(--light-orange);
        }

        .new_card.light-green {
            background: var(--light-green);
        }

        .new_card p.display-4 {
            font-weight: 700;
            font-size: 48px !important;
            line-height: 58px !important;
            margin-bottom: 8px !important;
        }

        .new_card.light-red p.display-4 {
            color: var(--primary-orange) !important;
        }

        .new_card.light-green p.display-4 {
            color: var(--primary-green) !important;
        }

        .bg-green {
            background: var(--primary-green);
        }

        .container {
            padding: 80px 0;
        }

        .seva_card {
            border-radius: 12px;
            background: var(--white);
            height: 100%;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        }

        .seva_card .content {
            padding: 16px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            flex-grow: 1;
        }

        .row-gap-24 {
            row-gap: 24px;
        }

        .seva_card .content p.title {
            color: var(--dark-text);
            font-size: 24px !important;
            line-height: 38px !important;
            margin-bottom: 6px;
            font-weight: 700;
        }

        .seva_card .content p {
            color: var(--light-text);
            font-size: 16px;
            line-height: 24px;
        }

        .seva_card .content a {
            color: var(--primary-orange);
            font-weight: 700;
            text-decoration: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: color 0.3s ease;
        }

        .seva_card .content a:hover {
            color: #EB6D2F;
        }

        .seva_card .content a::after {
            content: url('https://www.tyagtrust.com/wp-content/uploads/2025/11/arrow.svg');
            position: relative;
            top: 3px;
            transition: transform 0.3s ease;
        }

        header {
            z-index: 10;
        }

        header.fixed-top {
            z-index: 100;
            width: 100%;
            transition:
                background-color 0.4s ease,
                padding 0.4s ease,
                border-color 0.4s ease,
                box-shadow 0.4s ease;
        }

        header.fixed-top.active-header,
        header.fixed-top.active-header nav {
            background: var(--white);
            border-bottom: 1px solid #dee2e6 !important;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        header.fixed-top.active-header .navbar-brand img {
            width: 200px;
            transition: width 0.4s ease;
        }

        a.active_btn.btn {
            background: #fe8848;
            color: var(--white) !important;
            font-size: 18px;
            line-height: 28px;
            padding: 10px 20px;
            font-weight: 600;
            transition: padding 0.4s ease, background 0.4s ease, color 0.4s ease;
            border-radius: 50px;
        }

        header.fixed-top.active-header a.active_btn.btn {
            padding: 8px 20px;
        }

        a.active_btn.btn:hover {
            background: #EB6D2F !important;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .border-top-red {
            border-top: 1px solid #ffffff3b;
        }

        footer {
            color: var(--white) !important;
        }

        .carousel-caption {
            padding-bottom: 60px;
        }

        .carousel-caption h1 {
            font-size: 100px;
            line-height: 164px;
					color:#FFF !important;
            margin-bottom: 0;
            font-weight: 700;
        }

        .carousel-caption h1 span.select {
            background-image: url(https://www.tyagtrust.com/wp-content/uploads/2025/11/line.svg);
            background-repeat: no-repeat;
            background-position: bottom center;
            display: inline-block !important;
        }

        .carousel-caption p {
            font-size: 32px;
            line-height: 42px;
        }

        .carousel-indicators li {
            width: 18px;
            height: 18px;
            border-radius: 50%;
            margin: 0px 6px;
            background-color: rgba(255, 255, 255, 0.5);
            transition: background-color 0.3s ease;
        }

        .carousel-indicators li.active {
            background-color: var(--white);
        }

        h2 {
            font-size: 48px;
            line-height: 58px;
            font-weight: 700;
        }

        .carousel-control-prev,
        .carousel-control-next {
            width: 60px;
            height: 60px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
            opacity: 0.7;
            transition: opacity 0.3s ease, background 0.3s ease;
        }

        .carousel-control-prev {
            left: 30px;
        }

        .carousel-control-next {
            right: 30px;
        }

        .carousel-control-prev:hover,
        .carousel-control-next:hover {
            opacity: 1;
            background: rgba(255, 255, 255, 0.3);
        }

        .social_media a {
            transition: transform 0.3s ease;
        }

        .social_media a:hover {
            transform: translateY(-3px);
        }

        @media (max-width: 1399.98px) {
            .carousel-caption h1 {
                font-size: 80px;
                line-height: 140px;
            }
        }

        @media (max-width: 1199.98px) {
            .carousel-caption h1 {
                font-size: 62px;
                line-height: 110px;
            }

            .carousel-caption p {
                font-size: 24px;
                line-height: 34px;
            }

            h2 {
                font-size: 42px;
                line-height: 52px;
            }
        }

        @media (max-width: 991.98px) {
            .carousel-caption h1 {
                font-size: 48px;
                line-height: 90px;
            }

            .carousel-caption p {
                font-size: 20px;
                line-height: 30px;
            }

            h2 {
                font-size: 36px;
                line-height: 46px;
            }

            .new_card p.display-4 {
                font-size: 36px !important;
                line-height: 46px !important;
            }

            .carousel-control-prev,
            .carousel-control-next {
                width: 50px;
                height: 50px;
            }

            .carousel-control-prev {
                left: 15px;
            }

            .carousel-control-next {
                right: 15px;
            }
        }

        @media (max-width: 767.98px) {
            .container {
                padding: 54px 15px;
            }

            footer {
                text-align: center;
            }

            .carousel-caption {
                padding-bottom: 30px;
                left: 5%;
                right: 5%;
            }

            .carousel-caption h1 {
                font-size: 36px;
                line-height: 60px;
            }

            .carousel-caption p {
                font-size: 18px;
                line-height: 26px;
            }

            h2 {
                font-size: 32px;
                line-height: 42px;
            }

            .new_card p.display-4 {
                font-size: 32px !important;
                line-height: 42px !important;
            }

            .seva_card .content p.title {
                font-size: 20px !important;
                line-height: 32px !important;
            }

            .fixed-top {
                position: relative !important;
            }

            header.fixed-top {
                background: #FFFFFF !important;
            }

            .navbar-dark .navbar-brand img {
                width: 160px;
            }

            a.active_btn.btn {
                font-size: 16px;
                line-height: 26px;
                padding: 6px 14px;
            }
        }

        @media (max-width: 575.98px) {
            .container {
                padding: 40px 15px;
            }

            .carousel-caption h1 {
                font-size: 28px;
                line-height: 48px;
            }

            .carousel-caption p {
                font-size: 16px;
                line-height: 24px;
            }

            h2 {
                font-size: 28px;
                line-height: 38px;
            }

            .new_card p.display-4 {
                font-size: 28px !important;
                line-height: 38px !important;
            }

            .carousel-control-prev,
            .carousel-control-next {
                width: 40px;
                height: 40px;
            }

            .carousel-control-prev img,
            .carousel-control-next img {
                width: 20px;
            }

        }

        @media (-webkit-min-device-pixel-ratio: 2),
        (min-resolution: 192dpi) {
            .carousel-caption h1 span.select {
                background-image: url(https://www.tyagtrust.com/wp-content/uploads/2025/11/line.svg);
                background-size: contain;
            }

            .seva_card .content a::after {
                content: url('https://www.tyagtrust.com/wp-content/uploads/2025/11/arrow.svg');
            }

            .carousel-control-prev img {
                content: url('https://www.tyagtrust.com/wp-content/uploads/2025/11/left.svg');
            }

            .carousel-control-next img {
                content: url('https://www.tyagtrust.com/wp-content/uploads/2025/11/right.svg');
            }
        }

        @media print {

            .carousel-control-prev,
            .carousel-control-next,
            .active_btn,
            .navbar-toggler {
                display: none !important;
            }

            .container {
                padding: 20px 0 !important;
            }

            .carousel-caption {
                position: static !important;
                color: #000 !important;
                padding: 0 !important;
            }
        }


.site-below-footer-wrap[data-section="section-below-footer-builder"] {
/*     background: #1d9f4d;
    color: #FFF !important; */
    padding: 0 !important;
    border-top: 0;
	    font-size: 14px;
}

.ast-footer-copyright p {
    color: #FFF !important;
    font-size: 16px;
    line-height: 26px;
}

.site-footer-below-section-2.site-footer-section.site-footer-section-2{
	    padding-top: 24px;
}

.ast-footer-social-1-wrap .ast-builder-social-element svg{
	fill: #FFF !important;
}

.ast-theme-transparent-header #masthead{
	position: fixed;
}

.ast-theme-transparent-header #masthead.active-header{
	background:#FFFFFF !important;
    border-bottom: 1px solid #efefef;
}


@media (max-width: 767.98px) { 
.ast-theme-transparent-header #masthead{
	position: relative !important;
background: #FFF !important;
border-bottom: 1px solid #efefef;
}
	
	[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{
		fill: #000 !important;
	}
	
	header .custom-logo-link img {
    max-width: 150px;
    width: 150px;
}
	
	    .ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
        min-height: 64px;
    }
	
}

[data-section="section-fb-social-icons-1"] .footer-social-inner-wrap {
    text-align: right;
}

a:hover {
    text-decoration: none !important;
}


@media (max-width: 575.98px) {
	.ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    line-height: 18px;
	}
}


.footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element {
    text-align: center !important;
}


.footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element h4{
	    font-size: 32px;
    line-height: 42px;
    color: #FFF !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
}
.footer-social .social {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    border-radius: 50%;
    background: #F08124;
    font-size: 18px;
    transition: 0.3s;
    color: #fff;
}

.footer-social .social:hover {
    background: #EB6D2F;
}

	section#block-8 {
    display: none;
}

.ast-footer-html-1 p {
    opacity: 0.7;
}

@media (max-width: 767.98px) {  
	br.no_mob{
		display:none !important;
	}

}


@media (max-width: 575.98px) { 
	
	.carousel-caption{
		display:none !important;
	}
	.carousel-indicators li {
    width: 10px;
    height: 10px;
	}
	
	h2, .entry-content :where(h2){
		    font-size: 32px !important;
    line-height: 42px !important;
	}
	
	.footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element h4 {
    font-size: 28px;
    line-height: 38px;
		
	}

}