* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 63px;
    background-color: black;
    display: flex;
    justify-content: flex-start;
    z-index: 1000;
}

.navbar-brand img {
    margin-top: 15px;
    width: 115px;
    height: 100%;
}

.logo {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 20px;
}

.navbar-items {
    display: flex;
    align-items: center;
    height: 100%;
}

.navbar-nav {
    display: flex;
    gap: 24px;

}

.navbar-nav li a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
}

.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 600px;
    overflow: hidden;
    padding: 0 120px;
    margin-top: 50px;
}

.hero-left,
.hero-right {
    flex: 1;
}

.hero-right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.hero-line {
    width: 550px;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    /* Very subtle white */
    margin: 24px 0;
}

.hero-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 40px;
}

.hero-left h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
    color: #111;
    margin: 0;
    font-family: 'Nunito', sans-serif;
}

.hero-left h3 {
    font-size: 22px;
    font-weight: 500;
    color: #555;
    margin: 0;
    font-family: 'Basis Grotesque Pro', sans-serif;
}

.hero-left p {
    font-size: 22px;
    line-height: 1.6;
    color: #666;
    margin-top: 16px;
    font-family: 'Basis Grotesque Pro', sans-serif;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
}

.hero-buttons button {
    padding: 14px 32px;
    border: none;
    border-radius: 8px;
    background: #000;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.arrow-icon {
    height: 90px;
    width: auto;
}

.after_banner {
    width: 100%;
    height: 200px;

}

