.elementor-510 .elementor-element.elementor-element-4ebc589{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b7cc1b5 *//* =========================================
   DIGITAL MARKETING INSTITUTES BLOG
   ========================================= */

.dm-institutes {
    width: 100%;
    background: #ffffff;
    color: #1f2937;
    font-family: inherit;
}

.dm-container {
    max-width: 1050px;
    margin: 0 auto;
    padding: 20px;
}


/* =========================================
   INTRO
   ========================================= */

.dm-intro {
    margin-bottom: 50px;
}

.dm-intro h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #111827;
    margin: 0 0 25px;
    font-weight: 750;
}

.dm-intro p {
    font-size: 17px;
    line-height: 1.8;
    color: #4b5563;
    margin: 0 0 18px;
}

.dm-intro strong {
    color: #111827;
}


/* =========================================
   INSTITUTE CARD
   ========================================= */

.dm-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    margin-bottom: 30px;
    padding: 32px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dm-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}


/* First institute highlight */

.dm-card.featured {
    border: 2px solid #6c4cff;
}


/* =========================================
   CARD HEADER
   ========================================= */

.dm-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.dm-card-header h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.3;
    color: #111827;
}

.dm-number {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 45px;
    height: 45px;

    border-radius: 50%;

    background: #6c4cff;
    color: #ffffff;

    font-size: 15px;
    font-weight: 700;
}


/* =========================================
   LOGO
   ========================================= */

.dm-logo {
    width: 100%;
    min-height: 130px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f8fafc;
    border-radius: 12px;

    margin-bottom: 25px;
    padding: 20px;
}

.dm-logo img {
    max-width: 220px;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
}


/* =========================================
   CONTENT
   ========================================= */

.dm-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
    margin: 0 0 18px;
}

.dm-content strong {
    color: #111827;
}


/* =========================================
   BUSINESS DETAILS
   ========================================= */

.dm-details {
    background: #f8fafc;
    border-radius: 10px;
    padding: 18px 20px;
    margin-top: 25px;
}

.dm-details p {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.6;
}

.dm-details p:last-child {
    margin-bottom: 0;
}

.dm-details a {
    color: #5b3fd6;
    text-decoration: none;
    font-weight: 600;
}

.dm-details a:hover {
    text-decoration: underline;
}


/* =========================================
   BEST SUITED
   ========================================= */

.dm-best {
    margin-top: 20px;
    padding: 15px 18px;

    background: #f3f0ff;
    border-left: 4px solid #6c4cff;

    border-radius: 6px;

    font-size: 15px;
    line-height: 1.6;
    color: #374151;
}

.dm-best strong {
    color: #111827;
}


/* =========================================
   CONCLUSION
   ========================================= */

.dm-conclusion {
    margin-top: 60px;
    padding: 40px 35px;

    background: #f8fafc;
    border-radius: 16px;
}

.dm-conclusion h2 {
    font-size: 30px;
    line-height: 1.3;
    color: #111827;
    margin: 0 0 20px;
}

.dm-conclusion h2:not(:first-child) {
    margin-top: 45px;
}

.dm-conclusion p {
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
    margin: 0 0 18px;
}


/* =========================================
   CHECKLIST
   ========================================= */

.dm-checklist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 30px;
}

.dm-checklist > div {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 22px;
}

.dm-checklist h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #111827;
}

.dm-checklist p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}


/* =========================================
   HIGHLIGHT
   ========================================= */

.dm-highlight {
    background: #ffffff;
    border-left: 4px solid #6c4cff;

    padding: 20px 22px;

    border-radius: 8px;

    font-weight: 600;
    color: #374151 !important;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 900px) {

    .dm-container {
        padding: 20px;
    }

    .dm-intro h1 {
        font-size: 36px;
    }

    .dm-card {
        padding: 25px;
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .dm-container {
        padding: 15px;
    }

    .dm-intro {
        margin-bottom: 35px;
    }

    .dm-intro h1 {
        font-size: 30px;
    }

    .dm-intro p {
        font-size: 15px;
        line-height: 1.7;
    }

    .dm-card {
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 12px;
    }

    .dm-card-header {
        align-items: flex-start;
    }

    .dm-card-header h2 {
        font-size: 22px;
    }

    .dm-number {
        min-width: 38px;
        height: 38px;
        font-size: 13px;
    }

    .dm-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .dm-logo {
        min-height: 100px;
    }

    .dm-logo img {
        max-width: 170px;
        max-height: 75px;
    }

    .dm-details {
        padding: 15px;
    }

    .dm-details p {
        font-size: 14px;
    }

    .dm-conclusion {
        padding: 25px 20px;
        margin-top: 40px;
    }

    .dm-conclusion h2 {
        font-size: 24px;
    }

    .dm-checklist {
        grid-template-columns: 1fr;
    }

}
.comparison-title {
    text-align: center;
    font-size: 28px;
    line-height: 1.3;
    color: #111827;
    margin: 0 0 20px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .comparison-title {
        font-size: 23px;
    }
}/* End custom CSS */