.elementor-7 .elementor-element.elementor-element-570355e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-11px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-8d6579f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-fd5af16{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7 .elementor-element.elementor-element-1daf8e2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7 .elementor-element.elementor-element-05a4c76{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-8d6579f *//* ==========================================
   DHANROCK HERO SECTION
========================================== */

.drh_hero_wrap{
    position:relative;
    width:100%;
    min-height:620px;
    background:url('https://dhanrock.aasthikapharmacy.com/wp-content/uploads/2026/06/Banner-1.jpg');
    background-size:cover;
    background-position:center center;
    overflow:hidden;
}

.drh_hero_overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,20,45,.72) 0%,
        rgba(0,20,45,.45) 35%,
        rgba(0,20,45,.15) 100%
    );
}

.drh_hero_content{
    position:relative;
    z-index:2;
    max-width:1400px;
    margin:auto;
    min-height:620px;
    display:flex;
    align-items:center;
    padding:60px 80px;
}

.drh_hero_text{
    max-width:600px;
}

.drh_hero_text h1{
    color:#fff;
    font-size:40px;
    line-height:1.02;
    font-weight:800;
    margin:0;
    letter-spacing:-1px;

    animation:drhFadeUp 1s ease forwards;
}

.drh_hero_text h1 span{
    color:#f59f20;
}

.drh_hero_line{
    width:60px;
    height:5px;
    background:#f59f20;
    margin:30px 0;

    animation:drhLineGrow 1.2s ease forwards;
}

.drh_hero_text p{
    color:#fff;
    font-size:32px;
    margin:0 0 35px;

    animation:drhFadeUp 1.4s ease forwards;
}

.drh_hero_btn{
    display:inline-block;
    background:#f59f20;
    color:#fff;
    text-decoration:none;
    padding:18px 34px;
    border-radius:8px;
    font-weight:700;
    letter-spacing:.5px;
    transition:.3s;

    animation:drhFadeUp 1.8s ease forwards;
}

.drh_hero_btn:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(245,159,32,.35);
}

/* =====================
   ANIMATION
===================== */

