/*
Theme Name: Al Hidhaayah Trust
Description: nonprofit educational trust.
Version: 1.0
Author: S.M Abbas
*/

html {
    margin: 0 !important;
    padding: 0 !important;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #fdfcff;
    color: #333;
}



a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #5b4db1;
}

/* ===================== */
/* HEADER STYLES */
/* ===================== */

.top-bar {
    background-color: #ebe9ff;
    font-size: 0.9rem;
    height: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e3e0f5;
    margin-top: 0 !important;
    padding: 0 10px;
}

.top-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.top-bar .contact-info {
    color: #000000;
}

.top-bar .social-icons a {
    color: #5b4db1;
    margin-left: 10px;
    transition: color 0.3s;
}

.top-bar .social-icons a:hover {
    color: #3d2e87;
}

.site-header {
    background-color: #f7f6ff;
    position: sticky;
    top: 0;
    z-index: 999;
}

#mainMenu {
    
    visibility: visible !important;
     
  }

.navbar {
    padding: 0.5rem 1rem;
}

.navbar-brand img {
    max-height: 55px;
    height: auto;
}

/* ===================== */
/* NAVIGATION ENHANCEMENT */
/* ===================== */

.navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 0.8rem 1rem;
    position: relative;
    color: #5b4db1;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #3d2e87;
    letter-spacing: 0.5px;
}



.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.navbar-nav .dropdown-toggle::after,
.navbar-nav .dropdown:hover > .dropdown-toggle::after {
    content: none !important;
}




.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 6px;
    left: 0;
    background-color: #5b4db1;
    transition: width 0.3s ease;
}


/* Remove small line below the dropdown and make the width fit the menu */
.dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: auto; /* Ensure the width fits the text */
    min-width: 200px; /* Set a minimum width for the submenu */
    border: 1px solid #ddd; /* Add a border */
    border-radius: 5px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a soft shadow for depth */
    background-color: #ffffff; /* Clean white background */
    padding: 10px 0; /* Adequate padding */
    z-index: 9999;
}


/* Show the dropdown on hover */
.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
}

/* Keep the dropdown visible when hovering the dropdown menu */
.navbar-nav .dropdown-menu:hover {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
}

/* Style for each dropdown item */
.navbar-nav .dropdown-menu .dropdown-item {
    color: #333333; /* Text color */
    padding: 10px 20px; /* Adequate padding */
    font-size: 16px; /* Font size */
    background-color: transparent; /* Transparent background for each item */
    transition: background-color 0.3s ease; /* Smooth background transition */
    white-space: nowrap; /* Prevent the text from breaking */
}

/* Hover effect for each dropdown item */
.navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #f0f0f0; /* Light gray background on hover */
    color: #007bff; /* Change text color on hover */
}

/* Ensure the dropdown's parent is positioned correctly */
.navbar-nav .dropdown {
    position: relative;
}

/* Adjust icon placement for dropdown toggle */
.navbar-nav .dropdown-toggle::after {
    margin-left: 0.5rem;
}






/* Adjust the size of the custom logo */
.custom-logo {
    max-width: 75px;  /* Set the max width you prefer for your logo */
    height: auto;      /* Keep the aspect ratio intact */
}

/* Optional: Adjust logo for smaller screens */
@media (max-width: 768px) {
    .custom-logo {
        max-width: 75px;  /* Adjust size for mobile */
    }
}


/* Ensure the logo is clear and doesn't shrink weirdly */
.site-logo img {
    max-height: 70px;
    height: auto;
    width: auto;
}

.site-name {
    margin-left: 10px; /* Adjust the spacing as needed */
}

.site-name span {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    font-family: 'Poppins', sans-serif;
    white-space: nowrap;
}
/* Spacing and alignment */
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Adjust for smaller screens */
@media (max-width: 768px) {
    .site-name span {
        font-size: 1.2rem;
    }
    .site-logo img {
        max-height: 50px;
    }
}

.site-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
}

.site-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    font-family: 'Poppins', sans-serif;
}

