/***************** Start Login Page ******************/
.login-modern {
    min-height: 100vh;
    background: linear-gradient(135deg, #6a7cff 0%, #4f4fcf 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-modern .handshake {}

.login-modern h3 {
    color: #fff;
}

/* ===================== Login Page Custom Styles ===================== */
.login-modern .card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(80, 80, 160, 0.10);
}

.login-modern .bg-white {
    background: #fff !important;
}

.login-modern .form-control {
    background: #f6f7fb;
    border: none;
    border-radius: 8px;
    font-size: 1.05rem;
    color: #222;
    box-shadow: none;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.login-modern .form-control:focus {
    background: #f0f2fa;
    box-shadow: 0 0 0 2px #6a7cff33;
    border: none;
}

.login-modern .position-relative .input-icon,
.login-modern .position-relative span.d-flex.align-items-center {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 100%;
    border-left: 1px solid #e0e0e0;
    padding-left: 12px;
    display: flex;
    align-items: center;
}

.login-modern .position-relative img {
    width: 17px;
    filter: grayscale(1) brightness(1.2);
    opacity: 0.7;
    color: #ccc;
}

.login-modern .btn-primary,
.login-modern .btn-main {
    background: #6a7cff;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    transition: background 0.2s;
}

.login-modern .btn-primary:hover,
.login-modern .btn-main:hover {
    background: #4f4fcf;
}

.login-modern .btn-outline-secondary {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #222;
    font-weight: 600;
    font-size: 1.1rem;
    transition: border 0.2s, color 0.2s;
}

.login-modern .btn-outline-secondary:hover {
    border: 1px solid #6a7cff;
    color: #6a7cff;
}

.login-modern .form-check-input {
    accent-color: #6a7cff;
    width: 1.1em;
    height: 1.1em;
    margin-top: 0.1em;
    cursor: pointer;
    border-radius: 50%;
}

.login-modern .form-check-label {
    color: #6a7cff;
    font-weight: 500;
    font-size: 0.98rem;
    margin-right: 0.3em;
    cursor: pointer;
}

.login-modern .text-main {
    color: #3C3C3C !important;
    text-decoration: none !important;
}

.login-modern .handshake {}

.login-modern .have-account a.link {
    color: #6a7cff;
    font-weight: 500;
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .login-modern .card {
        flex-direction: column !important;
    }

    .login-modern .col-md-6 {
        width: 100% !important;
        max-width: 100%;
    }
}

/* ===================== Hero Section Custom Styles ===================== */
.hero-custom {
    background: #f7f8fa;
    padding: 60px 0 40px 0;
    min-height: 420px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e7ef;
}

.hero-custom-img {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.hero-custom-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #222;
    line-height: 1.3;
    margin-bottom: 1rem;
    text-align: right;
}

.hero-custom-title span {
    display: inline-block;
}

.hero-custom-highlight {
    color: #6a7cff;
    font-weight: 900;
    font-size: 2.6rem;
    margin-right: 8px;
}

.hero-custom-desc {
    color: #6b6b6b;
    font-size: 1.15rem;
    line-height: 2.1;
    margin-bottom: 2rem;
    text-align: right;
}

.hero-custom-btn {
    background: #6a7cff;
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 12px 38px;
    box-shadow: 0 2px 8px #6a7cff22;
    transition: background 0.2s;
    border: none;
    text-decoration: none;
    display: inline-block;
}

.hero-custom-btn:hover {
    background: #4f4fcf;
    color: #fff;
}

@media (max-width: 991.98px) {
    .hero-custom {
        padding: 40px 0 20px 0;
        min-height: unset;
    }

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

    .hero-custom-img {
        max-width: 320px;
    }
}

@media (max-width: 575.98px) {
    .hero-custom-title, .hero-custom-highlight {
        font-size: 1.3rem;
    }

    .hero-custom-img {
        max-width: 220px;
    }

    .hero-custom {
        padding: 20px 0 10px 0;
    }
}

/* ===================== Why Choose Us Custom Section ===================== */
.choose-us-section.custom-why-choose {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.choose-us-section .section-heading {
    margin-bottom: 48px;
}

.choose-box {
    background: #fff;
    /* border-radius: 24px; */
    box-shadow: 0 4px 24px 0 rgba(106, 124, 255, 0.08);
    padding: 40px 28px 32px 28px;
    transition: box-shadow 0.2s, border 0.2s;
    border-bottom: 5px solid transparent;
    min-height: 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.choose-box__icon {
    margin-bottom: 18px;
}

.choose-icon-img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 0;
}

.choose-box__title {
    color: #6a7cff;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 16px;
}

.choose-box__desc {
    color: #555;
    font-size: 1.13rem;
    line-height: 2.1;
    font-weight: 400;
}

.choose-box--active {
    border-bottom: 5px solid #6a7cff;
    box-shadow: 0 8px 32px 0 rgba(106, 124, 255, 0.13);
    background: #f7f8ff;
    position: relative;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .choose-box {
        min-height: 320px;
        padding: 32px 16px 24px 16px;
    }

    .choose-icon-img {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 575.98px) {
    .choose-box {
        min-height: 0;
        padding: 20px 8px 16px 8px;
    }

    .choose-icon-img {
        width: 54px;
        height: 54px;
    }

    .choose-box__title {
        font-size: 1.1rem;
    }

    .choose-box__desc {
        font-size: 0.98rem;
    }
}

/* خدمات - تصميم بطاقات الخدمات */
.services-section {
    background: #fff;
}

.services-header {
    border-bottom: 2px solid #e5e7ef;
    padding-bottom: 8px;
    margin-bottom: 32px;
}

.services-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: #222;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
}

.services-title:before {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #6a7cff;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 4px;
    border-radius: 2px;
}

.service-card {
    background: #f8fafd;
    border-radius: 18px;
    box-shadow: 0 10px 18px #6a7cff33;
    padding: 32px 12px 20px 12px;
    transition: box-shadow 0.2s, transform 0.2s;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.service-card:hover {
    box-shadow: 0 8px 32px #6a7cff22;
    transform: translateY(-4px) scale(1.03);
}

.service-card__icon {
    margin-bottom: 12px;
}

.service-icon-img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 0;
}

.service-card__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #444;
    margin-bottom: 12px;
}

.service-card__btn {
    color: #6a7cff;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.2s;
    display: inline-block;
}

.service-card__btn:hover {
    color: #4f4fcf;
    text-decoration: none;
}

.services-title-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.services-title-line {
    height: 2px;
    background: #bfc6f7;
    border-radius: 2px;
    min-width: 70px;
    flex-grow: 1;
    opacity: 0.7;
}

.services-title-text {
    font-size: 1.15rem;
    font-weight: 800;
    color: #222;
    letter-spacing: 0.5px;
    background: #fff;
    padding: 0 12px;
    position: relative;
    z-index: 2;
}

@media (max-width: 575.98px) {
    .services-title-line {
        min-width: 30px;
    }

    .services-title-text {
        font-size: 1rem;
        padding: 0 6px;
    }
}

/* ===================== Most Requested Services Section ===================== */
.most-ordered-section {
    background: #fff;
}

.most-ordered-title-bar {
    margin-bottom: 8px;
}

.most-ordered-title-line {
    height: 2px;
    background: #bfc6f7;
    max-width: 120px;
}

.most-ordered-title-text {
    font-size: 1.15rem;
    font-weight: bold;
    color: #222;
}

.most-ordered-desc {
    color: #888;
    font-size: 1rem;
    margin-bottom: 24px;
}

.most-ordered-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 18px #6a7cff26;
    padding: 28px 16px 18px 16px;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s, transform 0.2s;
}

.most-ordered-card:hover {
    box-shadow: 0 8px 32px #6a7cff22;
    transform: translateY(-4px) scale(1.03);
}

.most-ordered-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 8px;
}

