/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.home_banner{
	
}
.no_underline a{
  text-decoration: none !important;
}


.no_underline strong{
  font-family: 'sans-serif' !important;
  font-weight: 400;
}
/* header styles  */
.header_menu .hfe-nav-menu .hfe-menu-item .hfe-menu-toggle {
  display: none;
}

.header_menu .sub-menu .first-submenu-item a:hover {
  background: transparent !important;
  color: black !important;
}
.header_menu .sub-menu li.first-submenu-item::after {
  padding: 0 45px 0 15px;
  font-size: 15px;
  line-height: 21px;
  align-content: center;
  color: var( --e-global-color-accent );
  max-width: 280px;
  font-weight: 700;
  background: url("/wp-content/uploads/2025/11/Botton.svg");
  background-size: 30px;
  background-position: right center;
  background-repeat: no-repeat;
}
.header_menu .sub-menu li.first-submenu-item:has(> a.company)::after {
  content: "our culture , value and history";
}
.header_menu .sub-menu li.first-submenu-item:has(> a.services)::after {
  content: "Bringing together people, process &amp; technology to deliver exceptional logistics solutions";
}
.header_menu .sub-menu li.first-submenu-item:has(> a.industries)::after {
  content: "specific knowledge and solution";
}
.header_menu .sub-menu li.first-submenu-item:has(> a.global-network)::after {
  content: "350+ worldwide office locations";
}

.header_menu .sub-menu .menu-item {
  background: none !important;
}
.header_menu .sub-menu .first-submenu-item a {
  width: fit-content;
  padding: 0 16px !important;
  color: black;
  background: transparent;
  font-weight: 700 !important;
  border-radius: 5px;
  line-height: 62px !important;
  font-size: 25px !important;
  display: flex;
  align-items: center;
  margin: 0 !important;
  justify-content: center;
  box-shadow: 0 0 6px 3px #344EA2, 0 0 2px #333 inset;
  border: 2px solid black;
}
.header_menu .sub-menu .first-submenu-item {
  grid-column: 1 / -1; /* spans entire width */
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom-style: solid !important;
  display: flex;
}

.header_menu .sub-menu:hover {
  box-shadow: 0 0 6px 3px #344EA2, 0 0 2px #333 inset;
}
.header_menu .sub-menu .hfe-sub-menu-item:hover {
  background: none !important;
  color: inherit !important;
  box-shadow: none !important;
}
.header_menu .sub-menu .hfe-sub-menu-item {
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 21px !important;
  margin-top: 20px;
  padding: 0 0 0 32px !important;
}
.header_menu .sub-menu {
  display: grid !important;
  grid-template-columns: max-content max-content;
  padding: 15px;
  width: max-content !important;
}

.header_menu .sub-menu .hfe-sub-menu-item {
  display: block;
  padding: 8px 12px;
}

.header_menu .sub-menu .hfe-sub-menu-item:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.header_menu .hfe-nav-menu .hfe-menu-item {
  transition: all 0.3s ease-in-out;
  border-radius: 25px; /* keep base radius for smooth animation */
}

.header_menu .hfe-nav-menu .hfe-menu-item:hover {
  box-shadow: 0 0 6px 3px #00f, 0 0 2px #333 inset;
}
.header_menu_mobile .hfe-nav-menu .hfe-menu-item[href="#updates"] {
  color: #344EA2 !important;
}
.header_menu_mobile .hfe-nav-menu .hfe-menu-item {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center !important;
}

/* header pdf section popup  */
.pdf_open_popup_section {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0,0,0,0.75);
    opacity: 0;
    transition: opacity .35s ease;
}

.pdf_open_popup_section.active {
    display: block;
    opacity: 1;
}
.pdf_open_popup_close{
  cursor: pointer;
}


/* footer styles  */
.auto-width {
  width: fit-content;
}
.footer_menus .hfe-menu-item {
  position: relative;
  display: inline-block;
  padding-bottom: 2px; /* space for underline */
  overflow: hidden;
  width: fit-content;
}

/* hidden underline */
.footer_menus .hfe-menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px; /* thickness */
  width: 100%;
  background: #f22124; /* underline color */

  transform: scaleX(0);
  transform-origin: left; /* start from left */
  transition: transform 1s ease;
}

/* hover → animate underline from L → R */
.footer_menus .hfe-menu-item:hover::after {
  transform: scaleX(1);
}

/* home page  */
@media (max-width: 1024px) {
  .home_banner_video {
    height: 350px;
  }
}
.overly_video {
  opacity: 0.5;
}
.home_banner_video .e-hosted-video {
  aspect-ratio: unset;
  height: 400px;
}

/* about us page  */
.aboutuspage_manu .hfe-menu-item {
  border-radius: 25px;
  box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f !important;
  display: flex;
  justify-content: center !important;
  text-align: center;
}
.aboutuspage_round_text {
  display: none;
}
.aboutuspage_round_parent:hover .aboutuspage_round_text {
  display: block;
}

