body {
    color: #333;
    font-family: Muli, Arial, sans-serif;
    line-height: 1.6;
}

a {
    color: #0a5ab8;
}

.pt-sans {
    font-family: "PT Sans", Arial, sans-serif;
}

.dark-bg {
    background: #042964;
}

.light-bg {
    background: #fff;
}

.header-top {
    padding: 10px 0;
}

.header-top ul,
.header-menu ul,
.footer-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-top a,
.header-top li {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    margin-right: 18px;
}

.ictvoip-version-badge,
.ictvoip-stable-badge {
    border-radius: 999px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-left: 8px;
    padding: 4px 10px;
}

.ictvoip-version-badge {
    background: #fff;
    color: #0a5ab8;
}

.ictvoip-stable-badge {
    background: #28a745;
    color: #fff;
}

.main-header {
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    padding: 0;
}

.site-logo {
    display: block;
    max-height: 80px;
    width: auto;
}

.logo-text {
    color: #042964;
    display: none;
    font-size: 24px;
    font-weight: 700;
}

.header-menu > ul {
    display: flex;
    justify-content: flex-end;
}

.header-menu > ul > li {
    margin-left: 24px;
    position: relative;
}

.header-menu a {
    color: #333;
    font-weight: 700;
}

.header-menu li.active > a,
.header-menu a:hover {
    color: #0a5ab8;
    text-decoration: none;
}

.header-menu li ul {
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    display: none;
    left: 0;
    min-width: 240px;
    padding: 14px 0;
    position: absolute;
    top: 100%;
    z-index: 20;
}

.header-menu li:hover ul {
    display: block;
}

.header-menu li ul li {
    margin: 0;
}

.header-menu li ul a {
    display: block;
    font-weight: 600;
    padding: 8px 18px;
}

.btn-docs,
.btn-primary,
.btn-reference {
    background: #1f4a8a;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    padding: 10px 18px;
}

.btn-docs:hover,
.btn-primary:hover,
.btn-reference:hover {
    background: #0a5ab8;
    color: #fff;
    text-decoration: none;
}