.most-ordered-title {
    font-size: 1.08rem;
    font-weight: 700;
    color: #444;
    margin-bottom: 6px;
}

.most-ordered-title a {
    color: #444;
    text-decoration: none;
}

.most-ordered-desc-card {
    color: #888;
    font-size: 0.98rem;
    margin-bottom: 8px;
}

.most-ordered-rating {
    color: #444;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.most-ordered-rating .stars i {
    font-size: 1rem;
}

.most-ordered-price {
    color: #222;
    font-size: 1rem;
    font-weight: 600;
}

/* ===================== FAQ Section ===================== */
.faq-section {
    background: #fff;
}

.faq-title-bar {
    margin-bottom: 8px;
}

.faq-title-line {
    height: 2px;
    background: #bfc6f7;
    max-width: 120px;
}

.faq-title-text {
    font-size: 1.15rem;
    font-weight: bold;
    color: #222;
}

.faq-desc {
    color: #888;
    font-size: 1rem;
    margin-bottom: 24px;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #f8fafd;
    border-radius: 12px;
    padding: 5px 18px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px #6a7cff0d;
}

.faq-q {
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
    font-size: 1.05rem;
}

.faq-a {
    color: #555;
    font-size: 0.98rem;
}

/* SwiperJS styles for most-ordered slider */
.most-ordered-slider .swiper {
    padding-bottom: 32px;
}

