body {
    font-family: Lato, sans-serif;
    line-height: 25px;
    font-size: .875rem;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-style: normal;
    color: #5d5d5d
}

.menuli {
    padding: 0px;
    border-radius: 6px;
    width: 275px;
    margin-bottom: 3px;
    opacity: .9;
    font-size: 13px;
}

.footer h2 {
    color: white;
    font-size: 0.95rem;
    margin-top: 10px;
}

.footer h2 a {
    font-size: 0.95rem;
}

.vertical li a {
    padding: 0;
    padding-bottom: 7px;
    font-size: 0.85rem;
}

.footer-bc-heading {
    font-size: 15.2px !important;
}

.border-bottom {
    border-bottom: #fff solid 2px;
    width: 292px;
    margin-bottom: 15px;
    text-align: center;
}

.border-bottom1 {
    border-bottom: #fff solid 2px;
    width: 148px;
    margin-bottom: 20px!important;
}

.border-bottom2 {
    border-bottom: #fff solid 2px;
    width: 108px;
    margin-bottom: 20px!important;
}

/* foooter CSSSS */
.bc-footer-main {
    max-width: 75rem;
    margin-left: 40px;
}

.bc-footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.bc-footer-box {
    width: 100%;
}

.bc-footer-box h3 {
    margin-bottom: 15px;
}

.bc-footer-title {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
}

.bc-footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bc-footer-list li {
    margin-bottom: 6px;
}

.bc-footer-list li a {
    text-decoration: none;
    color: #d9d9d9;
    transition: 0.3s ease;
    display: inline-block;
    font-size: 14px;
}

.bc-footer-list li a:hover {
    color: #ffffff;
    padding-left: 6px;
}

/* TABLET */
@media(max-width:992px) {
    .bc-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

/* =========================
   MOBILE RESPONSIVE
========================= */
@media(max-width:768px) {
    .bc-footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .bc-footer-box {
        text-align: center;
    }
    .bc-footer-title {
        display: inline-block;
        text-align: center;
    }
    .bc-footer-list {
        padding: 0;
        margin: 0 auto;
    }
    .bc-footer-list li {
        text-align: center;
        margin-bottom: 10px;
    }
    .bc-footer-list li a {
        display: inline-block;
    }
    .bc-footer-main {
        margin-left: 0px!important;
    }
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

@font-face {
    font-family: 'Kelmscott';
    src: url('fonts/KelmscottRegular.woff2') format('woff2'), url('fonts/KelmscottRegular.woff') format('woff'), url('fonts/kelmscot.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,
h1 a {
    font-size: 2rem;
    margin-bottom: 15px
}

h2,
h2 a {
    font-size: 1.75rem
}

h3,
h3 a {
    font-size: 1.5rem
}

h4,
h4 a {
    font-size: 1.25rem
}

h5,
h5 a,
h6,
h6 a {
    font-size: 1rem
}

[type=date],
[type=email],
[type=text],
a,
blockquote,
input,
label,
ol,
p,
select,
span,
textarea,
ul {
    font-size: .875rem;
    line-height: 25px;
    color: #222;
}

h1,
h1 span,
h2,
h2 a,
h2 span,
h3,
h3 a,
h3 span,
h4,
h4 a,
h4 span,
h5,
h5 a,
h5 span,
h6,
h6 a,
h6 span {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #2f2f2f
}

a:hover {
    color: #e79800
}

iframe {
    width: 100%;
    border: 0
}

.button {
    text-transform: uppercase;
    font-weight: 700;
    font-family: Montserrat, sans-serif
}

.button.primary {
    background-color: #174873
}

.button.primary:hover {
    background-color: #e79800
}

.button.secondary {
    background-color: #e79800
}

.button.secondary:hover {
    background-color: #174873
}

.bordered-light {
    background-color: transparent !important;
    border: 1px solid #fff
}

.bordered-light:hover {
    background-color: #e79800 !important;
    border-color: #e79800 !important
}

.bordered-dark {
    background-color: #e9a013 !important;
    border: 1px solid #e9a013 !important;
    color: #2f2f2f !important
}

.bordered-dark:hover {
    background-color: #2f2f2f !important;
    border-color: #2f2f2f !important;
    color: #fff !important
}

.module {
    position: relative;
    margin-bottom: 60px
}

dl dt {
    font-weight: 700;
    margin-bottom: .3rem
}

iframe {
    width: 100%
}

.section-title-wrapper {
    position: relative;
    margin-bottom: 40px
}

.section-title {
    overflow: hidden;
    position: relative;
    text-align: center
}

.section-title h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700 !important
}

.section-title p {
    font-size: 1rem;
    text-transform: capitalize;
    margin-bottom: 20px
}

.section-title-wrapper::after {
    bottom: -6px;
    color: #e79800;
    content: "\f19d";
    font-family: fontawesome;
    font-size: 14px;
    height: 17px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 39px;
    z-index: 9;
    background: none 0 0 repeat scroll #fff;
    margin: 0 auto
}

.section-title-wrapper:before {
    background: #e79800 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 109px
}

.section-title-wrapper.light-title h2,
.section-title-wrapper.light-title p {
    color: #fff
}

.section-title-wrapper.light-title:before {
    background-color: #fff
}

.section-title-wrapper.light-title::after {
    background-color: #353536;
    color: #fff
}

.grey-bg .section-title-wrapper::after {
    background: none 0 0 repeat scroll #f7f7f7
}

.owl-nav {
    text-align: center;
    margin: auto;
    width: 90px;
    margin-top: 15px
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #e79800;
    text-align: center;
    display: inlne-block;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #fff;
    color: #e79800
}

.owl-nav .owl-next i,
.owl-nav .owl-prev i {
    line-height: 25px;
    font-size: 1.2rem;
    margin-top: -1px
}

.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
    background-color: #e79800;
    color: #fff
}

.space-section .row .small-12 {
    margin-top: 15px;
    margin-bottom: 15px
}

.space-section .row .small-12:last-child {
    margin-bottom: 0
}

.space-section .row .small-12:first-child {
    margin-top: 0
}

.space-section .row .medium-6:nth-child(2) {
    margin-top: 0
}

.space-section .row .medium-4:nth-child(2),
.space-section .row .medium-4:nth-child(3) {
    margin-top: 0
}

.row .sidebar.small-12 {
    margin-top: 0
}

.topBar {
    background-color: #174873;
    width: 100%;
    border-bottom: 1px solid #ededed
}

.topBar p {
    color: #fff;
    margin-bottom: 0;
    float: left;
    padding: 7px
}

.topBar ul {
    text-align: right
}

.topBar ul li {
    color: #fff;
    padding: 7px;
    text-align: right;
    display: inline-block
}

.topBar ul .social {
    padding: 0
}

.topBar ul .first-social {
    padding-left: 25px
}

.topBar ul li a {
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 16px
}

.topBar ul li a:hover {
    color: #e79800
}

.header {
    position: relative;
    z-index: 99999999;
    padding-top: 25px;
    padding-bottom: 25px;
    -moz-box-shadow: rgba(0, 0, 0, .239216) 0 4px 9px 0;
    /*box-shadow: rgba(0, 0, 0, .239216) 0 4px 9px 0; */
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

.search-wrap a {
    font-size: 1rem;
    line-height: 40px
}

#search-dropdown input[type=text] {
    margin-bottom: 0
}

.top-bar {
    padding: 0;
    width: calc(70% - 20px);
    float: right;
    background-color: transparent;
    align-items: center;
    text-align: center;
}

.top-bar ul {
    margin: 0;
    font-weight: 400;
    z-index: 9999;
    background: #fff
}

.top-bar ul .first-sub {
    border-top: 2px solid
}

.top-bar ul li a {
    text-transform: uppercase;
    font-size: .875rem
}

.top-bar ul ul li a {
    text-transform: capitalize
}

.top-bar {
    position: relative;
    font-family: Montserrat, sans-serif
}

.top-bar ul ul {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 99999 !important;
    border: 0 !important
}

.top-bar .is-dropdown-submenu-parent {
    position: relative
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
    border: 0
}

.dropdown.menu.medium-horizontal>li>a {
    padding: 13px 11px 12px
}

.top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu {
    position: absolute;
    max-width: 100%
}

.top-bar li {
    list-style: none
}

.single-sub ul li a {
    width: 100%;
    padding: 10px;
    font-weight: 400
}

.responsive-menu ul li a {
    display: block;
    width: 100%
}

.top-bar,
.top-bar ul {
    background-color: transparent
}

.top-bar ul .first-sub {
    border-top-color: #174873 !important
}

.top-bar ul li a {
    color: #174873;
    border-bottom: 2px solid transparent
}

.top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu li a {
    border-bottom: 0 !important;
    background-color: #174873;
    color: #fff !important
}

.top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu li ul li a {
    border-bottom: 0 !important;
    background-color: #0f72ca !important;
    color: #fff !important
}

.top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu li a:before {
    content: "\00BB";
    margin-right: 10px
}

.top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu li a:hover {
    color: #e79800 !important
}

.single-sub ul li a {
    border-bottom-color: #174873 !important
}

.navigation-style-two {
    background-color: #174873
}

.navigation-style-two .search-wrap a {
    line-height: 52px
}

.navigation-style-two .search-wrap a,
.navigation-style-two .top-bar ul li a {
    color: #fff
}

.navigation-style-two .dropdown.menu.medium-horizontal>li>a {
    padding-top: 18px;
    padding-bottom: 18px
}

.navigation-style-two .top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu {
    margin-top: 0;
    border-top: 1px solid #e79800 !important
}

.navigation-style-two .is-active a,
.navigation-style-two .top-bar ul li a:hover {
    border-bottom: 0 !important
}

.topBar .topbar-new ul {
    text-align: left
}

.topBar .topbar-new ul li a {
    padding-top: 5px;
    padding-bottom: 5px
}

.header-new .text-right p {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 40px;
    font-family: Montserrat, sans-serif;
    color: #e79800
}

.topbar-new {
    background-color: #2f2f2f
}

.main-banner {
    position: relative
}

.rev_slider_wrapper {
    margin: 0 auto;
    background-color: transparent;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0
}

.layer1 {
    z-index: 5;
    background-color: rgba(0, 0, 0, .25);
    border-color: rgba(0, 0, 0, 1)
}

.layer2 {
    z-index: 6;
    min-width: 721px;
    max-width: 721px;
    white-space: normal;
    text-align: center
}

.layer3 {
    z-index: 7;
    white-space: nowrap;
    background-color: #174873 !important;
    color: #fff !important;
    padding: 5px 10px !important
}

.layer4 {
    z-index: 8;
    white-space: nowrap;
    outline: 0;
    box-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.layer4 a {
    color: #fff
}

.layer4:hover {
    background-color: #174873 !important;
    border-color: #174873 !important
}

.courses-info,
.faculty-info,
.newadmission-info {
    position: relative;
    padding: 30px
}

.courses-info::after,
.faculty-info::after,
.newadmission-info::after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1
}

.courses-info {
    background-color: rgba(10, 104, 177, .95)
}

.courses-info::after {
    background: url(images/help/courses.jpg)
}

.faculty-info {
    background-color: rgba(23, 72, 115, .95)
}

/*============== Header Style CSS ==========*/
.topBar {
    height: 39px
}

.log {
    height: 73px !important;
    width: auto;
    margin-top: -14px
}

.tagline {
    font-size: 8px;
    margin-bottom: -70px;
    margin-top: -7px;
    margin-left: 29px;
    color: #174873
}

.header {
    padding-top: 16px;
    padding-bottom: 19px
}

.top-bar ul li a {
    text-transform: capitalize
}

.topBar p {
    margin-left: -21px
}

.logo {
    margin-left: -32px
}

.menuss {
    width: 227px
}

.menuss1 {
    width: 258px
}

.menulog1 {
    font-weight: 500 !important;
    margin-left: 16px
}

@media only screen and (max-width:640px) {
    .topBar p {
        margin-left: 0
    }
    .logo {
        margin-left: 0
    }
    .medium-9 {
        width: 100%;
        margin-right: 0
    }
    .tagline {
        margin-left: 0
    }
    .menu-icon.dark {
        margin-left: 128px
    }
    .menuss {
        width: 100%
    }
    .menuss1 {
        width: 100%
    }
    .menulog1 {
        font-weight: 500 !important;
        margin-left: 0
    }
}

.headd {
    margin-top: -7px !important
}

.gurg {
    font-weight: 700;
    font-size: 16px
}

/* ==========================    TABLET NAVBAR FIX   (iPad / 768–1024px)   ========================== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    /* Ensure menu is visible */
    #responsive-menu {
        display: block !important;
    }
    /* Force horizontal menu */
    .menu.medium-horizontal {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: flex-end;
    }
    /* Fix missing Home item */
    .menu.medium-horizontal>li {
        display: inline-block !important;
        float: none !important;
    }
    /* Fix padding so items don’t overflow */
    .dropdown.menu.medium-horizontal>li>a {
        padding: 12px 16px !important;
        white-space: nowrap;
    }
    /* Prevent last menu breaking style */
    .dropdown.menu.medium-horizontal>li.is-active>a {
        background: transparent !important;
        color: #174873 !important;
    }
    /* Dropdown positioning fix */
    .dropdown.menu.medium-horizontal .child-nav {
        position: absolute !important;
        top: 100%;
        left: 0;
        z-index: 999;
        background: #fff;
        min-width: 240px;
    }
    /* Prevent accordion behavior on tablet */
    .menu[data-responsive-menu] {
        flex-direction: row !important;
    }
    /* Fix right alignment */
    .nav-wrap {
        overflow: visible !important;
    }
    /* Logo + menu spacing */
    .logo {
        margin-top: 10px !important;
    }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
    /* Ensure menu stays horizontal */
    .menu.medium-horizontal {
        display: flex !important;
        flex-wrap: nowrap !important;
    }
    /* Fix missing Home */
    .menu.medium-horizontal>li {
        display: inline-block !important;
    }
    /* Dropdown container */
    .menu.medium-horizontal .child-nav {
        background-color: #174873 !important;
        border: none;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        min-width: 230px;
    }
    /* Dropdown links – SAME FOR ALL */
    .menu.medium-horizontal .child-nav li a {
        color: #ffffff !important;
        background-color: #174873 !important;
        padding: 10px 15px;
        font-size: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    /* Reset inconsistent styles */
    .menu.medium-horizontal .child-nav li a {
        position: relative;
        padding-left: 32px !important;
    }
    /* Hover effect */
    .menu.medium-horizontal .child-nav li a:hover {
        background-color: #1f6fb2 !important;
        color: #ffcc00 !important;
    }
    /* Remove different blue shade issue */
    .coll8 .child-nav,
    .coll9 .child-nav {
        background-color: #174873 !important;
    }
    .coll9 .child-nav {
        margin-top: 0px;
        margin-right: 40px;
    }
    /* Explicitly fix last two menus */
    .coll8 .child-nav li a::before,
    .coll9 .child-nav li a::before {
        content: "»";
        padding-right: 12px;
    }
}

/* HOVER EFFECT */
.top-bar ul li a:hover {
    color: #e79800 !important;
    border-bottom: 2px solid #e79800;
}

/* SMOOTH TRANSITION */
.top-bar ul li a {
    position: relative;
    transition: all 0.3s ease;
}

/*=================== End HEader Style CSS =============*/
.faculty-info::after {
    background: url(images/help/faculty.jpg)
}

.newadmission-info {
    background-color: rgba(10, 104, 177, .95)
}

.newadmission-info::after {
    background: url(images/help/admission.jpg)
}

.information-boxes h3 {
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.information-boxes {
    text-align: center
}

.information-boxes p,
.information-boxes ul {
    color: #fff;
    text-align: left
}

.information-boxes .button {
    margin: auto
}

.course-page .tabs {
    text-align: left
}

.our-courses {
    background-color: #f7f7f7;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding-top: 30px;
    padding-bottom: 30px
}

.course-wrapper {
    position: relative
}

.tabs {
    margin-bottom: 40px;
    text-align: center;
    background-color: transparent;
    border-color: transparent
}

.tabs .tabs-title {
    float: none;
    display: inline
}

.tabs .tabs-title a {
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.tabs .tabs-title.is-active a {
    background-color: transparent;
    border-bottom: 0 !important
}

.tabs-panel {
    background-color: transparent !important;
    width: 100%;
    padding: 0
}

.tabs-content {
    border: 0;
    background-color: transparent
}

.course {
    background-color: #fff;
    padding: 10px;
    position: relative;
    box-shadow: 0 0 6px 1px #eaeaea
}

.course h3 {
    font-weight: 400
}

.course .course-thumb {
    position: relative;
    margin-bottom: 35px
}

.course .teacher {
    width: 75px;
    height: 75px;
    border: 3px solid #e79800;
    border-radius: 100%;
    position: absolute;
    bottom: -20px;
    z-index: 5
}

.course .teacher-name {
    position: absolute;
    bottom: 0;
    background-color: #0a68b1;
    color: #fff;
    left: 65px;
    padding: 5px 15px;
    z-index: 3;
    border-radius: 0 10px 10px 0;
    font-weight: 700
}

.course .price-tag {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(10, 104, 177, 1);
    color: #fff;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 5px;
    font-size: 1rem
}

.is-active .bordered-dark {
    background-color: transparent !important;
    border: 1px solid #2f2f2f !important;
    color: #2f2f2f !important
}

.is-active .secondary {
    color: #fff !important
}

.is-active .secondary:hover {
    border-color: transparent !important
}

.is-active .bordered-dark:hover {
    background-color: #2f2f2f !important;
    border: 1px solid #2f2f2f !important;
    color: #fff !important
}

.course .button {
    margin-bottom: 0
}

.course ul li i {
    margin-right: 10px
}

.seminar-events {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgba(47, 47, 47, .9)
}

.seminar-events::after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background: url(images/help/eventsbgbk.jpg);
    background-size: cover
}

.event {
    background-color: rgba(255, 255, 255, .95);
    border-radius: 5px;
    padding: 0
}

.event-data {
    padding-top: 15px;
    padding-bottom: 15px
}

.event h4 a {
    font-weight: 400;
    text-transform: uppercase
}

.event .button {
    margin-bottom: 0
}

.event .event-thumb {
    position: relative;
    padding-right: 0
}

.event .event-thumb img {
    border-radius: 0 5px 5px 0;
    width: 100%;
    height: auto;
    margin-left: 1px
}

.event-date {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 100%;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    text-align: center;
    color: #2f2f2f
}

.event-day {
    background-color: #e79800;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 0 5px 5px 0
}

.event-month {
    background-color: #e79800;
    color: #fff;
    display: block;
    margin-top: 15px;
    padding: 10px;
    border-radius: 0 5px 5px 0
}

.gallery-thumb {
    max-width: 335px;
    margin-top: 2px;
    margin-bottom: 2px
}

.gallery-thumb:hover {
    opacity: .7
}

.upper-background {
    height: 100%;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0
}

.our-process h2 {
    color: #fff;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #e79800
}

.process h3,
.process p {
    color: #fff;
    margin-bottom: 0
}

.process h3 {
    text-transform: capitalize;
    font-weight: 400
}

.process .number {
    float: left;
    font-size: 2rem;
    background-color: #f7f7f7;
    color: #2f2f2f;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    line-height: 60px;
    margin-right: 25px;
    font-weight: 700
}

.process .right-info {
    float: left
}

.process {
    margin-bottom: 30px
}

.our-process .process:last-child {
    margin-bottom: 0
}

.testimonial {
    background-color: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #ededed
}

.testimonial .testimonial-thumb {
    float: left
}

.testimonial h4 {
    font-weight: 400
}

.testimonial .testimonial-detail {
    float: left;
    width: calc(100% - 212px);
    padding: 10px
}

.testimonial .testimonial-thumb img {
    height: 200px;
    width: auto;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #ededed
}

.testimonial cite {
    color: #2f2f2f
}

.blog-posts {
    background-color: #f7f7f7;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding-top: 40px;
    padding-bottom: 40px
}

.post {
    position: relative
}

.post-thumb {
    z-index: 2
}

.post p {
    margin-bottom: 0
}

.post h4,
.post h4 a {
    margin-bottom: 0;
    font-weight: 400
}

.post-meta,
.post-meta a {
    font-size: 12px;
    line-height: 20px
}

.post-meta {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed
}

.post-content {
    background-color: #fff;
    width: calc(100% - 30px);
    padding: 15px;
    z-index: 5;
    margin-top: -30px;
    position: relative;
    margin-left: 15px
}

.load-more .button {
    margin-top: 15px;
    margin-bottom: 0
}

.brands-wrap {
    margin-bottom: 80px
}

.bran-logo {
    padding: 5px
}

.bran-logo .thumbnail {
    margin-bottom: 0;
    border: 1px solid #ededed;
    padding: 3px;
    opacity: .8;
    height: 55px;
    width: auto !important
}

.bran-logo .thumbnail:hover {
    opacity: 1
}

.side-controls .owl-controls {
    margin-top: 0
}

.side-controls .owl-next,
.side-controls .owl-prev {
    font-size: 19px;
    border: 1px solid;
    width: 25px;
    height: 25px;
    display: table;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -12.5px
}

.side-controls .owl-next {
    right: -20px
}

.side-controls .owl-prev {
    left: -20px
}

.side-controls .owl-controls {
    margin: auto;
    display: block;
    width: 0;
    margin-top: 0
}

.side-controls .owl-nav {
    margin-top: 0
}

.title-section {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    background-color: rgba(27, 27, 27, .9);
    margin-top: 124px;
}

.title-section::after {
    content: "";
    background: url(images/help/title-bg.jpg);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-size: cover
}

.title-section h1 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
    color: #fff
}

.title-section ul {
    margin: 0
}

.breadcrumbs li,
.breadcrumbs li a {
    font-size: .65rem;
    color: #fff
}

#loading {
    background-color: #f7f7f7;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999999;
    margin-top: 0;
    top: 0
}

#loading.loaded {
    display: none !important
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px
}

#object1 {
    width: 150px;
    height: auto;
    background: url(images/bcc_logo.png);
    -webkit-animation: animate 1s infinite ease-in-out;
    animation: animate 1s infinite ease-in-out;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px
}

@-webkit-keyframes animate {
    0% {
        -webkit-transform: perspective(160px)
    }
    50% {
        -webkit-transform: perspective(160px) rotateY(-180deg)
    }
    100% {
        -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg)
    }
}

@keyframes animate {
    0% {
        transform: perspective(160px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(160px) rotateX(0) rotateY(0)
    }
    50% {
        transform: perspective(160px) rotateX(-180deg) rotateY(0);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0)
    }
    100% {
        transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg)
    }
}

.progress .ninty-five {
    width: 95%
}

.progress .sixty-five {
    width: 65%
}

.progress .seventy-five {
    width: 75%
}

.progress .eighty-five {
    width: 85%
}

.single-teacher .staff-links {
    width: 100%;
    position: static
}

.courses-table-heading {
    background-color: #e79800;
    padding-top: 10px;
    padding-bottom: 10px
}

.courses-table-row div {
    float: left
}

.courses-table-heading h5 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center
}

.courses-detail {
    background-color: #f7f7f7;
    border-top: 1px solid #fff;
    padding-top: 5px;
    padding-bottom: 5px
}

.courses-detail span {
    margin-top: 10px;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
    text-align: center
}

.courses-detail span:last-child {
    border-bottom: 0
}

.course-id {
    border-right: 1px solid #fff;
    min-width: 70px;
    width: 70px;
    text-align: center
}

.course-name {
    border-right: 1px solid #fff;
    min-width: 555px;
    width: 555px
}

.course-name a {
    text-align: left;
    padding-left: 30px
}

.course-duration {
    border-right: 1px solid #fff;
    min-width: 230px;
    width: 230px;
    text-align: center
}

.course-time-line {
    min-width: 315px;
    width: 315px;
    text-align: center
}

.courses-table-row:after {
    clear: both !important;
    content: ' ';
    display: table
}

.content-section h2 {
    font-weight: 400
}

.content-section label {
    font-weight: 700
}

.contact-info {
    margin-bottom: 25px
}

.content-section h4 {
    font-weight: 400
}

.contact-info h4 {
    border-bottom: 1px solid #ededed;
    padding-bottom: 4px;
    margin-bottom: 15px
}

.contact-info p {
    margin-bottom: 0
}

.contact-info img {
    width: 100%;
    height: auto
}

.contact-form .button {
    margin-bottom: 0
}

.icon-box {
    position: relative;
    clear: both
}

.icon-box .icon-side {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    font-size: 30px;
    text-align: center;
    line-height: 55px;
    margin-right: 7px;
    color: #fff !important;
    background-color: #e79800
}

.icon-box .info-side {
    margin-left: 7px;
    font-size: 16px;
    padding-top: 0;
    width: calc(100% - 70px)
}

.info-side p strong {
    font-size: 18px;
    color: #2f2f2f;
    font-family: Montserrat, sans-serif
}

.icon-box p {
    margin-bottom: 0
}

.pageerror h2 {
    text-align: center;
    margin-top: 0;
    font-weight: 700;
    font-size: 133px
}

.pageerror h3 {
    text-align: center
}

.error-page-form {
    margin: auto !important;
    margin-top: 30px;
    float: none !important
}

.boxed {
    max-width: 1250px;
    margin: auto;
    box-shadow: 0 0 6px 1px #ccc;
    background-color: #fff;
    position: relative;
    z-index: 0
}

body.box {
    background-image: url(images/help/bodybg.jpg);
    background-repeat: repeat;
    z-index: -10
}

.box .main-banner {
    overflow: hidden
}

.box .gallery-thumb {
    max-width: 310px
}

.testimonial-page .testimonial .testimonial-thumb img {
    height: 145px;
    width: auto
}

.pagination {
    text-align: center;
    margin-bottom: 0;
    margin-top: 30px
}

.pagination .current {
    background: #174873;
    padding: 0
}

.pagination .current a {
    color: #fff
}

.pagination .current a:hover,
.pagination a:hover {
    background-color: #174873;
    color: #fff
}

.blog-page .featured-image {
    position: relative
}

.blog-page .blog-post {
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px
}

.blog-page .blog-post.last-post {
    margin-bottom: 0
}

.blog-page .post-meta {
    border-top: 0;
    border-bottom: 0;
    background-color: #e79800;
    padding: 10px;
    max-width: 370px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 4px
}

.blog-page .post-meta a {
    color: #fff
}

.blog-post .post-excerpt h4 {
    font-weight: 700
}

.sharing-posts {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px
}

.post-share a {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0;
    padding-bottom: 0
}

.post-tags .tags li a {
    border: 0;
    background-color: transparent;
    color: #3b3d42;
    padding-left: 7px;
    padding-right: 7px
}

.post-tags .tags {
    margin-bottom: 0
}

.single-post .sharing-posts .small-12 {
    margin-top: 0;
    margin-bottom: 0
}

.author-box {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ededed
}

.content-section .events-wrapper .event {
    border: 1px solid #ededed
}

.staff-introduction h2 {
    border-bottom: 1px solid #ededed
}

.shadow {
    box-shadow: 0 0 2px 1px #ccc;
    padding: 10px
}

.staff-detail h4,
h4 a {
    margin-top: 10px;
    font-weight: 400
}

.staff-detail h4 a,
h4 span {
    font-weight: 400
}

.staff-box {
    position: relative
}

.staff-links {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0
}

.staff-links .menu>li>a i {
    line-height: 35px;
    margin-left: 0;
    margin-right: 0
}

.staff-links .menu li a {
    font-size: 1rem;
    display: block;
    width: 35px;
    height: 35px;
    background-color: #e79800;
    color: #fff;
    line-height: 35px;
    padding: 0;
    margin: 0 5px;
    border-radius: 100%;
    text-align: center
}

.staff-links .menu li a:hover {
    color: #e79800;
    background-color: #fff;
    border-color: transparent
}

.staff-detail .small-button {
    margin: 0
}

.special-icon-margin li i {
    margin-right: 10px
}

.course-section {
    position: relative;
    clear: both
}

.courses-wrapper .course-section {
    margin-top: 50px
}

.courses-wrapper .course-section:first-child {
    margin-top: 0
}

.sidebar .icon-box {
    margin-bottom: 25px
}

