.hero-gradient {
    background: linear-gradient(135deg, #000a1e 0%, #002147 100%);
}
.scroll-smooth {
    scroll-behavior: smooth;
}
html {
    scroll-padding-top: 180px;
}
.glass-panel {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.ambient-shadow {
    box-shadow: 0 20px 60px 0 rgba(25, 28, 29, 0.08);
}

.ghost-border {
    border: 1px solid rgba(196, 198, 207, 0.2);
}

.highlight-card {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.highlight-card:hover {
    transform: translateY(-8px);
    border-color: #1e3a8a;
}

.gradient-icon {
    background: linear-gradient(135deg, #020a21 0%, #073071 100%);
}
.list-item-dot {
    width: 6px;
    height: 6px;
    background-color: #FFB82E;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    margin-top: 6px;
}
.profile-border {
    position: relative;
    padding: 8px;
    border: 2px solid #EAB308;
    border-radius: 9999px;
}
.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
}
.swiper-pagination-bullet-active {
    background: #EAB308 !important;
}
.testimonial-card {
    transition: transform 0.3s ease;
}
.testimonial-card:hover {
    transform: translateY(-5px);
}
.testimonial-swapper {
    padding-top: 10px;
}
.readMore {
    cursor: pointer;
    color:#000B1E;
}
.moreDesc {
    display: none;
}
.readLess {
    cursor: pointer;
    color:#000B1E;
    display: none;
}
