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

        body {
            font-family: 'Poppins', sans-serif;
            color: #222;
        }

        a {
            text-decoration: none;
        }

        .topbar {
            background: #0B1F33;
            color: #fff;
            font-size: 14px;
            padding: 8px 0;
        }

        .navbar {
            padding: 15px 0;
            background: #fff;
        }

        .navbar-brand {
            font-size: 30px;
            font-weight: 700;
            color: #D52B1E !important;
        }

        .nav-link {
            color: #0B1F33 !important;
            font-weight: 500;
            margin-left: 15px;
        }

        .btn-donate {
            background: #D52B1E;
            color: #fff;
            padding: 10px 25px;
            border-radius: 30px;
            font-weight: 600;
        }

        .btn-donate:hover {
            background: #b71f14;
            color: #fff;
        }

        /* Hero */

        .hero {
            background: linear-gradient(to right, #EAF4FF, #ffffff);
            padding: 100px 0;
        }

        .hero h1 {
            font-size: 58px;
            font-weight: 700;
            color: #0B1F33;
            line-height: 1.2;
        }

        .hero p {
            font-size: 18px;
            margin: 25px 0;
            color: #555;
        }

        .hero-img img {
            width: 100%;
            border-radius: 20px;
        }

        .btn-main {
            background: #D52B1E;
            color: #fff;
            padding: 14px 30px;
            border-radius: 50px;
            font-weight: 600;
            margin-right: 15px;
        }

        .btn-main:hover {
            background: #b71f14;
            color: #fff;
        }

        .btn-outline-custom {
            border: 2px solid #0B1F33;
            padding: 14px 30px;
            border-radius: 50px;
            color: #0B1F33;
            font-weight: 600;
        }

        .btn-outline-custom:hover {
            background: #0B1F33;
            color: #fff;
        }

        /* Stats */

        .stats {
            padding: 80px 0;
            background: #fff;
        }

        .stat-box {
            background: #fff;
            padding: 40px 20px;
            border-radius: 20px;
            text-align: center;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
            transition: 0.3s;
        }

        .stat-box:hover {
            transform: translateY(-8px);
        }

        .stat-box i {
            font-size: 40px;
            color: #D52B1E;
            margin-bottom: 15px;
        }

        .stat-box h3 {
            font-size: 36px;
            font-weight: 700;
        }

        /* About */

        .about {
            padding: 100px 0;
            background: #F8FAFC;
        }

        .about img {
            width: 100%;
            border-radius: 20px;
        }

        .section-title {
            font-size: 42px;
            font-weight: 700;
            color: #0B1F33;
            margin-bottom: 20px;
        }

        .section-text {
            color: #555;
            line-height: 1.8;
        }

        /* Services */

        .services {
            padding: 100px 0;
        }

        .service-box {
            padding: 40px 30px;
            border-radius: 20px;
            background: #fff;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
            transition: 0.3s;
            height: 100%;
        }

        .service-box:hover {
            transform: translateY(-10px);
        }

        .service-box i {
            font-size: 45px;
            color: #D52B1E;
            margin-bottom: 20px;
        }

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

        /* Volunteer */

        .volunteer {
            background:
                linear-gradient(rgba(11, 31, 51, 0.8),
                    rgba(11, 31, 51, 0.8)),
                url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?q=80&w=1400&auto=format&fit=crop');
            background-size: cover;
            background-position: center;
            padding: 120px 0;
            color: #fff;
            text-align: center;
        }

        .volunteer h2 {
            font-size: 52px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        /* Donate */

        .donate {
            padding: 100px 0;
            background: #F8FAFC;
        }

        .donation-card {
            background: #fff;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        }

        .donation-btn {
            width: 100%;
            padding: 14px;
            border: none;
            border-radius: 10px;
            margin-bottom: 15px;
            background: #EAF4FF;
            font-weight: 600;
        }

        .donation-btn:hover {
            background: #D52B1E;
            color: #fff;
        }

        /* Testimonials */

        .testimonials {
            padding: 100px 0;
        }

        .testimonial-box {
            background: #fff;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
        }
  /* General */

        .section-padding{
            padding:100px 0;
        }

        .section-title{
            font-size:42px;
            font-weight:700;
            color:#0B1F33;
            margin-bottom:20px;
        }

        .section-text{
            color:#666;
            line-height:1.9;
        }

        /* About Section */

        .about-image img{
            width:100%;
            border-radius:25px;
            min-height:500px;
            object-fit:cover;
        }

        .feature-box{
            display:flex;
            align-items:flex-start;
            margin-bottom:30px;
        }

        .feature-icon{
            width:70px;
            height:70px;
            background:#D52B1E;
            color:#fff;
            border-radius:50%;
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:28px;
            flex-shrink:0;
            margin-right:20px;
        }

        /* Levels */

        .level-section{
            background:#F8FAFC;
        }

        .level-card{
            background:#fff;
            padding:40px 30px;
            border-radius:22px;
            text-align:center;
            box-shadow:0 5px 25px rgba(0,0,0,0.06);
            height:100%;
            transition:0.3s;
        }

        .level-card:hover{
            transform:translateY(-10px);
        }

        .level-card i{
            width:85px;
            height:85px;
            background:#D52B1E;
            color:#fff;
            border-radius:50%;
            display:inline-flex;
            align-items:center;
            justify-content:center;
            font-size:34px;
            margin-bottom:25px;
        }

        /* Benefits */

        .benefit-box{
            background:#fff;
            padding:35px;
            border-radius:20px;
            box-shadow:0 5px 20px rgba(0,0,0,0.06);
            margin-bottom:25px;
        }

        .benefit-box i{
            color:#D52B1E;
            margin-right:12px;
        }

        /* Registration */

        .registration-section{
            background:#F8FAFC;
        }

        .registration-form{
            background:#fff;
            padding:50px;
            border-radius:25px;
            box-shadow:0 5px 25px rgba(0,0,0,0.07);
        }

        .form-control,
        .form-select{
            padding:14px;
            border-radius:12px;
            border:1px solid #ddd;
            margin-bottom:20px;
        }

        .form-control:focus,
        .form-select:focus{
            box-shadow:none;
            border-color:#D52B1E;
        }

        .btn-submit{
            background:#D52B1E;
            color:#fff;
            padding:15px 35px;
            border:none;
            border-radius:50px;
            font-weight:600;
        }

        .btn-submit:hover{
            background:#0B1F33;
            color:#fff;
        }

        /* CTA */

        .cta-section{
            background:
            linear-gradient(rgba(213,43,30,0.92),
            rgba(213,43,30,0.92)),
            url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=1400&auto=format&fit=crop');

            background-size:cover;
            background-position:center;
            color:#fff;
            text-align:center;
            padding:110px 0;
        }

        .cta-section h2{
            font-size:52px;
            font-weight:700;
        }

        /* =========================
       Why Choose Section CSS
    ========================= */

    .wc-different-section {
        background: #f7f8f3;
        position: relative;
        overflow: hidden;
    }

    .wc-different-content {
        padding-right: 20px;
    }

    .wc-section-tag {
    display: inline-block;
    background: rgb(213 43 30 / 6%);
    color: #d52b1e;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

    .wc-section-title {
        font-size: 42px;
        font-weight: 800;
        color: #111;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .wc-section-desc {
        font-size: 17px;
        color: #555;
        line-height: 1.8;
        margin-bottom: 35px;
    }

    .wc-feature-list {
        display: flex;
        flex-direction: column;
        gap: 22px;
    }

    .wc-feature-box {
        display: flex;
        align-items: flex-start;
        gap: 18px;
        background: #fff;
        padding: 22px;
        border-radius: 18px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        transition: 0.3s ease;
    }

    .wc-feature-box:hover {
        transform: translateY(-5px);
    }


          /* Contact Cards */

        .contact-card {
            background: #fff;
            padding: 40px 30px;
            border-radius: 22px;
            text-align: center;
            box-shadow: 0 5px 25px rgba(0,0,0,0.06);
            transition: 0.3s;
            height: 100%;
        }

        .contact-card:hover {
            transform: translateY(-10px);
        }

        .contact-card i {
            width: 80px;
            height: 80px;
            background: #D52B1E;
            color: #fff;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            margin-bottom: 25px;
        }

        /* Contact Form */

        .contact-section {
            background: #F8FAFC;
        }

        .contact-form {
            background: #fff;
            padding: 50px;
            border-radius: 25px;
            box-shadow: 0 5px 25px rgba(0,0,0,0.07);
        }

       /* Desktop Hover Dropdown */
@media (min-width: 992px) {

  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color:#d52b1e !important;
}


        /* Donation Section */

        .donation-wrapper{
            background:#fff;
            border-radius:30px;
            overflow:hidden;
            box-shadow:0 5px 30px rgba(0,0,0,0.08);
        }

        .donation-image{
            height:100%;
        }

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

        .donation-form{
            padding:60px;
        }

        .amount-btn{
            border:none;
            background:#F1F5F9;
            padding:16px;
            border-radius:14px;
            width:100%;
            font-weight:600;
            transition:0.3s;
        }

        .amount-btn:hover{
            background:#D52B1E;
            color:#fff;
        }

        /* Impact */

        .impact-section{
            background:#F8FAFC;
        }

        .impact-box{
            background:#fff;
            padding:40px 30px;
            border-radius:22px;
            text-align:center;
            box-shadow:0 5px 20px rgba(0,0,0,0.06);
            height:100%;
            transition:0.3s;
        }

        .impact-box:hover{
            transform:translateY(-10px);
        }

        .impact-box i{
            width:85px;
            height:85px;
            background:#D52B1E;
            color:#fff;
            border-radius:50%;
            display:inline-flex;
            align-items:center;
            justify-content:center;
            font-size:32px;
            margin-bottom:25px;
        }

        @media(max-width:768px){

        

            .donation-form{
                padding:35px;
            }
        }
        /* Map */

        .map-section iframe {
            width: 100%;
            height: 500px;
            border: 0;
            border-radius: 25px;
        }

.medical-form{
            background:#fff;
            padding:50px;
            border-radius:25px;
            box-shadow:0 5px 25px rgba(0,0,0,0.07);
        }

         .education-form{
            background:#fff;
            padding:50px;
            border-radius:25px;
            box-shadow:0 5px 25px rgba(0,0,0,0.07);
        }
        /* General */

        .section-padding {
            padding: 100px 0;
        }

       .section-title {
    font-size: 34px;
    font-weight: 700;
    color: #0B1F33;
    margin-bottom: 10px;
}

        .section-text {
            color: #555;
            line-height: 1.9;
        }

        /* CTA */

        .cta {
            background:
                linear-gradient(rgba(213, 43, 30, 0.9),
                    rgba(213, 43, 30, 0.9)),
                url('https://images.unsplash.com/photo-1559027615-cd4628902d4a?q=80&w=1400&auto=format&fit=crop');

            background-size: cover;
            background-position: center;
            color: #fff;
            text-align: center;
            padding: 100px 0;
        }

        .cta h2 {
            font-size: 52px;
            font-weight: 700;
        }

        .btn-light-custom {
            background: #fff;
            color: #D52B1E;
            padding: 14px 35px;
            border-radius: 50px;
            font-weight: 600;
            display: inline-block;
            margin-top: 25px;
        }

        .btn-light-custom:hover {
            background: #0B1F33;
            color: #fff;
        }
  .wc-feature-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: #d52b1e;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    /* About Volunteer */

        .volunteer-img img {
            width: 100%;
            border-radius: 20px;
        }

        /* Benefits */

        .benefit-card {
            background: #fff;
            padding: 40px 30px;
            border-radius: 20px;
            box-shadow: 0 5px 25px rgba(0,0,0,0.06);
            transition: 0.3s;
            height: 100%;
            text-align: center;
        }

        .benefit-card:hover {
            transform: translateY(-10px);
        }

        .benefit-card i {
            font-size: 55px;
            color: #D52B1E;
            margin-bottom: 20px;
        }

        /* Form */

        .form-section {
            background: #F8FAFC;
        }

        .volunteer-form {
            background: #fff;
            padding: 50px;
            border-radius: 25px;
            box-shadow: 0 5px 25px rgba(0,0,0,0.07);
        }

        .form-control,
        .form-select {
            padding: 14px;
            border-radius: 12px;
            border: 1px solid #ddd;
            margin-bottom: 20px;
        }

        .form-control:focus,
        .form-select:focus {
            box-shadow: none;
            border-color: #D52B1E;
        }

        .btn-submit {
            background: #D52B1E;
            color: #fff;
            padding: 14px 35px;
            border-radius: 50px;
            border: none;
            font-weight: 600;
        }

        .btn-submit:hover {
            background: #0B1F33;
            color: #fff;
        }

        /* Opportunities */

        .opportunity-box {
            background: #fff;
            padding: 35px;
            border-radius: 20px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.06);
            margin-bottom: 30px;
        }

        .opportunity-box h4 {
            color: #0B1F33;
            font-weight: 600;
        }

        .opportunity-box i {
            color: #D52B1E;
            margin-right: 10px;
        }

       
        @media(max-width:768px) {

            .volunteer-form {
                padding: 30px;
            }
        }

        .social-icons a {
            width: 42px;
            height: 42px;
            background: rgba(255,255,255,0.1);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-right: 10px;
            color: #fff;
        }

        .copyright {
            border-top: 1px solid rgba(255,255,255,0.1);
            margin-top: 40px;
            padding-top: 20px;
            text-align: center;
            color: #ccc;
        }
    .wc-feature-icon i {
        color: #fff;
        font-size: 24px;
    }

    .wc-feature-text h4 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 8px;
        color: #111;
    }

    .wc-feature-text p {
        margin: 0;
        color: #666;
        line-height: 1.7;
        font-size: 15px;
    }

    .wc-different-image {
        position: relative;
    }

    .wc-different-image img {
        width: 100%;
        border-radius: 30px;
        object-fit: cover;
        min-height: 700px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    }

    /* Responsive */
    @media (max-width: 991px) {
        .wc-section-title {
            font-size: 34px;
        }

        .wc-different-content {
            padding-right: 0;
        }

        .wc-different-image img {
            min-height: auto;
        }
    }

    @media (max-width: 576px) {
        .wc-section-title {
            font-size: 28px;
        }

        .wc-feature-box {
            flex-direction: column;
        }

        .wc-feature-icon {
            width: 55px;
            height: 55px;
            min-width: 55px;
        }

        .wc-feature-text h4 {
            font-size: 20px;
        }
    }

.testimonial-box img {
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 20px;
}

        /* Blog */

        .blog {
            padding: 100px 0;
            background: #F8FAFC;
        }

        .blog-card {
            background: #fff;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
        }

        .blog-card img {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }

        .blog-content {
            padding: 25px;
        }

        /* Footer */

        footer {
            background: #0B1F33;
            color: #fff;
            padding: 80px 0 30px;
        }

        footer h5 {
            margin-bottom: 25px;
            font-weight: 600;
        }

        footer ul {
            list-style: none;
            padding: 0;
        }

        footer ul li {
            margin-bottom: 12px;
        }

        footer ul li a {
            color: #ccc;
        }

        footer ul li a:hover {
            color: #fff;
        }

        .social-icons a {
            width: 42px;
            height: 42px;
            background: rgba(255,255,255,0.1);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-right: 10px;
            color: #fff;
        }

        .copyright {
            border-top: 1px solid rgba(255,255,255,0.1);
            margin-top: 40px;
            padding-top: 20px;
            text-align: center;
            color: #ccc;
        }

        @media(max-width:768px) {

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

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

            .volunteer h2 {
                font-size: 38px;
            }

            .hero {
                text-align: center;
            }

            .hero-img {
                margin-top: 40px;
            }
        }


        .owl-carousel .owl-item img {
    display: block;
    width: auto;
}
  /* About */

        .about-img img {
            width: 100%;
            border-radius: 20px;
        }

        /* Mission */

        .mission-box {
            background: #fff;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.07);
            height: 100%;
            transition: 0.3s;
        }

        .mission-box:hover {
            transform: translateY(-8px);
        }

        .mission-box i {
            font-size: 50px;
            color: #D52B1E;
            margin-bottom: 20px;
        }

        /* Team */

        .team-section {
            background: #F8FAFC;
        }

        .team-card {
            background: #fff;
            border-radius: 20px;
            overflow: hidden;
            text-align: center;
            box-shadow: 0 5px 20px rgba(0,0,0,0.06);
        }

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

        .team-content {
            padding: 25px;
        }


         /* CTA */

        .cta {
            background:
                linear-gradient(rgba(213, 43, 30, 0.9),
                    rgba(213, 43, 30, 0.9)),
                url('https://images.unsplash.com/photo-1559027615-cd4628902d4a?q=80&w=1400&auto=format&fit=crop');

            background-size: cover;
            background-position: center;
            color: #fff;
            text-align: center;
            padding: 100px 0;
        }

        .cta h2 {
            font-size: 52px;
            font-weight: 700;
        }

       @media(max-width:768px) {

            .cta h2 {
                font-size: 36px;
            }
        }
/* Program Cards */

        .program-card {
            background: #fff;
            border-radius: 22px;
            overflow: hidden;
            box-shadow: 0 5px 25px rgba(0,0,0,0.07);
            transition: 0.3s;
            height: 100%;
        }

        .program-card:hover {
            transform: translateY(-10px);
        }

        .program-card img {
            width: 100%;
            height: 240px;
            object-fit: cover;
        }

        .program-content {
            padding: 30px;
        }

        .program-icon {
            width: 75px;
            height: 75px;
            background: #D52B1E;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            margin-top: -65px;
            position: relative;
            z-index: 10;
            border: 5px solid #fff;
        }

.program-content h4 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
    color: #0B1F33;
}
.why-box h4 {
    font-size: 20px;
}
        .program-content p {
            color: #666;
            line-height: 1.8;
            margin-top: 15px;
        }

        .read-btn {
            display: inline-block;
            margin-top: 20px;
            color: #D52B1E;
            font-weight: 600;
        }

        /* Why Choose */

        .why-section {
            background: #F8FAFC;
        }

        .why-box {
            background: #fff;
            padding: 40px 30px;
            border-radius: 20px;
            text-align: center;
            box-shadow: 0 5px 20px rgba(0,0,0,0.06);
            height: 100%;
        }

        .why-box i {
            font-size: 50px;
            color: #D52B1E;
            margin-bottom: 20px;
        }


          .cta-section {
            background:
                linear-gradient(rgba(213, 43, 30, 0.92),
                    rgba(213, 43, 30, 0.92)),
                url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?q=80&w=1400&auto=format&fit=crop');

            background-size: cover;
            background-position: center;
            color: #fff;
            text-align: center;
            padding: 110px 0;
        }

        .cta-section h2 {
            font-size: 52px;
            font-weight: 700;
        }

          /* About */

        .about-image img{
            width:100%;
            min-height:520px;
            object-fit:cover;
            border-radius:25px;
        }

        .feature-box{
            display:flex;
            align-items:flex-start;
            margin-bottom:30px;
        }

        .feature-icon{
            width:70px;
            height:70px;
            background:#D52B1E;
            color:#fff;
            border-radius:50%;
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:28px;
            flex-shrink:0;
            margin-right:20px;
        }

        /* Services */

        .services-section{
            background:#F8FAFC;
        }

        .service-card{
            background:#fff;
            padding:40px 30px;
            border-radius:22px;
            text-align:center;
            box-shadow:0 5px 25px rgba(0,0,0,0.06);
            transition:0.3s;
            height:100%;
        }

        .service-card:hover{
            transform:translateY(-10px);
        }

        .service-card i{
            width:85px;
            height:85px;
            background:#D52B1E;
            color:#fff;
            border-radius:50%;
            display:inline-flex;
            align-items:center;
            justify-content:center;
            font-size:34px;
            margin-bottom:25px;
        }

        /* Benefits */

        .benefit-box{
            background:#fff;
            padding:35px;
            border-radius:20px;
            box-shadow:0 5px 20px rgba(0,0,0,0.06);
            margin-bottom:25px;
        }

        .benefit-box i{
            color:#D52B1E;
            margin-right:12px;
        }

        /* Registration */

        .registration-section{
            background:#F8FAFC;
        }

        .job-form{
            background:#fff;
            padding:50px;
            border-radius:25px;
            box-shadow:0 5px 25px rgba(0,0,0,0.07);
        }
         @media(max-width:768px){


            .job-form{
                padding:30px;
            }
        }


         /* Levels */

        .level-section{
            background:#F8FAFC;
        }

        .level-card{
            background:#fff;
            padding:40px 30px;
            border-radius:22px;
            text-align:center;
            box-shadow:0 5px 25px rgba(0,0,0,0.06);
            height:100%;
            transition:0.3s;
        }

        .level-card:hover{
            transform:translateY(-10px);
        }

        .level-card i{
            width:85px;
            height:85px;
            background:#D52B1E;
            color:#fff;
            border-radius:50%;
            display:inline-flex;
            align-items:center;
            justify-content:center;
            font-size:34px;
            margin-bottom:25px;
        }

        /* Benefits */

        .benefit-box{
            background:#fff;
            padding:35px;
            border-radius:20px;
            box-shadow:0 5px 20px rgba(0,0,0,0.06);
            margin-bottom:25px;
        }

        .benefit-box i{
            color:#D52B1E;
            margin-right:12px;
        }
  /* Banner */

        .page-banner{
            background:
            linear-gradient(rgba(11,31,51,0.80),
            rgba(11,31,51,0.80)),
            url('https://images.unsplash.com/photo-1589829545856-d10d557cf95f?q=80&w=1400&auto=format&fit=crop');

            background-size:cover;
            background-position:center;
            padding:140px 0;
            text-align:center;
            color:#fff;
        }

        .page-banner h1{
            font-size:58px;
            font-weight:700;
        }

        /* Registration */

        .registration-section{
            background:#F8FAFC;
        }

        .registration-form{
            background:#fff;
            padding:50px;
            border-radius:25px;
            box-shadow:0 5px 25px rgba(0,0,0,0.07);
        }


        
        @media(max-width:768px){


            .registration-form{
                padding:30px;
            }
        }