.sidebar .testimonials {
    padding-top: 20px;
    padding-bottom: 40px
}

.widget {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    margin-bottom: 25px;
    padding: 15px
}

.sidebar .widget:last-child {
    margin-bottom: 0
}

.widget h2 {
    font-size: 1.2rem;
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px
}

.search input[type=text],
.widget .button {
    margin-bottom: 0
}

.widget .tags li {
    padding-left: 0;
    padding-right: 0
}

.widget .tags li a {
    padding: 5px 10px;
    text-wrap: suppress;
    white-space: nowrap;
    margin: 5px;
    display: inline-block
}

.widget .popular-post {
    margin-bottom: 8px;
    margin-top: 8px;
    border-bottom: 1px solid #ededed
}

.widget .popular-post:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.widget .popular-post p {
    margin-top: 5px
}

.widget .popular-post img {
    margin-right: 10px
}

.sidebar ul li a:before {
    content: "\00BB";
    margin-right: 10px
}

.tags {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0
}

.tags li {
    display: inline;
    padding-left: 0;
    padding-right: 0
}

.tags li a {
    background-color: #ededed
}

.tags li a:hover {
    background-color: #e79800;
    color: #fff
}

.tags li:first-child {
    padding-left: 0
}

.footer {
    width: 100%;
    position: relative
}

.footer::after {
    content: "";
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1
}

.footer h2 {
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 700
}

.tx-div {
    width: 45px;
    display: block;
    height: 3px;
    opacity: .8;
    margin: 10px 0 15px
}

.footerTop {
    padding-top: 30px;
    padding-bottom: 30px
}

.footerTop ul {
    margin: 0;
    list-style: none
}

.vertical li a {
    padding: 8px 0
}

.footerbottom {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px
}

.footerbottom ul {
    margin: 0
}

.footerbottom ul li a {
    border-right: 1px solid;
    padding: 0 10px
}

.footerbottom ul li:first-child a {
    padding-left: 0
}

.footerbottom ul li:last-child a {
    border: 0;
    padding-right: 0
}

.copyrightinfo {
    font-size: 15px
}

.address i {
    width: 45px;
    height: 45px;
    border: 2px solid;
    font-size: 1.2857142857143em;
    text-align: center;
    line-height: 41px;
    float: left;
    margin-right: .7em;
    margin-bottom: .7em
}

.address h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 5px;
    font-weight: 700
}

.footer ul {
    margin: 0
}

.office-hours li {
    padding-bottom: 10px
}

.footer-widget input[type=text] {
    height: 40px;
    max-width: 230px
}

.quick-links ul {
    width: 78%;
    float: left
}

.footer {
    background-color: rgba(27, 27, 27, .9);
    color: #fff
}

.footer a {
    color: #fff
}

.footer p {
    color: #fff
}

.footer a:hover {
    color: #e79800
}

.footer h2 {
    color: #f7f7f7
}

.tx-div {
    background-color: #f7f7f7
}

.footerTop ul {
    color: #fff
}

.footerbottom {
    background: #2f2f2f;
    color: #fff
}

.footerbottom a {
    color: #fff
}

.footerbottom a:hover {
    color: #e79800
}

.address h4,
.address i {
    color: #f7f7f7
}

#top {
    position: fixed;
    right: 15px;
    text-align: center;
    bottom: 15px;
    font-weight: 700;
    text-decoration: none;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 22px;
    opacity: .9;
    z-index: 99;
    display: none;
    background-color: #fff;
    color: #e79800;
    line-height: 30px;
    border: 1px solid #e79800
}

#top:hover {
    background-color: #e79800;
    color: #fff
}

@media only screen and (max-width:40em) {
    .boxed {
        max-width: 100%;
        margin: auto;
        border-left: 0;
        border-right: 0
    }
    .top-bar {
        width: 100%;
        padding: 0
    }
    .topBar p {
        background-color: transparent;
        text-align: center;
        float: none;
        padding: 3px
    }
    .topBar ul li {
        padding: 3px
    }
    .topBar ul .first-social {
        padding-left: 15px
    }
    .topBar .row .small-12 {
        margin-bottom: 0;
        margin-top: 0
    }
    .topBar .text-right {
        text-align: center
    }
    .top-bar-title {
        width: 20px;
        margin: auto;
        float: none
    }
    .top-bar ul {
        width: 100%;
        margin-top: 10px;
        background-color: #174873
    }
    .top-bar ul li a {
        padding-left: 15px;
        color: #fff
    }
    .top-bar ul .is-active a,
    .top-bar ul li a,
    .top-bar ul li a:hover {
        border-bottom: 0 !important;
        color: #fff !important
    }
    .top-bar ul li a:hover {
        color: #e79800 !important
    }
    .top-bar ul ul {
        margin-top: 0
    }
    .is-accordion-submenu-parent>a:after {
        border-color: #fff transparent transparent
    }
    .top-bar ul ul li a {
        padding-left: 25px
    }
    .top-bar ul ul li a:before {
        content: "\00BB";
        margin-right: 10px
    }
    .nav-wrap {
        position: relative
    }
    .search-wrap {
        position: absolute;
        top: -13px;
        right: 50%;
        margin-right: -20px;
        font-size: 20px
    }
    .menu-icon.dark {
        margin-left: -25px
    }
    .reason-section .medium-8 {
        padding-left: .625rem
    }
    .owl-next,
    .owl-prev {
        position: relative !important
    }
    .owl-next:hover,
    .owl-prev:hover {
        position: relative !important
    }
    .owl-next {
        float: left !important;
        right: 0 !important;
        margin-left: 5px !important
    }
    .owl-prev {
        float: left !important;
        left: 0 !important;
        margin-right: 5px !important
    }
    .owl-controls {
        margin-top: 10px !important
    }
    .owl-nav {
        text-align: center;
        margin: auto;
        width: 90px;
        position: absolute;
        left: 50%;
        margin-left: -45px
    }
    .side-controls .owl-next,
    .side-controls .owl-prev {
        width: 35px;
        height: 35px;
        margin-top: 0
    }
    .teacher {
        padding-left: 10px;
        padding-right: 10px
    }
    .section-title-wrapper {
        padding-left: 10px;
        padding-right: 10px
    }
    .seminar-events .event-thumb {
        padding-right: .625rem;
        display: none
    }
    .gallery-container {
        text-align: center
    }
    .gallery-container a {
        display: inline-block;
        min-width: calc(50% - 20px);
        width: calc(50% - 20px)
    }
    .gallery-container .gallery-thumb {
        width: 100%;
        padding: 5px;
        margin: 0 !important
    }
    .upper-background {
        display: none
    }
    .process .right-info {
        float: left;
        width: calc(100% - 85px)
    }
    .seminar-events {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .testimonial .testimonial-thumb img,
    .testimonial-page .testimonial .testimonial-thumb img {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        position: absolute;
        bottom: 2px;
        left: 8px
    }
    .testimonial .testimonial-detail {
        width: 100%
    }
    .testimonial .testimonial-detail cite {
        margin-left: 60px
    }
    .testimonial {
        position: relative
    }
    .testimonials .owl-item {
        padding-left: 10px;
        padding-right: 10px
    }
    .courses-table-row {
        width: 1200px
    }
    .course-table-section .columns {
        overflow-x: scroll
    }
    .owl-stage-outer:after {
        clear: both !important;
        content: ' ';
        display: table
    }
    .owl-stage-outer {
        margin-bottom: 15px
    }
    .header-new .text-right {
        text-align: center;
        margin-top: 10px !important
    }
    .navigation-style-two {
        background-color: #fff;
        margin-bottom: 25px
    }
    .navigation-style-two .search-wrap {
        top: -19px
    }
    .navigation-style-two .search-wrap a {
        color: #174873
    }
    .navigation-style-two .top-bar ul ul {
        margin-top: 10px
    }
    .navigation-style-two .top-bar ul {
        margin-top: 20px
    }
    .menu-icon.dark:after {
        background: #174873;
        box-shadow: 0 7px 0 #174873, 0 14px 0 #174873
    }
    .header-new .row .small-12 {
        margin-top: 0;
        margin-bottom: 0
    }
    .header,
    .nav-wrap {
        position: relative !important
    }
    .nav-wrap .dropdown-pane {
        left: 0 !important;
        width: 100% !important
    }
    .header.header-new {
        box-shadow: 0 0;
        padding-top: 15px;
        padding-bottom: 15px
    }
    .course .teacher {
        padding-left: 0;
        padding-right: 0
    }
    .contact-form .row .small-12,
    .title-section .row .small-12 {
        margin-top: 0;
        margin-bottom: 0
    }
    .contact-form {
        padding-left: 10px;
        padding-right: 10px
    }
    .post-meta {
        font-size: .75rem;
        padding: 5px
    }
    .post-meta i {
        display: none
    }
    .widget .popular-post img {
        width: 40px;
        height: 40px
    }
    .products-page .sidebar {
        margin-bottom: 20px !important
    }
    .brands-wrap .owl-controls {
        margin-top: 10px !important
    }
    .footer-widget {
        margin-bottom: 15px
    }
    .footerbottom ul {
        text-align: center;
        width: 100%;
        border-bottom: 0
    }
    .copyrightinfo {
        text-align: center
    }
    .time-table {
        text-align: center
    }
    .logo {
        text-align: center;
        margin: auto
    }
    .logo-small {
        text-align: center
    }
    .row .small-12 {
        margin-top: 0px;
        margin-bottom: 0px
    }
    .row .small-12:last-child {
        margin-bottom: 0;
        margin-top: -20px;
    }
    .row .small-12:first-child {
        margin-top: 0
    }
    .footerbottom .small-12,
    .info-boxes .small-12,
    .latest-news .button,
    .news .small-12,
    .top-int-bar .small-12 {
        margin-top: 0;
        margin-bottom: 0
    }
    .text-medium-right {
        text-align: center !important
    }
    .topbar .socialicons {
        text-align: center
    }
}

.freecon {
    color: #0084b4
}

.freecon:hover {
    color: #e79800
}

.freecon1 {
    margin-left: 51px;
    color: #000 !important
}

.about {
    font-size: 17px;
    font-weight: 800;
    color: green;
    border: 2px solid #174873;
    text-align: center;
    padding: 12px;
    background-color: bisque;
    margin-right: 40px
}

.ab1 {
    margin-left: 20px
}

.ab1 {
    margin-bottom: 20px
}

.ab3 {
    margin-left: 196px
}

.mod {
    margin-top: -60px
}

.aboutt {
    margin-top: -599px;
    padding: 34px 27px 27px 27px;
    margin-right: -72px;
    background-color: rgba(44, 156, 255, .8);
    height: 599px
}

.aboutres {
    display: none
}

.slideimg {
    margin-left: 63px;
    margin-bottom: 12px
}

.slitext {
    padding: 7px 13px 7px 11px !important;
    border-radius: 6px;
    border: 1px solid #e07a24 !important;
    margin-left: 20px;
    font-size: 12px;
    background-color: #e07a24 !important
}

.slitext12 {
    padding: 7px 13px 7px 11px !important;
    border-radius: 6px;
    border: 1px solid #e07a24 !important;
    margin-left: -26px;
    font-size: 12px;
    background-color: #e07a24 !important;
    margin-top: -7px;
    margin-bottom: 15px;
    margin-bottom: 8px !important
}

.slitext:hover {
    background-color: rgba(23, 72, 115, .95) !important
}

.slitext12:hover {
    background-color: rgba(23, 72, 115, .95) !important
}

.slitext1 {
    padding: 3px !important;
    border-radius: 6px;
    border: 1px solid #e07a24 !important;
    font-size: 11px;
    margin-left: -9px
}

.slitext2 {
    padding: 6px !important;
    border-radius: 6px;
    border: 1px solid #e07a24 !important;
    margin-left: 34px;
    font-size: 12px
}

.feel1 {
    margin-left: 127px;
    border-radius: 6px;
    margin-top: 45px
}

.feel2 {
    margin-left: 23px;
    border-radius: 6px;
    margin-top: 28px;
    margin-bottom: -16px
}

@media only screen and (max-width:640px) {
    .about {
        margin-right: 0
    }
    .ab1 {
        margin-left: 0
    }
    .ab1 {
        margin-bottom: 0
    }
    .ab3 {
        margin-left: 0;
        text-align: center;
        margin-top: 20px;
        margin-bottom: -30px
    }
    .mod {
        margin-top: 0
    }
    .aboutt {
        margin-top: 0;
        padding: 27px 27px 27px 27px;
        margin-right: 0;
        background-color: rgba(44, 156, 255, .8);
        height: auto
    }
    .aboutres {
        display: block;
        margin-top: -20px
    }
    .aboutdes {
        display: none
    }
    .aboutres1 {
        margin-top: 8px;
        margin-bottom: -19px
    }
}

.homefrm {
    border-radius: 7px;
    height: 31px
}

input::-webkit-input-placeholder {
    color: #000 !important
}

input:-moz-placeholder {
    color: #000 !important
}

input::-moz-placeholder {
    color: #000 !important
}

input:-ms-input-placeholder {
    color: #000 !important
}

.gallery-thumb {
    max-width: 334px;
    margin-top: 2px;
    margin-bottom: 2px
}

.index_1h2 {
    color: #fff
}

.index_p1 {
    text-align: justify;
    color: #fff
}

.index_span {
    color: #ad2019
}

.index_1h4 {
    text-align: justify;
    font-weight: 300;
    color: #fff
}

.index_2h4 {
    text-align: justify;
    font-weight: 700;
    color: #fff;
    margin-bottom: 23px
}

.index_p2 {
    text-align: justify;
    color: #fff;
    font-weight: 700;
    font-size: 16px
}

.index_dmt {
    margin-top: 15px
}

.index_tel {
    color: orange
}

.index_p3 {
    text-align: justify
}

.fstb iframe {
    margin-top: 48px !important;
}

@media only screen and (max-width: 360px) {
    .title-section {
        padding-top: 25px;
        padding-bottom: 25px;
        position: relative;
        background-color: rgba(27, 27, 27, .9);
        margin-top: 183px;
    }
}


/*======== Bharat Added CSS For New Home Page ==========*/

.section-title {
    text-align: center;
    font-size: 22px!important;
    font-weight: 700;
    color: #1f3c88;
    margin-bottom: 20px !important;
}

.section-title-left {
    text-align: center;
    font-size: 22px!important;
    font-weight: 700;
    color: #1f3c88;
    margin-bottom: 30px !important;
}

.ib-services {
    background: #f8f9fc;
    padding: 20px 30px;
    font-family: "Poppins", sans-serif;
    padding-bottom: 30px;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}


/* Card */

.service-card {
    position: relative;
    background: #fff;
    padding: 30px 28px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-radius: 16px;
    transition: all 0.35s ease;
    border-left: 6px solid #005084;
}


/* TOP FLEX */

.service-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    justify-content: center;
    text-align: center;
}


/* Gradient Border */

.service-card::before {
    content: "";
    position: absolute;
    inset: 1;
    padding: 2px;
    border-radius: 12px;
    background: linear-gradient(120deg, #ffcc33
    /*          #1f3c88,
            #ba2726,
            #1f3c88 */
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-card:hover::before {
    opacity: 1;
}

.service-card:hover {
    transform: translateY(-10px);
}


/* Icons */

.icon i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ba2726;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(31, 60, 136, 0.35);
    flex-shrink: 0;
}

.icon-copy {
    width: 50px;
    height: 50px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, /* #1f3c88 */
    #ba2726);
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(31, 60, 136, 0.35);
}

.service-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1f3c88;
    margin-bottom: 12px;
    margin-top: 20px;
}

.service-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    text-align: left;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(31, 60, 136, 0.18);
    border-left-color: #1f3c88;
}


/* Responsive */

@media (max-width: 599px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
    .ib-services {
        padding: 40px 20px;
    }
    .section-title {
        font-size: 26px;
    }
    .section-title span {
        font-size: 26px;
    }
}


/* Icon rotation on card hover */

.service-card:hover .icon {
    animation: rotateOnce 0.8s ease-in-out;
}

@keyframes rotateOnce {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--- ========== Diagram Section ========= */

.ib-process-inline {
    padding: 20px 20px;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
    background: url("images/backgroundimg/bachground3.png") no-repeat center center;
    background-size: cover;
    padding-bottom: 35px !important;
}

.container {
    max-width: 1400px;
    margin: auto;
}


/* Inline Flow */

.process-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 18px;
}

.step {
    text-align: center;
    width: 170px;
}

.step1 {
    margin-top: -22px;
}

.step3 {
    margin-top: 20px;
}

.step5 {
    margin-top: px;
}

.circle {
    width: 130px;
    height: 130px;
    margin: auto;
    border-radius: 50%;
    border: 3px dashed #1f3c88;
    background: #f8f9fc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.step-no {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ba2726;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon {
    font-size: 25px;
    color: #fff;
    margin-top: 10px;
}

.step h3 {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 600;
    color: #1f3c88;
    line-height: 1.3;
}


/* Arrow */

.arrow {
    font-size: 28px;
    color: #ba2726;
    margin-top: -50px;
}

.step.highlight .icon {
    color: #fff;
}


/* Responsive */

@media (max-width: 1024px) {
    .process-inline {
        flex-wrap: wrap;
    }
    .arrow {
        display: none;
    }
}

@media (max-width: 600px) {
    .process-title {
        font-size: 26px;
    }
    .process-title span {
        font-size: 26px;
    }
    .step {
        width: 100%;
    }
}


/* Icon rotation on card hover */

.circle:hover .icon {
    animation: rotateOnce 0.8s ease-in-out;
}

@keyframes rotateOnce {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Flowing arrow animation */

.arrow {
    position: relative;
    animation: flowArrow 1.6s ease-in-out infinite;
}


/* Stagger effect so arrows don't move together */

.arrow:nth-of-type(odd) {
    animation-delay: 0.3s;
}

.arrow:nth-of-type(even) {
    animation-delay: 0.6s;
}

@keyframes flowArrow {
    0% {
        opacity: 0.3;
        transform: translateX(0);
    }
    50% {
        opacity: 1;
        transform: translateX(8px);
    }
    100% {
        opacity: 0.3;
        transform: translateX(0);
    }
}


/*--- ========== Main Service ========= ---*/


/* ========== MAIN SERVICES SECTION ========== */

.main-services {
    background: #f6f8fc;
    padding: 40px 20px;
    font-family: "Poppins", sans-serif;
}

.main-services .container {
    max-width: 1200px;
    margin: auto;
}


/* ========== GRID ========== */

.services-grid-mainservices {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}


/* ========== SERVICE BOX ========== */

.service-box {
    /*     --accent: #1f3c88;
    background: linear-gradient(145deg,
            color-mix(in srgb, var(--accent) 75%, #0b0f1a),
            color-mix(in srgb, var(--accent) 45%, #000)); */
    border-radius: 6px;
    padding: 10px 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    --accent: #0D47A1;
    background: linear-gradient(145deg, color-mix(in srgb, var(--accent) 75%, #0b0f1a), color-mix(in srgb, var(--accent) 45%, #000));
}


/* Glow border */

.service-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--accent), #ffffff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.7;
}


/* Text */

.service-box h3 a {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.3px;
}


/* Hover */

.service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px color-mix(in srgb, var(--accent) 40%, transparent);
}


/* ========== RESPONSIVE ========== */

@media (max-width: 1024px) {
    .services-grid-mainservices {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .services-grid-mainservices {
        grid-template-columns: repeat(4, 1fr);
    }
    .section-title {
        font-size: 26px;
    }
    .section-title span {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .services-grid-mainservices {
        grid-template-columns: 1fr;
    }
}


/*========== Flag Section ========== ---*/

.flag-section {
    position: relative;
    min-height: 200px;
    padding: 20px 20px;
    overflow: hidden;
    background: url(images/backgroundimg/background2.png) no-repeat center center;
    background-size: cover;
}


/* Foreground content */

.flag-content {
    position: relative;
    z-index: 2;
}


/* Optional readability */

.flag-content {
    background: rgba(255, 255, 255, 0.85);
    padding: 40px;
    border-radius: 16px;
}


/* Responsive */

@media (max-width: 768px) {
    .flag-section {
        min-height: 300px;
    }
}

.mySwiper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
}

.mySwiper .swiper-slide {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 140px!important;
}

.mySwiper .swiper-slide:hover {
    transform: translateY(-6px);
}

.flag-img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 12px;
}

.mySwiper .swiper-slide p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #1f3c88;
}


/* Tablet */

@media (max-width: 1024px) {
    .flag-img {
        width: 80px;
    }
}


/* Mobile */

@media (max-width: 480px) {
    .mySwiper p {
        font-size: 13px;
    }
}


/* ===== OUR TUTORS SECTION ===== */

.tutors-section {
    background: #f6f8fc;
    padding: 20px 20px;
    font-family: "Poppins", sans-serif;
}

.container {
    max-width: 1200px;
    margin: auto;
    position: relative;
}


/* ===== HORIZONTAL SCROLL GRID ===== */

.tutors-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 80px 40px 40px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px !important;
}


/* Hide scrollbar */

.tutors-grid::-webkit-scrollbar {
    display: none;
}

.tutors-grid {
    scrollbar-width: none;
}

.tutors-grid:active {
    cursor: grabbing;
}


/* ===== CARD ===== */

.tutor-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 90px 25px 25px;
    text-align: center;
    position: relative;
    flex: 0 0 auto;
    scroll-snap-align: start;
    transition: transform 0.3s ease;
}

.tutor-card:hover {
    transform: translateY(-8px);
}


/* ===== FLOATING IMAGE ===== */

.tutor-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #ffffff;
    padding: 6px;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
}

.tutor-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
}


/* ===== TEXT ===== */

.tutor-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1f3c88;
    margin-bottom: 6px;
}

.teacher-role {
    font-size: 16px;
    font-weight: 600;
    color: #0072ff;
    margin-bottom: 12px;
}

.teacher-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 18px;
}


/* ===== BUTTON ===== */

.btn-view {
    display: inline-block;
    padding: 9px 22px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: #1f3c88;
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
}

.btn-view:hover {
    background: #ba2726;
    transform: translateY(-2px);
    color: #fff;
}


/* ===== RESPONSIVE CARD WIDTH ===== */

.tutor-card {
    flex: 0 0 auto;
    width: 360px;
    /* desktop default */
}


/* Desktop – 3 cards */

@media (min-width: 1025px) {
    .tutor-card {
        width: 380px;
    }
}


/* Tablet – 2 cards */

@media (max-width: 1024px) and (min-width: 641px) {
    .tutor-card {
        width: 380px;
    }
}


/* Mobile – 1 card */

@media (max-width: 640px) {
    .tutor-card {
        width: 340px;
        align-items: center;
        text-align: center;
    }
}


/* ===== SCROLL BUTTONS ===== */

.tutor-controls {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 0px;
}

.tutor-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #1f3c88;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.2s ease;
    pointer-events: auto;
}


/* LEFT BUTTON (screen edge) */

.tutor-btn.prev {
    left: -20px;
}


/* RIGHT BUTTON (screen edge) */

.tutor-btn.next {
    right: -20px;
}

.tutor-btn:hover {
    background: #ffcc33;
    color: #fff;
}


/* =========== Form Section ========== */

.enquiry-section {
    background: #f6f8fc;
    padding: 30px 20px 10px 20px;
    font-family: "Poppins", sans-serif;
}

.enquiry-wrap {
    max-width: 1200px;
    /*  margin: auto; */
    grid-template-columns: 1fr 420px;
    /* align-items: center; */
    display: flex;
    /*   gap:30px; */
    align-items: flex-start;
    display: flex;
    align-items: stretch;
    gap: 20px;
}


/* RIGHT SIDE */

.enquiry-right {
    width: 25%;
    display: flex;
    flex-direction: column;
}


/* Heading OUTSIDE white box */

.enquiry-right .form-heading {
    color: #1f3c88;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 10px;
}


/* White box only for form */

.enquiry-right form {
    background: #fff;
    border-radius: 18px;
    padding: 20px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}


/* Inputs */

.enquiry-right input,
.enquiry-right textarea {
    width: 100%;
    padding: 21px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
}

.enquiry-right textarea {
    min-height: 90px;
    resize: none;
}


/* Button */

.enquiry-right button {
    width: 100%;
    padding: 12px;
    background: #1f3c88;
    color: #fff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
}

.enquiry-right button:hover {
    background: #ba2726;
}


/*---======== Achivement Section ========---*/

.achievement-section {
    padding: 50px 20px;
    display: flex;
    justify-content: center;
    background: #f6f8fc;
    margin-top: -40px;
}

.achievement-box {
    max-width: 900px;
    width: 100%;
    background: #ffffff;
    border-left: 6px solid #1f3c88;
    padding: 30px 40px;
    border-radius: 14px;
    position: relative;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.achievement-box:hover {
    box-shadow: 0 8px 30px rgba(31, 60, 136, 0.15);
}

.achievement-box p {
    font-size: 20px;
    line-height: 1.6;
    color: #242323;
    margin: 0;
}

.achievement-box strong {
    color: #1f3c88;
    font-weight: 700;
}


/* Small top label */

.achievement-badge {
    position: absolute;
    top: -14px;
    left: 30px;
    background: #ba2726;
    color: #fff;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 600;
}


/* Responsive */

@media (max-width: 768px) {
    .achievement-box {
        padding: 24px;
    }
    .achievement-box p {
        font-size: 16px;
    }
}


/* Universities Section */

.universities-section {
    background: #f6f8fc;
    padding: 20px 20px;
    background: url("images/backgroundimg/background2.png") no-repeat center center;
    background-size: cover;
}

.logo-slider {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    padding-bottom: 20px;
}

.logo-track {
    display: flex;
    width: max-content;
    animation: scrollLogos 25s linear infinite;
}


/* Pause on hover */

.logo-slider:hover .logo-track {
    animation-play-state: paused;
}

.logo-item {
    min-width: 180px;
    height: 120px;
    background: #fff;
    margin: 0 20px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.logo-item img {
    max-width: 140px;
    max-height: 70px;
    object-fit: contain;
}


/* Animation */

@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


/* Mobile tweaks */

@media (max-width: 768px) {
    .logo-item {
        min-width: 170px;
        height: 100px;
    }
    .logo-item img {
        max-width: 110px;
    }
}


/*========== Testimonial Section ==========*/


/* SECTION */

.testimonial-section {
    padding: 20px 0px;
    background: #ecf3f7;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
    padding-bottom: 35px !important;
}

.testimonial-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: #1f3c88;
}


/* WRAPPER */

.testimonial-wrapper {
    max-width: 1200px;
    margin: auto;
    position: relative;
}


/* TRACK */

.testimonial-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.testimonial-track::-webkit-scrollbar {
    display: none;
}

.testimonial-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.testimonial-card h4 {
    margin-top: 15px;
    color: #1f3c88;
    font-weight: 600;
}


/* CARD */

.testimonial-card {
    flex: 0 0 auto;
    width: 360px;
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.08); */
}


/* Desktop – 3 cards visible */


/* ===== DESKTOP (3 CARDS) ===== */

@media (min-width: 1025px) {
    .testimonial-card {
        width: calc((100% - 40px) / 3);
        /* 3 cards + gap */
    }
}


/* ===== TABLET (2 CARDS) ===== */

@media (max-width: 1024px) {
    .testimonial-card {
        width: calc((100% - 20px) / 2);
        /* 2 cards */
    }
}


/* ===== MOBILE (1 CARD ONLY) ===== */

@media (max-width: 600px) {
    .testimonial-card {
        width: 100%;
        /* full width */
    }
}

.testimonial-track {
    scroll-snap-type: x mandatory;
}

.testimonial-card {
    scroll-snap-align: start;
}


/* TOP */

.testimonial-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-info {
    background: #2f5da9;
    color: #fff;
    padding: 12px 22px;
    border-radius: 30px;
}

.testimonial-info h4 {
    font-size: 16px;
    margin: 0;
    color: #fff;
}

.testimonial-info span {
    font-size: 12px;
}


/* IMAGE */

.testimonial-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
}

.testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* BODY */

.testimonial-body {
    margin-top: 20px;
}

.stars {
    color: #f7b500;
    font-size: 18px;
    margin-bottom: 10px;
}

.testimonial-body p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.testimonial-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}

