@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Poppins:wght@500;600;700;800;900&display=swap');

:root {
    --aihad-primary: #A01C4E;
    --aihad-secondary: #1F85C5;
    --aihad-black: #000000;
    --aihad-ink: #172433;
    --aihad-muted: #637083;
    --aihad-soft: #f4f8f7;
    --aihad-line: #dce8e6;
    --aihad-white: #ffffff;

}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
}

html,
body {
    overflow-x: clip;
}

body {
    color: var(--aihad-ink);
    font-family: "Lato", Arial, Helvetica, sans-serif;
    line-height: 1.65;
    background: var(--aihad-white);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.section-pad {
    padding: 84px 0;
}

.section-soft {
    background: var(--aihad-soft);
}

.program-section {
    background:
        linear-gradient(180deg, rgba(244, 248, 247, 0.94) 0%, rgba(244, 248, 247, 0.9) 100%),
        url("../imgs/aihad-hero.webp") center / cover no-repeat;
    background-attachment: fixed;
    position: relative;
}

.eyebrow {
    color: var(--aihad-secondary);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 12px;
    /* text-transform: uppercase; */
}

.section-title {
    color: var(--aihad-black);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.14;
    margin-bottom: 16px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    text-transform: capitalize;
}

.section-text {
    color: var(--aihad-muted);
    font-size: 1.05rem;
    margin-bottom: 0;
}

.top-bar {
    background: var(--aihad-primary);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.92rem;
    padding: 5px 0;
}

.top-bar a {
    color: rgba(255, 255, 255, 0.94);
}

.site-header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--aihad-line);
    backdrop-filter: blur(12px);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
}

#about,
#program,
#why,
#aicse,
#contact,
#enquiry {
    scroll-margin-top: 88px;
}

.brand-mark {
    align-items: center;
    display: inline-flex;
    gap: 12px;
}

.brand-badge {
    align-items: center;
    background: linear-gradient(135deg, var(--aihad-teal), var(--aihad-green));
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 900;
    height: 48px;
    justify-content: center;
    width: 58px;
}

.brand-text strong {
    color: var(--aihad-primary);
    display: block;
    font-size: 1rem;
    line-height: 1.12;
}

.brand-text span {
    color: var(--aihad-muted);
    display: block;
    font-size: 0.78rem;
    line-height: 1.2;
    margin-top: 3px;
}

.navbar-nav .nav-link {
    color: var(--aihad-black);
    font-weight: 700;
    padding-left: 14px;
    padding-right: 14px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: var(--aihad-teal);
}

.btn-aihad {
    align-items: center;
    background: var(--aihad-teal);
    border: 0;
    border-radius: 6px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    gap: 15px;
    justify-content: center;
    padding: 13px 22px;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}


.btn-aihad i {
    margin-right: 12px;
}

.btn-aihad:hover,
.btn-aihad:focus {
    background: #1f85c5;
    box-shadow: 0 12px 24px rgba(50, 156, 249, 0.22);
    color: #fff;
    transform: translateY(-1px);
}

.btn-aihad-outline {
    background: transparent;
    border: 1px solid rgba(18, 49, 79, 0.2);
    color: var(--aihad-primary);
}

.btn-aihad-outline:hover,
.btn-aihad-outline:focus {
    background: var(--aihad-primary);
    color: #fff;
}

.hero {
    background:
        linear-gradient(90deg, rgba(244, 248, 247, 0.98) 0%, rgba(244, 248, 247, 0.93) 48%, rgba(244, 248, 247, 0.24) 100%),
        url("../imgs/hero-1.webp") center right / cover no-repeat;
    min-height: 552px;
    padding: 32px 0 30px;
    position: relative;
}

.hero h1 {
    color: var(--aihad-black);
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 22px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.hero .lead {
    color: #405062;
    font-size: 15px;
    margin-bottom: 26px;
    max-width: 640px;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 32px;
    padding: 0;
}

.hero-points li {
    align-items: center;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--aihad-line);
    border-radius: 6px;
    color: var(--aihad-black);
    display: inline-flex;
    font-weight: 600;
    gap: 8px;
    list-style: none;
    padding: 5px 12px;
    font-size: 13px;
}

.lead-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--aihad-line);
    border-radius: 8px;
    box-shadow: 0 22px 60px rgba(18, 49, 79, 0.12);
    padding: 28px;
}

.lead-card h2 {
    color: var(--aihad-black);
    font-size: 1.45rem;
    font-weight: 850;
    margin-bottom: 6px;
}

.form-control,
.form-select {
    border: 1px solid #cfdcd9;
    border-radius: 6px;
    color: var(--aihad-ink);
    min-height: 42px;
    padding: 10px 13px;
}

textarea.form-control {
    min-height: 50px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--aihad-teal);
    box-shadow: 0 0 0 0.2rem rgba(15, 143, 138, 0.14);
}

.trust-strip {
    background: var(--aihad-primary);
    color: #fff;
    padding: 24px 0;
}

.trust-item {
    align-items: center;
    display: flex;
    gap: 13px;
}

