.elementor-3227 .elementor-element.elementor-element-8bf1a78{--display:flex;}.elementor-3227 .elementor-element.elementor-element-17e3cac{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;top:-75px;}body:not(.rtl) .elementor-3227 .elementor-element.elementor-element-17e3cac{left:-1px;}body.rtl .elementor-3227 .elementor-element.elementor-element-17e3cac{right:-1px;}/* Start custom CSS for html, class: .elementor-element-17e3cac *//* ==========================
   GOOGLE FONT
========================== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* ==========================
   RESET
========================== */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
    max-width:100%;
}

html{
    scroll-behavior:smooth;
}

body{
    background:#f8fafc;
     overflow-x:hidden !important;
    width:100%;
    max-width:100%;
}

/* ==========================
   CONTAINER
========================== */
.container{
    width:95%;
    max-width:1400px;
    margin:auto;
}

/* ==========================
   HEADER
========================== */
.main-header{
    position:sticky;
    top:0;
    z-index:99999;
    width:100%;
}

/* ==========================
   TOPBAR
========================== */
.topbar{

    background:linear-gradient(
        135deg,
        #052e16 0%,
        #064e3b 25%,
        #065f46 45%,
        #0f766e 70%,
        #0ea5e9 100%
    );

    padding:12px 0;

    position:relative;
    overflow:hidden;

    box-shadow:
    0 5px 10px rgba(255,255,255,.08) inset,
    0 -5px 10px rgba(0,0,0,.15) inset,
    0 15px 35px rgba(0,0,0,.25),
    0 30px 60px rgba(0,0,0,.15);

    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);

    padding: 12px 0;

    /* ✨ efek modern */
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    position: relative;
    overflow: hidden;
}

.topbar .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

/* ==========================
   SOCIAL ICON
========================== */
.social-links{
    display:flex;
    gap:12px;
}

.social-links a{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    text-decoration:none;
    color:#fff;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    transition:.4s;
}

.social-links a:hover{

    /* ✏️ DIUBAH (green glow) */
    background:linear-gradient(135deg,#10b981,#34d399);
    box-shadow:0 15px 35px rgba(16,185,129,.35);

    transform:translateY(-5px);
}

.social-links i{
    font-size:18px;
}

/* ==========================
   BUTTON DAFTAR
========================== */
.btn-daftar{
    text-decoration:none;
    color:#fff;
    font-weight:700;
    padding:14px 32px;
    border-radius:50px;

    background:
    linear-gradient(
        180deg,
        #34d399,
        #10b981,
        #047857
    );

    box-shadow:
    0 4px 0 #065f46,
    0 12px 25px rgba(16,185,129,.35);

    transition:.4s;
}

.btn-daftar:hover{
     transform:translateY(-4px);

    box-shadow:
    0 8px 0 #065f46,
    0 20px 40px rgba(16,185,129,.40);
}

/* ==========================
   NAVBAR
========================== */
.navbar{
    background:rgba(255,255,255,.95);

    backdrop-filter:blur(25px);
    -webkit-backdrop-filter:blur(25px);

    border-bottom:1px solid rgba(255,255,255,.4);

    box-shadow:
    0 3px 0 rgba(255,255,255,.9) inset,
    0 -2px 0 rgba(0,0,0,.05) inset,
    0 20px 50px rgba(0,0,0,.08),
    0 40px 80px rgba(0,0,0,.05);

    position:relative;
    z-index:9999;
}

.navbar::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.9),
        transparent
    );
}

.navbar-flex{
    display:flex;
    justify-content:space-between;
    align-items:center;
    min-height:95px;
}

/* ==========================
   LOGO
========================== */
.logo h1{
     font-size:40px;
    font-weight:800;
    line-height:1.1;
    color:#0f172a;

    text-shadow:
    0 1px 0 #ffffff,
    0 2px 0 #e2e8f0,
    0 3px 0 #cbd5e1,
    0 8px 20px rgba(0,0,0,.15);
}