.testimonial-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #2f5da9;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.testimonial-btn:hover {
    background: #1f4a8a;
}


/* ---------- Our Core Philosophy ----*/

.ib-services-philosophy {
    background: #f8f9fc;
    padding: 20px 20px;
    font-family: "Poppins", sans-serif;
    padding-bottom: 35px !important;
}

.container {
    max-width: 1200px;
    margin: auto;
}


/* HEADING */

.services-heading-philosophy {
    font-size: 28px;
    color: #1f3c88;
    margin-bottom: 40px;
}


/* GRID */

.services-grid-philosophy {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}


/* SERVICE CARD */

.service-card-philosophy {
    background: #ffffff;
    padding: 30px 28px;
    border-radius: 14px;
    border-left: 6px solid #0277bd;
    border-right: 6px solid #0277bd;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.service-card-philosophy h3 {
    font-size: 18px;
    color: #0072ff;
    margin-bottom: 10px;
    text-align: center;
}

.service-card-philosophy p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}


/* HOVER */

.service-card-philosophy:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    border-left-color: #ffcc00;
    border-right-color: #ffcc00;
}


/* MOBILE */

@media (max-width: 768px) {
    .services-grid-philosophy {
        grid-template-columns: 1fr;
    }
    .ib-services-philosophy {
        padding: 40px 20px;
    }
    .service-card-philosophy {
        padding: 22px 20px;
    }
    .services-heading-philosophy {
        font-size: 22px;
        margin-bottom: 25px;
    }
}


/*-==== Philosophy ====*/


/* SECTION */

.philosophy {
    background: #f6f8fc;
    padding: 60px 20px;
    font-family: "Poppins", sans-serif;
}


/* CARD */

.philosophy-card {
    background: linear-gradient(135deg, #1f3c88, #ba2726);
    border-radius: 28px;
    padding: 45px 50px;
    max-width: 1000px;
    margin: auto;
    position: relative;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}


/* SMALL PILL LABEL (like image) */

.philosophy-badge {
    display: inline-block;
    background: #ba2726;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 20px;
    margin-bottom: 18px;
}


/* TITLE */

.philosophy-card h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}


/* TEXT */

.philosophy-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #f2f2f2;
    max-width: 850px;
}


/* OPTIONAL DECOR DOTS */

.philosophy-card::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 30px;
    width: 90px;
    height: 90px;
    background: radial-gradient(#fff 2px, transparent 2px);
    background-size: 14px 14px;
    opacity: 0.4;
}


/* RESPONSIVE */

@media (max-width: 768px) {
    .philosophy-card {
        padding: 30px 25px;
        border-radius: 22px;
    }
    .philosophy-card h2 {
        font-size: 22px;
    }
    .philosophy-card p {
        font-size: 15px;
    }
}


/* ========== home Slider Section ========== */


/* HERO SECTION */

.static-hero {
    background: linear-gradient(135deg, #f5fbff, #cfe9ff);
    padding: 60px 20px 30px 20px;
    overflow: hidden;
    position: relative;
    font-family: "Poppins", sans-serif;
    margin-top: 70px;
}

.static-hero .BC-heading {
    color: #ba2726;
    font-weight: 500;
    font-size: 36px;
    font-family: 'Kelmscott', sans-serif;
}


/* CONTAINER */

.hero-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.hero-container .enroll {
    color: #ba2726;
    font-weight: 800;
}

.hero-container .mainh1 {
    font-size: 35px;
}


/* IMAGES */

.hero-image {
    width: 30%;
    animation: float 6s ease-in-out infinite;
}

.hero-image img {
    width: 100%;
    max-width: 380px;
}


/* Left & Right spacing */

.hero-image.left {
    animation-delay: 0s;
}

.hero-image.right {
    animation-delay: 2s;
}


/* CENTER CONTENT */

.hero-content {
    width: 44%;
    text-align: center;
    color: #fff;
}


/* TEXT ANIMATIONS */

.hero-content h1,
.hero-content h2,
.hero-content p,
.hero-content a,
.hero-buttons {
    opacity: 0;
    transform: translateY(25px);
    animation: fadeUp 0.8s ease forwards;
}

.hero-content h1:nth-of-type(1) {
    animation-delay: 0.2s;
}

.hero-content p {
    animation-delay: 0.4s;
}

.hero-content h1:nth-of-type(2) {
    animation-delay: 0.6s;
}

.hero-content h2:nth-of-type(1) {
    animation-delay: 0.8s;
}

.whatsapp-btn:nth-of-type(1) {
    animation-delay: 1s;
}

.whatsapp-btn:nth-of-type(2) {
    animation-delay: 1.2s;
}

.hero-content h2:nth-of-type(2) {
    animation-delay: 1.4s;
}

.hero-buttons {
    animation-delay: 1.6s;
}


/* HEADINGS */

.hero-content h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
}

.hero-content h2 {
    font-size: 18px;
    font-weight: 400;
    margin: 18px 0;
    line-height: 1.6;
}

.hero-content p {
    font-size: 16px;
    opacity: 0.9;
}


/* WHATSAPP BUTTON */

.whatsapp-btn {
    display: inline-block;
    margin: 8px 10px;
    padding: 10px 20px;
    border-radius: 30px;
    background: #25d366;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.5);
}


/* COURSE BUTTONS */

.hero-buttons {
    margin-top: 25px;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-buttons a {
    padding: 10px 14px;
    border-radius: 22px;
    background: #1f3c88;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease;
}

.hero-buttons a:hover {
    background: #ffcc33;
    color: #000;
    transform: translateY(-3px);
}


/* FLOAT ANIMATION */

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}


/* TEXT FADE-UP */

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* RESPONSIVE */

@media (max-width: 992px) {
    .hero-container {
        flex-direction: column;
        margin: 40px 20px;
        padding: 40px 20px;
    }
    .hero-image {
        display: none;
    }
    .hero-content {
        width: 100%;
    }
    .hero-content h1 {
        font-size: 28px;
    }
    .static-hero {
        background: linear-gradient(135deg, #f5fbff, #cfe9ff);
        padding: 70px 20px 10px 20px;
        overflow: hidden;
        position: relative;
        font-family: "Poppins", sans-serif;
        margin-top: 100px;
    }
    .hero-content-copy .BC-heading {
        color: #ba2726;
        font-weight: 500;
        font-size: 25px !important;
        font-family: 'Kelmscott', sans-serif;
    }
}


/* ========== Video Testimonial Section ==========*/

.video-testimonial {
    background: #f8f9fc;
    padding: 70px 40px;
    font-family: "Poppins", sans-serif;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    color: #1f3c88;
    font-size: 30px;
}

.section-title p {
    font-size: 15px;
    color: #555;
}


/* GRID */

.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}


/* CARD */

.video-card {
    background: #fff;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}


/* FACEBOOK VIDEO FIX */

.fb-video-box {
    width: 100%;
    height: 240px;
    /* 👈 KEY FIX */
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 15px;
}

.fb-video-box iframe {
    width: 100%;
    height: 100%;
    border: none;
}


/* TEXT */

.video-card h4 {
    font-size: 17px;
    color: #1f3c88;
    margin-bottom: 6px;
}

.video-card p {
    font-size: 14.5px;
    color: #333;
}


/* RESPONSIVE */

@media (max-width: 992px) {
    .video-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .video-grid {
        grid-template-columns: 1fr;
    }
    .fb-video-box {
        height: 220px;
    }
}


/*we covered subjects --*/


/* ===== IB SUBJECTS SECTION ===== */

.ib-subjects {
    padding: 20px 20px;
    background: url("images/backgroundimg/background1.png") no-repeat center center;
    background-size: cover;
    padding-bottom: 35px !important;
}


/* GRID */

.subjects-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    max-width: 1200px;
    margin: auto;
}


/* FIRST ROW → 2 ITEMS */

.subject-box.wide {
    grid-column: span 2;
}


/* SUBJECT CARD */

.subject-box {
    background: linear-gradient( 135deg, #64cffd 0%, #2f80ed 100%);
    color: #fff;
    border-radius: 16px 0px 16px 0px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    /*   color: #000;
 */
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
}

.subject-box i {
    font-size: 20px;
    min-width: 42px;
    min-height: 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #1f3c88;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
}

.subject-box h3 a {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
}

.subject-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.ib-subjects .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 16px;
    box-sizing: border-box;
}


/* First two subjects wide */

.subjects-grid .subject-box:nth-child(1),
.subjects-grid .subject-box:nth-child(2) {
    grid-column: span 2;
}


/* Text */

.subject-box h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.3px;
    line-height: 1.4;
}


/* Hover */

.subject-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px color-mix(in srgb, var(--accent) 40%, transparent);
}

@media (max-width: 992px) {
    .subjects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .subject-box.wide {
        grid-column: span 2;
    }
    .subject-box {
        background: linear-gradient( 135deg, #64cffd 0%, #2f80ed 100%);
        color: #fff;
        border-radius: 16px 0px 16px 0px;
        padding: 14px 20px;
        display: flex;
        align-items: center;
        gap: 14px;
        /*   color: #000;
 */
        box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
        transition: all 0.3s ease;
    }
}

@media (max-width: 640px) {
    .subjects-grid {
        grid-template-columns: 1fr !important;
    }
    .subject-box,
    .subject-box.wide {
        grid-column: span 1 !important;
    }
}


/*========== FAQ Section ==========*/


/* ===== FAQ SECTION STYLING ===== */

.faq {
    padding: 20px 20px;
    background: #f9fafb;
}

.faq-wrapper-alt {
    max-width: 1200px;
    margin: auto;
}

.faq-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 20px 24px;
    margin-bottom: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.35s ease;
    position: relative;
    transition: all 0.35s ease;
    border-left: 4px solid #ffcc33;
    border-right: 4px solid #ffcc33;
}


/* Hover lift */

.faq-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.15);
}


/* Question */

.faq-q {
    font-size: 16px;
    font-weight: 600;
    color: #1f3c88;
    padding-right: 30px;
}


/* Plus / minus icon */

.faq-q::after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 22px;
    font-size: 22px;
    color: #2563eb;
    transition: transform 0.3s ease;
    color: #e79800;
}

/* Answer */
.faq-a {
    max-height: 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.7;
    color: #374151;
    opacity: 0;
    transition: all 0.4s ease;
}

/* ===== ACTIVE / HOVER OPEN ===== */
.faq-box:hover .faq-a,
.faq-box.active .faq-a {
    max-height: 400px;
    opacity: 1;
    margin-top: 14px;
}

.faq-box:hover .faq-q,
.faq-box.active .faq-q {
    color: #e79800;
}

.faq-box:hover .faq-q::after,
.faq-box.active .faq-q::after {
    content: "−";
    transform: rotate(180deg);
}

/* ===== MOBILE FRIENDLY ===== */
@media (max-width: 768px) {
    .faq-q {
        font-size: 15px;
    }
    .faq-a {
        font-size: 14px;
    }
    /* Disable hover lift on mobile */
    .faq-box:hover {
        transform: none;
    }
}

/* ========== home Slider Section Copy Index ========== */
.static-hero-copy {
    background: linear-gradient(to right, #d7e8ff 20%, #FEFEFE 100%);
    padding: 0 0 10px;
    overflow: hidden;
    position: relative;
}

/* Background image sits on the RIGHT, text flows on the LEFT */
.hero-container-copy {
    max-width: 1400px;
    margin: 0 auto;
    min-height: 510px;
    position: relative;
    display: flex;
    align-items: center;
    background-image: url('images/slider/bc-background4.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100%;
    margin-top: -35px;
}

/* ===== LEFT CONTENT ===== */
.hero-content-copy {
    flex: 0 0 55%;
    max-width: 685px;
    padding: 0px 0px 40px 70px;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #d8e0ef;
    border-radius: 30px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #0A2A5E;
    margin-bottom: 22px;
}

.hero-badge i {
    color: #0A2A5E;
}

.hero-badge strong {
    color: #B21E24;
}

.mainh1 {
    font-size: 44px;
    line-height: 1.1;
    font-weight: 800;
    color: #142A5E;
    margin: 0 0 18px;
}

.highlight-red {
    display: block;
    color: #A32125;
    margin-top: 25px;
    font-size: 48px;
}

.hero-subtext-home {
    font-size: 20px;
    font-weight: 700;
    color: #0A2A5E;
    margin-bottom: 28px;
    max-width: 520px;
    margin-top: 25px;
}

.hero-cta-row {
    /* display: flex; */
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.whatsapp-btn-copy {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1f7a33;
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 15px;
    transition: background 0.3s;
}
.whatsapp-btn-copy:hover {
    background: #166128;
}

/* LOCATION BAR BELOW SLIDER */
.location-bar {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 12px 18px;
    margin: 15px auto 0;
    margin-right: 20px;
    background: linear-gradient(135deg, #e0f2fe, #f0f9ff);
    border: #0072ff 1px solid;
    border-radius: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #0f172a;
    box-shadow: 0 8px 18px rgba(2, 132, 199, 0.15);
    animation: slideFade 0.6s ease;
    margin-left: 4px;
}

/* ICON */
.location-icon {
    font-size: 16px;
}

/* TEXT */
.location-icon-copy {
    font-style: normal;
    font-weight: 600;
    color: #ff0e06;
}

.location-text-copy {
    color: #000;
}


/* SUBTLE HOVER */
.location-bar:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(2, 132, 199, 0.25);
}

/* ===== FLOATING FEATURE CARDS ===== */
.hero-visual-copy {
    flex: 1;
    position: relative;
    align-self: stretch;
}

.feature-cards {
    position: absolute;
    left: 15%;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 3;
}

.f-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 12px;
    padding: 10px 16px;
    box-shadow: 0 6px 18px rgba(10, 42, 94, 0.12);
}

.f-card p {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: #0A2A5E;
    line-height: 1.2;
}

.f-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    flex-shrink: 0;
}

.f-icon.blue {
    background: #1d4ed8;
}

.f-icon.red {
    background: #B21E24;
}

.f-icon.dark {
    background: #0A2A5E;
}

/* ===== BRIDGE COURSES ===== */
.bridge-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 30px 0;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: -75px;
}

/* ===== ENROL TITLE PILL WITH GOLD LINES ===== */
.enroll-copy {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 14px;
    margin-bottom: 4px;
    position: relative;
    z-index: 3;
    background: linear-gradient(180deg, #FFF7E6 0%, #FDECC3 100%);
    border: 2px solid #E8A72E;
    color: #082A5A;
}

.enroll-copy i {
    color: #F5A623;
    font-size: 20px;
}

.enroll-line {
    height: 2px;
    width: 45px;
    background: #F5A623;
    display: inline-block;
}

/* ===== LIGHT TRAY BEHIND BUTTONS ===== */
.hero-buttons-copy {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 16px;
    padding: 18px 80px;
    margin-top: -30px;
    /* pulls tray up so title overlaps its top edge */
    padding-top: 40px;
    box-shadow: 0 4px 14px rgba(10, 42, 94, 0.08);
}

.course-btn {
    flex: 1;
    min-width: 280px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 8px 15px;
    border-radius: 12px;
    color: #fff !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: .35s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .18);
}

/* Circle Icon */
.course-btn i {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border: 2px solid rgba(255, 255, 255, .75);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}

/* Hover */
.course-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .25);
}

/* Left Light Glow */
.course-btn::before {
    content: "";
    position: absolute;
    left: -70px;
    top: -60px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(255, 255, 255, .18) 0%, transparent 70%);
    pointer-events: none;
}

