.elementor-1142 .elementor-element.elementor-element-a6bfda4{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1142 .elementor-element.elementor-element-6f8a134{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;text-align:center;}.elementor-1142 .elementor-element.elementor-element-6f8a134 .elementor-heading-title{line-height:1.5em;}.elementor-1142 .elementor-element.elementor-element-a933ea4{margin:0px 250px calc(var(--kit-widget-spacing, 0px) + 60px) 250px;text-align:center;}@media(max-width:1024px){.elementor-1142 .elementor-element.elementor-element-a6bfda4{--margin-top:0px;--margin-bottom:90px;--margin-left:0px;--margin-right:0px;}.elementor-1142 .elementor-element.elementor-element-6f8a134 .elementor-heading-title{font-size:30px;}.elementor-1142 .elementor-element.elementor-element-a933ea4{margin:0px 50px calc(var(--kit-widget-spacing, 0px) + 50px) 50px;}}@media(max-width:767px){.elementor-1142 .elementor-element.elementor-element-6f8a134 .elementor-heading-title{font-size:25px;}.elementor-1142 .elementor-element.elementor-element-a933ea4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;}}/* Start custom CSS for html, class: .elementor-element-a28f998 *//* =====================================
   DIGITALRUCHI HERO SECTION
===================================== */

.bb-hero {
    background: #ffffff;
    padding: 65px 0 80px;
    overflow: hidden;
}

.bb-container {
    width: min(1120px, 92%);
    margin: auto;
}


/* HERO GRID */

.bb-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
}


/* =====================================
   LEFT CONTENT
===================================== */

.bb-hero-content {
    max-width: 480px;
}

.bb-small-title {
    color: #f45b16;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 8px;
}

.bb-hero h1 {
    color: #202020;
    font-size: 46px;
    line-height: 1.12;
    font-weight: 750;
    margin: 0 0 18px;
}

.bb-hero h1 span {
    color: #f45b16;
}

.bb-hero p {
    color: #777777;
    font-size: 14px;
    line-height: 1.7;
    max-width: 430px;
    margin-bottom: 25px;
}


/* =====================================
   BUTTON
===================================== */

.bb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 12px 25px;

    background: #f45b16;
    color: #ffffff !important;

    text-decoration: none !important;

    border-radius: 6px;

    font-size: 13px;
    font-weight: 600;

    transition: all .3s ease;
}

.bb-btn:hover {
    background: #df4d0d;
    transform: translateY(-2px);
}


/* =====================================
   EXPLORE MORE
===================================== */

.bb-explore {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-top: 22px;

    color: #444444 !important;
    text-decoration: none !important;

    font-size: 12px;
}

.bb-explore span {
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #dddddd;
    border-radius: 50%;

    color: #f45b16;
}


/* =====================================
   HERO IMAGE SLIDER
===================================== */

.bb-hero-slider {
    position: relative;

    width: 100%;
    max-width: 520px;

    height: 430px;

    margin: auto;

    overflow: hidden;

    border-radius: 18px;
}


/* Individual Slides */

.bb-slide {
    position: absolute;

    inset: 0;

    opacity: 0;

    visibility: hidden;

    transform: scale(1.04);

    transition:
        opacity .8s ease,
        transform 1.2s ease,
        visibility .8s ease;
}

.bb-slide.active {
    opacity: 1;

    visibility: visible;

    transform: scale(1);
}


/* Images */

.bb-slide img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    border-radius: 18px;
}


/* =====================================
   SLIDER DOTS
===================================== */

.bb-slider-dots {
    position: absolute;

    left: 50%;
    bottom: 18px;

    transform: translateX(-50%);

    display: flex;

    gap: 8px;

    z-index: 10;
}

.bb-dot {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: rgba(255,255,255,.65);

    cursor: pointer;

    transition: all .3s ease;
}

.bb-dot.active {
    width: 22px;

    border-radius: 10px;

    background: #f45b16;
}


/* =====================================
   TABLET
===================================== */

@media(max-width:900px) {

    .bb-hero-grid {
        gap: 30px;
    }

    .bb-hero h1 {
        font-size: 38px;
    }

    .bb-hero-slider {
        height: 360px;
    }
}


/* =====================================
   MOBILE
===================================== */

