.row-eq-height{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.row-eq-height>div[class*=col-] {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}
.row-eq-height>div[class*=col-]>* {
    width: 100%;
}

/* Enhanced VPS Product Grid - 2 Column Layout */
.products .col-sm-6,
.products .col-md-6,
.products .col-lg-6 {
    margin-bottom: 30px;
}

/* Ensure proper flex behavior for product cards */
.products .row {
    display: flex;
    flex-wrap: wrap;
}

.products .row > div {
    display: flex;
    flex-direction: column;
}
.tt-single-product {
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
.tt-single-product:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}
.tt-single-product::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #28a745, #17a2b8);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.tt-single-product:hover::before {
    opacity: 1;
}

/* VPS Product Badges */
.tt-featured-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}
.tt-featured-badge .badge {
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(255,107,53,0.3);
}

/* VPS Product Names with Server Icons */
.tt-product-name h5.tt-product-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tt-product-server-icon {
    color: #007bff;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0,123,255,0.1);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

/* Hover effect for product name server icon */
.tt-single-product:hover .tt-product-server-icon {
    transform: scale(1.1) rotate(360deg);
    background: rgba(0,123,255,0.2);
    box-shadow: 0 2px 10px rgba(0,123,255,0.3);
}

/* Product name server icon animation */
@keyframes serverIconPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.tt-product-server-icon {
    animation: serverIconPulse 3s ease-in-out infinite;
}

/* VPS Introduction Section Styling */
.tt-vps-intro-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    padding: 0;
    margin: 25px 0 40px 0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    position: relative;
}

.tt-vps-intro-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>') repeat;
    opacity: 0.3;
    animation: gridMove 20s linear infinite;
}

.tt-vps-intro-section::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: dotMove 15s linear infinite;
}

.tt-vps-intro-container {
    position: relative;
    z-index: 2;
    padding: 30px;
}

.tt-vps-intro-content {
    display: flex;
    align-items: center;
    gap: 25px;
}

.tt-vps-intro-icon {
    position: relative;
    flex-shrink: 0;
}

.tt-rotating-server {
    font-size: 3rem;
    color: white;
    animation: serverRotate 8s linear infinite;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
}

.tt-pulse-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    animation: pulseRing 2s ease-out infinite;
}

.tt-vps-intro-text {
    flex: 1;
}

.tt-animated-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: white;
    margin: 0;
    animation: textFadeIn 1s ease-out;
}

/* Text highlighting effects */
.tt-highlight-text {
    background: linear-gradient(45deg, #ffeaa7, #fab1a0);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    animation: highlightGlow 2s ease-in-out infinite alternate;
}

.tt-tech-highlight {
    color: #74b9ff;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(116,185,255,0.5);
}

.tt-uptime-highlight {
    color: #00b894;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(0,184,148,0.5);
}

.tt-cloud-highlight {
    color: #e17055;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(225,112,85,0.5);
}

/* Country flag styling */
.country-flag {
    font-size: 1.5em;
    margin-right: 10px;
    animation: flagWave 2s ease-in-out infinite;
    font-family: "Twemoji Mozilla", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", emoji, sans-serif;
    line-height: 1;
    display: inline-flex;
}

.tt-page-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

/* Animations */
@keyframes serverRotate {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(360deg); }
}

@keyframes pulseRing {
    0% { 
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
    }
    100% { 
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }
}

@keyframes textFadeIn {
    from { 
        opacity: 0;
        transform: translateY(20px);
    }
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes highlightGlow {
    from { text-shadow: 0 0 5px rgba(255,234,167,0.5); }
    to { text-shadow: 0 0 20px rgba(255,234,167,0.8), 0 0 30px rgba(255,234,167,0.6); }
}

@keyframes flagWave {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-5deg); }
    75% { transform: rotate(5deg); }
}

@keyframes gridMove {
    0% { transform: translateX(0) translateY(0); }
    100% { transform: translateX(10px) translateY(10px); }
}

@keyframes dotMove {
    0% { transform: translateX(0) translateY(0); }
    100% { transform: translateX(50px) translateY(50px); }
}

/* Enhanced Pricing Display */
.tt-product-price .price {
    font-size: 2.2rem;
    font-weight: 700;
    color: #007bff;
    text-shadow: 0 1px 3px rgba(0,123,255,0.2);
}
.tt-cycle {
    font-size: 0.9rem;
    font-weight: 500;
    color: #6c757d;
}

/* VPS Features List Styling with Dynamic Icons */
.tt-product-desc ul {
    text-align: left;
    padding-left: 0;
}
.tt-product-desc ul li.tt-feature-item {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    position: relative;
    padding-left: 0;
    display: flex;
    align-items: center;
}
.tt-product-desc ul li.tt-feature-item:last-child {
    border-bottom: none;
}

/* Feature Icons Styling */
.tt-product-desc .feature-icon {
    margin-right: 12px;
    font-size: 1.1rem;
    min-width: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
}

/* Specific icon color enhancements */
.tt-product-desc .feature-icon.text-primary {
    background: rgba(0,123,255,0.1);
}
.tt-product-desc .feature-icon.text-success {
    background: rgba(40,167,69,0.1);
}
.tt-product-desc .feature-icon.text-warning {
    background: rgba(255,193,7,0.1);
}
.tt-product-desc .feature-icon.text-info {
    background: rgba(23,162,184,0.1);
}
.tt-product-desc .feature-icon.text-danger {
    background: rgba(220,53,69,0.1);
}
.tt-product-desc .feature-icon.text-secondary {
    background: rgba(108,117,125,0.1);
}

