
        :root {
            --primary: #072B61;
            --secondary: #0E8A5F;
            --accent: #c8a45c;
            --light: #f8f9fa;
            --dark: #1a1a2e;
            --gradient-1: linear-gradient(135deg, #072B61, #0E8A5F);
            --gradient-2: linear-gradient(135deg, #0E8A5F, #072B61);
        }

        /* Legacy styles */
        .page-parallax .parallax-window {
            min-height: 10px !important;
        }

        .footer .footer-top .footer-left .logo img {
            width: 30%;
        }

        .tf-topbar .topbar-inner .topbar-left {
            max-width: fit-content !important;
        }

        .footer {
            padding-top: 50px;
        }

        .s-faq {
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .border-20 {
            border-radius: 20px;
        }

        .new-head {
            font-size: 18px;
            font-weight: 600;
        }

        .new-head1 {
            font-size: 20px;
            font-weight: 700;
        }

        .new-sub {
            font-size: 18px;
            color: #000000a6;
        }

        .clip-color-text p {
            font-size: 150px;
            line-height: 140px;
            background-image: url(./../images/clip-text.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            width: max-content;
        }

        .page-parallax .parallax-window {
            min-height: 325px;
            position: relative;
        }

        .page-title .content .icon-img {
            margin-bottom: 45px;
        }

        .main-content.page-service-detail {
            padding: 40px 0px 60px;
        }

        .faculty-head {
            font-size: 25px;
            font-weight: 500;
        }

        .image-fix {
            height: 100%;
            object-fit: cover;
            width: 100%;
        }

        .scroll-container-wrapper {
            position: relative;
        }

        .scroll-buttons {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 2;
            background: rgba(255, 255, 255, 0.8);
            border: none;
            font-size: 24px;
            cursor: pointer;
            padding: 10px;
            border-radius: 50%;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }

        .scroll-left {
            left: -20px;
        }

        .scroll-right {
            right: -20px;
        }

        .scroll-container {
            overflow-x: auto;
            scroll-behavior: smooth;
            display: flex;
            gap: 20px;
            padding: 20px 0;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .scroll-container::-webkit-scrollbar {
            display: none;
        }

        .card {
            min-width: 300px;
            flex: 0 0 auto;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }

        .tf-btn {
            background: white !important
        }

        .contact-info {
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease-in-out;
        }

        .box-portfolio .content .sub {
            color: #fff !important;
        }

        .box-portfolio .content .title::after {
            background-color: #f2d5ac !important;
        }

        .style-circle {
            background-color: #f2d5ac !important;
        }

        .bg-image {
            background-image: url('{{ asset('admin/assets/images/missionStartupImages/toplayer.png') }}');
            background-repeat: no-repeat;
            background-size: cover;
        }

        .img-bg {
            background-image: url('{{ asset('admin/assets/images/missionStartupImages/crd-backlayer.png') }}');
            background-repeat: no-repeat;
            background-size: cover;
        }

        .startup-card {
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
            padding: 30px 20px;
            text-align: center;
            transition: all 0.3s ease;
            height: 100%;
        }

        .startup-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
        }

        .startup-card img {
            width: 100px;
            height: 100px;
            object-fit: contain;
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .startup-card h5 {
            font-size: 17px;
            font-weight: 600;
            color: #222;
            text-transform: uppercase;
            margin-bottom: 8px;
            line-height: 18px !important;
        }

        .startup-card p {
            font-size: 14px;
            color: #888;
            margin: 0;
        }

        .img-mentor {
            border: 1px solid #182a2c;
            padding: 10px;
            border-radius: 50%;
            background: #fff;
            width: 110px;
        }

        .page-title {
            padding: 50px 0px 50px !important;
        }

        /* ====================
                                                                       IMPROVED UI STYLES
                                                                    ==================== */

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        section {
            padding: 30px 0;
            position: relative;
        }

        .section-title {
            font-size: 48px;
            font-weight: 800;
            color: var(--primary);
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--gradient-1);
            border-radius: 2px;
        }

        .section-subtitle {
            color: #666;
            font-size: 18px;
            line-height: 1.8;
            max-width: 700px;
            margin: 0 auto 50px;
        }

        /* Hero Section */
        .hero {
            background: linear-gradient(135deg, rgba(7, 43, 97, 0.95), rgba(14, 138, 95, 0.9)),
                url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?q=80&w=1600');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            color: #fff;
            padding: 120px 0 150px;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 20% 50%, rgba(200, 164, 92, 0.1) 0%, transparent 50%);
        }

        .hero-content {
            position: relative;
            z-index: 1;
        }

        .hero h1 {
            font-size: 64px;
            font-weight: 800;
            margin-bottom: 25px;
            line-height: 1.2;
            animation: fadeInUp 1s ease;
        }

        .hero p {
            font-size: 22px;
            margin-bottom: 35px;
            opacity: 0.95;
            animation: fadeInUp 1s ease 0.2s both;
        }

        .hero-badge {
            display: inline-block;
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            padding: 8px 20px;
            border-radius: 30px;
            font-size: 14px;
            margin-bottom: 25px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            animation: fadeInUp 1s ease 0.1s both;
        }

        .typing {
            color: var(--accent);
            border-right: 3px solid var(--accent);
            white-space: nowrap;
            overflow: hidden;
            animation: blink 0.8s infinite;
        }

        @keyframes blink {

            0%,
            50%,
            100% {
                border-color: transparent;
            }

            25%,
            75% {
                border-color: var(--accent);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Glass Card */
        .glass-card {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            border-radius: 24px;
            padding: 30px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 100%;
            border: 1px solid rgba(255, 255, 255, 0.5);
            display: flex;
            align-items: center;
            gap: 20px;
            border-left: 3px solid var(--accent);
        }

        .glass-card:hover {
            transform: translateY(-12px) scale(1.02);
            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
        }

        .icon-circle {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(14, 138, 95, 0.15), rgba(7, 43, 97, 0.15));
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            transition: all 0.3s ease;
        }

        .glass-card:hover .icon-circle {
            transform: scale(1.1) rotate(5deg);
        }

        .icon-circle i {
            font-size: 32px;
            background: var(--gradient-1);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .glass-card h4 {
            font-size: 20px;
            font-weight: 700;
            color: var(--primary);
            margin: 0;
        }

        .glass-card p {
            color: #666;
            font-size: 15px;
            line-height: 1.6;
            margin: 8px 0 0 0;
        }

        /* Ecosystem Card */
        .ecosystem-card {
            text-align: center;
            background: #fff;
            padding: 40px 30px;
            border-radius: 24px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 100%;
            position: relative;
            overflow: hidden;
        }

        .ecosystem-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(135deg, #072B61, #0E8A5F);
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }

        .ecosystem-card:hover::before {
            transform: scaleX(1);
        }

        .ecosystem-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
        }

        .ecosystem-card i {
            font-size: 48px;
            background: var(--gradient-1);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .ecosystem-card:hover i {
            transform: scale(1.15);
        }

        .ecosystem-card h5 {
            font-size: 18px;
            font-weight: 700;
            color: var(--primary);
            margin: 0;
        }

        /* Dark Section */
        .dark-section {
            background: var(--gradient-1);
            color: #fff;
            position: relative;
            overflow: hidden;
        }

        .dark-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.03)"/></svg>');
            background-size: 50px 50px;
        }

        .dark-section .section-title {
            color: #fff;
        }

        .dark-section .section-title::after {
            background: var(--accent);
        }

        .dark-section .section-subtitle {
            color: rgba(255, 255, 255, 0.85);
        }

        /* Benefit Box */
        .benefit-box {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(20px);
            padding: 40px 30px;
            border-radius: 20px;
            text-align: center;
            transition: all 0.4s ease;
            border: 1px solid rgba(255, 255, 255, 0.1);
            position: relative;
            overflow: hidden;
        }

        .benefit-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .benefit-box:hover::before {
            opacity: 1;
        }

        .benefit-box:hover {
            background: rgba(255, 255, 255, 0.15);
            transform: translateY(-8px);
            border-color: rgba(255, 255, 255, 0.2);
        }

        .benefit-box i {
            font-size: 45px;
            margin-bottom: 20px;
            color: var(--accent);
            transition: all 0.3s ease;
        }

        .benefit-box:hover i {
            transform: scale(1.15) rotate(5deg);
        }

        .benefit-box h5 {
            font-size: 18px;
            font-weight: 700;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        /* Service Card */
        .service-card {
            background: #fff;
            border-radius: 24px;
            padding: 40px 35px;
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
            border-top: 5px solid var(--secondary);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 100%;
            position: relative;
            overflow: hidden;
        }

        .service-card::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: var(--gradient-1);
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }

        .service-card:hover::before {
            transform: scaleX(1);
        }

        .service-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
            border-top-color: var(--accent);
        }

        .service-card i {
            font-size: 48px;
            background: var(--gradient-1);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 25px;
            transition: all 0.3s ease;
        }

        .service-card:hover i {
            transform: scale(1.1);
        }

        .service-card h4 {
            font-size: 22px;
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 15px;
        }

        .service-card p {
            color: #666;
            font-size: 16px;
            line-height: 1.7;
            margin: 0;
        }

        /* Resource Card */
        .resource-card {
            position: relative;
            overflow: hidden;
            background: #fff;
            border-radius: 24px;
            padding: 40px 35px;
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 100%;
            border: 1px solid #0c6560;
        }

        .resource-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: var(--gradient-1);
        }

        .resource-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
        }

        .resource-card i {
            font-size: 48px;
            background: var(--gradient-1);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .resource-card:hover i {
            transform: scale(1.1);
        }

        .resource-card h5 {
            font-size: 20px;
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 12px;
        }

        .resource-card p {
            color: #666;
            font-size: 15px;
            line-height: 1.7;
            margin: 0;
        }

        /* Timeline */
        .timeline {
            position: relative;
            padding-left: 40px;
        }

        .timeline::before {
            content: '';
            position: absolute;
            left: 12px;
            top: 0;
            width: 4px;
            height: 100%;
            background: var(--gradient-1);
            border-radius: 2px;
        }

        .timeline-item {
            position: relative;
            margin-bottom: 45px;
            padding: 25px;
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
        }

        .timeline-item:hover {
            transform: translateX(10px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
        }

        .timeline-item::before {
            content: '';
            position: absolute;
            left: -34px;
            top: 30px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: var(--accent);
            border: 4px solid #fff;
            box-shadow: 0 0 0 4px var(--accent);
            transition: all 0.3s ease;
        }

        .timeline-item:hover::before {
            box-shadow: 0 0 0 6px var(--accent);
        }

        .timeline-item h5 {
            font-size: 20px;
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 10px;
        }

        .timeline-item p {
            color: #666;
            font-size: 16px;
            line-height: 1.7;
            margin: 0;
        }

        /* CTA Section */
        .cta {
            background: var(--gradient-2);
            color: #fff;
            text-align: center;
            padding: 100px 30px;
            border-radius: 32px;
            position: relative;
            overflow: hidden;
        }

        .cta::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
            animation: pulse 4s ease-in-out infinite;
        }

        @keyframes pulse {

            0%,
            100% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.1);
            }
        }

        .cta-content {
            position: relative;
            z-index: 1;
        }

        .cta h2 {
            font-size: 48px;
            font-weight: 800;
            margin-bottom: 20px;
        }

        .cta p {
            font-size: 20px;
            margin-bottom: 35px;
            opacity: 0.95;
        }

        .btn-custom {
            background: #fff;
            color: var(--primary);
            padding: 16px 40px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 18px;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            position: relative;
            z-index: 1;
        }

        .btn-custom:hover {
            background: var(--accent);
            color: #fff;
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
        }

        /* Responsive */
        @media (max-width: 991px) {
            section {
                padding: 60px 0;
            }

            .section-title {
                font-size: 36px;
            }

            .hero h1 {
                font-size: 42px;
            }

            .hero p {
                font-size: 18px;
            }

            .glass-card,
            .ecosystem-card,
            .service-card,
            .resource-card {
                padding: 30px 25px;
            }

            .timeline {
                padding-left: 30px;
            }

            .cta h2 {
                font-size: 36px;
            }
        }

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

            .section-title {
                font-size: 32px;
            }

            .hero {
                padding: 100px 0 120px;
            }

            .hero h1 {
                font-size: 36px;
            }

            .cta {
                padding: 70px 20px;
                border-radius: 20px;
            }

            .cta h2 {
                font-size: 28px;
            }
        }

        .ecosystem-card p {
            font-size: 16px !important;
        }

        /* FAQ Accordion Styling */
        .faq-section {
            padding: 80px 0;
            background: linear-gradient(180deg, #f8fbfd 0%, #fff 100%);
        }

        .faq-wrapper {
            max-width: auto;
            margin: 0 auto;
        }

        .accordion-item {
            border: 1px solid rgba(0, 109, 91, 0.1);
            border-radius: 12px;
            margin-bottom: 15px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }

        .accordion-item:hover {
            box-shadow: 0 4px 15px rgba(0, 109, 91, 0.1);
            border-color: rgba(0, 109, 91, 0.2);
        }

        .accordion-button {
            background: linear-gradient(135deg, #006d5b, #072B61);
            color: #fff;
            font-weight: 600;
            font-size: 16px;
            padding: 20px 25px;
            border: none;
            gap: 12px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .accordion-button:not(.collapsed) {
            background: linear-gradient(135deg, #072B61, #006d5b);
            color: #fff;
            box-shadow: 0 4px 8px rgba(0, 109, 91, 0.2);
        }

        .accordion-button i {
            color: #fff;
            font-size: 18px;
        }

        .accordion-button:not(.collapsed) i {
            color: #fff;
        }

        .accordion-button::after {
            display: none;
        }

        .accordion-button .chevron-icon {
            margin-left: auto;
            transition: transform 0.3s ease;
        }

        .accordion-button:not(.collapsed) .chevron-icon {
            transform: rotate(180deg);
        }

        .accordion-body {
            padding: 25px;
            color: #555;
            line-height: 1.7;
            font-size: 15px;
            background: #fafafa;
        }

        @media (max-width: 767px) {
            .faq-section {
                padding: 50px 0;
            }

            .accordion-button {
                padding: 15px 20px;
                font-size: 15px;
            }

            .accordion-body {
                padding: 20px;
                font-size: 14px;
            }
        }

        .fs-16 {
            font-size: 18px;
        }

        /* Profile Table Styles */
        .profile-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0 20px;
        }

        .profile-table-row {
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            overflow: hidden;
                border: 1px solid #094b60;
        }

        .profile-table-row:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
        }

        .profile-photo-col {
            width: 300px;
            padding: 0;
            vertical-align: middle;
        }

        .profile-photo-col img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            display: block;
        }

        .profile-info-col {
            padding: 30px;
            vertical-align: middle;
        }

        .profile-name {
            font-size: 22px;
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 8px;
        }

        .profile-designation {
            font-size: 16px;
            font-weight: 600;
            color: var(--secondary);
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .profile-short {
            font-size: 15px;
            color: #666;
            line-height: 1.7;
            margin: 0;
        }

        @media (max-width: 768px) {
            .profile-table-row {
                display: block;
            }

            .profile-photo-col,
            .profile-info-col {
                display: block;
                width: 100%;
            }

            .profile-photo-col img {
                height: 250px;
            }

            .profile-info-col {
                padding: 25px;
            }
        }

        .resource-card1 {
            height: 208px;
        }

        
.vision-card,
.mission-card {
    background: linear-gradient(145deg, #ffffff, #f8fbff);
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    border-left: 5px solid #1b8a78;
    transition: 0.35s ease;
    position: relative;
    overflow: hidden;
}

.vision-card::before,
.mission-card::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    /* background: rgba(27,138,120,0.06); */
    border-radius: 50%;
    top: -40px;
    right: -40px;
}

.vision-card:hover,
.mission-card:hover {
    transform: translateY(-10px);
}

.card-header-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

.icon-circle {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 22px;
 
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(27,138,120,0.25);
}

.icon-circle i {
    font-size: 30px;
    color: #fff;
}


.why-sampatti-section{
    padding:20px 0;
    border-radius:28px !important;
       background: linear-gradient(135deg, #013459 0%, #0b1f4d 55%, #013459 100%);

    position:relative;

    overflow:hidden;
}

/* LIGHT EFFECT */

.why-sampatti-section::before{
    content:'';

    position:absolute;

    width:320px;
    height:320px;

    background:rgba(255,255,255,0.05);

    border-radius:50%;

    top:-120px;
    right:-100px;

    filter:blur(20px);
}

.why-sampatti-content{
    max-width:auto;

    margin:auto;

    text-align:center;

    position:relative;

    z-index:2;
}

/* TITLE */

.why-title{
    font-size:44px;

    font-weight:800;

    color:#fff;

    margin-bottom:24px;

    line-height:1.2;
}

/* DESCRIPTION */

.why-description{
    font-size:20px;

    line-height:2;

    color:rgba(255,255,255,0.82);

    text-align:center;

    text-justify:inter-word;

    margin-bottom:18px;
}

/* =========================
TABLET
========================= */

@media(max-width:991px){

    .why-title{
        font-size:36px;
    }

    .why-description{
        font-size:16px;
    }
}

/* =========================
MOBILE
========================= */

@media(max-width:576px){

    .why-sampatti-section{
        padding:55px 0;
    }

    .why-title{
        font-size:28px;
    }

    .why-description{
        font-size:15px;

        line-height:1.9;

        text-align:left;
    }
}
