#spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-border {
    width: 4rem;
    height: 4rem;
    border-width: 0.4rem;
    border-color: rgba(0, 0, 0, 0.1);
    border-top-color: #3a8a8f;
    border-right-color: #65a87f;
}

#spinner.hide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
}

[data-aos] {
    transition: opacity 1s ease, transform 1s ease;
}

[data-aos='fade-up'] {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
}

    [data-aos='fade-up'].aos-animate {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

.topbar {
    font-family: 'Raleway', sans-serif;
    padding: 2px 20px;
    background-color: #6bab84;
    color: black;
}

    .topbar .row {
        height: 45px;
    }

    .topbar a {
        color: #f8f9fa;
        text-decoration: none;
        font-size: 14px;
    }

        .topbar a:hover {
            color: black !important;
        }

    .topbar i {
        color: black;
    }

        .topbar i:hover {
            color: #4a959a !important;
        }

    .topbar .social-button-top {
        font-weight: 600;
        transition: box-shadow 0.5s ease, transform 0.3s ease;
        padding: 0;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #f8f9fa;
        color: black;
        box-shadow: inset 0 0 0 0 #6bab84;
        border: 1px solid transparent;
        margin-right: 16px;
    }

        .topbar .social-button-top:hover {
            background-color: #869897 !important;
            box-shadow: inset 0 50px 10px 0 #6bab84;
            transform: scale(1.1);
            border-color: #6bab84;
            color: white !important;
        }

    .topbar .dropdown {
        position: relative;
        display: inline-block;
        transition: all 0.3s ease;
    }

    .topbar .account-button-top {
        font-weight: 600;
        padding: 0;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: white;
        color: black;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        border: 1px solid white;
        margin-right: 16px;
        cursor: pointer;
        pointer-events: auto;
        transition: box-shadow 0.3s ease, transform 0.3s ease;
    }

        .topbar .account-button-top:hover,
        .topbar .account-button-top:focus {
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transform: scale(1.05);
            border-color: #5b9770;
            color: black !important;
        }

    .topbar .dropdown-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 100%;
        background-color: #ffffff;
        min-width: 230px;
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
        border-radius: 6px;
        overflow: hidden;
        padding: 0;
        transition: opacity 0.2s ease, visibility 0.2s ease;
        opacity: 0;
        visibility: hidden;
    }

    .topbar .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .topbar .dropdown-item {
        color: black;
        padding: 6px 10px;
        text-decoration: none;
        display: block;
        font-size: 15px;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

        .topbar .dropdown-item:hover,
        .topbar .dropdown-item.active {
            color: #4ca98f;
            background-color: #ffffff;
        }

    .topbar .login-form {
        margin-bottom: auto;
        padding: inherit;
    }

    .topbar .form-label {
        font-weight: bold;
    }

    .topbar .btn-success {
        width: auto;
        min-width: 80px;
    }

@media (max-width: 768px) {
    .topbar {
        padding: 5px 15px;
    }

        .topbar a {
            font-size: 12px;
        }

        .topbar .social-button-top, .account-button-top {
            width: 24px;
            height: 24px;
            font-size: 12px;
        }
}

@media (max-width: 576px) {
    .topbar {
        display: none;
    }
}

@media (max-width: 768px) {
    .topbar {
        display: none;
    }
}

.navbar {
    font-family: 'Raleway', sans-serif;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 35px;
    padding: 25px 0;
    color: #1b3f3c !important;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: #1b3f3c;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #65a87f !important;
}

.navbar-light .navbar-brand img {
    max-height: 50px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .logo-img {
    height: 50px;
}

@media (max-width: 768px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 15px 0;
        margin-right: 10px;
    }

    .navbar-light .navbar-brand img {
        max-height: 40px;
    }
}

@media (max-width: 992px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #ffffff;
    }

    .navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid #65a87f;
        color: #65a87f;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: #1b3f3c !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #e6f3f2 !important;
    }

    .navbar-light .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: #65a87f;
        transition: .5s;
    }

    .navbar-light .nav-link:hover::before,
    .navbar-light .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .nav-link.nav-contact::before {
        display: none;
    }
}