.home-hero,
.page-hero {
    background: linear-gradient(135deg, #2196f3 0%, #0a5ab8 100%);
    color: #fff;
    overflow: hidden;
    padding: 85px 0;
    position: relative;
}

.hero-slider {
    padding: 0;
}

.hero-rotator {
    min-height: 500px;
}

.hero-rotator-track {
    min-height: 500px;
    position: relative;
    z-index: 2;
}

.hero-rotator-slide {
    animation: ictvoipHeroFade 24s infinite;
    inset: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
}

.hero-rotator-slide.is-first {
    opacity: 1;
    position: relative;
    visibility: visible;
}

.hero-rotator-slide:nth-child(2) {
    animation-delay: 6s;
}

.hero-rotator-slide:nth-child(3) {
    animation-delay: 12s;
}

.hero-rotator-slide:nth-child(4) {
    animation-delay: 18s;
}

@keyframes ictvoipHeroFade {
    0%,
    22% {
        opacity: 1;
        visibility: visible;
    }
    25%,
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.hero-slider .carousel,
.hero-slider .carousel-inner,
.hero-slider .carousel-item {
    min-height: 500px;
}

.hero-slide-bg {
    background: linear-gradient(135deg, #2196f3 0%, #0a5ab8 100%);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.hero-slide-bg::before {
    background-image: url("/img/wave-pattern-v2.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    filter: blur(3px);
    height: 45%;
    opacity: 0.4;
    pointer-events: none;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 35%;
    z-index: 1;
}

.hero-slide-row {
    min-height: 500px;
    position: relative;
    z-index: 2;
}

.home-content {
    background: #f7f9fc;
    overflow-x: hidden;
    padding: 0;
}

.home-content > .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.home-intro-panel {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(4, 41, 100, 0.12);
    margin: 70px auto 70px;
    max-width: 980px;
    padding: 54px 64px 50px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.home-intro-panel .section-kicker {
    color: #0a5ab8;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.home-intro-panel h1 {
    color: #042964;
    font-family: "PT Sans", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto 18px;
    max-width: 820px;
}

.home-intro-panel p {
    color: #5f6f88;
    font-size: 18px;
    line-height: 1.75;
    margin: 0 auto;
    max-width: 850px;
}

.slide-content h3 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.slide-content h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.slide-content h1 span {
    color: #fff;
}

.slide-content p {
    color: rgba(255,255,255,0.92);
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 26px;
    max-width: 640px;
}

.slide-content .btn {
    margin-right: 12px;
    margin-top: 6px;
}

.slide-overlay-image {
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4), 0 5px 15px rgba(0,0,0,0.2);
    max-height: 400px;
    max-width: 550px;
    opacity: 0.75;
    width: 100%;
}

.hero-slider .carousel-indicators {
    bottom: 24px;
}

.hero-slider .carousel-indicators li {
    border-radius: 50%;
    height: 11px;
    margin: 0 6px;
    width: 11px;
}

.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
    opacity: 0.55;
    width: 7%;
}

.contact-hero {
    background: linear-gradient(135deg, #042964 0%, #0166dc 100%);
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
    text-align: center;
}

.contact-hero::before {
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
}

.contact-hero .container {
    position: relative;
    z-index: 1;
}

.contact-hero h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-hero p {
    color: rgba(255,255,255,0.9);
    font-size: 20px;
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    max-width: 760px;
}

.home-hero::before,
.page-hero::before {
    background-image: url("../images/wave-pattern-v2.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    filter: blur(2px);
    height: 70%;
    opacity: 0.28;
    pointer-events: none;
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    width: 48%;
}

.home-hero::after,
.page-hero::after {
    background: radial-gradient(circle at center, rgba(255,255,255,0.18), rgba(255,255,255,0));
    border-radius: 50%;
    content: "";
    height: 360px;
    position: absolute;
    right: -120px;
    top: -100px;
    width: 360px;
}

.home-hero .container,
.page-hero .container {
    position: relative;
    z-index: 2;
}

.home-hero h3,
.page-hero h3 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.home-hero h1,
.page-hero h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 15px;
}

.home-hero p,
.page-hero p {
    color: rgba(255,255,255,0.9);
    font-size: 17px;
    max-width: 760px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.doc-content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    padding: 40px;
}

.doc-content h1 {
    border-bottom: 3px solid #1f4a8a;
    color: #1f4a8a;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 30px;
    padding-bottom: 18px;
}

.doc-content h2 {
    border-bottom: 1px solid #eee;
    color: #333;
    margin: 40px 0 20px;
    padding-bottom: 10px;
}

.alert-box {
    border-radius: 6px;
    margin: 20px 0 30px;
    padding: 20px;
}

.alert-info {
    background: #d1ecf1;
    border-left: 4px solid #17a2b8;
    color: #304966;
    line-height: 1.65;
}

.alert-warning {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    color: #856404;
    line-height: 1.65;
}

.alert-success {
    background: #d4edda;
    border-left: 4px solid #28a745;
    color: #155724;
    line-height: 1.65;
}

.alert-danger {
    background: #f8d7da;
    border-left: 4px solid #dc3545;
    color: #721c24;
    line-height: 1.65;
}

.gateway-verify-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 20px 0 30px;
}

.gateway-verify-card {
    border-radius: 8px;
    padding: 22px 24px;
}

.gateway-verify-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.gateway-verify-card p {
    margin-bottom: 12px;
}

.gateway-verify-card ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.gateway-verify-good {
    background: #d4edda;
    border-left: 4px solid #28a745;
    color: #155724;
}

.gateway-verify-bad {
    background: #f8d7da;
    border-left: 4px solid #dc3545;
    color: #721c24;
}

.eula-hero {
    background: linear-gradient(135deg, #2196F3 0%, #0a5ab8 100%);
    color: #fff;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}

.eula-hero h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.eula-hero p {
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    margin: 0 auto;
    max-width: 700px;
}

.eula-badge {
    background: #ff9800;
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 8px 20px;
}

.eula-section-wrapper {
    background: #f8f9fa;
    padding: 80px 0;
}

.eula-container {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    margin: 0 auto;
    max-width: 1100px;
    padding: 50px;
}

.eula-section {
    margin-bottom: 40px;
}

.eula-section h2,
.contact-info h2 {
    border-bottom: 2px solid #e9ecef;
    color: #007bff;
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.eula-section h3 {
    color: #333;
    font-size: 1.3rem;
    margin-bottom: 15px;
    margin-top: 25px;
}

.eula-section p,
.eula-section ul,
.eula-section ol {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.eula-section ul,
.eula-section ol {
    padding-left: 30px;
}

.eula-section li {
    margin-bottom: 10px;
}

.eula-section strong {
    color: #333;
}

.eula-table {
    border-collapse: collapse;
    margin: 20px 0;
    width: 100%;
}

.eula-table th,
.eula-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.eula-table th {
    background-color: #007bff;
    color: #fff;
    font-weight: 600;
}

.eula-table tr:nth-child(even) {
    background-color: #f8f9fa;
}

.highlight-box {
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
    margin: 20px 0;
    padding: 20px;
}

.warning-box {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    margin: 20px 0;
    padding: 20px;
}

.footer-info {
    border-top: 2px solid #e9ecef;
    color: #666;
    margin-top: 50px;
    padding-top: 30px;
    text-align: center;
}

.contact-info {
    background-color: #f8f9fa;
    border-radius: 8px;
    margin: 30px 0;
    padding: 30px;
}

.contact-info h3 {
    color: #007bff;
    margin-bottom: 20px;
}

.contact-info p {
    margin-bottom: 10px;
}

.doc-content table {
    border-collapse: collapse;
    margin: 20px 0 30px;
    width: 100%;
}

.doc-content th,
.doc-content td {
    border: 1px solid #dee2e6;
    padding: 12px 14px;
    vertical-align: top;
}

.doc-content th {
    background: #1f4a8a;
    color: #fff;
    font-weight: 700;
}

.doc-content code {
    background: #f1f4f8;
    border-radius: 4px;
    color: #0a3f7a;
    padding: 2px 5px;
}

.doc-content pre {
    background: #0f1f33;
    border-radius: 6px;
    color: #f4f7fb;
    margin: 18px 0 28px;
    overflow-x: auto;
    padding: 18px;
}

.doc-fusionpbx-wildcard-ssl-cloudflare {
    color: #1e293b;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
    line-height: 1.6;
}

.doc-fusionpbx-wildcard-ssl-cloudflare h2 {
    border-bottom: 2px solid #e2e8f0;
    color: #2563eb;
    margin: 2rem 0 1rem;
    padding-bottom: 0.5rem;
}

.doc-fusionpbx-wildcard-ssl-cloudflare h3 {
    color: #1e293b;
    margin: 1.5rem 0 0.75rem;
}

.doc-fusionpbx-wildcard-ssl-cloudflare p {
    margin-bottom: 1rem;
}

.doc-fusionpbx-wildcard-ssl-cloudflare .toc {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin: 1.5rem 0;
    padding: 1.5rem;
}

.doc-fusionpbx-wildcard-ssl-cloudflare .toc h3 {
    color: #1e293b;
    margin-top: 0;
}

.doc-fusionpbx-wildcard-ssl-cloudflare .toc ul {
    list-style: none;
    margin: 1rem 0;
    padding-left: 0;
}

.doc-fusionpbx-wildcard-ssl-cloudflare .toc li {
    margin-bottom: 0.375rem;
}

.doc-fusionpbx-wildcard-ssl-cloudflare .toc a {
    color: #2563eb;
    text-decoration: none;
}

.doc-fusionpbx-wildcard-ssl-cloudflare .toc a:hover {
    text-decoration: underline;
}

.doc-fusionpbx-wildcard-ssl-cloudflare .card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin: 1rem 0;
    padding: 1.5rem;
}

.doc-fusionpbx-wildcard-ssl-cloudflare .card-header {
    align-items: center;
    background: transparent;
    border: 0;
    color: #2563eb;
    display: flex;
    font-weight: 600;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    padding: 0;
}

.doc-fusionpbx-wildcard-ssl-cloudflare table {
    background: #fff;
    border-collapse: collapse;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin: 1rem 0;
    overflow: hidden;
    width: 100%;
}

.doc-fusionpbx-wildcard-ssl-cloudflare th,
.doc-fusionpbx-wildcard-ssl-cloudflare td {
    border: 0;
    border-bottom: 1px solid #e2e8f0;
    padding: 0.75rem 1rem;
    text-align: left;
}

.doc-fusionpbx-wildcard-ssl-cloudflare th {
    background-color: #f8fafc;
    color: #1e293b;
    font-weight: 600;
}

.doc-fusionpbx-wildcard-ssl-cloudflare tr:last-child td {
    border-bottom: 0;
}

.doc-fusionpbx-wildcard-ssl-cloudflare pre {
    background-color: #1e293b;
    border-radius: 6px;
    color: #e2e8f0;
    font-family: Monaco, Menlo, "Ubuntu Mono", monospace;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 1rem 0;
    overflow-x: auto;
    padding: 1rem 1.25rem;
}

.doc-fusionpbx-wildcard-ssl-cloudflare code {
    font-family: Monaco, Menlo, "Ubuntu Mono", monospace;
    font-size: 0.875em;
}

.doc-fusionpbx-wildcard-ssl-cloudflare p code,
.doc-fusionpbx-wildcard-ssl-cloudflare li code,
.doc-fusionpbx-wildcard-ssl-cloudflare td code {
    background-color: #f1f5f9;
    border-radius: 4px;
    color: #1d4ed8;
    padding: 0.125rem 0.375rem;
}

.doc-fusionpbx-wildcard-ssl-cloudflare .alert-box {
    border-radius: 6px;
    margin: 1rem 0;
    padding: 1rem 1.25rem;
}

.doc-fusionpbx-wildcard-ssl-cloudflare .alert-info {
    background-color: #eff6ff;
    border-left: 4px solid #2563eb;
    color: #1e40af;
}

.doc-fusionpbx-wildcard-ssl-cloudflare .alert-warning {
    background-color: #fffbeb;
    border-left: 4px solid #f59e0b;
    color: #92400e;
}

.doc-fusionpbx-wildcard-ssl-cloudflare .alert-success {
    background-color: #f0fdf4;
    border-left: 4px solid #22c55e;
    color: #166534;
}

.doc-content pre code {
    background: transparent;
    color: inherit;
    padding: 0;
}

.alert-box ul {
    margin-bottom: 0;
    margin-top: 10px;
}

.do-dont-table th {
    color: #fff;
}

.do-dont-table th:first-child {
    background: #28a745;
}

.do-dont-table th:last-child {
    background: #dc3545;
}

.changelog-frame-card {
    background: #f4f4f4;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(4, 41, 100, 0.08);
    margin-top: 24px;
    overflow: hidden;
    padding: 18px;
}

.changelog-latest-frame {
    background: #f4f4f4;
    border: 0;
    border-radius: 8px;
    display: block;
    min-height: 1720px;
    width: 100%;
}

.reference-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin-top: 25px;
}

.reference-card {
    background: #fff;
    border: 1px solid #e8eef7;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(31,74,138,0.08);
    padding: 24px;
}

.reference-card .icon {
    align-items: center;
    background: #eaf3ff;
    border-radius: 50%;
    color: #1f4a8a;
    display: flex;
    font-size: 20px;
    height: 48px;
    justify-content: center;
    margin-bottom: 18px;
    width: 48px;
}

.reference-card h3 {
    color: #042964;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.reference-card p {
    color: #555;
    line-height: 1.65;
}

.reference-card ul {
    margin: 16px 0 20px;
    padding-left: 20px;
}

.reference-card li {
    color: #555;
    line-height: 1.6;
    margin-bottom: 8px;
}

.reference-card .btn-reference {
    margin-top: 6px;
}

.version-info {
    background: #f8f9fa;
    border-radius: 6px;
    margin-top: 40px;
    padding: 15px 20px;
}

.version-info p {
    color: #666;
    margin: 5px 0;
}

.highlight-panel {
    background: linear-gradient(135deg, #042964 0%, #0a5ab8 100%);
    border-radius: 0;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 72px;
    padding-top: 72px;
    text-align: center;
}

.highlight-panel h2,
.highlight-panel p {
    color: #fff;
}

.highlight-panel h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.highlight-panel > p {
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    line-height: 1.8;
    margin: 0 auto 30px;
    max-width: 950px;
}

.highlight-list-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin-top: 20px;
}

.highlight-list-grid ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.highlight-list-grid li {
    color: #fff;
    font-size: 16px;
    padding: 8px 0;
}

.highlight-list-grid li::before {
    color: #4caf50;
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 10px;
}

.video-preview-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(1,102,220,0.2);
    margin: 0 auto;
    max-width: 960px;
    overflow: hidden;
}

.video-preview-card video {
    background: #111;
    display: block;
    min-height: 260px;
    object-fit: cover;
}

.video-preview-caption {
    padding: 24px 28px;
}

.video-preview-caption h3 {
    color: #042964;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.home-section {
    box-sizing: border-box;
    margin: 0;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 80px;
    width: 100%;
}

.home-section > .section-title,
.home-section > .video-preview-card,
.home-section > .highlight-list-grid,
.feature-offer-section > .gradient-card-grid,
.feature-offer-section > .offer-card-grid,
.client-services-section > .service-card-grid,
#addons > .gradient-card-grid,
#compatibility > .compat-grid,
#cdr > .ictvoip-feature-box,
#cdr > .image-showcase,
.home-section > .cta-panel {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
}

.home-section + .home-section {
    border-top: 1px solid #eef2f7;
}

.intro-video-section,
.offer-section,
.alternate-section,
.client-services-section {
    background: #f8f9fa;
}

.intro-video-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding-bottom: 80px;
    padding-top: 80px;
}

.intro-video-section .section-title {
    margin-bottom: 40px;
}

.intro-video-section .section-title span {
    color: #0166dc;
    font-size: 15px;
}

.intro-video-section .section-title h2 {
    color: #042964;
    font-size: 34px;
    line-height: 1.25;
    margin-bottom: 14px;
}

.intro-video-section .section-title p {
    color: #666;
    font-size: 17px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 760px;
}

.section-title {
    margin: 0 auto 42px;
    max-width: 840px;
    text-align: center;
}

.section-title span,
.section-kicker {
    color: #0166dc;
    display: block;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.section-title h2,
.split-copy h2 {
    color: #042964;
    font-size: 38px;
    font-weight: 700;
}

.split-copy h2 span {
    color: #0166dc;
}

.feature-grid,
.training-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin: 30px 0;
}

.feature-grid.compact {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.offer-card-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.offer-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    padding: 32px 28px;
    text-align: center;
    transition: all 0.3s ease;
}

.offer-card:hover {
    box-shadow: 0 15px 42px rgba(1,102,220,0.18);
    transform: translateY(-5px);
}

.offer-card .fa {
    align-items: center;
    background: linear-gradient(135deg, #0166dc 0%, #0a5ab8 100%);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 30px;
    height: 72px;
    justify-content: center;
    margin-bottom: 22px;
    width: 72px;
}

.offer-card h3 {
    color: #042964;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 12px;
}

.offer-card p {
    color: #666;
    margin-bottom: 0;
}

.feature-offer-section {
    background: #fff;
}

.feature-offer-section .section-title {
    margin-bottom: 54px;
}

.feature-offer-section .section-title span {
    color: #0166dc;
    font-size: 11px;
    letter-spacing: 0.7px;
    margin-bottom: 8px;
}

.feature-offer-section .section-title h2 {
    color: #042964;
    font-family: "PT Sans", sans-serif;
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.feature-offer-section .section-title p {
    color: #5f6f88;
    font-size: 14px;
    margin: 0;
}

.feature-offer-section .gradient-card-grid.two-col {
    gap: 28px 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 28px;
}

.feature-offer-section .gradient-border-card {
    background: #fff;
    border: 2px solid #0166dc;
    border-radius: 8px;
    box-shadow: none;
    min-height: 235px;
    padding: 28px 30px 26px;
}

.feature-offer-section .gradient-border-card h3 {
    color: #042964;
    font-size: 17px;
    line-height: 1.35;
    margin-bottom: 14px;
}

.feature-offer-section .gradient-border-card p {
    color: #4f6280;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 18px;
}

.feature-offer-section .gradient-border-card ul {
    margin: 0 0 20px;
}

.feature-offer-section .gradient-border-card li {
    color: #4f6280;
    font-size: 13px;
    margin-bottom: 9px;
}

.feature-offer-section .gradient-border-card .btn-reference {
    background: #00c879;
    border-radius: 0;
    font-size: 12px;
    padding: 10px 18px;
}

.feature-offer-section .gradient-border-card .btn-reference:hover {
    background: #042964;
}

.feature-offer-section .offer-card-grid {
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
}

.feature-offer-section .offer-card {
    border-radius: 0;
    border-top: 2px solid #0166dc;
    box-shadow: 0 8px 26px rgba(4, 41, 100, 0.08);
    min-height: 220px;
    padding: 52px 24px 34px;
}

.feature-offer-section .offer-card .fa {
    background: transparent;
    border-radius: 0;
    color: #0166dc;
    display: block;
    font-size: 32px;
    height: auto;
    margin: 0 0 34px;
    width: auto;
}

.feature-offer-section .offer-card h3 {
    color: #042964;
    font-size: 15px;
    margin-bottom: 18px;
}

.feature-offer-section .offer-card p {
    color: #4f6280;
    font-size: 13px;
    line-height: 1.75;
}

.gradient-card-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin: 30px 0;
}

.gradient-card-grid.two-col {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}

.gradient-border-card {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #0166dc, #042964) border-box;
    border: 2px solid transparent;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.08);
    padding: 30px;
}

.gradient-border-card.wide {
    grid-column: 1 / -1;
}

.gradient-border-card h3 {
    color: #042964;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 14px;
}

.gradient-border-card h3 .fa,
.gradient-border-card h3 i {
    color: #0166dc;
    margin-right: 10px;
}

.gradient-border-card ul,
.theme-list-style,
.three-list ul {
    list-style: none;
    margin: 18px 0;
    padding: 0;
}

.gradient-border-card li,
.theme-list-style li,
.three-list li {
    color: #555;
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
}

.gradient-border-card li::before,
.theme-list-style li::before,
.three-list li::before {
    color: #0166dc;
    content: "\f00c";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
}

.split-section {
    align-items: center;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, minmax(0, 540px));
    justify-content: center;
}

.split-copy p {
    color: #666;
    font-size: 17px;
}

#fusionpbx.alternate-section {
    background-color: #eaf8ff;
    background-image: radial-gradient(circle, rgba(4, 41, 100, 0.08) 2px, transparent 3px);
    background-position: center;
    background-size: 18px 18px;
    border-top: 0;
    column-gap: 72px;
    grid-template-columns: minmax(0, 420px) minmax(0, 560px);
    justify-content: center;
    overflow: hidden;
    padding: 110px 0;
    position: relative;
}

#fusionpbx.alternate-section::before {
    background: rgba(234, 248, 255, 0.78);
    content: "";
    inset: 0;
    position: absolute;
}

