body {
    margin: 0;
    font-family: 'Inter';
}

* {
    margin: 0;
}

a {
    cursor: pointer;
}

.hero {
    position: relative;
}

.hero .video-container {
    width: 100%;
    min-height: 100vh;
    object-fit: cover;
    z-index: -2;
}

.hero .video-container img {
    width: 100%;
    min-height: 100vh;
    object-fit: cover;
    object-position: 100% auto;
}

.hamburger-button {
    background-color: #002240;
    color: white;
    padding: 0px 8px 3px 7px;
    font-size: 24px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: none;
    border: none;
}

.hero .hero-video {
    width: 100%;
    min-height: 100vh;
    object-fit: cover;
    top: 0;
    left: 0;
}

.navbar {
    overflow: visible;
    background-color: none;
    display: flex;
    justify-content: space-between;
    padding: 16px 5%;
    align-items: center;
    background: #ffffff50;
    margin: 30px 5% 0;
    border-radius: 20px;
    box-shadow: #000 0 12px 14px -14px;
}

.navLogo img {
    width: 150px !important;
    height: 60px;
    margin-bottom: 0px !important;
    object-fit: cover;
}

#hamburger-menu {
    display: none;
}

#ham-menu {
    top: 0;
    left: 0;
    width: 100%;
}

#ham-menu {
    display: none;
}

.ham-nav-links {
    position: absolute;
    top: 0px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background: #1f1f1f;
    padding: 120px 0 30px;
}

.navLogo img, .navbar #hamburger-menu {
    position: relative;
    z-index: 1;
}

.ham-nav-links a, .ham-nav-links .dropbtn {
    float: left;
    display: block;
    color: #a3a3a3;
    border-bottom: 1px solid #555;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
}

/* .ham-nav-links a.active, .ham-nav-links .dropbtn.active {
    color: #fff;
    font-weight: 600;
} */

.ham-nav-links .dropdown {
    padding: 0px;
}

.ham-nav-links .button-30 a {
    padding: 0 !important;
}

.dropbtn {
    display: block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    background: transparent;
    font-size: 20px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    left: -40px;
    border-radius: 8px;
    background-color: #1f1f1f;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.sm-dropdown-content {
    background-color: #000000;

}

.navbar .nav-links .dropdown-content a, .ham-nav-links .dropdown-content a {
    color: #f2f2f2;
    padding: 12px 16px;
    text-decoration: none;
    width: 100%;
    max-width: calc(100% - 32px);
    border-radius: 8px;
    display: block;
    font-size: 17px;
    border-bottom: 0px;
}

.dropdown-content a:hover {
    background-color: #696969;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.video-overlay {
    width: 100%;
    min-height: 100%;
    height: max-content;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #1f1f1f;
    opacity: 0.6;
    transition: 0.3s, border-radius 0.3s, opacity 0.3s;
}

.hero-wrapper {
    width: 100%;
    min-height: 100%;
    height: max-content;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.alternate-hero-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.navbar .request-quote a {
    background: #E39E25;
    padding: 10px 24px;
    border-radius: 4px;
    font-size: 16px;
}

/* .navbar .nav-links .active, .navbar .dropbtn.active {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: 600;
} */


.navbar .nav-links a {
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
}

.navbar .nav-links {
    display: flex;
    gap: 16px;
}

.navbar a:hover {
    color: #252b53;
}

.navbar .navLogo {}

.navbar .icon {
    display: none;
}

.hero-main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 2%;
    min-height: calc(100vh - 100px);
}

.hero-main h1 {
    color: #ffffff;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 90px;
    max-width: 800px;
}

.hero-main p {
    margin-top: 0%;
    margin-bottom: 30px;
    color: #ffffff;
    max-width: 450px;
}

.button-30 a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: Inter, Helvetica, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", EmojiSymbols, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    border-bottom: none;
}



.button-30:hover a {
    color: #a5a5a5;
}

.button-30 {
    background: #5E5DF0;
    border-radius: 999px;
    box-shadow: #000 0 10px 20px -10px;
    box-sizing: border-box;

    cursor: pointer;

    opacity: 1;
    outline: 0 solid transparent;
    padding: 12px 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    border: 0;
}

.btnQuote img {
    width: 20px;
}

.btnQuote a {
    display: flex;
    align-items: center;
    gap: 6px;
}

.services .section-header {
    padding: 32px 5%;
}

/* blogs  */
.blogs {
    position: relative;
    /* background: #252b53; */
    padding: 80px 10px;
}

.blogs .blogs-overlay {
    width: 100%;
    background: #252b53;
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    z-index: -1;
}

