/* =====================================================
   ai-2026.css
   Page-specific styles for:
   executive-mtech-in-artificial-intelligence.html
   ===================================================== */

.call-now h3 {
    line-height: 50px;
    font-size: 37px;
    text-align: right;
}

.faq_ques .card .card-header a.card-link {
    background-color: #cd0706;
    color: #ffffff;
}

.faq_ques .card-header a.card-link .fa-minus {
    color: #ea1818;
    background: #ffffff;
}

.faq_ques .table-bordered td,
.table-bordered th {
    color: #ffffff;
}

.faq_ques .card {
    background: #cd0706;
}

.faq_ques .card-header {
    border-bottom: 0px;
}

@media (max-width: 680px) {
    .faq_ques .card-body {
        padding: 0px;
    }

    .size-24 {
        font-size: 2rem;
    }
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: block;
}

.active,
.accordion:hover {
    background-color: #344d84;
    color: #fff;
}

.accordion:after {
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: '\f106';
    color: #fff;
    font-family: "Font Awesome 5 Free";
}

.panel {
    padding: 0 18px;

    background-color: #f3f3f3;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 13px;
}

#accordion {
    margin-bottom: 0px;
}

ul.faculty-list {
    padding-left: 0
}

ul.faculty-list li {
    display: inline-block;
    font-size: 16px;
    width: 23.7%;
    font-weight: 500;
    line-height: 140%;
    background: #fff;
    text-align: center;
    padding: 30px 18px;
    margin: 10px 10px 10px 0;
    vertical-align: top;
    min-height: 380px;
    border-radius: 5px;
    box-shadow: 0 0 12px #00000014;
    position: relative
}

ul.faculty-list li img {
    height: 105px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 50%;
}

ul.faculty-list li img.faculty-arrow-icon {
    height: 25px;
    margin-top: 10px;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    display: inline-block
}

ul.faculty-list li span {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    display: inline-block
}

ul.faculty-list li span.one {
    min-height: 95px
}

ul.faculty-list li.one {
    min-height: auto
}

ul.faculty-list li span.two {
    min-height: 70px
}

ul.faculty-list li.two {
    min-height: auto
}

.banner_area.banner_two {
    background: url(../img/Inner-Page_Banner_AI.jpg) no-repeat right center;
    background-size: cover;
}

.ticker {
    top: auto;
}

.news {
    /* width: 100%; */
    padding: 1%;
}/* =============================================================
   BANNER TWO-COLUMN LAYOUT  â€“ executive-mtech-in-data-science
   ============================================================= */

/* Override banner height so content can breathe */
.banner_area.banner_two.banner-two-col {
    min-height: 560px;
    height: auto;
    padding: 0;
    display: flex;
    align-items: center;
}

/* Two-column flex layout */
.banner-layout {
    display: flex;
    align-items: center;
    gap: 36px;
    padding: 60px 0 50px;
    width: 100%;
}

/* â”€â”€ LEFT COLUMN â”€â”€ */
.banner-left {
    flex: 0 0 55%;
    max-width: 55%;
    color: #fff;
}

/* Dark overlay wrap so text is always readable against banner background image */
.banner-left-wrap {
    background: linear-gradient(135deg, rgba(30, 40, 90, 0.82) 0%, rgba(20, 28, 68, 0.72) 100%);
    border-radius: 14px;
    padding: 30px 32px 28px;
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Breadcrumb */
.banner-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 18px;
    font-size: 13px;
    opacity: 0.85;
}

.banner-breadcrumb a {
    color: #ffd66b;
    text-decoration: none;
    transition: opacity 0.2s;
}

.banner-breadcrumb a:hover {
    opacity: 0.7;
}

.banner-breadcrumb span {
    color: rgba(255, 255, 255, 0.7);
}

/* Title */
.banner-title {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 22px;
    letter-spacing: -0.3px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

/* Highlight bullets */
.banner-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
}

.banner-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.5;
    margin-bottom: 11px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.08);
    border-left: 3px solid #f79d18;
    border-radius: 6px;
    backdrop-filter: blur(4px);
    transition: background 0.2s;
}

.banner-highlights li:hover {
    background: rgba(255, 255, 255, 0.14);
}

.banner-highlights li i.fas.fa-check-circle {
    color: #f79d18;
    font-size: 17px;
    margin-top: 2px;
    flex-shrink: 0;
}

/* CTA Buttons */
.banner-cta-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    transition: all 0.25s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.banner-btn--primary {
    background: #f79d18;
    color: #fff;
    border-color: #f79d18;
    box-shadow: 0 6px 20px rgba(247, 157, 24, 0.45);
}

.banner-btn--primary:hover {
    background: #e08a0e;
    border-color: #e08a0e;
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(247, 157, 24, 0.5);
    color: #fff;
    text-decoration: none;
}

