/* Custom CSS for All Africa Solar Energy Trading */

:root {
    --primary-color: #00264C;
    --secondary-color: #D37500;
    --light-bg: #f8f9fa;
}

/* Custom color classes */
.text-primary {
    color: var(--primary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.text-orange {
    color: var(--secondary-color) !important;
}

.bg-orange {
    background-color: var(--secondary-color) !important;
}

.btn-orange {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: white;
}

.btn-orange:hover {
    background-color: #b8640a;
    border-color: #b8640a;
    color: white;
}

.btn-outline-orange {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}

.btn-outline-orange:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: white;
}
.btn i{
    /* background-color: #00264C; */
    color: #025db8;
}

/* Navigation */
/* .navbar-brand:hover .text-primary {
    color: var(--secondary-color) !important;
}

.nav-link:hover {
    color: var(--secondary-color) !important;
}

.navbar {
    transition: box-shadow 0.3s ease;
}

.navbar.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.nav-link-custom{
     margin: 0 1.5rem;
} */
/* Navbar */
/* Navbar */
.aas-navbar {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 1040; /* Higher than carousel elements */
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255,0.8); /* Initial white background */
    padding: 0.5rem 0;
    margin: 0.5rem; /* Initial margin */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* Adjusted for visibility on hero */
    border-radius: 10px; /* Matches rounded class from HTML */
}

.aas-navbar.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 1rem 0;
    margin: 0; /* Expands to fit corners when scrolled */
    border-bottom: none;
    border-radius: 0; /* Removes rounded corners when fixed */
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.navbar-brand img {
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.1);
}

.aas-nav-link-custom {
    margin: 0 1.5rem;
    font-size: 1.1rem;
    position: relative;
    color: #0c0c0c !important; /* White links over hero */
}

.aas-nav-link-custom:hover {
    color: #00264C !important; /* Matches btn-primary color */
}

.aas-nav-link-custom::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #00264C;
    transition: width 0.3s ease;
}

.aas-nav-link-custom:hover::after {
    width: 100%;
}

.aas-navbar.scrolled .aas-nav-link-custom {
    color: #00264C!important; /* Reverts to text-primary when scrolled */
}

@media (max-width: 991px) {
    .aas-nav-link-custom {
        margin: 0.5rem 0;
    }
    .aas-navbar.scrolled {
        padding: 0.5rem 0;
    }
    .aas-navbar .navbar-collapse {
        background-color: rgba(255, 255, 255, 0.95);
        padding: 1rem;
        border-radius: 0 0 10px 10px;
    }
}

/* Hero Banner */
.hero-banner {
    height: 95vh;
    position: relative;
    top: 0;
    overflow: hidden;
}

.hero-banner .carousel-item {
    height: 95vh;
}

.hero-banner .carousel-item img {
    height: 95vh;
    object-fit: cover;
    width: 100%;
}
@media (max-width: 992px){
.aas-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 1rem 0;
    margin: 0; /* Expands to fit corners when scrolled */
    border-bottom: none;
    border-radius: 0; /* Removes rounded corners when fixed */
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
/* Hero Banner */
.hero-banner {
    height: 95vh;
    position: relative;
    top: 20px;
    overflow: hidden;
}
}
.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.carousel-indicators {
    z-index: 3;
}

.carousel-indicators button {
    background-color: #6c757d !important; /* Matches var(--secondary-color) */
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.carousel-indicators button.active {
    background-color: #6c757d !important;
    opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 3;
    width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    padding: 20px;
}



/* about */
.about {
        /* background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%); */
  /* background: rgba(5, 75, 113, 0.1); */
  background: #f1f1f1;
    }

.bg-light{
      background: rgba(5, 75, 113, 0.1);
  } 
    .text-orange {
        color: #fd7e14 !important;
    }

    
    .video-container {
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Animation Delays */
    [data-animate-delay] {
        animation-delay: attr(data-animate-delay);
    }

  
.about .row {
    display: flex;
    flex-wrap: wrap;
}

.about .col-lg-6 {
    display: flex;
    flex-direction: column;
   
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    flex-grow: 1;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Fills container while maintaining aspect ratio */
    border-radius: 0.25rem; /* Matches Bootstrap 'rounded' class */
}


 .team-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
    }

    .team-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .team-img-container {
        width: 150px;
        height: 150px;
        margin-top: 1.5rem;
        overflow: hidden;
        position: relative;
    }

    .team-img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 3px solid #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

    .team-img-container img:hover {
        transform: scale(1.1);
    }
/* Responsive Adjustments */
    @media (max-width: 767.98px) {
        .team-img-container {
            width: 120px;
            height: 120px;
        }

        .card-title {
            font-size: 1.1rem;
        }

        .card-text {
            font-size: 0.85rem;
        }
    }
/* Cards */
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #dee2e6;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.card-img-top {
    transition: transform 0.3s ease;
}

