/**
 * Premium Slider order form style sheet
 *
 * Contains styling specific to the Premium Slider order template.
 *
 * @project   WHMCS
 * @version   1.0
 * @author    WHMCS Limited <development@whmcs.com>
 * @copyright Copyright (c) WHMCS Limited 2005-2015
 * @license   http://www.whmcs.com/license/
 * @link      http://www.whmcs.com/
 */

div#order-premium_comparison {
    padding:0 0 0 0;
    margin:0 0 30px 0;
    height: 100%;
    width: 100%;
    line-height:18px;
    font-size:14px;
    color:#666666;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

/* Text Styling */

#order-premium_comparison a,
#order-premium_comparison a:hover,
#order-premium_comparison a:active,
#order-premium_comparison a:visited,
#order-premium_comparison a:link {
    outline:none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
#order-premium_comparison div,
#order-premium_comparison ul,
#order-premium_comparison li {
    padding:0 0 0 0;
    margin:0 0 0 0;
}

/* Headings */

#order-premium_comparison h1 {
}
#order-premium_comparison h2 {
}
#order-premium_comparison h3 {
    padding:0 0 10px 0;
    margin:0 0 15px 0;
    font-size:36px;
    line-height:1.3;
    font-weight:700;
    color:#0a2540;
    letter-spacing: -0.5px;
}
#order-premium_comparison h4 {
    padding:0;
    margin:10px 0;
    font-size:24px;
    color:#0a2540;
    font-weight:600;
}
#order-premium_comparison h5 {
    padding:0;
    margin:5px 0 25px;
    font-size:18px;
    color:#64748b;
    font-weight:400;
    line-height: 1.6;
}

#order-premium_comparison .txt-center {
    text-align:center;
}

#order-premium_comparison .alert {
    margin-top: 70px;
    padding: 15px;
}

#order-premium_comparison .main-container {
    padding:30px 2% 50px 2%;
    margin:0 auto;
    background: linear-gradient(to bottom, #f5f3ff00 0%, #ffffff00 100%);
}
#order-premium_comparison .main-container.price-01 {
    font-size:14px;
    line-height:17px;
}
#order-premium_comparison .main-container.price-01 h3,
#order-premium_comparison .main-container.price-01 h5 {
    font-weight:normal;
}

#order-premium_comparison .price-table-container {
    padding:30px 0 0 0;
    margin:0 0 0 0;
}
#order-premium_comparison .price-table-container ul {
    padding:0;
    margin:0;
    list-style:none;
    text-align:center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
#order-premium_comparison .price-table-container ul li {
    padding:0;
    margin:0;
    display: block;
    flex: 1 1 auto;
    min-width: 220px;
    max-width: 280px;
    background: none;
}

#order-premium_comparison .price-table-container ul li:nth-child(1) .price-table {
    border: 1px solid #f5f3ff;
}
#order-premium_comparison .price-table-container ul li:nth-child(1) .price-table:hover {
    border-color: #e9d5ff;
    box-shadow: 0 8px 25px rgba(124, 58, 237, 0.08);
}
#order-premium_comparison .price-table-container ul li:nth-child(2) .price-table {
    border: 1px solid #eff6ff;
}
#order-premium_comparison .price-table-container ul li:nth-child(2) .price-table:hover {
    border-color: #dbeafe;
    box-shadow: 0 8px 25px rgba(30, 64, 175, 0.08);
}
#order-premium_comparison .price-table-container ul li:nth-child(3) .price-table {
    border: 1px solid #fffbeb;
}
#order-premium_comparison .price-table-container ul li:nth-child(3) .price-table:hover {
    border-color: #fef3c7;
    box-shadow: 0 8px 25px rgba(217, 119, 6, 0.08);
}
#order-premium_comparison .price-table-container ul li:nth-child(4) .price-table {
    border: 1px solid #f0fdf4;
}
#order-premium_comparison .price-table-container ul li:nth-child(4) .price-table:hover {
    border-color: #d1fae5;
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.08);
}