/* Hover effects for feature items */
.tt-product-desc ul li.tt-feature-item:hover {
    background-color: rgba(0,123,255,0.05);
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.tt-product-desc ul li.tt-feature-item:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* Feature icon loading animation */
@keyframes featureIconFadeIn {
    from { opacity: 0; transform: translateX(-10px); }
    to { opacity: 1; transform: translateX(0); }
}

.tt-product-desc .feature-icon {
    animation: featureIconFadeIn 0.3s ease-out;
}

.tt-product-desc ul li.tt-feature-item:nth-child(1) .feature-icon { animation-delay: 0.1s; }
.tt-product-desc ul li.tt-feature-item:nth-child(2) .feature-icon { animation-delay: 0.15s; }
.tt-product-desc ul li.tt-feature-item:nth-child(3) .feature-icon { animation-delay: 0.2s; }
.tt-product-desc ul li.tt-feature-item:nth-child(4) .feature-icon { animation-delay: 0.25s; }
.tt-product-desc ul li.tt-feature-item:nth-child(5) .feature-icon { animation-delay: 0.3s; }
.tt-product-desc ul li.tt-feature-item:nth-child(6) .feature-icon { animation-delay: 0.35s; }

/* Feature value styling */
.tt-product-desc .feature-value {
    font-weight: 600;
    color: #007bff;
    margin-right: 5px;
}

/* Feature text layout */
.tt-product-desc ul li.tt-feature-item {
    font-size: 0.9rem;
    line-height: 1.4;
    word-wrap: break-word;
}

/* Ensure proper alignment for long feature text */
.tt-product-desc ul li.tt-feature-item .feature-icon + * {
    flex: 1;
}

/* Special styling for numeric values */
.tt-product-desc .feature-value[data-numeric="true"] {
    background: rgba(0,123,255,0.1);
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.85em;
}

/* Legacy support for lists without icons */
.tt-product-desc ul li:not(.tt-feature-item) {
    list-style: none;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    position: relative;
    padding-left: 25px;
}
.tt-product-desc ul li:not(.tt-feature-item)::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #28a745;
    position: absolute;
    left: 0;
    top: 8px;
}

