﻿@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap");

/* styles.css */



:root {
    /* Color Variables */
    --background-light: #333;
    --background-dark: #202024;
    --text-light: #fff;
    --text-secondary: floralwhite;
    --accent: #b71c1c;
    --border-color: #dcdfe6;
    --shadow-color: rgba(0, 0, 0, 0.1);
    --hover-shadow-color: rgba(0, 0, 0, 0.2);
    /* Gradients & Additional Colors */
    --accent-gradient: linear-gradient(270deg, #b71c1c, #ff0000);
    --primary-red: #b71c1c;
    --secondary-red: #ee1c25;
    --light-red: #cd0606;
    --gradient-red: linear-gradient(270deg, #b71c1c, #ff0000);
    --dark-blue: #022c3b;
    /* Status Colors */
    --success-color: #d4edda;
    --success-border: #c3e6cb;
    --error-color: #f8d7da;
    --error-border: #f5c6cb;
    /* Layout Variables */
    --navbar-height: 80px;
    --hue: 223;
    --bg: hsl(var(--hue), 10%, 90%) !important;
    --fg: hsl(var(--hue), 10%, 10%) !important;
    --trans-dur: 0.3s;
}


/*preloader styles*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--fg); /* Match the preloader's background color */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it sits above other elements */
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

    #preloader.hidden {
        display: none;
    }

#content {
    display: none; /* Hide content initially */
}

.pl {
    margin: auto;
    width: 12em;
    height: 12em;
}

