* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Manrope, sans-serif;
    overflow-x: hidden;
    font-weight: 400;
    color: #000;
}
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* =========================================
   HERO SECTION
========================================= */

.hero-section {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url("../images/banner1.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
    overflow: hidden;
    padding: 0;
    background-position: right center;
    margin-top: 110px;
}


.hero-text {
    padding: 122px 0;
}


/* Dark blue overlay */

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;

/*    background:
        linear-gradient(
            90deg,
            rgba(0, 28, 55, 0.92) 0%,
            rgba(0, 35, 65, 0.78) 34%,
            rgba(0, 37, 68, 0.42) 65%,
            rgba(0, 25, 48, 0.32) 100%
        );*/
}


/* =========================================
   CONTAINER
========================================= */

.hero-container {
    width: 100%;
    margin: 0 auto;
    padding-left: 58px;
    padding-right: 58px;
}


/* =========================================
   HEADER
========================================= */
.hero-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: background 0.3s ease,
        box-shadow 0.3s ease,
        padding 0.3s ease;
    background: #fff;
}

.hero-header.scrolled {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    box-shadow: 0 3px 15px rgb(0 0 0 / 42%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* =========================================
   LOGO
========================================= */

.hero-logo {
    display: flex;
    align-items: center;
    width: 20%;
}

.hero-logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}


/* =========================================
   NAVIGATION
========================================= */

.hero-nav {
    gap: 0;
}

.hero-nav .nav-item {
    position: relative;
}

.hero-nav .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 20px 0 10px !important;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    transition: color 0.25s ease;
}

.hero-nav .nav-link:hover {
    color: #e3ad3b;
}


/* Active navigation */

.hero-nav .nav-link.active {
    color: #c99b32;
}

.hero-nav .nav-link.active::after {
    position: absolute;
    content: "";
    left: 0px;
    right: 13px;
    bottom: -7px;
    height: 2px;
    background: #e5ac36;
}


/* =========================================
   NAV CTA
========================================= */

.nav-cta-item {
    margin-left: 12px;
}

.nav-meeting-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    color: #ffffff;
    background: #c99632;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.25s ease,
        transform 0.25s ease;
}

.nav-meeting-btn:hover {
    color: #ffffff;
    background: #b68428;
    transform: translateY(-1px);
}


/* =========================================
   HERO CONTENT
========================================= */

.hero-content {
    position: relative;
    z-index: 5;

    width: 100%;
}



/* =========================================
   HERO TITLE
========================================= */

.hero-text h1 {
    margin: 0;
    color: #ffffff;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2;
}


/* =========================================
   HERO SUBTITLE
========================================= */

.hero-text h2 {
    margin: 11px 0 0;

    color: #f2b632;

    font-size: 23px;
    font-weight: 700;
    line-height: 1.6;
}


/* =========================================
   EVENT INFORMATION
========================================= */

.event-info {
    margin-top: 15px;
}

.event-info h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}
.setter {
    width: 40%;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 15px;
}
.setter1 {
    font-size: 18px;
}
/* Event meta */

.event-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 9px;

    color: #ffffff;

    font-size: 16px;
    font-weight: 500;
}

.meta-item i {
    color: #ffffff;
    font-size: 18px;
}

.meta-divider {
    width: 3px;
    height: 20px;
    background: rgba(255, 255, 255, 0.45);
}


/* =========================================
   HERO CTA
========================================= */

.hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    margin: 10px 20px 0 0;
    padding: 8px;

    color: #ffffff;
    background: #d29d34;

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;

    font-size: 16px;
    font-weight: 700;
    text-decoration: none;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.hero-cta:hover {
    color: #ffffff;
    background: #b98728;
    transform: translateY(-1px);
}

.hero-cta i {
    font-size: 21px;
    line-height: 1;
}

.hero-logos {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.hero-logo {
    display: flex;
    align-items: center;
    width: 250px;
    height: auto;
}

.hero-logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.logo-divider {
    width: 1px;
    height: 42px;
    margin: 0 20px;
    background: rgba(255, 255, 255, 0.55);
}

.hero-logo-second {
    width: 120px;
}


/* =========================================
   DUMMY SECTIONS
========================================= */

.dummy-section {
    min-height: 400px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 50px 20px;
}

.dummy-section h2 {
    color: #123452;
}


/* =========================================
   BOOTSTRAP MOBILE TOGGLER
========================================= */

.hero-header .navbar-toggler {
    padding: 6px 8px;

    border: 1px solid #fff;
    border-radius: 4px;

    box-shadow: none;
}

.hero-header .navbar-toggler:focus {
    box-shadow: none;
}

.hero-header .navbar-toggler-icon {
    width: 22px;
    height: 22px;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.hero-text img {
    width: 200px;
    height: auto;
    object-fit: contain;
}

/* New sec */
.intro-section {
    width: 100%;
    padding: 30px 0;
}


/* =========================================
   MAIN WRAPPER
========================================= */

.intro-wrapper {
    overflow: hidden;
    border-radius: 10px;
}


/* =========================================
   IMAGE
========================================= */

.intro-image {
    position: relative;
    width: 100%;
    height: auto;
}

.intro-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 30px;
}


/* =========================================
   CONTENT
========================================= */
.intro-content {
    height: 100%;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 45px 35px 45px;
}


/* =========================================
   HEADING
========================================= */

.intro-heading {
    display: flex;

    align-items: center;

    margin-bottom: 20px;
}

.intro-heading h2 {
    margin: 0;

    color: #082d62;

    font-size: 32px;
    font-weight: 800;

    line-height: 1.2;
}

.intro-line {
    display: block;

    width: 5px;
    height: 38px;

    margin-right: 14px;

    background: #c99b32;

    border-radius: 2px;
}


/* =========================================
   TEXT
========================================= */

.intro-text {
    max-width: 680px;
}


.intro-text p:last-child {
    margin-bottom: 0;
}


/* =========================================
   JOURNEY
========================================= */

.intro-journey {
    margin-top: 20px;
    padding: 14px 18px;
    background: #f3f6f8;
    border-left: 4px solid #082d62;
    border-radius: 4px;
}

.journey-label {
    display: block;
    margin-bottom: 9px;
    color: #082d62;
    font-size: 18px;
    font-weight: 800;
}

.journey-items {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 10px;
}

.journey-items p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.journey-items i {
    color: #c99b32;

    font-size: 16px;
}


/* =========================================
   BUTTONS
========================================= */

.intro-buttons {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 22px;
}
.smallfnt1 {
    text-transform: none;
    background: unset !important;
}
.strategic-heading .smallfnt1 {
    display: inline;
}
.intro-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 22px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    transition: background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}


/* Primary */

.primary-btn {
    background: #c99b32;

    color: #ffffff;

    border: 1px solid #c99b32;
}

.primary-btn:hover {
    background: #c99b32;

    color: #ffffff;

    transform: translateY(-1px);
}


/* Secondary */

.secondary-btn {
    background: transparent;

    color: #082d62;

    border: 1px solid #082d62;
}



