.d-flex,
.info-box {
    display: flex !important
}

.info-box-icon>img {
    max-width: 100%
}

.info-box-content {
    padding: 5px 20px;
    flex: 1
}

.info-box-number {
    display: block;
    font-weight: 800
}

.rounded-lg {
    border-radius: .5rem;
}

.border-b-4 {
    border-bottom-width: 4px;
}

.to-green-100 {
    --tw-gradient-to: #d1fae5;
}

.from-green-200 {
    --tw-gradient-from: #a7f3d0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0));
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.to-pink-100 {
    --tw-gradient-to: #fce7f3;
}

.from-pink-200 {
    --tw-gradient-from: #fbcfe8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0));
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}

.to-blue-100 {
    --tw-gradient-to: #dbeafe;
}

.from-blue-200 {
    --tw-gradient-from: #bfdbfe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0));
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.to-yellow-100 {
    --tw-gradient-to: #fef3c7;
}

.from-yellow-200 {
    --tw-gradient-from: #fde68a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 230, 138, 0));
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.info-box {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);

    min-height: 70px;

}

.info-box .progress {
    background-color: rgba(0, 0, 0, .125);
    margin: 5px 0;
    height: 2px
}

.info-box .progress .progress-bar {
    background-color: #fff
}

.info-box-icon {
    border-radius: .25rem;
    display: block;
    width: 70px;
    text-align: center;
    font-size: 30px
}

.info-box-text,
.progress-description {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    font-weight: 700;
}

.bg-pink {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));

}

.bg-primary1 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.rounded-full {
    border-radius: 9999px;
}

img.taskEmployeeImg {
    height: 30px;
    width: 30px;
}

.text-darkest-grey {
    color: #4d4f5c !important;
}

.text-dark-grey {
    color: #616e80;
}

/* Prevent options from inheriting select background */
.status-select option {
    background-color: #fff;
    /* Default white background for options */
    color: #000;
    /* Default black text for options */
}

.note-cell {
    max-width: 25ch;
    /* Limit the width to 20 characters */
    word-wrap: break-word;
    /* Break words if they exceed the width */
    white-space: normal;
    /* Allow wrapping to the next line */
    overflow-wrap: break-word;
    /* Ensures long strings wrap */
}


/* Ensuring visibility for dropdown styling */
select.status-select {
    color: #fff;
    font-weight: bold;
}

.gShXDf .dashboard-page-content-container {
    padding: 0px;
    margin: 0px 16px 0;
}

:where(.css-1d6wgr8).ant-layout,
:where(.css-1d6wgr8).ant-layout * {
    box-sizing: border-box;
}

.ant-card {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: Nunito, sans-serif;
    position: relative;
    background: #ffffff;
    border-radius: 4px;
}

.ant-card-head {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 56px;
    margin-bottom: -1px;
    padding: 0 24px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 600;
    font-size: 16px;
    background: transparent;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 4px 4px 0 0;
}

.ant-card-body {
    padding: 24px;
    border-radius: 0 0 4px 4px;
}

.ant-card-actions {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ffffff;
    border-top: 1px solid #f0f0f0;
    display: flex;
    border-radius: 0 0 4px 4px;
}

.ant-card .ant-card-actions {
    margin: 12px 0;
    color: rgba(0, 0, 0, 0.45);
    text-align: center;
}

.ant-card .ant-card-actions>span {
    position: relative;
    display: block;
    min-width: 28px;
    font-size: 14px;
    line-height: 1.5714285714285714;
    cursor: pointer;
}

.ant-btn {
    font-size: 14px;
    height: 32px;
    padding: 4px 15px;
    border-radius: 4px;

}

.ant-btn {
    outline: none;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    background-color: green;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    user-select: none;
    touch-action: manipulation;
    line-height: 1.5714285714285714;
    color: #fff;
}

.ant-card .ant-card-meta-description {
    color: rgba(0, 0, 0, 0.45);
}

.ant-row {
    display: flex;
    flex-flow: row wrap;
    min-width: 0;
}

:where(.css-1d6wgr8)[class^="ant-row"],
:where(.css-1d6wgr8)[class*=" ant-row"] {
    font-family: Nunito, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}

/* Optional: Further customization */
.small-alert-box {
    font-size: 14px;
    /* Smaller font size */
    border-radius: 8px;
    /* Rounded corners */
}

.swal2-title {
    font-size: 18px;
    /* Smaller title font */
}

.swal2-content {
    font-size: 14px;
    /* Smaller content font */
    margin: 0;
    /* Adjust spacing */
}

.swal2-popup {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    /* Subtle shadow for a cleaner look */
}

.ant-row {
    display: flex;
    flex-flow: row wrap;
    min-width: 0;
}

.bg-setting-sidebar {
    background-color: #fff;
}

@media (min-width: 1200px) {
    :where(.css-1d6wgr8).ant-col-xl-6 {
        display: block;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 992px) {
    :where(.css-1d6wgr8).ant-col-lg-6 {
        display: block;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.border-red {
    border: 2px solid red;
    border-radius: 5px;
}

.title {
    font-weight: bolder;
}

.font-weight-bold {
    font-weight: bolder !important;
    color: #000 !important;
}

.form-product {
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;

}

.form-qunty {
    width: 28px;
    height: 28px;
    background: linear-gradient(#fff, #f9f9f9);
    display: inline-block;
    border: 1px solid #c2c2c2;
    cursor: pointer;
    font-size: 16px;
    border-radius: 50%;
    padding-top: 1px;
    line-height: 1;
}

.form-qty {
    display: inline-block;
    padding: 3px 6px;
    width: calc(100% - 60px);
    height: 100%;
    width: 46px;
    height: 28px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    margin: 0 5px;
}

label {
    font-weight: bold;
}

.ck-editor__editable,
textarea {
    min-height: 75px;
}

.datatable {
    width: 100% !important;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}

.searchable-fields {
    padding-left: 5px;
}

.searchable-link {
    padding: 0 5px 0 5px;
}

.searchable-link:hover {
    cursor: pointer;
    background: #eaeaea;
}

.select2-results__option {
    padding-left: 15px;
    padding-right: 0px;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid~.invalid-feedback {
    display: block;
}

.c-sidebar-brand .c-sidebar-brand-full:hover {
    color: inherit;
}

.custom-select.form-control-sm {
    padding: 0.25rem 1.5rem;
}

.form-select {
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid;
    color: #768192;
    background-color: #fff;
    border-color: #d8dbe0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

/* Premium Card Header Styling */
.card-header {
    background: #667eea;
    color: #ffffff !important;
    padding: 1.25rem 1.5rem;
    border-radius: 0.5rem 0.5rem 0 0;
    border-bottom: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    font-size: 1.125rem;
    letter-spacing: 0.025em;
    position: relative;
    overflow: hidden;
}

/* Ultra-Premium Hero Section */
.premium-hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Animated Background Layers */
.hero-bg-layers {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 40%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(120, 219, 226, 0.25) 0%, transparent 50%);
    animation: bgShift 20s ease-in-out infinite;
}

.layer-1 {
    animation-delay: 0s;
}

.layer-2 {
    animation-delay: 7s;
}

.layer-3 {
    animation-delay: 14s;
}

@keyframes bgShift {

    0%,
    100% {
        transform: translateX(0%) translateY(0%) scale(1);
        opacity: 0.3;
    }

    33% {
        transform: translateX(-10%) translateY(-5%) scale(1.1);
        opacity: 0.5;
    }

    66% {
        transform: translateX(10%) translateY(5%) scale(0.9);
        opacity: 0.4;
    }
}

/* Floating Geometric Elements */
.hero-floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}

.floating-cube {
    position: absolute;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(233, 207, 112, 0.2) 0%, rgba(244, 208, 63, 0.1) 100%);
    border: 1px solid rgba(233, 207, 112, 0.3);
    animation: cubeFloat 15s ease-in-out infinite;
}

.cube-1 {
    top: 15%;
    left: 10%;
    animation-delay: 0s;
    transform: rotate(45deg);
}

.cube-2 {
    top: 60%;
    right: 15%;
    animation-delay: 5s;
    transform: rotate(135deg);
}

.cube-3 {
    bottom: 25%;
    left: 70%;
    animation-delay: 10s;
    transform: rotate(225deg);
}

@keyframes cubeFloat {

    0%,
    100% {
        transform: translateY(0px) rotate(45deg) scale(1);
        opacity: 0.6;
    }

    25% {
        transform: translateY(-30px) rotate(135deg) scale(1.2);
        opacity: 0.8;
    }

    50% {
        transform: translateY(-60px) rotate(225deg) scale(0.8);
        opacity: 0.4;
    }

    75% {
        transform: translateY(-30px) rotate(315deg) scale(1.1);
        opacity: 0.7;
    }
}

.floating-ring {
    position: absolute;
    border: 2px solid rgba(233, 207, 112, 0.4);
    border-radius: 50%;
    animation: ringPulse 12s ease-in-out infinite;
}

.ring-1 {
    width: 100px;
    height: 100px;
    top: 20%;
    right: 25%;
    animation-delay: 0s;
}

.ring-2 {
    width: 80px;
    height: 80px;
    bottom: 30%;
    left: 20%;
    animation-delay: 6s;
}

@keyframes ringPulse {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.5) rotate(180deg);
        opacity: 0.8;
    }
}

.floating-sphere {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(233, 207, 112, 0.3) 0%, rgba(244, 208, 63, 0.1) 70%);
    animation: sphereFloat 18s ease-in-out infinite;
}

.sphere-1 {
    width: 40px;
    height: 40px;
    top: 40%;
    left: 15%;
    animation-delay: 0s;
}

.sphere-2 {
    width: 30px;
    height: 30px;
    bottom: 40%;
    right: 30%;
    animation-delay: 9s;
}

@keyframes sphereFloat {

    0%,
    100% {
        transform: translateY(0px) translateX(0px) scale(1);
        opacity: 0.7;
    }

    33% {
        transform: translateY(-40px) translateX(20px) scale(1.3);
        opacity: 0.9;
    }

    66% {
        transform: translateY(20px) translateX(-15px) scale(0.8);
        opacity: 0.5;
    }
}