.inner_after_banner {
    height: 100%;
    margin: 0 120px;
    background-color: #edf3fa;
    border-radius: 16px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.info-box {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
}

.info-box h2 {
    font-size: 34px;
    font-weight: 800;
    color: #111;
    margin-bottom: 10px;
}

.info-box p {
    font-size: 18px;
    color: #444;
    line-height: 1.4;
}

.info-box span {
    font-size: 16px;
    color: #666;
    margin-top: 6px;
}

.programHighlights {

    width: 100%;
    min-height: 850px;
    margin-top: 62px;
    background-image: url("logo/semiconductor-integrated-circuit.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 80px 120px;
}

.program-container {

    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.program-left {
    width: 65%;
}

.program-right {
    width: 35%;
    display: flex;
    justify-content: flex-end;
}

.program-left h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    line-height: 1.2;
}

.title-line {
    width: 60px;
    height: 5px;
    background: #fff;
    margin: 25px 0 40px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.news-card {
    background: rgba(6, 16, 41, 0.75);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 30px;
    color: #fff;
    min-height: 210px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

.news-card p span {

    color: #14A2F2;
    font-weight: 600;
}

.news-card img {
    margin-top: 20px;
    width: 170px;
    height: auto;
}

.form-box {
    position: relative;
    width: 400px;
    background: #fff;
    border-radius: 14px;
    padding: 35px 35px 30px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
}

.form-box input,
.form-box select {
    width: 100%;
    height: 48px;
    margin-top: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 15px;
}

.form-box button {
    width: 100%;
    height: 50px;
    margin-top: 25px;
    border: none;
    border-radius: 8px;
    background: #00b050;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.top-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);

    background: #eb6200;
    color: #fff;

    padding: 8px 28px;
    border-radius: 999px;

    font-size: 15px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;

    min-width: 340px;
    text-align: center;
}

.form-box h3 {
    margin-top: 8px;
    margin-bottom: 15px;

    text-align: center;

    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;

    color: #111;

    font-family: 'Nunito', sans-serif;
}

/*==========================
Career Section
===========================*/

.career-section {

    width: 100%;
    padding: 100px 120px;

}

.career-container {

    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
}


/* LEFT */

.career-left {
    width: 50%;
}

.career-left h2 {
    color: #1f2937;
    font-size: 40px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    line-height: 1.2;
}


.career-line {
    width: 70px;
    height: 5px;
    background: #f97316;
    /* Orange accent */
    border-radius: 50px;
    margin: 25px 0 45px;
}


/* IMAGE */

.career-image {
    position: relative;
    width: 100%;
}

.career-image img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* RIGHT */

.career-right {
    width: 50%;
}

.career-right h3 {
    color: #1f2937;
    font-size: 34px;
    line-height: 1.3;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 35px;
    font-weight: 700;
}

/* TAGS */

.career-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.career-tags span {
    padding: 12px 22px;
    border-radius: 40px;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    color: #1f2937;
    border: 1px solid #e5e7eb;
}

/* Different Colors */
.career-tags span:nth-child(4n+1) {
    background: #ffe2e7;
}

.career-tags span:nth-child(4n+2) {
    background: #fff2d8;
}

.career-tags span:nth-child(4n+3) {
    background: #dff7ef;
}

.career-tags span:nth-child(4n) {
    background: #ebe3ff;
}

.academic-section {
    width: 100%;
    min-height: 1000px;
    padding: 100px 120px;

    background-image: url("logo/about-iisc.webp");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    background-color: #fff;
}

.academic-container {
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
}

.academic-left {
    width: 40%;
    margin-top: -55px;
    margin-left: -40px;
}

.academic-left h2 {
    font-size: 45px;
    color: #17375e;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.academic-line {
    width: 70px;
    height: 5px;
    background: #f57c00;
    margin: 20px 0 30px;
    border-radius: 50px;
}

.academic-left p {
    font-size: 19px;
    line-height: 1.3;
    color: #1b1b1b;
    margin-bottom: 25px;
}

.academic-left p span {
    color: #f57c00;
    font-weight: 600;
}

.academic-right {
    width: 32%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
    margin-right: -50px;
}

.academic-right img {
    width: 100%;
    border-radius: 12px;
}

/* ===========================
   CURRICULUM SECTION
=========================== */

.curriculum {
    width: 100%;
    background: #ffffff;
    padding: 100px 0;
}

.curriculum-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 120px;

    display: grid;
    grid-template-columns: 40% 60%;
    gap: 70px;
    align-items: start;
}

/* ===========================
   LEFT SECTION
=========================== */

.curriculum-left h2 {
    font-size: 48px;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
    margin-bottom: 25px;
    font-family: 'Nunito', sans-serif;
}

.curriculum-left p {
    font-size: 18px;
    line-height: 1.5;
    color: #4b5563;
    margin-bottom: 35px;
    font-family: 'Nunito', sans-serif;
}

.curriculum-left img {
    width: 100%;
    border-radius: 24px;
    display: block;
}

/* ===========================
   RIGHT SECTION
=========================== */

.curriculum-right {
    width: 100%;
}

.download-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;

    color: #2563eb;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
}

.download-link:hover {
    text-decoration: underline;
}

/* ===========================
   ACCORDION
=========================== */

.accordion {
    width: 100%;
    margin-top: 10px;
}

.program-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    padding: 6px 13px;
    background: #0f5bd8;
    color: #fff;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}

.badge-divider {
    opacity: 0.7;
}


.accordion-header {
    width: 100%;
    background: transparent;
    border: none;


    display: flex;
    justify-content: space-between;
    align-items: center;

    cursor: pointer;
    text-align: left;
    margin-top: 1px;
}

.accordion-header span:first-child {
    font-size: 18px;
    font-weight: 500;
    color: #111827;
    font-family: 'Nunito', sans-serif;
}

.accordion-header strong {
    color: #2563eb;
}

.icon {
    width: 38px;
    height: 38px;

    display: flex;
    justify-content: center;
    align-items: center;

    color: #2563eb;
    font-size: 20px;
    font-weight: bold;

    flex-shrink: 0;
    transition: .3s;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}

.accordion-item.active .accordion-content {
    max-height: 2000px;
    padding-bottom: 30px;
}

.accordion-content h4 {

    font-size: 16px;
    color: #111827;
    font-family: 'Nunito', sans-serif;
}

.module-divider {
    width: 100%;
    height: 1px;
    background: #e5e7eb;
    margin-bottom: 4px;
}

/* ===========================
   TOPIC LIST
=========================== */

.topic-list,
.outcome-list {
    list-style: none;
    padding: 0;
}

.topic-list li,
.outcome-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 1px;
    margin-top: 6px;
    color: #4b5563;
    font-size: 17px;
    line-height: 1.3;

    font-family: 'Nunito', sans-serif;
}

.topic-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2563eb;

}

.outcome-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2563eb;
    font-size: 16px;
    line-height: 16px;
}

/* ===========================================
   Learning Platform Section
=========================================== */

.learning-platform {
    width: 100%;
    height: 480px;

    background-image:
        url("logo/ipearl-bg-new.webp"),
        url("logo/ipearl-bg-new.webp");

    background-repeat:
        no-repeat,
        repeat-x;

    background-position:
        right center,
        left center;
    background-size:
        auto 95%,
        auto 95%;

    display: flex;
    align-items: center;
}


/* Left Content */

.platform-content {
    width: 100%;
    padding-left: 250px;
}

/* Logo + Heading */

.platform-header {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 50px;
}

.platform-logo {
    width: 150px;
    height: auto;
}

.platform-header h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #111827;
    line-height: 1.25;
    margin: 0;
}

/* Paragraph */