#fusionpbx > * {
    position: relative;
    z-index: 1;
}

#fusionpbx .section-kicker {
    color: #0166dc;
    font-size: 13px;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
}

#fusionpbx .split-copy h2 {
    color: #042964;
    font-family: "PT Sans", sans-serif;
    font-size: 38px;
    line-height: 1.25;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#fusionpbx .split-copy h2 span {
    color: #0166dc;
}

#fusionpbx .split-copy p {
    color: #4f6280;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 24px;
    max-width: 560px;
}

#fusionpbx .theme-list-style {
    margin: 0 0 28px;
}

#fusionpbx .theme-list-style li {
    color: #304966;
    font-size: 14px;
    margin-bottom: 12px;
}

#fusionpbx .btn-reference {
    background: #00c879;
    border-radius: 0;
    font-size: 13px;
    padding: 12px 22px;
}

#fusionpbx .btn-reference:hover {
    background: #042964;
}

.split-cards {
    display: grid;
    gap: 20px;
}

#fusionpbx .split-cards {
    border-left: 4px solid #0166dc;
    gap: 0;
    padding-left: 0;
}

#fusionpbx .ictvoip-feature-box {
    background: rgba(255,255,255,0.48);
    border-radius: 8px;
    box-shadow: none;
    padding: 28px 30px;
}

