/* ==========================================
   RAM OLA PROFESSIONAL SUMMARY
========================================== */

.ram-summary-section {
    position: relative;
    overflow: hidden;
    padding: 50px 0 0;
    background: #ffffff;
    font-family: 'Familjen Grotesk', sans-serif;
    color: #172536;
}

/* BACKGROUND */

.ram-summary-bg {
    position: absolute;
    width: 650px;
    height: 650px;
    right: -280px;
    top: -180px;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        rgba(228, 0, 69, 0.08),
        rgba(255, 126, 0, 0.05)
    );
    pointer-events: none;
}

/* CONTAINER */

/*.ram-summary-section .container {
    max-width: 1240px;
    margin: auto;
    padding: 0 25px;
}
*/

/* GRID */

.ram-summary-grid {
    display: grid;
    grid-template-columns: 52% 48%;
    align-items: center;
    min-height: 680px;
}

/* ==========================================
   LEFT CONTENT
========================================== */

.ram-summary-content {
    position: relative;
    z-index: 3;
    padding-right: 60px;
}


.ram-section-tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #6f6f6f;
    margin-bottom: 6px;
}

.ram-summary-content h2 {
    margin: 0;
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 40px;
    line-height: 1.4;
    font-weight: 600;
    color: #172536;
}

.ram-summary-content h2 span {
    color: #e40045;
}

.ram-title-line {
    width: 175px;
    height: 4px;
    background: linear-gradient(90deg, #e40045, #ff7b00);
    margin: 15px 0 30px;
}

.ram-summary-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin: 0 0 10px;
}

.ram-summary-content p strong {
    color: #172536;
    font-weight: 600;
}

/* ==========================================
   SIGNATURE
========================================== */

.ram-signature-area {
    margin-top: 10px;
    margin-left: auto;
    width: fit-content;
    text-align: right;
}

.ram-signature {
    font-family: "Brush Script MT", cursive;
    font-size: 38px;
    color: #172536;
    font-style: italic;
    line-height: 1.1;
}

.ram-signature-line {
    width: 70px;
    height: 2px;
    background: #e40045;
    margin: 4px 0 8px auto;
}

.ram-designation {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 1.7;
    color: #444;
    font-weight: 600;
}

.ram-designation span {
    color: #e40045;
}

/* ==========================================
   RIGHT VISUAL
========================================== */