/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .intro-section {
        padding: 25px 0;
    }

    .intro-wrapper {
        min-height: auto;

        border-radius: 8px;
    }

    .intro-heading {
        margin-bottom: 16px;
    }

    .intro-heading h2 {
        font-size: 25px;
    }

    .intro-line {
        width: 4px;
        height: 30px;

        margin-right: 11px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {
    .intro-heading h2 {
        font-size: 22px;
    }

    .intro-line {
        height: 27px;
    }
}


/* =========================================
   EXTRA SMALL
========================================= */

@media (max-width: 399px) {


    .intro-heading h2 {
        font-size: 20px;
    }
}

/* Sec1 */
.sp1 {
    margin-top: 30px;
}
.sp2 {
    margin-top: 10px;
}
.mission-wrapper {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}

.mission-content {
    position: relative;
    z-index: 3;
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 60px;
}

/* =========================================
   CONTENT INNER
========================================= */

.mission-inner {
    width: 100%;
}
.client-logo-section .mission-inner h2 {
text-transform: none; 
}
.mission-inner h2 {
    color: #082d62;
    font-size: 30px !important;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 10px;
}
.oman-panel .txt {
    text-transform: none;
}
p {
    margin: 0 0 10px; 
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.mission-inner p:last-child {
    margin-bottom: 0;
}


/* =========================================
   RIGHT IMAGE
========================================= */

.mission-image {
    position: relative;
    z-index: 1;

    width: 60%;
    height: auto;

    margin: 0;
    padding: 0;

    overflow: hidden;

}

.mission-image img {
    position: absolute;

    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    margin: 0;
    padding: 0;

    max-width: none;

    object-fit: cover;
    object-position: center center;
}



/* =========================================
   MOBILE
   Below 767px
========================================= */

@media (max-width: 767px) {

    .mission-wrapper {
        display: flex;
        flex-direction: column;

        min-height: auto;
    }

    .mission-content {
        width: 100%;
        min-height: auto;

        display: block;
    }


    .mission-content::before,
    .mission-content::after {
        display: none;
    }

    .mission-image {
        width: 100%;
        min-height: 280px;

        order: 2;
    }

    .mission-image img {
        width: 100%;
        height: 100%;
        min-height: 280px;

        object-fit: cover;
    }
}


/* =========================================
   SMALL MOBILE
   Below 575px
========================================= */

@media (max-width: 575px) {

    .mission-image,
    .mission-image img {
        min-height: 240px;
    }
}
/* Sec2 */
.why-oman-section {
    width: 100%;

    background: #ffffff;
}

.why-oman-note {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
    width: 80%;
    height: auto;
    margin: auto;
}


/* =========================================
   SECTION HEADING
========================================= */

.why-oman-heading {
    text-align: center;
    margin-bottom: 10px;
}


.why-oman-heading span {
    display: block;

    width: 90px;
    height: 4px;

    margin: 7px auto 0;

    background: #c99b32;
}


/* =========================================
   CARD ROW
========================================= */

.why-oman-row {
    width: 100%;

    display: flex;
    align-items: stretch;
}


/* =========================================
   CARD
========================================= */

.why-oman-card {
    width: calc(100% - 7px);
    height: 300px;
    margin: 0 auto;
    padding: 22px 20px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    border: 2px solid #e0e7e3;
    border-radius: 7px;
    transition: transform 0.3s ease,
        box-shadow 0.3s ease;
}

.why-oman-card:hover {
    transform: translateY(-3px);

    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.07);
}


/* =========================================
   ICON
========================================= */

.why-icon {
    width: 75px;
    height: 75px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 10px;
}

.why-icon img {
    display: block;

    width: 70px;
    height: 70px;

    object-fit: contain;
}


/* =========================================
   CARD TITLE
========================================= */
.why-oman-card h3 {
    margin: 0 0 10px;
    color: #082d62;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}




/* =========================================
   BOTTOM NOTE
========================================= */

.why-oman-note {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 17px;

    margin-top: 18px;
}

.note-icon {
    flex: 0 0 auto;

    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.note-icon img {
    width: 48px;
    height: 48px;

    object-fit: contain;
}

.why-oman-note p span {
    color: #082d62;
    font-weight: 700;
}


@media (min-width: 768px) and (max-width: 991px) {

    .why-oman-section {
        padding: 30px 0;
    }

        .why-oman-row {
        row-gap: 12px;
    }

    .why-oman-card {
        width: calc(100% - 8px);
        height: 310px;

        padding: 20px 18px;
    }

    .why-icon,
    .why-icon img {
        width: 65px;
        height: 65px;
    }

    .why-oman-card h3 {
        font-size: 17px;
    }

    .why-oman-card p {
        font-size: 13px;
        line-height: 1.55;
    }

    .why-oman-note {
        margin-top: 20px;
        gap: 12px;
    }

    .why-oman-note p {
        font-size: 13px;
    }
}

@media (max-width: 767px) {

    .why-oman-section {
        padding: 35px 0 30px;
    }

    .why-oman-row {
        row-gap: 14px;
    }

    .why-oman-card {
        width: 100%;
        height: auto;
        min-height: 300px;

        padding: 25px 25px 23px;
    }

    .why-icon,
    .why-icon img {
        width: 70px;
        height: 70px;
    }

    .why-oman-card h3 {
        min-height: auto;

        margin-bottom: 12px;

        font-size: 18px;
    }

    .why-oman-card p {
        max-width: 360px;

        font-size: 14px;
        line-height: 1.65;
    }

    .why-oman-note {
        align-items: flex-start;

        margin-top: 22px;
        padding: 0 10px;

        gap: 12px;
    }

    .note-icon,
    .note-icon img {
        width: 42px;
        height: 42px;
    }

    .why-oman-note p {
        font-size: 13px;
        line-height: 1.55;
    }

    .desktop-only {
        display: none;
    }
}


@media (max-width: 575px) {

    .why-oman-section {
        padding: 30px 0 25px;
    }

        .why-oman-card {
        min-height: 285px;

        padding: 22px 20px;
    }

    .why-icon,
    .why-icon img {
        width: 65px;
        height: 65px;
    }

    .why-oman-card h3 {
        font-size: 17px;
    }

    .why-oman-card p {
        font-size: 13px;
    }

    .why-oman-note {
        padding: 0 5px;
    }

    .why-oman-note p {
        font-size: 12px;
    }
}


@media (max-width: 399px) {

        .why-oman-card {
        min-height: 275px;
    }

    .why-oman-card h3 {
        font-size: 16px;
    }

    .why-oman-card p {
        font-size: 12px;
        line-height: 1.6;
    }

    .why-oman-note {
        gap: 8px;
    }

    .note-icon,
    .note-icon img {
        width: 38px;
        height: 38px;
    }

    .why-oman-note p {
        font-size: 11px;
    }
}

/* Sec3 */
.strategic-section {
    position: relative;
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.strategic-section .container {
    position: relative;
    z-index: 2;
}

/* Heading */
.strategic-heading {
    margin-bottom: 10px;
    text-align: center;
}

.strategic-heading span {
    display: block;
    width: 48px;
    height: 3px;
    margin: 5px auto 0;
    background: #c99b32;
}

/* Row */
.strategic-row {
    --bs-gutter-x: 4px;
    --bs-gutter-y: 4px;
    align-items: stretch;
}

/* Card */
.objective-card {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #e1e7ed;
    border-radius: 8px;
    overflow: hidden;
}

.objective-number {
    position: relative;
    flex: 0 0 120px;
    width: 120px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
}

.objective-green {
    background: #441313;
}

.objective-gold {
    background: #c69a36;
}

.objective-blue {
    background: #073577;
}

/* Icon */
.objective-icon {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0;
    object-fit: contain;
}

/* Content */
.objective-content {
    flex: 1;
    min-width: 0;
    padding: 0 0 0 12px;
}

.objective-content h3 {
    margin: 0 0 8px;
    color: #102d55;
    font-size: 30px !important;
    font-weight: 800;
    line-height: 1.2;
}
.strategic-section .objective-content h3 {
    margin: 0 0 8px;
    color: #102d55;
    font-size: 20px !important;
    font-weight: 800;
    line-height: 1.2;
} 

/* Below 767px */
@media (max-width: 767px) {

    .strategic-row {
        --bs-gutter-x: 8px;
        --bs-gutter-y: 10px;
}
}


/* Client logo */
.client-logo-section {
    width: 100%;
    padding: 30px 0 0 0;

    background: #ffffff;
}

.client-logo-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    width: fit-content;
    margin: auto;
    gap: 80px;
}


.client-logo {
    width: 100%;
    height: auto;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 8px 12px;
}


/* =========================================
   LOGO IMAGE
========================================= */

.client-logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Sec4 */
.oman-overview-section {
    width: 100%;
    padding: 10px 0;
    height: auto;
    background: #ffffff;
}


/* =========================================
   MAIN 3 COLUMN GRID
========================================= */

.oman-overview-grid {
    display: grid;

    grid-template-columns:
        1fr
        1fr
        1.05fr;

    gap: 4px;

    width: 100%;
}


/* =========================================
   COMMON PANEL
========================================= */

.oman-panel {
    position: relative;

    min-width: 0;

    height: auto;

    padding: 12px 12px 10px;

    background: #ffffff;

    border: 1px solid #dfe5eb;

    border-radius: 7px;

    overflow: hidden;
}


/* =========================================
   PANEL HEADING
========================================= */

.oman-panel h2 {
   margin: 0 0 7px;
    font-weight: 800;
    line-height: 1.2;
    color: #102d55;
    font-size: 30px !important;
}


.meeting-section .mission-inner h2 {
    color: #082d62;
    font-size: 20px !important;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 10px;
    text-transform: none;
    text-align: left;
}

/* =========================================
   SUBTITLE
========================================= */

.pavilion-panel h3 {
    margin: 0 0 10px;
    font-weight: 800;
    line-height: 1.2;
    color: #102d55;
    font-size: 30px !important;
}
.pavilion-panel .txt {
    font-size: 18px !important;
}
/* =========================================
   DESCRIPTION
========================================= */

.panel-description {

    font-size:16px;
}


/* =========================================
   COLUMN 1
   OMAN PAVILION
========================================= */

.pavilion-bottom {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 50px;
    display: flex;
    align-items: flex-end;
    gap: 50px;
}

.pavilion-panel .pavilion-image {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    flex: 0 0 500px;
    width: 350px;
    height: 350px;
    overflow: visible;
}
.pavilion-panel .pavilion-image img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
}
/* Pavilion features */

.pavilion-features {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 0 0 4px 6px;
}

.pavilion-feature {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-icon {
    flex: 0 0 30px;

    width: 30px;
    height: 30px;

    margin-right: 5px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    width: 30px;
    height: 30px;

    object-fit: contain;
}

.pavilion-feature span {
    color: #082d62;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    text-align: justify;
}

/* =========================================
   COLUMN 2
   WHO SHOULD ENGAGE
========================================= */

.engage-panel .panel-description {
    margin-bottom: 7px;
}


/* 4 × 3 cards */

.stakeholder-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.stakeholder-grid .stakeholder-card:nth-child(5) {
    grid-column: 1;
    transform: translateX(50%);
}

.stakeholder-grid .stakeholder-card:nth-child(6) {
    grid-column: 2;
    transform: translateX(50%);
}

.stakeholder-grid .stakeholder-card:nth-child(7) {
    grid-column: 3;
    transform: translateX(50%);
}
.stakeholder-card {
    min-width: 0;

    height: 100%;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    padding: 15px;

    background: #ffffff;

    border: 1px solid #c7d7e6;

    border-radius: 4px;

    text-align: center;
}

.stakeholder-icon {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.stakeholder-icon img {
    width: 110px;
    height: 110px;
    object-fit: cover;
}

.stakeholder-card span {
    color: #102e55;

    font-size: 16px;
    font-weight: 700;

    line-height: 1.15;

    text-align: center;
    padding: 5px;
}


/* =========================================
   COLUMN 3
   STAKEHOLDERS
========================================= */

.stakeholders-panel h2 {
    line-height: 1.3;
    margin-bottom: 7px;
    font-size: 30px !important;
}

.stakeholders-panel .panel-description {
    max-width: 100%;
}
.stakeholder-intro {
    margin: 20px 0 10px 0;
    color: #102e55;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}
/* =========================================
   DISCUSSION LIST
========================================= */

.discussion-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.discussion-list li {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
    gap: 5px;
}
.oman-panel h3 span {
    width: 3px;
    height: 58px;
    flex: 0 0 3px;
    margin: 0 10px;
    color: #c99b32;
}
.discussion-list li i {
    flex: 0 0 11px;

    width: 11px;
    height: 11px;

    margin-right: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #102e55;

    font-size: 15px;
}

.discussion-list1 {
    flex-direction: column;
}

@media (max-width: 767px) {

    .oman-overview-grid {
        grid-template-columns: 1fr;

        gap: 10px;
    }


    .pavilion-panel h3 {
        font-size: 14px;
    }

    .feature-icon {
        flex-basis: 20px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {

    .pavilion-panel h3 {
        font-size: 13px;
    }
}


/* =========================================
   EXTRA SMALL
========================================= */

@media (max-width: 399px) {

    .pavilion-panel h3 {
        font-size: 12px;
    }
}
/* Sec5 */
.meeting-section {
    width: 100%;
    background: #ffffff;

    overflow: hidden;
}
.meeting-content p {
    font-size: 16px !important;
}
.date-placeholder  i {
    margin-left: 90px;
}

/* =========================================
   MAIN WRAPPER
========================================= */
.meeting-wrapper {
    position: relative;
    width: 100%;
    min-height: 300px !important;
    display: grid;
    grid-template-columns: 50% 50%;
    overflow: hidden;
    background: #f5f6f7;
    border: 1px solid #e1e4e7;
    border-radius: 13px;
}




/* =========================================
   CONTENT
========================================= */

.meeting-content {
    position: relative;
    z-index: 3;

    display: flex;
    flex-direction: column;

    justify-content: center;

    padding: 18px 20px;
}

.meeting-left {
    padding-left: 25px;
    padding-right: 15px;
}

.meeting-right {
    padding-left: 20px;
    padding-right: 25px;
}



/* =========================================
   TITLE ROW
========================================= */

.meeting-title-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* =========================================
   ICON
========================================= */

.meeting-icon {
    flex: 0 0 75px;

    width: 75px;
    height: 75px;

    margin-right: 14px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #002455;

    overflow: hidden;
}

.meeting-icon img {
    display: block;

    width: 46px;
    height: 46px;

    object-fit: contain;
}

.meeting-image {
    position: relative;

    z-index: 2;

    width: 100%;
    height: 100%;

    overflow: hidden;
}

.meeting-image img {
    position: absolute;

    inset: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center center;
}




/* =========================================
   MOBILE
   Below 767px
========================================= */

@media (max-width: 767px) {

    .meeting-wrapper {
        display: flex;
        flex-direction: column;

        min-height: auto;

        border-radius: 10px;
    }

    /* Image */

    .meeting-image {
        order: 2;

        width: 100%;
        height: 280px;
        min-height: 280px;

        clip-path: none;
    }


    /* Right */


    .meeting-icon {
        flex-basis: 65px;

        width: 65px;
        height: 65px;

        margin-right: 12px;
    }

    .meeting-icon img {
        width: 40px;
        height: 40px;
    }

    .meeting-content h2 {
        margin-top: 4px;

        font-size: 20px;
    }

    .meeting-content p {
        font-size: 11px;
        line-height: 1.6;
    }
}


/* =========================================
   SMALL MOBILE
   Below 575px
========================================= */

@media (max-width: 575px) {


    .meeting-title-row {
        margin-bottom: 9px;
    }

    .meeting-icon {
        flex-basis: 58px;

        width: 58px;
        height: 58px;

        margin-right: 10px;
    }

    .meeting-icon img {
        width: 35px;
        height: 35px;
    }

    .meeting-content h2 {
        margin-top: 2px;

        font-size: 17px;
    }

    .meeting-content p {
        font-size: 10px;
        line-height: 1.55;
    }

    .meeting-image {
        height: 240px;
        min-height: 240px;
    }
}


/* =========================================
   EXTRA SMALL
   Below 400px
========================================= */

@media (max-width: 399px) {

    .meeting-icon {
        flex-basis: 52px;

        width: 52px;
        height: 52px;

        margin-right: 9px;
    }

    .meeting-icon img {
        width: 31px;
        height: 31px;
    }

    .meeting-content h2 {
        font-size: 15px;
    }

    .meeting-content p {
        font-size: 9px;
    }

    .meeting-image {
        height: 210px;
        min-height: 210px;
    }
}

/* Sec6 */
/* =========================================
   REQUEST SECTION
========================================= */

.request-section {
    width: 100%;
    padding: 8px 0;

    background: #ffffff;

    overflow: hidden;
}


/* =========================================
   MAIN WRAPPER
========================================= */

.request-wrapper {
    width: 100%;
    padding: 22px 28px 12px;
    background: #001740;
    border: 1px solid #082d62;
    border-radius: 12px;
    overflow: hidden;
    color: #ffffff;
}
.mt-10 {
    margin-top: 10%;
}

/* =========================================
   FORM
========================================= */

.request-form-main {
    width: 100%;
    margin: 0;
    padding: 0;
}


/* =========================================
   TOP AREA
========================================= */

.request-top {
    display: grid;

    grid-template-columns: 22% 78%;

    align-items: center;

    width: 100%;
}


/* =========================================
   LEFT INTRO
========================================= */

.request-intro {
    padding-right: 25px;
}

.request-intro h2 {
    margin: 0 0 10px;

    color: #ffffff;

    font-size: 18px;
    font-weight: 800;

    line-height: 1.5;

  text-align: left;
}

.request-form-row textarea.request-input {
    text-align: left;
    padding-top: 20px;
}

.request-intro p {

    margin: 0;

    color: #ffffff;

    font-size: 16px;
    font-weight: 500;

    line-height: 1.7;

    text-align: justify;
}


/* =========================================
   FORM AREA
========================================= */

.request-form {
    width: 100%;
}

.request-form-row {
    --bs-gutter-x: 8px;
    --bs-gutter-y: 9px;

    margin: 0;
}

.request-form-row > div {
    padding-left: 4px;
    padding-right: 4px;
}


/* =========================================
   INPUTS
========================================= */

.request-input {
    width: 100%;
    height: 60px;
    padding: 15px;
    color: #102e55 !important;
    background: #ffffff !important;
    border: 1px solid #d8dfe8 !important;
    border-radius: 5px !important;
    outline: none;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}
.request-input::placeholder {
    color: #102e55;

    opacity: 1;
}

.request-input:focus {
    border-color: #d4a536 !important;

    box-shadow: none !important;
}


/* =========================================
   SELECT
========================================= */

select.request-input {
    color: #102e55;

    background-color: #ffffff;

    cursor: pointer;
}


/* =========================================
   DATE
========================================= */

.date-input-wrap {
    position: relative;

    width: 100%;
}

.date-input-wrap input[type="date"] {
    position: relative;


    cursor: pointer;
}

.date-input-wrap input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.date-placeholder {
    position: absolute;

    left: 14px;
    top: 50%;

    transform: translateY(-50%);

    pointer-events: none;

    color: #102e55;

    font-size: 16px;
    font-weight: 600;

    line-height: 1;
}

.date-icon {
    position: absolute;

    right: 13px;
    top: 50%;

    width: 18px;
    height: 18px;

    transform: translateY(-50%);

    object-fit: contain;

    pointer-events: none;
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.request-submit {
    width: 100%;
    height: 60px;
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d4a536;
    border-radius: 5px;
    background: #c9982d;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    transition: background 0.25s ease,
        transform 0.25s ease;
}

.request-input.form-select {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;

    cursor: pointer;

    background-color: #ffffff !important;
    color: #102e55 !important;
}

.request-submit:hover {
    background: #d7a83a;

    transform: translateY(-1px);
}

.submit-arrow {
    font-size: 24px;
    font-weight: 400;

    line-height: 1;
}


/* =========================================
   DIVIDER
========================================= */

.request-divider {
    width: 100%;

    height: 5px;

    margin: 20px 0 13px;

    background: #c9982d;
}


/* =========================================
   BOTTOM AREA
========================================= */

.request-bottom {
    display: grid;
    grid-template-columns: 17%
        20%
        20%
        20%;
    align-items: center;
    justify-content: space-evenly;
}


/* =========================================
   BOTTOM HEADINGS
========================================= */

.contact-block h3,
.organizer-block h3 {
    margin: 0 0 10px;

    color: #ffffff;

    font-size: 18px;
    font-weight: 700;

    line-height: 1.2;
}
@media (min-width: 1899.98px) and (max-width: 2000px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1820px !important;
}

.container-hero {
    max-width: 1520px !important;
}
}


.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

a {
    text-decoration: none;
    color: #fff;
}
.social-links a i {
    color: #fff;
    text-decoration: none;
}

.contact-item img {
    flex: 0 0 18px;

    width: 18px;
    height: 18px;

    margin-right: 9px;

    object-fit: contain;
}

.contact-item span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    text-align: justify;
}


/* =========================================
   ADDRESS
========================================= */

.address-block {
    padding-left: 5px;
}


/* =========================================
   OPAZ
========================================= */

.opaz-block {
    display: flex;

    align-items: center;
    justify-content: center;

    min-width: 0;
}

.opaz-logo {
    display: block;
    width: 100%;
    height: 130px;
    object-fit: cover;
}

/* =========================================
   ORGANIZER
========================================= */

.organizer-block {
    display: flex;

    flex-direction: column;

    align-items: flex-start;
}

.organizer-logo {
    display: block;

    width: 100%;
    height: auto;

    object-fit: cover;
}


/* =========================================
   FOOTER
========================================= */

.request-footer {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-top: 2px;
}

.request-footer p {
    margin: 0;

    color: #ffffff;

    font-size: 16px;
    font-weight: 500;

    line-height: 1.3;
}
.contact-item i {
    margin-right: 10px;
}

.social-links {
    display: flex;

    align-items: center;

    gap: 15px;
}

.social-links a {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 18px;
    height: 18px;
}

.social-links img {
    width: 17px;
    height: 17px;

    object-fit: contain;
}

@media (max-width: 767px) {

    .request-wrapper {
        padding: 22px 16px 14px;

        border-radius: 10px;
    }

    .request-top {
        display: block;
    }

    .request-form-row {
        --bs-gutter-y: 8px;
    }

    .request-divider {
        margin: 20px 0 18px;
    }

    .request-bottom {
        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 20px;

        min-height: auto;
    }

    .address-block {
        padding-left: 0;
    }

    .opaz-block {
        justify-content: flex-start;
    }

    .organizer-block {
        align-items: flex-start;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {

    .request-wrapper {
        padding: 20px 13px 13px;
    }
    .date-placeholder {
        left: 11px;
        right: 20px;
        font-size: 9px;
    }

    .date-icon {
        right: 10px;

        width: 15px;
        height: 15px;
    }
    .request-bottom {
        grid-template-columns: 1fr;

        gap: 15px;
    }
}


/* =========================================
   EXTRA SMALL
========================================= */

@media (max-width: 399px) {

    .request-wrapper {
        padding: 18px 11px 12px;
    }
}

.opaz-intro-section {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0;
    padding: 0;
    overflow: hidden;

    background-image:
        url("../images/first1.webp");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.opaz-intro-wrapper {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: flex;
    align-items: center;
}

.opaz-intro-content {
    width: 100%;
    max-width: 920px;
    padding: 45px 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.opaz-intro-brand {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.why-oman-heading h2 .heading-separator {
    display: inline !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    color: #c99b32 !important;
    vertical-align: baseline;
}

.opaz-intro-logo {
    width: 400px;
    flex: 0 0 400px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.opaz-intro-logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.opaz-intro-brand-line {
    width: 3px;
    height: 58px;
    flex: 0 0 3px;
    margin: 0 24px;
    background: #c99b32;
}

.opaz-intro-brand h2 {
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
}

.opaz-intro-text {
    width: 100%;
    max-width: 900px;
}

.opaz-intro-text p {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    text-align: left;
}
.service-management-card p {
    font-size: 17px;
}
.service-management-card p .bold {
    color: #c99b32; 
    font-weight: 800;
}

.bold1 {
    font-weight: 900 !important;
}

.service-management-card .bold {
    color: #c99b32; 
}

.opaz-intro-text p:last-child {
    margin-bottom: 0;
}

.opaz-intro-text .bold {
    color: #ffffff;
    font-weight: 800;
}


#home,
#sec1,
#sec2,
#sec3,
#sec4,
#meet,
#who,
#sec5,
#sec6,
#sec8,
#sec9 {
    scroll-margin-top: 120px;
}
.phone .phon1 {
position: fixed;
bottom: 135px;
right: 44px;
z-index: 9;
width: 35px;
}

.call-phone {
height: 40px;
z-index: 1003;
position: fixed;
right: 10px;
bottom: 30px;
border: 3px solid #fff;   /* White border */
border-radius: 50%;       /* Make it a circle */
}
.bold {
    font-weight: 800;
}

/* =========================================
   SECTION 1
   COLUMN 1 + COLUMN 2
========================================= */

.oman-first-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: stretch;
}


/* =========================================
   SECTION 2
   COLUMN 3 + IMAGE
========================================= */

.oman-second-section {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 40px;
    align-items: center;
    margin-top: 30px;
}

.service-management-section .discussion-list i {
    color: #c99b32;
    font-size: 17px;
}

.oman-second-section .stakeholders-panel {
    height: 100%;
}

.oman-second-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oman-second-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .oman-first-section {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .oman-second-section {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .oman-second-image {
        order: 2;
    }

    .oman-second-section .stakeholders-panel {
        order: 1;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .oman-first-section {
        gap: 20px;
    }

    .oman-second-section {
        gap: 20px;
        margin-top: 20px;
    }

    .oman-second-image img {
        width: 100%;
    }
    .navbar {
    justify-content: space-between;
    gap: 20px;
}

}

.oman-second-section .oman-panel {
    border: unset;
    margin-left: 20%;
}

/* Sec2 new */
.service-management-section {
    position: relative;

    width: 100%;
height: auto;

    padding: 30px 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background-image: url("../images/cta1.webp");

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    overflow: hidden;
}

.service-management-section1 {
    position: relative;

    width: 100%;
height: auto;

    padding: 30px 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background-color: #030d1d;

    background-image: url("../images/cta1.webp");

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    overflow: hidden;
}

.meeting-section .hero-cta {
    width: 260px !important;
    height: auto;
}

/* =========================================
   OPTIONAL DARK OVERLAY
========================================= */

.service-management-section::before {
    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;
}


/* =========================================
   BOOTSTRAP CONTAINER
========================================= */

.service-management-section .container {
    position: relative;

    z-index: 2;
}


.service-management-card {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
    padding: 25px 20px 20px;
    background: rgb(255 255 255 / 6%);
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25),
        inset 0 0 30px rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    text-align: left;
}


/* =========================================
   HEADING
========================================= */

.service-management-card h2 {
    margin: 0;

    color: #fff;

    font-size: 30px;

    font-weight: 800;

    line-height: 1.2;

    text-align: center;
}


/* =========================================
   PARAGRAPHS
========================================= */

.service-management-card p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {

    .service-management-section {
        min-height: auto;

        padding: 25px 0;
    }

    .service-management-card {
        padding: 22px 17px;

        border-radius: 15px;
    }
}


@media (max-width: 575px) {

    .service-management-section {
        padding: 20px 0;
    }

    .service-management-card {
        padding: 20px 15px;

        border-radius: 13px;
    }
}


@media (max-width: 399px) {

    .service-management-card {
        padding: 18px 13px;
    }
}

/* New sec pharma */

/* =========================================
   PHARMA + CEPA STRIP
========================================= */

.pharma-cepa-strip {
    width: 100%;

    padding: 20px 0 0 0;

    background: #ffffff;
}

.pharma-cepa-strip .request-divider {
    width: 100%;
    height: 3px;
    margin: 20px 0 13px;
    background: #c9982d;
}

.yellow-separator {
    color: #c99b32;
    margin: 0 5px;
}
/* =========================================
   MAIN LAYOUT
========================================= */

.pharma-cepa-layout {
    display: grid;

    grid-template-columns: 1fr 1px 1fr;

    align-items: stretch;

    width: 100%;

    padding: 20px 25px;

    background: #ffffff;

    border: 1px solid #e1e6eb;

    border-radius: 10px;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}


/* =========================================
   CONTENT BOX
========================================= */

.pharma-cepa-box {
    padding: 5px 25px;
}

.pharma-cepa-box:first-child {
    padding-left: 5px;
}

.pharma-cepa-box:last-child {
    padding-right: 5px;
}


/* =========================================
   DIVIDER
========================================= */

.pharma-cepa-divider {
    width: 1px;

    background: #d9e0e6;
}


.pharma-cepa-divider1 {
    display: none;
}

/* =========================================
   TITLE
========================================= */

.pharma-cepa-title {
    display: flex;

    align-items:center;

    gap: 10px;

    margin-bottom: 12px;
}

.pharma-cepa-number {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #082d62;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 700;
}

.pharma-cepa-small-title {
    display: block;

    margin-bottom: 3px;

    color: #c99b32;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 0.8px;
}

.pharma-cepa-title h2 {
    margin: 0;

    color: #082d62;

    font-size: 20px;
    font-weight: 800;

    line-height: 1.2;
}

.pharma-last-text {
    margin-bottom: 0 !important;
}


.pharma-connect-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0px 0 10px 0;
    gap: 5px;
}

.pharma-connect-list span {
    display: inline-flex;
    align-items: center;
    padding: 3px;
    color: #000;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.pharma-connect-list span::before {
    content: "•";
    margin-right: 4px;
    color: #082d62;
    font-size: 20px;
    font-weight: 800;
}


/* =========================================
   CEPA HIGHLIGHTS
========================================= */

.cepa-bottom-text span {
    color: #082d62;
    font-weight: 800;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .pharma-cepa-layout {
        display: flex;

        flex-direction: column;

        padding: 18px 16px;

        border-radius: 8px;
    }

    .pharma-cepa-box,
    .pharma-cepa-box:first-child,
    .pharma-cepa-box:last-child {
        padding: 0;
    }

    .pharma-cepa-small-title {
        font-size: 9px;
    }

    .pharma-cepa-title h2 {
        font-size: 18px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {

    .pharma-cepa-layout {
        padding: 16px 13px;
    }

    .pharma-cepa-title h2 {
        font-size: 17px;
    }

    .pharma-cepa-small-title {
        font-size: 8px;
    }
}


/* =========================================
   EXTRA SMALL
========================================= */

@media (max-width: 399px) {

    .pharma-cepa-layout {
        padding: 15px 12px;
    }

    .pharma-cepa-title h2 {
        font-size: 15px;
    }

    .pharma-cepa-small-title {
        font-size: 7px;
    }

}

/* New sec2 */

/* =========================================
   OMAN SECOND SECTION
========================================= */

.oman-second-section1 {
    width: 100%;

    padding: 30px 0 0 0;

    background: #ffffff;
}


/* =========================================
   MAIN WRAPPER
========================================= */

.oman-second-wrapper {
    display: grid;

    grid-template-columns: 48% 52%;

    align-items: center;

    width: 100%;

    overflow: hidden;
}


/* =========================================
   LEFT IMAGE
========================================= */

.oman-second-image {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.oman-second-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}


/* =========================================
   RIGHT CONTENT
========================================= */

.oman-second-content {
    width: 100%;

    padding: 25px 20px 25px 50px;
}


/* =========================================
   HEADING
========================================= */

.oman-second-heading {
    margin-bottom: 22px;
}

.oman-second-heading h2 {
    margin: 0;

    color: #082d62;

    font-size: 30px;
    font-weight: 800;

    line-height: 1.2;
}

.oman-second-heading span {
    display: block;

    width: 48px;
    height: 3px;

    margin-top: 8px;

    background: #c99b32;
}


/* =========================================
   MISSION POINT
========================================= */

.oman-second-point {
    display: flex;

    align-items: center;

    width: 100%;

    gap: 18px;
}
.oman-second-icon {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #082d62;
    border-radius: 50%;
}
.oman-second-icon img {
    display: block;

    width: 38px;
    height: 38px;

    object-fit: contain;
}


/* =========================================
   POINT CONTENT
========================================= */

.oman-second-point-content {
    flex: 1;

    min-width: 0;
}



/* =========================================
   DIVIDER
========================================= */

.oman-second-divider {
    width: calc(100% - 80px);

    height: 1px;

    margin: 20px 0 20px 80px;

    background: #dce2e7;
}



/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {

    .oman-second-heading h2 {
        font-size: 23px;
    }

    .oman-second-point {
        gap: 11px;
    }


    .oman-second-divider {
        width: calc(100% - 53px);

        margin-left: 53px;
    }
}


/* =========================================
   EXTRA SMALL
========================================= */

@media (max-width: 399px) {

    .oman-second-heading h2 {
        font-size: 21px;
    }

    .oman-second-point {
        gap: 9px;
    }

    .oman-second-divider {
        width: calc(100% - 47px);

        margin-left: 47px;
    }
}
.oman-second-section1 .oman-second-point {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
}

.oman-second-section1  .objective-content {
    flex: 1;
    min-width: 0;
    padding: 0 0 0 0px;
}
.oman-second-section1  .oman-second-point-content {
    margin-top: 15px;
}

/* =========================================
   FLOATING CTA
========================================= */

.bhe-floating-cta {
    position: fixed;
    right: 0;
    top: 80%;
    transform: translateY(-50%);

    z-index: 9999;

    width: 58px;

    padding: 8px;

    border-radius: 10px 0 0 10px;

    transition: width 0.35s ease;
}


/* =========================================
   ACTIONS
========================================= */

.bhe-floating-actions {
    display: flex;

    flex-direction: column;

    gap: 8px;
}


/* =========================================
   ITEM
========================================= */

.bhe-float-item {
    position: relative;
}


/* =========================================
   MAIN ICON BUTTON
========================================= */

.bhe-float-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-left: auto;
    color: #fff;
    background: #082d62;
    border-radius: 5px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
}


.bhe-float-btn i {
    flex: 0 0 auto;

    font-size: 17px;

    transition: all 0.3s ease;
}


/* =========================================
   HIDDEN BUTTON TEXT
========================================= */

.bhe-float-text {
    display: none;

    white-space: nowrap;

    font-size: 12px;

    font-weight: 700;
}


/* =========================================
   HOVER BUTTON
========================================= */

.bhe-float-item:hover .bhe-float-btn {
    width: 145px;

    justify-content: flex-start;

    gap: 9px;

    padding: 0 10px;

    color: #ffffff;

    background: #c99b32;
}


.bhe-float-item:hover .bhe-float-text {
    display: inline-block;
}


/* =========================================
   HOVER INFORMATION
========================================= */

.bhe-hover-content {
    position: absolute;
    right: 150px;
    top: 50%;
    width: 290px;
    padding: 13px 15px;
    color: #082d62;
    background: #ffffff;
    border: 1px solid rgba(8, 45, 98, 0.15);
    border-radius: 6px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.18);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.7;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-50%) translateX(10px);
    transition: opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease;
}


/* Small arrow */

.bhe-hover-content::after {
    content: "";

    position: absolute;

    right: -7px;

    top: 50%;

    width: 13px;
    height: 13px;

    background: #ffffff;

    border-top: 1px solid rgba(8, 45, 98, 0.15);
    border-right: 1px solid rgba(8, 45, 98, 0.15);

    transform: translateY(-50%) rotate(45deg);
}


/* =========================================
   SHOW HOVER CONTENT
========================================= */

.bhe-float-item:hover .bhe-hover-content {
    opacity: 1;

    visibility: visible;

    transform: translateY(-50%) translateX(0);
}


/* =========================================
   BOLD TEXT
========================================= */

.bhe-hover-content b {
    color: #082d62;

    font-weight: 800;
}

.bhe-floating-cta:hover {
    position: fixed;
    right: 0;
    top: 80%;
    transform: translateY(-50%);
    z-index: 9999;
    width: 155px;
    transition: width 0.35s ease;
}

.mobile-menu-header,
.mobile-menu-social {
    display: none;
}
.intro-btn img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 10px;
}

/* Navbar */
@media (max-width: 991.98px) {

.hero-header .navbar-collapse {
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
    }

.mobile-menu-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: unset;
}

.mobile-menu-logo img {
        display: block;
        width: 100%;
        height: auto;
}
.hero-header .navbar-collapse .hero-nav {
    flex: unset;
    width: 100%;
    margin: 0 !important;
    overflow-y: auto;
    scrollbar-width: none;
    gap: 20px;
}

    .hero-header .navbar-collapse .hero-nav::-webkit-scrollbar {
        display: none;
    }


    /* Social Media */

    .mobile-menu-social {
        display: block;

        width: 100%;

        margin-top: 0;

        padding-top: 10px;
    }
.mobile-social-title {
    display: block;
    margin-bottom: 9px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
    .mobile-social-links {
        display: flex;
        align-items: center;

        gap: 8px;
    }

.mobile-social-links a {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: rgb(0 0 0 / 8%);
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 13px;
    text-decoration: none;
    transition: 0.25s ease;
}

    .mobile-social-links a:hover {
        color: #000;

        background: #c99b32;

        border-color: #c99b32;
    }

    /* Toggle button */
    .hero-header .navbar-toggler {
        position: relative;
        z-index: 10002;

        width: 42px;
        height: 38px;

        display: flex;
        align-items: center;
        justify-content: center;

        padding: 0;

        border: 1px solid #000;
        border-radius: 4px;

        background: transparent;

        box-shadow: none !important;
    }

    /* Remove Bootstrap hamburger icon */
    .hero-header .navbar-toggler-icon {
        width: 22px;
        height: 18px;

        position: relative;

        background-image: none !important;
    }


    /* =========================================
       HAMBURGER BARS
    ========================================= */

    .hero-header .navbar-toggler-icon::before,
    .hero-header .navbar-toggler-icon::after,
    .hero-header .navbar-toggler-icon {
        transition: all 0.3s ease;
    }

    .hero-header .navbar-toggler-icon::before,
    .hero-header .navbar-toggler-icon::after {
        content: "";

        position: absolute;
        left: 0;

        width: 22px;
        height: 2px;

        background: #000;

        border-radius: 2px;

        transition: all 0.3s ease;
    }

    .hero-header .navbar-toggler-icon::before {
        top: 2px;

        box-shadow: 0 7px 0 #000;
    }

    .hero-header .navbar-toggler-icon::after {
        top: 16px;
    }


    /* =========================================
       X BUTTON
    ========================================= */

    .hero-header .navbar-toggler.menu-open
    .navbar-toggler-icon {
        background: transparent !important;
    }

    .hero-header .navbar-toggler.menu-open
    .navbar-toggler-icon::before {
        top: 8px;

        transform: rotate(45deg);

        box-shadow: none;
    }

    .hero-header .navbar-toggler.menu-open
    .navbar-toggler-icon::after {
        top: 8px;

        transform: rotate(-45deg);
    }


.hero-header .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 300px;
    max-width: 85vw;
    height: 100vh;
    margin: 0 !important;
    padding: 20px !important;
    background: #fff;
    border: 0;
    border-radius: 0;
    overflow-y: auto;
    transform: translateX(-100%);
    visibility: hidden;
    transition: transform 0.4s ease,
            visibility 0.4s ease;
    box-shadow: 8px 0 25px rgba(0, 0, 0, 0.2);
    gap: 15px;
}


    /* Menu opened */

    .hero-header .navbar-collapse.show {
        transform: translateX(0);

        visibility: visible;
    }

.hero-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch !important;
    gap: 0;
    justify-content: space-between;
}

    .hero-nav .nav-item {
        width: 100%;

        opacity: 0;

        transform: translateX(-20px);

        transition:
            opacity 0.3s ease,
            transform 0.3s ease;
    }

    .hero-header .navbar-collapse.show
    .nav-item {
        opacity: 1;

        transform: translateX(0);
    }


    /* Stagger animation */

    .hero-header .navbar-collapse.show
    .nav-item:nth-child(1) {
        transition-delay: 0.08s;
    }

    .hero-header .navbar-collapse.show
    .nav-item:nth-child(2) {
        transition-delay: 0.12s;
    }

    .hero-header .navbar-collapse.show
    .nav-item:nth-child(3) {
        transition-delay: 0.16s;
    }

    .hero-header .navbar-collapse.show
    .nav-item:nth-child(4) {
        transition-delay: 0.20s;
    }

    .hero-header .navbar-collapse.show
    .nav-item:nth-child(5) {
        transition-delay: 0.24s;
    }

    .hero-header .navbar-collapse.show
    .nav-item:nth-child(6) {
        transition-delay: 0.28s;
    }

    .hero-header .navbar-collapse.show
    .nav-item:nth-child(7) {
        transition-delay: 0.32s;
    }

    .hero-header .navbar-collapse.show
    .nav-item:nth-child(8) {
        transition-delay: 0.36s;
    }


    /* =========================================
       NAV LINKS
    ========================================= */

    .hero-nav .nav-link {
        width: 100%;

        height: auto;

        display: flex;

        align-items: center;

        padding: 0 0 10px 0 !important;

        color: #000;

        font-size: 16px;
        font-weight: 600;

        border-bottom: 1px solid
            #000;
    }

    .hero-nav .nav-link:hover {
        color: #e3ad3b;
    }


    /* Active */

    .hero-nav .nav-link.active {
        color: #e3ad3b;
    }

    .hero-nav .nav-link.active::after {
        left: 0;

        right: auto;

        bottom: 0;

        width: 35px;

        height: 2px;

        background: #e5ac36;
    }


    /* =========================================
       CTA
    ========================================= */

    .nav-cta-item {
        margin: 18px 0 0;
    }

    .nav-meeting-btn {
    width: 100%;
    min-height: 42px;
    padding: 10px;
    font-size: 16px;
}
}
/* Popup text */
.modal-content {
    color: #000000;
}

.modal-body {
    color: #000000;
}

/* Popup buttons */
.modal-footer .btn-primary,
.modal-footer .btn-danger {
    background-color: #082d62;
    border-color: #082d62;
    color: #ffffff;
}

/* Hover */
.modal-footer .btn-primary:hover,
.modal-footer .btn-danger:hover {
    background-color: #082d62;
    border-color: #082d62;
}

/* New sec4 */
.investor-section {
    background: #ffffff;
}
.logistics-box {
    padding: 20px;
    border: 1px solid #dce3ec;
    background: #f9fafc;
}

.logistics-heading {
    margin-bottom: 20px;
}

.logistics-heading h3 {
    position: relative;
    margin: 0;
    padding-left: 15px;
    color: #082d62;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
}

.logistics-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 4px;
    height: 29px;
    background: #c99b32;
    border-radius: 3px;
}

/* Points */
.logistics-point {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e0e6ee;
    border-radius: 7px;
    transition: all 0.3s ease;
}

.point-number {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #082d62;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.logistics-point-last {
    min-height: auto;
}

.environment-section {
    position: relative;
    width: 100%;
    background-image: url('../images/cta1.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 30px;
    padding: 30px 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.environment-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;

    color: #111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;

    margin-bottom: 15px;
}

.heading-dot {
    position: relative;

    width: 11px;
    height: 11px;

    background: #1768f2;
    border-radius: 50%;

    display: inline-block;
}

.heading-dot::before {
    content: "";

    position: absolute;

    width: 7px;
    height: 7px;

    background: #1768f2;

    border-radius: 50%;

    left: -6px;
    top: 2px;
}


.environment-heading h2 {
    margin: 0;

    color: #080808;

    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
}

.environment-cards {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
    margin-top: 20px;
}

.environment-card {
    background: #fff;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.environment-card .card-content p {
    margin-bottom: 0;
}


.environment-card .card-content {
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.environment-card h3 {
    margin: 0 0 10px;
    color: #082d62;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
}


/* =========================================
   READ MORE BUTTON
========================================= */

.environment-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    margin-top: auto;
    padding: 8px 17px 8px 20px;

    min-width: 145px;

    background: #1768f2;

    color: #fff !important;

    border-radius: 30px;

    text-decoration: none;

    font-size: 15px;
    font-weight: 700;

    line-height: 1.3;

    transition: all 0.3s ease;
}


.environment-btn span {
    font-size: 23px;

    line-height: 14px;

    display: inline-block;

    transition: transform 0.3s ease;
}


.environment-btn:hover {
    background: #0d55d1;

    color: #fff;
}


.environment-btn:hover span {
    transform: translateX(4px);
}
.benefits-section {
    padding: 20px 0;
    border: 1px solid #dce3ec;
    border-radius: 30px;
    background: #f9fafc;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.benefits-title {
    max-width: 700px;
    margin: 0 auto 50px;
}

.benefits-title span {
    display: inline-block;
    margin-bottom: 10px;
    color: #198754;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.benefits-title h2 {
    margin: 0;
    color: #182b25;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}
.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 20px;
}
.benefit-box {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #dce3ec;
    border-radius: 100px;
    transition: all 0.3s ease;
}
.benefit-box p {
    margin-bottom: 0;
}

.benefit-check {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #dce3ec;
    color: #082d62;
    font-size: 16px;
}
/* New sec4 */


/* New sec5 */
.section-top {
text-align: center;
margin-bottom: 45px;
}

.section-small-title {
color: #283b91;
font-size: 20px;
font-weight: 500;
margin-bottom: 12px;
}

.section-main-title {
font-size: 42px;
font-weight: 600;
margin: 0;
}

.section-description {
max-width: 850px;
margin: 18px auto 0;
color: #555;
font-size: 16px;
line-height: 1.7;
}


.resource-item {
position: relative;
min-height: 150px;
display: flex;
align-items: center;
padding: 0;
overflow: hidden;
}


/* Background image */

.resource-bg {
position: absolute;
inset: 8px 0;
background-size: cover;
background-position: center;
border-radius: 20px;
opacity: 0;
transform: scale(1.02);
transition: all 0.4s ease;
z-index: 0;
}

/* Dark overlay */

.resource-bg::after {
content: "";
position: absolute;
inset: 0;
background: rgba(5, 28, 29, 0.76);
border-radius: 20px;
}


/* Show background */

.resource-item:hover .resource-bg,
.resource-item.active .resource-bg {
opacity: 1;
transform: scale(1);
}

.resource-content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    grid-template-columns: 400px minmax(0, 1fr) 280px;
    align-items: center;
    gap: 10px;
    padding: 0 30px;
}

/* ================================
ICON + TITLE
================================= */

.resource-title-wrapper {
display: flex;
align-items: center;
gap: 10px;
}

.resource-icon {
width: 40px;
height: 40px;
min-width: 40px;
border-radius: 50%;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
color: #283b91;
box-shadow: 0 8px 25px rgba(0,0,0,0.12);
transition: all 0.4s ease;
}

.resource-title {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    line-height: 1.5;
    color: #092d2d;
    transition: color 0.4s ease;
}

/* ================================
DESCRIPTION
================================= */

.resource-description {
margin: 0;
font-size: 16px;
line-height: 1.7;
color: #222;
max-width: 620px;
transition: color 0.4s ease;
}


/* ================================
ARROW
================================= */

.resource-arrow {
width: 56px;
height: 56px;
border-radius: 50%;
background: #082d62;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 21px;
text-decoration: none;
transition: all 0.35s ease;
}

.resource-arrow:hover {
background: #fff;
color: #3036a5;
transform: translateX(4px);
}


/* ================================
ACTIVE / HOVER TEXT
================================= */

.resource-item:hover .resource-title,
.resource-item.active .resource-title {
color: #fff;
}

.resource-item:hover .resource-description,
.resource-item.active .resource-description {
color: #fff;
}

.resource-item:hover .resource-icon,
.resource-item.active .resource-icon {
background: rgba(255,255,255,0.18);
color: #fff;
border: 1px solid rgba(255,255,255,0.15);
}


/* ================================
DIFFERENT BACKGROUND IMAGES
================================= */

.resource-omap .resource-bg {
background-image: url("../images/cta1.webp");
}

.resource-eservices .resource-bg {
background-image: url("../images/cta1.webp");
}
.resource-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 22px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.resource-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
}



@media (min-width: 1500px) {

    .resource-content {
        grid-template-columns: 400px minmax(0, 1fr) 325px;
        gap: 10px;
        padding: 0 35px;
    }

    .resource-title {
        font-size: 20px;
    }

    .resource-description {
        font-size: 16px;
    }

    .resource-btn {
        justify-self: end;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {

    .section-main-title {
        font-size: 38px;
    }
.resource-content {
    grid-template-columns: 340px minmax(0, 1fr) 265px;
    gap: 20px;
    padding: 0 25px;
}

    .resource-title-wrapper {
        gap: 10px;
    }

    .resource-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 18px;
    }

    .resource-title {
        font-size: 18px;
        line-height: 1.4;
    }

    .resource-description {
        font-size: 16px;
        line-height: 1.6;
    }

    .resource-btn {
        justify-self: end;
        padding: 11px 18px;
        font-size: 14px;
    }
}


/* =========================================================
   SMALL LAPTOP / TABLET LANDSCAPE - 992px to 1199px
========================================================= */

@media (min-width: 992px) and (max-width: 1199px) {

    .section-top {
        margin-bottom: 35px;
    }

    .section-main-title {
        font-size: 34px;
    }

    .section-description {
        max-width: 750px;
        font-size: 15px;
    }

    .resource-item {
        min-height: 145px;
    }

.resource-content {
    grid-template-columns: 280px minmax(0, 1fr) 280px;
    gap: 10px;
    padding: 0 20px;
}

    .resource-title-wrapper {
        gap: 8px;
    }

    .resource-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 18px;
    }

    .resource-title {
        font-size: 17px;
        line-height: 1.4;
    }

    .resource-description {
        font-size: 16px;
        line-height: 1.6;
    }

    .resource-btn {
        justify-self: end;
        padding: 10px 15px;
        font-size: 16px;
        gap: 7px;
    }

    .resource-btn i {
        font-size: 14px;
    }
}


/* =========================================================
   TABLET - 768px to 991px
========================================================= */

@media (min-width: 768px) and (max-width: 991px) {

    .section-top {
        margin-bottom: 30px;
    }

    .section-small-title {
        font-size: 18px;
    }

    .section-main-title {
        font-size: 32px;
    }

    .section-description {
        max-width: 700px;
        font-size: 15px;
        line-height: 1.6;
    }

    .resource-item {
        min-height: auto;
        padding: 8px 0;
    }

    .resource-bg {
        inset: 5px 0;
        border-radius: 18px;
    }

.resource-content {
    display: flex;
    gap: 10px;
    padding: 18px;
    flex-direction: column;
}

    .resource-title-wrapper {
        gap: 8px;
        align-items: center;
    }

    .resource-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 17px;
    }

    .resource-title {
        font-size: 18px;
        line-height: 1.4;
    }

    .resource-description {
        font-size: 16px;
        line-height: 1.55;
    }

    .resource-btn {
        justify-self: end;
        padding: 10px 14px;
        font-size: 16px;
        gap: 6px;
    }

    .resource-btn i {
        font-size: 14px;
    }
}


/* =========================================================
   MOBILE - UP TO 767px
========================================================= */

@media (max-width: 767px) {

    .section-top {
        margin-bottom: 25px;
    }

    .section-small-title {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .section-main-title {
        font-size: 28px;
        line-height: 1.3;
    }

    .section-description {
        max-width: 100%;
        margin-top: 12px;
        padding: 0 5px;
        font-size: 14px;
        line-height: 1.6;
    }


    /* Resource */

    .resource-item {
        min-height: auto;
        padding: 6px 0;
        display: block;
    }

    .resource-bg {
        inset: 5px 0;
        border-radius: 18px;
    }

    .resource-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 22px 18px;
    }


    /* Title */

    .resource-title-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .resource-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 20px;
    }

    .resource-title {
        font-size: 18px;
        line-height: 1.4;
        padding-top: 3px;
        align-items: center;
    }


    /* Description */

    .resource-description {
        width: 100%;
        max-width: 100%;
        margin: 0;
        font-size: 16px;
        line-height: 1.6;
    }


    /* Button */

    .resource-btn {
        width: auto;
        min-width: 140px;
        padding: 11px 18px;
        font-size: 16px;
        gap: 8px;
        margin: auto;
    }

    .resource-btn i {
        font-size: 14px;
    }
}


/* =========================================================
   MOBILE - 430px
========================================================= */

@media (max-width: 430px) {

    .section-main-title {
        font-size: 25px;
    }

    .section-description {
        font-size: 13px;
        line-height: 1.55;
    }

    .resource-content {
        padding: 20px 16px;
        gap: 14px;
    }

.resource-title-wrapper {
    gap: 10px;
    align-items: center;
}

    .resource-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 18px;
    }

    .resource-title {
        font-size: 18px;
        line-height: 1.4;
    }

    .resource-description {
        font-size: 16px;
        line-height: 1.55;
    }

   .resource-btn {
    width: fit-content;
    min-width: 0;
    padding: 11px 16px;
    font-size: 16px;
    margin: auto;
}
}


/* =========================================================
   SMALL MOBILE - 355px
========================================================= */

@media (max-width: 355px) {

    .section-main-title {
        font-size: 23px;
    }

    .section-description {
        font-size: 12px;
    }

    .resource-content {
        padding: 18px 14px;
    }

    .resource-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 16px;
    }

    .resource-title {
        font-size: 15px;
    }

    .resource-description {
        font-size: 12px;
    }

    .resource-btn {
        font-size: 12px;
        padding: 10px 14px;
    }
}
/* New sec5 */