.trust-item i {
    align-items: center;
    background: #920239c2;
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.lead-card p {

    font-size: 14px;
    line-height: 1.2;
}

.trust-item strong {
    display: block;
    font-size: 1rem;
}

.trust-item span {
    color: rgba(255, 255, 255, 0.72);
    display: block;
    font-size: 0.9rem;
}

.feature-box,
.program-box,
.info-panel {
    background: #fff;
    border: 1px solid var(--aihad-line);
    border-radius: 8px;
    height: 100%;
    padding: 28px;
}

.feature-box {
    border: 0;
    border-left: 4px solid var(--aihad-teal);
    box-shadow: 0 18px 42px rgba(18, 49, 79, 0.08);
    overflow: hidden;
    padding: 26px 24px 24px;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-box::before {
    background: linear-gradient(135deg, rgba(15, 143, 138, 0.12), rgba(105, 179, 76, 0.14));
    border-radius: 50%;
    content: "";
    height: 118px;
    position: absolute;
    right: -46px;
    top: -54px;
    width: 118px;
}

.feature-box:hover {
    box-shadow: 0 24px 54px rgba(18, 49, 79, 0.13);
    transform: translateY(-4px);
}

.feature-box i,
.program-box i {
    align-items: center;
    background: rgba(15, 143, 138, 0.11);
    border-radius: 8px;
    color: var(--aihad-teal);
    display: inline-flex;
    font-size: 1.3rem;
    height: 48px;
    justify-content: center;
    margin-bottom: 18px;
    width: 48px;
}

.feature-box i {
    background: linear-gradient(135deg, var(--aihad-teal), var(--aihad-green));
    border-radius: 14px;
    box-shadow: 0 12px 26px rgba(15, 143, 138, 0.2);
    color: #fff;
    height: 54px;
    position: relative;
    width: 54px;
    z-index: 1;
}

.feature-box h3,
.program-box h3,
.info-panel h3 {
    color: var(--aihad-primary);
    font-size: 1.2rem;
    font-weight: 850;
    margin-bottom: 10px;
}

.feature-box h3 {
    font-size: 1.08rem;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}

.feature-box p,
.program-box p,
.info-panel p {
    color: var(--aihad-muted);
    margin-bottom: 0;
}

.feature-box p {
    font-size: 0.95rem;
    line-height: 1.55;
    position: relative;
    z-index: 1;
}

#why {
    /* background: linear-gradient(90deg, #fff 0%, #fff 46%, var(--aihad-soft) 46%, var(--aihad-soft) 100%); */
    overflow: hidden;
}

#why .container {
    max-width: 1320px;
}

#why .row.align-items-center {
    align-items: stretch !important;
}

#why .row.align-items-center>[class*="col-lg-"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#why .row.align-items-center>[class*="col-lg-"]:last-child {
    padding-bottom: 26px;
    padding-top: 26px;
}

#why .section-title {
    font-size: 35px;
    margin-bottom: 12px;
}

#why .why-lead {
    color: var(--aihad-muted);
    font-size: 1.08rem;
    margin-bottom: 34px;
    max-width: 520px;
}

#why .why-feature-grid {
    align-items: center;
}

#why .why-feature-grid>[class*="col-md-"]:nth-child(even) {
    transform: translateY(38px);
}

#why .feature-box {
    /* align-items: center;
            background: var( --aihad-primary);
            border: 0;
            border-radius: 8px;
            box-shadow: 0 22px 42px rgba(18, 49, 79, 0.16);
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            min-height: 226px;
            padding: 34px 28px;
            text-align: center; */
    align-items: center;
    background: var(--aihad-primary);
    border: 0;
    border-radius: 8px;
    box-shadow: 0 22px 42px rgba(18, 49, 79, 0.16);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 226px;
    padding: 20px 28px;
    text-align: center;
}

#why .feature-box::before {
    background: linear-gradient(135deg, rgb(160 28 78), rgb(133 23 64));
    ;
    height: 160px;
    right: -70px;
    top: -78px;
    width: 160px;
}

#why .feature-box:hover {
    box-shadow: 0 28px 56px rgba(18, 49, 79, 0.22);
}

#why .feature-box i {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 8px;
    box-shadow: none;
    color: #fff;
    font-size: 30px;
    height: 72px;
    margin-bottom: 24px;
    width: 72px;
}

#why .feature-box h3 {
    color: #fff;
    font-size: 18px;
    line-height: 1.28;
    margin-bottom: 14px;
}

#why .feature-box p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
    line-height: 1.55;
    max-width: 280px;
}

#why .why-feature-wide {
    align-items: center;
    flex-direction: row;
    gap: 22px;
    min-height: 150px;
    padding: 26px 30px;
    text-align: left;
}

#why .why-feature-wide i {
    flex: 0 0 72px;
    margin-bottom: 0;
}

#why .why-feature-wide h3,
#why .why-feature-wide p {
    max-width: none;
}

.why-aihad-section {
    background:
        linear-gradient(90deg, rgba(244, 248, 247, 0.96), rgba(255, 255, 255, 0.94)),
        url("../imgs/aihad-hero.webp") center / cover no-repeat;
}

.why-aihad-layout {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(220, 232, 230, 0.92);
    border-radius: 8px;
    box-shadow: 0 26px 70px rgba(18, 49, 79, 0.1);
    display: grid;
    grid-template-columns: 0.92fr 1.18fr;
    overflow: hidden;
}

.why-aihad-intro {
    background: linear-gradient(135deg, var(--aihad-primary), var(--aihad-teal));
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 560px;
    padding: 46px;
    position: relative;
}

.why-aihad-intro::before {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    content: "";
    height: 280px;
    position: absolute;
    right: -116px;
    top: -98px;
    width: 280px;
}