/* Order Button Enhancement */
.btn-order-now {
    background: linear-gradient(45deg, #007bff, #0056b3);
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}
.btn-order-now:hover {
    background: linear-gradient(45deg, #0056b3, #004085);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,123,255,0.4);
}
.btn-order-now::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}
.btn-order-now:hover::before {
    left: 100%;
}

/* Responsive Enhancements */
@media (max-width: 992px) {
    /* iPad and smaller tablets - keep 2 columns but adjust spacing */
    .products .col-sm-6 {
        margin-bottom: 25px;
    }
    .tt-single-product {
        padding: 25px 20px !important;
        margin: 15px 0 !important;
    }
}

@media (max-width: 768px) {
    /* Mobile devices - single column layout */
    .products .row .col-sm-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 20px;
    }
    .tt-single-product {
        padding: 20px 15px !important;
        margin: 10px 0 !important;
        max-width: none !important;
    }
    .tt-product-price .price {
        font-size: 1.8rem;
    }
    .tt-product-name h5 {
        font-size: 1.2rem;
    }
    .tt-performance-metrics .col-md-3 {
        margin-bottom: 20px;
    }
    .tt-metric-item h4 {
        font-size: 1.5rem;
    }
    
    /* Adjust row spacing on mobile */
    .products .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .products .row > div {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 480px) {
    /* Extra small mobile devices */
    .tt-single-product {
        padding: 15px 10px !important;
        margin: 8px 0 !important;
    }
    .tt-product-price .price {
        font-size: 1.6rem;
    }
    .tt-product-name h5 {
        font-size: 1.1rem;
    }
    .tt-product-name h5::before {
        font-size: 1rem;
    }
    .btn-order-now {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

/* VPS Content Section Responsive Fixes */
@media (max-width: 768px) {
    .tt-product-featured-wrap .row {
        margin-bottom: 30px;
    }
    .tt-product-featured-wrap .col-lg-5,
    .tt-product-featured-wrap .col-lg-6 {
        margin-bottom: 20px;
        text-align: center;
    }
    .tt-cta-content {
        padding: 30px 15px !important;
    }
    .tt-performance-metrics {
        margin-top: 30px;
    }
    .tt-performance-metrics .col-md-3 {
        margin-bottom: 25px;
    }
    .tt-tech-stack .col-4 {
        margin-bottom: 15px;
    }
}

/* Fix for very small screens */
@media (max-width: 480px) {
    .tt-performance-metrics .row {
        text-align: center;
    }
    .tt-performance-metrics .col-md-3 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .tt-feature-icon-wrapper i {
        font-size: 3rem !important;
    }
    .tt-datacenter-animation i {
        font-size: 3rem !important;
    }
}

/* General responsive fixes for the order form */
@media (max-width: 991px) {
    #order-standard_cart .cart-body {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .products {
        overflow-x: hidden;
    }
}

/* Ensure proper mobile layout */
@media (max-width: 767px) {
    #order-standard_cart {
        padding: 0 10px;
    }
    
    .cart-body {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .header-lined h2 {
        font-size: 1.5rem !important;
        margin-bottom: 15px;
    }
    
    .tt-group-featured-wrap {
        margin-top: 20px !important;
        padding: 15px;
    }
    
    .tt-group-features-list li {
        padding: 5px 0;
        font-size: 0.9rem;
    }
}

/* Prevent horizontal scroll on mobile */
@media (max-width: 480px) {
    body {
        overflow-x: hidden;
    }
    
    .container-fluid,
    .row,
    #order-standard_cart {
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .tt-single-product {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    .tt-product-desc ul li {
        font-size: 0.85rem;
        padding: 6px 0;
    }
    
    .tt-product-desc .feature-icon {
        font-size: 1rem;
        margin-right: 10px;
        width: 20px;
        height: 20px;
    }
    
    .tt-product-desc ul li.tt-feature-item {
        padding: 8px 0;
    }
    
    .tt-product-server-icon {
        width: 24px;
        height: 24px;
        font-size: 1rem;
    }
    
    .tt-product-name h5.tt-product-title {
        font-size: 1.2rem;
        gap: 8px;
    }
    
    /* VPS intro responsive */
    .tt-vps-intro-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .tt-vps-intro-container {
        padding: 25px 20px;
    }
    
    .tt-rotating-server {
        font-size: 2.5rem;
    }
    
    .tt-animated-text {
        font-size: 1rem;
    }
    
    .tt-pulse-ring {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 480px) {
    /* VPS intro mobile */
    .tt-vps-intro-container {
        padding: 20px 15px;
    }
    
    .tt-rotating-server {
        font-size: 2rem;
    }
    
    .tt-animated-text {
        font-size: 0.95rem;
        line-height: 1.5;
    }
    
    .country-flag {
        font-size: 1.2em;
    }
}

/* Bootstrap 3 & 4 compatibility fixes */
.col-xs-12 {
    width: 100% !important;
}

@media (min-width: 576px) {
    .col-sm-6 {
        width: 50% !important;
        flex: 0 0 50% !important;
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        width: 25% !important;
        flex: 0 0 25% !important;
    }
    .col-md-5 {
        width: 41.66666667% !important;
        flex: 0 0 41.66666667% !important;
    }
    .col-md-6 {
        width: 50% !important;
        flex: 0 0 50% !important;
    }
    .col-md-7 {
        width: 58.33333333% !important;
        flex: 0 0 58.33333333% !important;
    }
}

@media (min-width: 992px) {
    .col-lg-5 {
        width: 41.66666667% !important;
        flex: 0 0 41.66666667% !important;
    }
    .col-lg-6 {
        width: 50% !important;
        flex: 0 0 50% !important;
    }
}

/* VPS Animation Refinements */
@media (prefers-reduced-motion: reduce) {
    .animated, .tt-single-product, .btn-order-now {
        animation: none !important;
        transition: none !important;
    }
}

/* Print Styles */
@media print {
    .tt-single-product:hover {
        transform: none;
        box-shadow: none;
    }
    .animated {
        animation: none;
    }
}




.total-due-today,
#order-standard_cart .summary-container span.float-right,
.tt-product-desc span strong,
.tt-product-price .price,
.tt-product-price small,
.tt-domain-price-cycle:not(small),
#order-standard_cart .product-info .product-title,
#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span,
#order-standard_cart .view-cart-items .item-title,
#order-standard_cart .view-cart-items .item-price span,
#order-standard_cart .view-cart-items-header{
    font-family: var(--font-family-monospace);
}
#order-standard_cart .order-summary h2,
#order-standard_cart .field-container label,
#order-standard_cart .summary-container span.float-right,
#order-standard_cart .order-summary .total-due-today .amt,
#order-standard_cart .product-info .product-title,
#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span,
#order-standard_cart .view-cart-items .item-title,
#order-standard_cart .view-cart-items .item-price span,
#order-standard_cart .view-cart-items-header{
    font-weight: 500;
}

#order-standard_cart .addon-promo-container{
    border-radius: var(--custom-radius);
}
#order-standard_cart .addon-promo-container h3{
    font-size: 18px;
}

#order-standard_cart .addon-promo-container .logo{
    line-height: 70px;
}
#order-standard_cart .addon-promo-container img {
    max-width: 70px;
}

#order-standard_cart .field-container label{
    font-family: var(--font-family-monospace);
    font-size: 16px;
    color: var(--heading-color);
}
#order-standard_cart .field-container select.form-control{
 width: 100%;
}
#order-standard_cart .product-info{
    border-radius: var(--custom-radius);
    background-color: transparent;
    padding: 15px;
    border: 1px dashed var(--border-color);
    font-size: 14px;
}
#order-standard_cart .product-info p strong{
    font-family: var(--font-family-monospace);
}
#order-standard_cart .product-info .product-title{
    font-size: 16px;
    margin-bottom: 12px;
}
#order-standard_cart .order-summary .summary-totals{
   border: none;
    margin: 0;
}
#order-standard_cart .order-summary{
    background-color: var(--gray-light);
    border-color: var(--gray-light);
    border-radius: var(--custom-radius);
    box-shadow: 2px 12px 24px -4px rgba(145, 158, 171, 0.16);
    border: 1px dashed var(--border-color);
}
#order-standard_cart .order-summary h2,
#order-standard_cart .order-summary .loader{
    color: var(--heading-color);
}
#order-standard_cart .order-summary .loader{
    top: 6px;
}
#order-standard_cart .summary-container{
    background-color: var(--white);
    padding: 15px;
    border-radius: 0 0 var(--custom-radius) var(--custom-radius);
    font-size: 13px;
}