/* Leaders page about us shortcode [leaders]  */
.leaders_wrap,
.leaders_wrap * {
  font-family: "almoni", Sans-serif;
  box-sizing: border-box;
}

.leaders_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.leaders_item {
  text-align: center;
  margin: 12px;
}

.leaders_card {
  text-decoration: none !important;
  color: inherit;
  cursor: pointer;
  display: block;
  overflow: hidden;
}

.leaders_img:hover {
  transform: scale(1.1);
}

.leaders_img {
  width: 100%;
  height: 400px !important;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}

.leaders_title {
  margin-top: 34px;
  font-size: 48px;
  line-height: 52px;
  text-align: center;
  text-decoration: none !important;
  font-weight: 800;
  color: #111;
}

.leaders_position {
  color: #344EA2;
  font-weight: 400;
  margin-top: 12px;
  font-size: 20px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
}

/* Modal */
.leaders_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99998;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.leaders_overlay.leaders_open {
  display: flex;
  opacity: 1;
}

.leaders_modal {
  background: #fff;
  width: min(950px, 90%);
  border-radius: 12px;
  overflow: auto;
  scrollbar-width: none;
  max-height: 85vh;
  padding: 26px;
  opacity: 0;
  transform: scale(0.94);
  transition: 0.28s ease;
}

.leaders_overlay.leaders_open .leaders_modal {
  opacity: 1;
  transform: scale(1);
}

.leaders_modal_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.leaders_modal_left {
  display: flex;
}

.leaders_modal_left img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

.leaders_close:hover {
  background: #111;
}

#leaders_modal_title {
  color: #000;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 52px;
}

#leaders_modal_position {
  color: #344EA2;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 32px;
}

#leaders_modal_content p {
  color: #000;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 26px;
}

.leaders_close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  border: none;
  cursor: pointer;
}

.leaders_loader {
  width: 70px;
  height: 70px;
  margin: 30px auto;
  border-radius: 50%;
  border: 6px solid rgba(0, 0, 0, 0.1);
  border-top-color: #f22124;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ------------------- RESPONSIVE FIXES ------------------- */

/* Tablet: 900px */
@media (max-width: 1024px) {
  .leaders_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .leaders_img {
    height: 340px !important;
  }

  #leaders_modal_title {
    font-size: 32px;
    line-height: 38px;
  }

  .leaders_modal_inner {
    grid-template-columns: 1fr;
  }
}

/* Mobile: 600px */
@media (max-width: 768px) {
  .leaders_grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .leaders_img {
    height: 300px !important;
  }

  .leaders_title {
    font-size: 28px;
    line-height: 32px;
  }

  #leaders_modal_title {
    font-size: 28px;
    line-height: 34px;
  }

  .leaders_modal {
    max-height: 90vh;
    padding: 16px;
  }

  .leaders_modal_inner {
    padding: 0px;
    gap: 18px;
  }

  .leaders_close {
    top: -4px;
    right: -4px;
  }
}



/* industries page shortcode [industries]  */
.industries_wrap,
.industries_wrap * {
  font-family: "almoni", Sans-serif;
  box-sizing: border-box;
}

.industries_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 76px 20px;
}

.industries_card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 6px 3px #00f, 0 0 2px #333 inset;
}
.industries_card {
  text-decoration: none !important;
  color: inherit;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 5px -1px #0003, 0 6px 10px #00000024, 0 1px 18px #0000001f;
  border-radius: 50%;
  overflow: hidden;
  height: 356px;
  width: 356px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}


.industries_img {
  width: 100%;
  height: 400px !important;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}

.industries_title {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  width: 300px;
  text-decoration: none !important;
  font-weight: 800;
  color: #fff;
}

.industries_position {
  color: #344EA2;
  font-weight: 400;
  margin-top: 12px;
  font-size: 20px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
}

/* Modal */
.industries_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99998;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.industries_overlay.industries_open {
  display: flex;
  opacity: 1;
}

.industries_modal {
  background: #fff;
  width: min(950px, 90%);
  border-radius: 12px;
  overflow: auto;
  scrollbar-width: none;
  max-height: 85vh;
  padding: 26px;
  opacity: 0;
  transform: scale(0.94);
  transition: 0.28s ease;
}

.industries_overlay.industries_open .industries_modal {
  opacity: 1;
  transform: scale(1);
}

.industries_modal_inner {
  display: grid;
  grid-template-columns: 1fr;   /* only one column */
  grid-template-rows: auto auto; /* top and bottom */
  gap: 22px;
}

.industries_modal_left {
  display: flex;
  height: 168px;
}

.industries_modal_left img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

.industries_close:hover {
  background: #111;
}