.most-ordered-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    color: #6a7cff;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px #6a7cff22;
    width: 38px !important;
    height: 38px !important;
    top: 45%;
    transition: background 0.2s;
    border: 1px solid;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #f2f4ff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: .8rem !important;
    font-weight: bold;
}

/* Accordion FAQ custom style */
.faq-list .accordion-item {
    border: none;
    background: #f8fafd;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px #6a7cff0d;
}

.faq-list .accordion-button {
    background: none;
    border: none;
    box-shadow: none;
    font-weight: 700;
    color: #222;
    font-size: 1.05rem;
    border-radius: 12px;
    padding: 18px 20px;
    transition: background 0.2s;
}

.faq-list .accordion-button:not(.collapsed) {
    background: #e9edfa;
    color: #6a7cff;
}

.faq-list .accordion-body {
    background: none;
    padding: 12px 20px 18px 20px;
    color: #555;
    font-size: 0.98rem;
}

.faq-list .accordion-button:after {
    margin-left: auto;
    margin-right: 0;
}

@media (max-width: 575.98px) {

    .most-ordered-slider .swiper-button-next,
    .most-ordered-slider .swiper-button-prev {
        width: 28px;
        height: 28px;
    }

    .faq-list .accordion-button {

        padding: 7px 0px;
        font-size: 14px;
        text-align: right;
        line-height: 1.7;
    }

    .faq-list .accordion-body {
        padding: 8px 8px 12px 8px;
    }

    .accordion-button::after {
        left: -10px;
    }
}

/*********** Start Category Details ************/
.breadcrumb {
    padding: 0;
}

.breadcrumb .breadcrumb-item {
    font-size: 1.2rem;
    color: #8e8989 !important;
}

.breadcrumb i {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 7px;
    color: #8e8989;
    font-size: 13px;
}

.breadcrumb .breadcrumb-item.active {
    color: #6a7cff !important;

}

/**************************** Start Customer Reviews **************/

.customer-reviews-swiper h5 {
    font-size: 18px;
}

.customer-reviews-swiper .comment {
    font-size: 18px;
    line-height: 2
}

.customer-reviews-swiper .fa-star {
    color: #ffc107;
    font-size: 17px;
}

/**************************** End Customer Reviews **************/
/*************************** Start Product Details **************/
.product-details {}

.product-details .product-details__thumb {
    margin: 10px;
    padding: 10px;
}

.product-details .product-details__thumb img {
    box-shadow: 0px 0px 16px rgba(171, 190, 209, 0.40);
    border-radius: 5px;
}

.product-details .product-details-section {}

.product-details .product-details-section .tab-bordered {
    gap: 0;
}

.product-details .product-details-section .tab-bordered .nav-link {
    background-color: #5D5FED;
    color: #fff !important;
    padding-bottom: 0;
    padding: 12px 25px;
    padding-bottom: 12px !important;
    border-bottom: 0;
    border-radius: 0;
}

.product-details .product-details-section .tab-bordered .nav-link i {
    margin-left: 10px;
}

.product-details .product-details-section .tab-bordered .nav-link.active {
    background-color: transparent;
    color: #5D5FED !important;
    border-bottom: none;
}

