
/* ============================================ */
/* BETTER DESIGN - PhD Admission Support Page */
/* Modern, Clean, Premium Look */
/* ============================================ */


/* Banner */
.phd-admission-inr {
    background: linear-gradient(135deg, #d9e6f1 0%, #c5d8e6 100%);
    min-height: 280px;
    position: relative;
    /*border-radius: 0 0 30px 30px;*/
    margin-bottom: 20px;
}
.image-wrapper {
    display: flex;
    justify-content: end;
    align-items: self-start;
    height: 100%;
    position: absolute;
    bottom: 60px;
    right: 0;
}
.image-wrapper img {
    max-width: 100%;
    height: 280px;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.1));
}
h1 {
    font-size: 36px;
    font-weight: 700;
    color: #1a2a3a;
    line-height: 1.3;
}

/* Page Content */
.content h2 { 
    font-size: 28px; 
    padding: 20px 0 10px; 
    font-family: 'Roboto', sans-serif; 
    color: #1a2a3a;
    font-weight: 700;
}
.content h3 { 
    font-size: 20px; 
    padding: 20px 0 10px; 
    font-family: 'Roboto', sans-serif; 
    color: #1a2a3a; 
    margin-top: 10px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.content p { 
    font-size: 15px; 
    color: #4a5568; 
    text-align: justify; 
    line-height: 1.8; 
    margin-bottom: 20px; 
}

/* Highlight boxes - Modern */
.info-box {
    background: linear-gradient(135deg, #f0f9fc 0%, #e8f4f8 100%);
    border-left: 4px solid #02a6c4;
    padding: 20px 24px;
    margin: 20px 0 30px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.info-box p { margin: 0; font-size: 15px; color: #2d3748; }
.info-box strong { color: #02a6c4; }

/* ============================================ */
/* Who Should Opt - NEW CARD DESIGN */
/* ============================================ */
.who-should-opt-wrapper {
    margin: 15px 0 30px;
}
.who-should-opt-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
}
.who-opt-card {
    flex: 1 1 calc(33.33% - 20px);
    min-width: 240px;
    background: #ffffff;
    border-radius: 16px;
    padding: 22px 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.04);
    border: 1px solid #eef2f5;
    transition: all 0.3s ease;
}
.who-opt-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(2,166,196,0.1);
    border-color: #02a6c4;
}
.who-opt-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #02a6c4 0%, #028faa 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: #fff;
    font-size: 26px;
}
.who-opt-text {
    font-size: 14px;
    color: #2d3748;
    line-height: 1.5;
    font-weight: 500;
}
@media (max-width: 768px) {
    .who-opt-card { flex: 1 1 100%; }
}

/* ============================================ */
/* Process Steps - Numbered List Modern */
/* ============================================ */
.process-steps {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
}
.process-steps li {
    padding: 14px 12px 14px 0;
    position: relative;
    font-size: 14px;
    color: #2d3748;
    line-height: 1.6;
    /*border-bottom: 1px solid #edf2f7;*/
    transition: all 0.2s ease;
}
.process-steps li:hover {
    padding-left: 8px;
    color: #02a6c4;
}
.process-steps li:last-child { border-bottom: 0; }
.process-steps li strong {
    color: #02a6c4;
    font-weight: 600;
}

/* ============================================ */
/* Why Choose - 2x3 GRID CARDS */
/* ============================================ */
.why-choose-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0 0;
}
.why-card {
    flex: 1 1 calc(50% - 20px);
    min-width: 200px;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.04);
    border: 1px solid #eef2f5;
    transition: all 0.3s ease;
}
.why-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(2,166,196,0.1);
    border-color: #02a6c4;
}
.why-card-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #02a6c4 0%, #028faa 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}
.why-card-text {
    font-size: 14px;
    color: #2d3748;
    line-height: 1.5;
    flex: 1;
    font-weight: 500;
}
@media (max-width: 768px) {
    .why-card { flex: 1 1 100%; }
}