.why-aihad-intro .eyebrow {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #fff;
    padding: 8px 14px;
    width: fit-content;
}

.why-aihad-intro h2 {
    color: #fff;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.12;
    margin: 36px 0 18px;
    max-width: 420px;
    position: relative;
    z-index: 1;
}

.why-aihad-intro p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.12rem;
    line-height: 1.7;
    margin: 0;
    max-width: 360px;
    position: relative;
    z-index: 1;
}

.why-aihad-mark {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    display: flex;
    gap: 16px;
    margin-top: 40px;
    padding: 18px;
    position: relative;
    z-index: 1;
}

.why-aihad-mark strong {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 44px;
    line-height: 1;
}

.why-aihad-mark span {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 700;
    line-height: 1.35;
}

.why-aihad-cards {
    counter-reset: why-aihad;
    display: grid;
    gap: 14px;
    padding: 34px;
}

.why-aihad-card {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(220, 232, 230, 0.96);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(18, 49, 79, 0.07);
    counter-increment: why-aihad;
    display: grid;
    gap: 18px;
    grid-template-columns: 58px 1fr;
    min-height: 92px;
    padding: 20px 22px;
    position: relative;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.why-aihad-card::after {
    color: rgba(18, 49, 79, 0.08);
    content: "0" counter(why-aihad);
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: 800;
    position: absolute;
    right: 18px;
    top: 12px;
}

.why-aihad-card:hover {
    border-color: rgba(15, 143, 138, 0.28);
    box-shadow: 0 22px 48px rgba(18, 49, 79, 0.12);
    transform: translateX(6px);
}

.why-aihad-card i {
    align-items: center;
    background: linear-gradient(135deg, rgba(15, 143, 138, 0.12), rgba(105, 179, 76, 0.12));
    border: 1px solid rgba(15, 143, 138, 0.12);
    border-radius: 8px;
    color: var(--aihad-teal);
    display: flex;
    font-size: 22px;
    height: 58px;
    justify-content: center;
    position: relative;
    width: 58px;
    z-index: 1;
}

.why-aihad-card h3 {
    color: var(--aihad-primary);
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.26;
    margin: 0 44px 7px 0;
    position: relative;
    z-index: 1;
}

.why-aihad-card p {
    color: var(--aihad-muted);
    line-height: 1.55;
    margin: 0;
    position: relative;
    z-index: 1;
}

.why-visual {
    background:
        linear-gradient(180deg, rgba(18, 49, 79, 0.08) 0%, rgba(18, 49, 79, 0.22) 100%),
        url("../imgs/why.webp") center / cover no-repeat;
    border: 12px solid #fff;
    border-radius: 0 72px 0 72px;
    box-shadow: 0 28px 62px rgba(18, 49, 79, 0.15);
    clip-path: none;
    min-height: 760px;
    position: relative;
}

.why-visual::before {
    border: 2px solid rgba(15, 143, 138, 0.34);
    border-radius: 0 58px 0 58px;
    content: "";
    inset: 18px;
    position: absolute;
}

.why-visual::after {
    /* background: linear-gradient(135deg, rgba(15, 143, 138, 0.92), rgba(105, 179, 76, 0.9)); */
    bottom: 0;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
}

.check-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.check-list li {
    align-items: flex-start;
    color: #3b4a5a;
    display: flex;
    gap: 10px;
    list-style: none;
}

.check-list li::before {
    align-items: center;
    background: rgba(105, 179, 76, 0.16);
    border-radius: 50%;
    color: #3c8b28;
    content: "\f00c";
    display: inline-flex;
    flex: 0 0 24px;
    font-family: "Font Awesome 5 Free";
    font-size: 0.72rem;
    font-weight: 900;
    height: 24px;
    justify-content: center;
    margin-top: 2px;
    width: 24px;
}

#aicse {
    /* background:
                linear-gradient(135deg, rgba(244, 248, 247, 0.96), rgba(255, 255, 255, 0.9)),
                radial-gradient(circle at 12% 18%, rgba(15, 143, 138, 0.12), transparent 34%),
                radial-gradient(circle at 88% 72%, rgba(105, 179, 76, 0.14), transparent 30%); */
    background: aliceblue;
}

#aicse .aicse-story+.aicse-story {
    margin-top: 34px;
}

#aicse .aicse-image {
    background: linear-gradient(180deg, rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(../imgs/sec-img.webp) center / cover no-repeat;
    /* border: 9px solid #fff; */
    /* box-shadow: 0 24px 56px rgba(18, 49, 79, 0.14); */
    min-height: 630px;
    position: relative;
}

#aicse .aicse-image::after {
    background: linear-gradient(135deg, var(--aihad-teal), var(--aihad-green));
    border: 7px solid #fff;
    border-radius: 50%;
    bottom: 22px;
    box-shadow: 0 14px 30px rgba(18, 49, 79, 0.18);
    content: "";
    height: 92px;
    position: absolute;
    width: 92px;
}

#aicse .aicse-image-learning {
    /* border-radius: 8px 56px 8px 56px; */
    /* clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%); */
}

#aicse .aicse-image-learning::after {
    right: 22px;
}

#aicse .aicse-image-hospital {
    background-position: center right;
    border-radius: 56px 8px 56px 8px;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 12%);
}