.blogs h6 {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #fff;
    margin: 0px 0px 0px 0px;
}

.blogs h6 .dash {
    display: block;
    height: 5px;
    width: 44px;
    background-color: #E39E25;
    margin-right: 16px;
    color: #fff;
    float: left;
    margin-top: 8px;
}

.blogs h3 {
    font-family: 'Inter';
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
    margin-bottom: 40px;
}

.blogs h4 {
    font-family: sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    color: #000;
    margin-bottom: 40px;
}

.blogs img {
    width: 100%;
    object-fit: contain;
    /* overflow: hidden; */
}

.blogs .blogs-item {
    margin: 0 12px
}

.blogs .item-header {
    padding: 30px;
}

.blogs .blogs-item:hover {
    background-color: #002240;
    box-shadow: 0px 3px 40px rgba(251, 176, 52, 0.16);
    transition: all 400ms ease-out;
}

.blogs .blogs-item:hover h4 {
    color: #fff;
}

.blogs .item-header h6 {
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 0px;
    color: #45a1b9;
    margin-bottom: 12px;
    white-space: nowrap;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.blogs .item-header h4 {
    color: #000;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
}

.blogs .item-header h6 .dash {
    display: block;
    height: 5px;
    width: 44px;
    background-color: #E39E25;
    margin-right: 16px;
    color: #fff;
    float: left;
    margin-top: 8px;
}

.blogs .item-header h6 .vr-sm {
    width: 1px;
    display: block;
    height: 9px;
    background: #85A1B9;
    margin: 0 16px;
}

/* service  */
.services .section-header h4 {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 25px;
    color: var(--e-global-color-152d6f0e);
    margin: 15px 0px 15px 0px;
    text-align: center;
}

.services .services-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.services-item img {
    width: 80px;
    margin-bottom: 20px;
}

.services-item h5 {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 12px;
}

.services-item a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    background: #e7eaf6;
    padding: 18px;
    border-radius: 50%;
}

.services-main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 80px 5% 60px;
    gap: 40px;
}

.reverse-card {
    flex-direction: row-reverse;
}

.services-main .service-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 600px;
}

.services-main .service-content h3 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 24px;
}

.services-main .service-content p {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 24px;
    height: 100%;
}


.services-main img {
    width: 100%;
    float: left;
    aspect-ratio: 1/1;
    object-fit: cover;
    max-width: 450px;
    margin-bottom: 24px;
}

.services-cards a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    background: #e7eaf6;
    padding: 18px;
    border-radius: 50%;
}

.services-item a img {
    width: 16px;
    margin-bottom: 0px;
}

.services-item p {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 24px;
    height: 100%;
}

.services-carousel .services-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 5px;
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.10);
}


#thank_you {
    background: #fff;
    position: fixed;
    top: 10px;
    left: 8%;
    width: 200px;
    padding: 20px;
    z-index: 10;
    border-radius: 8px;
}

.thankyou-main {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr;
    justify-items: center;
    align-items: center;
    grid-column-end: auto;
    grid-gap: 10px;
    margin-bottom: 30px;
}

#thank_you img {
    width: 60px;
}

#thank_you p {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

#thank_you button {
    position: absolute;
    bottom: -30px;
    right: 0px;
    margin-right: 0;
    color: #000;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    border: none;
    line-height: 20px;
    cursor: pointer;
}

.short-divider {
    display: flex;
    justify-content: center;
    align-items: center;

}

.short-divider span {
    height: 5px;
    width: 44px;
    background-color: #E39E25;
}

.section-header h2 {
    font-family: 'Inter';
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    padding-bottom: 16px;
}

.services .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 24%));
    gap: 1rem;
    margin-bottom: 40px;
    justify-items: center;
    align-items: center;
    justify-content: center;
}

.services-grid .services-item, .services-carousel .services-item {
    text-align: center !important;
    padding: 52px 20px 25px 20px;
}

.services-grid .services-item:hover, .services-carousel .services-item:hover {
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.10);
    transition: all 300ms ease-out;
}

.services-grid .services-item:hover a, .services-carousel .services-item:hover a {
    background-color: #FFD62C;
}

/* what we do  */
.weCando, .weHave {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 5%;
    flex-direction: column;
    background: #252b53;
}

.weCando h5, .weHave h5 {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 25px;
    color: var(--e-global-color-1f0d529);
    margin: 58px 0px 12px 0px;
    text-align: center;
    color: #e39e25;

}

.weCando h3, .weHave h3 {
    font-family: 'Inter';
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    line-height: 60px;
    max-width: 800px;
    text-align: center;

}