@media(max-width:767px) {

    .bb-hero {
        padding: 45px 0 55px;
    }

    .bb-hero-grid {
        grid-template-columns: 1fr;

        text-align: center;

        gap: 35px;
    }

    .bb-hero-content {
        max-width: 100%;
        margin: auto;
    }

    .bb-hero h1 {
        font-size: 34px;
    }

    .bb-hero p {
        margin-left: auto;
        margin-right: auto;
    }

    .bb-hero-slider {
        width: 100%;
        height: 330px;
    }

    .bb-explore {
        margin-top: 18px;
    }
}


/* =====================================
   SMALL MOBILE
===================================== */

@media(max-width:480px) {

    .bb-hero h1 {
        font-size: 30px;
    }

    .bb-hero-slider {
        height: 280px;
        border-radius: 14px;
    }

    .bb-slide img {
        border-radius: 14px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0be2c01 *//* =====================================================
   DIGITALRUCHI
   SIMPLE SOLUTIONS SECTION
===================================================== */

.dr-solutions {

    position: relative;

    width: 100%;

    background: #fff0e9;

    padding: 75px 0;

    overflow: hidden;
}


/* ==========================================
   MAIN CONTAINER
========================================== */

.dr-solutions .dr-container {

    width: min(1120px, 92%);

    margin: 0 auto;
}


/* ==========================================
   TWO COLUMN LAYOUT
========================================== */

.dr-solutions-wrapper {

    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    gap: 65px;
}


/* ==========================================
   LEFT IMAGE
========================================== */

.dr-solutions-image {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    min-height: 390px;
}


/* Main image */

.dr-solutions-image img {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 430px;

    height: 360px;

    object-fit: cover;

    border-radius: 18px;

    box-shadow:
        0 15px 35px rgba(0,0,0,.08);

    transition:
        transform .4s ease;
}


.dr-solutions-image:hover img {

    transform:
        translateY(-7px);
}


/* ==========================================
   DECORATIVE DOTS
========================================== */

.dr-image-decoration {

    position: absolute;

    border-radius: 50%;

    background: #f45b16;

    opacity: .6;
}


.dr-dot-one {

    width: 12px;
    height: 12px;

    left: 5%;

    top: 18%;
}


.dr-dot-two {

    width: 7px;
    height: 7px;

    right: 7%;

    bottom: 17%;
}


/* ==========================================
   RIGHT CONTENT
========================================== */

.dr-solutions-content {

    max-width: 500px;
}


.dr-solutions-content .dr-mini-title {

    display: inline-block;

    color: #f45b16;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1px;

    margin-bottom: 6px;
}


/* Heading */

.dr-solutions-content h2 {

    color: #222;

    font-size: 32px;

    line-height: 1.2;

    font-weight: 700;

    margin: 0 0 12px;
}


.dr-solutions-content h2 span {

    color: #f45b16;
}


/* Introduction */

.dr-solutions-intro {

    color: #777;

    font-size: 13px;

    line-height: 1.7;

    margin: 0 0 23px;

    max-width: 470px;
}


/* ==========================================
   PROCESS
========================================== */

.dr-process {

    position: relative;

    margin-bottom: 25px;
}


/* Vertical line */

.dr-process::before {

    content: "";

    position: absolute;

    left: 14px;

    top: 15px;

    bottom: 15px;

    width: 1px;

    background: rgba(244,91,22,.25);
}


/* ==========================================
   PROCESS ITEM
========================================== */

.dr-process-item {

    position: relative;

    display: flex;

    align-items: flex-start;

    gap: 14px;

    margin-bottom: 17px;
}


.dr-process-item:last-child {

    margin-bottom: 0;
}


/* Number */

.dr-process-number {

    position: relative;

    z-index: 2;

    flex-shrink: 0;

    width: 29px;

    height: 29px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #f45b16;

    color: #ffffff;

    border-radius: 50%;

    font-size: 11px;

    font-weight: 700;

    box-shadow:
        0 3px 8px rgba(244,91,22,.20);
}


/* ==========================================
   PROCESS TEXT
========================================== */

.dr-process-text {

    padding-top: 1px;
}


.dr-process-text h3 {

    color: #272727;

    font-size: 13px;

    font-weight: 700;

    margin: 0 0 3px;
}


.dr-process-text p {

    color: #888;

    font-size: 10px;

    line-height: 1.5;

    margin: 0;

}


/* ==========================================
   BUTTONS
========================================== */

.dr-solutions-buttons {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-top: 25px;
}


/* Main button */

.dr-main-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 11px 23px;

    background: #f45b16;

    color: #ffffff !important;

    text-decoration: none !important;

    border-radius: 5px;

    font-size: 11px;

    font-weight: 600;

    transition: all .3s ease;
}


.dr-main-btn:hover {

    background: #dc4b0e;

    transform:
        translateY(-2px);
}


/* Outline */

.dr-outline-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 10px 22px;

    background: transparent;

    color: #f45b16 !important;

    border: 1px solid #f45b16;

    text-decoration: none !important;

    border-radius: 5px;

    font-size: 11px;

    font-weight: 600;

    transition: all .3s ease;
}