.platform-content p {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #374151;
    margin-top: 18px;
    margin-bottom: 24px;
    max-width: 650px;
}

.platform-content strong {
    color: #2563eb;
    font-weight: 800;
}

/*=========================
      Expert Faculty
=========================*/

.faculty-section {
    width: 100%;
    padding: 90px 0;
    background: #fff;
}

.faculty-container {
    width: calc(100% - 240px);
    margin: auto;
}

.section-title {
    margin-bottom: 45px;
}

.section-title h2 {
    font-size: 46px;
    font-family: 'Nunito', sans-serif;
    color: #111827;
    font-weight: 800;
}

.section-title p {
    margin-top: 10px;
    font-size: 19px;
    color: #6b7280;
}

.faculty-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
}

.faculty-top {
    display: flex;
    gap: 30px;
    align-items: center;
}

.faculty-top img {
    width: 145px;
    height: 145px;
    border-radius: 14px;
    object-fit: cover;
}

.faculty-badge {
    display: inline-block;
    background: #2563eb;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 12px;
}

.faculty-info h3 {
    font-size: 36px;
    color: #111827;
    margin-bottom: 12px;
}

.faculty-achievement {
    background: #111827;
    color: #fff;
    display: inline-block;
    padding: 12px 18px;
    border-radius: 8px;
    line-height: 1.8;
}

.faculty-achievement span {
    color: #3b82f6;
    font-weight: 700;
}

.faculty-designation,
.faculty-company {
    margin-top: 25px;
    font-size: 19px;
    line-height: 1.8;
    color: #374151;
}

.faculty-card h4 {

    margin-top: 35px;
    margin-bottom: 18px;
    font-size: 26px;
    color: #111827;
}

.expertise-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.expertise-tags span {
    background: #eff6ff;
    color: #2563eb;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 15px;
}

.faculty-list {
    margin-top: 35px;
    list-style: none;
}

.faculty-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.7;
    color: #4b5563;
}

.faculty-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: bold;
}

.faculty-btn {
    display: inline-block;
    margin-top: 35px;
    padding: 16px 36px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    transition: .3s;
}

.faculty-btn:hover {
    background: #1d4ed8;
}

/*==========================
        Testimonials
===========================*/

.testimonial-section {
    width: 100%;
    padding: 90px 0;
    background: #ffffff;
}

.testimonial-container {
    width: calc(100% - 240px);
    margin: auto;
}

.section-heading {
    text-align: center;
    margin-bottom: 60px;
}

.section-heading h2 {
    font-size: 46px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    color: #111827;
    margin-bottom: 15px;
}

.section-heading p {
    font-size: 20px;
    color: #6b7280;
    max-width: 760px;
    margin: auto;
    line-height: 1.7;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.testimonial-card {
    position: relative;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 40px 35px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
    transition: .3s;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(37, 99, 235, .15);
}

.testimonial-card h3 {
    font-size: 17px;
    color: #111827;
    font-family: 'Nunito', sans-serif;
}

.quote-icon {
    position: absolute;
    top: -18px;
    left: 28px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #2563eb;
    color: #fff;
    font-size: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Georgia, serif;
}

.testimonial-text {
    margin-top: 18px;
    color: #4b5563;
    line-height: 1.9;
    font-size: 17px;
    min-height: 230px;
    font-family: 'Basis Grotesque Pro', sans-serif;
}

.testimonial-user {
    border-top: 1px solid #e5e7eb;
    padding-top: 22px;
}

.testimonial-user strong {
    display: block;
    color: #111827;
    font-size: 19px;
    margin-bottom: 6px;
}

.testimonial-user span {
    color: #2563eb;
    font-size: 15px;
}

.testimonial-note {
    text-align: center;
    margin-top: 45px;
    color: #6b7280;
    font-size: 15px;
}

/* ===========================
   Ideal Programme Section
=========================== */

.ideal-program {
    width: 100%;
    background: #ffffff;
    padding: 50px 0;
}

.ideal-container {
    width: calc(100% - 240px);
    max-width: 1400px;
    margin: auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}

/* LEFT */
.ideal-left {
    flex: 1;
}

.ideal-left h2 {
    font-size: 40px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 35px;
    font-family: 'Nunito', sans-serif;
}

.ideal-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ideal-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 22px;

    font-size: 18px;
    line-height: 1.6;
    color: #4b5563;
    font-family: 'Nunito', sans-serif;
}

/* Blue Check */
.ideal-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 8px;

    width: 20px;
    height: 20px;

    border-radius: 50%;
    background: #2563eb;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 11px;
    font-weight: bold;
}