#order-premium_comparison .price-table-container .price-table {
    padding:0;
    margin:0 auto;
    width: 100%;
    height: 100%;
    background:#ffffff;
    border-radius:16px;
    border: 2px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    overflow: hidden;
}
#order-premium_comparison .price-table-container .price-table:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#order-premium_comparison .price-table-container .price-table.active {
    margin:0;
    width:100%;
    transform: scale(1.05);
}
/* رنگ‌های مختلف برای هر کارت - رنگ‌های خیلی ملایم */
#order-premium_comparison .price-table-container ul li:nth-child(1) .price-table .top-head {
    background: #f5f3ff;
}
#order-premium_comparison .price-table-container ul li:nth-child(2) .price-table .top-head {
    background: #eff6ff;
}
#order-premium_comparison .price-table-container ul li:nth-child(3) .price-table .top-head {
    background: #fffbeb;
}
#order-premium_comparison .price-table-container ul li:nth-child(4) .price-table .top-head {
    background: #f0fdf4;
}
#order-premium_comparison .price-table-container .price-table .top-head {
    background: #f5f3ff;
    border-radius:16px 16px 0 0;
    position: relative;
}
#order-premium_comparison .price-table-container .price-table .top-head .top-area {
    padding:20px 20px 15px;
    margin:0;
    border-bottom:none;
    position: relative;
    z-index: 1;
}
/* رنگ متن برای هر کارت - رنگ‌های تیره‌تر برای کنتراست بهتر */
#order-premium_comparison .price-table-container ul li:nth-child(1) .price-table .top-head .top-area h4 {
    color:#1e293b;
}
#order-premium_comparison .price-table-container ul li:nth-child(2) .price-table .top-head .top-area h4 {
    color:#1e293b;
}
#order-premium_comparison .price-table-container ul li:nth-child(3) .price-table .top-head .top-area h4 {
    color:#1e293b;
}
#order-premium_comparison .price-table-container ul li:nth-child(4) .price-table .top-head .top-area h4 {
    color:#1e293b;
}

#order-premium_comparison .price-table-container .price-table .top-head .top-area h4 {
    padding:0;
    margin:0;
    font-weight:600;
    color:#1e293b;
    line-height:1.2;
    font-size:20px;
    letter-spacing: -0.2px;
}
#order-premium_comparison .price-table-container .price-table .top-head .top-area p {
    padding:4px 0 0 0;
    margin:0;
    color:#64748b;
    font-size:12px;
    line-height:1.4;
    font-weight: 400;
}
#order-premium_comparison .price-table-container .price-table .top-head .price-area {
    padding:10px 20px 20px;
    margin:0;
    border-top:none;
    color:#1e293b;
    font-size:13px;
    position: relative;
    z-index: 1;
}
#order-premium_comparison .price-table-container .price-table .top-head .price-area .price {
    padding:0;
    color:#1e293b;
    font-weight: 400;
    font-size: 13px;
}
#order-premium_comparison .price-table-container .price-table .top-head .price-area .price span {
    font-size:36px;
    color:#1e293b;
    font-weight: 700;
    display: inline;
    line-height: 1;
    margin: 0 4px 0 0;
}

#order-premium_comparison .price-table-container ul li:nth-child(1) .order-button {
    background: #ffffff;
    color: #7c3aed;
    border: 1px solid #b5b5b5;
}
#order-premium_comparison .price-table-container ul li:nth-child(1) .order-button:hover {
    background: #7c3aed;
    color: #ffffff;
}
#order-premium_comparison .price-table-container ul li:nth-child(2) .order-button {
    background: #ffffff;
    color: #1e40af;
    border: 1px solid #b5b5b5;
}
#order-premium_comparison .price-table-container ul li:nth-child(2) .order-button:hover {
    background: #1e40af;
    color: #ffffff;
}
#order-premium_comparison .price-table-container ul li:nth-child(3) .order-button {
    background: #ffffff;
    color: #8d7e09;
    border: 1px solid #b5b5b5;
}
#order-premium_comparison .price-table-container ul li:nth-child(3) .order-button:hover {
    background: #8d7e09;
    color: #ffffff;
}
#order-premium_comparison .price-table-container ul li:nth-child(4) .order-button {
    background: #ffffff;
    color: #059669;
    border: 1px solid #b5b5b5;
}
#order-premium_comparison .price-table-container ul li:nth-child(4) .order-button:hover {
    background: #059669;
    color: #ffffff;
}