.product-details .product-details-section .tab-content .product-title {
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-details .product-details-section .tab-content .stars {
    margin-bottom: 20px;
}

.product-details .product-details-section .tab-content .star-rating .fa-star {
    font-size: 14px;
}

.product-details .product-details-section .tab-content label {
    font-size: 16px !important;
    color: #202020;
}

.product-details .product-details-section .tab-content form input {
    background-color: #fff !important;
}

.product-details .product-details-section .tab-content form select {
    background-color: #fff !important;
}

.product-details .product-details-section .tab-content .select-has-icon::before {
    left: 20px;
    right: auto;
}

.product-details .product-details-section .product-reviews {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}

.product-details .product-details-section .review-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.product-details .product-details-section .review-item:last-child {
    border-bottom: none;
}

.product-details .product-details-section .reviewer-name {
    font-weight: 600;
    margin-bottom: 5px;
}

.product-details .product-details-section .review-stars {
    color: #ffc107;
}

.product-details .product-details-section .review-rating {
    color: #23B120;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-details .product-details-section .review-rating .btn-success {
    background-color: #23B120 !important;
    border-color: #23B120 !important;
    padding: 7px 15px !important;
    border-radius: 5px;
}

.product-details .product-details-section .review-time {
    font-size: 0.9em;
    text-align: center;
}

.product-details .success-purches {
    background-color: #00AAD1;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 14px;
}

.product-details .success-purches h4 {
    color: #fff;
    font-size: 20px;
    padding-top: 10px;

}

.product-details .success-purches .bi-x-square {
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #049dc2;
    line-height: 46px;
    text-align: center;
}

.product-details .success-purches ul {
    line-height: 2;
}

.product-details .success-purches ul li {}

.product-details .success-purches ul li span {}

/*************************** End Product Details **************/
/*********************** Start User Dashboard **************/
/* ======================== Dashboard Cards Section ===================== */
.dashboard-cards-section {
    padding: 20px 0;
    background: #fff;
    margin-bottom: 30px;
}

.dashboard-cards-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.dashboard-card-item {
    background: #F8F9FD;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    min-height: 160px;
    display: flex;
    transition: all 0.3s ease;
    justify-content: space-between;
    align-items: center;
    border-bottom: 6px solid #6a7cff;
}

.dashboard-card-item:hover {
    transform: translateY(-5px);
}

.dashboard-card-item.active {
    background: #6A7CFF;
}


.dashboard-card-info {
    position: relative;
    z-index: 2;
    text-align: center;
}

.dashboard-card-item .dashboard-card-info .bi-arrow-left {
    color: #fff;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    line-height: 33px;
    font-weight: bold;
    background: #5557CC;
    margin-top: 10px;
}

.dashboard-card-item .dashboard-card-info .bi-plus {
    color: #5557CC;
    border: 1px solid #5557CC;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    line-height: 33px;
    font-weight: bold;

    margin-bottom: 10px;
    font-size: 20px;
}

.dashboard-card-value {
    font-size: 28px;
    font-weight: 700;
    color: #6A7CFF;
    margin-bottom: 5px;
    direction: rtl;
}

.dashboard-card-item.active .dashboard-card-value {
    color: #fff;
}

.dashboard-card-label {
    font-size: 18px;
    color: #6A7CFF;
    font-weight: 500;
}

.dashboard-card-item.active .dashboard-card-label {
    color: #fff;
}

.dashboard-card-icon {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
}

.dashboard-card-icon-plus {
    font-size: 24px;
    color: #6A7CFF;
}

.dashboard-card-icon-currency {
    font-size: 20px;
    color: #6A7CFF;
}

.dashboard-card-item.active .dashboard-card-icon-currency {
    color: #fff;
}

.dashboard-card-img {
    position: absolute;
    right: 0px;
    bottom: 20px;
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.dashboard-card-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-size: cover;
    background-position: center;
}

@media (max-width: 991px) {
    .dashboard-cards-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .dashboard-cards-row {
        grid-template-columns: 1fr;
    }

    .dashboard-card-item {
        min-height: 120px;
    }

    .dashboard-card-value {
        font-size: 24px;
    }

    .dashboard-card-label {
        font-size: 16px;
    }

    .dashboard-card-img {
        width: 60px;
        height: 60px;
    }
}

.tab-bordered .nav-link {
    background-color: transparent;
    padding: 0;
    font-size: 14px;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    background: #F3F3F3;
    padding-bottom: 0 !important;
    padding: 10px 30px !important;
    color: #5D5FED !important;
    border-radius: 5px;
    margin-bottom: 10px;
}

.tab-bordered .nav-link.active {
    background-color: #5D5FED;
    color: #fff !important;
    font-weight: 600;
    border-color: #5D5FED !important;
}

/* ======================== Navigation Tabs ===================== */
.nav.tab-bordered {
    display: flex;
    gap: 50px;
    border-bottom: none;
    position: relative;
    margin-top: 20px;
    justify-content: center;
}

.nav.tab-bordered {
    display: flex;
    gap: 10px; /* Reduced gap for small screens */
    border-bottom: none;
    position: relative;
    margin-top: 20px;
    justify-content: flex-start; /* Align items to start for scrolling */
    overflow-x: auto; /* Enable horizontal scrolling */
    flex-wrap: nowrap; /* Prevent wrapping to keep items side by side */
    scroll-behavior: smooth; /* Smooth scrolling behavior */
    padding-bottom: 10px; /* Add padding to avoid scrollbar overlap */
    white-space: nowrap; /* Ensure text doesn't wrap */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS devices */
}

@media (max-width: 991px) {
    .nav.tab-bordered {
        gap: 8px; /* Further reduce gap for small screens */
        padding: 0 15px; /* Add padding for better touch area */
    }

    .nav.tab-bordered .nav-item {
        flex: 0 0 auto; /* Prevent items from shrinking */
    }

    .nav.tab-bordered .nav-link {
        font-size: 14px; /* Slightly smaller font for small screens */
        padding: 8px 10px; /* Adjust padding for better fit */
    }

    /* Hide scrollbar for aesthetics but keep functionality */
    .nav.tab-bordered::-webkit-scrollbar {
        display: none; /* Hide scrollbar in WebKit browsers */
    }

    .nav.tab-bordered {
        -ms-overflow-style: none; /* Hide scrollbar in Edge */
        scrollbar-width: none; /* Hide scrollbar in Firefox */
    }
}

@media(max-width:991px){
    .nav.tab-bordered {
        gap: 10px;
    }
}
.nav.tab-bordered .nav-item {
    margin: 0;
}

.nav.tab-bordered .nav-link {
    border: none;
    color: #666;
    font-size: 16px;
    padding: 10px 5px;
    font-weight: 500;
    position: relative;
    background: transparent;
    transition: color 0.3s ease;
    background-color: #F3F3F3;
}

.nav.tab-bordered .nav-link i {
    margin-left: 10px;
}

.nav.tab-bordered .nav-link:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
    border-radius: 4px 4px 0 0;
    transition: all 0.3s ease;
}

