:root {
    --primary: #1677ff;
    --secondary: #27ae60;
    --dark: #0f172a;
    --text: #1f2937;
    --muted: #6b7280;
    --light: #f8fafc;
    --border: #e5e7eb;
    --shadow-soft: 0 10px 30px rgba(15, 23, 42, 0.06);
    --shadow-hover: 0 20px 40px rgba(15, 23, 42, 0.10);
    --radius: 18px;
}

body {
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    color: var(--text);
    background: #fff;
}
img {
width:100%;}

.section-padding {
    padding: 80px 0;
}
.commit{}

.commit h2{
		font-size: 2rem;
        font-weight: 600;
}

.cta-box h2{
color:#fff;}

.faq-section .section-title {
    
}

.faq-section .section-subtitle {
    font-size: 18px;
    color: #6b7280;
}

.faq-badge,
.faq-mini-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(135deg, #6f5cff 0%, #7c4dff 100%);
    color: #fff;
}

.faq-wrapper {
    background: #eef4ff;
    border-radius: 32px;
}

.faq-side-area {
    height: 100%;
}

.faq-image-box {
    background: rgba(255,255,255,0.65);
    border-radius: 28px;
    padding: 20px;
}

.faq-side-image {
    max-height: 320px;
    object-fit: contain;
}

.faq-help-card {
    background: #fff;
    border-radius: 24px;
    padding: 36px 32px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.faq-help-card h3 {
    font-size: 24px;
    color: #0b1b46;
}

.faq-help-card p {
    font-size: 18px;
    line-height: 1.8;
}

.faq-content-card {
    background: #fff;
    border-radius: 28px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.custom-faq-accordion .accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 18px !important;
    overflow: hidden;
    margin-bottom: 16px;
    background: #fff;
}

.custom-faq-accordion .accordion-button {
    background: #fff;
    color: #111827;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 20px;
    box-shadow: none;
}

.custom-faq-accordion .accordion-button:not(.collapsed) {
    background: #eaf2ff;
    color: #1677ff;
}

.custom-faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.custom-faq-accordion .accordion-body {
    padding: 22px 24px;
    font-size: 17px;
    line-height: 1.9;
    color: #374151;
    background: #fff;
}

.btn-theme {
    background: linear-gradient(135deg, #1677ff 0%, #27ae60 100%);
    border: none;
    color: #fff;
    border-radius: 50px;
    padding: 14px 28px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-theme:hover {
    color: #fff;
    opacity: 0.95;
}

@media (max-width: 991px) {
    .faq-section .section-title {
        font-size: 34px;
    }

    .faq-content-card,
    .faq-help-card {
        padding: 22px;
    }

    .custom-faq-accordion .accordion-button {
        font-size: 17px;
        padding: 18px 20px;
    }

    .custom-faq-accordion .accordion-body {
        font-size: 16px;
        padding: 18px 20px;
    }
}


.section-padding-sm {
    padding: 60px 0;
}

@media (max-width: 991.98px) {
    .section-padding {
        padding: 60px 0;
    }
}

h1, h2, h3, h4, h5 {
    color: var(--dark);
    letter-spacing: -0.02em;
}


/* ===== HOME HERO PREMIUM ===== */

.hero-premium {
    position: relative;
    overflow: hidden;
    padding: 40px 0 40px;
    background:
        radial-gradient(circle at 15% 20%, rgba(255,255,255,0.08), transparent 18%),
        radial-gradient(circle at 85% 25%, rgba(255,255,255,0.07), transparent 20%),
        linear-gradient(135deg, #0b4d8a 0%, #0c5f87 45%, #0b8b5a 100%);
}

.hero-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 18px 18px;
    opacity: 0.35;
    pointer-events: none;
}

.hero-premium .container {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    background: #ff7a00;
    color: #c8f7db;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 18px;
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
}

.hero-premium-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 18px;
}

.hero-premium-text {
    color: rgba(255,255,255,0.86);
    font-size: 1.18rem;
    line-height: 1.8;
    margin-bottom: 24px;
}

.hero-btn-main {
    background: #ff7a00;
    border: none;
    color: #fff;
    padding: 8px 20px;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 16px 30px rgba(255, 122, 0, 0.28);
}

.hero-btn-main:hover {
    color: #fff;
    background: #f06f00;
    transform: translateY(-1px);
}

.hero-btn-alt {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255,255,255,0.55);
    padding: 8px 20px;
    border-radius: 999px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.hero-btn-alt:hover {
    background: rgba(255,255,255,0.10);
    color: #fff;
}

.hero-premium-actions {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.hero-stat-box {
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 18px;
    padding: 10px 20px;
    backdrop-filter: blur(8px);
    height: 100%;
}

.hero-stat-box .value {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1;
}

.hero-stat-box .label {
    color: rgba(255,255,255,0.78);
    font-size: 0.95rem;
    margin-top: 8px;
}

.hero-visual-wrap {
    position: relative;
    min-height: 520px;
}

.hero-circle-bg {
    position: absolute;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(197,255,218,0.92), rgba(178,234,255,0.92));
    right: 70px;
    top: 18px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.16);
}

.hero-circle-bg::before {
    content: "";
    position: absolute;
    inset: -18px;
    border-radius: 50%;
    border: 2px dashed rgba(255,255,255,0.28);
}

.hero-visual-main {
    position: absolute;
    right: 65px;
    top: 12px;
    width: 400px;
    max-width: 100%;
    z-index: 2;
}

.hero-metric-pill {
    position: absolute;
    z-index: 3;
    background: #fff;
    border-radius: 999px;
    padding: 16px;
    box-shadow: 0 18px 45px rgba(15,23,42,0.18);
    }

.hero-metric-pill .big {
    font-size: 2.2rem;
    font-weight: 800;
    color: #16335f;
    line-height: 1;
}

.hero-metric-pill .small {
    font-size: 0.75rem;
    color: #5f6b7b;
    line-height: 1.35;
    margin-top: 6px;
}

.metric-1 {
    top: 50px;
    right: 0;
    border-radius: 88px;
  	padding-top: 30px;
    width: 125px;
    text-align: center;
    height: 125px;
}

.metric-2 {
    top: 270px;
    right: 10px;
    border-radius: 88px;
    padding-top: 45px;
    width: 150px;
    text-align: center;
    height: 150px;
}

.metric-3 {
    bottom: 28px;
    left: 35px;
    min-width: 210px;
    border-radius: 30px;
}

.hero-service-strip {
    background: #dfe9ff;
    border-radius: 999px;
    padding: 16px 20px;
}

.hero-service-strip .strip-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 34px;
}

.hero-service-strip a {
    text-decoration: none;
    color: #1f2937;
    font-weight: 600;
}

.hero-service-strip a:hover {
    color: #1677ff;
}

@media (max-width: 991.98px) {
    .hero-premium {
        padding: 70px 0 50px;
    }

    .hero-visual-wrap {
        min-height: 430px;
        margin-top: 20px;
    }

    .hero-circle-bg {
        width: 300px;
        height: 300px;
        right: 50%;
        transform: translateX(50%);
        top: 20px;
    }

    .hero-visual-main {
        width: 300px;
        right: 50%;
        transform: translateX(50%);
        top: 45px;
    }

    .metric-1 {
        top: 10px;
        right: 20px;
    }

    .metric-2 {
        top: 180px;
        right: 10px;
    }

    .metric-3 {
        bottom: 10px;
        left: 10px;
    }

    .hero-service-strip {
        border-radius: 26px;
    }
}

@media (max-width: 767.98px) {
    .hero-premium-title {
        font-size: 2.4rem;
      max-width: 700px;
    }

    .hero-premium-text {
        font-size: 1rem;
        line-height: 1.65;
      max-width: 640px;
    }

    .hero-stat-box .value {
        font-size: 1.45rem;
    }

    .hero-visual-wrap {
        min-height: 360px;
    }

    .hero-circle-bg {
        width: 240px;
        height: 240px;
    }

    .hero-visual-main {
        width: 235px;
    }

    .hero-metric-pill {
        padding: 12px 14px;
        min-width: 110px;
    }

    .hero-metric-pill .big {
        font-size: 1.5rem;
    }

    .hero-metric-pill .small {
        font-size: 0.78rem;
    }
}

p{
    line-height:1.6;
}
    .hero{
        
    }
    .hero h1{
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom:15px;
    }
    .hero p{
        line-height:1.6;
    }
    .service-hero {
        background: linear-gradient(135deg, #1677ff 0%, #0e5fd8 70%, #27ae60 100%);
        color: #fff;
        position: relative;
        overflow: hidden;
    }

    .service-hero .hero-badge {
        display: inline-block;
        background: rgba(255,255,255,0.15);
        border: 1px solid rgba(255,255,255,0.25);
        color: #fff;
        padding: 8px 16px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 600;
    }

    .service-hero .hero-image-wrap {
        text-align: center;
    }

    .service-hero .hero-image {
        max-width: 100%;
        max-height: 420px;
        object-fit: contain;
    }

    .breadcrumb-wrap {
        background: #f8f9fa;
        border-bottom: 1px solid #e9ecef;
    }

    .section-title {
        font-weight: 700;
        margin-bottom: 12px;
        color: #111827;
        text-align:center;
    }

    .section-subtitle {
        color: #6b7280;
        margin-bottom: 0;
        text-align:center;
    }

    .content-card,
    .sidebar-card,
    .service-card,
    .why-card,
    .blog-card,
    .mini-info-card {
        border: 1px solid #e9ecef;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    }
    
    .content-card h2{
        font-size: 2rem;
        color: #161616;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .sidebar-card {
        position: sticky;
        top: 100px;
    }

    .callback-form .form-control,
    .callback-form .form-select,
    .callback-form textarea {
        border-radius: 12px;
        min-height: 48px;
        border: 1px solid #dbe3ea;
    }

    .callback-form textarea {
        min-height: 110px;
        resize: none;
    }

    .btn-theme {
        background: linear-gradient(135deg, #1677ff 0%, #27ae60 100%);
        border: none;
        color: #fff;
        border-radius: 50px;
        padding: 12px 24px;
        font-weight: 600;
    }

    .btn-theme:hover {
        color: #fff;
        opacity: .95;
    }

    .btn-outline-theme {
        border: 1px solid #fff;
        color: #fff;
        border-radius: 50px;
        padding: 12px 24px;
        font-weight: 600;
    }

    .btn-outline-theme:hover {
        background: #fff;
        color: #1677ff;
    }

    .why-icon,
    .service-icon {
        width: 56px;
        height: 56px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(22, 119, 255, 0.08);
        color: #1677ff;
        font-size: 24px;
    }

    .service-card img,
    .blog-card img {
        width: 100%;
        object-fit: cover;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
    }

    .service-card .card-body {
        padding: 22px;
    }

    .cta-box {
        background: linear-gradient(135deg, #1677ff 0%, #0d6efd 65%, #27ae60 100%);
        color: #fff;
        border-radius: 22px;
        overflow: hidden;
    }

    .mini-desc-box {
        background: #f8fbff;
        border: 1px solid #dceeff;
        border-radius: 18px;
    }

    .faq-wrap .accordion-item {
        border: 1px solid #e5e7eb;
        border-radius: 14px !important;
        overflow: hidden;
        margin-bottom: 12px;
    }

    .faq-wrap .accordion-button:not(.collapsed) {
        background: rgba(22, 119, 255, 0.08);
        color: #1677ff;
        box-shadow: none;
    }

    .presence-list {
        columns: 3;
        column-gap: 30px;
    }

    .presence-list li {
        margin-bottom: 10px;
        color: #374151;
    }

    .content-image {
        width: 100%;
        border-radius: 16px;
        object-fit: cover;
    }

    .testimonial-avatar {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 50%;
    }

    @media (max-width: 991px) {
        .sidebar-card {
            position: static;
        }

        .presence-list {
            columns: 1;
        }
    }


.hero-title {
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.1;
    font-weight: 800;
    max-width: 760px;
}

.section-title {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 800;
    line-height: 1.15;
}

.section-subtitle {
    color: var(--muted);
    max-width: 700px;
    margin: 0 auto;
}

.badge-soft-blue {
    background: rgba(22, 119, 255, 0.10);
    color: var(--primary);
    border: 1px solid rgba(22, 119, 255, 0.12);
}

.badge-soft-green {
    background: rgba(39, 174, 96, 0.10);
    color: var(--secondary);
    border: 1px solid rgba(39, 174, 96, 0.12);
}

.btn-primary {
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    border: none;
    box-shadow: 0 10px 20px rgba(22, 119, 255, 0.20);
}

.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    opacity: 0.95;
    transform: translateY(-1px);
}

.btn-outline-primary {
    border-color: var(--primary);
    color: var(--primary);
}

.btn-outline-primary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.shadow-soft {
    box-shadow: var(--shadow-soft);
}

.card,
.rounded-4 {
    border-radius: var(--radius) !important;
}

.hover-lift,
.service-card,
.featured-card,
.why-card,
.process-card,
.proof-card,
.location-card,
.latest-post-card,
.stat-card {
    transition: all 0.28s ease;
}

.hover-lift:hover,
.service-card:hover,
.featured-card:hover,
.why-card:hover,
.process-card:hover,
.proof-card:hover,
.location-card:hover,
.latest-post-card:hover,
.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover) !important;
}

.hero-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(39, 174, 96, 0.10), transparent 25%),
        radial-gradient(circle at left center, rgba(22, 119, 255, 0.10), transparent 28%),
        #f8fbff;
}

