.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-48699 .elementor-element.elementor-element-0e42380{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-1f1c906 *//* =========================
HEADER
========================= */

.rl-header{

    position:fixed;

    top:12px;

    left:0;

    width:100%;

    z-index:9999;

    display:flex;

    justify-content:center;

    padding:0 12px;

    transition:.3s;
}

.rl-header-inner{

    width:100%;

    max-width:1180px;

    height:56px;

    padding:0 20px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    background:rgba(0,0,0,.92);

    border:1px solid rgba(255,255,255,.08);

    border-radius:999px;

    backdrop-filter:blur(20px);

    transition:.3s;
}

/* SCROLL EFFECT */

.rl-header.scrolled .rl-header-inner{

    height:50px;

    max-width:1100px;

    background:rgba(0,0,0,.98);
}

/* =========================
LOGO
========================= */

.rl-logo{

    display:flex;

    align-items:center;

    gap:10px;

    text-decoration:none;

    color:#fff;

    font-size:20px;

    font-weight:700;

    letter-spacing:-0.5px;
}

.rl-logo svg{

    width:24px;

    height:24px;

    flex-shrink:0;

    transition:.3s;
}

.rl-logo:hover{

    color:#36e2b5;
}

.rl-logo:hover svg{

    transform:translateY(-1px);
}

/* =========================
NAVIGATION
========================= */

.rl-nav{

    display:flex;

    align-items:center;

    gap:30px;
}

.rl-nav a{

    color:#b3b3b3;

    text-decoration:none;

    font-size:14px;

    font-weight:500;

    transition:.3s;
}

.rl-nav a:hover{

    color:#fff;
}

/* =========================
BUTTON
========================= */

.rl-btn{

    display:flex;

    align-items:center;

    justify-content:center;

    height:38px;

    padding:0 18px;

    background:#fff;

    color:#000;

    text-decoration:none;

    font-size:14px;

    font-weight:700;

    border-radius:999px;

    transition:.3s;
}

.rl-btn:hover{

    transform:translateY(-2px);
}

/* =========================
RIGHT AREA
========================= */

.rl-right{

    display:flex;

    align-items:center;

    gap:10px;
}

/* =========================
MOBILE MENU BUTTON
========================= */

.rl-menu-btn{

    display:none;

    border:none;

    background:none;

    color:#fff;

    font-size:24px;

    cursor:pointer;
}

/* =========================
TABLET + MOBILE
========================= */

@media(max-width:991px){

    .rl-header-inner{

        height:52px;
    }

    .rl-nav{

        display:none;

        position:absolute;

        top:65px;

        left:12px;

        right:12px;

        flex-direction:column;

        gap:18px;

        padding:25px;

        background:#0d0d0d;

        border:1px solid rgba(255,255,255,.08);

        border-radius:20px;
    }

    .rl-nav.active{

        display:flex;
    }

    .rl-btn{

        display:none;
    }

    .rl-menu-btn{

        display:block;
    }

    .rl-logo{

        font-size:18px;
    }
}

@media(max-width:576px){

    .rl-header{

        padding:0 8px;
    }

    .rl-header-inner{

        height:50px;

        padding:0 16px;
    }

    .rl-logo{

        font-size:17px;
    }

    .rl-logo svg{

        width:22px;

        height:22px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0e42380 *//* HERO */

.rl-hero{

    background:#000;

    min-height:100vh;

    position:relative;

    overflow:hidden;

    display:flex;

    align-items:center;

    padding:140px 20px 100px;
}

/* GRID */

.rl-grid-bg{

    position:absolute;

    inset:0;

    background-image:

    linear-gradient(
    rgba(255,255,255,.04) 1px,
    transparent 1px
    ),

    linear-gradient(
    90deg,
    rgba(255,255,255,.04) 1px,
    transparent 1px
    );

    background-size:70px 70px;
}

.rl-container{

    max-width:1300px;

    margin:auto;

    width:100%;

    position:relative;

    z-index:2;
}

.rl-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;
}

/* LEFT */

.rl-badge{

    display:inline-flex;

    padding:10px 18px;

    border-radius:999px;

    border:1px solid #222;

    color:#36e2b5;

    font-size:14px;

    margin-bottom:30px;
}

.rl-content h1{

    color:#fff;

    font-size:78px;

    line-height:1.02;

    font-weight:800;

    margin-bottom:30px;

    letter-spacing:-3px;
}

.rl-content h1 span{

    color:#36e2b5;
}

.rl-content p{

    color:#b4b4b4;

    font-size:22px;

    line-height:1.8;

    max-width:650px;
}

/* BUTTONS */

.rl-buttons{

    display:flex;

    gap:16px;

    margin-top:40px;
}

.rl-btn-primary{

    background:#36e2b5;

    color:#000;

    text-decoration:none;

    padding:18px 30px;

    border-radius:14px;

    font-weight:700;
}

.rl-btn-secondary{

    background:#111;

    border:1px solid #222;

    color:#fff;

    text-decoration:none;

    padding:18px 30px;

    border-radius:14px;
}

/* DASHBOARD */

.rl-dashboard{

    display:flex;

    justify-content:center;
}

.dashboard-window{

    width:100%;

    max-width:560px;

    background:#f8f8f8;

    border-radius:30px;

    overflow:hidden;

    border:1px solid rgba(255,255,255,.08);

    box-shadow:
    0 30px 100px rgba(0,0,0,.4);
}

.window-top{

    height:60px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    padding:0 20px;

    background:#efefef;
}

.window-dots{

    display:flex;

    gap:8px;
}

.window-dots span{

    width:10px;

    height:10px;

    border-radius:50%;

    background:#bbb;
}

.window-url{

    font-size:13px;

    color:#666;
}

.chat-area{

    padding:30px;
}

.chat-title{

    font-weight:700;

    color:#000;

    margin-bottom:25px;
}

.user-query{

    background:#000;

    color:#fff;

    padding:14px 18px;

    border-radius:14px;

    display:inline-block;

    margin-bottom:30px;

    float:right;
}

.ai-result{

    clear:both;

    background:#fff;

    border:1px solid #eee;

    padding:25px;

    border-radius:20px;
}

.result-badge{

    display:inline-block;

    background:#dffcf4;

    color:#36e2b5;

    padding:6px 12px;

    border-radius:999px;

    font-size:12px;

    margin-bottom:15px;
}

.ai-result h4{

    margin:0 0 10px;

    color:#000;
}

.ai-result p{

    color:#555;

    line-height:1.7;
}

/* MOBILE */

@media(max-width:991px){

    .rl-grid{

        grid-template-columns:1fr;

        gap:60px;

        text-align:center;
    }

    .rl-content h1{

        font-size:48px;
    }

    .rl-content p{

        font-size:18px;
    }

    .rl-buttons{

        justify-content:center;

        flex-wrap:wrap;
    }

    .dashboard-window{

        max-width:100%;
    }
}

@media(max-width:576px){

    .rl-content h1{

        font-size:38px;
    }

    .rl-btn-primary,
    .rl-btn-secondary{

        width:100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a98c217 *//* =========================
PROBLEM SECTION
========================= */

.rl-problem{

    background:#ffffff;

    padding:120px 20px;

    position:relative;
}

.rl-container{

    max-width:1300px;

    margin:auto;
}

.rl-problem-top{

    display:grid;

    grid-template-columns:1fr 450px;

    gap:80px;

    align-items:end;

    margin-bottom:70px;
}

.rl-problem-badge{

    color:#ef4444;

    font-size:12px;

    font-weight:700;

    letter-spacing:2px;
}

.rl-problem h2{

    font-size:72px;

    line-height:1;

    color:#000;

    margin-top:15px;

    font-weight:800;

    letter-spacing:-3px;
}

.rl-problem-top p{

    color:#666;

    font-size:20px;

    line-height:1.8;
}

/* =========================
GRID
========================= */

.rl-problem-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;
}

/* =========================
CARD
========================= */

.problem-card{

    background:#fff;

    border:1px solid #e5e7eb;

    border-radius:24px;

    padding:28px;

    transition:.35s;

    box-shadow:
    0 10px 25px rgba(0,0,0,.03);
}

.problem-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 25px 50px rgba(0,0,0,.08);
}

.problem-number{

    font-size:42px;

    font-weight:800;

    color:#000;

    margin-bottom:25px;
}

.problem-card h3{

    font-size:26px;

    color:#000;

    margin-bottom:15px;
}

.problem-card p{

    color:#666;

    line-height:1.8;

    margin-bottom:30px;
}

/* =========================
CHART UI
========================= */

.problem-ui{

    height:180px;

    border:1px solid #eee;

    border-radius:18px;

    position:relative;

    background:#fafafa;
}

.chart-line{

    position:absolute;

    left:20px;

    right:20px;

    top:90px;

    height:2px;

    background:#ddd;

    transform:rotate(-8deg);
}

.chart-dot{

    width:14px;

    height:14px;

    background:#ef4444;

    border-radius:50%;

    position:absolute;

    bottom:40px;

    left:55%;
}

.chart-label{

    position:absolute;

    top:15px;

    right:15px;

    color:#ef4444;

    font-size:12px;
}

/* =========================
SEARCH UI
========================= */

.search-ui{

    border:1px solid #eee;

    border-radius:18px;

    padding:15px;

    background:#fafafa;
}

.search-bar{

    background:#fff;

    border:1px solid #e5e7eb;

    padding:12px;

    border-radius:999px;

    margin-bottom:15px;

    color:#666;
}

.search-result{

    padding:8px 0;

    color:#111;
}

.search-missing{

    margin-top:15px;

    color:#ef4444;

    font-weight:600;
}

/* =========================
AI UI
========================= */

.ai-ui{

    border:1px solid #eee;

    border-radius:18px;

    padding:18px;

    background:#fafafa;
}

.ai-question{

    background:#000;

    color:#fff;

    display:inline-block;

    padding:10px 16px;

    border-radius:999px;

    margin-bottom:18px;

    float:right;
}

.ai-answer{

    clear:both;

    line-height:2;

    color:#111;
}

.ai-missing{

    margin-top:15px;

    color:#ef4444;

    font-weight:700;
}

/* =========================
MOBILE
========================= */

@media(max-width:991px){

    .rl-problem-top{

        grid-template-columns:1fr;

        gap:30px;
    }

    .rl-problem h2{

        font-size:48px;
    }

    .rl-problem-grid{

        grid-template-columns:1fr;
    }
}

@media(max-width:576px){

    .rl-problem{

        padding:80px 20px;
    }

    .rl-problem h2{

        font-size:36px;
    }

    .rl-problem-top p{

        font-size:16px;
    }

    .problem-number{

        font-size:34px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-441925b */.rl-solution{

    background:#ffffff;

    padding:120px 20px;
}

.rl-solution-head{

    text-align:center;

    max-width:850px;

    margin:auto;
}

.rl-section-tag{

    color:#10b981;

    font-size:12px;

    font-weight:700;

    letter-spacing:2px;
}

.rl-solution-head h2{

    font-size:68px;

    line-height:1;

    margin:20px 0;

    color:#000;

    font-weight:800;
}

.rl-solution-head h2 span{

    color:#10b981;
}

.rl-solution-head p{

    font-size:20px;

    color:#666;

    line-height:1.8;
}

.rl-solution-line{

    width:2px;

    height:80px;

    background:#10b981;

    margin:50px auto;
}

.rl-solution-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;
}

.solution-card{

    background:#fff;

    border:1px solid #e5e7eb;

    border-radius:28px;

    padding:30px;

    transition:.3s;
}

.solution-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.solution-number{

    font-size:42px;

    font-weight:800;

    color:#10b981;

    margin-bottom:25px;
}

.solution-ui{

    background:#f8fafc;

    border:1px solid #e5e7eb;

    border-radius:20px;

    padding:20px;

    margin-bottom:25px;
}

.ui-header{

    font-weight:700;

    margin-bottom:15px;
}

.audit-item{

    padding:8px 0;

    color:#333;
}

.score-box{

    margin-top:20px;

    text-align:center;

    padding-top:15px;

    border-top:1px solid #ddd;
}

.score-box h3{

    font-size:54px;

    color:#10b981;

    margin:10px 0 0;
}

.platform-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:10px;

    margin-bottom:20px;
}

.platform-grid span{

    background:#fff;

    border:1px solid #ddd;

    border-radius:12px;

    padding:10px;

    text-align:center;

    font-size:14px;
}

.optimization-list div{

    padding:10px 0;

    border-bottom:1px solid #e5e7eb;
}

.growth-row{

    display:flex;

    justify-content:space-between;

    text-align:center;
}

.growth-row h4{

    font-size:42px;

    color:#10b981;

    margin-top:10px;
}

.growth-score{

    text-align:center;

    font-size:56px;

    font-weight:800;

    color:#10b981;

    margin-top:25px;
}

.growth-label{

    text-align:center;

    color:#666;

    margin-top:10px;
}

.solution-card h3{

    font-size:28px;

    margin-bottom:15px;

    color:#000;
}

.solution-card p{

    color:#666;

    line-height:1.8;
}

/* MOBILE */

@media(max-width:991px){

    .rl-solution-grid{

        grid-template-columns:1fr;
    }

    .rl-solution-head h2{

        font-size:46px;
    }
}

@media(max-width:576px){

    .rl-solution{

        padding:80px 20px;
    }

    .rl-solution-head h2{

        font-size:34px;
    }

    .rl-solution-head p{

        font-size:16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4ea2972 */.rl-results{
    background:#fff;
    padding:120px 20px;
}

.rl-results-head{
    text-align:center;
    max-width:800px;
    margin:0 auto 70px;
}

.rl-mini-title{
    font-size:13px;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#10b981;
    font-weight:700;
}

.rl-results-head h2{
    font-size:58px;
    line-height:1.1;
    margin:20px 0;
    color:#111;
    font-weight:800;
}

.rl-results-head h2 span{
    color:#10b981;
}

.rl-results-head p{
    color:#666;
    font-size:20px;
    line-height:1.8;
}

.rl-results-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.rl-result-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:24px;
    padding:35px;
    transition:.35s;
}

.rl-result-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.rl-result-icon{
    font-size:42px;
    margin-bottom:20px;
}

.rl-result-card h3{
    font-size:24px;
    color:#111;
    margin-bottom:12px;
}

.rl-result-card p{
    color:#666;
    line-height:1.8;
}

@media(max-width:991px){

    .rl-results-head h2{
        font-size:40px;
    }

    .rl-results-grid{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:768px){

    .rl-results-grid{
        grid-template-columns:1fr;
    }

    .rl-results-head h2{
        font-size:34px;
    }

    .rl-results-head p{
        font-size:16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1dd4c52 */.rl-compare{
    background:#fff;
    padding:120px 20px;
}

.rl-section-head{
    text-align:center;
    max-width:800px;
    margin:0 auto 70px;
}

.rl-section-head h2{
    font-size:clamp(32px,5vw,58px);
    line-height:1.1;
    color:#111;
    margin:20px 0;
    font-weight:800;
}

.rl-section-head h2{
    font-size:58px;
    color:#111;
    margin:20px 0;
    font-weight:800;
}

.rl-section-head h2 span{
    color:#10b981;
}

.rl-section-head p{
    color:#666;
    font-size:20px;
    line-height:1.8;
}

.rl-compare-box{
    max-width:1000px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}

.rl-column{
    border:1px solid #e5e7eb;
    border-radius:30px;
    overflow:hidden;
    background:#fff;
}

.rl-column-head{
    padding:25px;
    text-align:center;
    font-size:24px;
    font-weight:700;
}

.bad{
    background:#f8fafc;
    color:#555;
}

.good{
    background:linear-gradient(
        135deg,
        #10b981,
        #06b6d4
    );
    color:#fff;
}

.featured{
    transform:scale(1.04);
    box-shadow:0 25px 60px rgba(16,185,129,.15);
}

.rl-item{
    padding:22px 30px;
    border-top:1px solid #eee;
    font-size:18px;
    color:#222;
}

@media(max-width:768px){

    .rl-compare-box{
        grid-template-columns:1fr;
    }

    .featured{
        transform:none;
    }

    .rl-section-head h2{
        font-size:36px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d1269f1 */.rl-faq{
    background:#ffffff;
    padding:140px 20px;
    position:relative;
}

.rl-faq::before{
    content:'';
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    width:100px;
    height:3px;
    background:#10b981;
    border-radius:20px;
}

.faq-head{
    max-width:800px;
    margin:0 auto 80px;
    text-align:center;
}

.faq-label{
    display:inline-block;
    color:#10b981;
    font-size:13px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.faq-head h2{
    font-size:clamp(42px,5vw,68px);
    line-height:1.05;
    font-weight:800;
    color:#0f172a;
    margin-bottom:20px;
}

.faq-head h2 span{
    color:#10b981;
}

.faq-head p{
    font-size:18px;
    color:#64748b;
    line-height:1.8;
    max-width:700px;
    margin:auto;
}

.faq-list{
    max-width:900px;
    margin:auto;
}

.faq-item{
    border-bottom:1px solid #e2e8f0;
}

.faq-question{
    width:100%;
    background:none;
    border:none;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-align:left;
    padding:30px 0;
    color:#0f172a;
    font-size:24px;
    font-weight:700;
    transition:.3s;
}

.faq-question:hover{
    color:#10b981;
}

.faq-question span{
    color:#10b981;
    font-size:34px;
    transition:.3s;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    color:#64748b;
    font-size:17px;
    line-height:1.9;
    transition:max-height .4s ease;
}

.faq-item.active .faq-answer{
    max-height:250px;
    padding-bottom:30px;
}

.faq-item.active .faq-question span{
    transform:rotate(45deg);
}

@media(max-width:768px){

    .rl-faq{
        padding:100px 20px;
    }

    .faq-head h2{
        font-size:38px;
    }

    .faq-question{
        font-size:19px;
        line-height:1.5;
        padding:22px 0;
    }

    .faq-question span{
        font-size:28px;
        margin-left:15px;
    }

    .faq-answer{
        font-size:16px;
    }
}


/* Remove red hover/focus effects */

.faq-question,
.faq-question:hover,
.faq-question:focus,
.faq-question:active{
    background:transparent !important;
    color:#0f172a !important;
    box-shadow:none !important;
    outline:none !important;
}

/* Keep green only for plus icon */

.faq-question span{
    color:#10b981 !important;
}

/* Optional: make question green on hover */

.faq-question:hover{
    color:#10b981 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b3ecc4b *//* WHY RANKLAYERS */

.rl-why{

    background:#000;

    padding:150px 20px;

    position:relative;

    overflow:hidden;

}


.rl-why::before{

    content:"";

    position:absolute;

    width:550px;

    height:550px;

    background:#36e2b5;

    opacity:.05;

    filter:blur(160px);

    top:-250px;

    right:-200px;

}



.rl-why .rl-grid{

    display:grid;

    grid-template-columns:1fr 1.15fr;

    gap:100px;

    align-items:center;

    position:relative;

    z-index:2;

}



/* LABEL */

.why-label{

    color:#36e2b5;

    font-size:12px;

    font-weight:700;

    letter-spacing:5px;

    text-transform:uppercase;

    display:flex;

    align-items:center;

    gap:15px;

}



.why-label::before{

    content:"";

    width:45px;

    height:1px;

    background:#36e2b5;

}



/* HEADING */

.why-content h2{

    color:#fff;

    font-size:clamp(45px,5vw,70px);

    line-height:1.05;

    letter-spacing:-3px;

    font-weight:900;

    margin:25px 0;

}



.why-content h2 span{

    color:#36e2b5;

}



.why-content p{

    color:#b4b4b4;

    font-size:18px;

    line-height:1.9;

    max-width:520px;

}



/* CARDS */

.why-cards{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:22px;

}



.why-card{

    background:#111;

    border:1px solid #222;

    padding:40px 32px;

    border-radius:24px;

    transition:.4s ease;

}



.why-card:hover{

    background:#fff;

    transform:translateY(-8px);

    border-color:#fff;

}



.why-card:hover h3{

    color:#000;

}



.why-card:hover p{

    color:#555;

}



.why-card h3{

    color:#fff;

    font-size:24px;

    font-weight:800;

    margin-bottom:15px;

}



.why-card p{

    color:#888;

    font-size:16px;

    line-height:1.8;

}



/* MOBILE */

@media(max-width:991px){

    .rl-why{

        padding:90px 20px;

    }


    .rl-why .rl-grid{

        grid-template-columns:1fr;

        gap:50px;

    }


    .why-cards{

        grid-template-columns:1fr;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1991b7c */.footer{

background:#000;

padding:90px 20px 35px;

border-top:1px solid #222;

}


.footer-container{

max-width:1300px;

margin:auto;

}



.footer-main{

display:grid;

grid-template-columns:1.5fr 1fr 1fr 1fr;

gap:60px;

}



.footer-logo{

display:flex;

align-items:center;

gap:12px;

text-decoration:none;

color:#fff;

font-size:26px;

font-weight:800;

letter-spacing:-1px;

}


.footer-logo svg{

flex-shrink:0;

}



.footer-brand p{

margin-top:25px;

max-width:370px;

color:#999;

font-size:16px;

line-height:1.8;

}



.footer-column{

display:flex;

flex-direction:column;

gap:15px;

}



.footer-column h3{

color:#fff;

font-size:13px;

letter-spacing:2px;

text-transform:uppercase;

margin-bottom:15px;

}



.footer-column a{

text-decoration:none;

color:#888;

font-size:15px;

transition:.3s;

}



.footer-column a:hover{

color:#36e2b5;

transform:translateX(5px);

}




.footer-social{

display:flex;

gap:12px;

margin-top:30px;

}



.footer-social a{

height:42px;

width:42px;

border:1px solid #222;

border-radius:14px;

display:flex;

align-items:center;

justify-content:center;

color:white;

transition:.3s;

}



.footer-social a:hover{

background:#36e2b5;

border-color:#36e2b5;

color:#000;

}




.footer-bottom{

border-top:1px solid #222;

margin-top:70px;

padding-top:25px;

display:flex;

justify-content:space-between;

color:#666;

font-size:14px;

}




@media(max-width:900px){

.footer-main{

grid-template-columns:1fr 1fr;

}


}



@media(max-width:600px){

.footer-main{

grid-template-columns:1fr;

}


.footer-bottom{

flex-direction:column;

gap:15px;

}

}/* End custom CSS */