.elementor-101 .elementor-element.elementor-element-877952a:not(.elementor-motion-effects-element-type-background), .elementor-101 .elementor-element.elementor-element-877952a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EFF5FF;}.elementor-101 .elementor-element.elementor-element-877952a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-90px;margin-bottom:0px;}.elementor-101 .elementor-element.elementor-element-877952a > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for html, class: .elementor-element-7979045 *//* HERO */
.wd-hero {
    position: relative;
    height: 60vh;
    background: url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.wd-hero .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,40,120,0.85), rgba(0,160,255,0.8));
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.wd-hero h1 {
    font-size: 40px;
    margin-bottom: 15px;
}

.wd-hero p {
    font-size: 18px;
    margin-bottom: 25px;
}

/* TWO COLUMN */
.two-col {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 40px;
    align-items: center;
}

.image-box img {
    width: 100%;
    border-radius: 15px;
}

/* LIGHT BACKGROUND */
.light-bg {
    background: #f2f8ff;
}

/* GRID */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 30px;
}

/* CARD */
.card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,86,179,0.08);
    transition: 0.3s;
}

.card i {
    font-size: 32px;
    color: #0056b3;
    margin-bottom: 15px;
}

.card h3 {
    margin-bottom: 10px;
    color: #003d99;
}

.card p {
    color: #555;
}

.card:hover {
    transform: translateY(-8px);
}

/* TOOLS */
.tools-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.tool {
    background: #0056b3;
    color: white;
    padding: 12px 20px;
    border-radius: 30px;
    font-weight: 500;
}

/* CURRICULUM */
.curriculum-box {
    background: white;
    padding: 20px 25px;
    border-left: 5px solid #0056b3;
    margin-bottom: 20px;
    border-radius: 8px;
}

/* CTA */
.wd-cta {
    background: linear-gradient(135deg,#003d99,#00aaff);
    color: white;
    text-align: center;
    padding: 70px 20px;
}

.wd-cta h2 {
    margin-bottom: 25px;
}

/* BUTTON */
.btn-primary {
    background: #0056b3;
    color: white;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #003d99;
}
/* GLOBAL SECTION SPACING */
section {
    padding: 90px 0;
}

/* Container width control */
.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* Extra spacing between light and normal sections */
section + section {
    margin-top: 20px;
}/* End custom CSS */