/* Eligibility Card */
.eligibility-box {
    margin-top: 30px;
    padding: 20px;
    background: #f8fafc;
    border-left: 5px solid #2563eb;
    border-radius: 18px;
}

.eligibility-box h3 {
    font-size: 24px;
    margin-bottom: 18px;
    color: #111827;
    font-family: 'Nunito', sans-serif;
}

.eligibility-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #4b5563;
    font-family: 'Nunito', sans-serif;
}

.eligibility-box strong {
    color: #111827;
}

/* RIGHT */
.ideal-right {
    flex: 1;
    display: flex;
    justify-content: center;
}

.ideal-right img {
    width: 100%;
    max-width: 620px;
    border-radius: 28px;
    object-fit: cover;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, .15);
}

/*==============================
    HIGH IMPACT LEARNING
==============================*/

.learning-section {
    width: 100%;
    padding: 90px 0;
    background: #fff;
}

.learning-container {

    width: calc(100% - 240px);
    margin: auto;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 70px;
}

/* LEFT */

.learning-left {

    width: 58%;
}

.learning-left h2 {

    font-size: 46px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 18px;
    font-family: 'Nunito', sans-serif;
}

.learning-text {

    font-size: 19px;
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 40px;
    font-family: 'Nunito', sans-serif;
}

.learning-cards {

    display: flex;
    gap: 25px;
}

.program-card {
    flex: 1;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 32px;
    transition: .3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.program-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(37, 99, 235, .15);
}

.program-card h3 {
    color: #2563eb;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
}

.program-card hr {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 22px 0;
}

.program-card p {
    font-size: 18px;
    line-height: 1.8;
    color: #374151;
    font-family: 'Nunito', sans-serif;
}

.program-card ul {
    list-style: none;
    margin: 25px 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
}

.program-card li {
    margin-bottom: 14px;
    position: relative;
    padding-left: 28px;
    font-size: 17px;
    color: #4b5563;
    font-family: 'Nunito', sans-serif;
}

.program-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: bold;
}

.program-btn {
    display: inline-block;
    padding: 14px 34px;
    background: #2563eb;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 12px;
    transition: .3s;
}

.program-btn:hover {
    background: #1d4ed8;
}

/* RIGHT */

.learning-right {
    margin-top: 97px;
    width: 42%;
}

.learning-right h4 {
    margin-bottom: 18px;
    font-size: 24px;
    color: #111827;
    font-family: 'Nunito', sans-serif;
}

.video-wrapper {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
}

.video-wrapper iframe {
    width: 100%;
    height: 340px;
    border: none;
    display: block;
}

/*==============================
    RETURN ON INVESTMENT
==============================*/

.investment {
    width: 100%;
    background: #fff;
    padding: 40px 0;
}

.investment-container {

    width: calc(100% - 240px);
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 70px;
}

/* LEFT */

.investment-left {
    width: 58%;
}

.investment-left h2 {
    font-size: 48px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 45px;
    font-family: 'Nunito', sans-serif;
}

.investment-item {

    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 40px;
}

.investment-item img {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
}

.investment-item h3 {
    font-size: 28px;
    color: #111827;
    margin-bottom: 12px;
    font-family: 'Nunito', sans-serif;
}

.investment-item p {
    font-size: 20px;
    line-height: 1.8;
    color: #6b7280;
    font-family: 'Nunito', sans-serif;
}

.investment-note {
    margin-top: 50px;
    background: #eff6ff;
    border-left: 5px solid #2563eb;
    padding: 28px;
    border-radius: 16px;
    font-size: 18px;
    line-height: 1.9;
    color: #4b5563;
    font-family: 'Nunito', sans-serif;
}

/* RIGHT */

.investment-right {
    width: 42%;
    display: flex;
    justify-content: center;
}

.investment-right img {
    width: 100%;
    max-width: 520px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
    transition: .35s;
}

.investment-right img:hover {
    transform: translateY(-8px);
}

/*============================
 Career Accelerator
============================*/

.career-section {
    background: #f8fbff;
    padding: 90px 0;
}

.career-container {
    max-width: 1800px;
    margin: auto;
    padding: 0 100px;
}

.career-heading {
    margin-bottom: 55px;
}

.career-heading h2 {
    font-size: 44px;
    color: #0f172a;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: 'Nunito', sans-serif;
}

.career-heading p {
    font-size: 22px;
    color: #64748b;
    font-family: 'Nunito', sans-serif;
}

.career-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.career-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    transition: .35s;
}

.career-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(37, 99, 235, .18);
}

.card-image {
    width: 100%;
    height: 180px;
    object-fit: contain;
    padding: 20px;
    background: #fff;
}

.card-content {
    padding: 35px;
}

