.text-main-color {
    color: #409699;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.row-gap-24 {
    row-gap: 24px;
}
.fs-10px {
    font-size: 10px !important;
}
.fs-14px {
    font-size: 14px !important;
}
body {
    font-family: "Cairo", sans-serif;
    background-color: #fff;
    color: #212529;
    font-size: 14px;
    scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
    color: #000;
}
button {
    border: none;
    outline: none;
}
.modal-header .modal-title {
    font-size: 15px !important;
}
.modal-header .btn-close {
    margin: unset !important;
}
.section-content {
    position: relative;
    min-height: calc(100vh - 224px - 78px - 121px);
    padding: 3rem 0;
    z-index: 1;
}
.section-content::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 9rem;
    height: 13rem;
    background-image: url("../img/layer-2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    z-index: -1;
}
.section-content::after {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    width: 9rem;
    height: 13rem;
    background-image: url("../img/layer-1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    z-index: -1;
}
.about-section {
    background-color: #f9fafb;
}
.contact-section {
    background-color: #f9fafb;
}
.contact-section .form-section {
    width: 100%;
}
.contact-section .form-section .form-card {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
}
.contact-section .form-section .form-card .form-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}
.contact-section .form-section .form-card .form-header .form-icon {
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(135deg, #000 0%, #000 100%);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.contact-section .form-section .form-card .form-header .form-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    color: #fff;
}
.contact-section .form-section .form-card .form-header .form-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
}
.contact-section .form-section .form-card .form-header .form-subtitle {
    color: #4b5563;
    font-size: 0.875rem;
    margin: 0;
}
.contact-section .form-section .form-card .contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.contact-section .form-section .form-card .contact-form .form-group {
    display: flex;
    flex-direction: column;
}
.contact-section
    .form-section
    .form-card
    .contact-form
    .form-group
    .form-label {
    display: block;
    color: #374151;
    font-weight: 500;
    margin-bottom: 0.375rem;
    font-size: 0.875rem;
}
.contact-section .form-section .form-card .contact-form .form-group .form-input,
.contact-section
    .form-section
    .form-card
    .contact-form
    .form-group
    .form-textarea {
    width: 100%;
    padding: 0.625rem 1rem;
    border-radius: 0.5rem;
    border: 2px solid #e5e7eb;
    transition: all 0.2s;
    outline: none;
    font-size: 0.875rem;
    font-family: inherit;
}
.contact-section
    .form-section
    .form-card
    .contact-form
    .form-group
    .form-input:hover,
.contact-section
    .form-section
    .form-card
    .contact-form
    .form-group
    .form-input:hover,
.contact-section
    .form-section
    .form-card
    .contact-form
    .form-group
    .form-textarea:hover,
.contact-section
    .form-section
    .form-card
    .contact-form
    .form-group
    .form-textarea:hover {
    border-color: #fed7aa;
}
.contact-section
    .form-section
    .form-card
    .contact-form
    .form-group
    .form-input:focus,
.contact-section
    .form-section
    .form-card
    .contact-form
    .form-group
    .form-input:focus,
.contact-section
    .form-section
    .form-card
    .contact-form
    .form-group
    .form-textarea:focus,
.contact-section
    .form-section
    .form-card
    .contact-form
    .form-group
    .form-textarea:focus {
    border-color: #000;
}
.contact-section
    .form-section
    .form-card
    .contact-form
    .form-group
    .form-textarea {
    resize: none;
    min-height: 120px;
}
.contact-section .form-section .form-card .contact-form .form-group .required {
    color: #ef4444;
}
.contact-section
    .form-section
    .form-card
    .contact-form
    .form-group
    .form-input:invalid:not(:placeholder-shown),
