/*
 * Rudraksh.info Homepage
 * Separate CSS for Daan, Astrology Reports and Numerology Reports
 */

<style>
.daan-home-section{
    position:relative;
    padding:72px 20px 78px;
    background:
        radial-gradient(circle at 8% 12%,rgba(212,160,23,.13),transparent 27%),
        radial-gradient(circle at 92% 88%,rgba(123,17,19,.06),transparent 28%),
        linear-gradient(145deg,#fffdf8 0%,#fff8e8 52%,#fffdf8 100%);
    overflow:hidden;
}

.daan-home-section::before{
    content:"";
    position:absolute;
    top:0;
    left:50%;
    width:150px;
    height:3px;
    transform:translateX(-50%);
    background:linear-gradient(90deg,#b8860b,#d4a017,#b8860b);
    border-radius:0 0 8px 8px;
}

.daan-home-inner{
    position:relative;
    z-index:1;
}

.daan-home-heading{
    max-width:850px;
    margin:0 auto 38px;
    text-align:center;
}

.daan-home-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:7px 16px;
    margin-bottom:15px;
    border:1px solid #ead8a5;
    border-radius:30px;
    background:#fffaf0;
    color:#8a6500;
    font-size:13px;
    font-weight:700;
    letter-spacing:.6px;
    text-transform:uppercase;
}

.daan-home-heading h2{
    margin:0 0 13px;
    color:#7b1113;
    font-size:clamp(29px,4vw,41px);
    line-height:1.2;
    font-weight:800;
}

.daan-home-heading h2 span{
    color:#b8860b;
}

.daan-home-heading p{
    max-width:760px;
    margin:0 auto;
    color:#5f5a55;
    font-size:16px;
    line-height:1.8;
}

.daan-home-intro{
    max-width:1000px;
    margin:0 auto 35px;
    padding:23px 28px;
    background:rgba(255,255,255,.78);
    border:1px solid #ead8a5;
    border-radius:19px;
    text-align:center;
    color:#514c47;
    line-height:1.8;
    box-shadow:0 8px 25px rgba(80,55,20,.05);
}

.daan-home-intro strong{
    color:#7b1113;
}

.daan-home-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
    max-width:1120px;
    margin:0 auto;
}

.daan-home-card{
    position:relative;
    display:flex;
    flex-direction:column;
    min-height:245px;
    padding:26px 23px 22px;
    background:#fff;
    border:1px solid #ead8a5;
    border-radius:21px;
    text-decoration:none;
    box-shadow:0 8px 25px rgba(55,40,15,.06);
    overflow:hidden;
    transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;
}

.daan-home-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#7b1113,#d4a017,#7b1113);
}

.daan-home-card:hover{
    transform:translateY(-7px);
    border-color:#d4a017;
    box-shadow:0 17px 35px rgba(90,60,10,.12);
}

.daan-home-image{
    width:calc(100% + 46px);
    height:170px;
    margin:-26px -23px 19px;
    display:block;
    object-fit:cover;
    border-radius:21px 21px 0 0;
    border-bottom:1px solid #ead8a5;
}

.daan-home-card h3{
    margin:0 0 9px;
    color:#7b1113;
    font-size:20px;
    font-weight:750;
}

.daan-home-card p{
    margin:0 0 18px;
    color:#66615c;
    font-size:14px;
    line-height:1.7;
    flex:1;
}

.daan-home-link{
    color:#9a6b00;
    font-size:14px;
    font-weight:750;
}