#fusionpbx .ictvoip-feature-box + .ictvoip-feature-box {
    border-top: 1px solid rgba(1, 102, 220, 0.08);
}

#fusionpbx .ictvoip-feature-box h3 {
    color: #042964;
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 16px;
}

#fusionpbx .ictvoip-feature-box h3 i {
    color: #0166dc;
}

#fusionpbx .muted {
    color: #4f6280;
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 16px;
}

#fusionpbx .api-badge-wrap {
    gap: 8px;
}

#fusionpbx .api-badge,
#fusionpbx .compat-badge {
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(1, 102, 220, 0.1);
    border-radius: 4px;
    color: #304966;
    font-size: 11px;
    font-weight: 600;
    margin: 0;
    padding: 6px 10px;
}

#fusionpbx .api-badge i,
#fusionpbx .compat-badge i {
    color: #0166dc;
    margin-right: 5px;
}

.api-reference-link {
    font-size: 12px;
    margin: 16px 0 0;
}

.api-reference-link a {
    color: #0166dc;
    font-weight: 600;
}

.ictvoip-feature-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 28px;
}

.ictvoip-feature-box h3 {
    color: #042964;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 14px;
}

.ictvoip-feature-box h3 i {
    color: #0166dc;
    margin-right: 8px;
}

.muted {
    color: #666;
    font-size: 14px;
}

.api-badge-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.api-badge,
.compat-badge {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-radius: 20px;
    color: #042964;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    margin: 4px 4px 4px 0;
    padding: 6px 12px;
}

.compat-value {
    color: #0166dc;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.service-card-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.client-services-section .service-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.single-includes {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    padding: 25px;
    text-align: center;
}

.single-includes .fa {
    color: #0166dc;
    display: block;
    font-size: 42px;
    margin-bottom: 15px;
}

.single-includes h3 {
    color: #042964;
    font-size: 18px;
    font-weight: 700;
}

.single-includes p {
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}

.dark-section {
    background: #042964;
    border-radius: 0;
}

.dark-section .section-title h2,
.dark-section .section-title p,
.dark-section .section-title span {
    color: #fff;
}

#addons .gradient-card-grid {
    margin-left: 0;
    margin-right: 0;
}

.three-list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.compat-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

#compatibility {
    background: #fff;
}

#compatibility .section-title {
    margin-bottom: 66px;
}

#compatibility .section-title span {
    color: #0166dc;
    font-size: 13px;
    letter-spacing: 0.8px;
}

#compatibility .section-title h2 {
    color: #042964;
    font-family: "PT Sans", sans-serif;
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 18px;
    text-transform: uppercase;
}

#compatibility .section-title p {
    color: #5f6f88;
    font-size: 18px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 850px;
}

#compatibility .compat-grid {
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1140px;
}

#compatibility .ictvoip-feature-box {
    background: #f3f6fb;
    border-left: 5px solid #0166dc;
    border-radius: 6px;
    box-shadow: none;
    min-height: 132px;
    padding: 26px 28px 24px;
}

#compatibility .ictvoip-feature-box h3 {
    color: #042964;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 18px;
}

#compatibility .ictvoip-feature-box h3 i {
    color: #0166dc;
    margin-right: 8px;
}

#compatibility .compat-badge {
    background: #fff;
    border: 1px solid #dfe5ef;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(4, 41, 100, 0.05);
    color: #637089;
    font-size: 13px;
    font-weight: 500;
    margin: 0 10px 10px 0;
    padding: 9px 14px;
}

#compatibility .compat-badge i {
    color: #0166dc;
    margin-right: 8px;
}

#compatibility .compat-value {
    color: #0166dc;
    font-size: 18px;
    font-weight: 700;
}

.image-showcase img {
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    display: block;
    max-width: 100%;
    width: 100%;
}

#cdr {
    background: #fff;
}

#cdr .section-title {
    margin-bottom: 64px;
}

#cdr .section-title span {
    color: #0166dc;
    font-size: 13px;
    letter-spacing: 0.8px;
}