.logo span{

    /* ✏️ DIUBAH (green accent) */
    color:#10b981;

    display:block;
    margin-top:5px;
    font-size:14px;
    font-weight:700;
    letter-spacing:4px;
    text-transform:uppercase;
}

/* ==========================
   MENU
========================== */
.nav-menu{
    list-style:none;
    display:flex;
    align-items:center;
    gap:6px;
}

.nav-menu li{
    position:relative;
}

.nav-menu > li > a{
    display:flex;
    align-items:center;
    gap:8px;
    text-decoration:none;

    color:#0f172a;
    font-weight:600;

    padding:15px 18px;
    border-radius:15px;

    background:
    linear-gradient(
        180deg,
        rgba(255,255,255,.95),
        rgba(243,244,246,.95)
    );

    box-shadow:
    0 2px 0 rgba(255,255,255,.9) inset,
    0 -2px 0 rgba(0,0,0,.04) inset,
    0 8px 18px rgba(0,0,0,.06);

    transition:.35s;
    transition:.3s;
}

/* ✏️ DIUBAH (green hover premium) */
.nav-menu > li > a:hover{
     background:
    linear-gradient(
        135deg,
        #ecfdf5,
        #d1fae5
    );

    color:#059669;

    transform:
    translateY(-4px)
    scale(1.02);

    box-shadow:
    0 15px 30px rgba(16,185,129,.25),
    0 5px 15px rgba(0,0,0,.10);
}

/* ==========================
   DROPDOWN
========================== */
.dropdown{
    position:relative;
}

.dropdown-menu{
    position:absolute;
    top:calc(100% + 10px);
    left:0;

    min-width:280px;

    background:rgba(255,255,255,.98);

    border-radius:20px;

    backdrop-filter:blur(20px);

    box-shadow:
    0 5px 0 rgba(255,255,255,.7) inset,
    0 25px 60px rgba(0,0,0,.12);

    opacity:0;
    visibility:hidden;
    transform:translateY(15px);

    transition:.3s ease;
    z-index:99999;
    padding:10px 0;
}

.dropdown:hover > .dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.dropdown-menu li{
    list-style:none;
}

.dropdown-menu li a{
    display:block;
    padding:14px 20px;
    text-decoration:none;
    color:#0f172a;
    transition:.3s;
    white-space:nowrap;
}

/* ✏️ DIUBAH (dropdown hover green) */
.dropdown-menu li a:hover{
    background:#ecfdf5;
    color:#059669;
    padding-left:28px;
}

/* ==========================
   SUB MENU
========================== */
.dropdown-sub{
    position:relative;
}

.dropdown-submenu{
    position:absolute;
    top:0;
    right:100%;
    left:auto;

   min-width:400px;
    max-width:400px;

    background:#fff;
    border-radius:18px;

    box-shadow:
    0 20px 60px rgba(0,0,0,.15);

    opacity:0;
    visibility:hidden;

    transform:translateX(-15px);
    transition:.3s ease;

    z-index:999999;
}

.dropdown-sub:hover > .dropdown-submenu{
    opacity:1;
    visibility:visible;
    transform:translateX(0);
}



/* ==========================
   RESPONSIVE
========================== */

/* ==========================
   RESPONSIVE MOBILE
========================== */
.menu-toggle{
    display:none;
    font-size:28px;
    cursor:pointer;
    color:#0f172a;
}