.dr-outline-btn:hover {

    background: #f45b16;

    color: #ffffff !important;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 900px) {

    .dr-solutions-wrapper {

        gap: 35px;
    }

    .dr-solutions-image img {

        height: 320px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .dr-solutions {

        padding: 55px 0;
    }


    .dr-solutions-wrapper {

        grid-template-columns: 1fr;

        gap: 35px;
    }


    .dr-solutions-image {

        min-height: auto;
    }


    .dr-solutions-image img {

        width: 100%;

        max-width: 400px;

        height: 300px;
    }


    .dr-solutions-content {

        max-width: 100%;

        text-align: center;
    }


    .dr-solutions-content h2 {

        font-size: 28px;
    }


    .dr-solutions-intro {

        margin-left: auto;

        margin-right: auto;
    }


    .dr-process {

        text-align: left;
    }


    .dr-solutions-buttons {

        justify-content: center;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .dr-solutions-image img {

        height: 250px;

        border-radius: 14px;
    }


    .dr-solutions-content h2 {

        font-size: 26px;
    }


    .dr-solutions-buttons {

        flex-direction: column;

        width: 100%;
    }


    .dr-main-btn,
    .dr-outline-btn {

        width: 100%;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27477ee *//* =====================================================
   DIGITALRUCHI
   OUR AGENCY SECTION
===================================================== */

.dr-agency {

    position: relative;

    width: 100%;

    background: #ffffff;

    padding: 80px 0;

    overflow: hidden;
}


/* ==========================================
   CONTAINER
========================================== */

.dr-agency .dr-container {

    width: min(1120px, 92%);

    margin: 0 auto;
}


/* ==========================================
   TWO COLUMN LAYOUT
========================================== */

.dr-agency-wrapper {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    align-items: center;

    gap: 70px;
}


/* ==========================================
   LEFT CONTENT
========================================== */

.dr-agency-content {

    max-width: 490px;
}


/* Small heading */

.dr-agency-content .dr-mini-title {

    display: inline-block;

    color: #f45b16;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1px;

    margin-bottom: 7px;
}


/* Main heading */

.dr-agency-content h2 {

    margin: 0 0 17px;

    color: #202020;

    font-size: 34px;

    line-height: 1.2;

    font-weight: 700;
}


.dr-agency-content h2 span {

    color: #f45b16;
}


/* Paragraph */

.dr-agency-content p {

    color: #777777;

    font-size: 13px;

    line-height: 1.75;

    margin: 0 0 13px;

    max-width: 470px;
}


/* ==========================================
   READ MORE BUTTON
========================================== */

.dr-agency-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    margin-top: 10px;

    padding: 11px 25px;

    background: #f45b16;

    color: #ffffff !important;

    text-decoration: none !important;

    border-radius: 5px;

    font-size: 11px;

    font-weight: 600;

    transition: all .3s ease;
}


.dr-agency-btn:hover {

    background: #dc4b0e;

    transform:
        translateY(-2px);

    box-shadow:
        0 7px 15px rgba(244,91,22,.18);
}


/* ==========================================
   IMAGE AREA
========================================== */

.dr-agency-image {

    position: relative;

    min-height: 400px;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* Image box */

.dr-agency-image-box {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 450px;

    overflow: hidden;

    border-radius: 18px;

    box-shadow:
        0 15px 35px rgba(0,0,0,.09);

    transition:
        transform .4s ease;
}


.dr-agency-image-box:hover {

    transform:
        translateY(-7px);
}


/* Image */

.dr-agency-image-box img {

    display: block;

    width: 100%;

    height: 350px;

    object-fit: cover;

    transition:
        transform .5s ease;
}


.dr-agency-image-box:hover img {

    transform:
        scale(1.04);
}


/* ==========================================
   DECORATIVE DOTS
========================================== */

.dr-agency-dot {

    position: absolute;

    display: block;

    border-radius: 50%;

    background: #f45b16;

    z-index: 3;

    opacity: .7;
}


/* Dot 1 */

.dr-agency-dot.dot-1 {

    width: 11px;

    height: 11px;

    top: 17%;

    right: 8%;
}


/* Dot 2 */

.dr-agency-dot.dot-2 {

    width: 7px;

    height: 7px;

    top: 29%;

    right: 3%;
}


/* Dot 3 */

.dr-agency-dot.dot-3 {

    width: 9px;

    height: 9px;

    bottom: 16%;

    left: 7%;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 900px) {

    .dr-agency-wrapper {

        gap: 40px;
    }

    .dr-agency-image-box img {

        height: 310px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .dr-agency {

        padding: 55px 0;
    }


    .dr-agency-wrapper {

        grid-template-columns: 1fr;

        gap: 40px;
    }


    .dr-agency-content {

        max-width: 100%;

        text-align: center;
    }


    .dr-agency-content h2 {

        font-size: 29px;
    }


    .dr-agency-content p {

        margin-left: auto;

        margin-right: auto;
    }


    .dr-agency-image {

        min-height: auto;
    }


    .dr-agency-image-box {

        max-width: 420px;
    }


    .dr-agency-image-box img {

        height: 300px;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .dr-agency-content h2 {

        font-size: 27px;
    }


    .dr-agency-content p {

        font-size: 12px;
    }


    .dr-agency-image-box img {

        height: 260px;
    }


    .dr-agency-image-box {

        border-radius: 14px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e8c8745 *//* =====================================================
   DIGITALRUCHI
   TESTIMONIAL SECTION
===================================================== */

.dr-testimonials {

    width: 100%;

    background: #ffffff;

    padding: 80px 0;

}


/* ==========================================
   SECTION HEADING
========================================== */

.dr-testimonial-heading {

    max-width: 620px;

    margin: 0 auto 42px;

    text-align: center;

}


.dr-testimonial-heading .dr-mini-title {

    display: inline-block;

    color: #f45b16;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1px;

    margin-bottom: 7px;

}


.dr-testimonial-heading h2 {

    margin: 0 0 12px;

    color: #202020;

    font-size: 31px;

    line-height: 1.2;

    font-weight: 700;

}


.dr-testimonial-heading h2 span {

    color: #f45b16;

}


.dr-testimonial-heading p {

    max-width: 520px;

    margin: 0 auto;

    color: #858585;

    font-size: 12px;

    line-height: 1.7;

}


/* ==========================================
   TESTIMONIAL GRID
========================================== */

.dr-testimonial-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 20px;

}


/* ==========================================
   TESTIMONIAL CARD
========================================== */

.dr-testimonial-card {

    position: relative;

    background: #ffffff;

    border: 1px solid #eeeeee;

    border-radius: 10px;

    padding: 25px 22px 22px;

    min-height: 245px;

    box-shadow:
        0 5px 20px rgba(0,0,0,.055);

    transition:
        transform .3s ease,
        box-shadow .3s ease;

}


.dr-testimonial-card:hover {

    transform:
        translateY(-6px);

    box-shadow:
        0 15px 35px rgba(0,0,0,.10);

}


/* ==========================================
   QUOTE
========================================== */

.dr-quote {

    position: absolute;

    top: 15px;

    right: 20px;

    color: #f45b16;

    font-family: Georgia, serif;

    font-size: 40px;

    line-height: 1;

    opacity: .18;

}


/* ==========================================
   REVIEW
========================================== */

.dr-review {

    color: #777777;

    font-size: 12px;

    line-height: 1.75;

    margin: 0 0 22px;

    min-height: 82px;

}


/* ==========================================
   CLIENT
========================================== */

.dr-client {

    display: flex;

    align-items: center;

    gap: 11px;

    padding-top: 14px;

    border-top:
        1px solid #eeeeee;

}


/* Avatar */

.dr-client-avatar {

    width: 39px;

    height: 39px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #fff0e9;

    color: #f45b16;

    font-size: 13px;

    font-weight: 700;

}


/* Client name */

.dr-client-info h3 {

    margin: 0 0 3px;

    color: #272727;

    font-size: 12px;

    font-weight: 700;

}


.dr-client-info span {

    color: #999999;

    font-size: 9px;

}


/* ==========================================
   STARS
========================================== */

.dr-stars {

    margin-top: 10px;

    color: #f5b400;

    font-size: 12px;

    letter-spacing: 1px;

}


/* ==========================================
   NAVIGATION
========================================== */

.dr-testimonial-navigation {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 15px;

    margin-top: 30px;

}


/* Arrows */

.dr-testimonial-arrow {

    width: 31px;

    height: 31px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #dddddd;

    border-radius: 50%;

    background: #ffffff;

    color: #555555;

    font-size: 12px;

    cursor: pointer;

    transition: all .3s ease;

}


.dr-testimonial-arrow:hover {

    background: #f45b16;

    color: #ffffff;

    border-color: #f45b16;

}


/* Indicators */

.dr-testimonial-indicators {

    display: flex;

    align-items: center;

    gap: 6px;

}


.dr-indicator {

    display: block;

    width: 7px;

    height: 7px;

    border-radius: 50%;

    background: #dddddd;

}


.dr-indicator.active {

    width: 20px;

    border-radius: 8px;

    background: #f45b16;

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 900px) {

    .dr-testimonial-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .dr-testimonials {

        padding: 55px 0;

    }


    .dr-testimonial-heading h2 {

        font-size: 28px;

    }


    .dr-testimonial-grid {

        grid-template-columns: 1fr;

        gap: 16px;

    }


    .dr-testimonial-card {

        min-height: auto;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-487bf9a *//* =====================================================
   DIGITALRUCHI
   CTA SECTION
===================================================== */

.dr-cta-section {

    width: 100%;

    background: #ffffff;

    padding: 25px 0 35px;

}


/* ==========================================
   CTA BOX
========================================== */

.dr-cta-box {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    padding: 27px 40px;

    background: #f45b16;

    border-radius: 8px;

    overflow: hidden;

    box-shadow:
        0 10px 25px rgba(244,91,22,.15);

}


/* Decorative circles */

.dr-cta-box::before {

    content: "";

    position: absolute;

    width: 120px;

    height: 120px;

    border-radius: 50%;

    border: 20px solid rgba(255,255,255,.07);

    left: -50px;

    bottom: -70px;

}


.dr-cta-box::after {

    content: "";

    position: absolute;

    width: 80px;

    height: 80px;

    border-radius: 50%;

    border: 12px solid rgba(255,255,255,.07);

    right: 20%;

    top: -50px;

}


/* ==========================================
   CONTENT
========================================== */

.dr-cta-content {

    position: relative;

    z-index: 2;

}


.dr-cta-small {

    display: block;

    color: rgba(255,255,255,.85);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1px;

    margin-bottom: 5px;

}


.dr-cta-content h2 {

    margin: 0 0 5px;

    color: #ffffff;

    font-size: 22px;

    line-height: 1.25;

    font-weight: 700;

}


.dr-cta-content h2 span {

    color: #fff2c7;

}


.dr-cta-content p {

    margin: 0;

    max-width: 520px;

    color: rgba(255,255,255,.85);

    font-size: 11px;

    line-height: 1.6;

}


/* ==========================================
   BUTTON
========================================== */

.dr-cta-action {

    position: relative;

    z-index: 2;

    flex-shrink: 0;

}


.dr-cta-button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    padding: 11px 23px;

    background: #ffffff;

    color: #f45b16 !important;

    text-decoration: none !important;

    border-radius: 5px;

    font-size: 11px;

    font-weight: 700;

    transition: all .3s ease;

}


.dr-cta-button span {

    font-size: 15px;

    line-height: 1;

    transition: transform .3s ease;

}


.dr-cta-button:hover {

    background: #fff4ed;

    color: #df4d0d !important;

    transform: translateY(-2px);

    box-shadow:
        0 7px 15px rgba(0,0,0,.12);

}


.dr-cta-button:hover span {

    transform: translateX(4px);

}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 767px) {

    .dr-cta-section {

        padding: 20px 0 30px;

    }

    .dr-cta-box {

        flex-direction: column;

        text-align: center;

        padding: 30px 25px;

    }

    .dr-cta-content p {

        margin-left: auto;

        margin-right: auto;

    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .dr-cta-box {

        padding: 27px 20px;

    }

    .dr-cta-content h2 {

        font-size: 20px;

    }

    .dr-cta-content p {

        font-size: 10px;

    }

    .dr-cta-button {

        padding: 10px 20px;

    }

}/* End custom CSS */