#aicse .aicse-image-hospital::after {
    background: linear-gradient(135deg, var(--aihad-primary), var(--aihad-teal));
    left: 22px;
}

#aicse .aicse-panel {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 22px 58px rgba(18, 49, 79, 0.1);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    padding: 34px;
    position: relative;
}

#aicse .aicse-panel::before {
    /* background: linear-gradient(90deg, var(--aihad-teal), var(--aihad-green)); */
    content: "";
    height: 6px;
    inset: 0 0 auto;
    position: absolute;
}

#aicse .aicse-panel::after {
    background: rgb#1f85c51c(31 133 197 / 11%);
    border-radius: 50%;
    content: "";
    height: 180px;
    position: absolute;
    right: -76px;
    top: -76px;
    width: 180px;
}

#aicse .aicse-panel-hospital::before {
    background: linear-gradient(90deg, var(--aihad-primary), var(--aihad-teal));
}

#aicse .aicse-panel-hospital::after {
    background: rgba(18, 49, 79, 0.08);
}

#aicse .aicse-panel-hospital {
    background: linear-gradient(145deg, #ffffff 0%, #f7fbfa 64%, #eef7f6 100%);
    border: 1px solid rgba(15, 143, 138, 0.16);
    box-shadow: 0 24px 60px rgba(18, 49, 79, 0.13);
    padding: 40px;
}

#aicse .eyebrow {
    background: rgb(31 133 197 / 12%);
    border-radius: 999px;
    padding: 7px 13px;
    position: relative;
    width: fit-content;
    z-index: 1;
}

#aicse .aicse-panel-hospital .eyebrow {
    background: rgba(18, 49, 79, 0.08);
    border: 1px solid rgba(18, 49, 79, 0.1);
    color: var(--aihad-primary);
}

#aicse .aicse-panel-hospital .eyebrow i {
    color: var(--aihad-teal);
}

#aicse .section-title,
#aicse .section-text,
#aicse .check-list {
    position: relative;
    z-index: 1;
}

#aicse .section-title {
    font-size: 1.8rem;
    line-height: 1.22;
}

#aicse .aicse-panel-hospital .section-title {
    color: var(--aihad-primary);
    font-size: 2rem;
    letter-spacing: 0;
    margin-bottom: 16px;
}

#aicse .aicse-panel-hospital .section-text {
    color: #4c5c6d;
    font-size: 1.02rem;
    line-height: 1.75;
}

#aicse .check-list {
    gap: 10px;
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

#aicse .check-list li {
    align-items: center;
    background: #e2eff74d;
    border: 1px solid rgba(220, 232, 230, 0.9);
    border-radius: 8px;
    color: var(--aihad-black);
    font-weight: 700;
    padding: 11px 13px;
}

#aicse .check-list li::before {
    background: linear-gradient(135deg, var(--aihad-primary), var(--aihad-secondary));
    color: #fff;
    margin-top: 0;
}

#aicse .aicse-panel-hospital .check-list li::before {
    background: linear-gradient(135deg, var(--aihad-primary), var(--aihad-teal));
}

#aicse .aicse-panel-hospital .check-list li {
    background: rgba(255, 255, 255, 0.84);
    border-color: rgba(15, 143, 138, 0.16);
    box-shadow: 0 10px 26px rgba(18, 49, 79, 0.06);
}