.nav.tab-bordered .nav-link.active {
    color: #fff;
    background: #5D5FED;
}

.nav.tab-bordered .nav-link.active:after {
    background: #5D5FED;
}

.nav.tab-bordered .nav-link:hover {
    color: #5D5FED;
}

/* مؤشر السهم تحت التاب النشط */
.nav.tab-bordered .nav-link.active:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #5D5FED;
}

.no-orders .btn {
    background-color: #5557CC;
    padding: 10px 30px;
}

.no-orders .btn i,
.no_tickets .btn i {

    font-size: 15px;
    color: #fff;
}

.tickets_page .tickets .no_tickets a {
    width: auto;
}

.no-orders h6 {
    margin-top: 35px;
}

.no-orders button {
    background-color: #5557CC;
    padding: 10px 30px;
    border-radius: 10px;
}

/* ======================== Settings Card Styles ===================== */
.settings-card {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.settings-card-header {
    padding: 20px 30px;
    border-bottom: 1px solid #eee;
}

.settings-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-align: center;
}

.settings-card-body {
    padding: 30px;
}

.settings-form {
    width: 100%;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 30px;
}

.form-group {
    position: relative;
    margin-bottom: 24px;
}

.form-group-header label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.form-control,
.form-select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    /* background: #f8f9fd; */
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #6a7cff;
    box-shadow: 0 0 0 3px rgba(106, 124, 255, 0.1);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 30px;
}

.password-form .form-grid {
    grid-template-columns: repeat(1, 1fr);
}

.form-group.full-width {
    grid-column: span 2;
}

.position-relative {
    position: relative;
}

.input-icon {
    position: absolute;
    right: auto;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6a7cff;
    cursor: pointer;
    transition: color 0.2s;
}

.input-icon:hover {
    color: #4f4fcf;
}

.btn-save {
    background: #6a7cff;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-save:hover {
    background: #5567ee;
    transform: translateY(-1px);
}

.btn-save i {
    font-size: 18px;
}

/* Password Section Styles */
.password-section {
    margin-top: 20px;
}

.password-form-group {
    position: relative;
    margin-bottom: 20px;
}

.password-form .form-group {
    margin-bottom: 0;
}

.password-form-group .form-control {
    padding-left: 40px;
    background: #f8f9fd;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    height: 48px;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
}

.password-form-group .form-control:focus {
    border-color: #6a7cff;
    box-shadow: 0 0 0 3px rgba(106, 124, 255, 0.1);
}

.password-form-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6a7cff;
    font-size: 18px;
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    cursor: pointer;
    transition: color 0.3s ease;
}

.password-toggle:hover {
    color: #6a7cff;
}

.password-rules {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
}

.password-rules ul {
    list-style: none;
    padding-left: 0;
    margin: 5px 0;
}

.password-rules li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 4px;
}

.password-rules li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #6a7cff;
    font-size: 16px;
}