.pl__drop, .pl__drop-inner, .pl__pan, .pl__ring, .pl__shadow {
    animation: pan 2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

.pl__drop {
    transform-origin: 13px 60px;
}

.pl__drop-inner {
    animation-timing-function: cubic-bezier(0.33, 0.84, 0.67, 0.84);
}

.pl__drop--1 {
    animation-name: drop-1;
}

    .pl__drop--1 .pl__drop-inner {
        animation-name: drop- 1-inner;
    }

.pl__drop--2 {
    animation-name: drop-2;
}

    .pl__drop--2 .pl__drop-inner {
        animation-name: drop- 2-inner;
    }

.pl__drop--3 {
    animation-name: drop-3;
    transform-origin: 67px 72px;
}

    .pl__drop--3 .pl__drop-inner {
        animation-name: drop- 3-inner;
    }

.pl__drop--4 {
    animation-name: drop-4;
    transform-origin: 67px 72px;
}

    .pl__drop--4 .pl__drop-inner {
        animation-name: drop- 4-inner;
    }

.pl__drop--5 {
    animation-name: drop-5;
    transform-origin: 67px 72px;
}

    .pl__drop--5 .pl__drop-inner {
        animation-name: drop- 5-inner;
    }

.pl__pan {
    transform-origin: 36px 74px;
}

.pl__ring {
    animation-name: flip-ring;
}

.pl__shadow {
    animation-name: pan-shadow;
    transform-origin: 36px 124.5px;
}
/* Dark theme */
@media (prefers-color-scheme: dark) {
    :root {
        --bg: hsl(var(--hue), 10%, 10%);
        --fg: hsl(var(--hue), 10%, 90%);
    }
}
/* Animation */
@keyframes drop-1 {
    from {
        animation-timing-function: steps(1, end);
        transform: translate(0, 0);
        visibility: hidden;
    }

    30% {
        animation-timing-function: linear;
        transform: translate(0, 0);
        visibility: visible;
    }

    50%, to {
        transform: translate(-6px, 0);
    }
}

@keyframes drop-1-inner {
    from, 30% {
        fill: #abafba;
        transform: translate(0, 0);
    }

    50%, to {
        fill: rgba(171, 175, 186, 0);
        transform: translate(0, -27px);
    }
}

@keyframes drop-2 {
    from {
        animation-timing-function: steps(1, end);
        transform: translate(0, 0);
        visibility: hidden;
    }

    30% {
        animation-timing-function: linear;
        transform: translate(0, 0);
        visibility: visible;
    }

    50%, to {
        transform: translate(-8px, 0);
    }
}

@keyframes drop-2-inner {
    from, 30% {
        fill: #abafba;
        transform: translate(0, 0);
    }

    50%, to {
        fill: rgba(171, 175, 186, 0);
        transform: translate(0, -9px);
    }
}

@keyframes drop-3 {
    from {
        animation-timing-function: steps(1, end);
        transform: translate(0, 0);
        visibility: hidden;
    }

    78% {
        animation-timing-function: linear;
        transform: translate(0, 0);
        visibility: visible;
    }

    98%, to {
        transform: translate(-24px, 0);
    }
}

@keyframes drop-3-inner {
    from, 78% {
        fill: #abafba;
        transform: translate(0, 0);
    }

    98%, to {
        fill: rgba(171, 175, 186, 0);
        transform: translate(0, -28px);
    }
}

@keyframes drop-4 {
    from {
        animation-timing-function: steps(1, end);
        transform: translate(0, 0);
        visibility: hidden;
    }

    78% {
        animation-timing-function: linear;
        transform: translate(0, 0);
        visibility: visible;
    }

    98%, to {
        transform: translate(-8px, 0);
    }
}

@keyframes drop-4-inner {
    from, 78% {
        fill: #abafba;
        transform: translate(0, 0);
    }

    98%, to {
        fill: rgba(171, 175, 186, 0);
        transform: translate(0, -36px);
    }
}

@keyframes drop-5 {
    from {
        animation-timing-function: steps(1, end);
        transform: translate(0, 0);
        visibility: hidden;
    }

    78% {
        animation-timing-function: linear;
        transform: translate(0, 0);
        visibility: visible;
    }

    98%, to {
        transform: translate(8px, 0);
    }
}

@keyframes drop-5-inner {
    from, 78% {
        fill: #abafba;
        transform: translate(0, 0);
    }

    98%, to {
        fill: rgba(171, 175, 186, 0);
        transform: translate(0, -32px);
    }
}

@keyframes flip-ring {
    from, 27% {
        animation-timing-function: cubic-bezier(0.33, 0.84, 0.67, 0.84);
        stroke-dashoffset: 20;
        stroke-width: 4px;
    }

    53.5% {
        animation-timing-function: cubic-bezier(0.33, 0.16, 0.67, 0.16);
        stroke-dashoffset: -100;
        stroke-width: 10px;
    }

    80%, to {
        stroke-dashoffset: -220;
        stroke-width: 4px;
    }
}

@keyframes pan {
    from, 88%, to {
        transform: translate(0, 0) rotate(0);
    }

    20% {
        animation-timing-function: cubic-bezier(0.33, 0.16, 0.67, 0.16);
        transform: translate(-5px, 0) rotate(-30deg);
    }

    30% {
        animation-timing-function: cubic-bezier(0.33, 0.84, 0.67, 0.84);
        transform: translate(0, 0) rotate(20deg);
    }

    60%, 78% {
        animation-timing-function: linear;
        transform: translate(0, 0) rotate(0);
    }

    81.33% {
        animation-timing-function: linear;
        transform: translate(0, 4px) rotate(0);
    }

    84.67% {
        animation-timing-function: linear;
        transform: translate(0, -2px) rotate(0);
    }
}

@keyframes pan-shadow {
    from, 88%, to {
        fill: rgba(115, 122, 140, 0.2);
        transform: scaleX(1);
    }

    20% {
        animation-timing-function: cubic-bezier(0.33, 0.16, 0.67, 0.16);
        fill: rgba(115, 122, 140, 0.2);
        transform: scaleX(0.77);
    }

    30% {
        animation-timing-function: cubic-bezier(0.33, 0.84, 0.67, 0.84);
        fill: rgba(115, 122, 140, 0.2);
        transform: scaleX(1);
    }

    60%, 78% {
        animation-timing-function: linear;
        fill: rgba(115, 122, 140, 0.2);
        transform: scaleX(1);
    }

    81.33% {
        animation-timing-function: linear;
        fill: rgba(115, 122, 140, 0.25);
        transform: scaleX(0.87);
    }

    84.67% {
        animation-timing-function: linear;
        fill: rgba(115, 122, 140, 0.225);
        transform: scaleX(1.065);
    }
}

/* General Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


a {
    border-bottom: none !important;
}


/* Ensure content stops below the fixed navbar when scrolling */
html {
    scroll-padding-top: var(--navbar-height, 80px); /* Adjust for the navbar height */
   
}


body {
    font-family: 'Helvetica Neue', Helvetica, Roboto, sans-serif;
    line-height: 1.6;
    background-color: #202024 !important;
    color: var(--text-light);
    overflow-x: hidden;
    transition: all 0.3s ease-in-out, padding-top 0.3s ease-in-out;
    padding-top: var(--navbar-height);
    display: flex;
    flex-direction: column;
}

/* Apply scroll-margin-top to target sections */
#main-content,
#physicians,
#newsletter
/* Add other section IDs as needed */ {
    scroll-margin-top: var(--navbar-height);
}

    /* Wrapper for Content and Footer */
  .content-wrapper {
    flex: 1; /* Push the footer to the bottom if content is short */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



/* Navbar */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: var(--navbar-height, 80px); /* Default height */
    background-color: #333 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    z-index: 999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: height 0.3s ease; /* Smooth resizing */
}

.row > * {
    display:flex;
    flex-wrap: wrap;
    justify-content: center; 
}


 .navbar-brand {
    display:flex;
}

.navbar .container {
    width: 100%; /* Full width of the navbar */
    max-width: 100%; /* Remove any default width restrictions */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem; /* Optional: Adjust spacing between elements */
    padding: 0 20px; /* Add padding for spacing */
}

/* Navbar Logo */
.navbar-logo {
    flex: 0; /* Prevent stretching */
    text-align: left;
    margin-right: auto; /* Push dynamic links to the right */
    font-family: 'Cinzel Decorative', serif;
    font-size: 2rem; /* Default font size */
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0;
    white-space: nowrap; /* Prevent wrapping */
    transition: font-size 0.3s ease-in-out; /* Smooth resizing */
}


.navbar-dynamic-links {
    display: flex;
    justify-content: space-evenly; /* Center links in their space */
    align-items: center;
    flex: 1; /* Take up space between logo and YouTube SVG */
    gap: 1rem; /* Add spacing between links */
}


    .navbar-dynamic-links .nav-link {
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        font-family: 'Times New Roman', Times, serif;
    }

.navbar-link-separator {
    color: #ccc; /* Adjust the color to fit your design */
    font-size: 1rem; /* Match the font size of your links */
    vertical-align: middle;
}




.youtube-logo {
    flex: 0; /* Prevent stretching */
    text-align: right; /* Align to the right */
    margin-left: auto; /* Push dynamic links to the left */
    text-decoration: none;
    filter: sepia(100);
}

    /* YouTube Logo Button */
    .youtube-logo img {
        width: 130px;
        height: 30px;
        margin-right: 20px;
        transition: all .25s ease-in-out;
        text-decoration: none;
    }

    .youtube-logo:hover {
        filter: none;
    }

        .youtube-logo:hover img {
            filter: none;
            opacity: 1;
            transform: scale(1.1); /* Slight zoom effect */
        }




/* Navbar Toggler */
.navbar-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px; /* Default size */
    height: 40px;
    background-color: white !important;
    padding: 0 !important;
    transition: width 0.3s ease, height 0.3s ease; /* Smooth resizing */
}