/* DP */
.btn-dp {
    background: linear-gradient(135deg, #F7C85B 0%, #D99A26 100%);
    color: #082A5A!important;
}

.btn-dp i {
    color: #082A5A!important;
    border: 2px solid #082A5A!important;
}


/* MYP */
.btn-myp {
    background: linear-gradient(135deg, #1598B8 0%, #04708F 100%);
    color: #FFFFFF;
}


/* PYP */
.btn-pyp {
    background: linear-gradient(135deg, #6E43A8 0%, #3E216F 100%);
    color: #FFFFFF;
}

.tablet-text {
    display: none;
}

/* ============================================================
   RESPONSIVE — replace your existing media queries with these
   ============================================================ */

@media only screen and (min-width:768px) and (max-width:1024px) {
    .hero-cta-row {
        display: flex;
        align-items: center;
        gap: 70px;
        flex-wrap: nowrap;
    }
    .whatsapp-btn-copy {
        flex: 1;
        justify-content: center;
        padding: 12px 16px;
        font-size: 14px;
    }
    .desktop-text {
        display: none;
    }
    .location-bar {
        flex: 0 0 auto;
        margin: 0;
        padding: 12px 16px;
        white-space: nowrap;
        font-size: 13px;
        margin-left: -50px!important;
    }
    .whatsapp-btn-copy {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
        padding: 12px 16px;
        font-size: 14px;
        white-space: nowrap;
    }
    .whatsapp-btn-copy .tablet-text {
        display: inline;
    }
}

/* ===========================================
   TABLET (768px - 1024px)
=========================================== */

@media only screen and (max-width:1024px) {
    .static-hero-copy {
        padding-bottom: 30px;
        
    }
    .hero-container-copy {
        min-height: 430px;
        background-size: 100%;
        background-position: top center;
    }
    .hero-content-copy {
        flex: 0 0 60%;
        max-width: 60%;
        padding: 20px 20px 20px 35px;
        margin-top: 0;
    }
    .mainh1 {
        font-size: 30px;
        line-height: 1.2;
    }
    .highlight-red {
        font-size: 32px;
        margin-top: 15px;
    }
    .hero-subtext-home {
        font-size: 17px;
        max-width: 420px;
    }
    .hero-badge {
        font-size: 12px;
        padding: 5px 16px;
    }
    .whatsapp-btn-copy {
        font-size: 14px;
        padding: 10px 16px;
    }
    .feature-cards {
        position: absolute;
        left: 4%;
        top: 80px;
        display: flex;
        flex-direction: column;
        gap: 14px;
        z-index: 3;
    }
    .bridge-section {
        margin-top: -65px;
        padding: 15px 20px;
    }
    .hero-buttons-copy {
        padding: 18px;
        margin-top: -15px;
    }
    .course-btn {
        min-width: 220px;
        font-size: 15px;
        gap: 12px;
        padding: 12px 15px;
    }
    .course-btn i {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 18px;
    }
}

/* ===========================================
   MOBILE (Below 768px)
=========================================== */

@media only screen and (max-width:767px) {
    .static-hero-copy {
        padding-bottom: 25px;
      
    }
    .hero-container-copy {
        display: block;
        min-height: auto;
        /* Hide background image */
        background-image: none;
        margin-top: 20px;
    }
    .hero-content-copy {
        max-width: 100%;
        padding: 15px 20px;
        text-align: center;
    }
    .hero-badge {
        font-size: 12px;
        padding: 8px 14px;
        margin-bottom: 18px;
    }
    .mainh1 {
        font-size: 30px;
        line-height: 1.25;
    }
    .highlight-red {
        font-size: 32px;
        margin-top: 12px;
    }
    .hero-subtext-home {
        font-size: 16px;
        max-width: 100%;
        margin: 18px auto 25px;
    }
    .hero-cta-row {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .whatsapp-btn-copy {
        width: 100%;
        justify-content: center;
        font-size: 15px;
    }
    .location-bar {
        width: 100%;
        justify-content: center;
        margin: 0;
        font-size: 13px;
    }
    .hero-visual-copy,
    .feature-cards {
        display: none;
    }
    .bridge-section {
        margin-top: 20px;
        padding: 0 15px;
    }
    .enroll-copy {
        font-size: 16px;
        padding: 10px 18px;
        line-height: 1.4;
    }
    .enroll-line {
        display: none;
    }
    .hero-buttons-copy {
        margin-top: 15px;
        padding: 15px;
        gap: 12px;
    }
    .course-btn {
        width: 100%;
        min-width: 100%;
        justify-content: flex-start;
        font-size: 15px;
        padding: 14px 16px;
    }
    .course-btn i {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 18px;
    }
}


/*===== Animation =======*/

.hero-content-copy {
    animation: heroFadeUp 0.9s ease forwards;
}

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-badge {
    animation: badgePop 0.8s ease .2s both;
}

@keyframes badgePop {
    0% {
        opacity: 0;
        transform: translateY(-15px) scale(.9);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.mainh1 {
    animation: titleSlide 1s ease .4s both;
}

@keyframes titleSlide {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.highlight-red {
    animation: glowText 3s infinite alternate;
}

@keyframes glowText {
    from {
        text-shadow: 0 0 0 rgba(163, 33, 37, 0);
    }
    to {
        text-shadow: 0 0 18px rgba(163, 33, 37, .25);
    }
}

.hero-subtext-home {
    animation: fadeIn .8s ease .7s both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.whatsapp-btn-copy {
    animation: pulseBtn 2.5s infinite;
}

@keyframes pulseBtn {
    0% {
        box-shadow: 0 0 0 0 rgba(31, 122, 51, .5);
    }
    70% {
        box-shadow: 0 0 0 16px rgba(31, 122, 51, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(31, 122, 51, 0);
    }
}

.f-card {
    animation: floatCard 4s ease-in-out infinite;
}

.f-card:nth-child(2) {
    animation-delay: .8s;
}

.f-card:nth-child(3) {
    animation-delay: 1.6s;
}

@keyframes floatCard {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.course-btn {
    animation: cardUp .8s ease both;
    justify-content: center;
}

.course-btn:nth-child(1) {
    animation-delay: .2s;
}

.course-btn:nth-child(2) {
    animation-delay: .4s;
}

.course-btn:nth-child(3) {
    animation-delay: .6s;
}

@keyframes cardUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Hide cards initially */

.f-card {
    opacity: 0;
    animation-duration: .8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}


/* 1st Card - From Left */

.f-card:nth-child(1) {
    animation-name: slideFromLeft;
    animation-delay: .3s;
}


/* 2nd Card - From Right */

.f-card:nth-child(2) {
    animation-name: slideFromRight;
    animation-delay: .7s;
}


/* 3rd Card - From Left */

.f-card:nth-child(3) {
    animation-name: slideFromLeft;
    animation-delay: 1.1s;
}


/* Left Animation */

@keyframes slideFromLeft {
    from {
        opacity: 0;
        transform: translateX(-120px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* Right Animation */

@keyframes slideFromRight {
    from {
        opacity: 0;
        transform: translateX(120px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.f-card:nth-child(1) {
    animation: slideFromLeft .8s ease-out .3s forwards, floatCard 4s ease-in-out 1.3s infinite;
}

.f-card:nth-child(2) {
    animation: slideFromRight .8s ease-out .7s forwards, floatCard 4s ease-in-out 1.7s infinite;
}

.f-card:nth-child(3) {
    animation: slideFromLeft .8s ease-out 1.1s forwards, floatCard 4s ease-in-out 2.1s infinite;
}

@keyframes floatCard {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}


/* Fade Up Animation */


/* ===== Enrol Heading Zoom Up Animation ===== */

.enroll-copy {
    /* Animation */
    opacity: 0;
    animation: zoomUp 0.6s ease-out forwards;
}

@keyframes zoomUp {
    0% {
        opacity: 0;
        transform: translateY(-15px) scale(.9);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.course-btn:hover {
    transform: translateY(-8px) scale(1.03);
    transition: .35s ease;
}


/*===== Philosophy ====*/


/* SECTION */

.philosophy-copy {
    background: #f4f7fb;
    padding: 20px 0px;
    font-family: "Poppins", sans-serif;
}


/* WRAPPER */

.philosophy-wrapper {
    max-width: 100%;
    margin: auto;
    position: relative;
}


/* LEFT RED CARD */

.philosophy-card-copy {
    width: 100%;
    height: 389px;
    background: #1f3c88;
    color: #fff;
    padding: 60px 40px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.philosophy-img {
    margin-top: -60px!important;
    height: 300px;
    width: 690px;
}


/* BADGE */

.philosophy-badge-copy {
    background: #ffcc00;
    color: #000;
    padding: 18px 20px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
}


/* TEXT */

.philosophy-card-copy h3 {
    font-size: 18px!important;
    margin: 40px 0 20px 0;
    color: #fff;
}

.philosophy-card-copy p {
    font-size: 16px;
    line-height: 1.7;
    max-width: 600px;
    color: #fff;
}


/* RIGHT FORM (ATTACHED AT END) */

.philosophy-form {
    width: 35%;
    background: #fff;
    padding: 12px;
    border-radius: 0px 16px 16px 0px;
    position: absolute;
    right: 0;
    bottom: -0px;
    z-index: 2;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}


/* FORM STYLE */

.philosophy-form h3 {
    margin-bottom: 10px;
    color: #1f3c88;
    text-align: center;
    font-size: 18px!important;
}

.philosophy-form input,
.philosophy-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 16px!important;
}

.philosophy-form button {
    width: 100%;
    padding: 12px;
    border: none;
    background: #1f3c88;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
}

.philosophy-form button:hover {
    background: #ba2726;
}


/* RESPONSIVE */

@media (max-width: 992px) {
    .philosophy-card-copy {
        width: 100%;
        padding: 40px 25px;
    }
    .philosophy-form {
        position: relative;
        width: 100%;
        bottom: 0;
        margin-top: 20px;
        border-radius: 16px;
    }
}


/* LEFT CARD BORDER BASE */

.philosophy-card-copy {
    position: relative;
    overflow: hidden;
}


/* ANIMATED BORDER */

.philosophy-card-copy::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0%;
    background: #ffcc33;
    transition: width 0.5s ease;
    border-radius: 2px;
}


/* 🔥 HOVER FORM → TRIGGER CARD BORDER */

.philosophy-form:hover~.philosophy-card-copy::after,
.philosophy-wrapper:hover .philosophy-card-copy::after {
    width: 100%;
}


/* ===== Main Services Sections Button ====*/


/* SECTION */

.main-services-copy {
    background: #f4f7fb;
    padding: 20px 20px;
    font-family: "Poppins", sans-serif;
    padding-bottom: 35px !important;
}

.container-copy {
    max-width: 1200px;
    margin: auto;
}


/* GRID */

.services-grid-mainservices-copy {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}


/* SERVICE BOX */

.service-box-copy {
    --accent: #0277bd;
    background: linear-gradient(145deg, color-mix(in srgb, var(--accent) 85%, #000), color-mix(in srgb, var(--accent) 55%, #000));
    border-radius: 12px;
    padding: 5px 12px;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s ease;
}


/* GLOW BORDER */

.service-box-copy::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0277bd, #4fc3f7, #0277bd);
    background-size: 200%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.8;
    transition: 0.4s;
    pointer-events: none;
}


/* TEXT */

.service-box-copy h3 a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.4px;
}


/* HOVER EFFECT */

.service-box-copy:hover {
    transform: translateY(-10px) scale(1.04);
    box-shadow: 0 20px 50px rgba(2, 119, 189, 0.35);
}


/* BORDER ANIMATION ON HOVER */

.service-box-copy:hover::before {
    opacity: 1;
    background-position: 200%;
}


/* SUBTLE SHINE EFFECT */

.service-box-copy::after {
    content: "";
    position: absolute;
    top: -100%;
    left: -50%;
    width: 200%;
    height: 300%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: rotate(25deg);
    transition: 0.5s;
    pointer-events: none;
}

.service-box-copy:hover::after {
    top: 100%;
}


/* RESPONSIVE */

@media (max-width: 992px) {
    .services-grid-mainservices-copy {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .services-grid-mainservices-copy {
        grid-template-columns: 1fr;
    }
}


/*====== Out Tutors =====*/

.tutors-section,
.tutors-grid-wrapper,
.tutors-container {
    position: relative;
}

.tutor-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 10;
}


/*======= Achievement Card (Premium Upgrade) ==========*/


/* SECTION */

.achievement-section-copy {
    background: linear-gradient(135deg, #eef5fb, #f8fbff);
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}


/* CARD */

.achievement-box-copy {
    max-width: 1200px;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding: 60px 40px;
    border-radius: 18px;
    position: relative;
    backdrop-filter: blur(10px);
    border-left: 6px solid #1f3c88;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 0 0 rgba(31, 60, 136, 0);
    transition: all 0.35s ease;
    overflow: visible;
}


/* SOFT TOP HIGHLIGHT */

.achievement-box-copy::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: skewX(-20deg);
    transition: 0.6s;
}


/* HOVER EFFECT */

.achievement-box-copy:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 20px 50px rgba(31, 60, 136, 0.15), 0 0 20px rgba(2, 119, 189, 0.15);
}


/* SHINE ANIMATION */

.achievement-box-copy:hover::before {
    left: 100%;
}


/* TEXT */

.achievement-box-copy p {
    color: #2b2b2b;
    line-height: 1.6;
    margin: 0;
}

.achievement-box-copy strong {
    color: #1f3c88;
    position: relative;
}


/* UNDERLINE ANIMATION */

.achievement-box-copy strong::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background: #ba2726;
    transition: 0.3s;
}

.achievement-box-copy:hover strong::after {
    width: 100%;
}


/* BADGE */

.achievement-badge-copy {
    position: absolute;
    top: -14px;
    left: 30px;
    background: #0277bd;
    color: #fff;
    font-size: 16px;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 600;
    box-shadow: 0 6px 15px rgba(186, 39, 38, 0.3);
}


/* LEFT BORDER GLOW */

.achievement-box-copy:hover {
    border-left-color: #0277bd;
}


/* FLOATING DOT DECOR */

.achievement-box-copy::after {
    content: "";
    position: absolute;
    right: 25px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background: radial-gradient(#1f3c88 2px, transparent 2px);
    background-size: 12px 12px;
    opacity: 0.15;
}


/* RESPONSIVE */

@media (max-width: 768px) {
    .achievement-box-copy {
        padding: 25px;
    }
    .philosophy-card-copy {
        height: 430px;
    }
}


/*=========== Testimonial Buttons ==========*/


/* PARENT MUST BE RELATIVE */

#testimonial-track {
    position: relative;
}


/* CONTROLS WRAPPER */

.testimonial-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 10;
}


/* BUTTON STYLE */

.testimonial-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #1f3c88;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}


/* LEFT BUTTON */

#prev {
    margin-left: -30px;
}


/* RIGHT BUTTON */

#next {
    margin-right: -30px;
}

@media (max-width: 992px) {
    #prev {
        margin-left: -10px;
    }
    #next {
        margin-right: -10px;
    }
    .testimonial-btn {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: none;
        background: #1f3c88;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        transition: 0.3s;
    }
    .tutor-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: none;
        background: #1f3c88;
        color: #ffffff;
        font-size: 20px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s ease, transform 0.2s ease;
        pointer-events: auto;
    }
}


/* HOVER */

.testimonial-btn:hover {
    background: #ffcc33;
    color: #fff;
    transform: scale(1.1);
}


/*=========== Video Testimonial ========*/


/* ===== SECTION ===== */

.video-testimonial-copy {
    background: #eeedf8;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}


/* ===== SLIDER ===== */

.video-grid-copy {
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    gap: 10px;
    padding: 20px 0;
}


/* ===== 2 VIDEOS PER SLIDE ===== */

.video-item-copy {
    min-width: 50%;
    flex: 0 0 48%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ===== VIDEO CARD ===== */

.video-card-copy,
.video-card-sub-copy {
    width: 100%;
    max-width: 550px;
    height: 350px;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ===== VIDEO ===== */

.fb-video-box-copy {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* IFRAME FIX */

.fb-video-box-copy iframe {
    height: 100%;
    width: 380px;
    aspect-ratio: 9 / 16;
    border: none;
}


/* ===== HORIZONTAL VIDEO (16:9) ===== */

.fb-video-box-copy.horizontal iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}


/* ===== BUTTONS ===== */

.video-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 20;
    pointer-events: none;
}

.video-btn {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #1f3c88;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    pointer-events: auto;
    transition: 0.3s ease;
}

.video-btn:hover {
    background: #ffcc33;
    transform: scale(1.08);
}


/* ===== MOBILE ===== */

@media(max-width:768px) {
    .video-item-copy {
        min-width: 100%;
        flex: 0 0 100%;
    }
    .video-card-copy,
    .video-card-sub-copy {
        height: 280px;
    }
}

.fb-video-box-copy.horizontal {
    width: 100%;
    height: 100%;
}

.fb-video-box-copy.horizontal iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}

.tutors-section {
    background-color: #f9f5fc;
}


/* GLOW */

@keyframes pulseGlow {
    0%,
    100% {
        transform: scale(1);
        opacity: .8;
    }
    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    /* Center heading */
    .enroll-mobile {
        text-align: center;
        align-items: center;
        font-size: 22px!important;
    }
    /* Center button container */
    .hero-buttons-copy {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }
    /* Make buttons full width but centered look */
    .hero-buttons-copy h3 {
        width: 100%;
        text-align: center;
    }
    .hero-buttons-copy a {
        width: 85%;
        /* nice centered width */
        margin: auto;
    }
}


/* ===== TABLET VIEW ===== */

@media (min-width: 769px) and (max-width: 1024px) {
    .hero-buttons-copy {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        flex-wrap: nowrap;
    }
    .hero-buttons-copy h3 {
        margin: 0;
    }
    .hero-buttons-copy a {
        padding: 10px 14px;
        white-space: nowrap;
    }
    .static-hero-copy .hero-content-copy {
        padding-top: 10px;
    }
}

.bottom-copy .secondary {
    background-color: #1f3c88;
}


/*-- Redirect Button ======*/

.rediect-button {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.redirect-btn-card {
    display: flex;
    justify-content: left;
    margin-top: -140px;
    margin-left: 60px;
}

.redirect-btn-card a {
    display: inline-block;
    padding: 14px 34px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    background: linear-gradient(135deg, #1f3c88, #4f6edb);
    box-shadow: 0 8px 25px rgba(31, 60, 136, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.rediect-button a {
    display: inline-block;
    padding: 14px 34px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    background: linear-gradient(135deg, #1f3c88, #4f6edb);
    box-shadow: 0 8px 25px rgba(31, 60, 136, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.rediect-button a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: 0.5s;
}

.rediect-button a:hover::before {
    left: 100%;
}

.rediect-button a:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(31, 60, 136, 0.4);
}

@media (max-width: 768px) {
    .footer .footerTop {
        text-align: center;
        align-items: center;
    }
    .footerTop .menu {
        margin-left: 40px !important;
    }
    .contactUs {
        text-align: left;
        align-items: left;
    }
    .address {
        text-align: left;
        align-items: left;
    }
    .border-bottom1 {
        margin-left: 111px;
    }
    #contactUs {
        text-align: left;
        align-items: left;
    }
}

#services,
#subjects,
#tutors {
    scroll-margin-top: 100px;
}

@media (max-width: 768px) {
    /* FORCE MENU TO STACK */
    .menu.medium-horizontal {
        display: block !important;
        flex-direction: column !important;
        width: 100%;
        margin-left: 30px !important;
    }
    /* EACH ITEM FULL WIDTH */
    .menu.medium-horizontal>li {
        display: block !important;
        width: 100%;
        float: none !important;
    }
    /* LINKS FULL WIDTH */
    .menu.medium-horizontal>li>a {
        display: block;
        width: 100%;
        padding: 12px 15px;
        border-bottom: 1px solid #eee;
        text-align: left;
    }
    /* REMOVE RIGHT FLOAT */
    .float-right {
        float: none !important;
    }
    /* FIX NAV WRAP */
    #responsive-menu {
        width: 100%;
    }
    /* HAMBURGER MENU ALIGN */
    .top-bar {
        text-align: left;
    }
}


/* =========================
   HEADER STYLE (CLEAN)
========================= */


/* Menu alignment */

.new-header1 {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
}


/* Menu links */

.new-header1>li>a {
    color: #174873;
    font-weight: 600;
    padding: 15px 5px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}


/* Hover + Active */

.new-header1>li>a:hover,
.new-header1>li.active>a {
    color: #e79800;
    border-bottom: 2px solid #e79800;
}


/* =========================
   MEGA MENU
========================= */


/* Parent */

.mega-parent {
    position: relative;
}


/* Mega container */

.mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 750px;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    display: none;
    z-index: 99999;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    overflow: visible;
}


/* SHOW on hover */

.mega-parent:hover .mega-menu {
    display: block;
}


/* GRID */

.mega-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}


/* BUTTON STYLE */

.mega-grid a {
    display: block;
    background: #fff;
    color: #174873 !important;
    border: 1px solid #174873;
    padding: 12px;
    text-align: center;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
    transition: 0.3s;
    box-sizing: border-box;
    border-bottom: 1px solid #174873 !important;
    padding-top: 10px !important;
}


/* Hover */


/* .mega-grid a:hover {
  background: #e79800;
  color: #fff !important;
  border-color: #e79800;
  transform: translateY(-3px);
} */


/* ===============================
   REMOVE OLD DROPDOWN
=============================== */

.top-bar ul ul,
.is-dropdown-submenu {
    display: none !important;
}


/* DESKTOP ONLY */

@media (min-width: 769px) {
    .mega-menu {
        display: none;
    }
    .mega-parent:hover .mega-menu {
        display: block;
    }
    /* Hide + button on desktop */
    .submenu-toggle {
        display: none;
    }
}


/* ===============================
   MOBILE VIEW
=============================== */

@media (max-width: 768px) {
    /* FORCE VERTICAL MENU */
    .menu.medium-horizontal {
        display: block !important;
    }
    .menu.medium-horizontal>li {
        display: block;
        width: 100%;
    }
    .menu.medium-horizontal>li>a {
        display: block;
        padding: 12px;
        border-bottom: 1px solid #eee;
    }
    /* REMOVE MEGA DESIGN */
    .mega-menu {
        position: static;
        width: 100%;
        transform: none;
        background: transparent;
        box-shadow: none;
        padding: 0;
        display: none;
    }
    /* NORMAL LIST */
    .mega-grid {
        display: block;
    }
    .mega-grid a {
        border: none;
        text-align: left;
        padding: 10px 20px;
        background: transparent;
    }
    /* SHOW TOGGLE BUTTON */
    .submenu-toggle {
        display: block;
        position: absolute;
        right: 15px;
        top: 12px;
        font-size: 18px;
        cursor: pointer;
    }
    /* SCROLLABLE MENU */
    #responsive-menu {
        max-height: 80vh;
        overflow-y: auto;
    }
    .mega-parent:hover .mega-menu {
        display: none !important;
    }
    .mega-parent.active .mega-menu {
        display: block !important;
    }
}


/* =========================
   MEGA MENU --- Subject
/* Mega container */

.mega-menu-subject {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px !important;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    display: none;
    z-index: 99999;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    overflow: visible;
}


/* Mega container */

.mega-menu-course {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 850px !important;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    display: none;
    z-index: 99999;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    overflow: visible;
}

.packages-menu {
    position: absolute;
    top: 100%;
    right: 50%;
    left: 0;
    transform: translateX(-80%);
    width: 1000px !important;
}


/* SHOW on hover */

.mega-parent:hover .mega-menu-subject {
    display: block;
}

.mega-parent:hover .mega-menu-course {
    display: block;
}


/* GRID */

.mega-grid-subject {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.mega-grid-course {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}


/* BUTTON STYLE */

.mega-grid-subject a {
    display: block;
    background: #fff;
    color: #174873 !important;
    border: 1px solid #174873;
    padding: 16px;
    text-align: center;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
    transition: 0.3s;
    box-sizing: border-box;
    border-bottom: 1px solid #174873 !important;
    padding-top: 10px !important;
}

.mega-grid-course a {
    display: block;
    background: #fff;
    color: #174873 !important;
    border: 1px solid #174873;
    padding: 16px;
    text-align: center;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
    transition: 0.3s;
    box-sizing: border-box;
    border-bottom: 1px solid #174873 !important;
    padding-top: 10px !important;
}


/* ===============================
   REMOVE OLD DROPDOWN
=============================== */

.top-bar ul ul,
.is-dropdown-submenu {
    display: none !important;
}

@media(max-width:992px) {
    .mega-menu {
        margin-left: 20px!important;
    }
}


/* DESKTOP ONLY */

@media (min-width: 769px) {
    .mega-menu-subject {
        display: none;
    }
    .mega-parent:hover .mega-menu-subject {
        display: block;
    }
    .mega-menu-course {
        display: none;
    }
    .mega-parent:hover .mega-menu-course {
        display: block;
    }
    /* Hide + button on desktop */
    .submenu-toggle {
        display: none;
    }
}


/* ===============================
   MOBILE VIEW
=============================== */

@media (max-width: 768px) {
    /* FORCE VERTICAL MENU */
    .menu.medium-horizontal {
        display: block !important;
    }
    .menu.medium-horizontal>li {
        display: block;
        width: 100%;
    }
    .menu.medium-horizontal>li>a {
        display: block;
        padding: 12px;
        border-bottom: 1px solid #eee;
    }
    /* REMOVE MEGA DESIGN */
    .mega-menu-subject {
        position: static;
        width: 100%;
        transform: none;
        background: transparent;
        box-shadow: none;
        padding: 0;
        display: none;
    }
    /* REMOVE MEGA DESIGN */
    .mega-menu-course {
        position: static;
        width: 100%;
        transform: none;
        background: transparent;
        box-shadow: none;
        padding: 0;
        display: none;
    }
    /* NORMAL LIST */
    .mega-grid-subject {
        display: block;
    }
    .mega-grid-subject a {
        border: none;
        text-align: left;
        padding: 10px 20px;
        background: transparent;
    }
    /* NORMAL LIST */
    .mega-grid-course {
        display: block;
    }
    .mega-grid-course a {
        border: none;
        text-align: left;
        padding: 10px 20px;
        background: transparent;
    }
    /* SHOW TOGGLE BUTTON */
    .submenu-toggle {
        display: block;
        position: absolute;
        right: 15px;
        top: 12px;
        font-size: 18px;
        cursor: pointer;
    }
    /* SCROLLABLE MENU */
    #responsive-menu {
        max-height: 80vh;
        overflow-y: auto;
    }
    .mega-parent:hover .mega-menu-subject {
        display: none !important;
    }
    .mega-parent.active .mega-menu-subject {
        display: block !important;
    }
    .mega-parent:hover .mega-menu-course {
        display: none !important;
    }
    .mega-parent.active .mega-menu-course {
        display: block !important;
    }
}


/* MEGA MENU tutors*/

.mega-menu-tutor {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    display: none;
    z-index: 99999;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    align-items: center;
    text-align: center;
}


/* SHOW */

.mega-parent:hover .mega-menu-tutor {
    display: block;
}


/* GRID */

.mega-grid-tutor {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}


/* INLINE ITEM */

.tutor-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 10px;
    border-radius: 8px;
    transition: 0.3s;
    border: #174873 solid 1px;
    border-bottom: #174873 solid 1px !important;
    flex-direction: column;
    text-align: center;
    gap: 6px;
}


/* IMAGE */

.tutor-inline img {
    width: 40px;
    height: 40px;
    padding: 4px;
    border-radius: 50%;
    object-fit: cover;
}


/* NAME */

.tutor-inline span {
    font-size: 14px;
    font-weight: 600;
    color: #174873;
    line-height: 1.2;
}


/* DESCRIPTION */

.tutor-inline p {
    margin: 0;
    font-size: 10px;
    color: #007aff;
    line-height: 1.2;
}


/* HOVER */

.tutor-inline:hover {
    background: #f5f5f5;
}


/* ================= MOBILE ================= */

@media (max-width: 768px) {
    .mega-menu-tutor {
        position: static;
        width: 100%;
        transform: none;
        background: transparent;
        box-shadow: none;
        padding: 0;
        display: none;
    }
    .mega-grid-tutor {
        display: block;
    }
    /* 🔥 BACK TO INLINE (ROW) */
    .tutor-inline {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        padding: 10px 15px;
        text-align: left;
    }
    /* IMAGE LEFT */
    .tutor-inline img {
        width: 40px;
        height: 40px;
    }
    /* NAME RIGHT */
    .tutor-inline span {
        font-size: 14px;
        font-weight: 600;
        color: #dee8ff;
    }
    /* ❌ HIDE DESCRIPTION */
    .tutor-inline p {
        display: none;
    }
    /* TOGGLE BUTTON */
    .submenu-toggle {
        display: block;
        position: absolute;
        right: 15px;
        top: 12px;
        cursor: pointer;
    }
    /* DISABLE HOVER */
    .mega-parent:hover .mega-menu-tutor {
        display: none !important;
    }
    /* CLICK SHOW */
    .mega-parent.active .mega-menu-tutor {
        display: block !important;
    }
    .tutor-inline:hover {
        background-color: transparent;
    }
}

.form1-submit:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.form2-submit:disabled {
    background: #ccc;
    cursor: not-allowed;
}


/* WhatsApp Floating Button */

.whatsapp-float {
    position: fixed;
    bottom: 55px;
    right: 6px;
    width: 50px;
    height: 50px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.35);
    z-index: 9999;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 14px 35px rgba(37, 211, 102, 0.45);
    color: #fff;
}


/* Mobile safe spacing */

@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 55px;
        right: 8px;
        width: 40px;
        height: 40px;
        font-size: 26px;
    }
}


/* ===== DEFAULT MENU STYLE ===== */

.new-header1>li>a {
    position: relative;
    color: #174873;
    padding: 12px 18px;
    display: inline-block;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
}


/* ===== HOVER ===== */

.new-header1>li>a:hover {
    color: #e79800;
    border-bottom: 2px solid #e79800;
}


/* ===== ACTIVE MENU ===== */

.new-header1>li.active>a {
    color: #e79800 !important;
    border-bottom: 2px solid #e79800;
}


/* ===== KEEP ACTIVE ON HOVER ===== */

.new-header1>li.active>a:hover {
    color: #e79800 !important;
    border-bottom: 2px solid #e79800;
}

.top-bar ul li.active>a {
    color: #e79800 !important;
    border-bottom: 2px solid #e79800 !important;
}


/* Singapore Page CSS*/


/* =====================================================
   HERO SECTION - LIGHT GLOBAL DESIGN
===================================================== */

.ib-hero {
    position: relative;
    overflow: hidden;
    padding: 140px 20px 30px 20px;
    background: radial-gradient(circle at bottom right, rgba(0, 0, 0, 0.05), transparent 35%), linear-gradient(135deg, #e6edf5, #cfe3f5);
    font-family: "Poppins", sans-serif;
}


/* GRID OVERLAY */

.ib-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(31, 60, 136, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(31, 60, 136, 0.06) 1px, transparent 1px);
    background-size: 45px 45px;
    z-index: 0;
}


/* LEFT DARK CIRCLE */

.ib-hero::after {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    background: linear-gradient(135deg, #65ace5, #65ade5);
    left: -180px;
    top: 85%;
    transform: translateY(-50%);
    opacity: 0.22;
    z-index: 0;
}


/* =====================================================
   CONTAINER
===================================================== */

.ib-container {
    max-width: 1221px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 2;
}


/* =====================================================
   LEFT CONTENT
===================================================== */

.ib-content {
    flex: 1;
    animation: fadeLeft 1s ease;
    margin-top: -40px!important;
}


/* FULL WIDTH HEADING */

.ib-heading-full {
    width: 100%;
}

.ib-heading-full h1 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 800;
    color: #1f3c88;
    max-width: 1200px;
    opacity: 0;
    transform: translateY(80px);
    animation: heroHeadingEnter 1.1s ease forwards;
}

@keyframes heroHeadingEnter {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }
    60% {
        opacity: 1;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* CONTAINER WRAP */

.ib-container {
    flex-wrap: wrap;
}


/* CONTENT WIDTH */

.ib-content {
    flex: 0 0 56%;
}

.ib-maths-content {
    flex: 80%!important;
}


/* RESPONSIVE */

@media(max-width:992px) {
    .ib-heading-full h1 {
        font-size: 36px;
        text-align: center;
        margin-top: 30px;
    }
    .ib-content,
    .ib-image {
        flex: 0 0 100%;
    }
}

@media(max-width:600px) {
    .ib-heading-full h1 {
        font-size: 30px;
        line-height: 1.4;
    }
}


/* PARAGRAPH */

.hero-subtext {
    font-size: 16px;
    line-height: 1.7;
    color: #171515;
    margin-bottom: 20px;
    max-width: 650px;
}

.hero-subtext-h2 {
    color: #b31a1ee6;
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 30px;
}


/* =====================================================
   LIST STYLE
===================================================== */

.hero-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: grid;
    gap: 14px;
}

.hero-list li {
    position: relative;
    padding: 8px 16px 10px 70px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 18px;
    color: #1e293b;
    font-size: 15px;
    font-weight: 500;
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.4s ease;
}


/* LEFT COLOR BAR */

.hero-list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #1f3c88, #60a5fa);
}


/* ICON */

.hero-list li::before {
    content: "↗";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #1f3c88, #60a5fa);
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 12px 25px rgba(31, 60, 136, 0.18);
    transition: all 0.5s ease;
}


/* HOVER */

.hero-list li:hover {
    transform: translateX(12px);
    background: #ffffff;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.08);
}

.hero-list li:hover::before {
    transform: translateY(-50%) rotate(45deg);
}


/* ===================================================== 
   BUTTON
===================================================== */

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1f3c88, #2563eb);
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 18px 35px rgba(31, 60, 136, 0.2);
    transition: all 0.4s ease;
}

.hero-btn-main {
    text-align: center;
    align-items: center;
    margin-top: 20px;
}

.hero-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 45px rgba(31, 60, 136, 0.28);
}


/* =====================================================
   IMAGE SIDE
===================================================== */


/* IMAGE WRAPPER */

.ib-image {
    flex: 0 0 40%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeRight 1s ease;
}


/* BACKGROUND SHAPE */

.ib-image::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: linear-gradient(135deg, #1f3c88, #60a5fa);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.15;
    animation: morphShape 8s ease-in-out infinite;
    z-index: 0;
}


/* SMALL ACCENT BOX */


/* SMALL FLOATING CIRCLE */

.ib-image::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1f3c88, #60a5fa);
    top: 20px;
    right: 40px;
    opacity: 0.18;
    animation: floatCircle 4s ease-in-out infinite;
    z-index: 0;
}


/* IMAGE */

.ib-image img {
    width: 100%;
    max-width: 420px;
    position: relative;
    z-index: 2;
    border-radius: 26px;
    border: 6px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    /*  transform: rotate(-2deg); */
    /* transition: all 0.5s ease; */
}


/* HOVER */


/* .ib-image img:hover {
  transform: rotate(0deg) scale(1.03);
} */


/* MORPHING */

@keyframes morphShape {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 58% 42% 30% 70% / 62% 56% 44% 38%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}


/* FLOAT ANIMATION */

@keyframes floatCircle {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-18px);
    }
}


/*==========================================
RIGHT SIDE
==========================================*/

.ib-image {
    flex: 0 0 39%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    animation: fadeRight .8s ease;
    margin-top: -90px!important;
}

.ib-image-cs {
    margin-top: -60px!important;
}


/*==========================================
TOP CARD
==========================================*/

.path-pill {
    width: 88%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 24px;
    background: #fff;
    border: 2px solid #edf1f7;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(20, 35, 90, .08);
    overflow: hidden;
}


/* blue swoosh */

.path-pill::after {
    content: "";
    position: absolute;
    right: -70px;
    top: -55px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(37, 99, 235, .25), rgba(37, 99, 235, 0));
}

.path-pill::before {
    content: "";
    position: absolute;
    right: -30px;
    top: -70px;
    width: 230px;
    height: 230px;
    border: 18px solid rgba(37, 99, 235, .12);
    border-radius: 50%;
}

.path-pill-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2155d8, #5daeff);
    color: #fff;
    font-size: 19px;
    flex-shrink: 0;
}

.path-pill-text {
    font-size: 18px;
    font-weight: 700;
    color: #172554;
    z-index: 2;
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(-80px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translateX(80px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* =====================================================   RESPONSIVE===================================================== */

@media (max-width: 992px) {
    .ib-container {
        flex-direction: column;
        text-align: center;
    }
    .hero-subtext {
        margin-inline: auto;
    }
    .hero-list li {
        text-align: left;
    }
    .ib-image {
        max-width: 420px;
        margin-top: 10px!important;
        gap: 1px!important;
    }
}

@media (max-width: 600px) {
    .hero-btn {
        width: 100%;
        justify-content: center;
    }
    .hero-list li {
        font-size: 14px;
        padding: 16px 16px 16px 65px;
    }
    .ib-image img {
        margin-top: 40px;
    }
}

.ib-card-section {
    padding: 30px 20px;
    background: #f4f7fb;
    font-family: "Poppins", sans-serif;
}

.ib-card h2 {
    color: #fff;
}

.ib-card-wrapper {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}


/* LEFT CARD */

.gradient-card {
    background: linear-gradient(135deg, #1f3c88, #2563eb);
    color: #fff;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}


/* CORNER DESIGN */

.gradient-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    top: -60px;
    right: -60px;
}

.gradient-card::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    bottom: -60px;
    left: -60px;
}

.gradient-card p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    font-size: 15px!important;
    text-align: left;
    justify-content: left;
}


/* RIGHT IMAGE */

.section1-img img {
    width: 100%;
    max-width: 600px;
    border-radius: 20px;
}


/* RESPONSIVE */

@media (max-width: 992px) {
    .ib-card-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }
}


/* LEFT TOP BLOB */

.ib-dp-card::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05));
    border-radius: 50%;
    top: -80px;
    left: -80px;
}


/* RIGHT BOTTOM BLOB */

.ib-dp-card::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05));
    border-radius: 50%;
    bottom: -80px;
    right: -80px;
    opacity: 0.25;
}

.ib-dp-section {
    background: #f4f7fb;
    padding: 30px 20px;
    font-family: "Poppins", sans-serif;
}

.ib-dp-container {
    max-width: 1200px;
    margin: auto;
}

.ib-dp-card {
    background: linear-gradient(135deg, #1f3c88, #2563eb);
    color: #fff;
    padding: 20px 40px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}


/* HEADING */

.ib-dp-card h2 {
    font-size: 1.75rem;
    color: #FFFFFF;
    margin-bottom: 20px;
}


/* TEXT */

.ib-dp-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #FFFFFF;
}


/* TEXT */

.ib-dp-highlight p {
    font-size: 16px;
    color: #FFFFFF;
}


/* HIGHLIGHT BOX */

.ib-dp-highlight {
    background: #f0f4ff;
    border-left: 5px solid #1f3c88;
    padding: 20px 25px;
    margin: 30px 0;
    border-radius: 10px;
}

.ib-dp-highlight ul {
    padding-left: 20px;
}

.ib-dp-highlight li {
    margin-bottom: 8px;
    color: #333;
}


/* RESPONSIVE */

@media (max-width: 768px) {
    .ib-dp-card {
        padding: 30px 20px;
    }
}

.ib-myp-section {
    background: #f4f7fb;
    padding: 30px 20px;
    font-family: "Poppins", sans-serif;
}

.ib-myp-container {
    max-width: 1200px;
    margin: auto;
}

.ib-myp-card {
    background: linear-gradient(135deg, #1f3c88, #2563eb);
    color: #fff;
    padding: 20px 40px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}


/* LEFT TOP BLOB */

.ib-myp-card::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05));
    border-radius: 50%;
    top: -80px;
    left: -80px;
}


/* RIGHT BOTTOM BLOB */

.ib-myp-card::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05));
    border-radius: 50%;
    bottom: -80px;
    right: -80px;
    opacity: 0.25;
}


/* HEADING */

.ib-myp-card h2 {
    font-size: 20px!important;
    color: #fff;
    margin-bottom: 20px;
    z-index: +1;
}


/* TEXT */

.ib-myp-card p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 18px;
}

.learn-more-section {
    margin-top: 18px;
    padding-left: 0;
    list-style: none;
}

.learn-more-section p {
    font-size: 16px;
    font-weight: 700;
    color: #fff!important;
    margin-bottom: 12px;
}

.learn-more-section li {
    position: relative;
    padding-left: 32px;
    font-size: 15px;
    line-height: 1.8;
    color: #fff !important;
    margin-bottom: 10px;
    list-style: none;
}

.learn-more-section li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #af0f0a;
    color: #fff!important;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* MOBILE */

@media(max-width:768px) {
    .learn-more-section p {
        font-size: 15px;
    }
    .learn-more-section li {
        font-size: 14px;
    }
}


/* RESPONSIVE */

