﻿/*body
{
	padding-top: 70px;
	padding-bottom: 20px;
}*/
/*body { padding-top: 70px; }*/

/* Set padding to keep content from hitting the edges */
/*.body-content
{
	padding-left: 15px;
	padding-right: 15px;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea
{
	max-width: 280px;
}*?

/**** styles for validation helpers ****/
.field-validation-error {
    color: #b94a48;
}


.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

select.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/*article .nav > li.active > a,
article .nav > li.active > a:hover,
article .nav > li.active > a:focus
{
	background-color: #5bc0de;
	border-color: #46b8da;
	color: #fff;
}*/

/* Yes I'm inline, but for simplicities sake let it go :) */
.AjaxLoaderDiv.p {
    margin: 0 auto;
    padding-top: 80px;
    clear: both;
    font-weight: bold;
    font-size: 16px;
}

/* Elements that will load the loader must have a relative postion everything else is up to you.*/
.AjaxLoaderDiv {
    position: fixed;
    width: 150px;
    height: 100px;
    margin: -50px 0 0 -75px;
    text-align: center;
    float: left;
    top: 50%;
    left: 50%;
    background: url("../Content/Images/spinner_squares_circle.gif") no-repeat center center;
    z-index: 99999999;
    background-color: #7E57C2;
    color: #FFF;
    font-size: 16px;
    font-weight: bolder;
}

div.fadeMe {
    opacity: 0.1;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
    position: fixed;
}

.borderless td, .borderless th {
    border: none;
}

#allCheck {
    margin-left: 6px;
}

.modal-dialog {
    width: 98%;
}

.switch {
    content: "B";
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        text-align: center;
        height: 15px;
        width: 15px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
    }

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider,
input[type="checkbox"]:checked + .slider {
    background-color: #2196F3;
}

