/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/* Script Items Styling */

#home .script-container>.row {
    margin: 0 -8px;
    padding-top: 50px;
}

.script-container {
	padding-top: 130px;
}

.site-container {
	padding-top: 20px;
}

.hosting-script-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  padding: 10px;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  border: 1px solid #eaeaea;
  min-height: 470px;
}

.hosting-script-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.hosting-script-item .top {
  text-align: center;
  margin-bottom: 20px;
}

.image {
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.hosting-script-item .top strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.hosting-script-item .head {
  text-align: center;
  margin-bottom: 20px;
}

.hosting-script-item .head span {
  display: block;
  font-size: 14px;
  color: #3aa1ff;
  font-weight: 600;
  margin-bottom: 5px;
}

.hosting-script-item .head strong {
  display: block;
  font-size: 24px;
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
}

.script-head-p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.hosting-script-item .script-price {
  text-align: center;
  margin: 20px 0;
  padding: 15px 0 15px 0;
  border-top: 1px dashed #eaeaea;
  border-bottom: 1px dashed #eaeaea;
}

.hosting-script-item .script-price span span {
  font-size: 20px;
  color: #999;
  text-decoration: line-through;
  font-weight: 400;
}

.hosting-script-item .script-price span sub {
  font-size: 12px;
  color: #999;
  display: block;
  margin-top: 5px;
  display: inline;
  vertical-align: baseline;
}

.hosting-script-item .script-price strong {
  font-size: 28px;
  color: #3aa1ff;
  font-weight: 700;
  display: block;
  margin-top: 10px;
}

.hosting-script-item .buttons {
  text-align: center;
}

.see-all-button {
    width: auto;
    float: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 20px;
    padding: 15px 30px;
    background-color: #2b29b8;
    position: relative;
    display: inline-block;
}
.see-all-button:before {
    content: "";
    position: absolute;
    right: 50px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 20px;
    border-color: transparent transparent rgba(255, 255, 255, .12);
    transition: all .3s 
	ease-in-out;
    opacity: 1;
    visibility: visible;
}
.see-all-button:after {
    content: "";
    background: rgba(255, 255, 255, .12);
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 50px;
    transition: all .3s 
	ease-in-out;
}

.hosting-script-item .buttons a {
  display: inline-block;
  background: #3aa1ff;
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.hosting-script-item .buttons a:hover {
  background: #2980d6;
}

.product-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  margin-bottom: 30px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #eaeaea;
  min-height: 425px;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.product-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

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

.product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #e9533a;
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  z-index: 1;
}

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

.product-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  min-height: 54px;
}

.product-price {
  margin: 15px 0;
}

.old-price {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
  display: block;
  margin-bottom: 5px;
}

.new-price {
  font-size: 24px;
  color: #3aa1ff;
  font-weight: 700;
  display: block;
}

.product-btn {
  display: inline-block;
  background: #3aa1ff;
  color: white;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
  margin-top: 10px;
}

.product-btn:hover {
  background: #2980d6;
  color: white;
}

.sidebar__single {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}

.sidebar__cat-list li a:hover {
  color: #3aa1ff;
}

.mobile-category-accordion {
  position: relative;
}

.category-header {
  transition: all 0.3s ease;
}

.category-header:hover {
  background: #0099e6 !important;
}

.mobile-toggle-icon {
  transition: transform 0.3s ease;
}