/* Navbar Toggler Icon */
.navbar-toggler-icon {
    width: 100%;
    height: 100%;
    background-size: 60% 60%; /* Proportional scaling */
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1465px) {
    .navbar-dynamic-link .navbar-link-separator {
        display: none !important;
    }
}


@media (max-width: 1465px) {
    .navbar-dynamic-links {
        display: none !important;
    }
}



    /* Responsive Adjustments */
    @media (max-width: 992px) {
        .navbar {
            height: 70px !important;
        }

        .navbar-logo {
            font-size: 1.8rem !important;
        }

        .navbar-toggler {
            width: 35px !important;
            height: 35px !important;
        }

        .youtube-logo img {
            display: none !important;
        }

        .hero {
            margin-top: -10px;
        }
    }

    @media (max-width: 768px) {
        .navbar {
            height: 60px !important; /* Reduced navbar height */
        }

        .hero {
            margin-top: -60px;
        }

        .navbar-logo {
            font-size: 30px !important;
        }

        .navbar-toggler {
            width: 30px;
            height: 30px;
        }

        .youtube-logo img {
            display: none !important;
        }

        .navbar .container {
            gap: 0 !important;
            padding: 0 !important;
        }
    }

@media (max-width: 576px) {
    .navbar {
        height: 50px; /* Minimum navbar height */
    }

    .navbar-logo {
        font-size: 20px !important; /* Minimum font size */
    }

    .navbar-toggler {
        width: 25px;
        height: 25px;
    }

    .youtube-logo img {
        display: none !important;
    }

    .navbar .container {
        gap: 0 !important;
        padding: 0 !important;
    }
}

    @media (max-width: 416px) {
            .navbar-logo {
                font-size: 16px !important;
            }

        .navbar .container {
            gap: 0 !important;
            padding: 0 !important;
        }
        .navbar-toggler {
            width: 25px;
            height: 25px;
        }
        }