.hospital-section .aicse-panel-hospital {
    background: linear-gradient(145deg, #ffffff 0%, #f7fbfa 64%, #eef7f6 100%);
    border: 1px solid rgba(15, 143, 138, 0.16);
    box-shadow: 0 24px 60px rgba(18, 49, 79, 0.13);
    display: grid;
    gap: 10px;
    overflow: hidden;
    padding: 40px;
    position: relative;
}

.hospital-section .aicse-panel-hospital::before {
    /* background: linear-gradient(90deg, var( --aihad-primary), var(--aihad-teal)); */
    content: "";
    height: 6px;
    inset: 0 0 auto;
    position: absolute;
}

.hospital-section .aicse-panel-hospital::after {
    background: rgba(18, 49, 79, 0.08);
    border-radius: 50%;
    content: "";
    height: 180px;
    position: absolute;
    right: -76px;
    top: -76px;
    width: 180px;
}

.hospital-content-head,
.hospital-credential-grid {
    position: relative;
    z-index: 1;
}

.hospital-content-head {
    display: grid;
    gap: 14px;
}

.hospital-section .eyebrow {
    background: rgb(31 133 197 / 12%);
    border: 1px solid rgba(18, 49, 79, 0.1);
    border-radius: 999px;
    color: var(--aihad-secondary);
    padding: 7px 13px;
    width: fit-content;
}

.hospital-section .eyebrow i {
    color: var(--aihad-teal);
}

.aicse-contact-bar {
    align-items: center;
    background: rgba(15, 143, 138, 0.05);
    border: 1px solid rgba(15, 143, 138, 0.10);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    padding: 14px 18px;
    position: relative;
    z-index: 1;
}

.aicse-contact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.aicse-contact-chip {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(15, 143, 138, 0.08);
    border-radius: 999px;
    color: var(--aihad-secondary);
    display: inline-flex;
    font-size: 13px;
    font-weight: 500;
    gap: 8px;
    padding: 7px 16px;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.aicse-contact-chip i {
    color: var(--aihad-teal);
    font-size: 12px;
}

.aicse-contact-chip:hover {
    background: var(--aihad-teal);
    border-color: var(--aihad-teal);
    color: #fff;
}

.aicse-contact-chip:hover i {
    color: #fff;
}

.aicse-bar-btn {
    flex: 0 0 auto;
    white-space: nowrap;
}

@media (max-width: 575px) {
    .aicse-contact-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .aicse-contact-row {
        justify-content: center;
    }

    .aicse-bar-btn {
        width: 100%;
        justify-content: center;
    }
}

.hospital-section .section-title {
    color: var(--aihad-black);
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0;
}

.hospital-section .section-text {
    color: #4c5c6d;
    font-size: 1.02rem;
    line-height: 1.75;
    margin-bottom: 0;
}

.hospital-credential-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}

.hospital-credential {
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(15, 143, 138, 0.16);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(18, 49, 79, 0.07);
    display: flex;
    gap: 13px;
    min-height: 75px;
    padding: 18px;
    align-items: anchor-center;
}

.hospital-credential i {
    align-items: center;
    background: linear-gradient(135deg, var(--aihad-secondary), var(--aihad-black));
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 42px;
    font-size: 1rem;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.hospital-credential strong {
    color: var(--aihad-black);
    display: block;
    font-weight: 850;
    line-height: 1.25;
    margin-bottom: 6px;
}

.hospital-credential span {
    color: #526273;
    display: block;
    font-size: 0.92rem;
    line-height: 1.45;
}

.about-visual {
    background: linear-gradient(135deg, var(--aihad-primary), var(--aihad-teal));
    border-radius: 8px;
    color: #fff;
    min-height: 420px;
    overflow: hidden;
    padding: 34px;
    position: relative;
}

.about-visual::after {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    content: "";
    height: 220px;
    position: absolute;
    right: -60px;
    top: -50px;
    width: 220px;
}

.about-visual h3 {
    font-size: 2.1rem;
    font-weight: 700;
    /* max-width: 360px; */
    position: relative;
    z-index: 1;
}

.metric-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 46px;
    position: relative;
    z-index: 1;
}

.metric {
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    padding: 20px;
}

.metric strong {
    display: block;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
}

.metric span {
    color: rgba(255, 255, 255, 0.78);
    display: block;
    font-size: 0.9rem;
    margin-top: 8px;
}

.cta-band {

    color: #fff;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0px 0 70px;

}

.cta-bg {
    background:
        linear-gradient(135deg, #a01c4e, rgb(7 12 15 / 91%));
    url ("../imgs/cta-bg.webp") center / cover no-repeat;
    padding: 44px 65px;
    border-radius: 22px;
}

.cta-band h2 {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 14px;
}

.cta-band p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    margin-bottom: 0;
}

.contact-list {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
}

.contact-list li {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    list-style: none;
    color: #fff;
}

.contact-list i {
    align-items: center;
    background: rgb(255 255 255);
    border-radius: 8px;
    color: var(--aihad-secondary);
    display: inline-flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.contact-list strong {
    font-weight: bolder;
    color: #fff;
}

.site-footer {
    background: #a01c4e;
    color: rgba(255, 255, 255, 0.76);
    padding: 15px 0;
}

.site-footer strong {
    color: #fff;
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .hero {
        background:
            linear-gradient(180deg, rgba(244, 248, 247, 0.98) 0%, rgba(244, 248, 247, 0.94) 100%),
            url("../imgs/aihad-hero.webp") center / cover no-repeat;
        min-height: auto;
        padding: 66px 0 58px;
    }

    .program-section {
        background-attachment: scroll;
    }

    .lead-card {
        margin-top: 34px;
    }

    .why-visual {
        min-height: 380px;
    }

    #why {
        background: var(--aihad-soft);
    }

    #why .section-title {
        font-size: 2.15rem;
        margin-bottom: 10px;
    }

    #why .why-lead {
        margin-bottom: 26px;
    }

    #why .why-feature-grid>[class*="col-"]:nth-child(even) {
        transform: none;
    }

    .why-aihad-layout {
        grid-template-columns: 1fr;
    }

    .why-aihad-intro {
        min-height: auto;
        padding: 34px;
    }

    .why-aihad-intro h2 {
        font-size: 34px;
        margin-top: 24px;
    }

    .why-aihad-mark {
        margin-top: 28px;
    }

    .why-aihad-cards {
        padding: 26px;
    }

    #aicse .aicse-image {
        min-height: 300px;
    }
}

@media (max-width: 575.98px) {
    html {
        scroll-padding-top: 86px;
    }

    .section-pad {
        padding: 58px 0;
    }

    #why .why-feature-wide {
        flex-direction: column;
        text-align: center;
    }

    #why .why-feature-wide i {
        flex-basis: 72px;
        margin-bottom: 8px;
    }

    .why-aihad-intro {
        padding: 28px 22px;
    }

    .why-aihad-intro h2 {
        font-size: 30px;
    }

    .why-aihad-cards {
        padding: 18px;
    }

    .why-aihad-card {
        gap: 14px;
        grid-template-columns: 50px 1fr;
        padding: 18px;
    }

    .why-aihad-card::after {
        font-size: 26px;
        right: 14px;
        top: 10px;
    }

    .why-aihad-card i {
        font-size: 19px;
        height: 50px;
        width: 50px;
    }

    .why-aihad-card h3 {
        font-size: 16px;
        margin-right: 30px;
    }

    .brand-text span {
        display: none;
    }

    .hero h1 {
        font-size: 2.35rem;
    }

    .metric-grid {
        grid-template-columns: 1fr;
    }

    .top-bar .container {
        justify-content: center !important;
        text-align: center;
    }

    #about,
    #program,
    #why,
    #aicse,
    #contact,
    #enquiry {
        scroll-margin-top: 86px;
    }
}