.mobile-toggle-icon .fa-chevron-down {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .mobile-category-list {
    max-height: 260px;
    overflow-y: auto;
    padding: 15px;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-toggle-icon.active i {
    transform: rotate(180deg);
  }
}

@media (min-width: 768px) {
  .mobile-toggle-icon {
    display: none;
  }
  
  .mobile-category-list {
    display: block !important;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.footer-app-box {
  background: linear-gradient(90deg,#5f2eea,#00bcd4);
  border-radius: 14px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.app-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-app-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
}

.app-info strong {
  font-size: 19px;
  display: block;
  padding-bottom: 5px;
}

.app-info span {
  font-size: 14px;
  opacity: .9;
}

.app-links img {
  height: 42px;
  margin-left: 12px;
}

@media (max-width: 1024px) {
  .footer-app-box {
	visibility: hidden;
	margin: 0;
	padding: 0;
  }
}


.back-button {
    display: flex;
    background: linear-gradient(135deg, #00B1FF 0%, #0088cc 100%);
    color: white;
    padding: 10px 14px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,177,255,0.2);
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.back-button:hover {
    box-shadow: 0 6px 12px rgba(0,177,255,0.3);
}

.back-button:active {
    transform: translateY(0);
}

.back-button-icon {
    margin-right: 8px;
}

.back-button-text {
    line-height: 1;
}

.content-card {
    background: white;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.27);
    border-radius: 5px;
    margin-bottom: 20px;
}

.image-preview {
    text-align: center;
    margin-bottom: 20px;
}

.image-preview img {
    max-width: 100%;
    max-height: 400px;
    border-radius: 5px;
    object-fit: contain;
}

.thumbnail-gallery {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 10px 0;
    align-items: center;
}

.thumbnail-item {
    flex: 0 0 auto;
}

.thumbnail-img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 3px;
    cursor: pointer;
    border: 2px solid #ddd;
    transition: all 0.3s ease;
}

.thumbnail-img.active,
.thumbnail-img:hover {
    border-color: #00B1FF;
    transform: scale(1.05);
}

.section-title {
    color: #00B1FF;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #00B1FF;
}

.description-content {
    line-height: 1.8;
    color: #333;
}

.feature-item {
    margin-bottom: 15px;
}

.feature-box {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    border-left: 4px solid #00B1FF;
}

.feature-label {
    color: #333;
}

.feature-value {
    color: #666;
    margin-top: 5px;
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-item {
    background: #e9ecef;
    color: #495057;
    padding: 5px 15px;
    border-radius: 50px;
    display: inline-block;
}

.info-table {
    width: 100%;
    margin-bottom: 0;
}

.info-table td {
    padding: 10px;
    border: none;
}

.info-table tr.highlighted {
    background: #f8f9fa;
}

.status-badge {
    background: #28a745;
    color: white;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 12px;
}

.demo-link {
    color: #00B1FF;
    text-decoration: none;
}

.demo-link:hover {
    text-decoration: underline;
}

.sidebar-card {
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.27);
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.sidebar-title {
    padding: 15px;
    background: linear-gradient(135deg, #00B1FF 0%, #0088cc 100%);
    color: white;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-content {
    padding: 25px;
    text-align: center;
}

.free-price {
    font-size: 32px;
    color: #28a745;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 10px;
    background: #f0fff4;
    border-radius: 8px;
}

.old-price {
    font-size: 16px;
    color: #6c757d;
    text-decoration: line-through;
    margin-bottom: 8px;
    opacity: 0.7;
}

.current-price {
    font-size: 36px;
    color: #00B1FF;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.discount-badge {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 2px 5px rgba(220,53,69,0.3);
}

.demo-button, 
.cart-button {
    display: block;
    color: white;
    padding: 14px;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,177,255,0.2);
    text-align: center;
    border: none;
    width: 100%;
    cursor: pointer;
    font-family: inherit;
}

.demo-button {
    background: linear-gradient(135deg, #00B1FF 0%, #0088cc 100%);
}

.demo-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,177,255,0.3);
}

.cart-button {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
    margin-top: 12px;
    box-shadow: 0 4px 8px rgba(40,167,69,0.2);
}

.cart-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(40,167,69,0.3);
}

.sidebar-info {
    padding: 20px;
}

.info-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.info-icon {
    color: #00B1FF;
    margin-right: 8px;
}

.info-value {
    font-weight: 500;
}

.related-items {
    margin-top: 40px;
}

.related-header {
    background: white;
    padding: 20px;
    border: 1px solid rgb(130,174,194);
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.related-header h3 {
    margin: 0;
    color: #00B1FF;
    font-size: 22px;
    font-weight: 600;
}

.product-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    border: 1px solid #eef2f7;
    height: 100%;
}

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

.product-image {
    position: relative;
    height: 180px;
    overflow: hidden;
}

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

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

.product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #e9533a 0%, #d43f3a 100%);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    z-index: 1;
    box-shadow: 0 2px 5px rgba(233,83,58,0.3);
}

.product-content {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: calc(100% - 180px);
}

.product-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    min-height: 48px;
    flex-grow: 1;
}

.product-price {
    margin: 15px 0;
}

.old-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    display: block;
    margin-bottom: 5px;
}

.new-price {
    font-size: 20px;
    color: #3aa1ff;
    font-weight: 700;
    display: block;
}