.banner-btn--secondary {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.banner-btn--secondary:hover {
    background: #fff;
    color: #344d84;
    transform: translateY(-2px);
    text-decoration: none;
}

/* â”€â”€ RIGHT COLUMN â€“ FORM CARD â”€â”€ */
.banner-right {
    flex: 0 0 42%;
    max-width: 42%;
}

.banner-form-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Form card header */
.banner-form-header {
    background: linear-gradient(135deg, #344d84 0%, #1f3266 100%);
    padding: 20px 24px 18px;
    text-align: center;
}

.banner-form-header h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 4px;
    line-height: 1.3;
}

.banner-form-header h3 span {
    color: #f79d18;
}

.banner-form-header p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12.5px;
    margin: 0;
}

/* Form body */
.banner-form {
    padding: 20px 22px 22px;
}

.bform-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.bform-group {
    flex: 1;
}

.bform-group--full {
    flex: 0 0 100%;
    width: 100%;
}

.bform-control {
    width: 100%;
    padding: 9px 13px;
    border: 1.5px solid #e0e6ed;
    border-radius: 7px;
    font-size: 13.5px;
    background: #f8fafc;
    color: #1a1a2e;
    transition: border-color 0.2s, box-shadow 0.2s;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}

.bform-control:focus {
    border-color: #344d84;
    box-shadow: 0 0 0 3px rgba(52, 77, 132, 0.12);
    background: #fff;
}

.bform-control::placeholder {
    color: #9aa5b4;
    font-size: 13px;
}

select.bform-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 13px;
    padding-right: 34px;
    cursor: pointer;
}

/* Consent checkbox */
.bform-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 14px;
}

.bform-checkbox input[type="checkbox"] {
    width: 15px;
    height: 15px;
    accent-color: #344d84;
    flex-shrink: 0;
    margin-top: 2px;
}

.bform-checkbox label {
    font-size: 12px;
    color: #5a6c7d;
    line-height: 1.4;
    margin: 0;
    cursor: pointer;
}

/* Submit button */
.bform-submit {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #f79d18 0%, #e08a0e 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.22s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 5px 16px rgba(247, 157, 24, 0.4);
}

.bform-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(247, 157, 24, 0.5);
}

.bform-submit:active {
    transform: translateY(0);
}

/* â”€â”€ MOBILE RESPONSIVENESS â”€â”€ */
@media (max-width: 991px) {
    .banner-layout {
        flex-direction: column;
        gap: 30px;
        padding: 45px 0 40px;
    }

    .banner-left,
    .banner-right {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .banner-title {
        font-size: 1.85rem;
    }

    .banner_area.banner_two.banner-two-col {
        min-height: auto;
    }

    .banner-left-wrap {
        padding: 24px 24px 22px;
    }
}

@media (max-width: 767px) {
    .banner-layout {
        padding: 35px 0 30px;
    }

    .banner-title {
        font-size: 1.55rem;
    }

    .banner-highlights li {
        font-size: 14px;
    }

    .banner-cta-btns {
        flex-direction: column;
    }

    .banner-btn {
        justify-content: center;
        padding: 12px 20px;
    }

    .bform-row {
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .banner-title {
        font-size: 1.35rem;
    }

    .banner-form-header h3 {
        font-size: 1.05rem;
    }

    .banner-form-card {
        border-radius: 12px;
    }
}

/* =============================================================
   CUSTOM STYLING FOR USER CONTACT FORM (contact-form)
   ============================================================= */
.banner-form-card .contact-form {
    padding: 24px 28px 24px;
}

.banner-form-card .contact-form .row {
    margin-left: -6px;
    margin-right: -6px;
}

.banner-form-card .contact-form .col-md-6,
.banner-form-card .contact-form .col-12 {
    padding-left: 6px;
    padding-right: 6px;
}

.banner-form-card .contact-form .form-group {
    margin-bottom: 12px;
}

.banner-form-card .contact-form .form-control {
    width: 100% !important;
    padding: 10px 14px;
    height: 44px;
    border: 1.5px solid #e0e6ed;
    border-radius: 8px;
    font-size: 13.5px;
    background: #f8fafc;
    color: #1a1a2e;
    transition: all 0.25s ease;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}

.banner-form-card .contact-form .form-control:focus {
    border-color: #344d84;
    box-shadow: 0 0 0 3px rgba(52, 77, 132, 0.12);
    background: #fff;
    outline: none;
}

.banner-form-card .contact-form .form-control::placeholder {
    color: #9aa5b4;
    font-size: 13px;
}

.banner-form-card .contact-form select.form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
    padding-right: 36px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.banner-form-card .contact-form input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #344d84;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 6px;
    cursor: pointer;
}

.banner-form-card .contact-form .text-center p {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 13px !important;
    color: #5a6c7d !important;
    line-height: 1.5;
    margin-bottom: 16px;
    text-align: left !important;
}

.banner-form-card .contact-form .common-btn {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #f79d18 0%, #e08a0e 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 5px 16px rgba(247, 157, 24, 0.4);
    display: block;
    margin-top: 10px;
}

.banner-form-card .contact-form .common-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(247, 157, 24, 0.5);
    background: linear-gradient(135deg, #e08a0e 0%, #c8780c 100%);
    color: #fff;
}

.common-btn:before{
    background: transparent;
}
