* {



    margin: 0;



    padding: 0;



    box-sizing: border-box;



}







body {



    font-family: 'Open Sans', sans-serif;



    font-weight: 400;



    color: #282727;



}







a {



    text-decoration: none;



    -moz-transition: all .3s ease-in-out;



    -webkit-transition: all .3s ease-in-out;



    transition: all .3s ease-in-out;



}







a:hover {



    text-decoration: none;



}





.header {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    z-index: 1000;

}



.header.header-fixed {

    background-color: #fff;

    padding: 0 0 0 0;

    position: fixed;

    top: -100px;

    left: 0;

    width: 100%;

    -webkit-transition: -webkit-transform .5s;

    transition: -webkit-transform .5s;

    transition: transform .5s;

    transition: transform .5s, -webkit-transform .5s;

    -webkit-transform: translateY(100px);

    transform: translateY(100px);

    border: none;

    backdrop-filter: blur(40px);

    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);

    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);

}



.header.header-fixed .navbar-brand img {

    max-height: 75px;

}



/* Navbar Styles */

.navbar .navbar-brand img {

    max-height: 108px;

}



.navbar .nav-link {
    color: #7d3188 !important;
    /* font-weight: 600; */
    font-size: 19px;
    margin-right: 8px;
}



.navbar .nav-link:hover {

    color: #333 !important;

}



.navbar .btn-warning {

    font-weight: 600;

    color: #fff;

    background-color: #feac13;

    border-color: #feac13;

    border: none;

    padding: 10px 20px;

    border-radius: 30px;

    margin-left: 16px;

}



.banner {

    position: relative;

    padding: 120px 0 0px;

    background: #FFF1D7;

    background: -webkit-linear-gradient(0deg, rgba(255, 241, 215, 1) 66%, rgba(255, 253, 249, 1) 100%);

    background: -moz-linear-gradient(0deg, rgba(255, 241, 215, 1) 66%, rgba(255, 253, 249, 1) 100%);

    background: linear-gradient(0deg, rgba(255, 241, 215, 1) 66%, rgba(255, 253, 249, 1) 100%);

}



.banner h1 {
    font-size: 2.85rem;
    font-weight: 700;
    color: #7d3188;
}



.banner h2 {
    font-size: 2.35rem;
    font-weight: 500;
    color: #7d3188;
}



.banner .btn {

    background-color: #79ab36;

    border-color: #79ab36;

    color: #fff;

    padding: 5px 20px;

    border-radius: 30px;

    font-weight: 600;

}



.banner .banner-img-outer {

    display: flex;

    justify-content: end;

}



.banner .banner-img-outer .banner-img {

    width: 30%;

}







.banner .banner-content {

    position: absolute;

    left: 0;

    right: 0;

}