/* include generated hidden field here */
input[type="checkbox"]:focus + input[type="hidden"] + .slider,
input[type="checkbox"]:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
input[type="checkbox"]:checked + .slider:before {
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


body {
    line-height: 1.6;
}

.hero-section {
    background-color: rgb(20,28,39);
    color: white;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.hero-content {
    position: relative;
    z-index: 2;
}

.category-card {
    transition: all 0.3s ease;
    height: 100%;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

    .category-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

.category-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.category-features {
    list-style: none;
    padding: 0;
}

    .category-features li {
        padding: 0.3rem 0;
        position: relative;
        padding-left: 1.5rem;
        color: #6c757d;
    }

        .category-features li::before {
            content: "→";
            position: absolute;
            left: 0;
            color: #28a745;
            font-weight: bold;
        }



.gradient-1 {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.gradient-2 {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}

.gradient-3 {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.gradient-4 {
    background: linear-gradient(135deg, #43e97b, #38f9d7);
}

.gradient-5 {
    background: linear-gradient(135deg, #fa709a, #fee140);
}

.gradient-6 {
    background: linear-gradient(135deg, #a8edea, #fed6e3);
}

.gradient-7 {
    background: linear-gradient(135deg, #ff9a9e, #fecfef);
}

.gradient-8 {
    background: linear-gradient(135deg, #a18cd1, #fbc2eb);
}

.gradient-9 {
    background: linear-gradient(135deg, #fad0c4, #ffd1ff);
}

.gradient-10 {
    background: linear-gradient(135deg, #ffecd2, #fcb69f);
}

.category-card {
    font-family: 'Inter', sans-serif;
}

.category-card {
    border: none;
    border-radius: 15px;
    transition: all 0.3s ease;
}

    .category-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    }

.category-features {
    list-style: none;
    padding: 0;
    text-align: left;
}

    .category-features li {
        position: relative;
        padding-left: 1.5rem;
        margin-bottom: 0.5rem;
    }

        .category-features li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #28a745;
            font-weight: bold;
        }

.popular-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    color: #007bff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 5px;
}

.section-title {
    font-family: 'Playfair Display', serif;
}

.border-purple {
    border: 1px solid #8e44ad !important;
}

.Cus-nav-text {
    text-decoration: none;
    color: rgb(20, 28, 39);
    margin: 10px;
    display: block;
    padding: 8px 12px;
    border-radius: 5px;
    transition: all 0.3s ease;
    background: transparent;
}

    .Cus-nav-text:hover {
        color: #fff;
        background-color: rgb(20, 28, 39);
    }

.Cus-nav-drp-text {
    background-color: rgba(255,255,255,0.95);
    color: rgb(20, 28, 39);
    text-decoration: none;
    margin-bottom: 7px;
    margin-top: 7px;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

    .Cus-nav-drp-text:hover {
        background-color: rgb(20, 28, 39);
        color: #fff;
    }

.Cus-nav-drp {
    margin: 10px;
    background-color: rgba(255,255,255,0.95);
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Custom navbar toggler for better visibility */
.navbar-toggler {
    border: 2px solid rgba(20, 28, 39, 0.5);
    padding: 6px 10px;
}

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.25rem rgba(20, 28, 39, 0.15);
    }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2820, 28, 39, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Button styles with responsive improvements */
.button-87, .button-8, .button-1 {
    margin: 2px;
    padding: 10px 15px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    border: 0px;
    font-weight: 300;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-decoration: none;
    font-size: 14px;
    min-width: 120px;
    text-align: center;
}

.button-87 {
    box-shadow: 0px 0px 14px -7px #1d1160;
    background-image: linear-gradient(45deg, #662d91 0%, #1d1160 51%, #662d91 100%);
}

    .button-87:hover {
        background-position: right center;
        color: #fff;
        text-decoration: none;
    }

    .button-87:active {
        transform: scale(0.95);
    }

.button-8 {
    box-shadow: 0px 0px 14px -7px #000080;
    background-image: linear-gradient(45deg, #4169E1 0%, #000080 51%, #4169E1 100%);
}

    .button-8:hover {
        background-position: right center;
        color: #fff;
        text-decoration: none;
    }

    .button-8:active {
        transform: scale(0.95);
    }

.navbar.fixed-top {
    background-color: rgba(255,255,255,0.95) !important;
    transition: background-color 0.3s ease;
}

.button-1 {
    box-shadow: 0px 0px 14px -7px #2E8B57;
    background-image: linear-gradient(45deg, #32CD32 0%, #2E8B57 51%, #32CD32 100%);
}

    .button-1:hover {
        background-position: right center;
        color: #fff;
        text-decoration: none;
    }

    .button-1:active {
        transform: scale(0.95);
    }

/* Mobile-specific styles */
@media (max-width: 991.98px) {
    .navbar-nav {
        text-align: center;
        padding: 15px 0;
    }

    .Cus-nav-text {
        margin: 5px 0;
        padding: 12px 15px;
    }

    .nav-buttons {
        flex-direction: column;
        gap: 10px !important;
        margin-top: 15px;
        align-items: center;
    }

    .button-87, .button-8, .button-1 {
        width: 100%;
        max-width: 250px;
        padding: 12px 20px;
        margin: 5px 0;
        font-size: 16px;
    }

    .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        margin-top: 0;
        background-color: rgba(255,255,255,0.95);
        border: none;
        box-shadow: inset 0 1px 0 rgba(20, 28, 39, 0.1);
    }

    .dropdown-item {
        padding: 12px 20px;
        white-space: normal;
    }

    .navbar-brand img {
        height: 60px;
    }

    .navbar-brand .fa-cash-register {
        font-size: 2rem;
    }

    .navbar-brand span {
        font-size: 1.3rem;
    }
}

/* Small mobile devices */
@media (max-width: 576px) {
    .container {
        padding: 0 15px;
    }

    .navbar-brand img {
        height: 45px;
    }

    .button-87, .button-8, .button-1 {
        font-size: 14px;
        padding: 10px 15px;
        min-width: 100px;
    }

    .nav-buttons {
        gap: 8px !important;
    }

    .Cus-nav-drp-text {
        font-size: 14px;
        padding: 10px 15px;
    }

    .navbar-brand .fa-cash-register {
        font-size: 1.2rem;
    }

    .navbar-brand span {
        font-size: 1rem;
    }
}

/* Extra small devices */
@media (max-width: 375px) {
    .nav-buttons {
        flex-direction: column;
    }

    .button-87, .button-8, .button-1 {
        width: 100%;
        margin: 3px 0;
    }
}

/* Desktop improvements */
@media (min-width: 992px) {
    .nav-buttons {
        flex-wrap: nowrap;
    }
}

.hero-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: white;
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
        animation: float 20s ease-in-out infinite;
    }

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.animate-text {
    font-family: 'Playfair Display', serif;
    background: linear-gradient(135deg, #fff 0%, #a8edea 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fadeInUp 1s ease-out;
    font-weight: 700;
    line-height: 1.2;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-section .lead {
    font-size: 1.4rem;
    font-weight: 300;
    color: rgba(255,255,255,0.9);
    line-height: 1.6;
    animation: fadeInUp 1s ease-out 0.2s both;
    margin-bottom: 3rem;
}

.hero-buttons {
    display: flex;
    gap: 12px; /* space between the two */
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap; /* never wrap to next line */
}
    /* Make each button take half the row */
    .hero-buttons .btn {
        display: inline-flex; /* better vertical alignment */
        align-items: center;
        justify-content: center;
        flex: 0 0 calc(50% - 6px); /* two equal columns (gap/2) */
        max-width: calc(50% - 6px);
        width: auto !important; /* override earlier width:100% */
        margin: 0 !important; /* kill stacking margins */
        white-space: nowrap; /* keep text on one line */
        padding: .85rem 1rem; /* slightly tighter so both fit on small phones */
        font-size: clamp(.85rem, 2.8vw, 1.1rem);
    }

        /* Remove the mobile stacking overrides */
        .hero-buttons .btn + .btn {
            margin-left: 0 !important;
            margin-top: 0 !important;
        }

.animate-button {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 50px;
    padding: 15px 35px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    border: 2px solid transparent;
}

.btn-light.animate-button {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    color: #667eea;
    box-shadow: 0 5px 15px rgba(255,255,255,0.3);
}

    .btn-light.animate-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(255,255,255,0.4);
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        color: #667eea;
    }

.btn-outline-light.animate-button {
    border: 2px solid rgba(255,255,255,0.8);
    color: rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
}

    .btn-outline-light.animate-button:hover {
        background: rgba(255,255,255,0.2);
        border-color: #fff;
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(255,255,255,0.2);
    }

.hero-image {
    position: relative;
    animation: fadeInUp 1s ease-out 0.6s both;
}

.animate-float {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transition: all 0.4s ease;
    animation: floatImage 6s ease-in-out infinite;
}

@keyframes floatImage {
    0%, 100% {
        transform: translateY(0px) scale(1);
    }

    50% {
        transform: translateY(-20px) scale(1.02);
    }
}

.animate-float:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 25px 50px rgba(0,0,0,0.4);
}

.hero-image::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.3), rgba(118, 75, 162, 0.3));
    border-radius: 30px;
    z-index: -1;
    animation: pulseGlow 4s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-icon {
    position: absolute;
    color: rgba(255,255,255,0.1);
    animation: floatIcon 8s ease-in-out infinite;
    font-size: 2rem;
}

    .floating-icon:nth-child(1) {
        top: 20%;
        left: 10%;
        animation-delay: 0s;
    }

    .floating-icon:nth-child(2) {
        top: 60%;
        right: 15%;
        animation-delay: 2s;
        font-size: 2.5rem;
    }

    .floating-icon:nth-child(3) {
        bottom: 30%;
        left: 20%;
        animation-delay: 4s;
        font-size: 1.8rem;
    }

    .floating-icon:nth-child(4) {
        top: 40%;
        left: 50%;
        animation-delay: 6s;
        font-size: 2.2rem;
    }

@keyframes floatIcon {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.1;
    }

    25% {
        transform: translateY(-10px) rotate(5deg);
        opacity: 0.2;
    }

    50% {
        transform: translateY(-20px) rotate(-5deg);
        opacity: 0.15;
    }

    75% {
        transform: translateY(-15px) rotate(3deg);
        opacity: 0.18;
    }
}

/* Image placeholder when no image is available */
.hero-image-placeholder {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border: 2px dashed rgba(255,255,255,0.3);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

    .hero-image-placeholder:hover {
        background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.08) 100%);
        border-color: rgba(255,255,255,0.5);
    }

    .hero-image-placeholder i {
        font-size: 4rem;
        margin-bottom: 1rem;
        opacity: 0.8;
    }

    .hero-image-placeholder h4 {
        margin-bottom: 0.5rem;
        font-weight: 600;
    }

    .hero-image-placeholder p {
        margin: 0;
        opacity: 0.8;
        text-align: center;
    }


/* Responsive design */
/* Create gap between buttons and image when stacked (770–1000px) */
@media (min-width: 770px) and (max-width: 1000px) {
    .hero-image {
        margin-top: 2rem; /* adds space below the buttons */
    }
}

@media (max-width: 768px) {
    .hero-image {
        margin-top: 2.5rem;
    }
}

/* --- Tablets & small screens (≤ 768px) --- */
@media (max-width: 768px) {
    .hero-section {
        padding: 4rem 0; /* smaller vertical space */
        min-height: 80vh;
    }

    .animate-text {
        /* scales nicely between phone and small tablet */
        font-size: clamp(2rem, 6vw, 2.6rem);
        margin-bottom: 1rem;
    }

    .hero-section .lead {
        font-size: 1.1rem;
        margin-bottom: 1.75rem;
    }

    .hero-image {
        overflow: hidden; /* clip any glow/animation */
        border-radius: 18px;
    }

        .hero-image img {
            border-radius: 18px;
        }
        /* keep glow inside so it can’t overflow */
        .hero-image::before {
            inset: -8px; /* replaces top/left/right/bottom: -20px */
            border-radius: 26px;
        }
    /* lighten GPU work */
    .floating-icon {
        display: none;
    }
}

/* --- Phones (≤ 576px) --- */
@media (max-width: 576px) {
    .hero-section {
        padding: 3rem 0 2.25rem;
        min-height: calc(100svh - 76px); /* friendly with mobile browser UI */
    }
        /* slightly tighter container edges on small phones */
        .hero-section .container {
            padding-left: 12px;
            padding-right: 12px;
        }

    .animate-text {
        font-size: 2rem; /* readable headline on iPhone SE width */
        line-height: 1.2;
        margin-bottom: .75rem;
    }

    .hero-section .lead {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }

    .hero-buttons {
        text-align: center;
    }

        .hero-buttons .btn {
            display: block;
            width: 100%;
            padding: .95rem 1.15rem;
            font-size: 1rem;
            border-radius: 50px;
        }

            .hero-buttons .btn + .btn {
                margin-left: 0;
                margin-top: .75rem;
            }

    .hero-image {
        margin-top: 1.25rem;
        border-radius: 16px;
    }

        .hero-image img {
            border-radius: 16px;
        }

        .hero-image::before {
            inset: -6px;
            border-radius: 22px;
        }
}

.button-69 {
    background-color: initial;
    background-image: linear-gradient(#141c27 0, #192f4d 100%);
    border-radius: 5px;
    border-style: none;
    box-shadow: rgba(6, 16, 28, .25) 0 1px 1px inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    margin-left: -4px;
    outline: 0;
    text-align: center;
    transition: all .3s cubic-bezier(.05, .03, .35, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: bottom;
    width: 190px;
}

    .button-69:hover {
        opacity: .7;
    }

@media screen and (max-width: 1000px) {
    .button-69 {
        font-size: 14px;
        height: 55px;
        line-height: 55px;
        width: 150px;
    }
}

.stat-bg {
    background-color: rgb(20, 28, 39);
}

.border-purple {
    border-color: #6f42c1 !important;
}

    .border-purple:focus {
        border-color: #6f42c1 !important;
        box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.25) !important;
    }

.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.text-danger {
    color: #dc3545 !important;
    font-size: 0.875em;
    margin-top: 0.25rem;
}

.btn-primary {
    background-color: #6f42c1;
    border-color: #6f42c1;
}

    .btn-primary:hover {
        background-color: #5a359a;
        border-color: #5a359a;
    }

/* ===== Custom Country Dropdown ===== */
.custom-dropdown {
    position: relative;
}

.dropdown-toggle-custom {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
    overflow: hidden; /* Prevent content from overflowing */
}

    .dropdown-toggle-custom:focus {
        outline: 2px solid #007bff;
        outline-offset: -2px;
    }

.dropdown-menu-custom {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    max-height: 240px;
    overflow-y: auto;
    z-index: 1050;
    display: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
    width: 100%; /* Force width to match parent */
    min-width: 280px; /* Ensure minimum readable width */
}

    .dropdown-menu-custom.show {
        display: block;
    }

.search-input {
    width: 100%;
    padding: 8px 12px;
    border: none;
    border-bottom: 1px solid #eee;
    outline: none;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}

.country-option {
    display: flex;
    align-items: flex-start; /* Change from center to flex-start for better alignment with wrapped text */
    gap: 8px;
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #f1f3f5;
    transition: background-color 0.15s ease-in-out;
    min-height: 44px; /* Ensure minimum height for single line items */
}

    .country-option:hover,
    .country-option.active {
        background-color: #f8f9fa;
    }

    .country-option.active {
        background-color: #e9ecef;
    }

.country-emoji {
    font-size: 18px;
    min-width: 24px;
    text-align: center;
    margin-right: 8px;
}

.country-flag {
    width: 24px;
    height: 18px;
    border-radius: 2px;
    margin-right: 8px;
    object-fit: cover;
    flex-shrink: 0; /* Prevent flag from shrinking */
}

.country-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0; /* Enable text truncation */
}

.country-name {
    font-weight: 500;
    font-size: 14px;
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Break long words if needed */
    line-height: 1.2; /* Tighter line height for wrapped text */
    margin-bottom: 2px; /* Space between name and code */
}

.country-code {
    font-size: 12px;
    color: #666;
    white-space: nowrap; /* Keep phone code on one line */
}

.selected-country {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: calc(100% - 20px); /* Leave space for dropdown arrow */
}

    .selected-country span:last-child {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex: 1;
        min-width: 0;
    }

/* ===== Validation look ===== */
.is-invalid {
    border-color: #dc3545 !important;
}

.text-danger {
    color: #dc3545 !important;
    font-size: .875rem;
    margin-top: .25rem;
}
/* Make error regions announce to screen readers */
.field-error {
    aria-live: polite;
}

/* Loading state */
.loading-countries {
    padding: 20px;
    text-align: center;
    color: #666;
}

:root {
    --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --success-gradient: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    --accent-color: #667eea;
    --text-dark: #2c3e50;
    --text-light: #6c757d;
    --bg-light: #f8f9fa;
    --shadow: 0 10px 30px rgba(0,0,0,0.1);
    --shadow-hover: 0 15px 40px rgba(0,0,0,0.15);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
        animation: float 20s ease-in-out infinite;
    }

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fff 0%, #a8edea 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
    animation: fadeInUp 1s ease-out;
}

.hero-subtitle {
    font-size: 1.3rem;
    font-weight: 300;
    color: rgba(255,255,255,0.9);
    max-width: 600px;
    margin: 0 auto 2rem;
    animation: fadeInUp 1s ease-out 0.2s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.floating-icon {
    position: absolute;
    color: rgba(255,255,255,0.1);
    animation: floatIcon 6s ease-in-out infinite;
}

    .floating-icon:nth-child(1) {
        top: 15%;
        left: 15%;
        animation-delay: 0s;
    }

    .floating-icon:nth-child(2) {
        top: 50%;
        right: 10%;
        animation-delay: 2s;
    }

    .floating-icon:nth-child(3) {
        bottom: 20%;
        left: 25%;
        animation-delay: 4s;
    }

@keyframes floatIcon {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

/* Contact Methods Section */
.contact-methods {
    padding: 100px 0;
    background: white;
}

.contact-card {
    background: white;
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    box-shadow: var(--shadow);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
    height: 100%;
}

    .contact-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: var(--primary-gradient);
        transform: scaleX(0);
        transition: transform 0.4s ease;
    }

    .contact-card:hover {
        transform: translateY(-10px);
        box-shadow: var(--shadow-hover);
    }

        .contact-card:hover::before {
            transform: scaleX(1);
        }

.contact-icon {
    width: 80px;
    height: 80px;
    background: var(--primary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.4s ease;
}

    .contact-icon i {
        font-size: 2rem;
        color: white;
    }

.contact-card:hover .contact-icon {
    transform: scale(1.1) rotate(5deg);
}

.contact-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.contact-info {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.contact-link {
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .contact-link:hover {
        color: var(--accent-color);
        text-decoration: underline;
    }

/* Contact Form Section */
.contact-form-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
    position: relative;
    text-align: center;
}

    .section-title::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 4px;
        background: var(--primary-gradient);
        border-radius: 2px;
    }

.form-container {
    background: white;
    border-radius: 25px;
    padding: 3rem;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}

    .form-container::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 100%;
        height: 100%;
        background: var(--primary-gradient);
        border-radius: 50%;
        opacity: 0.05;
        pointer-events: none;
    }

.form-group {
    margin-bottom: 2rem;
    position: relative;
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 15px;
    padding: 15px 20px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: transparent;
    position: relative;
    z-index: 2;
}

    .form-control:focus {
        border-color: var(--accent-color);
        box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
    }

.form-label {
    font-weight: 500;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 2;
}

textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.submit-btn {
    background: var(--primary-gradient);
    border: none;
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    }

    .submit-btn:active {
        transform: translateY(0);
    }

    .submit-btn.loading {
        pointer-events: none;
        opacity: 0.8;
    }

    .submit-btn .spinner {
        display: none;
        width: 20px;
        height: 20px;
        border: 2px solid #ffffff;
        border-top: 2px solid transparent;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        margin-right: 10px;
    }

    .submit-btn.loading .spinner {
        display: inline-block;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Map Section */
.map-section {
    padding: 100px 0;
    background: white;
}

.map-container {
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
}

.map-placeholder {
    text-align: center;
}

    .map-placeholder i {
        font-size: 4rem;
        margin-bottom: 1rem;
        opacity: 0.8;
    }

    .map-placeholder h4 {
        margin-bottom: 0.5rem;
    }

    .map-placeholder p {
        opacity: 0.9;
        margin: 0;
    }

/* Office Hours */
.office-hours {
    background: var(--primary-gradient);
    color: white;
    padding: 80px 0;
}

.hours-card {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2.5rem;
    border: 1px solid rgba(255,255,255,0.2);
    text-align: center;
}

.hours-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.hours-list {
    list-style: none;
    padding: 0;
}

    .hours-list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.8rem 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

        .hours-list li:last-child {
            border-bottom: none;
        }

.day {
    font-weight: 500;
}

.time {
    opacity: 0.9;
}

/* FAQ Section */
.faq-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.accordion-button {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 15px !important;
    font-weight: 600;
    padding: 1.5rem;
}

    .accordion-button:not(.collapsed) {
        background: var(--primary-gradient);
        color: white;
        border-color: var(--accent-color);
    }

.accordion-body {
    background: white;
    padding: 2rem;
    border-radius: 0 0 15px 15px;
}

.accordion-item {
    border: none;
    margin-bottom: 1rem;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

/* Success Message */
.success-message {
    display: none;
    background: var(--success-gradient);
    color: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    margin-top: 2rem;
}

    .success-message i {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

/* Animations */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

    .animate-on-scroll.animated {
        opacity: 1;
        transform: translateY(0);
    }

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .contact-card {
        margin-bottom: 2rem;
    }

    .form-container {
        padding: 2rem;
    }
}

.hero-section {
    background-color: rgb(20, 28, 39);
    color: white;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

/* CSS */
.button-69 {
    background-color: initial;
    background-image: linear-gradient(#141c27 0, #192f4d 100%);
    border-radius: 5px;
    border-style: none;
    box-shadow: rgba(6, 16, 28, .25) 0 1px 1px inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    margin-left: -4px;
    outline: 0;
    text-align: center;
    transition: all .3s cubic-bezier(.05, .03, .35, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: bottom;
    width: 190px;
    text-decoration:none;
}

    .button-69:hover {
        opacity: .7;
    }

@media screen and (max-width: 1000px) {
    .button-69 {
        font-size: 14px;
        height: 55px;
        line-height: 55px;
        width: 150px;
    }
}

.Icon-col {
    color: rgb(20, 28, 77);
}

.stat-bg {
    background-color: rgb(20, 28, 39)
}


:root {
    --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --accent-color: #667eea;
    --text-dark: #2c3e50;
    --text-light: #6c757d;
    --bg-light: #f8f9fa;
    --shadow: 0 10px 30px rgba(0,0,0,0.1);
    --shadow-hover: 0 15px 40px rgba(0,0,0,0.15);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    position: relative;
    min-height: 55vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
        animation: float 20s ease-in-out infinite;
    }

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fff 0%, #a8edea 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem;
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-subtitle {
    font-size: 1.4rem;
    font-weight: 300;
    color: rgba(255,255,255,0.9);
    max-width: 600px;
    margin: 0 auto 2rem;
    animation: fadeInUp 1s ease-out 0.2s both;
}

.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.floating-icon {
    position: absolute;
    color: rgba(255,255,255,0.1);
    animation: floatIcon 6s ease-in-out infinite;
}

    .floating-icon:nth-child(1) {
        top: 20%;
        left: 10%;
        animation-delay: 0s;
    }

    .floating-icon:nth-child(2) {
        top: 60%;
        right: 15%;
        animation-delay: 2s;
    }

    .floating-icon:nth-child(3) {
        bottom: 30%;
        left: 20%;
        animation-delay: 4s;
    }

@keyframes floatIcon {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

/* About Section */
.about-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1rem;
    position: relative;
}

    .section-title::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 4px;
        background: var(--primary-gradient);
        border-radius: 2px;
    }

.about-content {
    font-size: 1.2rem;
    color: var(--text-light);
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
}

/* Features Section */
.features-section {
    padding: 120px 0;
    background: white;
}

.feature-card {
    background: white;
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    box-shadow: var(--shadow);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
}

    .feature-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: var(--primary-gradient);
        transform: scaleX(0);
        transition: transform 0.4s ease;
    }

    .feature-card:hover {
        transform: translateY(-10px);
        box-shadow: var(--shadow-hover);
    }

        .feature-card:hover::before {
            transform: scaleX(1);
        }

.feature-icon {
    width: 80px;
    height: 80px;
    background: var(--primary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.4s ease;
}

    .feature-icon i {
        font-size: 2rem;
        color: white;
    }

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
}

.feature-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.feature-description {
    color: var(--text-light);
    line-height: 1.6;
}

/* Vision Mission Section */
.vision-mission {
    padding: 120px 0;
    background: var(--primary-gradient);
    color: white;
    position: relative;
}

    .vision-mission::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.08)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.06)"/></svg>');
        animation: float 15s ease-in-out infinite;
    }

.vm-card {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 3rem;
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

    .vm-card:hover {
        transform: translateY(-5px);
        background: rgba(255,255,255,0.2);
    }

.vm-icon {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

    .vm-icon i {
        font-size: 1.5rem;
        color: white;
    }

.vm-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.vm-description {
    color: rgba(255,255,255,0.9);
    line-height: 1.7;
}

/* Stats Section */
.stats-section {
    padding: 80px 0;
    background: white;
}

.stat-item {
    text-align: center;
    padding: 2rem 1rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--accent-color);
    display: block;
}

.stat-label {
    font-size: 1.1rem;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.5rem;
}

/* Team Image Section */
.team-image {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9), rgba(118, 75, 162, 0.9)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300"><rect width="400" height="300" fill="%23f8f9fa"/><circle cx="200" cy="150" r="80" fill="%23e9ecef" stroke="%23dee2e6" stroke-width="2"/><circle cx="170" cy="130" r="15" fill="%23adb5bd"/><circle cx="230" cy="130" r="15" fill="%23adb5bd"/><path d="M 160 180 Q 200 200 240 180" stroke="%23adb5bd" stroke-width="3" fill="none"/></svg>');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
}

.image-placeholder {
    text-align: center;
    color: white;
}

    .image-placeholder i {
        font-size: 4rem;
        margin-bottom: 1rem;
        opacity: 0.8;
    }

    .image-placeholder p {
        font-size: 1.2rem;
        margin: 0;
        opacity: 0.9;
    }

/* CTA Section */
.cta-section {
    padding: 100px 0;
    background: var(--secondary-gradient);
    text-align: center;
    color: white;
}

.cta-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.cta-description {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-button {
    background: white;
    color: var(--accent-color);
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

    .cta-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.3);
        color: var(--accent-color);
    }

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .feature-card {
        margin-bottom: 2rem;
    }
}

/* Animations */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

    .animate-on-scroll.animated {
        opacity: 1;
        transform: translateY(0);
    }

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
}

.hero-section {
    background: linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);
    color: #fff;
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

    .hero-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
        animation: float 20s ease-in-out infinite;
    }

@keyframes float {
    0%, 100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }
}

.hero-section .container {
    position: relative;
    z-index: 2
}

.animate-text {
    font-family: 'Playfair Display',serif;
    background: linear-gradient(135deg,#fff 0%,#a8edea 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fadeInUp 1s ease-out;
    font-weight: 700;
    line-height: 1.2;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.hero-section .lead {
    font-size: 1.4rem;
    font-weight: 300;
    color: rgba(255,255,255,.9);
    line-height: 1.6;
    animation: fadeInUp 1s ease-out .2s both;
    margin-bottom: 3rem;
}

/* Buttons: always two per row */
.hero-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

    .hero-buttons .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 calc(50% - 6px);
        max-width: calc(50% - 6px);
        margin: 0 !important;
        white-space: nowrap;
        padding: .85rem 1rem;
        font-size: clamp(.85rem,2.8vw,1.1rem);
        border-radius: 50px;
    }

        .hero-buttons .btn + .btn {
            margin-left: 0 !important;
            margin-top: 0 !important
        }

.animate-button {
    position: relative;
    overflow: hidden;
    transition: .4s;
    border: 2px solid transparent
}

.btn-light.animate-button {
    background: linear-gradient(135deg,#fff 0%,#f8f9fa 100%);
    color: #667eea;
    box-shadow: 0 5px 15px rgba(255,255,255,.3)
}

    .btn-light.animate-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(255,255,255,.4)
    }

.btn-outline-light.animate-button {
    border: 2px solid rgba(255,255,255,.8);
    color: rgba(255,255,255,.9);
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(10px)
}

    .btn-outline-light.animate-button:hover {
        background: rgba(255,255,255,.2);
        border-color: #fff;
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(255,255,255,.2)
    }

.hero-image {
    position: relative;
    animation: fadeInUp 1s ease-out .6s both
}

.animate-float {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,.3);
    transition: .4s;
    animation: floatImage 6s ease-in-out infinite
}

@keyframes floatImage {
    0%, 100% {
        transform: translateY(0) scale(1)
    }

    50% {
        transform: translateY(-20px) scale(1.02)
    }
}

.animate-float:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 25px 50px rgba(0,0,0,.4)
}

.hero-image::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: linear-gradient(135deg,rgba(102,126,234,.3),rgba(118,75,162,.3));
    border-radius: 30px;
    z-index: -1;
    animation: pulseGlow 4s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: .3;
        transform: scale(1)
    }

    50% {
        opacity: .6;
        transform: scale(1.05)
    }
}