#order-standard_cart .summary-container .clearfix{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed var(--border-color);
    padding: 10px 0 8px;
}
#order-standard_cart .summary-container .clearfix .pull-left{
    max-width: 70%;
    flex-basis: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: initial;
    font-weight: 400;
    font-family: var(--font-family-sans-serif);
}
#order-standard_cart .summary-container .clearfix .pull-right {
    flex-basis: 40%;
    text-align: right;
    padding-left: 6px;
}
#order-standard_cart .order-summary .recurring-charges{
    font-style: normal;

}
#order-standard_cart .order-summary .subtotal{
    font-size: inherit;
}
#order-standard_cart .order-summary h2{
    font-size: 15px;
}
#order-standard_cart .order-summary .total-due-today .amt{
    font-size: 20px;
}
#order-standard_cart .order-summary .total-due-today-padded{
    margin: 0;
}
.tt-payment-gateways label{
    margin-right: 15px !important;
}
.total-due-today{
    padding: 10px 0 15px;
}

#order-standard_cart .sub-heading{
    text-align: left;
    border-bottom: 2px dashed var(--primary-light);
    border-top: none;
    margin-top: 35px;
}

#order-standard_cart .sub-heading span, #order-standard_cart .sub-heading-borderless span{
    background-color: var(--white);
    color: var(--heading-color);
    padding-left: 0;
    top: -16px;
    font-size: 16px;
}
#order-standard_cart .tt-addon-products .panel-addon .panel-price{
    background-color: transparent;
    padding: 0;
    font-size: 14px;
    font-family: var(--font-family-monospace);
    font-weight: 500;
}
#order-standard_cart .tt-addon-products .panel-addon .panel-price span{
    font-size: 12px;
    font-weight: 400;
}

#order-standard_cart .tt-addon-products .panel-addon .panel-body{
    text-align: left;
    font-size: 13px;
    margin-bottom: 10px;
}

#order-standard_cart .tt-addon-products .panel-addon .panel-add{
    padding: 4px 15px;
    border-radius: 4px;
    margin-left: 15px;
    background-color: var(--gray-light);
    color: var(--body-color);
    border: 1px solid var(--border-color);
}
button.close:focus{
    outline: none;
}

#order-standard_cart .order-summary .btn-continue-shopping{
    padding: 15px 0 0;
    font-size: 13px;
}
#order-standard_cart .order-summary .btn-continue-shopping:hover{
    text-decoration: none;
    color: var(--primary);
}
.tt-view-cart{
    border: 1px dashed var(--border-color);
    border-radius: var(--custom-radius);
}
#order-standard_cart .view-cart-items .item:nth-child(even){
    background: transparent;
}
#order-standard_cart .view-cart-items .item{
    padding: 15px;
    background: transparent;
    border-bottom: 1px dashed var(--border-color);
}
#order-standard_cart .view-cart-items .item:last-of-type{
    border-bottom: 0;
}
#order-standard_cart .view-cart-items-header{
    background-color: var(--gray-light);
    color: var(--heading-color);
    font-size: 15px;
    border-radius: var(--custom-radius) var(--custom-radius) 0 0;
}
.tt-view-cart-items .btn{
    padding: 0;
}
.tt-view-cart-items .dropdown .btn{
    padding: 2px 10px;
}
.tt-view-cart-items .dropdown .dropdown-menu{
    transform: translate3d(0, 28px, 0px) !important;
    left: auto !important;
    right: 0;
    padding: 0;
    font-size: 14px;
}
.tt-view-cart-items .dropdown .dropdown-menu li a{
    color: var(--body-color);
}
#order-standard_cart .view-cart-items{
    border: none;
    margin: 0;
}
#order-standard_cart .view-cart-items .item-title,
#order-standard_cart .view-cart-items .item-price span{
    font-size: 14px;
}

#order-standard_cart .empty-cart{
    text-align: inherit;
    margin: 0 20px 20px;
}
#order-standard_cart .empty-cart .btn{
    border-radius: 4px;
    background-color: var(--danger-light);
    color: var(--danger);
    font-size: 12px;
}
#order-standard_cart .empty-cart .btn:hover{
    text-decoration: none;
}

#order-standard_cart .btn-checkout{
    padding: 0.75rem 1.75rem;
}

#order-standard_cart .view-cart-items .item-price .cycle {
    font-size: 12px;
    font-weight: 400;
}

#order-standard_cart .view-cart-tabs .nav-tabs{
    padding-left: 0;
    font-size: 14px;
    font-family: var(--font-family-monospace);
}
#order-standard_cart .view-cart-tabs{
    margin: 20px 0 20px;
}
#order-standard_cart .view-cart-tabs .nav-tabs{
    border-color: var(--border-color);
}
#order-standard_cart .view-cart-tabs .nav-tabs a[aria-expanded=true], #order-standard_cart .view-cart-tabs .nav-tabs a[aria-selected=true],
#order-standard_cart .view-cart-tabs .tab-content{
    background-color: var(--gray-light);
    border-color: var(--border-color);
}

/*product price*/
.tt-single-product {
    position: relative;
    transition: all 0.3s ease-in-out;
    border: 1px dashed var(--border-color);
}
.tt-single-product:hover{
    box-shadow: 0 12px 24px -4px rgba(145, 158, 171, 0.16)
}
.tt-featured-badge{
    position: absolute;
    background: var(--danger);
    color: var(--white);
    font-size: 13px;
    line-height: inherit;
    border-top-left-radius: var(--custom-radius);
    top: -1px;
    left: -1px;
    width: 85px;
    height: 27px;
}
.tt-featured-badge:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 10px solid var(--white);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}
.tt-featured-badge .badge{
    padding: 0 10px;
}
.tt-product-desc span{
    font-size: 14px;
    display: inline-block;
    padding: 2px 0;
}
.tt-product-price .price{
    font-weight: 600;
    font-size: 20px;
    color: var(--danger);
}
.tt-product-price .tt-cycle,
.tt-product-price small{
    font-size: 13px;
}