/* AIHAD enquiry response page */
.contact-response-page {
    align-items: center;
    background: #f4f8f7;
    color: #172433;
    display: flex;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    min-height: 100vh;
}

.message-box {
    background: #fff;
    border: 1px solid #dce8e6;
    border-radius: 8px;
    box-shadow: 0 22px 60px rgba(18, 49, 79, 0.12);
    margin: 40px auto;
    max-width: 640px;
    padding: 36px;
}

h1 {
    color: #12314f;
    font-weight: 800;
}

.btn-aihad {
    /* background: #0f8f8a; */
    background: var(--aihad-secondary);
    border: 0;
    border-radius: 48px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 8px 22px;
    text-decoration: none;
}

.btn-aihad:hover {
    /* background: #0b7773; */
    background: var(--aihad-secondary);
    color: #fff;
}


.sec-two {
    border: 6px solid #1f85c5;
    border-top-left-radius: 800px;
    border-top-right-radius: 800px;
    border-bottom-left-radius: 800px;
    border-bottom-right-radius: 800px;
    box-shadow: 0 24px 58px rgba(18, 49, 79, 0.14);
    display: block;
    height: 548px;
    max-width: 100%;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .hospital-section .aicse-panel-hospital {
        padding: 30px;
    }

    .hospital-section .section-title {
        font-size: 1.7rem;
    }

    #aicse .aicse-panel-hospital {
        padding: 30px;
    }

    #aicse .aicse-panel-hospital .section-title {
        font-size: 1.7rem;
    }

    .sec-two {
        height: 430px;
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    .hospital-section .aicse-panel-hospital {
        padding: 24px;
    }

    .hospital-section .section-title {
        font-size: 1.45rem;
    }

    .hospital-section .section-text {
        font-size: 0.96rem;
    }

    .hospital-credential-grid {
        grid-template-columns: 1fr;
    }

    .hospital-credential {
        min-height: auto;
    }

    #aicse .aicse-panel-hospital {
        padding: 24px;
    }

    #aicse .aicse-panel-hospital .section-title {
        font-size: 1.45rem;
    }

    #aicse .aicse-panel-hospital .section-text {
        font-size: 0.96rem;
    }

    .sec-two {
        border-width: 4px;
        height: 340px;
    }
}

.cnt-bg {
    background: #f4f8f7;
    padding: 0 0 70px;
    border-top: 1px solid #0000002b;
}

.contact-split {
    align-items: stretch;
    margin: 0;
    width: 100%;
}

.contact-info-panel {
    background:
        linear-gradient(135deg, rgb(0 9 18), rgb(31 133 197 / 62%)),
        url("../imgs/aihad-hero.webp") center / cover no-repeat;
    color: #fff;
    padding: 64px 48px 64px max(48px, calc((100vw - 1320px) / 2 + 12px));
}

.contact-form-panel {
    background: #fff;
    padding: 64px max(48px, calc((100vw - 1320px) / 2 + 12px)) 64px 48px;
    text-align: center;
}

.cnt-bg .section-title {
    color: #ffffff;
}

.cnt-bg .section-text {
    color: rgba(255, 255, 255, 0.78);
}

.contact-form-panel .lead-card {
    background: #fff;
    border: 0;
    box-shadow: none;
    height: 100%;
    padding: 0;
}

.contact-form-panel .section-text {
    color: var(--aihad-muted);
}

@media (max-width: 991.98px) {

    .contact-info-panel,
    .contact-form-panel {
        padding: 34px;
    }
}

@media (max-width: 575.98px) {

    .contact-info-panel,
    .contact-form-panel {
        padding: 26px;
    }
}




.wtspbtn {
    bottom: 110px !important;
    position: fixed;
    right: 0px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.wtspbtn .contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 55px;
    height: 55px;
    font-size: 26px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
    rotate: none;
}

.floating_btn {
    position: fixed;
    bottom: 75px;
    right: 0px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #129bf4;
    color: #fff;
    width: 55px;
    height: 55px;
    font-size: 20px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #129bf4;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}


.text_icon {
    margin-top: 3px;
    color: #707070;
    font-size: 13px;
}


.wtspbtn {
    bottom: 165px !important;
    position: fixed;
    right: 0px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.wtspbtn .contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 55px;
    height: 55px;
    font-size: 26px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
    rotate: none;
}



/*  */

.ihad-one-section {
    padding: 60px 0;
    background: #f7fbff;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(244, 248, 247, 0.94) 0%, rgba(244, 248, 247, 0.9) 100%),
        url("../imgs/aihad-hero.webp") center / cover no-repeat;
    background-attachment: fixed;

}

.ihad-one-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(0, 123, 255, .05);
    border-radius: 50%;
    top: -200px;
    right: -150px;
}

.ihad-tag {
    display: inline-block;
    /* padding: 10px 20px; */
    /* background: #e8f4ff; */
    color: var(--aihad-secondary);
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 7px;
}

.ihad-one-content h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.14;
    margin-bottom: 16px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    text-transform: capitalize;
}

