@font-face {
    font-family: 'ArbFonts-GE-SS-Two-Bold';
    src: url('/fonts/ArbFONTS-GE_SS_Two_Bold-1.otf') format('opentype'),
        url('/fonts/ArbFONTS-GE_SS_Two_Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ArbFonts-GE-SS-Two-Light';
    src: url('/fonts/ArbFONTS-GE_SS_Two_Light-1.otf') format('opentype'),
        url('/fonts/ArbFONTS-GE_SS_Two_Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ArbFonts-GE-SS-Two-Medium';
    src: url('/fonts/ArbFONTS-GE_SS_Two_Medium-1.otf') format('opentype'),
        url('/fonts/ArbFONTS-GE_SS_Two_Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ArbFonts-GE-SS-Text-Medium';
    src: url('/fonts/ArbFONTS-GE_SS_Text-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

* {
    font-family: 'ArbFonts-GE-SS-Two-Light';
}


.lang_style {
    background-color: #106bb5;
    border-radius: 1em;
    width: fit-content;
    padding: .5em;
}

.img-overlay {
    position: relative;
}

/* .overlay {
    position: absolute;
    width: 25em;
    height: 25em;
    border-radius: 50%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.inside {
    width: 15em;
    height: 15em;
    border-radius: 50%;
    background: #f15929;
    opacity: 0.3;
}



.hero-section {
    background-image: url('/assets/hero_img.jpg');
    background-size: cover;
    background-position: center;
    height: 40em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero_mini_img {
    width: 30em;
    height: 30em;
    object-fit: cover;
}

.img-container {
    position: relative;
}

.orange-circle {
    width: 5em;
    height: 5em;
    border: .7em solid #f15929;
    bottom: 0;
    right: 9em;
    border-radius: 50%;
    position: absolute;
}

.highlighted-word {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-family: 'ArbFonts-GE-SS-Two-Bold';
    border: 0.03em solid #106bb5;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.highlighted-word::before {
    content: '';
    position: absolute;
    top: -0.2em;
    left: -0.1em;
    right: -0.1em;
    bottom: -0.1em;
    border: 0.03em solid #106bb5;
    border-radius: 50%;
    z-index: -1;
    margin-top: .3em;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .hero-section {
        height: auto;
        padding: 2em 0;
    }

    .hero_mini_img {
        width: 20em;
        height: 20em;
    }

    .orange-circle {
        width: 4em;
        height: 4em;
        right: 6em;
    }

    .col-12.col-md-6 {
        text-align: center;
        padding: 1em 0;
    }

    .text-center.w-75.m-auto {
        font-size: 1.5rem;
        /* Adjust font size on smaller screens */
    }
}

.highlighted-word::before {
    content: '';
    position: absolute;
    top: -0.2em;
    left: -0.1em;
    right: -0.1em;
    bottom: -0.1em;
    border: 0.03em solid #106bb5;
    border-radius: 50%;
    z-index: -1;
    margin-top: .3em;
}


.semi-circle {
    background: #f15929;
    text-align: center;
    margin: auto;
    height: 5rem;
    width: 10rem;
    border-radius: 0 0 5em 5em;
}

.custom-card-top {
    background: #f4f5f6;
    padding-bottom: 1em;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.custom-card-bottom {
    background: #106bb5;
    color: white;
    display: flex;
    justify-content: center;
    padding: .8em;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    transition: all .5s ease;
}

.custom-card-bottom:hover {
    cursor: pointer;
    background-color: none;
    background-image: url('/assets/read_more_img.png');
    background-position: center;
    background-size: cover;
}

.semi-circle i {
    color: #428dff;
    font-size: 2rem;
    background: white;
    padding: .4em;
    border-radius: 50%;
    margin-top: .5em;
}

.service_icon {
    padding-top: .8em;
}


/* Custom styling for the collage */
.collage-wrapper {
    position: relative;
}

/* Large image styling */
.collage-img-main {
    border-radius: 20px;
    aspect-ratio: 13/16;
    height: 20em;
    display: block;
    object-fit: cover;
}

/* Smaller overlapping image */
.collage-img-overlap {
    position: absolute;
    aspect-ratio: 13 / 16;
    height: 15em;
    bottom: 10%;
    right: -45%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    /* subtle drop shadow */
}


.collage-badge {
    position: absolute;
    bottom: 25%;
    left: 90%;
    background-color: white;
    color: #252525;
    padding: .5em 1em;
    border-radius: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.proj-ic {
    padding: 1.2em;
    background-image: linear-gradient(45deg, #106bb5, #3bc2f4, #fff);
    border-radius: 50%;
}

.proj-two-ic {
    padding: 1.2em;
    background-image: linear-gradient(45deg, #f15929, #ff665e, #fff);
    border-radius: 50%;
}

.proj-title {
    font-family: 'ArbFonts-GE-SS-Two-Bold';
}


.custom-read-more-btn {
    background-image: linear-gradient(45deg, #1486b4, #106bb5);
    border: none;
    font-family: 'ArbFonts-GE-SS-Two-Bold';
    padding: .6em .8em;
}

.prev-work-card {
    border-radius: 1rem;
    border: none;
    height: 100%;
}

.prev-work-card-custom-card-bottom {
    background-image: linear-gradient(45deg, #eb6b26, #f15929);
    color: white;
    display: flex;
    justify-content: center;
    padding: .8em;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.prev-work-card-custom-card-bottom:hover {
    cursor: pointer;
}

.prev-work-card-img {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 5rem;
    border-bottom-left-radius: 5rem;
    box-shadow: 0px 6px 0px 0px #f15929;
}

.partner-img {
    width: 7em;
}


.input-group {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.input-group input {
    flex: 1;
    border: none;
    padding: 10px;
    font-size: 16px;
}

.input-group button {
    background-image: linear-gradient(45deg, #eb6b26, #f15929);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}

.input-group button i {
    font-style: normal;
    font-weight: bold;
}

/* RTL specific styles */
.rtl .input-group {
    flex-direction: row-reverse;
}

.rtl .input-group input {
    text-align: right;
}

.footer {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1138%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='%230e2a47'%3e%3c/rect%3e%3cpath d='M-195.97 312.54C-37.1 316.5 88.42 538.78 396.79 542.14 705.16 545.5 838.77 652.96 989.55 653.44' stroke='rgba(51%2c121%2c194%2c0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M-217.46 67.84C-30.87 69.74 117.12 260.45 501.21 269.44 885.29 278.43 1021.07 603.01 1219.87 611.59' stroke='rgba(51%2c121%2c194%2c0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M-146.47 388.77C-36.93 389 69.79 458.77 286.05 458.77 502.31 458.77 496.19 387.33 718.57 388.77 940.95 390.21 1023.17 654.48 1151.09 666.04' stroke='rgba(51%2c121%2c194%2c0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M-262.86 382.68C-111.54 382.03 27.87 258.41 329.76 259.48 631.65 260.55 750.27 600.64 922.38 613.81' stroke='rgba(51%2c121%2c194%2c0.58)' stroke-width='2'%3e%3c/path%3e%3cpath d='M-177.66 320.42C-48.5 327.61 36.3 555.88 280.35 561.22 524.39 566.56 621.3 657.95 738.35 658.48' stroke='rgba(51%2c121%2c194%2c0.58)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1138'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
    color: #ffffff;
    padding: 5em 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    padding-right: 0;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-icons a {
    margin: 0 5px;
    font-size: 1.5rem;
    transition: color 0.3s;
}

.footer-icons a.whatsapp:hover {
    color: #25D366 !important;
    /* WhatsApp Green */
}

.footer-icons a.facebook:hover {
    color: #1877F2 !important;
    /* Facebook Blue */
}

.footer-icons a.linkedin:hover {
    color: #0077B5 !important;
    /* LinkedIn Blue */
}

.footer-icons a.instagram:hover {
    color: #E1306C !important;
    /* Instagram Pink */
}

.footer-icons a.youtube:hover {
    color: #FF0000 !important;
    /* YouTube Red */
}

.carousel-control-next-icon {
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 512 512" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 512 512"><path d="m184.7 413.1 2.1-1.8 156.5-136c5.3-4.6 8.6-11.5 8.6-19.2 0-7.7-3.4-14.6-8.6-19.2L187.1 101l-2.6-2.3C182 97 179 96 175.8 96c-8.7 0-15.8 7.4-15.8 16.6v286.8c0 9.2 7.1 16.6 15.8 16.6 3.3 0 6.4-1.1 8.9-2.9z" fill="%23f15929" class="fill-000000"></path></svg>');
}

.carousel-control-prev-icon {
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 512 512" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 512 512"><path d="m327.3 98.9-2.1 1.8-156.5 136c-5.3 4.6-8.6 11.5-8.6 19.2 0 7.7 3.4 14.6 8.6 19.2L324.9 411l2.6 2.3c2.5 1.7 5.5 2.7 8.7 2.7 8.7 0 15.8-7.4 15.8-16.6V112.6c0-9.2-7.1-16.6-15.8-16.6-3.3 0-6.4 1.1-8.9 2.9z" fill="%23f15929" class="fill-000000"></path></svg>');
}

.carousel-control-prev {
    justify-content: end;
}

.carousel-control-next {
    justify-content: start;
}

.contract-item {
    display: flex;
    align-items: center;
    margin-bottom: 2em;
}

.contract-item p {
    margin-right: 1em;
    margin-left: 1em;
}

.contract-item i {
    background: #106bb5;
    color: white;
    padding: 1em;
    border-radius: 50%;
}

.logistics-item {
    display: flex;
    margin-bottom: 2em;
}

.logistics-item p {
    margin-right: 1em;
    margin-left: 1em;
}

.logistics-item i {
    color: #eb6b26;
    font-size: 1.5em;
}

.training-card i {
    width: 2.5em;
    height: 2.5em;
    font-size: 1.5em;
    background: #f15929;
    padding: .5em;
    border-radius: 50%;
    color: white;
}

.training-card h5 {
    margin-top: 1em;
}

.training-card {
    height: 100%;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 1em;
}

.training-custom-col {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1047%26quot%3b)' fill='none'%3e%3cpath d='M 0%2c93 C 57.6%2c129 172.8%2c265.6 288%2c273 C 403.2%2c280.4 460.8%2c146.2 576%2c130 C 691.2%2c113.8 748.8%2c209.8 864%2c192 C 979.2%2c174.2 1036.8%2c45 1152%2c41 C 1267.2%2c37 1382.4%2c145.8 1440%2c172L1440 560L0 560z' fill='rgba(235%2c 107%2c 38%2c 1)'%3e%3c/path%3e%3cpath d='M 0%2c376 C 48%2c406.2 144%2c524 240%2c527 C 336%2c530 384%2c405.8 480%2c391 C 576%2c376.2 624%2c475.2 720%2c453 C 816%2c430.8 864%2c286.4 960%2c280 C 1056%2c273.6 1104%2c408.4 1200%2c421 C 1296%2c433.6 1392%2c358.6 1440%2c343L1440 560L0 560z' fill='rgba(241%2c 89%2c 41%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1047'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
}


.logistics-service-img-container {
    width: 100%;
    height: 35em;
    background-position: center;
    background-size: cover;
    background-image: url('/assets/logistics_services_img.jpg');
    position: relative;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logistics-service-img-container:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -5%;
    left: -5%;
    height: 120px;
    background: #fff;
    -webkit-clip-path: ellipse(50% 60% at 50% 100%);
    clip-path: ellipse(50% 60% at 50% 100%);
}

.projects_screen_img {
    width: 30em;
    height: 30em;
    object-fit: cover;
    border-radius: 2em;
}

.projects-img-container {
    position: relative;
}

.projects-orange-circle {
    width: 6.5em;
    height: 6.5em;
    border: .9em solid #f15929;
    bottom: -10%;
    left: -10%;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}

.projects-orange-rect {
    width: 6.5em;
    height: 6.5em;
    border: .1em solid #f15929;
    top: -5%;
    left: -10%;
    border-radius: 10%;
    position: absolute;
    z-index: -1;
}


.very-custom-img {
    clip-path: polygon(0% 7.07%, 100% 6.87%, 50% 53.44%, 0% 100%);
    margin-top: -2em;
}

.very-custom-div {
    filter: drop-shadow(20px 15px 0px rgba(241, 89, 41, 1));
}

.projects-hr {
    border: .3em solid #106bb5;
    width: 20%;
    margin: auto;
    opacity: 1;
    border-radius: 1em;
}


.custom-border {
    position: relative;
    border: 1px solid #ddd;
    /* Light border for the card */
    padding: 20px;
    border-radius: 5px;
    background: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-border::before,
.custom-border::after {
    content: "";
    position: absolute;
    border: 5px solid #f15929;
    /* Orange color */
    border-radius: 2px;
    /* Smooth rounded edges */
}

.custom-border::before {
    top: -10px;
    left: -10px;
    width: 50px;
    /* Length of the top-left diagonal line */
    height: 50px;
    border-top: 5px solid #f15929;
    border-left: 5px solid #f15929;
    border-right: none;
    border-bottom: none;
}

.custom-border::after {
    bottom: -10px;
    right: -10px;
    width: 50px;
    /* Length of the bottom-right diagonal line */
    height: 50px;
    border-bottom: 5px solid #f15929;
    border-right: 5px solid #f15929;
    border-top: none;
    border-left: none;
}

p {
    text-align: justify !important;
}


#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: #EEEEEE;
    /* background-image: linear-gradient(45deg, #0d2a47, #2062a3); */
    z-index: 9999;
}


.loader {
    position: relative;
    width: 64px;
    height: 64px;
    background-color: rgba(0, 0, 0, 0.5);
    transform: rotate(45deg);
    overflow: hidden;
}

.loader:after {
    content: '';
    position: absolute;
    inset: 8px;
    margin: auto;
    background: #222b32;
}

.loader:before {
    content: '';
    position: absolute;
    inset: -15px;
    margin: auto;
    background: #de3500;
    animation: diamondLoader 2s linear infinite;
}

@keyframes diamondLoader {

    0%,
    10% {
        transform: translate(-64px, -64px) rotate(-45deg)
    }

    90%,
    100% {
        transform: translate(0px, 0px) rotate(-45deg)
    }
}