@keyframes drhFadeUp{

    from{
        opacity:0;
        transform:translateY(40px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

@keyframes drhLineGrow{

    from{
        width:0;
    }

    to{
        width:60px;
    }

}

/* =====================
   TABLET
===================== */

@media(max-width:1024px){

    .drh_hero_wrap{
        min-height:540px;
    }

    .drh_hero_content{
        min-height:540px;
        padding:50px;
    }

    .drh_hero_text h1{
        font-size:50px;
    }

    .drh_hero_text p{
        font-size:26px;
    }

}

/* =====================
   MOBILE
===================== */

@media(max-width:767px){

    .drh_hero_wrap{

        min-height:520px;

        /* IMPORTANT:
           keeps product image visible */
        background-position:75% center;
    }

    .drh_hero_overlay{
        background:linear-gradient(
            90deg,
            rgba(0,20,45,.82) 0%,
            rgba(0,20,45,.55) 45%,
            rgba(0,20,45,.15) 100%
        );
    }

    .drh_hero_content{
        min-height:520px;
        padding:30px 20px;
        align-items:center;
    }

    .drh_hero_text{
        max-width:260px;
    }

    .drh_hero_text h1{
        font-size:30px;
        line-height:1.12;
        letter-spacing:0;
    }

    .drh_hero_line{
        margin:18px 0;
        height:4px;
        width:45px;
    }

    .drh_hero_text p{
        font-size:18px;
        margin-bottom:22px;
    }

    .drh_hero_btn{
        padding:12px 18px;
        font-size:13px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d35ba7 *//* ==========================
   DHANROCK ABOUT SECTION
========================== */

.drh_abt_wrap{
    max-width:1400px;
    margin:auto;
    padding:80px 30px;
    display:flex;
    align-items:center;
    gap:70px;
}

.drh_abt_left{
    flex:1;
}

.drh_abt_right{
    flex:1;
}

.drh_abt_right img{
    width:100%;
    display:block;
    border-radius:12px;
    box-shadow:0 20px 60px rgba(0,0,0,.12);
}

.drh_abt_subtitle{
    color:#f59f20;
    font-size:15px;
    font-weight:700;
    letter-spacing:.5px;
    text-transform:uppercase;
}

.drh_abt_title{
    font-size:40px;
    line-height:1.05;
    color:#111;
    margin:12px 0 20px;
    font-weight:800;
}

.drh_abt_line{
    width:60px;
    height:4px;
    background:#f59f20;
    margin-bottom:25px;
}

.drh_abt_desc{
    color:#555;
    font-size:18px;
    line-height:1.9;
    margin-bottom:40px;
}

/* FEATURES */

.drh_abt_features{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.drh_abt_feature{
    text-align:center;
}

.drh_abt_icon{
    width:70px;
    height:70px;
    background:#072e67;
    color:#fff;
    border-radius:50%;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:15px;
}

.drh_abt_feature h4{
    font-size:15px;
    color:#111;
    margin-bottom:10px;
    font-weight:700;
}

.drh_abt_feature p{
    font-size:14px;
    color:#666;
    line-height:1.7;
    margin:0;
}

/* ==========================
   TABLET
========================== */

@media(max-width:1024px){

    .drh_abt_wrap{
        flex-direction:column;
        gap:40px;
    }

    .drh_abt_title{
        font-size:46px;
    }

    .drh_abt_features{
        grid-template-columns:repeat(2,1fr);
    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    .drh_abt_wrap{
        padding:60px 20px;
    }

    .drh_abt_title{
        font-size:34px;
        line-height:1.15;
    }

    .drh_abt_desc{
        font-size:16px;
        line-height:1.8;
    }

    .drh_abt_features{
        grid-template-columns:1fr 1fr;
        gap:20px;
    }

    .drh_abt_icon{
        width:60px;
        height:60px;
        font-size:24px;
    }

    .drh_abt_feature h4{
        font-size:13px;
    }

    .drh_abt_feature p{
        font-size:12px;
    }
}

/* ==========================
   ENTRANCE ANIMATIONS
========================== */

.drh_abt_left{
    animation:drhFadeLeft 1s ease-out;
}

.drh_abt_right{
    animation:drhFadeRight 1.2s ease-out;
}

@keyframes drhFadeLeft{
    from{
        opacity:0;
        transform:translateY(40px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

@keyframes drhFadeRight{
    from{
        opacity:0;
        transform:translateX(50px);
    }
    to{
        opacity:1;
        transform:translateX(0);
    }
}

/* ==========================
   IMAGE FLOATING EFFECT
========================== */

.drh_abt_right img{
    animation:drhFloat 6s ease-in-out infinite;
}

@keyframes drhFloat{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-10px);
    }
    100%{
        transform:translateY(0px);
    }
}

/* ==========================
   FEATURE HOVER EFFECT
========================== */

.drh_abt_feature{
    transition:.35s ease;
}

.drh_abt_feature:hover{
    transform:translateY(-8px);
}

.drh_abt_icon{
    transition:.35s ease;
}

.drh_abt_feature:hover .drh_abt_icon{
    transform:scale(1.08);
    box-shadow:0 10px 25px rgba(7,46,103,.25);
}

/* ==========================
   TITLE ACCENT ANIMATION
========================== */

.drh_abt_line{
    animation:drhLineGrow 1.5s ease-out;
}

@keyframes drhLineGrow{
    from{
        width:0;
    }
    to{
        width:60px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5a28915 *//* ===========================
DHANROCK PRODUCTS
=========================== */

.drp_products_section{
    width:100%;
    padding:80px 0;
    overflow:hidden;
    background:#fff;
}

.drp_heading_wrap{
    max-width:1400px;
    margin:auto;
    padding:0 30px 50px;
    display:flex;
    justify-content:space-between;
    gap:60px;
}

.drp_heading_left span{
    color:#f59f20;
    font-weight:700;
    font-size:14px;
    text-transform:uppercase;
}

.drp_heading_left h2{
    font-size:54px;
    margin:10px 0 0;
    line-height:1.1;
    color:#111;
}

.drp_heading_right{
    max-width:420px;
    color:#666;
    line-height:1.8;
    font-size:18px;
}

/* CAROUSEL */

.drp_carousel_outer{
    overflow:hidden;
    width:100%;
}

.drp_track{
    display:flex;
    width:max-content;
    gap:30px;
    animation:drpScroll 35s linear infinite;
}

.drp_track:hover{
    animation-play-state:paused;
}

@keyframes drpScroll{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

/* CARD */

.drp_card{
    width:320px;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    border:1px solid #e7e7e7;
    text-decoration:none;
    color:inherit;
    flex-shrink:0;
    transition:.3s;
}

.drp_card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.drp_card img{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
}

.drp_card h3{
    font-size:22px;
    text-align:center;
    margin:25px 15px 15px;
    color:#111;
}

.drp_card p{
    text-align:center;
    color:#666;
    line-height:1.8;
    padding:0 20px 30px;
}

/* BUTTON */

.drp_btn_wrap{
    text-align:center;
    margin-top:50px;
}

.drp_view_btn{
    display:inline-block;
    padding:18px 40px;
    border:2px solid #123a7a;
    color:#123a7a;
    text-decoration:none;
    border-radius:60px;
    font-weight:700;
    transition:.3s;
}

.drp_view_btn:hover{
    background:#123a7a;
    color:#fff;
}

/* TABLET */

@media(max-width:1024px){

    .drp_heading_wrap{
        flex-direction:column;
    }

    .drp_heading_left h2{
        font-size:42px;
    }

    .drp_card{
        width:280px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .drp_products_section{
        padding:60px 0;
    }

    .drp_heading_wrap{
        padding:0 20px 40px;
    }

    .drp_heading_left h2{
        font-size:32px;
    }

    .drp_heading_right{
        font-size:15px;
    }

    .drp_card{
        width:250px;
    }

    .drp_card img{
        height:180px;
    }

    .drp_card h3{
        font-size:18px;
    }

}/* End custom CSS */