.card:hover .card-img-top {
    transform: scale(1.05);
}



/* Product Cards */
/* Featured Products Section */

.py-5.bg-light {
    position: relative;
    /* background: #f8f9fa; */
     background: rgba(5, 75, 113, 0.1);
    padding: 4rem 0;
}

.products-cont {
    position: relative;
    z-index: 1;
}

.text-center.mb-5 h2 {
    font-size: 2.5rem;
    color: #05448b;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.text-center.mb-5 h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 4px;
    background: linear-gradient(to right, #05448b, #e38915);
    border-radius: 2px;
}

.text-center.mb-5 p {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 1rem auto 0;
    color: #6c757d;
}

.featured-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding: 1rem;
}

.aas-product-card {
    position: relative;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.aas-product-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.aas-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.aas-prod-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.aas-prod-card-front {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.aas-prod-card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.aas-product-card:hover .aas-prod-card-front img {
    transform: scale(1.05);
}

.aas-prod-card-back {
    padding: 1.5rem;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aas-prod-card-back h6 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #05448b;
}

.aas-prod-card-back .text-muted {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.aas-prod-card-back .text-orange {
    font-size: 0.9rem;
    color: #f7931e;
}

.aas-featured-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #e28317;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 1;
}

.text-center.mt-5 a {
    background-color: #05448b;
    border-color: #05448b;
    transition: all 0.3s ease;
}

.text-center.mt-5 a:hover {
    background-color: #00264C;
    border-color: #00264C;
    transform: translateY(-2px);
}


/* Responsive Design */
@media (max-width: 768px) {
    .featured-products-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }
    .text-center.mb-5 h2 {
        font-size: 2rem;
    }
    .aas-prod-card-front {
        height: 180px !important;
    }
}





/* Partner Cards */
.aas-partner-card {
    perspective: 1000px;
    height: 200px; /* Fixed height for consistency */
    transition: box-shadow 0.3s ease;
}

.aas-partner-card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.aas-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.aas-partner-card:hover .aas-card-inner {
    transform: rotateY(180deg);
}

.aas-card-front,
.aas-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 0.25rem; /* Matches Bootstrap 'rounded' class */
    overflow: hidden;
}

