body {
    font-family: "Inter", sans-serif;
}

/* TOP BAR */
.top-bar {
    background: #dff5f5;
    padding: 6px 0;
    font-size: 14px;
}

/* NAVBAR */
.main-nav {
    background: #063c2f;
}

.main-nav .nav-link {
    color: #fff;
    font-weight: 500;
    margin: 0 0px;
}

.main-nav .nav-link:hover {
    color: #9adbcf;
}

.apply-btn {
    font-weight: 600;
}

/* HERO */
.hero-section {
    background: #eaf9f7;
}

.hero-img {
    background: url("images/hero.jpg") center/cover no-repeat;
    height: 520px;
    clip-path: polygon(0 0, 95% 0, 85% 100%, 0% 100%);
}

/* FORM */
.admission-form {
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    max-width: 420px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.admission-form h5 {
    color: #1fa650;
    margin-bottom: 15px;
}

.admission-form input,
.admission-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.admission-form button {
    width: 100%;
    background: #1fa650;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
}

/* HERO SECTION */
/* HERO SECTION */
.hero-section {
    background: #eaf9f7;
    overflow: hidden;
}

/* SLIDER IMAGE */
.hero-img {
    height: 520px;
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 0, 95% 0, 85% 100%, 0% 100%);
}

/* FORM BOX */
.admission-form {
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    max-width: 420px;
    margin: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

.admission-form h5 {
    color: #1fa650;
    margin-bottom: 15px;
    font-weight: 600;
}

.admission-form input,
.admission-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.admission-form button {
    width: 100%;
    background: #1fa650;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
}

/* MOBILE FIX */
@media(max-width:991px) {
    .hero-img {
        clip-path: none;
        height: 300px;
    }

    .admission-form {
        margin: 20px auto;
    }
}

/* FORM */
.admission-form {
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    max-width: 420px;
    margin: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.admission-form h5 {
    color: #1fa650;
    margin-bottom: 15px;
}

.admission-form input,
.admission-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.admission-form button {
    width: 100%;
    background: #1fa650;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
}

/* MEGA DROPDOWN */
.mega-dropdown {
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

/* TITLES */
.mega-title {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 12px;
    position: relative;
}

.mega-title::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #1fa650;
    position: absolute;
    left: 0;
    bottom: -6px;
}

/* LINKS */
.mega-list li {
    margin-bottom: 8px;
}

.mega-list a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.mega-list a:hover {
    color: #1fa650;
}

/* QUICK LINKS ARROWS */
.arrow-list a::before {
    content: "›";
    margin-right: 6px;
    color: #1fa650;
    font-weight: bold;
}

/* FULL WIDTH DROPDOWN FIX */
.navbar .dropdown-menu {
    left: 0;
    right: 0;
}

/* HOVER OPEN MEGA MENU */
.mega-hover:hover>.dropdown-menu {
    display: block;
    animation: fadeIn .2s ease-in-out;
}

/* Prevent click arrow rotation issue */
.mega-hover .dropdown-toggle::after {
    display: none;
}

/* Smooth animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* MODAL CUSTOM STYLE */
.custom-modal {
    border-radius: 16px;
    overflow: hidden;
}

.modal-header {
    background: #ffffff;
    border-bottom: 1px solid #eee;
}

.modal-title {
    font-weight: 600;
    font-size: 18px;
}

.modal-banner {
    border-radius: 12px;
    max-height: 520px;
    object-fit: contain;
}

/* ACTION BUTTONS */
.modal-actions .btn {
    min-width: 140px;
    font-weight: 600;
    border-radius: 10px;
}

/* DARK BACKDROP */
.modal-backdrop.show {
    opacity: 0.75;
}

/* MOBILE */
@media (max-width: 768px) {
    .modal-actions {
        flex-direction: column;
        gap: 10px;
    }
}

/* SECTION */
.quick-actions {
    padding: 70px 0;
    background: #fff;
}

/* CONTAINER */
.qa-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

/* ITEM */
.qa-item {
    text-align: center;
    flex: 1;
}

/* CIRCLE */
/* CIRCLE SIZE SMALL */
.qa-circle {
    width: 90px;
    /* ↓ from 120px */
    height: 90px;
    /* ↓ from 120px */
    font-size: 26px;
    /* ↓ icon size */
    border-radius: 50%;
    border: 2px solid #e6e8ec;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: all 0.3s ease;
}

/* TEXT SIZE SMALL */
.qa-item p {
    margin-top: 12px;
    /* ↓ spacing */
    font-weight: 600;
    letter-spacing: 0.4px;
    font-size: 13px;
    /* ↓ from 15px */
    color: #0b3d2e;
}

/* OPTIONAL: HOVER EFFECT SLIGHT */
.qa-item:hover .qa-circle {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}


/* COLORS */
.red {
    color: #ff5a5a;
}

.blue {
    color: #00a8e8;
}

.pink {
    color: #ff2d9b;
}

.green {
    color: #1fa650;
}

.orange {
    color: #ff8c42;
}

/* HOVER EFFECT */
.qa-item:hover .qa-circle {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-6px);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .qa-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .qa-item {
        flex: 0 0 45%;
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .qa-item {
        flex: 0 0 100%;
    }
}

/* PROGRAM BAR */
.program-bar {
    background: linear-gradient(90deg, #063c6b, #0c78a8);
    padding: 22px 25px;
    border-radius: 8px;
}

.program-bar label {
    font-size: 13px;
    color: #fff;
    margin-bottom: 4px;
}

.program-bar .form-select {
    min-width: 230px;
    border-radius: 6px;
}

.active-select {
    border: 2px solid #2f80ff;
}

.apply-btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 22px;
    font-weight: 600;
    border-radius: 10px;
}

.apply-btn:hover {
    background: #fff;
    color: #063c6b;
}

/* INFO CARDS */
.info-card {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    height: 100%;
    position: relative;
}

.text-orange {
    color: #ff7a18;
}

.card-arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #ff7a18;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* SCHOOL ICON */
.school-icon {
    font-size: 40px;
    color: #0c78a8;
}

/* DEAN */
.dean-img {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    object-fit: cover;
}

.form-select {
    background-color: #1f2d2b;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.form-select option {
    background: #2b3b39;
    color: #fff;
}

.select-label {
    font-size: 13px;
    color: #fff;
    margin-bottom: 5px;
}

.form-select {
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
}

.form-select:disabled {
    background: #e9ecef;
    cursor: not-allowed;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Inter, Arial, sans-serif;
}

.image-showcase {
    padding: 30px;
    background: #f6f7f8;
}

/* GRID */
.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 260px;
    gap: 20px;
}

/* ITEM */
.grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    transition: transform .4s ease, box-shadow .4s ease;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease, filter .6s ease;
}