.floating-elements {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1
}

.floating-icon {
    position: absolute;
    color: rgba(255,255,255,.1);
    animation: floatIcon 8s ease-in-out infinite;
    font-size: 2rem
}

    .floating-icon:nth-child(1) {
        top: 20%;
        left: 10%
    }

    .floating-icon:nth-child(2) {
        top: 60%;
        right: 15%;
        font-size: 2.5rem;
        animation-delay: 2s
    }

    .floating-icon:nth-child(3) {
        bottom: 30%;
        left: 20%;
        font-size: 1.8rem;
        animation-delay: 4s
    }

    .floating-icon:nth-child(4) {
        top: 40%;
        left: 50%;
        font-size: 2.2rem;
        animation-delay: 6s
    }

@keyframes floatIcon {
    0%, 100% {
        transform: translateY(0) rotate(0);
        opacity: .1
    }

    25% {
        transform: translateY(-10px) rotate(5deg);
        opacity: .2
    }

    50% {
        transform: translateY(-20px) rotate(-5deg);
        opacity: .15
    }

    75% {
        transform: translateY(-15px) rotate(3deg);
        opacity: .18
    }
}

/* When the layout stacks (below lg), give the image breathing room */
@media (max-width: 991.98px) {
    .hero-image {
        margin-top: 2rem
    }
}