@media (max-width: 768px) {
    .ib-myp-card {
        padding: 30px 20px;
    }
}


/* SECTION */

.edu-pyp-section {
    padding: 30px 20px;
    background: #f8fafc;
}


/* CONTAINER */

.edu-pyp-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}


/* IMAGE */

.edu-pyp-image {
    position: relative;
}

.edu-pyp-image img {
    width: 100%;
    max-width: 600px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
    height: 440px!important;
}


/* IMAGE HOVER */

.edu-pyp-image:hover img {
    transform: scale(1.03);
}

@media (max-width: 992px) {
    .edu-pyp-image {
        text-align: center;
        align-items: center;
    }
}


/* CONTENT CARD */

.edu-pyp-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
    position: relative;
    border-left: 5px solid #1f3c88;
}


/* TITLE */

.edu-pyp-card h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #0f172a;
}


/* TEXT */

.edu-pyp-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 12px;
}


/* RESPONSIVE */

@media (max-width: 768px) {
    .edu-pyp-container {
        grid-template-columns: 1fr;
    }
    .edu-pyp-card {
        padding: 25px;
    }
    .edu-pyp-card h2 {
        font-size: 22px;
    }
}

.ib-core-section {
    background: #f4f7fb;
    padding: 30px 20px;
    font-family: "Poppins", sans-serif;
}

.ib-core-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 50px;
    align-items: center;
}


/* LEFT */

.ib-core-left {
    flex: 1;
}

.ib-core-left h2 {
    font-size: 20px!important;
    color: #1f3c88;
    margin-bottom: 20px;
}

.ib-core-left .interlink {
    color: orange;
    font-weight: 600;
    text-decoration: none;
}

.interlink:hover {
    color: #ffcc00;
    border-color: #ffcc00;
}


/* RIGHT */

.ib-core-right {
    flex: 1;
}


/* FEATURE CARD */

.core-card {
    background: #1f3c88;
    color: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}


/* subtle corner effect */

.core-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), transparent);
    border-radius: 50%;
    top: -60px;
    left: -60px;
}

.core-card h4 {
    color: #fff;
    font-size: 15px!important;
}


/* LIST */

.core-card ul {
    padding-left: 20px;
    margin: 20px 0;
    color: #fff;
}

.core-card li {
    margin-bottom: 10px;
}


/* SMALL TEXT */

.small-text {
    font-size: 15px;
    color: #dbeafe;
}


/* LINK */

.interlink {
    color: orange;
    font-weight: 600;
    text-decoration: none;
}

.interlink:hover {
    color: #ffcc00;
    border-color: #ffcc00;
}


/* TEXT */

.ib-core-left p {
    font-size: 15px;
    color: #475569;
    margin-bottom: 18px;
}


/* RESPONSIVE */

@media (max-width: 992px) {
    .ib-core-container {
        flex-direction: column;
    }
}

.ib-dual-section {
    background: #f4f7fb;
    padding: 30px 20px;
    font-family: "Poppins", sans-serif;
}

.ib-dual-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}


/* COMMON CARD */

.ib-dual-card {
    padding: 40px;
    border-radius: 16px;
}


/* LIGHT CARD */

.light-card {
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.light-card h2 {
    color: #1f3c88;
}


/* DARK CARD */

.dark-card {
    background: linear-gradient(135deg, #1f3c88, #2563eb);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.dark-card h2 {
    color: #fff;
}

.dark-card ul {
    color: #fff;
}


/* subtle glow */

.dark-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    top: -60px;
    right: -60px;
}


/* TEXT */

.ib-dual-container p {
    font-size: 16px;
    color: #475569;
}

.dark-card p {
    color: rgba(255, 255, 255, 0.9);
}


/* LIST */

.dark-card ul {
    margin-top: 15px;
    padding-left: 20px;
}

.dark-card li {
    margin-bottom: 8px;
}


/* LINK */

.interlink {
    color: orange;
    font-weight: 600;
    text-decoration: none;
}

.interlink:hover {
    opacity: 0.8;
    color: #ffcc00;
}


/* RESPONSIVE */

@media (max-width: 992px) {
    .ib-dual-container {
        grid-template-columns: 1fr;
    }
}


/* SECTION */

.edu-course-timeline {
    max-width: 1200px;
    margin: auto;
    padding: 30px 40px;
    font-family: "Poppins", sans-serif;
}

.edu-course-timeline h2 {
    font-size: 30px;
    color: #1f3c88;
    text-align: left;
}


/* TITLE */

.edu-section-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 15px;
}


/* INTRO */

.edu-section-intro {
    text-align: center;
    color: #64748b;
    margin-bottom: 40px;
}


/* TIMELINE */

.edu-timeline {
    position: relative;
    padding-left: 30px;
}


/* VERTICAL LINE */

.edu-timeline::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(#6366f1, #4f46e5);
}


/* ITEM */

.edu-timeline-item {
    position: relative;
    margin-bottom: 35px;
}


/* DOT */

.edu-timeline-dot {
    position: absolute;
    left: -2px;
    top: 5px;
    width: 18px;
    height: 18px;
    background: #6366f1;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(99, 102, 241, 0.2);
}


/* CONTENT BOX */

.edu-timeline-content {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}


/* HOVER */

.edu-timeline-content:hover {
    transform: translateY(-5px);
}


/* TITLE */

.edu-timeline-content h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #1f3c88;
}


/* PARAGRAPH */

.edu-timeline-content p {
    font-size: 15px;
    color: #475569;
}


/* LINKS */

.edu-link {
    color: orange;
    border-bottom: orange;
}

.edu-link:hover {
    color: #ffcc00;
    border-bottom: #ffcc00;
}


/* RESPONSIVE */

@media (max-width: 768px) {
    .edu-timeline {
        padding-left: 20px;
    }
}


/* gradient glow on hover */

.edu-timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(99, 102, 241, 0.15);
}


/* smooth dot animation */

.edu-timeline-dot {
    transition: 0.3s;
}

.edu-timeline-item:hover .edu-timeline-dot {
    transform: scale(1.2);
}

.ib-two-card {
    background: #f4f7fb;
    padding: 30px 20px;
}

.ib-two-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: stretch;
}


/* BOTH CARDS SAME STYLE */

.gradient-card {
    background: linear-gradient(135deg, #1f3c88, #2563eb);
    color: #fff;
    padding: 40px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* HOVER */

.gradient-card:hover {
    transform: translateY(-8px);
}


/* CORNER DESIGN */

.gradient-card::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), transparent);
    border-radius: 50%;
    top: -70px;
    right: -70px;
}

.gradient-card::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent);
    border-radius: 50%;
    bottom: -70px;
    left: -70px;
}


/* TEXT */

.gradient-card h2 {
    margin-bottom: 15px;
    color: #fff;
    text-align: left;
    font-size: 20px!important;
}

.gradient-card ul {
    list-style: none;
    padding-left: 0;
    /*  margin-top: -122px; */
}

.gradient-card li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: #fff;
    text-align: left;
    font-size: 15px;
}

.gradient-card li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background: #ba2726;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}


/* RESPONSIVE */

@media (max-width: 992px) {
    .ib-two-container {
        grid-template-columns: 1fr;
    }
}


/* =========================
   BENEFITS SECTION
========================= */

.ib-benefits-section {
    padding: 30px 20px;
    background: linear-gradient(180deg, #f4f7fb 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}


/* CONTAINER */

.ib-benefits-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}


/* TITLE */

.ib-benefits-container h2 {
    text-align: center;
    line-height: 1.3;
    color: #1f3c88;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    font-size: 20px!important;
}


/* GRID */

.ib-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}


/* CARD */

.ib-benefit-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 35px 28px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(31, 60, 136, 0.08);
    box-shadow: 0 10px 30px rgba(31, 60, 136, 0.08), 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.4s ease;
}


/* HOVER */

.ib-benefit-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgba(31, 60, 136, 0.15), 0 8px 20px rgba(0, 0, 0, 0.05);
}


/* TITLE ROW */

.ib-benefit-title {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}


/* ICON ROUND BG */

.ib-benefit-title i {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ba2726;
    color: #ffffff;
    font-size: 20px;
    box-shadow: 0 10px 20px rgba(31, 60, 136, 0.25);
    transition: all 0.8s ease;
}


/* ICON ROTATE */

.ib-benefit-card:hover .ib-benefit-title i {
    transform: rotate(360deg) scale(1.1);
}


/* HEADING */

.ib-benefit-title h3 {
    font-size: 16px;
    line-height: 1.4;
    color: #1f3c88;
    font-weight: 700;
    margin: 0;
}


/* DESCRIPTION */

.ib-benefit-desc {
    font-size: 15px;
    color: #5f6b7a;
    line-height: 1.8;
}


/* SOFT BACKGROUND SHAPE */

.ib-benefit-card::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 130px;
    height: 130px;
    background: rgba(91, 141, 239, 0.08);
    border-radius: 50%;
    transition: all 0.4s ease;
}


/* HOVER SHAPE */

.ib-benefit-card:hover::after {
    transform: scale(1.2);
}


/* =========================  RESPONSIVE========================= */

@media (max-width: 992px) {
    .ib-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ib-benefits-container h2 {
        font-size: 30px;
    }
    .ib-benefit-title h3 {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .ib-benefits-grid {
        grid-template-columns: 1fr;
    }
    .ib-benefit-card {
        padding: 28px 22px;
    }
}

.related-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 20px;
}

.related-header h2 {
    text-align: center;
    color: #1f3c88;
    margin-bottom: 30px;
    font-size: 30px;
}


/*  .course-card {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
}

.course-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: -200px;
  
}

.course-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #0a2c52;
} */

.read-btn {
    display: inline-block;
    padding: 6px 12px;
    background: #1f3c88;
    color: #1f3c88 !important;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
}

.read-btn:hover {
    display: inline-block;
    padding: 6px 12px;
    background: #ba2726;
    color: #fff !important;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
}


/* Responsive */

@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
}


/* TABLE */

.ib-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}


/* HEADER */

.ib-table th {
    background: linear-gradient(135deg, #1f3c88, #2563eb);
    color: #fff;
    text-align: left;
    padding: 15px;
    font-size: 16px;
}


/* ROWS */

.ib-table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}


/* ZEBRA STRIPES */

.ib-table tr:nth-child(even) {
    background: #f9fbff;
}


/* HOVER */

.ib-table tr:hover {
    background: #eef4ff;
}


/* RESPONSIVE */

@media (max-width: 768px) {
    .ib-table th,
    .ib-table td {
        font-size: 13px;
        padding: 10px;
    }
}

.faq-title {
    font-size: 22px;
}


/* FORM WRAPPER */

.section1-form {
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    max-width: 600px;
}

.section2singapur-form {
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    max-width: 600px;
}

.physics-form {
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    max-width: 600px;
}


/* FORM TITLE */

.physics-form h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #1f3c88;
}


/* FORM TITLE */

.section1-form h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #1f3c88;
}

.section2singapur-form h3 {
    font-size: 16px!important;
    margin-bottom: 10px;
    color: #1f3c88;
}


/* INPUTS & TEXTAREA */

.section1-form input,
.section1-form textarea {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
}

.mathspage-form input,
.mathspage-form textarea {
    width: 100%;
    padding: 2px 10px;
    margin-bottom: 4px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
}

.physics-form input,
.physics-form textarea {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 9px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
}

.mathspage-form1 input,
.mathspage-form1 textarea {
    width: 100%;
    padding: 2px 10px!important;
    margin-bottom: 8px!important;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
}

.mathspage-form .g-recaptcha {
    margin: 8px 0 !important;
}

.section2singapur-form input,
.section2singapur-form textarea {
    width: 100%;
    padding: 20px 14px!important;
    margin-bottom: 4px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    transition: 0.3s;
}

.myp-maths-form input,
.myp-maths-form textarea {
    width: 100%;
    padding: 21px 18px!important;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: 0.3s;
}

.dubai-form {
    background: #ffffff;
    padding: 14px 20px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    max-width: 600px;
}

.dubai-form h3 {
    font-size: 16px!important;
    margin-bottom: 10px;
    color: #1f3c88;
}

.dubai-form input,
.dubai-form textarea {
    width: 100%;
    padding: 10px 10px!important;
    margin-bottom: 4px!important;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
}

.chemistry-form {
    background: #ffffff;
    padding: 18px 20px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    max-width: 600px;
}

.chemistry-form h3 {
    font-size: 16px!important;
    margin-bottom: 10px;
    color: #1f3c88;
}

.chemistry-form input,
.chemistry-form textarea {
    width: 100%;
    padding: 10px 10px!important;
    margin-bottom: 4px!important;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
}

.doha-form {
    background: #ffffff;
    padding: 16px 20px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    max-width: 600px;
}

.doha-form h3 {
    font-size: 16px!important;
    margin-bottom: 10px;
    color: #1f3c88;
}

.doha-form input,
.doha-form textarea {
    width: 100%;
    padding: 22px 10px!important;
    margin-bottom: 13px!important;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
}

.abudhabi-form {
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    max-width: 600px;
}

.abudhabi-form h3 {
    font-size: 16px!important;
    margin-bottom: 10px;
    color: #1f3c88;
}

.abudhabi-form input,
.abudhabi-form textarea {
    width: 100%;
    padding: 25px 10px!important;
    margin-bottom: 15px!important;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
}

.biology-form {
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    max-width: 600px;
}

.biology-form h3 {
    font-size: 16px!important;
    margin-bottom: 10px;
    color: #1f3c88;
}

.biology-form input,
.biology-form textarea {
    width: 100%;
    padding: 25px 10px!important;
    margin-bottom: 15px!important;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
}

.biology-form textarea {
    height: 130px;
}

.muscat-form {
    background: #ffffff;
    padding: 17px 20px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    max-width: 600px;
}

.muscat-form h3 {
    font-size: 16px!important;
    margin-bottom: 10px;
    color: #1f3c88;
}

.muscat-form input,
.muscat-form textarea {
    width: 100%;
    padding: 21px 10px!important;
    margin-bottom: 11px!important;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
}

.psycho-form {
    background: #ffffff;
    padding: 17px 20px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    max-width: 600px;
}

.psycho-form h3 {
    font-size: 16px!important;
    margin-bottom: 10px;
    color: #1f3c88;
}

.psycho-form input,
.psycho-form textarea {
    width: 100%;
    padding: 21px 10px!important;
    margin-bottom: 11px!important;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
}

.psycho-form textarea {
    height: 95px;
}


/* FOCUS EFFECT */

.section1-form input:focus,
.section1-form textarea:focus {
    border-color: #2563eb;
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}


/* TEXTAREA HEIGHT */

.section1-form textarea {
    min-height: 50px;
    resize: none;
}


/* CAPTCHA */

.section1-form .g-recaptcha {
    margin: 15px 0;
}


/* BUTTON */

.form1-submit {
    width: 100%;
    background: linear-gradient(135deg, #1f3c88, #2563eb);
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}


/* BUTTON HOVER */

.form1-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}


/* BUTTON */

.formNew-submit {
    width: 100%;
    background: linear-gradient(135deg, #1f3c88, #2563eb);
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}


/* BUTTON HOVER */

.formNew-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}


/* BUTTON */

.form2-submit {
    width: 100%;
    background: linear-gradient(135deg, #1f3c88, #2563eb);
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}


/* BUTTON HOVER */

.form2-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}


/* BUTTON */

.form3-submit {
    width: 100%;
    background: linear-gradient(135deg, #1f3c88, #2563eb);
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}


/* BUTTON HOVER */

.form3-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}


/* MESSAGE */

#formMsg {
    text-align: center;
    font-size: 14px;
}


/* RESPONSIVE */

@media (max-width: 992px) {
    .section1-form {
        margin: auto;
        max-width: 100%;
    }
    .section2singapur-form {
        margin: auto;
        max-width: 100%;
        text-align: center;
        align-items: center;
    }
    .myp-maths-form {
        margin: auto;
        max-width: 100%;
    }
}

.course-slider-section {
    padding: 60px 20px;
    background: #f4f7fb;
}

.course-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    text-align: center;
    transition: 0.3s;
}

.course-card:hover {
    transform: translateY(-5px);
}

.course-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}


.swiper {
    width: 100%;
    overflow: hidden !important;
    padding: 0px 270px 0px 100px!important;
}

@media (max-width: 768px) {
    .swiper {
        padding: 0px 40px 0px 40px!important;
    }
}

.slider-wrapper {
    position: relative;
    padding: 0 30px;
    /* space for buttons */
}

.swiper-slide {
    height: auto;
    display: flex;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    background: #1f3c88 !important;
    border-radius: 50% !important;
    color: #fff !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 9999 !important;
}


/* Arrow */

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px !important;
    font-weight: bold;
}


/* Position */

.swiper-button-prev {
    left: 0px !important;
}

.swiper-button-next {
    right: 0px !important;
}


/* Hover */

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #ffcc00 !important;
}


/* Abumation effects ========*/


/* INITIAL STATE (hidden) */

.ib-content,
.ib-image {
    opacity: 0;
}


/* LEFT CONTENT ANIMATION */

.ib-content {
    transform: translateX(-50px);
    animation: fadeSlideLeft 1s ease forwards;
    animation-delay: 0.3s;
}


/* RIGHT IMAGE ANIMATION */

.ib-image {
    transform: translateX(50px);
    animation: fadeSlideRight 1s ease forwards;
    animation-delay: 0.6s;
}


/* TEXT STAGGER EFFECT */

.ib-content h1 {
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 0.4s;
    opacity: 0;
}

.hero-subtext {
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 0.6s;
    opacity: 0;
    /*   color:#af0f0a
 */
}

.hero-list {
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 0.8s;
    opacity: 0;
}

.hero-btn {
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 1s;
    opacity: 0;
}


/* KEYFRAMES */

@keyframes fadeSlideLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeSlideRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* HIDDEN STATE */

.ib-card,
.section1-form {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}


/* ACTIVE STATE (when visible) */

.ib-card.show,
.section1-form.show {
    opacity: 1;
    transform: translateY(0);
}


/* LEFT SLIDE */

.ib-card {
    transform: translateX(-50px);
}


/* RIGHT SLIDE */

.section1-form {
    transform: translateX(50px);
}


/* ACTIVE RESET */

.ib-card.show {
    transform: translateX(0);
}

.section1-form.show {
    transform: translateX(0);
}


/* INITIAL STATE */

.ib-benefit-card {
    opacity: 0;
    transform: scale(0.8) translateY(40px);
    transition: all 0.6s ease;
}


/* ACTIVE STATE */

.ib-benefit-card.show {
    opacity: 1;
    transform: scale(1) translateY(0);
}


/* STAGGER DELAY (each card) */

.ib-benefit-card:nth-child(1) {
    transition-delay: 0.1s;
}

.ib-benefit-card:nth-child(2) {
    transition-delay: 0.2s;
}

.ib-benefit-card:nth-child(3) {
    transition-delay: 0.3s;
}

.ib-benefit-card:nth-child(4) {
    transition-delay: 0.4s;
}

.ib-benefit-card:nth-child(5) {
    transition-delay: 0.5s;
}

.ib-benefit-card:nth-child(6) {
    transition-delay: 0.6s;
}


/* OPTIONAL HOVER LIFT */

.ib-benefit-card:hover {
    transform: translateY(-8px) scale(1.02);
}


/* INITIAL STATE */

.ib-dp-card {
    opacity: 0;
    transform: translateY(60px) scale(0.95);
    transition: all 0.8s ease;
}


/* SHOW */

.ib-dp-card.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}


/* TEXT FADE */

.ib-dp-card h2,
.ib-dp-card p {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}


/* ACTIVE TEXT */

.ib-dp-card.show h2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
    font-size: 20px!important;
}

.ib-dp-card.show p:nth-of-type(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.ib-dp-card.show p:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.ib-dp-card.show p:nth-of-type(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}

.ib-dp-card.show p:nth-of-type(4) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.9s;
}


/* HIGHLIGHT BOX (POP EFFECT) */

.ib-dp-highlight {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.6s ease;
}

.ib-dp-highlight h4 {
    font-size: 15px!important;
    color: #404040;
}

.ib-myp-highlight h4 {
    font-size: 15px;
    color: #404040;
}

.ib-myp-highlight h3 {
    margin-top: 5px;
    font-size: 16px!important;
}

.ib-dp-highlight h3 {
    margin-top: 5px;
    font-size: 16px!important;
}

.highlight-heading {
    font-size: 22px !important;
    color: #1f3c88;
}

.core-card h3 {
    font-size: 16px!important;
    color: #fff;
}

.ib-dp-card.show .ib-dp-highlight {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.5s;
}


/* LIST ITEMS CASCADE */

.ib-dp-highlight li {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.4s ease;
}

.ib-dp-card.show .ib-dp-highlight li:nth-child(1) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.6s;
}

.ib-dp-card.show .ib-dp-highlight li:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.7s;
}

.ib-dp-card.show .ib-dp-highlight li:nth-child(3) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.8s;
}

.ib-dp-card.show .ib-dp-highlight li:nth-child(4) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.9s;
}

.ib-dp-card.show .ib-dp-highlight li:nth-child(5) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1s;
}


/* OPTIONAL GLOW EFFECT */

.ib-dp-card.show .ib-dp-highlight {
    box-shadow: 0 10px 30px rgba(31, 60, 136, 0.2);
}


/* INITIAL STATE */

.ib-myp-card {
    opacity: 0;
    transform: rotateX(10deg) translateY(60px);
    transform-origin: bottom;
    transition: all 0.8s ease;
}


/* SHOW */

.ib-myp-card.show {
    opacity: 1;
    transform: rotateX(0deg) translateY(0);
}


/* TEXT INITIAL */

.ib-myp-card p {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.6s ease;
    font-size: 15px!important;
}

.ib-myp-card h2 {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.6s ease;
    font-size: 20px!important;
}


/* TITLE */

.ib-myp-card.show h2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}


/* PARAGRAPH CASCADE */

.ib-myp-card.show p:nth-of-type(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.ib-myp-card.show p:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.ib-myp-card.show p:nth-of-type(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

.ib-myp-card.show p:nth-of-type(4) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.ib-myp-card.show p:nth-of-type(5) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.7s;
}


/* LINK EFFECT */

.ib-myp-card a {
    position: relative;
    transition: color 0.3s;
}

.ib-myp-card a:hover {
    color: #ff7a18;
}


/* INITIAL STATE */

.edu-pyp-image img {
    opacity: 0;
    transform: scale(1.2);
    filter: blur(8px);
    transition: all 1s ease;
}

.edu-pyp-card {
    opacity: 0;
    transform: translateX(60px);
    transition: all 0.8s ease;
}


/* SHOW STATE */

.edu-pyp-image.show img {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}

.edu-pyp-card.show {
    opacity: 1;
    transform: translateX(0);
}


/* TEXT CASCADE */

.edu-pyp-card h2,
.edu-pyp-card p {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}


/* TITLE */

.edu-pyp-card.show h2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}


/* PARAGRAPHS */

.edu-pyp-card.show p:nth-of-type(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.edu-pyp-card.show p:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

.edu-pyp-card.show p:nth-of-type(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}


/* INITIAL STATE */

.ib-core-left,
.ib-core-right {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}


/* LEFT CONTENT (slide from left) */

.ib-core-left {
    transform: translateX(-60px);
}


/* RIGHT CARD (slide from right + scale) */

.ib-core-right {
    transform: translateX(60px) scale(0.95);
}


/* SHOW STATE */

.ib-core-left.show {
    opacity: 1;
    transform: translateX(0);
}

.ib-core-right.show {
    opacity: 1;
    transform: translateX(0) scale(1);
}


/* TEXT CASCADE (LEFT) */

.ib-core-left h2,
.ib-core-left p {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.ib-core-left.show h2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.ib-core-left.show p:nth-of-type(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.ib-core-left.show p:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.ib-core-left.show p:nth-of-type(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

.ib-core-left.show p:nth-of-type(4) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}


/* RIGHT CARD POP */

.core-card {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.6s ease;
}

.ib-core-right.show .core-card {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.4s;
}


/* LIST SLIDE-IN (RIGHT SIDE) */

.core-card li {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.4s ease;
}

.ib-core-right.show .core-card li:nth-child(1) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.5s;
}

.ib-core-right.show .core-card li:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.6s;
}

.ib-core-right.show .core-card li:nth-child(3) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.7s;
}

.ib-core-right.show .core-card li:nth-child(4) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.8s;
}

.ib-core-right.show .core-card li:nth-child(5) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.9s;
}


/* SMALL TEXT */

.core-card .small-text {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.5s ease;
}

.ib-core-right.show .small-text {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
}


/* INITIAL LINE (hidden height) */

.edu-timeline::before {
    height: 0;
    transition: height 1.5s ease;
}


/* ACTIVATE LINE */

.edu-timeline.show::before {
    height: 100%;
}


/* ITEM INITIAL */

.edu-timeline-item {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
}


/* SHOW ITEM */

.edu-timeline-item.show {
    opacity: 1;
    transform: translateY(0);
}


/* DOT ANIMATION */

.edu-timeline-dot {
    transform: scale(0);
    transition: transform 0.4s ease;
}

.edu-timeline-item.show .edu-timeline-dot {
    transform: scale(1);
}


/* CARD SLIDE (alternate feel) */

.edu-timeline-item:nth-child(odd) .edu-timeline-content {
    transform: translateX(-40px);
    opacity: 0;
    transition: all 0.6s ease;
}

.edu-timeline-item:nth-child(even) .edu-timeline-content {
    transform: translateX(40px);
    opacity: 0;
    transition: all 0.6s ease;
}


/* SHOW CARD */

.edu-timeline-item.show .edu-timeline-content {
    transform: translateX(0);
    opacity: 1;
}


/* STAGGER EFFECT */

.edu-timeline-item:nth-child(1) {
    transition-delay: 0.2s;
}

.edu-timeline-item:nth-child(2) {
    transition-delay: 0.4s;
}

.edu-timeline-item:nth-child(3) {
    transition-delay: 0.6s;
}


/* INITIAL STATE */

.ib-dual-card {
    opacity: 0;
    transition: all 0.8s ease;
}


/* LEFT CARD (light) */

.light-card {
    transform: translateX(-60px);
}


/* RIGHT CARD (dark) */

.dark-card {
    transform: translateX(60px) scale(0.9) rotate(2deg);
}


/* SHOW */

.ib-dual-card.show {
    opacity: 1;
}


/* LEFT SHOW */

.light-card.show {
    transform: translateX(0);
}


/* RIGHT SHOW */

.dark-card.show {
    transform: translateX(0) scale(1) rotate(0deg);
}


/* TEXT CASCADE */

.ib-dual-card h2,
.ib-dual-card p {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}


/* ACTIVATE TEXT */

.ib-dual-card.show h2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.ib-dual-card.show p:nth-of-type(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

.ib-dual-card.show p:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}


/* LIST ANIMATION */

.ib-dual-card ul li {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease;
}

.dark-card.show ul li:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

.dark-card.show ul li:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.dark-card.show ul li:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.7s;
}

.dark-card.show ul li:nth-child(4) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}


/* OPTIONAL HOVER EFFECT */

.ib-dual-card:hover {
    transform: translateY(-8px) scale(1.02);
}


/* TEXT */

.ib-myp-highlight p {
    font-size: 16px;
    color: #FFFFFF;
}


/* HIGHLIGHT BOX */

.ib-myp-highlight {
    background: #f0f4ff;
    border-left: 5px solid #1f3c88;
    padding: 20px 25px;
    margin: 30px 0;
    border-radius: 10px;
}

.ib-myp-highlight ul {
    padding-left: 20px;
}

.ib-myp-highlight li {
    margin-bottom: 8px;
    color: #333;
}


/* HIGHLIGHT BOX (POP EFFECT) */

.ib-myp-highlight {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.6s ease;
}

.ib-myp-card.show .ib-myp-highlight {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.5s;
}


/* LIST ITEMS CASCADE */

.ib-myp-highlight li {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.4s ease;
}

.ib-myp-card.show .ib-myp-highlight li:nth-child(1) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.6s;
}

.ib-myp-card.show .ib-myp-highlight li:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.7s;
}

.ib-myp-card.show .ib-myp-highlight li:nth-child(3) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.8s;
}