.product-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.product-btn {
    flex: 1;
    display: inline-block;
    color: white;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 14px;
    text-align: center;
}

.demo-btn {
    background: linear-gradient(135deg, #3aa1ff 0%, #2980d6 100%);
    box-shadow: 0 3px 6px rgba(58,161,255,0.2);
}

.demo-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(58,161,255,0.3);
}

.info-btn {
    background: linear-gradient(135deg, #6c757d 0%, #545b62 100%);
    box-shadow: 0 3px 6px rgba(108,117,125,0.2);
}

.info-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(108,117,125,0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .back-button {
        width: 100%;
    }
    
    .feature-item {
        width: 100%;
    }
    
    .product-buttons {
        flex-direction: column;
    }
}

/* FAQ Section */
#wordpress .faq {
    margin-top: 50px;
}

.accortion {
    list-style: none;
    padding: 0;
}

.accortion li {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
}

.accortion li strong {
    display: block;
    padding: 15px;
    background: #f8f9fa;
    cursor: pointer;
    color: #333;
}

.accortion li div {
    padding: 15px;
    background: white;
}

.tab-content .tab-pane > h4{
    padding-top: 20px;
}

.tab-content .tab-pane > ul > li > a {
    display: block;
    border-bottom: 1px solid #e5e7eb;
    padding: 16px 24px;
    transition: all 0.2s ease;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.tab-content .tab-pane > ul > li > a:hover {
    background-color: #f3f4f6;
    color: #111827;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tab-content .tab-pane .row {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    padding: 14px 20px;
    transition: background-color 0.15s ease;
}

.tab-content .tab-pane .row:hover {
    background-color: #f9fafb;
}

.tab-content .tab-pane .row > div {
    padding: 6px 16px;
    min-height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tab-content .tab-pane .row > div:first-child {
    border-right: 1px solid #f3f4f6;
}

.tab-content .tab-pane .row .col-sm-offset-1 {
    margin-left: 8.33333333%;
}

.tab-content .tab-pane h4 {
    margin: 0 0 4px 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
}

.tab-content .tab-pane .row span,
.tab-content .tab-pane .row div:not(.row) {
    font-weight: 500;
    line-height: 1.4;
}

.tab-content .tab-pane #tabOverview {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}

.tab-content .tab-pane #tabOverview h3 {
    margin: 0;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    border-bottom: 1px solid #e5e7eb;
}

.tab-content .tab-pane .row img[src*="ssl"] {
    width: 16px !important;
    height: 16px !important;
    margin-right: 6px;
    vertical-align: middle;
}

.tab-pane.fade {
    opacity: 0;
    transition: opacity 0.15s ease;
}

.tab-pane.fade.in.active {
    opacity: 1;
}

@media (max-width: 768px) {

    .tab-content .tab-pane .row {
        flex-direction: column;
        padding: 16px;
		justify-self: center;
    }

    .tab-content .tab-pane .row > div {
        padding: 10px 0;
        border-right: none !important;
    }

    .tab-content .tab-pane .row > div:not(:last-child) {
        border-bottom: 1px solid #f3f4f6;
    }

    .tab-content .tab-pane .row .col-sm-offset-1 {
        margin-left: 0;
    }

    .tab-content .tab-pane #tabOverview h3 {
        padding: 16px;
    }
}



.service-header-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 3px 20px rgba(58, 161, 255, 0.1);
    border: 1px solid rgba(58, 161, 255, 0.15);
}

.service-basic-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.service-icon-title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.service-icon {
    background: #3aa1ff;
    color: white;
    width: 70px;
    height: 70px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 15px rgba(58, 161, 255, 0.3);
}

.service-titles h2 {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #333;
}

.service-titles p {
    margin: 5px 0 0 0;
    color: #666;
    font-size: 1.1rem;
}

.service-status-badge {
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 1.1rem;
}

.status-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.service-status-badge.status-active {
    background: #d4edda;
    color: #155724;
    border: 2px solid #c3e6cb;
}

.service-status-badge.status-active .status-indicator {
    background: #28a745;
    box-shadow: 0 0 10px rgba(40, 167, 69, 0.4);
}

.service-status-badge.status-suspended {
    background: #f8d7da;
    color: #721c24;
    border: 2px solid #f5c6cb;
}

