section {
	padding: 60px 0;
}

.page-title-section {
	padding: 200px 0 80px 0;
	text-align: center;
}
.page-title-section h1 {
	font-size: 55px;
}
.display-4 {
	font-size: 2.5rem;
}


    .courses-section {
        background: #fcfdfe;
        position: relative;
    }
    .course-card {
        background: #ffffff !important;
        border: none !important;
        border-radius: 16px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
        overflow: hidden;
        border-top: 4px solid #16a085 !important;
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .course-card:hover {
        transform: translateY(-8px) !important;
        box-shadow: 0 15px 35px rgba(22, 160, 133, 0.08) !important;
    }

    /* Cohesive card themes */
    .theme-nda-f { border-top-color: #16a085 !important; } /* Teal */
    .theme-nda { border-top-color: #2980b9 !important; } /* Blue */
    .theme-cds { border-top-color: #e67e22 !important; } /* Orange */
    .theme-afcat { border-top-color: #9b59b6 !important; } /* Purple */
    .theme-capf { border-top-color: #e74c3c !important; } /* Red */
    .theme-ssb { border-top-color: #27ae60 !important; } /* Green */

    .course-icon-wrapper {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1.5rem;
        transition: all 0.4s ease;
    }

    .course-card:hover .course-icon-wrapper {
        transform: scale(1.1) rotate(5deg);
    }

    .course-card:hover .course-icon-wrapper svg {
        stroke: #ffffff !important;
        fill: rgba(255, 255, 255, 0.2) !important;
    }

    /* Customize background for each course icon */
    .theme-nda-f .course-icon-wrapper { background: rgba(22, 160, 133, 0.08); }
    .theme-nda .course-icon-wrapper { background: rgba(41, 128, 185, 0.08); }
    .theme-cds .course-icon-wrapper { background: rgba(230, 126, 34, 0.08); }
    .theme-afcat .course-icon-wrapper { background: rgba(155, 89, 182, 0.08); }
    .theme-capf .course-icon-wrapper { background: rgba(231, 76, 60, 0.08); }
    .theme-ssb .course-icon-wrapper { background: rgba(39, 174, 96, 0.08); }

    .theme-nda-f:hover .course-icon-wrapper { background: #16a085 !important; }
    .theme-nda:hover .course-icon-wrapper { background: #2980b9 !important; }
    .theme-cds:hover .course-icon-wrapper { background: #e67e22 !important; }
    .theme-afcat:hover .course-icon-wrapper { background: #9b59b6 !important; }
    .theme-capf:hover .course-icon-wrapper { background: #e74c3c !important; }
    .theme-ssb:hover .course-icon-wrapper { background: #27ae60 !important; }

    .course-title {
        font-size: 1.35rem;
        font-weight: 700;
        color: #2c3e50 !important;
        margin-bottom: 1.2rem;
        letter-spacing: -0.5px;
    }

    .course-list {
        margin-bottom: 2rem;
        padding-left: 0;
        list-style: none;
    }

    .course-list li {
        color: #5a6c7d !important;
        font-size: 0.95rem;
        padding: 8px 0;
        border-bottom: 1px dashed rgba(0,0,0,0.05);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .course-list li::before {
        content: "✓";
        font-weight: bold;
        margin-right: 8px;
    }

    .theme-nda-f .course-list li::before { color: #16a085; }
    .theme-nda .course-list li::before { color: #2980b9; }
    .theme-cds .course-list li::before { color: #e67e22; }
    .theme-afcat .course-list li::before { color: #9b59b6; }
    .theme-capf .course-list li::before { color: #e74c3c; }
    .theme-ssb .course-list li::before { color: #27ae60; }

    .course-list li:last-child {
        border-bottom: none;
    }

    .course-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px 24px;
        font-weight: 600;
        font-size: 0.95rem;
        border-radius: 30px;
        transition: all 0.3s ease;
        text-decoration: none !important;
        background: #f8f9fa;
        color: #2c3e50 !important;
        border: 1px solid rgba(0,0,0,0.08);
        width: 100%;
        margin-top: auto;
    }

    .course-card:hover .course-btn {
        color: #fff !important;
    }

    .theme-nda-f:hover .course-btn { background: #16a085 !important; border-color: #16a085 !important; }
    .theme-nda:hover .course-btn { background: #2980b9 !important; border-color: #2980b9 !important; }
    .theme-cds:hover .course-btn { background: #e67e22 !important; border-color: #e67e22 !important; }
    .theme-afcat:hover .course-btn { background: #9b59b6 !important; border-color: #9b59b6 !important; }
    .theme-capf:hover .course-btn { background: #e74c3c !important; border-color: #e74c3c !important; }
    .theme-ssb:hover .course-btn { background: #27ae60 !important; border-color: #27ae60 !important; }

/* SPECIAL ACHIEVEMENTS OF MENTORS Slider Height Fix */
.team--five .our-team {
    display: flex !important;
    flex-direction: column !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05) !important;
    overflow: hidden !important;
    height: 440px !important; /* Unified perfect height for all cards */
    margin: 15px 5px !important;
}

.team--five .team-img {
    height: 320px !important; /* Standardized height for all photographs */
    width: 100% !important;
    overflow: hidden !important;
    background: #f5f6fa !important;
    flex-shrink: 0 !important;
}

.team--five .team-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* Prevents image squishing or stretching */
    object-position: top center !important; /* Perfectly frames heads and faces */
}

.team--five .team-content {
    padding: 20px 15px !important;
    text-align: center !important;
    height: 120px !important; /* Identical space for texts */
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    background: #ffffff !important;
    flex-grow: 1 !important;
}

.team--five .team-content .title {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 8px !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.team--five .team-content a:hover .title {
    color: #16a085 !important;
}

.team--five .team-content .post {
    font-size: 0.85rem !important;
    color: #16a085 !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    line-height: 1.4 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* WHY CHOOSE US PREMIUM SECTION STYLING */
.why-choose-us-section {
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%) !important;
}

.wcu-card {
    background: #ffffff !important;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03) !important;
    padding: 2.5rem !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.wcu-card:hover {
    transform: translateY(-5px) !important;
}

.written-card {
    border-top: 4px solid #16a085 !important;
}

.written-card:hover {
    box-shadow: 0 15px 35px rgba(22, 160, 133, 0.08) !important;
}

.ssb-card {
    border-top: 4px solid #2980b9 !important;
}

.ssb-card:hover {
    box-shadow: 0 15px 35px rgba(41, 128, 185, 0.08) !important;
}

.wcu-icon-box {
    width: 60px !important;
    height: 60px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.bg-teal-light {
    background-color: rgba(22, 160, 133, 0.08) !important;
}

.text-teal {
    color: #16a085 !important;
}

.bg-blue-light {
    background-color: rgba(41, 128, 185, 0.08) !important;
}

.text-blue {
    color: #2980b9 !important;
}

.wcu-badge {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    color: #16a085 !important;
    display: inline-block !important;
    margin-bottom: 4px !important;
    text-transform: uppercase !important;
}

.bg-blue-badge {
    color: #2980b9 !important;
}

.wcu-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.wcu-list li {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 1.25rem !important;
    transition: all 0.3s ease !important;
}

.wcu-list li:last-child {
    margin-bottom: 0 !important;
}

.wcu-li-icon {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    background-color: rgba(22, 160, 133, 0.1) !important;
    color: #16a085 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.8rem !important;
    margin-right: 12px !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
    font-weight: bold !important;
}

.btn-blue-icon {
    background-color: rgba(41, 128, 185, 0.1) !important;
    color: #2980b9 !important;
}

.wcu-li-text {
    font-size: 0.95rem !important;
    color: #4a5568 !important;
    line-height: 1.5 !important;
    text-align: left !important;
}

.wcu-li-text strong {
    color: #2d3748 !important;
}

.wcu-list li:hover {
    transform: translateX(4px) !important;
}

/* RESULT PAGE IMAGES STABILITY STYLING */
.portfolio-style-01 {
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.03) !important;
    transition: all 0.4s ease !important;
}

.portfolio-style-01 .portfolio-img {
    position: relative !important;
    width: 100% !important;
    height: 380px !important; /* Perfect standard portrait height for student photos */
    overflow: hidden !important;
    background-color: #f5f6fa !important;
}

.portfolio-style-01 .portfolio-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* Absolutely prevents stretching or unequal heights */
    object-position: center top !important; /* Frames students faces perfectly */
    transition: transform 0.6s ease !important;
}

.portfolio-style-01:hover .portfolio-img img {
    transform: scale(1.06) !important;
}

/* ==========================================
   APP DOWNLOAD SECTION
   ========================================== */
.app-download-section {
    background: #FAEEEC !important;
    padding: 80px 0;
    overflow: hidden;
}

.app-download-title {
    font-size: 2.75rem !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    line-height: 1.25;
    margin-bottom: 2rem;
}

@media (max-width: 991px) {
    .app-download-title {
        font-size: 2.25rem !important;
    }
}

.app-feature-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-bottom: 2.5rem !important;
}

.app-feature-list li {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 1.25rem !important;
    font-size: 1.05rem !important;
    color: #4a5568 !important;
    line-height: 1.5 !important;
}

.app-feature-list li:last-child {
    margin-bottom: 0 !important;
}

.app-list-icon {
    width: 26px !important;
    height: 26px !important;
    border: 1.5px solid #2980b9 !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #2980b9 !important;
    margin-right: 15px !important;
    flex-shrink: 0 !important;
    margin-top: 3px !important;
    font-size: 0.75rem !important;
    font-weight: bold !important;
    transition: all 0.3s ease !important;
}

.app-feature-list li:hover .app-list-icon {
    background-color: #2980b9 !important;
    color: #ffffff !important;
    transform: scale(1.1);
}

/* Play Store Button */
.play-store-btn {
    display: inline-flex !important;
    align-items: center !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    border: 1.5px solid #111111 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    width: fit-content;
}

.play-store-btn:hover {
    background-color: #111111 !important;
    transform: translateY(-3px) !important;
    border-color: #333333 !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25) !important;
}

.play-store-btn svg {
    margin-right: 12px !important;
    width: 28px !important;
    height: 28px !important;
    flex-shrink: 0 !important;
}

.play-store-btn-text {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    line-height: 1.2 !important;
}

.play-store-btn-text .small-text {
    font-size: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #aaaaaa !important;
    font-weight: 600 !important;
}

.play-store-btn-text .large-text {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    font-family: 'Product Sans', 'Inter', sans-serif !important;
}

/* App Mockup Poster Container */
.app-mockup-wrapper {
    position: relative;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-mockup-card {
    background: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    width: 100%;
    max-width: 380px;
    padding: 24px 24px 35px 24px !important;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1.15;
    transition: transform 0.4s ease, box-shadow 0.4s ease !important;
}

.app-mockup-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.12) !important;
}

/* Mockup Header */
.mockup-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 20px !important;
}

.mockup-logo {
    height: 38px !important;
    width: auto !important;
}

.mockup-dots {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
}

.mockup-dot {
    width: 8px !important;
    height: 8px !important;
    background-color: #ff5a36 !important;
    border-radius: 50% !important;
}

/* Mockup Content Area */
.mockup-body {
    position: relative !important;
    height: calc(100% - 58px) !important;
    width: 100% !important;
}

.mockup-blue-shape {
    background-color: #628ec5 !important;
    width: 72%;
    height: 120px;
    border-radius: 0 45px 0 0 !important;
    padding: 15px 20px !important;
    color: #ffffff !important;
    position: relative;
    overflow: hidden;
}

.mockup-blue-shape::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: -15px;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.15);
    transform: rotate(45deg);
}

.mockup-blue-text {
    font-size: 11px !important;
    letter-spacing: 2px !important;
    font-weight: bold !important;
    opacity: 0.9;
    text-transform: uppercase;
}

.mockup-blue-shape .white-line {
    position: absolute;
    left: 15px;
    bottom: 25px;
    width: 4px;
    height: 25px;
    background-color: #ffffff;
    border-radius: 2px;
}

/* ==========================================
   WELCOME HIGHLIGHTS SECTION
   ========================================== */
.mdi-welcome-section {
    background: #ffffff !important;
    padding: 80px 0;
}

.welcome-main-card {
    background: linear-gradient(135deg, #1b3b6f 0%, #0d1e3d 100%) !important;
    border-radius: 16px !important;
    padding: 3rem !important;
    box-shadow: 0 15px 35px rgba(27, 59, 111, 0.15) !important;
    height: 100%;
    color: #ffffff !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.welcome-card-title {
    font-size: 2.25rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.3 !important;
    margin-bottom: 1.5rem !important;
    letter-spacing: -0.5px !important;
    text-transform: uppercase !important;
}

.welcome-card-text {
    font-size: 1.05rem !important;
    line-height: 1.7 !important;
    color: #e2e8f0 !important;
    opacity: 0.95;
    margin-bottom: 0 !important;
}

.highlight-item {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    padding: 24px !important;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01) !important;
}

.highlight-item:hover {
    transform: translateY(-5px) !important;
    border-color: #1b3b6f !important;
    box-shadow: 0 12px 30px rgba(27, 59, 111, 0.08) !important;
}

.highlight-header {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 15px !important;
}

.highlight-icon-wrapper {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 15px !important;
    flex-shrink: 0 !important;
    color: #ffffff !important;
    font-size: 1.2rem !important;
}

/* Accent colors for highlights */
.highlight-icon-ndaf { background: #16a085 !important; }
.highlight-icon-nda { background: #2980b9 !important; }
.highlight-icon-cds { background: #e67e22 !important; }
.highlight-icon-ssb { background: #9b59b6 !important; }

.highlight-title {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 0 !important;
}

.highlight-desc {
    font-size: 0.95rem !important;
    color: #5a6c7d !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

/* ==========================================
   EDUCATIONAL PHILOSOPHY / PASTEL CARDS
   ========================================== */
.edu-foundation-section {
    background: #ffffff !important;
    padding: 85px 0;
}

.edu-title {
    font-size: 2.75rem !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    line-height: 1.25;
}

.text-gradient-accent {
    background: linear-gradient(135deg, #e74c3c 0%, #ff5722 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.edu-quote {
    font-size: 1.15rem !important;
    line-height: 1.6 !important;
    color: #4a5568 !important;
    font-style: italic !important;
    max-width: 850px !important;
    margin: 1.5rem auto 3.5rem auto !important;
    text-align: center !important;
    position: relative !important;
}

.edu-quote::before, .edu-quote::after {
    font-size: 3rem !important;
    color: #e2e8f0 !important;
    position: absolute !important;
    line-height: 1 !important;
    font-family: Georgia, serif !important;
}

.edu-quote::before {
    content: '“' !important;
    left: -25px !important;
    top: -15px !important;
}

.edu-quote::after {
    content: '”' !important;
    right: -25px !important;
    bottom: -35px !important;
}

.edu-card {
    border-radius: 16px !important;
    padding: 3rem 2.25rem !important;
    height: 100%;
    border: 1.5px solid transparent !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01) !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.edu-card-icon-wrapper {
    width: 60px !important;
    height: 60px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 2rem !important;
    font-size: 1.5rem !important;
    transition: transform 0.3s ease !important;
}

.edu-card:hover .edu-card-icon-wrapper {
    transform: scale(1.1) rotate(5deg) !important;
}

.edu-card-title {
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    color: #2d3748 !important;
    margin-bottom: 1rem !important;
}

.edu-card-desc {
    font-size: 0.98rem !important;
    color: #4a5568 !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
}

/* Faculty Card Theme */
.edu-card-faculty {
    background: #eefaf4 !important;
}
.edu-card-faculty .edu-card-icon-wrapper {
    background: #d1f2e1 !important;
    color: #2e7d32 !important;
}
.edu-card-faculty:hover {
    border-color: #81c784 !important;
    box-shadow: 0 15px 35px rgba(46, 125, 50, 0.06) !important;
    transform: translateY(-6px) !important;
}

/* Community Card Theme */
.edu-card-community {
    background: #fdf4f5 !important;
}
.edu-card-community .edu-card-icon-wrapper {
    background: #fcdad7 !important;
    color: #c62828 !important;
}
.edu-card-community:hover {
    border-color: #e57373 !important;
    box-shadow: 0 15px 35px rgba(198, 40, 40, 0.06) !important;
    transform: translateY(-6px) !important;
}

/* Materials Card Theme */
.edu-card-materials {
    background: #eff6ff !important;
}
.edu-card-materials .edu-card-icon-wrapper {
    background: #dbeafe !important;
    color: #1565c0 !important;
}
.edu-card-materials:hover {
    border-color: #64b5f6 !important;
    box-shadow: 0 15px 35px rgba(21, 101, 192, 0.06) !important;
    transform: translateY(-6px) !important;
}
/* Home Popup Modal Styles */
.home-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(8px);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    padding: 20px;
}

.home-popup-overlay.show {
    opacity: 1;
}

.home-popup-content {
    background: #fff;
    width: 100%;
    max-width: 850px;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: relative;
    transform: scale(0.9) translateY(20px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.home-popup-overlay.show .home-popup-content {
    transform: scale(1) translateY(0);
}

.home-popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #475569;
    cursor: pointer;
    z-index: 10;
    transition: color 0.2s;
    line-height: 1;
}

.home-popup-close:hover {
    color: #ef4444;
}

.home-popup-body {
    display: flex;
    min-height: 520px;
}

.home-popup-left {
    flex: 1;
    background: linear-gradient(135deg, #16a085 0%, #005153 100%);
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.home-popup-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('assets/img/banner/page-title.jpg') no-repeat center/cover;
    opacity: 0.15;
    mix-blend-mode: overlay;
}

.home-popup-left .left-content {
    position: relative;
    z-index: 2;
}

.home-popup-left h3 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.home-popup-left p {
    font-size: 0.95rem;
    opacity: 0.9;
    line-height: 1.6;
}

.home-popup-left ul li {
    margin-bottom: 12px;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

.bg-white-soft {
    background-color: rgba(255, 255, 255, 0.2);
}

.home-popup-right {
    flex: 1.2;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.popup-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 5px;
}

.popup-subtitle {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 25px;
}

.home-popup-right .form-control {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 0.95rem;
    transition: all 0.2s;
    background-color: #f8fafc;
}

.home-popup-right .form-control:focus {
    border-color: #16a085;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(22, 160, 133, 0.1);
    outline: none;
}

.popup-submit-btn {
    background: #16a085;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 14px;
    border-radius: 8px;
    transition: all 0.3s;
}

.popup-submit-btn:hover {
    background: #005153;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(22, 160, 133, 0.2);
}

@media (max-width: 768px) {
    .home-popup-content {
        max-width: 450px;
    }
    .home-popup-body {
        min-height: auto;
    }
    .home-popup-left {
        display: none !important;
    }
    .home-popup-right {
        padding: 30px 20px;
    }
}



