﻿:root {
    --font-family: "Plus Jakarta Sans", sans-serif;
    --font-family-2: "Lora", serif;
    --bs-primary: #067C60;
    --bs-primary-light: color-mix(in srgb, var(--bs-primary), transparent 90%);
    --bs-secondary-light: color-mix(in srgb, var(--bs-secondary), transparent 95%);
    --bs-secondary: #1E66A0;
}

*,
a,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

i{
    line-height: 0
}

*,
:active,
:focus {
    outline: 0 !important;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

::-moz-selection {
    text-shadow: none;
}

::selection {
    text-shadow: none;
}

::-moz-selection {
    text-shadow: none;
}

::-webkit-selection {
    text-shadow: none;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

button {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: 0;
    padding: 0;
}

.fw-600{
    font-weight: 600 !important;
}

fw-500{
    font-weight: 500 !important;
}

body {
    font-family: var(--font-family);
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

p {
    font-family: var(--global--font-body);
    font-weight: 400;
}

.header .navbar-brand .logo {
    max-width: 100%;
    width: 200px;
}
.header, .our_tems, .branch-section {
    background-color: #f5f7ff;
}

.header.navbar-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999 !important;
    -webkit-animation: fadeInDown 1s ease-in-out;
    animation: fadeInDown 1s ease-in-out;
    -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
    box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fs-12{
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-14{
    font-size: 14px !important;
}

.fs-15{
    font-size: 15px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18{
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-secondary {
    background-color: var(--bs-secondary) !important;
}

.tooltip-inner {
    font-size: 12px !important;
}

.object{
    object-fit: cover;
    object-position: center;
}

.btn-primary{
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}
.btn-secondary {
    background-color: var(--bs-secondary) !important;
    border-color: var(--bs-secondary) !important;
}

.bg-primary {
    background-color : var(--bs-primary) !important;
}

.bg-secondary{
    background-color : var(--bs-secondary) !important;
}
.border-primary{
    border-color: var(--bs-primary) !important;
}

.border-secondary {
    border-color: var(--bs-secondary) !important;
}

.btn-outline-secondary {
    --bs-btn-hover-bg: var(--bs-secondary) !important;
    --bs-btn-color: var(--bs-secondary) !important;
    --bs-btn-border-color: var(--bs-secondary) !important;
    --bs-btn-hover-bg: var(--bs-secondary) !important;
    --bs-btn-hover-border-color: var(--bs-secondary) !important;
    --bs-btn-active-bg: var(--bs-secondary) !important;
    --bs-btn-active-border-color: var(--bs-secondary) !important;
    --bs-btn-disabled-color: var(--bs-secondary) !important;
    --bs-btn-disabled-border-color: var(--bs-secondary) !important;
}

.btn-outline-primary {
    --bs-btn-hover-bg: var(--bs-primary) !important;
    --bs-btn-color: var(--bs-primary) !important;
    --bs-btn-border-color: var(--bs-primary) !important;
    --bs-btn-hover-bg: var(--bs-primary) !important;
    --bs-btn-hover-border-color: var(--bs-primary) !important;
    --bs-btn-active-bg: var(--bs-primary) !important;
    --bs-btn-active-border-color: var(--bs-primary) !important;
    --bs-btn-disabled-color: var(--bs-primary) !important;
    --bs-btn-disabled-border-color: var(--bs-primary) !important;
}

.form-control:focus {
    border-color: var(--bs-primary) !important;
    box-shadow: none !important;
}

.model-close-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

/*===================== fiex buttons ============================*/
.wa-fab {
    position: fixed;
    bottom: 28px;
    left: 28px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37,211,102,.45);
    text-decoration: none;
    color: #fff;
    font-size: 1.6rem;
    animation: wa-pulse 2.4s infinite;
    z-index: 999;
}

@keyframes wa-pulse {
    0%,100% {
        box-shadow: 0 4px 16px rgba(37,211,102,.45);
    }

    50% {
        box-shadow: 0 4px 28px rgba(37,211,102,.75);
    }
}

.scroll-top {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--bs-secondary);
    border: none;
    color: #fff;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0,0,0,.25);
    transition: opacity .3s, visibility .3s, background .25s, transform .25s;
    z-index: 999;
    /* Hide by default */
    opacity: 0;
    visibility: hidden;
}

    /* Active state toggled via JS */
    .scroll-top.active {
        opacity: 1;
        visibility: visible;
    }

    .scroll-top:hover {
        background: var(--bs-primary);
        transform: translateY(-3px);
    }
.line_clamp_1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line_clamp_2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line_clamp_3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line_clamp_4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.line_clamp_5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.line_clamp_6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* number of lines to show */
    line-clamp: 6;
    -webkit-box-orient: vertical;
}
/*=============================== Header css Start ================================*/
.header .logo {
    height: 100%;
    width: 215px;
}

.navbar-nav .nav-item .nav-link {
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}

.navbar-nav .nav-item:hover .nav-link{
    font-size: 16px;
    color: var(--bs-primary);
}
.navbar-nav .nav-item .nav-link.active {
    font-weight: 500;
    color: var(--bs-primary);
}
/*=============================== Header css end ================================*/

/*=============================== Home css Start ================================*/

/* Image Column Styling */
.hero-image-col {
    background-color: #f4f6f8; /* Light gray background behind image */
    padding: 0;
    overflow: hidden; /* For the absolute badge */
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image fills space without distorting */
    display: block;
}

/* Badge Styling */
.board-certified-badge {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    background-color: #ffffff;
    color: #212529;
    padding: 1rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    max-width: 290px;
    z-index: 10; /* Ensure it's on top */
}

.badge-title {
    color: #008060;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-block;
    vertical-align: middle;
}

.badge-text {
    font-size: 14px;
    line-height: 1.6;
}

/* Content Column Styling */
.hero-content-col {
    background-color: #ffffff;
    padding: 5rem !important; /* Increased padding like the design */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-subtitle {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.title-heading {
    font-family: var(--font-family-2); /* Serif font for main title */
    font-weight: 600;
    line-height: 1.2;
}

    .hero-description {
        color: #6c757d;
        line-height: 1.7;
    }

/* Button Styling */
.custom-btn {
    padding: 0.75rem 2rem;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-icon {
    margin-left: 0.5rem;
    vertical-align: middle;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 991.98px) {
    .hero-content-col {
        padding: 1rem !important;
    }

    .title-heading {
        font-size: 2.5rem; /* Smaller heading on tablet/mobile */
    }

    .custom-hero-container {
        max-width: 100%;
        border: none; /* Remove border on smaller screens if preferred */
    }
}

/*=============================== Home css end ================================*/

/*============================== service css start ==============================*/

.main-title {
    font-family: var(--font-family-2); /* Serif font for main title */
    font-weight: 600;
    line-height: 1.2;
}

.title_service {
    font-size: 19px;
    font-family: var(--font-family-2);
}

.bg-navy {
    background-color: #FFF;
    /* Dark navy background */
}

.latter_spacing {
    letter-spacing: 2px;
}

.bg-gold {
    background-color: #FFF;
    /* Gold dot color */
}

.dot-separator {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

/* Infinite Marquee Animation Setup */
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    user-select: none;
    font-family: var(--font-family) !important;
}

.marquee-content {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    animation: marquee-scroll 40s linear infinite;
}

/* Pause animation on hover */
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

@keyframes marquee-scroll {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}

/*============================ service css end =================================*/


/* Custom Color Palette */
.services-section {
    background-color: var(--bs-primary-light);
}
.doctor_info {
    background-color: var(--bs-secondary-light);
}

.bg-soft-blue {
    background-color: var(--bs-secondary-light);
}

/* Smooth transition for the cards */
.stat-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

    /* Lift and shadow effect on hover */
    .stat-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.12) !important;
        background-color: #FFF !important; /* Changes background to Bootstrap primary blue */
    }


/* Services Grid Borders */
.border-grid {
    border: 1px solid #e2e8f0;
}

.border-item {
    border: 1px solid #e2e8f0;
}

.quote-card{
    bottom: 20px;
    left: 45px;
}

/*========================= result css start =====================*/
.result-card {
    height:250px;
}
.result-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/*========================= result css end ====================*/
/*========================= sarvic ==============================*/
/* Card Custom Styles */
.surgery-card {
    border: none;
    border-radius: 0px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    background-color: #ffffff;
    height: 100%;
}

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

    .surgery-card img {
        height: 250px;
        object-fit: cover;
        width: 100%;
    }
.title_des{
    font-size: 17px;
}
.surgery-card .card-title {
    color: var(--bs-secondary);
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-family-2);
    margin-bottom: 0.5rem;
}

    .surgery-card .card-text {
        color: #777777;
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 0;
    }

.title-divider {
    width: 70px;
    height: 3px;
    background-color: #0b8e6b;
    margin: 12px auto 20px auto;
    border-radius: 2px;
}


/* Testimonial Card Styles */
.feedback-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px 25px 25px 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    margin: 15px 10px 25px 10px;
    height: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.quote-icon {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #1a6b9c;
    font-size: 2rem;
}

.star-rating {
    color: #ffc107;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

    .star-rating i {
        margin-right: 2px;
    }

.feedback-text {
    color: #666666;
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Profile Section */
.profile-img {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.client-name {
    color: #0b8e6b;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 2px;
}

.client-role {
    color: #666666;
    font-size: 14px;
    margin-bottom: 0;
}

/* Custom Owl Carousel Dots */
.owl-theme .owl-dots {
    margin-top: 15px !important;
}

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 4px;
        background: #a5d6c7;
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #0b8e6b;
        width: 10px;
        height: 10px;
    }
/*========================= Video card css start =================================*/
/* Video Card Styles */
.video-card {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 400px;
    cursor: pointer;
}

    .video-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.4s ease;
    }

    .video-card:hover img {
        transform: scale(1.05);
    }

/* Play Button Overlay */
.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 5%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.video-card:hover .play-overlay {
    background: rgba(0, 0, 0, 0.15);
}

.play-btn {
    width: 60px;
    height: 60px;
    background-color: rgba(30, 30, 30, 0.75);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

    .play-btn i {
        margin-left: 3px;
    }

.video-card:hover .play-btn {
    transform: scale(1.15);
    background-color: var(--bs-primary);
}

/*========================= Video card css end =================================*/

/*==================== FAQ section css start ============================*/

/* Accordion Custom Styling */
.custom-accordion .accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 4px;
    overflow: hidden;
}

.custom-accordion .accordion-button {
    background-color: #f1f6f8;
    color: #4a8ec9;
    font-weight: 500;
    font-size: 16px;
    padding: 14px 18px;
    box-shadow: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    /* Hide Default Bootstrap Accordion Arrow */
    .custom-accordion .accordion-button::after {
        display: none;
    }

    .custom-accordion .accordion-button:not(.collapsed) {
        background-color: #f1f6f8;
        color: #4a8ec9;
    }

/* Custom Square Toggle Icon */
.toggle-icon {
    width: 24px;
    height: 24px;
    background-color: #0b8e6b;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 3px;
    flex-shrink: 0;
    transition: background-color 0.3s ease;
}

.custom-accordion .accordion-button:hover .toggle-icon {
    background-color: #087054;
}

.custom-accordion .accordion-body {
    font-size: 14px;
    padding: 15px 18px;
}

/* Doctor Image Styling */
.faq-img-container {
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
    min-height: 400px;
}

    .faq-img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
/*==================== FAQ section css end ============================*/

/*======================= Blog section css start================================*/

/* Card Component Styling */
.blog-card {
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    border: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .blog-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }

.card-img-wrapper {
    position: relative;
    height: 250px;
    overflow: hidden;
}

    .card-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Badge Overlay Styling */
.badge-health {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background-color: #ffffff;
    color: #0b8e6b;
    font-size: 13px;
    font-weight: 600;
    padding: 2px 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fs-12 {
    font-size: 12px;
}

.post-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--bs-secondary);
    line-height: 1.4;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card:hover .post-title {
    color: var(--bs-primary);
}

/*======================= Blog section css start================================*/

/*======================= countact form css start ========================================*/

/* Section Outer Wrapper */
.consultation-card {
    background-color: #f1f1f1;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Left Image Banner Column */
.banner-container {
    position: relative;
    height: 100%;
    min-height: 480px;
}

    .banner-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* Overlaid Card on Left Image */
.overlay-card {
    position: absolute;
    bottom: 25px;
    left: 20px;
    right: 20px;
    background-color: #ffffff;
    padding: 20px 22px;
    border-radius: 2px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.overlay-title {
    font-family: var(--font-family-2);
    font-weight: 600;
    font-size: 1.35rem;
    margin-bottom: 8px;
}

.form-title {
    font-size: 1.6rem;
    margin-bottom: 4px;
}

.form-subtitle {
    font-size: 0.82rem;
    color: #666666;
    margin-bottom: 25px;
}

.required-star {
    color: #dc3545;
}

.form-control-custom {
    border: 1px solid #e2e2e2;
    border-radius: 0px;
    padding: 10px 14px;
    font-size: 14px;
    background-color: #ffffff;
    box-shadow: none !important;
}

    .form-control-custom::placeholder {
        color: #aaaaaa;
    }

    .form-control-custom:focus {
        border-color: var(--bs-primary);
    }

.btn-submit {
    background-color: #0b8e6b;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 10px 28px;
    border-radius: 3px;
    border: none;
    transition: background-color 0.3s ease;
}

    .btn-submit:hover {
        background-color: #087054;
        color: #ffffff;
    }

.security-note {
    font-size: 0.75rem;
    color: #666666;
    margin-top: 12px;
}

/*================================= countact form css start =====================================*/

/*===================================== footer ===============================*/

.site-footer {
    background-color: #1b689c; /* Blue color matching the image */
    color: #ffffff;
}

/* Logo Styling */
.footer-logo-box img {
    height: 100%;
    width:200px;
    object-fit:cover;
    object-position: center;
}

.brand-tagline {
    font-size: 0.68rem;
    color: #d0e3f0;
    margin: 0;
    letter-spacing: 0.5px;
}

.footer-desc {
    font-size: 0.82rem;
    color: #d0e3f0;
    line-height: 1.6;
}

/* Footer Headings */
.footer-heading {
    font-family: var(--font-family-2);
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
}

/* Quick Links List */
.footer-links {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .footer-links li {
        position: relative;
        padding-left: 15px;
    }

        .footer-links li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #ffffff;
            font-size: 25px;
            top: -5px;
        }

    .footer-links a {
        color: #d0e3f0;
        text-decoration: none;
        font-size: 15px;
        display: inline-block;
        transition: all 0.3s ease;
    }

        /* CSS3 Link Hover Animation */
        .footer-links a:hover {
            color: #ffffff;
            transform: translateX(6px);
        }

/* Contact Details */
.contact-item {
    font-size: 0.83rem;
    color: #d0e3f0;
}

    .contact-item i {
        font-size: 0.95rem;
        color: #ffffff;
        transition: transform 0.3s ease;
    }

    .contact-item:hover i {
        transform: scale(1.25);
    }

    .contact-item a {
        color: #d0e3f0;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .contact-item a:hover {
            color: #ffffff;
        }

/* Subscribe Form */
.subscribe-form .form-control {
    border-radius: 2px 0 0 2px;
    font-size: 0.8rem;
    border: none;
    padding: 8px 12px;
}

    .subscribe-form .form-control:focus {
        box-shadow: none;
    }

.btn-subscribe {
    background-color: #0b8e6b; /* Green button color matching the image */
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 0 2px 2px 0;
    border: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .btn-subscribe:hover {
        background-color: #087054;
        color: #ffffff;
        transform: translateY(-1px);
    }

/* Social Media Icons */
.social-btn {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    color: #1b689c;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

    /* CSS3 Social Button Hover Animation */
    .social-btn:hover {
        background-color: #0b8e6b;
        color: #ffffff;
        transform: translateY(-4px) scale(1.1);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

/* Footer Bottom Bar */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.8rem;
    color: #d0e3f0;
}