.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-676 .elementor-element.elementor-element-7873865 img{border-radius:25px 25px 25px 25px;}.elementor-676 .elementor-element.elementor-element-65dfc91 img{border-radius:15px 15px 15px 15px;}.elementor-676 .elementor-element.elementor-element-435f7dd img{border-radius:15px 15px 15px 15px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-605d58f */:root{
    --maroon-dark:#3B0013;
    --maroon:#5E0B15;
    --maroon-light:#7A1122;
    --gold:#D4AF37;
    --gold-light:#F4D06F;
    --white:#FFFFFF;
    --text:#4A4A4A;
    --text-light:#6B6B6B;
}

/* ==========================
   GLOBAL
========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:#ffffff;
    color:var(--text);
    overflow-x:hidden;
}

/* ==========================
   SECTION
========================== */

.seo-section{
    position:relative;
    padding:120px 8%;
    overflow:hidden;

    background:
    radial-gradient(circle at top right,
    rgba(212,175,55,.10),
    transparent 30%),

    radial-gradient(circle at bottom left,
    rgba(94,11,21,.08),
    transparent 35%),

    #ffffff;
}

/* Decorative Background */

.seo-section::before{
    content:'';
    position:absolute;
    top:-150px;
    right:-150px;

    width:350px;
    height:350px;

    background:
    radial-gradient(
    rgba(212,175,55,.15),
    transparent 70%);
}

.seo-section::after{
    content:'';
    position:absolute;
    bottom:-150px;
    left:-150px;

    width:350px;
    height:350px;

    background:
    radial-gradient(
    rgba(94,11,21,.08),
    transparent 70%);
}

/* ==========================
   CARD
========================== */

.seo-card{
    position:relative;

    background:
    linear-gradient(
        145deg,
        rgba(255,255,255,.98),
        rgba(255,255,255,1)
    );

    padding:60px;
    border-radius:30px;

    border:1px solid rgba(212,175,55,.15);

    overflow:hidden;

    box-shadow:
    0 15px 40px rgba(0,0,0,.05),
    0 5px 15px rgba(94,11,21,.06);

    transition:.5s ease;
}

/* Top Gradient Bar */

.seo-card::before{
    content:'';

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:6px;

    background:
    linear-gradient(
    90deg,
    var(--maroon-dark),
    var(--maroon),
    var(--gold),
    var(--gold-light));
}

/* Decorative Dots */

.seo-card::after{
    content:'';

    position:absolute;

    top:25px;
    right:25px;

    width:120px;
    height:120px;

    background-image:
    radial-gradient(
    rgba(212,175,55,.35) 1px,
    transparent 1px);

    background-size:12px 12px;

    opacity:.7;
}

.seo-card:hover{

    transform:
    translateY(-12px);

    box-shadow:
    0 30px 70px rgba(94,11,21,.12),
    0 0 25px rgba(212,175,55,.15);
}

/* ==========================
   SECTION NUMBER
========================== */

.section-badge{

    width:80px;
    height:80px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:
    linear-gradient(
    135deg,
    var(--maroon-dark),
    var(--maroon-light));

    color:#fff;

    font-size:24px;
    font-weight:700;

    margin-bottom:25px;

    border:2px solid rgba(212,175,55,.35);

    box-shadow:
    0 15px 30px rgba(94,11,21,.18);
}

/* ==========================
   HEADING
========================== */

.seo-card h2{

    font-size:48px;
    font-weight:800;

    margin-bottom:25px;
    line-height:1.2;

    background:
    linear-gradient(
    90deg,
    var(--maroon-dark),
    var(--maroon),
    var(--gold));

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* ==========================
   PARAGRAPH
========================== */

.seo-card p{

    font-size:18px;
    line-height:1.9;

    color:var(--text-light);

    margin-bottom:18px;
}

/* ==========================
   LIST
========================== */

.seo-list{

    margin:30px 0;
    padding-left:20px;
}

.seo-list li{

    margin-bottom:15px;

    color:var(--text);

    font-size:17px;

    line-height:1.8;
}

.seo-list li::marker{
    color:var(--gold);
}

/* ==========================
   COMPARISON GRID
========================== */

.comparison-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(320px,1fr));

    gap:30px;

    margin-top:35px;
}

/* ==========================
   COMPARISON BOX
========================== */

.comparison-box{

    padding:40px;

    border-radius:24px;

    transition:.4s ease;
}

.comparison-box:hover{
    transform:translateY(-8px);
}

.comparison-box h3{

    font-size:26px;

    margin-bottom:20px;

    color:var(--maroon);
}

/* Positive */

.positive{

    background:
    linear-gradient(
    135deg,
    rgba(212,175,55,.08),
    rgba(212,175,55,.20));

    border-left:6px solid var(--gold);

    box-shadow:
    0 10px 25px rgba(212,175,55,.10);
}

/* Negative */

.negative{

    background:
    linear-gradient(
    135deg,
    rgba(94,11,21,.04),
    rgba(94,11,21,.12));

    border-left:6px solid var(--maroon);

    box-shadow:
    0 10px 25px rgba(94,11,21,.08);
}

/* ==========================
   BUTTON
========================== */

.seo-btn{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    padding:18px 40px;

    margin-top:20px;

    border-radius:60px;

    text-decoration:none;

    font-weight:700;

    color:#fff;

    background:
    linear-gradient(
    135deg,
    var(--maroon),
    var(--maroon-light));

    transition:.4s ease;

    box-shadow:
    0 15px 30px rgba(94,11,21,.20);
}

.seo-btn:hover{

    transform:
    translateY(-4px);

    box-shadow:
    0 20px 40px rgba(94,11,21,.30);
}

/* ==========================
   HERO TAGLINE
========================== */

.hero-tagline{

    font-size:22px;

    color:var(--gold);

    font-weight:600;

    margin-top:15px;

    letter-spacing:.3px;
}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:992px){

    .seo-card{
        padding:45px;
    }

    .seo-card h2{
        font-size:38px;
    }
}

@media(max-width:768px){

    .seo-section{
        padding:80px 6%;
    }

    .seo-card{
        padding:30px;
        border-radius:20px;
    }

    .seo-card h2{
        font-size:30px;
    }

    .seo-card p{
        font-size:16px;
    }

    .section-badge{
        width:65px;
        height:65px;
        font-size:20px;
    }

    .comparison-grid{
        grid-template-columns:1fr;
    }

    .hero-tagline{
        font-size:18px;
    }
}/* End custom CSS */