.hero-visual-card {
    position: relative;
    min-height: 380px;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.hero-visual-badge {
    position: absolute;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: var(--shadow-soft);
}

.hero-visual-badge.badge-1 {
    top: 20px;
    right: 20px;
}

.hero-visual-badge.badge-2 {
    bottom: 80px;
    left: 20px;
}

.hero-visual-badge.badge-3 {
    bottom: 20px;
    right: 30px;
}

.hero-main-illustration {
    width: 100%;
    max-width: 290px;
    display: block;
    margin: 40px auto 0;
}

.service-card .service-link,
.featured-card a,
.latest-post-card a {
    transition: all 0.2s ease;
}

.service-card .service-link:hover {
    color: var(--primary) !important;
    padding-left: 4px;
}

.section-head {
    margin-bottom: 48px;
}

.section-head .eyebrow {
    margin-bottom: 12px;
}

.accent-line {
    width: 54px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.home-chip-links a {
    border-radius: 999px;
    font-weight: 600;
}

.stats-row .stat-card {
    border: 1px solid var(--border);
    background: #fff;
    border-radius: 16px;
}

.icon-circle {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(22, 119, 255, 0.12), rgba(39, 174, 96, 0.12));
    color: var(--primary);
    font-size: 22px;
}

.proof-highlight {
    background: linear-gradient(135deg, #ffffff, #f8fbff);
    border: 1px solid var(--border);
}

.cta-section-wrap {
    background: linear-gradient(135deg, #0f172a 0%, #1677ff 52%, #27ae60 100%);
}

.cta-section-wrap .text-white-75 {
    color: rgba(255,255,255,0.78);
}

.location-card small,
.latest-post-card small,
.process-card p,
.why-card p,
.proof-card p,
.service-card p,
.featured-card p {
    color: var(--muted);
}

.faq-section .accordion-item {
    border: 1px solid var(--border);
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: none;
}

.faq-section .accordion-button {
    font-weight: 600;
    color: var(--dark);
    background: #fff;
    box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
    background: rgba(22, 119, 255, 0.05);
    color: var(--primary);
}

.home-divider {
    border-top: 1px solid #eef2f7;
}

.home-empty-state {
    border: 1px dashed var(--border);
    border-radius: 18px;
    padding: 24px;
    text-align: center;
    color: var(--muted);
    background: #fff;
}

@media (max-width: 767.98px) {
    .hero-main-illustration {
        max-width: 220px;
    }

    .hero-visual-card {
        min-height: 300px;
    }

    .hero-visual-badge {
        font-size: 12px;
        padding: 8px 12px;
    }
}



.service-card,
.featured-card {
    transition: all 0.3s ease;
}

.service-card:hover,
.featured-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08) !important;
}

.service-link {
    transition: all 0.2s ease;
}

.service-link:hover {
    color: #1677ff !important;
    padding-left: 4px;
}

.proof-card,
.location-card,
.latest-post-card {
    transition: all 0.3s ease;
}

.proof-card:hover,
.location-card:hover,
.latest-post-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08) !important;
}