.tt-group-featured-wrap{
    position: relative;
    display: block;
    border: 2px dashed var(--primary-light);
    padding: 30px;
}

.tt-group-features-list li {
    margin: 2px 0;
    width: 33%;
    display: inline-table;
}
.tt-group-features-list li i{
    color: var(--primary);
    margin-right: 8px;
}
.tt-group-head{
    position: absolute;
    top: -15px;
    background-color: var(--white);
    padding: 5px 10px;
}
@media (max-width: 480px){
    .tt-group-features-list li{
        width: 48%;
    }
}

@media (max-width: 991px){
    .tt-group-features-list li{
        width: 100%;
    }
}

/*domain search*/
.domain-promo-box{
    border: 2px dashed var(--border-color);
    border-radius: var(--custom-radius);
    background-color: var(--gray-light);
}
.domain-promo-box i{
    font-size: 2.75rem;
}
.domain-promo-box p{
    font-size: 13px;
}

.tt-domain-list-wrap{
    border: 1px solid var(--border-color);
}
.tt-domain-price-cycle:not(small){
   font-size: 13px;
    font-weight: 400;
}
.tld-sale-group{
    border-radius: 4px;
    padding: 1px 5px;
}
.domain-pricing .two-row-center{
    border-right: none !important;
    margin: 0;
}
.domain-pricing .tld-row{
    align-items: center;
}
.domain-checker-container{
    background: var(--gray-light);
}
.domain-checker-bg{
    padding: 55px 0;
}

#order-standard_cart .domain-checker-bg .default-captcha{
    max-width: 100%;
    background-color: var(--white);
    border: 2px dashed var(--primary-light);
    box-shadow: none;
}
#order-standard_cart .domain-checker-bg .captcha-container .form-control{
    padding: 3px;
}

#searchDomainInfo{
    padding: 35px;
    margin: 25px 0 !important;
    border: 2px dashed var(--primary-light);
    border-radius: var(--custom-radius);
}
#order-standard_cart .transfer-eligible,
#order-standard_cart .transfer-not-eligible{
    background-color: transparent;
    border-color: transparent;
    margin: 0;
    padding: 0;
}
#order-standard_cart .domain-checker-invalid, #order-standard_cart .domain-checker-unavailable{
    font-size: 16px;
    margin-bottom: 0;
}
#order-standard_cart .domain-checker-available{
    font-size: 18px;
}
.domain-price span.price{
    font-family: var(--font-family-monospace);
    font-weight: 500;
}
#order-standard_cart  .tt-confirm-domain label{
    font-family: var(--font-family-monospace);
    font-weight: 500;
}
#order-standard_cart .tt-confirm-domain .form-control{
     background-color: var(--gray-light);
}
#order-standard_cart .secondary-cart-body h3{
    font-size: 18px;
}
.domain-pricing .tld-pricing-header .col-sm-2,
.domain-pricing .tld-pricing-header .col-sm-4,
.domain-pricing .tld-pricing-header .col-xs-2,
.domain-pricing .tld-pricing-header .col-xs-4,
.domain-pricing .tld-pricing-header div:nth-child(odd){
    border-color: transparent;
    padding-bottom: 0;
}
.domain-pricing .tld-pricing-header div:nth-child(odd),
.domain-pricing .tld-pricing-header .col-sm-2,
.domain-pricing .tld-pricing-header .col-sm-4,
.domain-pricing .tld-pricing-header .col-xs-2,
.domain-pricing .tld-pricing-header .col-xs-4{
    background-color: var(--gray-light);
    font-family: var(--font-family-monospace);
    font-weight: 500;
    font-size: 14px;
    border-top-left-radius: var(--custom-radius);
    border-top-right-radius: var(--custom-radius);
}

.featured-tld{
    border-radius: var(--custom-radius);
    box-shadow: 2px 4px 15px rgba(120, 120, 120, 0.10)
}
.featured-tld .img-container img {
    max-width: 50%;
    max-height: 100%;
}
.featured-tld .price{
    border-radius: 0 0 var(--custom-radius) var(--custom-radius);
}
.tt-domain-search-box input.form-control{
    border: none !important;
}
.spotlight-tld-container{
    min-width:20% !important;
}
.spotlight-tld-new, .spotlight-tld-hot, .spotlight-tld-sale{
    width: 85px;
    padding: 0;
    top: 5px;
    right: -22px;
}
.spotlight-tlds{
    padding: 0;
    background: transparent;
}
.spotlight-tld{
    height: 120px;
    padding: 15px;
    border: 2px dashed var(--primary-light);
}
.spotlight-tld span.available.price{
    font-family: var(--font-family-monospace);
    font-weight: 600;
    color: var(--heading-color);
}
.spotlight-tld .btn:not(.domain-contact-support){
    padding: 4px 12px;
    width: auto;
    background-color: var(--primary);
    border-color: var(--primary);
}

#orderSummary{
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}


/*domain renewals*/