.daan-home-bottom{
    max-width:1000px;
    margin:35px auto 0;
    padding:26px 29px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    background:linear-gradient(135deg,#7b1113,#651013);
    border-radius:21px;
    box-shadow:0 12px 30px rgba(92,14,16,.18);
}

.daan-home-bottom h3{
    margin:0 0 6px;
    color:#fff;
    font-size:22px;
}

.daan-home-bottom p{
    margin:0;
    color:rgba(255,255,255,.84);
    font-size:14px;
    line-height:1.65;
}

.daan-home-btn{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:13px 25px;
    background:linear-gradient(135deg,#e3b341,#d4a017);
    color:#3f2e00 !important;
    border-radius:30px;
    font-weight:800;
    text-decoration:none;
    box-shadow:0 5px 15px rgba(0,0,0,.12);
    transition:.25s ease;
}

.daan-home-btn:hover{
    transform:translateY(-2px);
    background:#f0c75b;
    color:#3f2e00 !important;
}

@media(max-width:900px){
    .daan-home-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:600px){
    .daan-home-section{
        padding:52px 14px 58px;
    }

    .daan-home-heading{
        margin-bottom:27px;
    }

    .daan-home-heading h2{
        font-size:29px;
    }

    .daan-home-heading p{
        font-size:15px;
    }

    .daan-home-intro{
        padding:19px 17px;
        font-size:14px;
    }

    .daan-home-grid{
        grid-template-columns:1fr;
        gap:13px;
    }

    .daan-home-card{
        min-height:0;
        padding:22px 19px 20px;
    }

    .daan-home-image{
        width:calc(100% + 38px);
        height:165px;
        margin:-22px -19px 18px;
        border-radius:21px 21px 0 0;
    }

    .daan-home-bottom{
        flex-direction:column;
        align-items:flex-start;
        padding:23px 20px;
    }

    .daan-home-btn{
        width:100%;
    }
}
</style>

<style>
/* ================================
   ASTROLOGY REPORTS SECTION
   ================================ */

.astrology-reports-section{
    position:relative;
    padding:78px 20px 82px;
    background:
        radial-gradient(circle at 8% 15%,rgba(212,160,23,.12),transparent 28%),
        radial-gradient(circle at 92% 85%,rgba(123,17,19,.07),transparent 30%),
        linear-gradient(145deg,#fffdf8 0%,#fff8e8 52%,#fffdf8 100%);
    overflow:hidden;
}

.astrology-reports-section::before{
    content:"";
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    width:150px;
    height:3px;
    background:linear-gradient(90deg,#b8860b,#d4a017,#b8860b);
    border-radius:0 0 8px 8px;
}

.astrology-reports-inner{
    position:relative;
    z-index:1;
}

/* Heading */

.astrology-reports-heading{
    max-width:900px;
    margin:0 auto 22px;
    text-align:center;
}

.astrology-reports-kicker{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:8px 17px;
    margin-bottom:16px;
    border:1px solid #ead8a5;
    border-radius:40px;
    background:#fffaf0;
    color:#8a6500;
    font-size:13px;
    font-weight:800;
    letter-spacing:.7px;
    text-transform:uppercase;
}

.astrology-reports-heading h2{
    margin:0 0 14px;
    color:#7b1113;
    font-size:clamp(30px,4vw,43px);
    line-height:1.18;
    font-weight:800;
}

.astrology-reports-heading h2 span{
    color:#b8860b;
}

.astrology-reports-heading p{
    max-width:780px;
    margin:0 auto;
    color:#5f5a55;
    font-size:16px;
    line-height:1.8;
}

/* Intro */

.astrology-reports-intro{
    max-width:920px;
    margin:30px auto 40px;
    padding:22px 28px;
    background:rgba(255,255,255,.82);
    border:1px solid #ead8a5;
    border-radius:20px;
    box-shadow:0 8px 25px rgba(80,55,20,.06);
    text-align:center;
}

.astrology-reports-intro p{
    margin:0;
    color:#514c47;
    font-size:15px;
    line-height:1.8;
}

.astrology-reports-intro strong{
    color:#7b1113;
}

/* Report Grid */

.astrology-report-grid{
    max-width:1150px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

/* Report Card */

.astrology-report-card{
    position:relative;
    display:flex;
    flex-direction:column;
    min-height:315px;
    padding:25px 21px 22px;
    background:#fff;
    border:1px solid #ead8a5;
    border-radius:21px;
    text-decoration:none;
    box-shadow:0 8px 25px rgba(55,40,15,.065);
    overflow:hidden;
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.astrology-report-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(
        90deg,
        #7b1113,
        #d4a017,
        #7b1113
    );
}

.astrology-report-card:hover{
    transform:translateY(-7px);
    border-color:#d4a017;
    box-shadow:0 18px 38px rgba(90,60,10,.13);
}

/* Icon */

.astrology-report-image{
    width:calc(100% + 42px);
    height:175px;
    margin:-25px -21px 18px;
    display:block;
    object-fit:cover;
    border-radius:21px 21px 0 0;
    border-bottom:1px solid #ead8a5;
}

/* Card Content */

.astrology-report-card h3{
    margin:0 0 8px;
    color:#7b1113;
    font-size:19px;
    line-height:1.35;
    font-weight:800;
}

.astrology-report-card p{
    margin:0 0 17px;
    color:#66615c;
    font-size:14px;
    line-height:1.7;
    flex:1;
}

/* Price */

.astrology-report-price{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-top:auto;
    padding-top:14px;
    border-top:1px solid #f0e5c9;
}

.astrology-report-price strong{
    color:#7b1113;
    font-size:20px;
    font-weight:850;
}

.astrology-report-price span{
    color:#9a6b00;
    font-size:13px;
    font-weight:750;
}

/* Bottom CTA */

.astrology-reports-bottom{
    max-width:1000px;
    margin:38px auto 0;
    padding:27px 30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    background:linear-gradient(
        135deg,
        #7b1113,
        #651013
    );
    border-radius:22px;
    box-shadow:0 13px 32px rgba(92,14,16,.18);
}

.astrology-reports-bottom-content{
    flex:1;
}

.astrology-reports-bottom h3{
    margin:0 0 7px;
    color:#fff;
    font-size:22px;
    line-height:1.3;
    font-weight:800;
}

.astrology-reports-bottom p{
    margin:0;
    color:rgba(255,255,255,.84);
    font-size:14px;
    line-height:1.7;
}

.astrology-reports-btn{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:13px 26px;
    background:linear-gradient(
        135deg,
        #e3b341,
        #d4a017
    );
    color:#3f2e00 !important;
    border-radius:32px;
    font-size:14px;
    font-weight:850;
    text-decoration:none;
    box-shadow:0 5px 16px rgba(0,0,0,.13);
    transition:.25s ease;
}

.astrology-reports-btn:hover{
    transform:translateY(-2px);
    background:#f0c75b;
    color:#3f2e00 !important;
}

/* Disclaimer */

.astrology-reports-note{
    max-width:900px;
    margin:24px auto 0;
    text-align:center;
}

.astrology-reports-note p{
    margin:0;
    color:#77706a;
    font-size:12px;
    line-height:1.7;
}

/* ================================
   TABLET
   ================================ */

@media(max-width:1050px){

    .astrology-report-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* ================================
   MOBILE
   ================================ */

@media(max-width:600px){

    .astrology-reports-section{
        padding:54px 14px 60px;
    }

    .astrology-reports-heading{
        margin-bottom:18px;
    }

    .astrology-reports-kicker{
        padding:7px 14px;
        font-size:11px;
    }

    .astrology-reports-heading h2{
        font-size:29px;
    }

    .astrology-reports-heading p{
        font-size:14px;
        line-height:1.75;
    }

    .astrology-reports-intro{
        margin:25px auto 28px;
        padding:18px 17px;
    }

    .astrology-reports-intro p{
        font-size:14px;
    }

    .astrology-report-grid{
        grid-template-columns:1fr;
        gap:13px;
    }

    .astrology-report-card{
        min-height:0;
        padding:22px 19px 20px;
    }

    .astrology-report-image{
        width:calc(100% + 38px);
        height:165px;
        margin:-22px -19px 17px;
        border-radius:21px 21px 0 0;
    }

    .astrology-report-card h3{
        font-size:18px;
    }

    .astrology-report-card p{
        font-size:14px;
        margin-bottom:15px;
    }

    .astrology-reports-bottom{
        flex-direction:column;
        align-items:flex-start;
        padding:23px 20px;
        margin-top:28px;
        gap:18px;
    }

    .astrology-reports-bottom h3{
        font-size:20px;
    }

    .astrology-reports-btn{
        width:100%;
    }

}

/* ================================
   SMALL PHONES
   ================================ */

@media(max-width:380px){

    .astrology-reports-heading h2{
        font-size:27px;
    }

    .astrology-report-card{
        padding:20px 17px 18px;
    }

}
</style>

<style>

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

.numerology-reports-section{
    position:relative;

    padding:78px 20px 82px;

    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(212,160,23,.12),
            transparent 28%
        ),
        radial-gradient(
            circle at 92% 85%,
            rgba(123,17,19,.07),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #fffdf8 0%,
            #fff8e8 52%,
            #fffdf8 100%
        );

    overflow:hidden;
}


.numerology-reports-section::before{
    content:"";

    position:absolute;

    top:0;
    left:50%;

    transform:translateX(-50%);

    width:150px;
    height:3px;

    background:
        linear-gradient(
            90deg,
            #b8860b,
            #d4a017,
            #b8860b
        );

    border-radius:0 0 8px 8px;
}


.numerology-reports-inner{
    position:relative;
    z-index:1;

    width:100%;
}


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

.numerology-reports-heading{
    width:100%;
    max-width:900px;

    margin:0 auto 22px;

    text-align:center;
}


.numerology-reports-kicker{
    display:inline-flex;

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

    gap:8px;

    padding:8px 17px;

    margin-bottom:16px;

    background:#fffaf0;

    border:1px solid #ead8a5;

    border-radius:40px;

    color:#8a6500;

    font-size:13px;

    font-weight:800;

    letter-spacing:.7px;

    text-transform:uppercase;
}


.numerology-reports-heading h2{
    margin:0 0 14px;

    color:#7b1113;

    font-size:clamp(
        30px,
        4vw,
        43px
    );

    line-height:1.18;

    font-weight:800;
}


.numerology-reports-heading h2 span{
    color:#b8860b;
}


.numerology-reports-heading p{
    max-width:800px;

    margin:0 auto;

    color:#5f5a55;

    font-size:16px;

    line-height:1.8;
}


/* =========================================================
   INTRO BOX
   ========================================================= */

.numerology-reports-intro{
    width:100%;
    max-width:920px;

    margin:30px auto 40px;

    padding:22px 28px;

    box-sizing:border-box;

    background:rgba(255,255,255,.84);

    border:1px solid #ead8a5;

    border-radius:20px;

    box-shadow:
        0 8px 25px
        rgba(80,55,20,.06);

    text-align:center;
}


.numerology-reports-intro p{
    margin:0;

    color:#514c47;

    font-size:15px;

    line-height:1.8;
}


.numerology-reports-intro strong{
    color:#7b1113;
}


/* =========================================================
   REPORT GRID
   DESKTOP = 4 COLUMNS
   TABLET  = 2 COLUMNS
   MOBILE  = 1 COLUMN
   ========================================================= */

.numerology-report-grid{
    width:100%;
    max-width:1150px;

    margin:0 auto;

    display:grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap:20px;

    align-items:stretch;

    box-sizing:border-box;
}


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

.numerology-report-card{
    position:relative;

    width:100%;
    min-width:0;

    min-height:330px;

    padding:25px 21px 22px;

    box-sizing:border-box;

    display:flex;

    flex-direction:column;

    background:#ffffff;

    border:1px solid #ead8a5;

    border-radius:21px;

    text-decoration:none !important;

    box-shadow:
        0 8px 25px
        rgba(55,40,15,.065);

    overflow:hidden;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


.numerology-report-card::before{
    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:4px;

    background:
        linear-gradient(
            90deg,
            #7b1113,
            #d4a017,
            #7b1113
        );
}


.numerology-report-card:hover{
    transform:translateY(-6px);

    border-color:#d4a017;

    box-shadow:
        0 18px 38px
        rgba(90,60,10,.13);
}


/* =========================================================
   REPORT IMAGE
   ========================================================= */

.numerology-report-image{
    flex:0 0 auto;
    width:calc(100% + 42px);
    height:175px;
    margin:-25px -21px 18px;
    display:block;
    object-fit:cover;
    border-radius:21px 21px 0 0;
    border-bottom:1px solid #ead8a5;
}


/* =========================================================
   CARD TITLE
   EQUAL TITLE AREA
   ========================================================= */

.numerology-report-card h3{
    width:100%;

    min-height:52px;

    margin:0 0 10px;

    color:#7b1113;

    font-size:18px;

    line-height:1.4;

    font-weight:800;
}


/* =========================================================
   CARD DESCRIPTION
   EQUAL DESCRIPTION AREA
   ========================================================= */

.numerology-report-card p{
    width:100%;

    min-height:72px;

    margin:0;

    color:#66615c;

    font-size:13.5px;

    line-height:1.7;
}


/* =========================================================
   PRICE / CTA
   ALWAYS AT BOTTOM
   ========================================================= */

.numerology-report-price{
    width:100%;

    min-height:43px;

    margin-top:auto;

    padding-top:14px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:8px;

    box-sizing:border-box;

    border-top:1px solid #f0e5c9;
}


/* =========================================================
   PRICE
   ========================================================= */

.numerology-price{
    display:flex;

    align-items:baseline;

    gap:7px;

    white-space:nowrap;
}


.numerology-old-price{
    color:#999999;

    font-size:13px;

    line-height:1;

    text-decoration:line-through;
}


.numerology-new-price{
    color:#7b1113;

    font-size:21px;

    line-height:1;

    font-weight:900;
}


.numerology-report-price .check-link{
    color:#9a6b00;

    font-size:12.5px;

    line-height:1.2;

    font-weight:800;

    white-space:nowrap;
}


/* =========================================================
   FEATURED CTA
   ========================================================= */

.numerology-featured-report{
    width:100%;
    max-width:1000px;

    margin:40px auto 0;

    padding:27px 30px;

    box-sizing:border-box;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:25px;

    background:
        linear-gradient(
            135deg,
            #7b1113,
            #651013
        );

    border-radius:22px;

    box-shadow:
        0 13px 32px
        rgba(92,14,16,.18);
}


.numerology-featured-content{
    flex:1;
    min-width:0;
}


.numerology-featured-label{
    display:inline-flex;

    align-items:center;

    padding:6px 13px;

    margin-bottom:9px;

    background:rgba(255,255,255,.10);

    border:1px solid rgba(255,255,255,.18);

    border-radius:30px;

    color:#f3d36c;

    font-size:11px;

    font-weight:800;

    letter-spacing:.6px;

    text-transform:uppercase;
}


.numerology-featured-report h3{
    margin:0 0 7px;

    color:#ffffff;

    font-size:22px;

    line-height:1.3;

    font-weight:800;
}


.numerology-featured-report p{
    max-width:650px;

    margin:0;

    color:rgba(255,255,255,.84);

    font-size:14px;

    line-height:1.7;
}


/* =========================================================
   FEATURED PRICE
   ========================================================= */

.numerology-featured-price{
    margin-top:10px;
}


.numerology-featured-old{
    color:rgba(255,255,255,.58);

    font-size:16px;

    text-decoration:line-through;

    margin-right:8px;
}


.numerology-featured-new{
    color:#f3c95c;

    font-size:27px;

    font-weight:900;
}


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

.numerology-reports-btn{
    flex:0 0 auto;

    display:inline-flex;

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

    padding:13px 26px;

    background:
        linear-gradient(
            135deg,
            #e3b341,
            #d4a017
        );

    color:#3f2e00 !important;

    border-radius:32px;

    font-size:14px;

    font-weight:850;

    text-decoration:none !important;

    white-space:nowrap;

    box-shadow:
        0 5px 16px
        rgba(0,0,0,.13);

    transition:.25s ease;
}


.numerology-reports-btn:hover{
    transform:translateY(-2px);

    background:#f0c75b;

    color:#3f2e00 !important;
}


/* =========================================================
   NOTE
   ========================================================= */

.numerology-reports-note{
    width:100%;
    max-width:900px;

    margin:24px auto 0;

    text-align:center;
}


.numerology-reports-note p{
    margin:0;

    color:#77706a;

    font-size:12px;

    line-height:1.7;
}


/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:1050px){

    .numerology-report-grid{
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap:18px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:600px){

    .numerology-reports-section{
        padding:55px 14px 60px;
    }


    .numerology-reports-heading{
        margin-bottom:20px;
    }


    .numerology-reports-kicker{
        padding:7px 14px;

        margin-bottom:13px;

        font-size:11px;
    }


    .numerology-reports-heading h2{
        font-size:29px;

        line-height:1.25;
    }


    .numerology-reports-heading p{
        font-size:14px;

        line-height:1.75;
    }


    .numerology-reports-intro{
        margin:24px auto 29px;

        padding:18px 17px;
    }


    .numerology-reports-intro p{
        font-size:14px;

        line-height:1.75;
    }


    .numerology-report-grid{
        grid-template-columns:1fr;

        gap:14px;
    }


    .numerology-report-card{
        min-height:0;

        padding:22px 19px 20px;
    }


    .numerology-report-image{
        width:calc(100% + 38px);
        height:165px;
        margin:-22px -19px 17px;
        border-radius:21px 21px 0 0;
    }


    .numerology-report-card h3{
        min-height:0;

        margin-bottom:9px;

        font-size:18px;
    }


    .numerology-report-card p{
        min-height:0;

        margin-bottom:0;

        font-size:14px;
    }


    .numerology-report-price{
        min-height:42px;

        margin-top:17px;

        padding-top:13px;
    }


    .numerology-new-price{
        font-size:21px;
    }


    .numerology-featured-report{
        flex-direction:column;

        align-items:flex-start;

        margin-top:29px;

        padding:24px 20px;

        gap:18px;
    }


    .numerology-featured-report h3{
        font-size:20px;
    }


    .numerology-featured-report p{
        font-size:14px;
    }


    .numerology-reports-btn{
        width:100%;

        padding:13px 20px;

        box-sizing:border-box;
    }

}


/* =========================================================
   SMALL PHONES
   ========================================================= */

@media(max-width:380px){

    .numerology-reports-heading h2{
        font-size:27px;
    }


    .numerology-report-card{
        padding:20px 17px 18px;
    }


    .numerology-report-card h3{
        font-size:17px;
    }


    .numerology-report-price .check-link{
        font-size:12px;
    }

}

</style>


/* =========================================================
   HOMEPAGE REPORT / DAAN IMAGE FIX
   Full-width 800x600 images inside padded cards
   ========================================================= */

.daan-home-card .daan-home-image,
.astrology-report-card .astrology-report-image,
.numerology-report-card .numerology-report-image{
    display:block !important;
    width:calc(100% + 44px) !important;
    max-width:none !important;
    height:auto !important;
    aspect-ratio:4 / 3 !important;
    object-fit:cover !important;
    box-sizing:border-box !important;
}

/* Daan cards: padding is 23px horizontally */
.daan-home-card .daan-home-image{
    width:calc(100% + 46px) !important;
    margin:-26px -23px 19px !important;
    border-radius:21px 21px 0 0 !important;
}

/* Astrology and Numerology cards: padding is 21px horizontally */
.astrology-report-card .astrology-report-image,
.numerology-report-card .numerology-report-image{
    width:calc(100% + 42px) !important;
    margin:-25px -21px 18px !important;
    border-radius:21px 21px 0 0 !important;
}

/* =========================================================
   MOBILE IMAGE FIX
   ========================================================= */

@media(max-width:600px){

    .daan-home-card .daan-home-image{
        width:calc(100% + 38px) !important;
        max-width:none !important;
        height:auto !important;
        aspect-ratio:4 / 3 !important;
        margin:-22px -19px 18px !important;
        border-radius:21px 21px 0 0 !important;
    }

    .astrology-report-card .astrology-report-image,
    .numerology-report-card .numerology-report-image{
        width:calc(100% + 38px) !important;
        max-width:none !important;
        height:auto !important;
        aspect-ratio:4 / 3 !important;
        margin:-22px -19px 17px !important;
        border-radius:21px 21px 0 0 !important;
    }
}

/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media(max-width:380px){

    .daan-home-card .daan-home-image{
        width:calc(100% + 34px) !important;
        margin:-20px -17px 17px !important;
    }

    .astrology-report-card .astrology-report-image,
    .numerology-report-card .numerology-report-image{
        width:calc(100% + 34px) !important;
        margin:-20px -17px 17px !important;
    }
}