.why-card,
.process-card {
    transition: all 0.3s ease;
}

.why-card:hover,
.process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08) !important;
}




/* ================================
   CYBERDUNIA FOOTER START
================================ */
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(135deg, #1677ff, #27ae60);
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 50%;
    display: none;
    z-index: 999;
}

.back-to-top.show {
    display: block;
}

.site-footer {
    background:
        radial-gradient(circle at top left, rgba(22, 119, 255, 0.08), transparent 30%),
        radial-gradient(circle at top right, rgba(39, 174, 96, 0.08), transparent 28%),
        linear-gradient(180deg, #11161d 0%, #0b1016 100%);
    color: #e9eef5;
    margin-top: 60px;
}

.footer-cta-wrap {
    padding-top: 28px;
}

.footer-cta-box {
    background: linear-gradient(135deg, #1677ff, #27ae60);
    border-radius: 26px;
    padding: 30px 34px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.footer-mini-title {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: rgba(255,255,255,.82);
    margin-bottom: 10px;
}

.footer-cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.footer-cta-text {
    color: rgba(255,255,255,.88);
    font-size: 1rem;
    max-width: 700px;
}

.footer-cta-btn {
    background: #fff;
    color: #1677ff;
    border-radius: 999px;
    padding: 12px 24px;
    font-weight: 700;
    border: none;
    text-decoration: none;
}

.footer-cta-btn:hover {
    background: #f4f8fc;
    color: #0b5ed7;
}

.footer-main {
    padding: 60px 0 34px;
}

.footer-brand-box {
    padding-right: 10px;
}

.footer-logo img {
    max-height: 54px;
    width: auto;
}

.footer-about {
    color: rgba(233, 238, 245, 0.78);
    line-height: 1.8;
    margin-bottom: 0;
    max-width: 340px;
}

.footer-title {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.footer-title::after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    margin-top: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1677ff, #27ae60);
}

.footer-links li + li {
    margin-top: 12px;
}

.footer-links a {
    color: rgba(233, 238, 245, 0.8);
    text-decoration: none;
    transition: all .25s ease;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 6px;
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(233, 238, 245, 0.84);
    text-decoration: none;
}

.footer-contact-item i {
    color: #27ae60;
}

.footer-contact-item:hover {
    color: #fff;
}

.footer-socials {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-socials a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    transition: all .25s ease;
}

.footer-socials a:hover {
    background: linear-gradient(135deg, #1677ff, #27ae60);
    border-color: transparent;
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 18px 0;
    background: rgba(0,0,0,0.18);
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-bottom p {
    color: rgba(233, 238, 245, 0.72);
}

.footer-bottom-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.footer-bottom-links a {
    color: rgba(233, 238, 245, 0.78);
    text-decoration: none;
}

.footer-bottom-links a:hover {
    color: #fff;
}

@media (max-width: 991.98px) {
    .footer-cta-box {
        padding: 24px 22px;
        border-radius: 22px;
    }

    .footer-cta-title {
        font-size: 1.55rem;
    }

    .footer-main {
        padding: 42px 0 24px;
    }
}

@media (max-width: 575.98px) {
    .footer-cta-title {
        font-size: 1.3rem;
    }

    .footer-cta-btn {
        width: 100%;
        text-align: center;
        display: inline-block;
    }

    .footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* ================================
   CYBERDUNIA FOOTER END
================================ */