.card-content h3 {
    font-size: 28px;
    color: #111827;
    margin-bottom: 25px;
    font-family: 'Nunito', sans-serif;
    line-height: 1.3;
}

.card-content ul {
    list-style: none;
}

.card-content li {
    position: relative;
    font-family: 'Nunito', sans-serif;
    padding-left: 28px;
    margin-bottom: 18px;
    color: #475569;
    font-size: 18px;
    line-height: 1.8;
}

.card-content li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: bold;
}

/*=========================================
        PROGRAMME FEE SECTION
=========================================*/

.programme-fee-section {
    position: relative;
    width: 100%;
    height: 990px;
    overflow: hidden;
    background:
        linear-gradient(90deg,
            rgba(8, 25, 46, .96) 0%,
            rgba(8, 25, 46, .90) 35%,
            rgba(8, 25, 46, .72) 60%,
            rgba(8, 25, 46, .15) 100%),
        url("logo/fee-bg.webp");

    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-color: #08192e;
}

.programme-fee-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(8, 25, 46, .20),
            rgba(8, 25, 46, 0));
    z-index: 1;
}

.programme-fee-container {
    position: relative;
    z-index: 2;
    width: 1400px;
    max-width: 90%;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.programme-fee-content {
    width: 720px;
}

.programme-fee-content h2 {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 30px;
    font-family: 'Nunito', sans-serif;
}

.programme-fee-card {
    background: rgba(9, 20, 37, .72);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    padding: 35px;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, .30);
}

.application-fee {
    text-align: center;
    padding-bottom: 22px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.application-fee h3 {
    color: #fff;
    font-size: 28px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.programme-fee-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
}

.programme-fee-box h4 {
    color: #2aa9ff;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    line-height: 1.4;
    margin-bottom: 18px;
}

.programme-fee-box p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 18px;
}

.programme-fee-box strong {
    font-weight: 700;
}

.price {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 10px;
    line-height: 1.8;
}

.price span {
    color: #d6e2ef;
}

.price sup {
    font-size: 12px;
}

.programme-fee-box a {
    display: inline-block;
    margin-top: 15px;
    color: #35b4ff;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
}

.emi {
    color: #d5dce5 !important;
    font-size: 19px !important;
    margin-top: 8px;
}

.emi strong {
    color: #fff;
}

.programme-fee-note {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .10);
    color: #c6d1db;
    font-size: 18px;
    line-height: 1.8;
}

.programme-fee-right {
    width: 35%;
}

.programme-fee-card:hover {
    transform: translateY(-5px);
    transition: .35s;
    box-shadow:
        0 30px 70px rgba(0, 0, 0, .45);
}

@media(max-width:1200px) {
    .programme-fee-section {
        height: auto;
        padding: 80px 0;
        background-size: cover;
    }

    .programme-fee-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .programme-fee-content {
        width: 100%;
    }

    .programme-fee-card {
        width: 100%;
    }

    .programme-fee-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .programme-fee-content h2 {
        font-size: 34px;
    }
}

/*==================================
        ABOUT TALENTSPRINT
==================================*/

.about-talent {
    width: 100%;
    padding: 40px 0;
    background: #fff;
}

.about-container {
    width: 1200px;
    max-width: calc(100% - 240px);
    margin: 0 auto;
}

.about-container h2 {
    font-size: 44px;
    font-weight: 800;
    color: #111827;
    font-family: 'Nunito', sans-serif;
    line-height: 1.2;
    margin-bottom: 0px;
}

.title-line {
    width: 72px;
    height: 5px;
    background: #1E88FF;
    border-radius: 20px;
}

.about-logo {
    margin-bottom: 45px;
}

.about-logo img {
    width: 180px;
    display: block;
}

.about-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: -45px;
    margin-bottom: 20px;
}

.stat {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
}

.stat h3 {
    font-size: 46px;
    color: #1E88FF;
    font-weight: 800;
    line-height: 1;
    font-family: 'Nunito', sans-serif;
}

.stat span {
    font-size: 18px;
    color: #4B5563;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'Nunito', sans-serif;
}

.about-text {
    margin-bottom: 40px;
}

.about-text p {
    font-size: 20px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 12px;
    font-family: 'Nunito', sans-serif;
}

.awardSwiper {
    position: relative;
    width: 100%;
    padding: 15px 5px 70px;
    overflow: hidden;
}

.awardSwiper .swiper-wrapper {
    align-items: stretch;
}

.awardSwiper .swiper-slide {
    height: auto;
    display: flex;
}

.award-card {
    width: 100%;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    min-height: 350px;
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, .06);
}