.service-status-badge.status-suspended .status-indicator {
    background: #dc3545;
    box-shadow: 0 0 10px rgba(220, 53, 69, 0.4);
}

.service-status-badge.status-pending {
    background: #fff3cd;
    color: #856404;
    border: 2px solid #ffeaa7;
}

.service-status-badge.status-pending .status-indicator {
    background: #ffc107;
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.4);
}

.service-action-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    justify-content: center;
}

.service-action-buttons .btn {
    padding: 12px 20px;
    font-weight: 600;
    font-size: 1.2rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.service-action-buttons .btn-success {
    background: #3aa1ff;
    border-color: #3aa1ff;
    box-shadow: 0 4px 12px rgba(58, 161, 255, 0.2);
}

.service-action-buttons .btn-success:hover {
    background: #2a91ef;
    border-color: #2a91ef;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(58, 161, 255, 0.3);
}

.service-action-buttons .btn-danger:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.3);
}

.unified-billing-section {
    margin: 25px 0 30px 0;
}

.billing-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 20px rgba(58, 161, 255, 0.1);
    border: 1px solid rgba(58, 161, 255, 0.15);
    overflow: hidden;
}

.billing-body {
    padding: 25px;
}

.billing-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.billing-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.billing-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #f8fbff;
    border-radius: 8px;
    border: 1px solid rgba(58, 161, 255, 0.1);
    transition: all 0.2s ease;
}

.billing-field span{
	font-size: 12px;
}

.billing-field:hover {
    background: #f0f7ff;
    border-color: rgba(58, 161, 255, 0.2);
    box-shadow: 0 3px 8px rgba(58, 161, 255, 0.1);
}

.field-label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: #555;
    font-size: 0.95rem;
    flex: 1;
}

.field-label i {
    color: #3aa1ff;
    width: 20px;
    text-align: center;
}

.field-value {
    font-weight: 500;
    color: #333;
    font-size: 1.05rem;
    text-align: right;
    padding-left: 15px;
    flex-shrink: 0;
}

.amounts-row {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px dashed rgba(58, 161, 255, 0.2);
}

.amounts-row .billing-field {
    background: rgba(58, 161, 255, 0.05);
    border: 1px solid rgba(58, 161, 255, 0.15);
}

.price-highlight {
    color: #3aa1ff;
    font-weight: 600;
    font-size: 1.1rem;
}

.warning-row {
    grid-template-columns: 1fr;
    margin-top: 15px;
}

.warning-field {
    background: #fff8f8;
    border-color: rgba(220, 53, 69, 0.2);
}

.warning-field .field-label i {
    color: #dc3545;
}

.warning-text {
    color: #dc3545;
    font-weight: 600;
}

.additional-info-tabs {
    margin-top: 30px;
}

.tabs-navigation {
    margin: 0 0 20px 0;
}

.nav-tabs {
    border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
}

.nav-tabs .nav-link {
    border: none;
    padding: 12px 20px;
    font-weight: 500;
    color: #666;
    border-bottom: 2px solid transparent;
}

.nav-tabs .nav-link:hover {
    border-color: #dee2e6;
    color: #333;
}

.nav-tabs .nav-link.active {
    color: #3aa1ff;
    border-bottom: 2px solid #3aa1ff;
    background: none;
}

.nav-tabs .nav-link i {
    margin-right: 8px;
}

.server-info-grid,
.hosting-info-grid,
.config-options-list,
.custom-fields-list {
    display: grid;
    gap: 5px;
}

.info-item {
    display: flex;
    padding: 15px;
	margin-bottom: 10px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 4px solid #3aa1ff;
	border-bottom: 1px solid lightgray;
}

.info-item label {
    flex: 0 0 300px;
    font-weight: 600;
    color: #555;
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-item label i {
    color: #3aa1ff;
}

.info-item .value {
    flex: 1;
    color: #333;
}

.domain-actions {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.ssl-info-section {
    padding-top: 20px;
}

.config-item,
.field-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 4px solid #3aa1ff;
}

.config-name,
.field-name {
    font-weight: 600;
    color: #555;
}

.config-value,
.field-value {
    color: #333;
    font-weight: 500;
}

.resource-usage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 20px;
}

.resource-item {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid rgba(58, 161, 255, 0.1);
}

.resource-item h4 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #3aa1ff;
}

.resource-gauge {
    margin: 20px auto;
}