/* New sc6 */
.pharma-cards-row {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.pharma-card-body p {
    margin-bottom: 0;
}

/* =========================================
   CARD COLUMN
========================================= */

.pharma-card-column {
    width: calc(25% - 18px);
    display: flex;
    margin-top: 20px;
}


/* =========================================
   FIRST CARD - FULL WIDTH
========================================= */

.pharma-card-column.pharma-card-full {
    width: 100%;
}


/* =========================================
   CARD
========================================= */

.pharma-card {
    position: relative;
    width: 100%;
    min-height: auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
    transition: transform 0.3s ease,
        box-shadow 0.3s ease;
}


.pharma-card::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 7px;

    background: #082d62;

    border-radius: 0 0 22px 22px;
}


/* =========================================
   ICON / NUMBER
========================================= */

.pharma-icon {
    width: 60px;
    height: 60px;

    min-width: 60px;

    margin-bottom: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #082d62;

    border-radius: 50%;

    color: #ffffff;

    font-size: 22px;
    font-weight: 800;

    line-height: 1;

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}


/* =========================================
   CARD BODY
========================================= */

.pharma-card-body {
    width: 100%;
}


/* =========================================
   CARD TITLE
========================================= */

.pharma-card h3 {
    margin: 0 0 10px;

    

    font-size: 20px;
    font-weight: 800;

    line-height: 1.4;

    color: #000000;
}