/* TABLET & HP */
@media (max-width:992px){

    *{
        max-width:100%;
    }

    .container{
        width:100%;
        padding:0 15px;
    }

    /* TOPBAR */
    .topbar .container{
        flex-direction:column;
        gap:10px;
        text-align:center;
    }

    .topbar{
        padding:10px 0;
    }

    /* NAVBAR */
    .navbar{
        transition:.4s;
        padding:12px 0;
        position:relative;
    }
    

    .navbar-flex{
        display:flex;
        justify-content:space-between;
        align-items:center;
        flex-wrap:wrap;
        gap:10px;
    }

    /* LOGO */
    .logo{
        flex:1;
        min-width:0;
    }

    .logo h1{
        font-size:24px;
        line-height:1.3;
        word-break:break-word;
    }

    .logo span{
        display:block;
        font-size:11px;
        line-height:1.4;
    }

    /* HAMBURGER */
    .menu-toggle{
        display:flex;
        align-items:center;
        justify-content:center;
        width:45px;
        height:45px;
        flex-shrink:0;
    }

    /* MENU MOBILE */
    .nav-menu{
       width:100%;
    display:none;
    flex-direction:column;
    margin-top:20px;

    background:
    linear-gradient(
        145deg,
        #0f172a,
        #14532d,
        #059669
    );

    border-radius:30px;

    border:1px solid rgba(255,255,255,.15);

    backdrop-filter:blur(20px);

    box-shadow:
    0 5px 0 rgba(255,255,255,.08) inset,
    0 -5px 0 rgba(0,0,0,.20) inset,
    0 25px 50px rgba(0,0,0,.30),
    0 50px 80px rgba(0,0,0,.20);

    overflow-y:auto;
    

    background:
    linear-gradient(
        135deg,
        #0f172a 0%,
        #14532d 40%,
        #059669 100%
    );

    border-radius:25px;

    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.15);

    box-shadow:
    0 20px 50px rgba(0,0,0,.25),
    0 10px 25px rgba(5,150,105,.25);

    overflow-y:auto;
    
    color: #fff;
    }

    .nav-menu.active{
        display:flex;
    }

    .nav-menu li{
        width:100%;
    }

    .nav-menu li a{
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:15px 18px;
        border-bottom:1px solid #eee;
        font-size:15px;
        white-space:normal;
        word-break:break-word;
    }

    /* DROPDOWN */
    .dropdown-menu,
    .dropdown-submenu{
        position:static !important;
        width:100%;
        display:none;
        opacity:1 !important;
        visibility:visible !important;
        transform:none !important;
        box-shadow:none !important;
        border:none !important;
        background:#f8fafc;
        padding-left:10px;
    }

    .dropdown.active > .dropdown-menu,
    .dropdown-sub.active > .dropdown-submenu{
        display:block;
    }

    .dropdown-menu li a,
    .dropdown-submenu li a{
        padding:12px 18px;
        font-size:14px;
        line-height:1.5;
    }

    .dropdown-submenu{
        background:#eef2ff;
        padding-left:15px;
    }

    /* TOMBOL */
    .btn-daftar{
        width:100%;
        display:flex;
        justify-content:center;
        text-align:center;
    }

    img{
        max-width:100%;
        height:auto;
    }
}


/* HP KECIL */
@media (max-width:576px){

    .container{
        padding:0 12px;
    }

    .logo h1{
        font-size:18px;
        line-height:1.4;
    }

    .logo span{
        font-size:9px;
        letter-spacing:1px;
        line-height:1.4;
    }

    .menu-toggle{
        width:40px;
        height:40px;
    }

    .nav-menu li a{
        padding:13px 15px;
        font-size:14px;
    }

    .dropdown-menu li a,
    .dropdown-submenu li a{
        font-size:13px;
        padding:11px 15px;
    }
}


/* HP SANGAT KECIL */
@media (max-width:360px){

    .logo h1{
        font-size:16px;
    }

    .logo span{
        font-size:8px;
    }

    .nav-menu li a{
        font-size:13px;
        padding:12px;
    }

}


@media (max-width:992px){

    .nav-menu.active{
        display:flex;
        flex-direction:column;
        max-height:85vh;
        overflow-y:auto;
        padding-bottom:50px;
    }

    .dropdown-menu{
        max-height:300px;
        overflow-y:auto;
    }
    
    .nav-menu::after{
    content:"";
    display:block;
    height:80px;
}

}