#order-premium_comparison .price-table-container .order-button {
    padding:12px 24px;
    margin:15px 20px 20px;
    font-size:15px;
    color:#1e293b;
    display:block;
    font-weight:600;
    background: #ffffff;
    border-radius:8px;
    text-decoration:none;
    box-shadow: none;
    transition: all 0.3s ease;
    border: 2px solid #e2e8f0;
    letter-spacing: 0.3px;
    text-transform: none;
    position: relative;
}
#order-premium_comparison .price-table-container .order-button::after {
    content: '→';
    margin-left: 8px;
    transition: margin-left 0.3s ease;
}
#order-premium_comparison .price-table-container .order-button:hover {
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-decoration:none;
}
#order-premium_comparison .price-table-container .order-button:hover::after {
    margin-left: 12px;
}
#order-premium_comparison .price-table-container .order-button.unavailable {
    background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
    cursor: not-allowed;
    opacity: 0.7;
}
#order-premium_comparison .price-table-container .order-button.unavailable:hover {
    cursor: not-allowed;
    background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
    transform: none;
    box-shadow: 0 4px 15px rgba(108, 117, 125, 0.3);
}
#order-premium_comparison .price-table-container .price-table ul {
    padding: 20px 20px 25px;
    margin:0;
    list-style:none;
    background: #ffffff;
}
#order-premium_comparison .price-table-container .price-table ul li {
    padding:12px 10px;
    margin:0;
    width:100%;
    border-bottom:none;
    color:#475569;
    text-align:left;
    line-height:1.6;
    font-size:14px;
    background: none;
    transition: all 0.2s ease;
}
#order-premium_comparison .price-table-container .price-table ul li:hover {
    background-color: transparent;
    color:#1e293b;
}
#order-premium_comparison .price-table-container .price-table ul li a {
    color:#4f46e5;
    text-decoration: none;
    font-weight: 500;
}
#order-premium_comparison .price-table-container .price-table ul li a:hover {
    color:#6366f1;
    text-decoration: underline;
}
#order-premium_comparison .price-table-container .price-table ul li:last-child {
    border-bottom:0;
}
#order-premium_comparison .price-table-container .price-table .popular-plan {
    padding:6px 12px;
    background: #1e40af;
    border-bottom:none;
    color:#ffffff;
    font-size:11px;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing: 0.5px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(30, 64, 175, 0.3);
}

#order-premium_comparison .includes-features {
	margin:40px auto 0;
	width:100%;
	max-width:900px;
	padding:30px 20px;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(79, 70, 229, 0.12);
}
#order-premium_comparison .includes-features .head-area {
    padding:0 0 20px 0;
    margin:0 0 25px 0;
    text-align:center;
    border-bottom: 2px solid #e0e7ff;
}
#order-premium_comparison .includes-features .head-area span {
    padding:10px 30px;
    margin:0;
    display:inline-block;
    background: linear-gradient(135deg, #3730a3 0%, #4f46e5 50%, #6366f1 100%);
    color: #ffffff;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.35);
}
#order-premium_comparison .main-container.price-01 .includes-features .head-area span {
    background: linear-gradient(135deg, #3730a3 0%, #4f46e5 50%, #6366f1 100%);
}
#order-premium_comparison .includes-features ul.list-features {
    padding:0;
    margin:0;
    list-style:none;
}
#order-premium_comparison .includes-features ul.list-features li {
    padding:12px 0 12px 35px;
    margin:8px 0;
    width:33%;
    display:inline-table;
    background:url(../img/tick.png) no-repeat left center;
    background-size: 20px 20px;
    color: #4a5568;
    font-size: 15px;
    line-height: 1.5;
    vertical-align: top;
}

/* This media query is written for iPad and tablets */
@media (max-width: 991px) {
    #order-premium_comparison .includes-features ul.list-features li {
        width:48%;
    }
    .product-selection-sidebar {
        display: none !important;
    }
    .row-product-selection .col-md-9 {
        width: 100%;
        max-width: 100%;
    }
}

/* This media query is written for Mobile only */
@media (max-width: 600px) {
    #order-premium_comparison .price-table-container ul li {
        min-width: 100%;
        max-width: 100%;
    }
    #order-premium_comparison .price-table-container .price-table {
        margin:0;
        width: 100%;
    }
    #order-premium_comparison .price-table-container .price-table.active {
        margin:0;
        width:100%;
    }
}

/* This media query is written for Mobile only */
@media (max-width: 480px) {
    #order-premium_comparison .includes-features ul.list-features li {
        width:100%;
    }
}

/* Sidebar */

html, body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

.row-product-selection {
    position: relative;
    left: 0;
}

.product-selection-sidebar {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: block !important;
}

#btnShowSidebar {
    display: none !important;
}