.ib-myp-card.show .ib-myp-highlight li:nth-child(4) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.9s;
}

.ib-myp-card.show .ib-myp-highlight li:nth-child(5) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1s;
}


/* OPTIONAL GLOW EFFECT */

.ib-myp-card.show .ib-myp-highlight {
    box-shadow: 0 10px 30px rgba(31, 60, 136, 0.2);
}

.stats-section-title {
    font-size: 20px!important;
}

.stats-section-title-h3 {
    font-size: 16px!important;
}

.section-title-h3 {
    font-size: 18px!important;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #1f3c88;
    margin-bottom: 20px!important;
}

.stats-h3 {
    font-size: 16px!important;
}

.stats-section-title p {
    font-size: 14px!important;
}

.stats-service-card h3 {
    font-size: 16px;
}

.stats-testimonial h4 {
    font-size: 15!important;
}

.stats-testimonial p {
    font-size: 14px!important;
}

.student-story {
    font-size: 15px!important;
}


/* SECTION */

.ib-why-section {
    padding: 30px 20px;
    background: linear-gradient(135deg, #f8fbff, #edf4ff);
}


/* TITLE */

.ib-why-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #1f3c88;
    margin-bottom: 55px;
}


/* WRAPPER */

.ib-why-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}


/* BOX */

.ib-why-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    background: #ffffff;
    padding: 14px 20px;
    border-radius: 24px;
    border: 1px solid rgba(31, 60, 136, 0.08);
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}


/* HOVER */

.ib-why-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.08);
}


/* ICON */

.ib-why-icon {
    min-width: 70px;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1f3c88, #60a5fa);
    box-shadow: 0 12px 25px rgba(31, 60, 136, 0.2);
    transition: all 0.7s ease;
}


/* ICON ROTATE */

.ib-why-box:hover .ib-why-icon {
    transform: rotateY(360deg);
}


/* ICON STYLE */

.ib-why-icon i {
    color: #ffffff;
    font-size: 26px;
}


/* CONTENT */

.ib-why-content {
    flex: 1;
}


/* QUESTION */

.ib-why-question h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1f3c88;
    margin-bottom: 6px;
}


/* ANSWER */

.ib-why-answer {
    font-size: 15px;
    line-height: 1.9;
    color: #6b7280;
}


/* MOBILE */

@media (max-width: 768px) {
    .ib-why-box {
        flex-direction: column;
        gap: 18px;
        padding: 24px 20px;
    }
    .ib-why-title {
        font-size: 30px;
    }
    .ib-why-question {
        font-size: 20px;
    }
    .ib-why-answer {
        font-size: 15px;
    }
    .ib-why-icon {
        width: 60px;
        height: 60px;
    }
    .ib-why-icon i {
        font-size: 24px;
    }
}

.core-highlights {
    color: #fff;
    font-size: 22px !important;
}

.hero-list-heading {
    color: #1f3c88;
    margin-bottom: 20px!important;
}


/* Table IB Maths AA Tutor SECTION */

.ib-table-section {
    padding: 30px 20px;
    background: #f4f8fc;
}


/* WRAPPER */

.ib-table-wrapper {
    max-width: 1200px;
    margin: auto;
}


/* RESPONSIVE */

.ib-responsive-table {
    overflow-x: auto;
    border-radius: 20px;
}


/* TABLE */

.ib-syllabus-table {
    width: 100%;
    min-width: 850px;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}


/* HEADER */

.ib-syllabus-table thead {
    background: #174873;
}

.ib-syllabus-table th {
    padding: 8px 18px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.18);
}


/* BODY */

.ib-syllabus-table td {
    padding: 6px 18px;
    border: 2px solid #d8dee6;
    color: #1f3c88;
    font-size: 15px;
    transition: all 0.35s ease;
}


/* ROWSPAN FIRST COLUMN FIX */

.ib-syllabus-table td[rowspan] {
    background: #f8fafc;
    color: #1f3c88 !important;
    font-weight: bold !important;
    text-align: center;
}

.ib-syllabus-table td {
    font-weight: 500!important;
}

.ib-syllabus-table td[rowspan] {
    font-weight: 800 !important;
}


/* ALT ROW */

.ib-syllabus-table tbody tr:nth-child(even) {
    background: #f8fafc;
}

.ib-syllabus-table tbody tr:nth-child(odd) {
    background: #f8fafc;
}


/* HOVER */

.ib-syllabus-table tbody tr {
    transition: all 0.35s ease;
}

.ib-syllabus-table tbody tr:hover {
    background: #eafcff;
    transform: scale(1.01);
}

.ib-syllabus-table tbody tr:hover td {
    color: #111827;
}


/* FIRST COLUMN */

.ib-syllabus-table td:first-child {
    font-weight: 600;
    color: #1f3c88;
    min-width: 100px;
}


/* SUBTOPIC COLUMN */

.ib-syllabus-table td:nth-child(1) {
    color: #1f3c88;
    font-weight: 800;
}

.ib-syllabus-table td:nth-child(2) {
    color: #1f3c88;
    font-weight: 600;
}


/* CENTER VALUES */

.ib-syllabus-table td:nth-child(3),
.ib-syllabus-table td:nth-child() {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #16a34a;
}

.ib-syllabus-table td:nth-child(4) {
    color: #1f3c88!important;
    font-weight: 600;
    text-align: left;
}


/* SCROLLBAR */

.ib-responsive-table::-webkit-scrollbar {
    height: 8px;
}

.ib-responsive-table::-webkit-scrollbar-track {
    background: #d9f3f7;
    border-radius: 20px;
}

.ib-responsive-table::-webkit-scrollbar-thumb {
    background: #19a7b8;
    border-radius: 20px;
}


/* GREEN TICK */

.ib-syllabus-table td.tick {
    color: #16a34a !important;
    font-weight: 700;
    text-align: center;
}


/* RED CROSS */

.ib-syllabus-table td.cross {
    color: #dc2626 !important;
    font-weight: 700;
    text-align: center;
}

.ib-syllabus-table td.text {
    color: #0072ff !important;
}


/* MOBILE */

@media (max-width: 992px) {
    .ib-table-section {
        padding: 20px 12px;
        overflow: hidden;
    }
    .ib-table-wrapper {
        width: 100%;
        overflow: hidden;
    }
    /* MAIN SCROLL */
    .ib-responsive-table {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        display: block;
    }
    /* TABLE */
    .ib-syllabus-table {
        width: max-content;
        min-width: 850px;
        border-collapse: collapse;
    }
    /* HEADER */
    .ib-syllabus-table th {
        padding: 8px 14px;
        font-size: 14px;
        white-space: nowrap;
    }
    /* BODY */
    .ib-syllabus-table td {
        padding: 6px 14px;
        font-size: 14px;
        line-height: 1.6;
        white-space: nowrap;
    }
    /* FIRST COLUMN */
    .ib-syllabus-table td:first-child,
    .ib-syllabus-table th:first-child {
        min-width: 180px;
    }
    /* SECOND COLUMN */
    .ib-syllabus-table td:nth-child(2),
    .ib-syllabus-table th:nth-child(2) {
        min-width: 260px;
        white-space: normal;
    }
    /* REMOVE STICKY */
    .ib-syllabus-table th,
    .ib-syllabus-table td {
        position: static !important;
    }
}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 576px) {
    .ib-table-section {
        padding: 15px 8px;
    }
    .ib-syllabus-table {
        min-width: 760px;
    }
    .ib-syllabus-table th,
    .ib-syllabus-table td {
        padding: 6px 12px;
        font-size: 13px;
    }
}


/* SECTION */

.ib-paper-section {
    padding: 10px 30px 20px;
    background: #f4f8fc;
}


/* WRAPPER */

.ib-paper-wrapper {
    max-width: 1200px;
    margin: auto;
}


/* TITLE */

.ib-paper-title {
    font-size: 34px;
    font-weight: 700;
    color: #1f3c88;
    margin-bottom: 35px;
    line-height: 1.3;
}


/* RESPONSIVE */

.ib-paper-table-wrap {
    overflow-x: auto;
    border-radius: 20px;
}


/* TABLE */

.ib-paper-table {
    width: 100%;
    min-width: 850px;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}


/* HEADER */

.ib-paper-table thead {
    background: #174873;
}

.ib-paper-table th {
    padding: 8px 18px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.18);
}


/* SUB HEADER */

.ib-paper-table .sub-head th {
    background: rgba(255, 255, 255, 0.08);
}


/* BODY */

.ib-paper-table td {
    padding: 6px 18px;
    border: 2px solid #d8dee6;
    color: #374151;
    font-size: 15px;
    transition: all 0.35s ease;
}

.resources-table td {
    padding: 6px 18px;
    border: 2px solid #d8dee6;
    color: #1f3c88!important;
    font-size: 15px;
    transition: all 0.35s ease;
    text-align: left !important;
    font-weight: 600!important;
}


/* ALT ROW */

.ib-paper-table tbody tr:nth-child(even) {
    background: #f8fafc;
}

.ib-paper-table tbody tr:nth-child(odd) {
    background: #f8fafc;
}

.resources-table tbody td:nth-child(6) {
    background: #accbed;
}

.resources-table tbody td:nth-child(7) {
    background: #accbed;
}


/* HOVER */

.ib-paper-table tbody tr {
    transition: all 0.35s ease;
}

.ib-paper-table tbody tr:hover {
    background: #eafcff;
    transform: scale(1.01);
}

.ib-paper-table tbody tr:hover td {
    color: #111827;
}


/* FIRST COLUMN */

.ib-paper-table td:first-child {
    font-weight: 600;
    color: #1f3c88;
}

.ib-paper-table td:nth-child(2) {
    color: #1f3c88;
    font-weight: 600;
}


/* CENTER VALUES */

.ib-paper-table td:nth-child(3),
.ib-paper-table td:nth-child(4),
.ib-paper-table td:nth-child(5),
.ib-paper-table td:nth-child(6) {
    text-align: center;
    font-weight: 600;
}


/* SCROLLBAR */

.ib-paper-table-wrap::-webkit-scrollbar {
    height: 8px;
}

.ib-paper-table-wrap::-webkit-scrollbar-track {
    background: #d9f3f7;
    border-radius: 20px;
}

.ib-paper-table-wrap::-webkit-scrollbar-thumb {
    background: #19a7b8;
    border-radius: 20px;
}


/* ===============================  TABLET RESPONSIVE ================================= */

@media (max-width: 992px) {
    .ib-paper-section {
        padding: 25px 15px;
    }
    .ib-paper-title {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .ib-paper-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .ib-paper-table {
        min-width: 900px;
    }
    .ib-paper-table th {
        padding: 8px 14px;
        font-size: 14px;
        white-space: nowrap;
    }
    .ib-paper-table td {
        padding: 6px 14px;
        font-size: 14px;
        white-space: nowrap;
    }
    /* FIRST COLUMN WIDTH */
    .ib-paper-table td:first-child {
        min-width: 170px;
    }
    /* SECOND COLUMN WIDTH */
    .ib-paper-table td:nth-child(2) {
        min-width: 240px;
        white-space: normal;
        line-height: 1.6;
    }
}


/* ===============================  MOBILE RESPONSIVE ================================= */

@media (max-width: 768px) {
    .ib-paper-section {
        padding: 20px 10px;
    }
    .ib-paper-title {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .ib-paper-table-wrap {
        overflow-x: auto;
        border-radius: 14px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
    .ib-paper-table {
        min-width: 820px;
        border-radius: 14px;
    }
    .ib-paper-table th {
        padding: 8px 12px;
        font-size: 13px;
        line-height: 1.4;
        white-space: nowrap;
    }
    .ib-paper-table td {
        padding: 6px 12px;
        font-size: 13px;
        line-height: 1.6;
    }
    /* KEEP COLUMNS PROPER */
    .ib-paper-table td:first-child {
        min-width: 140px;
        white-space: nowrap;
    }
    .ib-paper-table td:nth-child(2) {
        min-width: 220px;
        white-space: normal;
    }
    /* CENTER VALUES */
    .ib-paper-table td:nth-child(3),
    .ib-paper-table td:nth-child(4),
    .ib-paper-table td:nth-child(5),
    .ib-paper-table td:nth-child(6) {
        min-width: 70px;
    }
    /* REMOVE SCALE EFFECT IN MOBILE */
    .ib-paper-table tbody tr:hover {
        transform: none;
    }
}


/* ===============================   SMALL MOBILE ================================= */

@media (max-width: 480px) {
    .ib-paper-title {
        font-size: 20px;
    }
    .ib-paper-table {
        min-width: 760px;
    }
    .ib-paper-table th,
    .ib-paper-table td {
        padding: 10px 10px;
        font-size: 12px;
    }
}


/* =========================   IB RESOURCE SECTION========================= */


/* SECTION */

.ib-resource-section {
    padding: 30px 20px;
    background: linear-gradient(135deg, #edf5ff, #dfefff);
}


/* WRAPPER */

.ib-resource-wrapper {
    max-width: 1200px;
    margin: auto;
}


/* GRID */

.ib-resource-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-top: 50px;
}


/* CARD */

.ib-resource-card {
    position: relative;
    background: linear-gradient(135deg, #1f3c88, #2563eb);
    padding: 75px 24px 28px;
    border-radius: 22px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07);
    transition: all 0.4s ease;
    overflow: visible;
}

.ib-resource-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    top: -60px;
    right: -60px;
}

.ib-resource-card::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    bottom: -60px;
    left: -60px;
}


/* ICON */

.ib-resource-icon {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ba2726;
    color: #ffffff;
    font-size: 24px;
    box-shadow: 0 12px 25px rgba(23, 72, 115, 0.25);
    transition: all 0.5s ease;
}


/* HOVER */

.ib-resource-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.ib-resource-card:hover .ib-resource-icon {
    transform: translateX(-50%) rotate(360deg);
}

.ib-resource-card:hover .ib-resource-icon {
    transform: translateX(-50%) rotate(360deg);
}


/* HEADING */

.ib-resource-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
    text-align: center;
    line-height: 1.5;
}


/* TEXT */

.ib-resource-card p {
    color: #fff;
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
}


/* TEXT */

.ib-resource-card li {
    color: #fff;
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
}


/* TABLET */

@media(max-width:1024px) {
    .ib-resource-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* MOBILE */

@media(max-width:768px) {
    .ib-resource-section {
        padding: 60px 15px;
    }
    .ib-resource-grid {
        grid-template-columns: 1fr;
    }
    .ib-resource-card {
        padding: 70px 22px 24px;
        margin-bottom: 20px;
    }
    .ib-resource-card h3 {
        font-size: 16px;
    }
}

.hero-subtext-main {
    font-size: 20px;
    color: #af0f0a;
    margin-bottom: 25px;
}

.hero-list h3 {
    font-size: 16px;
    margin-top: 8px;
}

.hero-list-heading {
    font-size: 20px;
}


/* SECTION */

.ib-resource-table-section {
    padding: 20px 20px;
    background: #f4f8fc;
}


/* WRAPPER */

.ib-resource-table-wrapper {
    max-width: 1200px;
    margin: auto;
}


/* RESPONSIVE */

.ib-resource-table-responsive {
    overflow-x: auto;
    border-radius: 20px;
}


/* TABLE */

.ib-resource-table {
    width: 100%;
    min-width: 750px;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}


/* HEADER */

.ib-resource-table thead {
    background: #174873;
}

.ib-resource-table th {
    padding: 8px 18px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.18);
}


/* BODY */

.ib-resource-table td {
    padding: 6px 18px;
    border: 2px solid #d8dee6;
    color: #1f3c88!important;
    font-size: 15px;
    line-height: 1.8;
    transition: all 0.35s ease;
    vertical-align: middle;
}


/* FIRST COLUMN */

.ib-resource-table td[rowspan] {
    font-weight: 600;
    color: #1f3c88!important;
    width: 55%;
    background: #accbed;
    vertical-align: middle;
}


/* SECOND COLUMN */

.ib-resource-table td:last-child {
    width: 45%;
    font-weight: 500;
}


/* ALT ROW */

.ib-resource-table tbody tr:nth-child(even) {
    background: #728ed9;
}

.ib-resource-table tbody tr:nth-child(odd) {
    background: #728ed9;
}


/* HOVER */


/* .ib-resource-table tbody tr:hover{
    background: #eafcff;
} */

.ib-resource-table tbody tr:hover td {
    color: #111827;
}


/* SCROLLBAR */

.ib-resource-table-responsive::-webkit-scrollbar {
    height: 8px;
}

.ib-resource-table-responsive::-webkit-scrollbar-track {
    background: #d9f3f7;
    border-radius: 20px;
}

.ib-resource-table-responsive::-webkit-scrollbar-thumb {
    background: #19a7b8;
    border-radius: 20px;
}


/* TABLET */

@media(max-width:992px) {
    .ib-resource-table {
        min-width: 720px;
    }
    .ib-resource-table th,
    .ib-resource-table td {
        padding: 8px;
        font-size: 14px;
    }
}


/* MOBILE */

@media(max-width:768px) {
    .ib-resource-table-section {
        padding: 20px 10px;
    }
    .ib-resource-table {
        min-width: 680px;
    }
    .ib-resource-table th,
    .ib-resource-table td {
        padding: 8px;
        font-size: 13px;
    }
}

.card-list1 {
    margin-top: -122px !important;
}

@media(max-width:992px) {
    .card-list1 {
        margin-top: 0!important;
    }
    .redirect-btn-card {
        display: flex;
        justify-content: left;
        margin-top: 0!important;
        margin-left: 60px;
    }
}

.tutor-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #1f3c88;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.2s ease;
    pointer-events: auto;
}

.sub-faq .section-title-h3 {
    font-size: 16px!important;
}

.sub-faq .faq-q {
    font-size: 15px!important;
}

.sub-faq .faq-a {
    font-size: 15px!important;
}

.ib-table-section {
    padding: 20px 20px;
    background: #f4f8fc;
}


/* WRAPPER */

.ib-table-wrapper {
    max-width: 1200px;
    margin: auto;
}


/* RESPONSIVE */

.mymath-table-wrap {
    overflow-x: auto;
    border-radius: 14px;
}


/* TABLE */

.mymath-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    background: #ffffff;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}


/* HEADER */

.mymath-table thead {
    background: #174873;
}

.mymath-table th {
    padding: 14px 18px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
}


/* BODY */

.mymath-table td {
    padding: 6px 18px;
    border: 1px solid #dbe3ec;
    color: #1f3c88;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
}


/* FIRST COLUMN */

.topic-cell {
    background: #f8fafc;
    color: #1f3c88 !important;
    font-weight: 800!important;
    text-align: center;
    vertical-align: center;
    min-width: 160px;
    text-align: center;
    justify-content: center;
    align-items: center;
}


/* ALT ROW */

.mymath-table tbody tr:nth-child(even) {
    background: #f8fafc;
}

.mymath-table tbody tr:nth-child(odd) {
    background: #f8fafc;
}


/* HOVER */

.mymath-table tbody tr:hover {
    background: #eafcff;
    transform: scale(1.01);
}

.mymath-table tbody tr:hover td {
    color: #111827;
}


/* MOBILE */

@media(max-width:768px) {
    .mymath-table th {
        font-size: 14px;
        padding: 10px;
    }
    .mymath-table td {
        font-size: 13px;
        padding: 10px;
    }
    .topic-cell {
        font-size: 16px;
        min-width: 120px;
    }
}

.highlight-row td {
    background: #383286 !important;
    color: #ffffff !important;
    font-weight: 700;
    text-align: center;
    border: 1px solid #ffffff;
}


/* optional better padding */

.highlight-row td {
    padding: 18px 16px;
}

.myp-grade-conversion th,
.myp-grade-conversion td {
    text-align: center;
}

.assessment-criteria tbody td:nth-child(1),
.assessment-criteria tbody td:nth-child(3) {
    text-align: center;
}

.ib-myp-phy tbody td:nth-child(2) {
    font-weight: bold!important;
}


/* ========================================  RESOURCES MEGA MENU =========== */

.mega-menu-resources {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    width: 850px;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    display: none;
    z-index: 99999;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    overflow: visible;
}


/* SHOW ON HOVER */

.mega-parent:hover .mega-menu-resources {
    display: block;
}


/* 5 COLUMN GRID */

.mega-grid-resources {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}


/* BUTTON STYLE */

.mega-grid-resources a {
    display: block;
    background: #fff;
    color: #174873 !important;
    border: 1px solid #174873;
    border-bottom: 1px solid #174873 !important;
    padding: 14px;
    padding-top: 10px !important;
    text-align: center;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
    transition: all .3s ease;
    box-sizing: border-box;
}


/* HOVER EFFECT */

.mega-grid-resources a:hover {
    color: #fff !important;
    transform: translateY(-2px);
}


/* REMOVE OLD DROPDOWN */

.top-bar ul ul,
.is-dropdown-submenu {
    display: none !important;
}


/* DESKTOP ONLY */

@media(min-width:769px) {
    .mega-menu-resources {
        display: none;
    }
    .mega-parent:hover .mega-menu-resources {
        display: block;
    }
    .submenu-toggle {
        display: none;
    }
}


/* =========================================   MOBILE VIEW ========================================= */

@media(max-width:768px) {
    .menu.medium-horizontal {
        display: block !important;
    }
    .menu.medium-horizontal>li {
        display: block;
        width: 100%;
    }
    .menu.medium-horizontal>li>a {
        display: block;
        padding: 12px;
        border-bottom: 1px solid #eee;
    }
    .mega-menu-resources {
        position: static;
        width: 100%;
        transform: none;
        background: transparent;
        box-shadow: none;
        padding: 0;
        display: none;
    }
    .mega-grid-resources {
        display: block;
    }
    .mega-grid-resources a {
        border: none;
        text-align: left;
        padding: 10px 20px;
        background: transparent;
        color: #174873 !important;
    }
    .submenu-toggle {
        display: block;
        position: absolute;
        right: 15px;
        top: 12px;
        font-size: 18px;
        cursor: pointer;
    }
    #responsive-menu {
        max-height: 80vh;
        overflow-y: auto;
    }
    .mega-parent:hover .mega-menu-resources {
        display: none !important;
    }
    .mega-parent.active .mega-menu-resources {
        display: block !important;
    }
}


/* LEFT SIDE */

.enquiry-left {
    display: flex;
    flex-direction: column;
    width: 100%;
}


/* HEADING */

.enquiry-left .section-title {
    text-align: center;
}


/* REVIEW GRID */

.review-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}


/* CARD */

.review-card {
    background: #fff;
    border-radius: 18px;
    padding: 15px;
    transition: .3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
}


/* TOP */

.review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.review-header img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.review-header h4 {
    margin: 0;
    font-size: 16px;
    color: #1f3c88;
}

.review-header span {
    font-size: 13px;
    color: #ba2726;
}


/* STARS */

.review-stars {
    color: #ffb400;
    font-size: 16px;
    margin-bottom: 10px;
}


/* REVIEW TEXT */

.review-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

@media (max-width:1024px) {
    .enquiry-wrap {
        flex-direction: column;
    }
    .enquiry-left,
    .enquiry-right {
        width: 100%;
    }
    .review-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-bottom: 25px;
    }
    .enquiry-right {
        order: 2;
        margin-top: 0px!important;
    }
}


/* =========================   MOBILE VIEW ========================= */

@media (max-width:768px) {
    .review-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .review-card {
        width: 100%;
    }
    .section-title {
        text-align: center;
        margin-bottom: 20px;
    }
    .enquiry-right {
        margin-top: 0px!important;
    }
}


/* ===== CTA SECTION ===== */

.call-to-action {
    background: linear-gradient(135deg, #1f3c88, #174873);
    padding: 15px 30px;
    border-radius: 18px;
    margin: 30px 10px 10px;
    box-shadow: 0 15px 40px rgba(31, 60, 136, .18);
    position: relative;
    overflow: hidden;
}


/* Decorative Glow */

.call-to-action::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, .08);
    border-radius: 50%;
    top: -120px;
    right: -100px;
}

.call-to-action .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    z-index: 2;
}


/* TEXT */

.call-to-action h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
}

.call-to-action h2 i {
    color: #ffcc33;
    margin-right: 8px;
}

.call-to-action h2 b {
    font-weight: 700;
}

.call-to-action h2 span a {
    color: #ffcc33;
    text-decoration: none;
    font-weight: 700;
    font-size: 28px;
}

.call-to-action h2 span a:hover {
    color: #fff;
}


/* BUTTON */

.call-to-action .button {
    display: inline-block;
    padding: 14px 28px;
    background: #ffcc33;
    color: #1f3c88;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s ease;
    white-space: nowrap;
    margin-top: 10px;
}

.call-to-action .button:hover {
    background: #ffffff;
    color: #1f3c88;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
}


/* RESPONSIVE */

@media(max-width:768px) {
    .call-to-action {
        text-align: center;
        padding: 20px;
    }
    .call-to-action .row {
        flex-direction: column;
    }
    .call-to-action h2 {
        font-size: 18px;
    }
    .call-to-action h2 span a {
        display: block;
        margin-top: 8px;
        font-size: 24px;
    }
    .call-to-action .button {
        width: 100%;
        text-align: center;
    }
}

.chemistry-col {
    margin-top: -30px;
}


/* ===== SECTION ===== */

.ib-resources-section2 {
    padding: 30px 20px;
    background: #f5f8fc;
}

.ib-resources-container2 {
    max-width: 1200px;
    margin: 0 auto;
}

.ib-resources-card2 {
    background: #ffffff;
    padding: 30px 30px 10px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}


/* HEADING */

.ib-resources-card2 h2 {
    font-size: 20px;
    color: #1f3c88;
    margin-bottom: 15px;
    line-height: 1.3;
}

.ib-resources-card2 h3 {
    font-size: 18px;
    color: #1f3c88;
    margin-bottom: 15px;
    line-height: 1.3;
}

.ib-resources-card2 h4 {
    font-size: 16px;
    color: #1f3c88;
    margin-bottom: 15px;
    line-height: 1.3;
}


/* PARAGRAPH */

.ib-resources-card2>p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}


/* ===== HIGHLIGHT BOX ===== */

.learn-resources-section {
    background: #f8fbff;
    border-left: 5px solid #1f3c88;
    border-radius: 12px;
    padding: 10px 25px;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.learn-resources-section:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(31, 60, 136, 0.12);
}


/* BOX TITLE */

.learn-resources-section p {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    color: #1f3c88;
}

.learnmore-content {
    font-size: 15px!important;
    color: #555!important;
}

.dp-small-para p {
    position: relative;
    margin-bottom: 6px;
    font-size: 15px;
    color: rgb(85, 85, 85);
    line-height: 1.7;
    font-weight: 500;
}

.dp-small-para li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 8px;
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    list-style: none;
}

.dp-small-para li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #a91728;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* LIST */

.learn-resources-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.learn-resources-section ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #444;
    line-height: 1.7;
}

.learn-resources-section h3 {
    font-size: 18px;
    color: #1f3c88;
    margin-bottom: 15px;
    line-height: 1.3;
}


/* CUSTOM TICK */

.learn-resources-section ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1f3c88;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* LAST PARAGRAPH */

.ib-resources-card2 p:last-child {
    margin-top: 15px;
}


/* ===== MOBILE ===== */

@media(max-width:768px) {
    .ib-resources-card2 {
        padding: 20px;
    }
    .ib-resources-card2 h2 {
        font-size: 20px;
    }
    .learn-resources-section {
        padding: 18px;
    }
    .learn-resources-section p {
        font-size: 18px;
    }
}


/* ===== POPULAR SUBJECT BOX ===== */

.popular-sub {
    background: linear-gradient(135deg, #f8fbff, #eef5ff);
    border-radius: 16px;
    padding: 22px 25px;
    margin-top: 25px;
    position: relative;
    transition: all .3s ease;
}

.popular-sub:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(31, 60, 136, .12);
}


/* SUBJECT TITLE */

.popular-sub h3 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    color: #1f3c88;
    display: flex;
    align-items: center;
    gap: 10px;
}

#pop-sub {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    color: #1f3c88;
    display: flex;
    align-items: center;
    gap: 10px;
}


/* CONTENT */

.popular-sub p {
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    color: #555;
}


/* MOBILE */