/* Stats row - Modern */
.stats-row { margin: 30px 0 20px; }
.stat-box {
    text-align: center;
    background: linear-gradient(135deg, #02a6c4 0%, #028faa 100%);
    color: #fff;
    border-radius: 20px;
    padding: 22px 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(2,166,196,0.2);
}
.stat-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(2,166,196,0.3);
}
.stat-box .stat-num {
    font-size: 32px;
    font-weight: 800;
    display: block;
    font-family: 'Raleway', sans-serif;
    line-height: 1.1;
}
.stat-box .stat-label { 
    font-size: 13px; 
    margin-top: 8px; 
    display: block; 
    opacity: 0.9;
    font-weight: 500;
}

/* ============================================ */
/* Enquiry Form - Modern */
/* ============================================ */
.enq-form-wrap {
    background: #ffffff;
    border: 1px solid #eef2f5;
    border-radius: 20px;
    padding: 28px 24px;
    margin-top: 0;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.04);
}
.enq-form-wrap h3 {
    font-size: 22px;
    color: #1a2a3a;
    margin: 0 0 8px;
    padding-bottom: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.enq-form-wrap h3:after {
    width: 40px;
    bottom: 0;
}
.enq-form-wrap .form-control {
    height: 46px;
    font-size: 14px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    transition: all 0.2s ease;
    color: #1a2a3a;
    padding: 10px;
}
.enq-form-wrap .form-control:focus {
    border-color: #02a6c4;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(2,166,196,0.1);
    outline: none;
}
.enq-form-wrap textarea.form-control { height: auto; }
.enq-form-wrap .form-group { margin-bottom: 18px; }
.enq-form-wrap label {
    font-size: 13px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 6px;
}
.enq-submit-btn {
    background: linear-gradient(135deg, #02a6c4 0%, #0284a0 100%);
    color: #fff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(2,166,196,0.3);
}
.enq-submit-btn:hover {
    background: linear-gradient(135deg, #028faa 0%, #026f86 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(2,166,196,0.4);
}
.enq-submit-btn:active {
    transform: translateY(1px);
}

/* Sidebar - Modern */
.side-b { 
    border: 1px solid #eef2f5; 
    border-radius: 20px; 
    margin-bottom: 25px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    overflow: hidden;
}
.sidebar-form-wrap { padding: 22px 20px; }
.sidebar-form-wrap h3 {
    font-size: 18px;
    color: #1a2a3a;
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #02a6c4;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.sidebar-form-wrap .form-control {
    /*height: 42px;*/
    font-size: 13px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}
.sidebar-form-wrap .form-control:focus {
    border-color: #02a6c4;
    background: #ffffff;
}
.callback-btn {
    background: linear-gradient(135deg, #02a6c4 0%, #028faa 100%);
    color: #fff;
    border: 0;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 5px;
    font-weight: 600;
}
.callback-btn:hover { 
    background: linear-gradient(135deg, #028faa 0%, #026f86 100%);
    transform: translateY(-2px);
}
.sidebar-contact-box {
    background: #f8fafc;
    padding: 16px 20px;
    border-top: 1px solid #eef2f5;
}
.sidebar-contact-box p {
    font-size: 13px;
    color: #4a5568;
    margin: 0 0 8px;
    line-height: 1.6;
}
.sidebar-contact-box p a { color: #02a6c4; font-weight: 600; text-decoration: none; }
.sidebar-contact-box p a:hover { color: #028faa; text-decoration: underline; }
.sidebar-contact-box i { color: #02a6c4; width: 20px; }

/* Math Captcha - Modern */
.math-captcha {
    background: #f8fafc;
    padding: 12px 12px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}
.math-captcha .question {
    font-size: 13px;
    color: #2d3748;
    margin-bottom: 8px;
    font-weight: 500;
}

/* FAQ - Modern Accordion */
.faq-item { 
    border-bottom: 1px solid #edf2f7; 
    margin-bottom: 0;
}
.faq-question {
    font-size: 15px;
    font-weight: 300;
    color: #1a2a3a;
    padding: 16px 30px 16px 0;
    cursor: pointer;
    position: relative;
    user-select: none;
    line-height: 1.5;
    transition: all 0.2s ease;
}
.faq-question:hover {
    color: #02a6c4;
}
.faq-question:after {
    content: '\f067';
    font-family: FontAwesome;
    position: absolute;
    right: 4px;
    top: 16px;
    font-size: 14px;
    color: #02a6c4;
    font-weight: 400;
}
.faq-question.open:after { 
    content: '\f068';
}
.faq-answer {
    font-size: 14px;
    font-weight: 400;
    color: #4a5568;
    padding: 0 0 20px;
    line-height: 1.7;
    display: none;
}
.faq-answer.show {
    display: block;
}

/* Schedule meet link - Modern */
.schedule-meet { margin: 30px 0 20px; text-align: center; }
.schedule-meet a.btn {
    width: auto;
    font-size: 15px;
    height: auto;
    margin-top: 0;
    background: linear-gradient(135deg, #02a6c4 0%, #028faa 100%);
    color: #fff;
    border-radius: 50px;
    padding: 14px 35px;
    display: inline-block;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(2,166,196,0.25);
    transition: all 0.3s ease;
}
.schedule-meet a.btn:hover { 
    background: linear-gradient(135deg, #028faa 0%, #026f86 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(2,166,196,0.35);
}

/* Two column layout - Modern */
.two-col-section {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 30px 0 40px;
}
.two-col-left {
    flex: 1;
    min-width: 280px;
}
.two-col-right {
    flex: 1;
    min-width: 280px;
    border-left: 2px solid #e2e8f0;
    padding-left: 40px;
}

/* ============================================ */
/* Quick Tips - New Card Design Below FAQ */
/* ============================================ */
.tips-card-wrapper {
    margin-top: 40px;
    padding-top: 10px;
}
.tips-card {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);                                 
    border-radius: 24px;
    padding: 408x;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    margin-top: 20px;
}
.tips-card:hover {
    box-shadow: 0 12px 28px rgba(2,166,196,0.08);
    border-color: #02a6c4;                                                 
}
.tips-card h4 {
    font-size: 20px;
    color: #02a6c4;
    margin: 0 0 8px 0;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}
.tips-card h4 i {
    font-size: 24px;
}
.tips-card p {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 20px;
}
.tips-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 15px 0 10px;
}
.tip-item {
    flex: 1 1 calc(50% - 14px);
    background: #ffffff;
    border-radius: 14px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #eef2f5;
    transition: all 0.2s ease;
}
.tip-item:hover {
    transform: translateX(5px);
    border-color: #02a6c4;
    background: #f0f9fc;
}
.tip-item i {
    color: #02a6c4;
    font-size: 16px;
    width: 24px;
}
.tip-item span {
    font-size: 13px;
    color: #2d3748;
    line-height: 1.5;
}
.tips-footer {
    margin-top: 20px;
    padding-top: 15px;
    /*border-top: 1px solid #e2e8f0;*/
    font-size: 14px;
    color: #02a6c4;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}
@media (max-width: 768px) {
    .tip-item { flex: 1 1 100%; }
    .tips-card { padding: 20px; }
}

/* Full Width Section */
.full-width-section {
    width: 100%;
    /*margin-top: 10px;*/
    padding: 0 15px;
    background: #fafcfd;
    border-radius: 30px 30px 0 0;
}

.container-full {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px 40px;
    margin-top: -30px !important;
}

/* Related Services List - Modern */
.fo-ri li {
    transition: all 0.2s ease;
}
.fo-ri li:hover {
    padding-left: 5px;
}
.fo-ri li a {
    transition: color 0.2s ease;
}
.fo-ri li a:hover {
    color: #02a6c4 !important;
}

/* Error messages */
.error-msg {
    color: #e53e3e;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

/* Responsive */
@media (max-width: 768px) {
    .phd-admission-inr { min-height: initial; border-radius: 0 0 20px 20px; }
    h1 { font-size: 28px; }
    .content p { text-align: left; }
    .stat-box { margin-bottom: 15px; }
    .two-col-section { flex-direction: column; gap: 25px; }
    .two-col-right { 
        border-left: none; 
        padding-left: 0; 
        border-top: 2px solid #e2e8f0; 
        padding-top: 30px; 
        margin-top: 10px;
    }
    .image-wrapper { position: relative; bottom: auto; right: auto; margin-top: 20px; }
    .image-wrapper img { height: 180px; }
    .full-width-section { border-radius: 20px 20px 0 0; }
}
