/* Course Pages Styling */
.page-hero {
    background: linear-gradient(135deg, #0a1f44, #1a3a6e);
    color: white;
    padding: 6rem 0 4rem;
    text-align: center;
    margin-top: 70px;
}

.page-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.page-hero p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.course-details-section {
    padding: 4rem 0;
}

.course-details-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
}

.course-main h2 {
    color: #0a1f44;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.course-main h3 {
    color: #0a1f44;
    font-size: 1.5rem;
    margin: 2rem 0 1rem;
}

.course-main p {
    color: #6c757d;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.exam-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.exam-list li {
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.exam-list i {
    color: #0a1f44;
    font-size: 1.2rem;
}

.features-list {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.feature-item {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s;
}

.feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.feature-item i {
    font-size: 2.5rem;
    color: #0a1f44;
    min-width: 50px;
}

.feature-item h4 {
    color: #0a1f44;
    margin-bottom: 0.5rem;
}

.feature-item p {
    color: #6c757d;
    margin: 0;
}

.syllabus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.syllabus-card {
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #0a1f44;
}

.syllabus-card h4 {
    color: #0a1f44;
    margin-bottom: 0.75rem;
}

.syllabus-card p {
    color: #6c757d;
    margin: 0;
    font-size: 0.95rem;
}

.course-sidebar .sidebar-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.sidebar-card h3 {
    color: #0a1f44;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

.course-info {
    list-style: none;
    margin-bottom: 2rem;
}

.course-info li {
    padding: 1rem 0;
    border-bottom: 1px solid #e1e8ed;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.course-info li:last-child {
    border-bottom: none;
}

.course-info i {
    color: #0a1f44;
    font-size: 1.2rem;
    width: 25px;
}

.full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

.sidebar-card p {
    color: #6c757d;
    margin-bottom: 1rem;
}

.contact-list {
    list-style: none;
}

.contact-list li {
    padding: 0.75rem 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #6c757d;
}

.contact-list i {
    color: #0a1f44;
}

@media (max-width: 968px) {
    .course-details-grid { grid-template-columns: 1fr; }
    .page-hero h1 { font-size: 2rem; }
    .page-hero { padding: 4rem 0 3rem; }
    .mission-vision-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    /* Page hero */
    .page-hero { padding: 3rem 12px 2rem; }
    .page-hero h1 { font-size: 1.6rem; }
    .page-hero p { font-size: 0.95rem; }

    /* Course detail */
    .course-details-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .course-main h2 { font-size: 1.4rem; }
    .course-main h3 { font-size: 1.2rem; }
    .exam-list { grid-template-columns: 1fr; }
    .syllabus-grid { grid-template-columns: 1fr; }
    .feature-item { flex-direction: column; gap: 0.75rem; }
    .feature-item i { font-size: 1.8rem; }

    /* Contact section */
    .contact-wrapper { grid-template-columns: 1fr; gap: 1.5rem; }
    .contact-info-cards { grid-template-columns: 1fr 1fr; gap: 1rem; }
    .contact-form-wrapper { padding: 1.5rem 1rem; }
    .contact-form-wrapper h2 { font-size: 1.3rem; }
    .form-row { grid-template-columns: 1fr; gap: 0.75rem; }
    .form-group input, .form-group textarea { font-size: 16px; }
    .map-section { padding: 1.5rem 0; }
    .map-placeholder iframe { height: 260px; }

    /* About page */
    .about-main { padding: 1.25rem; }
    .about-main h2 { font-size: 1.4rem; }
    .about-main p { font-size: 0.95rem; }
    .check-list-large { grid-template-columns: 1fr; }
    .approach-grid { grid-template-columns: 1fr; }
    .mv-card { padding: 1.25rem; }

    /* Privacy */
    .privacy-header h2 { font-size: 1.6rem; }
    .privacy-section h3 { font-size: 1.3rem; }

    /* Services */
    .services-grid { grid-template-columns: 1fr; }
    .contact-form-wrapper { margin: 0; }
}

@media (max-width: 480px) {
    .contact-info-cards { grid-template-columns: 1fr; }
    .page-hero h1 { font-size: 1.35rem; }
    .syllabus-tabs { gap: 0.4rem; }
    .tab-btn { padding: 0.5rem 1rem; font-size: 0.88rem; }
}
/* Privacy Policy Styles */
.privacy-content {
    max-width: 800px;
    margin: 0 auto;
}

.privacy-header {
    text-align: center;
    margin-bottom: 3rem;
}

.privacy-header h2 {
    font-size: 2.5rem;
    color: #0a1f44;
    margin-bottom: 0.5rem;
}

.privacy-header .domain {
    font-size: 1.2rem;
    color: #e8a838;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.privacy-header .last-updated {
    font-size: 1rem;
    color: #6c757d;
    font-style: italic;
}

.privacy-intro {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 3rem;
    border-left: 4px solid #e8a838;
}

.privacy-intro p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #2c3e50;
}

.privacy-section {
    margin-bottom: 3rem;
}

.privacy-section h3 {
    color: #0a1f44;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #e8a838;
    padding-bottom: 0.5rem;
}

.privacy-section h4 {
    color: #0a1f44;
    font-size: 1.3rem;
    margin: 2rem 0 1rem;
}

.privacy-section ul {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.privacy-section li {
    margin-bottom: 0.5rem;
    color: #2c3e50;
    line-height: 1.6;
}

.privacy-section p {
    color: #2c3e50;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.contact-table {
    background: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 1rem;
}

/* Digital Marketing Page Styles */
.services-section {
    padding: 4rem 0;
    background: var(--light-gray);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.service-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: var(--shadow);
    text-align: center;
    transition: all 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0a1f44, #1a3a6e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2rem;
}

.service-card h3 {
    color: var(--navy);
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.service-card p {
    color: var(--text-gray);
    line-height: 1.6;
}

.contact-form-section {
    padding: 4rem 0;
    background: white;
}

.contact-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: var(--shadow-lg);
}

.form-header {
    text-align: center;
    margin-bottom: 2rem;
}

.form-header h2 {
    color: var(--navy);
    margin-bottom: 0.5rem;
}

.form-header p {
    color: var(--text-gray);
    font-size: 1.1rem;
}

.contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--navy);
    font-weight: 500;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid var(--border);
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--navy);
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    background: linear-gradient(135deg, #0a1f44, #1a3a6e);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.form-message {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
}

.form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-form .form-row {
        grid-template-columns: 1fr;
    }
    
    .contact-form-wrapper {
        padding: 2rem;
        margin: 0 1rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
}

.contact-row:last-child {
    border-bottom: none;
}

.contact-label {
    font-weight: 600;
    color: #0a1f44;
    min-width: 100px;
}

.contact-row span:last-child {
    color: #2c3e50;
}

/* About Us Page Styles */
.about-content-section {
    padding: 4rem 0;
    background: #f8f9fa;
}

.about-main {
    margin-bottom: 3rem;
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.about-main h2 {
    text-align: center;
    color: #0a1f44;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.about-main p {
    color: #2c3e50;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.mission-vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 3rem 0;
}

.mv-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    text-align: center;
    border: 1px solid #e1e8ed;
}

.mv-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0a1f44, #1a3a6e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin: 0 auto 1rem;
}