@media(max-width:768px) {
    .popular-sub {
        padding: 18px;
    }
    .popular-sub h3 {
        font-size: 18px;
    }
    .popular-sub p {
        font-size: 14px;
    }
}

.review-text {
    overflow: hidden;
    max-height: 116px;
    transition: max-height .4s ease;
}

.review-text.expanded {
    max-height: 1000px;
}

.read-more-btn {
    border: none;
    background: none;
    color: #1f3c88;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    margin-top: 10px;
}

.popular-sub-btn {
    color: blue;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

.popular-sub-btn:hover {
    color: #ba2726;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 34px;
    background: linear-gradient(135deg, #1f3c88, #2b63c7);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
}

.cta-btn1 {
    background: #fff!important;
    color: #1f3c88;
}


/* Shine Effect */

.cta-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient( 120deg, transparent, rgba(255, 255, 255, .45), transparent);
    transform: skewX(-25deg);
    transition: .8s;
}

.cta-btn:hover::before {
    left: 160%;
}


/* Hover */

.cta-btn:hover {
    background: #344e92;
    transform: translateY(-4px);
    color:#f7c54f;
    border-color: #1f3c88!important;
}


/* Click */

.cta-btn:active {
    transform: translateY(-1px);
}


/* Focus */

.cta-btn:focus {
    outline: none;
}


/* Optional Arrow */

.cta-btn::after {
    content: "→";
    font-size: 20px;
    margin-left: 6px;
    transition: .3s;
}

.cta-btn:hover::after {
    transform: translateX(5px);
}


/* Responsive */

@media(max-width:768px) {
    .cta-btn {
        width: 100%;
        padding: 15px 20px;
        font-size: 16px;
    }
}

.popular-sub h3 {
    color: blue;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
}

.popular-sub-link {
    color: blue;
    text-decoration: none;
    transition: .3s ease;
}

.popular-sub h3:hover {
    color: #ba2726;
}


/*==============================
 IB MYP MATHS SUPPORT SECTION
==============================*/

.ib-maths-myp-section {
    padding: 30px 20px;
    background: #f4f7fb;
}

.ib-maths-myp-container {
    max-width: 1200px;
    margin: auto;
}

.ib-maths-myp-card {
    background: linear-gradient(135deg, #1f3c88, #2563eb);
    border-radius: 18px;
    padding: 20px 40px;
    color: #fff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 18px 40px rgba(31, 60, 136, .18);
}

.ib-maths-myp-card::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
}

.ib-maths-myp-card::after {
    content: "";
    position: absolute;
    bottom: -90px;
    left: -90px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
}


/* Heading */

.ib-maths-myp-card h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.ib-maths-myp-card>p {
    font-size: 15px;
    line-height: 1.8;
    color: #eef4ff;
    position: relative;
    z-index: 2;
}

.learn-more-section-myp {
    margin-top: 18px;
    padding-left: 0;
    list-style: none;
}

.maths-myp-lern h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff!important;
    margin-bottom: 12px;
}

.learn-more-section-myp li {
    position: relative;
    padding-left: 32px;
    font-size: 15px;
    line-height: 1.8;
    color: #fff !important;
    margin-bottom: 10px;
    list-style: none;
}

.learn-more-section-myp li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #af0f0a;
    color: #fff!important;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* CTA */

.cta-btn-div {
    text-align: center;
    position: relative;
    z-index: 2;
}

.cta-btn-div .cta-btn {
    margin-left: 0 !important;
}


/* Responsive */

@media(max-width:768px) {
    .ib-maths-myp-card {
        padding: 30px 20px;
    }
    .ib-maths-myp-card h2 {
        font-size: 28px;
    }
    .learn-more-section-myp {
        columns: 1;
    }
    .maths-myp-lern {
        padding: 22px;
    }
}


/*========= About US  Page CSS -==========*/

.about-hero {
    position: relative;
    background-image: url('images/backgroundimg/abouthero.png');
    /* your full bg image */
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
}

.about-hero-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 130px 40px 80px;
    /* bottom padding leaves room for stats strip */
    display: flex;
}


/* ===== LEFT TEXT ===== */

.about-content {
    flex: 0 0 46%;
    max-width: 560px;
}

.about-title {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 800;
    color: #0B1C45;
    margin: 0 0 18px;
    /* font-family: Georgia, "Times New Roman", serif; */
}

.about-subtitle {
    font-size: 22px;
    font-weight: 700;
    color: #1f3c88;
    margin: 0 0 20px;
    line-height: 1.3;
}

.about-text {
    font-size: 15px;
    line-height: 1.7;
    color: #3a4155;
    margin-bottom: 28px;
    max-width: 442px;
}


/* ===== BUTTONS ===== */

.about-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 26px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-btn.primary {
    background: #b31a1e;
    color: #fff;
    box-shadow: 0 10px 24px rgba(179, 26, 30, 0.25);
}

.about-btn.primary:hover {
    background: #941216;
    transform: translateY(-2px);
}

.about-btn.outline {
    background: #fff;
    color: #b31a1e;
    border: 2px solid #b31a1e;
}

.about-btn.outline:hover {
    background: #b31a1e;
    color: #fff;
}


/* ===== STATS STRIP ===== */

.about-stats {
    position: absolute;
    bottom: 22px;
    left: 40px;
    display: flex;
    gap: 14px;
    z-index: 3;
}

.about-stat {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e4e8f2;
    border-radius: 12px;
    padding: 10px 18px;
    box-shadow: 0 6px 16px rgba(10, 42, 94, 0.08);
}

.about-stat-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #eef2fb;
    color: #1f3c88;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.about-stat strong {
    font-size: 20px;
    color: #b31a1e;
    display: block;
    line-height: 1;
}

.about-stat p {
    margin: 2px 0 0;
    font-size: 12px;
    font-weight: 600;
    color: #0B1C45;
}


/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
    .about-hero {
        background-position: top center;
        padding-top: 30vw;
        /* pushes text below the image area on tablet */
        background-image: none;
        background: #f8fbff;
    }
    .about-hero-inner {
        padding: 20px 24px 40px;
    }
    .about-content {
        flex: 1 1 100%;
        max-width: 100%;
        background: rgba(255, 255, 255, 0.85);
        border-radius: 16px;
        padding: 24px;
    }
    .about-stats {
        position: static;
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px auto 0;
        left: 0;
    }
    .about-title {
        font-size: 30px;
    }
    .about-subtitle {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .about-title {
        font-size: 28px;
    }
    .about-btns {
        flex-direction: column;
    }
    .about-btn {
        width: 100%;
    }
    .about-stat {
        flex: 1 1 100%;
        justify-content: center;
    }
    .about-hero {
        background-position: top center;
        padding-top: 30vw;
        /* pushes text below the image area on tablet */
        background-image: none;
        background: #f8fbff;
    }
}


/* ===== VERTICAL SIDE CARDS (middle-right) ===== */

.about-side-cards {
    position: absolute;
    top: 166px;
    right: 480px;
    /* nudge to sit left of the globe */
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 4;
}

.side-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border-radius: 14px;
    padding: 12px 20px 12px 14px;
    box-shadow: 0 8px 22px rgba(10, 42, 94, 0.12);
    min-width: 210px;
}

.side-card p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #0B1C45;
    line-height: 1.25;
}

.side-card-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.side-card-icon.blue {
    background: #2f5fd0;
}

.side-card-icon.red {
    background: #b31a1e;
}

.side-card-icon.navy {
    background: #0B1C45;
}


/* ===== BOTTOM CIRCLE CARDS ===== */

.about-circle-cards {
    position: absolute;
    bottom: 22px;
    right: 220px;
    /* sits left of the books/pen area */
    display: flex;
    gap: 14px;
    z-index: 4;
}

.circle-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 14px 16px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(10, 42, 94, 0.10);
    width: 92px;
}

.circle-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eef2fb;
    color: #1f3c88;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    margin: 0 auto 8px;
}

.circle-card p {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    color: #0B1C45;
    line-height: 1.25;
}


/* ===== RESPONSIVE ===== */

@media (max-width: 1200px) {
    .about-side-cards {
        right: 120px;
    }
    .about-circle-cards {
        right: 140px;
    }
}

@media (max-width: 992px) {
    /* On tablet/mobile, move cards below into normal flow */
    .about-side-cards,
    .about-circle-cards {
        position: static;
        right: auto;
        top: auto;
        bottom: auto;
        justify-content: center;
        flex-wrap: wrap;
        margin: -10px auto 20px;
    }
    .about-side-cards {
        flex-direction: row;
    }
    .side-card {
        min-width: 200px;
    }
}

@media (max-width: 600px) {
    .side-card {
        min-width: 100%;
    }
    .circle-card {
        width: 80px;
    }
}

.commit-section {
    background-image: url('images/backgroundimg/bg-bc-about1.png');
    /* your full bg with tutor */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "Poppins", sans-serif;
    padding: 30px 20px;
}

.commit-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: stretch;
    min-height: 500px;
    /* tune to match your image height */
}


/* ===== LEFT TEXT (on the white card area of your bg) ===== */

.commit-left {
    flex: 0 0 56%;
    padding: 30px 60px;
    align-self: center;
}

.commit-title {
    font-size: 30px;
    font-weight: 800;
    color: #0B1C45;
    line-height: 1.15;
    margin: 0 0 30px;
    position: relative;
    padding-bottom: 16px;
    font-family: Georgia, serif;
}

.commit-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: -14px;
    width: 55px;
    height: 3px;
    background: #b31a1e;
}

.commit-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 4px;
    background: #b31a1e;
    border-radius: 3px;
}

.commit-point {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
}

.commit-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: #eef2fb;
    color: #1f3c88;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.commit-point p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.7;
    color: #3a4155;
}


/* ===== RIGHT OVERLAY ===== */

.commit-right {
    flex: 0 0 45%;
    position: relative;
}


/* floating tags — positioned top-right beside photo */

.founder-tags {
    position: absolute;
    top: 20px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 3;
}

.founder-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border-radius: 20px;
    padding: 7px 16px 7px 8px;
    font-size: 12px;
    font-weight: 700;
    color: #0B1C45;
    box-shadow: 0 8px 20px rgba(10, 42, 94, 0.12);
    white-space: nowrap;
}

.tag-badge {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eef2fb;
    color: #1f3c88;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
}


/* name + creds — sit at bottom over the photo's lower area */

.founder-info {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 3;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-left: 40px;
}

.founder-name-block {
    border-left: 4px solid #b31a1e;
    padding-left: 16px;
    margin-bottom: 18px;
}

.founder-name-block h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: #0B1C45;
}

.founder-name-block p {
    margin: 4px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #b31a1e;
}

.founder-creds {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.cred-row {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    color: #0B1C45;
}

.cred-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 8px;
    background: #eef2fb;
    color: #1f3c88;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}


/* ===== RESPONSIVE ===== */

@media (max-width: 900px) {
    .commit-section {
        background-size: cover;
        background-position: top center;
        padding-top: 6vw;
        /* pushes content below the photo area */
    }
    .commit-inner {
        flex-direction: column;
        min-height: auto;
    }
    .commit-left {
        flex: 1 1 100%;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 16px;
        padding: 24px;
    }
    .commit-right {
        flex: 1 1 100%;
        min-height: auto;
    }
    /* Un-absolute the overlays so they stack normally */
    .founder-tags,
    .founder-info {
        position: static;
        margin-top: -10px;
        margin-left: 0px!important;
    }
    .founder-tags {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .commit-title {
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    .commit-title {
        font-size: 26px;
    }
    .founder-tag {
        font-size: 11px;
    }
    .cred-row {
        font-size: 12px;
    }
}

.mv-section {
    background: linear-gradient(135deg, #eef4fb, #e4eef8);
    padding: 30px 20px;
    font-family: "Poppins", sans-serif;
}


/* ===== HEADING ===== */

.mv-head {
    text-align: center;
    margin-bottom: 40px;
}

.mv-title {
    font-size: 22px;
    font-weight: 800;
    color: #0B1C45;
    margin: 0;
    /* font-family: Georgia, serif; */
}

.mv-underline {
    display: block;
    width: 150px;
    height: 4px;
    background: #b31a1e;
    border-radius: 3px;
    margin: 10px auto 16px;
}

.mv-subtitle {
    font-size: 16px;
    color: #5a6478;
    margin: 0;
}


/* ===== CARDS ===== */

.mv-cards {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: stretch;
    margin-top: -20px;
}

.mv-card {
    flex: 1;
    background: #fff;
    border-radius: 18px;
    padding: 30px 32px;
    box-shadow: 0 18px 45px rgba(10, 42, 94, 0.08);
    position: relative;
    border-top: 5px solid transparent;
}

.mv-mission {
    border-top-color: #b31a1e;
}

.mv-vision {
    border-top-color: #1f6fe0;
}

.mv-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.mv-card-head h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: #0B1C45;
    /*  font-family: Georgia, serif; */
}

.mv-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.mv-icon.red {
    background: #b31a1e;
    box-shadow: 0 8px 18px rgba(179, 26, 30, 0.3);
}

.mv-icon.blue {
    background: #1f6fe0;
    box-shadow: 0 8px 18px rgba(31, 111, 224, 0.3);
}

.mv-card p {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.75;
    color: #3a4155;
}

.mv-card p:last-child {
    margin-bottom: 0;
}


/* ===== BOTTOM BANNER ===== */

.mv-banner {
    max-width: 720px;
    margin: 20px auto 20px;
    background: #fff;
    border: 1px solid #e2e8f4;
    border-radius: 30px;
    padding: 14px 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #0B1C45;
    box-shadow: 0 8px 20px rgba(10, 42, 94, 0.06);
}


/* ===== RESPONSIVE ===== */

@media (max-width: 900px) {
    .mv-cards {
        flex-direction: column;
        gap: 24px;
    }
    .mv-title {
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    .mv-section {
        padding: 40px 16px;
    }
    .mv-title {
        font-size: 25px;
    }
    .mv-card {
        padding: 24px 20px;
    }
    .mv-card-head h3 {
        font-size: 22px;
    }
    .mv-banner {
        font-size: 13px;
        padding: 12px 20px;
    }
}


/* ==========================================================
   WHY FAMILIES CHOOSE SECTION
========================================================== */

.dp-tutor-page {
    padding: 30px 20px;
    background: #f5f8fc;
    font-family: "Poppins", sans-serif;
}

.dp-tutor-page-container {
    max-width: 1200px;
    margin: auto;
}

.dp-tutor-page-card {
    position: relative;
    background: #ffffff;
    border-radius: 18px;
    padding: 20px 40px;
    overflow: hidden;
    border: 1px solid #e8eef8;
    box-shadow: 0 15px 45px rgba(15, 35, 95, .08);
    transition: .35s ease;
}


/* Hover */

.dp-tutor-page-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(15, 35, 95, .12);
}


/* Decorative Circle */

.dp-tutor-page-card::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 60, 136, .06), transparent 70%);
    top: -130px;
    right: -110px;
    pointer-events: none;
}


/* Heading */

.dp-tutor-page-card h2 {
    position: relative;
    margin: 0 0 22px;
    font-size: 20px;
    font-weight: 700;
    color: #142A5E;
    display: inline-block;
    z-index: 2;
}

.dp-tutor-page-card h3 {
    position: relative;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #142A5E;
    display: inline-block;
    z-index: 2;
}


/* Paragraph */

.dp-tutor-page-card p {
    position: relative;
    z-index: 2;
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.9;
    color: #222;
    text-align: justify;
}


/* Last Paragraph */

.dp-tutor-page-card p:last-child {
    margin-bottom: 0;
}


/* Responsive */

@media(max-width:768px) {
    .dp-tutor-page {
        padding: 25px 15px;
    }
    .dp-tutor-page-card {
        padding: 28px 24px;
    }
    .dp-tutor-page-card h2 {
        font-size: 20px;
    }
    .dp-tutor-page-card p {
        font-size: 15px;
        line-height: 1.8;
    }
}


/*=========================================
 PREMIUM PAGE BANNER
=========================================*/

.page-banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0A2A5E 0%, #153E87 60%, #1E5AB6 100%);
    padding: 40px 20px;
    color: #fff;
    margin-bottom: 30px;
}


/* Decorative Shapes */

.page-banner::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    top: -180px;
    right: -120px;
}

.page-banner::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04);
    bottom: -140px;
    left: -120px;
}

.page-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(255, 255, 255, .03), rgba(255, 255, 255, .03)), url("images/patterns/grid.svg");
    opacity: .35;
}

.page-banner-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.page-banner-content {
    text-align: center;
}


/*=========================
 Breadcrumb
=========================*/

.page-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 24px;
    border-radius: 40px;
    background: rgba(255, 255, 255, .10);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .15);
    margin-bottom: 20px;
}

.page-breadcrumb a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
}

.page-breadcrumb a:hover {
    color: #FFD54F;
}

.page-breadcrumb span {
    color: #d8e4ff;
    font-size: 14px;
}

.page-breadcrumb .active {
    color: #FFD54F;
    font-weight: 700;
}


/*=========================
 Heading
=========================*/

.page-banner h1 {
    margin: 0;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.page-banner h2 {
    margin: 15px auto 0;
    max-width: 1000px;
    font-size: 20px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .92);
    font-weight: 400;
}

.page-banner h3 {
    margin: 15px auto 0;
    max-width: 850px;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .92);
    font-weight: 600;
    color: #c89b3c;
}


/*=========================
 Responsive
=========================*/

@media(max-width:992px) {
    .page-banner {
        padding: 50px 20px 50px;
    }
    .page-banner h1 {
        font-size: 38px;
    }
    .page-banner h2 {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .page-banner {
        padding: 40px 15px 40px;
    }
    .page-banner-content {
        margin-top: 20px;
    }
    .page-banner h1 {
        font-size: 30px;
    }
    .page-banner h2 {
        font-size: 16px;
        line-height: 1.7;
    }
    .page-breadcrumb {
        gap: 8px;
        padding: 8px 16px;
        flex-wrap: wrap;
    }
    .page-breadcrumb a,
    .page-breadcrumb span {
        font-size: 13px;
    }
}


/*==========================
    PREMIUM HERO
==========================*/

.course-hero {
    position: relative;
    overflow: hidden;
    padding: 140px 20px 0px;
    background: #e4ecf8;
    /* background:linear-gradient(135deg,#06264f 0%,#1f3c88 45%,#2b5fb8 100%); */
}

.course-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 45px 45px;
    z-index: 1;
}


/*==========================
    GLOW EFFECT
==========================*/

.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    animation: floatGlow 10s ease-in-out infinite;
}

.glow1 {
    width: 420px;
    height: 420px;
    background: #00b7ff55;
    top: -150px;
    left: -120px;
}

.glow2 {
    width: 360px;
    height: 360px;
    background: #ffffff20;
    bottom: -120px;
    right: -80px;
}

@keyframes floatGlow {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-40px);
    }
}


/*==========================
    LAYOUT
==========================*/

.course-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.course-left {
    flex: 0 0 62%;
}

.sg-right {
    flex: 0 0 34%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*==========================
    LEFT CONTENT
==========================*/

.course-hero-badge {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 40px;
    background: #d9e8f5;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .15);
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}

.course-left h1 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    color: #1f3c88;
    margin-bottom: 20px;
}

.course-left h2 {
    max-width: 700px;
    font-size: 20px;
    line-height: 1.6;
    color: #af0f0a;
    font-weight: 600;
    margin-bottom: 20px;
}


/*==========================
    FEATURE BOXES
==========================*/

.hero-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 40px;
    background: #d7d7d7;
    padding: 20px;
    border-radius: 14px;
}

.hero-points div {
    padding: 12px 18px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    backdrop-filter: blur(12px);
    color: #475569;
    font-weight: 600;
    transition: .35s;
    font-size: 15px;
}

.hero-points div:hover {
    transform: translateY(-5px);
    background: #fff;
}


/*==========================
    COURSE SUMMARY
==========================*/

.course-summary {
    width: 100%;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #dce8f7;
    box-shadow: 0 25px 60px rgba(31, 60, 136, .12);
    transition: .35s;
}

.course-summary:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 70px rgba(31, 60, 136, .18);
}

.summary-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 16px;
    background: #f5f9ff;
}

.summary-item {
    position: relative;
    overflow: hidden;
    padding: 16px 18px;
    text-align: center;
    background: #fff;
    border: 1px solid #e4edf8;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(31, 60, 136, .08);
    cursor: pointer;
    transition: .35s;
}

.summary-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #1f3c88, #4f8df8);
    transform: scaleX(0);
    transform-origin: left;
    transition: .35s;
}

.summary-item:hover {
    transform: translateY(-10px);
    border-color: #4f8df8;
    box-shadow: 0 25px 45px rgba(31, 60, 136, .18);
}

.summary-item:hover::before {
    transform: scaleX(1);
}


/*==========================
    ICON
==========================*/

.summary-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #1f3c88, #4f8df8);
    transition: .35s;
}

.summary-icon i {
    color: #fff;
    font-size: 18px;
}

.summary-item:hover .summary-icon {
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 15px 30px rgba(31, 60, 136, .25);
    background: #fff;
}

.summary-item:hover .summary-icon i {
    color: #1f3c88;
}


/*==========================
    TEXT
==========================*/

.summary-item span {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.summary-item strong {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: #1f3c88;
    line-height: 1.5;
}


/*==========================
    PURPOSE
==========================*/

.summary-purpose {
    padding: 20px;
}

.summary-purpose h4 {
    margin-bottom: 14px;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: #1f3c88;
}

.summary-purpose p {
    margin: 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.8;
    color: #475569;
}

.summary-purpose strong {
    color: #d62828;
}


/*==========================
    RESPONSIVE
==========================*/

@media(max-width:991px) {
    .course-container {
        flex-direction: column;
        text-align: center;
    }
    .course-left,
    .sg-right {
        flex: 1 1 100%;
        width: 100%;
    }
    .sg-right {
        margin-top: -30px;
    }
    .course-left {
        margin-top: 40px;
    }
    .course-left h1 {
        font-size: 42px;
    }
    .hero-points {
        grid-template-columns: 1fr;
    }
}

@media(max-width:600px) {
    .course-hero {
        padding: 110px 20px 20px;
    }
    .course-left h1 {
        font-size: 34px;
    }
    .course-left h2 {
        font-size: 18px;
    }
    .course-hero-badge {
        font-size: 13px;
    }
    .summary-grid {
        grid-template-columns: 1fr;
    }
}

.course-table-section,
.course-subject-section {
    padding: 12px 20px;
    background: #f4f8fc;
}

.course-table-wrapper,
.suject-table-wrapper {
    max-width: 1200px;
    margin: auto;
}

.ib-course-table-wrap,
.course-subject-wrapper {
    overflow-x: auto;
}

.course-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #222;
    border: 1px solid #bfc8d4;
}

.course-table thead th {
    background: #dfe8f3;
    color: #0b2f5f;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 8px 16px;
    border: 1px solid #bfc8d4;
}

.course-table tbody td {
    padding: 6px 16px;
    border: 1px solid #c9d2dc;
    vertical-align: top;
    line-height: 1.6;
    background: #eff6ff;
}

.package-table thead th {
    background: #c89b3c;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 8px 16px;
    border: 1px solid #bfc8d4;
}

.package-table tbody td {
    padding: 6px 16px;
    border: 1px solid #c9d2dc;
    vertical-align: top;
    line-height: 1.6;
    background: #f7f2e8!important;
    color: #142A5E!important;
    font-weight: 600;
}


/* First column */

.course-table tbody td:nth-child(1) {
   
    font-weight: 600;
    color: #0b2f5f;
    background: #eff6ff;
    text-align: center;
}

.package-card-table tbody td:nth-child(1) {
    width: 35%!important;
    font-weight: 600;
    color: #0b2f5f;
    background: #f7f9fc;
    text-align: center;
}

.left-align-class-rowspan tbody td:nth-child(1) {
    color: #222222!important;
    text-align: left;
    font-weight: 400;
    background: #fff;
}

.left-align-class-rowspan tbody td:nth-child(2) {
    color: #222222!important;
    text-align: left!important;
    font-weight: 400;
    background: #fff;
}

.left-align-class-rowspan tbody td[rowspan] {
    font-weight: 600;
    color: #0b2f5f !important;
    text-align: center!important;
    vertical-align: middle;
}


/* Second column */

.course-table tbody td:nth-child(2) {
    text-align: center;
    background: #eff6ff;
}

.course-table tbody td:nth-child(3) {
    text-align: center;
    background: #eff6ff;
}

.course-table tbody td:nth-child(4) {
    text-align: center;
    background: #eff6ff;
}

.course-table tbody td:nth-child(5) {
    text-align: center;
    background: #eff6ff;
}

.course-table tbody td:nth-child(6) {
    text-align: center;
    background: #eff6ff;
}

.course-table tbody td:nth-child(7) {
    text-align: center;
    background: #eff6ff;
}

.course-table tbody td:nth-child(8) {
    text-align: center;
    background: #eff6ff;
}

.left-align-class tbody td:nth-child(2) {
    text-align: left!important;
    background: #eff6ff;
}

.left-align-class tbody td:nth-child(3) {
    text-align: left!important;
}

.left-align-class tbody td:nth-child(4) {
    text-align: left!important;
    background: #eff6ff;
}

.left-align-class tbody td:nth-child(5) {
    text-align: left!important;
    background: #eff6ff;
}

.left-align-class tbody td:nth-child(6) {
    text-align: left!important;
    background: #eff6ff;
}

.left-align-class tbody td:nth-child(7) {
    text-align: left!important;
    background: #eff6ff;
}

.left-align-class tbody td:nth-child(8) {
    text-align: left!important;
    background: #eff6ff;
}

.left-align-class-new tbody td {
    text-align: left!important;
    background: #eff6ff;
}

.course-table tbody tr:hover td {
    background: #f5f9ff;
    transition: .3s;
}


/* ===============================
   TABLET
================================== */

@media (max-width:991px) {
    .course-table-section,
    .course-subject-table-main {
        padding: 30px 20px;
    }
    .course-table {
        min-width: 700px;
    }
    .course-subject-table {
        min-width: 900px;
    }
    .course-table th,
    .course-table td {
        font-size: 14px;
        padding: 12px;
    }
    .course-subject-table th,
    .course-subject-table td {
        font-size: 14px;
        padding: 12px;
    }
}


/* ===============================
   MOBILE
================================== */

@media (max-width:767px) {
    .course-table-section,
    .course-subject-table-main {
        padding: 20px 12px;
    }
    .course-table {
        min-width: 650px;
    }
    .course-subject-table {
        min-width: 900px;
    }
    .course-table th,
    .course-table td {
        font-size: 13px;
        padding: 10px;
    }
    .course-subject-table th,
    .course-subject-table td {
        font-size: 13px;
        padding: 10px;
    }
    .ib-course-container h2 {
        font-size: 18px !important;
    }
    .ib-course-container p {
        font-size: 15px!important;
        color: #1f1f1f!important;
    }
    .ib-course-table-wrap p {
        font-size: 15px!important;
        color: #1f1f1f!important;
    }
    .course-table-wrapper p {
        font-size: 15px!important;
        color: #1f1f1f!important;
    }
    .ib-course-table-wrap h3 a{
        font-size: 18px!important;
        color: #1f3c88!important;
    }
    .module-title-course {
        font-size: 17px;
    }
}


/* Nice scrollbar */

.course-table-section-container::-webkit-scrollbar,
.course-subject-wrapper::-webkit-scrollbar {
    height: 8px;
}

.course-table-section-container::-webkit-scrollbar-thumb,
.course-subject-wrapper::-webkit-scrollbar-thumb {
    background: #1f3c88;
    border-radius: 10px;
}

.course-table-section-container::-webkit-scrollbar-track,
.course-subject-wrapper::-webkit-scrollbar-track {
    background: #e9eef5;
}

.suject-table-wrapper h2 {
    text-align: center;
    line-height: 1.3;
    color: #1f3c88;
    margin-bottom: 14px;
    font-weight: 700;
    position: relative;
    font-size: 20px !important;
}

.suject-table-wrapper p {
    font-size: 15px!important;
    color: #1f1f1f!important;
}

.ib-course-container h2 {
    text-align: center;
    line-height: 1.3;
    color: #1f3c88;
    margin-bottom: 14px;
    font-weight: 700;
    position: relative;
    font-size: 20px !important;
}

