.elementor-660 .elementor-element.elementor-element-f19db5a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-660 .elementor-element.elementor-element-b66f7fe{width:100%;max-width:100%;}.elementor-660 .elementor-element.elementor-element-159641c{width:100%;max-width:100%;margin:-82px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-660 .elementor-element.elementor-element-299a140{--display:flex;}.elementor-660 .elementor-element.elementor-element-4972d85{width:100%;max-width:100%;}.elementor-660 .elementor-element.elementor-element-1427938{width:100%;max-width:100%;}.elementor-660 .elementor-element.elementor-element-5f75fff{--display:flex;}.elementor-660 .elementor-element.elementor-element-c24b591{width:100%;max-width:100%;}.elementor-660 .elementor-element.elementor-element-f155c4b{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-b66f7fe *//* =====================================================
   DIGITAL MARKETING HERO SECTION
   Compatible with the previously provided HTML
===================================================== */

.dm-hero {
    --dm-blue: #2563eb;
    --dm-blue-dark: #1d4ed8;
    --dm-purple: #7c3aed;
    --dm-purple-dark: #6d28d9;
    --dm-white: #ffffff;
    --dm-text: #172554;
    --dm-text-light: #53627c;
    --dm-border: rgba(79, 70, 229, 0.15);
    --dm-gradient: linear-gradient(
        135deg,
        var(--dm-blue) 0%,
        var(--dm-purple) 100%
    );

    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 720px;
    padding: 80px 24px;
    overflow: hidden;
    color: var(--dm-text);
    background-color: var(--dm-white);
    font-family: Inter, Poppins, Arial, sans-serif;
}

/* Elementor box-sizing protection */

.dm-hero,
.dm-hero *,
.dm-hero *::before,
.dm-hero *::after {
    box-sizing: border-box;
}

/* Subtle dotted background texture */

.dm-hero::before {
    position: absolute;
    inset: 0;
    z-index: -3;
    content: "";
    pointer-events: none;
    background-image: radial-gradient(
        circle,
        rgba(79, 70, 229, 0.11) 1px,
        transparent 1.5px
    );
    background-position: center;
    background-size: 32px 32px;
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        rgba(0, 0, 0, 0.35) 25%,
        rgba(0, 0, 0, 0.35) 75%,
        transparent 100%
    );
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        rgba(0, 0, 0, 0.35) 25%,
        rgba(0, 0, 0, 0.35) 75%,
        transparent 100%
    );
}

/* Main container */

.dm-hero__container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(480px, 0.95fr);
    align-items: center;
    gap: 65px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

/* =====================================================
   DECORATIVE BACKGROUND ELEMENTS
===================================================== */

.dm-hero__decorations {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.dm-hero__blur {
    position: absolute;
    display: block;
    border-radius: 50%;
    filter: blur(20px);
    opacity: 0.55;
}

.dm-hero__blur--blue {
    top: -130px;
    left: -120px;
    width: 360px;
    height: 360px;
    background: rgba(37, 99, 235, 0.12);
}

.dm-hero__blur--purple {
    right: -110px;
    bottom: -130px;
    width: 420px;
    height: 420px;
    background: rgba(124, 58, 237, 0.12);
}

.dm-hero__star {
    position: absolute;
    color: rgba(99, 102, 241, 0.25);
    font-size: 18px;
    line-height: 1;
    animation: dmStarRotate 9s linear infinite;
}

.dm-hero__star--one {
    top: 17%;
    left: 5%;
}

.dm-hero__star--two {
    top: 11%;
    right: 8%;
    font-size: 23px;
    animation-delay: -3s;
}

.dm-hero__star--three {
    right: 48%;
    bottom: 12%;
    font-size: 15px;
    animation-delay: -6s;
}

/* =====================================================
   LEFT CONTENT
===================================================== */

.dm-hero__content {
    position: relative;
    max-width: 680px;
}

/* Top badge */

.dm-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    padding: 10px 17px;
    color: var(--dm-purple-dark);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1px;
    background: linear-gradient(
        135deg,
        rgba(37, 99, 235, 0.08),
        rgba(124, 58, 237, 0.08)
    );
    border: 1px solid rgba(124, 58, 237, 0.18);
    border-radius: 100px;
    box-shadow: 0 8px 25px rgba(79, 70, 229, 0.08);
}

.dm-hero__badge-star {
    color: var(--dm-blue);
    font-size: 15px;
}

/* Heading */

.dm-hero__heading {
    max-width: 680px;
    margin: 0;
    color: var(--dm-text);
    font-size: clamp(44px, 5vw, 72px);
    font-weight: 800;
    line-height: 1.07;
    letter-spacing: -2.8px;
}

.dm-hero__gradient-text {
    display: block;
    color: var(--dm-purple);
    background: var(--dm-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Description */

.dm-hero__description {
    max-width: 620px;
    margin: 25px 0 0;
    color: var(--dm-text-light);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
}

/* =====================================================
   CTA BUTTONS
===================================================== */

.dm-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-top: 33px;
}

.dm-hero__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 14px 25px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    border: 2px solid transparent;
    border-radius: 13px;
    cursor: pointer;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.dm-hero__button-icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

/* Primary button */

.dm-hero__button--primary {
    color: var(--dm-white) !important;
    background: var(--dm-gradient);
    border-color: transparent;
    box-shadow: 0 14px 30px rgba(79, 70, 229, 0.28);
}

.dm-hero__button--primary span,
.dm-hero__button--primary svg {
    color: var(--dm-white) !important;
}

.dm-hero__button--primary:hover,
.dm-hero__button--primary:focus {
    color: var(--dm-white) !important;
    background: linear-gradient(
        135deg,
        var(--dm-blue-dark),
        var(--dm-purple-dark)
    );
    box-shadow: 0 18px 35px rgba(79, 70, 229, 0.38);
    transform: translateY(-3px);
}

.dm-hero__button--primary:hover span,
.dm-hero__button--primary:hover svg {
    color: var(--dm-white) !important;
}

.dm-hero__button--primary:hover .dm-hero__button-icon {
    transform: translateX(4px);
}

/* Secondary button */

.dm-hero__button--secondary {
    color: var(--dm-purple) !important;
    background: var(--dm-white);
    border-color: rgba(99, 102, 241, 0.35);
    box-shadow: 0 10px 25px rgba(79, 70, 229, 0.09);
}

.dm-hero__button--secondary span,
.dm-hero__button--secondary svg {
    color: var(--dm-purple) !important;
}

.dm-hero__button--secondary:hover,
.dm-hero__button--secondary:focus {
    color: var(--dm-white) !important;
    background: var(--dm-gradient);
    border-color: transparent;
    box-shadow: 0 16px 32px rgba(79, 70, 229, 0.25);
    transform: translateY(-3px);
}

.dm-hero__button--secondary:hover span,
.dm-hero__button--secondary:hover svg {
    color: var(--dm-white) !important;
}

.dm-hero__button:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.28);
    outline-offset: 4px;
}

/* =====================================================
   TRUST POINTS
===================================================== */

.dm-hero__trust-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 20px;
    margin: 27px 0 0;
    padding: 0;
    list-style: none;
}

.dm-hero__trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #3f4e68;
    font-size: 13px;
    font-weight: 650;
}

.dm-hero__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    color: var(--dm-white);
    font-size: 12px;
    font-weight: 800;
    background: var(--dm-gradient);
    border-radius: 50%;
    box-shadow: 0 5px 12px rgba(79, 70, 229, 0.2);
}

/* =====================================================
   RIGHT FLOATING ICON AREA
===================================================== */

.dm-hero__visual {
    position: relative;
    width: 100%;
    min-height: 580px;
}

/* Center circle */

.dm-hero__visual-center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 235px;
    height: 235px;
    text-align: center;
    background:
        linear-gradient(
            var(--dm-white),
            var(--dm-white)
        ) padding-box,
        var(--dm-gradient) border-box;
    border: 2px solid transparent;
    border-radius: 50%;
    box-shadow:
        0 25px 60px rgba(37, 99, 235, 0.15),
        0 10px 25px rgba(124, 58, 237, 0.1);
    transform: translate(-50%, -50%);
}

.dm-hero__visual-center::before {
    position: absolute;
    inset: -22px;
    z-index: -1;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(37, 99, 235, 0.1),
        rgba(124, 58, 237, 0.1)
    );
    border: 1px dashed rgba(99, 102, 241, 0.25);
    border-radius: 50%;
    animation: dmCircleRotate 18s linear infinite;
}