/* =========================================
   FIRST CARD CONTENT
========================================= */

.pharma-card-full .pharma-card-body {
    max-width: 1050px;
}

.pharma-card-full .pharma-card p {
    text-align: center;
}
/* New se6 */

/* Media query */

@media (min-width: 1801px) and (max-width: 1899.98px) {
.stakeholder-icon, .stakeholder-icon img {
    width: 100px;
    height: 100px;
}
.hero-logo, .hero-logo-second {
    width: 100px;
    height: auto;
}
.hero-logo img {
    width: 250px;
    height: auto;
}
.hero-logo-second img {
    width: 100px;
    height: auto;
}
.hero-logos {
    gap: 0px;
}
.logo-divider {
    width: 1px;
    height: 42px;
    margin: 0 5px 0 60px;
    background: rgba(255, 255, 255, 0.55);
}
.hero-nav .nav-link {
    padding: 0 0px 0 15px !important;
}
.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
}
.hero-nav .nav-link.active::after {
    left: 15px;
    right: 0px;
}
.hero-section {
    padding: 0;
    background-position: right center;
    margin-top: 105px;
}
.hero-text {
    padding: 150px 0;
}
.hero-text h1 {
    font-size: 50px;
}
.hero-text h2 {
    font-size: 22px;
    margin-top: 10px;
}
.event-info {
    margin: 10px 0 20px 0;
}
.event-info h3 {
    margin-bottom: 15px;
    font-size: 20px;
}
.event-meta {
        align-items: flex-start;
        gap: 9px;
        justify-content: flex-start;
}
.meta-item {
    font-size: 16px;
}
.meta-item i {
    font-size: 16px;
}
.hero-cta {
    display: flex;
    width: fit-content;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 20px 0 0 0;
    padding: 15px;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}