.weCando .counterSection {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    max-width: 800px;
    gap: 16px;
    width: 100%;
    margin: 50px 0 10px;
}

.weCando .counters {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.weCando .counters h6 {
    color: #fff;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.weCando .counters h3 {
    color: #e39e25;
}

/* about  */
.about {
    display: grid;
    padding: 5%;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10%;
}

.about img {
    width: 90%;
}

.about .aboutMain {
    align-self: center;
}

.about .aboutContent {
    margin-bottom: 32px;

}

.about .aboutContent h4 {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}

.aboutContent h4 span {
    display: block;
    height: 5px;
    width: 44px;
    background-color: #E39E25;
}

.about .aboutContent p {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin: 48px 0px 0px 0px;
    max-width: 472px;
}

.about .counterSection {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    max-width: 800px;
    gap: 16px;
    width: 100%;
    margin: 50px 0 10px;
}

.about .counters {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.about .counters h6 {
    color: #000;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.about .counters h3 {
    color: #e39e25;
    font-family: 'Inter';
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    max-width: 800px;
    text-align: center;
}

/* we have  */
.weHave {
    padding: 60px 5%;
}

.weHave h3 {
    margin: 15px 0px 15px 0px;
}

.weHave h5 {
    color: #fff;
    margin: 15px 0px 15px 0px;
}

.weHave p {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    width: 400px;
    max-width: 100%;
}

/* message Section  */
.messageSection {
    padding: 32px 5%;
}


.messageSection .section-header h4 {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 25px;
    color: var(--e-global-color-152d6f0e);
    margin: 15px 0px 15px 0px;
    text-align: center;
}

.messageSection .gridSection {
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr 2fr;
    grid-gap: 10%;
}

.messageSection .gridSection img {
    width: 100%;
    max-width: 350px;
}

.messageSection .messageContent p span {
    display: block;
    height: 5px;
    width: 44px;
    background-color: #E39E25;
    margin-right: 16px;
    float: left;
    margin-top: 8px;
}

.messageSection .messageContent p {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin: 48px 0px 0px 0px;
    max-width: 472px;
}

/* live Images */
.liveImages {
    background: #252b53;
    padding: 80px 10px;
}

.liveImages h6 {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #fff;
    margin: 0px 0px 0px 0px;
}

.liveImages h6 span {
    display: block;
    height: 5px;
    width: 44px;
    background-color: #E39E25;
    margin-right: 16px;
    color: #fff;
    float: left;
    margin-top: 8px;
}

.liveImages h3 {
    font-family: 'Inter';
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
    margin-bottom: 40px;
}

.liveImages img {
    border: 2px solid #E39E25;
    border-radius: 15px;
    width: 300px;
    margin: 0 16px;
    object-fit: contain;
    /* overflow: hidden; */
}



/* footer  */
.footer {
    background: #252b53;
    padding: 40px 5%;
}

.footer .footer-grid {
    display: grid;
    padding-bottom: 40px;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
    color: #fff;

}

.footer .footer-right {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.footer .footer-right li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.footer .footer-right li {
    margin-bottom: 5px;
}

.footer .footer-right li img {
    width: 20px;
}


.footer .footer-left {
    font-size: 16px;
    margin-bottom: 16px;
}

.footer .footer-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 10%;
}

.footer .footer-left img {
    width: 180px;
    height: 120px;
    object-fit: cover;
    margin-bottom: 40px;

}

.footer .footer-right h2 {
    font-size: 29px;
    line-height: 1.1em;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0px 0px 15px 0px;
}

.footer .footer-right ul {
    padding: 0;
}

.footer .footer-right li {
    list-style: none;
    font-size: 16px;
    line-height: 24px;
}

.footer .copyRight {
    width: 100%;
    display: flex;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.2em;
}

.slick-next {
    right: 3px;
}

.slick-next:before {
    font-size: 28px;
}

.slick-prev:before {
    font-size: 28px;
}

.arrow-layer-left {
    position: absolute;
    top: -80px;
    right: 80px;
    padding: 16px;
    background: #1765ac;
    border-radius: 50%;
    width: min-content;
}

.arrow-layer-left img {
    width: 20px;
    margin-bottom: -4px;
    rotate: 180deg;
}

.arrow-layer-right {
    position: absolute;
    top: -80px;
    right: 10px;
    padding: 16px;
    background: #1765ac;
    border-radius: 50%;
    width: min-content;
}

.arrow-layer-right img {
    width: 20px;
    margin-bottom: -4px;
}

.slick-prev {
    left: 0px;
    z-index: 10;
}



@media screen and (max-width: 1200px) {
    .hero-main h1 {
        color: #ffffff;
        font-size: 54px;
        font-weight: 700;
        margin-bottom: 12px;
        line-height: 70px;
    }

    .navbar .nav-links {
        gap: 0;
    }

    .navbar {
        padding: 16px 3%;
    }

    .navbar .nav-links a {
        padding: 12px 8px;
    }
}

@media screen and (max-width: 768px) {
    .navLogo img {
        width: 120px !important;
    }

    .hero-main h1 {
        color: #ffffff;
        font-size: 46px;
        font-weight: 700;
        margin-bottom: 12px;
        line-height: 70px;
    }

    .navbar .navBtn {
        display: none;
    }

    .navbar .nav-links {
        display: none;
    }

    #hamburger-menu {
        display: block;
    }

    .navbar a:not(:first-child) {
        display: none;
    }

    .navbar a.icon {
        float: right;
        display: block;
    }

    .services-main .services-cards {
        flex-direction: column;
    }

    .navbar.responsive {
        position: relative;
    }

    .navbar.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .navbar.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .section-header h2 {
        font-size: 40px;
        line-height: 50px
    }


    .weCando h3, .weHave h3 {
        font-size: 40px;
        line-height: 50px
    }

    .section-header .services-grid {
        grid-template-columns: 1fr;
    }

    .messageSection .gridSection {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }

    .footer .footer-grid {
        grid-template-columns: 1fr;
    }
}


@media screen and (max-width: 576px) {
    .hero-main h1 {
        color: #ffffff;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 12px;
        line-height: 30px;
    }

    .weCando h3, .weHave h3 {
        font-size: 32px;
        line-height: 50px
    }

    .about {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }

    .footer .footer-right {
        grid-template-columns: 1fr;
    }

    .weCando .counterSection {
        justify-content: center;
        gap: 24px;
    }

    .about .counterSection {
        display: flex;
        justify-content: center;
    }

    .blogs h3 {
        font-family: 'Inter';
        font-size: 36px;
        font-weight: bold;
        line-height: 40px;
        color: #fff;
        margin-bottom: 40px;
        max-width: 200px;
    }

    .blogs .item-header {
        padding: 20px;
    }
}


/* ABOUT PAGE  */
.aboutHero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 140px 5% 70px;
    background: #252b53;
}