.tt-domain-renewals{
    background-color: transparent;
    border: 1px dashed var(--border-color);
    border-radius: var(--custom-radius);
}
.tt-domain-renewals .domain-renewal,
.domain-renewals .domain-renewal:nth-child(even){
    background-color: transparent;
}
.tt-domain-renewals .domain-renewal:not(:last-of-type){
    border-bottom: 1px dashed var(--border-color);
}
.tt-domain-renewals .domain-renewal{
    border-bottom: none;
    padding: 20px;
}
#order-standard_cart label, #order-standard_cart p.domain-renewal-desc{
    font-weight: 400;
    font-family: var(--font-family-monospace);
    color: var(--body-color);
    margin: 0;
}
.tt-renewal-form select.form-control{
    padding: 5px 6px;
    font-size: 12px;
}
.tt-renewal-form select{
    max-width: 70%;
    flex-basis: 70%;
}
.tt-renewal-form .tt-renewal-cart{
    flex-basis: 30%;
    text-align: right;
    padding-left: 10px;
}
.tt-renewal-form .tt-renewal-cart .btn{
    display: block;
    width: 100%;
}
/*checkout page*/
#order-standard_cart .field, #order-standard_cart .form-control{
    border-color: var(--border-color);
}
#order-standard_cart .prepend-icon .field-icon{
    height: 46px;
    line-height: 50px;
}
#order-standard_cart .field-icon i{
    color: var(--primary);
}
#order-standard_cart .account-select-container{
    border-right: inherit;
}

#order-standard_cart .account-select-container div.account{
    padding: 20px;
    border: 1px dashed var(--border-color);
    border-radius: var(--custom-radius);
    background-color: transparent;
    margin-bottom: 15px;
}
#order-standard_cart .account-select-container div.account:not(.border-bottom){
    border-bottom: 1px dashed var(--border-color) !important;
}
#order-standard_cart .account-select-container div.account.border-bottom{
    padding: 10px 20px;
    border-bottom: 1px dashed var(--border-color) !important;
}
#order-standard_cart .account-select-container div.account.border-bottom label{
    font-weight: 500;
    font-family: var(--font-family-monospace);
    color: var(--body-color);
}
#order-standard_cart .account-select-container div.account.active{
    background-color: var(--gray-light);
}
.tt-payment-container{
    margin: 35px 0 15px;
}
#order-standard_cart .cc-input-container{
    background-color: var(--gray-light);
    border: 1px dashed var(--border-color);
    border-radius: var(--custom-radius);
    font-family: var(--font-family-monospace);
}
/*Product addons*/
#order-standard_cart .products .product.tt-product-addons {
    border: 1px dashed var(--border-color);
    padding: 20px;
}

/* ===== Product Sort Section ===== */
.tt-sort-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.tt-sort-section:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.tt-sort-title {
    color: #495057;
    font-weight: 600;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}

.tt-sort-title i {
    color: #007bff;
    animation: sortBounce 2s ease-in-out infinite;
}

@keyframes sortBounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-3px);
    }
    60% {
        transform: translateY(-2px);
    }
}

.tt-sort-select {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 0.95rem;
    background: white;
    color: #495057;
    transition: all 0.3s ease;
    cursor: pointer;
}

.tt-sort-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
    outline: none;
}

.tt-sort-select:hover {
    border-color: #007bff;
    background: #f8f9ff;
}

.tt-results-count {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
}

.tt-results-count i {
    color: #6c757d;
    animation: serverPulse 3s ease-in-out infinite;
}

@keyframes serverPulse {
    0%, 100% {
        color: #6c757d;
        transform: scale(1);
    }
    50% {
        color: #007bff;
        transform: scale(1.1);
    }
}

.tt-view-options .btn {
    border-radius: 6px;
    padding: 6px 12px;
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
}

.tt-view-options .btn:hover {
    background: #007bff;
    color: white;
    border-color: #007bff;
    transform: translateY(-1px);
}

.tt-view-options .btn.active {
    background: #007bff;
    color: white;
    border-color: #007bff;
    box-shadow: 0 2px 4px rgba(0,123,255,0.3);
}

.tt-view-options .btn i {
    font-size: 0.9rem;
}

/* Mobile/touch sort select */
.tt-mobile-sort {
  font-size: 1.15rem !important;
  min-height: 48px !important;
  border-radius: 10px !important;
  box-shadow: 0 2px 8px rgba(0,123,255,0.07);
  margin-bottom: 10px;
  padding: 12px 16px !important;
}
@media (max-width: 576px) {
  .tt-mobile-sort {
    font-size: 1.18rem !important;
    min-height: 54px !important;
    padding: 14px 18px !important;
  }
}

/* Card and icon animation improvements */
.tt-single-product, .tt-app-card {
  transition: box-shadow 0.25s, transform 0.22s, border 0.18s;
}
.tt-single-product:active, .tt-app-card:active {
  transform: scale(0.98);
  box-shadow: 0 2px 8px rgba(0,123,255,0.09);
}
.tt-single-product .tt-product-server-icon, .tt-app-icon {
  transition: color 0.18s, transform 0.18s;
}
.tt-single-product:active .tt-product-server-icon, .tt-app-card:active .tt-app-icon {
  color: #0056b3;
  transform: scale(1.15) rotate(-8deg);
}

/* Sort Controls Responsive */
@media (max-width: 767px) {
    .tt-sort-section .row {
        text-align: center;
    }
    
    .tt-sort-title {
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .tt-view-options {
        text-align: center !important;
        margin-top: 10px;
    }
    
    .tt-results-count {
        justify-content: center;
    }
}

/* Animation for sort changes */
.products.sorting {
    opacity: 0.7;
    transform: scale(0.98);
    transition: all 0.3s ease;
}

/* HostKey Inspired Slogan Section */
.tt-insco-slogans {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid rgba(0,123,255,0.1);
}

.tt-slogan-item {
    padding: 20px 15px;
    transition: all 0.3s ease;
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tt-slogan-item:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,0.8);
    box-shadow: 0 8px 25px rgba(0,123,255,0.15);
}