.mission-inner h2 {
    font-size: 26px !important;
}
.intro-content {
    min-height: unset;
    padding: 0px;
}
.intro-journey {
    margin-top: 10px;
}
.intro-buttons {
    margin-top: 10px;
}
.intro-section {
    padding: 20px 0 0 0;
}
.intro-image img {
    width: 100%;
    height: 395px;
    object-fit: cover;
    border-radius: 20px;
}
.why-oman-heading {
    margin-bottom: 10px;
}
.opaz-mission-section {
    padding: 20px 0;
    margin-top: 20px;
}
.opaz-about {
    padding: 0px;
}
.opaz-about-title {
    justify-content: center;
}
.opaz-about-content {
     border-left: unset; 
    margin: 0 10px 0 0px;
    padding-left: 0;
}
.mission-heading {
    margin-bottom: 10px;
}
.mission-column p {
    text-align: left;
}
.journey-items {
    gap: 5px;
}
.service-management-section {
    padding: 20px 0;
    margin-top: 20px;
}
.mission-heading span {
    margin-top: 5px;
}
.pharma-cepa-layout {
    padding: 20px;
}
.pharma-cepa-title {
    gap: 10px;
    margin-bottom: 10px;
}
.objective-content h3 {
    font-size: 26px !important;
}
.pharma-cepa-strip .objective-content {
    padding: 0;
}
.pharma-cepa-strip {
    padding: 0;
    margin-top: 20px;
}
.sp1 {
    margin-top: 20px;
}
.objective-card {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 8px;
}
.strategic-section .objective-content h3 {
    font-size: 18px !important;
    line-height: 1.5;
}
.strategic-section p {
    text-align: left !important;
}
.client-logo-section {
    padding: 0px;
    margin-top: 20px;
}
.client-logo-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    width: 100%;
    margin-top: 0px;
    gap: 5px;
}
.client-logo {
    width: 100%;
    height: auto;
}
.oman-overview-section {
    padding: 0;
    margin-top: 20px;
}
.feature-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.pavilion-features {
    gap: 25px;
}
.pavilion-panel h3, .oman-panel h2 {
    font-size: 26px !important;
}
.pavilion-panel .smallfnt, .engage-panel .smallfnt, .oman-panel .txt {
    font-size: 20px !important;
    line-height: 1.3;
}
.oman-second-image {
    width: 100%;
    height: 430px;
    min-height: unset;
    margin-top: 0px;
    object-fit: contain;
}
.oman-second-section .stakeholders-panel {
    padding: 0;
    margin-left: 0;
}
.discussion-list li {
    margin-bottom: 15px;
}
.oman-second-section1 {
    padding: 0px;
    margin-top: 20px;
}
.oman-second-content {
    padding: 0px;
}
.oman-second-wrapper {
    gap: 10px;
}
.intro-btn {
    min-height: unset;
    padding: 15px;
    border-radius: 4px;
    margin-top: 0px !important;
}
.request-intro h2 {
    margin: 0;
    font-size: 18px;
}
.request-wrapper {
    padding: 20px;
}
.request-input {
    height: 60px;
    padding: 5px;
    line-height: 1.5;
}
.request-submit {
    text-align: left;
    line-height: 1.5;
}
.opaz-about-icon {
     margin-right: 0px;
    flex: 0 0 280px;
    width: 280px;
    height: auto;
}
.opaz-about-title {
    justify-content: flex-start;
    gap: 10px;
}
.opaz-about-title h2 {
    font-size: 26px;
}
.mission-heading h2 {
    font-size: 26px;
    line-height: 1.3;
}
.pharma-cepa-number {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    font-size: 18px;
}
.pharma-connect-list {
    gap: 5px;
    margin: 0 0 10px 0;
}
.pavilion-panel .txt {
    text-transform: none;
    font-size: 20px !important;
}
.objective-content {
    padding: 20px;
}
.objective-number {
    flex: 0 0 110px;
    width: 110px;
    height: 170px;
}
.oman-first-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: stretch;
}
.stakeholder-card span {
    padding: 0;
}
.oman-second-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
}
.service-management-section .objective-content {
    padding: 0 !important;
}
.meeting-content {
    justify-content: flex-start;
}
.bhe-floating-cta {
    top: 70%;
}
.bhe-floating-cta:hover {
     top: 70%;
}
.bhe-hover-content {
    width: 290px;
    font-size: 14px;
    font-weight: 800;
}
.button {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
        gap: 8px;
}
.button .hero-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin: 10px 0 0 !important;
        padding: 8px 14px;
        font-size: 16px;
        white-space: nowrap;
}
.opaz-intro-brand h2 {
    font-size: 26px;
}
.opaz-intro-text {
    width: 100%;
    max-width: 600px;
}
.opaz-intro-text p {
    text-align: justify;
}
.strategic-section .objective-content {
    padding: 0;
}
.pavilion-bottom {
position: relative;
left: 0;
right: 0;
bottom: 0;

display: grid;
grid-template-columns: 0.9fr 1.1fr;
align-items: end;

gap: 15px;
width: 100%;
margin-top: 25px;
}

.pavilion-features {
min-width: 0;
display: flex;
flex-direction: column;
gap: 18px;
padding: 0;
}

.pavilion-feature {
display: flex;
align-items: center;
gap: 8px;
min-width: 0;
}
.pavilion-panel .pavilion-image {
position: relative;
left: auto;
right: auto;
bottom: auto;
flex: none;
width: 100%;
height: 365px;
overflow: hidden;
}

.pavilion-panel .pavilion-image img {
position: relative;
left: auto;
bottom: auto;

width: 100%;
height: 100%;

object-fit: cover;
object-position: center;
border-radius: 10px;
}
.pavilion-feature span {
    text-align: left;
}
.stakeholder-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.meeting-section .hero-cta {
    width: 265px !important;
    margin: 10px 0;
}
.oman-second-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.request-form-row textarea.request-input {
    text-align: left;
    height: 60px;
    padding-top: 16px;
}
}
@media (min-width: 1651px) and (max-width: 1800px) {
        .pharma-card h3 {
        font-size: 18px;
    }
.stakeholder-icon, .stakeholder-icon img {
    width: 100px;
    height: 100px;
}
.hero-logo, .hero-logo-second {
    width: 100px;
    height: auto;
}
.hero-logo img {
    width: 220px;
    height: auto;
}
.hero-logo-second img {
    width: 100px;
    height: auto;
}
.hero-logos {
    gap: 0px;
}
.logo-divider {
    width: 1px;
    height: 42px;
    margin: 0 5px 0 60px;
    background: rgba(255, 255, 255, 0.55);
}
.hero-nav .nav-link {
    padding: 0 0px 0 15px !important;
}
.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
}
.hero-nav .nav-link.active::after {
    left: 15px;
    right: 0px;
}
.hero-section {
    padding: 0;
    background-position: right center;
    margin-top: 100px;
}
.hero-text {
    padding: 120px 0;
}
.hero-text h1 {
    font-size: 50px;
}
.hero-text h2 {
    font-size: 22px;
    margin-top: 10px;
}
.event-info {
    margin: 10px 0 20px 0;
}
.event-info h3 {
    margin-bottom: 15px;
    font-size: 20px;
}
.event-meta {
        align-items: flex-start;
        gap: 9px;
        justify-content: flex-start;
}
.meta-item {
    font-size: 16px;
}
.meta-item i {
    font-size: 16px;
}
.hero-cta {
    display: flex;
    width: fit-content;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 20px 0 0 0;
    padding: 15px;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}
.mission-inner h2 {
    font-size: 26px !important;
}
.intro-content {
    min-height: unset;
    padding: 0px;
}
.intro-journey {
    margin-top: 10px;
}
.intro-buttons {
    margin-top: 10px;
}
.intro-section {
    padding: 20px 0 0 0;
}
.intro-image img {
    width: 100%;
    height: 395px;
    object-fit: cover;
    border-radius: 20px;
}
.why-oman-heading {
    margin-bottom: 10px;
}
.opaz-mission-section {
    padding: 20px 0;
    margin-top: 20px;
}
.opaz-about {
    padding: 0px;
}
.opaz-about-title {
    justify-content: center;
}
.opaz-about-content {
     border-left: unset; 
    margin: 0 10px 0 0px;
    padding-left: 0;
}
.mission-heading {
    margin-bottom: 10px;
}
.mission-column p {
    text-align: left;
}
.journey-items {
    gap: 5px;
}
.service-management-section {
    padding: 20px 0;
    margin-top: 20px;
}
.mission-heading span {
    margin-top: 5px;
}
.pharma-cepa-layout {
    padding: 20px;
}
.pharma-cepa-title {
    gap: 10px;
    margin-bottom: 10px;
}
.objective-content h3 {
    font-size: 26px !important;
}
.pharma-cepa-strip .objective-content {
    padding: 0;
}
.pharma-cepa-strip {
    padding: 0;
    margin-top: 20px;
}
.sp1 {
    margin-top: 20px;
}
.objective-card {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 8px;
}
.strategic-section .objective-content h3 {
    font-size: 18px !important;
    line-height: 1.5;
}
.strategic-section p {
    text-align: left !important;
}
.client-logo-section {
    padding: 0px;
    margin-top: 20px;
}
.client-logo-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    width: 100%;
    margin-top: 0px;
    gap: 5px;
}
.client-logo {
    width: 100%;
    height: auto;
}
.oman-overview-section {
    padding: 0;
    margin-top: 20px;
}
.feature-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.pavilion-features {
    gap: 20px;
}
.pavilion-panel h3, .oman-panel h2 {
    font-size: 26px !important;
}
.pavilion-panel .smallfnt, .engage-panel .smallfnt, .oman-panel .txt {
    font-size: 20px !important;
    line-height: 1.3;
}
.oman-second-image {
    width: 100%;
    height: 430px;
    min-height: unset;
    margin-top: 0px;
    object-fit: contain;
}
.oman-second-section .stakeholders-panel {
    padding: 0;
    margin-left: 0;
}
.discussion-list li {
    margin-bottom: 15px;
}
.oman-second-section1 {
    padding: 0px;
    margin-top: 20px;
}
.oman-second-content {
    padding: 0px;
}
.oman-second-wrapper {
    gap: 10px;
}
.intro-btn {
    min-height: unset;
    padding: 15px;
    border-radius: 4px;
    margin-top: 0px !important;
}
.request-intro h2 {
    margin: 0;
    font-size: 18px;
}
.request-wrapper {
    padding: 20px;
}
.request-input {
    height: 60px;
    padding: 5px;
    line-height: 1.5;
}
.request-submit {
    text-align: left;
    line-height: 1.5;
}
.opaz-about-icon {
     margin-right: 0px;
    flex: 0 0 280px;
    width: 280px;
    height: auto;
}
.opaz-about-title {
    justify-content: flex-start;
    gap: 10px;
}
.opaz-about-title h2 {
    font-size: 26px;
}
.mission-heading h2 {
    font-size: 26px;
    line-height: 1.3;
}
.pharma-cepa-number {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    font-size: 18px;
}
.pharma-connect-list {
    gap: 5px;
    margin: 0 0 10px 0;
}
.pavilion-panel .txt {
    text-transform: none;
    font-size: 20px !important;
}
.objective-content {
    padding: 20px;
}
.objective-number {
    flex: 0 0 110px;
    width: 110px;
    height: 170px;
}
.oman-first-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: stretch;
}
.stakeholder-card span {
    padding: 0;
}
.oman-second-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
}
.service-management-section .objective-content {
    padding: 0 !important;
}
.meeting-content {
    justify-content: flex-start;
}
.bhe-floating-cta {
    top: 70%;
}
.bhe-floating-cta:hover {
     top: 70%;
}
.bhe-hover-content {
    width: 290px;
    font-size: 14px;
    font-weight: 800;
}
.button {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
        gap: 8px;
}
.button .hero-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin: 10px 0 0 !important;
        padding: 8px 14px;
        font-size: 16px;
        white-space: nowrap;
}
.opaz-intro-brand h2 {
    font-size: 26px;
}
.opaz-intro-text {
    width: 100%;
    max-width: 600px;
}
.opaz-intro-text p {
    text-align: justify;
}
.strategic-section .objective-content {
    padding: 0;
}
.pavilion-bottom {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 0px;
    flex-direction: column;
}
.pavilion-panel .pavilion-image {
    flex: 0 0 320px;
    width: 615px;
    height: auto;
    margin-top: 15px;
}
.stakeholder-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.stakeholder-grid .stakeholder-card:nth-child(5),
.stakeholder-grid .stakeholder-card:nth-child(6) {
    grid-column: unset;
    transform: unset;
}
.stakeholder-grid .stakeholder-card:nth-child(7) {
    grid-column: 1;
    transform: translateX(50%);
}
.meeting-section .hero-cta {
    width: 265px !important;
    margin-top: 10px;
}
.oman-second-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.request-form-row textarea.request-input {
    text-align: left;
    height: 60px;
    padding-top: 16px;
}
.hero-text img {
    width: 150px;
    height: auto;
    display: flex;
    margin: 10px 0;
}
}
@media (min-width: 1200px) and (max-width: 1650px) {
    .pharma-card h3 {
        font-size: 18px;
    }
.stakeholder-icon, .stakeholder-icon img {
    width: 100px;
    height: 100px;
}
.request-bottom {
    justify-content: space-between;
}
.hero-logo, .hero-logo-second {
    width: 100px;
    height: auto;
}
.hero-logo img {
    width: 200px;
    height: auto;
}
.hero-logo-second img {
    width: 100px;
    height: auto;
}
.hero-logos {
    gap: 0px;
}
.logo-divider {
    width: 1px;
    height: 42px;
    margin: 0 5px 0 60px;
    background: rgba(255, 255, 255, 0.55);
}
.hero-nav .nav-link {
    padding: 0 0px 0 15px !important;
}
.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
}
.hero-nav .nav-link.active::after {
    left: 15px;
    right: 0px;
}
.hero-section {
    padding: 0;
    background-position: right center;
    margin-top: 100px;
}
.hero-text {
    padding: 80px 0;
}
.hero-text h1 {
    font-size: 50px;
}
.hero-text h2 {
    font-size: 22px;
    margin-top: 10px;
}
.event-info {
    margin: 10px 0 20px 0;
}
.event-info h3 {
    margin-bottom: 15px;
    font-size: 20px;
}
.event-meta {
        align-items: flex-start;
        gap: 9px;
        justify-content: flex-start;
}
.meta-item {
    font-size: 16px;
}
.meta-item i {
    font-size: 16px;
}
.hero-cta {
    display: flex;
    width: fit-content;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 20px 0 0 0;
    padding: 15px;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}