/* Particle System */
.particle-system {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(233, 207, 112, 0.8);
    border-radius: 50%;
    animation: particleDance 8s ease-in-out infinite;
}

.particle-1 {
    top: 25%;
    left: 20%;
    animation-delay: 0s;
}

.particle-2 {
    top: 45%;
    right: 25%;
    animation-delay: 2s;
}

.particle-3 {
    bottom: 35%;
    left: 30%;
    animation-delay: 4s;
}

.particle-4 {
    top: 65%;
    right: 15%;
    animation-delay: 6s;
}

.particle-5 {
    bottom: 20%;
    left: 60%;
    animation-delay: 1s;
}

@keyframes particleDance {

    0%,
    100% {
        transform: translateY(0px) translateX(0px) scale(1);
        opacity: 0.6;
    }

    25% {
        transform: translateY(-20px) translateX(15px) scale(1.5);
        opacity: 1;
    }

    50% {
        transform: translateY(-40px) translateX(-10px) scale(0.8);
        opacity: 0.8;
    }

    75% {
        transform: translateY(-20px) translateX(20px) scale(1.2);
        opacity: 0.9;
    }
}

/* Premium Hero Slide */
.premium-hero-slide {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

/* Multi-layer Overlays */
.hero-overlay-primary {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.85) 0%, rgba(118, 75, 162, 0.85) 100%);
    z-index: 3;
}

.hero-overlay-secondary {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(233, 207, 112, 0.2) 0%, transparent 50%);
    z-index: 4;
}

.hero-overlay-tertiary {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    z-index: 5;
}

/* Gradient Mesh */
.hero-gradient-mesh {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(120, 219, 226, 0.1) 0%, transparent 50%);
    z-index: 6;
    animation: meshShift 25s ease-in-out infinite;
}

@keyframes meshShift {

    0%,
    100% {
        transform: translateX(0%) translateY(0%);
        opacity: 0.3;
    }

    50% {
        transform: translateX(-5%) translateY(-5%);
        opacity: 0.5;
    }
}

/* Hero Content Container */
.hero-content-container {
    position: relative;
    z-index: 7;
    color: white;
    width: 100%;
}

/* Animated Content Layers */
.hero-content-layers {
    position: relative;
}

.content-layer {
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(30px);
    animation: layerFadeIn 1s ease-out forwards;
}

.layer-main {
    animation-delay: 0.2s;
}

.layer-subtitle {
    animation-delay: 0.6s;
}

.layer-cta {
    animation-delay: 1s;
}

@keyframes layerFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hero Badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    margin-bottom: 2rem;
    animation: badgeSlideIn 0.8s ease-out 0.1s both;
}

.badge-icon {
    font-size: 1.2rem;
    animation: badgeIconBounce 2s ease-in-out infinite;
}