.ib-course-container h2 a{
    text-align: center;
    line-height: 1.3;
    color: #1f3c88;
    margin-bottom: 14px;
    font-weight: 700;
    position: relative;
    font-size: 20px !important;
}


.ib-course-container h3 {
    text-align: center;
    line-height: 1.3;
    color: #1f3c88;
    margin-bottom: 14px;
    font-weight: 700;
    position: relative;
    font-size: 18px !important;
}

.ib-course-container p {
    font-size: 15px!important;
    color: #1f1f1f!important;
}

.ib-course-table-wrap p {
    font-size: 15px!important;
    color: #1f1f1f!important;
}

.course-table-wrapper p {
    font-size: 15px!important;
    color: #1f1f1f!important;
}

.ib-course-table-wrap h3 {
    font-size: 18px!important;
    color: #1f3c88!important;
}

.ib-course-table-wrap h3 a{
    font-size: 18px!important;
    color: #1f3c88!important;
}

.course-subject-table-main {
    padding: 30px 75px;
    background: #f5f8fc;
}


/* Heading */

.module-title-course {
    font-size: 20px;
    color: #1f3c88;
    font-weight: 700;
    text-align: center;
}

.dark-table thead th {
    background-color: #274a83!important;
    color: #fff;
}


/* ====================================
   SUBJECT TABLE
==================================== */

.course-subject-table-main {
    padding: 20px 75px;
    background: #f5f8fc;
    margin-bottom: 20px;
}


/* Wrapper */

.course-subject-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


/* Table */

.course-subject-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #bcc9d9;
    min-width: 900px;
    background: #fff;
}


/* Header */

.course-subject-table thead th {
    background: #dde5ef;
    color: #0b2f5f;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 14px;
    border: 1px solid #bcc9d9;
}


/* Hours Row */

.course-subject-table .hours-row td {
    background: #f4f7fb;
    color: #2b6db3;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 12px 10px;
    border: 1px solid #bcc9d9;
}


/* Content */

.course-subject-table tbody tr:last-child td {
    padding: 18px;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.7;
    border: 1px solid #bcc9d9;
    color: #222;
}


/* Hover */

.course-subject-table tbody tr:hover td {
    background: #fafcff;
    transition: .3s;
}


/* ====================================
   TABLET
==================================== */

@media (max-width:991px) {
    .course-subject-table-main {
        padding: 30px 20px;
    }
    .course-subject-table {
        min-width: 900px;
    }
    .course-subject-table thead th {
        font-size: 15px;
        padding: 12px;
    }
    .course-subject-table .hours-row td {
        font-size: 15px;
        padding: 12px;
    }
    .course-subject-table tbody tr:last-child td {
        font-size: 14px;
        padding: 15px;
    }
}


/* ====================================
   MOBILE
==================================== */

@media (max-width:767px) {
    .course-subject-table-main {
        padding: 20px 12px;
    }
    .course-subject-table {
        min-width: 900px;
    }
    .module-title-course {
        font-size: 17px;
    }
    .course-subject-table thead th {
        font-size: 14px;
        padding: 10px;
    }
    .course-subject-table .hours-row td {
        font-size: 14px;
        padding: 10px;
    }
    .course-subject-table tbody tr:last-child td {
        font-size: 13px;
        line-height: 1.6;
        padding: 12px;
    }
}


/* Scrollbar */

.course-subject-wrapper::-webkit-scrollbar {
    height: 8px;
}

.course-subject-wrapper::-webkit-scrollbar-thumb {
    background: #1f3c88;
    border-radius: 10px;
}

.course-subject-wrapper::-webkit-scrollbar-track {
    background: #e8edf5;
}

.course-subject-final-line p {
    color: #fff;
    font-size: 20px!important;
    font-weight: 700!important;
    line-height: 1.6;
}

.package-section {
    padding: 20px 20px;
    background: #f5f8fc;
    font-family: "Poppins", sans-serif;
}

.package-container {
    max-width: 1200px;
    margin: auto;
}

.package-main-title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #1f3c88;
    margin-bottom: 20px;
}

.package-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
    transition: .35s;
    border-left: 6px solid #1f3c88;
}

.package-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 50px rgba(31, 60, 136, .15);
}

.package-number {
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1f3c88, #3b82f6);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 25px rgba(31, 60, 136, .25);
}

.package-content {
    flex: 1;
}

.package-content h3 {
    font-size: 20px;
    color: #1f3c88;
    margin-bottom: 8px;
}

.package-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 14px;
}

.package-content h4 {
    font-size: 16px;
    color: #111;
    margin-bottom: 10px;
    font-weight: 700;
}

.package-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.package-content ul li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 8px;
    font-size: 15px;
    color: #333;
}

.package-content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #1f3c88;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.package-fee {
    display: inline-block;
    background: #eef5ff;
    padding: 12px 20px;
    border-radius: 40px;
    font-weight: 700;
    color: #1f3c88;
}

.package-fee span {
    color: #00844c;
}

@media(max-width:768px) {
    .package-card {
        flex-direction: column;
        text-align: left;
        padding: 25px;
    }
    .package-number {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    .package-main-title {
        font-size: 26px;
    }
    .package-content h3 {
        font-size: 20px;
    }
}

.pricing-note-main {
    max-width: 1200px;
    margin: 30px auto;
}

.pricing-note {
    margin: 30px auto;
    padding: 16px 22px;
    background: #f7f2e8;
    border: 1px solid #d9d2c3;
    border-left: 5px solid #1f3c88;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    box-sizing: border-box;
    font-weight: 600;
}

.pricing-note strong {
    color: #1f3c88;
    font-weight: 700;
}

@media (max-width:768px) {
    .pricing-note {
        padding: 14px 16px;
        font-size: 14px;
        line-height: 1.7;
        margin: 20px 12px;
    }
}

.myp-package {
    max-width: 1200px;
    margin: 30px auto;
}

.myp-title {
    font-size: 20px;
    font-weight: 700;
    color: #1f3c88;
    margin-bottom: 10px;
}

.myp-table-wrap {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
}

.myp-table {
    width: 100%;
    border-collapse: collapse;
}

.myp-table tr {
    border-bottom: 1px solid #e4ebf3;
}

.myp-table tr:last-child {
    border-bottom: none;
}

.myp-table th {
    width: 35%;
    background: #eef4fb;
    color: #12396f;
    text-align: left;
    padding: 12px 22px;
    font-size: 15px;
    font-weight: 700;
    border-right: 1px solid #dbe5ef;
}

.myp-table td {
    background: #fff;
    padding: 12px 22px;
    font-size: 15px;
    color: #333;
}

.price {
    color: #d88a00;
    font-weight: 700;
    font-size: 17px;
}

.myp-includes {
    margin-top: 10px;
    background: #f8fbff;
    border-left: 5px solid #1f3c88;
    padding: 20px 30px;
    border-radius: 10px;
}

.myp-includes h3 {
    margin: 0 0 18px;
    color: #1f3c88;
    font-size: 18px;
}

.myp-includes ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.myp-includes li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 8px;
    font-size: 15px;
    color: #333;
    line-height: 1.7;
}

.myp-includes li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #1f3c88;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.myp-includes p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
}

.myp-includes p strong {
    color: #1f3c88;
}

.myp-table tr:hover td {
    background: #f9fbfe;
    transition: .3s;
}


/* Responsive */

@media(max-width:768px) {
    .myp-title {
        font-size: 22px;
    }
    .myp-table th,
    .myp-table td {
        display: block;
        width: 100%;
        border-right: none;
    }
    .myp-table th {
        padding: 14px 18px 8px;
    }
    .myp-table td {
        padding: 0 18px 14px;
    }
    .myp-includes {
        padding: 20px;
    }
}

.subject-grid-section {
    padding: 30px 20px;
    background: #f5f8fc;
}

.subject-grid-container {
    max-width: 1200px;
    margin: auto;
}

.subject-grid-container h2 {
    margin: 0 auto 10px;
    font-size: 20px;
    color: #0f2f5d;
    font-weight: 700;
}

.subject-grid-container h3 {
    margin: 0 auto 10px;
    font-size: 18px;
    color: #d38b1f;
    font-weight: 700;
}

.subject-grid-container p {
    font-size: 15px;
    color: #333;
    line-height: 1.8;
}

.subject-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #cfd6df;
}

.subject-card {
    padding: 10px 22px;
    border-right: 1px solid #cfd6df;
    border-bottom: 1px solid #cfd6df;
    background: #fff;
    transition: .3s;
}

.subject-card:nth-child(2n) {
    border-right: none;
}

.subject-card:nth-child(1) {
    background: #eff6ff;
}

.subject-card:nth-child(3) {
    background: #eff6ff;
}

.subject-card:nth-child(5) {
    background: #eff6ff;
}

.subject-card:nth-child(7) {
    background: #eff6ff;
}

.subject-card:nth-child(9) {
    background: #eff6ff;
}

.subject-card:nth-child(11) {
    background: #eff6ff;
}

.subject-card:nth-child(13) {
    background: #eff6ff;
}

.subject-card:nth-child(14) {
    background: #eff6ff;
}

.subject-card:nth-child(15) {
    background: #eff6ff;
}

.subject-card:nth-child(17) {
    background: #eff6ff;
}

.subject-card:nth-child(19) {
    background: #eff6ff;
}

.subject-card:nth-child(2) {
    background: #eff6ff;
}

.subject-card:nth-child(4) {
    background: #eff6ff;
}

.subject-card:nth-child(6) {
    background: #eff6ff;
}

.subject-card:nth-child(8) {
    background: #eff6ff;
}

.subject-card:nth-child(10) {
    background: #eff6ff;
}

.subject-card:nth-child(12) {
    background: #eff6ff;
}

.subject-card h3 {
    font-size: 18px;
    color: #0f2f5d;
    margin: 0 0 10px;
    font-weight: 700;
}

.subject-card h4 {
    margin: 0 0 10px;
    font-size: 16px;
    font-style: italic;
    color: #d38b1f;
    line-height: 1.6;
    font-weight: 600;
}

.subject-card p {
    margin: 0 0 10px;
    font-size: 15px;
    color: #333;
    line-height: 1.8;
}

.best-for {
    font-size: 15px;
    color: #222;
    line-height: 1.8;
}

.best-for strong {
    color: #000;
}

.subject-card:hover {
    background: #f8fbff;
}

@media(max-width:991px) {
    .subject-grid {
        grid-template-columns: 1fr;
    }
    .subject-card {
        border-right: none;
    }
    .subject-card h3 {
        font-size: 18px;
    }
}

@media(max-width:576px) {
    .subject-grid-title {
        font-size: 20px;
    }
    .subject-card {
        padding: 18px;
    }
    .subject-card h3 {
        font-size: 18px;
    }
    .subject-card h4 {
        font-size: 16px;
    }
    .subject-card p,
    .best-for {
        font-size: 14px;
    }
}

.primary-cta-box {
    max-width: 1200px;
    margin: 20px auto;
    padding: 24px 28px;
    background: #fdf8ec;
    border: 1px solid #d9a64d;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    transition: .35s ease;
}

.secondary-cta-box {
    max-width: 1200px;
    margin: 20px auto;
    padding: 24px 28px;
    background: #bfd7f8!important;
    border: 1px solid #d9a64d;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    transition: .35s ease;
}

.green-cta-box {
    max-width: 1200px;
    margin: 20px auto;
    padding: 24px 28px;
    background: #ecfdec!important;
    border: 1px solid #4dd983!important;
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    transition: .35s ease;
}

.primary-cta-box:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.primary-cta-box h2 {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 700;
    color: #0b2f5f;
    line-height: 1.3;
}

.primary-cta-box p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}


/* Tablet */

@media(max-width:991px) {
    .primary-cta-box {
        padding: 22px;
    }
    .primary-cta-box h2 {
        font-size: 20px;
    }
    .primary-cta-box p {
        font-size: 16px;
    }
}


/* Mobile */

@media(max-width:767px) {
    .primary-cta-box {
        padding: 18px;
        margin: 20px 15px;
    }
    .primary-cta-box h2 {
        font-size: 20px;
    }
    .primary-cta-box p {
        font-size: 15px;
        line-height: 1.7;
    }
}

.cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 34px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: .35s ease;
    min-width: 280px;
}


/* Tablet */
@media (max-width:768px){
    .cta-btn{
        width:80%;
        font-size:15px;
        padding:14px 20px;
    }
}

/* Mobile */
@media (max-width:480px){
    .cta-btn{
        width:100%;
        font-size:15px;
        padding:14px 18px;
        box-sizing:border-box;
    }
}


/* Primary Button */

.primary-btn {
    background: #344e92;
    color: #fff;
    border: 2px solid #1f3c88;
}

.primary-btn:hover {
    background: #344e92;
    border-color: #344e92!important;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(31, 60, 136, .25);
}


/* Secondary Button */

.secondary-btn {
    background: #344e92;
    color: #fff;
    border: 2px solid #1f3c88;
}

.secondary-btn:hover {
    background: #344e92;
    border-color: #344e92;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(31, 60, 136, .25);
}



/* Responsive */

@media(max-width:768px) {
    .cta-buttons {
        flex-direction: column;
    }
    .cta-btn {
        width: 100%;
        max-width: 350px;
        min-width: auto;
    }
}


/*==============================
 AP UNIT SECTION
==============================*/

.ap-unit-section {
    padding: 30px 20px;
    background: #f7f9fc;
}

.ap-unit-container {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    padding: 30px 30px 10px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .06);
    border: 1px solid #e4ebf4;
}


/* Heading */

.ap-unit-container h2 {
    font-size: 20px;
    font-weight: 700;
    color: #143d7a;
    margin-bottom: 12px;
    line-height: 1.4;
    position: relative;
}

.ap-intro {
    font-size: 15px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 10px;
}


/* Unit Heading */

.ap-unit-container h3 {
    font-size: 18px;
    color: #0f8b78;
    margin-bottom: 10px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.ap-unit-container h3::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0f8b78;
}


/* Description */

.ap-desc {
    font-size: 15px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 25px;
}


/*==============================
 TABLE
==============================*/

.ap-topic-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 14px;
}

.ap-topic-table td {
    width: 50%;
    padding: 12px 20px;
    border: 1px solid #e6edf5;
    background: #fff;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    transition: .3s;
    position: relative;
    padding-left: 40px;
    background-color: #e4f3f8;
}

.ap-topic-table-sec td {
    background-color: #f8f0e4!important;
}

.ap-topic-table-tri td{
        background-color: #eff6ff!important;
}


/* Bullet */

.ap-topic-table td::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 25px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1f3c88;
}

.ap-topic-table tr:nth-child(even) td {
    background: #fbfcfe;
}

.ap-topic-table-sec tr:nth-child(even) td {
    background: #fbfcfe!important;
}

.ap-topic-table-tri tr:nth-child(even) td {
    background: #eff6ff!important;
}

.ap-topic-table td:hover {
    background: #eef5ff;
}


/*==============================
 MOBILE
==============================*/

@media(max-width:768px) {
    .ap-unit-container {
        padding: 22px;
    }
    .ap-unit-container h2 {
        font-size: 20px;
    }
    .ap-unit-container h3 {
        font-size: 18px;
    }
    .ap-intro,
    .ap-desc {
        font-size: 15px;
    }
    .ap-topic-table,
    .ap-topic-table tbody,
    .ap-topic-table tr,
    .ap-topic-table td {
        display: block;
        width: 100%;
    }
    .ap-topic-table td {
        border-bottom: none;
    }
    .ap-topic-table tr:last-child td:last-child {
        border-bottom: 1px solid #e6edf5;
    }
}



/* ==========================================================
           TOKENS — shared with site header for brand consistency
           ========================================================== */
        .lp-page{
            --navy:#0B1F3A;
            --navy-soft:#16305C;
            --blue:#2E6BE6;
            --accent:#FF6B35;
            --accent-dark:#E5551E;
            --bg:#ffffff;
            --bg-soft:#F5F7FB;
            --border:#E7EBF2;
            --text:#16233F;
            --text-muted:#5B6B82;
            --radius-sm:10px;
            --radius-md:16px;
            --radius-pill:999px;
            --shadow:0 20px 45px rgba(11,31,58,.10);
            --shadow-sm:0 6px 18px rgba(11,31,58,.06);

            color:var(--text);
            background:var(--bg);
        }
        .lp-page, .lp-page *{ box-sizing:border-box; }
        .lp-container{
            max-width:1200px;
            margin:0 auto;
            padding:0 24px;
        }

        /* ---------------- Hero ---------------- */
        .lp-hero{
            position:relative;
            overflow:hidden;
            background:linear-gradient(180deg, #224b82 0%, #2d5494 100%);
            padding:30px 0 40px;
            color:#fff;
        }
        .lp-hero-dots{
            position:absolute;
            inset:0;
            background-image:radial-gradient(rgba(255,255,255,.14) 1.5px, transparent 1.5px);
            background-size:26px 26px;
            mask-image:radial-gradient(ellipse 80% 70% at 50% 0%, #000 40%, transparent 85%);
            pointer-events:none;
        }
        .lp-hero-inner{ position:relative; text-align:center; max-width:1000px; margin:0 auto; }
        .lp-eyebrow{
            display:inline-flex;
            align-items:center;
            gap:8px;
            font-size:12.5px;
            font-weight:700;
            letter-spacing:.5px;
            text-transform:uppercase;
            color:#fff;
            background:rgba(255,255,255,.12);
            border:1px solid rgba(255,255,255,.22);
            padding:8px 18px;
            border-radius:var(--radius-pill);
            margin-bottom:22px;
        }
        .lp-eyebrow i{ color:var(--accent); }
        .lp-hero h1{
            font-weight:800;
            font-size:clamp(30px, 4.6vw, 46px);
            line-height:1.14;
            margin:0 0 18px 0;
            color: #fff;
        }
        .lp-hero p{
            font-size:16.5px;
            line-height:1.6;
            color:rgba(255,255,255,.78);
            margin:0 0 34px 0;
        }
        .lp-hero-stats{
            display:flex;
            justify-content:center;
            flex-wrap:wrap;
            gap:14px;
        }
        .lp-stat-chip{
            display:flex;
            align-items:baseline;
            gap:8px;
            background:rgba(255,255,255,.08);
            border:1px solid rgba(255,255,255,.18);
            padding:12px 20px;
            border-radius:var(--radius-md);
        }
        .lp-stat-chip strong{
            font-size:22px;
            font-weight:800;
            color:var(--accent);
        }
        .lp-stat-chip span{
            font-size:12.5px;
            color:rgba(255,255,255,.75);
            font-weight:500;
        }

        /* ---------------- Flag strip (signature element) ---------------- */
        .lp-flagstrip{
            background:var(--bg);
            border-bottom:1px solid var(--border);
            padding:26px 0;
        }
        .lp-flagstrip-label{
            text-align:center;
            font-size:12px;
            font-weight:700;
            letter-spacing:.5px;
            text-transform:uppercase;
            color:var(--text-muted);
            margin:0 0 18px 0;
        }
        .lp-flagstrip-row{
            display:flex;
            flex-wrap:wrap;
            justify-content:center;
            gap:28px 34px;
        }
        .lp-flag{
            display:flex;
            align-items:center;
            gap:10px;
            font-size:13px;
            font-weight:600;
            color:var(--text);
        }
        .lp-flag img{
            width:26px; height:26px;
            border-radius:50%;
            object-fit:cover;
            border:1px solid var(--border);
        }

        /* ---------------- Region sections ---------------- */
        .lp-region{
            padding:40px 0 8px;
        }
        .lp-region-head{
            display:flex;
            align-items:baseline;
            justify-content:space-between;
            gap:16px;
            margin-bottom:24px;
            padding-bottom:14px;
            border-bottom:1px solid var(--border);
        }
        .lp-region-head h2{
            font-size:20px;
            font-weight:800;
            color:var(--navy);
            margin:0;
        }
        .lp-region-head span{
            font-size:13px;
            color:var(--text-muted);
            font-weight:500;
            white-space:nowrap;
        }

        .lp-card-grid{
            display:grid;
            grid-template-columns:repeat(3, 1fr);
            gap:20px;
            margin-bottom:12px;
        }
        .lp-card{
            display:flex;
            flex-direction:column;
            background:#fff;
            border:1px solid var(--border);
            border-radius:var(--radius-md);
            padding:22px;
            text-decoration:none;
            color:var(--text);
            transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
        }
        .lp-card:hover{
            transform:translateY(-3px);
            box-shadow:var(--shadow);
            border-color:transparent;
        }
        .lp-card-tag{
            align-self:flex-start;
            font-size:10.5px;
            font-weight:700;
            letter-spacing:.4px;
            text-transform:uppercase;
            color:var(--accent-dark);
            background:rgba(255,107,53,.10);
            padding:5px 10px;
            border-radius:var(--radius-pill);
            margin-bottom:14px;
        }
        .lp-card h3{
            font-size:17px;
            font-weight:700;
            color:var(--navy);
            margin:0 0 8px 0;
        }

         .lp-card h3 a{
            font-size:17px;
            font-weight:700;
            color:var(--navy);
            margin:0 0 8px 0;
        }
        .lp-card p{
            font-size:13.5px;
            line-height:1.55;
            color:var(--text-muted);
            margin:0 0 18px 0;
            flex:1;
        }
        .lp-card-cta{
            display:inline-flex;
            align-items:center;
            gap:6px;
            font-size:13px;
            font-weight:700;
            color:var(--blue);
        }
        .lp-card-cta i{
            font-size:11px;
            transition:transform .18s ease;
        }
        .lp-card:hover .lp-card-cta i{ transform:translateX(4px); }

        /* ---------------- CTA banner ---------------- */
        .lp-cta{
            margin:64px 0 0;
            background:linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%);
            border-radius:var(--radius-md);
        }
        .lp-cta-inner{
            max-width:1200px;
            margin:0 auto;
            padding:52px 24px;
            text-align:center;
            color:#fff;
        }
        .lp-cta h2{
            font-size:clamp(22px, 3vw, 30px);
            font-weight:800;
            margin:0 0 12px 0;
            color: #fff;
        }
        .lp-cta p{
            font-size:15px;
            color:rgba(255,255,255,.78);
            max-width:560px;
            margin:0 auto 26px;
            line-height:1.6;
        }
        .lp-btn{
            display:inline-flex;
            align-items:center;
            gap:8px;
            font-weight:700;
            font-size:14px;
            text-decoration:none;
            padding:13px 26px;
            border-radius:var(--radius-pill);
            background:#aa1728;
            color:#fff;
            transition:transform .18s ease, box-shadow .18s ease;
        }
        .lp-btn:hover{ transform:translateY(-1px); box-shadow:0 10px 26px rgba(255,107,53,.4); }

        .lp-section-spacer{ height:64px; }

        /* ---------------- Responsive ---------------- */
        @media (max-width:900px){
            .lp-card-grid{ grid-template-columns:repeat(2, 1fr); }
        }
        @media (max-width:640px){
            .lp-card-grid{ grid-template-columns:1fr; }
            .lp-hero{ padding:48px 0 64px; }
            .lp-hero-stats{ gap:10px; }
            .lp-region{ padding:40px 0 4px; }
            .lp-region-head{ flex-direction:column; align-items:flex-start; gap:4px; }
        }

        /* Card */
.lp-card{
    position:relative;
    overflow:hidden;
    background: #fff;
    border: 2px solid #dfe7f3;
    border-radius: 18px;
}

/* Hide buttons initially */
.lp-hover-btns{
       display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
    margin-top:15px;

    max-height:0;
    opacity:0;
    overflow:hidden;
    transition:all .35s ease;
}

/* Show buttons only on hover */
.lp-card:hover .lp-hover-btns{
    max-height:200px;
    opacity:1;
}

/* Buttons */
.lp-btn-small{
    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;

    padding:10px 15px;
    border-radius:8px;

    background:#174873;
    color:#fff;
    text-decoration:none;

    font-size:13px;
    font-weight:700;

    transition:.3s;
}

.lp-btn-small:hover{
    background:#2E6BE6;
    color:#fff;
    transform:translateY(-2px);
}

.lp-card-title,
.lp-card-desc{
    text-decoration:none;
    color:inherit;
    transition:.3s;
}

.lp-card-title:hover,
.lp-card-desc:hover{
    color:var(--blue);
}

.lp-card-cta a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-weight:700;
}

.lp-card-cta i{
    transition:.3s;
}

.lp-card-cta a:hover i{
    transform:translateX(4px);
}

/* ===================================
   Featured States
=================================== */
.two-location-cards{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.lp-featured-states{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    margin:40px 0 20px;
}

.lp-featured-card{
    position:relative;
    background:#fff;
    border:2px solid #dfe7f3;
    border-top:5px solid #123d7b;
    border-radius:18px;
    padding:35px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
}

.lp-featured-card:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 55px rgba(0,0,0,.14);
}

.lp-featured-label{
    display:inline-block;
    background:#123d7b;
    color:#fff;
    font-size:12px;
    font-weight:700;
    padding:6px 14px;
    border-radius:40px;
    letter-spacing:.5px;
    margin-bottom:18px;
    text-transform:uppercase;
}

.lp-featured-card h3{
    font-size:20px;
    color:#123d7b;
    margin-bottom:10px;
    font-weight:800;
}

.lp-featured-time{
    color:#666;
    margin-bottom:25px;
    font-size:16px;
    line-height:1.7;
}

.lp-city-links{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:30px;
}

.lp-city-links a{
    color:#123d7b;
    background:#f4f7fb;
    border-radius:30px;
    padding:10px 16px;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}

.lp-city-links a:hover{
    background:#123d7b;
    color:#fff;
}

.lp-state-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    background:#123d7b;
    color:#fff;
    padding:6px 26px;
    border-radius:40px;
    font-weight:700;
    transition:.3s;
}

.lp-state-btn:hover{
    background:#0c2f61;
    color:#fff;
}

.lp-state-btn i{
    transition:.3s;
}

.lp-state-btn:hover i{
    transform:translateX(5px);
}

/* ===========================
   Tablet
=========================== */

@media(max-width:992px){

.lp-featured-states{
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.lp-featured-card{
    padding:28px;
}

.lp-featured-card h3{
    font-size:28px;
}

}

/* ===========================
   Mobile
=========================== */

@media(max-width:767px){

.lp-featured-states{
    grid-template-columns:1fr;
}

.lp-featured-card{
    padding:24px;
}

.lp-featured-card h3{
    font-size:26px;
}

.lp-city-links{
    gap:10px;
}

.lp-city-links a{
    font-size:13px;
    padding:9px 14px;
}

.lp-state-btn{
    width:100%;
    justify-content:center;
}

}

/*==============================
USA HERO
==============================*/

.lp-hero-usa{
    position:relative;
    overflow:hidden;
}

.lp-hero-grid{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

.lp-hero-content{
    flex:1;
    max-width:650px;
}
.lp-hero-content h2{
    
    color: #fff;
    font-size: 18px;
}

.lp-hero-map{
    flex:0 0 40%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.lp-hero-map img{
    width:100%;
    max-width:620px;
    aspect-ratio:1/1;
    object-fit:contain;
    display:block;
    border-radius: 20px;
}

.lp-hero-buttons{
    display:flex;
    gap:18px;
    margin:35px 0;
    flex-wrap:wrap;
}

.lp-btn-outline{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 28px;
    border:2px solid #174873;
    border-radius:50px;
    color:#174873;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
    background:#fff;
}

.lp-btn-outline:hover{
    background:#174873;
    color:#fff;
}

.lp-hero-stats{
    margin-top:20px;
}

@media (max-width:992px){

.lp-hero-grid{
    gap:40px;
}

.lp-hero-map{
    flex:0 0 42%;
}

.lp-hero-map img{
    max-width:480px;
}

}
@media (max-width:768px){

.lp-hero-grid{
    flex-direction:column;
    text-align:center;
}

.lp-hero-content{
    max-width:100%;
    order:1;
}

.lp-hero-map{
    width:100%;
    order:2;
    margin-top:30px;
}

.lp-hero-map img{
    width:100%;
    max-width:520px;
    margin:auto;
}

.lp-hero-buttons{
    justify-content:center;
}

.lp-hero-stats{
    justify-content:center;
}

}