/* ==========================
   LAPTOP KECIL
========================== */
@media (max-width:1366px){

    .container{
        width:95%;
        max-width:1200px;
        margin:auto;
    }

    .hero-content h1{
        font-size:55px;
    }

    .hero-content p{
        font-size:18px;
    }

}

@media (max-width:360px){

    body{
        overflow-y:auto;
    }

    .nav-menu{
        max-height:75vh;
        overflow-y:auto;
    }

}

/* ==========================
   LAPTOP STANDAR
========================== */
@media (min-width:1367px) and (max-width:1600px){

    .container{
        width:90%;
        max-width:1400px;
        margin:auto;
        font-size: 14px;
    }
    
    .dropdown-menu{
        max-height:200px;
        font-size: 14px;
    }
    
    .dropdown-menu li a,
    .dropdown-submenu li a{
        padding:12px 18px;
        font-size:14px;
        line-height:1;
    }
    
    
    
    
    

}

/* ==========================
   MONITOR BESAR
========================== */
@media (min-width:1601px){

    .container{
        max-width:1500px;
        margin:auto;
    }

    .hero-content h1{
        font-size:70px;
    }

    .hero-content p{
        font-size:22px;
    }

}










/*==============================*/

/* ==========================================
   CSS MODERN 3D - LAYOUT & CONTAINER
   ========================================== */
.cpl-section {
    width: min(1400px, 92%);
    margin: auto;
    padding: 100px 0;
    /* Mengaktifkan ruang 3D untuk seluruh section */
    perspective: 1200px; 
}

/* ==========================================
   SECTION TITLE (POP-OUT EFFECT)
   ========================================== */
.section-title {
    text-align: center;
    margin-bottom: 60px;
    transform: translateZ(30px); /* Teks sedikit maju ke depan layar */
}

.mini-title {
    display: inline-block;
    background: rgba(233, 255, 241, 0.7);
    color: #0c9b4c;
    padding: 8px 22px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: 1px solid rgba(12, 155, 76, 0.15);
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 15px rgba(12, 155, 76, 0.06);
}

.section-title h1 {
    font-size: 56px;
    font-weight: 900;
    color: #183b2f;
    margin-bottom: 18px;
    letter-spacing: -1.5px;
    line-height: 1.1;
}

.section-title p {
    font-size: 20px;
    color: #555555;
    max-width: 700px;
    margin: 0 auto;
}

.section-title strong {
    color: #12b259;
    position: relative;
}

/* ==========================================
   3D HERO CARD (PREMIUM FLOATING EFFECT)
   ========================================== */
.hero-card {
    width: 700px;
    max-width: 100%;
    margin: auto;
    background: #ffffff;
    border-radius: 40px;
    padding: 50px;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    
    
    
    /* Bayangan 3D Berlapis super halus */
    box-shadow: 
        0 10px 20px -5px rgba(0, 0, 0, 0.03),
        0 30px 60px -15px rgba(24, 59, 47, 0.1),
        0 50px 100px -20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(231, 247, 237, 0.8);
}

/* Lingkaran Dekorasi di Belakang dibuat tenggelam ke dalam (3D Depth) */
.hero-card::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: linear-gradient(135deg, #00c853, #76ff03);
    right: -70px;
    top: -70px;
    border-radius: 50%;
    opacity: .18;
    /* Menaruh lingkaran lebih dalam ke belakang teks */
    transform: translateZ(-20px); 
    filter: blur(10px);
}

/* Hover Utama untuk Hero Card */
.hero-card:hover {
    transform: rotateX(0deg) rotateY(0deg) translateY(-12px) translateZ(10px);
    box-shadow: 
        0 15px 25px -5px rgba(0, 0, 0, 0.03),
        0 40px 80px -10px rgba(24, 59, 47, 0.18),
        0 70px 120px -15px rgba(24, 175, 84, 0.12);
}

/* Isi teks di dalam Hero */
.hero-text {
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
}

.hero-text h2 {
    font-size: 34px;
    color: #0a7d39;
    margin-bottom: 12px;
    font-weight: 700;
    transform: translateZ(15px); /* Teks h2 maju sedikit */
}