.site-tagline {
    font-size: 0.85rem;
    color: #6c757d;
    font-family: 'Poppins', sans-serif;
    margin-top: 2px;
}

.header-buttons .btn {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    padding: 8px 16px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}

.btn-donate {
    background: linear-gradient(135deg, #f39c12, #e67e22);
    color: #fff;
    font-weight: 600;
    border: none;
    
}

.btn-donate:hover {
    background: linear-gradient(135deg, #e67e22, #d35400);
    color: #fff;
}
.btn-donate i {
    margin-right: 8px; /* Space between the icon and text */
    font-size: 1rem; /* Slightly bigger icon */
    vertical-align: middle; /* Vertically align the icon */
}


.btn-register {
    background-color: #3498db;
    color: #fff;
    font-weight: 600;
    border: none;
}

.btn-register:hover {
    background-color: #2980b9;
    color: #fff;
}


/* Keep these */
.swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* Hero Slider Container */
.hero-slider {
    position: relative;
}

.hero-slider .swiper-slide {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Background Zoom Effect */
.swiper-slide .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    animation: zoomInBackground 20s infinite alternate;
    animation-timing-function: ease-in-out;
}

@keyframes zoomInBackground {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Centered Layout */
.swiper-slide .container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column; /* Stack vertically */
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    text-align: center;
}

.hero-slider .container h1 {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 25px;
    animation: fadeInDown 1s ease-out;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-slider .container h1 .highlight-box {
    background-color: #ebe9ff; /* Theme color */
    padding: 2px 10px;
    border-radius: 8px;
    color: #4b3faf; /* Deep violet/indigo to contrast the light box */
    font-weight: 600;
    display: inline-block;
    line-height: 1.2;
}



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


.hero-slider .container p {
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #333;
    margin-top: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(235, 233, 255, 0.4);
    padding: 25px 30px;
    
    backdrop-filter: blur(12px); /* Stronger blur for glass effect */
    -webkit-backdrop-filter: blur(12px); /* Safari support */
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); /* Subtle shadow */
    animation: fadeInUp 1s ease-out 0.5s;
    border: 1px solid rgba(255, 255, 255, 0.2); /* Subtle border */
    text-align: center;
    border-left: 6px solid #a99df5;
    border-radius: 12px;
}



@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-slider .container .btn {
    font-size: 1.1rem;
    background: linear-gradient(to right, #00c6ff, #0072ff);
    border: none;
    padding: 15px 30px;
    border-radius: 25px;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 195, 255, 0.5);
    transition: all 0.3s ease-in-out;
    animation: zoomInButton 1s ease-out 1s;
    margin-top: 25px;
}

@keyframes zoomInButton {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Hover effect */
.hero-slider .container .btn:hover {
    background: linear-gradient(to right, #0072ff, #00c6ff); /* Reversed gradient */
    transform: scale(1.05); /* Slightly larger on hover */
    box-shadow: 0 6px 25px rgba(0, 195, 255, 0.7); /* Stronger shadow */
    color: #fff;
    cursor: pointer; /* Change cursor to pointer for better UX */
}

/* Optional Dark Overlay */
.hero-slider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

/* Initial hidden state */
.hero-slider .container h1,
.hero-slider .container p,
.hero-slider .container .btn {
    opacity: 0;
}

/* Animate h1 first */
.hero-slider .container h1 {
    animation: fadeInDown 0.8s ease-out forwards;
    animation-delay: 0.2s;
}

/* Then animate p */
.hero-slider .container p {
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: 1s;
}

/* Then button */
.hero-slider .container .btn {
    animation: zoomInButton 0.8s ease-out forwards;
    animation-delay: 1.8s;
}

  
 /* section  */


     /* Section Backgrounds */
     .ah-section-why {
        background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
        position: relative;
        overflow: hidden;
    }
    
    .ah-section-what {
        background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
        position: relative;
    }
    
    .ah-section-need {
        background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
        position: relative;
    }
    
    /* Card Styles */
    .ah-card-why {
        background: white;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        border-left: 4px solid #3b82f6;
        position: relative;
        overflow: hidden;
        z-index: 1;
        transform: translateY(20px);
        opacity: 0;
    }

    /* Apply animation when in view */
.ah-card-why.animate-fadeInUp {
    animation: fadeInUp 0.6s forwards;
}

    
    .ah-card-why:nth-child(1) {
        animation-delay: 0.3s;
    }
    
    .ah-card-why:nth-child(2) {
        animation-delay: 0.6s;
    }
    
    .ah-card-why:nth-child(3) {
        animation-delay: 0.9s;
    }
    
    .ah-card-what {
        background: white;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        border-left: 4px solid #10b981;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    
    .ah-card-need {
        background: white;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        border-left: 4px solid #8b5cf6;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    
    /* Hover Effects */
    .ah-card-why:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(59, 130, 246, 0.15);
    }
    
    .ah-card-why::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(59, 130, 246, 0.01) 100%);
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .ah-card-why:hover::before {
        opacity: 1;
    }
    
    .ah-card-what:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(16, 185, 129, 0.15);
    }
    
    .ah-card-what::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(16, 185, 129, 0.05) 0%, rgba(16, 185, 129, 0.01) 100%);
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .ah-card-what:hover::before {
        opacity: 1;
    }
    
    .ah-card-need:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(139, 92, 246, 0.15);
    }
    
    .ah-card-need::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(139, 92, 246, 0.05) 0%, rgba(139, 92, 246, 0.01) 100%);
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .ah-card-need:hover::before {
        opacity: 1;
    }
    
    /* Icons */
    .ah-icon-why {
        color: #3b82f6;
        font-size: 2.5rem;
    }
    
    .ah-icon-what {
        color: #10b981;
        font-size: 2.5rem;
    }
    
    .ah-icon-need {
        color: #8b5cf6;
        font-size: 2.5rem;
    }
    
    /* Full Text Box */
    .ah-full-text {
        background: rgba(255,255,255,0.95);
        border-radius: 16px;
        padding: 40px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        margin-top: 40px;
        line-height: 1.8;
        border: 1px solid rgba(0,0,0,0.05);
        position: relative;
        overflow: hidden;
    }
    
    .ah-full-text::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: linear-gradient(to bottom, #3b82f6, #10b981, #8b5cf6);
    }
    
    .ah-full-text p {
        margin-bottom: 1.5rem;
        color: #4b5563;
    }


   .animation-left{
    float: right;          /* Positions it to the left, allowing wrapping */
    margin-right: 10px;    /* Creates some space between the div and the text */
    margin-bottom: 5px;   /* Adds a little space below the div */
      }
   
    

    
    /* Founder Message */
    .ah-founder-message {
        background: white;
        border-radius: 16px;
        padding: 40px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        margin: 40px 0;
        color: #334155;
        position: relative;
        border-left: 4px solid #3b82f6;
     
    }
    
    .ah-founder-message::before {
        content: '\201C';
        position: absolute;
        top: 20px;
        left: 20px;
        font-family: Georgia, serif;
        font-size: 60px;
        color: #3b82f6;
        opacity: 0.2;
    }
    
    .ah-founder-message::after {
        content: '\201D';
        position: absolute;
        bottom: 20px;
        right: 20px;
        font-family: Georgia, serif;
        font-size: 60px;
        color: #3b82f6;
        opacity: 0.2;
    }
    
    .ah-founder-message h3 {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
        position: relative;
        z-index: 1;
        color: #1e40af;
    }
    
    .ah-founder-message p {
        position: relative;
        z-index: 1;
        line-height: 1.8;
        font-size: 1.1rem;
        font-style: italic;
        color: #475569;
    }
    
    .ah-founder-message .ah-founder-name {
        margin-top: 1.5rem;
        font-weight: 600;
        color: #1e40af;
        font-style: normal;
    }
    
    /* Lottie Container */
    .ah-lottie-container {
        width: 100%;
        height: 300px;
        margin: 0 auto;
    }
    
    /* Section Title */
    .ah-section-title {
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
    }
    
    .ah-section-title:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 3px;
        bottom: 0;
        left: 25%;
        background: currentColor;
        border-radius: 3px;
    }
    
    .ah-why-title:after {
        background: #3b82f6;
    }
    
    .ah-what-title:after {
        background: #10b981;
    }
    
    .ah-need-title:after {
        background: #8b5cf6;
    }
    
    /* Floating Animation */
    @keyframes float {
        0% { transform: translateY(0px); }
        50% { transform: translateY(-15px); }
        100% { transform: translateY(0px); }
    }
    
    .ah-float {
        animation: float 6s ease-in-out infinite;
    }
    
    /* Premium Enhancements */
    .ah-feather-bg {
        position: absolute;
        opacity: 0.03;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
    
    .ah-section-why .ah-feather-bg {
        background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233b82f6' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
    
    .ah-section-what .ah-feather-bg {
        background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2310b981' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
    
    .ah-section-need .ah-feather-bg {
        background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238b5cf6' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
   
    /* Enhanced Why Cards */
    .ah-card-why {
        border: none;
        background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
        box-shadow: 0 15px 35px rgba(59, 130, 246, 0.1);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    
    .ah-card-why:hover {
        box-shadow: 0 20px 40px rgba(59, 130, 246, 0.2);
    }
    
    .ah-card-why .ah-card-icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(59, 130, 246, 0.1);
        border-radius: 50%;
        color: #3b82f6;
        font-size: 36px;
        transition: all 0.3s ease;
    }
    
    .ah-card-why:hover .ah-card-icon {
        transform: scale(1.1);
        background: rgba(59, 130, 246, 0.2);
    }
    
    .ah-card-why h3 {
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    
    .ah-card-why h3::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 2px;
        background: #3b82f6;
        transition: all 0.3s ease;
    }
    
    .ah-card-why:hover h3::after {
        width: 60px;
        background: #2563eb;
    }
    

    
    /* Elegant Footer Styles */
.site-footer {
    background-color: #111827; /* dark premium tone */
    color: #cbd5e1;
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: 0.95rem;
    border-top: 3px solid #2575fc;
  }
  
  .footer-logo {
    max-width: 160px;
    opacity: 0.7;
    transition: transform 0.3s ease;
  }
  
  .footer-logo:hover {
    transform: scale(1.05);
  }
  
  .footer-about {
    max-width: 300px;
    text-align: center;
    font-size: 0.9rem;
    color: #94a3b8;
    margin-top: 10px;
  }
  
  .footer-heading {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
  }
  
  .footer-links li {
    margin-bottom: 8px;
  }
  
  .footer-links a {
    text-decoration: none;
    color: #cbd5e1;
    transition: color 0.3s ease;
  }
  
  .footer-links a:hover {
    color: #38bdf8;
  }
  
  .footer-bottom {
    border-top: 1px solid #1e293b;
    padding-top: 1rem;
    font-size: 0.85rem;
    color: #64748b;
  }
  
  /* Back to Top Button */
  .back-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background-color: #2563eb;
    color: #fff;
    padding: 10px 12px;
    border-radius: 50%;
    font-size: 1.2rem;
    display: none;
    z-index: 999;
    transition: background-color 0.3s ease;
  }
  .back-to-top:hover {
    background-color: #1e40af;
  }
  
  /* WhatsApp Floating */
  .whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: #fff;
    padding: 10px 14px;
    border-radius: 50%;
    font-size: 1.5rem;
    z-index: 999;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
  }
  .whatsapp-float:hover {
    transform: scale(1.1);
  }

  /* Premium Gradient Text */
.footer-gradient-text {
    color: #ffffff; /* Use your brand purple directly */
    font-size: 0.9rem;
  }
  
  /* Name Box */
  .footer-name-box {
    font-size: 0.9rem;
    font-weight: bold;
    background: linear-gradient(90deg, #6a11cb, #2575fc);
    color: #fff;
    padding: 2px 10px;
    border-radius: 6px;
    display: inline-block;
    margin-left: 6px;
  }
  
  