.ihad-one-content h2 span {
    color: var(--aihad-secondary);
}

.ihad-one-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #060000;
    margin-bottom: 25px;
}

.ihad-one-content p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 20px;
    font-size: 1.05rem;
}

.ihad-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 32px;
    background: var(--aihad-secondary);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
}

.ihad-btn:hover {
    background: var(--aihad-secondary);
    color: #fff;
}

.ihad-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 96px;
    min-height: 390px;
    padding: 22px 0;
    place-content: center;
    position: relative;
}

.ihad-feature-grid::before {
    background:
        radial-gradient(circle, #1f85c57a 0 38%, transparent 39%), conic-gradient(from 40deg, rgb(31 133 197 / 56%), #00000066, rgba(18, 49, 79, 0.12), rgb(31 133 197 / 52%));
    border: 1px solid rgba(15, 143, 138, 0.14);
    border-radius: 50%;
    box-shadow: 0 24px 54px rgba(18, 49, 79, 0.08);
    content: "";
    height: 150px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    z-index: 0;
}

.ihad-feature-grid::after {
    align-items: center;
    background: linear-gradient(135deg, var(--aihad-secondary), var(--aihad-black));
    border: 7px solid rgba(255, 255, 255, 0.88);
    border-radius: 50%;
    box-shadow: 0 18px 44px rgba(18, 49, 79, 0.16);
    color: #fff;
    content: "IHAD-One™";
    display: flex;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 800;
    height: 92px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 122px;
    z-index: 1;
    padding: 62px;
}

.ihad-feature-card {
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(220, 232, 230, 0.95);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(18, 49, 79, 0.07);
    display: flex;
    gap: 14px;
    min-height: 70px;
    overflow: visible;
    padding: 15px 17px;
    position: relative;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
    z-index: 2;
}

.ihad-feature-card::before {
    background: linear-gradient(135deg, var(--aihad-secondary), var(--aihad-black));
    border-radius: 999px;
    content: "";
    height: 9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    z-index: 1;
}

.ihad-feature-card::after {
    background: linear-gradient(90deg, rgba(15, 143, 138, 0.22), transparent);
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 48px;
    z-index: 0;
}

.ihad-feature-card:hover {
    background: #fff;
    border-color: rgba(15, 143, 138, 0.32);
    box-shadow: 0 20px 44px rgba(18, 49, 79, 0.12);
    transform: translateY(-4px);
}

.ihad-feature-card:hover .icon {
    background: linear-gradient(135deg, var(--aihad-secondary), var(--aihad-black));
    border-color: rgba(15, 143, 138, 0.12);
    color: #fff;
    transform: translateY(-2px);
}

.ihad-feature-card .icon {
    align-items: center;
    background: #f1f8f7;
    border: 1px solid rgba(220, 232, 230, 0.95);
    border-radius: 8px;
    color: var(--aihad-secondary);
    display: flex;
    flex: 0 0 50px;
    font-size: 20px;
    height: 50px;
    justify-content: center;
    position: relative;
    transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
    width: 50px;
    z-index: 1;
}

.ihad-feature-card h5 {
    color: var(--aihad-black);
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.32;
    margin: 0;
    position: relative;
    z-index: 1;
}

.ihad-feature-card:nth-child(odd) {
    margin-right: 0;
    text-align: right;
}

.ihad-feature-card:nth-child(even) {
    margin-left: 0;
}

.ihad-feature-card:nth-child(odd)::after {
    right: -48px;
}

.ihad-feature-card:nth-child(odd)::before {
    right: -5px;
}

.ihad-feature-card:nth-child(even)::after {
    left: -48px;
    transform: rotate(180deg);
}

.ihad-feature-card:nth-child(even)::before {
    left: -5px;
}

.ihad-feature-card:nth-child(odd) .icon {
    order: 2;
}

.ihad-feature-card:nth-child(1),
.ihad-feature-card:nth-child(2) {
    transform: translateY(-12px);
}

.ihad-feature-card:nth-child(3),
.ihad-feature-card:nth-child(4) {
    transform: translateY(0);
}

.ihad-feature-card:nth-child(5),
.ihad-feature-card:nth-child(6) {
    transform: translateY(12px);
}

.ihad-feature-card:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    margin-top: 4px;
    max-width: 320px;
    text-align: center;
    transform: translateY(0);
}

.ihad-feature-card:last-child::before,
.ihad-feature-card:last-child::after {
    display: none;
}

.ihad-feature-card:last-child .icon {
    order: 0;
}

.ihad-feature-card:nth-child(1):hover,
.ihad-feature-card:nth-child(2):hover {
    transform: translateY(-17px);
}

.ihad-feature-card:nth-child(3):hover,
.ihad-feature-card:nth-child(4):hover {
    transform: translateY(-5px);
}

.ihad-feature-card:nth-child(5):hover,
.ihad-feature-card:nth-child(6):hover {
    transform: translateY(7px);
}

.ihad-feature-card:last-child:hover {
    transform: translateY(-5px);
}