/* Animasi Text Gradasi Berjalan */
.hero-text h3 {
    font-size: 54px;
    font-weight: 900;
    background: linear-gradient(90deg, #00b050, #c6ff00, #00c6ff, #00b050);
    background-size: 200% auto;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 24px;
    letter-spacing: -1px;
    transform: translateZ(30px); /* Teks h3 maju paling depan */
    animation: shineGlow 4s linear infinite;
}

@keyframes shineGlow {
    to { background-position: 200% center; }
}

.hero-text span {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 40px;
    background: linear-gradient(135deg, #0f7b34, #14c85b);
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(20, 200, 91, 0.3);
    transform: translateZ(20px);
    transition: 0.3s;
}

.hero-card:hover .hero-text span {
    box-shadow: 0 12px 30px rgba(20, 200, 91, 0.45);
    transform: translateZ(25px) scale(1.03);
}

/* ==========================================
   3D TABLE CARD
   ========================================== */
.table-card {
    background: white;
    border-radius: 35px;
    overflow: hidden;
    transform: rotateX(2deg);
    transform-style: preserve-3-d;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.04),
        0 30px 70px rgba(24, 59, 47, 0.08);
    border: 1px solid rgba(231, 247, 237, 0.9);
}

.table-card:hover {
    transform: rotateX(0deg) translateY(-6px);
    box-shadow: 0 30px 90px rgba(24, 175, 84, 0.2);
}

/* ==========================================
   MODERN TABLE STYLING
   ========================================== */
table {
    width: 100%;
    border-collapse: separate; /* Diganti ke separate agar 3D transform di baris bekerja */
    border-spacing: 0;
}

thead {
    background: linear-gradient(90deg, #0f7b34, #17b857);
}

thead th {
    color: white;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 26px;
    text-transform: uppercase;
    border-bottom: 4px solid #14c85b;
}

tbody tr {
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

tbody tr:nth-child(even) {
    background: #fcfdfe;
}

tbody tr:nth-child(odd) {
    background: #ffffff;
}

/* Efek Hover 3D Baris Tabel */
tbody tr:hover {
    background: #ebfff3 !important;
}

tbody tr:hover td {
    transform: scale(1.015) translateZ(15px);
    color: #101828;
}

tbody td {
    padding: 26px;
    line-height: 1.8;
    color: #475569;
    font-size: 16px;
    vertical-align: top;
    border-bottom: 1px solid #edf4f0;
    transition: all 0.35s ease;
}

/* Kolom Khusus */
.kode {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    color: #0e9444;
    white-space: nowrap;
    text-shadow: 0 2px 4px rgba(14, 148, 68, 0.1);
}

tbody td:nth-child(2) { width: 28%; font-weight: 600; color: #183b2f;}
tbody td:nth-child(3) { width: 50%; }

/* Custom Efek ketika Kolom Kode di-hover secara spesifik */
tbody tr:hover .kode {
    color: #17b857;
    transform: scale(1.08) translateZ(25px);
}

/* ==========================================
   SCROLLBAR MODERN (Dilekatkan pada container pembungkus)
   ========================================== */
/* Note: Pastikan di HTML kamu, tag <table> dibungkus sebuah <div> khusus responsive */
.table-responsive-container {
    overflow-x: auto;
    border-radius: 35px;
}

::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f0fdf4;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(185deg, #17b857, #0f7b34);
    border-radius: 50px;
    border: 2px solid #f0fdf4;
}

::-webkit-scrollbar-thumb:hover {
    background: #0f7b34;
}

/* ==========================================
   MEDIA QUERIES (RESPONSIVE WORK)
   ========================================== */
@media(max-width: 992px) {
    .section-title h1 { font-size: 40px; }
    .hero-text h2 { font-size: 28px; }
    .hero-text h3 { font-size: 38px; }
    .hero-card { padding: 35px; }
    tbody td { padding: 20px; font-size: 15px; }
    
    /* Mematikan efek rotasi 3D keras di device kecil agar nyaman dibaca */
    .cpl-section { perspective: none; }
    .hero-card, .table-card { transform: none !important; }
    tbody tr:hover td { transform: none; }
}








/* ==================================
   FOOTER
================================== */

.footer{

    background:
    linear-gradient(
        135deg,
        #021024,
        #0f172a,
        #1e293b
    );

    color:#fff;

    position:relative;
}

/* ==========================
   TOP
========================== */

.footer-top{
    padding:90px 0 50px;
}

.footer-grid{

    display:grid;

    grid-template-columns:
    1.2fr 1fr 1fr 1.4fr;

    gap:40px;
}

/* ==========================
   TITLE
========================== */

.footer h3,
.footer h4{

    margin-bottom:25px;

    font-weight:700;
}

.footer h3{

    font-size:34px;

    color:#60a5fa;
}

/* ==========================
   ABOUT
========================== */

.footer-about p{

    color:#cbd5e1;

    line-height:1.8;

    margin-bottom:25px;
}

/* ==========================
   SOCIAL
========================== */

.footer-social{

    display:flex;
    gap:12px;
}

.footer-social a{

    width:45px;
    height:45px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    text-decoration:none;

    color:#fff;

    background:
    rgba(255,255,255,.08);

    transition:.4s;
}

.footer-social a:hover{

    transform:
    translateY(-5px);

    background:#2563eb;
}

/* ==========================
   LINKS
========================== */

.footer-links ul{
    list-style:none;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{

    color:#cbd5e1;

    text-decoration:none;

    transition:.3s;
}

.footer-links a:hover{

    color:#60a5fa;

    padding-left:8px;
}

/* ==========================
   CONTACT
========================== */

.footer-contact ul{
    list-style:none;
}

.footer-contact li{

    margin-bottom:18px;

    display:flex;

    gap:12px;

    color:#cbd5e1;
}

.footer-contact i{
    color:#60a5fa;
    min-width:20px;
}

/* ==========================
   MAP
========================== */

.footer-map iframe{

    width:100%;

    height:240px;

    border:none;

    border-radius:20px;

    box-shadow:
    0 10px 30px rgba(0,0,0,.3);
}

/* ==========================
   COPYRIGHT
========================== */

.footer-bottom{

    border-top:
    1px solid rgba(255,255,255,.08);

    text-align:center;

    padding:25px 0;
}

.footer-bottom p{

    color:#94a3b8;
}

/* ==========================
   RESPONSIVE
========================== */


/* ==========================
   TABLET FIX
========================== */
@media (max-width:1200px){

    .footer-grid{
        grid-template-columns:repeat(2,1fr);
        gap:30px;
    }

}

/* ==========================
   MOBILE PREMIUM FIX
========================== */
@media (max-width:768px){

    .footer-top{
        padding:70px 0 40px;
    }

    .footer-grid{
        grid-template-columns:1fr;
        gap:35px;
    }

    .footer h3{
        font-size:28px;
    }

    .footer h4{
        font-size:18px;
    }

    .footer-about p{
        font-size:14px;
        line-height:1.7;
    }

    .footer-social{
        justify-content:flex-start;
        flex-wrap:wrap;
        gap:10px;
    }

    .footer-social a{
        width:42px;
        height:42px;
    }

    .footer-links a{
        font-size:14px;
    }

    .footer-contact li{
        font-size:14px;
        line-height:1.6;
    }

    .footer-map iframe{
        height:200px;
        border-radius:15px;
    }

    .footer-bottom{
        padding:20px 10px;
    }

}

/* ==========================
   SMALL MOBILE
========================== */
@media (max-width:480px){

    .footer h3{
        font-size:24px;
    }

    .footer h4{
        font-size:16px;
    }

    .footer-social a{
        width:38px;
        height:38px;
    }

    .footer-map iframe{
        height:180px;
    }

}/* End custom CSS */