.mv-card h3 {
    color: #0a1f44;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.mv-card p {
    color: #6c757d;
    line-height: 1.6;
}

.why-choose-section {
    margin: 3rem 0;
}

.why-choose-section h2 {
    text-align: center;
    color: #0a1f44;
    margin-bottom: 1rem;
}

.check-list-large {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.check-list-large li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #e8a838;
}

.check-list-large i {
    color: #28a745;
    font-size: 1.2rem;
}

.approach-section {
    margin: 3rem 0;
}

.approach-section h2 {
    text-align: center;
    color: #0a1f44;
    margin-bottom: 1rem;
}

.approach-section p {
    text-align: center;
    color: #6c757d;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.approach-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.approach-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 1px solid #e1e8ed;
}

.approach-item i {
    color: #0a1f44;
    font-size: 1.5rem;
    width: 40px;
}

.approach-item span {
    color: #2c3e50;
    font-weight: 500;
}

.why-choose-section h2 {
    text-align: center;
    color: #0a1f44;
    margin-bottom: 1rem;
}

.approach-section h2 {
    text-align: center;
    color: #0a1f44;
    margin-bottom: 1rem;
}

.approach-section p {
    text-align: center;
    color: #6c757d;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .mission-vision-grid {
        grid-template-columns: 1fr;
    }
    
    .check-list-large {
        grid-template-columns: 1fr;
    }
    
    .approach-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== CONTACT PAGE STYLES ===== */

.contact-section {
    padding: 4rem 0;
    background: white;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.contact-info-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.info-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(10, 31, 68, 0.1);
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(10, 31, 68, 0.15);
    border-color: #0a1f44;
}

.info-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0a1f44, #1a3a6e);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.8rem;
}

.info-card h3 {
    color: #0a1f44;
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
}

.info-card p {
    color: #6c757d;
    line-height: 1.6;
    font-size: 0.95rem;
}

.info-card a {
    color: #0a1f44;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.info-card a:hover {
    color: #1a3a6e;
}

/* CONTACT FORM */

.contact-form-wrapper {
    background: #f8f9fa;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(10, 31, 68, 0.1);
}

.contact-form-wrapper h2 {
    color: #0a1f44;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    text-align: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    color: #0a1f44;
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.form-group input,
.form-group textarea {
    padding: 1rem;
    border: 2px solid #e1e8ed;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    transition: all 0.3s;
    color: #2c3e50;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #bbb;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #0a1f44;
    box-shadow: 0 0 0 3px rgba(10, 31, 68, 0.1);
}

.submit-btn {
    background: linear-gradient(135deg, #0a1f44, #1a3a6e);
    color: white;
    padding: 1.2rem 2rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1rem;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(10, 31, 68, 0.3);
}

.submit-btn:active {
    transform: translateY(0);
}

/* MAP SECTION */

.map-section {
    padding: 4rem 0;
    background: #f8f9fa;
}

.map-placeholder {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(10, 31, 68, 0.1);
}

.map-placeholder iframe {
    width: 100%;
    display: block;
}

/* Form Message */
.form-message {
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
    text-align: center;
    font-weight: 500;
    display: none;
}

.form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* RESPONSIVE DESIGN */

@media (max-width: 968px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .contact-info-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .page-hero h1 {
        font-size: 2rem;
    }

    .page-hero p {
        font-size: 1rem;
    }

    .contact-section {
        padding: 2rem 0;
    }

    .contact-wrapper {
        gap: 2rem;
    }

    .contact-info-cards {
        grid-template-columns: 1fr;
    }

    .info-card {
        padding: 1.5rem;
    }

    .info-card h3 {
        font-size: 1.1rem;
    }

    .info-card p {
        font-size: 0.9rem;
    }

    .contact-form-wrapper {
        padding: 1.5rem;
    }

    .contact-form-wrapper h2 {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .form-group input,
    .form-group textarea {
        padding: 0.85rem;
        font-size: 16px;
    }

    .submit-btn {
        padding: 1rem 1.5rem;
        font-size: 0.95rem;
    }

    .map-section {
        padding: 2rem 0;
    }

    .map-placeholder iframe {
        height: 300px;
    }
}