/* HOVER ANIMATION (ALL IMAGES) */
.grid-item:hover img {
    transform: scale(1.08);
    filter: brightness(1.1);
}

.grid-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .15);
    opacity: 0;
    transition: opacity .4s ease;
    z-index: 1;
}

.grid-item:hover::before {
    opacity: 1;
}

.grid-item:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
}

/* LARGE CARD */
.grid-item.large {
    grid-column: span 2;
    grid-row: span 2;
}

/* OVERLAY DARK */
.overlay-dark::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, .2));
    z-index: 1;
}

/* CONTENT */
.content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 2;
    transition: transform .4s ease, opacity .4s ease;
}

.grid-item:hover .content {
    transform: translateY(-6px);
}

.content h2 {
    font-size: 28px;
    font-weight: 700;
}

.content h3 {
    font-size: 20px;
    font-weight: 600;
}

.content p {
    font-size: 14px;
    margin-top: 6px;
    max-width: 320px;
}

.content.small h3 {
    font-size: 18px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-item.large {
        grid-column: span 2;
        grid-row: span 1;
    }
}

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

.impact-svg {
    width: 320px;
}

.bg {
    fill: none;
    stroke: #e8f5f2;
    stroke-width: 20;
}

.progress {
    fill: none;
    stroke: #45c4a0;
    stroke-width: 20;
    stroke-linecap: round;
    stroke-dasharray: 754;
    stroke-dashoffset: 754;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition: stroke-dashoffset 1s ease;
}

.center-text {
    font-size: 36px;
    font-weight: 700;
    fill: #222;
}

.plus {
    fill: #12b886;
}