.mission-inner h2 {
    font-size: 26px !important;
}
.intro-content {
    min-height: unset;
    padding: 0px;
}
.intro-journey {
    margin-top: 10px;
}
.intro-buttons {
    margin-top: 10px;
}
.intro-section {
    padding: 20px 0 0 0;
}
.intro-image img {
    width: 100%;
    height: 395px;
    object-fit: cover;
    border-radius: 20px;
}
.why-oman-heading {
    margin-bottom: 10px;
}
.opaz-mission-section {
    padding: 20px 0;
    margin-top: 20px;
}
.opaz-about {
    padding: 0px;
}
.opaz-about-title {
    justify-content: center;
}
.opaz-about-content {
     border-left: unset; 
    margin: 0 10px 0 0px;
    padding-left: 0;
}
.mission-heading {
    margin-bottom: 10px;
}
.mission-column p {
    text-align: left;
}
.journey-items {
    gap: 5px;
}
.service-management-section {
    padding: 20px 0;
    margin-top: 20px;
}
.mission-heading span {
    margin-top: 5px;
}
.pharma-cepa-layout {
    padding: 20px;
}
.pharma-cepa-title {
    gap: 10px;
    margin-bottom: 10px;
}
.objective-content h3 {
    font-size: 26px !important;
}
.pharma-cepa-strip .objective-content {
    padding: 0;
}
.pharma-cepa-strip {
    padding: 0;
    margin-top: 20px;
}
.sp1 {
    margin-top: 20px;
}
.objective-card {
    width: 100%;
    height: auto;
    display: flex;
    gap: 8px;
}
.strategic-section .objective-content h3 {
    font-size: 18px !important;
    line-height: 1.5;
}
.strategic-section p {
    text-align: left !important;
}
.client-logo-section {
    padding: 0px;
    margin-top: 20px;
}
.client-logo-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    width: 100%;
    margin-top: 0px;
    gap: 5px;
}
.client-logo {
    width: 100%;
    height: auto;
}
.oman-overview-section {
    padding: 0;
    margin-top: 20px;
}
.feature-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.pavilion-features {
    gap: 20px;
}
.pavilion-panel h3, .oman-panel h2 {
    font-size: 26px !important;
}
.pavilion-panel .smallfnt, .engage-panel .smallfnt, .oman-panel .txt {
    font-size: 20px !important;
    line-height: 1.3;
}
.oman-second-image {
    width: 100%;
    height: 430px;
    min-height: unset;
    margin-top: 0px;
    object-fit: contain;
}
.oman-second-section .stakeholders-panel {
    padding: 0;
    margin-left: 0;
}
.discussion-list li {
    margin-bottom: 15px;
}
.oman-second-section1 {
    padding: 0px;
    margin-top: 20px;
}
.oman-second-content {
    padding: 0px;
}
.oman-second-wrapper {
    gap: 10px;
}
.intro-btn {
    min-height: unset;
    padding: 15px;
    border-radius: 4px;
    margin-top: 0px !important;
}
.request-intro h2 {
    margin: 0;
    font-size: 18px;
}
.request-wrapper {
    padding: 20px;
}
.request-input {
    height: 60px;
    padding: 5px;
    line-height: 1.5;
}
.request-submit {
    text-align: left;
    line-height: 1.5;
}
.opaz-about-icon {
     margin-right: 0px;
    flex: 0 0 280px;
    width: 280px;
    height: auto;
}
.opaz-about-title {
    justify-content: flex-start;
    gap: 10px;
}
.opaz-about-title h2 {
    font-size: 26px;
}
.mission-heading h2 {
    font-size: 26px;
    line-height: 1.3;
}
.pharma-cepa-number {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    font-size: 18px;
}
.pharma-connect-list {
    gap: 5px;
    margin: 0 0 10px 0;
}
.pavilion-panel .txt {
    text-transform: none;
    font-size: 20px !important;
}
.objective-content {
    padding: 20px;
}
.objective-number {
    flex: 0 0 110px;
    width: 110px;
    height: 170px;
}
.oman-first-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: stretch;
}
.stakeholder-card span {
    padding: 0;
}
.oman-second-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
}
.service-management-section .objective-content {
    padding: 0 !important;
}
.meeting-content {
    justify-content: flex-start;
}
.bhe-floating-cta {
    top: 70%;
}
.bhe-floating-cta:hover {
     top: 70%;
}
.bhe-hover-content {
    width: 290px;
    font-size: 14px;
    font-weight: 800;
}
.button {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
        gap: 8px;
}
.button .hero-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin: 10px 0 0 !important;
        padding: 8px 14px;
        font-size: 16px;
        white-space: nowrap;
}
.opaz-intro-brand h2 {
    font-size: 26px;
}
.opaz-intro-text {
    width: 100%;
    max-width: 600px;
}
.opaz-intro-text p {
    text-align: justify;
}
.strategic-section .objective-content {
    padding: 0;
}
.pavilion-bottom {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 0px;
    flex-direction: column;
}
.pavilion-panel .pavilion-image {
    flex: 0 0 320px;
    width: 525px;
    height: auto;
    margin-top: 15px;
}
.stakeholder-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.stakeholder-grid .stakeholder-card:nth-child(5),
.stakeholder-grid .stakeholder-card:nth-child(6) {
    grid-column: unset;
    transform: unset;
}
.stakeholder-grid .stakeholder-card:nth-child(7) {
    grid-column: 1;
    transform: translateX(50%);
}
.meeting-section .hero-cta {
    width: 265px !important;
    margin-top: 10px;
}
.oman-second-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.request-form-row textarea.request-input {
    text-align: left;
    height: 60px;
    padding-top: 18px;
}
.hero-text img {
    width: 150px;
    height: auto;
    display: flex;
    margin: 10px 0;
}
.environment-section {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.logistics-box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.request-footer p {
    text-align: center;
}
.environment-card h3 {
    text-align: center;
}
.environment-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
}
.environment-card:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 5px);
}
.pavilion-feature span {
    text-align: left;
}
.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 20px;
}
.benefit-box {
    gap: 10px;
    padding: 10px;
    border-radius: 100px;
}
.benefit-box p {
    text-align: left;
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.pharma-cards-row {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 10px;
}
.pharma-cards-row > :last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 5px);
}
.pharma-card-column {
    width: 100%;
    display: flex;
    margin-top: 20px;
}
.pharma-card-full .pharma-card p {
    text-align: justify;
}
.pharma-card-body p {
text-align: center;
}
.stakeholder-icon, .stakeholder-icon img {
    width: 100px;
    height: 100px;
}
.pharma-connect-list {
    gap: 5px;
    margin: 0px 0 10px 0;
}
.pharma-cepa-strip .objective-content {
    padding: 0;
}
.objective-content {
    padding: 20px;
}
.hero-logo, .hero-logo-second {
    width: 100px;
    height: auto;
}
.hero-logo img {
    width: 150px;
    height: auto;
}
.hero-logo-second img {
    width: 100px;
    height: auto;
}
.hero-logos {
    gap: 0px;
}
.logo-divider {
    width: 1px;
    height: 42px;
    margin: 0 0px 0 15px;
    background: rgba(255, 255, 255, 0.55);
}
.hero-nav .nav-link {
    padding: 0 0px 0 10px !important;
}
.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
}
.hero-nav .nav-link.active::after {
    left: 6px;
    right: 0px;
}
.hero-section {
    padding: 30px 0 20px 0;
    background-position: right center;
    margin-top: 80px;
}
.hero-text {
    padding: 0;
}
.hero-text h1 {
    font-size: 40px;
}
.hero-text h2 {
    font-size: 20px;
    margin-top: 10px;
}
.event-info { 
    margin: 10px 0;
}
.event-info h3 {
    margin-bottom: 10px;
    font-size: 18px;
}
.event-meta {
        align-items: flex-start;
        gap: 9px;
        justify-content: flex-start;
}
.meta-item {
    font-size: 18px;
}
.meta-item i {
    font-size: 18px;
}
.hero-cta {
    display: flex;
    width: fit-content;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 10px 0 0 0;
    padding: 8px 18px;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}
.mission-inner h2 {
    font-size: 26px !important;
}
.intro-content {
    min-height: unset;
    padding: 0px;
}
.intro-journey {
    margin-top: 10px;
}
.intro-buttons {
    margin-top: 10px;
}
.intro-section {
    padding: 20px 0 0 0;
}
.intro-image img {
    width: 100%;
    height: 395px;
    object-fit: cover;
    border-radius: 20px;
}
.why-oman-heading {
    margin-bottom: 10px;
}
.opaz-mission-section {
    padding: 20px 0;
    margin-top: 20px;
}
.opaz-about {
    padding: 0px;
}
.opaz-about-title {
    justify-content: center;
}
.opaz-about-content {
     border-left: unset; 
    margin: 0 10px 0 0px;
    padding-left: 0;
}
.mission-heading {
    margin-bottom: 10px;
}
.mission-column p {
    text-align: left;
}
.journey-items {
    gap: 5px;
}
.service-management-section {
    padding: 20px 0;
    margin-top: 20px;
}
.mission-heading span {
    margin-top: 5px;
}
.pharma-cepa-layout {
    padding: 20px;
}
.pharma-cepa-title {
    gap: 10px;
    margin-bottom: 10px;
}
.objective-content h3 {
    font-size: 26px !important;
}
.pharma-cepa-strip {
    padding: 0;
    margin-top: 20px;
}
.sp1 {
    margin-top: 20px;
}
.objective-card {
    width: 100%;
    height: 280px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.strategic-section .objective-content h3 {
    font-size: 18px !important;
    text-align: center;
}
.objective-number {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.objective-icon {
    width: 40px;
    height: 40px;
}
.strategic-section p {
    text-align: justify !important;
}
.client-logo-section {
    padding: 0px;
    margin-top: 20px;
}
.client-logo-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    width: 100%;
    margin-top: 0px;
    gap: 0;
}
.client-logo {
    width: 100%;
    height: auto;
}
.oman-overview-section {
    padding: 0;
    margin-top: 20px;
}
.oman-first-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.pavilion-bottom {
     position: relative; 
     left: 0px; 
     right: 0px; 
     bottom: 0px; 
    display: flex;
     align-items: center; 
     gap: 10px; 
}
.feature-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.pavilion-features {
    gap: 20px;
}
.pavilion-panel h3, .oman-panel h2 {
    font-size: 26px !important;
    text-align: center;
}
.pavilion-panel .smallfnt, .engage-panel .smallfnt, .oman-panel .txt {
    font-size: 18px !important;
    line-height: 1.3;
    text-transform: none;
}
.panel-description {
    text-align: center;
}
.oman-second-section {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
    flex-direction: column;
}
.oman-second-image {
    width: 100%;
    height: auto;
    min-height: unset;
    margin-top: 10px;
}
.oman-second-section .stakeholders-panel {
    padding: 0;
    margin-left: 0;
}
.discussion-list li {
    margin-bottom: 15px;
}
.oman-second-section1 {
    padding: 0px;
}
.oman-second-content {
    padding: 0px;
}
.oman-second-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    flex-direction: column-reverse;
}
.oman-second-section1  .oman-second-point-content {
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.oman-second-section1 .oman-second-point {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 0px;
    margin-top: 20px;
}
.meeting-icon img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.intro-btn {
    min-height: unset;
    padding: 15px;
    border-radius: 4px;
    margin-top: 0px !important;
}
.oman-second-point-content p {
    text-align: center;
}
.meeting-section {
    padding: 0;
}
.meeting-image img {
    object-fit: cover;
}
.meeting-section .mission-inner h2 {
    line-height: 1.3;
}
.meeting-left, .meeting-right {
    padding: 15px;
}
.meeting-content p {
    text-align: left;
}
.meeting-wrapper {
    min-height: unset !important;
    display: grid;
    grid-template-columns: 50% 50%;
}
.meeting-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.meeting-section .mission-inner h2 {
    font-size: 20px !important;
    margin-bottom: 0px;
}
.meeting-section .hero-cta {
    width: 265px !important;
    height: auto;
}
.meeting-content {
    justify-content: flex-start;
}
.request-intro h2 {
    margin: 0;
    font-size: 18px;
}
.request-wrapper {
    padding: 20px;
}
.request-input {
    height: 60px;
    padding: 5px;
    line-height: 1.5;
}
.request-submit {
    text-align: left;
    line-height: 1.5;
}
.request-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.contact-item {
    margin-bottom: 0px;
}
.request-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    flex-direction: row;
    gap: 10px;
}
.contact-block h3 {
    text-align: left;
}
.contact-item1 {
    margin-bottom: 10px;
}
.bhe-floating-cta {
    top: 85%;
}
.bhe-floating-cta:hover {
    top: 85%;
}
.bhe-float-btn {
    padding: 10px;
}
.bhe-float-btn span:last-child {
    line-height: 1.3;
}
a.blantershow-chat {
    right: auto;
    left: 20px;
}
.call-phone {
    right: auto;
    left: 20px;
}
#whatsapp-chat {
    right: auto;
    left: 32px;
}
.opaz-intro-brand {
    align-items: center;
    justify-content: center;
}
.pharma-cepa-number {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    font-size: 18px;
}
.opaz-intro-brand h2 {
    font-size: 20px;
}
.bhe-hover-content {
    position: absolute;
    right: 145px;
    top: 50%;
    width: 290px;
    font-size: 14px;
    font-weight: 800;
}
.button {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
        gap: 8px;
}
.button .hero-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin: 10px 0 0 !important;
        padding: 8px 14px;
        font-size: 16px;
        white-space: nowrap;
}
.strategic-section .objective-content {
    padding: 0;
}
.request-form-row textarea.request-input {
    text-align: left;
    height: 60px;
    padding-top: 5px;
}
.hero-text img {
    width: 150px;
    height: auto;
    display: flex;
    margin: 10px 0;
}
.logistics-point {
    flex-direction: column;
    padding: 15px;
}
.environment-section {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.logistics-box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.request-footer p {
    text-align: center;
}
.environment-card h3 {
    text-align: center;
}
.environment-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
}
.environment-card:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 5px);
}
.pavilion-feature span {
    text-align: left;
}
.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 20px;
}
.benefit-box {
    gap: 10px;
    padding: 10px;
    border-radius: 20px;
}
.benefit-box p {
    text-align: left;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
            .pharma-cards-row {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.pharma-card-column {
    width: 100%;
    display: flex;
    margin-top: 20px;
}
.pharma-card-full .pharma-card p {
    text-align: justify;
}
.stakeholder-icon, .stakeholder-icon img {
    width: 100px;
    height: 100px;
}
.objective-content {
    padding: 0;
}
.hero-logo, .hero-logo-second {
    width: 100px;
    height: auto;
}
.hero-logo img {
    width: 200px;
    height: auto;
}
.navbar {
    justify-content: space-around;
    gap: 20px;
}
.hero-logo-second img {
    width: 100px;
    height: auto;
}
.hero-logos {
    gap: 10px;
}
.logo-divider {
    width: 1px;
    height: 42px;
    margin: 0 0px 0 27px;
    background: rgba(255, 255, 255, 0.55);
}
.hero-section {
        position: relative;
        width: 100%;
        height: auto;
        padding: 30px 0 0;
        background: #000000;
        color: #ffffff;
        overflow: hidden;
}
.hero-section::after {
        content: "";
        display: block;
        width: 100%;
        aspect-ratio: 1 / 1;
        background-image: url("../images/mobilebanner.webp");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
}
.hero-text {
    padding: 0;
}
.hero-text h1 {
    font-size: 30px;
    text-align: center;
}
.hero-text h2 {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}
.event-info { 
    margin: 10px 0;
}
.event-info h3 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
}
.event-meta {
        align-items: center;
        gap: 9px;
        justify-content: center;
}
.meta-item {
    font-size: 16px;
}
.meta-item i {
    font-size: 16px;
}
.button {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
        gap: 8px;
}
.button .hero-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin: 10px 0 0 !important;
        padding: 8px 14px;
        font-size: 16px;
        white-space: nowrap;
}
.reverse {
    display: flex;
    flex-direction: column-reverse;
}
.intro-content {
    height: 100%;
    min-height: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}