.contact-section
    .form-section
    .form-card
    .contact-form
    .form-group
    .form-textarea:invalid:not(:placeholder-shown) {
    border-color: #ef4444;
}
.contact-section .form-section .form-card .contact-form .submit-btn {
    width: 100%;
    background: linear-gradient(to left, #000, #000);
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-weight: 700;
    border: none;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1rem;
}
.contact-section .form-section .form-card .contact-form .submit-btn .btn-icon {
    width: 1.25rem;
    height: 1.25rem;
}
.contact-section .form-section .form-card .contact-form .submit-btn:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: scale(1.02);
}
.contact-section .form-section .form-card .contact-form .submit-btn:active {
    transform: scale(0.98);
}
.contact-section .info-section {
    width: 100%;
}
.contact-section .info-section .info-cards {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.contact-section .info-section .info-cards .info-card {
    background-color: #fff;
    border-radius: 0.75rem;
    padding: 1.25rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
}
.contact-section .info-section .info-cards .info-card .info-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s;
}
.contact-section .info-section .info-cards .info-card .info-icon svg {
    width: 1.5rem;
    height: 1.5rem;
    color: #000;
}
.contact-section .info-section .info-cards .info-card .info-content {
    flex: 1;
    min-width: 0;
}
.contact-section
    .info-section
    .info-cards
    .info-card
    .info-content
    .info-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #4b5563;
    margin: 0 0 0.125rem 0;
}
.contact-section
    .info-section
    .info-cards
    .info-card
    .info-content
    .info-value {
    color: #000;
    font-weight: 700;
    font-size: 0.875rem;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contact-section .info-section .info-cards .info-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
.contact-section .info-section .info-cards .info-card:hover .info-icon {
    transform: scale(1.1);
}
.faq-section {
    background-color: #f9fafb;
}
.faq-section .contact-bar {
    text-align: center;
    font-size: 18px;
    margin-bottom: 1.7rem;
}
.faq-section .contact-bar p {
    color: #4b5563;
    font-size: 18px;
    margin: 0;
}
.faq-section .contact-bar .contact-link {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.faq-section .contact-bar .contact-link:hover {
    color: #c2410c;
}
.terms-section {
    background-color: #f9fafb;
}
.main-nav {
    background-color: #fff;
}
.main-nav h1 {
    line-height: 0;
    transition: 0.3s;
}
.main-nav h1 .navbar-brand {
    padding: 0px;
    margin: 0%;
}
.main-nav h1 .navbar-brand img {
    width: 150px;
    height: auto;
}
.main-nav h1:hover {
    transform: scale(1.04);
}
.main-nav .navbar-toggler {
    padding: 0;
    border: 0px;
}
.main-nav .navbar-toggler:focus {
    box-shadow: none;
}
.main-nav .navbar-toggler i,
.main-nav .navbar-toggler svg {
    font-size: 31px;
}
.main-nav .navbar-collapse .navbar-nav {
    flex: 1;
    justify-content: center;
}
.main-nav .navbar-collapse .navbar-nav .nav-item .nav-link {
    position: relative;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #575757;
}
.main-nav .navbar-collapse .navbar-nav .nav-item .nav-link::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: -17px;
    width: 100%;
    height: 4px;
    transition: 0.3s;
    transform: scale(0);
    background-color: #000;
}
.main-nav .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    color: #000;
}
.main-nav .navbar-collapse .navbar-nav .nav-item .nav-link.active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -15.5px;
    width: 100%;
    height: 4px;
    transform: scale(0.8);
    background-color: #000;
}
@media (max-width: 576px) {
    .main-nav .navbar-collapse .navbar-nav .nav-item .nav-link.active::after {
        bottom: 0px;
        transform: scale(1);
    }
}
.main-nav .navbar-collapse .navbar-nav .nav-item .nav-link.active::before {
    content: none;
}
.main-nav .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #000;
}
.main-nav .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
    transform: scale(0.8);
}
@media (max-width: 576px) {
    .main-nav .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
        bottom: 0px;
        transform: scale(1);
    }
}
@media (max-width: 991px) {
    .main-nav .navbar-collapse .navbar-nav {
        border-top: 1px solid #dee2e6;
    }
    .main-nav .navbar-collapse .navbar-nav .nav-item .nav-link.active::after {
        bottom: 0px;
        transform: scale(1);
    }
    .main-nav .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
        bottom: 0px;
        transform: scale(1);
    }
}
.main-nav .btn-holder {
    align-items: center !important;
}
.main-nav .btn-holder .user-dropdown .btn-user-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    padding: 7px 15px;
    font-weight: 600;
    font-size: 15px;
    color: #000 !important;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}