@media (max-width: 360px) {
    .navbar-logo {
        font-size: 14px !important;
    }

    .navbar .container {
        gap: 0 !important;
        padding: 0 !important;
    }
    .navbar-toggler {
        width: 25px;
        height: 25px;
    }
}
/* Section Titles */
.section-title h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.section-title p {
    font-size: 1rem;
    color: var(--text-secondary);
}

    /* Offcanvas Styling */
    .offcanvas {
        width: 75% !important; /* Set the width to 75% of the screen */
        max-width: 75% !important; /* Ensure it doesn't exceed 75% of the screen width */
        transition: transform 0.3s ease-in-out; /* Smooth open/close transition */
    }

    /* Optional: Add some padding for content inside */
    .offcanvas-body {
        padding: 15px;
    }

    /* Responsive Adjustment */
    @media (max-width: 576px) { /* For very small screens */
        .offcanvas {
            width: 90% !important; /* Allow more space on small screens */
            max-width: 90% !important; /* Adjust max width */
        }
    }

    /* Subheader (Large Screens Only) */
    .subheader {
        display: flex !important;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        gap: 6px;
        position: fixed;
        width: 100%;
        background-color: #f1e6cb; /* Soft pastel background */
        backdrop-filter: blur(10px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        z-index: 998;
        transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
        justify-content: space-between;
        padding-bottom: 5px;
    }



        .subheader.hidden {
            transform: translateY(-100%);
        }

        /* Subheader Nav Links */
        .subheader .navbar-nav {
            gap: 20px; /* Space between nav items */
        }

        .subheader .nav-link {
            font-weight: 500;
            font-size: 1rem; /* Readable font size */
            text-transform: uppercase !important;
            padding: 0.5rem 1rem;
            transition: color 0.3s ease, transform 0.3s ease;
        }

            .subheader .nav-link:hover {
                color: #fff;
                border-radius: 5px;
                transform: translateY(-2px); /* Subtle hover effect */
            }


            /* Active Link Styling */
            .subheader .nav-link.active {
                color: #fff;
                border-radius: 5px;
                font-weight: bold;
            }

    #subheader .nav-link::after {
        content: '';
        position: absolute;
        bottom: -5px; /* Position underline slightly below the link */
        left: 50%;
        width: 0;
        height: 3px; /* Thickness of the underline */
        background-color: #a6301d; /* Color of the underline */
        transform: translateX(-50%);
        transition: all 0.3s ease-in-out;
    }

    #subheader .nav-link:hover::after {
        width: 100%; /* Expand underline */
        left: 0; /* Align underline to the left */
        transform: none; /* Remove centering transformation */
    }


    /* Hide Subheader on Small Screens */
    @media (max-width: 991.98px) {
        .subheader {
            display: none !important;
        }
    }





    @media (max-width: 991.98px) {
        .subheader {
            display: none !important;
        }
    }

    .subheader .navbar-nav .nav-link {
        font-weight: bold;
        color: #000;
        padding: 0.5rem 1rem;
    }

    /* Offcanvas Menu */
    .offcanvas-menu {
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100%;
        background-color: #ffffff;
        transition: right 0.3s ease;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
        z-index: 1050;
    }

        .offcanvas-menu.open {
            right: 0;
        }

        .offcanvas-menu ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .offcanvas-menu ul li {
                border-bottom: 1px solid #ddd;
                padding: 15px;
                text-align: center;
            }

                .offcanvas-menu ul li a {
                    text-decoration: none;
                    color: #000;
                    font-weight: bold;
                }

    /* Offcanvas Links Styling (If Using Bootstrap's Offcanvas) */
    .offcanvas-body .navbar-nav .nav-item {
        padding: 15px 0;
        border-bottom: 1px solid #ddd; /* Line separating links */
    }

    .offcanvas-body .navbar-nav .nav-link {
        color: #000;
        font-weight: bold;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .offcanvas-body {
        --font-size: 1rem; /* Adjustable font size */
        --alignment: center; /* Adjustable alignment */

        font-size: var(--font-size);
        text-align: var(--alignment);
    }

        .offcanvas-body .nav-link:hover {
            color: #b71c1c; /* Red on hover */
        }

       
    /* Hero Section */
.hero {
    height: 100vh;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
   
    min-height: 70vh;
    background-image: url("../../assets/images/hero-background.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #00000078;
            z-index: 1;
        }

        .hero .container {
            position: relative;
            z-index: 2;
        }


        p{
            color:floralwhite;
        }

.hero-content h1 {
    font-size: 3rem;
    font-family: 'Alegreya';
        color: floralwhite;
}

    .hero-content p {
        font-size: 1.5rem;
        color: floralwhite;
    }

  

#main-content{
    text-align:center;
}



    /* Active Link Styling */
    .nav-link.active {
        color: var(--accent);
        font-weight: bold;
    }

    /* Responsive Adjustments for Smaller Screens */
    @media (max-width: 992px) {
        .nav-links.active {
            display: flex !important;
            flex-direction: column;
            align-items: center;
            position: absolute;
            top: 60px; /* Adjust based on navbar height */
            left: 0;
            background-color: white;
            width: 100%;
            padding: 10px 0;
            z-index: 1030;
        }

        .youtube-logo img {
            display: none !important;
        }

        .hero-content h1 {
            font-size: 1.8rem;
        }

        .hero-content p {
            font-size: 0.9rem;
        }

        .newsletter-form input[type="email"] {
            font-size: 0.8rem;
        }

        #home .bt a {
            font-size: 0.9rem;
            padding: 8px 15px;
        }

   
    }

    

    /* Section Titles */
    .section-title h2 {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .section-title p {
        font-size: 1rem;
        color: var(--text-secondary);
    }


/* Base Card Styling */
.card {
    position: relative;
    width: 300px; /* Fixed width */
    height: 200px; /* Fixed height */
    border-radius: 12px; /* Rounded corners */
    background: rgba(255, 255, 255, 0.1); /* Semi-transparent background */
    backdrop-filter: blur(10px); /* Frosted glass blur effect */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(255, 255, 255, 0.1) inset; /* 3D effect */
    overflow: hidden;
    padding: 20px;
    display: flex;
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
    text-align: center; /* Center align text */
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    /* Hover Effect: Card Lift */
    .card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5), 0 2px 4px rgba(255, 255, 255, 0.2) inset; /* Enhanced 3D effect */
    }

    /* Border Animation */
    .card::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 12px; /* Matches card's corners */
        border: 2px solid transparent; /* Invisible border initially */
        background: transparent; /* No gradient initially */
        z-index: 1;
        pointer-events: none;
        transition: border-color 0.4s ease, background 0.4s ease; /* Smooth transition */
    }

    /* On Hover: Gradient Border Animation */
    .card:hover::before {
        background: linear-gradient(90deg, gold, transparent, gold);
        background-size: 200% 200%; /* Ensure animation covers entire border */
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask-composite: exclude; /* Visible only on borders */
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        animation: borderFlow 3s cubic-bezier(0.25, 1, 0.5, 1) 1; /* Trigger animation */
    }