@media(max-width:991px) {

    .ihad-one-content {
        margin-bottom: 50px;
    }

    .ihad-one-content h2 {
        font-size: 34px;
    }

    .ihad-feature-grid {
        gap: 18px 72px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 36px;
        min-height: 360px;
        padding: 18px 0;
    }

    .ihad-feature-grid::before {
        height: 128px;
        width: 128px;
    }

    .ihad-feature-grid::after {
        height: 80px;
        width: 80px;
    }

    .ihad-feature-card {
        gap: 12px;
        min-height: 92px;
        padding: 14px 15px;
    }

    .ihad-feature-card .icon {
        flex-basis: 46px;
        font-size: 18px;
        height: 46px;
        width: 46px;
    }

    .ihad-feature-card h5 {
        font-size: 14px;
    }

}

@media(max-width:575px) {

    .ihad-feature-grid {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 0 0 0 32px;
    }

    .ihad-feature-grid::before {
        border-radius: 0;
        height: auto;
        inset: 0 auto 0 14px;
        left: auto;
        top: 0;
        transform: none;
        width: 2px;
    }

    .ihad-feature-grid::after {
        display: none;
    }

    .ihad-feature-card {
        min-height: auto;
        padding: 17px 18px;
    }

    .ihad-feature-card:nth-child(odd),
    .ihad-feature-card:nth-child(even) {
        grid-column: auto;
        margin-left: 0;
        margin-right: 0;
        max-width: none;
        text-align: left;
        transform: none;
    }

    .ihad-feature-card:nth-child(odd)::after,
    .ihad-feature-card:nth-child(even)::after {
        left: -28px;
        right: auto;
        transform: rotate(180deg);
        width: 28px;
    }

    .ihad-feature-card:nth-child(odd)::before,
    .ihad-feature-card:nth-child(even)::before {
        left: -5px;
        right: auto;
    }

    .ihad-feature-card:nth-child(odd) .icon {
        order: 0;
    }

    .ihad-feature-card:nth-child(1):hover,
    .ihad-feature-card:nth-child(2):hover,
    .ihad-feature-card:nth-child(3):hover,
    .ihad-feature-card:nth-child(4):hover,
    .ihad-feature-card:nth-child(5):hover,
    .ihad-feature-card:nth-child(6):hover,
    .ihad-feature-card:last-child:hover,
    .ihad-feature-card:hover {
        transform: translateY(-3px);
    }

    .ihad-feature-card h5 {
        font-size: 15px;
    }

}

@media (min-width: 1200px) {
    .ihad-one-content {
        margin-left: 80px;
    }

    .contact-form-panel .lead-card {

        width: 90%;
    }
}


.glance-h6 {
    font-size: 20px;
}


/* 23-06-2026 */

.brand-logo img {
    max-width: 330px;
    height: auto;
}

.btn-admission {
    background: var(--aihad-primary);

}

.btn-admission:hover,
.btn-admission:focus {
    background: #a01c4e;
    box-shadow: 0 12px 24px rgba(249, 50, 146, 0.22);
    color: #fff;
    transform: translateY(-1px);
}

.btn-enquiry {
    background: var(--aihad-primary);

}


.btn-enquiry:hover,
.btn-enquiry:focus {
    background: #a01c4e;
    box-shadow: 0 12px 24px rgba(249, 50, 146, 0.22);
    color: #fff;
    transform: translateY(-1px);
}


.ihad-btn:hover,
.ihad-btn:focus {
    background: #1f85c5;
    box-shadow: 0 12px 24px rgba(70, 137, 200, 0.22);
    color: #fff;
    transform: translateY(-1px);
}

.btn-enquirynow {
    background: var(--aihad-primary);

}

.btn-enquirynow:hover,
.btn-enquirynow:focus {
    background: #a01c4e;
    box-shadow: 0 12px 24px rgba(249, 50, 146, 0.22);
    color: #fff;
}

.almas-title span {
    color: var(--aihad-black);

}

.almas-skills {
    color: var(--aihad-black);
}

.aicse-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 18px;
    margin-top: 25px;
}

.aicse-contact-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #ffffff;
    padding: 10px 18px;
    border-radius: 18px;
    text-decoration: none;
    border: 1px solid rgba(11, 94, 215, 0.12);
    box-shadow: 0 10px 30px rgba(14, 38, 74, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    min-width: 0;
}

.aicse-contact-card::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    right: -35px;
    top: -35px;
    background: rgba(11, 94, 215, 0.08);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.aicse-contact-card:hover {
    transform: translateY(-5px);
    border-color: rgba(11, 94, 215, 0.35);
    box-shadow: 0 18px 45px rgba(11, 94, 215, 0.16);
}

.aicse-contact-card:hover::before {
    transform: scale(1.4);
    background: rgba(11, 94, 215, 0.12);
}

.aicse-contact-icon {
    position: relative;
    z-index: 1;
    width: 40px;
    height: 48px;
    background: var(--aihad-secondary);
    ;
    color: #ffffff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    flex: 0 0 54px;
}

.aicse-contact-info {
    position: relative;
    z-index: 1;
    min-width: 0;
    flex: 1;
}

.aicse-contact-info small {
    display: block;
    font-size: 13px;
    color: #7b8794;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1.3;
}

.aicse-contact-info h6 {
    margin: 0;
    font-size: 15px;
    color: #172033;
    font-weight: 800;
    line-height: 1.35;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.aicse-contact-card:hover .aicse-contact-info h6 {
    color: #0b5ed7;
}

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

    .aicse-contact-card {
        padding: 16px;
    }

    .aicse-contact-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        font-size: 17px;
    }

    .aicse-contact-info h6 {
        font-size: 14px;
    }
}