.award-card img {
    width: 180px;
    height: 120px;
    object-fit: contain;
    display: block;
    margin: 0 auto 28px;
    transition: transform .35s;
}

.award-card:hover img {
    transform: scale(1.05);
}

.award-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    line-height: 1.4;
    margin-bottom: 14px;
    font-family: 'Nunito', sans-serif;
}

/*==================================
        Description
==================================*/

.award-card p {
    font-size: 17px;
    color: #6B7280;
    line-height: 1.6;
    font-family: 'Nunito', sans-serif;
    margin: 0;
}

/*==================================
        Navigation Arrows
==================================*/

.awardSwiper .swiper-button-next,
.awardSwiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow:
        0 8px 20px rgba(0, 0, 0, .10);
    transition: .3s;
    top: 45%;
}

.awardSwiper .swiper-button-next:hover,
.awardSwiper .swiper-button-prev:hover {
    background: #1E88FF;
    border-color: #1E88FF;
}

.awardSwiper .swiper-button-next::after,
.awardSwiper .swiper-button-prev::after {
    font-size: 12px;
    font-weight: 700;
    color: #1E88FF;
}

.awardSwiper .swiper-button-next:hover::after,
.awardSwiper .swiper-button-prev:hover::after {
    color: #ffffff;
}

/* Position */

.awardSwiper .swiper-button-prev {
    left: 10px;
}

.awardSwiper .swiper-button-next {
    right: 10px;
}

/*==================================
        Pagination
==================================*/

.awardSwiper .swiper-pagination {
    bottom: 5px !important;
}

.awardSwiper .swiper-pagination-bullet {

    width: 5px;
    height: 5px;
    background: #cfd8e3;
    opacity: 1;
    transition: .3s;
}

.awardSwiper .swiper-pagination-bullet-active {

    width: 28px;
    border-radius: 20px;
    background: #1E88FF;
}

/*==================================
        Responsive
==================================*/

@media(max-width:1200px) {

    .awardSwiper .swiper-button-prev {
        left: -10px;
    }

    .awardSwiper .swiper-button-next {
        right: -10px;
    }

}

@media(max-width:992px) {

    .award-card {
        min-height: 330px;
        padding: 25px 20px;
    }

    .award-card img {
        width: 160px;
        height: 110px;
    }

    .award-card h4 {
        font-size: 20px;
    }

}

@media(max-width:768px) {

    .award-card {
        min-height: 320px;
    }

    .award-card img {
        width: 140px;
        height: 95px;
    }

    .award-card h4 {
        font-size: 18px;
    }

    .award-card p {
        font-size: 15px;
    }

    .awardSwiper .swiper-button-next,
    .awardSwiper .swiper-button-prev {
        display: none;
    }

}

/*==================================
            FAQ SECTION
==================================*/

.faq-section {
    width: 100%;
    background: #ffffff;
    padding: 90px 0;
}

.faq-container {
    width: 1000px;
    max-width: calc(100% - 240px);
    margin: 0 auto;
}

/*==================================
            Heading
==================================*/

.faq-title {
    text-align: center;
    font-size: 46px;
    font-weight: 800;
    color: #111827;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 18px;
}

.faq-title-line {
    width: 70px;
    height: 5px;
    background: #1E88FF;
    border-radius: 20px;
    margin: 0 auto 50px;
}

/*==================================
          FAQ List
==================================*/

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/*==================================
      Hidden FAQ Section
==================================*/

.extra-faqs {
    display: none;
    flex-direction: column;
    gap: 18px;
    margin-top: 18px;
}

.extra-faqs.show {
    display: flex;
}

/*==================================
          FAQ Card
==================================*/

.faq-item {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    overflow: hidden;
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
    border-color: #d9e3ef;
    box-shadow:
        0 12px 30px rgba(0, 0, 0, .08);
}

/*==================================
        Question Button
==================================*/

.faq-question {
    width: 100%;
    padding: 22px 28px;
    background: #fff;
    border: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}

.faq-question:hover {
    background: #F8FAFC;
}

.faq-question span {
    flex: 1;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #1F2937;
    font-family: 'Nunito', sans-serif;
}

.faq-question i {
    font-size: 18px;
    color: #1E88FF;
    margin-left: 25px;
    transition: .35s;
    flex-shrink: 0;
}

/*==================================
          Answer Area
==================================*/

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 28px;
    transition:
        max-height .45s ease,
        padding .35s ease;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
    padding: 0 28px 28px;
}

.faq-item.active .faq-question {
    border-bottom: 1px solid #ECECEC;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
    color: #1E88FF;
}

/*==================================
        Paragraph
==================================*/