.dm-hero__visual-small-text {
    margin-bottom: 4px;
    color: var(--dm-text-light);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.dm-hero__visual-title,
.dm-hero__visual-gradient {
    display: block;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
}

.dm-hero__visual-title {
    color: var(--dm-text);
}

.dm-hero__visual-gradient {
    color: var(--dm-purple);
    background: var(--dm-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Floating cards */

.dm-hero__floating-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 205px;
    min-height: 75px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--dm-border);
    border-radius: 17px;
    box-shadow:
        0 18px 45px rgba(30, 64, 175, 0.11),
        0 4px 12px rgba(124, 58, 237, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    animation: dmCardFloat 4s ease-in-out infinite;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.dm-hero__floating-card:hover {
    z-index: 5;
    border-color: rgba(124, 58, 237, 0.38);
    box-shadow:
        0 22px 50px rgba(37, 99, 235, 0.17),
        0 7px 18px rgba(124, 58, 237, 0.1);
    transform: scale(1.04);
}

.dm-hero__icon-box {
    display: inline-flex;
    flex: 0 0 50px;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: var(--dm-purple);
    background: linear-gradient(
        135deg,
        rgba(37, 99, 235, 0.1),
        rgba(124, 58, 237, 0.12)
    );
    border: 1px solid rgba(99, 102, 241, 0.12);
    border-radius: 14px;
}

.dm-hero__icon-box img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.dm-hero__icon-box svg {
    display: block;
    width: 31px;
    height: 31px;
    color: var(--dm-purple);
    stroke: currentColor;
}

.dm-hero__card-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.dm-hero__card-content strong {
    overflow: hidden;
    color: var(--dm-text);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dm-hero__card-content small {
    overflow: hidden;
    color: var(--dm-text-light);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Exact card positions */

.dm-hero__floating-card--meta {
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 0s;
}

.dm-hero__floating-card--seo {
    top: 145px;
    left: 0;
    animation-delay: -0.8s;
}

.dm-hero__floating-card--google {
    top: 145px;
    right: 0;
    animation-delay: -1.6s;
}

.dm-hero__floating-card--social {
    bottom: 135px;
    left: 0;
    animation-delay: -2.4s;
}

.dm-hero__floating-card--email {
    right: 0;
    bottom: 135px;
    animation-delay: -3.2s;
}

.dm-hero__floating-card--content {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: -2s;
}

/* Keep centre-positioned cards centred on hover */

.dm-hero__floating-card--meta:hover,
.dm-hero__floating-card--content:hover {
    transform: translateX(-50%) scale(1.04);
}

/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes dmCardFloat {
    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: 0 -9px;
    }
}

@keyframes dmCircleRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes dmStarRotate {
    0% {
        opacity: 0.25;
        transform: rotate(0deg) scale(1);
    }

    50% {
        opacity: 0.65;
        transform: rotate(180deg) scale(1.2);
    }

    100% {
        opacity: 0.25;
        transform: rotate(360deg) scale(1);
    }
}

/* =====================================================
   TABLET RESPONSIVE
===================================================== */

@media (max-width: 1100px) {
    .dm-hero {
        padding-right: 20px;
        padding-left: 20px;
    }

    .dm-hero__container {
        grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
        gap: 35px;
    }

    .dm-hero__heading {
        font-size: clamp(42px, 5vw, 60px);
    }

    .dm-hero__floating-card {
        width: 185px;
    }

    .dm-hero__visual-center {
        width: 210px;
        height: 210px;
    }

    .dm-hero__visual-title,
    .dm-hero__visual-gradient {
        font-size: 27px;
    }
}

/* =====================================================
   MOBILE/TABLET STACKED LAYOUT
===================================================== */

@media (max-width: 900px) {
    .dm-hero {
        min-height: auto;
        padding: 75px 20px 65px;
    }

    .dm-hero__container {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .dm-hero__content {
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }

    .dm-hero__heading {
        max-width: 760px;
        font-size: clamp(42px, 8vw, 62px);
        letter-spacing: -2px;
    }

    .dm-hero__description {
        margin-right: auto;
        margin-left: auto;
    }

    .dm-hero__buttons,
    .dm-hero__trust-list {
        justify-content: center;
    }

    .dm-hero__visual {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        width: 100%;
        max-width: 680px;
        min-height: auto;
        margin: 0 auto;
    }

    .dm-hero__visual-center {
        position: relative;
        top: auto;
        left: auto;
        grid-column: 1 / -1;
        width: 210px;
        height: 210px;
        margin: 20px auto 35px;
        transform: none;
    }

    .dm-hero__floating-card,
    .dm-hero__floating-card--meta,
    .dm-hero__floating-card--seo,
    .dm-hero__floating-card--google,
    .dm-hero__floating-card--social,
    .dm-hero__floating-card--content,
    .dm-hero__floating-card--email {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        min-height: 80px;
        transform: none;
    }

    .dm-hero__floating-card--meta:hover,
    .dm-hero__floating-card--content:hover {
        transform: scale(1.03);
    }
}

/* =====================================================
   SMALL MOBILE RESPONSIVE
===================================================== */

@media (max-width: 600px) {
    .dm-hero {
        padding: 55px 16px 50px;
    }

    .dm-hero__badge {
        max-width: 100%;
        margin-bottom: 18px;
        padding: 9px 13px;
        font-size: 12px;
        text-align: left;
    }

    .dm-hero__heading {
        font-size: clamp(37px, 11vw, 50px);
        line-height: 1.1;
        letter-spacing: -1.7px;
    }

    .dm-hero__description {
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.7;
    }

    .dm-hero__buttons {
        flex-direction: column;
        width: 100%;
        margin-top: 28px;
    }

    .dm-hero__button {
        width: 100%;
        min-height: 55px;
    }

    .dm-hero__trust-list {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: start;
        width: fit-content;
        margin: 25px auto 0;
    }

    .dm-hero__visual {
        gap: 13px;
    }

    .dm-hero__visual-center {
        width: 180px;
        height: 180px;
        margin-bottom: 27px;
    }

    .dm-hero__visual-center::before {
        inset: -15px;
    }

    .dm-hero__visual-title,
    .dm-hero__visual-gradient {
        font-size: 24px;
    }

    .dm-hero__floating-card {
        min-height: 72px;
        padding: 10px;
        border-radius: 14px;
    }

    .dm-hero__icon-box {
        flex-basis: 44px;
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .dm-hero__icon-box img,
    .dm-hero__icon-box svg {
        width: 27px;
        height: 27px;
    }

    .dm-hero__card-content strong {
        font-size: 12px;
    }

    .dm-hero__card-content small {
        font-size: 9px;
    }
}

/* One card per row on very small screens */

@media (max-width: 430px) {
    .dm-hero__visual {
        grid-template-columns: 1fr;
    }

    .dm-hero__visual-center {
        grid-column: 1;
    }

    .dm-hero__floating-card {
        max-width: 330px;
        margin: 0 auto;
    }

    .dm-hero__card-content strong {
        font-size: 14px;
    }

    .dm-hero__card-content small {
        font-size: 10px;
    }
}

/* Accessibility: reduce motion */

@media (prefers-reduced-motion: reduce) {
    .dm-hero *,
    .dm-hero *::before,
    .dm-hero *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
/* =========================================
   GLOBAL RESPONSIVE FIX
========================================= */

html {
    width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
video,
iframe,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
p,
a,
span {
    overflow-wrap: break-word;
}

section {
    width: 100%;
    max-width: 100%;
}

/* Grid/Flex ke children screen se bahar na niklein */
.dmfcta-card > *,
.dmad-card > *,
.dmic-container > * {
    min-width: 0;
}


/* =========================================
   TABLET RESPONSIVE
========================================= */

@media (max-width: 1024px) {

    section {
        padding-left: 24px;
        padding-right: 24px;
    }

    /* Final CTA */
    .dmfcta-card {
        grid-template-columns: 1fr !important;
    }

    /* Admission section */
    .dmad-card,
    .dmad-layout {
        grid-template-columns: 1fr !important;
    }

    h1 {
        font-size: clamp(36px, 6vw, 58px) !important;
    }

    h2 {
        font-size: clamp(30px, 5vw, 44px) !important;
    }
}


/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width: 767px) {

    section {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* Fixed width remove */
    .dmfcta-card,
    .dmad-card,
    .dmad-layout,
    .dmic-container {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Two-column sections ko one-column karo */
    .dmfcta-card,
    .dmad-card,
    .dmad-layout {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .dmfcta-content,
    .dmfcta-action-panel,
    .dmad-left,
    .dmad-right,
    .dmad-creative,
    .dmad-form-panel {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Mobile spacing */
    .dmfcta-card,
    .dmad-card {
        padding: 20px !important;
        gap: 24px !important;
        border-radius: 24px !important;
    }

    /* Heading responsive */
    h1 {
        font-size: clamp(32px, 10vw, 44px) !important;
        line-height: 1.08 !important;
    }

    h2 {
        font-size: clamp(27px, 8vw, 36px) !important;
        line-height: 1.15 !important;
    }

    h3 {
        font-size: 21px !important;
        line-height: 1.3 !important;
    }

    p {
        font-size: 15px;
        line-height: 1.7;
    }

    /* Buttons mobile par proper */
    .dmfcta-primary-btn,
    .dmfcta-secondary-btn,
    .dmad-submit-btn {
        width: 100% !important;
        min-height: 52px;
        justify-content: center;
        text-align: center;
    }

    /* Feature pills */
    .dmfcta-features {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    /* Trust strip */
    .dmfcta-trust-strip {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .dmfcta-trust-divider {
        display: none !important;
    }

    /* Absolute graphics mobile screen se bahar na jaayein */
    .decorative-shape,
    .floating-icon,
    .floating-element {
        transform: scale(.75);
    }

    /* Forms */
    input,
    select,
    textarea,
    button {
        max-width: 100% !important;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {

    section {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .dmfcta-card,
    .dmad-card {
        padding: 17px !important;
        border-radius: 20px !important;
    }

    h1 {
        font-size: 31px !important;
    }

    h2 {
        font-size: 27px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-159641c *//* =========================================
   WHY CHOOSE US SECTION
========================================= */

.dm-why {
    --dm-blue: #2563eb;
    --dm-blue-dark: #1d4ed8;
    --dm-purple: #7c3aed;
    --dm-purple-dark: #6d28d9;
    --dm-white: #ffffff;
    --dm-heading: #172554;
    --dm-text: #58657a;
    --dm-gradient: linear-gradient(135deg, #2563eb, #7c3aed);

    position: relative;
    isolation: isolate;
    width: 100%;
    padding: 100px 24px;
    overflow: hidden;
    color: var(--dm-heading);
    background-color: var(--dm-white);
    font-family: Inter, Poppins, Arial, sans-serif;
}

.dm-why,
.dm-why *,
.dm-why *::before,
.dm-why *::after {
    box-sizing: border-box;
}

/* Small background texture */

.dm-why::before {
    position: absolute;
    inset: 0;
    z-index: -3;
    content: "";
    pointer-events: none;
    background-image: radial-gradient(
        circle,
        rgba(99, 102, 241, 0.11) 1px,
        transparent 1.5px
    );
    background-size: 34px 34px;
    mask-image: linear-gradient(
        to bottom,
        transparent,
        rgba(0, 0, 0, 0.5),
        transparent
    );
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent,
        rgba(0, 0, 0, 0.5),
        transparent
    );
}

.dm-why__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

/* =========================================
   BACKGROUND DECORATIONS
========================================= */

.dm-why__background {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.dm-why__blur {
    position: absolute;
    display: block;
    border-radius: 50%;
    filter: blur(30px);
}

.dm-why__blur--blue {
    top: -130px;
    left: -130px;
    width: 380px;
    height: 380px;
    background: rgba(37, 99, 235, 0.1);
}

.dm-why__blur--purple {
    right: -150px;
    bottom: -150px;
    width: 420px;
    height: 420px;
    background: rgba(124, 58, 237, 0.1);
}

.dm-why__star {
    position: absolute;
    color: rgba(99, 102, 241, 0.25);
    line-height: 1;
    animation: dmWhyStar 8s linear infinite;
}

.dm-why__star--one {
    top: 16%;
    left: 7%;
    font-size: 18px;
}

.dm-why__star--two {
    top: 12%;
    right: 8%;
    font-size: 23px;
    animation-delay: -4s;
}

/* =========================================
   SECTION HEADER
========================================= */

.dm-why__header {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.dm-why__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
    padding: 9px 17px;
    color: var(--dm-purple-dark);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    background: linear-gradient(
        135deg,
        rgba(37, 99, 235, 0.08),
        rgba(124, 58, 237, 0.08)
    );
    border: 1px solid rgba(124, 58, 237, 0.18);
    border-radius: 100px;
    box-shadow: 0 8px 25px rgba(79, 70, 229, 0.07);
}

.dm-why__badge span {
    color: var(--dm-blue);
}

.dm-why__heading {
    margin: 0;
    color: var(--dm-heading);
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -2px;
}

.dm-why__gradient-text {
    display: inline-block;
    color: var(--dm-purple);
    background: var(--dm-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dm-why__description {
    max-width: 700px;
    margin: 21px auto 0;
    color: var(--dm-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}

/* =========================================
   CAROUSEL
========================================= */

.dm-why__carousel {
    position: relative;
    width: 100%;
    margin-top: 55px;
    padding: 0 68px;
}

.dm-why__viewport {
    width: 100%;
    padding: 15px 4px 28px;
    overflow: hidden;
    touch-action: pan-y;
}

.dm-why__track {
    display: flex;
    align-items: stretch;
    gap: 24px;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

/* Desktop: exactly 3 cards */

.dm-why__card {
    position: relative;
    display: flex;
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
    min-height: 345px;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 27px 27px;
    overflow: hidden;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(
            135deg,
            rgba(37, 99, 235, 0.7),
            rgba(124, 58, 237, 0.7)
        ) border-box;
    border: 1.5px solid transparent;
    border-radius: 22px;
    box-shadow:
        0 16px 45px rgba(37, 99, 235, 0.08),
        0 5px 15px rgba(124, 58, 237, 0.05);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.dm-why__card::before {
    position: absolute;
    top: 0;
    right: 22px;
    left: 22px;
    height: 3px;
    content: "";
    background: var(--dm-gradient);
    border-radius: 0 0 10px 10px;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.dm-why__card::after {
    position: absolute;
    right: -65px;
    bottom: -65px;
    width: 150px;
    height: 150px;
    content: "";
    pointer-events: none;
    background: linear-gradient(
        135deg,
        rgba(37, 99, 235, 0.06),
        rgba(124, 58, 237, 0.09)
    );
    border-radius: 50%;
}

.dm-why__card:hover {
    z-index: 2;
    transform: translateY(-9px);
    box-shadow:
        0 25px 60px rgba(37, 99, 235, 0.15),
        0 10px 25px rgba(124, 58, 237, 0.09);
}

.dm-why__card:hover::before {
    opacity: 1;
}

/* Card number */

.dm-why__card-number {
    position: absolute;
    top: 22px;
    right: 24px;
    color: rgba(99, 102, 241, 0.13);
    font-size: 29px;
    font-weight: 800;
    line-height: 1;
}

/* Card icon */

.dm-why__icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 24px;
    color: var(--dm-purple);
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        var(--dm-gradient) border-box;
    border: 1.5px solid transparent;
    border-radius: 17px;
    box-shadow: 0 12px 25px rgba(79, 70, 229, 0.13);
    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.dm-why__icon svg {
    display: block;
    width: 30px;
    height: 30px;
    stroke: currentColor;
}

.dm-why__card:hover .dm-why__icon {
    color: var(--dm-white);
    background: var(--dm-gradient);
    transform: rotate(-4deg) scale(1.06);
}

/* Card text */

.dm-why__card-title {
    position: relative;
    z-index: 1;
    margin: 0 0 13px;
    color: var(--dm-heading);
    font-size: 20px;
    font-weight: 750;
    line-height: 1.3;
    letter-spacing: -0.4px;
}

.dm-why__card-text {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--dm-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

/* Card tag */

.dm-why__card-tag {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    padding-top: 22px;
    color: var(--dm-purple-dark);
    font-size: 12px;
    font-weight: 700;
}

.dm-why__tag-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--dm-gradient);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
}

/* =========================================
   PREVIOUS AND NEXT BUTTONS
========================================= */

.dm-why__control {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    color: var(--dm-purple);
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        var(--dm-gradient) border-box;
    border: 1.5px solid transparent;
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(79, 70, 229, 0.14);
    cursor: pointer;
    transform: translateY(-50%);
    transition:
        color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.dm-why__control svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
}

.dm-why__control--previous {
    left: 0;
}

.dm-why__control--next {
    right: 0;
}

.dm-why__control:hover,
.dm-why__control:focus {
    color: var(--dm-white);
    background: var(--dm-gradient);
    box-shadow: 0 16px 35px rgba(79, 70, 229, 0.28);
    transform: translateY(-50%) scale(1.08);
}

.dm-why__control:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.2);
    outline-offset: 4px;
}

/* =========================================
   NAVIGATION DOTS
========================================= */

.dm-why__navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 5px;
}

.dm-why__dot {
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    background: rgba(99, 102, 241, 0.22);
    border: 0;
    border-radius: 100px;
    cursor: pointer;
    transition:
        width 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.dm-why__dot:hover {
    background: var(--dm-purple);
    transform: scale(1.15);
}

.dm-why__dot--active {
    width: 30px;
    background: var(--dm-gradient);
}

/* =========================================
   BOTTOM CTA
========================================= */

.dm-why__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    width: fit-content;
    max-width: 100%;
    margin: 48px auto 0;
    padding: 15px 17px 15px 25px;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(
            135deg,
            rgba(37, 99, 235, 0.35),
            rgba(124, 58, 237, 0.35)
        ) border-box;
    border: 1px solid transparent;
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(79, 70, 229, 0.1);
}

.dm-why__bottom-text {
    margin: 0;
    color: var(--dm-heading);
    font-size: 15px;
    font-weight: 650;
}

.dm-why__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 13px 21px;
    color: var(--dm-white) !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    background: var(--dm-gradient);
    border-radius: 12px;
    box-shadow: 0 12px 25px rgba(79, 70, 229, 0.25);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.dm-why__cta span,
.dm-why__cta svg {
    color: var(--dm-white) !important;
}

.dm-why__cta svg {
    flex-shrink: 0;
    stroke: currentColor;
    transition: transform 0.3s ease;
}

.dm-why__cta:hover {
    color: var(--dm-white) !important;
    box-shadow: 0 17px 32px rgba(79, 70, 229, 0.35);
    transform: translateY(-3px);
}

.dm-why__cta:hover span,
.dm-why__cta:hover svg {
    color: var(--dm-white) !important;
}

.dm-why__cta:hover svg {
    transform: translateX(4px);
}

/* =========================================
   ANIMATION
========================================= */

@keyframes dmWhyStar {
    0%,
    100% {
        opacity: 0.25;
        transform: rotate(0deg) scale(1);
    }

    50% {
        opacity: 0.65;
        transform: rotate(180deg) scale(1.2);
    }
}

/* =========================================
   TABLET: 2 CARDS
========================================= */

@media (max-width: 900px) {
    .dm-why {
        padding: 80px 20px;
    }

    .dm-why__carousel {
        padding: 0 60px;
    }

    .dm-why__track {
        gap: 20px;
    }

    .dm-why__card {
        flex-basis: calc((100% - 20px) / 2);
    }
}

/* =========================================
   MOBILE: 1 CARD
========================================= */

@media (max-width: 640px) {
    .dm-why {
        padding: 65px 15px;
    }

    .dm-why__heading {
        font-size: clamp(34px, 10vw, 44px);
        line-height: 1.15;
        letter-spacing: -1.3px;
    }

    .dm-why__description {
        margin-top: 17px;
        font-size: 14px;
        line-height: 1.7;
    }

    .dm-why__carousel {
        margin-top: 38px;
        padding: 0 47px;
    }

    .dm-why__viewport {
        padding-top: 12px;
    }

    .dm-why__track {
        gap: 16px;
    }

    .dm-why__card {
        flex-basis: 100%;
        min-height: 320px;
        padding: 26px 23px 24px;
        border-radius: 19px;
    }

    .dm-why__control {
        width: 39px;
        height: 39px;
    }

    .dm-why__control svg {
        width: 19px;
        height: 19px;
    }

    .dm-why__icon {
        width: 56px;
        height: 56px;
        margin-bottom: 20px;
    }

    .dm-why__card-title {
        font-size: 19px;
    }

    .dm-why__bottom {
        flex-direction: column;
        gap: 14px;
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .dm-why__cta {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .dm-why__carousel {
        padding: 0 41px;
    }

    .dm-why__card {
        min-height: 340px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .dm-why__card-number {
        right: 20px;
    }
}

/* Reduced motion accessibility */

@media (prefers-reduced-motion: reduce) {
    .dm-why *,
    .dm-why *::before,
    .dm-why *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
/* =========================================
   GLOBAL RESPONSIVE FIX
========================================= */

html {
    width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
video,
iframe,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
p,
a,
span {
    overflow-wrap: break-word;
}

section {
    width: 100%;
    max-width: 100%;
}

/* Grid/Flex ke children screen se bahar na niklein */
.dmfcta-card > *,
.dmad-card > *,
.dmic-container > * {
    min-width: 0;
}


/* =========================================
   TABLET RESPONSIVE
========================================= */

@media (max-width: 1024px) {

    section {
        padding-left: 24px;
        padding-right: 24px;
    }

    /* Final CTA */
    .dmfcta-card {
        grid-template-columns: 1fr !important;
    }

    /* Admission section */
    .dmad-card,
    .dmad-layout {
        grid-template-columns: 1fr !important;
    }

    h1 {
        font-size: clamp(36px, 6vw, 58px) !important;
    }

    h2 {
        font-size: clamp(30px, 5vw, 44px) !important;
    }
}


/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width: 767px) {

    section {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* Fixed width remove */
    .dmfcta-card,
    .dmad-card,
    .dmad-layout,
    .dmic-container {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Two-column sections ko one-column karo */
    .dmfcta-card,
    .dmad-card,
    .dmad-layout {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .dmfcta-content,
    .dmfcta-action-panel,
    .dmad-left,
    .dmad-right,
    .dmad-creative,
    .dmad-form-panel {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Mobile spacing */
    .dmfcta-card,
    .dmad-card {
        padding: 20px !important;
        gap: 24px !important;
        border-radius: 24px !important;
    }

    /* Heading responsive */
    h1 {
        font-size: clamp(32px, 10vw, 44px) !important;
        line-height: 1.08 !important;
    }

    h2 {
        font-size: clamp(27px, 8vw, 36px) !important;
        line-height: 1.15 !important;
    }

    h3 {
        font-size: 21px !important;
        line-height: 1.3 !important;
    }

    p {
        font-size: 15px;
        line-height: 1.7;
    }

    /* Buttons mobile par proper */
    .dmfcta-primary-btn,
    .dmfcta-secondary-btn,
    .dmad-submit-btn {
        width: 100% !important;
        min-height: 52px;
        justify-content: center;
        text-align: center;
    }

    /* Feature pills */
    .dmfcta-features {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    /* Trust strip */
    .dmfcta-trust-strip {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .dmfcta-trust-divider {
        display: none !important;
    }

    /* Absolute graphics mobile screen se bahar na jaayein */
    .decorative-shape,
    .floating-icon,
    .floating-element {
        transform: scale(.75);
    }

    /* Forms */
    input,
    select,
    textarea,
    button {
        max-width: 100% !important;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {

    section {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .dmfcta-card,
    .dmad-card {
        padding: 17px !important;
        border-radius: 20px !important;
    }

    h1 {
        font-size: 31px !important;
    }

    h2 {
        font-size: 27px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4972d85 */Purana Course Modules aur Journey CSS delete karke ye complete combined CSS paste karo:

```css
/* =========================================
   COMPLETE COURSE MODULES + JOURNEY CSS
========================================= */

.dm-modules {
    --dm-blue: #2563eb;
    --dm-blue-dark: #1d4ed8;
    --dm-purple: #7c3aed;
    --dm-purple-dark: #6d28d9;
    --dm-white: #ffffff;
    --dm-heading: #172554;
    --dm-text: #5c667a;
    --dm-gradient: linear-gradient(
        135deg,
        #2563eb 0%,
        #5b4df5 50%,
        #7c3aed 100%
    );

    position: relative;
    isolation: isolate;
    width: 100%;
    padding: 100px 24px;
    overflow: hidden;
    color: var(--dm-heading);
    background: var(--dm-white);
    font-family: Inter, Poppins, Arial, sans-serif;
}

.dm-modules,
.dm-modules *,
.dm-modules *::before,
.dm-modules *::after {
    box-sizing: border-box;
}

.dm-modules__container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

/* =========================================
   BACKGROUND
========================================= */

.dm-modules__background {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.dm-modules__grid-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(
            rgba(99, 102, 241, 0.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(99, 102, 241, 0.045) 1px,
            transparent 1px
        );
    background-size: 45px 45px;
    mask-image: linear-gradient(
        to bottom,
        transparent,
        black 20%,
        black 80%,
        transparent
    );
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent,
        black 20%,
        black 80%,
        transparent
    );
}

.dm-modules__blur {
    position: absolute;
    display: block;
    border-radius: 50%;
    filter: blur(40px);
}

.dm-modules__blur--blue {
    top: -140px;
    left: -130px;
    width: 400px;
    height: 400px;
    background: rgba(37, 99, 235, 0.1);
}

.dm-modules__blur--purple {
    right: -150px;
    bottom: -150px;
    width: 450px;
    height: 450px;
    background: rgba(124, 58, 237, 0.1);
}

.dm-modules__star {
    position: absolute;
    color: rgba(99, 102, 241, 0.25);
    line-height: 1;
    animation: dmModuleStar 8s linear infinite;
}

.dm-modules__star--one {
    top: 10%;
    left: 7%;
    font-size: 18px;
}

.dm-modules__star--two {
    top: 7%;
    right: 8%;
    font-size: 24px;
    animation-delay: -4s;
}

/* =========================================
   SECTION HEADER
========================================= */

.dm-modules__header {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.dm-modules__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 22px;
    padding: 10px 18px;
    color: var(--dm-purple-dark);
    font-size: 13px;
    font-weight: 700;
    background: linear-gradient(
        135deg,
        rgba(37, 99, 235, 0.08),
        rgba(124, 58, 237, 0.09)
    );
    border: 1px solid rgba(124, 58, 237, 0.19);
    border-radius: 100px;
    box-shadow: 0 8px 24px rgba(79, 70, 229, 0.08);
}

.dm-modules__eyebrow svg {
    color: var(--dm-blue);
    stroke: currentColor;
}

.dm-modules__heading {
    margin: 0;
    color: var(--dm-heading);
    font-size: clamp(39px, 5vw, 59px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -2.3px;
}

.dm-modules__highlight {
    display: inline-block;
    margin-top: 9px;
    padding: 7px 16px 9px;
    color: var(--dm-white) !important;
    background: var(--dm-gradient);
    border-radius: 13px;
    box-shadow: 0 14px 30px rgba(79, 70, 229, 0.25);
    -webkit-text-fill-color: var(--dm-white);
}

.dm-modules__description {
    max-width: 700px;
    margin: 23px auto 0;
    color: var(--dm-text);
    font-size: 16px;
    line-height: 1.75;
}

/* =========================================
   LEARNING JOURNEY CONTAINER
========================================= */

.dm-journey {
    position: relative;
    width: 100%;
    margin: 52px auto 58px;
    padding: 27px 30px 34px;
    overflow: hidden;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        var(--dm-gradient) border-box;
    border: 1.5px solid transparent;
    border-radius: 24px;
    box-shadow:
        0 20px 55px rgba(37, 99, 235, 0.1),
        0 7px 20px rgba(124, 58, 237, 0.06);
}

.dm-journey::before {
    position: absolute;
    top: -120px;
    right: -90px;
    width: 280px;
    height: 280px;
    content: "";
    pointer-events: none;
    background: rgba(124, 58, 237, 0.07);
    border-radius: 50%;
}

/* Journey header */

.dm-journey__header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(99, 102, 241, 0.13);
}

.dm-journey__header-content {
    display: flex;
    align-items: center;
    gap: 14px;
}

.dm-journey__header-icon {
    display: inline-flex;
    flex: 0 0 54px;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    color: var(--dm-white);
    background: var(--dm-gradient);
    border-radius: 15px;
    box-shadow: 0 12px 27px rgba(79, 70, 229, 0.25);
}

.dm-journey__header-icon svg {
    stroke: currentColor;
}

.dm-journey__eyebrow {
    display: block;
    margin-bottom: 4px;
    color: var(--dm-blue);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dm-journey__title {
    margin: 0;
    color: var(--dm-heading);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

/* Final destination */

.dm-journey__destination {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 16px;
    color: var(--dm-white);
    background: var(--dm-gradient);
    border-radius: 14px;
    box-shadow: 0 11px 25px rgba(79, 70, 229, 0.22);
}

.dm-journey__destination-dot {
    position: relative;
    display: inline-block;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    background: var(--dm-white);
    border-radius: 50%;
}

.dm-journey__destination-dot::before {
    position: absolute;
    inset: -5px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    animation: dmJourneyPulse 1.8s ease-out infinite;
}

.dm-journey__destination > span:last-child {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.dm-journey__destination small {
    color: rgba(255, 255, 255, 0.75);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.dm-journey__destination strong {
    color: var(--dm-white);
    font-size: 12px;
    font-weight: 800;
}

/* =========================================
   JOURNEY TRACK
========================================= */

.dm-journey__track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
    padding-top: 35px;
}

.dm-journey__line {
    position: absolute;
    top: 70px;
    right: 11%;
    left: 11%;
    z-index: 0;
    height: 4px;
    background: rgba(99, 102, 241, 0.12);
    border-radius: 100px;
}

.dm-journey__line-progress {
    position: absolute;
    inset: 0;
    display: block;
    background: var(--dm-gradient);
    border-radius: inherit;
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.22);
}

.dm-journey__traveller {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    color: var(--dm-white);
    background: var(--dm-gradient);
    border: 3px solid var(--dm-white);
    border-radius: 50%;
    box-shadow: 0 7px 18px rgba(79, 70, 229, 0.3);
    transform: translate(-50%, -50%);
    animation: dmJourneyTravel 7s ease-in-out infinite;
}

.dm-journey__traveller svg {
    stroke: currentColor;
}

/* Journey steps */

.dm-journey__step {
    position: relative;
    z-index: 2;
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.dm-journey__marker {
    position: relative;
    margin-bottom: 18px;
}

.dm-journey__marker-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    color: var(--dm-purple);
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        var(--dm-gradient) border-box;
    border: 2px solid transparent;
    border-radius: 50%;
    box-shadow:
        0 13px 30px rgba(37, 99, 235, 0.14),
        0 5px 12px rgba(124, 58, 237, 0.08);
    transition:
        color 0.35s ease,
        background 0.35s ease,
        transform 0.35s ease;
}

.dm-journey__marker-icon svg {
    stroke: currentColor;
}

.dm-journey__step:hover .dm-journey__marker-icon {
    color: var(--dm-white);
    background: var(--dm-gradient);
    transform: translateY(-5px) scale(1.06);
}

.dm-journey__step-number {
    position: absolute;
    right: -6px;
    bottom: -4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    color: var(--dm-white);
    font-size: 9px;
    font-weight: 800;
    background: var(--dm-gradient);
    border: 3px solid var(--dm-white);
    border-radius: 50%;
    box-shadow: 0 6px 14px rgba(79, 70, 229, 0.2);
}

.dm-journey__step-content {
    display: flex;
    max-width: 220px;
    flex-direction: column;
    align-items: center;
}

.dm-journey__status {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 6px 10px;
    color: var(--dm-purple-dark);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    background: rgba(99, 102, 241, 0.08);
    border: 1px solid rgba(99, 102, 241, 0.13);
    border-radius: 100px;
}

.dm-journey__step h4 {
    margin: 0 0 7px;
    color: var(--dm-heading);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.dm-journey__step p {
    margin: 0;
    color: var(--dm-text);
    font-size: 11px;
    line-height: 1.55;
}

.dm-journey__step--destination .dm-journey__marker-icon {
    color: var(--dm-white);
    background: var(--dm-gradient);
    box-shadow: 0 15px 35px rgba(79, 70, 229, 0.25);
}

.dm-journey__step--destination .dm-journey__status {
    color: var(--dm-white);
    background: var(--dm-gradient);
    border-color: transparent;
}

.dm-journey__step--destination h4 {
    color: var(--dm-purple-dark);
}

/* =========================================
   MODULE GRID
========================================= */

.dm-modules__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 23px;
    width: 100%;
}

.dm-modules__card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 390px;
    flex-direction: column;
    padding: 26px 23px 23px;
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(
            135deg,
            rgba(37, 99, 235, 0.7),
            rgba(124, 58, 237, 0.7)
        ) border-box;
    border: 1.5px solid transparent;
    border-radius: 22px;
    box-shadow:
        0 17px 45px rgba(37, 99, 235, 0.08),
        0 6px 18px rgba(124, 58, 237, 0.05);
    transition:
        color 0.4s ease,
        background 0.4s ease,
        box-shadow 0.4s ease,
        transform 0.4s ease;
}

.dm-modules__card::before {
    position: absolute;
    top: 0;
    right: 25px;
    left: 25px;
    z-index: 5;
    height: 3px;
    content: "";
    background: var(--dm-gradient);
    border-radius: 0 0 10px 10px;
    transition:
        right 0.4s ease,
        left 0.4s ease,
        background 0.4s ease;
}

/* Card gradient hover */

.dm-modules__card:hover {
    color: var(--dm-white);
    background: var(--dm-gradient);
    border-color: transparent;
    box-shadow:
        0 28px 65px rgba(37, 99, 235, 0.25),
        0 14px 35px rgba(124, 58, 237, 0.2);
    transform: translateY(-10px);
}

.dm-modules__card:hover::before {
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
}

/* Hover graphics */

.dm-modules__hover-graphic {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.45s ease;
}

.dm-modules__card:hover .dm-modules__hover-graphic {
    opacity: 1;
}

.dm-modules__hover-circle {
    position: absolute;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    transition: transform 0.7s ease;
}

.dm-modules__hover-circle--large {
    right: -75px;
    bottom: -80px;
    width: 210px;
    height: 210px;
    background: rgba(255, 255, 255, 0.07);
}

.dm-modules__hover-circle--small {
    top: 40%;
    right: 25px;
    width: 58px;
    height: 58px;
    background: rgba(255, 255, 255, 0.06);
}

.dm-modules__hover-line {
    position: absolute;
    top: -50px;
    right: 48px;
    width: 1px;
    height: 190px;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(255, 255, 255, 0.25),
        transparent
    );
    transform: rotate(35deg);
}

.dm-modules__card:hover .dm-modules__hover-circle--large {
    transform: scale(1.14) rotate(20deg);
}

.dm-modules__card:hover .dm-modules__hover-circle--small {
    transform: translate(-12px, -8px) scale(1.1);
}

/* Card top */

.dm-modules__card-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 22px;
}

.dm-modules__icon {
    display: inline-flex;
    flex: 0 0 60px;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--dm-purple);
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        var(--dm-gradient) border-box;
    border: 1.5px solid transparent;
    border-radius: 17px;
    box-shadow: 0 12px 27px rgba(79, 70, 229, 0.14);
    transition:
        color 0.4s ease,
        background 0.4s ease,
        border-color 0.4s ease,
        transform 0.4s ease;
}

.dm-modules__icon svg {
    display: block;
    width: 30px;
    height: 30px;
    stroke: currentColor;
}

.dm-modules__card:hover .dm-modules__icon {
    color: var(--dm-white);
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.4);
    transform: rotate(-6deg) scale(1.08);
}

.dm-modules__number {
    display: inline-flex;
    padding: 8px 10px;
    color: var(--dm-purple-dark);
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    background: rgba(99, 102, 241, 0.08);
    border: 1px solid rgba(99, 102, 241, 0.14);
    border-radius: 100px;
    transition:
        color 0.4s ease,
        background 0.4s ease,
        border-color 0.4s ease;
}

.dm-modules__card:hover .dm-modules__number {
    color: var(--dm-white);
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.35);
}

/* Popular badges */

.dm-modules__popular-badge {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 6;
    padding: 7px 13px;
    color: var(--dm-white);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    white-space: nowrap;
    background: var(--dm-gradient);
    border-radius: 0 0 11px 11px;
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.2);
    transform: translateX(-50%);
}

.dm-modules__popular-badge +
.dm-modules__hover-graphic +
.dm-modules__card-top {
    margin-top: 19px;
}

.dm-modules__card:hover .dm-modules__popular-badge {
    color: var(--dm-purple-dark);
    background: var(--dm-white);
}

/* Card content */

.dm-modules__card-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.dm-modules__category {
    display: block;
    margin-bottom: 8px;
    color: var(--dm-blue);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.4s ease;
}

.dm-modules__title {
    margin: 0 0 11px;
    color: var(--dm-heading);
    font-size: 18px;
    font-weight: 750;
    line-height: 1.35;
    letter-spacing: -0.4px;
    transition: color 0.4s ease;
}

.dm-modules__text {
    margin: 0;
    color: var(--dm-text);
    font-size: 13px;
    line-height: 1.6;
    transition: color 0.4s ease;
}

.dm-modules__card:hover .dm-modules__category {
    color: rgba(255, 255, 255, 0.75);
}

.dm-modules__card:hover .dm-modules__title {
    color: var(--dm-white);
}

.dm-modules__card:hover .dm-modules__text {
    color: rgba(255, 255, 255, 0.84);
}

/* Topics */

.dm-modules__topics {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 19px 0 0;
    padding: 0;
    list-style: none;
}

.dm-modules__topics li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #40506a;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.35;
    transition: color 0.4s ease;
}

.dm-modules__topics li span {
    display: inline-block;
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    background: var(--dm-gradient);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.09);
    transition:
        background 0.4s ease,
        box-shadow 0.4s ease;
}

.dm-modules__card:hover .dm-modules__topics li {
    color: var(--dm-white);
}

.dm-modules__card:hover .dm-modules__topics li span {
    background: var(--dm-white);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.14);
}

/* Explore area */

.dm-modules__explore {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 18px;
    color: var(--dm-purple);
    font-size: 12px;
    font-weight: 750;
    border-top: 1px solid rgba(99, 102, 241, 0.12);
    transition:
        color 0.4s ease,
        border-color 0.4s ease;
}

.dm-modules__explore svg {
    stroke: currentColor;
    transition: transform 0.4s ease;
}

.dm-modules__card:hover .dm-modules__explore {
    color: var(--dm-white);
    border-color: rgba(255, 255, 255, 0.25);
}

.dm-modules__card:hover .dm-modules__explore svg {
    transform: translateX(5px);
}

/* =========================================
   BOTTOM CTA
========================================= */

.dm-modules__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    margin-top: 50px;
    padding: 23px 27px;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        var(--dm-gradient) border-box;
    border: 1.5px solid transparent;
    border-radius: 21px;
    box-shadow: 0 17px 45px rgba(79, 70, 229, 0.1);
}

.dm-modules__bottom-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dm-modules__bottom-icon {
    display: inline-flex;
    flex: 0 0 55px;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    color: var(--dm-white);
    background: var(--dm-gradient);
    border-radius: 15px;
    box-shadow: 0 12px 25px rgba(79, 70, 229, 0.24);
}

.dm-modules__bottom-icon svg {
    stroke: currentColor;
}

.dm-modules__bottom-content div:last-child {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dm-modules__bottom-content strong {
    color: var(--dm-heading);
    font-size: 16px;
    line-height: 1.3;
}

.dm-modules__bottom-content span {
    color: var(--dm-text);
    font-size: 13px;
    line-height: 1.5;
}

.dm-modules__cta {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 14px 23px;
    color: var(--dm-white) !important;
    font-size: 14px;
    font-weight: 750;
    line-height: 1;
    text-decoration: none !important;
    background: var(--dm-gradient);
    border-radius: 13px;
    box-shadow: 0 13px 27px rgba(79, 70, 229, 0.27);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.dm-modules__cta span,
.dm-modules__cta svg {
    color: var(--dm-white) !important;
}

.dm-modules__cta svg {
    stroke: currentColor;
    transition: transform 0.3s ease;
}

.dm-modules__cta:hover {
    color: var(--dm-white) !important;
    box-shadow: 0 18px 35px rgba(79, 70, 229, 0.37);
    transform: translateY(-3px);
}

.dm-modules__cta:hover span,
.dm-modules__cta:hover svg {
    color: var(--dm-white) !important;
}

.dm-modules__cta:hover svg {
    transform: translateX(5px);
}

/* =========================================
   ANIMATIONS
========================================= */

@keyframes dmModuleStar {
    0%,
    100% {
        opacity: 0.25;
        transform: rotate(0deg) scale(1);
    }

    50% {
        opacity: 0.65;
        transform: rotate(180deg) scale(1.2);
    }
}

@keyframes dmJourneyTravel {
    0% {
        left: 0;
    }

    45%,
    55% {
        left: 50%;
    }

    100% {
        left: 100%;
    }
}

@keyframes dmJourneyPulse {
    0% {
        opacity: 0.8;
        transform: scale(0.7);
    }

    100% {
        opacity: 0;
        transform: scale(1.7);
    }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {
    .dm-modules__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dm-modules__card {
        min-height: 370px;
    }
}

@media (max-width: 850px) {
    .dm-modules {
        padding: 80px 20px;
    }

    .dm-journey {
        padding: 25px 22px 30px;
    }

    .dm-journey__track {
        gap: 15px;
    }

    .dm-journey__step h4 {
        font-size: 13px;
    }

    .dm-modules__bottom {
        flex-direction: column;
        align-items: stretch;
    }

    .dm-modules__cta {
        width: 100%;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {
    .dm-modules {
        padding: 65px 15px;
    }

    .dm-modules__eyebrow {
        margin-bottom: 18px;
        padding: 9px 14px;
        font-size: 12px;
    }

    .dm-modules__heading {
        font-size: clamp(33px, 10vw, 43px);
        line-height: 1.18;
        letter-spacing: -1.4px;
    }

    .dm-modules__highlight {
        margin-top: 7px;
        padding: 6px 11px 8px;
        border-radius: 10px;
    }

    .dm-modules__description {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.7;
    }

    /* Mobile journey */

    .dm-journey {
        margin-top: 40px;
        margin-bottom: 44px;
        padding: 22px 18px 27px;
        border-radius: 20px;
    }

    .dm-journey__header {
        flex-direction: column;
        align-items: stretch;
    }

    .dm-journey__destination {
        width: 100%;
    }

    .dm-journey__track {
        grid-template-columns: 1fr;
        gap: 27px;
        padding-top: 30px;
    }

    .dm-journey__line {
        top: 65px;
        right: auto;
        bottom: 65px;
        left: 34px;
        width: 4px;
        height: auto;
    }

    .dm-journey__line-progress {
        width: 4px;
        height: 100%;
        background: linear-gradient(
            to bottom,
            #2563eb,
            #7c3aed
        );
    }

    .dm-journey__traveller {
        display: none;
    }

    .dm-journey__step {
        display: grid;
        grid-template-columns: 70px minmax(0, 1fr);
        gap: 18px;
        align-items: center;
        text-align: left;
    }

    .dm-journey__marker {
        margin: 0;
    }

    .dm-journey__marker-icon {
        width: 68px;
        height: 68px;
    }

    .dm-journey__step-content {
        max-width: none;
        align-items: flex-start;
    }

    .dm-journey__step h4 {
        font-size: 15px;
    }

    /* Mobile cards */

    .dm-modules__grid {
        grid-template-columns: 1fr;
        gap: 19px;
    }

    .dm-modules__card {
        min-height: 360px;
        padding: 24px 21px 22px;
        border-radius: 19px;
    }

    .dm-modules__bottom {
        margin-top: 38px;
        padding: 22px 19px;
        text-align: center;
    }

    .dm-modules__bottom-content {
        flex-direction: column;
    }

    .dm-modules__bottom-content div:last-child {
        align-items: center;
    }
}

/* Touch devices */

@media (hover: none) {
    .dm-modules__card:active {
        color: var(--dm-white);
        background: var(--dm-gradient);
        transform: translateY(-5px);
    }

    .dm-modules__card:active .dm-modules__category,
    .dm-modules__card:active .dm-modules__title,
    .dm-modules__card:active .dm-modules__topics li,
    .dm-modules__card:active .dm-modules__explore {
        color: var(--dm-white);
    }

    .dm-modules__card:active .dm-modules__text {
        color: rgba(255, 255, 255, 0.84);
    }
}

/* Accessibility */

@media (prefers-reduced-motion: reduce) {
    .dm-modules *,
    .dm-modules *::before,
    .dm-modules *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
```
/* =====================================================
   COLOURFUL COURSE MODULES OVERRIDE
   Paste this at the END of existing CSS
===================================================== */

/* Stronger colourful section background */

.dm-modules {
    background:
        radial-gradient(
            circle at 5% 18%,
            rgba(37, 99, 235, 0.14),
            transparent 24%
        ),
        radial-gradient(
            circle at 95% 70%,
            rgba(124, 58, 237, 0.14),
            transparent 25%
        ),
        radial-gradient(
            circle at 50% 45%,
            rgba(99, 102, 241, 0.05),
            transparent 32%
        ),
        #ffffff !important;
}

.dm-modules::before {
    position: absolute;
    top: 25%;
    left: -90px;
    z-index: -1;
    width: 230px;
    height: 230px;
    content: "";
    pointer-events: none;
    background: linear-gradient(
        135deg,
        rgba(37, 99, 235, 0.15),
        rgba(124, 58, 237, 0.12)
    );
    border-radius: 42% 58% 70% 30% / 50% 40% 60% 50%;
    filter: blur(5px);
    animation: dmColourBlob 10s ease-in-out infinite;
}

.dm-modules::after {
    position: absolute;
    right: -100px;
    bottom: 18%;
    z-index: -1;
    width: 260px;
    height: 260px;
    content: "";
    pointer-events: none;
    background: linear-gradient(
        135deg,
        rgba(124, 58, 237, 0.14),
        rgba(37, 99, 235, 0.1)
    );
    border-radius: 60% 40% 35% 65% / 45% 60% 40% 55%;
    filter: blur(8px);
    animation: dmColourBlob 12s ease-in-out infinite reverse;
}

/* Colourful header badge */

.dm-modules__eyebrow {
    color: #ffffff !important;
    background: linear-gradient(
        135deg,
        #2563eb,
        #7c3aed
    ) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    box-shadow:
        0 12px 28px rgba(37, 99, 235, 0.22),
        0 6px 16px rgba(124, 58, 237, 0.16) !important;
}

.dm-modules__eyebrow svg {
    color: #ffffff !important;
}

.dm-modules__highlight {
    background: linear-gradient(
        120deg,
        #2563eb 0%,
        #4f46e5 42%,
        #7c3aed 75%,
        #9333ea 100%
    ) !important;
    box-shadow:
        0 15px 34px rgba(37, 99, 235, 0.25),
        0 8px 22px rgba(124, 58, 237, 0.2) !important;
}

/* =====================================================
   COLOURFUL DELIVERY JOURNEY
===================================================== */

.dm-journey {
    background:
        linear-gradient(
            145deg,
            rgba(239, 246, 255, 0.96),
            rgba(250, 245, 255, 0.96)
        ) padding-box,
        linear-gradient(
            120deg,
            #2563eb,
            #4f46e5,
            #7c3aed,
            #9333ea
        ) border-box !important;
    border: 2px solid transparent !important;
    box-shadow:
        0 22px 60px rgba(37, 99, 235, 0.15),
        0 10px 30px rgba(124, 58, 237, 0.12) !important;
}

.dm-journey::before {
    top: -100px !important;
    right: -70px !important;
    width: 260px !important;
    height: 260px !important;
    background: radial-gradient(
        circle,
        rgba(124, 58, 237, 0.22),
        transparent 68%
    ) !important;
}

.dm-journey::after {
    position: absolute;
    bottom: -120px;
    left: -80px;
    width: 280px;
    height: 280px;
    content: "";
    pointer-events: none;
    background: radial-gradient(
        circle,
        rgba(37, 99, 235, 0.17),
        transparent 68%
    );
}

/* Journey header */

.dm-journey__header-icon {
    background: linear-gradient(
        135deg,
        #2563eb,
        #7c3aed
    ) !important;
    border: 2px solid rgba(255, 255, 255, 0.75);
    box-shadow:
        0 14px 30px rgba(37, 99, 235, 0.28),
        0 7px 18px rgba(124, 58, 237, 0.2) !important;
}

.dm-journey__eyebrow {
    display: inline-block;
    width: fit-content;
    padding: 4px 8px;
    color: #ffffff !important;
    background: linear-gradient(
        135deg,
        #2563eb,
        #7c3aed
    );
    border-radius: 6px;
}

.dm-journey__destination {
    background: linear-gradient(
        120deg,
        #2563eb,
        #4f46e5,
        #7c3aed
    ) !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow:
        0 14px 32px rgba(37, 99, 235, 0.28),
        0 7px 18px rgba(124, 58, 237, 0.2) !important;
}

/* Strong gradient progress line */

.dm-journey__line {
    height: 6px !important;
    background: rgba(99, 102, 241, 0.15) !important;
    border: 1px solid rgba(99, 102, 241, 0.18);
}

.dm-journey__line-progress {
    background: linear-gradient(
        90deg,
        #2563eb 0%,
        #3b82f6 20%,
        #6366f1 50%,
        #7c3aed 75%,
        #9333ea 100%
    ) !important;
    box-shadow:
        0 0 15px rgba(37, 99, 235, 0.4),
        0 0 24px rgba(124, 58, 237, 0.3) !important;
}

/* Moving delivery arrow */

.dm-journey__traveller {
    width: 35px !important;
    height: 35px !important;
    background: linear-gradient(
        135deg,
        #2563eb,
        #7c3aed
    ) !important;
    border: 4px solid #ffffff !important;
    box-shadow:
        0 0 0 4px rgba(99, 102, 241, 0.15),
        0 10px 24px rgba(79, 70, 229, 0.38) !important;
}

/* All journey icons colourful */

.dm-journey__marker-icon {
    color: #ffffff !important;
    background: linear-gradient(
        135deg,
        #2563eb,
        #7c3aed
    ) !important;
    border: 4px solid #ffffff !important;
    outline: 2px solid rgba(99, 102, 241, 0.55);
    box-shadow:
        0 14px 34px rgba(37, 99, 235, 0.24),
        0 7px 18px rgba(124, 58, 237, 0.18) !important;
}

/* Different gradient for each step */

.dm-journey__step:nth-of-type(1)
.dm-journey__marker-icon {
    background: linear-gradient(
        135deg,
        #0ea5e9,
        #2563eb
    ) !important;
}

.dm-journey__step:nth-of-type(2)
.dm-journey__marker-icon {
    background: linear-gradient(
        135deg,
        #2563eb,
        #4f46e5
    ) !important;
}

.dm-journey__step:nth-of-type(3)
.dm-journey__marker-icon {
    background: linear-gradient(
        135deg,
        #4f46e5,
        #7c3aed
    ) !important;
}

.dm-journey__step:nth-of-type(4)
.dm-journey__marker-icon {
    background: linear-gradient(
        135deg,
        #7c3aed,
        #9333ea
    ) !important;
}

.dm-journey__step:hover .dm-journey__marker-icon {
    box-shadow:
        0 18px 42px rgba(37, 99, 235, 0.32),
        0 9px 24px rgba(124, 58, 237, 0.25) !important;
    transform: translateY(-7px) scale(1.1) !important;
}

.dm-journey__step-number {
    background: linear-gradient(
        135deg,
        #2563eb,
        #7c3aed
    ) !important;
    box-shadow: 0 7px 17px rgba(79, 70, 229, 0.3) !important;
}

/* Colourful status badges */

.dm-journey__status {
    color: #ffffff !important;
    background: linear-gradient(
        135deg,
        #2563eb,
        #7c3aed
    ) !important;
    border: 0 !important;
    box-shadow: 0 7px 16px rgba(79, 70, 229, 0.17);
}

/* =====================================================
   FULL COLOUR MODULE CARDS
===================================================== */

.dm-modules__card {
    min-height: 390px !important;
    border: 2px solid transparent !important;
    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f0f7ff 58%,
            #f8f3ff 100%
        ) padding-box,
        linear-gradient(
            125deg,
            #2563eb 0%,
            #4f46e5 45%,
            #7c3aed 75%,
            #9333ea 100%
        ) border-box !important;
    box-shadow:
        0 18px 45px rgba(37, 99, 235, 0.13),
        0 7px 22px rgba(124, 58, 237, 0.09) !important;
}

/* Alternate colourful backgrounds */

.dm-modules__card:nth-child(2n) {
    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #faf5ff 58%,
            #eef4ff 100%
        ) padding-box,
        linear-gradient(
            125deg,
            #7c3aed,
            #4f46e5,
            #2563eb
        ) border-box !important;
}

.dm-modules__card:nth-child(3n) {
    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #eef6ff 48%,
            #f5f0ff 100%
        ) padding-box,
        linear-gradient(
            125deg,
            #2563eb,
            #6366f1,
            #9333ea
        ) border-box !important;
}

/* Coloured top line */

.dm-modules__card::before {
    top: 0 !important;
    right: 20px !important;
    left: 20px !important;
    height: 5px !important;
    background: linear-gradient(
        90deg,
        #2563eb,
        #4f46e5,
        #7c3aed,
        #9333ea
    ) !important;
    box-shadow: 0 3px 12px rgba(79, 70, 229, 0.25);
}

/* Extra bottom graphic */

.dm-modules__card::after {
    position: absolute;
    right: -75px;
    bottom: -85px;
    z-index: -1;
    width: 190px;
    height: 190px;
    content: "";
    pointer-events: none;
    background: radial-gradient(
        circle,
        rgba(124, 58, 237, 0.18),
        rgba(37, 99, 235, 0.08) 50%,
        transparent 70%
    );
    border: 1px solid rgba(99, 102, 241, 0.13);
    border-radius: 50%;
    transition:
        transform 0.5s ease,
        opacity 0.5s ease;
}

.dm-modules__card:hover::after {
    opacity: 0.8;
    transform: scale(1.22) rotate(25deg);
}

/* Strong gradient hover */

.dm-modules__card:hover {
    color: #ffffff !important;
    background: linear-gradient(
        130deg,
        #2563eb 0%,
        #4f46e5 42%,
        #7c3aed 75%,
        #9333ea 100%
    ) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    box-shadow:
        0 30px 70px rgba(37, 99, 235, 0.3),
        0 15px 38px rgba(124, 58, 237, 0.24) !important;
    transform: translateY(-12px) scale(1.015) !important;
}

/* Colourful icons visible by default */

.dm-modules__icon {
    color: #ffffff !important;
    background: linear-gradient(
        135deg,
        #2563eb,
        #7c3aed
    ) !important;
    border: 2px solid rgba(255, 255, 255, 0.9) !important;
    outline: 2px solid rgba(99, 102, 241, 0.45);
    box-shadow:
        0 14px 32px rgba(37, 99, 235, 0.25),
        0 7px 18px rgba(124, 58, 237, 0.18) !important;
}

.dm-modules__card:nth-child(2n)
.dm-modules__icon {
    background: linear-gradient(
        135deg,
        #7c3aed,
        #4f46e5
    ) !important;
}

.dm-modules__card:hover .dm-modules__icon {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.16) !important;
    border-color: rgba(255, 255, 255, 0.55) !important;
    outline-color: rgba(255, 255, 255, 0.2);
    box-shadow:
        0 16px 34px rgba(30, 41, 59, 0.2) !important;
}

/* Module number */

.dm-modules__number {
    color: #6d28d9 !important;
    background: linear-gradient(
        135deg,
        rgba(37, 99, 235, 0.11),
        rgba(124, 58, 237, 0.13)
    ) !important;
    border: 1px solid rgba(124, 58, 237, 0.35) !important;
}

.dm-modules__card:hover .dm-modules__number {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}

/* Category as gradient badge */

.dm-modules__category {
    display: inline-flex !important;
    align-self: flex-start;
    width: fit-content;
    margin-bottom: 12px !important;
    padding: 6px 9px;
    color: #ffffff !important;
    background: linear-gradient(
        135deg,
        #2563eb,
        #7c3aed
    );
    border-radius: 7px;
    box-shadow: 0 7px 17px rgba(79, 70, 229, 0.18);
}

.dm-modules__card:hover .dm-modules__category {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.16) !important;
    border: 1px solid rgba(255, 255, 255, 0.26);
}

/* Topics */

.dm-modules__topics li span {
    background: linear-gradient(
        135deg,
        #2563eb,
        #7c3aed
    ) !important;
    box-shadow:
        0 0 0 4px rgba(99, 102, 241, 0.12),
        0 4px 10px rgba(79, 70, 229, 0.25) !important;
}

.dm-modules__card:hover .dm-modules__topics li span {
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.15) !important;
}

/* Explore area */

.dm-modules__explore {
    color: #6d28d9 !important;
    border-top: 1px solid rgba(99, 102, 241, 0.23) !important;
}

.dm-modules__card:hover .dm-modules__explore {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

/* Ensure every hover text is white */

.dm-modules__card:hover .dm-modules__title,
.dm-modules__card:hover .dm-modules__text,
.dm-modules__card:hover .dm-modules__topics li,
.dm-modules__card:hover .dm-modules__explore,
.dm-modules__card:hover .dm-modules__explore span,
.dm-modules__card:hover .dm-modules__explore svg {
    color: #ffffff !important;
    stroke: currentColor;
}

.dm-modules__card:hover .dm-modules__text {
    color: rgba(255, 255, 255, 0.86) !important;
}

/* Popular badge */

.dm-modules__popular-badge {
    color: #ffffff !important;
    background: linear-gradient(
        135deg,
        #2563eb,
        #7c3aed
    ) !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow:
        0 9px 22px rgba(37, 99, 235, 0.24),
        0 5px 14px rgba(124, 58, 237, 0.18) !important;
}

.dm-modules__card:hover .dm-modules__popular-badge {
    color: #6d28d9 !important;
    background: #ffffff !important;
}

/* Make hover graphics more visible */

.dm-modules__card:hover .dm-modules__hover-graphic {
    opacity: 1 !important;
}

.dm-modules__hover-circle--large {
    background: rgba(255, 255, 255, 0.11) !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
}

.dm-modules__hover-circle--small {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

/* =====================================================
   COLOURFUL BOTTOM CTA BOX
===================================================== */

.dm-modules__bottom {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            #eff6ff,
            #faf5ff
        ) padding-box,
        linear-gradient(
            120deg,
            #2563eb,
            #4f46e5,
            #7c3aed,
            #9333ea
        ) border-box !important;
    border: 2px solid transparent !important;
    box-shadow:
        0 20px 50px rgba(37, 99, 235, 0.15),
        0 9px 25px rgba(124, 58, 237, 0.11) !important;
}

.dm-modules__bottom::before {
    position: absolute;
    top: -65px;
    right: -50px;
    width: 160px;
    height: 160px;
    content: "";
    background: radial-gradient(
        circle,
        rgba(124, 58, 237, 0.2),
        transparent 70%
    );
    border-radius: 50%;
}

.dm-modules__bottom-icon {
    background: linear-gradient(
        135deg,
        #2563eb,
        #7c3aed
    ) !important;
    border: 2px solid #ffffff;
    box-shadow:
        0 14px 30px rgba(37, 99, 235, 0.25),
        0 7px 18px rgba(124, 58, 237, 0.18) !important;
}

.dm-modules__cta {
    background: linear-gradient(
        120deg,
        #2563eb,
        #4f46e5,
        #7c3aed
    ) !important;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow:
        0 14px 30px rgba(37, 99, 235, 0.28),
        0 7px 18px rgba(124, 58, 237, 0.2) !important;
}

/* =====================================================
   MOBILE COLOUR FIXES
===================================================== */

@media (max-width: 650px) {
    .dm-journey__line {
        width: 6px !important;
        height: auto !important;
    }

    .dm-journey__line-progress {
        width: 100% !important;
        height: 100% !important;
        background: linear-gradient(
            to bottom,
            #2563eb,
            #4f46e5,
            #7c3aed
        ) !important;
    }

    .dm-modules__card {
        min-height: 360px !important;
    }
}

/* Decorative animation */

@keyframes dmColourBlob {
    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(20px, -15px) rotate(15deg);
    }
}
/* =========================================
   GLOBAL RESPONSIVE FIX
========================================= */

html {
    width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
video,
iframe,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
p,
a,
span {
    overflow-wrap: break-word;
}

section {
    width: 100%;
    max-width: 100%;
}

/* Grid/Flex ke children screen se bahar na niklein */
.dmfcta-card > *,
.dmad-card > *,
.dmic-container > * {
    min-width: 0;
}


/* =========================================
   TABLET RESPONSIVE
========================================= */

@media (max-width: 1024px) {

    section {
        padding-left: 24px;
        padding-right: 24px;
    }

    /* Final CTA */
    .dmfcta-card {
        grid-template-columns: 1fr !important;
    }

    /* Admission section */
    .dmad-card,
    .dmad-layout {
        grid-template-columns: 1fr !important;
    }

    h1 {
        font-size: clamp(36px, 6vw, 58px) !important;
    }

    h2 {
        font-size: clamp(30px, 5vw, 44px) !important;
    }
}


/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width: 767px) {

    section {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* Fixed width remove */
    .dmfcta-card,
    .dmad-card,
    .dmad-layout,
    .dmic-container {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Two-column sections ko one-column karo */
    .dmfcta-card,
    .dmad-card,
    .dmad-layout {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .dmfcta-content,
    .dmfcta-action-panel,
    .dmad-left,
    .dmad-right,
    .dmad-creative,
    .dmad-form-panel {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Mobile spacing */
    .dmfcta-card,
    .dmad-card {
        padding: 20px !important;
        gap: 24px !important;
        border-radius: 24px !important;
    }

    /* Heading responsive */
    h1 {
        font-size: clamp(32px, 10vw, 44px) !important;
        line-height: 1.08 !important;
    }

    h2 {
        font-size: clamp(27px, 8vw, 36px) !important;
        line-height: 1.15 !important;
    }

    h3 {
        font-size: 21px !important;
        line-height: 1.3 !important;
    }

    p {
        font-size: 15px;
        line-height: 1.7;
    }

    /* Buttons mobile par proper */
    .dmfcta-primary-btn,
    .dmfcta-secondary-btn,
    .dmad-submit-btn {
        width: 100% !important;
        min-height: 52px;
        justify-content: center;
        text-align: center;
    }

    /* Feature pills */
    .dmfcta-features {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    /* Trust strip */
    .dmfcta-trust-strip {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .dmfcta-trust-divider {
        display: none !important;
    }

    /* Absolute graphics mobile screen se bahar na jaayein */
    .decorative-shape,
    .floating-icon,
    .floating-element {
        transform: scale(.75);
    }

    /* Forms */
    input,
    select,
    textarea,
    button {
        max-width: 100% !important;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {

    section {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .dmfcta-card,
    .dmad-card {
        padding: 17px !important;
        border-radius: 20px !important;
    }

    h1 {
        font-size: 31px !important;
    }

    h2 {
        font-size: 27px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1427938 *//* =========================================
   STUDENT SUCCESS IMAGE CAROUSEL
========================================= */

.dmic-section,
.dmic-section * {
    box-sizing: border-box;
}

.dmic-section {
    --dmic-blue: #2563eb;
    --dmic-purple: #7c3aed;
    --dmic-dark: #111a3a;
    --dmic-grey: #667085;

    position: relative;
    width: 100%;
    padding: 95px 20px;
    overflow: hidden;
    isolation: isolate;
    font-family: "Poppins", "Inter", Arial, sans-serif;

    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(37, 99, 235, 0.12),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 90%,
            rgba(124, 58, 237, 0.12),
            transparent 32%
        ),
        #ffffff;
}


/* Small Grey Star Texture */

.dmic-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: 0.32;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cpath d='M17 14.5V19.5M14.5 17H19.5' stroke='%2394a3b8' stroke-width='0.8' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: repeat;
}


/* Background Gradient Decoration */

.dmic-section::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -180px;
    top: -180px;
    z-index: -1;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(10px);

    background: radial-gradient(
        circle,
        rgba(124, 58, 237, 0.14),
        transparent 68%
    );
}


/* Main Container */

.dmic-container {
    width: min(100%, 1450px);
    margin: 0 auto;
}


/* =========================================
   SECTION HEADING
========================================= */

.dmic-header {
    width: min(100%, 780px);
    margin: 0 auto 55px;
    text-align: center;
}

.dmic-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 18px;
    margin-bottom: 17px;

    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.2px;
    text-transform: uppercase;

    border-radius: 50px;
    background: linear-gradient(
        135deg,
        var(--dmic-blue),
        var(--dmic-purple)
    );

    box-shadow:
        0 10px 24px rgba(37, 99, 235, 0.2),
        0 5px 14px rgba(124, 58, 237, 0.18);
}

.dmic-title {
    margin: 0;
    color: var(--dmic-dark);
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.8px;

    background: linear-gradient(
        100deg,
        var(--dmic-blue),
        var(--dmic-purple)
    );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dmic-description {
    max-width: 680px;
    margin: 18px auto 0;
    color: var(--dmic-grey);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}


/* =========================================
   CAROUSEL
========================================= */

.dmic-carousel {
    position: relative;
    width: 100%;
    padding: 0 62px;
}

.dmic-viewport {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 14px 5px 28px;
}

.dmic-track {
    display: flex;
    align-items: stretch;
    gap: 18px;
    width: 100%;

    transform: translate3d(0, 0, 0);
    transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}


/* Five Images on Desktop */

.dmic-slide {
    flex: 0 0 calc((100% - 72px) / 5);
    min-width: 0;
}


/* =========================================
   IMAGE CARD
========================================= */

.dmic-card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    isolation: isolate;
    text-decoration: none;

    border: 2px solid transparent;
    border-radius: 25px;

    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(
            145deg,
            var(--dmic-blue),
            #4f46e5,
            var(--dmic-purple)
        ) border-box;

    box-shadow:
        0 18px 40px rgba(37, 99, 235, 0.12),
        0 8px 22px rgba(124, 58, 237, 0.08);

    transform: translateY(0);
    transition:
        transform 350ms ease,
        box-shadow 350ms ease;
}

.dmic-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;

    background: linear-gradient(
        to bottom,
        transparent 58%,
        rgba(7, 12, 35, 0.06) 72%,
        rgba(7, 12, 35, 0.35) 100%
    );

    opacity: 0.35;
    transition: opacity 350ms ease;
}


/* Carousel Image */

.dmic-image {
    position: absolute;
    inset: 0;
    z-index: 1;

    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

    transform: scale(1.001);
    transition:
        transform 600ms cubic-bezier(0.22, 1, 0.36, 1),
        filter 350ms ease;
}


/* Hover Shine Effect */

.dmic-image-shine {
    position: absolute;
    top: -25%;
    left: -80%;
    z-index: 3;

    width: 42%;
    height: 150%;
    pointer-events: none;

    background: linear-gradient(
        100deg,
        transparent,
        rgba(255, 255, 255, 0.32),
        transparent
    );

    transform: rotate(12deg);
    transition: left 700ms ease;
}


/* Card Number Badge */

.dmic-card-number {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 4;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;

    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;

    background: linear-gradient(
        135deg,
        rgba(37, 99, 235, 0.92),
        rgba(124, 58, 237, 0.92)
    );

    box-shadow:
        0 8px 18px rgba(37, 99, 235, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}


/* Card Hover */

.dmic-card:hover {
    transform: translateY(-9px);

    box-shadow:
        0 25px 55px rgba(37, 99, 235, 0.2),
        0 12px 30px rgba(124, 58, 237, 0.14);
}

.dmic-card:hover .dmic-image {
    transform: scale(1.045);
    filter: saturate(1.07) contrast(1.03);
}

.dmic-card:hover .dmic-image-shine {
    left: 140%;
}

.dmic-card:hover::after {
    opacity: 0.65;
}


/* Keyboard Focus */

.dmic-card:focus-visible,
.dmic-arrow:focus-visible,
.dmic-dot:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.35);
    outline-offset: 4px;
}


/* =========================================
   PREVIOUS & NEXT BUTTONS
========================================= */

.dmic-arrow {
    position: absolute;
    top: 50%;
    z-index: 20;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;
    padding: 0;

    color: var(--dmic-purple);
    cursor: pointer;

    border: 1.5px solid rgba(99, 102, 241, 0.55);
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.94);

    box-shadow:
        0 12px 30px rgba(37, 99, 235, 0.14),
        0 5px 15px rgba(124, 58, 237, 0.1);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    transform: translateY(-50%);
    transition:
        color 250ms ease,
        background 250ms ease,
        border-color 250ms ease,
        transform 250ms ease,
        box-shadow 250ms ease;
}

.dmic-arrow svg {
    pointer-events: none;
}

.dmic-arrow--previous {
    left: 0;
}

.dmic-arrow--next {
    right: 0;
}

.dmic-arrow:hover {
    color: #ffffff;
    border-color: transparent;

    background: linear-gradient(
        135deg,
        var(--dmic-blue),
        var(--dmic-purple)
    );

    transform: translateY(-50%) scale(1.08);

    box-shadow:
        0 15px 32px rgba(37, 99, 235, 0.25),
        0 8px 20px rgba(124, 58, 237, 0.2);
}

.dmic-arrow:active {
    transform: translateY(-50%) scale(0.96);
}


/* =========================================
   DOTS AND COUNTER
========================================= */

.dmic-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 18px;
}

.dmic-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.dmic-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    cursor: pointer;

    border: 0;
    border-radius: 50%;
    background: #d8dcf8;

    transition:
        width 300ms ease,
        border-radius 300ms ease,
        background 300ms ease,
        transform 300ms ease;
}

.dmic-dot:hover {
    transform: scale(1.25);
    background: #8b7cf6;
}

.dmic-dot.is-active {
    width: 28px;
    border-radius: 20px;

    background: linear-gradient(
        90deg,
        var(--dmic-blue),
        var(--dmic-purple)
    );
}

.dmic-counter {
    display: flex;
    align-items: center;
    gap: 7px;

    color: #667085;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.dmic-counter [data-dmic-current] {
    color: var(--dmic-purple);
}

.dmic-counter-line {
    width: 24px;
    height: 2px;
    border-radius: 5px;

    background: linear-gradient(
        90deg,
        var(--dmic-blue),
        var(--dmic-purple)
    );
}


/* =========================================
   TABLET — THREE IMAGES
========================================= */

@media (max-width: 1100px) {

    .dmic-section {
        padding: 80px 18px;
    }

    .dmic-carousel {
        padding: 0 55px;
    }

    .dmic-track {
        gap: 16px;
    }

    .dmic-slide {
        flex-basis: calc((100% - 32px) / 3);
    }

    .dmic-header {
        margin-bottom: 45px;
    }
}


/* =========================================
   MOBILE — TWO IMAGES
========================================= */

@media (max-width: 767px) {

    .dmic-section {
        padding: 65px 12px;
    }

    .dmic-header {
        margin-bottom: 36px;
    }

    .dmic-eyebrow {
        min-height: 32px;
        padding: 7px 13px;
        margin-bottom: 13px;
        font-size: 9px;
        letter-spacing: 0.8px;
    }

    .dmic-title {
        font-size: clamp(29px, 9vw, 40px);
        letter-spacing: -1px;
    }

    .dmic-description {
        margin-top: 13px;
        font-size: 13px;
        line-height: 1.65;
    }

    .dmic-carousel {
        padding: 0 38px;
    }

    .dmic-viewport {
        padding: 8px 2px 20px;
    }

    .dmic-track {
        gap: 10px;
    }

    .dmic-slide {
        flex-basis: calc((100% - 10px) / 2);
    }

    .dmic-card {
        border-radius: 18px;
    }

    .dmic-card-number {
        right: 7px;
        bottom: 7px;
        width: 28px;
        height: 28px;
        font-size: 9px;
    }

    .dmic-arrow {
        width: 34px;
        height: 34px;
    }

    .dmic-arrow svg {
        width: 18px;
        height: 18px;
    }

    .dmic-controls {
        gap: 12px;
        margin-top: 10px;
    }
}


/* =========================================
   VERY SMALL MOBILE
========================================= */

@media (max-width: 390px) {

    .dmic-section {
        padding-left: 8px;
        padding-right: 8px;
    }

    .dmic-carousel {
        padding-left: 32px;
        padding-right: 32px;
    }

    .dmic-track {
        gap: 8px;
    }

    .dmic-slide {
        flex-basis: calc((100% - 8px) / 2);
    }

    .dmic-card {
        border-radius: 15px;
    }

    .dmic-arrow {
        width: 30px;
        height: 30px;
    }
}


/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

    .dmic-track,
    .dmic-card,
    .dmic-image,
    .dmic-image-shine,
    .dmic-arrow,
    .dmic-dot {
        transition: none !important;
    }
}
/* =========================================
   GLOBAL RESPONSIVE FIX
========================================= */

html {
    width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
video,
iframe,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
p,
a,
span {
    overflow-wrap: break-word;
}

section {
    width: 100%;
    max-width: 100%;
}

/* Grid/Flex ke children screen se bahar na niklein */
.dmfcta-card > *,
.dmad-card > *,
.dmic-container > * {
    min-width: 0;
}


/* =========================================
   TABLET RESPONSIVE
========================================= */

@media (max-width: 1024px) {

    section {
        padding-left: 24px;
        padding-right: 24px;
    }

    /* Final CTA */
    .dmfcta-card {
        grid-template-columns: 1fr !important;
    }

    /* Admission section */
    .dmad-card,
    .dmad-layout {
        grid-template-columns: 1fr !important;
    }

    h1 {
        font-size: clamp(36px, 6vw, 58px) !important;
    }

    h2 {
        font-size: clamp(30px, 5vw, 44px) !important;
    }
}


/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width: 767px) {

    section {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* Fixed width remove */
    .dmfcta-card,
    .dmad-card,
    .dmad-layout,
    .dmic-container {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Two-column sections ko one-column karo */
    .dmfcta-card,
    .dmad-card,
    .dmad-layout {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .dmfcta-content,
    .dmfcta-action-panel,
    .dmad-left,
    .dmad-right,
    .dmad-creative,
    .dmad-form-panel {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Mobile spacing */
    .dmfcta-card,
    .dmad-card {
        padding: 20px !important;
        gap: 24px !important;
        border-radius: 24px !important;
    }

    /* Heading responsive */
    h1 {
        font-size: clamp(32px, 10vw, 44px) !important;
        line-height: 1.08 !important;
    }

    h2 {
        font-size: clamp(27px, 8vw, 36px) !important;
        line-height: 1.15 !important;
    }

    h3 {
        font-size: 21px !important;
        line-height: 1.3 !important;
    }

    p {
        font-size: 15px;
        line-height: 1.7;
    }

    /* Buttons mobile par proper */
    .dmfcta-primary-btn,
    .dmfcta-secondary-btn,
    .dmad-submit-btn {
        width: 100% !important;
        min-height: 52px;
        justify-content: center;
        text-align: center;
    }

    /* Feature pills */
    .dmfcta-features {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    /* Trust strip */
    .dmfcta-trust-strip {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .dmfcta-trust-divider {
        display: none !important;
    }

    /* Absolute graphics mobile screen se bahar na jaayein */
    .decorative-shape,
    .floating-icon,
    .floating-element {
        transform: scale(.75);
    }

    /* Forms */
    input,
    select,
    textarea,
    button {
        max-width: 100% !important;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {

    section {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .dmfcta-card,
    .dmad-card {
        padding: 17px !important;
        border-radius: 20px !important;
    }

    h1 {
        font-size: 31px !important;
    }

    h2 {
        font-size: 27px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c24b591 *//* =========================================
   ADMISSION / FREE DEMO SECTION
========================================= */

.dmad-section,
.dmad-section * {
    box-sizing: border-box;
}

.dmad-section {
    --dmad-blue: #2563eb;
    --dmad-indigo: #4f46e5;
    --dmad-purple: #7c3aed;
    --dmad-dark: #131a3a;
    --dmad-text: #5f687c;
    --dmad-border: #e1e5f5;

    position: relative;
    width: 100%;
    padding: 100px 20px;
    overflow: hidden;
    isolation: isolate;
    font-family: "Poppins", "Inter", Arial, sans-serif;

    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(37, 99, 235, 0.1),
            transparent 30%
        ),
        radial-gradient(
            circle at 92% 90%,
            rgba(124, 58, 237, 0.1),
            transparent 32%
        ),
        #ffffff;
}


/* Small Grey Star Texture */

.dmad-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    pointer-events: none;
    opacity: 0.3;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cpath d='M17 14.5V19.5M14.5 17H19.5' stroke='%2394a3b8' stroke-width='0.8' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: repeat;
}


/* Decorative Background Shapes */

.dmad-bg-shape {
    position: absolute;
    z-index: -2;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(8px);
}

.dmad-bg-shape--one {
    width: 400px;
    height: 400px;
    top: -180px;
    left: -170px;

    background: radial-gradient(
        circle,
        rgba(37, 99, 235, 0.15),
        transparent 68%
    );
}

.dmad-bg-shape--two {
    width: 480px;
    height: 480px;
    right: -220px;
    bottom: -230px;

    background: radial-gradient(
        circle,
        rgba(124, 58, 237, 0.15),
        transparent 68%
    );
}


/* Main Container */

.dmad-container {
    width: min(100%, 1320px);
    margin: 0 auto;
}


/* Two-Column Layout */

.dmad-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
    align-items: stretch;
    gap: 34px;
}


/* =========================================
   LEFT CREATIVE PANEL
========================================= */

.dmad-creative {
    position: relative;
    min-width: 0;
    padding: 52px;
    overflow: hidden;
    isolation: isolate;
    color: #ffffff;

    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 34px;

    background:
        radial-gradient(
            circle at 15% 15%,
            rgba(255, 255, 255, 0.16),
            transparent 30%
        ),
        radial-gradient(
            circle at 85% 80%,
            rgba(255, 255, 255, 0.12),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            #245bea 0%,
            #4f46e5 45%,
            #7c3aed 100%
        );

    box-shadow:
        0 30px 70px rgba(37, 99, 235, 0.2),
        0 15px 36px rgba(124, 58, 237, 0.15);
}


/* Inner Grid Texture */

.dmad-creative::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: 0.16;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.35) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.35) 1px,
            transparent 1px
        );

    background-size: 38px 38px;
}


/* Creative Glow */

.dmad-creative::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: 35%;
    left: 50%;
    z-index: -1;
    pointer-events: none;
    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.15),
        transparent 68%
    );

    transform: translate(-50%, -50%);
}


/* Admission Badge */

.dmad-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 37px;
    padding: 8px 16px;
    margin-bottom: 22px;

    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;

    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.13);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.dmad-badge-dot {
    position: relative;
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.14);
}

.dmad-badge-dot::after {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    animation: dmadPulse 2s infinite;
}


/* Left Heading */

.dmad-title {
    max-width: 650px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(36px, 4vw, 57px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -2px;
}

.dmad-title span {
    display: block;
    color: #ffffff;
    text-shadow: 0 8px 30px rgba(12, 20, 60, 0.22);
}

.dmad-description {
    max-width: 610px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
}


/* =========================================
   CAREER VISUAL
========================================= */

.dmad-career-visual {
    position: relative;
    width: 100%;
    height: 350px;
    margin-top: 24px;
}


/* Orbit Circles */

.dmad-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.dmad-orbit--one {
    width: 280px;
    height: 280px;
    border: 1px dashed rgba(255, 255, 255, 0.32);
    animation: dmadOrbitRotate 18s linear infinite;
}

.dmad-orbit--two {
    width: 205px;
    height: 205px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}


/* Main Circle */

.dmad-visual-center {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 166px;
    height: 166px;
    padding: 20px;
    text-align: center;

    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.26),
            rgba(255, 255, 255, 0.1)
        );

    box-shadow:
        0 25px 55px rgba(15, 20, 70, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.55);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    transform: translate(-50%, -50%);
}

.dmad-visual-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 65px;
    height: 65px;
    margin-bottom: 10px;

    color: var(--dmad-purple);

    border-radius: 21px;
    background: #ffffff;

    box-shadow:
        0 15px 30px rgba(18, 26, 80, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.dmad-visual-center > span {
    color: rgba(255, 255, 255, 0.75);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dmad-visual-center > strong {
    margin-top: 2px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
}


/* Floating Skill Cards */

.dmad-floating-card {
    position: absolute;
    z-index: 4;

    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 165px;
    padding: 12px 14px;

    color: #ffffff;

    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 16px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.25),
            rgba(255, 255, 255, 0.11)
        );

    box-shadow:
        0 16px 35px rgba(14, 21, 70, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.dmad-floating-card--seo {
    top: 38px;
    left: 4%;
    animation: dmadFloat 4.6s ease-in-out infinite;
}

.dmad-floating-card--ads {
    top: 60px;
    right: 2%;
    animation: dmadFloat 5.1s ease-in-out infinite 0.5s;
}

.dmad-floating-card--ai {
    right: 10%;
    bottom: 25px;
    animation: dmadFloat 4.8s ease-in-out infinite 0.9s;
}

.dmad-floating-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 39px;

    width: 39px;
    height: 39px;

    color: var(--dmad-purple);
    border-radius: 12px;
    background: #ffffff;
}

.dmad-floating-card span:last-child {
    display: flex;
    flex-direction: column;
}

.dmad-floating-card small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.dmad-floating-card strong {
    margin-top: 2px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}


/* =========================================
   THREE-STEP JOURNEY
========================================= */

.dmad-journey {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 17px;

    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 20px;

    background: rgba(255, 255, 255, 0.11);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.dmad-journey-item {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
}

.dmad-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;

    width: 34px;
    height: 34px;

    color: var(--dmad-purple);
    font-size: 10px;
    font-weight: 800;

    border-radius: 11px;
    background: #ffffff;
}

.dmad-step-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.dmad-step-content strong {
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.dmad-step-content small {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 8px;
    white-space: nowrap;
}

.dmad-step-line {
    flex: 1;
    min-width: 18px;
    height: 1px;

    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.18),
        rgba(255, 255, 255, 0.72),
        rgba(255, 255, 255, 0.18)
    );
}


/* Trust Row */

.dmad-trust-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 20px;
}

.dmad-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: rgba(255, 255, 255, 0.85);
    font-size: 11px;
    font-weight: 600;
}

.dmad-trust-row svg {
    flex: 0 0 auto;
    padding: 3px;
    color: var(--dmad-purple);
    border-radius: 50%;
    background: #ffffff;
}


/* =========================================
   RIGHT FORM PANEL
========================================= */

.dmad-form-panel {
    position: relative;
    min-width: 0;
    padding: 42px;
    overflow: hidden;
    isolation: isolate;

    border: 1px solid transparent;
    border-radius: 34px;

    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(
            145deg,
            var(--dmad-blue),
            var(--dmad-purple)
        ) border-box;

    box-shadow:
        0 28px 70px rgba(37, 99, 235, 0.12),
        0 14px 34px rgba(124, 58, 237, 0.09);
}

.dmad-form-panel::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    z-index: -1;

    width: 230px;
    height: 230px;
    pointer-events: none;
    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(124, 58, 237, 0.14),
        transparent 68%
    );
}

.dmad-form-panel::after {
    content: "";
    position: absolute;
    top: 0;
    left: 42px;
    right: 42px;
    height: 4px;

    border-radius: 0 0 10px 10px;

    background: linear-gradient(
        90deg,
        var(--dmad-blue),
        var(--dmad-purple)
    );
}


/* Form Heading */

.dmad-form-top {
    display: flex;
    align-items: center;
    gap: 14px;
}

.dmad-form-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 56px;

    width: 56px;
    height: 56px;

    color: #ffffff;
    border-radius: 18px;

    background: linear-gradient(
        145deg,
        var(--dmad-blue),
        var(--dmad-purple)
    );

    box-shadow:
        0 14px 27px rgba(37, 99, 235, 0.22),
        0 7px 17px rgba(124, 58, 237, 0.16);
}

.dmad-form-heading {
    display: flex;
    flex-direction: column;
}

.dmad-form-heading small {
    color: var(--dmad-purple);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dmad-form-heading strong {
    margin-top: 3px;
    color: var(--dmad-dark);
    font-size: 25px;
    font-weight: 800;
    line-height: 1.25;
}

.dmad-form-description {
    margin: 18px 0 27px;
    color: var(--dmad-text);
    font-size: 13px;
    line-height: 1.65;
}


/* =========================================
   FORM FIELDS
========================================= */

.dmad-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.dmad-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.dmad-field > label {
    color: var(--dmad-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.dmad-input-wrapper {
    position: relative;
    width: 100%;
}

.dmad-input-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #7a8298;
    pointer-events: none;
    transform: translateY(-50%);
}

.dmad-input-wrapper input,
.dmad-input-wrapper select {
    width: 100%;
    height: 52px;
    margin: 0;
    padding: 0 16px 0 48px;

    color: var(--dmad-dark);
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    outline: none;

    border: 1px solid var(--dmad-border);
    border-radius: 14px;

    background-color: #f9faff;

    box-shadow:
        0 4px 12px rgba(33, 43, 90, 0.025);

    transition:
        border-color 250ms ease,
        background 250ms ease,
        box-shadow 250ms ease,
        transform 250ms ease;
}

.dmad-input-wrapper input::placeholder {
    color: #9ca3b5;
    opacity: 1;
}

.dmad-input-wrapper select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%237c3aed' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 17px;
    padding-right: 44px;
}

.dmad-input-wrapper input:hover,
.dmad-input-wrapper select:hover {
    border-color: rgba(99, 102, 241, 0.55);
    background-color: #ffffff;
}

.dmad-input-wrapper input:focus,
.dmad-input-wrapper select:focus {
    border-color: var(--dmad-purple);
    background-color: #ffffff;

    box-shadow:
        0 0 0 4px rgba(124, 58, 237, 0.1),
        0 10px 24px rgba(37, 99, 235, 0.07);
}

.dmad-input-wrapper:focus-within .dmad-input-icon {
    color: var(--dmad-purple);
}


/* Phone Number */

.dmad-country-code {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 2;

    color: var(--dmad-purple);
    font-size: 12px;
    font-weight: 700;
    pointer-events: none;

    transform: translateY(-50%);
}

.dmad-phone-wrapper input {
    padding-left: 58px;
}


/* Two-Column Fields */

.dmad-field-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.dmad-field-row .dmad-input-wrapper select {
    padding-left: 15px;
}


/* Invalid Fields */

.dmad-input-wrapper input:invalid:not(:placeholder-shown) {
    border-color: #ef4444;
}

.dmad-input-wrapper input:valid:not(:placeholder-shown) {
    border-color: rgba(37, 99, 235, 0.65);
}


/* =========================================
   CONSENT CHECKBOX
========================================= */

.dmad-consent {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;

    color: #6b7280;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.6;
    cursor: pointer;
}

.dmad-consent input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.dmad-custom-checkbox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;

    width: 20px;
    height: 20px;
    margin-top: 1px;

    color: transparent;

    border: 1.5px solid #cbd0e5;
    border-radius: 6px;
    background: #ffffff;

    transition:
        color 200ms ease,
        border-color 200ms ease,
        background 200ms ease,
        box-shadow 200ms ease;
}

.dmad-consent input:checked + .dmad-custom-checkbox {
    color: #ffffff;
    border-color: transparent;

    background: linear-gradient(
        135deg,
        var(--dmad-blue),
        var(--dmad-purple)
    );

    box-shadow: 0 6px 14px rgba(124, 58, 237, 0.22);
}

.dmad-consent input:focus-visible + .dmad-custom-checkbox {
    outline: 3px solid rgba(124, 58, 237, 0.18);
    outline-offset: 3px;
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.dmad-section .dmad-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;

    width: 100%;
    min-height: 55px;
    margin: 2px 0 0;
    padding: 13px 22px;

    color: #ffffff !important;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;

    border: 0;
    border-radius: 15px;

    background: linear-gradient(
        110deg,
        var(--dmad-blue),
        var(--dmad-indigo),
        var(--dmad-purple)
    );

    background-size: 180% 100%;

    box-shadow:
        0 16px 30px rgba(37, 99, 235, 0.22),
        0 8px 18px rgba(124, 58, 237, 0.16);

    transition:
        transform 250ms ease,
        box-shadow 250ms ease,
        background-position 350ms ease;
}

.dmad-submit svg {
    flex: 0 0 auto;
    transition: transform 250ms ease;
}

.dmad-section .dmad-submit:hover {
    color: #ffffff !important;
    background-position: 100% 0;
    transform: translateY(-3px);

    box-shadow:
        0 21px 37px rgba(37, 99, 235, 0.27),
        0 10px 22px rgba(124, 58, 237, 0.2);
}

.dmad-submit:hover svg {
    transform: translateX(4px);
}

.dmad-section .dmad-submit:active {
    transform: translateY(0);
}

.dmad-section .dmad-submit:focus-visible {
    outline: 4px solid rgba(124, 58, 237, 0.18);
    outline-offset: 4px;
}


/* Privacy Message */

.dmad-privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    color: #8991a5;
    font-size: 9px;
    font-weight: 500;
    text-align: center;
}

.dmad-privacy svg {
    color: var(--dmad-purple);
    flex: 0 0 auto;
}


/* Browser Autofill */

.dmad-input-wrapper input:-webkit-autofill,
.dmad-input-wrapper input:-webkit-autofill:hover,
.dmad-input-wrapper input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--dmad-dark);
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
    transition: background-color 9999s ease-out;
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes dmadPulse {
    0% {
        opacity: 0.9;
        transform: scale(0.8);
    }

    70% {
        opacity: 0;
        transform: scale(1.7);
    }

    100% {
        opacity: 0;
        transform: scale(1.7);
    }
}

@keyframes dmadFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}

@keyframes dmadOrbitRotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


/* =========================================
   TABLET RESPONSIVE
========================================= */

@media (max-width: 1050px) {

    .dmad-section {
        padding: 80px 18px;
    }

    .dmad-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .dmad-creative,
    .dmad-form-panel {
        width: 100%;
    }

    .dmad-form-panel {
        max-width: 720px;
        margin: 0 auto;
    }
}


/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width: 767px) {

    .dmad-section {
        padding: 65px 12px;
    }

    .dmad-creative {
        padding: 32px 20px;
        border-radius: 25px;
    }

    .dmad-badge {
        min-height: 32px;
        padding: 7px 13px;
        margin-bottom: 17px;
        font-size: 9px;
    }

    .dmad-title {
        font-size: clamp(31px, 9vw, 43px);
        letter-spacing: -1.3px;
    }

    .dmad-description {
        margin-top: 15px;
        font-size: 13px;
    }

    .dmad-career-visual {
        height: 320px;
        margin-top: 18px;
    }

    .dmad-orbit--one {
        width: 235px;
        height: 235px;
    }

    .dmad-orbit--two {
        width: 175px;
        height: 175px;
    }

    .dmad-visual-center {
        width: 145px;
        height: 145px;
    }

    .dmad-visual-icon {
        width: 55px;
        height: 55px;
        border-radius: 17px;
    }

    .dmad-visual-icon svg {
        width: 34px;
        height: 34px;
    }

    .dmad-visual-center > strong {
        font-size: 15px;
    }

    .dmad-floating-card {
        min-width: 133px;
        padding: 9px 10px;
        border-radius: 13px;
    }

    .dmad-floating-card--seo {
        top: 23px;
        left: 0;
    }

    .dmad-floating-card--ads {
        top: 56px;
        right: -5px;
    }

    .dmad-floating-card--ai {
        right: 2px;
        bottom: 14px;
    }

    .dmad-floating-icon {
        flex-basis: 32px;
        width: 32px;
        height: 32px;
    }

    .dmad-floating-icon svg {
        width: 16px;
        height: 16px;
    }

    .dmad-floating-card small {
        font-size: 7px;
    }

    .dmad-floating-card strong {
        font-size: 10px;
    }

    .dmad-journey {
        flex-direction: column;
        align-items: stretch;
        gap: 11px;
        padding: 14px;
    }

    .dmad-step-line {
        width: 1px;
        min-width: 1px;
        height: 16px;
        margin-left: 17px;
        flex: none;

        background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.2),
            rgba(255, 255, 255, 0.75)
        );
    }

    .dmad-step-content strong {
        font-size: 11px;
    }

    .dmad-step-content small {
        font-size: 8px;
    }

    .dmad-trust-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .dmad-form-panel {
        padding: 34px 20px;
        border-radius: 25px;
    }

    .dmad-form-panel::after {
        left: 20px;
        right: 20px;
    }

    .dmad-form-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        border-radius: 15px;
    }

    .dmad-form-icon svg {
        width: 22px;
        height: 22px;
    }

    .dmad-form-heading strong {
        font-size: 20px;
    }

    .dmad-form-description {
        margin: 15px 0 23px;
        font-size: 12px;
    }

    .dmad-field-row {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .dmad-input-wrapper input,
    .dmad-input-wrapper select {
        height: 50px;
    }
}


/* =========================================
   VERY SMALL MOBILE
========================================= */

@media (max-width: 390px) {

    .dmad-section {
        padding-left: 8px;
        padding-right: 8px;
    }

    .dmad-creative,
    .dmad-form-panel {
        border-radius: 21px;
    }

    .dmad-career-visual {
        height: 300px;
    }

    .dmad-floating-card--seo {
        left: -8px;
    }

    .dmad-floating-card--ads {
        right: -10px;
    }

    .dmad-floating-card--ai {
        right: -6px;
    }
}


/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

    .dmad-badge-dot::after,
    .dmad-orbit,
    .dmad-floating-card {
        animation: none !important;
    }

    .dmad-submit,
    .dmad-submit svg,
    .dmad-input-wrapper input,
    .dmad-input-wrapper select {
        transition: none !important;
    }
}
/* =========================================
   GLOBAL RESPONSIVE FIX
========================================= */

html {
    width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
video,
iframe,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
p,
a,
span {
    overflow-wrap: break-word;
}

section {
    width: 100%;
    max-width: 100%;
}

/* Grid/Flex ke children screen se bahar na niklein */
.dmfcta-card > *,
.dmad-card > *,
.dmic-container > * {
    min-width: 0;
}


/* =========================================
   TABLET RESPONSIVE
========================================= */

@media (max-width: 1024px) {

    section {
        padding-left: 24px;
        padding-right: 24px;
    }

    /* Final CTA */
    .dmfcta-card {
        grid-template-columns: 1fr !important;
    }

    /* Admission section */
    .dmad-card,
    .dmad-layout {
        grid-template-columns: 1fr !important;
    }

    h1 {
        font-size: clamp(36px, 6vw, 58px) !important;
    }

    h2 {
        font-size: clamp(30px, 5vw, 44px) !important;
    }
}


/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width: 767px) {

    section {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* Fixed width remove */
    .dmfcta-card,
    .dmad-card,
    .dmad-layout,
    .dmic-container {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Two-column sections ko one-column karo */
    .dmfcta-card,
    .dmad-card,
    .dmad-layout {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .dmfcta-content,
    .dmfcta-action-panel,
    .dmad-left,
    .dmad-right,
    .dmad-creative,
    .dmad-form-panel {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Mobile spacing */
    .dmfcta-card,
    .dmad-card {
        padding: 20px !important;
        gap: 24px !important;
        border-radius: 24px !important;
    }

    /* Heading responsive */
    h1 {
        font-size: clamp(32px, 10vw, 44px) !important;
        line-height: 1.08 !important;
    }

    h2 {
        font-size: clamp(27px, 8vw, 36px) !important;
        line-height: 1.15 !important;
    }

    h3 {
        font-size: 21px !important;
        line-height: 1.3 !important;
    }

    p {
        font-size: 15px;
        line-height: 1.7;
    }

    /* Buttons mobile par proper */
    .dmfcta-primary-btn,
    .dmfcta-secondary-btn,
    .dmad-submit-btn {
        width: 100% !important;
        min-height: 52px;
        justify-content: center;
        text-align: center;
    }

    /* Feature pills */
    .dmfcta-features {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    /* Trust strip */
    .dmfcta-trust-strip {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .dmfcta-trust-divider {
        display: none !important;
    }

    /* Absolute graphics mobile screen se bahar na jaayein */
    .decorative-shape,
    .floating-icon,
    .floating-element {
        transform: scale(.75);
    }

    /* Forms */
    input,
    select,
    textarea,
    button {
        max-width: 100% !important;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {

    section {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .dmfcta-card,
    .dmad-card {
        padding: 17px !important;
        border-radius: 20px !important;
    }

    h1 {
        font-size: 31px !important;
    }

    h2 {
        font-size: 27px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f155c4b *//* =========================================
   FINAL CTA — TWO COLUMN LANDSCAPE
========================================= */

.dmfcta-section,
.dmfcta-section * {
    box-sizing: border-box;
}

.dmfcta-section {
    --dmfcta-blue: #2563eb;
    --dmfcta-indigo: #4f46e5;
    --dmfcta-purple: #7c3aed;
    --dmfcta-dark: #111936;
    --dmfcta-grey: #667085;

    position: relative;
    width: 100%;
    padding: 90px 20px;
    overflow: hidden;
    isolation: isolate;

    font-family: "Poppins", "Inter", Arial, sans-serif;

    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(37, 99, 235, 0.1),
            transparent 30%
        ),
        radial-gradient(
            circle at 92% 85%,
            rgba(124, 58, 237, 0.1),
            transparent 30%
        ),
        #ffffff;
}


/* Grey Star Background */

.dmfcta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: 0.3;
    pointer-events: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cpath d='M17 14.5V19.5M14.5 17H19.5' stroke='%2394a3b8' stroke-width='0.8' stroke-linecap='round'/%3E%3C/svg%3E");

    background-repeat: repeat;
}


/* Outer Background Glows */

.dmfcta-glow {
    position: absolute;
    z-index: -2;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(12px);
}

.dmfcta-glow--one {
    width: 400px;
    height: 400px;
    top: -190px;
    left: -170px;

    background: radial-gradient(
        circle,
        rgba(37, 99, 235, 0.18),
        transparent 68%
    );
}

.dmfcta-glow--two {
    width: 470px;
    height: 470px;
    right: -220px;
    bottom: -230px;

    background: radial-gradient(
        circle,
        rgba(124, 58, 237, 0.18),
        transparent 68%
    );
}


/* Main Container */

.dmfcta-container {
    width: min(100%, 1380px);
    margin: 0 auto;
}


/* =========================================
   LANDSCAPE CARD
========================================= */

.dmfcta-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.65fr);
    grid-template-areas: "content action";
    align-items: center;
    gap: 55px;

    width: 100%;
    min-height: 430px;
    padding: 56px;
    overflow: hidden;
    isolation: isolate;

    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 36px;

    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(255, 255, 255, 0.18),
            transparent 28%
        ),
        radial-gradient(
            circle at 76% 90%,
            rgba(255, 255, 255, 0.12),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #245bea 0%,
            #4f46e5 48%,
            #7c3aed 100%
        );

    box-shadow:
        0 35px 80px rgba(37, 99, 235, 0.2),
        0 16px 38px rgba(124, 58, 237, 0.14);
}


/* Grid Pattern */

.dmfcta-grid-pattern {
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.12;
    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.4) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.4) 1px,
            transparent 1px
        );

    background-size: 40px 40px;
}


/* Internal Glow */

.dmfcta-card::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    top: 50%;
    left: 33%;
    z-index: -1;
    pointer-events: none;
    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.15),
        transparent 67%
    );

    transform: translate(-50%, -50%);
}


/* Top Shine */

.dmfcta-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 8%;
    right: 8%;
    height: 2px;
    pointer-events: none;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.9),
        transparent
    );
}


/* =========================================
   LEFT CONTENT
========================================= */

.dmfcta-content {
    grid-area: content;
    min-width: 0;
}


/* Top Badge */

.dmfcta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    min-height: 36px;
    padding: 8px 15px;
    margin-bottom: 21px;

    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;

    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 50px;

    background: rgba(255, 255, 255, 0.13);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.dmfcta-badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.dmfcta-badge-icon svg {
    animation: dmfctaSparkle 2.5s ease-in-out infinite;
}


/* Main Heading */

.dmfcta-title {
    max-width: 720px;
    margin: 0;

    color: #ffffff;
    font-size: clamp(38px, 4.2vw, 62px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -2.2px;
}

.dmfcta-title span {
    display: block;
    color: #ffffff;

    text-shadow:
        0 8px 30px rgba(15, 20, 65, 0.28);
}


/* Description */

.dmfcta-description {
    max-width: 660px;
    margin: 20px 0 0;

    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
}


/* Feature Pills */

.dmfcta-features {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 27px;
}

.dmfcta-feature {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    min-height: 36px;
    padding: 8px 13px;

    color: #ffffff;
    font-size: 10px;
    font-weight: 600;

    border: 1px solid rgba(255, 255, 255, 0.27);
    border-radius: 50px;

    background: rgba(255, 255, 255, 0.11);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    transition:
        transform 250ms ease,
        background 250ms ease,
        border-color 250ms ease;
}

.dmfcta-feature:hover {
    border-color: rgba(255, 255, 255, 0.52);
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-3px);
}

.dmfcta-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 21px;
    height: 21px;
    flex: 0 0 21px;

    color: var(--dmfcta-purple);
    border-radius: 50%;
    background: #ffffff;
}


/* =========================================
   BOTTOM TRUST STRIP
========================================= */

.dmfcta-trust-strip {
    display: inline-flex;
    align-items: center;
    gap: 20px;

    max-width: 100%;
    margin-top: 29px;
    padding: 13px 17px;

    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 17px;

    background: rgba(255, 255, 255, 0.11);

    box-shadow:
        0 12px 30px rgba(15, 20, 70, 0.12);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.dmfcta-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.dmfcta-trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    color: var(--dmfcta-purple);
    border-radius: 12px;
    background: #ffffff;

    box-shadow: 0 8px 18px rgba(20, 25, 80, 0.16);
}

.dmfcta-trust-item > span:last-child {
    display: flex;
    flex-direction: column;
}

.dmfcta-trust-item small {
    color: rgba(255, 255, 255, 0.65);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.dmfcta-trust-item strong {
    margin-top: 2px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.dmfcta-trust-divider {
    width: 1px;
    height: 35px;
    flex: 0 0 1px;

    background: rgba(255, 255, 255, 0.25);
}


/* =========================================
   RIGHT ACTION PANEL
========================================= */

.dmfcta-action-panel {
    position: relative;
    grid-area: action;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    min-width: 0;
    min-height: 335px;
    padding: 33px;
    overflow: hidden;
    isolation: isolate;
    text-align: center;

    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 28px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.99),
            rgba(247, 248, 255, 0.95)
        );

    box-shadow:
        0 25px 58px rgba(20, 26, 80, 0.22),
        inset 0 1px 0 #ffffff;

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.dmfcta-action-panel > :not(.dmfcta-action-ring) {
    position: relative;
    z-index: 2;
}


/* Decorative Rings */

.dmfcta-action-ring {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    border-radius: 50%;
}

.dmfcta-action-ring--one {
    width: 190px;
    height: 190px;
    top: -105px;
    right: -85px;

    border: 1px solid rgba(124, 58, 237, 0.13);
}

.dmfcta-action-ring--two {
    width: 135px;
    height: 135px;
    left: -75px;
    bottom: -65px;

    border: 1px solid rgba(37, 99, 235, 0.15);
    background: rgba(37, 99, 235, 0.035);
}


/* Action Icon */

.dmfcta-action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 65px;
    height: 65px;

    color: #ffffff;
    border-radius: 20px;

    background: linear-gradient(
        145deg,
        var(--dmfcta-blue),
        var(--dmfcta-purple)
    );

    box-shadow:
        0 15px 30px rgba(37, 99, 235, 0.25),
        0 7px 18px rgba(124, 58, 237, 0.18);

    animation: dmfctaFloat 4s ease-in-out infinite;
}


/* Action Heading */

.dmfcta-action-copy {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

.dmfcta-action-copy small {
    color: var(--dmfcta-purple);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dmfcta-action-copy strong {
    max-width: 260px;
    margin-top: 4px;

    color: var(--dmfcta-dark);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

.dmfcta-action-description {
    max-width: 270px;
    margin: 12px auto 0;

    color: var(--dmfcta-grey);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.6;
}


/* =========================================
   PRIMARY CTA BUTTON
========================================= */

.dmfcta-section .dmfcta-primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    width: 100%;
    min-height: 52px;
    margin-top: 20px;
    padding: 12px 18px;

    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none !important;

    border: 0;
    border-radius: 14px;

    background: linear-gradient(
        110deg,
        var(--dmfcta-blue),
        var(--dmfcta-indigo),
        var(--dmfcta-purple)
    );

    background-size: 180% 100%;

    box-shadow:
        0 15px 29px rgba(37, 99, 235, 0.24),
        0 7px 17px rgba(124, 58, 237, 0.16);

    transition:
        transform 250ms ease,
        box-shadow 250ms ease,
        background-position 350ms ease;
}

.dmfcta-primary-button svg {
    flex: 0 0 auto;
    transition: transform 250ms ease;
}

.dmfcta-section .dmfcta-primary-button:hover {
    color: #ffffff !important;
    background-position: 100% 0;
    transform: translateY(-3px);

    box-shadow:
        0 21px 37px rgba(37, 99, 235, 0.3),
        0 10px 22px rgba(124, 58, 237, 0.2);
}

.dmfcta-primary-button:hover svg {
    transform: translateX(4px);
}


/* Secondary Button */

.dmfcta-section .dmfcta-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 45px;
    margin-top: 10px;
    padding: 10px 16px;

    color: var(--dmfcta-purple) !important;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none !important;

    border: 1px solid rgba(99, 102, 241, 0.3);
    border-radius: 13px;
    background: #ffffff;

    transition:
        color 250ms ease,
        border-color 250ms ease,
        background 250ms ease,
        transform 250ms ease;
}

.dmfcta-section .dmfcta-secondary-button:hover {
    color: #ffffff !important;
    border-color: transparent;

    background: linear-gradient(
        135deg,
        var(--dmfcta-blue),
        var(--dmfcta-purple)
    );

    transform: translateY(-2px);
}


/* Trust Message */

.dmfcta-trust-message {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    margin-top: 14px;

    color: #7d8599;
    font-size: 8px;
    font-weight: 500;
}

.dmfcta-trust-message svg {
    color: var(--dmfcta-purple);
    flex: 0 0 auto;
}


/* Keyboard Focus */

.dmfcta-primary-button:focus-visible,
.dmfcta-secondary-button:focus-visible {
    outline: 4px solid rgba(255, 255, 255, 0.38);
    outline-offset: 4px;
}


/* =========================================
   ANIMATIONS
========================================= */

@keyframes dmfctaSparkle {
    0%,
    100% {
        opacity: 1;
        transform: rotate(0deg) scale(1);
    }

    50% {
        opacity: 0.65;
        transform: rotate(20deg) scale(1.15);
    }
}

@keyframes dmfctaFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

    .dmfcta-section {
        padding: 80px 18px;
    }

    .dmfcta-card {
        grid-template-columns: minmax(0, 1fr) minmax(285px, 0.7fr);
        gap: 35px;
        padding: 43px;
    }

    .dmfcta-title {
        font-size: clamp(35px, 5vw, 50px);
    }

    .dmfcta-trust-strip {
        display: flex;
        width: fit-content;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .dmfcta-section {
        padding: 65px 12px;
    }

    .dmfcta-card {
        grid-template-columns: 1fr;
        grid-template-areas:
            "content"
            "action";

        gap: 32px;
        min-height: auto;
        padding: 34px 20px;
        border-radius: 26px;
    }

    .dmfcta-badge {
        min-height: 32px;
        padding: 7px 12px;
        margin-bottom: 16px;
        font-size: 8px;
    }

    .dmfcta-title {
        font-size: clamp(31px, 9vw, 43px);
        letter-spacing: -1.3px;
    }

    .dmfcta-description {
        margin-top: 15px;
        font-size: 12px;
    }

    .dmfcta-features {
        margin-top: 21px;
    }

    .dmfcta-feature {
        min-height: 32px;
        padding: 7px 10px;
        font-size: 8px;
    }

    .dmfcta-trust-strip {
        display: flex;
        width: 100%;
        gap: 12px;
        padding: 12px;
    }

    .dmfcta-trust-item {
        flex: 1;
    }

    .dmfcta-trust-icon {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
    }

    .dmfcta-trust-item small {
        font-size: 7px;
    }

    .dmfcta-trust-item strong {
        font-size: 9px;
        white-space: normal;
    }

    .dmfcta-action-panel {
        min-height: auto;
        padding: 29px 21px;
        border-radius: 22px;
    }

    .dmfcta-action-icon {
        width: 57px;
        height: 57px;
        border-radius: 18px;
    }

    .dmfcta-action-icon svg {
        width: 26px;
        height: 26px;
    }

    .dmfcta-action-copy strong {
        font-size: 20px;
    }
}


/* =========================================
   VERY SMALL MOBILE
========================================= */

@media (max-width: 390px) {

    .dmfcta-section {
        padding-left: 8px;
        padding-right: 8px;
    }

    .dmfcta-card {
        padding: 30px 16px;
        border-radius: 22px;
    }

    .dmfcta-features {
        flex-direction: column;
        align-items: stretch;
    }

    .dmfcta-feature {
        width: 100%;
    }

    .dmfcta-trust-strip {
        flex-direction: column;
        align-items: stretch;
    }

    .dmfcta-trust-divider {
        width: 100%;
        height: 1px;
    }
}


/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

    .dmfcta-badge-icon svg,
    .dmfcta-action-icon {
        animation: none !important;
    }

    .dmfcta-feature,
    .dmfcta-primary-button,
    .dmfcta-primary-button svg,
    .dmfcta-secondary-button {
        transition: none !important;
    }
}
/* =========================================
   GLOBAL RESPONSIVE FIX
========================================= */

html {
    width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img,
video,
iframe,
svg {
    display: block;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
p,
a,
span {
    overflow-wrap: break-word;
}

section {
    width: 100%;
    max-width: 100%;
}

/* Grid/Flex ke children screen se bahar na niklein */
.dmfcta-card > *,
.dmad-card > *,
.dmic-container > * {
    min-width: 0;
}


/* =========================================
   TABLET RESPONSIVE
========================================= */

@media (max-width: 1024px) {

    section {
        padding-left: 24px;
        padding-right: 24px;
    }

    /* Final CTA */
    .dmfcta-card {
        grid-template-columns: 1fr !important;
    }

    /* Admission section */
    .dmad-card,
    .dmad-layout {
        grid-template-columns: 1fr !important;
    }

    h1 {
        font-size: clamp(36px, 6vw, 58px) !important;
    }

    h2 {
        font-size: clamp(30px, 5vw, 44px) !important;
    }
}


/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width: 767px) {

    section {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* Fixed width remove */
    .dmfcta-card,
    .dmad-card,
    .dmad-layout,
    .dmic-container {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Two-column sections ko one-column karo */
    .dmfcta-card,
    .dmad-card,
    .dmad-layout {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .dmfcta-content,
    .dmfcta-action-panel,
    .dmad-left,
    .dmad-right,
    .dmad-creative,
    .dmad-form-panel {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Mobile spacing */
    .dmfcta-card,
    .dmad-card {
        padding: 20px !important;
        gap: 24px !important;
        border-radius: 24px !important;
    }

    /* Heading responsive */
    h1 {
        font-size: clamp(32px, 10vw, 44px) !important;
        line-height: 1.08 !important;
    }

    h2 {
        font-size: clamp(27px, 8vw, 36px) !important;
        line-height: 1.15 !important;
    }

    h3 {
        font-size: 21px !important;
        line-height: 1.3 !important;
    }

    p {
        font-size: 15px;
        line-height: 1.7;
    }

    /* Buttons mobile par proper */
    .dmfcta-primary-btn,
    .dmfcta-secondary-btn,
    .dmad-submit-btn {
        width: 100% !important;
        min-height: 52px;
        justify-content: center;
        text-align: center;
    }

    /* Feature pills */
    .dmfcta-features {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    /* Trust strip */
    .dmfcta-trust-strip {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .dmfcta-trust-divider {
        display: none !important;
    }

    /* Absolute graphics mobile screen se bahar na jaayein */
    .decorative-shape,
    .floating-icon,
    .floating-element {
        transform: scale(.75);
    }

    /* Forms */
    input,
    select,
    textarea,
    button {
        max-width: 100% !important;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {

    section {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .dmfcta-card,
    .dmad-card {
        padding: 17px !important;
        border-radius: 20px !important;
    }

    h1 {
        font-size: 31px !important;
    }

    h2 {
        font-size: 27px !important;
    }
}/* End custom CSS */