.ram-summary-visual {
    position: relative;
    height: 680px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/* decorative circle */

.ram-image-circle {
    position: absolute;
    width: 570px;
    height: 570px;
    right: -20px;
    top: 45px;
    border-radius: 50%;
    background: linear-gradient(145deg, #f5f7f9, #ffffff);
    border: 1px solid rgba(23, 37, 54, 0.08);
}

/* orange ring */

.ram-image-circle:before {
    content: "";
    position: absolute;
    inset: -18px;
    border-radius: 50%;
    border: 2px solid rgba(228, 0, 69, 0.16);
}

/* glow */

.ram-image-glow {
    position: absolute;
    width: 430px;
    height: 430px;
    right: 50px;
    top: 90px;
    border-radius: 50%;
    background: rgba(255, 126, 0, 0.08);
    filter: blur(60px);
}

/* PERSON */

.ram-portrait {
    position: absolute;
    z-index: 4;
    height: 550px;
    max-width: none;
    width: auto;
    bottom: 76px;
    right: -10px;
    object-fit: contain;
    object-position: bottom;
}

/* ==========================================
   EXPERIENCE CARD
========================================== */

.ram-experience-card {
    position: absolute;
    z-index: 6;
    left: -40px;
    top: 85px;
    width: 145px;
    border-radius: 12px;
    padding: 12px 15px;
    background: #fff7eb;
    border-left: 4px solid #e40045;
    box-shadow: 0 5px 10px rgba(23, 37, 54, 0.13);
}

.ram-small-label {
    display: block;
    font-size: 9px;
    letter-spacing: 2px;
    color: #7c858e;
    margin-bottom: 4px;
}

.ram-experience-card strong {
    display: block;
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 40px;
    line-height: 1;
    color: #172536;
}

.ram-experience-card strong span {
    color: #e40045;
}

.ram-experience-card p {
    margin: 5px 0 0;
    font-size: 12px;
    color: #333;
}

/* ==========================================
   QUOTE
========================================== */

.ram-quote-card {
    position: absolute;
    z-index: 7;
    right: -10px;
    bottom: 80px;
    width: 220px;
    padding: 20px;
    border-radius: 10px;
    background: #172536;
    color: #ffffff;
    box-shadow: 0 20px 50px rgba(23, 37, 54, 0.2);
}

.ram-quote-icon {
    font-family: 'Familjen Grotesk', sans-serif;
    color: #e40045;
    font-size: 55px;
    line-height: 30px;
}

.ram-quote-card p {
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-style: italic;
    margin: 8px 0 15px;
}

.ram-quote-card span {
    font-size: 9px;
    letter-spacing: 2px;
    color: #ffffff;
}

/* ==========================================
   BOTTOM HIGHLIGHTS - PREMIUM FULL WIDTH
========================================== */

.ram-summary-highlights {
    position: relative;
    z-index: 10;

    /* Full browser width even if inside .container */
    width: 100vw;
    margin-left: calc(50% - 50vw);

    margin-top: 25px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    background: linear-gradient(105deg, #0c4889 0%, #113a61 50%, #0c4889 100%);

    border-top: 1px solid rgba(255, 255, 255, 0.08);

    box-shadow: 0 -12px 35px rgba(20, 38, 55, 0.08);

    overflow: hidden;
}

/* individual highlight */

.ram-highlight {
    position: relative;

    min-height: 112px;

    display: flex;
    align-items: center;

    gap: 18px;

    padding: 20px 35px;

    border-right: 1px solid rgba(255, 255, 255, 0.12);

    transition: background 0.35s ease, transform 0.35s ease;
}

/* Remove border from last */

.ram-highlight:last-child {
    border-right: 0;
}

/* subtle top accent */

.ram-highlight::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 0;
    height: 3px;

    background: linear-gradient(90deg, #e40045, #ff7b00);

    transition: width 0.4s ease;
}

/* hover */

.ram-highlight:hover {
    background: rgba(255, 255, 255, 0.045);

    transform: translateY(-3px);
}

.ram-highlight:hover::before {
    width: 100%;
}

/* ==========================================
   HIGHLIGHT ICON
========================================== */

.ram-highlight-icon {
    position: relative;

    width: 52px;
    height: 52px;

    flex: 0 0 52px;

    border: 1px solid rgba(255, 255, 255, 0.28);

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ff7b00;

    font-size: 22px;

    background: rgba(255, 255, 255, 0.025);

    transition: border-color 0.35s ease, transform 0.35s ease,
        background 0.35s ease;
}

.ram-highlight:hover .ram-highlight-icon {
    transform: rotate(8deg) scale(1.08);

    border-color: #ff7b00;

    background: rgba(255, 123, 0, 0.08);
}

/* ==========================================
   HIGHLIGHT TEXT
========================================== */

.ram-highlight strong {
    display: block;

    font-size: 16px;

    letter-spacing: 2px;

    color: #ffffff;

    margin-bottom: 5px;

    font-weight: 600;
}

.ram-highlight span {
    display: block;

    font-size: 12px;

    letter-spacing: 1px;

    color: rgba(255, 255, 255, 0.85);

    line-height: 1.1;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 991px) {

    .ram-summary-section {
        padding-top: 70px;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

    /* MAIN GRID */
    .ram-summary-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    /* CONTENT */
    .ram-summary-content {
        width: 100%;
        padding: 0 35px;
        box-sizing: border-box;
    }

    .ram-summary-content h2 {
        font-size: 43px;
        line-height: 1.25;
    }

    .ram-summary-content p {
        font-size: 15px;
        line-height: 1.65;
    }

    /* VISUAL */
    .ram-summary-visual {
        width: 100%;
        height: 620px;
        margin-top: 30px;
        overflow: hidden;
    }

    /* CIRCLE */
    .ram-image-circle {
        right: 50%;
        transform: translateX(50%);
    }

    /* PERSON */
    .ram-portrait {
        height: 590px;
        right: 50%;
        transform: translateX(50%);
    }

    /* EXPERIENCE CARD */
    .ram-experience-card {
        left: 35px;
        top: 85px;
    }

    /* QUOTE */
    .ram-quote-card {
        right: 35px;
    }

    /* SIGNATURE AREA */
    .ram-signature-area {
        width: 100%;
        max-width: 100%;
        margin: 15px 0 0;
        padding: 0 15px;
        box-sizing: border-box;
        text-align: center;
        position: relative;
        z-index: 8;
    }

    .ram-signature {
        font-size: 36px;
        line-height: 1.1;
        white-space: nowrap;
    }

    .ram-signature-line {
        margin: 5px auto 8px;
    }

    .ram-designation {
        font-size: 12px;
        line-height: 1.6;
        white-space: normal;
        word-break: normal;
    }

    /* HIGHLIGHTS */
    .ram-summary-highlights {
        grid-template-columns: repeat(2, 1fr);
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-top: 25px;
    }

    .ram-highlight {
        min-height: 105px;
        padding: 20px 25px;
    }

    .ram-highlight:nth-child(2),
    .ram-highlight:nth-child(4) {
        border-right: 0;
    }

    .ram-highlight:nth-child(3),
    .ram-highlight:nth-child(4) {
        border-bottom: 0;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .ram-summary-section {
        padding-top: 55px;
        padding-left: 0;
        padding-right: 0;
    }

    /* Keep proper side spacing */
    .ram-summary-section > .container {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* CONTENT */
    .ram-summary-content {
        width: 100%;
        padding: 0 18px;
        box-sizing: border-box;
    }

    .ram-section-tag {
        font-size: 12px;
        letter-spacing: 1.8px;
    }

    .ram-summary-content h2 {
        font-size: 32px;
        line-height: 1.25;
    }

    .ram-title-line {
        width: 150px;
        height: 3px;
        margin: 12px 0 24px;
    }

    .ram-summary-content p {
        font-size: 13px;
        line-height: 1.65;
        margin-bottom: 12px;
    }


    /* ==========================================
       VISUAL AREA
    ========================================== */

    .ram-summary-visual {
        width: 100%;
        height: 550px;
        margin-top: 25px;
        overflow: hidden;
        position: relative;
    }


    /* CIRCLE */
    .ram-image-circle {
        width: 420px;
        height: 420px;
        top: 55px;
        right: 50%;
        transform: translateX(50%);
    }

    .ram-image-circle:before {
        inset: -12px;
    }


    /* GLOW */
    .ram-image-glow {
        width: 330px;
        height: 330px;
        right: 50%;
        transform: translateX(50%);
        top: 90px;
    }


    /* PERSON */
    .ram-portrait {
        height: 510px;
        width: auto;
        max-width: none;
        right: 50%;
        bottom: 20px;
        transform: translateX(50%);
        object-fit: contain;
        object-position: bottom center;
    }


    /* ==========================================
       SIGNATURE + DESIGNATION
       IMPORTANT MOBILE FIX
    ========================================== */

    .ram-signature-area {
        width: 100%;
        max-width: 100%;
        margin: 10px auto 0;
        padding: 0 10px;
        text-align: center;
        position: relative;
        z-index: 20;
        box-sizing: border-box;
    }

    .ram-signature {
        display: block;
        width: 100%;
        font-size: 32px;
        line-height: 1.15;
        white-space: nowrap;
    }

    .ram-signature-line {
        width: 65px;
        height: 2px;
        margin: 5px auto 8px;
    }

    .ram-designation {
        display: block;
        width: 100%;
        font-size: 10px;
        line-height: 1.6;
        letter-spacing: 0.3px;
        white-space: normal;
        word-break: normal;
        overflow-wrap: break-word;
    }

    .ram-designation span {
        display: inline;
    }


    /* ==========================================
       EXPERIENCE CARD
    ========================================== */

    .ram-experience-card {
        left: 20px;
        top: 75px;
        width: 110px;
        padding: 13px;
        z-index: 25;
    }

    .ram-small-label {
        font-size: 8px;
        letter-spacing: 1.5px;
    }

    .ram-experience-card strong {
        font-size: 34px;
    }

    .ram-experience-card p {
        font-size: 10px;
        line-height: 1.4;
    }


    /* ==========================================
       QUOTE CARD
    ========================================== */

    .ram-quote-card {
        right: 20px;
        bottom: 30px;
        width: 155px;
        padding: 15px;
    }

    .ram-quote-icon {
        font-size: 42px;
    }

    .ram-quote-card p {
        font-size: 11px;
        line-height: 1.5;
    }

    .ram-quote-card span {
        font-size: 8px;
        letter-spacing: 1.5px;
    }


    /* ==========================================
       HIGHLIGHTS
    ========================================== */

    .ram-summary-highlights {
        width: 100%;
        margin-left: 0;
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .ram-highlight {
        min-height: 85px;
        padding: 17px 20px;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .ram-highlight:last-child {
        border-bottom: 0;
    }

    .ram-highlight-icon {
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        font-size: 19px;
    }

    .ram-highlight strong {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .ram-highlight span {
        font-size: 9px;
        line-height: 1.3;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 575px) {

    .ram-summary-section {
        padding-top: 50px;
    }

    .ram-summary-section > .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    /* CONTENT SIDE SPACE */
    .ram-summary-content {
        padding-left: 12px;
        padding-right: 12px;
    }

    .ram-section-tag {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .ram-summary-content h2 {
        font-size: 29px;
        line-height: 1.25;
    }

    .ram-title-line {
        width: 135px;
        margin: 10px 0 22px;
    }

    .ram-summary-content p {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 11px;
    }


    /* ==========================================
       VISUAL
    ========================================== */

    .ram-summary-visual {
        height: 535px;
        margin-top: 20px;
    }

    .ram-image-circle {
        width: 380px;
        height: 380px;
        top: 55px;
    }

    .ram-image-glow {
        width: 300px;
        height: 300px;
        top: 80px;
    }

    .ram-portrait {
        height: 490px;
        bottom: 15px;
    }


    /* ==========================================
       SIGNATURE
    ========================================== */

    .ram-signature-area {
        margin-top: 5px;
        padding: 0 5px;
    }

    .ram-signature {
        font-size: 29px;
    }

    .ram-signature-line {
        width: 60px;
        margin: 4px auto 7px;
    }

    .ram-designation {
        font-size: 9px;
        line-height: 1.55;
        letter-spacing: 0.2px;
    }


    /* ==========================================
       EXPERIENCE
    ========================================== */

    .ram-experience-card {
        left: 15px;
        top: 75px;
        width: 105px;
        padding: 12px;
    }

    .ram-experience-card strong {
        font-size: 35px;
    }


    /* ==========================================
       QUOTE
    ========================================== */

    .ram-quote-card {
        right: 15px;
        bottom: 25px;
        width: 150px;
        padding: 14px;
    }

    .ram-quote-card p {
        font-size: 11px;
    }


    /* ==========================================
       HIGHLIGHTS
    ========================================== */

    .ram-summary-highlights {
        width: 100%;
        margin-left: 0;
        margin-top: 18px;
    }

    .ram-highlight {
        padding: 16px 18px;
        min-height: 82px;
    }

    .ram-highlight-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 18px;
    }

    .ram-highlight strong {
        font-size: 12px;
    }

    .ram-highlight span {
        font-size: 10px;
    }
}


/* ==========================================
   VERY SMALL MOBILE
========================================== */

@media (max-width: 400px) {

    .ram-summary-section > .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ram-summary-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ram-summary-content h2 {
        font-size: 27px;
    }

    .ram-summary-content p {
        font-size: 11.5px;
    }

    .ram-summary-visual {
        height: 510px;
    }

    .ram-image-circle {
        width: 350px;
        height: 350px;
    }

    .ram-portrait {
        height: 465px;
    }

    .ram-signature {
        font-size: 27px;
    }

    .ram-designation {
        font-size: 8.5px;
        line-height: 1.5;
    }

    .ram-experience-card {
        left: 10px;
        width: 100px;
    }

    .ram-quote-card {
        right: 10px;
        width: 140px;
    }
}

/*****************************************************************************************************************************************************************************************************************************************************************************************/
/* ==========================================
   RAM OLA EDUCATION SECTION
========================================== */

.ram-education-section {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background: #ffffff;
    font-family: 'Familjen Grotesk', sans-serif;
    color: #172536;
}


/* ==========================================
   BACKGROUND
========================================== */

.ram-education-bg {
    position: absolute;
    inset: 0;
    z-index: 0;

    background-image: url("../images/bg-image/bg3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    pointer-events: none;
}

.ram-education-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.35);
}


/* ==========================================
   CONTENT ABOVE BACKGROUND
========================================== */

.ram-education-section .container {
    position: relative;
    z-index: 2;
}


/* ==========================================
   EDUCATION HEADER
   SAME TYPOGRAPHY AS ABOUT SECTION
========================================== */

.ram-education-header {
    text-align: center;
    max-width: 1050px;
    margin: 0 auto 30px;
}


/* 02 */

.ram-education-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;

    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 3px;
    color: #e40045;
    font-weight: 600;

    margin-bottom: 12px;
}

.ram-education-number span {
    width: 70px;
    height: 1px;
    background: #172536;
    opacity: 0.45;
}


/* ==========================================
   MAIN HEADING
   SAME AS ABOUT H2
========================================== */

.ram-education-header h2 {
    margin: 0;

    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 45px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0;

    color: #172536;
}


/* ==========================================
   TITLE LINE
   SAME AS ABOUT
========================================== */

.ram-education-title-line {
    width: 175px;
    height: 4px;

    background: linear-gradient(90deg, #e40045, #ff7b00);

    margin: 10px auto 20px;
}


/* ==========================================
   INTRO PARAGRAPH
   SAME AS ABOUT
========================================== */

.ram-education-header > p {
    max-width: 850px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-weight: 400;
}

.ram-education-header p strong {
    color: #172536;
    font-weight: 600;
}


/* ==========================================
   EDUCATION GRID
========================================== */

.ram-education-grid {
    display: grid;

    grid-template-columns: 1.9fr 1fr;

    gap: 18px;

    align-items: stretch;
}


/* ==========================================
   COMMON CARD
========================================== */

.ram-education-card {
    position: relative;
    overflow: hidden;

    border-radius: 12px;

    min-height: 0;

    padding: 28px 42px;

    transition: transform 0.4s ease, box-shadow 0.4s ease;
}


/* Hover */

.ram-education-card:hover {
    transform: translateY(-7px);

    box-shadow: 0 20px 45px rgba(23, 37, 54, 0.14);
}


/* ==========================================
   LIGHT CARDS
========================================== */

.ram-card-light {
    background: rgba(255, 255, 255, 0.88);

    border: 1px solid rgba(23, 37, 54, 0.06);

    box-shadow: 0 7px 25px rgba(23, 37, 54, 0.06);
}


/* ==========================================
   DARK CENTER CARD
========================================== */

.ram-card-dark {
    background: linear-gradient(145deg, #11283e, #1d3b55);

    color: #ffffff;

    box-shadow: 0 12px 35px rgba(17, 40, 62, 0.18);
}


/* ==========================================
   CARD NUMBER
========================================== */

.ram-card-number {
    position: absolute;

    top: 20px;
    right: 25px;

    font-family: 'Familjen Grotesk', sans-serif;

    font-size: 70px;
    line-height: 1;

    font-weight: 500;

    color: #e9ebed;

    pointer-events: none;
}

.ram-card-dark .ram-card-number {
    color: rgba(255, 255, 255, 0.2);
}


/* ==========================================
   ICON
========================================== */

.ram-education-icon {
    position: relative;
    z-index: 2;

    width: 88px;
    height: 88px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(145deg, #e40045, #f2184e);

    color: #ffffff;

    font-size: 34px;

    margin-bottom: 22px;

    box-shadow: 0 10px 20px rgba(228, 0, 69, 0.18);

    transition: transform 0.4s ease;
}

.ram-education-card:hover .ram-education-icon {
    transform: rotate(-8deg) scale(1.06);
}


/* ==========================================
   CARD CONTENT
========================================== */

.ram-card-content {
    position: relative;
    z-index: 2;
}


/* ==========================================
   CARD HEADING
   SAME DARK NAVY FAMILY
========================================== */

.ram-card-content h3 {
    margin: 0;
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 25px;
    line-height: 1.25;
    letter-spacing: 0px;
    font-weight: 600;
    color: #172536;
}

.ram-card-dark .ram-card-content h3 {
    color: #ffffff;
}


/* ==========================================
   CARD RED LINE
========================================== */

.ram-card-line {
    width: 100px;
    height: 3px;

    margin: 10px 0 12px;

    background: linear-gradient(90deg, #e40045, #ff7b00);

    transition: width 0.4s ease;
}

.ram-education-card:hover .ram-card-line {
    width: 75px;
}


/* ==========================================
   CARD PARAGRAPH
   SAME AS ABOUT
========================================== */

.ram-card-content > p {
    margin: 0;

    font-size: 15px;
    line-height: 1.6;

    color: #333;

    font-weight: 400;
}

.ram-card-dark .ram-card-content > p {
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 20px;
    font-size: 18px;
}


/* ==========================================
   STRONG
   SAME AS ABOUT
========================================== */

.ram-card-content p strong {
    color: #172536;
    font-weight: 600;
}

.ram-card-dark .ram-card-content p strong {
    color: #e40045;
}


/* ==========================================
   TYPE RATING LIST
   TWO LISTS SIDE BY SIDE
========================================== */

.ram-rating-list {
    display: inline-block;
    vertical-align: top;

    width: 48%;

    margin-top: 10px;
    margin-right: 1%;

    border: 1px solid rgba(255, 255, 255, 0.18);

    border-radius: 10px;

    overflow: hidden;

    background: rgba(255, 255, 255, 0.025);

    box-sizing: border-box;
}


/* Second list */

.ram-rating-list + .ram-rating-list {
    margin-left: 0;
    margin-right: 0;
}


/* ==========================================
   RATING ITEM
========================================== */

.ram-rating-item {
    display: flex;
    align-items: center;

    gap: 16px;

    min-height: 52px;

    padding: 0 16px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.14);

    box-sizing: border-box;
}

.ram-rating-item:last-child {
    border-bottom: 0;
}


/* ==========================================
   RATING CIRCLE
========================================== */

.ram-rating-item > span {
    width: 19px;
    height: 19px;

    flex: 0 0 19px;

    border: 2px solid #e40045;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 0;

    position: relative;
}

.ram-rating-item > span::after {
    content: "";

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: #e40045;
}


/* ==========================================
   RATING TEXT
========================================== */

.ram-rating-item p {
    margin: 0;

    font-size: 15px;
    line-height: 1.3;

    color: rgba(255, 255, 255, 0.92);
}


/* ==========================================
   RIGHT SIDE
========================================== */

.ram-education-right {
    display: grid;

    grid-template-rows:
        1fr
        1fr;

    gap: 18px;
}

.ram-education-right .ram-education-card {
    min-height: 0;
    height: auto;
}


/* ==========================================
   SMALL CARDS
========================================== */

.ram-card-small {
    padding: 25px 30px;
    display: block;
}

.ram-card-small .ram-education-icon {
    width: 82px;
    height: 82px;

    font-size: 31px;

    margin-bottom: 15px;
}

.ram-card-small .ram-card-content h3 {
    font-size: 27px;
}

.ram-card-small .ram-card-content > p {
    max-width: 430px;

    font-size: 16px;
    line-height: 1.6;
}


/* ==========================================
   BOTTOM AIRCRAFT DIVIDER
========================================== */

.ram-education-bottom {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 28px;

    max-width: 570px;

    margin: 28px auto 0;
}

.ram-education-bottom span {
    flex: 1;

    height: 1px;

    background: rgba(23, 37, 54, 0.55);
}

.ram-education-bottom i {
    font-size: 38px;

    color: #172536;

    animation: ramPlaneFloat 3s ease-in-out infinite;
}

@keyframes ramPlaneFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}


/* ==========================================
   TAGLINE
========================================== */

.ram-education-tagline {
    text-align: center;

    margin-top: 12px;

    font-size: 11px;

    letter-spacing: 5px;

    color: #65717d;
}


/* ==========================================
   CARD ANIMATION
========================================== */

.ram-education-card {
    opacity: 0;

    transform: translateY(30px);

    animation: ramEducationReveal 0.8s ease forwards;
}

.ram-card-01 {
    animation-delay: 0.15s;
}

.ram-card-02 {
    animation-delay: 0.3s;
}

.ram-education-right .ram-education-card:first-child {
    animation-delay: 0.45s;
}

.ram-education-right .ram-education-card:last-child {
    animation-delay: 0.6s;
}

@keyframes ramEducationReveal {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1100px) {

    .ram-education-grid {
        grid-template-columns:
            1fr
            1fr;
    }

    .ram-card-01 {
        min-height: auto;
    }

    .ram-card-02 {
        min-height: auto;
    }

    .ram-education-right {
        grid-column: 1 / -1;

        grid-template-columns:
            1fr
            1fr;

        grid-template-rows: 1fr;
    }

    .ram-education-right .ram-education-card {
        min-height: 300px;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .ram-education-section {
        padding: 55px 0 40px;
    }

    .ram-education-header {
        margin-bottom: 25px;
    }

    .ram-education-number {
        font-size: 11px;
        gap: 15px;
    }

    .ram-education-number span {
        width: 55px;
    }


    /* SAME 40px STYLE, RESPONSIVE */

    .ram-education-header h2 {
        font-size: 34px;
        line-height: 1.3;
    }

    .ram-education-title-line {
        width: 140px;
        height: 4px;

        margin: 12px auto 22px;
    }

    .ram-education-header > p {
        padding: 0 10px;

        font-size: 14px;
        line-height: 1.6;
    }

    .ram-education-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .ram-education-card {
        min-height: auto;

        padding: 25px;
    }

    .ram-card-01,
    .ram-card-02 {
        min-height: auto;
    }

    .ram-education-right {
        grid-column: auto;

        grid-template-columns: 1fr;

        gap: 15px;
    }

    .ram-education-right .ram-education-card {
        min-height: auto;
    }

    .ram-card-number {
        font-size: 55px;

        right: 18px;
        top: 15px;
    }

    .ram-education-icon {
        width: 68px;
        height: 68px;

        font-size: 27px;

        margin-bottom: 18px;
    }

    .ram-card-content h3 {
        font-size: 23px;
    }

    .ram-card-content > p {
        font-size: 14px;
        line-height: 1.6;
    }

    .ram-card-small .ram-education-icon {
        width: 68px;
        height: 68px;
    }


    /* ==========================================
       TYPE RATING - MOBILE
       STACK BOTH LISTS
    ========================================== */

    .ram-rating-list {
        display: block;

        width: 100%;

        margin-top: 10px;
    }

    .ram-rating-list + .ram-rating-list {
        margin-left: 0;
    }

    .ram-rating-item {
        min-height: 48px;

        padding: 0 11px;

        gap: 10px;
    }

    .ram-rating-item p {
        font-size: 13px;
    }

    .ram-education-bottom {
        max-width: 90%;

        gap: 15px;

        margin-top: 25px;
    }

    .ram-education-bottom i {
        font-size: 30px;
    }

    .ram-education-tagline {
        font-size: 8px;

        letter-spacing: 3px;
    }
}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 400px) {

    .ram-education-header h2 {
        font-size: 32px;
    }

    .ram-card-content h3 {
        font-size: 21px;
    }

    .ram-card-number {
        font-size: 48px;
    }
}



/* ==========================================
   FIX EDUCATION CARD EXCESSIVE HEIGHT
========================================== */

/* Type Rating / Dark Card */
.ram-education-grid > .ram-card-02 {
    min-height: 0 !important;
    height: auto !important;
    align-self: start !important;
}


/* Right side cards ko bhi content ke according rakho */
.ram-education-right {
    height: auto !important;
    align-self: start !important;
}

.ram-education-right .ram-education-card {
    height: auto !important;
    min-height: 0 !important;
}


/* Type Rating content ko compact rakho */
.ram-card-02 {
    padding-bottom: 40px !important;
}


/* Rating lists */
.ram-card-02 .ram-rating-list {
    margin-top: 10px;
}


/* Desktop */
@media (min-width: 1101px) {

    .ram-education-grid {
        align-items: start !important;
    }

    .ram-education-grid > .ram-card-02 {
        height: auto !important;
        min-height: 0 !important;
    }

    .ram-education-right .ram-education-card {
        height: auto !important;
        min-height: 0 !important;
    }

}


/* Tablet */
@media (min-width: 768px) and (max-width: 1100px) {

    .ram-education-grid {
        align-items: start !important;
    }

    .ram-card-02 {
        min-height: 0 !important;
        height: auto !important;
    }

}


/* Mobile */
@media (max-width: 767px) {

    .ram-card-02 {
        min-height: 0 !important;
        height: auto !important;
    }

}


/* ==========================================
   FIX PILOT LICENSE CARD HEIGHT
========================================== */

.ram-education-right {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    height: auto !important;
    align-self: start !important;
}

.ram-education-right .ram-education-card {
    height: auto !important;
    min-height: 0 !important;
    flex: 0 0 auto !important;
    align-self: stretch !important;
}


/* Practical Experience */
.ram-education-right .ram-card-03 {
    min-height: 0 !important;
    height: auto !important;
}


/* Pilot License */
.ram-education-right .ram-card-04 {
    min-height: 0 !important;
    height: auto !important;
    padding-bottom: 30px !important;
}



/**************************************************************************************************************************************************************************************************************************************************************************************/


/* ==========================================
   RAM OLA EXPERIENCE SECTION
========================================== */

.ram-experience-section {
    position: relative;
    overflow: hidden;
    /*min-height: 900px;*/
    padding: 70px 0 30px;
    background: #ffffff;
    color: #14273d;
    font-family: 'Familjen Grotesk', sans-serif;
}

/* ==========================================
   BACKGROUND
========================================== */

.ram-experience-bg {
    position: absolute;
    inset: 0;
    z-index: 0;

    background-image: url("../images/bg-image/experience-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

    pointer-events: none;
}

/* CONTENT ABOVE BACKGROUND */

.ram-experience-section .container-fluid {
    position: relative;
    z-index: 3;
}

/* ==========================================
   LEFT BIG 03
========================================== */

.ram-experience-number {
    position: absolute;
    left: 32px;
    top: 45px;
    z-index: 2;
    text-align: left;
}

.ram-experience-number span {
    display: block;
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 190px;
    line-height: 0.75;
    font-weight: 400;
    color: rgba(20, 39, 61, 0.055);
}

.ram-experience-number small {
    display: block;
    margin-left: 32px;
    margin-top: 25px;

    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 5px;
    color: rgba(20, 39, 61, 0.45);
}

/* ==========================================
   TOP RIGHT
========================================== */

.ram-experience-top-right {
    position: absolute;
    right: 45px;
    top: 55px;

    display: flex;
    flex-direction: column;

    font-size: 13px;
    line-height: 2.2;
    letter-spacing: 4px;
    color: rgba(20, 39, 61, 0.38);
}

.ram-airplane {
    position: absolute;
    right: 125px;
    top: 0;

    font-size: 75px;
    line-height: 1;
    transform: rotate(-25deg);
    color: rgba(20, 39, 61, 0.08);
}

.ram-experience-top-right i {
    width: 64px;
    height: 2px;
    margin-top: 12px;
    background: #ed003f;
}

/* ==========================================
   MAIN HEADING
========================================== */

.ram-experience-heading {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

/* TAG */

.ram-experience-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    margin-bottom: 16px;

    font-size: 13px;
    letter-spacing: 6px;
    color: #6c7680;
    font-weight: 500;
}

.ram-experience-tag span {
    width: 78px;
    height: 1px;
    background: #6c7680;
}

/* MAIN HEADING */

.ram-experience-heading h2 {
    margin: 0;

    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 45px;
    line-height: 1.4;
    letter-spacing: 0px;
    font-weight: 600;
    color: #172536;
}

/* RED LINE */

.ram-experience-line {
    width: 88px;
    height: 4px;
    margin: 10px auto 25px;

    background: linear-gradient(90deg, #ed003f, #ff7200);
}

/* SUB HEADING */

.ram-experience-heading h3 {
    margin: 0 0 5px;
    font-size: 25px;
    letter-spacing: 4px;
    font-weight: 500;
    color: #164987;
}

/* DESCRIPTION */

.ram-experience-heading p {
    max-width: 850px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-weight: 400;
}

/* ==========================================
   GROUP TITLE
========================================== */

.ram-group-title {
    position: relative;
    z-index: 5;

    width: 48%;
    max-width: 700px;

    margin: 25px auto -18px;
    padding: 18px 30px 25px;

    text-align: center;

    background: linear-gradient(105deg, #d8003c, #f00042);

    transform: skewX(-15deg);

    border-radius: 20px 8px 0 0;
}

/* un-skew text */

.ram-group-title h4,
.ram-group-since {
    transform: skewX(15deg);
}

.ram-group-title h4 {
    margin: 0;

    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 32px;
    letter-spacing: 1px;

    color: #ffffff;
}

.ram-group-since {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;

    margin-top: 4px;
    margin-bottom: 12px;
    font-size: 17px;
    color: #ffffff;
}

.ram-group-since span {
    width: 70px;
    height: 2px;
    background: rgba(255, 255, 255, 0.8);
}

/* ==========================================
   CARDS
========================================== */

.ram-experience-cards {
    position: relative;
    z-index: 6;

    max-width: 1390px;
    margin: 0 auto;
}

.ram-exp-card {
    position: relative;

    height: 100%;
    min-height: 430px;

    padding: 20px 30px 25px;

    background: rgba(255, 255, 255, 0.96);

    border-radius: 16px;

    box-shadow: 0 5px 10px rgba(20, 39, 61, 0.08);

    border: 1px solid rgba(20, 39, 61, 0.05);

    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* CARD HOVER */

.ram-exp-card:hover {
    transform: translateY(-8px);

    box-shadow: 0 25px 55px rgba(20, 39, 61, 0.15);
}

/* ==========================================
   CARD TOP
========================================== */

.ram-exp-card-top {
    position: relative;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/* ICON */

.ram-exp-icon {
    width: 85px;
    height: 85px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ed003f;

    color: #ffffff;

    box-shadow: 0 12px 25px rgba(237, 0, 63, 0.22);
}

.ram-exp-icon i {
    font-style: normal;
    font-size: 35px;
    line-height: 1;
}

/* DARK ICON */

.ram-exp-icon-dark {
    background: #142d45;
    box-shadow: 0 12px 25px rgba(20, 45, 69, 0.18);
}

/* CARD NUMBER */

.ram-exp-number {
    font-family: 'Familjen Grotesk', sans-serif;

    font-size: 70px;
    line-height: 1;

    color: rgba(20, 39, 61, 0.075);
}

/* ==========================================
   CARD TITLE
========================================== */

.ram-exp-card h4 {
    margin: 18px 0 10px;

    font-family: 'Familjen Grotesk', sans-serif;

    font-size: 25px;
    line-height: 1.25;
    letter-spacing: 0px;

    color: #14273d;
}

.ram-exp-card h4 small {
    display: block;

    margin-top: 4px;

    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 1px;

    color: #14273d;
}

/* ==========================================
   CARD LINE
========================================== */

.ram-card-line {
    width: 65px;
    height: 4px;

    margin: 10px 0 25px;

    background: linear-gradient(90deg, #ed003f, #ff7200);
}

/* ==========================================
   LIST
========================================== */

.ram-exp-list {
    width: 100%;
}

.ram-exp-list-item {
    display: flex;
    align-items: center;

    gap: 25px;

    padding: 10px 0;

    border-bottom: 1px solid rgba(20, 39, 61, 0.12);
}

.ram-exp-list-item:last-child {
    border-bottom: 0;
}

/* ROUND NUMBER */

.ram-exp-list-item span {
    flex: 0 0 40px;

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ed003f;

    color: #ffffff;

    font-size: 16px;
    font-weight: 600;
}

/* DARK CARD LIST */

.ram-exp-card-02 .ram-exp-list-item span {
    background: #142d45;
}

/* TEXT */

.ram-exp-list-item p {
    margin: 0;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0px;

    color: #14273d;
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {
    .ram-experience-section {
        padding-top: 50px;
        padding-bottom: 150px;
    }

    .ram-experience-number {
        left: 15px;
        top: 35px;
    }

    .ram-experience-number span {
        font-size: 130px;
    }

    .ram-experience-number small {
        margin-left: 15px;
        font-size: 10px;
    }

    .ram-experience-top-right {
        right: 20px;
        top: 40px;
    }

    .ram-experience-heading {
        padding: 0 25px;
    }

    .ram-experience-heading h2 {
        font-size: 62px;
    }

    .ram-experience-heading h3 {
        font-size: 20px;
        letter-spacing: 4px;
    }

    .ram-experience-heading p {
        font-size: 16px;
    }

    .ram-group-title {
        width: 70%;
    }

    .ram-exp-card {
        padding: 25px 30px;
        min-height: 450px;
    }

    .ram-exp-card h4 {
        font-size: 25px;
    }

    .ram-exp-list-item p {
        font-size: 16px;
    }

    .ram-bottom-right {
        display: none;
    }
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 575px) {
    .ram-experience-section {
        min-height: auto;
        padding: 40px 0 130px;
    }

    /* HIDE DECORATIVE BIG NUMBER */

    .ram-experience-number {
        opacity: 0.5;
        left: 5px;
        top: 25px;
    }

    .ram-experience-number span {
        font-size: 80px;
    }

    .ram-experience-number small {
        display: none;
    }

    /* RIGHT DECOR */

    .ram-experience-top-right {
        display: none;
    }

    /* HEADING */

    .ram-experience-heading {
        padding: 0 15px;
    }

    .ram-experience-tag {
        gap: 8px;
        font-size: 9px;
        letter-spacing: 3px;
    }

    .ram-experience-tag span {
        width: 35px;
    }

    .ram-experience-heading h2 {
        font-size: 44px;
    }

    .ram-experience-line {
        width: 65px;
        margin: 15px auto;
    }

    .ram-experience-heading h3 {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .ram-experience-heading p {
        font-size: 14px;
        line-height: 1.6;
    }

    /* GROUP TITLE */

    .ram-group-title {
        width: 90%;
        margin-top: 25px;
        padding: 14px 15px 18px;
    }

    .ram-group-title h4 {
        font-size: 17px;
        letter-spacing: 2px;
    }

    .ram-group-since {
        font-size: 13px;
    }

    .ram-group-since span {
        width: 35px;
    }

    /* CARDS */

    .ram-experience-cards {
        padding: 0 15px;
    }

    .ram-exp-card {
        min-height: auto;
        padding: 22px 22px 28px;
    }

    .ram-exp-icon {
        width: 75px;
        height: 75px;
    }

    .ram-exp-icon i {
        font-size: 38px;
    }

    .ram-exp-number {
        font-size: 52px;
    }

    .ram-exp-card h4 {
        font-size: 22px;
        letter-spacing: 1px;
    }

    .ram-exp-card h4 small {
        font-size: 14px;
    }

    .ram-card-line {
        width: 55px;
        height: 3px;
        margin-bottom: 15px;
    }

    .ram-exp-list-item {
        gap: 15px;
        padding: 13px 0;
    }

    .ram-exp-list-item span {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
        font-size: 13px;
    }

    .ram-exp-list-item p {
        font-size: 13px;
        letter-spacing: 0.5px;
    }
}

/*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/* ==========================================
   RAM OLA - MAJOR ACHIEVEMENT
========================================== */

.ram-achievement-section {
    position: relative;
    overflow: hidden;
    padding: 70px 0 50px;
    background: #ffffff;
    color: #172536;
    font-family: 'Familjen Grotesk', sans-serif;
}


/* ==========================================
   SECTION BACKGROUND
========================================== */

.ram-achievement-bg {
    position: absolute;
    inset: 0;
    z-index: 0;

    background-image: url("../images/bg-image/education-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.ram-achievement-section .container-fluid {
    position: relative;
    z-index: 3;

    padding-left: 45px;
    padding-right: 45px;
}


/* ==========================================
   AIRPLANE
========================================== */

.ram-achievement-airplane {
    position: absolute;

    right: 55px;
    top: 45px;

    font-size: 75px;

    color: rgba(23, 37, 54, 0.07);

    transform: rotate(-20deg);

    z-index: 1;
}


/* ==========================================
   MAIN HEADING
========================================== */

.ram-achievement-heading {
    position: relative;
    z-index: 5;

    max-width: 1120px;

    margin: 0 auto 32px;
}


/* ==========================================
   HEADING
========================================== */

.ram-achievement-heading h2 {
    margin: 0;

    font-family: 'Familjen Grotesk', sans-serif;

    font-size: 40px;
    line-height: 1.4;

    font-weight: 600;

    color: #172536;
}

.ram-achievement-heading h2 strong {
    color: #e40045;
    font-weight: 600;
}


/* ==========================================
   TITLE LINE
========================================== */

.ram-achievement-title-line {
    width: 175px;
    height: 4px;
    margin: 10px auto 25px;
    background: linear-gradient(90deg, #e40045, #ff7b00);
}


/* ==========================================
   DESCRIPTION
========================================== */

.ram-achievement-heading p {
    max-width: 850px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-weight: 400;
}


/* ==========================================
   CARDS GRID
========================================== */

.ram-achievement-grid {
    position: relative;
    z-index: 6;

    max-width: 1480px;

    margin-left: auto;
    margin-right: auto;

    row-gap: 14px;
}


/* ==========================================
   ACHIEVEMENT CARD
   AVIATION IMAGE + BLUE OVERLAY
========================================== */

.ram-achievement-card {
    position: relative;

    height: 100%;
    min-height: 215px;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: flex-start;

    text-align: center;

    padding: 30px 20px 30px;

    /* AVIATION BACKGROUND IMAGE */
    background-image: url("../images/bg-image/bg2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    border: 4px solid rgba(23, 37, 54, 0.18);

    border-radius: 10px;

    box-shadow: 0 5px 12px rgba(23, 37, 54, 0.16);

    overflow: hidden;

    isolation: isolate;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* ==========================================
   DARK BLUE OVERLAY
========================================== */

.ram-achievement-card::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.80) 0%,
            rgba(0, 0, 0, 0.81) 50%,
            rgba(0, 0, 0, 0.84) 100%
        );

    z-index: 0;

    pointer-events: none;

    transition: background 0.35s ease;
}


/* ==========================================
   SUBTLE BLUE LIGHT EFFECT
========================================== */

.ram-achievement-card::after {
    content: "";

    position: absolute;

    width: 240px;
    height: 240px;

    right: -110px;
    top: -110px;

    border-radius: 50%;

    background: rgba(87, 166, 220, 0.08);

    filter: blur(30px);

    pointer-events: none;

    z-index: 1;
}


/* ==========================================
   CARD HOVER
========================================== */

.ram-achievement-card:hover {
    transform: translateY(-6px);
    border-color: rgba(228, 0, 69, 0.10);
    box-shadow: 0 5px 10px rgba(23, 37, 54, 0.24);
}


/* ==========================================
   HOVER OVERLAY
   IMAGE SLIGHTLY MORE VISIBLE
========================================== */

.ram-achievement-card:hover::before {
    background:
        linear-gradient(
            135deg,
            rgba(12, 40, 65, 0.88) 0%,
            rgba(23, 53, 78, 0.84) 50%,
            rgba(18, 47, 72, 0.89) 100%
        );
}


/* ==========================================
   ICON
========================================== */

.ram-achievement-icon {
    position: relative;
    z-index: 5;

    flex: 0 0 auto;

    width: 88px;
    height: 88px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 auto 25px;

    border-radius: 50%;

    background: #ffffff;

    color: #172536;

    font-size: 30px;

    /* RED BORDER */
    border: 3px solid #e40045;

    /* OUTER WHITE RING */
    box-shadow:
        0 0 0 5px rgba(255, 255, 255, 0.22);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}


/* ==========================================
   ICON
========================================== */

.ram-achievement-icon i {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    line-height: 1;

    font-style: normal;
    font-weight: normal;

    transform: none !important;

    /* Font Awesome */
    font-family: "FontAwesome";

    position: relative;
    z-index: 2;
}


/* ==========================================
   ICON OUTER DECORATIVE BORDER
========================================== */

.ram-achievement-icon::before {
    content: "";

    position: absolute;

    inset: -10px;

    border-radius: 50%;

    border: 1.5px solid rgba(255, 255, 255, 0.45);

    pointer-events: none;

    z-index: -1;
}


/* ==========================================
   ICON SECOND OUTER RING
========================================== */

.ram-achievement-icon::after {
    content: "";

    position: absolute;

    inset: -15px;

    border-radius: 50%;

    border: 1px solid rgba(255, 255, 255, 0.20);

    pointer-events: none;

    z-index: -1;
}


/* ==========================================
   ICON HOVER
========================================== */

.ram-achievement-card:hover .ram-achievement-icon {
    transform: scale(1.06);

    box-shadow:
        0 0 0 5px rgba(228, 0, 69, 0.30),
        0 8px 20px rgba(0, 0, 0, 0.16);
}


/* ==========================================
   CONTENT
========================================== */

.ram-achievement-content {
    position: relative;
    z-index: 5;

    width: 100%;

    padding: 0;

    border-left: none;

    text-align: center;
}


/* ==========================================
   LETTER
   HIDE a. b. c. etc.
========================================== */

.ram-achievement-letter {
    display: none;
}


/* ==========================================
   TEXT
========================================== */

.ram-achievement-content p {
    position: relative;
    z-index: 5;

    max-width: 390px;

    margin: 0 auto;

    font-size: 15px;

    line-height: 1.6;

    color: rgba(255, 255, 255, 0.94);

    text-align: center;

    text-shadow:
        0 1px 3px rgba(0, 0, 0, 0.22);
}


/* ==========================================
   LARGE DESKTOP
========================================== */

@media (min-width: 1400px) {

    .ram-achievement-heading h2 {
        font-size: 40px;
    }

    .ram-achievement-heading p {
        font-size: 15px;
    }

    .ram-achievement-card {
        min-height: 220px;

        padding: 38px 30px 30px;
    }

    .ram-achievement-icon {
        width: 92px;
        height: 92px;

        font-size: 37px;

        margin-bottom: 28px;
    }

    .ram-achievement-content p {
        font-size: 16px;
    }
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .ram-achievement-section {
        padding: 55px 0 60px;
    }

    .ram-achievement-section .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }

    .ram-achievement-airplane {
        right: 20px;
        font-size: 55px;
    }

    .ram-achievement-heading {
        padding: 0 20px;
    }

    .ram-achievement-heading h2 {
        font-size: 40px;
    }

    .ram-achievement-heading p {
        font-size: 15px;
    }

    .ram-achievement-card {
        min-height: 215px;

        padding: 34px 22px 28px;
    }

    .ram-achievement-icon {
        width: 82px;
        height: 82px;

        font-size: 32px;

        margin-bottom: 25px;
    }

    .ram-achievement-content p {
        font-size: 15px;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 575px) {

    .ram-achievement-section {
        padding: 40px 0 50px;
    }

    .ram-achievement-section .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }


    /* AIRPLANE */

    .ram-achievement-airplane {
        display: none;
    }


    /* HEADING */

    .ram-achievement-heading {
        padding: 0 10px;

        margin-bottom: 25px;
    }

    .ram-achievement-heading h2 {
        font-size: 32px;

        line-height: 1.2;
    }

    .ram-achievement-title-line {
        width: 140px;

        height: 3px;

        margin: 12px auto 18px;
    }

    .ram-achievement-heading p {
        font-size: 14px;

        line-height: 1.55;
    }


    /* CARDS */

    .ram-achievement-grid {
        row-gap: 14px;
    }

    .ram-achievement-card {
        min-height: 205px;

        padding: 32px 18px 25px;

        background-position: center center;
    }


    /* ICON */

    .ram-achievement-icon {
        width: 70px;
        height: 70px;

        font-size: 28px;

        margin-bottom: 22px;

        border-width: 2px;

        box-shadow:
            0 0 0 5px rgba(228, 0, 69, 0.22),
            0 0 0 8px rgba(255, 255, 255, 0.18),
            0 8px 18px rgba(228, 0, 69, 0.25);
    }

    .ram-achievement-icon::before {
        inset: -8px;
    }

    .ram-achievement-icon::after {
        inset: -12px;
    }


    /* TEXT */

    .ram-achievement-content p {
        font-size: 14px;

        line-height: 1.5;
    }
}

/*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/



/* ==========================================
   RAM OLA - AWARDS SECTION
========================================== */

.ram-awards-section {
    position: relative;
    overflow: hidden;

    padding: 70px 0 40px;

    background: #eef4f8;

    color: #102744;

    font-family: 'Familjen Grotesk', sans-serif;
}

/* ==========================================
   BACKGROUND IMAGE
========================================== */

.ram-awards-bg {
    position: absolute;
    inset: 0;

    z-index: 0;

    background-image: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.08),
            rgba(255, 255, 255, 0.02)
        ),
        url("../images/bg-image/awards-bg.png");

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    pointer-events: none;
}

/* ==========================================
   BACKGROUND LIGHT OVERLAY
========================================== */

.ram-awards-section::before {
    content: "";

    position: absolute;

    inset: 0;

    z-index: 1;

    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0.08) 45%,
        rgba(8, 28, 49, 0.08) 100%
    );

    pointer-events: none;
}

/* ==========================================
   CONTAINER
========================================== */

.ram-awards-section .container-fluid {
    position: relative;

    z-index: 3;

    /*padding-left: 48px;
    padding-right: 48px;*/
}

/* ==========================================
   HEADER
========================================== */

.ram-awards-header {
    position: relative;

    /*max-width: 1450px;*/

    margin: 0 auto 70px;

    text-align: center;
}

/* ==========================================
   SECTION NUMBER
========================================== */

.ram-awards-number {
    display: flex;

    align-items: center;

    gap: 18px;

    margin-bottom: 4px;
}

.ram-awards-number span {
    font-family: 'Familjen Grotesk', sans-serif;

    font-size: 48px;

    line-height: 1;

    color: #c89135;

    font-weight: 500;
}

.ram-awards-number i {
    display: block;

    width: 85px;

    height: 2px;

    background: #c89135;
}

/* ==========================================
   MAIN TITLE
========================================== */

.ram-awards-header h2 {
    margin: 0;
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 40px;
    line-height: 1.4;
    font-weight: 600;
    color: #172536;
}

/* ==========================================
   TITLE LINE
========================================== */

.ram-awards-heading-line {
    width: 175px;
    height: 4px;
    margin: 10px auto 25px;
    background: linear-gradient(90deg, #e40045, #ff7b00);
}

/* ==========================================
   HEADER DESCRIPTION
========================================== */

.ram-awards-header p {
    max-width: 850px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-weight: 400;
}

/* ==========================================
   AWARDS GRID
========================================== */

.ram-awards-grid {
    position: relative;

    /*max-width: 1450px;*/

    margin: 0 auto;
}

/* ==========================================
   STANDARD AWARD CARD
========================================== */

.ram-award-card {
    position: relative;

    height: 100%;

    min-height: 345px;

    padding: 50px 15px 20px;

    border-radius: 10px;

    overflow: visible;

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

    transition: transform 0.35s ease, box-shadow 0.35s ease,
        border-color 0.35s ease;
}

/* ==========================================
   LIGHT CARD
========================================== */

.ram-award-light {
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.98),
        rgba(247, 247, 246, 0.94)
    );

    border: 1px solid rgba(184, 132, 49, 0.6);

    color: #102744;

    box-shadow: 0 5px 5px rgba(16, 39, 68, 0.12);
}

/* ==========================================
   DARK CARD
========================================== */

.ram-award-dark {
    background: linear-gradient(145deg, #06213b 0%, #092a47 55%, #041c33 100%);

    border: 1px solid rgba(199, 148, 60, 0.45);

    color: #ffffff;

    box-shadow: 0 5px 10px rgba(3, 22, 40, 0.25);
}

/* ==========================================
   CARD NUMBER
========================================== */

.ram-award-card > .ram-award-number {
    position: absolute;

    left: 16px;

    top: 22px;

    font-family: 'Familjen Grotesk', sans-serif;

    font-size: 25px;

    font-weight: 600;

    color: #bd842d;
}

/* ==========================================
   CARD ICON
========================================== */

.ram-award-icon {
    position: absolute;

    width: 80px;
    height: 80px;

    top: -34px;

    left: 50%;

    transform: translateX(-50%);

    border-radius: 50%;

    display: flex;

    align-items: center;
    justify-content: center;

    z-index: 5;

    background: radial-gradient(
        circle at 35% 30%,
        #fffdf8 0%,
        #f4ead5 50%,
        #d7bd85 100%
    );

    border: 3px solid #c18a32;

    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8),
        0 0 0 6px rgba(193, 138, 50, 0.55), 0 9px 20px rgba(17, 35, 54, 0.22);

    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* ==========================================
   DARK CARD ICON
========================================== */

.ram-award-dark .ram-award-icon {
    background: radial-gradient(circle at 35% 30%, #163a5b, #06213b 75%);

    border-color: #d2a14b;

    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.85),
        0 0 0 6px rgba(193, 138, 50, 0.7), 0 10px 25px rgba(0, 0, 0, 0.35);
}

/* ==========================================
   ICON
========================================== */

.ram-award-icon i {
    font-family: "FontAwesome";

    font-style: normal;

    font-size: 45px;

    line-height: 1;

    color: #bd8127;

    text-shadow: 0 2px 2px rgba(90, 55, 10, 0.15);
}

.ram-award-dark .ram-award-icon i {
    color: #e5b75e;
}

/* ==========================================
   CARD HOVER
========================================== */

.ram-award-card:hover {
    transform: translateY(-8px);

    box-shadow: 0 5px 10px rgba(15, 37, 59, 0.2);
}

.ram-award-card:hover .ram-award-icon {
    transform: translateX(-50%) scale(1.07);

    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.9),
        0 0 0 7px rgba(193, 138, 50, 0.75), 0 12px 28px rgba(0, 0, 0, 0.28);
}

/* ==========================================
   CARD CONTENT
========================================== */

.ram-award-content {
    position: relative;

    z-index: 2;

    margin-top: 20px;
}

.ram-award-content p {
    margin: 0;

    font-size: 13px;
    text-align: center;

    line-height: 1.55;

    font-weight: 400;
}

.ram-award-light .ram-award-content p {
    color: #102744;
}

.ram-award-dark .ram-award-content p {
    color: rgba(255, 255, 255, 0.93);
}

/* ==========================================
   HIGHLIGHTED TEXT
========================================== */

.ram-award-content strong {
    display: inline;

    color: #a56b16;

    font-weight: 700;
}

.ram-award-dark .ram-award-content strong {
    color: #e8bd68;
}

/* ==========================================
   SMALL GOLD LINE
========================================== */

.ram-award-line {
    width: 43px;

    height: 3px;

    margin-top: auto;

    background: linear-gradient(90deg, #b87b20, #e1b55e);
}

/* ==========================================
   WIDE CARDS
========================================== */

.ram-award-wide {
    position: relative;

    min-height: 150px;

    height: 100%;

    border-radius: 10px;

    display: flex;

    align-items: center;

    padding: 20px 25px 20px 175px;

    overflow: hidden;

    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* ==========================================
   WIDE DARK
========================================== */

.ram-award-wide-dark {
    background: linear-gradient(
        110deg,
        rgba(4, 25, 44, 0.97),
        rgba(6, 36, 61, 0.94)
    );

    border: 1px solid #d29b3d;

    color: #ffffff;

    box-shadow: 0 12px 30px rgba(3, 20, 36, 0.25);
}

/* ==========================================
   WIDE LIGHT
========================================== */

.ram-award-wide-light {
    background: linear-gradient(
        110deg,
        rgba(255, 255, 255, 0.97),
        rgba(247, 247, 244, 0.95)
    );

    border: 1px solid #d0a04a;

    color: #102744;

    box-shadow: 0 12px 25px rgba(16, 39, 68, 0.12);
}

/* ==========================================
   WIDE ICON
========================================== */

.ram-award-wide-icon {
    position: absolute;

    left: 35px;

    top: 50%;

    transform: translateY(-50%);

    width: 80px;
    height: 80px;

    border-radius: 50%;

    display: flex;

    align-items: center;
    justify-content: center;

    background: radial-gradient(circle, #e5c17b 0%, #b77c20 75%);

    border: 2px solid #e7bd68;

    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

.ram-award-wide-light .ram-award-wide-icon {
    background: radial-gradient(circle at 35% 30%, #fffdf7, #ead9b6);

    border-color: #c7953b;
}

/* ==========================================
   WIDE ICON FONT
========================================== */

.ram-award-wide-icon i {
    font-family: "FontAwesome";

    font-style: normal;

    font-size: 45px;

    color: #fff3d0;
}

.ram-award-wide-light .ram-award-wide-icon i {
    color: #b87b22;
}

/* ==========================================
   WIDE NUMBER
========================================== */

.ram-award-wide-number {
    position: absolute;

    left: 175px;

    top: 25px;

    font-family: 'Familjen Grotesk', sans-serif;

    font-size: 27px;

    color: #d2a04c;

    font-weight: 600;
}

/* ==========================================
   WIDE DIVIDER
========================================== */

.ram-award-wide-divider {
    position: absolute;

    left: 155px;

    top: 28px;
    bottom: 28px;

    width: 1px;

    background: rgba(207, 158, 76, 0.75);
}

/* ==========================================
   WIDE CONTENT
========================================== */

.ram-award-wide-content {
    position: relative;

    z-index: 3;

    width: 100%;
}

.ram-award-wide-content p {
    margin: 0;

    font-size: 14px;

    line-height: 1.55;
}

.ram-award-wide-dark .ram-award-wide-content p {
    color: rgba(255, 255, 255, 0.94);
}

.ram-award-wide-light .ram-award-wide-content p {
    color: #102744;
}

/* ==========================================
   WIDE STRONG
========================================== */

.ram-award-wide-content strong {
    color: #e1ae53;

    font-weight: 700;
}

.ram-award-wide-light .ram-award-wide-content strong {
    color: #9c6314;
}

/* ==========================================
   WIDE BOTTOM LINE
========================================== */

.ram-award-wide-line {
    position: absolute;

    left: 175px;

    bottom: 22px;

    width: 43px;

    height: 3px;

    background: linear-gradient(90deg, #bd8128, #e3b45b);
}

/* ==========================================
   WIDE HOVER
========================================== */

.ram-award-wide:hover {
    transform: translateY(-7px);

    box-shadow: 0 20px 38px rgba(9, 29, 49, 0.23);
}

/* ==========================================
   LARGE DESKTOP
========================================== */

@media (min-width: 1400px) {
    .ram-awards-section {
        padding-top: 90px;
    }

    .ram-award-card {
        min-height: 380px;

        padding-left: 22px;
        padding-right: 22px;
    }

    .ram-award-content p {
        font-size: 15px;
    }
}

/* ==========================================
   TABLET
========================================== */

@media (max-width: 1199px) {
    .ram-awards-header h2 {
        font-size: 64px;
    }

    .ram-awards-header p {
        font-size: 18px;
    }

    .ram-award-card {
        min-height: 360px;
    }
}

/* ==========================================
   TABLET / MOBILE
========================================== */

@media (max-width: 991px) {
    .ram-awards-section {
        padding: 65px 0 55px;
    }

    .ram-awards-section .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }

    .ram-awards-header {
        margin-bottom: 50px;
    }

    .ram-awards-header h2 {
        font-size: 58px;
    }

    .ram-awards-heading-line {
        width: 300px;
    }

    .ram-award-card {
        min-height: 340px;
    }

    .ram-award-wide {
        min-height: 220px;
    }
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 575px) {
    .ram-awards-section {
        padding: 50px 0 45px;
    }

    .ram-awards-section .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* HEADER */

    .ram-awards-header {
        margin-bottom: 48px;
    }

    .ram-awards-number span {
        font-size: 38px;
    }

    .ram-awards-number i {
        width: 60px;
    }

    .ram-awards-header h2 {
        font-size: 48px;

        letter-spacing: -1px;
    }

    .ram-awards-heading-line {
        width: 220px;

        height: 2px;
    }

    .ram-awards-header p {
        font-size: 15px;

        line-height: 1.5;
    }

    /* STANDARD CARDS */

    .ram-award-card {
        min-height: 330px;

        padding: 78px 22px 25px;
    }

    .ram-award-icon {
        width: 95px;
        height: 95px;

        top: -30px;
    }

    .ram-award-icon i {
        font-size: 40px;
    }

    .ram-award-content {
        margin-top: 25px;
    }

    .ram-award-content p {
        font-size: 14px;

        line-height: 1.55;
    }

    /* WIDE CARDS */

    .ram-award-wide {
        min-height: 330px;

        display: block;

        padding: 115px 25px 30px;
    }

    .ram-award-wide-icon {
        width: 90px;
        height: 90px;

        left: 50%;

        top: 25px;

        transform: translateX(-50%);
    }

    .ram-award-wide-icon i {
        font-size: 40px;
    }

    .ram-award-wide-number {
        left: 20px;
        top: 20px;

        font-size: 23px;
    }

    .ram-award-wide-divider {
        display: none;
    }

    .ram-award-wide-content {
        text-align: center;
    }

    .ram-award-wide-content p {
        font-size: 14px;

        line-height: 1.55;
    }

    .ram-award-wide-line {
        left: 50%;

        transform: translateX(-50%);

        bottom: 20px;
    }
}


/* ==========================================
   AWARDS - FIX CARD WIDTH & COLUMN SPACING
========================================== */

/* Desktop - 6 cards in one row */
@media (min-width: 1200px) {

    .ram-awards-grid {
        margin-left: -8px;
        margin-right: -8px;
    }

    .ram-awards-grid > [class*="col-"] {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .ram-award-card {
        width: 100%;
        min-height: 275px;
    }

}


/* Extra Large Screens */
@media (min-width: 1400px) {

    .ram-awards-grid {
        margin-left: -7px;
        margin-right: -7px;
    }

    .ram-awards-grid > [class*="col-"] {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .ram-award-card {
        min-height: 275px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .ram-award-content p {
        font-size: 13px;
    }

}


/* ==========================================
   REMOVE BOOTSTRAP GUTTER EFFECT
========================================== */

.ram-awards-grid.g-3 {
    --bs-gutter-x: 0.8rem;
    --bs-gutter-y: 1rem;
}


/* ==========================================
   CARD - USE MORE AVAILABLE SPACE
========================================== */

.ram-awards-grid .ram-award-card {
    /*margin: 0;*/
    box-sizing: border-box;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1199px) {

    .ram-awards-grid {
        margin-left: -6px;
        margin-right: -6px;
    }

    .ram-awards-grid > [class*="col-"] {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .ram-awards-grid {
        margin-left: 0;
        margin-right: 0;
    }

    .ram-awards-grid > [class*="col-"] {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .ram-award-card {
        min-height: 330px;
    }

}


/*new responsive css*/


/* ==========================================
   RAM OLA AWARDS - FINAL RESPONSIVE FIX
   Paste at the END of custom.css
========================================== */


/* ------------------------------------------
   TABLET
------------------------------------------ */

@media (max-width: 991px) {

    .ram-awards-section {
        padding: 65px 0 55px;
        overflow: hidden;
    }

    .ram-awards-section .container-fluid {
        width: 100%;
        max-width: 100%;
        padding-left: 25px !important;
        padding-right: 25px !important;
        box-sizing: border-box;
    }

    /* HEADER */

    .ram-awards-header {
        width: 100%;
        margin: 0 auto 55px;
        padding: 0 10px;
        box-sizing: border-box;
        text-align: center;
    }

    .ram-awards-header h2 {
        font-size: 52px;
        line-height: 1.2;
    }

    .ram-awards-heading-line {
        width: 180px;
        height: 3px;
        margin: 12px auto 25px;
    }

    .ram-awards-header p {
        max-width: 700px;
        font-size: 15px;
        line-height: 1.6;
    }


    /* GRID */

    .ram-awards-grid {
        width: 100%;
        margin-left: -8px !important;
        margin-right: -8px !important;
    }

    .ram-awards-grid > [class*="col-"] {
        padding-left: 8px !important;
        padding-right: 8px !important;
        margin-bottom: 16px !important;
    }


    /* STANDARD CARDS */

    .ram-award-card {
        width: 100%;
        min-height: 340px;
        height: 100%;
        padding: 78px 25px 25px;
        box-sizing: border-box;
        border-radius: 10px;
    }

    .ram-award-icon {
        width: 85px;
        height: 85px;
        top: -30px;
    }

    .ram-award-icon i {
        font-size: 38px;
    }

    .ram-award-content {
        margin-top: 18px;
    }

    .ram-award-content p {
        font-size: 14px;
        line-height: 1.65;
    }


    /* WIDE CARDS */

    .ram-award-wide {
        width: 100%;
        min-height: 220px;
        height: auto;
        box-sizing: border-box;
        padding: 75px 30px 35px;
    }

    .ram-award-wide-icon {
        width: 80px;
        height: 80px;
        left: 50%;
        top: 25px;
        transform: translateX(-50%);
    }

    .ram-award-wide-icon i {
        font-size: 36px;
    }

    .ram-award-wide-divider {
        display: none;
    }

    .ram-award-wide-content {
        width: 100%;
        text-align: center;
    }

    .ram-award-wide-content p {
        font-size: 14px;
        line-height: 1.65;
    }

    .ram-award-wide-line {
        left: 50%;
        transform: translateX(-50%);
        bottom: 18px;
    }
}


/* ------------------------------------------
   MOBILE
------------------------------------------ */

@media (max-width: 767px) {

    .ram-awards-section {
        padding: 55px 0 45px;
        overflow: hidden;
    }

    .ram-awards-section .container-fluid {
        width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }


    /* HEADER */

    .ram-awards-header {
        margin-bottom: 55px;
        padding: 0 5px;
    }

    .ram-awards-header h2 {
        font-size: 40px;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .ram-awards-heading-line {
        width: 150px;
        height: 3px;
        margin: 10px auto 20px;
    }

    .ram-awards-header p {
        font-size: 13px;
        line-height: 1.6;
        max-width: 100%;
    }


    /* GRID */

    .ram-awards-grid {
        width: 100%;
        margin: 0 !important;
        display: flex;
        flex-wrap: wrap;
    }

    .ram-awards-grid > [class*="col-"] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;

        padding-left: 0 !important;
        padding-right: 0 !important;

        margin-bottom: 18px !important;

        box-sizing: border-box;
    }


    /* ------------------------------------------
       STANDARD AWARD CARD
    ------------------------------------------ */

    .ram-award-card {
        width: 100%;
        min-height: 0;
        height: auto;

        padding: 82px 25px 30px;

        border-radius: 10px;
        box-sizing: border-box;

        display: flex;
        flex-direction: column;
    }

    .ram-award-icon {
        width: 82px;
        height: 82px;

        top: -28px;
        left: 50%;

        transform: translateX(-50%);
    }

    .ram-award-icon i {
        font-size: 36px;
    }

    .ram-award-content {
        width: 100%;
        margin-top: 8px;
    }

    .ram-award-content p {
        width: 100%;
        margin: 0;

        font-size: 13px;
        line-height: 1.7;

        text-align: center;
    }

    .ram-award-content strong {
        font-weight: 700;
    }

    .ram-award-line {
        margin-top: 25px;
    }


    /* ------------------------------------------
       WIDE AWARD CARDS
    ------------------------------------------ */

    .ram-award-wide {
        width: 100%;
        min-height: 0;
        height: auto;

        padding: 105px 25px 38px;

        border-radius: 10px;

        display: block;
        box-sizing: border-box;

        text-align: center;
    }

    .ram-award-wide-icon {
        width: 82px;
        height: 82px;

        left: 50%;
        top: 22px;

        transform: translateX(-50%);
    }

    .ram-award-wide-icon i {
        font-size: 36px;
    }

    .ram-award-wide-divider {
        display: none;
    }

    .ram-award-wide-content {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .ram-award-wide-content p {
        width: 100%;
        margin: 0;

        font-size: 13px;
        line-height: 1.7;

        text-align: center;
    }

    .ram-award-wide-line {
        left: 50%;
        bottom: 18px;

        transform: translateX(-50%);
    }
}


/* ------------------------------------------
   SMALL MOBILE
------------------------------------------ */

@media (max-width: 575px) {

    .ram-awards-section {
        padding: 50px 0 40px;
    }

    .ram-awards-section .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }


    /* HEADER */

    .ram-awards-header {
        margin-bottom: 52px;
        padding: 0;
    }

    .ram-awards-header h2 {
        font-size: 34px;
    }

    .ram-awards-heading-line {
        width: 125px;
        height: 3px;
        margin: 10px auto 18px;
    }

    .ram-awards-header p {
        font-size: 12px;
        line-height: 1.65;
    }


    /* GRID */

    .ram-awards-grid {
        width: 100%;
        margin: 0 !important;
    }

    .ram-awards-grid > [class*="col-"] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;

        padding: 0 !important;
        margin-bottom: 18px !important;
    }


    /* STANDARD CARD */

    .ram-award-card {
        width: 100%;
        padding: 80px 22px 28px;
        margin-bottom: 35px;

        min-height: 0;
        height: auto;
    }

    .ram-award-icon {
        width: 78px;
        height: 78px;
        top: -27px;
    }

    .ram-award-icon i {
        font-size: 34px;
    }

    .ram-award-content {
        margin-top: 8px;
    }

    .ram-award-content p {
        font-size: 12px;
        line-height: 1.7;
    }

    .ram-award-line {
        width: 38px;
        height: 3px;
        margin-top: 22px;
    }


    /* WIDE CARD */

    .ram-award-wide {
        width: 100%;
        padding: 100px 22px 36px;

        min-height: 0;
        height: auto;
    }

    .ram-award-wide-icon {
        width: 78px;
        height: 78px;
        top: 22px;
    }

    .ram-award-wide-icon i {
        font-size: 34px;
    }

    .ram-award-wide-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .ram-award-wide-line {
        width: 38px;
        bottom: 17px;
    }
}


/* ------------------------------------------
   VERY SMALL MOBILE
------------------------------------------ */

@media (max-width: 400px) {

    .ram-awards-section {
        padding: 45px 0 35px;
    }

    .ram-awards-section .container-fluid {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }


    .ram-awards-header {
        margin-bottom: 50px;
    }

    .ram-awards-header h2 {
        font-size: 31px;
    }

    .ram-awards-header p {
        font-size: 11.5px;
    }


    /* STANDARD CARD */

    .ram-award-card {
        padding: 78px 18px 27px;
    }

    .ram-award-icon {
        width: 75px;
        height: 75px;
    }

    .ram-award-icon i {
        font-size: 32px;
    }

    .ram-award-content p {
        font-size: 11.5px;
        line-height: 1.7;
    }


    /* WIDE CARD */

    .ram-award-wide {
        padding: 98px 18px 35px;
    }

    .ram-award-wide-icon {
        width: 75px;
        height: 75px;
    }

    .ram-award-wide-icon i {
        font-size: 32px;
    }

    .ram-award-wide-content p {
        font-size: 11.5px;
        line-height: 1.7;
    }
}




/*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/


/* ======= RECOGNITIONS SECTION CSS ======= */
.recognitions-section {
    background: #f8f9fb;
    position: relative;
    overflow: hidden;
    padding: 70px 0px 30px;
}

/* Heading */

.recognition-heading h2 {
    color: #172536;
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 40px;
    line-height: 1.4;
    font-weight: 600;
    color: #172536;
}

.heading-line {
    display: block;
    width: 175px;
    height: 4px;
    background: linear-gradient(90deg, #e40045, #ff7b00);
    margin: 10px auto 30px;
}

/* Intro */

.recognition-intro {
    color: #172536;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 35px;
}

.recognition-intro p {
    margin-bottom: 10px;
    text-align: center;
    max-width: 950px;
    font-size: 17px;
    line-height: 1.6;
    font-family: 'Familjen Grotesk', sans-serif;
    color: #000;
    font-weight: 400;
}

.recognition-intro strong {
    color: #e40045;
}

/* Responsive */

@media (max-width: 991px) {
    .recognition-heading h2 {
        font-size: 44px;
    }
}

@media (max-width: 575px) {
    .recognition-heading h2 {
        font-size: 36px;
    }
}

/* == EVENT CARD == */

.event-card {
    position: relative;
    height: 100%;
    padding: 25px;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(20, 41, 60, 0.12);
    transition: all 0.4s ease;
}

/* Card hover */

.event-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(20, 41, 60, 0.22);
}

/* BLUE CARD */

.blue-card {
    background: linear-gradient(145deg, #174f8d 0%, #174f8d 65%, #123f70 100%);

    border-bottom: 3px solid #d9a441;
}

/* DARK CARD */

.dark-card {
    background: linear-gradient(145deg, #14293c 0%, #0c1c2b 100%);

    border-bottom: 3px solid #d9a441;
}

/* ABSTRACT CARD SHAPE */

.event-card::after {
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    right: -150px;
    bottom: -130px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    transition: all 0.5s ease;
}

.event-card:hover::after {
    width: 340px;
    height: 340px;
    right: -160px;
    bottom: -150px;
}

/* Second circle */

.event-card::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    right: -110px;
    bottom: -80px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* NUMBER */

.card-number {
    position: relative;
    z-index: 2;
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 20px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.38);
    margin-bottom: 20px;
    transition: all 0.4s ease;
}

.event-card:hover .card-number {
    transform: translateX(5px);
    color: rgba(255, 255, 255, 0.85);
}

/* GOLD LINE */

.gold-line {
    position: relative;
    z-index: 2;
    width: 55px;
    height: 3px;
    background: #e4b24c;
    margin-bottom: 22px;
}

/* CONTENT */

.card-content {
    position: relative;
    z-index: 2;
}

.card-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 17px;
    line-height: 1.55;
}

.card-content strong {
    color: #f0c768;
    margin-bottom: 2px;
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;
}

/* ======= RESPONSIVE ======= */

@media (max-width: 991px) {
    .event-card {
        height: 470px;
    }
}

@media (max-width: 767px) {
    .event-card {
        height: 90%;
        margin-bottom: 18px;
        padding: 20px;
    }
}

/*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/* ======= INTERNATIONALLY RECOGNIZED SECTION CSS ======= */
/* =====================================
       INTERNATIONALLY RECOGNIZED
    ===================================== */

.international-section {
    position: relative;
    overflow: hidden;
    background-color: #062943;
    background-image: url("../images/bg-image/international-bg.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    padding: 70px 0 40px;
    color: #fff;
}

/* GLOBE BADGE */

.international-badge {
    position: absolute;
    top: -40px;
    left: 40px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(237, 24, 57, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.international-badge:before {
    content: "";
    position: absolute;
    width: 125px;
    height: 125px;
    border: 1px solid rgba(237, 24, 57, 0.5);
    border-radius: 50%;
}

.international-badge:after {
    content: "";
    position: absolute;
    width: 165px;
    height: 165px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}

.badge-circle {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background: #e40045;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 43px;
    color: #fff;
    position: relative;
    z-index: 2;
    box-shadow: 0 8px 25px rgba(237, 24, 57, 0.35);
}

/* RIGHT CONTENT */

.international-content {
    padding-left: 20px;
}

/* TITLE */

.international-title h2 {
    margin: 0;
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 40px;
    line-height: 1.4;
    font-weight: 600;
    color: #fff;
}

.international-title span {
    display: block;
    margin: 10px 0px;
    width: 175px;
    height: 4px;
    background: linear-gradient(90deg, #e40045, #ff7b00);
}

/* INTRO */

.international-intro {
    margin: 14px 0 15px;
}

.international-intro p {
    margin: 0;
    color: #f2f5f8;
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
}

.international-intro strong {
    font-weight: 600;
}

/* ORGANIZATION LIST */

.international-list {
    margin-top: 5px;
}

/* ITEM */

.international-item {
    min-height: 78px;
    border: 1px solid rgba(81, 143, 182, 0.75);
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.90);
    transition: all 0.3s ease;
}

.international-item:hover {
    border-color: 2px solid #e40045;
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.97);
}

/* ITEM ICON */

.item-icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #e40045;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    margin-right: 15px;
}

/* ITEM CONTENT */

.item-content {
    flex: 1;
}

.item-content h4 {
    margin: 0 0 2px;
    color: #013863;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
}

.item-content p {
    margin: 0;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
}

/* =====================================
       RESPONSIVE
    ===================================== */

@media (max-width: 1199px) {
    .international-title h2 {
        font-size: 44px;
    }

    .international-image {
        margin-left: -40px;
    }
}

@media (max-width: 991px) {
    .international-section {
        padding: 60px 0;
    }

    .international-image {
        height: 400px;
        margin: 0 0 50px;
    }

    .international-image:after {
        display: none;
    }

    .international-badge {
        top: 20px;
        left: 30px;
    }

    .international-content {
        padding-left: 0;
    }

    .international-title h2 {
        font-size: 42px;
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .international-section {
        padding: 40px 0;
    }

    .international-image {
        height: 100%;
    }

    .international-badge {
        width: 115px;
        height: 115px;
    }

    .international-badge:before {
        width: 95px;
        height: 95px;
    }

    .international-badge:after {
        width: 130px;
        height: 130px;
    }

    .badge-circle {
        width: 80px;
        height: 80px;
        font-size: 32px;
    }

    .international-title h2 {
        font-size: 34px;
    }

    .international-intro p {
        font-size: 15px;
    }

    .international-item {
        padding: 10px;
    }
}


/*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/


/* ======= OUR PRESENCE SECTION CSS ======= */
.presence-section {
    position: relative;
    overflow: hidden;

    background-image: url("../images/bg-image/presence-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 70px 0 35px;

    color: #1e283c;

    /* content ko overlay ke upar rakhega */
    isolation: isolate;
}


/* ==========================================
   WHITE OVERLAY
========================================== */

.presence-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.80);
    pointer-events: none;
}

/* ==========================================
   CONTENT ABOVE OVERLAY
========================================== */

.presence-section .container {
    position: relative;
    z-index: 2;
}


/* HEADING */

.presence-heading {
    padding-left: 15px;
}

.heading-small {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    letter-spacing: 7px;
    color: #1e283c;
    margin-bottom: 3px;
}

.heading-small span {
    display: inline-block;
    width: 115px;
    height: 4px;
    background: #e40045;
}

.presence-heading h2 {
    margin: 0;
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 40px;
    line-height: 1.4;
    font-weight: 600;
    color: #172536;
}

.presence-heading h2 strong {
    /*display: block;*/
    color: #e40045;
    font-weight: 600;
}

.heading-subtitle {
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 4px;
    color: #164987;
    font-weight: 500;
    font-family: 'Familjen Grotesk', sans-serif;
}

.presence-heading p {
    max-width: 950px;
    margin-top: 12px;
    margin-bottom: 10px;
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #000;
}

/* TOP RIGHT INFO */

.presence-top-info {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 15px;
    gap: 35px;
}

.presence-top-info > div:not(.info-divider) {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.presence-top-info span {
    font-size: 15px;
    letter-spacing: 4px;
    color: #1e283c;
}

.info-divider {
    width: 1px;
    height: 155px;
    background: #e1e1e1;
}

/* CARDS */

.presence-cards {
    margin-top: 28px;
    /*padding-left: 255px;*/
}

.presence-cards > div {
    margin-bottom: 20px;
}

.presence-card {
    position: relative;
    height: 250px;

    overflow: hidden;
    border-radius: 14px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    box-shadow: 0 5px 15px rgba(30, 40, 60, 0.12);
}

/* CARD BACKGROUND IMAGES */

.pc-1 {
    background-image: url("../images/bg-image/pc-1-bg.png");
}

.pc-2 {
    background-image: url("../images/bg-image/pc-2-bg.png");
}

.pc-3 {
    background-image: url("../images/bg-image/pc-3-bg.png");
}

.pc-4 {
    background-image: url("../images/bg-image/pc-4-bg.png");
}

.pc-5 {
    background-image: url("../images/bg-image/pc-5-bg.png");
}

.pc-6 {
    background-image: url("../images/bg-image/pc-6-bg.png");
}

/* DARK CARD OVERLAY */

.presence-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 40, 60, 0) 35%,
        rgba(0, 40, 60, 0.65) 48%,
        rgba(0, 40, 60, 0.95) 100%
    );

    z-index: 1;
}

/* CARD NUMBER */

.card-number {
    position: absolute;

    top: 22px;
    left: 28px;

    z-index: 3;

    font-size: 28px;
    font-weight: 300;
    color: #fff;
}

/* RED LINE */

.card-line {
    position: absolute;

    top: 62px;
    left: 28px;

    width: 38px;
    height: 3px;

    background: #e40045;

    z-index: 3;
}

/* CARD CONTENT */

.card-overlay {
    position: absolute;

    left: 25px;
    right: 25px;
    bottom: 17px;

    z-index: 3;
    color: #fff;
}

.card-overlay h3 {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.card-overlay p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}



/* ====== RESPONSIVE ====== */

@media (max-width: 1199px) {
    .presence-cards {
        padding-left: 180px;
    }

    
    .presence-heading h2 {
        font-size: 44px;
    }
}

@media (max-width: 991px) {
    .presence-section {
        padding: 60px 0 35px;
    }

    .presence-heading {
        padding-left: 0;
    }

    .presence-heading h2 {
        font-size: 42px;
    }

    .presence-top-info {
        justify-content: flex-start;
        margin-top: 25px;
        padding-left: 0;
    }

    .presence-cards {
        padding-left: 0;
        margin-top: 35px;
    }

    
}

@media (max-width: 767px) {
    .presence-heading h2 {
        font-size: 34px;
    }

    .heading-subtitle {
        font-size: 13px;
        letter-spacing: 3px;
    }

    .presence-heading p {
        font-size: 16px;
    }

    .presence-top-info {
        gap: 20px;
    }

    .info-divider {
        height: 120px;
    }

    .presence-card {
        height: 280px;
    }

}


/******************************************************************************************************************************************************************************************************************************************************************************************/


/* ======= GROUP SECTION CSS ======= */
.partners-section {
    position: relative;
    overflow: hidden;

    background: #fff;
    background-image: linear-gradient(
            rgba(255, 255, 255, 0.86),
            rgba(255, 255, 255, 0.86)
        ),
        url("../images/bg-image/bge2.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 70px 0 30px;

    color: #1e283c;
}

/* HEADER */

.partners-header {
    margin-bottom: 25px;
}

/* Small heading */

.eyebrow {
    display: flex;
    align-items: center;

    gap: 14px;

    margin-bottom: 4px;

    font-size: 13px;
    letter-spacing: 4px;
    color: #1e283c;
}

.eyebrow span {
    width: 45px;
    height: 3px;
    background: #e40045;
    display: inline-block;
}

/* Main heading */

.partners-title h2 {
    margin: 0;
    font-family: 'Familjen Grotesk', sans-serif;
    font-size: 40px;
    line-height: 1.4;
    font-weight: 600;
    color: #172536;
}

.partners-title h2 strong {
    /*display: block;*/
    color: #e40045;
}

.partners-title p {
    max-width: 850px;
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.6;
    color: #000;
}

/* -- RIGHT HEADER INFO -- */

.partners-side-info {
    display: flex;

    justify-content: center;
    align-items: center;

    gap: 25px;

    height: 100%;
    padding-top: 10px;
}

.side-column {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.side-column span {
    font-size: 12px;
    letter-spacing: 3px;
    color: #1e283c;
}

.side-line {
    width: 1px;
    height: 115px;
    background: #818181;
}

.side-quote {
    color: #1e283c;

    font-family: 'Familjen Grotesk', sans-serif;

    font-size: 17px;
    font-style: italic;

    line-height: 1.25;
}

.side-quote span {
    color: #e40045;
    font-size: 30px;
}

/* -- PARTNER CARD -- */

.partner-card {
    position: relative;

    height: 325px;

    overflow: hidden;

    background: rgb(255 252 247 / 96%);
    border: 1px solid #eee;
    border-radius: 8px;

    box-shadow: 0 5px 10px rgba(30, 40, 60, 0.1);

    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.partner-card:hover {
    transform: translateY(-5px);

    box-shadow: 0 5px 10px rgba(30, 40, 60, 0.16);
}

/* -- LOGO -- */

.partner-logo {
    height: 105px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 12px 15px;
}

.partner-logo img {
    max-width: 85%;
    max-height: 85px;

    object-fit: contain;
}

/*  CONTENT */

.partner-content {
    padding: 0 25px;
}

.partner-content h3 {
    margin: 5px 0 5px;

    font-family: 'Familjen Grotesk', sans-serif;

    font-size: 17px;
    line-height: 1.4;

    font-weight: 600;

    color: #1e283c;
}

.partner-content p {
    margin: 0;

    font-size: 14px;
    line-height: 1.5;

    color: #1e283c;
}

/*  CARD BOTTOM  */

.partner-bottom {
    position: absolute;

    left: 25px;
    right: 0;
    bottom: 0;

    height: 72px;

    display: flex;
    align-items: center;

    z-index: 2;
}

/*  CORNER SHAPES  */

.corner-red,
.corner-navy {
    position: absolute;

    right: 0;
    bottom: 0;

    width: 200px;
    height: 70px;

    clip-path: polygon(35% 100%, 100% 0, 100% 100%);

    display: flex;
    align-items: flex-end;
    justify-content: flex-end;

    padding: 0 22px 17px 0;

    font-size: 26px;
    color: #fff;
}

.corner-red {
    background: #e40045;
}

.corner-navy {
    background: #1e283c;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1199px) {
    .partners-title h2 {
        font-size: 45px;
    }

    .partner-card {
        height: 325px;
    }
}

@media (max-width: 991px) {
    .partners-section {
        padding: 55px 0 30px;
    }

    .partners-title h2 {
        font-size: 42px;
    }

    .partners-side-info {
        justify-content: flex-start;
        margin-top: 25px;
    }

    .partner-card {
        height: 325px;
    }
}

@media (max-width: 767px) {
    .partners-title h2 {
        font-size: 36px;
    }

    .eyebrow {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .partners-title p {
        font-size: 14px;
    }

    .partners-side-info {
        gap: 18px;
    }

    .side-line {
        height: 100px;
    }

    .partner-card {
        height: 325px;
    }
}

/******************************************************************************************************************************************************************************************************************************************************************************************/

/* ================== CONTACT INFO CSS =================== */

.contact-strip {
    position: relative;
    width: 100%;

    background-color: #1e283c;

    background-image: url("../images/bg-image/contact-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    color: #fff;

    overflow: hidden;
}

/* INNER */

.contact-inner {
    min-height: 120px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 38px;

    position: relative;
}

/* CONTACT ITEM */

.contact-item {
    display: flex;
    align-items: center;

    min-width: 300px;

    position: relative;
    z-index: 2;
}

/* ICON */

.contact-icon {
    width: 78px;
    height: 78px;

    flex-shrink: 0;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #e40045;

    color: #fff;

    font-size: 32px;

    margin-right: 20px;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);

    transition: all 0.3s ease;
}

/* EMAIL ORANGE LIKE REFERENCE */

.email-icon {
    background: #e40045;
}

.contact-item:hover .contact-icon {
    transform: translateY(-3px);
}

/*  TEXT  */

.contact-text {
    display: flex;
    flex-direction: column;

    gap: 4px;
}

.contact-text span {
    font-size: 18px;
    font-family: 'Familjen Grotesk', sans-serif;
    line-height: 1.2;

    color: #e1e1e1;
}

.contact-text strong {
    font-size: 19px;
    font-family: 'Familjen Grotesk', sans-serif;

    line-height: 1.25;

    font-weight: 600;

    color: #fff;

    white-space: nowrap;
}

/*  DIVIDER  */

.contact-divider {
    width: 1px;
    height: 80px;

    background: rgba(255, 255, 255, 0.45);

    flex-shrink: 0;
}

/*  LEFT / RIGHT DECORATION  */

.contact-decoration {
    position: relative;

    width: 130px;

    flex-shrink: 0;
}

.contact-decoration span {
    display: block;

    width: 85px;
    height: 3px;

    background: #e40045;
}

/* left */

.left-decoration {
    display: flex;
    justify-content: flex-end;
}

/* right */

.right-decoration {
    display: flex;
    justify-content: flex-start;
}

/*  MAP / PLANE AREA  */

.contact-map {
    position: relative;

    width: 270px;
    height: 140px;

    margin-left: -15px;

    background-image: url("../images/bg-image/world-map.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    opacity: 0.95;
}

/*  PLANE  */

.contact-plane {
    position: absolute;

    left: 80px;
    top: 57px;

    font-size: 32px;

    color: #fff;

    transform: rotate(-10deg);

    z-index: 3;
}

/*  LOCATION  */

.contact-location {
    position: absolute;

    right: 25px;
    top: 25px;

    font-size: 32px;

    color: #e40045;

    z-index: 3;
}

/* ========= RESPONSIVE =========== */

@media (max-width: 1199px) {
    .contact-inner {
        gap: 20px;
    }

    .contact-item {
        min-width: auto;
    }

    .contact-icon {
        width: 65px;
        height: 65px;
        font-size: 26px;
        margin-right: 14px;
    }

    .contact-text span {
        font-size: 15px;
    }

    .contact-text strong {
        font-size: 16px;
    }

    .contact-map {
        width: 210px;
    }

    .contact-decoration {
        width: 70px;
    }
}

@media (max-width: 991px) {
    .contact-strip {
        padding: 30px 0;
    }

    .contact-inner {
        min-height: auto;

        flex-wrap: wrap;

        justify-content: center;

        gap: 25px;
    }

    .contact-divider {
        display: none;
    }

    .contact-map,
    .contact-decoration {
        display: none;
    }

    .contact-item {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .contact-strip {
        padding: 25px 15px;
    }

    .contact-inner {
        flex-direction: column;

        align-items: flex-start;

        gap: 22px;
    }

    .contact-item {
        width: 100%;
    }

    .contact-icon {
        width: 60px;
        height: 60px;

        font-size: 24px;
    }

    .contact-text span {
        font-size: 14px;
    }

    .contact-text strong {
        font-size: 15px;

        white-space: normal;
    }
}



/******************************************************************************************************************************************************************************************************************************************************************************************/




/* =========================================================
   RAM OLA HERO BANNER - RESPONSIVE FIX
   ========================================================= */

/* ---------- DESKTOP ---------- */

.banner_image {
    position: relative;
    min-height: 700px;
    height: auto;
    overflow: hidden;
}

.banner_image .container {
    position: relative;
    z-index: 3;
}

.banner_image .row {
    min-height: 700px;
}

.banner_image .home-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.banner_image .mainbanner_content {
    max-width: 720px;
}

.banner_image .banner_title {
    display: block;
}

.banner_image h3.banner_title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.banner_image .mainbanner_content > span.banner_title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.banner_image h1 {
    font-size: 48px;
    line-height: 1.15;
    margin-bottom: 22px;
}

.banner_image .mainbanner_content > p {
    max-width: 650px;
    font-size: 17px;
    line-height: 1.7;
}

.banner_image .col-md-5 img {
    display: block;
    width: 100%;
    max-width: 570px;
    height: auto;
    margin: 0 auto;
}


/* =========================================================
   LAPTOP
   ========================================================= */

@media (max-width: 1199px) {

    .banner_image {
        min-height: 650px;
    }

    .banner_image .row {
        min-height: 650px;
    }

    .banner_image h1 {
        font-size: 42px;
    }

    .banner_image h3.banner_title {
        font-size: 22px;
    }

    .banner_image .mainbanner_content > span.banner_title {
        font-size: 15px;
    }

    .banner_image .mainbanner_content > p {
        font-size: 16px;
    }

    .banner_image .col-md-5 img {
        max-width: 500px;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .banner_image {
        min-height: 620px;
    }

    .banner_image .row {
        min-height: 620px;
    }

    .banner_image h1 {
        font-size: 36px;
    }

    .banner_image h3.banner_title {
        font-size: 20px;
    }

    .banner_image .mainbanner_content > span.banner_title {
        font-size: 14px;
    }

    .banner_image .mainbanner_content > p {
        font-size: 15px;
        line-height: 1.6;
    }

    .banner_image .col-md-5 img {
        max-width: 430px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    /* Remove fixed height */
    .banner_image {
        min-height: 0 !important;
        height: auto !important;
        padding: 70px 0 0;
        overflow: hidden;
    }

    /* Bootstrap h-100 ko override */
    .banner_image .container,
    .banner_image .row {
        height: auto !important;
        min-height: 0 !important;
    }

    /* Stack content + image */
    .banner_image .row {
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    /* Text */
    .banner_image .home-content {
        width: 100%;
        max-width: 100%;
        padding: 30px 20px 10px;
        order: 1;
        text-align: left !important;
    }

    .mainbanner_content h1 span {
        font-size: 25px;
        line-height: 35px;
    }

    .banner_image .mainbanner_content {
        width: 100%;
        max-width: 100%;
    }

    /* Name */
    .banner_image h3.banner_title {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    /* Designation */
    .banner_image .mainbanner_content > span.banner_title {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    /* Main heading */
    .banner_image h1 {
        font-size: 30px;
        line-height: 1.2;
        margin: 8px 0 18px;
    }

    /* Paragraph */
    .banner_image .mainbanner_content > p {
        max-width: 100%;
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    /* Animated text */
    .banner_image .cd-words-wrapper {
        display: inline-block;
        min-width: 0;
    }

    .banner_image .cd-words-wrapper b {
        /*white-space: normal;*/
    }

    /* Person image */
    .banner_image .col-md-5 {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        order: 2;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .banner_image .col-md-5 img {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 500px;
        object-fit: contain;
        object-position: bottom center;
        margin: 0 auto;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575px) {

    .banner_image {
        padding-top: 65px;
    }

    .banner_image .home-content {
        padding: 25px 18px 5px;
    }

    .banner_image h3.banner_title {
        font-size: 30px;
    }

    .banner_image .mainbanner_content > span.banner_title {
        font-size: 16px;
        line-height: 1.45;
    }

    .banner_image h1 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 15px;
    }


    .banner_image .mainbanner_content > p {
        font-size: 14px;
        line-height: 1.55;
    }

    .banner_image .col-md-5 {
        padding: 0 5px;
    }

    .banner_image .col-md-5 img {
        width: 100%;
        max-width: 370px;
        max-height: 320px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

    .banner_image h3.banner_title {
        font-size: 17px;
    }

    .banner_image .mainbanner_content > span.banner_title {
        font-size: 10px;
    }

    .banner_image h1 {
        font-size: 23px;
    }

    .banner_image .mainbanner_content > p {
        font-size: 11px;
    }

    .banner_image .col-md-5 img {
        max-width: 350px;
        max-height: 430px;
    }

}

/*****************************************************************************************************************************************************************************************************************************************************************************************************/


/* =========================================
   RIGHT FLOATING SOCIAL BUTTONS
========================================= */

.ramola-floating-social {
    position: fixed !important;
    right: 20px !important;
    top: 70% !important;
    transform: translateY(-50%) !important;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;

    z-index: 999999 !important;
}


/* =========================================
   MAIN ROUND BUTTON
========================================= */

.ramola-social {
    --social-color: #ffffff;

    position: relative !important;

    width: 52px !important;
    height: 52px !important;

    min-width: 52px !important;
    min-height: 52px !important;

    border-radius: 50% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    color: #fff !important;
    text-decoration: none !important;

    font-size: 21px !important;
    
    /* Important */
    transform: none !important;
    overflow: visible !important;

    box-shadow: 0 5px 18px rgba(0,0,0,0.22);

    transition: box-shadow 0.3s ease;
}


/* =========================================
   ICON — NEVER MOVE / CHANGE
========================================= */

.ramola-social i {
    position: relative !important;

    display: block !important;

    color: #fff !important;

    font-size: 21px !important;

    /* No animation on icon */
    transform: none !important;
    animation: none !important;

    z-index: 5 !important;
}


/* =========================================
   ANIMATED OUTER BORDER
========================================= */

.ramola-social::before {
    content: "";

    position: absolute;

    width: 52px;
    height: 52px;

    top: 0;
    left: 0;

    border-radius: 50%;

    border: 2px solid var(--social-color);

    box-sizing: border-box;

    pointer-events: none;

    z-index: 1;

    animation: ramola-ring 2s ease-out infinite;
}


/* SECOND OUTER RING */

.ramola-social::after {
    content: "";

    position: absolute;

    width: 52px;
    height: 52px;

    top: 0;
    left: 0;

    border-radius: 50%;

    border: 2px solid var(--social-color);

    box-sizing: border-box;

    pointer-events: none;

    z-index: 1;

    animation: ramola-ring 2s ease-out infinite;
    animation-delay: 1s;
}


/* =========================================
   RING ANIMATION
========================================= */

@keyframes ramola-ring {

    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    70% {
        transform: scale(1.55);
        opacity: 0;
    }

    100% {
        transform: scale(1.55);
        opacity: 0;
    }
}


/* =========================================
   INSTAGRAM
========================================= */

.ramola-instagram {
    --social-color: #E1306C;

    background: linear-gradient(
        135deg,
        #833AB4,
        #E1306C,
        #FD1D1D,
        #FCAF45
    ) !important;
}


/* =========================================
   LINKEDIN
========================================= */

.ramola-linkedin {
    --social-color: #0A66C2;

    background: #0A66C2 !important;
}


/* =========================================
   WHATSAPP
========================================= */

.ramola-whatsapp {
    --social-color: #25D366;

    background: #25D366 !important;
}


/* =========================================
   CALL
========================================= */

.ramola-call {
    --social-color: #FF5722;

    background: #FF5722 !important;
}


/* =========================================
   HOVER
   Only button shadow changes
   ICON DOES NOT MOVE
========================================= */

.ramola-social:hover {
    transform: none !important;

    box-shadow:
        0 8px 25px rgba(0,0,0,0.35);
}

.ramola-social:hover i {
    transform: none !important;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .ramola-floating-social {
        right: 10px !important;
        gap: 13px;
    }

    .ramola-social {
        width: 46px !important;
        height: 46px !important;

        min-width: 46px !important;
        min-height: 46px !important;

        font-size: 18px !important;
    }

    .ramola-social i {
        font-size: 18px !important;
    }

    .ramola-social::before,
    .ramola-social::after {
        width: 46px;
        height: 46px;
    }
}


/************************************************************************************************************************************************************************************************************************************************************************************************************************/

/* Logo - Top of Hero: WHITE */
.nav-logo {
    filter: brightness(0) invert(1);
    transition: filter 0.35s ease;
}


/* Logo - After Scroll: BLACK */
.navbar-scrolled .nav-logo {
    filter: none;
}


/*****************************************************************************************************************************************************************************************************************************************************************************************************/

/* =========================================
   SIMPLE GALLERY
========================================= */

.simple-gallery {
    padding: 70px 0 40px;
    background: #fff;
}

/*.gallery-container {
    width: 92%;
    max-width: 1450px;
    margin: auto;
}*/

.simple-gallery-bg {
    position: absolute;
    inset: 0;
    z-index: 0;

    background-image: url("../images/bg-image/gallery-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

    pointer-events: none;
}

.simple-gallery .container {
    position: relative;
    z-index: 3;
}

/* Heading */

.gallery-heading {
    text-align: center;
    margin-bottom: 42px;
}

.gallery-heading span {
    display: inline-block;
    color: #2468ad;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 8px;
}

.gallery-heading h2 {
    margin: 0;
    color: #12253d;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
}

.gallery-heading p {
    margin: 12px 0 0;
    color: #68778b;
    font-size: 17px;
}


/* =========================================
   GALLERY GRID
========================================= */

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.gallery-item {
    position: relative;
    height: 230px;
    overflow: hidden;
    border-radius: 8px;
    background: #eee;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;

    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.06);
}


/* Dark hover overlay */

.gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.15);

    opacity: 0;
    transition: opacity 0.3s ease;

    pointer-events: none;
}

.gallery-item:hover::after {
    opacity: 1;
}


/* Zoom Button */

.gallery-zoom {
    position: absolute;
    right: 16px;
    bottom: 14px;

    width: 44px;
    height: 44px;

    border: 0;
    border-radius: 50%;

    background: rgba(5, 18, 31, 0.90);
    color: #fff;

    font-size: 17px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    z-index: 3;

    transition: all 0.3s ease;
}

.gallery-zoom:hover {
    background: #ed174c;
    transform: scale(1.1);
}


/* =========================================
   LIGHTBOX
========================================= */

.gallery-lightbox {
    position: fixed;
    inset: 0;

    background: rgba(5, 10, 16, 0.94);

    z-index: 999999;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}

.gallery-lightbox.active {
    opacity: 1;
    visibility: visible;
}


/* Lightbox Image */

.lightbox-content {
    position: relative;

    width: 75%;
    max-width: 1100px;

    text-align: center;
}

.lightbox-content img {
    width: 100%;
    max-height: 78vh;

    object-fit: contain;

    border-radius: 10px;

    display: block;
    margin: auto;
}


/* Counter */

.lightbox-counter {
    color: #fff;
    font-size: 15px;
    margin-top: 15px;
}


/* =========================================
   CLOSE
========================================= */

.lightbox-close {
    position: absolute;

    top: 28px;
    right: 35px;

    width: 48px;
    height: 48px;

    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50%;

    background: transparent;
    color: #fff;

    font-size: 23px;

    cursor: pointer;

    transition: all 0.3s ease;
}

.lightbox-close:hover {
    background: #ed174c;
    border-color: #ed174c;
}


/* =========================================
   PREVIOUS / NEXT
========================================= */

.lightbox-prev,
.lightbox-next {
    position: absolute;

    top: 50%;
    transform: translateY(-50%);

    width: 52px;
    height: 52px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,0.7);

    background: transparent;
    color: #fff;

    font-size: 20px;

    cursor: pointer;

    transition: all 0.3s ease;
}

.lightbox-prev {
    left: 5%;
}

.lightbox-next {
    right: 5%;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background: #ed174c;
    border-color: #ed174c;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 991px) {

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-item {
        height: 220px;
    }

    .gallery-heading h2 {
        font-size: 38px;
    }

    .lightbox-content {
        width: 85%;
    }
}


@media (max-width: 575px) {

    .simple-gallery {
        padding: 60px 0;
    }

    .gallery-container {
        width: 90%;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .gallery-item {
        height: 240px;
    }

    .gallery-heading h2 {
        font-size: 32px;
    }

    .gallery-heading p {
        font-size: 15px;
    }

    .lightbox-content {
        width: 90%;
    }

    .lightbox-prev,
    .lightbox-next {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .lightbox-prev {
        left: 3%;
    }

    .lightbox-next {
        right: 3%;
    }

    .lightbox-close {
        top: 15px;
        right: 15px;
        width: 42px;
        height: 42px;
    }
}


/********************************************************************************************************************************************************************************************************************************************************** */