/* Tablet squeeze fix (770–1000px): shrink image and pull glow in */
@media (min-width:770px) and (max-width:1000px) {
    .hero-image {
        overflow: hidden;
        text-align: center;
        padding: 0 8px
    }

        .hero-image::before {
            inset: -8px;
            border-radius: 24px
        }

        .hero-image .img-fluid,
        .hero-image img {
            width: 80% !important;
            max-width: 80% !important;
            height: auto !important;
            max-height: 360px;
            margin: 0 auto;
            display: block;
        }

    .animate-float {
        animation: none;
        transform: none
    }
}

/* Tablets & small screens (≤ 768px) */
@media (max-width:768px) {
    .hero-section {
        padding: 4rem 0;
        min-height: 80vh
    }

    .animate-text {
        font-size: clamp(2rem,6vw,2.6rem);
        margin-bottom: 1rem
    }

    .hero-section .lead {
        font-size: 1.1rem;
        margin-bottom: 1.75rem
    }

    .hero-image {
        overflow: hidden;
        border-radius: 18px
    }

        .hero-image img {
            border-radius: 18px
        }

        .hero-image::before {
            inset: -8px;
            border-radius: 26px
        }

    .floating-icon {
        display: none
    }
}

/* Phones (≤ 576px) */
@media (max-width:576px) {
    .hero-section {
        padding: 3rem 0 2.25rem;
        min-height: calc(100svh - 76px)
    }

        .hero-section .container {
            padding-inline: 12px
        }

    .animate-text {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: .75rem
    }

    .hero-section .lead {
        font-size: 1rem;
        margin-bottom: 1.25rem
    }

    .hero-image {
        margin-top: 1.25rem;
        border-radius: 16px
    }

        .hero-image img {
            border-radius: 16px
        }

        .hero-image::before {
            inset: -6px;
            border-radius: 22px
        }
}

