.desc p {
	margin-bottom: 10px;
}

.desc ul,
.desc ol {
    padding-left: 30px;
    margin: 15px 0;
}

.desc ul {
    list-style: disc !important;
}

.desc ol {
    list-style: decimal !important;
}

.desc ul li,
.desc ol li {
    display: list-item !important;
    margin-bottom: 8px;
    font-size: 18px;
}






.hero1-section-area .hero-header-area .header-auhtor-area .auhtor-image .content {
	padding-left: 0px;
}
.icons i{
	font-size: 20px;
}
.fixedheight img {
    height: 200px !important;
}
.fixedheightnew img{
    height: 300px !important;
}
.bg-gray {
    background-color: #f3f3f3;
}

.gallery-thumb {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 5px;
    transition: all .4s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    border: 1px solid #ccc;
}

.gallery-thumb:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
}

@media (max-width: 768px) {
    .gallery-thumb {
        height: auto;
    }
}




.purchase-box {
    max-width: 700px;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
    border: 1px solid #eee;
}

.purchase-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.purchase-subtitle {
    color: #666;
    margin: 8px 0 25px;
}

.service-option {
    margin-bottom: 15px;
}

.service-option label {
    display: block;
    cursor: pointer;
}

.service-option input {
    display: none;
}

.service-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border: 2px solid #e5e5e5;
    border-radius: 12px;
    transition: .3s;
}

.service-option input:checked + .service-content {
    border-color: #0d6efd;
    background: #f4f8ff;
}

.service-left h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.service-left span {
    color: #777;
    font-size: 14px;
}

.service-price {
    text-align: right;
}

.service-price strong {
    display: block;
    font-size: 22px;
    color: #0d6efd;
}

.service-price small {
    font-size: 14px;
    color: #777;
}

.total-box {
    margin-top: 25px;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
}

.total-row {
    margin: 8px 0;
    font-size: 16px;
}

.total-row strong {
    color: #198754;
}