.main-nav .btn-holder .user-dropdown .btn-user-menu i {
    font-size: 20px;
}
.main-nav .btn-holder .user-dropdown .btn-user-menu .user-name {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-nav .btn-holder .user-dropdown .btn-user-menu::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #000;
    margin-left: 8px;
}
.main-nav .btn-holder .user-dropdown .btn-user-menu:hover {
    transform: scale(1.05);
}
.main-nav .btn-holder .user-dropdown .btn-user-menu[aria-expanded="true"] {
    color: #000 !important;
}
.main-nav
    .btn-holder
    .user-dropdown
    .btn-user-menu[aria-expanded="true"]::after {
    border-top: none;
    border-bottom: 5px solid #000;
}
.main-nav .btn-holder .user-dropdown .dropdown-menu {
    border: 1px solid #e0e0e0;
    border-radius: 0.625rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    animation: slideDown 0.3s ease-out;
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.main-nav .btn-holder .user-dropdown .dropdown-menu .dropdown-item {
    padding: 12px 16px;
    font-size: 14px;
    color: #575757;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}
.main-nav .btn-holder .user-dropdown .dropdown-menu .dropdown-item i {
    font-size: 16px;
    color: #000;
    width: 18px;
    text-align: center;
}
.main-nav .btn-holder .user-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #fff5f0;
    color: #000;
    padding-right: 20px;
}
.main-nav .btn-holder .user-dropdown .dropdown-menu .dropdown-item.logout-btn {
    background: none;
    border: none;
    width: 100%;
    text-align: right;
    cursor: pointer;
    padding: 12px 16px;
    color: #d32f2f;
}
.main-nav
    .btn-holder
    .user-dropdown
    .dropdown-menu
    .dropdown-item.logout-btn
    i {
    color: #d32f2f;
}
.main-nav
    .btn-holder
    .user-dropdown
    .dropdown-menu
    .dropdown-item.logout-btn:hover {
    background-color: #ffebee;
    color: #d32f2f;
}
.main-nav .btn-holder .user-dropdown .dropdown-menu .dropdown-divider {
    margin: 8px 0;
    border-color: #f0f0f0;
}
.main-nav .btn-nav {
    padding: 7px 25px;
    color: #fff !important;
    border-radius: 0.625rem;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid #000;
    background-color: #000;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
}
.main-nav .btn-nav.outline {
    color: lab(50 -2.74 -13.18) !important;
    border-color: lab(91.7353 -0.998765 -4.76968);
    background-color: rgba(0, 0, 0, 0);
}
.main-nav .btn-nav.outline:hover {
    color: lab(50 -2.74 -13.18) !important;
}
.main-nav .btn-nav:hover {
    transform: scale(1.05);
}
.login-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.login-page .login-banner {
    background: #eee;
    min-height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-page .login-banner-content {
    text-align: center;
    padding: 0 20px;
}
.login-page .banner-title {
    font-size: 36px;
    font-weight: 400;
    margin: 0;
    color: #000;
}
.login-page .banner-subtitle {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 16px;
}
.login-page .login-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.login-page .login-card {
    background: #fff;
    border-radius: 24px;
    padding: 48px 40px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.login-page .login-icon {
    margin-bottom: 24px;
}
.login-page .icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(234, 111, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.login-page .icon-circle svg {
    fill: #000;
}
.login-page .login-text h1 {
    font-size: 28px;
    margin-bottom: 8px;
    color: #000;
}
.login-page .login-text p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 32px;
}
.login-page .login-form {
    text-align: right;
}
.login-page .form-group {
    margin-bottom: 24px;
}
.login-page .form-group label {
    display: block;
    font-size: 14px;
    color: #374151;
    margin-bottom: 6px;
}
.login-page .form-group label span {
    color: #ef4444;
}
.login-page .form-group input {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    padding: 0 12px;
    font-size: 14px;
    outline: none;
}
.login-page .form-group input:focus {
    border-color: #000;
}
.login-page .submit-btn {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: none;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
}
.login-page .submit-btn:hover {
    background: #cc6000;
}
.login-page .login-footer {
    margin-top: 24px;
}
.login-page .login-footer p {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.6;
}
.login-page .login-footer a {
    color: #000;
    text-decoration: underline;
}
.register-page {
    min-height: 100vh;
}
.register-alert {
    max-width: 768px;
    margin: 24px auto;
    padding: 12px 16px;
    background: #ffedd5;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.register-wrapper {
    min-height: calc(100vh - 170px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.register-card {
    background: #fff;
    border-radius: 24px;
    padding: 48px 40px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.register-icon {
    margin-bottom: 24px;
}
.whatsapp-circle {
    width: 64px;
    height: 64px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.whatsapp-circle svg {
    fill: #fff;
}
.register-text h1 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #000;
}
.register-text p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 32px;
}
.register-form {
    text-align: right;
}
.form-group {
    margin-bottom: 16px;
}
.form-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: #374151;
}
.form-group label span {
    color: #ef4444;
}
.form-group input {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    padding: 0 12px;
    font-size: 14px;
    outline: none;
}
.form-group input:focus {
    border-color: #25d366;
}
.phone-group {
    position: relative;
}
.phone-group input {
    padding-right: 40px;
}
.phone-group .phone-icon {
    position: absolute;
    right: 12px;
    top: 70%;
    transform: translateY(-50%);
    color: #25d366;
}
.phone-group .phone-icon svg {
    fill: #25d366;
}
.register-btn {
    width: 100%;
    margin-top: 12px;
    padding: 12px;
    border-radius: 8px;
    border: none;
    background: #25d366;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
}
.register-btn:hover {
    background: #1ebe5d;
}
.login-link {
    margin-top: 20px;
    font-size: 14px;
    color: #4b5563;
}
.login-link a {
    color: #25d366;
    font-weight: 600;
    text-decoration: none;
}
.login-link a:hover {
    text-decoration: underline;
}
.register-footer {
    margin-top: 24px;
    font-size: 12px;
    color: #6b7280;
    text-align: center;
    max-width: 400px;
}
.register-footer a {
    color: #000;
    text-decoration: underline;
}
.otp-page {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}
.otp-page .otp-card {
    background: #fff;
    border-radius: 24px;
    padding: 48px 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.otp-page .otp-card__icon {
    margin-bottom: 24px;
}
.otp-page .otp-card__icon-circle {
    width: 64px;
    height: 64px;
    background: rgba(234, 111, 0, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.otp-page .otp-card__icon-circle svg {
    fill: #000;
}
.otp-page .otp-card__text {
    margin-bottom: 32px;
}
.otp-page .otp-card__title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #000;
}
.otp-page .otp-card__subtitle {
    font-size: 14px;
    color: #6b7280;
}
.otp-page .otp-card__phone {
    font-weight: 600;
    color: #000;
}
.otp-page .otp-card__inputs {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 16px;
}
.otp-page .otp-card__input {
    width: 40px;
    height: 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #d1d5db;
    border-radius: 12px;
    outline: none;
    transition: all 0.2s;
}
.otp-page .otp-card__input:focus {
    border-color: #000;
    box-shadow: 0 0 0 4px rgba(234, 111, 0, 0.1);
}
@media (min-width: 768px) {
    .otp-page .otp-card__input {
        width: 56px;
        height: 56px;
    }
}
.otp-page .otp-card__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.otp-page .otp-card__resend {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
}
.otp-page .otp-card__resend:hover {
    text-decoration: underline;
}
.otp-page .otp-card__confirm {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    background: #000;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: not-allowed;
    opacity: 0.5;
}
.otp-page .otp-card__edit-phone {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0);
    border: none;
    color: #6b7280;
    cursor: pointer;
}
.otp-page .otp-card__edit-phone:hover {
    color: #000;
}
.landing-slider {
    position: relative;
    height: calc(100vh - 78px);
    width: 100%;
}
.landing-slider .swiper-slide {
    display: flex;
    align-items: center;
}
.landing-slider .swiper-slide .slide-content {
    position: relative;
    z-index: 111;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.landing-slider .swiper-slide .slide-content .subtitle {
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 1rem;
    color: #f9f9f9;
}
.landing-slider .swiper-slide .slide-content .title {
    margin-bottom: 1rem;
    font-size: 2.5rem;
    line-height: 3.9rem;
    font-weight: 700;
    color: #fff;
}
.landing-slider .swiper-slide .slide-content .text {
    margin-bottom: 28px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 2rem;
    color: #f9f9f9;
}
.landing-slider .swiper-slide .slide-content .btn-holder {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}
.landing-slider .swiper-slide .slide-content .btn-holder .btn-slide {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: 0.5rem;
    padding: 13px 28px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: transform 0.5s;
    border: 2px solid #fff;
    color: #222;
    background-color: #fff;
    gap: 0.625rem;
}
.landing-slider .swiper-slide .slide-content .btn-holder .btn-slide svg {
    width: 14px;
    height: 14px;
}
.landing-slider
    .swiper-slide
    .slide-content
    .btn-holder
    .btn-slide.btn-outline {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    padding: 13px 37px;
}
.landing-slider .swiper-slide .slide-content .btn-holder .btn-slide:hover {
    transform: scale(1.05);
}
.landing-slider .swiper-slide .parallax-bg {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.landing-slider .swiper-slide .overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(27, 26, 26, 0.4);
}
.landing-slider .swiper-slide .overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(27, 26, 26, 0.78), transparent);
}
.landing-slider .swiper-button-next,
.landing-slider .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(
        142.13deg,
        rgba(254, 248, 255, 0.21) 1.8%,
        rgba(254, 248, 255, 0) 99.75%
    );
    backdrop-filter: blur(87.960899353px);
    transition: 0.3s;
}
.landing-slider .swiper-button-next:after,
.landing-slider .swiper-button-prev:after {
    color: #fff;
    font-size: 25px;
}
.landing-slider .swiper-button-next:hover,
.landing-slider .swiper-button-prev:hover {
    transform: scale(1.06);
}
.landing-slider .swiper-button-next {
    margin-left: 25px !important;
}
.landing-slider .swiper-button-prev {
    margin-right: 25px !important;
}
.landing-slider .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 6px;
    border-radius: 0px;
    background-color: #000;
    transition: 0.3s;
}
.landing-slider
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}
@media (max-width: 767px) {
    .landing-slider .swiper-button-next,
    .landing-slider .swiper-button-prev {
        display: none;
    }
}
.build-profile-section {
    position: relative;
    z-index: 1;
}
.profile-preview-section {
    position: relative;
    z-index: 1;
}
.profile-preview-section .preview-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}
.profile-preview-section .preview-image-wrapper .preview-image {
    max-width: 100%;
    height: auto;
    width: 511px;
    border-radius: 1rem;
    transition: transform 0.3s ease;
}
.profile-preview-section .preview-image-wrapper .preview-image:hover {
    transform: scale(1.02);
}
.get-started-section {
    position: relative;
    z-index: 1;
}
.get-started-section .btn-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.75rem;
}
.get-started-section .btn-holder .btn-get-started {
    display: inline-block;
    width: fit-content;
    border-radius: 12px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    transition: transform 0.5s ease;
    box-shadow: 0 4px 6px -1px rgba(234, 111, 0, 0.3);
}
.get-started-section .btn-holder .btn-get-started:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 15px -3px rgba(234, 111, 0, 0.4);
}
.get-started-section .btn-holder .btn-get-started:active {
    transform: scale(0.98);
}
.section-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.btn-main-sm {
    padding: 0.3rem 0.7rem;
    transition: 300ms;
    color: #fff;
    background: #409699;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 4px;
    border: none;
    font-size: 13px;
    outline: none;
    border: 1px solid #409699;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.btn-main-sm::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    transition: 300ms;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}
.btn-main-sm:hover {
    color: #409699;
    border: 1px solid #409699;
}
.btn-main-sm:hover::before {
    left: 0;
}
.dropdown-hover {
    position: relative;
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    z-index: 1001;
    cursor: pointer;
}
.dropdown-hover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    left: 0;
    top: 100%;
}
.dropdown-hover:hover .listis-item {
    display: block;
}
.dropdown-hover .icon-drop {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #9c9c9c;
}
.dropdown-hover .icon-drop .icon {
    font-size: 16px;
}
.dropdown-hover .text {
    margin: 0;
    font-size: 13px;
    text-align: center;
}
.dropdown-hover .listis-item {
    position: absolute;
    left: 0;
    z-index: 1000;
    top: calc(100% + 7px);
    width: fit-content;
    padding: 0;
    min-width: 100%;
    background-color: #313131;
    overflow-y: auto;
    display: none;
}
.dropdown-hover .listis-item::-webkit-scrollbar {
    display: none;
}
.dropdown-hover .listis-item {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.dropdown-hover .listis-item .item-drop a {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 10px;
    width: 100%;
    white-space: nowrap;
}
.dropdown-hover .listis-item .item-drop a:hover {
    background: #4e4e4e;
}
.dropdown-hover .listis-item .item-drop a .icon-drop {
    width: 19px;
}
.dropdown-hover .listis-item .item-drop a .text {
    size: 19px;
    color: #fff;
}
.badge-count {
    background-color: #ff4500;
    font-size: 12px;
    height: 17px;
    width: 17px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-light {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 5px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #2e5789;
    background-color: #d2e6ff;
}
.btn-light .icon {
    width: 18px;
    height: auto;
}
.btn-light.btn-light-green {
    color: #33b469;
    background-color: #eafff3;
}
.btn-light.btn-light-orange {
    color: #ff731d;
    background-color: #fff1e8;
}
.btn-light.btn-light-red {
    color: #c80f0f;
    background-color: #ebc8c8;
}
.btn-light.btn-light-yellow {
    color: #ffc107;
    background-color: #ffecb4;
}
.btn-light.btn-light-purple {
    color: #8d1ee5;
    background-color: #f2e7fd;
}
.btn-light.sm-border {
    border-radius: 4px;
}
.btn-gradient-gold {
    position: relative;
    width: fit-content;
    padding: 0.35rem 1.5rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
    background: linear-gradient(90deg, #dfaf37, #ffcc80);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 11px 0px;
    color: #fff;
}
.btn-gradient-gold:focus {
    box-shadow: 0 0 0 0.25rem rgba(253, 157, 13, 0.3098039216) !important;
}
.btn-gradient-gold:hover {
    color: #fff;
}
.btn-gradient-gold:hover svg {
    animation-play-state: running;
}
.btn-gradient-gold i,
.btn-gradient-gold svg {
    font-size: 15px;
    animation: move-arrow 0.7s linear infinite paused;
}
@keyframes move-arrow {
    0% {
        transform: translateX(4px);
    }
    100% {
        transform: translateX(-4px);
    }
}
.btn-icon-cr {
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0.35rem 1.5rem;
    border-radius: 50px;
    white-space: nowrap;
    font-weight: bold;
    color: #8b8b8b;
    background-color: #fff;
    transition: 0.3s;
    box-shadow: 0px 4px 25px 0 rgba(0, 0, 0, 0.08);
    cursor: pointer;
}
.btn-icon-cr .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #409699;
    background-color: rgba(1, 179, 228, 0.07);
}
.btn-icon-cr .icon img {
    width: 14px;
    filter: brightness(0) saturate(100%) invert(62%) sepia(69%) saturate(4137%)
        hue-rotate(157deg) brightness(98%) contrast(99%);
}
.btn-icon-cr:hover {
    color: #595656;
}
.btn-nav {
    color: #409699 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 8px;
}
.btn-style {
    color: #fff;
    background: linear-gradient(
        253deg,
        #5ac99d,
        #4cad9b 45%,
        #4aa89b 35%,
        #4aa89b 35%,
        #4aa89b 35%,
        #4aa89b 35%,
        #4aa89b 35%,
        #41979a
    );
    border-radius: 28px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(18, 45, 46, 0.1);
    box-shadow: 0 3px 10px 0 rgba(18, 45, 46, 0.1);
    padding: 11px 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 300ms ease-in-out;
}
.btn-style:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #fff;
}
.btn-lang {
    padding: 5px;
    border: 1px solid #333;
    border-radius: 50%;
    font-weight: 700;
    width: 44px;
    height: 44px;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    transition: 3000ms;
}
.btn-lang:hover {
    text-decoration: underline;
}
.main-heading {
    text-align: center;
    margin-bottom: 2.25rem;
}
.main-heading .heading-title {
    font-size: 40px;
    font-weight: 700;
    color: #101828;
    margin-bottom: 1rem;
    line-height: 1.7;
}
.main-heading .heading-subtitle {
    font-size: 2.25rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 1.2rem;
}
.main-heading .heading-description {
    font-size: 19px;
    color: rgba(0, 0, 0, 0.6980392157);
    font-weight: 500;
    margin: 0 auto;
    line-height: 1.95;
}
.banner-header {
    position: relative;
    z-index: 10;
    min-height: 13rem;
    padding: 0.5rem 0;
    color: #fff;
}
.banner-header .banner-image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-header .container {
    position: relative;
    z-index: 120;
    min-height: 13rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-header .container .title {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 0.975rem;
}
.banner-header .container .des {
    max-width: 100%;
    width: 560px;
    line-height: 2rem;
    font-size: 17px;
    margin-bottom: 0;
}
.banner-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(233, 117, 0, 0.65),
        rgba(217, 100, 0, 0.95)
    );
    z-index: 1;
}
.banner-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/land-banner-bg.svg");
    background-repeat: repeat;
    background-size: auto;
    z-index: 111;
}
.heading-line {
    position: relative;
    display: inline-block;
    margin-bottom: 3.25rem;
    font-weight: 700;
    font-size: 2.25rem;
    color: #212529;
}
.heading-line::after {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 5rem;
    height: 0.25rem;
    border-radius: 2px;
    background-color: #000;
}
.small-heading {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 5px;
    font-weight: bold;
}
.small-label {
    color: #6b7280;
    font-size: 12px;
    margin-bottom: 2px;
}
.main-table {
    width: 100%;
    border-radius: 7px;
    border: none !important;
    border: 1px solid #ddd !important;
}
.main-table * {
    border: none !important;
}
.main-table tr {
    border: 1px solid #ddd !important;
}
.main-table tr th {
    background-color: #f9fafb;
    color: #6b7280;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    padding: 10px;
}
.main-table tr td {
    background-color: #fff;
    font-size: 14px;
    padding: 10px;
}
.card-side {
    box-shadow: -13px 20px 20px 0 rgba(0, 0, 0, 0.0392156863);
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 1rem;
}
.card-side .user-avatar img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.card-side .user-name {
    margin: 0 0 0.5rem 0;
}
.card-side .user-email {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 400;
    color: #9fa8b9;
}
.card-side .card-slide {
    box-shadow: 0px 8px 10px 0 rgba(0, 0, 0, 0.0392156863) !important;
    padding: 1.5rem 1rem;
    text-align: center;
}
.card-side .card-slide .btn-icon {
    color: #666;
}
.card-side .card-slide .btn-icon:hover {
    color: #000;
}
.card-side .card-slide .btn-icon .icon {
    border: none !important;
}
.card-side .card-slide .btn-icon .icon svg,
.card-side .card-slide .btn-icon .icon i {
    width: 20px;
}
.content-side {
    padding: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    background-color: #fff;
}
.content-side .header {
    font-weight: 500;
    font-size: 24px;
    line-height: 41px;
    text-align: right;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.content-side .between-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.content-side .blocks-tickets .box-ticket {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    border: 1px solid #e3e3e3;
    padding: 15px;
    border-radius: 3px;
    background-color: #fff;
}
.content-side .blocks-tickets .box-ticket .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 7px;
}
.content-side .blocks-tickets .box-ticket .info .date {
    color: #409699;
    font-weight: 700;
    font-size: 13px;
}
.content-side .blocks-tickets .box-ticket .info .content {
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 22.4px;
    font-weight: 400;
}
.content-side .blocks-tickets .box-ticket .options {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}
.profile-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    height: 100%;
    padding: 50px 45px;
    border-radius: 21px;
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: 1px solid lab(91.7353 -0.998765 -4.76968);
    transition: all 0.3s ease;
    text-align: center;
    background-color: #fff;
}
.profile-box .profile-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    color: #fff;
    background: rgba(234, 111, 0, 0.1019607843);
}
.profile-box .profile-box-icon svg {
    width: 2rem;
    height: 2rem;
    color: #000;
}
.profile-box .profile-box-title {
    margin-bottom: 0rem;
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
}
.profile-box .profile-box-description {
    margin-bottom: 0rem;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.6980392157);
    line-height: 1.625;
}
.profile-box:hover {
    transform: translateY(-0.5rem);
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.about-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    background-color: #fff;
    border-radius: 1.5rem;
    padding: 2.5rem;
    border: 1px solid rgba(234, 111, 0, 0.21);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    transition: all 0.3s ease-out;
}
.about-card .icon-holder {
    position: relative;
    z-index: 1;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #e97500 0%, #d96400 100%);
}
.about-card .icon-holder .icon {
    width: 2.25rem;
    height: 2.25rem;
}
.about-card .icon-holder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/landing/land-banner-bg.svg");
    background-repeat: repeat;
    z-index: -1;
    border-radius: 50%;
}
.about-card .card-title {
    color: #212529;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0;
}
.about-card .card-des {
    color: rgba(33, 37, 41, 0.75);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75rem;
    margin: 0;
}
.about-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}
.plan-box {
    position: relative;
    height: 100%;
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}
.plan-box .popular-badge {
    position: absolute;
    top: 1rem;
    left: 0.25rem;
    z-index: 10;
    transform: rotate(-6deg);
    display: block;
}
.plan-box .popular-badge .badge-content {
    background-color: #000;
    color: #fff;
    padding: 0.375rem 1rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.plan-box .popular-badge .badge-content .badge-icon {
    width: 0.75rem;
    height: 0.75rem;
}
.plan-box .plan-content {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.plan-box .plan-content .plan-header {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
}
.plan-box .plan-content .plan-header .plan-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background-color: #fed7aa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.plan-box .plan-content .plan-header .plan-icon .icon {
    width: 1.5rem;
    height: 1.5rem;
    color: #000;
}
.plan-box .plan-content .plan-header .plan-info {
    flex: 1;
}
.plan-box .plan-content .plan-header .plan-info .plan-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 0.25rem 0;
}
.plan-box .plan-content .plan-header .plan-info .plan-description {
    color: #6b7280;
    font-size: 0.875rem;
    margin: 0;
}
.plan-box .pricing {
    margin-bottom: 1.25rem;
}
.plan-box .pricing .price-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem;
}
.plan-box .pricing .price-wrapper .price-amount {
    font-size: 3rem;
    font-weight: 700;
    color: #111827;
    line-height: 1;
}
.plan-box .pricing .price-wrapper .price-currency {
    color: #6b7280;
    font-size: 1.125rem;
}
.plan-box .pricing .price-period {
    color: #9ca3af;
    font-size: 0.875rem;
    text-align: center;
    margin: 0.75rem 0 0 0;
}
.plan-box .cta-btn {
    width: 100%;
    text-align: center;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    transition: all 0.2s;
    display: block;
    text-decoration: none;
    background-color: #fed7aa;
    color: #000;
}
.plan-box .cta-btn:hover {
    background-color: #fdba74;
}
.plan-box .features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
}
.plan-box .features-list .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}
.plan-box .features-list .feature-item .feature-icon {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 9999px;
    background-color: #fed7aa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.125rem;
}
.plan-box .features-list .feature-item .feature-icon svg {
    width: 0.875rem;
    height: 0.875rem;
    color: #000;
}
.plan-box .features-list .feature-item .feature-text {
    color: #4b5563;
    font-size: 0.875rem;
    line-height: 1.625;
}
.plan-box:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.plan-box.popular {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: none;
    border-top: 8px solid #000;
    transform: scale(1.05);
}
.plan-box.popular .cta-btn {
    background-color: #000;
    color: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.plan-box.popular .cta-btn:hover {
    background-color: #000;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.category-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 25px;
}
.category-card .category-title {
    font-size: 21px;
    font-weight: bold;
    color: #111827;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.category-card .category-title .category-icon {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #000 0%, #000 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    flex-shrink: 0;
}
.category-card .accordion {
    gap: 8px;
}
.category-card .accordion .accordion-item {
    border: 1px solid #e5e7eb !important;
    border-radius: 12px;
    margin-bottom: 8px;
    transition: border-color 0.3s ease;
    overflow: hidden;
}
.category-card .accordion .accordion-item .accordion-button {
    text-align: right;
    padding: 20px 24px;
    color: #111827;
    font-weight: 600;
    font-size: 17px;
    background-color: #fff;
    border: none;
}
.category-card .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #111827;
    box-shadow: none;
}
.category-card
    .accordion
    .accordion-item
    .accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(48%) sepia(89%) saturate(2909%)
        hue-rotate(7deg) brightness(98%) contrast(101%);
}
.category-card .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0);
}
.category-card .accordion .accordion-item .accordion-button::after {
    margin-inline-start: auto;
    margin-inline-end: 0;
}
.category-card .accordion .accordion-item .accordion-body {
    padding: 20px 24px;
    color: #4b5563;
    line-height: 1.6;
    font-size: 16px;
}
.category-card .accordion .accordion-item:hover {
    border-color: #fed7aa;
}
.box-contact-cta {
    margin-top: 64px;
    text-align: center;
    background: linear-gradient(to left, #ffeedd, #fed7aa);
    border-radius: 24px;
    padding: 35px;
}
.box-contact-cta .title {
    font-size: 30px;
    font-weight: bold;
    color: #111827;
    margin-bottom: 16px;
}
.box-contact-cta .des {
    color: #374151;
    margin-bottom: 24px;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}
.box-contact-cta .cta-button {
    display: inline-block;
    background: linear-gradient(to left, #000, #000);
    color: #fff;
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.box-contact-cta .cta-button:hover {
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
    color: #fff;
    text-decoration: none;
}
.main-select {
    border-radius: 4px;
    padding: 0.2rem;
    font-size: 13px;
    transition: 300ms;
    border: 1px solid #ddd;
}
.main-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    outline: none;
}
.main-footer {
    background-color: #000;
    color: #fff;
    border-top: 1px solid #1f2937;
}
.main-footer .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}
@media (max-width: 767.98px) {
    .main-footer .footer-content {
        flex-direction: column;
        text-align: center;
    }
}
.main-footer .footer-content .footer-logo {
    flex-shrink: 0;
}
.main-footer .footer-content .footer-logo .logo-image {
    width: 120px;
    height: 120px;
    transition: transform 0.3s ease;
}
.main-footer .footer-content .footer-logo .logo-image:hover {
    transform: scale(1.05);
}
.main-footer .footer-content .footer-nav {
    flex: 1;
}
.main-footer .footer-content .footer-nav .nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    font-weight: 500;
    font-size: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-footer .footer-content .footer-nav .nav-list .nav-link {
    color: #d1d5db;
    text-decoration: none;
    transition: color 0.3s ease;
}
.main-footer .footer-content .footer-nav .nav-list .nav-link:hover {
    color: var(--color-primary, #000);
}
.main-footer .footer-content .footer-social {
    flex-shrink: 0;
}
.main-footer .footer-content .footer-social .social-list {
    display: flex;
    gap: 0.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-footer .footer-content .footer-social .social-list .social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.main-footer .footer-content .footer-social .social-list .social-link svg {
    width: 20px;
    height: 20px;
}
.main-footer
    .footer-content
    .footer-social
    .social-list
    .social-link.twitter:hover {
    background-color: #000;
    color: #fff;
}
.main-footer
    .footer-content
    .footer-social
    .social-list
    .social-link.youtube:hover {
    background-color: #dc2626;
    color: #fff;
}
.main-footer
    .footer-content
    .footer-social
    .social-list
    .social-link.instagram:hover {
    background-color: #db2777;
    color: #fff;
}
.main-footer
    .footer-content
    .footer-social
    .social-list
    .social-link.whatsapp:hover {
    background-color: #22c55e;
    color: #fff;
}
.main-footer
    .footer-content
    .footer-social
    .social-list
    .social-link.snapchat:hover {
    background-color: #facc15;
    color: #000;
}
.main-footer .footer-content .footer-social .social-list .social-link:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
}
.main-footer .footer-bottom {
    border-top: 1px solid #1f2937;
    padding-top: 1.5rem;
}
.main-footer .footer-bottom .copyright {
    text-align: center;
}
.main-footer .footer-bottom .copyright p {
    font-size: 0.875rem;
    color: #9ca3af;
    margin: 0;
}
.main-footer .footer-bottom .team-link {
    color: var(--color-primary, #000);
    margin: 0 0.25rem;
    font-weight: 600;
    text-decoration: none;
}
.main-footer .footer-bottom .team-link:hover {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .main-footer .nav-list {
        gap: 1rem;
        font-size: 0.875rem;
    }
    .main-footer .logo-image {
        width: 100px;
        height: 100px;
    }
}