.feature-card {
    transition: all 0.3s ease;
    height: 100%;
}

    .feature-card:hover {
        transform: translateY(-5px);
    }

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    color: white;
}

.feature-list li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
}

    .feature-list li::before {
        content: "✓";
        position: absolute;
        left: 0;
        color: #10b981;
        font-weight: bold;
    }


body {
    line-height: 1.6;
}

.hero-section {
    background-color: rgb(20,28,39);
    color: white;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.hero-content {
    position: relative;
    z-index: 2;
}

.category-card {
    transition: all 0.3s ease;
    height: 100%;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

    .category-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

.category-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.category-features {
    list-style: none;
    padding: 0;
}

    .category-features li {
        padding: 0.3rem 0;
        position: relative;
        padding-left: 1.5rem;
        color: #6c757d;
    }

        .category-features li::before {
            content: "→";
            position: absolute;
            left: 0;
            color: #28a745;
            font-weight: bold;
        }



.gradient-1 {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.gradient-2 {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}

.gradient-3 {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.gradient-4 {
    background: linear-gradient(135deg, #43e97b, #38f9d7);
}

.gradient-5 {
    background: linear-gradient(135deg, #fa709a, #fee140);
}

.gradient-6 {
    background: linear-gradient(135deg, #a8edea, #fed6e3);
}

.gradient-7 {
    background: linear-gradient(135deg, #ff9a9e, #fecfef);
}

.gradient-8 {
    background: linear-gradient(135deg, #a18cd1, #fbc2eb);
}

.gradient-9 {
    background: linear-gradient(135deg, #fad0c4, #ffd1ff);
}

.gradient-10 {
    background: linear-gradient(135deg, #ffecd2, #fcb69f);
}

body {
    line-height: 1.6;
}

.hero-section {
    background-color: rgb(20,28,39);
    color: white;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.hero-content {
    position: relative;
    z-index: 2;
}

.category-card {
    transition: all 0.3s ease;
    height: 100%;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

    .category-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

.category-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.category-features {
    list-style: none;
    padding: 0;
}

    .category-features li {
        padding: 0.3rem 0;
        position: relative;
        padding-left: 1.5rem;
        color: #6c757d;
    }

        .category-features li::before {
            content: "→";
            position: absolute;
            left: 0;
            color: #28a745;
            font-weight: bold;
        }



.gradient-1 {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.gradient-2 {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}

.gradient-3 {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.gradient-4 {
    background: linear-gradient(135deg, #43e97b, #38f9d7);
}

.gradient-5 {
    background: linear-gradient(135deg, #fa709a, #fee140);
}

.gradient-6 {
    background: linear-gradient(135deg, #a8edea, #fed6e3);
}

.gradient-7 {
    background: linear-gradient(135deg, #ff9a9e, #fecfef);
}

.gradient-8 {
    background: linear-gradient(135deg, #a18cd1, #fbc2eb);
}

.gradient-9 {
    background: linear-gradient(135deg, #fad0c4, #ffd1ff);
}

.gradient-10 {
    background: linear-gradient(135deg, #ffecd2, #fcb69f);
}

body {
    line-height: 1.6;
}

.hero-section {
    background-color: rgb(20,28,39);
    color: white;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.hero-content {
    position: relative;
    z-index: 2;
}

.category-card {
    transition: all 0.3s ease;
    height: 100%;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

    .category-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

.category-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.category-features {
    list-style: none;
    padding: 0;
}

    .category-features li {
        padding: 0.3rem 0;
        position: relative;
        padding-left: 1.5rem;
        color: #6c757d;
    }

        .category-features li::before {
            content: "→";
            position: absolute;
            left: 0;
            color: #28a745;
            font-weight: bold;
        }



.gradient-1 {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.gradient-2 {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}

.gradient-3 {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.gradient-4 {
    background: linear-gradient(135deg, #43e97b, #38f9d7);
}

.gradient-5 {
    background: linear-gradient(135deg, #fa709a, #fee140);
}

.gradient-6 {
    background: linear-gradient(135deg, #a8edea, #fed6e3);
}

.gradient-7 {
    background: linear-gradient(135deg, #ff9a9e, #fecfef);
}

.gradient-8 {
    background: linear-gradient(135deg, #a18cd1, #fbc2eb);
}

.gradient-9 {
    background: linear-gradient(135deg, #fad0c4, #ffd1ff);
}

.gradient-10 {
    background: linear-gradient(135deg, #ffecd2, #fcb69f);
}

body {
    line-height: 1.6;
}

.hero-section {
    background-color: rgb(20,28,39);
    color: white;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.hero-content {
    position: relative;
    z-index: 2;
}

.category-card {
    transition: all 0.3s ease;
    height: 100%;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

    .category-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

.category-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.category-features {
    list-style: none;
    padding: 0;
}

    .category-features li {
        padding: 0.3rem 0;
        position: relative;
        padding-left: 1.5rem;
        color: #6c757d;
    }

        .category-features li::before {
            content: "→";
            position: absolute;
            left: 0;
            color: #28a745;
            font-weight: bold;
        }



.gradient-1 {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.gradient-2 {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}

.gradient-3 {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.gradient-4 {
    background: linear-gradient(135deg, #43e97b, #38f9d7);
}

.gradient-5 {
    background: linear-gradient(135deg, #fa709a, #fee140);
}

.gradient-6 {
    background: linear-gradient(135deg, #a8edea, #fed6e3);
}

.gradient-7 {
    background: linear-gradient(135deg, #ff9a9e, #fecfef);
}

.gradient-8 {
    background: linear-gradient(135deg, #a18cd1, #fbc2eb);
}

.gradient-9 {
    background: linear-gradient(135deg, #fad0c4, #ffd1ff);
}

.gradient-10 {
    background: linear-gradient(135deg, #ffecd2, #fcb69f);
}

body {
    line-height: 1.6;
}

.hero-section {
    background-color: rgb(20,28,39);
    color: white;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.hero-content {
    position: relative;
    z-index: 2;
}

.category-card {
    transition: all 0.3s ease;
    height: 100%;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

    .category-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

.category-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.category-features {
    list-style: none;
    padding: 0;
}

    .category-features li {
        padding: 0.3rem 0;
        position: relative;
        padding-left: 1.5rem;
        color: #6c757d;
    }

        .category-features li::before {
            content: "→";
            position: absolute;
            left: 0;
            color: #28a745;
            font-weight: bold;
        }



.gradient-1 {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.gradient-2 {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}

.gradient-3 {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.gradient-4 {
    background: linear-gradient(135deg, #43e97b, #38f9d7);
}

.gradient-5 {
    background: linear-gradient(135deg, #fa709a, #fee140);
}

.gradient-6 {
    background: linear-gradient(135deg, #a8edea, #fed6e3);
}

.gradient-7 {
    background: linear-gradient(135deg, #ff9a9e, #fecfef);
}

.gradient-8 {
    background: linear-gradient(135deg, #a18cd1, #fbc2eb);
}

.gradient-9 {
    background: linear-gradient(135deg, #fad0c4, #ffd1ff);
}

.gradient-10 {
    background: linear-gradient(135deg, #ffecd2, #fcb69f);
}

body {
    line-height: 1.6;
}

.hero-section {
    background-color: rgb(20,28,39);
    color: white;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.hero-content {
    position: relative;
    z-index: 2;
}

.category-card {
    transition: all 0.3s ease;
    height: 100%;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

    .category-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

.category-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.category-features {
    list-style: none;
    padding: 0;
}

    .category-features li {
        padding: 0.3rem 0;
        position: relative;
        padding-left: 1.5rem;
        color: #6c757d;
    }

        .category-features li::before {
            content: "→";
            position: absolute;
            left: 0;
            color: #28a745;
            font-weight: bold;
        }



.gradient-1 {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.gradient-2 {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}

.gradient-3 {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.gradient-4 {
    background: linear-gradient(135deg, #43e97b, #38f9d7);
}

.gradient-5 {
    background: linear-gradient(135deg, #fa709a, #fee140);
}

.gradient-6 {
    background: linear-gradient(135deg, #a8edea, #fed6e3);
}

.gradient-7 {
    background: linear-gradient(135deg, #ff9a9e, #fecfef);
}

.gradient-8 {
    background: linear-gradient(135deg, #a18cd1, #fbc2eb);
}

.gradient-9 {
    background: linear-gradient(135deg, #fad0c4, #ffd1ff);
}

.gradient-10 {
    background: linear-gradient(135deg, #ffecd2, #fcb69f);
}

body {
    line-height: 1.6;
}

.hero-section {
    background-color: rgb(20,28,39);
    color: white;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.hero-content {
    position: relative;
    z-index: 2;
}

.category-card {
    transition: all 0.3s ease;
    height: 100%;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

    .category-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

.category-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.category-features {
    list-style: none;
    padding: 0;
}

    .category-features li {
        padding: 0.3rem 0;
        position: relative;
        padding-left: 1.5rem;
        color: #6c757d;
    }

        .category-features li::before {
            content: "→";
            position: absolute;
            left: 0;
            color: #28a745;
            font-weight: bold;
        }



.gradient-1 {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.gradient-2 {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}

.gradient-3 {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.gradient-4 {
    background: linear-gradient(135deg, #43e97b, #38f9d7);
}

.gradient-5 {
    background: linear-gradient(135deg, #fa709a, #fee140);
}

.gradient-6 {
    background: linear-gradient(135deg, #a8edea, #fed6e3);
}

.gradient-7 {
    background: linear-gradient(135deg, #ff9a9e, #fecfef);
}

.gradient-8 {
    background: linear-gradient(135deg, #a18cd1, #fbc2eb);
}

.gradient-9 {
    background: linear-gradient(135deg, #fad0c4, #ffd1ff);
}

.gradient-10 {
    background: linear-gradient(135deg, #ffecd2, #fcb69f);
}

body {
    line-height: 1.6;
}

.hero-section {
    background-color: rgb(20,28,39);
    color: white;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.hero-content {
    position: relative;
    z-index: 2;
}

.category-card {
    transition: all 0.3s ease;
    height: 100%;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

    .category-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

.category-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.category-features {
    list-style: none;
    padding: 0;
}

    .category-features li {
        padding: 0.3rem 0;
        position: relative;
        padding-left: 1.5rem;
        color: #6c757d;
    }

        .category-features li::before {
            content: "→";
            position: absolute;
            left: 0;
            color: #28a745;
            font-weight: bold;
        }



.gradient-1 {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.gradient-2 {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}

.gradient-3 {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.gradient-4 {
    background: linear-gradient(135deg, #43e97b, #38f9d7);
}

.gradient-5 {
    background: linear-gradient(135deg, #fa709a, #fee140);
}

.gradient-6 {
    background: linear-gradient(135deg, #a8edea, #fed6e3);
}

.gradient-7 {
    background: linear-gradient(135deg, #ff9a9e, #fecfef);
}

.gradient-8 {
    background: linear-gradient(135deg, #a18cd1, #fbc2eb);
}

.gradient-9 {
    background: linear-gradient(135deg, #fad0c4, #ffd1ff);
}

.gradient-10 {
    background: linear-gradient(135deg, #ffecd2, #fcb69f);
}


body {
    line-height: 1.6;
}

.hero-section {
    background-color: rgb(20,28,39);
    color: white;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.hero-content {
    position: relative;
    z-index: 2;
}

.category-card {
    transition: all 0.3s ease;
    height: 100%;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

    .category-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

.category-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.category-features {
    list-style: none;
    padding: 0;
}

    .category-features li {
        padding: 0.3rem 0;
        position: relative;
        padding-left: 1.5rem;
        color: #6c757d;
    }

        .category-features li::before {
            content: "→";
            position: absolute;
            left: 0;
            color: #28a745;
            font-weight: bold;
        }



.gradient-1 {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.gradient-2 {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}

.gradient-3 {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.gradient-4 {
    background: linear-gradient(135deg, #43e97b, #38f9d7);
}

.gradient-5 {
    background: linear-gradient(135deg, #fa709a, #fee140);
}

.gradient-6 {
    background: linear-gradient(135deg, #a8edea, #fed6e3);
}

.gradient-7 {
    background: linear-gradient(135deg, #ff9a9e, #fecfef);
}

.gradient-8 {
    background: linear-gradient(135deg, #a18cd1, #fbc2eb);
}

.gradient-9 {
    background: linear-gradient(135deg, #fad0c4, #ffd1ff);
}

.gradient-10 {
    background: linear-gradient(135deg, #ffecd2, #fcb69f);
}

body {
    font-family: 'Inter', sans-serif;
}

.hero-section {
    background-color: rgb(20,28,39);
    color: white;
    padding: 5rem 0;
}

.category-card {
    border: none;
    border-radius: 15px;
    transition: all 0.3s ease;
}

    .category-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    }

.category-features {
    list-style: none;
    padding: 0;
    text-align: left;
}

    .category-features li {
        position: relative;
        padding-left: 1.5rem;
        margin-bottom: 0.5rem;
    }

        .category-features li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #28a745;
            font-weight: bold;
        }

.popular-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    color: #007bff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 5px;
}

.section-title {
    font-family: 'Playfair Display', serif;
}

.border-purple {
    border: 1px solid #8e44ad !important;
}