.faq-answer p {
    margin: 22px 0;
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    font-family: 'Nunito', sans-serif;
}

/*==================================
        Lists
==================================*/

.faq-answer ul {
    margin: 0;
    padding-left: 24px;
}

.faq-answer li {
    margin-bottom: 14px;
    color: #555;
    font-size: 17px;
    line-height: 1.8;
    font-family: 'Nunito', sans-serif;
}

.faq-answer li:last-child {
    margin-bottom: 0;
}

.faq-answer li::marker {
    color: #1E88FF;
}

/*==================================
        View More Button
==================================*/

.faq-btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.faq-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 36px;
    background: #1E88FF;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 10px 28px rgba(30, 136, 255, .25);
}

.faq-view-btn:hover {
    background: #0F74E8;
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(30, 136, 255, .35);
}

.faq-view-btn:active {
    transform: translateY(0);
}

.faq-view-btn:focus {
    outline: none;
}

/*==================================
        Responsive (Tablet)
==================================*/

@media (max-width: 992px) {

    .faq-container {
        width: 100%;
        max-width: 90%;
    }

    .faq-title {
        font-size: 38px;
    }

    .faq-title-line {
        margin-bottom: 40px;
    }

    .faq-question {
        padding: 20px 22px;
    }

    .faq-question span {
        font-size: 18px;
        line-height: 1.5;
    }

    .faq-question i {
        font-size: 17px;
        margin-left: 18px;
    }

    .faq-answer {
        padding: 0 22px;
    }

    .faq-item.active .faq-answer {
        padding: 0 22px 22px;
    }

    .faq-answer p {
        font-size: 16px;
    }

    .faq-answer li {
        font-size: 16px;
    }

    .faq-btn-wrapper {
        margin-top: 35px;
    }

    .faq-view-btn {
        padding: 14px 30px;
        font-size: 17px;
    }

}

/*==================================
        Responsive (Mobile)
==================================*/

@media (max-width:768px) {
    .faq-section {
        padding: 70px 0;
    }

    .faq-container {
        max-width: 92%;
    }

    .faq-title {
        font-size: 32px;
    }

    .faq-title-line {
        width: 60px;
        margin-bottom: 35px;
    }

    .faq-list {
        gap: 14px;
    }

    .extra-faqs {
        gap: 14px;
    }

    .faq-question {
        padding: 18px;
    }

    .faq-question span {
        font-size: 16px;
        line-height: 1.5;
    }

    .faq-question i {
        font-size: 16px;
        margin-left: 15px;
    }

    .faq-answer {
        padding: 0 18px;
    }

    .faq-item.active .faq-answer {
        padding: 0 18px 18px;
    }

    .faq-answer p {
        font-size: 15px;
        line-height: 1.7;
    }

    .faq-answer ul {
        padding-left: 20px;
    }

    .faq-answer li {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 12px;
    }

    .faq-btn-wrapper {
        margin-top: 30px;
    }

    .faq-view-btn {
        width: 100%;
        max-width: 240px;
        padding: 14px 20px;
        font-size: 16px;
    }

}


/*==================================
      Small Mobile
==================================*/

@media (max-width:480px) {
    .faq-title {
        font-size: 28px;
    }

    .faq-question {
        padding: 16px;
    }

    .faq-question span {
        font-size: 15px;
    }

    .faq-question i {
        font-size: 15px;
    }

    .faq-answer {
        padding: 0 16px;
    }

    .faq-item.active .faq-answer {
        padding: 0 16px 16px;
    }

    .faq-answer p {
        font-size: 14px;
    }

    .faq-answer li {
        font-size: 14px;
    }

    .faq-view-btn {
        max-width: 220px;
        font-size: 15px;
        padding: 13px 18px;
    }

}

/*==================================
        EXPLORE SECTION
==================================*/

.explore-section {
    width: 100%;
    background: #000;
    padding: 90px 0 50px;
}

.explore-container {
    width: 1400px;
    max-width: calc(100% - 240px);
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
}

/*==================================
        COLUMN HEADING
==================================*/

.explore-column h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
    line-height: 1.2;
}

.space-top {
    margin-top: 75px;
}

/*==================================
        CONTENT BLOCK
==================================*/

.explore-block {
    margin-bottom: 30px;
}

.explore-block h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}

.explore-block p {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #A8A8A8;
    margin-bottom: 2px;
}

/*==================================
        KNOW MORE
==================================*/

.explore-block a {
    display: inline-block;
    position: relative;

    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 700;

    color: #fff;
    text-decoration: none;

    transition: .3s;
}

.explore-block a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;

    width: 100%;
    height: 2px;

    background: #fff;

    transition: .3s;
}