#cdr .section-title h2 {
    color: #042964;
    font-family: "PT Sans", sans-serif;
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: 16px;
    text-transform: uppercase;
}

#cdr .section-title p {
    color: #5f6f88;
    font-size: 18px;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 760px;
}

.cdr-content-grid {
    align-items: center;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin: 0 auto;
    max-width: 1140px;
}

#cdr .ictvoip-feature-box {
    border-left: 4px solid #0166dc;
    border-radius: 10px;
    box-shadow: 0 12px 38px rgba(4, 41, 100, 0.12);
    padding: 42px;
}

#cdr .ictvoip-feature-box h3 {
    font-size: 20px;
    margin-bottom: 24px;
}

#cdr .ictvoip-feature-box p {
    color: #5f6f88;
    font-size: 16px;
    line-height: 1.8;
}

#cdr .theme-list-style {
    margin: 28px 0 34px;
}

#cdr .theme-list-style li {
    color: #4f6280;
    font-size: 15px;
    margin-bottom: 14px;
}

#cdr .btn-reference {
    background: #00c879;
    border-radius: 4px;
    font-size: 15px;
    padding: 13px 24px;
}

#cdr .btn-reference:hover {
    background: #042964;
}

#cdr .image-showcase img {
    border-radius: 10px;
    box-shadow: 0 18px 55px rgba(4, 41, 100, 0.18);
}

.feature-card,
.video-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    padding: 28px;
    transition: all 0.3s ease;
}

.feature-card:hover,
.video-card:hover {
    box-shadow: 0 12px 32px rgba(1,102,220,0.16);
    transform: translateY(-4px);
}

.feature-card .fa,
.feature-card > i {
    color: #0166dc;
    font-size: 34px;
    margin-bottom: 18px;
}

.feature-card h3,
.video-card h3 {
    color: #042964;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 12px;
}

.feature-card p,
.video-card p {
    color: #666;
}

.training-hero {
    background: linear-gradient(135deg, #2196f3 0%, #0a5ab8 100%);
    min-height: 350px;
    overflow: hidden;
    padding: 60px 0;
    position: relative;
}

.training-wave {
    background-image: url("../images/wave-pattern-v2.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: blur(3px);
    height: 65%;
    opacity: 0.42;
    pointer-events: none;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    z-index: 1;
}

.training-hero .container {
    max-width: 1100px;
    position: relative;
    z-index: 2;
}

.training-hero-content {
    padding: 40px 0;
}

.training-hero-content h3 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.training-hero-content h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.training-hero-content p {
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    max-width: 500px;
}

.training-hero-btn {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    color: #0166dc;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 32px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.training-hero-btn:hover {
    background: #042964;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
}

.training-hero-btn i {
    margin-right: 8px;
}

.training-certified-badge {
    animation: floatTrainingBadge 3s ease-in-out infinite;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,0.3));
    max-width: 180px;
}

@keyframes floatTrainingBadge {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

.training-main {
    background: #f8f9fa;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.sidebar-nav {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    padding: 25px;
    position: sticky;
    top: 110px;
}

.sidebar-nav h4 {
    color: #042964;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sidebar-nav h4 i {
    color: #0166dc;
    margin-right: 8px;
}

.sidebar-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav li {
    margin-bottom: 8px;
}

.sidebar-nav a {
    border-radius: 6px;
    color: #4f6280;
    display: block;
    font-weight: 600;
    padding: 10px 12px;
}

.sidebar-nav a:hover,
.sidebar-nav a.active {
    background: #eaf3ff;
    color: #0166dc;
    text-decoration: none;
}

.sidebar-nav a i {
    margin-right: 8px;
    width: 18px;
}

.video-section {
    padding-top: 60px;
}

.video-section:first-child {
    padding-top: 0;
}

.section-header {
    margin-bottom: 28px;
}

.section-header h2 {
    color: #042964;
    font-size: 34px;
    font-weight: 700;
    margin: 14px 0 10px;
}

.section-header p {
    color: #5f6f88;
    font-size: 17px;
    line-height: 1.7;
}

.training-video-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.training-video-card:hover {
    box-shadow: 0 12px 32px rgba(1,102,220,0.16);
    transform: translateY(-4px);
}

.training-video-wrapper {
    background: #111;
}

.training-video-wrapper video {
    display: block;
    min-height: 220px;
    object-fit: cover;
    width: 100%;
}

.training-video-info {
    padding: 24px;
}

.training-video-info h4 {
    color: #042964;
    font-size: 21px;
    font-weight: 700;
    margin: 12px 0 10px;
}

.training-video-info p {
    color: #5f6f88;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
}

.coming-soon-section {
    background: #fff;
    border-left: 4px solid #0166dc;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    margin-top: 60px;
    padding: 32px;
}

.video-info {
    padding: 0;
}

.video-badge {
    background: #0166dc;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 14px;
    padding: 6px 14px;
}

.video-badge .fa {
    margin-right: 6px;
}

.cta-panel {
    background: #f4f8ff;
    border-left: 4px solid #0166dc;
    border-radius: 8px;
    margin: 40px 0 10px;
    padding: 30px;
}

.cta-panel h2 {
    margin-top: 0;
}

.btn-reference.secondary {
    background: #042964;
    margin-left: 10px;
}

/* Final homepage alignment overrides. Keep full-width backgrounds while centering content. */
.feature-offer-section .gradient-card-grid.two-col {
    margin: 0 auto 28px;
    max-width: 960px;
}

.feature-offer-section .offer-card-grid {
    margin: 20px auto 0;
    max-width: 1140px;
}

#addons .section-title,
#addons .gradient-card-grid,
#compatibility .section-title,
#compatibility .compat-grid,
.closing-section .section-title,
.closing-section .cta-panel {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
}

#addons .section-title,
#compatibility .section-title,
.closing-section .section-title {
    max-width: 840px;
}

#addons {
    background: linear-gradient(135deg, #042964 0%, #0a5ab8 100%);
    padding-bottom: 88px;
    padding-top: 88px;
}

#addons .section-title {
    margin-bottom: 36px;
}

#addons .section-title span {
    font-size: 13px;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
}

#addons .section-title h2 {
    font-family: "PT Sans", sans-serif;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#addons .section-title p {
    color: rgba(255,255,255,0.82);
    font-size: 16px;
    line-height: 1.6;
}

#addons .gradient-card-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1140px;
}

#addons .gradient-border-card {
    background: #fff;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 12px 34px rgba(0,0,0,0.16);
    padding: 26px 28px;
}

#addons .gradient-border-card.wide {
    grid-column: 1 / -1;
}

#addons .gradient-border-card h3 {
    color: #042964;
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 12px;
}

#addons .gradient-border-card p {
    color: #4f6280;
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 14px;
}

#addons .gradient-border-card ul,
#addons .three-list ul {
    margin: 0 0 16px;
}

#addons .gradient-border-card li,
#addons .three-list li {
    color: #4f6280;
    font-size: 14px;
    margin-bottom: 8px;
}

#addons .three-list {
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 14px;
}

#addons .btn-reference {
    background: #00c879;
    border-radius: 0;
    font-size: 13px;
    margin-top: 4px;
    padding: 9px 16px;
}

#addons .btn-reference:hover {
    background: #042964;
}

