.elementor-1163 .elementor-element.elementor-element-2496b0b{--display:flex;}.elementor-1163 .elementor-element.elementor-element-84d1ab8{--display:flex;}body.elementor-page-1163:not(.elementor-motion-effects-element-type-background), body.elementor-page-1163 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-882ace9 *//* Container & Background */
.vrt-hero-container {
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    min-height: 400px;
}

.vrt-hero-content {
    max-width: 900px;
    width: 100%;
}

/* Badge Style */
.vrt-hero-badge {
    display: inline-flex;
    align-items: center;
    background: #eef2ff;
    color: #1E3A8A;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
    gap: 8px;
}

/* Typography */
.vrt-hero-title {
    font-size: 48px;
    line-height: 1.2;
    color: #222;
    font-weight: 700;
    margin-bottom: 20px;
}

.vrt-text-orange {
    color: #FF7A00;
}

.vrt-hero-description {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

/* Buttons */
.vrt-hero-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.vrt-btn {
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.vrt-btn-primary {
    background-color: #FF7A00;
    color: #fff;
    box-shadow: 0 4px 15px rgba(255, 122, 0, 0.3);
}

.vrt-btn-primary:hover {
    background-color: #e66e00;
    transform: translateY(-2px);
}

.vrt-btn-secondary {
    background-color: transparent;
    color: #1E3A8A;
    border: 1px solid #1E3A8A;
}

.vrt-btn-secondary:hover {
    background-color: #f0f4ff;
}

.vrt-arrow {
    margin-left: 10px;
    font-size: 20px;
}

/* Responsiveness */
@media (max-width: 768px) {
    .vrt-hero-title {
        font-size: 32px;
    }
    .vrt-hero-description {
        font-size: 16px;
    }
    .vrt-btn {
        width: 100%;
        justify-content: center;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2496b0b */.elementor-1163 .elementor-element.elementor-element-2496b0b {
    background: radial-gradient(circle at top right, #fff5ec 0%, #ffffff 50%, #f0f4ff 100%);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c10569 *//* Universal Font Setting */
.vrt-domains-section, 
.vrt-domains-section h2, 
.vrt-domains-section h3, 
.vrt-domains-section p, 
.vrt-domains-section span, 
.vrt-domains-section a {
    font-family: 'Poppins', sans-serif !important;
}

.vrt-domains-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Section Title */
.vrt-section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #222;
    position: relative;
    padding-bottom: 12px;
}

.vrt-section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: #FF7A00;
}

/* Grid System */
.vrt-domains-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Card Styles */
.vrt-domain-card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 32px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.vrt-domain-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.vrt-card-wide {
    grid-column: span 2;
    background: linear-gradient(135deg, #ffffff 0%, #f9fbff 100%);
}

/* Decorative Borders */
.vrt-card-border-orange { border-top: 5px solid #FF7A00; }
.vrt-card-border-blue { border-top: 5px solid #1E3A8A; }

/* Icon Containers */
.vrt-card-icon {
    width: 48px;
    height: 48px;
    background: #eef2ff;
    color: #1E3A8A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 24px;
    font-size: 20px;
}

.icon-orange { background: #fff5ec; color: #FF7A00; }

/* Text Styles */
.vrt-domain-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #111;
}

.vrt-domain-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 24px;
    font-weight: 400;
}

/* Tags */
.vrt-tags { display: flex; gap: 10px; }
.vrt-tags span {
    background: #f0f3f7;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #1E3A8A;
}

/* Background Image Card */
.vrt-card-bg-img {
    grid-column: span 2;
    background: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.85)), 
                url('YOUR_IMAGE_URL_HERE');
    background-size: cover;
    background-position: center;
}

.vrt-learn-more {
    color: #FF7A00;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
}

/* Responsive Grid */
@media (max-width: 1024px) {
    .vrt-domains-grid { grid-template-columns: repeat(2, 1fr); }
    .vrt-card-wide, .vrt-card-bg-img { grid-column: span 2; }
}

@media (max-width: 768px) {
    .vrt-domains-grid { grid-template-columns: 1fr; }
    .vrt-card-wide, .vrt-card-bg-img { grid-column: span 1; }
    .vrt-section-title { font-size: 24px; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-84d1ab8 */.elementor-1163 .elementor-element.elementor-element-84d1ab8 {
    background: radial-gradient(circle at top right, #fff5ec 0%, 
}/* End custom CSS */