.explore-block a:hover {
    color: #1E88FF;
}

.explore-block a:hover::after {
    background: #1E88FF;
}

/*==================================
        RESPONSIVE
==================================*/

@media(max-width:1200px) {

    .explore-container {
        max-width: 90%;
        gap: 60px;
    }

}

@media(max-width:992px) {

    .explore-container {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:768px) {

    .explore-section {
        padding: 70px 0;
    }

    .explore-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .explore-column h2 {
        font-size: 34px;
        margin-bottom: 35px;
    }

    .space-top {
        margin-top: 50px;
    }

    .explore-block {
        margin-bottom: 40px;
    }

    .explore-block h3 {
        font-size: 22px;
    }

    .explore-block p {
        font-size: 16px;
    }

    .explore-block a {
        font-size: 16px;
    }

}

/*==================================
            FOOTER
==================================*/

.footer {
    width: 100%;
    background: #111111;
    padding: 40px 0 60px;
}

.footer-container {
    width: 1400px;
    max-width: calc(100% - 240px);
    margin: 0 auto;
}

.footer-top {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 32px;
}

.footer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 44px;
    padding: 0 30px;
    background: #2E74D0;
    color: #ffffff;
    border-radius: 999px;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 700;
    transition: .3s;
}

.footer-btn:hover {
    background: #1E88FF;
    transform: translateY(-2px);
}

.footer-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .08);
    margin-bottom: 42px;
}

.footer-content {
    display: grid;
    grid-template-columns:
        1.2fr 1fr 1fr 1.2fr 1.2fr;
    gap: 60px;
    align-items: flex-start;
}

.footer-column h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 22px;
}

.footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 14px;
}

.footer-column ul li:last-child {
    margin-bottom: 0;
}

.footer-column ul li a {
    color: #b8b8b8;
    text-decoration: none;
    font-size: 17px;
    line-height: 1.7;
    font-family: 'Nunito', sans-serif;
    transition: .3s;
}

.footer-column ul li a:hover {
    color: #ffffff;
    padding-left: 6px;
}

/*==================================
        CONTACT COLUMN
==================================*/

.footer-contact {
    display: flex;
    flex-direction: column;
}

.reach-title {
    margin-top: 36px;
}

/*==================================
        SOCIAL ICONS
==================================*/

.footer-social {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 5px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #1b1b1b;
    border: 1px solid rgba(255, 255, 255, .08);
    color: #ffffff;
    font-size: 17px;
    transition: .35s;
}

.footer-social a:hover {
    background: #1E88FF;
    border-color: #1E88FF;
    transform: translateY(-3px);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.contact-item i {
    color: #1E88FF;
    font-size: 18px;
    margin-top: 4px;
    flex-shrink: 0;
}

.contact-item span {
    color: #b8b8b8;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Nunito', sans-serif;
}

.contact-item.address {
    align-items: flex-start;
}

.footer small {
    display: block;
    margin-top: 35px;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 1.8;
    font-family: 'Nunito', sans-serif;
    text-align: center;
}

/*==================================
        TABLET
==================================*/

@media(max-width:1200px) {
    .footer-container {
        max-width: 90%;
    }

    .footer-content {
        grid-template-columns: repeat(3, 1fr);
        gap: 50px;
    }

}

@media(max-width:992px) {
    .footer {
        padding: 60px 0;
    }

    .footer-top {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px;
    }

    .footer-column h3 {
        font-size: 20px;
    }

    .footer-column ul li a {
        font-size: 16px;
    }

    .contact-item span {
        font-size: 15px;
    }

    .footer-btn {
        min-width: 170px;
        font-size: 16px;
    }
}

/*==================================
            MOBILE
==================================*/

@media(max-width:768px) {
    .footer {
        padding: 50px 0;
    }

    .footer-container {
        max-width: 92%;
    }

    .footer-top {
        flex-direction: column;
        gap: 15px;
    }

    .footer-btn {
        width: 100%;
        max-width: 260px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-column {
        text-align: center;
    }

    .footer-column ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-social {
        justify-content: center;
    }

    .contact-item {
        justify-content: center;
        text-align: left;
    }

    .reach-title {
        text-align: center;
        margin-top: 30px;
    }
}

/*==================================
        EXTRA SMALL DEVICES
==================================*/

@media(max-width:480px) {
    .footer-column h3 {
        font-size: 19px;
    }

    .footer-column ul li a {
        font-size: 15px;
    }

    .contact-item span {
        font-size: 14px;
    }

    .footer-btn {
        height: 42px;
        font-size: 15px;
    }

    .footer-social a {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }
}