.resource-stats {
    margin-top: 15px;
    font-size: 1.1rem;
}

.resource-stats .percent {
    display: block;
    font-weight: 600;
    color: #3aa1ff;
    margin-top: 5px;
}

.last-update {
    text-align: center;
    color: #666;
    font-style: italic;
    padding: 10px;
    background: #f8fbff;
    border-radius: 5px;
    border: 1px solid rgba(58, 161, 255, 0.1);
}

.downloads-section {
    padding: 20px;
}

.downloads-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.download-item {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    transition: transform 0.2s;
    border-left: 4px solid #3aa1ff;
}

.download-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(58, 161, 255, 0.1);
}

.download-content h4 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #3aa1ff;
}

.download-action {
    margin-top: 15px;
}

.download-action .btn {
    background: #3aa1ff;
    border-color: #3aa1ff;
}

.download-action .btn:hover {
    background: #2a91ef;
    border-color: #2a91ef;
}

.addons-section {
    padding: 20px;
}

.addons-grid {
    display: grid;
    gap: 20px;
    margin-top: 20px;
}

.addon-card {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    border-left: 4px solid #3aa1ff;
}

.addon-header {
    background: linear-gradient(135deg, rgba(58, 161, 255, 0.1) 0%, rgba(58, 161, 255, 0.05) 100%);
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(58, 161, 255, 0.2);
}

.addon-header h4 {
    margin: 0;
    font-size: 1.1rem;
    color: #333;
}

.addon-status {
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 600;
}

.addon-status.status-active {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.addon-status.status-suspended {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.addon-status.status-pending {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.addon-body {
    padding: 20px;
}

.addon-price {
    font-size: 1.2rem;
    font-weight: 600;
    color: #3aa1ff;
    margin-bottom: 15px;
}

.addon-details {
    color: #666;
}

.addon-details div {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.addon-footer {
    padding: 15px 20px;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.password-change-section {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(58, 161, 255, 0.1);
    border: 1px solid rgba(58, 161, 255, 0.2);
}

.password-change-section h3 {
    color: #3aa1ff;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.password-change-form .form-group {
    margin-bottom: 25px;
}

.password-change-form label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    color: #555;
}

.password-change-form .input-group-append .btn {
    border-color: #ced4da;
    background: #f8f9fa;
}

.password-change-form .input-group-append .btn:hover {
    background: #e9ecef;
}

.form-actions {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.form-actions .btn-primary {
    background: #3aa1ff;
    border-color: #3aa1ff;
}

.form-actions .btn-primary:hover {
    background: #2a91ef;
    border-color: #2a91ef;
}

.hook-output-section {
    margin: 25px 0;
    padding: 20px;
    background: #f8fbff;
    border-radius: 8px;
    border-left: 4px solid #3aa1ff;
}

.module-client-area-section {
    margin-top: 25px;
    padding: 20px;
    background: #f1f1f1;
    border-radius: 8px;
    border: 1px solid rgb(8 108 199 / 70%);
	text-align: center;
}

@media (max-width: 768px) {
    .service-basic-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .service-icon-title {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .service-titles h2 {
        font-size: 1.5rem;
    }
    
    .service-status-badge {
        align-self: center;
    }
    
    .service-action-buttons {
        width: 100%;
    }
    
    .billing-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .billing-col {
        gap: 12px;
    }
    
    .billing-field {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 12px;
    }
    
    .field-value {
        text-align: left;
        padding-left: 32px;
        width: 100%;
    }
    
    .amounts-row {
        grid-template-columns: 1fr;
    }
    
    .billing-body {
        padding: 20px 15px;
    }
    
    .info-item {
        flex-direction: column;
        gap: 10px;
    }
    
    .info-item label {
        flex: none;
    }
    
    .domain-actions {
        flex-wrap: wrap;
    }
    
    .downloads-grid {
        grid-template-columns: 1fr;
    }
    
    .resource-usage-grid {
        grid-template-columns: 1fr;
    }
    
    .form-actions {
        flex-direction: column;
    }
    
    .form-actions .btn {
        width: 100%;
    }
    
    .config-item,
    .field-item {
        flex-direction: column;
        gap: 8px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .service-basic-info {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .service-action-buttons {
        width: 100%;
        margin-top: 20px;
    }
    
    .billing-row {
        gap: 15px;
    }
    
    .billing-field {
        padding: 12px 15px;
    }
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}