.label {
    fill: #555;
    font-size: 14px;
    font-weight: 600;
}

.clickable {
    cursor: pointer;
    transition: fill .3s;
}

.clickable:hover,
.clickable.active {
    fill: #12b886;
}

/* RIGHT */
.impact-title {
    font-size: 42px;
    font-weight: 700;
    color: #999;
}

.impact-value {
    font-size: 36px;
    color: #12b886;
    font-weight: 700;
}

/* TABS */
.leadership-tabs .nav-link {
    border: none;
    color: #6b7280;
    font-weight: 600;
    padding: 12px 22px;
}

.leadership-tabs .nav-link.active {
    color: #0f766e;
    border-bottom: 3px solid #14b8a6;
}

/* CARD */
.leader-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 14px;
    text-align: center;
    height: 100%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
    transition: .3s;
}

.leader-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, .12);
}

.leader-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 6px solid #f1f5f9;
}

.leader-card h5 {
    font-weight: 700;
    margin-bottom: 5px;
}

.leader-card span {
    font-size: 14px;
    color: #6b7280;
    display: block;
    margin-bottom: 10px;
}

.leader-card p {
    font-size: 14px;
    color: #4b5563;
}

.arrow {
    width: 40px;
    height: 40px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    font-size: 18px;
}

/* SECTION */
.happening-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #3b82f6, #93c5fd);
}

/* TITLE */
.section-title {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
}

.title-line {
    width: 60px;
    height: 2px;
    background: #fff;
    margin: 12px auto 0;
}

/* CARD */
.event-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    transition: transform .35s ease, box-shadow .35s ease;
}

.event-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
}

.event-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* BODY */
.event-body {
    padding: 18px;
}

.event-badge {
    display: inline-block;
    background: #3b82f6;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.event-body h5 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.event-body p {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
}

/* BUTTON */
.view-btn {
    background: #fff;
    color: #0f172a;
    padding: 10px 28px;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .2);
}

.view-btn:hover {
    background: #0f172a;
    color: #fff;
}

/* RESPONSIVE */
@media(max-width:576px) {
    .event-card img {
        height: 180px;
    }
}

/* SECTION */
.announcement-section {
    padding: 80px 0;
}

/* TITLE */
.announcement-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* ARROWS */
.nav-arrows {
    display: flex;
    gap: 10px;
}

.arrow-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    background: #fff;
    font-size: 20px;
    cursor: pointer;
    color: #10b981;
}

.arrow-btn:hover {
    background: #10b981;
    color: #fff;
}

/* CARD */
.announce-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    transition: transform .35s ease, box-shadow .35s ease;
    height: 100%;
}

.announce-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .15);
}

.announce-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

/* BODY */
.announce-body {
    padding: 20px;
    position: relative;
}

.announce-body h5 {
    font-size: 16px;
    font-weight: 700;
    margin-left: 90px;
    color: #0f172a;
}

/* DATE PILL */
.date-pill {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 70px;
    height: 52px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.1;
}

.date-pill.green {
    background: #10b981;
}

.date-pill.blue {
    background: #3b82f6;
}

.date-pill.red {
    background: #f43f5e;
}

/* VIEW MORE */
.view-more-btn {
    background: #e0f2fe;
    color: #0f172a;
    font-weight: 600;
    padding: 10px 28px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
}

.view-more-btn:hover {
    background: #0f172a;
    color: #fff;
}

/* RESPONSIVE */
@media(max-width:576px) {
    .announce-body h5 {
        margin-left: 0;
        margin-top: 70px;
    }
}

/* SECTION */
.ignite-section {
    background: #eefeeb;
    padding: 80px 15px;
}

/* TEXT */
.ignite-title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.ignite-subtitle {
    font-size: 15px;
    color: #4b5563;
    margin-top: 10px;
    margin-bottom: 40px;
}

/* CARD */
.ignite-card {
    max-width: 900px;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .12);
}

.ignite-card img {
    width: 100%;
    height: auto;
    display: block;
}

/* CONTENT */
.ignite-content {
    padding: 20px 22px;
}

.ignite-content h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.ignite-content p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 0;
}

/* DOTS */
.slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.slider-dots span {
    width: 22px;
    height: 4px;
    background: #cbd5e1;
    border-radius: 4px;
}