@media (max-width: 768px) {
    .password-form-group .form-control {
        height: 44px;
    }

    .password-rules {
        font-size: 12px;
    }
}


.form-group input#confirm-password {
    padding-right: 16px !important;
}


.review_order_button {
    color: #5d5fed !important;
    border: 1px solid;
    border-radius: 23px;
    padding: 8px 20px;
}

.review_order_success {
    color: #198753 !important;
    border: 1px solid #198753 !important;
    border-radius: 23px;
    padding: 8px 20px;
    cursor: auto;
}


.modal-footer {
    display: flex;
    justify-content: space-between;
}

.modal-footer button {
    width: 48%;
    border-radius: 2px;
}

.modal-footer .btn-primary {
    background-color: #5c5eeb;
}



.table .table-primary-custome th {
    background-color: #5c5eeb;
    color: #fff;
}

.table {
    min-width: max-content;
    text-align: center;
}

.table thead th {
    padding: 11px;
    text-align: center;
}

.table tr th {
    padding-left: 0;
    padding: 20px 16px;
}

/******************** Start Payment Methods Page *******************/
.payment-methods .data {
    background-color: #FAFAFA;
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.payment-methods .data h2 {
    text-align: right;
    font-size: 18px;
    padding-bottom: 12px;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}

.payment-methods .data .payment-option {
    border: 2px solid #ddd;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    transition: all 0.3s;
}

.payment-methods .data .payment-option.active {
    border-color: #007bff;
    background-color: #f0f8ff;
}

.payment-methods .data .payment-option input {
    margin-left: 10px;
}

.payment-methods .data .payment-option img {
    height: 25px;
}

.payment-methods .data .recharge-box {
    background: #e6e6fa;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.payment-methods .data .recharge-box input {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.payment-methods .data .recharge-box button {
    width: 20%;
    background: #5a60ea;
    color: white;
    padding: 12px;
    margin-top: 15px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.payment-methods .data .summary {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    width: 40%;
}

@media (max-width: 991px) {
    .payment-methods .data .summary {
        width: 100%;
    }
}

.payment-methods .data .summary div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
}

.payment-methods .data .summary .total {
    font-weight: bold;
    color: #007bff;
}

.payment-methods .data .note {
    font-size: 14px;
    color: #777;
    text-align: right;
    margin-top: 20px;
}

.payment-methods .data .notes {
    width: 100%;
    border-top: 0;
    padding: 10px;
}

.payment-methods .data .notes ul {
    list-style: disc;
}

.payment-methods .data .notes ul li {
    margin-bottom: 10px;
}

.payment-methods .payment-buttom {
    width: 20%;
    background: #5a60ea;
    color: white;
    padding: 15px;
    margin-top: 15px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.add-new-balance {
    text-align: left;
}

.add-new-balance .add-new-balance-buttom {
    border-radius: 5px !important;
    background: #5c5eeb;
    color: #fff;
    padding: 10px;
    margin-bottom: 5px;
}

/******************** End Payment Methods Page **********************/

/******************* Start Notification Section **********************/
.notification-section {}

.notification-section h5 {
    text-align: right;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.notification-section .notifications-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.notification-section .notifications-header .right-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.notification-section .notifications-header .left-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.notification-section .notifications-header .right-section a {
    text-align: right;
    font-size: 16px;
    color: #A1A1A1;
    text-decoration: none;
}

.notification-section .notifications-header .right-section a.active,
.notification-section .notifications-header .right-section a:hover {
    color: #000;
}

.notification-section .notifications-header .left-section a {
    text-align: right;
    font-size: 16px;
    color: #5D5FED;
    text-decoration: none;
    font-weight: bold;
}

.notification-section .notifications-header .left-section a.active,
.notification-section .notifications-header .left-section a:hover {
    color: #000;
}

.notification-section .notifications-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding: 15px 3px;
    border-radius: 10px;
}

.notification-section .notifications-body.no-read,
.notification-section .notifications-body:hover {
    background: #476CFF0A;
}

.notification-section .notifications-body i {
    background: #F2F5F8;
    font-size: 15px;
    color: #5D5FED;
    width: 25px;
    display: inline-block;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}

.notification-section .notifications-body h3 {
    text-align: right;
    font-size: 18px;
    margin: 0;
    color: #393939;

}

.notification-section .notifications-body p {
    text-align: right;
    color: #2e2e2e;
}

.notification-section .notifications-body span {
    text-align: right;
    color: #777777;
}

/********************** End Notification Section **********************/

/******************* Start Tickets Section **********************/
.ticket-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.ticket-header h2 {
    text-align: right;
    font-size: 20px;
    margin: 0;
    color: #393939;
}

.ticket-header a {
    text-align: right;
    font-size: 16px;
    color: #5D5FED;
    text-decoration: none;
    border: 1px solid #5D5FED;
    border-radius: 7px;
    padding: 8px 12px;
}

.add-support-section {}

.add-support-section .support-type {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.add-support-section .support-type input {
    opacity: 0;

}

.add-support-section .support-type input:checked {
    background-color: #5D5FED;

}

.add-support-section .support-type label {
    background-color: #F3F3F3;
    padding: 7px 20px;
    border-radius: 7px;
    color: #5D5FED;
    cursor: pointer;
}

.add-support-section .support-type input:checked+label {
    color: #fff;
    background-color: #5D5FED;
}

.add-support-section input,
.add-support-section textarea {
    background-color: #28356A0A !important;
    border-color: #28356A0A !important;
}

.send-ticket,
.send-ticket:hover {
    background-color: #5D5FED;
    border-radius: 7px;
    padding: 13px 12px;
    width: 150px;
}

.index-ticket-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-ticket-header h2 {
    text-align: right;
    font-size: 20px;
    margin: 0;
    color: #393939;
}

.index-ticket-header a,
.index-ticket-header a:hover {
    border-radius: 5px !important;
    background: #5c5eeb;
    color: #fff;
    padding: 10px;
    margin-bottom: 5px;
}

.index-ticket-header a i {
    margin: 5px;
    font-weight: bold;
}

.messages-container {}

.messages-container .messages-headline {}

.messages-container .messages-headline h4 {
    font-size: 20px;
    margin: 0;
    color: #252525;
    margin-bottom: 11px;
}

/****************************** Start Chat Design **********************/

.message-plunch.me .dash-msg-text {
    background-color: #5D5FED;
    color: #fff;
    border-radius: 10px 0px 10px 10px;
}

.message-plunch.me .dash-msg-text h6 {
    color: #fff;
    margin: 3px;
}

.message-plunch .dash-msg-text h6 {
    margin: 3px;
}

.message-plunch.me .dash-msg-text span {
    color: #c5c5c5;
    margin: 3px;
    font-size: 12px;
}

.message-plunch.me .dash-msg-text p {
    color: #fff;
    margin: 3px;
}

.message-plunch .dash-msg-text {
    margin-left: 70px;
    background-color: #f4f5f7;
    border-radius: 4px;
    padding: 7px 20px;
    position: relative;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 0px 20px 20px 20px;
}

/****************************** End Chat Design ************************/
/********************* Start Instagrame Count Page **************/


.card-custom-insta {
    /* max-width: 500px; */
    margin: 50px auto;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgb(0 0 0 / 0.10) !important;
    background: #fff;
    padding: 2rem 2.5rem 3rem;
    position: relative;
    max-width: 80%;
}

.card-custom-insta h4 {
    font-weight: 600;
    font-size: 1.375rem;
    margin-bottom: 1.5rem;
    color: #454545;
    text-align: center;
}

.card-custom-insta .divider {
    border-top: 1px solid #d1d5db;
    margin-bottom: 2rem;
}

.card-custom-insta .icon-center {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    margin-top: 10rem;
}

.card-custom-insta .icon-center img {
    width: 80px;
}

.card-custom-insta .icon-center img {
    width: 72px;
    height: 72px;
    background: linear-gradient(135deg, #36c2ff 0%, #6f42c1 100%);
    border-radius: 18px 4px 18px 4px;
    padding: 12px 10px;
    fill: #fff;
    filter: drop-shadow(0 2px 8px #6480ef80);
    box-shadow:
        inset 8px 8px 15px rgb(255 255 255 / 0.7),
        inset -8px -8px 15px rgb(0 0 0 / 0.1);
    transition: transform 0.3s ease;
}

.card-custom-insta .icon-center svg:hover {
    transform: scale(1.1);
}

/* Instagram faded side icons */
.card-custom-insta .side-icon {
    position: absolute;
    top: 50%;
    height: 60px;
    /* filter: drop-shadow(0 0 6px #ff004399); */
    opacity: 0.4;
    transition: opacity 0.3s ease;
    user-select: none;
    pointer-events: none;
    /* background: linear-gradient(135deg, #ff8a00 0%, #e52e71 100%); */
    border-radius: 28% / 32%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* filter: blur(8px) brightness(0.75) opacity(0.15); */
}

.card-custom-insta .side-icon.left img,
.card-custom-insta .side-icon.right img {
    width: 120px;
}

.card-custom-insta .side-icon.left {
    left: 20%;
    transform: translateY(-170%) rotate(-12deg);
}

.card-custom-insta .side-icon.right {
    right: 20%;
    transform: translateY(-50%) rotate(12deg);
}

.card-custom-insta .form-label-custom {
    font-weight: 500;
    font-size: 1rem;
    color: #606060;
    margin-bottom: 0.4rem;
    border-top: 1px solid #e1e1e1;
    padding-top: 0.8rem;
}

.card-custom-insta .form-control-custom {
    border-radius: 12px;
    box-shadow:
        2px 2px 5px #d1d5db,
        inset 2px 2px 6px #f8f9fa;
    border: 1px solid #d1d5db;
    height: 50px;
    font-size: 0.9rem;
    color: #6b6b6b;
}

.card-custom-insta .form-control-custom::placeholder {
    color: #c7c7c7;
    font-weight: 400;
}

.card-custom-insta .btn-custom {
    background-color: #555fbd;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 12px 0;
    width: 100%;
    color: white;
    box-shadow: 0 7px 10px rgb(86 93 173 / 0.42);
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.card-custom-insta .btn-custom:hover {
    background-color: #424d99;
}

.card-custom-insta form {
    width: 60%;
    margin: auto;
    margin-top: 6em;
}

.card-custom-insta .user_image {
    width: 100%;
    margin: auto;
    text-align: center;
}

.card-custom-insta .user_image img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    border: 1px solid #fbfbfb;
    padding: 2px;
}

.card-custom-insta .user_profile {
    text-align: center;
    margin-top: 10px;
}

.card-custom-insta .user_profile .name {
    color: #5353b6;
    font-size: 20px;
    font-weight: bold;
}

.card-custom-insta .user_profile .username {
    font-size: 15px;
    color: #5f5d5d;
}

.card-custom-insta .counter-data {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.card-custom-insta .counter-data .followers {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    background: #F3F3F3;
    margin: 10px;
    border-radius: 10px;
    border-bottom: 3px solid #5353b6;
    padding: 15px;
}

.card-custom-insta .counter-data .followers img {
    width: 50px;
    height: 50px;
}

.card-custom-insta .counter-data .followers p {
    font-size: 18px;
    font-weight: bold;
    color: #5353b6;
    margin-top: 10px;
    margin-bottom: 0;
}

.card-custom-insta .counter-data .followers p:last-child {
    font-size: 15px;
    color: #5353b6;
    margin-top: 0;
}

/* Responsive scale for mobile */
@media (max-width: 576px) {
    .card-custom-insta {
        margin: 10px 5px;
        padding: 0.5rem 0.5rem 1rem;
        max-width: 100%;
    }

    .card-custom-insta .icon-center svg {
        width: 56px;
        height: 56px;
        padding: 10px 8px;
    }

    .card-custom-insta .side-icon.left {
        left: 0%;
    }

    .card-custom-insta .side-icon.right {
        right: 0%;
        transform: translateY(-80%) rotate(12deg);
    }

    .card-custom-insta .side-icon.left img, .card-custom-insta .side-icon.right img {
        width: 60px;
    }

    .card-custom-insta .icon-center {
        margin-top: 2rem;
    }

    .card-custom-insta .icon-center img {
        width: 55px;
        height: 55px;
    }

    .card-custom-insta .side-icon {}

    .card-custom-insta form {
        width: 100%;
    }
    .card-custom-insta .counter-data{
        flex-direction: column;
    }
    .card-custom-insta .counter-data .followers{
        width: 95%;
    }
    .card-custom-insta form{
        margin-top: 0;
    }
}


/************************ End Instagrame Count Page ******************/


/************* Start Blog Details ********************/

.blog-breadcrump{
    margin-top: 30px;
    background: #EFEFEF;
    padding: 10px;
    border-radius: 5px;
    padding: 10px 40px;
}
/**************** End Blog Details *****************/



.profile-image-container {
    position: relative;
}

.profile-image-container .edit-image-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.profile-image-container .edit-image-btn i{
    font-size: 15px;
    color: #fff;
    background: #5d5fed;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: inline-block;
    line-height: 30px;
}

.profile-image-container .edit-image-btn:hover {
    background-color: #f0f0f0;
    color: #007bff;
}

.profile-image-container .edit-image-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
}