/* Keyframes for Border Flow */
@keyframes borderFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}


/* Title */
.card-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    z-index: 2; /* Ensure it stays above other layers */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); /* Slight shadow for depth */
}



    /* Newsletter Form */
    .newsletter-form input[type="email"] {
        width: 100%;
        padding: 10px;
        border: 1px solid var(--border-color);
        border-radius: 4px;
        background-color: var(--background-light);
        color: var(--text-light);
        box-shadow: 0 4px 8px var(--shadow-color);
        font-size: 1rem;
        margin-bottom: 10px;
        transition: box-shadow 0.3s ease;
    }

        .newsletter-form input[type="email"]:focus {
            border-color: var(--accent);
            box-shadow: 0 4px 12px var(--accent);
        }


/* Change placeholder text color to FloralWhite */
.form-control::placeholder {
    color: floralwhite !important;
    opacity: 1; /* Ensure full visibility */
}

/* For older browsers */
.form-control:-ms-input-placeholder {
    color: floralwhite !important;
}

.form-control::-ms-input-placeholder {
    color: floralwhite !important;
}

    .newsletter-form button {
        background-color: var(--accent);
        color: floralwhite;
        border: none;
        padding: 10px 20px;
        border-radius: 4px;
        cursor: pointer;
        align-self: baseline;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

        .newsletter-form button:hover {
            background-color: var(--border-color);
            color: var(--accent);
        }

    /* Footer */
footer {
    background-color: #333 !important;
    color: floralwhite;
    padding: 20px;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

        footer .footer-content {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

            footer .footer-content a {
                color: floralwhite;
                margin-right: 15px;
                text-decoration: none;
                transition: color 0.3s ease;
            }

               

        footer .social-icons a {
            color: floralwhite;
            font-size: 24px;
            margin: 0 10px;
            transition: color 0.3s ease, transform 0.3s ease;
        }

            footer .social-icons a:hover {
                color: crimson;
                transform: scale(1.1);
                transition: 0.2s ease-in;
            }

  





    @media (max-width: 768px) {
   
        .hero-content h1 {
            font-size: 1.4rem;
        }
    }

    @media (max-width: 576px) {
   
        .hero-content h1 {
            font-size: 1.2rem;
        }
    }

    /* Placeholder for images if needed */

    /* Loader */
    .loader {
        display: none;
        width: 50px;
        height: 50px;
        border: 6px solid #f3f3f3;
        border-top: 6px solid var(--accent-color);
        border-radius: 50%;
        animation: spin 1s linear infinite;
        margin: 20px auto;
    }


    @keyframes fadeIn {
        from {
            background: rgba(0,0,0,0);
        }

        to {
            background: rgba(0,0,0,0.7);
        }
    }


    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    /* Infinite Scroll Sentinel */
    .observer-sentinel {
        height: 1px;
    }


.bt a {
    font-size: 1rem;
    font-weight: 700;
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    text-shadow: -2px 3px #0000009e;
    min-width: 9.375rem;
    margin: 0;
    border: none;
    margin-top: 2rem;
    box-sizing: border-box;
    padding: 0 1.5rem;
    color: seashell;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,.1);
    box-shadow: 0 5px 5px rgba(0,0,0.2);
    border-radius: 5px;
    cursor: pointer;
}


.bt a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,.1);
}

.bt a:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);
    transition: 0.5s;
    transition-delay: 0.5s;
}

.bt a:hover:after {
    left: 100%;
}

.bt a span {
    position: absolute;
    display: block;
    transition: 0.5s ease;
}

 .bt a span:nth-child(1) {
        top: 0;
        left: 0;
        width: 0;
        height: 1px;
        background: #fff;
    }

.bt a:hover span:nth-child(1) {
    width: 100%;
    transform: translateX(100%);
}

 .bt a span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #fff;
}
 .bt a:hover span:nth-child(3) {
    width: 100%;
    transform: translateX(-100%);
}
.bt a span:nth-child(2) {
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background: #fff;
}

 .bt a:hover span:nth-child(2) {
    height: 100%;
    transform: translateY(100%);
}

.bt a span:nth-child(4) {
    bottom: 0;
    right: 0;
    width: 1px;
    height: 0;
    background: #fff;
}

.bt a:hover span:nth-child(4) {
    height: 100%;
    transform: translateY(-100%);
}