.slider-dots span.active {
    background: #10b981;
}

/* BUTTON */
.view-more-btn {
    padding: 10px 28px;
    border-radius: 8px;
    border: 1px solid #10b981;
    color: #10b981;
    font-weight: 600;
    background: #fff;
}

.view-more-btn:hover {
    background: #10b981;
    color: #fff;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .ignite-title {
        font-size: 22px;
    }

    .ignite-subtitle br {
        display: none;
    }
}

/* SECTION */
.testimonials-section {
    padding: 80px 15px;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    color: #0f3d2e;
}

/* CARD */
.testimonial-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
    position: relative;
    height: 100%;
}

/* TOP COLOR BAR */
.card-top {
    background: #ff6a4d;
    height: 110px;
}

/* BODY */
.card-body {
    padding: 60px 25px 30px;
}

/* AVATAR */
.avatar {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}

/* TEXT */
.testimonial-card h5 {
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
    color: #0f3d2e;
}

.stars {
    color: #ffc107;
    font-size: 18px;
    margin-bottom: 10px;
}

.testimonial-card p {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.7;
}

/* FOOTER TEXT */
.degree {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.placement {
    font-size: 14px;
    font-weight: 600;
    color: #065f46;
}

.placement span {
    color: #10b981;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .section-title {
        font-size: 22px;
    }
}

body {
    font-family: Inter, Arial, sans-serif;
    background: #f3f7fb;
}

/* SECTION */
.hiring-section {
    padding: 90px 0;
    overflow: hidden;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #0f3d2e;
}

.section-subtitle {
    color: #555;
    margin-bottom: 60px;
}

/* CIRCLE WRAPPER */
.circle-wrapper {
    position: relative;
    width: 700px;
    height: 700px;
    margin: 0 auto;
}

/* ARC BACKGROUND */
.arc {
    position: absolute;
    border-radius: 50%;
    border: 2px dashed rgba(0, 0, 0, 0.08);
}

.arc-outer {
    width: 650px;
    height: 650px;
    top: 25px;
    left: 25px;
}

/* COMPANY LOGOS */
.company-logo {
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    position: absolute;
}

.company-logo img {
    max-width: 60%;
}

/* POSITIONS */
.pos1 {
    top: 0;
    left: 280px;
}

.pos2 {
    top: 90px;
    right: 80px;
}

.pos3 {
    top: 260px;
    right: 0;
}

.pos4 {
    bottom: 260px;
    right: 0;
}

.pos5 {
    bottom: 90px;
    right: 80px;
}

.pos6 {
    bottom: 0;
    left: 280px;
}

.pos7 {
    top: 260px;
    left: 0;
}

/* STATS */
.stats {
    position: absolute;
    width: 100%;
    text-align: center;
}

.stats h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.stats p {
    font-size: 14px;
    color: #555;
}

.stat-1 {
    top: 230px;
}

.stat-2 {
    top: 320px;
}

.stat-3 {
    top: 410px;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .circle-wrapper {
        transform: scale(.8);
    }
}

.footer-section {
    background: #06362f;
    color: #d9e7e3;
    padding: 70px 0 0;
    font-size: 14px;
}

.footer-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
}

.footer-title::after {
    content: "";
    width: 25px;
    height: 2px;
    background: #ff9f1c;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-left: 16px;
}

.footer-list li::before {
    content: "›";
    color: #ff9f1c;
    position: absolute;
    left: 0;
    font-size: 16px;
}

/* SOCIAL ICONS */
.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.fb {
    background: #3b5998;
}

.tw {
    background: #1da1f2;
}

.ig {
    background: #e1306c;
}

.wa {
    background: #25d366;
}

.yt {
    background: #ff0000;
}

/* ADDRESS */
.footer-address {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.footer-address i {
    color: #ff9f1c;
    margin-top: 4px;
}

/* BOTTOM BAR */
.footer-bottom {
    background: #042d27;
    padding: 15px 0;
    margin-top: 50px;
}

.footer-bottom span {
    color: #b9d6ce;
    margin-right: 10px;
}

.footer-logo {
    height: 40px;
}

.footer-list a {
    color: inherit;
    text-decoration: none;
}

.footer-list a:hover {
    color: #ff9f1c;
}