.cart-btn {
    width: 100%;
    margin-top: 20px;
    border: 0;
    background: #0d6efd;
    color: #fff;
    padding: 16px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.cart-btn:hover {
    background: #0b5ed7;
}







.leftsidebarmenu {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
}

.leftsidebarmenu li {
    border-bottom: 1px solid #f1f1f1;
}

.leftsidebarmenu li:last-child {
    border-bottom: none;
}

.leftsidebarmenu li a {
    display: block;
    padding: 14px 20px;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.leftsidebarmenu li a:hover {
    background: #f8f9fa;
    color: #2ca2fc;
    padding-left: 25px;
}

.leftsidebarmenu li.active a {
    background: #2ca2fc;
    color: #fff;
    font-weight: 600;
}

.leftsidebarmenu li.active a:hover {
    background: #0069d9;
    color: #fff;
}
.insideform{
	border: 1px solid #e5e5e5;
	padding: 20px;
	border-radius: 10px;
	background-color:#fdfdfd;
}
.insideform label{
	font-weight: 500;
}





.cart-table{
    width:100%;
    border-collapse:collapse;
}

.cart-table th{
    background:#0d6efd;
    color:#fff;
    padding:15px;
}

.cart-table td{
    padding:15px;
    border-bottom:1px solid #ddd;
}

.cart-summary{
    margin-top:30px;
    background:#f8f9fa;
    padding:25px;
    border-radius:10px;
}


.checkout-btn{
    display:inline-block;
    background:#198754;
    color:#fff;
    text-decoration:none;
    padding:14px 30px;
    border-radius:8px;
    margin-top:20px;
}

.remove-btn{
    color:#dc3545;
    text-decoration:none;
}











.checkout-container{
    max-width:1200px;
    margin:40px auto;
}

.checkout-grid{
    display:grid;
    grid-template-columns: 2fr 1fr;
    gap:30px;
}

.checkout-box{
    background:#f1f1f1;
    border:1px solid #ddd;
    border-radius:10px;
    padding:20px;
}

.order-item{
    padding:12px 0;
    border-bottom:1px solid #eee;
}

.place-order-btn{
    width:100%;
    background:#198754;
    color:#fff;
    border:none;
    padding:15px;
    border-radius:6px;
    cursor:pointer;
    font-size:16px;
}

.summary-row{
    margin-bottom:10px;
}












.success-container{
    margin:10px auto;
}

.success-card{
    background:#fff;
    padding:20px;
    text-align:center;
    border:1px solid #ccc;
    border-radius: 5px;
    width: 800px;
    margin: 0 auto;
}

.success-icon{
    width:90px;
    height:90px;
    margin:auto;
    background:#28a745;
    color:#fff;
    border-radius:50%;
    font-size:50px;
    line-height:90px;
}

.success-title{
    margin-top:20px;
    font-size:32px;
    color:#28a745;
}

.success-message{
    color:#666;
}

.order-info{
    text-align:left;
    margin-top:30px;
    border-top:1px solid #e5dddd;
    padding-top:25px;

}

.order-row{
    display:flex;
    justify-content:space-between;
    padding:10px 0;
    border-bottom:1px solid #ccc;
}

.order-row span:first-child{
    font-weight:600;
}

.action-buttons{
    margin-top:30px;
}


.payment-pending{
    color:#dc3545;
    font-weight:bold;
}

.payment-paid{
    color:#198754;
    font-weight:bold;
}


.page-title{
    margin-bottom:25px;
}

.orders-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
}

.orders-table th{
    background:#0d6efd;
    color:#fff;
    padding:15px;
    text-align:left;
}

.orders-table td{
    padding:15px;
    border-bottom:1px solid #eee;
}

.orders-table tr:hover{
    background:#f8f9fa;
}

.badge{
    padding:6px 12px;
    border-radius:20px;
    font-size:12px;
    font-weight:600;
}

.badge-pending{
    background:#fff3cd;
    color:#856404;
}

.badge-paid{
    background:#d4edda;
    color:#155724;
}

.badge-processing{
    background:#cce5ff;
    color:#004085;
}

.badge-completed{
    background:#d4edda;
    color:#155724;
}

.badge-cancelled{
    background:#f8d7da;
    color:#721c24;
}

.btn-view{
    background:#0d6efd;
    color:#fff;
    text-decoration:none;
    padding:8px 15px;
    border-radius:5px;
}

.empty-orders{
    text-align:center;
    padding:50px;
    background:#f8f9fa;
    border-radius:10px;
}





.card{
    background:#fff;
    border-radius:5px;
    padding:25px;
    margin-bottom:10px;
}

.card-title{
    margin:0 0 20px;
    font-size:22px;
}

.info-row{
    display:flex;
    justify-content:space-between;
    padding:12px 0;
    border-bottom:1px solid #eee;
}

.info-row:last-child{
    border-bottom:none;
}

.order-table{
    width:100%;
    border-collapse:collapse;
}

.order-table th{
    background:#0d6efd;
    color:#fff;
    padding:12px;
    text-align:left;
}

.order-table td{
    padding:12px;
    border-bottom:1px solid #eee;
}

.badge{
    padding:6px 12px;
    border-radius:20px;
    font-size:12px;
    font-weight:bold;
}

.total-box{
    text-align:right;
    margin-top:20px;
}

.total-box h3{
    margin:8px 0;
}

.action-buttons{
    margin-top:20px;
}

@media print{
    .action-buttons{
        display:none;
    }
    .card{
        box-shadow:none;
        border:1px solid #ddd;
    }
}




.ticketstatusopen{
    display:inline-block;
    padding:6px 12px;
    background:#e8f8ee;
    color:#198754;
    border:1px solid #198754;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    line-height:1;
}

.ticketstatusclosed{
    display:inline-block;
    padding:6px 12px;
    background:#fdeaea;
    color:#dc3545;
    border:1px solid #dc3545;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    line-height:1;
}
.ticketpriorityhigh,
.ticketprioritymedium,
.ticketprioritylow{
    display:inline-block;
    padding:6px 12px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    line-height:1;
}

.ticketpriorityhigh{
    background:#fdeaea;
    color:#dc3545;
    border:1px solid #dc3545;
}

.ticketprioritymedium{
    background:#fff4db;
    color:#d97706;
    border:1px solid #d97706;
}

.ticketprioritylow{
    background:#e8f8ee;
    color:#198754;
    border:1px solid #198754;
}








.ticket-conversation{
    background:#e6ebf0;
    padding:15px;
    border-radius:10px;
}

.ticket-message{
    max-width:100%;
    margin-bottom:10px;
}

.ticket-message .message-header{
    margin-bottom:5px;
}

.ticket-message .name{
    font-weight:600;
    display:block;
    color:#222;
}

.ticket-message .time{
    font-size:12px;
    color:#888;
}

.ticket-message .message-body{
    padding:15px;
    border-radius:10px;
    line-height:1.6;
    word-break:break-word;
}

/* Customer */
.ticket-message.customer{
    margin-right:auto;
}

.ticket-message.customer .message-body{
    background:#ffffff;
    border:1px solid #e5e5e5;
}

/* Admin */
.ticket-message.admin{
    margin-left:auto;
    text-align:left;
}

.ticket-message.admin .message-body{
    background:#ffdcdc;
    color:#4d4d4d;
}
.ticket-info-bar{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    padding:15px 20px;
    margin-bottom:20px;
    background:#f8f9fa;
    border:1px solid #dee2e6;
    border-radius:8px;
}

.ticket-info-item{
    font-size:14px;
    color:#333;
}

.status-badge,
.priority-badge{
    display:inline-block;
    padding:4px 10px;
    border-radius:20px;
    font-size:12px;
    font-weight:600;
    margin-left:5px;
}



.leftsidebarmenu {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 15px;
    margin: 0 0 25px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
}
.leftsidebarmenu li a {
    display: block;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
    background: #2ca2fc;
    color: #fff;
    font-weight: 500;
}
.leftsidebarmenu li.active a,
.leftsidebarmenu li a:hover {
    background: #005395;
    color: #fff;
}



.policy-container{
    width:100%;
}

.policy-main-title{
    font-size:36px;
    font-weight:700;
    margin-bottom:15px;
}

.policy-updated{
    margin-bottom:25px;
    color:#666;
}

.policy-heading{
    font-size:20px;
    font-weight:600;
    margin-top:20px;
    margin-bottom:15px;
}

.policy-subheading{
    font-size:20px;
    font-weight:600;
    margin-top:20px;
    margin-bottom:10px;
}

.policy-paragraph{
    font-size:16px;
    line-height:1.8;
    color:#555;
    margin-bottom:15px;
}

.policy-list{
    list-style-type: disc !important;
    list-style-position: outside;
    margin: 0 0 20px 25px;
    padding-left: 20px;
}

.policy-list li{
    display: list-item !important;
    list-style-type: disc !important;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 8px;
}





.custom-testimonial-box{
    background:#ffffff;
    border-left:5px solid #2CA2FC;
    padding:25px;
    border-radius:10px;
    box-shadow:0 2px 15px rgba(0,0,0,0.08);
    transition:all 0.3s ease;
}

.custom-testimonial-box:hover{
    transform:translateY(-3px);
    box-shadow:0 5px 20px rgba(0,0,0,0.12);
}

.custom-testimonial-message{
    font-size:16px;
    line-height:1.8;
    color:#555;
    margin-bottom:20px;
    font-style:italic;
}

.custom-testimonial-author{
    border-top:1px solid #eee;
    padding-top:15px;
}

.custom-testimonial-name{
    font-size:18px;
    font-weight:700;
    color:#222;
    margin-bottom:3px;
}

.custom-testimonial-designation{
    font-size:14px;
    color:#777;
}









.ulclass ul,
.ulclass ol {
    margin: 0 0 15px 20px;
    padding-left: 20px;
}

.ulclass ul li,
.ulclass ol li {
    margin-bottom: 8px;
    line-height: 1.7;
	font-family: var(--ztc-family-font1);
	font-size: var(--ztc-font-size-font-s18);
	line-height: var(--ztc-font-size-font-s26);
	font-weight: var(--ztc-weight-medium);
	color: var(--ztc-text-text-4);
}

.ulclass ul li {
    list-style-type: disc;
}

.ulclass ol li {
    list-style-type: decimal;
}