#navbarSpacer {
    height: 70px;
}

@media (max-width: 768px) {
    #navbarSpacer {
        height: 60px;
    }
}

@media (max-width: 576px) {
    #navbarSpacer {
        height: 50px;
    }
}

.hero-slider {
    --swiper-pagination-color: #65a87f;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

    .hero-slider .hero-slider-swiper {
        width: 100%;
        height: 100%;
    }

    .hero-slider .hero-slider-swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        background-position: center;
        background-size: cover;
        text-align: center;
        height: auto;
        position: relative;
        aspect-ratio: 16/9;
    }

    .hero-slider img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .hero-slider .hero-slider-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    .hero-slider .hero-slider-caption {
        font-family: 'Raleway', sans-serif;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        padding: 10px;
        border-radius: 10px;
        max-width: 90%;
        box-sizing: border-box;
        text-align: center;
        width: calc(100% - 20px);
    }

        .hero-slider .hero-slider-caption h1 {
            font-size: clamp(1.5rem, 5vw, 3rem);
            font-weight: bold;
            margin-bottom: 10px;
        }

        .hero-slider .hero-slider-caption p {
            font-size: clamp(1rem, 3vw, 1.25rem);
            margin-bottom: 0;
        }

    .hero-slider .hero-slider-swiper-button-next,
    .hero-slider .hero-slider-swiper-button-prev,
    .hero-slider .hero-slider-swiper-pagination {
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease, opacity 0.5s ease, visibility 0.5s ease;
    }

    .hero-slider:hover .hero-slider-swiper-button-next,
    .hero-slider:hover .hero-slider-swiper-button-prev,
    .hero-slider:hover .hero-slider-swiper-pagination {
        opacity: 1;
        visibility: visible;
    }

    .hero-slider .swiper-pagination-bullet {
        background-color: var(--swiper-pagination-color) !important;
        border: 2px solid transparent;
        opacity: 0.8;
        width: 12px;
        height: 12px;
        margin: 0 5px;
        transition: all 0.3s ease;
    }

    .hero-slider .swiper-pagination-bullet-active {
        background-color: var(--swiper-pagination-color) !important;
        opacity: 1;
    }

    .hero-slider .hero-slider-swiper-button-next,
    .hero-slider .hero-slider-swiper-button-prev {
        width: 60px;
        height: 60px;
        background-color: rgba(255, 255, 255, 0.9);
        color: #65a87f;
        border-radius: 50%;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

    .hero-slider .hero-slider-swiper-button-next {
        right: 20px;
    }

    .hero-slider .hero-slider-swiper-button-prev {
        left: 20px;
    }

        .hero-slider .hero-slider-swiper-button-next:hover,
        .hero-slider .hero-slider-swiper-button-prev:hover {
            background-color: #65a87f;
            color: #fff;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
            transform: scale(1.1);
        }

@media (max-width: 768px) {
    .hero-slider {
        height: auto;
        aspect-ratio: 16/9;
    }

        .hero-slider .hero-slider-caption {
            padding: 10px;
            width: calc(100% - 20px);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 1rem;
        }

        .hero-slider .hero-slider-swiper-slide {
            height: auto;
            aspect-ratio: 16/9;
        }

        .hero-slider img {
            height: auto;
            object-fit: cover;
        }

        .hero-slider .hero-slider-swiper-button-next,
        .hero-slider .hero-slider-swiper-button-prev {
            width: 40px;
            height: 40px;
            font-size: 16px;
        }

        .hero-slider .hero-slider-caption p {
            font-size: 0.9rem;
        }
}

@media (max-width: 576px) {
    .hero-slider {
        height: auto;
        aspect-ratio: 16/9;
        display: none;
    }

        .hero-slider .hero-slider-caption {
            padding: 5px;
            width: calc(100% - 20px);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 0.8rem;
        }

        .hero-slider .hero-slider-swiper-slide {
            height: auto;
            aspect-ratio: 16/9;
        }

        .hero-slider img {
            height: auto;
            object-fit: cover;
        }

        .hero-slider .hero-slider-swiper-button-next,
        .hero-slider .hero-slider-swiper-button-prev {
            width: 30px;
            height: 30px;
            font-size: 12px;
            display: none;
        }

        .hero-slider .hero-slider-caption p {
            display: none;
        }
}

.benefit-card {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .benefit-card i {
        color: #65a87f;
        margin-bottom: 15px;
    }

    .benefit-card h5 {
        font-size: 1.25rem;
        color: #333;
        margin-bottom: 15px;
    }

    .benefit-card p {
        color: #666;
        line-height: 1.5;
    }

    .benefit-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }

.testimonial {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

    .testimonial p {
        font-style: italic;
        color: #555;
        line-height: 1.6;
    }

    .testimonial h6 {
        color: #65a87f;
        margin-top: 20px;
        font-weight: bold;
    }

    .testimonial:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }

/* About Section */
.about {
    padding: 60px 0;
    font-family: 'Raleway', sans-serif;
}

    .about img {
        border-radius: 15px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .about .section-title {
        color: #65a87f;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .about p {
        font-size: 1rem;
        color: #555;
        line-height: 1.8;
    }

/* Clients Section */
.clients {
    padding: 60px 0;
}

/* Testimonials */
.testimonial-box {
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}

    .testimonial-box p {
        font-size: 1rem;
        color: #333;
        line-height: 1.8;
        font-family: 'Raleway', sans-serif;
    }

    .testimonial-box:hover {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
        transform: translateY(-5px);
    }

    .testimonial-box h5 {
        margin-top: 20px;
        font-size: 1.1rem;
        color: #65a87f;
        font-family: 'Raleway', sans-serif;
    }

@media (max-width: 768px) {
    .testimonial-box {
        margin-bottom: 20px;
    }
}

/* Services Section */
.services {
    padding: 60px 0;
}

.service-box {
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

    .service-box i {
        color: #65a87f;
    }

    .service-box h4 {
        font-size: 1.5rem;
        color: #333;
        margin-bottom: 10px;
        font-family: 'Raleway', sans-serif;
    }

    .service-box p {
        font-size: 1rem;
        color: #555;
        line-height: 1.8;
        font-family: 'Raleway', sans-serif;
    }

    .service-box:hover {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
        transform: translateY(-5px);
    }

/* Contact Section */
.contact {
    padding: 60px 0;
    font-family: 'Raleway', sans-serif;
}

    .contact h4 {
        font-size: 1.5rem;
        color: #333;
        margin-bottom: 15px;
    }

    .contact p {
        font-size: 1rem;
        color: #555;
        line-height: 1.8;
    }

    .contact .form-control {
        border-radius: 5px;
        padding: 10px;
        font-size: 1rem;
    }

/* Appointment Section */
.appointment {
    padding: 60px 0;
    font-family: 'Raleway', sans-serif;
}

    .appointment h4 {
        font-size: 1.5rem;
        color: #333;
        margin-bottom: 15px;
    }

    .appointment p {
        font-size: 1rem;
        color: #555;
        line-height: 1.8;
    }

    .appointment .form-control {
        border-radius: 5px;
        padding: 10px;
        font-size: 1rem;
    }

/* Register Form */
.register-form {
    padding: 60px 0;
    font-family: 'Raleway', sans-serif;
}

    .register-form a {
        color: #65a87f;
        text-decoration: none;
        transition: color 0.3s;
    }

        .register-form a:hover {
            color: #3a8a8f;
            text-decoration: underline;
        }

    .register-form .form-group label {
        font-size: 1rem;
        color: #333;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .register-form .form-control {
        border-radius: 5px;
        padding: 10px;
        font-size: 1rem;
        border: 1px solid #ddd;
        transition: border 0.3s;
    }

        .register-form .form-control:focus {
            border-color: #65a87f;
            box-shadow: 0 0 5px rgba(101, 168, 127, 0.5);
            outline: none;
        }

/* Login Form */
.login-form {
    padding: 60px 0;
    font-family: 'Raleway', sans-serif;
}

    .login-form .form-group label {
        font-size: 1rem;
        color: #333;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .login-form .form-control {
        border-radius: 5px;
        padding: 10px;
        font-size: 1rem;
        border: 1px solid #ddd;
        transition: border 0.3s;
    }

        .login-form .form-control:focus {
            border-color: #65a87f;
            box-shadow: 0 0 5px rgba(101, 168, 127, 0.5);
            outline: none;
        }

    .login-form .btn {
        background-color: #65a87f;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 25px;
        cursor: pointer;
        transition: background 0.3s, transform 0.3s;
    }

        .login-form .btn:hover {
            background-color: #3a8a8f;
            transform: scale(1.05);
        }

    .login-form a {
        color: #65a87f;
        text-decoration: none;
        transition: color 0.3s;
    }

        .login-form a:hover {
            color: #3a8a8f;
            text-decoration: underline;
        }

    .login-form .form-check-input {
        margin-top: 5px;
    }

    .login-form .form-check-label {
        font-size: 0.9rem;
        color: #555;
    }

/* Blog Section */
.blog {
    padding: 60px 0;
}

    .blog .blog-post-box {
        background: #f8f9fa;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
    }

        .blog .blog-post-box img {
            border-radius: 10px;
            width: 100%;
            height: auto;
        }

        .blog .blog-post-box h4 {
            font-size: 1.5rem;
            color: #333;
            margin-bottom: 10px;
            font-family: 'Raleway', sans-serif;
        }

    .blog .blog-post-date {
        font-size: 0.9rem;
        color: #888;
        margin-bottom: 10px;
        font-family: 'Raleway', sans-serif;
    }

    .blog .blog-post-box p {
        font-size: 1rem;
        color: #555;
        line-height: 1.8;
        margin-bottom: 15px;
        font-family: 'Raleway', sans-serif;
    }

    .blog .blog-post-box .read-more {
        color: #65a87f;
        text-decoration: none;
        font-weight: bold;
        transition: color 0.3s ease;
    }

        .blog .blog-post-box .read-more:hover {
            text-decoration: underline;
        }

    .blog .blog-post-box:hover {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
        transform: translateY(-5px);
    }

/* Genel Başlık ve Alt Başlıklar */
.section-title,
.sub-title {
    max-width: 800px;
    text-align: center;
    margin: 20px auto;
    text-transform: uppercase;
    color: #4ca98f;
    position: relative;
    display: block;
    font-size: 2.2rem;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    line-height: 1.4;
    border-bottom: 3px solid #65a87f;
    padding-bottom: 10px;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

    .section-title:hover,
    .sub-title:hover {
        color: #65a87f;
        border-color: #4ca98f;
    }

.success-page {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    background-color: #e6f3f2;
}

    .error-page h1.error-code {
        font-size: 6rem;
        font-weight: bold;
        color: #65a87f;
        margin-bottom: 20px;
    }

    .error-page .section-title {
        font-size: 2rem;
        color: #333;
        font-family: 'Raleway', sans-serif;
        margin-bottom: 20px;
    }

    .error-page p.lead {
        font-size: 1.25rem;
        color: #555;
        margin-bottom: 30px;
    }

.privacy-policy {
    font-family: 'Raleway', sans-serif;
}

    .privacy-policy h2.section-title {
        font-size: 2rem;
        color: #4ca98f;
        margin-bottom: 30px;
        font-weight: bold;
    }

    .privacy-policy p {
        font-size: 1rem;
        color: #555;
        line-height: 1.6;
    }

    .privacy-policy h4 {
        font-size: 1.25rem;
        color: #65a87f;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .privacy-policy ul {
        list-style-type: disc;
        padding-left: 20px;
    }

        .privacy-policy ul li {
            margin-bottom: 10px;
            color: #333;
        }

.terms-and-conditions {
    font-family: 'Raleway', sans-serif;
}

    .terms-and-conditions h2.section-title {
        font-size: 2rem;
        color: #4ca98f;
        margin-bottom: 30px;
        font-weight: bold;
    }

    .terms-and-conditions p {
        font-size: 1rem;
        color: #555;
        line-height: 1.6;
    }

    .terms-and-conditions h4 {
        font-size: 1.25rem;
        color: #65a87f;
        margin-top: 30px;
        margin-bottom: 15px;
    }

.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/hero-slider-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 60px 0;
}

    .bg-breadcrumb .breadcrumb-item a {
        color: #ffffff !important;
    }

.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), #ffffff;
    padding: 10px 0;
    overflow: hidden;
}

    .footer .footer-item a,
    .footer .footer-item p {
        font-family: 'Raleway', sans-serif;
        color: #d3d3d3;
        font-size: 16px;
        text-decoration: none;
    }

        .footer .footer-item a:hover {
            color: #65a87f;
            transform: scale(1.05);
            text-decoration: none;
        }

    .footer .footer-logo {
        height: 45px;
        margin-bottom: 15px;
    }

    .footer .social-button-footer {
        font-weight: 600;
        transition: box-shadow 0.7s ease, transform 0.4s ease, background-color 0.4s ease;
        padding: 0;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #224b48;
        box-shadow: inset 0 0 0 0 #000;
        border: 1px solid transparent;
        margin-right: 16px;
    }

        .footer .social-button-footer:hover {
            background-color: #000 !important;
            box-shadow: inset 0 50px 10px 0 #000;
            transform: scale(1.1);
            border-color: #000;
            color: white !important;
        }

body {
    background-color: #e6f3f2;
    transition: background-color 0.5s ease;
}

.body-scrolled {
    background-color: #ffffff !important;
}

.btn {
    font-weight: 600;
    transition: 0.5s;
    padding: 10px 25px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}

.btn-square {
    width: 32px;
    height: 32px;
    transition: all 0.3s ease-in-out;
}

    .btn-square:hover {
        background-color: #65a87f;
        color: white;
        transform: scale(1.1);
        border-color: #65a87f;
    }

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn-success {
    background: linear-gradient(45deg, #3a8a8f, #65a87f);
    background-size: 200% 200%;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: background 0.5s ease-in-out, color 0.5s, box-shadow 0.3s, transform 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

    .btn-success:hover {
        background: linear-gradient(45deg, #65a87f, #3a8a8f);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        transform: scale(1.05);
    }

.btn-light {
    background-color: #f8f9fa;
    color: black;
    box-shadow: inset 0 0 0 0 #28a745;
}

    .btn-light:hover {
        box-shadow: inset 300px 0 0 0 #28a745;
        color: #ffffff !important;
    }

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #65a87f;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.3s ease;
    z-index: 99;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

    .back-to-top:hover {
        background-color: #fff;
        color: #65a87f;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        transform: scale(1.1);
    }

.copyright {
    font-family: 'Raleway', sans-serif;
    background: linear-gradient(90deg, #1b3f3c, #224b48);
    color: #fff;
    text-decoration: none;
    transition: font-size 0.3s ease;
    font-weight: 400;
    text-align: center;
    padding: 10px 0;
}

    .copyright a {
        color: #fff;
        text-decoration: none;
        transition: font-size 0.3s ease;
        font-weight: 400;
    }

#animatedButton {
    background: linear-gradient(45deg, #3a8a8f, #65a87f);
    background-size: 200% 200%;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: background 0.5s ease-in-out, color 0.5s, box-shadow 0.3s, transform 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

    #animatedButton:hover {
        background: linear-gradient(45deg, #65a87f, #3a8a8f);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        transform: scale(1.05);
    }

@media (max-width: 768px) {
    #animatedButton {
        font-size: 10px;
        padding: 10px 10px;
    }
}

@media (max-width: 576px) {
    #animatedButton {
        font-size: 10px;
        padding: 10px 10px;
    }
}
