.elementor-51 .elementor-element.elementor-element-f2e6ffd:not(.elementor-motion-effects-element-type-background), .elementor-51 .elementor-element.elementor-element-f2e6ffd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#927A5A;}.elementor-51 .elementor-element.elementor-element-f2e6ffd{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-51 .elementor-element.elementor-element-f2e6ffd > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-51 .elementor-element.elementor-element-e6683e9{margin-top:0px;margin-bottom:50px;}/* Start custom CSS for html, class: .elementor-element-94fbc45 *//* Oscar Institute Color Theme */
:root {
    --oscar-blue: #927A5A;   /* Main Dark Blue */
    --oscar-orange: #f47920; /* Primary Accent */
    --light-text: #ffffff;   
    --dark-text: #333333;
}

/* ========== HERO BANNER STYLING ========== */
.oscar-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 80vh;  <-- Isko hata diya gaya hai taake gap khatam ho */
    background-color: var(--oscar-blue);
    color: var(--light-text);
    padding: 60px 20px; /* Upar aur neeche ka gap 60px se kam kar ke 40px kar diya hai */
    position: relative;
    overflow: hidden; /* For clean edges on waves */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Background Wave Effect (Adds professional polish) */
.oscar-hero::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.15; /* Subtle blend */
}

.hero-container {
    max-width: 1500px;
    width: 100%;
    display: grid;
    grid-template-columns: 1.2fr 1fr; /* 60% text, 40% graphic/empty */
    gap: 20px;
    align-items: center;
}

/* Hero Text and Call-to-Actions */
.hero-content {
    z-index: 10; /* Above the wave */
}

.hero-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.hero-rto-cricos {
    background-color: var(--light-text);
    color: var(--oscar-blue);
    display: inline-block;
    padding: 8px 15px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 25px;
    border: 2px solid var(--oscar-orange);
}

.hero-rto-cricos span {
    color: var(--oscar-orange);
}

.hero-description {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 35px;
    opacity: 0.95;
    text-align: justify;
}

.hero-actions {
    display: flex;
    gap: 20px;
}