#industries_modal_title {
  color: #000;
  font-weight: 700;
  margin-top: 0px;
  border-bottom: 1px solid #000000de;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 52px;
}

#industries_modal_position {
  color: #344EA2;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 32px;
}

#industries_modal_content ul li{
    padding-left: 32px;
    margin-bottom: 0 !important;
}
#industries_modal_content ul{
  list-style: none;
  padding: 0;
}
#industries_modal_content ul li::before {
    content: "→"; 
    color: var( --e-global-color-accent );
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
}

#industries_modal_content ul li,
#industries_modal_content ol li,
#industries_modal_content p {
  color: #000;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 12px;
  position: relative;
  font-size: 27px;
  line-height: 27px;
}

.industries_close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  border: none;
  cursor: pointer;
}

.industries_loader {
  width: 70px;
  height: 70px;
  margin: 30px auto;
  border-radius: 50%;
  border: 6px solid rgba(0, 0, 0, 0.1);
  border-top-color: #f22124;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ------------------- RESPONSIVE FIXES ------------------- */

/* =========================
   RESPONSIVE BREAKPOINT — 1024px
========================= */
@media (max-width: 1024px) {

    .industries_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }

    .industries_card {
        height: 300px;
        width: 300px;
    }

    .industries_title {
        font-size: 40px;
        width: 240px;
        line-height: 44px;
    }

    #industries_modal_title {
        font-size: 34px;
        line-height: 40px;
    }

    #industries_modal_content ul li {
        font-size: 22px;
        line-height: 28px;
    }
}

/* =========================
   RESPONSIVE BREAKPOINT — 768px
========================= */
@media (max-width: 768px) {

    .industries_grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .industries_card {
        height: 260px;
        width: 260px;
    }

    .industries_title {
        font-size: 28px;
        line-height: 32px;
        width: 200px;
    }

    .industries_modal {
        padding: 16px;
    }

    #industries_modal_title {
        font-size: 28px;
        line-height: 34px;
    }

    #industries_modal_content ul li ,
    #industries_modal_content p{
        font-size: 20px;
        line-height: 26px;
    }
}





/* =============================
   Services Page Styles
   Prefix: services_page_
   ============================= */

.services_page_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 95px 20px;
  justify-items: center;
}

.services_page_item {
  width: 356px;
  height: 356px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  background-repeat: no-repeat;
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services_page_item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 6px 3px #00f, 0 0 2px #333 inset;
}


.services_page_item h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  text-transform: capitalize;
  margin: 0;
  height: 100%;
  font-family: "almoni", Sans-serif;
  width: 100%;
  text-align: center;
  align-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =============================
   RESPONSIVE DESIGN
   ============================= */

@media (max-width: 1024px) {
  .services_page_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services_page_grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .services_page_item {
    width: 100%;
    border-radius: 0;
    background-size: 110%;
    height: 136px;
  }
  .services_page_item h3{
    font-size: 30px;
    line-height: 30px;
  }
}




/* single services page  */
.single_page_services_image{
  transform: translate(-50%, -50%);
  top: 50% !important;
  left: 50% !important;
}
@media(max-width: 1024px){
  .single_page_services_image{
    bottom: 0 !important;
    top:  unset !important;

  }
}



/* contact us page  */
.contact_form_wrap p{
  display: flex;
  flex-direction: column;
}
.contact_form_wrap p label{
  font-size: 27px;
  line-height: 27px;
  font-weight: 400;
  font-family: "almoni", Sans-serif;
}
.contact_form_wrap .wpcf7-not-valid-tip{
  font-size: 16px;
  font-family: "almoni", Sans-serif;
  margin-bottom: 10px;
}
.contact_form_wrap p label textarea{
  height: 125px !important;
}
.contact_form_wrap p label select,
.contact_form_wrap p label textarea,
.contact_form_wrap p label input{
  background-color: #0000000a;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #00000079;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.125;
  font-family: "almoni", Sans-serif;
  outline: none;
  margin-bottom: 18px;
  border-radius: 4px 4px 0 0;
  padding: .75em .75em 0 .75em;
  height: 50px;
}
/* Common font */
.wpcf7-response-output {
    font-family: "almoni", Sans-serif;
    background: #fff;
    border: 2px solid #344EA2;
    color: #000;
    padding: 16px 20px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
}


.contact_form_wrap .wpcf7-submit{
  width: fit-content;
  background: var( --e-global-color-accent );
  font-size: 27px;
  line-height: 27px;
  font-family: "almoni", Sans-serif;
  color: #f0f8ff;
  padding: 0 16px;
	border: none;
  height: 45px;
  border-radius: 0;
  min-width: 115px;
}
.wpcf7-spinner{
  display: none !important;
}
@media(max-width: 768px){
  .contact_form_wrap p label{
    font-size: 16px;
    line-height: 16px;
  }
}