.aas-card-front {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.aas-card-front img {
    width: 100%;
    height: auto;
    object-fit: cover;
    
}

.aas-card-back {
    background-color: #bee5ff;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
}

.aas-card-back h5 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.aas-card-back .text-muted {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.aas-card-back .btn {
    font-size: 0.875rem;
}

.aas-partner-type-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px;
    text-align: center;
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
}

.aas-partner-type-ongoing {
    background-color: var(--primary-color, #007bff);
}

.aas-partner-type-onetime {
    background-color: var(--secondary-color, #6c757d);
}

.aas-fade-in {
    animation: aasFadeIn 0.5s ease-in;
}

@keyframes aasFadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
/* Navigation Pills */
.nav-pills .nav-link {
    color: var(--primary-color);
    border: 1px solid #222;
    transition: all 0.3s ease;
    margin: 0 2px;
}

.nav-pills .nav-link:hover {
    color: var(--secondary-color);
    background-color: rgba(211, 117, 0, 0.1);
    border-color: var(--secondary-color);
}

.nav-pills .nav-link.active {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

/* Form Styling */
.form-control {
    border: 1px solid #ced4da;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 0.2rem rgba(211, 117, 0, 0.25);
}

.form-select {
    border: 1px solid #ced4da;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-select:focus {
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 0.2rem rgba(211, 117, 0, 0.25);
}

.form-check-input {
    transition: all 0.3s ease;
}

.form-check-input:checked {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.form-check-input:focus {
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 0.2rem rgba(211, 117, 0, 0.25);
}

.is-invalid {
    border-color: #dc3545;
}

.invalid-feedback {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Footer */
.wave-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(242, 140, 56, 0.1)" fill-opacity="1" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,128C960,160,1056,224,1152,224C1248,224,1344,160,1392,128L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-size: cover;
    z-index: 0;
}
footer {
    background-color: var(--primary-color) !important;
}

footer a {
    transition: color 0.3s ease;
}

footer a:hover {
    color: var(--secondary-color) !important;
}

footer .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

footer .social-links a:hover {
    background-color: var(--secondary-color);
    transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-banner,
    .hero-banner .carousel-item,
    .hero-banner .carousel-item img {
        height: 400px;
    }
    
    .display-4 {
        font-size: 2rem;
    }
    
    .lead {
        font-size: 1rem;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 8%;
    }
    
    .nav-pills {
        flex-wrap: wrap;
    }
    
    .nav-pills .nav-link {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 576px) {
    .hero-banner,
    .hero-banner .carousel-item,
    .hero-banner .carousel-item img {
        height: 80vh;
    }
    
    .display-4 {
        font-size: 1.75rem;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 10%;
    }
    
    .featured-badge {
        font-size: 0.7rem;
        padding: 3px 6px;
    }
}

/* Utility classes */
.backdrop-blur {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.bg-opacity-10 {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

/* Animation classes */
.fade-in {
    animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-in-left {
    animation: slideInLeft 0.6s ease-out;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.slide-in-right {
    animation: slideInRight 0.6s ease-out;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Search and filter styling */
.input-group-text {
    background-color: var(--light-bg);
    border-color: #ced4da;
    color: #6c757d;
}

.input-group .form-control:focus {
    z-index: 3;
}

/* Success message styling */
.alert-success {
    border-color: #28a745;
    background-color: #d4edda;
    color: #155724;
    border-radius: 0.5rem;
}

.alert-success .bi-check-circle-fill {
    color: #28a745;
}

/* Loading spinner */
.spinner-border-orange {
    color: var(--secondary-color);
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
}

/* Button enhancements */
.btn {
    transition: all 0.3s ease;
    font-weight: 500;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
}
.btn-primary{
    background-color: #00264C;
}
/* Section spacing */
section {
    padding: 4rem 0;
}

@media (max-width: 768px) {
    section {
        padding: 3rem 0;
    }
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #b8640a;
}

/* Focus styles for accessibility */
.btn:focus,
.form-control:focus,
.form-select:focus,
.nav-link:focus {
    outline: 2px solid var(--secondary-color);
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .navbar,
    .carousel-control-prev,
    .carousel-control-next,
    .carousel-indicators,
    footer {
        display: none !important;
    }
    
    .hero-banner {
        height: auto !important;
    }
    
    .card {
        break-inside: avoid;
        margin-bottom: 1rem;
    }
}

/* latest news */
.aas-latest-news {
    position: relative;
    overflow: hidden;
}

.aas-news-image-container {
    position: relative;
}

.aas-news-image-overlay {
    position: relative;
}

.aas-news-image-overlay img {
    width: 100%;
    height: auto;
}

.aas-news-image-text {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 5px;
}

.aas-news-item {
    transition: transform 0.3s ease;
      background: rgba(5, 75, 113, 0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 1em;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.aas-news-item:hover {
    transform: translateX(10px);
}

.aas-news-item h5 {
    font-size: 1.1rem;
    line-height: 1.4;
}

.aas-news-decor-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/Public/En/images/syp2zs.png') no-repeat top left;
    background-size: contain;
    opacity: 0.1;
    z-index: -1;
}

@media (max-width: 992px) {
    .aas-news-image-container {
        margin-bottom: 2rem;
    }
    .aas-news-item h5 {
        font-size: 1rem;
    }
}

/* why us */
.aas-why-solar {
    position: relative;
    /* height: 80vh; */
    /* background-color: rgba(0, 64, 116, 0); */
    background: rgba(5, 75, 113, 0.1);; 
      /* background: linear-gradient(135deg, #033d7c, #00264C); */
}
/* .aas-why-solar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/banner.jpg') no-repeat center center;
    background-size: cover;
    z-index: -1;
    opacity: 0.3; 
} */
/* .aas-why-solar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255, 255, 255, 0.1)" fill-opacity="1" d="M0,160L48,144C96,128,192,96,288,112C384,128,480,192,576,213.3C672,235,768,213,864,181.3C960,149,1056,107,1152,90.7C1248,75,1344,85,1392,90.7L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-size: cover;
    z-index: 0; 
} */


.aas-why-solar .bg-white {
    /* background-color: rgba(255, 255, 255, 0.1) !important;  */
}

@media (max-width: 768px) {
    .aas-why-solar::before {
        background-size: contain; /* Adjusts image scaling on smaller screens */
    }
}

.services {
    background: linear-gradient(135deg, #033d7c, #00264C);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

.services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255, 255, 255, 0.1)" fill-opacity="1" d="M0,160L48,144C96,128,192,96,288,112C384,128,480,192,576,213.3C672,235,768,213,864,181.3C960,149,1056,107,1152,90.7C1248,75,1344,85,1392,90.7L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-size: cover;
    z-index: 0;
}

.services .container {
    position: relative;
    z-index: 1;
}

.services h2 {
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.services h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 4px;
    background: linear-gradient(to right, #F59E0B, #ffffff);
    border-radius: 2px;
}

.services p {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 1rem auto 0;
    color: rgba(255, 255, 255, 0.75);
}

.service-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.service-card i {
    font-size: 2rem;
    color: #F59E0B;
    flex-shrink: 0;
}

.service-card span {
    font-size: 1rem;
    line-height: 1.5;
    color: white;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75) !important;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .service-card {
        padding: 1rem;
    }
    .service-card i {
        font-size: 1.5rem;
    }
    .service-card span {
        font-size: 0.9rem;
    }
    .services h2 {
        font-size: 2rem;
    }
}