/* Custom CTA Button Styling */
.oscar-btn {
    display: inline-block;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Primary: Filled Orange */
.btn-primary {
    background-color: var(--oscar-orange);
    color: var(--light-text);
    border: 2px solid var(--oscar-orange);
}

.btn-primary:hover {
    background-color: transparent;
    color: var(--light-text);
}

/* Secondary: Outline */
.btn-outline {
    background-color: transparent;
    color: var(--light-text);
    border: 2px solid var(--light-text);
}

.btn-outline:hover {
    background-color: var(--light-text);
    color: var(--oscar-blue);
}

/* Place holder for Graphic/Image */
.hero-graphic {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* Minimal professional illustration look using only CSS */
.hero-graphic::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: var(--oscar-orange);
    border-radius: 50%;
    opacity: 0.2;
    filter: blur(50px);
}

/* ========== RESPONSIVE DESIGN ========== */

/* Tablets */
@media (max-width: 992px) {
    .hero-title {
        font-size: 38px;
    }
    .hero-description {
        font-size: 17px;
    }
}

/* Mobile Phones */
@media (max-width: 768px) {
    .oscar-hero {
        padding: 40px 20px; /* Mobile par bhi extra gap khatam kar diya */
    }
    .hero-container {
        grid-template-columns: 1fr; /* Stack vertically */
        text-align: center;
    }
    .hero-description {
        text-align: center;
    }
    .hero-actions {
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }
    .oscar-btn {
        width: 100%; /* Full width buttons on mobile */
    }
    .hero-graphic {
        display: none; /* Hide placeholder graphic on small screens for faster load */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e0dac95 *//* Container & Global Scope for this section */
.why-choose-section {
    /* Variables specific to this section */
    --brand-color: #927A5A;
    --brand-light: #f5f2ee; /* Light shade for icon background */
    --text-dark: #333333;
    --text-muted: #555555;
    
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Header Styling */
.why-header {
    text-align: center;
    margin-bottom: 50px;
}

/* Main Section Title */
.why-header h2 {
    color: var(--text-dark);
    font-size: 28px; /* Thoda bara rakha hai taake section title prominent ho */
    font-weight: 700;
    margin-bottom: 15px;
}

/* Elegant Underline for Title */
.why-header .divider {
    height: 3px;
    width: 70px;
    background-color: var(--brand-color);
    margin: 0 auto;
    border-radius: 5px;
}

/* 4-Column Grid Layout for PC */
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* Individual Feature Box */
.feature-box {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    padding: 40px 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Top Border Animation on Hover */
.feature-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--brand-color);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: center;
}

.feature-box:hover {
    box-shadow: 0 15px 35px rgba(146, 122, 90, 0.12);
    border-color: transparent;
    transform: translateY(-8px);
}

.feature-box:hover::before {
    transform: scaleX(1);
}

/* Numbered Circular Icon */
.feature-icon {
    width: 65px;
    height: 65px;
    background-color: var(--brand-light);
    color: var(--brand-color);
    font-size: 24px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 25px auto;
    transition: all 0.4s ease;
}

.feature-box:hover .feature-icon {
    background-color: var(--brand-color);
    color: #ffffff;
    transform: rotate(360deg); /* Smooth spin effect on hover */
}

/* Default PC Font Sizes (As Requested) */
.feature-box h3 {
    color: var(--text-dark);
    font-size: 22px; 
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.feature-box p {
    color: var(--text-muted);
    font-size: 16px; 
    line-height: 1.6;
    margin: 0;
}

/* ========== RESPONSIVE SIZES ========== */

/* Tablet Font Sizes & Layout (Max width: 992px) */
@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr); /* Tab par 2x2 ka grid hoga */
        gap: 20px;
    }
    .why-header h2 {
        font-size: 24px;
    }
    .feature-box h3 {
        font-size: 18px; /* Tab Heading Size */
    }
    .feature-box p {
        font-size: 14px; /* Tab Paragraph Size */
    }
}

/* Mobile Font Sizes & Layout (Max width: 576px) */
@media (max-width: 576px) {
    .features-grid {
        grid-template-columns: 1fr; /* Mobile par 1 column (ek ke neeche ek) */
    }
    .why-choose-section {
        margin: 40px auto;
    }
    .why-header h2 {
        font-size: 20px;
    }
    .feature-box {
        padding: 30px 15px;
    }
    .feature-box h3 {
        font-size: 16px; /* Mobile Heading Size */
    }
    .feature-box p {
        font-size: 12px; /* Mobile Paragraph Size */
    }
    .feature-icon {
        width: 55px;
        height: 55px;
        font-size: 20px;
        margin-bottom: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9042435 *//* Color & Global Settings */
:root {
    --brand-color: #927A5A; /* Aapka Logo Color */
    --text-color: #333333;
    --bg-color: #f9f9f9;
    --card-bg: #ffffff;
}

/* Container & Grid Layout */
.info-section {
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr; /* PC par 2 columns */
    gap: 30px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--text-color);
}

/* Card Styling */
.info-card {
    background-color: var(--card-bg);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-top: 5px solid var(--brand-color);
    transition: transform 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
}

/* PC Font Sizes (Default) */
.info-card h2 {
    color: var(--brand-color);
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.info-card p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
}

/* Custom List Styling */
.course-list {
    list-style: none;
    margin: 15px 0;
    padding: 0;
}

.course-list li {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    font-weight: 500;
}

/* Custom Checkmark using Brand Color */
.course-list li::before {
    content: "✔";
    color: var(--brand-color);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
}

/* ========== RESPONSIVE SIZES ========== */

/* Tablet Font Sizes (Max width: 992px) */
@media (max-width: 992px) {
    .info-section {
        grid-template-columns: 1fr; /* Tablet par 1 column (ek ke neeche ek) */
        gap: 25px;
        margin: 40px auto;
    }
    .info-card {
        padding: 30px;
    }
    .info-card h2 {
        font-size: 18px; /* Tab Heading Size */
    }
    .info-card p, 
    .course-list li {
        font-size: 14px; /* Tab Paragraph Size */
    }
}

/* Mobile Font Sizes (Max width: 480px) */
@media (max-width: 480px) {
    .info-section {
        margin: 25px auto;
        padding: 0 15px;
    }
    .info-card {
        padding: 20px;
    }
    .info-card h2 {
        font-size: 16px; /* Mobile Heading Size */
    }
    .info-card p, 
    .course-list li {
        font-size: 12px; /* Mobile Paragraph Size */
        text-align: left; /* Mobile par justify theek nahi lagta */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d743285 *//* Section Background & Layout */
.vision-section {
    --brand-color: #927A5A; /* Logo Color */
    --bg-light: #fdfcfb; /* Subtle warm background */
    --text-main: #333333;
    
    background-color: var(--bg-light);
    padding: 20px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Elevated Box Design */
.vision-container {
    max-width: 800px; /* Thoda chota rakha hai taake text focus mein rahe */
    text-align: center;
    position: relative;
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(146, 122, 90, 0.08); /* Brand color ki soft shadow */
    border-bottom: 4px solid var(--brand-color);
}

/* Big Quote Icon in Background */
.quote-icon {
    font-size: 80px;
    color: var(--brand-color);
    opacity: 0.15; /* Watermark effect */
    line-height: 1;
    font-family: Georgia, serif; /* Quote marks serif font mein ache lagte hain */
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 1;
}

/* PC Default Sizes */
.vision-heading {
    color: var(--brand-color);
    font-size: 22px; /* PC Heading */
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2; /* Text ko quote ke upar rakhne ke liye */
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vision-text {
    color: var(--text-main);
    font-size: 16px; /* PC Paragraph */
    line-height: 1.8;
    font-style: italic; /* Vision statement ke liye professional look */
    position: relative;
    z-index: 2;
    margin: 0;
}

/* ========== RESPONSIVE SIZES ========== */

/* Tablet (Max width: 992px) */
@media (max-width: 992px) {
    .vision-section {
        padding: 60px 20px;
    }
    .vision-container {
        padding: 40px 30px;
    }
    .vision-heading {
        font-size: 18px; /* Tab Heading */
    }
    .vision-text {
        font-size: 14px; /* Tab Paragraph */
    }
}

/* Mobile (Max width: 576px) */
@media (max-width: 576px) {
    .vision-section {
        padding: 40px 15px;
    }
    .vision-container {
        padding: 30px 20px;
    }
    .quote-icon {
        font-size: 60px;
        top: 10px;
    }
    .vision-heading {
        font-size: 16px; /* Mobile Heading */
    }
    .vision-text {
        font-size: 12px; /* Mobile Paragraph */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0fb0cf7 *//* Section Background & Global Scope */
.commitment-section {
    --brand-color: #927A5A; /* Aapka Logo Color */
    --text-dark: #333333;
    --text-body: #444444;
    --bg-color: #fcfbfa; /* Bohat hi soft warm background */
    
    background-color: var(--bg-color);
    padding: 70px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    border-top: 1px solid #eaeaea; /* Section ko alag karne ke liye light borders */
    border-bottom: 1px solid #eaeaea;
}

/* Flexbox Split Layout for PC */
.commitment-container {
    max-width: 1000px; /* Thoda center focused rakha hai */
    margin: 0 auto;
    display: flex;
    align-items: center; /* Dono sides ko center align karega */
    gap: 50px;
}

/* Heading Wrapper (Left Side) */
.commitment-title-wrapper {
    flex: 0 0 30%; /* Screen ka 30% hissa lega */
    border-right: 3px solid var(--brand-color); /* Right side par brand color ki line */
    padding-right: 30px;
    text-align: right; /* Text line ke sath juda hoga */
}

/* PC Font Sizes */
.commitment-heading {
    color: var(--brand-color);
    font-size: 22px; /* PC Heading Size */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* Content Wrapper (Right Side) */
.commitment-content {
    flex: 1; /* Baqi ka 70% hissa lega */
}

.commitment-text {
    color: var(--text-body);
    font-size: 16px; /* PC Paragraph Size */
    line-height: 1.7;
    margin: 0;
    text-align: justify;
}

/* ========== RESPONSIVE SIZES ========== */

/* Tablet (Max width: 992px) */
@media (max-width: 992px) {
    .commitment-container {
        gap: 30px;
    }
    .commitment-title-wrapper {
        padding-right: 20px;
    }
    .commitment-heading {
        font-size: 18px; /* Tab Heading Size */
    }
    .commitment-text {
        font-size: 14px; /* Tab Paragraph Size */
    }
}

/* Mobile (Max width: 576px) */
@media (max-width: 576px) {
    .commitment-section {
        padding: 40px 15px;
    }
    .commitment-container {
        flex-direction: column; /* Mobile par upar neeche set ho jayega */
        align-items: flex-start;
        gap: 15px;
    }
    
    /* Mobile par Right border ko khatam kar ke Left par shift kar diya */
    .commitment-title-wrapper {
        border-right: none;
        border-left: 3px solid var(--brand-color);
        padding-right: 0;
        padding-left: 15px;
        text-align: left;
        flex: auto;
        width: 100%;
    }
    
    .commitment-heading {
        font-size: 16px; /* Mobile Heading Size */
    }
    .commitment-text {
        font-size: 12px; /* Mobile Paragraph Size */
        text-align: left; /* Mobile par left align behtar lagta hai */
    }
}/* End custom CSS */