.tt-slogan-icon {
    font-size: 2.5rem;
    color: #007bff;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.tt-slogan-item:hover .tt-slogan-icon {
    transform: scale(1.1);
    color: #0056b3;
}

.tt-slogan-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
    line-height: 1.3;
}

.tt-slogan-text {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.4;
}

/* Sort Animation Styles */
.products.sorted {
    opacity: 1;
    transform: scale(1);
    animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced List View Styles */
.products.list-view .product-item {
    margin-bottom: 20px;
}

.products.list-view .tt-single-product {
    display: flex;
    align-items: stretch;
    text-align: left;
    padding: 25px;
    min-height: 180px;
    border-left: 4px solid #007bff;
}

.products.list-view .tt-product-name {
    flex: 0 0 220px;
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.products.list-view .tt-product-name h5 {
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.products.list-view .tt-product-desc {
    flex: 1;
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.products.list-view .tt-product-price {
    flex: 0 0 180px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #e9ecef;
    padding-left: 20px;
}

.products.list-view .tt-product-desc ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 8px;
    margin: 0;
    padding: 0;
}

.products.list-view .tt-product-desc ul li {
    padding: 6px 0;
    border: none;
    font-size: 0.9rem;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

.products.list-view .tt-product-desc ul li i {
    margin-right: 8px;
    color: #007bff;
    font-size: 0.8rem;
}

/* Enhanced Grid View (Default) */
@media (max-width: 1200px) {
    .products:not(.list-view) .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Better Mobile Responsive Design */
@media (max-width: 768px) {
    /* Mobile slogan section */
    .tt-insco-slogans {
        padding: 15px;
    }
    
    .tt-slogan-item {
        padding: 15px 10px;
        margin-bottom: 15px;
    }
    
    .tt-slogan-icon {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    
    .tt-slogan-title {
        font-size: 1rem;
    }
    
    .tt-slogan-text {
        font-size: 0.85rem;
    }
    
    /* Mobile sort section */
    .tt-sort-section {
        padding: 15px;
    }
    
    .tt-sort-controls select {
        font-size: 0.9rem;
        padding: 8px 12px;
    }
    
    .tt-view-options .btn {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
    
    /* Mobile list view */
    .products.list-view .tt-single-product {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
        min-height: auto;
        border-left: none;
        border-top: 4px solid #007bff;
    }
    
    .products.list-view .tt-product-name,
    .products.list-view .tt-product-desc,
    .products.list-view .tt-product-price {
        flex: 1 1 100%;
        margin-right: 0;
        margin-bottom: 15px;
        padding-left: 0;
        border-left: none;
    }
    
    .products.list-view .tt-product-desc ul {
        grid-template-columns: 1fr;
        gap: 5px;
    }
    
    .products.list-view .tt-product-desc ul li {
        justify-content: center;
        font-size: 0.85rem;
    }
    
    /* Mobile grid improvements */
    .products:not(.list-view) .product-item {
        margin-bottom: 20px;
    }
    
    .products:not(.list-view) .tt-single-product {
        padding: 20px 15px;
        margin: 10px 0;
    }
}

/* Tablet Responsive */
@media (min-width: 769px) and (max-width: 1024px) {
    .products.list-view .tt-product-name {
        flex: 0 0 180px;
        margin-right: 20px;
    }
    
    .products.list-view .tt-product-desc {
        margin-right: 20px;
    }
    
    .products.list-view .tt-product-price {
        flex: 0 0 150px;
        padding-left: 15px;
    }
    
    .products.list-view .tt-product-desc ul {
        grid-template-columns: 1fr;
    }
}

/* HostKey Apps & Advantages Section */
.tt-insco-apps-section,
.tt-insco-integrated-apps {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.07);
  padding: 40px 0 20px 0;
}
.tt-insco-apps-header h2 {
  font-size: 2.1rem;
  font-weight: 800;
  color: #1a237e;
  letter-spacing: -1px;
}
.tt-insco-apps-header p {
  font-size: 1.1rem;
  color: #495057;
}
.tt-insco-apps-grid,
.tt-insco-apps-list {
  margin: 0 -10px;
}
.tt-insco-apps-list .col-6,
.tt-insco-apps-grid .col-6 { padding-left: 10px; padding-right: 10px; }
.tt-app-card {
  background: #fff;
  border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,123,255,0.07);
  padding: 24px 10px 18px 10px;
  transition: box-shadow 0.2s, transform 0.2s;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #e3eafc;
  position: relative;
  overflow: hidden;
}
.tt-app-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(120px 60px at top right, rgba(0,123,255,0.08), transparent 60%),
                            radial-gradient(120px 60px at bottom left, rgba(0,123,255,0.06), transparent 60%);
    pointer-events: none;
}
.tt-app-card:hover {
  box-shadow: 0 8px 32px rgba(0,123,255,0.13);
  transform: translateY(-4px) scale(1.03);
}
.tt-app-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 10px;
  filter: drop-shadow(0 2px 6px rgba(0,123,255,0.08));
  transition: transform 0.2s;
}
.tt-app-card:hover .tt-app-icon {
  transform: scale(1.12) rotate(-6deg);
}
.tt-app-title {
  font-weight: 700;
  color: #007bff;
  font-size: 1.08rem;
  margin-bottom: 4px;
}
.tt-app-desc {
  font-size: 0.97rem;
  color: #495057;
  min-height: 38px;
    line-height: 1.4;
}
.tt-insco-advantages {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  padding: 28px 10px 18px 10px;
  margin-top: 10px;
}
.tt-advantages-list {
  font-size: 1.05rem;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 24px;
}
.tt-advantages-list li {
  background: #f1f7ff;
  border-radius: 8px;
  padding: 8px 16px;
  margin: 6px 4px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 1px 4px rgba(0,123,255,0.04);
  transition: background 0.2s;
}
.tt-advantages-list li i {
  font-size: 1.1em;
}
.tt-advantages-list li:hover {
  background: #e3eafc;
}
/* Chips for OS list */
.tt-chip-list { gap: 12px 14px; }
.tt-chip {
    background: #ffffff;
    border: 1px solid #e3eafc;
    border-radius: 9999px;
    padding: 8px 14px;
    margin: 6px 8px;
    font-weight: 600;
    color: #1a237e;
    box-shadow: 0 2px 8px rgba(0,123,255,0.06);
    display: inline-flex;
    align-items: center;
    line-height: 1;
}
.tt-chip i { color: #007bff; margin-right: 8px; }
@media (max-width: 1199px) {
    .tt-insco-apps-grid .col-lg-3, .tt-insco-apps-list .col-md-3 { flex: 0 0 33.3333%; max-width: 33.3333%; }
}
@media (max-width: 991px) {
    .tt-insco-apps-grid .col-lg-3, .tt-insco-apps-list .col-md-3 { flex: 0 0 50%; max-width: 50%; }
}
@media (max-width: 767px) {
        .tt-insco-apps-section, .tt-insco-integrated-apps { padding: 20px 0 10px 0; }
        .tt-insco-apps-header h2 { font-size: 1.4rem; }
  .tt-app-card { min-height: 140px; padding: 16px 4px 12px 4px; }
  .tt-app-icon { width: 36px; height: 36px; }
  .tt-app-title { font-size: 1rem; }
  .tt-app_desc { font-size: 0.89rem; }
  .tt-advantages-list { font-size: 0.97rem; gap: 10px 8px; }
  .tt-advantages-list li { padding: 7px 10px; }
}

/* Elegant VPS Features Section */
.tt-vps-features-elegant {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px;
  padding: 40px 30px;
  margin: 30px 0;
  box-shadow: 0 15px 35px rgba(102, 126, 234, 0.3);
  position: relative;
  overflow: hidden;
}

.tt-vps-features-elegant::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  animation: elegantPulse 8s ease-in-out infinite;
}

.tt-elegant-title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tt-feature-lines {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  z-index: 2;
}

.tt-feature-line {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 16px 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.tt-feature-line:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.tt-feature-line i {
  font-size: 1.4rem;
  margin-right: 16px;
  width: 24px;
  text-align: center;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.tt-feature-line span {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.4;
  text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

@keyframes elegantPulse {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.3; }
  50% { transform: scale(1.1) rotate(180deg); opacity: 0.1; }
}

/* Mobile responsiveness for elegant features */
@media (max-width: 768px) {
  .tt-vps-features-elegant {
    padding: 25px 20px;
    margin: 20px 0;
  }
  
  .tt-elegant-title {
    font-size: 1.4rem;
    flex-direction: column;
    gap: 8px;
  }
  
  .tt-feature-line {
    padding: 12px 16px;
  }
  
  .tt-feature-line i {
    font-size: 1.2rem;
    margin-right: 12px;
  }
  
  .tt-feature-line span {
    font-size: 0.95rem;
  }
}

/* Comprehensive Footer Styles */
.tt-comprehensive-footer {
  position: relative;
  overflow: hidden;
}

.tt-comprehensive-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="25" cy="25" r="1" fill="%23007bff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%2328a745" opacity="0.1"/><circle cx="75" cy="25" r="1" fill="%23ffc107" opacity="0.1"/><circle cx="25" cy="75" r="1" fill="%23dc3545" opacity="0.1"/></svg>') repeat;
  pointer-events: none;
}

.tt-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.tt-service-card .tt-service-icon i {
  transition: all 0.3s ease;
}

.tt-service-card:hover .tt-service-icon i {
  transform: scale(1.1);
}

.tt-advantage-item {
  padding: 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.tt-advantage-item:hover {
  background: rgba(255,255,255,0.7);
  transform: translateX(5px);
}

.tt-advantage-icon i {
  transition: all 0.3s ease;
}

.tt-advantage-item:hover .tt-advantage-icon i {
  transform: rotate(5deg) scale(1.1);
}

.tt-tech-specs {
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.05);
}

.tt-tech-specs:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
}

.tt-solution-badge {
  transition: all 0.3s ease;
  cursor: pointer;
}

.tt-solution-badge:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* Mobile responsiveness for comprehensive footer */
@media (max-width: 768px) {
  .tt-comprehensive-footer {
    padding: 30px 15px !important;
  }
  
  .tt-service-card,
  .tt-tech-specs {
    margin-bottom: 20px;
  }
  
  .tt-advantage-item {
    text-align: center;
    flex-direction: column;
    padding: 20px 10px;
  }
  
  .tt-advantage-icon {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  
  .tt-solution-badge {
    padding: 20px 15px !important;
    margin-bottom: 15px;
  }
  
  .tt-tech-specs .row .col-6 {
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .tt-service-card,
  .tt-advantage-item,
  .tt-solution-badge {
    text-align: center;
  }
  
  .tt-advantage-item {
    flex-direction: column;
  }
  
  .tt-tech-specs .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}