.trial-cta-section {
    background: linear-gradient(135deg, #042964 0%, #0a5ab8 100%);
    color: #fff;
    text-align: center;
}

.trial-cta-content {
    margin: 0 auto;
    max-width: 820px;
}

.trial-cta-content h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 22px;
}

.trial-cta-content p {
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 28px;
}

.trial-cta-content .btn-reference {
    background: #00c879;
    border: 1px solid #00c879;
    border-radius: 0;
    margin: 0 8px 8px;
}

.trial-cta-content .btn-reference.secondary {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.built-by-section {
    background: #fff;
}

.built-by-grid {
    align-items: center;
    display: grid;
    gap: 70px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin: 0 auto;
    max-width: 1140px;
}

.built-by-copy h2 {
    color: #042964;
    font-family: "PT Sans", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 26px;
    text-transform: uppercase;
}

.built-by-copy h2 span {
    color: #0166dc;
}

.built-by-copy p {
    color: #4f6280;
    font-size: 16px;
    line-height: 1.8;
}

.built-by-copy .theme-list-style {
    margin: 22px 0 30px;
}

.built-by-copy .theme-list-style li {
    color: #304966;
    font-size: 14px;
}

.release-badges {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ictvoip-version-badge,
.ictvoip-stable-badge {
    border-radius: 16px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 12px;
}

.ictvoip-version-badge {
    background: #0166dc;
    color: #fff;
}

.ictvoip-stable-badge {
    background: #e9f8f0;
    color: #00a864;
}

.ictvoip-testimonial {
    background: #fff;
    border-radius: 10px;
    border-top: 4px solid #0166dc;
    box-shadow: 0 15px 45px rgba(4, 41, 100, 0.12);
    padding: 34px;
}

.ictvoip-testimonial p {
    color: #555;
    font-size: 18px;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 24px;
}

.testimonial-author {
    align-items: center;
    display: flex;
    gap: 15px;
}

.author-badge {
    align-items: center;
    background: linear-gradient(135deg, #0166dc 0%, #042964 100%);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    height: 60px;
    justify-content: center;
    width: 60px;
}

.testimonial-author h5 {
    color: #042964;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.testimonial-author span {
    color: #666;
    font-size: 14px;
}

.contact-strip-section {
    background: linear-gradient(135deg, #0a4a8f 0%, #0166DC 100%);
    color: #fff;
    padding-bottom: 120px;
    padding-top: 120px;
}

.contact-strip-section .section-title span,
.contact-strip-section .section-title h2,
.contact-strip-section .section-title p {
    color: #fff;
}

.contact-strip-section .section-title span,
.contact-strip-section .section-title p {
    color: rgba(255,255,255,0.8);
}

.contact-strip-section .section-title {
    margin-bottom: 0;
    padding-bottom: 30px;
}

.contact-strip-section .section-title span {
    color: rgba(255,255,255,0.7);
}

.contact-strip-section .section-title h2 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 0;
    text-transform: uppercase;
}

.contact-strip-section .section-title p {
    font-size: 16px;
    line-height: 1.8;
}

.contact-strip-grid {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 40px auto 0;
    max-width: 760px;
}

.contact-strip-item {
    padding: 20px;
    text-align: center;
}

.contact-strip-item i {
    color: #0166dc;
    font-size: 42px;
    margin-bottom: 15px;
}

.contact-strip-item h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.contact-strip-item a {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}

.warning-box {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 6px;
    margin: 20px 0;
    padding: 18px;
}

.highlight-box {
    background: #d1ecf1;
    border-left: 4px solid #17a2b8;
    border-radius: 6px;
    margin: 20px 0;
    padding: 18px;
}

.eula-container {
    color: #555;
    font-family: Muli, Arial, sans-serif;
    font-size: 14px;
}

.eula-hero h1,
.eula-container h1,
.eula-container h2,
.eula-container h3,
.eula-container h4,
.eula-container h5,
.eula-container h6 {
    font-family: "PT Sans", Arial, sans-serif;
    line-height: 1.4;
}

.eula-container .eula-section h2,
.eula-container .contact-info h2 {
    border-bottom: 2px solid #e9ecef;
    color: #007bff;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.eula-container .eula-section h3 {
    color: #333;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 25px;
}

.eula-container .eula-section p,
.eula-container .eula-section ul,
.eula-container .eula-section ol {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.eula-container .eula-section ul,
.eula-container .eula-section ol {
    padding-left: 30px;
}

.eula-container .eula-section li {
    margin-bottom: 10px;
}

.eula-container .highlight-box {
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
    border-radius: 0;
    margin: 20px 0;
    padding: 20px;
}

.eula-container .warning-box {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 0;
    margin: 20px 0;
    padding: 20px;
}

.eula-container .contact-info {
    background-color: #f8f9fa;
    border-radius: 8px;
    margin: 30px 0;
    padding: 30px;
}

.eula-container .contact-info p {
    margin-bottom: 10px;
}

.contact-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.contact-info-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    padding: 40px;
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    box-shadow: 0 10px 30px rgba(1,102,220,0.15);
    transform: translateY(-5px);
}

.contact-info-card .icon {
    align-items: center;
    background: linear-gradient(135deg, #0166dc 0%, #0a5ab8 100%);
    border-radius: 50%;
    display: flex;
    height: 70px;
    justify-content: center;
    margin: 0 auto 25px;
    width: 70px;
}

.contact-info-card .icon i {
    color: #fff;
    font-size: 32px;
}

.contact-info-card h4 {
    color: #042964;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.contact-info-card p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
    text-align: center;
}

.contact-info-card a {
    color: #0166dc;
    font-weight: 600;
}

.contact-form-container {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    margin-top: 40px;
    padding: 50px;
}

.contact-form-container h2 {
    color: #042964;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.contact-form-container .subtitle {
    color: #666;
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
}

.elfsight-app-2c195fea-a233-43e1-9ef5-67b75b2f10dd a[href*="elfsight.com"],
.elfsight-app-2c195fea-a233-43e1-9ef5-67b75b2f10dd [class*="eapps-link"],
.elfsight-app-2c195fea-a233-43e1-9ef5-67b75b2f10dd [class*="eapps-branding"] {
    display: none !important;
}

.footer {
    background: linear-gradient(135deg, #042964 0%, #0a5ab8 100%);
    color: rgba(255,255,255,0.7);
}

.footer h3,
.footer h4 {
    color: rgba(255,255,255,0.95);
    margin-bottom: 20px;
}

.footer-logo {
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    max-height: 50px;
    width: auto;
}

.footer-brand {
    display: none;
}

.footer a {
    color: rgba(255,255,255,0.75);
}

.footer-widget li {
    margin-bottom: 10px;
}

.footer-widget .fa {
    margin-right: 10px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
    padding-top: 20px;
}

.footer-bottom p {
    color: rgba(255,255,255,0.6);
    margin-bottom: 0;
}

.pt-60 {
    padding-top: 60px;
}

.pb-30 {
    padding-bottom: 30px;
}

.ssl-doc-section {
    background: #f8fafc;
}

.ssl-doc-section > .container {
    max-width: 964px;
}

.ssl-doc-production {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    color: #1e293b;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    padding: 2rem;
}

.ssl-doc-production h1 {
    border-bottom: 0;
    color: #1e293b;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0.5rem;
    padding-bottom: 0;
}

.ssl-doc-production h2 {
    border-bottom: 2px solid #e2e8f0 !important;
    color: #2563eb !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin: 2rem 0 1rem !important;
    padding-bottom: 0.5rem !important;
    text-transform: none !important;
}

.ssl-doc-production h3 {
    color: #1e293b !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif !important;
    font-size: 1.17rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    margin: 1.5rem 0 0.75rem !important;
    text-transform: none !important;
}

.ssl-doc-production h4 {
    color: #64748b;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
    margin: 1rem 0 0.5rem;
}

.ssl-doc-production p {
    color: #1e293b;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.ssl-doc-production ul,
.ssl-doc-production ol {
    color: #1e293b;
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.ssl-doc-production li {
    color: #1e293b;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.ssl-doc-production a {
    color: #2563eb;
}

.ssl-doc-production .toc {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin: 1.5rem 0;
    padding: 1.5rem;
}

.ssl-doc-production .toc h3 {
    color: #1e293b !important;
    margin-top: 0 !important;
}

.ssl-doc-production .toc ul {
    list-style: none;
    padding-left: 0;
}

.ssl-doc-production .toc li {
    margin-bottom: 0.375rem;
}

.ssl-doc-production .toc a {
    color: #2563eb;
    text-decoration: none;
}

.ssl-doc-production .toc a:hover {
    text-decoration: underline;
}

.ssl-doc-production .card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin: 1rem 0;
    padding: 1.5rem;
}

.ssl-doc-production .card-header {
    align-items: center;
    background: transparent;
    border: 0;
    color: #2563eb;
    display: flex;
    font-weight: 600;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    padding: 0;
}

.ssl-doc-production table {
    background: #fff;
    border-collapse: collapse;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin: 1rem 0;
    overflow: hidden;
    width: 100%;
}

.ssl-doc-production th,
.ssl-doc-production td {
    border: 0;
    border-bottom: 1px solid #e2e8f0;
    color: #1e293b;
    font-size: 16px;
    padding: 0.75rem 1rem;
    text-align: left;
}

.ssl-doc-production th {
    background-color: #f8fafc;
    font-weight: 600;
}

.ssl-doc-production tr:last-child td {
    border-bottom: 0;
}

.ssl-doc-production pre {
    background-color: #1e293b !important;
    border-radius: 6px;
    color: #e2e8f0 !important;
    font-family: Monaco, Menlo, "Ubuntu Mono", monospace;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 1rem 0;
    overflow-x: auto;
    padding: 1rem 1.25rem;
}

.ssl-doc-production code {
    font-family: Monaco, Menlo, "Ubuntu Mono", monospace;
    font-size: 0.875em;
}

.ssl-doc-production p code,
.ssl-doc-production li code,
.ssl-doc-production td code {
    background-color: #f1f5f9;
    border-radius: 4px;
    color: #1d4ed8;
    padding: 0.125rem 0.375rem;
}

.ssl-doc-production .alert-box {
    border-radius: 6px;
    margin: 1rem 0;
    padding: 1rem 1.25rem;
}

.ssl-doc-production .alert-info {
    background-color: #eff6ff;
    border-left: 4px solid #2563eb;
    color: #1e40af;
}

.ssl-doc-production .alert-warning {
    background-color: #fffbeb;
    border-left: 4px solid #f59e0b;
    color: #92400e;
}

.ssl-doc-production .alert-success {
    background-color: #f0fdf4;
    border-left: 4px solid #22c55e;
    color: #166534;
}

.doc-content.doc-fusionpbx-wildcard-ssl-cloudflare h2 {
    border-bottom: 2px solid #e2e8f0 !important;
    color: #2563eb !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin: 2rem 0 1rem !important;
    padding-bottom: 0.5rem !important;
    text-transform: none !important;
}

.doc-content.doc-fusionpbx-wildcard-ssl-cloudflare h3 {
    color: #1e293b !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif !important;
    font-size: 1.17rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    margin: 1.5rem 0 0.75rem !important;
    text-transform: none !important;
}

.doc-content.doc-fusionpbx-wildcard-ssl-cloudflare h4,
.doc-content.doc-fusionpbx-wildcard-ssl-cloudflare .card-header {
    color: #64748b !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif !important;
}

.doc-content.doc-fusionpbx-wildcard-ssl-cloudflare .toc h3 {
    color: #1e293b !important;
    margin-top: 0 !important;
}

.hero-rotator,
.hero-rotator-track,
.hero-slide-row {
    min-height: 650px;
}

.hero-rotator-pagination {
    bottom: 18px;
    left: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 50;
}

.hero-rotator-pagination .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #a8aecf;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 5px;
    margin: 0 5px;
    opacity: 1;
    padding: 0;
    transition: all 0.25s ease;
    width: 15px;
}

.hero-rotator-pagination .swiper-pagination-bullet.is-active,
.hero-rotator-pagination .swiper-pagination-bullet[aria-current="true"] {
    background: #a8aecf;
    height: 10px;
}

.slide-content .slide-btn-primary {
    background: #0166DC;
    border-color: #0166DC;
    color: #fff;
}

.slide-content .slide-btn-secondary {
    border: 1px solid rgba(255,255,255,0.75);
    color: #fff;
}

.slide-content a + a {
    margin-left: 15px;
}

.hero-rotator.is-js .hero-rotator-slide {
    animation: none;
    opacity: 0;
    position: absolute;
    visibility: hidden;
}

.hero-rotator.is-js .hero-rotator-slide.is-active {
    opacity: 1;
    position: relative;
    visibility: visible;
}

.hero-rotator .slide-content h3 {
    color: #202e39;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 18px;
    padding-left: 42px;
    position: relative;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    text-transform: none;
}

.hero-rotator .slide-content h3::before {
    background: #0166DC;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 30px;
}

.hero-rotator .slide-content h1 {
    color: #202e39;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    text-transform: uppercase;
}

.hero-rotator .slide-content h1 span {
    color: #0166DC;
}

.hero-rotator .slide-content p {
    color: #4c4f60;
    font-family: Muli, Arial, sans-serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 26px;
    max-width: 640px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.hero-rotator .slide-overlay-image {
    position: relative;
    z-index: 3;
}

.feature-offer-section .gradient-card-grid.two-col {
    align-items: stretch;
    gap: 30px;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 30px auto 0;
    max-width: 1140px;
}

.feature-offer-section .gradient-card-grid.two-col .gradient-border-card {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #0166DC 0%, #042964 100%) border-box;
    border: 2px solid transparent;
    border-radius: 10px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 30px;
    position: relative;
}

.feature-offer-section .gradient-card-grid.two-col .gradient-border-card h3 {
    color: #042964;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 14px;
}

.feature-offer-section .gradient-card-grid.two-col .gradient-border-card h3 i {
    color: #0166DC;
    margin-right: 10px;
}

.feature-offer-section .gradient-card-grid.two-col .gradient-border-card p {
    color: #8287a7;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.feature-offer-section .gradient-card-grid.two-col .gradient-border-card ul {
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
}

.feature-offer-section .gradient-card-grid.two-col .gradient-border-card li {
    color: #8287a7;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0;
    padding: 5px 0 5px 28px;
    position: relative;
}

.feature-offer-section .gradient-card-grid.two-col .gradient-border-card li::before {
    color: #0166DC;
    content: "\f00c";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 5px;
}

.feature-offer-section .gradient-card-grid.two-col .gradient-border-card .btn-reference {
    align-self: flex-start;
    margin-top: 15px;
}

.intro-video-section > .video-preview-card {
    max-width: 980px;
}

.header-top-settings li {
    margin-right: 4px;
}

.header-top-settings li:last-child {
    margin-right: 0;
}

.header-top-settings .ictvoip-version-badge,
.header-top-settings .ictvoip-stable-badge {
    border-radius: 5px;
    padding: 4px 9px;
}

.training-hero {
    background: linear-gradient(135deg, #2196F3 0%, #0a5ab8 100%);
    color: #fff;
    min-height: 350px;
    overflow: hidden;
    padding: 60px 0;
    position: relative;
}

.training-hero .container {
    max-width: 1100px;
    position: relative;
    z-index: 2;
}

.training-hero-content {
    padding: 40px 0;
}

.training-hero-content h3 {
    color: #fff;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.training-hero-content h1 {
    color: #fff;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.training-hero-content p {
    color: rgba(255,255,255,0.9);
    font-family: Muli, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    max-width: 500px;
}

.training-main {
    background: #fff;
}

.training-main .sidebar-nav {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    position: sticky;
    top: 100px;
}

.training-main .sidebar-nav h4 {
    border-bottom: 2px solid #0166DC;
    color: #042964;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.training-main .sidebar-nav h4 i {
    color: #042964;
}

.training-main .sidebar-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.training-main .sidebar-nav ul li {
    margin-bottom: 10px;
}

.training-main .sidebar-nav ul li a {
    border-radius: 8px;
    color: #333;
    display: block;
    font-family: Muli, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.training-main .sidebar-nav ul li a:hover,
.training-main .sidebar-nav ul li a.active {
    background: #0166DC;
    color: #fff;
}

.training-main .sidebar-nav ul li a i {
    margin-right: 10px;
    text-align: center;
    width: 20px;
}

.training-main .video-section {
    background: transparent;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    padding: 60px 0 0;
}

.training-main .video-section:first-child {
    padding-top: 0;
}

.training-main .section-header {
    margin-bottom: 50px;
}

.training-main .section-header h2 {
    color: #042964;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px;
}

.training-main .section-header p {
    color: #666;
    font-family: Muli, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.training-main .training-video-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.training-main .training-video-card:hover {
    box-shadow: 0 15px 50px rgba(1, 102, 220, 0.2);
    transform: translateY(-5px);
}

.training-main .training-video-wrapper {
    background: #111;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.training-main .training-video-wrapper video {
    height: 100%;
    left: 0;
    min-height: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.training-main .training-video-info {
    padding: 25px;
}

.training-main .training-video-info h4 {
    color: #042964;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 10px;
}

.training-main .training-video-info p {
    color: #666;
    font-family: Muli, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0;
}

.training-main .video-badge {
    background: #0166DC;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-family: Muli, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 5px 12px;
}

.training-main .video-badge .fa {
    margin-right: 6px;
}

.eula-hero {
    background: linear-gradient(135deg, #2196F3 0%, #0a5ab8 100%);
    color: #fff;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}

.eula-hero h1 {
    color: #202e39;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}

.eula-hero p {
    color: #fff;
    font-family: Muli, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 700px;
    opacity: 0.9;
}

.eula-container {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    color: #555;
    font-family: Muli, Arial, sans-serif;
    font-size: 14px;
    margin: 0 auto;
    max-width: 1100px;
    padding: 50px;
}

.eula-container .eula-section {
    margin-bottom: 40px;
}

.eula-container .eula-section h2,
.eula-container .contact-info h2 {
    border-bottom: 2px solid #e9ecef;
    color: #007bff;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.eula-container .eula-section h3 {
    color: #333;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 15px;
    margin-top: 25px;
}

.eula-container .eula-section p,
.eula-container .eula-section ul,
.eula-container .eula-section ol {
    color: #555;
    font-family: Muli, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.eula-container .eula-section ul,
.eula-container .eula-section ol {
    padding-left: 30px;
}

.eula-container .eula-section li {
    color: #555;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.eula-container .eula-section strong {
    color: #333;
}

.eula-container .eula-table {
    border-collapse: collapse;
    margin: 20px 0;
    width: 100%;
}

.eula-container .eula-table th,
.eula-container .eula-table td {
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 12px;
    text-align: left;
}

.eula-container .eula-table th {
    background-color: #007bff;
    color: #fff;
    font-weight: 600;
}

.eula-container .eula-table tr:nth-child(even) {
    background-color: #f8f9fa;
}

.eula-container .highlight-box {
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
    border-radius: 0;
    margin: 20px 0;
    padding: 20px;
}

.eula-container .warning-box {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 0;
    margin: 20px 0;
    padding: 20px;
}

.eula-container .footer-info {
    border-top: 2px solid #e9ecef;
    color: #666;
    margin-top: 50px;
    padding-top: 30px;
    text-align: center;
}

@media (max-width: 991px) {
    .split-section {
        grid-template-columns: 1fr;
    }

    .hero-rotator,
    .hero-rotator-track,
    .hero-slider .carousel,
    .hero-slider .carousel-inner,
    .hero-slider .carousel-item,
    .hero-slide-row {
        min-height: 460px;
    }

    .home-intro-panel {
        margin: 50px auto 50px;
        padding: 38px 28px 36px;
    }

    .home-intro-panel h1 {
        font-size: 32px;
    }

    .home-intro-panel p {
        font-size: 16px;
    }

    .slide-content h1 {
        font-size: 34px;
    }

    .slide-content p {
        font-size: 16px;
    }

    .gradient-card-grid.two-col {
        grid-template-columns: 1fr;
    }

    .feature-offer-section .gradient-card-grid.two-col,
    .feature-offer-section .offer-card-grid,
    .gateway-verify-grid,
    #addons .gradient-card-grid,
    #addons .three-list,
    .cdr-content-grid,
    #compatibility .compat-grid,
    .built-by-grid,
    .contact-strip-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .client-services-section .service-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .feature-offer-section .section-title h2 {
        font-size: 28px;
    }

    #fusionpbx.alternate-section {
        grid-template-columns: 1fr;
        padding: 70px 0;
    }

    #fusionpbx .split-copy h2 {
        font-size: 30px;
    }

    #fusionpbx .split-cards {
        border-left: 0;
        gap: 18px;
    }

    .home-section {
        padding-bottom: 60px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 60px;
    }

    .section-title h2,
    .split-copy h2 {
        font-size: 30px;
    }

    .header-menu > ul {
        display: block;
        margin-top: 20px;
    }

    .header-menu > ul > li {
        margin: 0 0 12px;
    }

    .header-menu li ul {
        box-shadow: none;
        display: block;
        padding: 8px 0 0 15px;
        position: static;
    }
}

@media (max-width: 575px) {
    .client-services-section .service-card-grid {
        grid-template-columns: 1fr;
    }
}