.aboutHero img {
    width: 100px;
    margin-bottom: 20px;
}

.aboutHero h2 {
    color: #FFFFFF;
    font-size: 32px;
    text-align: center;
}

.aboutHero p {
    max-width: 730px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Inter';
    font-size: 17px;
    font-weight: 400;
    margin: 30px 0;
}

.aboutLoyalty {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 5%;
    padding: 70px 5%;
}

.aboutLoyalty img {
    width: 100%;
    max-width: 350px;
}

.aboutLoyalty h5 {
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.4;
    margin-bottom: 1.4em;
}

.aboutLoyalty h3 {
    color: #12395C;
    font-size: 32px;
    margin-bottom: 30px;
}

.aboutLoyalty p {
    text-align: justify;
    color: #12395C;
    font-family: 'Inter';
    font-size: 17px;
}

.aboutLoyalty p:first-of-type {
    text-align: justify;
    color: #12395C;
    font-family: 'Inter';
    font-size: 19px;
    margin-bottom: 40px;
}

.whyWe {
    background: #252b53;
    padding: 60px 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.whyWe h2 {
    color: #FFFFFF;
    font-size: 48px;
    text-align: center;
    margin-bottom: 16px;
}

.whyWe p {
    color: #FFFFFF;
    font-size: 16px;
    max-width: 800px;
    text-align: left;
    margin-bottom: 14px;
}

.ourValues {
    padding: 10px 5% 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ourValues h2 {
    color: #12395C;
    font-size: 48px;
    text-align: center;
    margin-bottom: 16px;
}

.ourValues p {
    text-align: center;
    color: #12395C;
    font-size: 16px;
    max-width: 450px;
    margin-bottom: 32px;
}

.ourValues h4 {
    font-size: 23px;
    text-align: center;
    color: #12395C;
    max-width: 450px;
    margin-bottom: 10px;
}

.ourValues h6 {
    text-align: center;
    color: #12395C;
    font-size: 16px;
    max-width: 450px;
    margin-top: 40px;
    font-weight: 500;
}

/* facts  */
.facts {
    background-image: url("../img/about-paralex.jpg");
    background-position: 100% 75%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 190px 20px;
}

.facts h6 {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #E39E25;
}

.facts h3 {
    font-family: 'Inter';
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
}

/* certification  */
.certification {
    display: grid;
    grid-template-columns: 1fr 3fr;
    padding: 100px 20px;
}

.certification h5 {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}

.certification span {
    display: block;
    height: 5px;
    width: 44px;
    background-color: #E39E25;
}

.certification h3 {
    font-family: 'Inter';
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 10px;
}

.certification .certi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.certification .certi-grid img {
    width: 100%;
}

/* experience  */
.experience {
    background: #252b53;
    width: 100%;
    padding: 70px 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.experience h6 {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #E39E25;
}

.experience h3 {
    font-family: 'Inter';
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    max-width: 500px;
}

/* quality  */
.quality {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    padding: 20px 20px 30px;
}

.quality img {
    width: 50px;
    margin-bottom: 10px;
}

.quality .hr-line {
    width: 150px;
    height: 4px;
    background: #000;
    margin-bottom: 16px;
}

.quality h4 {
    font-family: 'Inter';
    font-size: 32px;
    font-weight: bold;
    line-height: 70px;
    color: #000;
    margin-bottom: 10px;
}

.quality p {
    color: #002240;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    max-width: 400px;
}



/* services  */
.servicesHero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 0;
}

.ocean-freight {
    background-image: url("../img/ocean-freight-bg.jpg");
}

.air-freight {
    background-image: url("../img/air-freight-bg.jpg");
}

.custom-clearance {
    background-image: url("../img/custom-clearance-bg.jpg");
}

.road-transport {
    background-image: url("../img/road-transport-bg.jpg");
}

.container-terminal {
    background-image: url("../img/container-terminal-bg.jpg");
}

.project-cargo {
    background-image: url("../img/project-cargo-bg.jpg");
}


.servicesHero h6 {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #E39E25;
}

.servicesHero h3 {
    font-family: 'Inter';
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    max-width: 500px;
}

.service-wrapper {
    position: absolute;
    z-index: 1;
    background-color: #252b53;
    opacity: 0.7;
    width: 100%;
    height: 500px;
}

.service-main {
    position: relative;
    z-index: 3;
}

/* contact  */
.contactHero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("../img/contact-hero.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 190px 0px;
    max-width: calc(100vw);
    position: relative;
    z-index: 0;
}


.contactHero h6 {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #E39E25;
}

.contactHero h3 {
    font-family: 'Inter';
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
}

.contact-wrapper {
    position: absolute;
    z-index: 1;
    background-color: #252b53;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

.contact-main {
    position: relative;
    z-index: 3;
    width: 100%;

}

.contactForm {
    margin: 60px 10% 0;
    border-radius: 30px;
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    background-color: #fff;
    padding: 40px 5%;
}

.contactForm img {
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: contain;
}


.contactForm .form-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.contactForm .sm-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
}

.contactForm input, .contactForm select, .contactForm textarea {
    padding: 7px;
    border-radius: 20px;
    font-size: 16px;
    padding: 0 16px;
    background: #d4d4d4;
    border: 0;
    height: 28px;
    font-family: 'Inter';
}

.contactForm input:focus, .contactForm select:focus, .contactForm textarea:focus {
    border: 1px solid #000;
}

.contactForm textarea {
    padding-top: 6px;
    border-radius: 8px;

}

.contactForm h6 {
    margin-bottom: 20px;
}

.contactForm select {
    height: 28px;
}

.contactForm button {
    width: 100%;
    max-width: 200px;
    background: #E39E25;
    border-radius: 20px;
    border: none;
    color: #fff;
    padding: 8px 25px;
    height: auto;
    font-weight: 600;
}

.contactForm input::-ms-input-placeholder, .contactForm select::-ms-input-placeholder, .contactForm textarea::-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    font-weight: 600;
}

.contactForm label {
    color: #fff;
}

.contact-details {
    padding: 20px;
}

.contact-details h3 {
    font-family: 'Inter';
    font-size: 50px;
    font-weight: bold;
    color: #252b53;
    line-height: 60px;
    text-align: center;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.contact-grid .contactCard {
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #252b53;
    padding: 15px;
    border-radius: 8px;
}

.contactCard h5 {
    color: #252b53;
    font-size: 24px;
    margin-bottom: 20px;
}

.contactCard .address {
    margin-bottom: 30px;
}

.contactCard p {
    text-align: left;
    color: #000000;
    font-size: 15px;
}

.submitBtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .certification {
        grid-template-columns: 1fr;
    }

    .aboutLoyalty {
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }

    .contactForm {
        grid-template-columns: 1fr;
    }


}

@media (max-width: 576px) {
    .contactForm .sm-items {
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }

    .contactForm {
        margin: 60px 5% 0;
    }
}