@media screen and (max-width: 1399px) {
    .banner {
        padding: 130px 0 0px;
    }

    .banner .banner-img-outer .banner-img {

        width: 50%;

    }

    .banner-left-text {
        padding-top: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .banner h2 {
        font-size: 2rem; 
    }
    .banner h1 {
        font-size: 2.5rem; 
    }
    .banner .banner-img-outer .banner-img {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {

    .banner h1 {

        font-size: 2rem;

    }



    .banner h2 {

        font-size: 1.5rem;

    }



    .header {

        backdrop-filter: blur(20px);

    }

    .header .navbar {

        padding-bottom: 0;

    }

    .header .navbar #navbarNav {

        padding-bottom: 10px;

    }



    .navbar .btn-warning {

        margin-left: 0px;

    }



    .navbar .navbar-brand img {

        max-height: 80px;

    }

    .banner {
        padding: 100px 0 0px;
    }

}

@media screen and (max-width: 767px) {



    .banner .banner-content {

        position: static;

        text-align: center;

    }

    .banner .banner-img-outer .banner-img {

        width: 100%;

    }

}

@media screen and (min-width: 1400px) {
    .banner .banner-content {
        top: 50%;
        transform: translateY(-50%);
    }

    .banner .banner-content .banner-left-text{
        padding-top: 100px;
    }

    .banner .banner-content h1 {
        font-size: 3.5rem;
    }

    .banner .banner-content h2 {
        font-size: 2.85rem;
    }

    .banner .banner-img-outer .banner-img {
        width: 50%;
    }
}

/* @media screen and (min-width: 1200px) and (max-width: 1399px) { 
    .banner .banner-content h1 {
        font-size: 3rem;
    }
    .banner .banner-content h2{ 
        font-size: 2.5rem;
    }
 
}  */



@media (min-width:768px) and (max-width: 991px) {

    .banner .banner-img-outer .banner-img {
        width: 45%;
    }
    .banner .banner-content {
        bottom: 30px;
    }

}


/* About Us Section */

.about-us-section {

    background-color: #fff;

}



.section-title {

    font-size: 1.25rem;

    font-weight: 600;

    color: #79ab36;

    margin-bottom: 10px;

}



.section-heading {

    font-size: 40px;

    font-weight: 700;

    color: #7d3188;

    margin-bottom: 20px;

}



.about-text {

    font-size: 20px;

    line-height: 1.8;

    color: #000;

    margin-bottom: 15px;

}







/* Buttons Styling */

.about-us-btn-primary {

    background-color: #feac13;

    color: #fff;

    border: none;

    padding: 10px 20px;

    font-size: 1rem;

    font-weight: bold;

    border-radius: 50px;

    text-decoration: none;

    display: inline-flex;

    align-items: center;

    gap: 8px;

}



.about-us-btn-primary:hover {

    background-color: #d98a2b;

    color: #fff;

}



.about-us-btn-secondary {

    background-color: #5e2267;

    color: #fff;

    border: none;

    padding: 10px 20px;

    font-size: 1rem;

    font-weight: bold;

    border-radius: 50px;

    text-decoration: none;

    display: inline-flex;

    align-items: center;

    gap: 8px;

}



.about-us-btn-secondary:hover {

    background-color: #5a3399;

    color: #fff;

}



/* Buttons Section Alignment */

.about-us-buttons {

    margin-top: 20px;

}



.about-us-buttons .text-start {

    text-align: left;

}



/* Mobile Responsive Buttons */

@media (max-width: 768px) {

    .about-us-buttons .text-start {

        text-align: center;

    }



    .about-us-btn-primary,

    .about-us-btn-secondary {

        display: block;

        width: 100%;

        margin-bottom: 10px;

    }



    .about-us-btn-primary {

        margin-right: 0;

    }

}



/* Services Section Styling */

.services-section {

    background-color: #5e2267;

    padding: 60px 0;

}





.services-carousel .owl-stage {

    display: flex;

}



.services-carousel .owl-item {

    height: 100%;

}



.services-carousel .service-card {

    background-color: #fff;

    border: 1px solid #ddd;

    min-height: 620px;

    display: flex;

    flex-direction: column;

}



.services-carousel .service-card h5 {

    font-size: 20px;

    margin-top: 15px;

    color: #5e2267;

}



.services-carousel .service-card p {

    font-size: 18px;

    color: #000;

    margin: 15px 0;

}



.services-carousel .btn-primary {

    background-color: #5e2267;

    border-color: #5e2267;

    border-radius: 30px;

    color: #fff;

    text-transform: uppercase;

    font-size: 14px;

    padding: 10px 20px;

    transition: background-color 0.3s ease, border-color 0.3s ease;

    margin-top: auto;

}



.services-carousel .owl-dots .owl-dot {

    background-color: #ebe5d9;

}

.services-carousel .owl-dots .owl-dot.active {

    background-color: #ec96f9;

}



/* Owl Carousel Navigation Buttons */



.owl-dots {

    text-align: center;

    margin-top: 20px;

}



.owl-dots .owl-dot {

    width: 12px;

    height: 12px;

    margin: 0 5px;

    background-color: #ddd;

    border-radius: 50%;

    display: inline-block;

    transition: background-color 0.3s ease;

}



.owl-dots .owl-dot.active {

    background-color: #fff;

}



/* Intro Services Section Styling */

.intro-services-section .container {

    background-color: #fadaff;

    border-radius: 50px 50px 0 0;

    padding: 40px 40px 5px 40px;



}



.intro-services-section .section-title {

    font-size: 18px;

    text-transform: uppercase;

    color: #feac13;

    margin-bottom: 10px;

}



.intro-services-section .section-heading {

    font-size: 45px;

    color: #5e2267;

    font-weight: 700;

}



/* Testimonial Section Styling */

.testimonial-section {

    background-color: #f9f9f9;

    padding: 60px 0;

}



.testimonial-section .section-heading {

    font-size: 28px;

    margin-bottom: 10px;

    color: #79ab36;

}



.testimonial-section .section-subheading {

    font-size: 22px;

    color: #000;

    margin-bottom: 30px;

}



.testimonial-carousel .testimonial-card {

    background-color: #79ab36;

    border-radius: 20px;

    padding: 30px;

    text-align: left;

}



.testimonial-carousel .testimonial-text {

    font-size: 20px;

    color: #fff;

    margin-bottom: 15px;

    position: relative;

}



.testimonial-carousel .testimonial-text i {

    color: #dcff62;

    font-size: 24px;

    margin-right: 10px;

}



.testimonial-carousel .testimonial-author {

    font-size: 18px;

    color: #dcff62;

}



.testimonial-carousel .testimonial-role {

    font-size: 15px;

    color: #fff;

}

.testimonial-carousel .owl-dots .owl-dot {

    background-color: #dcff62;

}

.testimonial-carousel .owl-dots .owl-dot.active {

    background-color: #79ab36;

}

/* Contact Section Styling */

.contact-section {

    background-color: #713381;

    padding: 60px 0;

    color: #fff;

}



.contact-section .section-heading {

    font-size: 30px;

    margin-bottom: 20px;

}



.contact-section .btn-warning {

    background-color: #ffc107;

    border: none;

    color: #fff;

    border-radius: 30px;

    font-size: 18px;

    padding: 10px 20px;

    text-transform: uppercase;

    transition: background-color 0.3s ease;

}



.contact-section .sand-request-btn {

    background-color: #ffc107;

    border: none;

    width: 100%;

    color: #fff;

    border-radius: 10px;

    font-size: 18px;

    padding: 15px 20px;

    text-transform: uppercase;

    transition: background-color 0.3s ease;

}



.contact-section .btn-warning:hover {

    background-color: #e0a800;

}



.contact-section .form-control {

    background-color: #511b5e;

    border: 1px solid #c654e3;

    color: #fff;

    font-size: 15px;

    padding: 18px 10px;

    border-radius: 5px;

}



.contact-section .form-control::placeholder {

    color: #ddd;



}



.contact-section .form-control:focus {

    outline: none;

    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);

}



.contact-section textarea.form-control {

    resize: none;

}



.contact-section .btn-warning i {

    margin-left: 5px;

}



/* Partners Section Styling */

.partners-section {

    background-color: #f9f9f9;

    padding: 60px 0;

}



.partners-section .section-heading {

    font-size: 28px;

    color: #333;

    margin-bottom: 30px;

}



.partners-carousel .partner-card {

    padding: 20px;

}



.partners-carousel .partner-card img {

    max-width: 100%;

    height: auto;

    object-fit: contain;

}

.partners-carousel .owl-dots .owl-dot {

    background-color: #f6c3f5;

}

.partners-carousel .owl-dots .owl-dot.active {

    background-color: #92278f;

}

/* Responsive Styles */
        @media (max-width: 768px) {
            .footer-section h5 {
                font-size: 16px;
            }

            .footer-section a {
                font-size: 14px;
            }

            .footer-services li {
                font-size: 14px;
                text-align: left;
            }
            .footer-services {
                list-style-type: disc !important;
                padding-left: 20px;
            }
    
            .footer-services li {
                margin-bottom: 5px;
            }
         
        }

/* Footer Section Styling */

.footer-section {

    background-color: #fce4ff;

    padding: 20px 0;

}



.footer-logo {

    max-width: 100px;

    height: auto;

}



/* .footer-counsultation {

    font-size: 18px;

    margin-bottom: 10px;

    color: #5e2267;

} */

.footer-counsultation {

    font-size: 16px;

}

.footer-consultation {

    background-color: #fce4f8;

    padding: 10px 15px;

    border-radius: 50px;

}



.consultation-icon {

    font-size: 25px;

    background-color: #ffffff;

    padding: 15px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #5e2267;

}



.footer-counsultation {

    font-size: 18px;

    color: #5e2267;

    text-align: start;

}





.footer-contact {

    font-size: 16px;

    color: #000;

}



.footer-contact .text-orange {

    color: #ff9800;

}



.footer-contact i {

    font-size: 20px;

    margin-right: 5px;

    color: #ff9800;

}

.footer-title {

    font-size: 30px;

    margin-bottom: 10px;

    color: #5e2267;

}



/* Footer Services Styling */

.footer-services {

    font-size: 17px;

    color: #5e2267;

    padding-left: 20px;

    margin-bottom: 0;

}



.footer-services li {

    position: relative;

    margin-bottom: 10px;

}



.footer-services li a {

    color: inherit;

    font-size: 20px;

}



.footer-services li a:hover {

    color: #ff9800;

}



.footer-contact {

    font-size: 16px;

    color: #333;

}



.footer-contact a {

    color: #ff9800;

}



.footer-contact a:hover {

    color: #5e2267;

}



.footer-contact i {

    font-size: 20px;

    margin-right: 5px;

}



/* Footer Bottom Section Styling */

.footer-bottom {

    background-color: #fff;

    border-top: 1px solid #ddd;

    text-align: center;

}



/* Footer Navigation Styling */

.footer-nav {

    font-size: 18px;

    color: #5e2267;

    display: inline-block;

    margin-bottom: 10px;

}



.footer-nav a {

    color: #5e2267;

    text-decoration: none;

    margin-right: 5px;

    transition: color 0.3s ease;

}



.footer-nav a:hover {

    color: #5e2267;

}



.footer-nav .list-inline-item {

    margin-right: 10px;

}







/* Social Icons Styling */

.footer-nav img {

    width: 40px;

    height: 40px;

    display: inline-block;

    transition: transform 0.3s ease;

}



.footer-nav img:hover {

    transform: scale(1.1);

}



/* Social Icons Styling */

.social-icons {

    font-size: 18px;

    display: inline-block;

    margin-top: 10px;

}



.social-icons a {

    color: #5e2267;

    margin-right: 10px;

    transition: color 0.3s ease;

}



.social-icons a:hover {

    color: #5e2267;

}



.social-icons img {

    width: 24px;

    height: 24px;

    display: inline-block;

    transition: transform 0.3s ease;

    margin-right: 10px;

}



.social-icons img:hover {

    transform: scale(1.1);

}



.social-icons img:last-child {

    margin-right: 0;

}



.copyright {

    font-size: 14px;

    color: #5e2267;



}









/* About Us Section Images Styling */

.about-imgs-grid {

    display: grid;

    grid-template-columns: auto auto auto;

    gap: 15px;

    margin-top: 20px;

}



.about-imgs-grid-inner {

    overflow: hidden;

    border-radius: 10px;

}



.about-imgs-grid-inner img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.about-imgs-grid-inner.about-img-large {

    grid-row-start: 1;

    grid-row-end: 3;

}



.about-imgs-grid-inner:nth-child(2) {

    grid-row-start: 1;

    grid-column-start: 2;

    grid-column-end: 3;

}







@media (max-width: 767px) {

    .about-imgs-grid {

        grid-template-columns: auto auto;

        grid-template-rows: auto auto;

    }



    .about-imgs-grid-inner.about-img-large {

        grid-row-start: unset;

        grid-row-end: unset;

    }



    .about-imgs-grid-inner:nth-child(2) {

        grid-row-start: unset;

        grid-column-start: unset;

        grid-column-end: unset;

    }

    .footer-services {

        list-style: none;

    }

    .partners-carousel .partner-card {

        padding: 0;

    }

    .section-heading {

        font-size: 32px;

    }

    .intro-services-section .section-heading {

        font-size: 32px;

    }

}





/*** 24 pril ***/

.banner-heading{
    background: linear-gradient(0deg, rgba(255, 241, 215, 1) 66%, rgba(255, 253, 249, 1) 100%);
    padding: 50px 0;
    margin-top: 120px;
}
.banner-heading h1{
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    color: #7d3188;
}

.servicespagebg{
    padding: 50px 0;
}
.servicebox{
    background: #fce4ff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 25px;
    height: 100%;
}
.servicebox ul{
    padding: 0 0 0px 15px;
    margin: 20px 0;
}
.servicebox ul li{
    font-size: 18px;
    color: #000;
}
.servicebox img{
    max-width: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.servicebox h3{
    color: #7d3188;
    font-weight: 700;
    margin: 25px 0;
}
.servicebox h5{
    color: #7d3188;
    font-weight: 700;
    margin: 25px 0;
}

.whychoosebg h5{
    color: #7d3188;
    font-weight: 700;
}
.whychoosebg p a{
    color: #feac13;
}
.whychoosebg ul{
    padding: 0 0 0 15px;
}
.whychoosebg ul li{
    font-size: 18px;
    padding: 5px 0;
}



.innerheading {
    position: relative;
    background: linear-gradient(to bottom, rgba(106, 27, 154, 0.8), rgba(106, 27, 154, 0.8)), url(../images/about-us-banner.jpg) no-repeat center center / cover;
    color: #fff;
    padding: 150px 0;
    margin-top: 150px;
    text-align: left;
}
.innerheading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.innerheading .banner-content {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.innerheading .banner-content h2 {
    font-size: 2.85rem;
    font-weight: 700;
}
.innerheading .banner-content .banner-left-text {
    padding-top: 100px;
}


    /*25 april */
    
    
/* Banner Section */
        .header-inner {
            position: static ;
            
        }
        .banner-inner {
            position: relative;
            background: linear-gradient(to bottom, rgba(106, 27, 154, 0.8), rgba(106, 27, 154, 0.8)), 
                        url('../images/about-us-banner.jpg') no-repeat center center/cover;
            color: #fff;
            padding: 120px 0; 
            text-align: left;
        }

        .banner-inner h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: #fff;
        }

        .banner-inner h1 {
            font-size: 3rem;
            font-weight: 800;
            line-height: 1.2;
        }

        .banner-inner-content {
            z-index: 2;
            position: relative;
        }

        .banner-inner::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4); /* Optional overlay for better text visibility */
            z-index: 1;
        }

        .banner-inner-content h2{
            position: relative;
            z-index: 2;
        }





 /* Contact Us Section */
        .contact-us {
            background-color: #f9f9f9;
            padding: 50px 0;
        }

        .contact-us h2 {
            font-size: 2.5rem;
            color: #6a1b9a;
        }

        .contact-us p {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #333;
        }

        .contact-us i {
            font-size: 1.2rem;
            color: #6a1b9a;
        }

        /* Online Contact Section */
        .online-contact {
            background-color: #6a1b9a;
            background-image: linear-gradient(135deg, #6a1b9a 50%, #4a148c 50%);
            color: #fff;
            padding: 50px 0;
        }

        .online-contact h6 {
            font-size: 1rem;
            font-weight: 600;
            letter-spacing: 2px;
            margin-bottom: 10px;
        }

        .online-contact h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 30px;
        }

        .contact-form .form-control {
            background-color: #fff;
            border: none;
            border-radius: 5px;
            padding: 15px;
            font-size: 1rem;
            color: #333;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .contact-form .form-control::placeholder {
            color: #aaa;
        }

        .contact-form .btn {
            background-color: #ffc107;
            color: #6a1b9a;
            font-weight: 600;
            border: none;
            border-radius: 30px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        }

        .contact-form .btn:hover {
            background-color: #e0a800;
            color: #fff;
        }




 /* About Us Section */
        .about-us-section {
            background: linear-gradient(to bottom, #f9f9f9, #ffffff);
        }
    
        .about-us-title {
            font-size: 2.8rem;
            font-weight: 800;
            color: #6a1b9a;
        }
    
        .about-us-title-icon {
            margin-right: 0.5rem;
            color: #feac13;
        }
    
        .about-us-lead {
            font-size: 1.1rem;
            color: #555;
        }
        .about-us-italic {
            font-size: 1.3rem;
            color: #555;
            font-weight: bold;
        }
    
        .about-us-text p {
            font-size: 1.1rem;
            line-height: 1.5;
            color: #333;
        }
    
        .about-us-highlight .highlight-purple {
            color: #6a1b9a;
            font-weight: bold;
        }
    
        .about-us-highlight .highlight-orange {
            color: #feac13;
            font-weight: bold;
        }
    
        .about-us-image {
            max-width: 100%;
            transition: transform 0.3s;
            cursor: pointer;
        }
    
        .about-us-image:hover {
            transform: scale(1.05);
        }
    
        .about-us-heading-purple {
            color: #6a1b9a;
        }
    
        .about-us-heading-orange {
            color: #feac13;
        }
    
        /* Contact Us Button */
        .btn-primary-us {
            background-color: #6a1b9a;
            border-color: #6a1b9a;
        }
    
        .btn-primary-us:hover {
            background-color: #feac13;
            border-color: #feac13;
        }
    
        .btn-contact {
            border-radius: 30px;
        }
    
        /* Media Queries for Responsiveness */
        @media (max-width: 991px) {
            .about-us-title {
                font-size: 2.4rem;
            }
    
            .about-us-lead {
                font-size: 1rem;
            }
    
            .about-us-text p {
                font-size: 0.95rem;
            }
    
            .about-us-heading-purple,
            .about-us-heading-orange {
                font-size: 1.5rem;
            }
        }
    
        @media (max-width: 768px) {
            .about-us-title {
                font-size: 2rem;
            }
    
            .about-us-lead {
                font-size: 0.9rem;
            }
    
            .about-us-text p {
                font-size: 0.85rem;
            }
    
            .about-us-heading-purple,
            .about-us-heading-orange {
                font-size: 1.3rem;
            }
    
            .about-us-image {
                margin-bottom: 20px;
            }
        }
    
        @media (max-width: 576px) {
            .about-us-title {
                font-size: 1.8rem;
            }
    
            .about-us-lead {
                font-size: 0.85rem;
            }
    
            .about-us-text p {
                font-size: 0.8rem;
            }
    
            .about-us-heading-purple,
            .about-us-heading-orange {
                font-size: 1.2rem;
            }
    
            .about-us-image {
                margin-bottom: 15px;
            }
        }









      /*thank-you page style*/

/* Background Animation */
        .thank-you-section {
            background: linear-gradient(135deg, #6a1b9a, #8e24aa);
            color: #fff;
            overflow: hidden;
            position: relative;
            padding: 150px 0px;
        }

        .thank-you-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
            animation: backgroundMove 10s linear infinite;
            z-index: 0;
        }

        @keyframes backgroundMove {
            0% {
                transform: translate(-50%, -50%);
            }
            100% {
                transform: translate(0, 0);
            }
        }

        /* Heading Animation */
        .thank-you-section h1 {
            color: #fff;
            font-weight: bold;
            margin-bottom: 1rem;
            font-size: 2.8rem;
            animation: fadeInSlideDown 1.5s ease-in-out;
            z-index: 1;
            position: relative;
        }

        @keyframes fadeInSlideDown {
            0% {
                opacity: 0;
                transform: translateY(-20px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Paragraph Styling */
        .thank-you-section p {
            font-size: 1.2rem;
            color: #f8f9fa;
            margin-bottom: 1.5rem;
            animation: fadeIn 2s ease-in-out;
            z-index: 1;
            position: relative;
        }

        @keyframes fadeIn {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }

        /* Button Styling */
        .thank-you-section .btn {
            font-size: 1.1rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0.75rem 1.5rem;
            border-radius: 30px;
            background-color: #ffc107;
            color: #6a1b9a;
            font-weight: bold;
            text-transform: uppercase;
            transition: all 0.3s ease;
            animation: fadeIn 2.5s ease-in-out;
            text-decoration: none;
            z-index: 1;
            position: relative;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }

        .thank-you-section .btn:hover {
            background-color: #ffca2c;
            color: #fff;
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(255, 202, 44, 0.5);
        }

        .thank-you-section .btn i {
            margin-right: 0.5rem;
            animation: bounce 1.5s infinite;
        }

        @keyframes bounce {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-5px);
            }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .thank-you-section h1 {
                font-size: 2.2rem;
            }

            .thank-you-section p {
                font-size: 1rem;
            }

            .thank-you-section .btn {
                font-size: 1rem;
            }
        }