.mission-inner h2 {
    font-size: 26px !important;
    text-align: center;
}
.why-oman-heading {
    margin-bottom: 10px;
}
.why-oman-heading span {
    margin: -8px auto 0 !important;
}
.intro-journey {
    margin-top: 10px;
    padding: 10px;
}
.journey-label {
    font-size: 18px;
    text-align: center;
}
.journey-items {
    justify-content: center;
}
.intro-buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        width: 100%;
        margin: 10px 0;
        flex-wrap: nowrap;
}
.intro-btn {
    min-height: 65px;
}
.intro-buttons a,
.intro-buttons button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
}
.intro-image {
    padding: 10px;
}
.intro-section {
        padding: 20px 0 0 0;
}
.opaz-mission-section {
    margin-top: 10px;
    padding: 20px 0;
}
.opaz-about {
    padding: 0;
}
.opaz-about-title {
    align-items: center;
    justify-content: center;
}
.opaz-about-title h2 {
    font-size: 20px;
}
.opaz-about-content {
    border: unset;
    margin-left: 0;
}
.opaz-about-title {
    margin-bottom: 10px;
}
.opaz-about-content p {
    margin-bottom: 10px;
}
.mission-column {
    border: unset;
    padding-left: 0;
    margin-top: 10px;
}
.mission-heading {
    margin-bottom: 10px;
}
.mission-heading h2 {
    font-size: 20px;
    text-align: center;
}
.mission-heading span {
    margin: 5px auto;
}
.pharma-cepa-strip {
    padding: 20px 0 0 0;
}
.pharma-cepa-title {
    gap: 10px;
    flex-direction: column;
    margin-bottom: 0;
}
.pharma-connect-list {
    gap: 5px;
    margin: 0px 0 10px 0;
    align-items: center;
    justify-content: center;
}
.pharma-cepa-divider {
    width: 100%;
    height: 1px;
    margin: 10px 0 15px 0;
}
.pharma-cepa-number {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    font-size: 20px;
}
.objective-content h3 {
    text-align: center;
    font-size: 26px !important;
}
.sp1 {
    margin-top: 20px;
}
.strategic-heading {
    margin-bottom: 10px;
}
.objective-card {
    width: 100%;
    height: 330px;
    padding: 20px;
    flex-direction: column;
    gap: 10px;
}
.objective-content {
    padding: 0;
}
.objective-number {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    display: flex;
}
.objective-icon {
    width: 50px;
    height: 50px;
}
.objective-content p {
    text-align: justify !important;
}
.client-logo-section {
    padding: 20px 0 0 0;
}
.client-logo-wrapper {
    grid-template-columns: repeat(3, 1fr);
    margin: auto;
    row-gap: 10px;
}
.client-logo {
    width: 100%;
    height: auto;
    padding: 0px 5px;
}
.sp2 {
    margin-top: 0px;
}
.oman-overview-section {
    padding: 0px;
}
.oman-panel {
    padding: 20px;
}
.pavilion-bottom {
    position: relative;
    gap: 0px;
    flex-direction: column;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: flex-start;
}
.pavilion-features {
    gap: 10px;
}
.pavilion-bottom p {
    margin-bottom: 0;
}
.oman-panel h2 {
    text-align: center;
}
.stakeholder-grid {
    grid-template-columns: repeat(4, 1fr);
}
.stakeholder-card span {
    padding: 0;
}
#who .oman-panel {
    padding: 0;
    margin-left: 0;
}
.discussion-list li {
    margin-bottom: 10px;
    font-size: 16px;
}
#who .oman-second-section {
    gap: 0px;
    margin-top: 20px;
}
.oman-second-image {
    position: relative;
    width: 100%;
    height: auto;
    min-height: unset;
    overflow: hidden;
    margin-bottom: 20px;
}
.oman-second-content {
    padding: 0px;
}
.oman-second-section1 {
    padding: 20px 0 0 0;
}
.oman-second-section1 .objective-content h3 {
    text-align: left;
}
.oman-second-section1 .secondary-btn {
    margin-top: 0 !important;
}
.oman-second-section1 .oman-second-image {
    margin: 15px 0 0 0;
}
.meeting-section {
    padding: 0;
}
.meeting-left {
    width: 100%;
    padding: 20px 20px 0 20px;
    order: 1;
}
.meeting-right {
        width: 100%;
        padding: 0 20px 20px 20px;
        order: 3;
}
.request-section {
    padding: 0;
}
.request-intro {
    padding-right: 0px;
}
.request-input {
    height: auto;
    font-size: 16px;
}
.request-bottom {
    gap: 10px;
    margin-bottom: 10px;
}
.request-footer {
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.bhe-floating-cta {
    top: 85%;
    width: 110px;
    padding: 5px;
}
.bhe-floating-cta:hover {
    width: 110px;
}
a.blantershow-chat {
    right: auto;
    left: 20px;
}
.call-phone {
    right: auto;
    left: 20px;
}
.bhe-float-btn {
    padding: 5px;
}
.pharma-cepa-divider1 {
    display: block;
}
.mission-column .bold {
    text-align: center;
}
.pavilion-panel h3, .oman-panel h2 {
    font-size: 26px !important;
}
.pavilion-panel .smallfnt, .engage-panel .smallfnt,
.oman-panel .txt{
    font-size: 18px !important;
    line-height: 1.3;
    text-transform: none;
}
.intro-btn img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 10px;
}
.meeting-title-row1{
    margin-top: 10px;
}
.opaz-mission-wrapper {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: unset; 
    overflow: hidden;
    border-radius: 8px;
}
.mission-column p {
    text-align: center;
}
.pharma-cepa-layout {
    display: grid;
    grid-template-columns: unset;
    align-items: stretch;
    width: 100%;
    padding: 20px 25px;
    background: #ffffff;
    border: 1px solid #e1e6eb;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.strategic-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    align-items: stretch;
    margin: 0;
}
.oman-second-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.meeting-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    min-height: unset !important;
    flex-direction: column;
}
.request-top {
    display: flex;
    grid-template-columns: unset;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.request-bottom {
    display: flex;
    grid-template-columns: unset;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.request-form-row .col-md-12 {
    flex: 0 0 auto important;
    width: 50% !important;
}
.request-submit {
    width: 100%;
    height: 60px;
}
/* New */
.setter {
    width: 100%;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 10px;
}
.setter1 {
    font-size: 16px;
}
.opaz-intro-content {
    padding: 20px 0;
}
.opaz-intro-logo {
    width: 300px;
    flex: 0 0 300px;
}
.opaz-intro-brand h2 {
    font-size: 26px;
}
.opaz-intro-brand {
    margin-bottom: 20px;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.opaz-intro-brand-line {
    width: 300px;
}
.opaz-intro-text p {
    margin: 0 0 10px;
    text-align: justify;
}
.strategic-section .objective-content h3 {
    font-size: 18px !important;
}
.pavilion-panel .pavilion-image {
    flex: 0 0 440px;
    width: 640px;
    height: auto;
    margin-top: 10px;
    object-fit: contain;
    margin: 15px auto;
}
.request-intro h2 {
    text-align: center;
}
.oman-first-section .objective-content p {
    margin-bottom: 0;
}
.service-management-card p {
    font-size: 16px;
}
.oman-second-wrapper {
    display: flex;
    flex-direction: column;
}
.meeting-section .hero-cta {
    width: 230px !important;
    height: auto;
    font-size: 14px;
    margin: 10px 0;
}
.meeting-section  .hero-cta i {
    font-size: 14px;
}
.hero-cta i {
    font-size: 16px;
}
#whatsapp-chat {
    left: 32px;
    right: 0;
}
.bhe-hover-content {
    width: 185px;
    font-size: 10px;
    right: 140px;
    font-weight: 900;
}
.bhe-floating-cta:hover {
     top: 85%;
}
.txt1 {
    text-align: center;
}
.pharma-cepa-box:last-child, .pharma-cepa-box, .pharma-cepa-box:first-child  {
    padding: 0;
}
.meeting-image {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 230px;
    object-fit: contain;
    order: 2;
}
.request-form-row textarea.request-input {
    text-align: left;
    height: 60px;
}
.hero-text img {
    width: 100px;
    height: auto;
    display: flex;
    align-items: center;
    margin: 10px auto;
}
.logistics-heading {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.environment-section {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 20px 0;
}
.logistics-box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.request-footer p {
    text-align: center;
}
.environment-card h3 {
    text-align: center;
}
.environment-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
}
.environment-card:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 5px);
}
.pavilion-feature span {
    text-align: left;
}
.benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
}
.benefit-grid > :last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 5px);
}
.benefit-box {
    gap: 10px;
    padding: 10px;
    border-radius: 20px;
}
.benefit-box p {
    text-align: left;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
        .pharma-cards-row {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.pharma-card-column {
    width: 100%;
    display: flex;
    margin-top: 10px;
}
.pharma-card-full .pharma-card p {
    text-align: justify;
}
.stakeholder-icon, .stakeholder-icon img {
    width: 100px;
    height: 100px;
}
.objective-content {
    padding: 0;
}
.hero-logo, .hero-logo-second {
    width: 100px;
    height: auto;
}
.hero-logo img {
    width: 200px;
    height: auto;
}
.navbar {
    justify-content: space-around;
    gap: 20px;
}
.hero-logo-second img {
    width: 100px;
    height: auto;
}
.hero-logos {
    gap: 10px;
}
.logo-divider {
    width: 1px;
    height: 42px;
    margin: 0 0px 0 27px;
    background: rgba(255, 255, 255, 0.55);
}
.hero-section {
        position: relative;
        width: 100%;
        height: auto;
        padding: 30px 0 0;
        background: #000000;
        color: #ffffff;
        overflow: hidden;
}
.hero-section::after {
        content: "";
        display: block;
        width: 100%;
        aspect-ratio: 1 / 1;
        background-image: url("../images/mobilebanner.webp");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
}
.hero-text {
    padding: 0;
}
.hero-text h1 {
    font-size: 30px;
    text-align: center;
}
.hero-text h2 {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}
.event-info { 
    margin: 10px 0;
}
.event-info h3 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
}
.event-meta {
        align-items: center;
        gap: 9px;
        justify-content: center;
}
.meta-item {
    font-size: 16px;
}
.meta-item i {
    font-size: 16px;
}
.hero-cta {
    width: fit-content;
    margin: 10px auto 0;
    padding: 8px 18px;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}
.reverse {
    display: flex;
    flex-direction: column-reverse;
}
.intro-content {
    height: 100%;
    min-height: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}
.mission-inner h2 {
    font-size: 26px !important;
    text-align: center;
}
.why-oman-heading {
    margin-bottom: 10px;
}
.why-oman-heading span {
    margin: -8px auto 0 !important;
}
.intro-journey {
    margin-top: 10px;
    padding: 10px;
}
.journey-label {
    font-size: 18px;
    text-align: center;
}
.journey-items {
    justify-content: center;
}
.intro-buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        width: 100%;
        margin: 10px 0;
        flex-wrap: nowrap;
}
.intro-btn {
    min-height: 65px;
}
.intro-buttons a,
.intro-buttons button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
}
.intro-image {
    padding: 10px;
}
.intro-section {
        padding: 20px 0 0 0;
}
.opaz-mission-section {
    margin-top: 10px;
    padding: 20px 0;
}
.opaz-about {
    padding: 0;
}
.opaz-about-title {
    align-items: center;
    justify-content: center;
}
.opaz-about-title h2 {
    font-size: 20px;
}
.opaz-about-content {
    border: unset;
    margin-left: 0;
}
.opaz-about-title {
    margin-bottom: 10px;
}
.opaz-about-content p {
    margin-bottom: 10px;
}
.mission-column {
    border: unset;
    padding-left: 0;
    margin-top: 10px;
}
.mission-heading {
    margin-bottom: 10px;
}
.mission-heading h2 {
    font-size: 20px;
    text-align: center;
}
.mission-heading span {
    margin: 5px auto;
}
.pharma-cepa-strip {
    padding: 20px 0 0 0;
}
.pharma-cepa-title {
    gap: 10px;
    flex-direction: column;
    margin-bottom: 0;
}
.pharma-connect-list {
    gap: 0px;
    margin: 0px 0 10px 0;
    align-items: center;
    justify-content: center;
}
.pharma-cepa-divider {
    width: 100%;
    height: 1px;
    margin: 10px 0 15px 0;
}
.pharma-cepa-number {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    font-size: 18px;
}
.objective-content h3 {
    text-align: center;
    font-size: 26px !important;
}
.sp1 {
    margin-top: 20px;
}
.strategic-heading {
    margin-bottom: 10px;
}
.objective-card {
    width: 100%;
    height: auto;
    padding: 20px;
    flex-direction: column;
    gap: 10px;
}
.objective-content {
    padding: 0;
}
.objective-number {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    display: flex;
}
.objective-icon {
    width: 50px;
    height: 50px;
}
.objective-content p {
    text-align: justify !important;
}
.client-logo-section {
    padding: 20px 0 0 0;
}
.client-logo-wrapper {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 10px;
    gap: 10px;
}
.client-logo {
    width: 100%;
    height: auto;
    padding: 0px 5px;
}
.sp2 {
    margin-top: 0px;
}
.oman-overview-section {
    padding: 0px;
}
.oman-panel {
    padding: 20px;
}
.pavilion-bottom {
    position: relative;
    gap: 0px;
    flex-direction: column;
    left: 0;
    right: 0;
    bottom: -10px;
}
.pavilion-features {
    gap: 10px;
}
.pavilion-bottom p {
    margin-bottom: 0;
}
.oman-panel h2 {
    text-align: center;
}
.stakeholder-grid {
        grid-template-columns: repeat(2, 1fr);
}
.stakeholder-card span {
    padding: 0;
}
#who .oman-panel {
    padding: 0;
    margin-left: 0;
}
.discussion-list li {
    margin-bottom: 10px;
    font-size: 16px;
}
#who .oman-second-section {
    gap: 0px;
    margin-top: 20px;
}
.oman-second-image {
    position: relative;
    width: 100%;
    height: auto;
    min-height: unset;
    overflow: hidden;
    margin-bottom: 20px;
}
.oman-second-content {
    padding: 0px;
}
.oman-second-section1 {
    padding: 20px 0 0 0;
}
.oman-second-section1 .objective-content h3 {
    text-align: left;
}
.oman-second-section1 .secondary-btn {
    margin-top: 0 !important;
}
.oman-second-section1 .oman-second-image {
    margin: 10px 0 0 0;
}
.meeting-section {
    padding: 0;
}
.meeting-left {
    width: 100%;
    padding: 20px 20px 0 20px;
    order: 1;
}
.meeting-right {
        width: 100%;
        padding: 0 20px 20px 20px;
        order: 3;
}
.request-section {
    padding: 0;
}
.request-intro {
    padding-right: 0px;
}
.request-input {
    height: auto;
    font-size: 16px;
}
.request-intro h2 {
    text-align: center;
}
.meeting-title-row {
    justify-content: center;
}
.contact-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}
.request-bottom {
    gap: 10px;
    margin-bottom: 10px;
}
.request-footer {
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.bhe-floating-cta {
    top: 85%;
}
.bhe-floating-cta:hover {
     top: 85%;
}
a.blantershow-chat {
    right: auto;
    left: 20px;
}
.call-phone {
    right: auto;
    left: 20px;
}
.bhe-float-btn {
    padding: 5px;
}
.pharma-cepa-divider1 {
    display: block;
}
.mission-column .bold {
    text-align: center;
}
.pavilion-panel h3, .oman-panel h2 {
    font-size: 26px !important;
}
.pavilion-panel .smallfnt, .engage-panel .smallfnt,
.oman-panel .txt{
    font-size: 18px !important;
    line-height: 1.3;
    text-transform: none;
}
.intro-btn img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 10px;
}
.meeting-title-row1{
    margin-top: 10px;
}
/* New */
.setter {
    width: 100%;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 10px;
}
.setter1 {
    font-size: 16px;
}
.opaz-intro-content {
    padding: 20px 0;
}
.opaz-intro-logo {
    width: 300px;
    flex: 0 0 300px;
}
.opaz-intro-brand h2 {
    font-size: 26px;
}
.opaz-intro-brand {
    margin-bottom: 20px;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.opaz-intro-brand-line {
    width: 300px;
    margin: 0 10px;
}
.opaz-intro-text p {
    margin: 0 0 10px;
    text-align: justify;
}
.strategic-section .objective-content h3 {
    font-size: 18px !important;
}
.pavilion-panel .pavilion-image {
    flex: 0 0 330px;
    width: 480px;
    height: auto;
    margin-top: 10px;
}
.stakeholder-grid .stakeholder-card:nth-child(5), 
.stakeholder-grid .stakeholder-card:nth-child(6)  {
    grid-column: unset;
    transform: unset;
}
.stakeholder-grid .stakeholder-card:nth-child(7) {
        grid-column: 1 / -1;
        justify-self: center;
        width: calc(50% - 5px);
        transform: none;
}
.oman-first-section .objective-content p {
    margin-bottom: 0;
}
.service-management-card p {
    font-size: 16px;
}
.oman-second-wrapper {
    display: flex;
    flex-direction: column;
}
.meeting-section .hero-cta {
    width: 235px !important;
    height: auto;
    font-size: 14px;
    margin: 10px auto 10px auto;
}
.meeting-section  .hero-cta i {
    font-size: 14px;
}
.hero-cta i {
    font-size: 16px;
}
#whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
    bottom: 180px;
}
.bhe-hover-content {
    width: 185px;
    font-size: 10px;
    right: 140px;
    font-weight: 900;
}
.pharma-cepa-box:last-child, .pharma-cepa-box, .pharma-cepa-box:first-child  {
    padding: 0;
}
.request-form-row textarea.request-input {
    text-align: left;
    height: 60px;
}
.hero-text img {
    width: 100px;
    height: auto;
    display: flex;
    align-items: center;
    margin: 10px auto;
}
.logistics-heading {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.environment-section {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 20px 0;
}
.logistics-box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.request-footer p {
    text-align: center;
}
.environment-card h3 {
    text-align: center;
}
.environment-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 20px;
}
.pavilion-feature span {
    text-align: left;
}
.benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
}
.benefit-grid > :last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 5px);
}
.benefit-box {
    gap: 10px;
    padding: 10px;
    border-radius: 20px;
}
.benefit-box p {
    text-align: left;
}
}
@media (max-width: 575px) {
    .pharma-cards-row {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.pharma-card-column {
    width: 100%;
    display: flex;
    margin-top: 10px;
}
.pharma-card-full .pharma-card p {
    text-align: justify;
}
.stakeholder-icon, .stakeholder-icon img {
    width: 100px;
    height: 100px;
}
.objective-content {
    padding: 0;
}
.hero-logo, .hero-logo-second {
    width: 100px;
    height: auto;
}
.hero-logo img {
    width: 200px;
    height: auto;
}
.hero-logo-second img {
    width: 100px;
    height: auto;
}
.hero-logos {
    gap: 10px;
}
.logo-divider {
    width: 1px;
    height: 42px;
    margin: 0 0px 0 27px;
    background: rgba(255, 255, 255, 0.55);
}
.hero-section {
        position: relative;
        width: 100%;
        height: auto;
        padding: 30px 0 0;
        background: #000000;
        color: #ffffff;
        overflow: hidden;
}
.hero-section::after {
        content: "";
        display: block;
        width: 100%;
        aspect-ratio: 1 / 1;
        background-image: url("../images/mobilebanner.webp");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
}
.hero-text {
    padding: 0;
}
.hero-text h1 {
    font-size: 30px;
    text-align: center;
}
.hero-text h2 {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}
.event-info { 
    margin: 10px 0;
}
.event-info h3 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
}
.event-meta {
    align-items: center;
    gap: 9px;
    justify-content: center;
    flex-wrap: wrap;
}
.meta-item {
    font-size: 15px;
}
.meta-item i {
    font-size: 15px;
}
.hero-cta {
    margin: 0px auto 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
}
.reverse {
    display: flex;
    flex-direction: column-reverse;
}
.intro-content {
    height: 100%;
    min-height: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}
.mission-inner h2 {
    font-size: 26px !important;
    text-align: center;
}
.why-oman-heading {
    margin-bottom: 10px;
}
.why-oman-heading span {
    margin: -8px auto 0 !important;
}
.intro-journey {
    margin-top: 10px;
    padding: 10px;
}
.journey-label {
    font-size: 18px;
    text-align: center;
}
.journey-items {
    justify-content: center;
}
.intro-buttons {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        width: 100%;
        margin: 10px 0;
}
.intro-buttons a,
.intro-buttons button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
}
.intro-image {
    padding: 10px;
}
.intro-section {
        padding: 20px 0 0 0;
}
.opaz-mission-section {
    margin-top: 10px;
    padding: 20px 0;
}
.opaz-about {
    padding: 0;
}
.opaz-about-title {
    align-items: center;
    justify-content: center;
}
.opaz-about-title h2 {
    font-size: 20px;
}
.opaz-about-content {
    border: unset;
    margin-left: 0;
}
.opaz-about-title {
    margin-bottom: 10px;
    flex-direction: column;
    gap: 0;
}
.opaz-about-content p {
    margin-bottom: 10px;
}
.opaz-about-icon {
    flex: 0 0 50px;
    border-right: unset;
    padding: 0px;
    margin-right: 0;
}
.mission-column {
    border: unset;
    padding-left: 0;
    margin-top: 10px;
}
.mission-heading {
    margin-bottom: 10px;
}
.mission-heading h2 {
    font-size: 20px;
    text-align: center;
}
.mission-heading span {
    margin: 5px auto;
}
.pharma-cepa-strip {
    padding: 20px 0 0 0;
}
.pharma-cepa-title {
    gap: 10px;
    flex-direction: column;
    margin-bottom: 0;
}
.pharma-connect-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    margin: 0px 0 10px 0;
    align-items: center;
    justify-content: center;
}
.pharma-cepa-divider {
    width: 100%;
    height: 1px;
    margin: 10px 0 15px 0;
}
.pharma-cepa-number {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    font-size: 18px;
}
.objective-content h3 {
    text-align: center;
    font-size: 26px !important;
}
.sp1 {
    margin-top: 20px;
}
.strategic-heading {
    margin-bottom: 10px;
}
.objective-card {
    width: 100%;
    height: auto;
    padding: 20px;
    flex-direction: column;
    gap: 10px;
}
.objective-content {
    padding: 0;
}
.objective-number {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    display: flex;
}
.objective-icon {
    width: 50px;
    height: 50px;
}
.objective-content p {
    text-align: justify !important;
}
.client-logo-section {
    padding: 20px 0 0 0;
}
.client-logo-wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0px;
    gap: 10px;
}
.client-logo {
    width: 100%;
    height: auto;
    padding: 0px 5px;
}
.sp2 {
    margin-top: 0px;
}
.oman-overview-section {
    padding: 0px;
}
.oman-panel {
    padding: 20px;
}
.pavilion-bottom {
    position: relative;
    gap: 0px;
    flex-direction: column;
    left: 0;
    right: 0;
    bottom: -10px;
}
.pavilion-features {
    gap: 10px;
}
.pavilion-bottom p {
    margin-bottom: 0;
}
.oman-panel h2 {
    text-align: center;
}
.stakeholder-grid {
        grid-template-columns: repeat(2, 1fr);
}
.stakeholder-card span {
    padding: 0;
}
#who .oman-panel {
    padding: 0;
    margin-left: 0;
}
.discussion-list li {
    margin-bottom: 10px;
    font-size: 16px;
}
#who .oman-second-section {
    gap: 0px;
    margin-top: 20px;
}
.oman-second-image {
    position: relative;
    width: 100%;
    height: auto;
    min-height: unset;
    overflow: hidden;
    margin-bottom: 20px;
}
.oman-second-content {
    padding: 0px;
}
.oman-second-section1 {
    padding: 20px 0 0 0;
}
.oman-second-section1 .objective-content h3 {
    text-align: left;
}
.oman-second-section1 .secondary-btn {
    margin-top: 0 !important;
}
.oman-second-section1 .oman-second-image {
    margin: 15px 0 0 0;
}
.meeting-section {
    padding: 0;
}
.meeting-left {
    width: 100%;
    padding: 20px 20px 0 20px;
    order: 1;
}
.meeting-right {
        width: 100%;
        padding: 0 20px 20px 20px;
        order: 3;
}
.request-section {
    padding: 0;
}
.request-intro {
    padding-right: 0px;
}
.request-input {
    height: auto;
    font-size: 16px;
}
.request-bottom {
    gap: 10px;
    margin-bottom: 10px;
}
.request-footer {
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.bhe-floating-cta {
    top: 85%;
}
a.blantershow-chat {
    right: auto;
    left: 20px;
}
.call-phone {
    right: auto;
    left: 20px;
}
.bhe-float-btn {
    padding: 5px;
}
.pharma-cepa-divider1 {
    display: block;
}
.mission-column .bold {
    text-align: center;
}
.pavilion-panel h3, .oman-panel h2 {
    font-size: 26px !important;
}
.pavilion-panel .smallfnt, .engage-panel .smallfnt,
.oman-panel .txt{
    font-size: 18px !important;
    line-height: 1.3;
    text-transform: none;
}
.intro-btn img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 10px;
}
.meeting-title-row1{
    margin-top: 10px;
}
/* New */
.setter {
    width: 100%;
    line-height: 1.7;
    font-size: 13px;
    margin-bottom: 10px;
}
.setter1 {
    font-size: 16px;
}
.opaz-intro-content {
    padding: 20px 0;
}
.opaz-intro-logo {
    width: 300px;
    flex: 0 0 50px;
}
.opaz-intro-brand h2 {
    font-size: 26px;
}
.opaz-intro-brand {
    margin-bottom: 20px;
    flex-direction: column;
    gap: 10px;
}
.opaz-intro-brand-line {
    width: 300px;
}
.opaz-intro-text p {
    margin: 0 0 10px;
    text-align: justify;
}
.strategic-section .objective-content h3 {
    font-size: 18px !important;
}
.pavilion-panel .pavilion-image {
    flex: 0 0 255px;
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.stakeholder-grid .stakeholder-card:nth-child(5), 
.stakeholder-grid .stakeholder-card:nth-child(6)  {
    grid-column: unset;
    transform: unset;
}
.stakeholder-grid .stakeholder-card:nth-child(7) {
        grid-column: 1 / -1;
        justify-self: center;
        width: calc(50% - 5px);
        transform: none;
}
.oman-first-section .objective-content p {
    margin-bottom: 0;
}
.service-management-card p {
    font-size: 16px;
}
.oman-second-wrapper {
    display: flex;
    flex-direction: column;
}
.meeting-section .hero-cta {
    width: 230px !important;
    height: auto;
    font-size: 14px;
    margin: 10px auto 10px auto;
}
.meeting-section  .hero-cta i {
    font-size: 14px;
}
.hero-cta i {
    font-size: 16px;
}
#whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
    bottom: 180px;
}
.bhe-hover-content {
    width: 185px;
    font-size: 10px;
    right: 140px;
    font-weight: 900;
}
.bhe-floating-cta:hover {
     top: 85%;
}
.pharma-cepa-box:last-child, .pharma-cepa-box, .pharma-cepa-box:first-child  {
    padding: 0;
}
.request-form-row textarea.request-input {
    text-align: left;
    height: 60px;
}
.hero-text img {
    width: 100px;
    height: auto;
    display: flex;
    align-items: center;
    margin: 10px auto;
}
.logistics-point {
    padding: 15px;
    flex-direction: column;
}
.environment-section {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 20px 0;
}
.logistics-box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.request-footer p {
    text-align: center;
}
.environment-card h3 {
    text-align: center;
}
.environment-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 20px;
}
.pavilion-feature span {
    text-align: left;
}
.benefit-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 20px;
}
.benefit-box {
    gap: 10px;
    padding: 10px;
    border-radius: 20px;
}
.benefit-box p {
    text-align: left;
}
}