.badge-text {
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

@keyframes badgeSlideIn {
    from {
        opacity: 0;
        transform: translateX(-30px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes badgeIconBounce {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

/* Premium Hero Title */
.premium-hero-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.title-line {
    display: block;
    animation: titleLineSlide 1s ease-out forwards;
}

.line-1 {
    animation-delay: 0.3s;
}

.line-2 {
    animation-delay: 0.5s;
}

.line-3 {
    animation-delay: 0.7s;
}

.title-highlight {
    background: linear-gradient(135deg, #e9cf70 0%, #f4d03f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.title-highlight::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #e9cf70 0%, #f4d03f 100%);
    border-radius: 2px;
    animation: highlightGlow 2s ease-in-out infinite;
}

@keyframes titleLineSlide {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes highlightGlow {

    0%,
    100% {
        opacity: 0.7;
        transform: scaleX(1);
    }

    50% {
        opacity: 1;
        transform: scaleX(1.05);
    }
}

/* Premium Hero Subtitle */
.premium-hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.6;
    opacity: 0.95;
    margin-bottom: 2rem;
    color: yellow;
    max-width: 600px;
}

/* Hero Features */
.hero-features {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.9rem;
    font-weight: 500;
    animation: featureSlideUp 0.6s ease-out 0.8s both;
}

.feature-item i {
    color: #e9cf70;
    font-size: 0.8rem;
}

@keyframes featureSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Hero Actions */
.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Premium CTA Primary */
.premium-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #e9cf70 0%, #f4d03f 100%);
    color: #2c3e50;
    padding: 1.25rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 25px rgba(233, 207, 112, 0.4);
    position: relative;
    overflow: hidden;
    animation: ctaBounceIn 0.8s ease-out 1.2s both;
}

.premium-cta-primary:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 40px rgba(233, 207, 112, 0.6);
    color: #2c3e50;
}

.cta-arrow {
    transition: transform 0.3s ease;
    font-size: 1.2rem;
}

.premium-cta-primary:hover .cta-arrow {
    transform: translateX(8px);
}

.cta-glow {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.premium-cta-primary:hover .cta-glow {
    left: 100%;
}

@keyframes ctaBounceIn {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(20px);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.1) translateY(-5px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Premium CTA Secondary */
.premium-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 1.25rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    animation: ctaFadeIn 0.8s ease-out 1.4s both;
}

.premium-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.1);
}

.premium-cta-secondary i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.premium-cta-secondary:hover i {
    transform: scale(1.2);
}

@keyframes ctaFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dashboard Preview */
.hero-dashboard-preview {
    position: relative;
    animation: dashboardSlideIn 1s ease-out 1.6s both;
}

.dashboard-mockup {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
}

.hero-dashboard-preview:hover .dashboard-mockup {
    transform: perspective(1000px) rotateY(0deg);
}

.mockup-header {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.mockup-dots {
    display: flex;
    gap: 0.5rem;
}

.mockup-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.mockup-title {
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
}

.mockup-content {
    padding: 1.5rem;
}

.mockup-chart {
    display: flex;
    align-items: end;
    gap: 0.5rem;
    height: 80px;
    margin-bottom: 1.5rem;
}

.chart-bar {
    flex: 1;
    background: linear-gradient(135deg, #e9cf70 0%, #f4d03f 100%);
    border-radius: 4px 4px 0 0;
    animation: barGrow 1.5s ease-out forwards;
    transform-origin: bottom;
}

.bar-1 {
    animation-delay: 1.8s;
    height: 0%;
}

.bar-2 {
    animation-delay: 2s;
    height: 0%;
}

.bar-3 {
    animation-delay: 2.2s;
    height: 0%;
}

.bar-4 {
    animation-delay: 2.4s;
    height: 0%;
}

@keyframes barGrow {
    to {
        height: 100%;
    }
}

.bar-1 {
    --target-height: 70%;
}

.bar-2 {
    --target-height: 90%;
}

.bar-3 {
    --target-height: 60%;
}

.bar-4 {
    --target-height: 85%;
}

.chart-bar:nth-child(1) {
    height: 70%;
}

.chart-bar:nth-child(2) {
    height: 90%;
}

.chart-bar:nth-child(3) {
    height: 60%;
}

.chart-bar:nth-child(4) {
    height: 85%;
}

.mockup-stats {
    display: flex;
    gap: 1rem;
}

.stat-item {
    flex: 1;
    text-align: center;
    padding: 0.75rem;
    background: rgba(233, 207, 112, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(233, 207, 112, 0.2);
}

.stat-value {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #e9cf70;
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.75rem;
    color: #718096;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@keyframes dashboardSlideIn {
    from {
        opacity: 0;
        transform: translateX(50px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

/* Scroll Indicator */
.hero-scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    animation: scrollIndicatorFade 2s ease-in-out infinite;
}

.scroll-mouse {
    width: 24px;
    height: 36px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    position: relative;
}

.scroll-wheel {
    width: 4px;
    height: 8px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollWheel 2s ease-in-out infinite;
}

@keyframes scrollWheel {

    0%,
    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    50% {
        opacity: 0.5;
        transform: translateX(-50%) translateY(12px);
    }
}

@keyframes scrollIndicatorFade {

    0%,
    100% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }
}

/* Premium Carousel Controls */
.premium-carousel-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 9;
    pointer-events: none;
}

.premium-carousel-controls .carousel-control-prev,
.premium-carousel-controls .carousel-control-next {
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    pointer-events: all;
    opacity: 0;
    transform: scale(0.8);
}

.premium-carousel-controls .carousel-control-prev {
    left: 2rem;
}

.premium-carousel-controls .carousel-control-next {
    right: 2rem;
}

.premium-hero-section:hover .carousel-control-prev,
.premium-hero-section:hover .carousel-control-next {
    opacity: 1;
    transform: scale(1);
}

.control-arrow {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.premium-carousel-controls .carousel-control-prev:hover .control-arrow,
.premium-carousel-controls .carousel-control-next:hover .control-arrow {
    transform: scale(1.2);
}

/* Carousel Indicators */
.carousel-indicators {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    display: flex;
    gap: 0.5rem;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

.carousel-indicators button.active {
    background: white;
    border-color: white;
    transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .premium-hero-title {
        font-size: clamp(2rem, 4vw, 3.5rem);
    }

    .hero-features {
        gap: 1rem;
    }

    .feature-item {
        padding: 0.4rem 0.8rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 992px) {
    .hero-dashboard-preview {
        display: none;
    }

    .premium-hero-title {
        font-size: clamp(1.8rem, 4vw, 3rem);
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .premium-cta-primary,
    .premium-cta-secondary {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .premium-hero-section {
        height: auto;
        min-height: 100vh;
    }

    .premium-hero-slide {
        height: auto;
        min-height: 100vh;
        padding: 6rem 0;
    }

    .hero-content-container {
        padding: 2rem 0;
    }

    .hero-badge {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }

    .premium-hero-title {
        font-size: clamp(1.5rem, 5vw, 2.5rem);
        margin-bottom: 1rem;
    }

    .premium-hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .hero-features {
        flex-direction: column;
        gap: 0.5rem;
        margin-bottom: 1.5rem;
    }

    .feature-item {
        justify-content: center;
        padding: 0.5rem 1rem;
    }

    .premium-carousel-controls .carousel-control-prev,
    .premium-carousel-controls .carousel-control-next {
        width: 50px;
        height: 50px;
    }

    .premium-carousel-controls .carousel-control-prev {
        left: 1rem;
    }

    .premium-carousel-controls .carousel-control-next {
        right: 1rem;
    }

    .hero-scroll-indicator {
        display: none;
    }

    .floating-cube,
    .floating-ring,
    .floating-sphere,
    .particle {
        display: none;
    }
}

@media (max-width: 576px) {
    .premium-hero-slide {
        padding: 4rem 0;
    }

    .hero-content-container {
        padding: 1rem 0;
    }

    .premium-hero-title {
        font-size: 1.8rem;
    }

    .premium-cta-primary,
    .premium-cta-secondary {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }

    .carousel-indicators {
        bottom: 1rem;
    }

    .carousel-indicators button {
        width: 10px;
        height: 10px;
    }
}

/* Ultra-Modern About Section */
.about-section {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e2e8f0 50%, #f1f5f9 100%);
    overflow: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.about-section.about-animate-in {
    opacity: 1;
    transform: translateY(0);
}

.about-container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.about-bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
}

/* Floating Orbs */
.floating-orb {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(233, 207, 112, 0.2) 0%, rgba(244, 208, 63, 0.1) 100%);
    backdrop-filter: blur(20px);
    animation: orbFloat 8s ease-in-out infinite;
}

.orb-1 {
    width: 150px;
    height: 150px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.orb-2 {
    width: 100px;
    height: 100px;
    top: 60%;
    right: 10%;
    animation-delay: 3s;
}

.orb-3 {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 70%;
    animation-delay: 6s;
}

/* Geometric Shapes */
.geometric-shape {
    position: absolute;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(233, 207, 112, 0.1) 100%);
    backdrop-filter: blur(15px);
    animation: shapeMorph 10s ease-in-out infinite;
}

.shape-1 {
    width: 60px;
    height: 60px;
    top: 20%;
    right: 20%;
    border-radius: 20px 0 20px 0;
    animation-delay: 0s;
}

.shape-2 {
    width: 40px;
    height: 40px;
    bottom: 30%;
    left: 15%;
    border-radius: 0 20px 0 20px;
    animation-delay: 4s;
}

.shape-3 {
    width: 50px;
    height: 50px;
    top: 70%;
    right: 5%;
    border-radius: 50% 0 50% 0;
    animation-delay: 7s;
}

/* Particle Waves */
.particle-wave {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(233, 207, 112, 0.4) 50%, transparent 100%);
    animation: waveFlow 6s ease-in-out infinite;
}

.wave-1 {
    width: 300px;
    top: 25%;
    left: -10%;
    animation-delay: 0s;
}

.wave-2 {
    width: 250px;
    bottom: 35%;
    right: -10%;
    animation-delay: 3s;
}

/* Section Header */
.about-header {
    text-align: center;
    margin-bottom: 5rem;
}

.header-content {
    max-width: 800px;
    margin: 0 auto;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #e9cf70 0%, #f4d03f 100%);
    color: #2c3e50;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    box-shadow: 0 8px 25px rgba(233, 207, 112, 0.3);
    animation: badgeFloat 3s ease-in-out infinite;
}




.badge-icon {
    font-size: 1.2rem;
}

.section-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}





.service-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #e9cf70 0%, #f4d03f 100%);
    color: #2c3e50;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    box-shadow: 0 8px 25px rgba(233, 207, 112, 0.3);
    animation: badgeFloat 3s ease-in-out infinite;
}




.badge-icon {
    font-size: 1.2rem;
}

.section-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

/* Ultra-Premium Services Title */
.premium-services-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 1rem;
    color: #000000;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: premiumTitleGlow 2s ease-in-out infinite alternate;
    position: relative;
    letter-spacing: -0.02em;
}

/*
.premium-services-title::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #000000, #333333, #000000, transparent);
    border-radius: 2px;
    animation: premiumTitleLine 3s ease-in-out infinite;
}

.premium-services-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.6), rgba(51, 51, 51, 0.6), rgba(0, 0, 0, 0.6), transparent);
    border-radius: 2px;
    animation: premiumTitleLine 3s ease-in-out infinite reverse;
} */

@keyframes premiumTitleGlow {
    0% {
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    100% {
        text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    }
}

@keyframes premiumTitleLine {

    0%,
    100% {
        width: 80px;
        opacity: 0.6;
    }

    50% {
        width: 150px;
        opacity: 1;
    }
}

/* Responsive Premium Services Title */
@media (max-width: 1200px) {
    .premium-services-title {
        font-size: clamp(2.5rem, 7vw, 4rem);
    }

    .premium-services-title::before,
    .premium-services-title::after {
        width: 100px;
    }

    @keyframes premiumTitleLine {

        0%,
        100% {
            width: 60px;
        }

        50% {
            width: 120px;
        }
    }
}

@media (max-width: 992px) {
    .premium-services-title {
        font-size: clamp(2rem, 6vw, 3.5rem);
        margin-bottom: 0.8rem;
    }

    .premium-services-title::before,
    .premium-services-title::after {
        width: 80px;
        height: 3px;
    }
}

@media (max-width: 768px) {
    .premium-services-title {
        font-size: clamp(1.8rem, 5vw, 3rem);
        letter-spacing: -0.01em;
    }

    .premium-services-title::before,
    .premium-services-title::after {
        display: none;
        /* Hide decorative lines on mobile for cleaner look */
    }
}

@media (max-width: 576px) {
    .premium-services-title {
        font-size: 2.2rem;
        margin-bottom: 0.6rem;
    }
}

.title-highlight {
    background: linear-gradient(135deg, #e9cf70 0%, #f4d03f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title-accent {
    display: block;
    font-size: 1.2rem;
    color: #718096;
    font-weight: 400;
    margin-top: 0.5rem;
}

.section-description {
    font-size: 1.25rem;
    color: #718096;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* About Cards Grid */
.about-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-bottom: 5rem;
}

.about-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(25px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    transform: translateY(50px) scale(0.9);
    position: relative;
}

.about-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

.about-card.card-animate-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Leadership Card */
.leadership-card {
    grid-column: span 2;
}

/* Card Header Section */
.card-header-section {
    padding: 2rem 2rem 1rem;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.card-icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e9cf70 0%, #f4d03f 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c3e50;
    font-size: 1.5rem;
    margin: 0 auto 1rem;
    box-shadow: 0 8px 25px rgba(233, 207, 112, 0.3);
}

.card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

/* Card Image Section */
.card-image-section {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.leadership-card:hover .card-image {
    transform: scale(1.05);
}

.image-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(135deg, #e9cf70 0%, #f4d03f 100%);
    color: #2c3e50;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.8rem;
    box-shadow: 0 4px 15px rgba(233, 207, 112, 0.3);
}

/* Card Content Section */
.card-content-section {
    padding: 1.5rem 2rem 2rem;
}

.content-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.25rem;
}

.content-subtitle {
    font-size: 0.9rem;
    color: #e9cf70;
    font-weight: 600;
    margin-bottom: 1rem;
}

.content-description {
    color: #718096;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

/* Content Stats */
.content-stats {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
}

.stat-item {
    flex: 1;
    text-align: center;
    padding: 1rem;
    background: rgba(233, 207, 112, 0.1);
    border-radius: 12px;
    border: 1px solid rgba(233, 207, 112, 0.2);
}

.stat-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #e9cf70;
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.8rem;
    color: #718096;
    font-weight: 500;
}

/* Mission Highlights */
.mission-highlights {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
}

.highlight-item i {
    color: #48bb78;
    font-size: 1rem;
    width: 20px;
}

.highlight-item span {
    font-size: 0.9rem;
    color: #718096;
    font-weight: 500;
}

/* Vision Metrics */
.vision-metrics {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.metric-item {
    flex: 1;
}

.metric-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.25rem 1rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    border: 2px solid rgba(233, 207, 112, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.metric-value {
    font-size: 1.2rem;
    font-weight: 700;
    color: #e9cf70;
    margin-bottom: 0.25rem;
}

.metric-label {
    font-size: 0.75rem;
    color: #718096;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Values List */
.values-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-top: 1rem;
}

.value-pill {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background: rgba(233, 207, 112, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(233, 207, 112, 0.2);
    transition: all 0.3s ease;
}

.value-pill:hover {
    background: rgba(233, 207, 112, 0.15);
    transform: translateY(-2px);
}

.value-pill i {
    color: #e9cf70;
    font-size: 1rem;
}

.value-pill span {
    font-size: 0.85rem;
    font-weight: 600;
    color: #2c3e50;
}

/* Call to Action */
.about-cta {
    text-align: center;
}

.cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.cta-content h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.cta-content p {
    font-size: 1.1rem;
    color: #718096;
    margin-bottom: 2rem;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #e9cf70 0%, #f4d03f 100%) !important;
    color: #2c3e50 !important;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(233, 207, 112, 0.4);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(233, 207, 112, 0.6);
}

.cta-button i {
    transition: transform 0.3s ease;
}

.cta-button:hover i {
    transform: translateX(5px);
}

/* Animations */
@keyframes orbFloat {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg) scale(1);
    }

    33% {
        transform: translateY(-20px) rotate(120deg) scale(1.1);
    }

    66% {
        transform: translateY(-40px) rotate(240deg) scale(0.9);
    }
}

@keyframes shapeMorph {

    0%,
    100% {
        transform: rotate(0deg) scale(1);
        border-radius: 20px 0 20px 0;
    }

    25% {
        transform: rotate(90deg) scale(1.1);
        border-radius: 0 20px 0 20px;
    }

    50% {
        transform: rotate(180deg) scale(0.9);
        border-radius: 20px 20px 0 0;
    }

    75% {
        transform: rotate(270deg) scale(1.05);
        border-radius: 0 0 20px 20px;
    }
}

@keyframes waveFlow {

    0%,
    100% {
        transform: translateX(-100%);
        opacity: 0;
    }

    50% {
        transform: translateX(0%);
        opacity: 1;
    }
}

@keyframes badgeFloat {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-5px);
    }
}

@keyframes missionIconPulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 15px 35px rgba(233, 207, 112, 0.4);
    }

    50% {
        transform: scale(1.1);
        box-shadow: 0 20px 45px rgba(233, 207, 112, 0.6);
    }
}

@keyframes ringExpand {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }
}

@keyframes barGrow {
    0% {
        height: 0%;
    }

    100% {
        height: var(--bar-height);
    }
}

@keyframes arrowSlide {
    0% {
        width: 0;
        opacity: 0;
    }

    100% {
        width: 8px;
        opacity: 1;
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .about-cards-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 2rem;
    }

    .ceo-card {
        grid-column: span 1;
    }
}

@media (max-width: 992px) {
    .about-section {
        padding: 4rem 0;
    }

    .about-container {
        padding: 0 1rem;
    }

    .section-title {
        font-size: 2.8rem;
    }

    .about-cards-grid {
        gap: 1.5rem;
    }

    .card-content {
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2.2rem;
    }

    .section-description {
        font-size: 1.1rem;
    }

    .about-cards-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .card-visual {
        height: 250px;
    }

    .ceo-card .card-visual {
        height: 250px;
    }

    .mission-card .card-visual,
    .vision-card .card-visual,
    .values-card .card-visual {
        height: 180px;
    }

    .card-title {
        font-size: 1.3rem;
    }

    .card-text {
        font-size: 0.9rem;
    }

    .cta-content h3 {
        font-size: 1.6rem;
    }

    .floating-orb,
    .geometric-shape,
    .particle-wave {
        display: none;
        /* Hide background elements on mobile for performance */
    }
}

@media (max-width: 576px) {
    .about-section {
        padding: 3rem 0;
    }

    .about-header {
        margin-bottom: 3rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .section-badge {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }

    .card-content {
        padding: 1.25rem;
    }

    .card-title {
        font-size: 1.2rem;
    }

    .card-icon {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }

    .values-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        max-width: 150px;
    }

    .value-item {
        padding: 0.75rem;
    }

    .cta-content h3 {
        font-size: 1.4rem;
    }

    .cta-button {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
}

/* Trending Services Section */
.services-section {
    background: #e9cf70;
    position: relative;
    overflow: hidden;
}

.services-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="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.1;
}

.services-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    position: relative;
    z-index: 2;
}

.service-showcase-item {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.service-showcase-item.animate-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.service-card-modern {
    position: relative;
    height: 500px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(25px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

.service-card-modern:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.2);
}

.service-card-front {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem 1rem;
}

.service-badge {
    background: linear-gradient(135deg, #e9cf70 0%, #f4d03f 100%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(233, 207, 112, 0.3);
}

.badge-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
}

.service-category {
    background: rgba(233, 207, 112, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    border: 1px solid rgba(233, 207, 112, 0.3);
}

.service-category span {
    font-size: 0.8rem;
    font-weight: 600;
    color: #e9cf70;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.service-orb {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(233, 207, 112, 0.2) 0%, rgba(244, 208, 63, 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s ease;
    animation: orbFloat 4s ease-in-out infinite;
}

.service-orb.expanded {
    transform: scale(1.2);
    animation-duration: 2s;
}

.orb-core {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(233, 207, 112, 0.5);
    box-shadow: 0 10px 30px rgba(233, 207, 112, 0.3);
}

.orb-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-main-card:hover .orb-image {
    transform: scale(1.1);
}

.orb-rings {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ring {
    position: absolute;
    border: 2px solid rgba(233, 207, 112, 0.3);
    border-radius: 50%;
    animation: ringPulse 3s ease-in-out infinite;
}

.ring-1 {
    width: 160px;
    height: 160px;
    top: -10px;
    left: -10px;
    animation-delay: 0s;
}

.ring-2 {
    width: 180px;
    height: 180px;
    top: -20px;
    left: -20px;
    animation-delay: 1s;
}

.ring-3 {
    width: 200px;
    height: 200px;
    top: -30px;
    left: -30px;
    animation-delay: 2s;
}

.service-info {
    padding: 0 2rem 2rem;
    text-align: center;
}

.service-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.service-tagline {
    font-size: 0.9rem;
    color: #718096;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}


.service-actions {
    padding: 0 2rem 2rem;
    text-align: center;
}

.btn-read-more {
    background: linear-gradient(135deg, #e9cf70 0%, #f4d03f 100%);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    color: #2c3e50;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(233, 207, 112, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
}

.btn-read-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(233, 207, 112, 0.5);
}

.btn-arrow {
    transition: transform 0.3s ease;
}

.btn-read-more:hover .btn-arrow {
    transform: translateX(3px);
}

/* Service Modal Styling */
.service-modal-modern .modal-content {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    border: none;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
}

.service-modal-header {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px 20px 0 0;
}

.service-modal-title {
    color: #e9cf70;
    font-weight: 700;
    font-size: 1.5rem;
}

.service-modal-close {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.service-modal-close:hover {
    color: #e9cf70;
    transform: rotate(90deg);
}

.service-modal-body {
    padding: 2rem;
}

.service-modal-layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
    align-items: start;
}

.service-modal-image img {
    width: 100%;
    border-radius: 15px;
    border: 3px solid rgba(233, 207, 112, 0.3);
    box-shadow: 0 10px 30px rgba(233, 207, 112, 0.2);
}

.service-modal-details {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.service-description p {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1rem;
}

.service-full-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.7;
}

.service-features-section h6 {
    color: #e9cf70;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.service-content-full {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    font-size: 0.95rem;
}

.service-content-full h1,
.service-content-full h2,
.service-content-full h3,
.service-content-full h4,
.service-content-full h5,
.service-content-full h6 {
    color: #e9cf70;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.service-content-full p {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.service-content-full ul,
.service-content-full ol {
    margin-bottom: 1rem;
    padding-left: 0;
    list-style: none;
}

.service-content-full li {
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    padding-left: 2rem;
    position: relative;
    line-height: 1.6;
}

.service-content-full li:nth-child(1)::before {
    content: '\f0c2';
    /* cloud */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #e9cf70;
    font-size: 1rem;
}

.service-content-full li:nth-child(2)::before {
    content: '\f023';
    /* lock */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #e9cf70;
    font-size: 1rem;
}

.service-content-full li:nth-child(3)::before {
    content: '\f10b';
    /* mobile */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #e9cf70;
    font-size: 1rem;
}

.service-content-full li:nth-child(4)::before {
    content: '\f201';
    /* chart-bar */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #e9cf70;
    font-size: 1rem;
}

.service-content-full li:nth-child(5)::before {
    content: '\f0c0';
    /* users */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #e9cf70;
    font-size: 1rem;
}

.service-content-full li:nth-child(6)::before {
    content: '\f1de';
    /* sliders */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #e9cf70;
    font-size: 1rem;
}

.service-content-full li:nth-child(7)::before {
    content: '\f0ed';
    /* envelope */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #e9cf70;
    font-size: 1rem;
}

.service-content-full li:nth-child(8)::before {
    content: '\f3fd';
    /* database */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #e9cf70;
    font-size: 1rem;
}

.service-content-full li:nth-child(9)::before {
    content: '\f2f1';
    /* rocket */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #e9cf70;
    font-size: 1rem;
}

.service-content-full li:nth-child(10)::before {
    content: '\f0e8';
    /* sitemap */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #e9cf70;
    font-size: 1rem;
}

.service-content-full strong,
.service-content-full b {
    color: #e9cf70;
    font-weight: 600;
}

.service-content-full a {
    color: #e9cf70;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-content-full a:hover {
    color: #f4d03f;
    text-decoration: underline;
}

.service-modal-footer {
    background: rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0 0 20px 20px;
}

.btn-primary-modern {
    background: linear-gradient(135deg, #e9cf70 0%, #f4d03f 100%);
    color: #2c3e50;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(233, 207, 112, 0.3);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(233, 207, 112, 0.5);
    color: #2c3e50;
}

.service-icon {
    font-size: 3rem;
    color: #e9cf70;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.2) rotate(360deg);
    color: #f4d03f;
}

.service-image-container {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 1.5rem;
}

.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card:hover .service-image {
    transform: scale(1.1);
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(233, 207, 112, 0.9) 0%, rgba(244, 208, 63, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 1rem;
}

.service-card:hover .service-overlay {
    opacity: 1;
}

.service-overlay-content h5 {
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.service-overlay-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.875rem;
    line-height: 1.4;
}

.service-content {
    padding: 0 1rem;
}

.service-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.service-description {
    color: #718096;
    font-size: 0.875rem;
    line-height: 1.5;
}

.service-content-preview {
    margin-top: 1rem;
}

.service-content-text {
    color: #4a5568;
    font-size: 0.8rem;
    line-height: 1.6;
    opacity: 0.9;
}

.service-details {
    padding: 1rem;
}

.service-details h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
}

.service-full-description {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}

.service-features {
    margin-bottom: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.feature-item i {
    color: #4ade80;
    margin-right: 0.5rem;
    font-size: 0.875rem;
}

.feature-item span {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
}

.service-cta {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.service-cta:hover {
    background: white;
    color: #e9cf70;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Ultra-Modern Login Section */
.login-section {
    position: relative;
    min-height: 100vh;
    background: transparent;
    overflow: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.login-section.login-animate-in {
    opacity: 1;
    transform: translateY(0);
}

.login-container {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.login-bg-elements {
    position: absolute;
    top: 0;
    left: -53px;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

/* Floating Shapes */
.floating-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(233, 207, 112, 0.1);
    backdrop-filter: blur(10px);
    animation: floatShape 20s ease-in-out infinite;
}

.shape-1 {
    width: 200px;
    height: 200px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.shape-2 {
    width: 150px;
    height: 150px;
    top: 20%;
    right: 15%;
    animation-delay: 5s;
}

.shape-3 {
    width: 100px;
    height: 100px;
    bottom: 20%;
    left: 20%;
    animation-delay: 10s;
}

.shape-4 {
    width: 180px;
    height: 180px;
    bottom: 10%;
    right: 10%;
    animation-delay: 15s;
}

.shape-5 {
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    animation-delay: 7s;
}

/* Particles */
.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(233, 207, 112, 0.6);
    border-radius: 50%;
    animation: particleFloat 15s ease-in-out infinite;
}

.particle-1 {
    top: 30%;
    left: 25%;
    animation-delay: 0s;
}

.particle-2 {
    top: 60%;
    right: 30%;
    animation-delay: 3s;
}

.particle-3 {
    bottom: 30%;
    left: 60%;
    animation-delay: 6s;
}

.login-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: 1200px;
    width: 100%;
    padding: 0 2rem;
}

/* Left Side - Branding */
.login-branding {
    display: flex;
    align-items: center;
    justify-content: center;
}

.branding-content {
    text-align: center;
    color: black;
    max-width: 400px;
}

.brand-logo {
    margin-bottom: 3rem;
}

.logo-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #e9cf70 0%, #f4d03f 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    box-shadow: 0 10px 30px rgba(233, 207, 112, 0.3);
    animation: logoPulse 3s ease-in-out infinite;
}

.logo-icon i {
    font-size: 2rem;
    color: #2c3e50;
}

.brand-logo h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.brand-message h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.brand-message p {
    font-size: 1rem;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.brand-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature-highlight {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.feature-highlight:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

.feature-highlight i {
    color: #e9cf70;
    font-size: 1.2rem;
    width: 20px;
}

.feature-highlight span {
    font-weight: 500;
}

/* Right Side - Login Form */
.login-form-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form-wrapper {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    max-width: 400px;
    animation: formSlideIn 1s ease-out 0.5s both;
}

.login-header {
    text-align: center;
    margin-bottom: 2rem;
}

.login-header h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.login-header p {
    color: #718096;
    font-size: 0.95rem;
}

.login-form {
    width: 100%;
}

.input-group-custom {
    margin-bottom: 1.5rem;
}

.input-wrapper {
    position: relative;
}

.input-label {
    position: absolute;
    top: 1rem;
    left: 3rem;
    color: #718096;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 2;
}

.input-field {
    position: relative;
}

.input-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #e9cf70;
    font-size: 1rem;
    z-index: 2;
}

.form-input {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    border: none;
    border-bottom: 2px solid #e1e5e9;
    background: transparent;
    font-size: 1rem;
    color: #2c3e50;
    transition: all 0.3s ease;
    outline: none;
}

.form-input:focus {
    border-bottom-color: #e9cf70;
}

.input-focused .input-label,
.input-has-value .input-label {
    top: 0.5rem;
    font-size: 0.75rem;
    color: #e9cf70;
}

.input-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #e9cf70 0%, #f4d03f 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.input-focused .input-line,
.input-has-value .input-line {
    transform: scaleX(1);
}

/* Form Actions */
.form-actions {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.login-btn {
    width: 100%;
    background: linear-gradient(135deg, #e9cf70 0%, #f4d03f 100%);
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    color: #2c3e50;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(233, 207, 112, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    position: relative;
    overflow: hidden;
}

.login-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(233, 207, 112, 0.5);
}

.login-btn.loading {
    pointer-events: none;
}

.btn-text {
    transition: opacity 0.3s ease;
}

.btn-loader {
    width: 20px;
    height: 20px;
    border: 2px solid #2c3e50;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.login-btn.loading .btn-text {
    opacity: 0;
}

.login-btn.loading .btn-loader {
    opacity: 1;
}

.btn-arrow {
    transition: transform 0.3s ease;
}

.login-btn:hover .btn-arrow {
    transform: translateX(5px);
}

/* Login Footer */
.login-footer {
    text-align: center;
}

.login-footer p {
    color: #718096;
    font-size: 0.9rem;
    margin: 0;
}

.footer-link {
    color: #e9cf70;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #f4d03f;
}

/* Animations */
@keyframes floatShape {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg) scale(1);
    }

    25% {
        transform: translateY(-20px) rotate(90deg) scale(1.1);
    }

    50% {
        transform: translateY(-40px) rotate(180deg) scale(0.9);
    }

    75% {
        transform: translateY(-20px) rotate(270deg) scale(1.05);
    }
}

@keyframes particleFloat {

    0%,
    100% {
        transform: translateY(0px) translateX(0px);
        opacity: 0.6;
    }

    25% {
        transform: translateY(-100px) translateX(50px);
        opacity: 1;
    }

    50% {
        transform: translateY(-200px) translateX(0px);
        opacity: 0.8;
    }

    75% {
        transform: translateY(-100px) translateX(-50px);
        opacity: 0.9;
    }
}

@keyframes logoPulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 10px 30px rgba(233, 207, 112, 0.3);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 15px 40px rgba(233, 207, 112, 0.5);
    }
}

@keyframes formSlideIn {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Responsive Login Section */
@media (max-width: 992px) {
    .login-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
        max-width: 500px;
    }

    .login-branding {
        order: 2;
    }

    .login-form-container {
        order: 1;
    }

    .branding-content {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .login-section {
        padding: 1rem 0;
    }

    .login-container {
        padding: 1rem;
    }

    .login-wrapper {
        gap: 2rem;
        padding: 0 1rem;
    }

    .login-form-wrapper {
        padding: 2rem;
    }

    .login-header h1 {
        font-size: 1.75rem;
    }

    .brand-logo {
        margin: 0 auto 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        text-align: center;
        max-width: fit-content;
    }

    .brand-logo .logo-icon {
        margin: 0;
        flex-shrink: 0;
    }


    .logo-icon {

        height: 65px;
        width: 65px;

    }

    .brand-logo h2 {
        margin: 0;
        font-size: 1.5rem;
        text-align: center;
        white-space: nowrap;
    }

    .brand-message h3 {
        font-size: 1.25rem;
    }

    .brand-features {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .feature-highlight {
        width: 100%;
        max-width: 300px;
        padding: 1rem;
        text-align: center;
    }
}

/* Contact Support Link */
.contact-support-section {
    text-align: center;
    margin-top: 2rem;
}

.contact-support-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: black;
    font-weight: 500;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.contact-support-link:hover {
    color: #e9cf70;
    text-decoration: none;
    transform: translateY(-1px);
}

.contact-support-link i {
    font-size: 1rem;
    color: black;
    transition: transform 0.3s ease;
}

.contact-support-link:hover i {
    transform: scale(1.1);
}

/* Contact Modal Styles */
.contact-modal .modal-content {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    border: none;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
    overflow: hidden;
}

.contact-modal-header {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px 20px 0 0;
    padding: 1.5rem 2rem;
}

.contact-modal-title {
    color: #e9cf70;
    font-weight: 700;
    font-size: 1.25rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.contact-modal-title i {
    color: #e9cf70;
    font-size: 1.5rem;
}

.contact-modal-close {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5rem;
    transition: all 0.3s ease;
    opacity: 1;
}

.contact-modal-close:hover {
    color: #e9cf70;
    transform: rotate(90deg);
}

.contact-modal-body {
    padding: 2rem;
}

.contact-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contact-option {
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.contact-option:hover {
    transform: translateY(-3px);
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
}

.contact-link:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    color: white;
}

.contact-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    background: rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.whatsapp-icon {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.phone-link .contact-icon {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.email-link .contact-icon {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.contact-info {
    flex: 1;
}

.contact-info h6 {
    margin: 0 0 0.25rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: #e9cf70;
}

.contact-info span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.contact-link i.fa-chevron-right {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.contact-link:hover i.fa-chevron-right {
    color: #e9cf70;
    transform: translateX(3px);
}

/* Social Media Section */
.social-media-section {
    margin-bottom: 2rem;
}

.social-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #e9cf70;
    margin-bottom: 1rem;
    text-align: center;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    transform: scale(0);
    transition: transform 0.3s ease;
    border-radius: inherit;
}

.social-link:hover::before {
    transform: scale(1);
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.facebook {
    background: linear-gradient(135deg, #1877f2 0%, #42a5f5 100%);
}

.twitter {
    background: linear-gradient(135deg, #1da1f2 0%, #42a5f5 100%);
}

.linkedin {
    background: linear-gradient(135deg, #0077b5 0%, #42a5f5 100%);
}

.instagram {
    background: linear-gradient(135deg, #e4405f 0%, #f093fb 100%);
}

.youtube {
    background: linear-gradient(135deg, #ff0000 0%, #ff4444 100%);
}

/* Business Hours */
.business-hours {
    text-align: center;
}

.business-hours h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #e9cf70;
    margin-bottom: 1rem;
}

.hours-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.hour-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hour-item:last-child {
    border-bottom: none;
}

.hour-item .day {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.hour-item .time {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

/* Modal Animations */
.contact-modal .modal-dialog {
    animation: modalSlideIn 0.4s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translate(0, -50px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
}

/* Responsive Design */
@media (max-width: 576px) {
    .login-form-wrapper {
        padding: 1.5rem;
    }

    .login-header h1 {
        font-size: 1.5rem;
    }

    .login-header p {
        font-size: 0.85rem;
    }

    .form-input {
        padding: 0.8rem 0.8rem 0.8rem 2.5rem;
    }

    .input-icon {
        left: 0.8rem;
    }

    .input-label {
        left: 2.5rem;
        top: 0.8rem;
    }

    .login-btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }

    .contact-support-link {
        font-size: 0.85rem;
    }

    .contact-modal-body {
        padding: 1.5rem;
    }

    .contact-link {
        padding: 1rem;
        gap: 0.75rem;
    }

    .contact-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .social-links {
        gap: 0.75rem;
    }

    .social-link {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .floating-shape {
        display: none;
        /* Hide floating shapes on small screens for performance */
    }

    .particle {
        display: none;
        /* Hide particles on small screens */
    }
}

/* Responsive Services Showcase */
@media (max-width: 992px) {
    .services-showcase {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }

    .service-card-modern {
        height: 450px;
    }

    .service-modal-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .services-showcase {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .service-card-modern {
        height: 420px;
    }

    .service-header {
        padding: 1.5rem 1.5rem 1rem;
    }

    .service-visual {
        padding: 1.5rem;
    }

    .service-info {
        padding: 0 1.5rem 1.5rem;
    }

    .service-actions {
        padding: 0 1.5rem 1.5rem;
    }

    .service-orb {
        width: 120px;
        height: 120px;
    }

    .orb-core {
        width: 80px;
        height: 80px;
    }

    .ring-1 {
        width: 140px;
        height: 140px;
        top: -10px;
        left: -10px;
    }

    .ring-2 {
        width: 160px;
        height: 160px;
        top: -20px;
        left: -20px;
    }

    .ring-3 {
        width: 180px;
        height: 180px;
        top: -30px;
        left: -30px;
    }

    .service-modal-body {
        padding: 1.5rem;
    }

    .service-modal-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .features-list {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
}

@media (max-width: 576px) {
    .services-section {
        padding: 3rem 0;
    }

    .service-card-modern {
        height: 450px;
    }

    .service-badge {
        width: 40px;
        height: 40px;
    }

    .badge-number {
        font-size: 1.2rem;
    }

    .service-name {
        font-size: 1.3rem;
    }

    .service-tagline {
        font-size: 0.85rem;
    }

    .btn-read-more {
        padding: 0.6rem 1.2rem;
        font-size: 0.8rem;
    }

    .service-modal-title {
        font-size: 1.3rem;
    }

    .service-modal-body {
        padding: 1rem;
    }

    .btn-primary-modern {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* New Service Animations */
@keyframes orbFloat {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    25% {
        transform: translateY(-8px) rotate(2deg);
    }

    50% {
        transform: translateY(-15px) rotate(0deg);
    }

    75% {
        transform: translateY(-8px) rotate(-2deg);
    }
}

@keyframes ringPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.6;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}

@keyframes morphIn {
    0% {
        opacity: 0;
        transform: scale(0.8) rotateY(-90deg);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.05) rotateY(-45deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotateY(0deg);
    }
}

@keyframes modalSlideIn {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes bounceIn {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }

    50% {
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.service-card-modern {
    animation: morphIn 0.8s ease-out;
}

/* Particle Effect Background */
.services-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(120, 219, 226, 0.3) 0%, transparent 50%);
    animation: particleFloat 20s ease-in-out infinite;
    pointer-events: none;
}

@keyframes particleFloat {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.5;
    }

    33% {
        transform: translateY(-20px) rotate(120deg);
        opacity: 0.8;
    }

    66% {
        transform: translateY(10px) rotate(240deg);
        opacity: 0.6;
    }
}

/* Contact Section */
.contact-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.contact-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.contact-form-container {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.05);
}

.form-header {
    text-align: center;
    margin-bottom: 2rem;
}

.form-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.form-subtitle {
    font-size: 1rem;
    opacity: 0.9;
}

.modern-form .form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
}

.modern-input {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 1rem;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.modern-input:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: white;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
    outline: none;
}

.modern-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.modern-btn {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    border: none;
    border-radius: 50px;
    padding: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.modern-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 107, 107, 0.4);
}

.form-footer {
    text-align: center;
    margin-top: 1.5rem;
}

.contact-image-container {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.contact-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(102, 126, 234, 0.3) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.contact-image-container:hover .image-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    color: white;
}

.overlay-content h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.overlay-content p {
    margin-bottom: 1rem;
    opacity: 0.9;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .section-title {
        font-size: 25px;
        font-weight: bolder;
    }

    .about-stats {
        flex-direction: column;
        gap: 1rem;
    }

    .contact-form-container {
        padding: 2rem;
    }

    .services-nav .nav-link {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 576px) {
    .hero-content {
        padding: 2rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .contact-card .row>div {
        order: 2;
    }

    .contact-card .row>div:first-child {
        order: 1;
    }
}

/* Service Badge Black Background */
.service-badge-black {
    background: black !important;
    color: white !important;
}

/* Desktop Header Navigation Styles */
.c-header .navbar-nav {
    margin: 0;
    padding: 0;
}

.c-header .navbar-nav .nav-item {
    position: relative;
}

.c-header .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 500;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin: 0 2px;
}

.c-header .navbar-nav .nav-link:hover {
    color: #000 !important;
    background-color: rgba(233, 207, 112, 0.1);
}

.c-header .navbar-nav .nav-link.active {
    color: white !important;
    background-color: rgba(233, 207, 112, 0.2);
}

.c-header .navbar-nav .dropdown-menu {
    /* background: rgba(44, 62, 80, 0.95); */
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    margin-top: 8px;
    padding: 0.5rem 0;
    z-index: 1200;
    position: absolute;
    top: 100%;
    left: 0;
    height: auto;
    overflow-y: auto;
}

.c-header .navbar-nav .dropdown-item {
    color: rgba(255, 255, 255, 0.9);
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
}

.c-header .navbar-nav .dropdown-item:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}


.c-header .navbar-nav .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.1);
}

/* Ensure content area adjusts for desktop navigation */
@media (min-width: 992px) {
    .c-body {
        margin-left: 0 !important;
    }

    .c-sidebar {
        display: none !important;
    }
}

/* Desktop Navbar Container - Prevents profile section overlap */
.desktop-navbar-container {
    flex: 1;
    /* Reserve space for checkin buttons (200px) + profile section (250px) */
    min-width: 300px;
    margin: 0 15px;
    overflow: visible;
}

/* Scrollable Navbar for Desktop - Always show scrollbar */
.navbar-nav-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: visible;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    /* border-bottom: 1px solid #c8ced3; */
    background: transparent;
}

/* Ultra-Premium User Dropdown Toggle */
.user-dropdown-toggle {
    display: flex;
    align-items: center;
    color: rgba(233, 207, 112, 1) !important;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #000000;
    backdrop-filter: blur(20px);
    border: 2px solid rgba(233, 207, 112, 0.3);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.025em;
}

.user-dropdown-toggle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(233, 207, 112, 0.1) 0%, rgba(244, 208, 63, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: inherit;
}

.user-dropdown-toggle:hover::before {
    opacity: 1;
}

.user-dropdown-toggle:hover {
    color: orange !important;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 35px rgba(233, 207, 112, 0.6);
    border-color: orange;
    background: linear-gradient(135deg, #000000 0%, rgba(233, 207, 112, 0.1) 100%);
}

.user-dropdown-toggle .fas.fa-user-circle {
    font-size: 1.2rem;
    color: orange;
    margin-right: 0.5rem;
    filter: drop-shadow(0 2px 4px rgba(233, 207, 112, 0.3));
    transition: all 0.3s ease;
}

.user-dropdown-toggle:hover .fas.fa-user-circle {
    color: orange;
    transform: scale(1.1) rotate(5deg);
}

.user-dropdown-toggle .fas.fa-chevron-down {
    font-size: 0.8rem;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
    opacity: 0.8;
}

.user-dropdown-toggle:hover .fas.fa-chevron-down {
    transform: rotate(180deg) scale(1.1);
    opacity: 1;
}

/* Add a subtle glow effect */
.user-dropdown-toggle::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, rgba(233, 207, 112, 0.3) 0%, rgba(244, 208, 63, 0.2) 100%);
    border-radius: 50px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.user-dropdown-toggle:hover::after {
    opacity: 0.6;
}

.user-dropdown-menu {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    padding: 0;
    margin-top: 10px;
    min-width: 250px;
    position: absolute;
    right: 0;
    z-index: 1300;
    animation: dropdownSlideIn 0.3s ease-out;
}

@keyframes dropdownSlideIn {
    from {
        opacity: 0;
        transform: translateY(-10px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.user-info {
    background: linear-gradient(135deg, rgba(233, 207, 112, 0.1) 0%, rgba(244, 208, 63, 0.1) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0.5rem;
}

.user-name {
    color: orange !important;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.user-role {
    color: orange !important;
    font-size: 0.85rem;
}

.user-dropdown-menu .dropdown-item {
    color: orange;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin: 0.25rem 0.5rem;
    position: relative;
}

.user-dropdown-menu .dropdown-item:hover {
    background: linear-gradient(135deg, rgba(233, 207, 112, 0.2) 0%, rgba(244, 208, 63, 0.2) 100%);
    color: #e9cf70;
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(233, 207, 112, 0.2);
}



.user-dropdown-menu .dropdown-item i {
    width: 18px;
    text-align: center;
}

.user-dropdown-menu .dropdown-item.text-danger:hover {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.2) 0%, rgba(255, 71, 87, 0.2) 100%);
    color: #ff4757;
}

.user-dropdown-menu .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 0.5rem 0;
}

/* Navigation scroll buttons */
.nav-scroll-btn {
    background: rgba(233, 207, 112, 0.1);
    border: 1px solid rgba(233, 207, 112, 0.3);
    color: #e9cf70;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin: 0 5px;
}

.nav-scroll-btn:hover {
    background: rgba(233, 207, 112, 0.2);
    color: #f4d03f;
    transform: scale(1.1);
}

.nav-scroll-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.navbar-nav-scroll .navbar-nav {
    flex-wrap: nowrap;
    min-width: max-content;
    margin: 0;
    padding: 0;
}

/* Ensure profile section is always visible on desktop */
@media (min-width: 992px) {
    .c-header .c-header-nav.ml-auto {
        flex-shrink: 0;
        margin-left: auto;
        min-width: 200px;
    }

    .c-header .desktop-navbar-container {
        flex-shrink: 1;
        overflow: hidden;
    }
}

/* Scrollable Navbar - Only nav-items are slidable */

/*---------------------------------------
    CUSTOM ABOUT SECTION STYLES
 -----------------------------------------*/
.about-content-wrapper {
    position: relative;
    z-index: 2;
}

/* Floating Elements in Content */
.content-floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.content-floating-elements .floating-orb,
.content-floating-elements .geometric-shape,
.content-floating-elements .particle-wave {
    position: absolute !important;
    opacity: 0.6;
}

.content-floating-elements .floating-orb.orb-1 {
    top: 10%;
    right: 10%;
    width: 80px;
    height: 80px;
    animation: contentFloat 6s ease-in-out infinite;
}

.content-floating-elements .floating-orb.orb-2 {
    top: 50%;
    left: 5%;
    width: 60px;
    height: 60px;
    animation: contentFloat 8s ease-in-out infinite reverse;
}

.content-floating-elements .geometric-shape.shape-1 {
    bottom: 20%;
    right: 15%;
    width: 40px;
    height: 40px;
    animation: contentShape 10s ease-in-out infinite;
}

.content-floating-elements .geometric-shape.shape-2 {
    top: 30%;
    left: 10%;
    width: 30px;
    height: 30px;
    animation: contentShape 12s ease-in-out infinite reverse;
}

.content-floating-elements .particle-wave.wave-1 {
    bottom: 10%;
    left: 20%;
    width: 200px;
    height: 2px;
    animation: contentWave 8s ease-in-out infinite;
}

@keyframes contentFloat {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg) scale(1);
    }

    33% {
        transform: translateY(-15px) rotate(120deg) scale(1.1);
    }

    66% {
        transform: translateY(-30px) rotate(240deg) scale(0.9);
    }
}

@keyframes contentShape {

    0%,
    100% {
        transform: rotate(0deg) scale(1);
        border-radius: 20px 0 20px 0;
    }

    25% {
        transform: rotate(90deg) scale(1.2);
        border-radius: 0 20px 0 20px;
    }

    50% {
        transform: rotate(180deg) scale(0.8);
        border-radius: 20px 20px 0 0;
    }

    75% {
        transform: rotate(270deg) scale(1.1);
        border-radius: 0 0 20px 20px;
    }
}

@keyframes contentWave {

    0%,
    100% {
        transform: translateX(-50px);
        opacity: 0.3;
    }

    50% {
        transform: translateX(50px);
        opacity: 0.8;
    }
}

.about-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

.about-image-col {
    flex: 1;
}

.about-content-col {
    flex: 1;
}

.about-image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.about-image-container:hover {
    transform: translateY(-5px);
}

.about-main-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.about-image-container:hover .about-main-image {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(249, 193, 11, 0.1), rgba(220, 53, 69, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-image-container:hover .image-overlay {
    opacity: 1;
}

.about-content {
    padding: 40px 0;
}

.mission-vision-section {
    margin: 3rem 0 2rem;
    position: relative;
}

.mission-vision-container {
    position: relative;
}

.mission-statement,
.vision-statement {
    margin-bottom: 2.5rem;
    position: relative;
    padding-left: 80px;
}

.mission-statement::before,
.vision-statement::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e9cf70 0%, #f4d03f 100%);
    box-shadow: 0 10px 30px rgba(233, 207, 112, 0.3);
    transition: all 0.3s ease;
}

.mission-statement:hover::before,
.vision-statement:hover::before {
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(233, 207, 112, 0.5);
}

.statement-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.statement-icon {
    width: 50px;
    height: 50px;
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 1.2rem;
    /* box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3); */
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 2;
}

.statement-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.statement-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(135deg, #e9cf70 0%, #f4d03f 100%);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.mission-statement:hover .statement-title::after,
.vision-statement:hover .statement-title::after {
    width: 60px;
}

.statement-content {
    position: relative;
}

.statement-content p {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
    font-weight: 400;
    position: relative;
    padding: 1rem 0 0 0;
}

.statement-content p::before {
    content: '"';
    font-size: 3rem;
    color: rgba(233, 207, 112, 0.2);
    position: absolute;
    top: -10px;
    left: -20px;
    font-family: 'Georgia', serif;
    line-height: 1;
}

.statement-content p::after {
    content: '"';
    font-size: 3rem;
    color: rgba(233, 207, 112, 0.2);
    position: absolute;
    bottom: -30px;
    right: -20px;
    font-family: 'Georgia', serif;
    line-height: 1;
}

/* Add connecting line between mission and vision */
.mission-statement::after {
    content: '';
    position: absolute;
    left: 30px;
    top: 60px;
    width: 2px;
    height: calc(100% + 2.5rem);
    background: linear-gradient(to bottom, rgba(233, 207, 112, 0.3) 0%, rgba(233, 207, 112, 0.1) 100%);
    z-index: 1;
}

.about-highlights {
    display: flex;
    gap: 30px;
    margin: 40px 0;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: var(--white-color);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.highlight-item i {
    font-size: 24px;
    color: var(--primary-color);
    margin-top: 5px;
}

.highlight-content h4 {
    margin: 0 0 8px 0;
    font-size: 18px;
    color: var(--dark-color);
    font-weight: var(--font-weight-bold);
}

.highlight-content p {
    margin: 0;
    font-size: 14px;
    color: var(--p-color);
    line-height: 1.4;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--secondary-color);
    color: var(--white-color);
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: var(--font-weight-bold);
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.cta-button:hover {
    background: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(249, 193, 11, 0.4);
    color: var(--dark-color);
}

.cta-button i {
    transition: transform 0.3s ease;
}

.cta-button:hover i {
    transform: translateX(3px);
}

/* Responsive Styles for About Section */
@media screen and (max-width: 991px) {
    .about-row {
        flex-direction: column;
        gap: 50px;
        align-items: center;
    }

    .about-image-col {
        width: 100%;
        max-width: 500px;
    }

    .about-content-col {
        width: 100%;
        max-width: 600px;
    }

    .about-highlights {
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }

    .highlight-item {
        padding: 20px;
        width: 100%;
        max-width: 400px;
        text-align: center;
    }

    .about-content {
        padding: 30px 20px;
        text-align: center;
    }

    .mission-vision-section {
        margin: 2rem 0 3rem;
    }

    .mission-statement,
    .vision-statement {
        padding-left: 0;
        margin-bottom: 2.5rem;
        text-align: left;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .statement-header {
        justify-content: flex-start;
        margin-bottom: 1.5rem;
    }

    .statement-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        position: static;
        margin-right: 1rem;
        display: none;
    }

    .statement-title {
        font-size: 1.4rem;
        text-align: left;
    }

    .statement-content p {
        font-size: 1rem;
        text-align: left;
        padding: 0;
    }

    .statement-content p::before,
    .statement-content p::after {
        display: none;
    }

    .mission-statement::before,
    .vision-statement::before {
        display: none;
    }

    .mission-statement::after {
        display: none;
    }

    /* Hide floating elements on smaller screens for performance */
    .content-floating-elements .floating-orb.orb-1,
    .content-floating-elements .geometric-shape.shape-1,
    .content-floating-elements .particle-wave.wave-1 {
        display: none;
    }

    .content-floating-elements .floating-orb.orb-2,
    .content-floating-elements .geometric-shape.shape-2 {
        width: 40px;
        height: 40px;
        opacity: 0.4;
    }
}

/* Medium mobile devices */
@media screen and (max-width: 767px) and (min-width: 481px) {
    .about-row {
        gap: 45px;
    }

    .about-content {
        padding: 25px 18px;
    }

    .section-title {
        font-size: 2.2rem;
        margin-bottom: 1.5rem;
    }

    .mission-statement,
    .vision-statement {
        max-width: 550px;
    }

    .statement-title {
        font-size: 1.3rem;
        text-align: left;
    }

    .about-highlights {
        gap: 22px;
    }

    .highlight-item {
        max-width: 450px;
    }
}

@media screen and (max-width: 480px) {
    .about-section {
        padding: 2rem 0;
    }

    .about-container {
        padding: 0 1rem;
    }

    .about-row {
        gap: 40px;
    }

    .about-image-col {
        max-width: 100%;
    }

    .about-content-col {
        max-width: 100%;
    }

    .about-content {
        padding: 20px 15px;
    }

    .section-title {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }

    .section-description {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 2rem;
    }

    .mission-vision-section {
        margin: 2rem 0 2.5rem;
    }

    .mission-statement,
    .vision-statement {
        margin-bottom: 2rem;
        max-width: 100%;
    }

    .statement-title {
        font-size: 1.2rem;
        margin-bottom: 1rem;
        text-align: left;
    }

    .statement-content p {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .about-highlights {
        gap: 20px;
        margin: 30px 0;
    }

    .highlight-item {
        padding: 18px 15px;
        max-width: 100%;
        gap: 12px;
    }

    .highlight-item i {
        font-size: 22px;
        margin-top: 0;
    }

    .highlight-content h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .highlight-content p {
        font-size: 13px;
        line-height: 1.4;
    }

    .about-cta {
        margin-top: 2rem;
    }

    .cta-content h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .cta-content p {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .cta-button {
        padding: 14px 28px;
        font-size: 15px;
        width: 100%;
        justify-content: center;
    }
}

/* Mobile Native Support Modal */
.mobile-support-modal .modal-dialog {
    margin: 0;
    max-width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-support-modal.show .modal-dialog {
    transform: translateY(0);
}

.mobile-support-modal .modal-content {
    border: none;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    max-height: 80vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-support-modal .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

/* Modal Handle */
.modal-handle {
    display: flex;
    justify-content: center;
    padding: 12px 0 8px;
    touch-action: none;
}

.handle-bar {
    width: 40px;
    height: 4px;
    background: #625e5e;
    border-radius: 2px;
    cursor: grab;
    transition: all 0.2s ease;
    position: relative !important;
    bottom: 16px !important;
    right: 153px !important;
}

.handle-bar:hover {
    background: #d1d5d9;
    transform: scaleY(1.2);
}

.handle-bar:active {
    cursor: pointer;
    background: #c1c5c9;
    transform: scaleY(1.5);
}

/* Add subtle animation to indicate interactivity */
.handle-bar::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border-radius: 12px;
    background: rgba(233, 207, 112, 0.1);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.handle-bar:hover::before {
    opacity: 1;
}

/* Modal Header */
.mobile-support-header {
    padding: 0 24px 16px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.mobile-support-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-support-title i {
    color: #e9cf70;
    font-size: 20px;
}

.mobile-support-close {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.mobile-support-close:hover {
    background: #f5f5f5;
    color: #333;
}

/* Modal Body */
.mobile-support-body {
    padding: 20px 24px 32px;
    max-height: calc(80vh - 120px);
    overflow-y: auto;
}

/* Quick Actions */
.support-quick-actions {
    margin-bottom: 32px;
}

.action-item {
    margin-bottom: 12px;
}

.action-button {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 12px;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
    border: 1px solid #e9ecef;
}

.action-button:hover {
    background: #e9ecef;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.action-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 16px;
    flex-shrink: 0;
}

.call-action .action-icon {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.whatsapp-action .action-icon {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: white;
}

.email-action .action-icon {
    background: linear-gradient(135deg, #ea4335 0%, #fbbc05 100%);
    color: white;
}

.action-text {
    flex: 1;
    min-width: 0;
}

.action-label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.action-detail {
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

.action-arrow {
    color: #999;
    font-size: 14px;
    margin-left: 12px;
}

/* Social Section */
.support-social-section {
    margin-bottom: 32px;
}

.social-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.social-section-title i {
    color: #e9cf70;
}

.social-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-button {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.social-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.facebook-btn {
    background: linear-gradient(135deg, #1877f2 0%, #42a5f5 100%);
}

.twitter-btn {
    background: linear-gradient(135deg, #1da1f2 0%, #42a5f5 100%);
}

.linkedin-btn {
    background: linear-gradient(135deg, #0077b5 0%, #42a5f5 100%);
}

.instagram-btn {
    background: linear-gradient(135deg, #e4405f 0%, #f093fb 100%);
}

.youtube-btn {
    background: linear-gradient(135deg, #ff0000 0%, #ff4444 100%);
}

/* Business Hours */
.support-hours-section {
    margin-bottom: 0;
}

.hours-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hours-section-title i {
    color: #e9cf70;
}

.hours-list {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #e9ecef;
}

.hour-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
}

.hour-row:last-child {
    border-bottom: none;
}

.hour-row.closed .time-label {
    color: #dc3545;
    font-weight: 500;
}

.day-label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.time-label {
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

/* Animations */
@keyframes slideUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.mobile-support-modal .modal-dialog {
    animation: slideUp 0.3s ease-out;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .mobile-support-modal .modal-content {
        border-radius: 16px 16px 0 0;
    }

    .mobile-support-header {
        padding: 0 20px 12px;
    }

    .mobile-support-body {
        padding: 16px 20px 24px;
    }

    .action-button {
        padding: 14px;
    }

    .action-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin-right: 12px;
    }

    .action-label {
        font-size: 15px;
    }

    .action-detail {
        font-size: 13px;
    }

    .social-button {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }
}

/* iOS Safe Area */
@supports (padding: max(0px)) {
    .mobile-support-modal .modal-content {
        padding-bottom: env(safe-area-inset-bottom, 0px);
    }

    .mobile-support-body {
        padding-bottom: calc(32px + env(safe-area-inset-bottom, 0px));
    }
}

/* Enhanced modal closing indicators */
.mobile-support-modal .modal-backdrop {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.mobile-support-modal .modal-backdrop:hover {
    opacity: 0.7 !important;
}

/* Add visual hint for swipe down */
.mobile-support-modal .modal-content {
    transition: transform 0.3s ease;
}

.mobile-support-modal .modal-content.swipe-hint {
    transform: translateY(10px);
}

/* Mobile Bottom Navigation */
.mobile-bottom-nav {
    display: none;
    /* Hidden on desktop */
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px 0;
    padding-bottom: env(safe-area-inset-bottom, 10px);
    /* iOS safe area */
}

.mobile-bottom-nav .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #666;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 8px;
    border-radius: 12px;
    min-width: 60px;
    position: relative;
}

.mobile-bottom-nav .nav-item:hover,
.mobile-bottom-nav .nav-item.active {
    color: #e9cf70;
    background: rgba(233, 207, 112, 0.1);
    transform: translateY(-2px);
}

.mobile-bottom-nav .nav-item.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: linear-gradient(135deg, #e9cf70 0%, #f4d03f 100%);
    border-radius: 2px;
}

.mobile-bottom-nav .nav-icon {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-bottom-nav .nav-icon i {
    font-size: 20px;
    color: #000 !important;
    transition: transform 0.3s ease;
}

.mobile-bottom-nav .nav-item:hover .nav-icon i,
.mobile-bottom-nav .nav-item.active .nav-icon i {
    transform: scale(1.1);
}

/* Show on mobile devices */
@media (max-width: 768px) {
    .mobile-bottom-nav {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    /* Adjust body padding to account for fixed nav */
    body {
        padding-bottom: 80px;
    }
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .mobile-bottom-nav {
        padding: 8px 0;
        padding-bottom: calc(env(safe-area-inset-bottom, 8px) + 8px);
    }

    .mobile-bottom-nav .nav-item {
        min-width: 50px;
        padding: 6px;
        font-size: 11px;
    }

    .mobile-bottom-nav .nav-icon i {
        font-size: 18px;
    }

    body {
        padding-bottom: 70px;
    }
}

/* Responsive Modal Header Layout */
.header-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.centered-handle {
    display: flex;
    justify-content: center;
}

.left-title {
    text-align: left;
    width: 100%;
    margin: 0;
}

/* Mobile Native App Footer */
@media (max-width: 768px) {
    .site-footer {
        background: #f8f9fa !important;
    }

    .site-footer .container .row {
        display: none;
    }

    .mobile-app-footer {
        background: #f8f9fa;
        padding: 20px 0;
        margin-top: 24px;
    }

    .mobile-footer-container {
        max-width: 375px;
        margin: 0 auto;
        padding: 0 16px;
    }

    /* Website Title Header */
    .website-title-header {
        text-align: center;
        margin-bottom: 32px;
        padding: 24px 16px 16px;
    }

    .website-title {
        font-size: 32px;
        font-weight: 800;
        color: #1a1a1a;
        margin: 0;
        letter-spacing: -1px;
        line-height: 1.1;
        /* background: linear-gradient(135deg, #e9cf70 0%, #f4d03f 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; */
        background-clip: text;
        text-shadow: 0 2px 8px rgba(233, 207, 112, 0.3);
    }

    .website-title::after {
        content: '';
        display: block;
        width: 80px;
        height: 4px;
        background: linear-gradient(135deg, #e9cf70 0%, #f4d03f 100%);
        border-radius: 2px;
        margin: 12px auto 0;
        box-shadow: 0 2px 8px rgba(233, 207, 112, 0.4);
    }

    /* Contact Card */
    .contact-card {
        background: white;
        border-radius: 16px;
        padding: 20px;
        margin-bottom: 16px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
        border: 1px solid #e9ecef;
    }

    .contact-card .card {
        background: #ffffff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
        opacity: 0;
        animation: fadeInCard 0.5s ease forwards;
        overflow: hidden;
        margin-bottom: 20px;
        border: none;
    }

    .card-header {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .contact-avatar {
        width: 56px;
        height: 56px;
        border-radius: 16px;
        background: linear-gradient(135deg, #e9cf70 0%, #f4d03f 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 16px;
        color: #2c3e50;
        font-size: 24px;
        box-shadow: 0 4px 12px rgba(233, 207, 112, 0.3);
    }

    .contact-info {
        flex: 1;
    }

    .contact-name {
        font-size: 18px;
        font-weight: 600;
        color: #1a1a1a;
        margin-bottom: 2px;
    }

    .contact-subtitle {
        font-size: 14px;
        color: #6c757d;
        font-weight: 400;
    }

    .contact-actions {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
        gap: 8px;
    }

    .action-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        padding: 12px 8px;
        background: #f8f9fa;
        border-radius: 12px;
        text-decoration: none;
        color: #495057;
        font-size: 12px;
        font-weight: 500;
        transition: all 0.2s ease;
        border: 1px solid #e9ecef;
    }

    .action-btn:hover {
        background: #e9ecef;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .action-btn:active {
        transform: translateY(0);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .action-btn i {
        font-size: 20px;
        margin-bottom: 2px;
    }

    .call-btn {
        color: #28a745;
    }

    .call-btn:hover {
        background: rgba(40, 167, 69, 0.1);
    }

    .whatsapp-btn {
        color: #25d366;
    }

    .whatsapp-btn:hover {
        background: rgba(37, 211, 102, 0.1);
    }

    .email-btn {
        color: #dc3545;
    }

    .email-btn:hover {
        background: rgba(220, 53, 69, 0.1);
    }

    .office-btn {
        color: #6c757d;
    }

    .office-btn:hover {
        background: rgba(108, 117, 125, 0.1);
    }

    /* Social Section */
    .social-section {
        background: white;
        border-radius: 16px;
        padding: 20px;
        margin-bottom: 16px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
        border: 1px solid #e9ecef;
    }

    .social-header {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 16px;
        color: #6c757d;
        font-size: 14px;
        font-weight: 600;
    }

    .social-header i {
        font-size: 16px;
    }

    .social-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 12px;
    }

    .social-link {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: white;
        font-size: 20px;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .social-link:hover {
        transform: translateY(-2px) scale(1.05);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    }

    .social-link:active {
        transform: translateY(0) scale(1);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .facebook-link {
        background: linear-gradient(135deg, #1877f2 0%, #42a5f5 100%);
    }

    .instagram-link {
        background: linear-gradient(135deg, #e4405f 0%, #f093fb 100%);
    }

    .twitter-link {
        background: linear-gradient(135deg, #1da1f2 0%, #42a5f5 100%);
    }

    .youtube-link {
        background: linear-gradient(135deg, #ff0000 0%, #ff4444 100%);
    }

    .linkedin-link {
        background: linear-gradient(135deg, #0077b5 0%, #42a5f5 100%);
    }

    /* Footer Copyright */
    .footer-copyright {
        background: white;
        border-radius: 16px;
        padding: 16px 20px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
        border: 1px solid #e9ecef;
        text-align: center;
    }

    .footer-copyright .copyright {
        font-size: 12px;
        color: #6c757d;
        font-weight: 500;
        margin: 0;
    }

    .footer-copyright .bi-heart-fill {
        color: #dc3545;
        font-size: 10px;
    }

    /* Hide desktop copyright on mobile */
    .copyright-footer {
        display: none;
    }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
    .mobile-footer-container {
        padding: 0 12px;
    }

    .contact-card,
    .social-section,
    .app-info {
        padding: 16px;
    }

    .contact-avatar {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .contact-name {
        font-size: 16px;
    }

    .contact-subtitle {
        font-size: 13px;
    }

    .contact-actions {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }

    .action-btn {
        padding: 10px 6px;
        font-size: 11px;
    }

    .action-btn i {
        font-size: 18px;
    }

    .social-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 8px;
    }

    .social-link {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .brand-logo {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .brand-name {
        font-size: 14px;
    }

    .brand-version {
        font-size: 11px;
    }

    .copyright {
        font-size: 11px;
    }

    .made-with {
        font-size: 10px;
    }
}
