/* 
|......................................................................
| Template Name: LogiHub
| Author: Thememarch
| Version: 1.0.0
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
| TABLE OF CONTENTS:
|--------------------------------------------------------------------------
| 01. Basic Color Variable
| 02. Typography
| 03. Preloader
| 04. Header
| 05. Sidebar
| 06. Footer
| 07. Spacing
| 08. General
| 09. Breadcrumb
| 10. Slider
| 11. Video Modal
| 12. Button
| 13. Widget
| 14. Hero
| 15. Title
| 16. Expertise Area
| 17. About
| 18. Services
| 19. Clients
| 20. Counter
| 21. Section Form
| 22. Team Member
| 23. Call To Action
| 24. Testimonial
| 25. Project Case Study
| 26. Blog
| 27. Post Page
| 28. Pricing
| 29. Text Moving
| 30. About Feature
| 31. Process & Quote
| 32. Faq
| 33. Map Hotspot
| 34. Contact
| 35. Order Track
| 36. Error Page
 ................................................................*/
/*--------------------------------------------------------------
  01. Basic Color Variable
----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Hedvig+Letters+Sans&family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap");
:root {
  --color-navy: #06323A;
  --color-evergreen: #004B2B;
  --color-teal: #008EAD;
  --color-brand-green: #1BAF3A;
  --color-gold: #C6A45B;
  --color-ivory: #F6F8F4;
  --color-white: #FFFFFF;
  --color-heading: #073B2B;
  --color-body: #4D6258;
  --color-border: #D4E2DC;
  --color-uzbek-blue: #0099C7;
  --color-uzbek-red: #D72932;
  --bs-body-color: #4D6258;
  --bs-body-bg: #FFFFFF;
  --bs-border-color: #D4E2DC;
  --bs-primary: #004B2B;
  --bs-primary-rgb: 0, 75, 43;
  --bs-link-color: #008EAD;
  --bs-link-hover-color: #004B2B;
  --bs-focus-ring-color: rgba(0, 142, 173, 0.25);
  --accent-color: var(--color-evergreen);
  --body-color: var(--color-body);
  --heading-color: var(--color-heading);
  --primary-color: var(--color-heading);
  --cr_banner-color: var(--color-ivory);
  --border-color: var(--color-border);
  --common-color-white: var(--color-white);
  --common-color-black: var(--color-navy);
  --dark-bg: var(--color-navy);
}

.cs_white_color,
.cs-color-white,
.cs_white_color_hover:hover {
  color: #FFFFFF;
}

.cs-color-black {
  color: #13221D;
}

.cs-color-body {
  color: var(--body-color);
}

.cs_ternary_color {
  color: #596660;
}

.cs_accent_color,
.cs_accent_color_hover:hover {
  color: #063D2C;
}

.cs_white_bg {
  background-color: #FFFFFF;
}

.cs_gray_bg {
  background-color: #0B1F2A;
}

.cs_gray_bg_20 {
  background: rgba(217, 225, 221, 0.2);
}

.cs_accent_bg_1,
.cs_accent_bg_1_hover:hover {
  background-color: rgba(6, 61, 44, 0.01);
}

.cs_accent_bg_2,
.cs_accent_bg_2_hover:hover {
  background-color: rgba(6, 61, 44, 0.02);
}

.cs_accent_bg_3,
.cs_accent_bg_3_hover:hover {
  background-color: rgba(6, 61, 44, 0.03);
}

.cs_accent_bg_4,
.cs_accent_bg_4_hover:hover {
  background-color: rgba(6, 61, 44, 0.04);
}

.cs_accent_bg_5,
.cs_accent_bg_5_hover:hover {
  background-color: rgba(6, 61, 44, 0.05);
}

.cs_accent_bg_6,
.cs_accent_bg_6_hover:hover {
  background-color: rgba(6, 61, 44, 0.06);
}

.cs_accent_bg_7,
.cs_accent_bg_7_hover:hover {
  background-color: rgba(6, 61, 44, 0.07);
}

.cs_accent_bg_8,
.cs_accent_bg_8_hover:hover {
  background-color: rgba(6, 61, 44, 0.08);
}

.cs_accent_bg_9,
.cs_accent_bg_9_hover:hover {
  background-color: rgba(6, 61, 44, 0.09);
}

.cs_accent_bg_10,
.cs_accent_bg_10_hover:hover {
  background-color: rgba(6, 61, 44, 0.1);
}

.cs_accent_bg_15,
.cs_accent_bg_15_hover:hover {
  background-color: rgba(6, 61, 44, 0.15);
}

.cs_accent_bg_20,
.cs_accent_bg_20_hover:hover {
  background-color: rgba(6, 61, 44, 0.2);
}

.cs_accent_bg_25,
.cs_accent_bg_25_hover:hover {
  background-color: rgba(6, 61, 44, 0.25);
}

.cs_accent_bg_30,
.cs_accent_bg_30_hover:hover {
  background-color: rgba(6, 61, 44, 0.3);
}

.cs_accent_bg_35,
.cs_accent_bg_35_hover:hover {
  background-color: rgba(6, 61, 44, 0.35);
}

.cs_accent_bg_40,
.cs_accent_bg_40_hover:hover {
  background-color: rgba(6, 61, 44, 0.4);
}

.cs_accent_bg_50,
.cs_accent_bg_50_hover:hover {
  background-color: rgba(6, 61, 44, 0.5);
}

.cs_accent_bg_60,
.cs_accent_bg_60_hover:hover {
  background-color: rgba(6, 61, 44, 0.6);
}

.cs_accent_bg_70,
.cs_accent_bg_70_hover:hover {
  background-color: rgba(6, 61, 44, 0.7);
}

.cs_accent_bg_80,
.cs_accent_bg_80_hover:hover {
  background-color: rgba(6, 61, 44, 0.8);
}

.cs_accent_bg_90,
.cs_accent_bg_90_hover:hover {
  background-color: rgba(6, 61, 44, 0.9);
}

.cs_accent_bg,
.cs_accent_bg_hover:hover {
  background-color: #063D2C;
}

.cs_primary_bg,
.cs_primary_bg_hover:hover {
  background-color: #13221D;
}

.cs_gradient_bg_1 {
  background: linear-gradient(267.18deg, #0B1F2A 0%, #0B1F2A 100%);
}

/*--------------------------------------------------------------
  02. Typography
----------------------------------------------------------------*/
:root {
  --body-font-family: "Hedvig Letters Sans", sans-serif;
  --heading-font-family: "Radio Canada Big", sans-serif;
}

html,
body {
  color: var(--body-color);
  background-color: var(--drcs-color);
  font-family: var(--body-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  padding: 0px;
  margin: 0px;
  color: var(--heading-color);
}

.cs_primary_font {
  font-family: var(--heading-font-family);
}

.cs_secondary_font {
  font-family: var(--body-font-family);
}

/* Heading 1 */
h1,
.cs-text-style-h1 {
  font-family: "Radio Canada Big";
  font-size: 110px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media (max-width: 991px) {
  h1,
  .cs-text-style-h1 {
    font-size: 80px;
  }
}
/* Heading 2 */
h2,
.cs-text-style-h2 {
  font-family: "Radio Canada Big";
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

@media (max-width: 991px) {
  h2,
  .cs-text-style-h2 {
    font-size: 45px;
  }
}
/* Heading 3 */
h3,
.cs-text-style-h3 {
  font-family: "Radio Canada Big";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

@media (max-width: 991px) {
  h3,
  .cs-text-style-h3 {
    font-size: 32px;
  }
}
/* Heading 4 */
h4,
.cs-text-style-h4 {
  font-family: "Radio Canada Big";
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 2.84375rem */
}

@media (max-width: 991px) {
  h4,
  .cs-text-style-h4 {
    font-size: 28px;
  }
}
/* Heading 5 */
h5,
.cs-text-style-h5 {
  font-family: "Radio Canada Big";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

@media (max-width: 991px) {
  h5,
  .cs-text-style-h5 {
    font-size: 25px;
  }
}
/* Heading 6 */
h6,
.cs-text-style-h6 {
  font-family: "Radio Canada Big";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.85625rem */
}

p {
  font-family: "Hedvig Letters Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 1.85625rem */
}

ul {
  margin: 0 0 25px 0;
  padding-left: 20px;
  list-style: square outside none;
}
ul.cs_list_style_none {
  list-style: none;
  padding: 0px;
}
ul.cs_list_style_none li {
  margin-bottom: 30px;
}
ul.cs_list_style_none li:last-child {
  margin-bottom: 0px;
}

ol {
  padding-left: 20px;
  margin-bottom: 25px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 15px;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6em;
  margin: 0;
}

address {
  margin: 0 0 15px;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

button {
  color: inherit;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  color: #063D2C;
}

table {
  width: 100%;
  margin-bottom: 25px;
}
table th {
  font-weight: 600;
  color: var(--body-color);
}
table td,
table th {
  border-top: 1px solid #D9E1DD;
  padding: 11px 10px;
}

dl {
  margin-bottom: 25px;
}
dl dt {
  font-weight: 600;
}

b,
strong {
  font-weight: bold;
}

pre {
  color: var(--body-color);
  border: 1px solid #D9E1DD;
  font-size: 18px;
  padding: 25px;
  border-radius: 5px;
}

kbd {
  font-size: 100%;
  background-color: var(--body-color);
  border-radius: 5px;
}

.cs-small-text {
  font-family: "Hedvig Letters Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 991px) {
  body,
  html {
    font-size: 16px;
    line-height: 1.6em;
  }
  ul {
    margin: 0 0 25px 0;
    padding-left: 20px;
    list-style: square outside none;
  }
  ul.cs_list_style_none {
    list-style: none;
    padding: 0px;
  }
  ul.cs_list_style_none li {
    margin-bottom: 10px;
  }
  ul.cs_list_style_none li h3 {
    font-size: 22px;
  }
}
input,
textarea {
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.cs_light {
  font-weight: 300;
}

.cs_normal {
  font-weight: 400;
}

.cs_medium {
  font-weight: 500;
}

.cs_semi_bold {
  font-weight: 600;
}

.cs_bold {
  font-weight: 700;
}

.cs_extra_bold {
  font-weight: 800;
}

.cs_black {
  font-weight: 900;
}

/*--------------------------------------------------------------
  03. Preloader
----------------------------------------------------------------*/
.cs-logi-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#logi-preloader .cs-logi-preloader .reveal-img-wrap .preloader-img-inner img {
  width: 230px;
  height: auto;
  object-fit: contain;
}

.cs_scrollup {
  position: fixed;
  bottom: -60px;
  right: 0px;
  color: #13221D;
  padding: 5px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 10;
  background-color: #FFFFFF;
}
.cs_scrollup:hover {
  background-color: #063D2C;
  color: #FFFFFF;
}
.cs_scrollup i {
  font-size: 20px;
  line-height: 0px;
}

.cs_scrollup.cs_scrollup_show {
  bottom: 0px;
}

.logi-splite-2 {
  display: inline-block;
  overflow: hidden;
}

.logi-splite-2 div {
  display: inline-block;
  opacity: 0;
}

/*--------------------------------------------------------------
04. Header
----------------------------------------------------------------*/
@media screen and (min-width: 991px) {
  .cs_site_header .cs_logi_topbar {
    border-bottom: 1px solid #D9E1DD;
  }
  .cs_site_header .cs-topbar-container {
    margin-left: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cs_site_header .cs-topbar-container .cs-logi-topbar-right {
    display: flex;
    align-items: center;
  }
  .cs_site_header .cs-header-emai-phone {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 165px;
    border-left: 1px solid #D9E1DD;
    border-bottom: 1px solid #D9E1DD;
    background: #FFFFFF;
    z-index: 299;
    transition: all 0.5s;
  }
  .cs_site_header .cs-header-emai-phone .cs-topbar-email {
    text-align: center;
    padding: 10px 0px;
    border-bottom: 1px solid #D9E1DD;
    color: #13221D;
  }
  .cs_site_header .cs-header-emai-phone .cs-header-phone .cs-header-phone-content {
    margin: 0px 25px;
  }
  .cs_site_header .cs-header-emai-phone .cs-header-phone .cs-header-phone-content .cs-header-phone-in {
    margin-top: 16.5px;
    display: flex;
    align-items: center;
    background: #063D2C;
    border-radius: 100px;
    padding: 12px 20px;
  }
  .cs_site_header .cs-header-emai-phone .cs-header-phone .cs-header-phone-content .cs-header-phone-icon {
    margin-top: 5px;
  }
  .cs_site_header .cs-header-emai-phone .cs-header-phone .cs-header-phone-content .cs-header-phone-icon i {
    color: #FFFFFF;
    font-size: 32px;
  }
  .cs_site_header .cs-header-emai-phone .cs-header-phone .cs-header-phone-content .cs-header-phone-number {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    color: #FFFFFF;
  }
  .cs_site_header .cs-header-emai-phone .cs-header-phone .cs-header-phone-content .cs-header-phone-number span {
    margin: 0px;
    line-height: 100%;
    font-size: 14px;
    padding: 0;
    font-family: "Radio Canada Big";
  }
  .cs_site_header .cs-header-emai-phone .cs-header-phone .cs-header-phone-content .cs-header-phone-number h6 {
    color: #FFFFFF;
  }
  .cs_site_header .cs-header-emai-phone .cs-header-phone:hover .cs-header-phone-content {
    transition: all 0.5s ease;
  }
  .cs_site_header.header-no-bg {
    background: transparent;
  }
  .cs_site_header.header-no-bg a,
  .cs_site_header.header-no-bg span,
  .cs_site_header.header-no-bg i,
  .cs_site_header.header-no-bg ul,
  .cs_site_header.header-no-bg li {
    color: #FFFFFF;
  }
  .cs_site_header.header-no-bg .cs_main_header .cs_main_header_in .cs-logi-header-logo .cs-logi-black-logo {
    display: none;
  }
  .cs_site_header.header-no-bg .cs-header-emai-phone .cs-topbar-email {
    border-bottom: none;
  }
  .cs_site_header.header-no-bg .cs_logi_topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .cs_site_header.header-no-bg .cs-header-emai-phone {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .cs_site_header.header-no-bg .cs_nav .cs_nav_list > li.menu-item-has-children > a::after {
    border: 0px solid #FFFFFF;
    height: 5px;
    width: 5px;
    border-radius: 100%;
    background: #FFFFFF;
    margin-top: 5px;
    transition: all 0.4s ease;
  }
  .cs_site_header.header-no-bg .cs_nav .cs_nav_list > li.menu-item-has-children:hover > a::after {
    background: #063D2C;
    transition: all 0.4s ease;
  }
  .cs_site_header.header-no-bg .menu-item-has-children a ::after {
    color: #FFFFFF !important;
  }
  .cs_site_header.header-no-bg .cs-header-additional-item a {
    color: #FFFFFF !important;
  }
  .cs_site_header.header-no-bg.cs_gescout_show {
    background: rgba(11, 31, 42, 0.5);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
  }
  .cs_site_header.header-no-bg.cs_gescout_show .cs-header-emai-phone {
    background: #0B1F2A;
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
    border: none;
  }
  .cs_site_header.header-no-right-area .cs_main_header_right {
    margin-right: 100px !important;
  }
}
@media screen and (max-width: 991px) {
  .cs_site_header.header-no-bg .cs_main_header .cs_main_header_in .cs-logi-header-logo .cs-logi-black-logo {
    display: inherit;
  }
  .cs_site_header.header-no-bg .cs_main_header .cs_main_header_in .cs-logi-header-logo .cs-logi-white-logo {
    display: none;
  }
}

.cs-topbar-container .cs-topbar-social {
  padding-right: 330px;
  border-right: 1px solid #D9E1DD;
}
.cs-topbar-container .cs-topbar-social ul {
  display: flex;
  margin: 0px;
  padding: 10px 0px;
}
.cs-topbar-container .cs-topbar-social ul li {
  list-style: none;
  padding-right: 15px;
}
.cs-topbar-container .cs-topbar-social ul li:last-child {
  padding: 0px;
}

.cs_site-branding {
  display: inline-block;
  max-width: 180px;
}

.cs_sticky_header {
  position: fixed !important;
  width: 100%;
  z-index: 99;
  background: #FFFFFF;
  transition: all 0.4s ease;
}

@media screen and (max-width: 1320px) {
  .cs-header-emai-phone {
    display: none;
  }
  .cs_site_header.cs_style1 .cs_main_header_right {
    margin-right: 0px !important;
  }
  .cs_site_header.cs_style1 .cs_main_header_right .cs-header-additional-item:hover a {
    color: #063D2C;
    transition: all 0.4s ease;
  }
  .cs-header-emai-phone {
    width: 0px;
  }
  .cs_site_header .cs-topbar-container .cs-topbar-social {
    padding-right: 30px;
  }
}
.cs_site_header.cs_style1 .cs_main_header_in,
.cs_site_header.cs_style1 .cs_top_header_in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.cs_site_header.cs_style1 .cs_main_header_right {
  display: flex;
  align-items: center;
  align-items: center;
  height: 100%;
  margin-right: 300px;
}
.cs_site_header.cs_style1 .cs_main_header_right .cs-header-additional-item {
  margin-right: 30px;
}
.cs_site_header.cs_style1 .cs_main_header_right .cs-header-additional-item a {
  color: #13221D;
  transition: all 0.3s ease;
}
.cs_site_header.cs_style1 .cs_main_header_right .cs-header-additional-item a:hover {
  color: #063D2C;
  transition: all 0.3s ease;
}
.cs_site_header.cs_style1 .cs_main_header_right .cs_toolbox {
  margin-right: 30px;
}
.cs_site_header.cs_style1:hover .cs-header-phone-icon {
  transform: rotateY(360deg);
  transition: all 1s ease;
}

.cs_nav + .cs_toolbox {
  margin-left: 50px;
  margin-right: 30px;
}

.cs_site_header.cs_style1.cs_sticky-active {
  background-color: #FFFFFF;
  box-shadow: 0 10px 10px -10px rgba(11, 31, 42, 0.1);
}
.cs_site_header.cs_style1 .cs_icon_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 50%;
  color: var(--primary-color);
  margin-right: -10px;
}
.cs_site_header.cs_style1 .cs_icon_btn.cs_color_1 {
  color: #FFFFFF;
}
.cs_site_header.cs_style1 .cs_icon_btn .cs_icon_btn_in {
  width: 25px;
  height: 20px;
  line-height: 0;
  cursor: pointer;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.cs_site_header.cs_style1 .cs_icon_btn .cs_icon_btn_in span {
  display: inline-block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  border-radius: 0;
  background-color: currentColor;
  color: inherit;
  vertical-align: top;
  transition: 0s ease-in-out;
  border-radius: 6px;
  transition: 0.3s ease-in-out;
}
.cs_site_header.cs_style1 .cs_icon_btn .cs_icon_btn_in span:nth-child(1) {
  transform: translate(0, -7px);
  width: calc(100% - 10px);
}
.cs_site_header.cs_style1 .cs_icon_btn .cs_icon_btn_in span:nth-child(2) {
  transform: translate(0, 0);
  width: 100%;
}
.cs_site_header.cs_style1 .cs_icon_btn .cs_icon_btn_in span:nth-child(3) {
  transform: translate(0, 7px);
  width: calc(100% - 7px);
}
.cs_site_header.cs_style1 .cs_icon_btn .cs_icon_btn_in span:nth-child(4) {
  transform: translate(0, 14px);
  width: calc(100% - 13px);
}
.cs_site_header.cs_style1 .cs_icon_btn:hover .cs_icon_btn_in span {
  transition: 0.3s ease-in-out;
}
.cs_site_header.cs_style1 .cs_icon_btn:hover .cs_icon_btn_in span:nth-child(1) {
  transform: translate(0, 0);
}
.cs_site_header.cs_style1 .cs_icon_btn:hover .cs_icon_btn_in span:nth-child(2) {
  transform: translate(0, 7px);
  width: 100%;
}
.cs_site_header.cs_style1 .cs_icon_btn:hover .cs_icon_btn_in span:nth-child(3) {
  transform: translate(0, 14px);
}
.cs_site_header.cs_style1 .cs_icon_btn:hover .cs_icon_btn_in span:nth-child(4) {
  transform: translate(0, 21px);
}
.cs_site_header.cs_style1 .cs_action_box {
  display: flex;
  align-items: center;
}
.cs_site_header.cs_style1 .cs_action_box .cs_action_value {
  margin-left: 15px;
}
.cs_site_header.cs_style1 .cs_action_box > *:not(:last-child) {
  margin-right: 35px;
}
.cs_site_header.cs_style1 .cs_btn {
  padding: 13px 15px;
}

.cs_site_header_style1 {
  border-bottom: 1px solid #0A96AD;
}
.cs_site_header_style1 .cs_main_header_right {
  display: flex;
  align-items: center;
}
.cs_site_header_style1 .cs_nav + .cs_header_toolbox.cs_center {
  margin-left: 35px;
}
.cs_site_header_style1 .cs_nav .cs_nav_list > li.current-menu-item > a:before {
  bottom: -4px;
  background-color: #FFFFFF;
}

.cs_side_header_overlay {
  background-color: rgba(11, 31, 42, 0.5);
  height: 100vh;
  width: 100vw;
  position: inherit;
  transition: all 0.9s ease;
  opacity: 0;
  position: fixed;
  left: 0;
}

.cs_side_header {
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 299;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.cs_side_header .cs_side_header_heading {
  font-size: 22px;
  line-height: 1.4em;
  margin: 0;
}
.cs_side_header .cs_side_header_title {
  font-size: 18px;
  margin-bottom: 25px;
}
.cs_side_header .cs_side_header_box {
  padding: 35px 0;
}
.cs_side_header .cs_close {
  opacity: 0;
}
.cs_side_header.active {
  opacity: 1;
  visibility: visible;
}
.cs_side_header.active .cs_side_header_overlay,
.cs_side_header.active .cs_close {
  opacity: 1;
}
.cs_side_header.active .cs_side_header_in {
  right: 0;
}

.cs_close {
  position: fixed;
  right: 30px;
  top: 30px;
  height: 40px;
  width: 40px;
  background-color: transparent;
  color: #13221D;
  cursor: pointer;
  z-index: 299;
}
.cs_close::before, .cs_close::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: currentColor;
  left: 50%;
  top: 50%;
  margin-left: -25%;
  margin-top: -1px;
  transform: rotate(-45deg);
}
.cs_close::before {
  transform: rotate(45deg);
}
.cs_close:hover {
  color: #063D2C;
  transform: scale(1.05);
}

@media screen and (max-width: 1199px) {
  .menu-item-has-children.active {
    transition: all 0.5s ease;
  }
  .menu-item-has-children.active ul {
    display: block !important;
    transition: all 0.5s ease;
  }
  .cs-header-additional-item {
    margin-right: 80px !important;
  }
  .cs-topbar-container {
    margin-left: 10px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cs-topbar-container .cs-topbar-social {
    border: none;
  }
  .cs_main_header .container {
    max-width: 100%;
  }
  .cs_site_header.cs_style1 .cs_nav {
    display: flex;
  }
}
.cs_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs_gescout_sticky {
  position: fixed !important;
  top: -110px;
  opacity: 0;
  transition: all 0.4s ease;
  background-color: #FFFFFF;
}

.cs_gescout_show {
  top: 0 !important;
  opacity: 1;
}
.cs_gescout_show.cs_color_1 .cs_nav_list.cs_color_1 {
  color: var(--common-color-black) !important;
}
.cs_gescout_show.cs_color_1 .cs_nav_list.cs_color_1 .menu-item-has-children.cs_changes_color_1 > a {
  position: relative;
}
.cs_gescout_show.cs_color_1 .cs_nav_list.cs_color_1 .menu-item-has-children.cs_changes_color_1 > a::after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border: 1px solid #596660;
  transform: rotate(45deg);
  border-left: 0;
  border-top: 0;
  margin-left: 6px;
  position: relative;
  top: -2px;
  border-radius: 0px 0px 2px 0px;
}
.cs_gescout_show.cs_color_1 .cs_toolbox .cs_icon_btn.cs_color_1 {
  color: var(--common-color-black);
}

.cs_site_branding {
  display: inline-block;
}
.cs_site_branding img {
  max-height: 45px;
}

@media screen and (min-width: 1200px) {
  .cs_nav_list.cs_color_1 {
    color: #FFFFFF;
  }
  .cs_nav_list.cs_color_1 ul {
    color: var(--common-color-black);
  }
  .cs_main_header {
    position: relative;
  }
  .cs_main_header_center,
  .cs_top_header_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .cs_site_header.cs_style1 .cs_main_header_center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: calc(100% - 300px);
  }
  .cs_site_header.cs_style1 .cs_main_header_left {
    margin-left: 100px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cs_site_header.cs_style1 .cs_main_header_left .cs-logi-header-logo {
    margin-right: 30px;
  }
  .cs_nav {
    display: flex;
    align-items: center;
    height: 80px;
    line-height: 1.6em;
    font-size: 16px;
  }
  .cs_nav .cs_nav_list {
    display: flex !important;
    flex-wrap: wrap;
    height: inherit;
  }
  .cs_nav .cs_nav_list > li {
    margin-right: 40px;
    height: inherit;
  }
  .cs_nav .cs_nav_list > li:last-child {
    margin-right: 0;
  }
  .cs_nav .cs_nav_list > li > a {
    padding: 10px 0;
    display: inline-flex;
    position: relative;
    height: inherit;
    align-items: center;
  }
  .cs_nav .cs_nav_list > li > ul {
    left: 0;
    top: calc(100% + 15px);
  }
  .cs_nav .cs_nav_list > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list > li.menu-item-has-children > a {
    position: relative;
  }
  .cs_nav .cs_nav_list > li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    border: 1px solid var(--body-color);
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    margin-left: 6px;
    position: relative;
    top: -2px;
    border-radius: 0px 0px 2px 0px;
  }
  .cs_nav .cs_nav_list > li.menu-item-has-children.cs_changes_color_1 > a {
    position: relative;
  }
  .cs_nav .cs_nav_list > li.menu-item-has-children.cs_changes_color_1 > a::after {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    border: 1px solid #FFFFFF;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    margin-left: 6px;
    position: relative;
    top: -2px;
    border-radius: 0px 0px 2px 0px;
  }
  .cs_nav .cs_nav_list li:not(.cs_mega_menu) {
    position: relative;
  }
  .cs_nav .cs_nav_list ul {
    width: 260px;
    background-color: var(--dark-bg);
    position: absolute;
    padding: 10px 0px 20px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    border-radius: 10px;
    transition: all 0.1s ease;
    color: #D9E1DD;
  }
  .cs_nav .cs_nav_list ul li:hover ul {
    top: 0px;
    color: #FFFFFF;
  }
  .cs_nav .cs_nav_list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list ul a {
    display: block;
    line-height: inherit;
    padding: 10px 5px 0px 20px;
  }
  .cs_nav .cs_nav_list ul a span {
    color: #FFFFFF;
  }
  .cs_nav .cs_nav_list ul ul {
    top: 15px;
    left: 100%;
  }
  .cs_munu_toggle,
  .cs_munu_dropdown_toggle {
    display: none;
  }
  .cs_nav_black_section ul {
    position: relative;
    list-style: none;
    line-height: 65px;
    padding: 0px;
  }
  .cs_nav_black_section ul li {
    margin-top: 40px;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 900;
  }
  .cs_nav_black_section.cs_font_changes .cs_style_1 ul li {
    font-size: 40px;
    line-height: 14px;
    text-transform: capitalize;
    font-weight: 500;
  }
  .menu-item-has-black-section {
    position: relative;
  }
  .menu-item-has-black-section span {
    cursor: pointer;
  }
  .menu-item-has-black-section > a {
    position: relative;
  }
  .menu-item-has-black-section > ul {
    padding-left: 40px;
    display: none;
    list-style: none;
    line-height: 30px;
  }
  .menu-item-has-black-section > ul li {
    margin-top: 40px;
  }
  .cs_munu_dropdown_toggle_1 {
    position: absolute;
    height: 30px;
    width: 35px;
    right: 20px;
    top: 9px;
  }
  .cs_munu_dropdown_toggle_1:before, .cs_munu_dropdown_toggle_1:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 35px;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
  }
  .cs_munu_dropdown_toggle_1:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .cs_munu_dropdown_toggle_1.active:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 520px !important;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    position: absolute;
    flex-wrap: wrap;
    padding: 5px 15px 10px;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper a img {
    border-radius: 5px;
    border: 1px solid rgba(217, 225, 221, 0.1);
    transition: all 0.5s ease;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper a:hover img {
    border-color: rgba(6, 61, 44, 0.6);
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li {
    flex: 1;
    flex-basis: 50%;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li > a:hover {
    background-color: transparent;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li ul {
    position: initial;
    border: none;
    padding: 0;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
  }
  .cs_nav .cs_nav_list .cs_mega_menu:hover .cs_mega_wrapper li ul {
    opacity: 1;
    visibility: visible;
  }
  .cs_nav .cs_nav_list > li ul:not(.cs_mega_wrapper) .menu-item-has-children > a {
    position: relative;
  }
}
.cs_side_header_in {
  max-width: 500px;
  height: 100vh;
  height: 100vh;
  background-color: #FFFFFF;
  flex: none;
  color: var(--body-color);
  margin-left: auto;
  text-align: center;
  overflow: auto;
  padding: 90px 50px 50px 50px;
  position: relative;
  z-index: 99;
  right: -500px;
  transition: all 0.4s ease;
  overflow: hidden;
}
.cs_side_header_in .cs-sidebar-about-brand {
  max-width: 325px;
  margin: auto;
}
.cs_side_header_in .cs-sidebar-middle-area {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}
.cs_side_header_in .cs-sidebar-middle-area .cs-sidebar-social svg {
  width: 17px;
  height: 17px;
}
.cs_side_header_in .cs-sidebar-middle-area .cs-sidebar-social a:hover svg path {
  fill: #063D2C;
  transition: all 0.5s ease-in-out;
}
.cs_side_header_in .cs-sidebar-middle-area p {
  padding-bottom: 25px;
  max-width: 200px;
  margin: auto;
}
.cs_side_header_in .cs-sidebar-middle-area .cs-sidebar-emai-phone {
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
}
.cs_side_header_in .cs-sidebar-bottom-area {
  position: absolute;
  bottom: 30px;
  width: 80%;
}
.cs_side_header_in .cs-sidebar-bottom-area .footer-email {
  border-bottom: 1px solid rgba(19, 34, 29, 0.2);
  color: #13221D;
}
.cs_side_header_in .cs-sidebar-bottom-area .footer-email:focus {
  border-bottom: 1px solid #13221D;
}
.cs_side_header_in .cs-sidebar-bottom-area .footer-email::-moz-placeholder {
  color: #13221D;
}
.cs_side_header_in .cs-sidebar-bottom-area .footer-email::placeholder {
  color: #13221D;
}
.cs_side_header_in .cs-sidebar-bottom-area .cs-newsletter-email {
  border-bottom: 1px solid rgba(19, 34, 29, 0.6);
}
.cs_side_header_in .cs-sidebar-bottom-area .cs-newsletter-email:hover {
  border-bottom: 1px solid rgba(6, 61, 44, 0.6);
}
.cs_side_header_in .cs-sidebar-bottom-area .cs-newsletter-email::-moz-placeholder {
  color: #13221D;
}
.cs_side_header_in .cs-sidebar-bottom-area .cs-newsletter-email::placeholder {
  color: #13221D;
}
.cs_side_header_in .cs-sidebar-bottom-area .cs-newsletter-email:focus {
  color: #13221D;
}
.cs_side_header_in .cs-sidebar-bottom-area button {
  color: #13221D;
}
.cs_side_header_in .cs-sidebar-bottom-area button i {
  margin-top: 5px;
}

@media screen and (max-width: 1400px) {
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 520px !important;
  }
  .cs_site-branding {
    max-width: 190px;
  }
  .cs_site_header_full_width .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 1320px) {
  .cs-header-emai-phone {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .cs-header-action-item {
    display: none !important;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 100% !important;
  }
  .cs_site_header_full_width .container {
    padding: 0 15px;
  }
  .cs_munu_dropdown_toggle {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 20px;
    top: 5px;
  }
  .cs_munu_dropdown_toggle:before, .cs_munu_dropdown_toggle:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: var(--body-color);
    transition: all 0.3s ease;
  }
  .cs_munu_dropdown_toggle:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .cs_munu_dropdown_toggle.active:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .cs_nav .cs_nav_list {
    position: absolute;
    width: 100vw;
    left: 0;
    background-color: var(--drcs-color);
    padding: 10px 0;
    display: none;
    top: 100%;
    border-top: 1px solid rgba(89, 102, 96, 0.3215686275);
    border-bottom: 1px solid rgba(89, 102, 96, 0.3215686275);
    z-index: 99;
    overflow: auto;
    max-height: calc(100vh - 80px);
    background: #FFFFFF;
    line-height: 1.6em;
  }
  .cs_nav .cs_nav_list ul {
    padding-left: 15px;
    display: none;
  }
  .cs_nav .cs_nav_list a {
    display: block;
    padding: 8px 20px;
  }
  .cs_nav .menu-item-has-children {
    position: relative;
  }
  /*Mobile Menu Button*/
  .cs_munu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 30px;
  }
  .cs_munu_toggle span,
  .cs_munu_toggle span:before,
  .cs_munu_toggle span:after {
    width: 100%;
    height: 2px;
    background-color: currentColor;
    display: block;
  }
  .cs_munu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-duration: 0s;
    transition-delay: 0.2s;
  }
  .cs_munu_toggle span:before {
    content: "";
    position: absolute;
    margin-top: -9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .cs_munu_toggle span:after {
    content: "";
    position: absolute;
    margin-top: 9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .cs_site_header.cs_style1 .cs_munu_toggle {
    top: 50%;
    right: 10px;
    margin-top: -13px;
  }
  .cs_toggle_active span {
    background-color: rgba(11, 31, 42, 0);
    transition-delay: 0.2s;
  }
  .cs_toggle_active span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .cs_toggle_active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }
  .cs_header_toolbox {
    margin-right: 50px;
  }
  .cs_nav .cs_nav_list a {
    position: relative;
  }
  .cs_site_header.cs_style1 .cs_main_header_in {
    padding: 22px 0px;
  }
  .cs_hamburger span {
    height: 3px;
  }
  .cs_site_header .current-menu-item > a:before {
    display: none;
  }
  .cs_site_header.cs_style1 .cs_main_header_center .cs_site_branding {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .cs_site_header.cs_style1 {
    top: 0;
  }
  .cs_toolbox {
    margin-right: 45px;
  }
  .cs_site_header.cs_style1 .cs_icon_btn {
    width: 38px;
    height: 38px;
  }
  .cs_toolbox,
  .cs_side_header {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .cs_site_header .cs-topbar-container .cs-topbar-email {
    width: 150px;
  }
  .cs_site_branding {
    margin-left: 10px;
  }
  .cs_site_header .container {
    max-width: 100%;
  }
  .cs_site_header.cs_style1 .cs_action_box > *:not(:last-child) {
    margin-right: 25px;
  }
  .cs_site_header.cs_style1 .cs_btn {
    padding: 8px;
  }
}
@media screen and (max-width: 640px) {
  .cs-topbar-left {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .cs_site-branding {
    max-width: 150px;
  }
  .cs_hamburger_wrap .cs_hamburger {
    margin-right: 0;
  }
  .cs_site_branding img {
    max-height: 32px;
  }
  .cs_site_header.cs_style1 .cs_btn span {
    display: none;
  }
  .cs_site_header.cs_style1 .cs_btn svg {
    margin-right: 0;
    width: 20px;
    height: 20px;
  }
}
.menu-item-has-children ul li:hover a {
  color: #FFFFFF !important;
}

@media screen and (max-width: 575px) {
  .cs-header-additional-item {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .cs_logi_topbar {
    display: none;
  }
}
/*--------------------------------------------------------------
  05. Sidebar
----------------------------------------------------------------*/
/*--------------------------------------------------------------
  06. Footer
----------------------------------------------------------------*/
footer h6 {
  color: #FFFFFF;
}
footer .cs-logi-footer-container {
  background: #0B1F2A;
  color: #FFFFFF;
  padding-top: 120px;
  position: relative;
}
footer .cs-logi-footer-container a:hover {
  color: rgba(255, 255, 255, 0.9);
}
footer .cs-logi-footer-container .cs-logi-footer-content {
  margin-bottom: 82px;
  z-index: 2;
}
footer .cs-logi-footer-container .cs-logi-footer-content .cs-footer-widget {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  footer .cs-logi-footer-container .cs-logi-footer-content {
    margin-bottom: 0px;
  }
  footer .cs-logi-footer-container .cs-logi-footer-content .cs-footer-widget {
    margin-bottom: 60px;
  }
}
footer .cs-logi-footer-container .cs-logi-copy-area {
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
footer .cs-logi-footer-container .cs-logi-copy-area .cs-footer-copy-branding {
  display: flex;
  flex-direction: column;
}
footer .cs-logi-footer-container .cs-logi-copy-area .cs-footer-copy-branding span {
  font-size: 14px;
  margin-top: 5px;
}
footer .cs-logi-footer-container .cs-logi-copy-area .cs-footer-copy-text {
  text-align: right;
}
footer .cs-logi-footer-container .cs-logi-copy-area .cs-footer-copy-text p {
  margin: 0px;
}
footer .cs-logi-footer-border {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.cs-logi-newsletter {
  display: flex;
  position: relative;
  padding-top: 15px;
}
.cs-logi-newsletter .cs-newsletter-email {
  padding-bottom: 17px;
  border: none;
  background-color: transparent;
  width: 100%;
  font-size: 16px;
  font-family: var(--body-font-family);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cs-logi-newsletter .cs-newsletter-email:focus {
  outline: none;
}
.cs-logi-newsletter .cs-newsletter-email::-moz-placeholder {
  font-family: "Hedvig Letters Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.cs-logi-newsletter .cs-newsletter-email::placeholder {
  font-family: "Hedvig Letters Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.cs-logi-newsletter .cs-newsletter-btn {
  position: absolute;
  right: 0;
  gap: 5px;
}
.cs-logi-newsletter .cs-newsletter-btn i {
  font-size: 18px;
  line-height: 0px;
}
.cs-logi-newsletter .cs-newsletter-btn:hover {
  opacity: 0.7;
  transition: all 0.4s ease;
}
.cs-logi-newsletter button[type=submit] {
  border: none;
  background: none;
  font-size: 16px;
  padding: 0;
  width: 100px;
}

.cs-footer-widget-title {
  margin-bottom: 10px;
}

.cs-logi-footer-useful-link ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
}
.cs-logi-footer-useful-link ul li {
  list-style: none;
  color: #D9E1DD;
  padding-bottom: 15px;
  font-size: 16px;
}
.cs-logi-footer-useful-link ul li a span {
  color: rgba(255, 255, 255, 0.9);
}
.cs-logi-footer-useful-link ul :hover {
  color: #FFFFFF;
}

.cs-social-common {
  padding-top: 30px;
}
.cs-social-common ul {
  display: flex;
  margin: 0px;
  padding: 0;
}
.cs-social-common ul li {
  list-style: none;
  margin-right: 20px;
  border: 1px solid #FFFFFF;
  border-radius: 100%;
  min-width: 45px;
  min-height: 45px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cs-social-common ul li :last-child {
  margin-right: 0px;
}
.cs-social-common ul li a {
  position: absolute;
  margin-top: 5px;
}
.cs-social-common ul li a i {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cs-social-common ul li:hover {
  background: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.cs-social-common ul li:hover i {
  color: #13221D;
  transition: all 0.3s ease-in-out;
}

.cs-newsletter-email {
  color: #FFFFFF;
}
.cs-newsletter-email:focus {
  border-bottom: 1px solid #FFFFFF;
}
.cs-newsletter-email::-moz-placeholder {
  color: #FFFFFF;
}
.cs-newsletter-email::placeholder {
  color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .cs-logi-copy-area {
    flex-direction: column;
    text-align: center;
  }
  .cs-logi-footer-border svg {
    display: none;
  }
  .cs-footer-copy-text p {
    text-align: center;
  }
}
.cs-logi-cor-office p {
  margin-bottom: 25px;
  color: #D9E1DD;
}
.cs-logi-cor-office .cs-logi-emai-phone {
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
}
.cs-logi-cor-office.cs-default-office p {
  margin-bottom: 25px;
  color: var(--body-color);
}

/*--------------------------------------------------------------
  07. Spacing
----------------------------------------------------------------*/
.cs-section-height {
  height: 150px;
}

.cs-section-height-half {
  height: 75px;
}

.cs-sec-title-height {
  height: 75px;
}

@media screen and (max-width: 991px) {
  .cs-section-height {
    height: 120px;
  }
  .cs-section-height-half {
    height: 60px;
  }
  .cs-sec-title-height {
    height: 60px;
  }
}
@media screen and (min-width: 991px) {
  .cs-w-640 {
    width: 640px;
  }
  .cs-w-585 {
    width: 585px;
  }
  .cs-w-800 {
    width: 800px;
  }
  .cs-w-750 {
    width: 750px;
  }
}
.cs-max-w-640 {
  max-width: 640px;
  margin: auto;
}

.cs-height-120 {
  height: 120px;
}

.cs_mp0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cs_m0 {
  margin: 0;
}

.cs_mt100 {
  margin-top: 100px;
}

.cs-height-0 {
  height: 0px;
}

.cs-height-5 {
  height: 5px;
}

.cs-height-10 {
  height: 10px;
}

.cs-height-15 {
  height: 15px;
}

.cs-height-20 {
  height: 20px;
}

.cs-height-25 {
  height: 25px;
}

.cs-height-30 {
  height: 30px;
}

.cs-height-35 {
  height: 35px;
}

.cs-height-40 {
  height: 40px;
}

.cs-height-45 {
  height: 45px;
}

.cs-height-50 {
  height: 50px;
}

.cs-height-55 {
  height: 55px;
}

.cs-height-60 {
  height: 60px;
}

.cs-height-65 {
  height: 65px;
}

.cs-height-70 {
  height: 70px;
}

.cs-height-75 {
  height: 75px;
}

.cs-height-80 {
  height: 80px;
}

.cs-height-85 {
  height: 85px;
}

.cs-height-90 {
  height: 90px;
}

.cs-height-95 {
  height: 95px;
}

.cs-height-100 {
  height: 100px;
}

.cs-height-105 {
  height: 105px;
}

.cs-height-110 {
  height: 110px;
}

.cs-height-115 {
  height: 115px;
}

.cs-height-120 {
  height: 120px;
}

.cs-height-125 {
  height: 125px;
}

.cs-height-130 {
  height: 130px;
}

.cs-height-135 {
  height: 135px;
}

.cs-height-140 {
  height: 140px;
}

.cs-height-145 {
  height: 145px;
}

.cs-height-150 {
  height: 150px;
}

.cs-height-155 {
  height: 155px;
}

.cs-height-160 {
  height: 160px;
}

.cs-height-165 {
  height: 165px;
}

.cs-height-170 {
  height: 170px;
}

.cs-height-175 {
  height: 175px;
}

.cs-height-180 {
  height: 180px;
}

.cs-height-185 {
  height: 185px;
}

.cs-height-190 {
  height: 190px;
}

.cs-height-195 {
  height: 195px;
}

.cs-height-200 {
  height: 200px;
}

.cs-height-205 {
  height: 205px;
}

.cs-height-210 {
  height: 210px;
}

.cs-height-219 {
  height: 219px;
}

.cs-height-385 {
  height: 385px;
}

.cs-height-lg-0 {
  height: 0px;
}

.cs-height-lg-5 {
  height: 5px;
}

.cs-height-lg-10 {
  height: 10px;
}

.cs-height-lg-15 {
  height: 15px;
}

.cs-height-lg-20 {
  height: 20px;
}

.cs-height-lg-25 {
  height: 25px;
}

.cs-height-lg-30 {
  height: 30px;
}

.cs-height-lg-35 {
  height: 35px;
}

.cs-height-lg-40 {
  height: 40px;
}

.cs-height-lg-45 {
  height: 45px;
}

.cs-height-lg-50 {
  height: 50px;
}

.cs-height-lg-55 {
  height: 55px;
}

.cs-height-lg-60 {
  height: 60px;
}

.cs-height-lg-65 {
  height: 65px;
}

.cs-height-lg-70 {
  height: 70px;
}

.cs-height-lg-75 {
  height: 75px;
}

.cs-height-lg-80 {
  height: 80px;
}

.cs-height-lg-85 {
  height: 85px;
}

.cs-height-lg-90 {
  height: 90px;
}

.cs-height-lg-95 {
  height: 95px;
}

.cs-height-lg-100 {
  height: 100px;
}

.cs-height-lg-105 {
  height: 105px;
}

.cs-height-lg-110 {
  height: 110px;
}

.cs-height-lg-115 {
  height: 115px;
}

.cs-height-lg-120 {
  height: 120px;
}

.cs-height-lg-125 {
  height: 125px;
}

.cs-height-lg-130 {
  height: 130px;
}

.cs-height-lg-135 {
  height: 135px;
}

.cs-height-lg-140 {
  height: 140px;
}

.cs-height-lg-145 {
  height: 145px;
}

.cs-height-lg-150 {
  height: 150px;
}

.cs-height-lg-155 {
  height: 155px;
}

.cs-height-lg-160 {
  height: 160px;
}

.cs-height-lg-165 {
  height: 165px;
}

.cs-height-lg-170 {
  height: 170px;
}

.cs-height-lg-175 {
  height: 175px;
}

.cs-height-lg-180 {
  height: 180px;
}

.cs-height-lg-185 {
  height: 185px;
}

.cs-height-lg-190 {
  height: 190px;
}

.cs-height-lg-195 {
  height: 195px;
}

.cs-height-lg-200 {
  height: 200px;
}

.cs-height-lg-205 {
  height: 205px;
}

.cs-height-lg-210 {
  height: 210px;
}

.cs-height-lg-219 {
  height: 219px;
}

/*--------------------------------------------------------------
  08. General
----------------------------------------------------------------*/
.cs-logi-arrow-wrap .logi-arrow-in {
  display: flex;
  gap: 15px;
}
.cs-logi-arrow-wrap .logi-arrow-in i {
  font-size: 20px;
  line-height: 0px;
}
.cs-logi-arrow-wrap .logi-arrow-in .logi-nvigate {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
}
.cs-logi-arrow-wrap .logi-arrow-in .cs-arrow-left {
  transform: rotate(-180deg);
}

.reveal-img-wrap {
  overflow: hidden;
}
.reveal-img-wrap .reveal-img-inner {
  overflow: hidden;
}
.reveal-img-wrap .reveal-img-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.reveal-img-wrap .preloader-img-inner {
  overflow: hidden;
}
.reveal-img-wrap .preloader-img-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.reveal {
  visibility: hidden;
  overflow: hidden;
  position: relative;
}
.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: left;
}

.container-fluid {
  margin: 0px;
  padding: 0px;
}

.container .row .row {
  padding: 0px;
  margin: 0px;
}
.container .row .row .col-lg-6,
.container .row .row .col-lg-4,
.container .row .row .col-lg-3,
.container .row .row .col-lg-2 {
  margin: 0px;
  padding: 0px;
}
.container .row .row .row {
  padding: 0px;
  margin: 0px;
}

.cs-max-width-200 {
  max-width: 200px;
}

.cs_row_gap_20 {
  margin-left: -10px;
  margin-right: -10px;
}
.cs_row_gap_20 > div {
  padding-left: 10px;
  padding-right: 10px;
}

.cs_row_gap_150 {
  margin-left: -70px;
  margin-right: -70px;
}
.cs_row_gap_150 > div {
  padding-left: 70px;
  padding-right: 70px;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #D9E1DD;
}

.cs_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cs_vertical_middle {
  display: flex;
  align-items: center;
  min-height: 100%;
}

.cs_vertical_middle_in {
  flex: none;
  width: 100%;
}

.cs-flex {
  display: flex;
}

.cs_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

label {
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .cs_column_reverse_lg {
    flex-direction: column-reverse;
  }
  .cs_row_gap_150 > div {
    margin-bottom: -30px;
  }
}
.cs_toggle {
  position: relative;
  font-size: 18px;
  cursor: pointer;
  z-index: 10000;
}
.cs_toggle .setting_mode {
  position: fixed;
  right: 0;
  top: 40%;
  -webkit-transition: all 0.2s;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cs_toggle .setting_mode button {
  border: none;
  background-color: #0B1F2A;
  padding: 10px;
}
.cs_toggle .setting_mode button img {
  width: 100%;
  height: 30px;
}
.cs_toggle .setting_mode #clecel {
  display: none;
}
.cs_toggle .cs_mode_btn {
  position: fixed;
  right: -120px;
  top: 40%;
  transform: translateY(-50%);
  transition: all 0.3s;
  mix-blend-mode: exclusion;
}
.cs_toggle .cs_mode_btn button {
  border: none;
  background-color: #0B1F2A;
  color: rgba(89, 102, 96, 0.9333333333);
  padding: 10px;
}
.cs_toggle .cs_mode_btn .active {
  color: #FFFFFF;
}

.cs-common-icon-style ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs-common-icon-style ul li {
  list-style: none;
  margin-right: 15px;
}
.cs-common-icon-style ul li :last-child {
  margin-right: 0px;
}
.cs-common-icon-style ul li a svg path {
  fill: #13221D;
}

.cs-container-border {
  width: 1320px;
  margin: auto;
  height: 1px;
  background: #D9E1DD;
}

::-webkit-scrollbar {
  width: 5px;
  background: rgba(11, 31, 42, 0.1);
  opacity: 0.2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #0B1F2A;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #063D2C;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-icon20-0 {
  font-size: 20px;
  line-height: 0px;
}

/*--------------------------------------------------------------
  09. Breadcrumb Style
----------------------------------------------------------------*/
.cs-braidcrumb-wrap {
  --jc-banner-offset: 100px;
  height: 500px;
  margin-top: var(--jc-banner-offset);
  color: #FFFFFF;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  background-size: 100% auto;
  background-position: center center;
  box-shadow: 0 calc(-1 * var(--jc-banner-offset)) 0 var(--color-ivory);
  transition: background-size 0.7s ease-out;
}
.cs-braidcrumb-wrap .cs-bread-page-title-area .cs-bread-cap {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.cs-braidcrumb-wrap .cs-bread-page-title-area .cs-page-title {
  color: #FFFFFF;
}
.jc-about-banner {
  background-color: rgba(11, 31, 42, 0.46);
  background-blend-mode: multiply;
}

.cs-braidcrumb-wrap[data-src*="aerial-top-view-container-ship"] {
  background-color: rgba(11, 31, 42, 0.62);
  background-blend-mode: multiply;
}

.cs-braidcrumb-wrap[data-src*="business-agreement-between-manager-and-site-superv"] {
  background-color: rgba(11, 31, 42, 0.58);
  background-blend-mode: multiply;
  background-position: center center;
}

.jc-blog-banner,
.jc-contact-banner {
  background-color: rgba(11, 31, 42, 0.56);
  background-blend-mode: multiply;
}

.jc-contact-banner {
  background-position: center center;
}
.cs-braidcrumb-wrap .breadcrumb {
  bottom: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  -webkit-clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
          clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
  margin: 0;
  width: min(520px, calc(100% - 24px));
  min-height: 40px;
  height: auto;
  padding: 9px 52px;
}
.cs-braidcrumb-wrap .breadcrumb ul {
  display: flex;
  gap: 10px;
  color: #13221D;
  justify-content: center;
  line-height: 1.25;
  white-space: nowrap;
}
.cs-braidcrumb-wrap .breadcrumb ul:last-child {
  color: #596660;
}
.cs-braidcrumb-wrap .breadcrumb ul li {
  list-style: none;
}
.cs-braidcrumb-wrap.cs-bread-style-2 {
  display: flex;
  align-items: center;
  color: #13221D;
  position: initial;
  height: auto;
  padding-top: 100px;
}
.cs-braidcrumb-wrap.cs-bread-style-2 .breadcrumb {
  position: initial;
}
.cs-braidcrumb-wrap.cs-bread-style-2 .cs-page-title-in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .cs-braidcrumb-wrap {
    height: 350px;
    background-size: cover !important;
    background-position: right center;
  }
}
@media screen and (max-width: 991px) {
  .cs-braidcrumb-wrap {
    height: 300px;
    --jc-banner-offset: 100px;
  }
  .cs-braidcrumb-wrap .cs-bread-cap {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .cs-braidcrumb-wrap {
    height: 250px;
    --jc-banner-offset: 88px;
  }
  .cs-braidcrumb-wrap .breadcrumb {
    width: calc(100% - 16px);
    height: 44px;
    min-height: 44px;
    padding: 6px 24px;
    align-items: center;
  }
  .cs-braidcrumb-wrap .breadcrumb ul {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 7px;
    line-height: 1.2;
    white-space: nowrap;
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
  10. Slider Style
----------------------------------------------------------------*/
.home1-blog-slider {
  overflow: hidden;
}

@media screen and (min-width: 630px) {
  .home1-blog-slider .swiper-slide {
    width: 630px;
  }
}
@media screen and (max-width: 405px) {
  .home1-team-slider .swiper-slide {
    width: 100%;
  }
}
.cs-team-wrapper .home1-team-slider {
  overflow: hidden;
}
.cs-team-wrapper .home1-team-slider .swiper-slide {
  width: 405px;
}

/*--------------------------------------------------------------
  11. Video Modal
----------------------------------------------------------------*/
.cs-full-width-video-wrapper .cs-full-width-video-in .cs-video-content-in {
  height: 760px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cs-full-width-video-wrapper .cs-full-width-video-in .video-slider {
  position: relative;
}
.cs-full-width-video-wrapper .cs-full-width-video-in .video-slider .ps-scrollbar-navigation {
  position: absolute;
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  left: 0;
  z-index: 10;
}
.cs-full-width-video-wrapper .cs-full-width-video-in .video-slider .swiper-slide {
  position: relative;
}
.cs-full-width-video-wrapper .cs-full-width-video-in .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.2);
  height: 5px;
  width: 315px;
  position: initial;
}
.cs-full-width-video-wrapper .cs-full-width-video-in .swiper-scrollbar .swiper-scrollbar-drag {
  height: 5px;
  background: #FFFFFF;
}
.cs-full-width-video-wrapper .cs-full-width-video-in .ps-scrollbar-navigation .ps-scrollbar-navigation-in {
  display: flex;
  align-items: center;
  gap: 40px;
}
.cs-full-width-video-wrapper .cs-full-width-video-in .ps-scrollbar-navigation .cs-arrow-left,
.cs-full-width-video-wrapper .cs-full-width-video-in .ps-scrollbar-navigation .cs-arrow-right {
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.cs-full-width-video-wrapper .cs-full-width-video-in .ps-scrollbar-navigation .cs-arrow-left:hover,
.cs-full-width-video-wrapper .cs-full-width-video-in .ps-scrollbar-navigation .cs-arrow-right:hover {
  background: #FFFFFF;
  transition: all 0.4s ease-in-out;
}
.cs-full-width-video-wrapper .cs-full-width-video-in .ps-scrollbar-navigation .cs-arrow-left:hover i,
.cs-full-width-video-wrapper .cs-full-width-video-in .ps-scrollbar-navigation .cs-arrow-right:hover i {
  color: #13221D;
  transition: all 0.4s ease-in-out;
}
.cs-full-width-video-wrapper .cs-full-width-video-in .ps-scrollbar-navigation i {
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .cs-full-width-video-wrapper .cs-full-width-video-in .video-slider .ps-scrollbar-navigation {
    bottom: 22px;
    padding: 0 16px;
  }
  .cs-full-width-video-wrapper .cs-full-width-video-in .ps-scrollbar-navigation .ps-scrollbar-navigation-in {
    gap: 18px;
    justify-content: center;
    width: 100%;
  }
  .cs-full-width-video-wrapper .cs-full-width-video-in .swiper-scrollbar {
    width: 150px;
  }
}

.cs-video-wrapper {
  position: relative;
  width: 1920px;
  height: 760px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cs-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cs-video-wrapper .cs-video-fallback {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cs-video-wrapper.video-fallback-active .cs-video {
  display: none;
}

.cs-video-wrapper.video-fallback-active .cs-video-fallback {
  display: block;
}

/* End video section */
.cs_video_popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  transition-delay: 0.3s;
}

.cs_video_popup.active {
  left: 0;
  transition-delay: 0s;
  left: 0;
}

.cs_video_popup_overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: #0B1F2A;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.cs_video_popup.active .cs_video_popup_overlay {
  opacity: 0.8;
  height: 100%;
  background: rgba(11, 31, 42, 0.5);
}

.cs_video_popup_content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  transition: all 0.4s ease-out;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.cs_video_popup.active .cs_video_popup_content {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.cs_video_popup_content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.cs_video_popup_container {
  display: inline-block;
  position: relative;
  text-align: left;
  background: #FFFFFF;
  max-width: 1380px;
  width: 100%;
  vertical-align: middle;
}

.cs_video_popup_container .embed-responsive {
  width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.embed-responsive-16by9::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cs_video_popup_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #C2A15A;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.cs_video_popup_close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #FFFFFF;
  margin-left: -10px;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}

.cs_video_popup_close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #FFFFFF;
  margin-left: -10px;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.cs_video_popup_close:hover:before,
.cs_video_popup_close:hover:after {
  background: #0B1F2A;
}

.cs_video_popup_layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.cs_video_popup_align {
  overflow: hidden;
}

/*End Video Popup*/
/*--------------------------------------------------------------
  12. Button Style
----------------------------------------------------------------*/
button {
  background-color: #063D2C;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
  padding: 12px 40px;
  gap: 10px;
  border-radius: 50px;
  border: none;
}
button i {
  line-height: 0px;
}

.cs-text_b_line {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.cs-text_b_line i {
  color: #063D2C;
  line-height: 0px;
}

.cs-text_b_line span {
  display: inline-block;
  position: relative;
  color: #13221D;
  font-family: "Radio Canada Big";
}

.cs-text_b_line.cs_white_color span {
  color: #FFFFFF;
}

.cs-text_b_line.cs_white_color i {
  color: #FFFFFF;
}

.cs-text_b_line span:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
}

.cs-text_b_line:hover span::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.cs-primary-btn {
  background-color: #063D2C;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
  padding: 12px 40px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  width: auto;
  border-radius: 50px;
  gap: 5px;
  font-family: "Radio Canada Big";
}
.cs-primary-btn span {
  color: #FFFFFF;
  position: relative;
  z-index: 111;
  transition: all 0.5s;
}
.cs-primary-btn a {
  z-index: 5;
}
.cs-primary-btn a {
  font-family: "Radio Canada Big";
  display: flex;
  align-items: center;
  color: #FFFFFF;
  gap: 5px;
}
.cs-primary-btn a i {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 0px;
  display: inline-block;
}
.cs-primary-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  visibility: hidden;
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 90% 51%, 75% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 75% 0%, 90% 51%, 75% 100%, 0% 100%);
  border-radius: 50px;
  overflow: hidden;
  background-color: #C2A15A;
  opacity: 1;
  transition: all 0.3s;
  z-index: 1;
}
.cs-primary-btn:hover span {
  color: #0B1F2A;
  z-index: 2;
}
.cs-primary-btn:hover span path {
  stroke: #0B1F2A;
}
.cs-primary-btn:hover i {
  color: #0B1F2A;
  z-index: 2;
}
.cs-primary-btn:hover::before {
  right: 0;
  visibility: visible;
}
.cs-primary-btn.white-primary-btn {
  background: transparent;
  border: 1px solid #F6F3EC;
  color: #F6F3EC;
  transition: all 0.4s ease;
}
.cs-primary-btn.white-primary-btn i {
  color: #F6F3EC;
}
.cs-primary-btn.white-primary-btn a {
  color: #F6F3EC;
}
.cs-primary-btn.white-primary-btn:hover {
  background: #F6F3EC;
  color: #0B1F2A;
  transition: all 0.4s ease;
}
.cs-primary-btn.white-primary-btn:hover i {
  color: #0B1F2A;
}
.cs-primary-btn.white-primary-btn:hover a {
  color: #0B1F2A;
}
.cs-primary-btn.gray-primary-btn {
  background: #F6F3EC;
  transition: all 0.4s ease;
}
.cs-primary-btn.gray-primary-btn i {
  color: #13221D;
}
.cs-primary-btn.gray-primary-btn a {
  color: #13221D;
}
.cs-primary-btn.gray-primary-btn:hover {
  background: #063D2C;
  transition: all 0.4s ease;
}
.cs-primary-btn.gray-primary-btn:hover i {
  color: #FFFFFF;
}
.cs-primary-btn.gray-primary-btn:hover a {
  color: #FFFFFF;
}

.cs_round_btn {
  position: relative;
  overflow: hidden;
  height: 155px;
  min-width: 155px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  padding: 30px 15px;
  color: #FFFFFF;
}
.cs_round_btn:hover {
  background: #FFFFFF;
  color: #13221D;
  transition: all 0.4s ease;
}

/*--------------------------------------------------------------
  13. Widget Style
----------------------------------------------------------------*/
.cs-widget-download {
  background: #D9E1DD;
  height: 120px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.cs-widget-download .cs-download-card-in {
  display: flex;
  align-items: center;
}
.cs-widget-download .cs-download-card-in .cs-download-icon i {
  font-size: 32px;
  color: #063D2C;
}
.cs-widget-download .cs-download-card-in .cs-download-text {
  padding-left: 15px;
}
.cs-widget-download .cs-download-card-in .cs-download-text h6 {
  margin-top: -5px;
}

.cs-widget-get-touch p {
  padding-bottom: 20px;
}
.cs-widget-get-touch .email-phone-widget :first-child {
  padding-bottom: 2px;
}

.cs-widget-leftborder {
  padding-left: 20px;
  position: relative;
}

.cs-widget-leftborder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border: 2.5px solid #D9E1DD;
  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
          clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}

.cs-widget-item {
  margin-bottom: 50px;
}
.cs-widget-item:last-child {
  margin-bottom: 0px;
}
.cs-widget-item .cs-widget-title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cs-widget-item .cs-widget-title i {
  color: #063D2C;
  font-size: 22px;
  line-height: 0px;
}

.cs-single-widget-wrap .cs-widget-in .cs-link-list ul {
  margin: 0;
  padding: 0;
}
.cs-single-widget-wrap .cs-widget-in .cs-link-list ul li {
  list-style: none;
  line-height: 230%;
}
.cs-single-widget-wrap .cs-widget-in .cs-link-list ul .cs-text_b_line {
  display: inherit;
}

@media screen and (min-width: 1350px) {
  .cs-single-widget-wrap {
    padding-left: 50px;
  }
}
.cs-search-widget .cs-search-content {
  position: relative;
}
.cs-search-widget .cs-search-content input {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  border: 1px solid #D9E1DD;
  transition: border-color 0.3s ease;
}
.cs-search-widget .cs-search-content input:focus, .cs-search-widget .cs-search-content input:active, .cs-search-widget .cs-search-content input:focus-visible, .cs-search-widget .cs-search-content input:focus-within {
  border: 1px solid #063D2C;
  outline: none;
}
.cs-search-widget .cs-search-content .cs-icon-search {
  position: absolute;
  right: 20px;
  top: 16px;
  cursor: pointer;
}
.cs-search-widget .cs-search-content .cs-icon-search i {
  font-size: 28px;
  color: #063D2C;
}

.cs-tag-items-wrap ul {
  margin: 0;
  padding: 0;
}
.cs-tag-items-wrap ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #D9E1DD;
  border-radius: 25px;
  padding: 2px 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease;
}
.cs-tag-items-wrap ul li a {
  font-size: 16px;
}
.cs-tag-items-wrap ul li:hover {
  background: #063D2C;
  transition: all 0.4s ease;
  border: 1px solid #063D2C;
}
.cs-tag-items-wrap ul li:hover a {
  color: #FFFFFF;
}

/*--------------------------------------------------------------
  14. Hero Style
----------------------------------------------------------------*/
.cs-hero-slider-wrap .cs-hero-slider-content-wrap {
  position: relative;
}
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slider-img {
  position: relative;
}
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slider-img img {
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slide-content {
  padding-top: 30px;
  position: absolute;
  left: 100px;
  z-index: 10;
}
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slide-content .cs-hero-title {
  margin-bottom: 55px;
  max-width: 950px;
}
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slide-content .cs-hero-title h1 {
  color: #FFFFFF;
  line-height: 115%;
}
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-instrument {
  position: absolute;
  left: 100px;
  bottom: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(100% - 100px);
}
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-instrument .cs-hero-slider-controller {
  display: flex;
  margin-bottom: 70px;
}
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-instrument .cs-hero-slider-controller .slider-controler-item {
  cursor: pointer;
  color: #FFFFFF;
  padding-right: 50px;
}
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-instrument .cs-hero-slider-controller .slider-controler-item h6, .cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-instrument .cs-hero-slider-controller .slider-controler-item p {
  color: #FFFFFF;
  margin: 0;
  font-family: var(--heading-font-family);
}
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-instrument .cs-hero-slider-thumb {
  height: 150px;
  width: 350px;
  background: #FFFFFF;
  -webkit-clip-path: polygon(100% 0%, 100% 52%, 100% 100%, 0 100%, 0% 40%, 25% 0%);
          clip-path: polygon(100% 0%, 100% 52%, 100% 100%, 0 100%, 0% 40%, 25% 0%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-instrument .cs-hero-slider-thumb .cs-thumb-in {
  display: flex;
}
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-instrument .cs-hero-slider-thumb .cs-thumb-in img {
  border-radius: 100%;
  opacity: 0.5;
  cursor: pointer;
  width: 90%;
  transition: all 0.5s ease;
}
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-instrument .cs-hero-slider-thumb .cs-thumb-in img:hover {
  opacity: 1;
  width: 100%;
}
.cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-slide-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 300px;
}
.cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-left {
  margin-top: 100px;
}
.cs-hero-slider-wrap.cs-hero-air-freight .air-swiper-slider {
  align-items: flex-end;
  display: flex;
}
.cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-title h1 {
  line-height: 120%;
  margin-bottom: 30px;
}
.cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-subtitle {
  margin-bottom: 40px;
}
.cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-subtitle p {
  font-size: 18px;
  max-width: 500px;
}
.cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slide-content {
  padding-left: 200px;
}
.cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-slider-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs-hero-slider-wrap.cs-hero-air-freight .cs-air-hero-controller {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 9;
}
.cs-hero-slider-wrap.cs-hero-air-freight .cs-air-hero-controller .cs-air-slider-con-in {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cs-hero-slider-wrap.cs-hero-air-freight .cs-air-hero-controller .cs-air-slider-con-in .cs-air-sli-con-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cs-hero-slider-wrap.cs-hero-air-freight .cs-air-hero-controller .cs-air-slider-con-in .cs-air-sli-con-item .cs-hero-sl-border {
  height: 1px;
  background: #FFFFFF;
  min-width: 50px;
  transition: all 0.5s ease;
  opacity: 0.2;
}
.cs-hero-slider-wrap.cs-hero-air-freight .cs-air-hero-controller .cs-air-slider-con-in .cs-air-sli-con-item h6 {
  color: #FFFFFF;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.cs-hero-slider-wrap.cs-hero-air-freight .cs-air-hero-controller .cs-air-slider-con-in .cs-air-sli-con-item h6:hover {
  opacity: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 375px) {
  .cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-right-img {
    display: none;
  }
  .cs-hero-slider-wrap.cs-hero-air-freight .cs-air-hero-controller {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-subtitle {
    margin-right: 20px;
  }
}
.cs-hero-slider-wrap.cs-hero-ocean-cargo .cs-hero-slide-content {
  padding-left: calc((100% - 1700px) / 2);
  position: absolute;
  left: 0px;
}
.cs-hero-slider-wrap.cs-hero-ocean-cargo .cs-hero-slider-content {
  display: flex;
  align-items: center;
}
.cs-hero-slider-wrap.cs-hero-ocean-cargo .cs-hero-slider-arrow {
  position: absolute;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1;
}
.cs-hero-slider-wrap.cs-hero-ocean-cargo .cs-hero-slider-arrow :last-child {
  transform: rotate(180deg);
}
.cs-hero-slider-wrap.cs-hero-ocean-cargo .cs-hero-slider-arrow i {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-text-stroke: 2.5px #0B1F2A;
  transition: all 0.3s ease;
}
.cs-hero-slider-wrap.cs-hero-ocean-cargo .cs-hero-slider-arrow i:hover {
  color: #FFFFFF;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .cs-hero-slider-wrap.cs-hero-ocean-cargo .cs-hero-slider-arrow {
    bottom: 20px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 500px) {
  .cs-hero-slider-wrap.cs-hero-ocean-cargo .cs-hero-slider-arrow {
    display: none;
  }
}
@media screen and (max-width: 1700px) {
  .cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-slide-content {
    left: 50px;
  }
  .cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-right-img {
    max-width: 50vw;
  }
  .cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slide-content {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1590px) {
  .cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-title h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1322px) {
  .cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-slide-content {
    left: 50px;
  }
  .cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-left {
    margin-top: 100px;
  }
  .cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slide-content {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-title h1 {
    font-size: 60px;
  }
  .cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-left {
    padding-right: 10px;
  }
  .cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slide-content {
    padding-left: 0px;
  }
  .cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-sl-border {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slide-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-left: 0px;
    padding-right: 10px;
  }
  .cs-hero-slider-wrap.cs-hero-air-freight .cs-air-hero-controller {
    right: 0;
    position: absolute;
    left: auto;
  }
  .cs-hero-slider-wrap.cs-hero-air-freight .cs-air-hero-controller .cs-air-slider-con-in .cs-air-sli-con-item {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1280px) {
  .cs-hero-slider-wrap.cs-hero-air-freight .air-swiper-slider {
    align-items: center;
  }
}
.cs-hero-slider-wrap.cs-hero-air-freight .cs-air-hero-controller .cs-air-slider-con-in .cs-air-sli-con-item.slider-controler-item-air.active .cs-hero-sl-border {
  width: 100px;
  transition: all 0.5s ease;
  opacity: 1;
}
.cs-hero-slider-wrap.cs-hero-air-freight .cs-air-hero-controller .cs-air-slider-con-in .cs-air-sli-con-item.slider-controler-item-air.active h6 {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .cs-hero-slider-instrument {
    width: 100vw;
    margin: 0px 10px;
  }
  .cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-instrument .cs-hero-slider-thumb {
    display: none;
  }
  .cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slide-content {
    left: 10px;
  }
  .cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-instrument {
    left: 0px;
  }
  .cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-instrument .cs-hero-slider-controller {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .cs-hero-slider-wrap .cs-hero-title h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 991px) {
  .cs-hero-slider-wrap .cs-hero-title h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 567px) {
  .cs-hero-slider-wrap .cs-hero-title {
    margin-bottom: 25px;
  }
  .cs-hero-slider-wrap .cs-hero-title h1 {
    font-size: 60px;
    line-height: 115%;
  }
  .cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-instrument .cs-hero-slider-controller .slider-controler-item {
    padding-right: 20px;
  }
  .cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-instrument {
    width: 100vw;
  }
}
@media screen and (max-width: 320px) {
  .cs-hero-slider-wrap .cs-hero-title h1 {
    font-size: 40px;
  }
  .cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-instrument .cs-hero-slider-controller .slider-controler-item p {
    display: none;
  }
}
.logi-splite,
.logi-splite-2 {
  position: relative;
  overflow: hidden;
}
.logi-splite .split-parent,
.logi-splite-2 .split-parent {
  overflow: hidden;
}
.logi-splite .split-child,
.logi-splite-2 .split-child {
  display: inline-block;
}
.logi-splite .word,
.logi-splite-2 .word {
  margin-right: 10px;
}

@media screen and (max-height: 800px) {
  .cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-instrument {
    display: none !important;
  }
  .cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-right-img {
    display: none;
  }
  .cs-hero-title .logi-splite {
    font-size: 70px;
  }
  .cs-hero-slider-wrap.cs-hero-air-freight .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slider-img img {
    height: 750px;
  }
  .cs-hero-slider-wrap.cs-hero-ocean-cargo .cs-hero-slider-arrow {
    display: none;
  }
  .cs-hero-slider-wrap.cs-hero-air-freight .air-swiper-slider {
    display: flex;
    align-items: center;
  }
}
/*--------------------------------------------------------------
  15. Title Style
----------------------------------------------------------------*/
.cs-section-title-left-right.sec-title-style-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cs-section-title-left-right.sec-title-style-1 .cs-title-left-area .cs-sec-caption {
  display: flex;
  align-items: center;
}
.cs-section-title-left-right.sec-title-style-1 .cs-title-left-area .cs-sec-caption .cs-cap-icon {
  margin-right: 10px;
}
.cs-section-title-left-right.sec-title-style-1 .cs-title-left-area .cs-sec-caption .cs-cap-icon svg {
  max-height: 16px;
}
.cs-section-title-left-right.sec-title-style-1 .cs-title-left-area .cs-sec-caption .cs-cap-text {
  color: #13221D;
}
.cs-section-title-left-right.sec-title-style-1 .cs-title-left-area .cs-sec-caption .cs-cap-text p {
  margin: 0px;
  font-family: "Radio Canada Big";
}
.cs-section-title-left-right.sec-title-style-1 .cs-title-left-area .cs-sec-title h2 {
  max-width: 800px;
}

.cs-section-title-center.sec-title-style-2 .cs-title-center-area {
  text-align: center;
}
.cs-section-title-center.sec-title-style-2 .cs-title-center-area .cs-sec-caption {
  display: flex;
  justify-content: center;
}
.cs-section-title-center.sec-title-style-2 .cs-title-center-area .cs-sec-caption .cs-cap-icon {
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .cs-section-title-left-right.sec-title-style-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .cs-section-title-left-right.sec-title-style-1 .cs-sec-title {
    margin-bottom: 25px;
  }
}
/*--------------------------------------------------------------
  16. Expertise Area
----------------------------------------------------------------*/
.cs-expertise-wrap .container-fluid {
  padding: 0px 100px;
  max-width: 1720px;
  margin: auto;
}
.cs-expertise-wrap .cs-expert-area-content {
  display: flex;
  justify-content: space-between;
  background: #F6F3EC;
  padding: 79px;
  -webkit-clip-path: polygon(4% 0, 96% 0, 100% 20%, 100% 80%, 96% 100%, 4% 100%, 0% 80%, 0% 20%);
          clip-path: polygon(4% 0, 96% 0, 100% 20%, 100% 80%, 96% 100%, 4% 100%, 0% 80%, 0% 20%);
}
.cs-expertise-wrap .cs-expert-area-item {
  max-width: 425px;
}
.cs-expertise-wrap .cs-expert-area-item .cs-exp-icon-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cs-expertise-wrap .cs-expert-area-item .cs-exp-icon-title .cs-exp-icon {
  margin-right: 30px;
  color: #063D2C;
  font-size: 80px;
}
.cs-expertise-wrap .cs-expert-area-item .cs-exp-icon-title .cs-exp-title {
  max-width: 275px;
}
.cs-expertise-wrap .cs-expert-area-item:hover .cs-exp-icon .svg-left-to-right-animation > :first-child {
  transform: translateX(50%);
}
.cs-expertise-wrap .cs-expert-area-item:hover .cs-exp-icon .svg-left-to-right-animation > :last-child {
  transform: translateX(170%) rotateX(50deg);
}
.cs-expertise-wrap .cs-expert-area-item:hover .cs-exp-icon::after {
  width: 100%;
}
.cs-expertise-wrap .cs-expert-line {
  width: 1px;
  background: #D9E1DD;
  height: 100%;
  max-height: 150px;
}
.cs-expertise-wrap.expert-area-no-bg .cs-expert-area-content {
  background: none;
  padding: 0px;
  -webkit-clip-path: initial;
          clip-path: initial;
}
.cs-expertise-wrap.expert-area-no-bg .cs-expert-area-content p {
  margin: 0px;
}
.cs-expertise-wrap.expert-area-no-bg.cs-border-style-expart-area {
  border-bottom: 1px solid #D9E1DD;
}
.cs-expertise-wrap.expert-area-no-bg.cs-border-style-expart-area .cs-expert-area-content .cs-expert-area-item {
  padding-top: 60px;
  padding-bottom: 60px;
}
.cs-expertise-wrap.expert-area-no-bg.cs-border-style-expart-area .cs-expert-area-content .cs-expert-line {
  max-height: 100%;
}
.cs-expertise-wrap.expert-full-zig {
  background: #0B1F2A;
}
.cs-expertise-wrap.expert-full-zig .container-fluid {
  padding: 0px 10px;
}
.cs-expertise-wrap.expert-full-zig .cs-expert-line {
  opacity: 0.2;
}
.cs-expertise-wrap.expert-full-zig .cs-expert-area-content {
  padding: 79px 0px;
  background: none;
  color: #FFFFFF;
}
.cs-expertise-wrap.expert-full-zig .cs-expert-area-content h5 {
  color: #FFFFFF;
}

@media screen and (max-width: 1670px) {
  .cs-expertise-wrap .cs-expert-line {
    display: none;
  }
  .cs-expertise-wrap.expert-full-zig .container-fluid {
    padding: 0px 50px;
  }
}
@media screen and (max-width: 1500px) {
  .cs-expertise-wrap .cs-expert-area-content {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .cs-expertise-wrap .cs-expert-area-item {
    margin-bottom: 40px;
    margin-right: 30px;
  }
  .cs-expertise-wrap .cs-expert-area-item:last-child {
    margin-bottom: 0px;
  }
  .cs-expertise-wrap.expert-area-no-bg.cs-border-style-expart-area {
    border-bottom: none;
  }
  .cs-expertise-wrap.expert-area-no-bg.cs-border-style-expart-area .cs-expert-area-content {
    flex-wrap: nowrap;
  }
  .cs-expertise-wrap.expert-area-no-bg.cs-border-style-expart-area .cs-expert-area-content .cs-expert-area-item {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1241px) {
  .cs-expertise-wrap .container-fluid {
    padding: 0px 100px;
  }
  .cs-expertise-wrap .container-fluid .cs-expert-area-content {
    padding: 0px;
    background: none;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .cs-expertise-wrap.expert-full-zig .container-fluid {
    padding: 50px 50px;
  }
  .cs-expertise-wrap.expert-area-no-bg.cs-border-style-expart-area .cs-expert-area-content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1083px) {
  .cs-expertise-wrap .container-fluid {
    padding: 0px 40px;
  }
  .cs-expertise-wrap .container-fluid .cs-expert-area-content {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 991px) {
  .cs-expertise-wrap .container-fluid {
    max-width: 720px;
    margin: auto;
  }
  .cs-expertise-wrap .cs-expert-area-content {
    padding: 0px;
  }
}
@media screen and (max-width: 576px) {
  .cs-expertise-wrap .cs-expert-area-content {
    padding: 0px 10px !important;
    -webkit-clip-path: circle(70.7% at 50% 50%);
            clip-path: circle(70.7% at 50% 50%);
  }
  .cs-expertise-wrap .cs-expert-area-content .cs-expert-area-item {
    margin-right: 0px;
  }
  .cs-expertise-wrap .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  .cs-expertise-wrap.expert-full-zig .container-fluid {
    padding: 50px 10px;
  }
}
.svg-left-to-right-animation-wrap {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  width: 85px;
}
.svg-left-to-right-animation-wrap .svg-left-to-right-animation {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  overflow: hidden;
}
.svg-left-to-right-animation-wrap .svg-left-to-right-animation > :first-child {
  transition: all 0.5s;
  transform: translateX(-150%);
}
.svg-left-to-right-animation-wrap .svg-left-to-right-animation > :last-child {
  transition: all 0.5s;
  transform: translateX(-50%);
}
.svg-left-to-right-animation-wrap:hover .svg-left-to-right-animation > :first-child {
  transform: translateX(50%);
}
.svg-left-to-right-animation-wrap:hover .svg-left-to-right-animation > :last-child {
  transform: translateX(170%) rotateX(50deg);
}
.svg-left-to-right-animation-wrap:hover::after {
  width: 100%;
}

/*--------------------------------------------------------------
  17. About Style
----------------------------------------------------------------*/
.cs-about-wrapper-1 {
  padding-right: calc((100% - 1320px) / 2);
}
.cs-about-wrapper-1 .cs-about-wrap-in {
  position: relative;
  min-height: 615px;
  display: flex;
  align-items: center;
}
.cs-about-wrapper-1 .cs-about-wrap-in .cs-about-content-wrap {
  display: flex;
  justify-content: end;
}
.cs-about-wrapper-1 .cs-about-wrap-in .cs-about-content-wrap .cs-about-content-in {
  max-width: 637px;
}
.cs-about-wrapper-1 .cs-about-wrap-in .cs-about-content-wrap .cs-about-content-in .cs-about-title {
  margin-bottom: 20px;
}
.cs-about-wrapper-1 .cs-about-wrap-in .cs-about-content-wrap .cs-about-content-in .cs-about-para {
  margin-bottom: 30px;
}
.cs-about-wrapper-1 .cs-about-wrap-in .cs-about-img-area {
  position: relative;
}
.cs-about-wrapper-1 .cs-about-wrap-in .cs-about-img-area .cs-about-img-over-content {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 1 !important;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 80%, 0% 20%);
          clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 80%, 0% 20%);
}
.cs-about-wrapper-1 .cs-about-wrap-in .cs-about-img-area .cs-about-img-over-content h2 {
  color: #FFFFFF;
}
.cs-about-wrapper-1 .cs-about-wrap-in .cs-about-img-area .cs-about-img-over-content p {
  color: #FFFFFF;
  font-family: "Radio Canada Big";
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
}
.cs-about-wrapper-1.cs-about-2 {
  padding-left: calc((100% - 1320px) / 2);
}
.cs-about-wrapper-1.cs-about-2 .cs-about-img-area {
  position: absolute;
  top: 0;
  left: 100px;
}
.cs-about-wrapper-1.cs-about-2 .cs-about-list-wrap {
  margin-top: 350px;
  margin-bottom: -40px;
}
.cs-about-wrapper-1.cs-about-2.cs-about-img-left0 .cs-about-img-area {
  left: 0;
  position: absolute;
}

.cs-about-style-2 {
  position: relative;
}
.cs-about-style-2 .cs-about-wrap-in {
  position: initial;
  margin-bottom: -75px;
}
.cs-about-style-2 .cs-about-wrap-in .cs-about-content-wrap .cs-about-content-in .cs-about-para {
  margin-bottom: 65px;
}

.flex_end {
  display: flex;
  align-items: flex-end;
}

.cs-about-list-wrap {
  display: flex;
  gap: 75px;
}
.cs-about-list-wrap ul {
  padding: 0;
}
.cs-about-list-wrap ul li {
  list-style: none;
  padding-bottom: 15px;
}
.cs-about-list-wrap ul li i {
  margin-right: 10px;
  color: #063D2C;
}

@media screen and (max-width: 1600px) {
  .cs-about-wrapper-1.cs-about-2 .cs-about-img-area {
    left: 10px;
  }
}
@media screen and (min-width: 1366px) {
  .cs-about-wrapper-1.cs-about-2 .cs-about-img-area {
    max-width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .cs-about-wrapper-1.cs-about-2 .cs-about-img-area {
    max-width: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .cs-about-wrapper-1 .cs-about-content-wrap {
    max-width: 960px;
    margin: auto;
    justify-content: flex-start !important;
  }
  .cs-about-wrapper-1 .cs-about-img-area {
    padding-bottom: 50px;
    max-width: 960px;
    margin: auto;
  }
  .cs-about-wrapper-1.cs-about-2 .cs-about-list-wrap {
    margin-top: 375px;
    margin-bottom: 5px;
  }
  .cs-about-wrapper-1.cs-about-2 .cs-about-list-wrap .cs-about-img-area {
    width: 80% !important;
  }
  .cs-about-wrapper-1.cs-about-img-left0 .cs-about-list-wrap {
    margin-top: 420px;
  }
  .cs-about-wrapper-1.cs-about-img-left0 .cs-about-list-wrap .cs-about-img-area {
    width: 80% !important;
  }
  .cs-about-style-2 .cs-about-wrap-in {
    margin-bottom: 0px;
  }
  .cs-about-style-2 .cs-about-wrap-in .cs-about-content-wrap .cs-about-content-in .cs-about-para {
    margin-bottom: 45px;
  }
  .cs-about-style-2 .cs-about-wrap-in .cs-about-content-wrap .cs-about-content-in .cs-about-para p {
    margin: 0px;
  }
}
@media screen and (max-width: 991px) {
  .cs-about-wrapper-1 .cs-about-content-wrap .cs-about-content-in {
    margin: auto;
    max-width: 720px;
  }
  .cs-about-wrapper-1 .cs-about-img-area {
    max-width: 720px;
    margin: auto;
  }
  .cs-about-wrapper-1.cs-about-2 .cs-about-img-area {
    position: initial;
  }
  .cs-about-wrapper-1.cs-about-2 .cs-about-list-wrap {
    max-width: 637px;
    margin: auto;
  }
  .cs-about-wrapper-1.cs-about-2 .cs-about-content-wrap .cs-about-content-in .cs-about-para {
    margin-bottom: 40px;
  }
  .cs-about-wrapper-1.cs-about-2 .cs-about-content-wrap .cs-about-content-in .cs-about-para p {
    margin-bottom: 0px;
  }
  .cs-about-wrapper-1.cs-about-2.cs-about-img-left0 .cs-about-img-area {
    position: inherit;
  }
}
@media screen and (max-width: 767px) {
  .cs-about-wrapper-1.cs-about-2 .cs-about-img-area {
    position: initial;
  }
  .cs-about-wrapper-1.cs-about-2 .container {
    max-width: 650px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .cs-about-wrapper-1.cs-about-2 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media screen and (max-width: 576px) {
  .cs-about-wrapper-1 .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .cs-about-wrapper-1 .cs-about-list-wrap {
    margin-bottom: 30px;
    flex-direction: column;
    gap: 0px !important;
  }
  .cs-about-wrapper-1 .cs-about-list-wrap ul {
    margin: 0px;
  }
  .cs-about-wrapper-1.cs-about-2 .container {
    padding: 0px;
    margin: 0px;
  }
}
/*--------------------------------------------------------------
  18. Services Style
----------------------------------------------------------------*/
.cs-service-sec-wrapper {
  background: #0B1F2A;
  color: #FFFFFF;
}
.cs-service-sec-wrapper .cs-sec-title h2 {
  color: #FFFFFF;
}
.cs-service-sec-wrapper .cs-service-list-wrap .cs-ser-border {
  height: 1px;
  width: 100%;
  background: #FFFFFF;
  opacity: 0.2;
}
.cs-service-sec-wrapper .cs-service-list-wrap .cs-service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.cs-service-sec-wrapper .cs-service-list-wrap .cs-service-item .ser-icon-title {
  display: flex;
}
.cs-service-sec-wrapper .cs-service-list-wrap .cs-service-item .cs-ser-icons {
  display: flex;
  align-items: center;
  margin-right: 45px;
}
.cs-service-sec-wrapper .cs-service-list-wrap .cs-service-item .cs-ser-icons i {
  font-size: 58px;
  margin-right: 15px;
}
.cs-service-sec-wrapper .cs-service-list-wrap .cs-service-item .cs-ser-title {
  max-width: 352px;
}
.cs-service-sec-wrapper .cs-service-list-wrap .cs-service-item .cs-ser-title h4 {
  color: #FFFFFF;
}
.cs-service-sec-wrapper .cs-service-list-wrap .cs-service-item .cs-ser-para {
  max-width: 370px;
}
.cs-service-sec-wrapper .cs-service-list-wrap .cs-service-item .cs-ser-btn {
  text-align: right;
}
.cs-service-sec-wrapper .cs-service-list-wrap .cs-service-item .cs-ser-btn i {
  font-size: 70px;
}
.cs-service-sec-wrapper .cs-service-list-wrap .cs-service-item .cs-ser-btn:hover {
  transition: all 0.5s;
}
@media screen and (min-width: 1280px) {
  .cs-service-sec-wrapper .cs-service-list-wrap .cs-service-item .cs-ser-btn {
    min-width: 300px;
  }
}
.cs-service-sec-wrapper.cs-ser-style-2 {
  background: none;
  color: #13221D;
}
.cs-service-sec-wrapper.cs-ser-style-2 h2 {
  color: #13221D;
}
.cs-service-sec-wrapper.cs-ser-style-2 .cs-service-list-wrap .cs-ser-border {
  background: #D9E1DD;
  opacity: 1;
}
.cs-service-sec-wrapper.cs-ser-style-2 .cs-service-list-wrap .cs-service-item .cs-ser-title h4 {
  color: #13221D;
}

.cs-service-items-fullw .row {
  margin-left: 0px;
  margin-right: 0px;
}
.cs-service-items-fullw .cs-service-items-in .container-fluid .row .col-lg-3 {
  margin: 0px;
  padding: 0px;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content {
  position: relative;
  color: #FFFFFF;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content .cs-service-item-img {
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: scale(1) translateY(5%);
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content .cs-service-item-img img {
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s ease;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content .cs-ser-content {
  margin-right: 30px;
  position: relative;
  z-index: 2;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content .cs-ser-content h4 {
  margin-bottom: 15px;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content:hover .cs-service-item-img {
  opacity: 1;
  transform: scale(1.2) translateY(-1%);
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content:hover .cs-ser-icon i {
  font-size: 100px;
  z-index: 3;
  position: relative;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content-in {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 50px;
  bottom: 50px;
  right: 10px;
  top: 10px;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content-in .cs-ser-icon {
  text-align: right;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content-in .cs-ser-icon i {
  font-size: 175px;
  text-align: right;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
  color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 3;
  transition: font-size 0.4s ease;
}
@media screen and (max-width: 567px) {
  .cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content-in {
    left: 20px;
  }
}

@media (min-width: 991px) and (max-width: 1500px) {
  .cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content .cs-ser-content {
    margin-right: 20px;
  }
  .cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content-in .cs-ser-icon i {
    font-size: 75px;
  }
  .cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content .cs-ser-content h4 {
    font-size: 28px;
  }
  .cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content-in {
    left: 15px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .cs-service-sec-wrapper .cs-ser-icons svg {
    display: none;
  }
  .cs-service-sec-wrapper .cs-service-list-wrap .cs-service-item .cs-ser-icons {
    margin-right: 20px;
  }
  .cs-service-sec-wrapper .cs-service-list-wrap .cs-service-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .cs-service-sec-wrapper .cs-service-item {
    flex-wrap: wrap;
  }
  .cs-service-sec-wrapper .cs-service-item .ser-icon-title {
    margin-bottom: 15px;
    align-items: center;
    display: flex;
  }
  .cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media screen and (max-width: 576px) {
  .cs-service-sec-wrapper .cs-service-item .cs-ser-icons {
    margin-right: 20px;
  }
  .cs-service-sec-wrapper .cs-service-item .cs-ser-icons svg {
    display: none;
  }
  .cs-service-sec-wrapper .cs-service-list-wrap .cs-service-item .cs-ser-btn i {
    font-size: 45px;
  }
  .cs-service-sec-wrapper .cs-service-list-wrap .cs-service-item {
    margin-bottom: 0px;
  }
}
.mb-50 {
  margin-bottom: 50px;
}

.cs-page-single-wrap .cs-page-single-wrap-in .cs-page-single-content-wrap .cs-page-content-in h4,
.cs-page-single-wrap .cs-page-single-wrap-in .cs-page-single-content-wrap .cs-page-content-in h6 {
  padding-bottom: 10px;
  font-weight: 600;
}
.cs-page-single-wrap .cs-page-single-wrap-in .cs-page-single-content-wrap .cs-page-content-in p {
  margin: 0px;
}
.cs-page-single-wrap .cs-page-single-wrap-in .cs-page-single-content-wrap .cs-page-content-in .cs-single-text-2-content {
  height: 30px;
}
.cs-page-single-wrap .cs-link-list ul li a span {
  color: var(--body-color);
}
.cs-page-single-wrap .cs-link-list ul li i {
  padding-right: 10px;
}
.cs-page-single-wrap.cs-service-single .cs-single-widget-wrap {
  padding-left: 0px;
  margin-right: 30px;
}
.cs-page-single-wrap.single-content-left {
  margin-left: 30px;
}

.cs-single-content-gap {
  height: 50px;
}

.cs-card-wrap .row .col-lg-6 :nth-child(2) {
  margin-bottom: 40px;
}
.cs-card-wrap .cs-card-in .cs-card-content-wrap {
  display: flex;
  gap: 30px;
}
.cs-card-wrap .cs-card-in .cs-card-content-wrap h6 {
  font-size: 18px;
  max-width: 250px;
}

@media screen and (max-width: 991px) {
  .reverse-widget {
    margin-top: 50px;
  }
}
.cs-maxw-1720 {
  max-width: 1720px;
  margin: auto;
}

/*--------------------------------------------------------------
  19. Clients
----------------------------------------------------------------*/
.cs-client-brand-wrapper .cs-client-container .cs-client-card {
  border: 1px solid #D9E1DD;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs-client-brand-wrapper .row {
  padding: 0px;
}
.cs-client-brand-wrapper .row .col-lg-3 {
  margin: 0;
  padding: 0;
}
.cs-client-brand-wrapper.style-full-1raw .row {
  padding: 0px;
}
.cs-client-brand-wrapper.style-full-1raw .row .col-lg-2 {
  margin: 0;
  padding: 0;
}

.cs-client-card {
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  width: auto;
}
.cs-client-card::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  visibility: hidden;
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
          clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  overflow: hidden;
  background-color: #063D2C;
  transition: all 0.5s;
  z-index: 11;
}
.cs-client-card:hover::before {
  right: 0;
  visibility: visible;
}
.cs-client-card:hover h6 {
  color: #FFFFFF;
  z-index: 12;
}
.cs-client-card:hover h6 a {
  color: #FFFFFF;
}

/*--------------------------------------------------------------
  18. Counter Style
----------------------------------------------------------------*/
.cs-counter-wrap .cs-counter-item .cs-count-text {
  color: #13221D;
}

@media screen and (max-width: 991px) {
  .cs-counter-wrap .container .row > *:nth-child(-n+2) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cs-counter-wrap .container .row > *:nth-child(-n+3) {
    margin-bottom: 30px;
  }
}
/*--------------------------------------------------------------
  21. Section Forms
----------------------------------------------------------------*/
.cs-form-with-map .container-fluid {
  padding-right: calc((100% - 1320px) / 2);
}
.cs-form-with-map .cs-map-half iframe {
  height: 600px;
  width: 100%;
  margin-bottom: -10px;
}
.cs-form-with-map .cs-map-half iframe :focus,
.cs-form-with-map .cs-map-half iframe :active {
  border: none;
}
@media screen and (min-width: 1600px) {
  .cs-form-with-map .cs-form-for-map {
    margin-left: 150px;
  }
}

@media screen and (max-width: 1350px) {
  .cs-form-with-map .cs-form-for-map {
    margin-left: 20px;
  }
  .cs-form-with-map .cs-form-light {
    padding-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .cs-form-with-map .cs-map-half {
    margin-bottom: 50px;
  }
  .cs-form-with-map .cs-form-light {
    padding-right: 0px;
    margin-bottom: 110px;
  }
  .cs-form-with-map .cs-form-for-map .cs-form-with-map.cs-form-light {
    margin-bottom: 0px !important;
  }
}
/*--------------------------------------------------------------
  22. Team Member
----------------------------------------------------------------*/
.cs-team-wrapper .cs-members-container .cs-member-item {
  position: relative;
  max-width: 405px;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-member-img {
  position: relative;
  -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%, 0% 90%, 0% 10%);
          clip-path: polygon(10% 0%, 100% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%, 0% 90%, 0% 10%);
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: transform 0.4s ease;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-member-img img {
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-member-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 31, 42, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease;
  -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%, 0% 90%, 0% 10%);
          clip-path: polygon(10% 0%, 100% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%, 0% 90%, 0% 10%);
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-member-item-content {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 80px;
  background: #FFFFFF;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 11% 50%, 0% 0%);
          clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 11% 50%, 0% 0%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-member-item-content .cs-member-info {
  margin-left: 50px;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-member-item-content .cs-member-info .cs-member-designation p {
  margin: 0px;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-member-connect {
  transition: all 0.4s ease;
}
.cs-team-wrapper .cs-members-container .cs-member-item:hover .cs-member-img {
  -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%, 0% 90%, 0% 10%);
          clip-path: polygon(10% 0%, 100% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%, 0% 90%, 0% 10%);
}
.cs-team-wrapper .cs-members-container .cs-member-item:hover .cs-member-img img {
  transform: scale(1.1) translateX(10px);
}
.cs-team-wrapper .cs-members-container .cs-member-item:hover .cs-member-img::after {
  opacity: 1;
  -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%, 0% 90%, 0% 10%);
          clip-path: polygon(10% 0%, 100% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%, 0% 90%, 0% 10%);
}
.cs-team-wrapper .cs-members-container .cs-member-item:hover .cs-social-contact {
  max-height: 220px;
  opacity: 1;
}
.cs-team-wrapper .cs-members-container .cs-member-item:hover .cs-member-connect {
  transform: rotate(-90deg);
  margin-right: 10px;
  transition: all 0.4s ease;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-social-contact {
  position: absolute;
  right: 0;
  bottom: 80px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease-in-out, opacity 0.3s ease-in-out;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-social-contact ul {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-social-contact ul li {
  display: inline-block;
  margin-bottom: 1px;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-social-contact ul li a {
  padding: 15px 15px 8px 15px;
  background: #063D2C;
  display: inline-block;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-social-contact ul li a i {
  color: #FFFFFF;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-social-contact ul li:hover a {
  background: #FFFFFF;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-social-contact ul li:hover a i {
  color: #13221D;
}
.cs-team-wrapper .container-fluid {
  max-width: 1720px;
  padding: 0px 10px;
  margin: auto;
}
.cs-team-wrapper .container-fluid .row {
  margin: auto;
}
.cs-team-wrapper.cs-team-transparent .cs-members-container .cs-member-item .cs-member-img {
  -webkit-clip-path: inherit;
          clip-path: inherit;
}
.cs-team-wrapper.cs-team-transparent .cs-members-container .cs-member-item::after {
  -webkit-clip-path: inherit;
          clip-path: inherit;
}
.cs-team-wrapper.cs-team-transparent .cs-members-container .cs-member-item:hover .cs-member-img {
  -webkit-clip-path: inherit;
          clip-path: inherit;
}
.cs-team-wrapper.cs-team-transparent .cs-members-container .cs-member-item:hover .cs-member-img::after {
  -webkit-clip-path: inherit;
          clip-path: inherit;
}
.cs-team-wrapper.cs-team-transparent .cs-members-container .cs-member-item .cs-member-item-content {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
.cs-team-wrapper.cs-team-transparent .cs-members-container .cs-member-item .cs-member-item-content .cs-member-connect {
  margin-right: 15px;
}
.cs-team-wrapper.cs-cargo-team .home1-team-slider {
  overflow: hidden;
}
.cs-team-wrapper.cs-cargo-team .home1-team-slider .swiper-slide {
  width: 320px !important;
  margin-right: 13px !important;
}

.cs-team-wrapper.cs-team-transparent.cs-cargo-team .cs-members-container .cs-member-item .cs-member-item-content {
  width: 250px;
}

@media screen and (max-width: 991px) {
  .cs-team-wrapper .container-fluid {
    width: 100%;
    margin: auto;
  }
}
.cs-raw-in-col8 > *:nth-child(-n+4) {
  padding-bottom: 45px;
}

.cs-raw-in-col8 > *:nth-last-child(-n-4) {
  padding-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .cs-raw-in-col8 > *:nth-child(-n+6) {
    padding-bottom: 45px;
  }
  .cs-raw-in-col8 > *:nth-last-child(-n-2) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .cs-raw-in-col8 > *:nth-child(-n+7) {
    padding-bottom: 45px;
  }
  .cs-raw-in-col8 > *:nth-last-child(-n-1) {
    padding-bottom: 0;
  }
}
/*--------------------------------------------------------------
  23. CTA
----------------------------------------------------------------*/
.cs-cta-fullw-horizontal {
  height: 400px;
  transition: background-position 0.9s ease-out;
  background-color: #0B1F2A;
  background-size: cover;
}
.cs-cta-fullw-horizontal .cs-cta-hor-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cs-cta-fullw-horizontal .cs-cta-hor-in .cs-cta-hor-title {
  max-width: 75%;
}
.cs-cta-fullw-horizontal .cs-cta-hor-in .cs-cta-hor-title h2 {
  font-size: 70px;
}
.cs-cta-fullw-horizontal.cs-cta-center {
  background-attachment: fixed;
  text-align: center;
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cs-cta-fullw-horizontal.cs-cta-center .cs-cta-center-in {
  max-width: 970px;
  margin: auto;
}
.cs-cta-fullw-horizontal.cs-cta-center .cs-cta-center-in .cs-cta-center-title {
  margin-bottom: 60px;
}
.cs-cta-fullw-horizontal.cs-cta-center .cs-cta-center-in .cs-cta-center-title h2 {
  font-size: 70px;
}
.cs-cta-fullw-horizontal.cta-no-bg {
  background: none;
  height: auto;
}
.cs-cta-fullw-horizontal.cta-no-bg h2 {
  color: #13221D;
}

@media screen and (max-width: 1366px) {
  .cs-cta-fullw-horizontal {
    height: 350px;
  }
  .cs-cta-hor-title {
    max-width: 80%;
  }
  .cs-cta-hor-title h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .cs-cta-fullw-horizontal {
    height: 325px;
  }
  .cs-cta-fullw-horizontal.cs-cta-center .cs-cta-center-in {
    max-width: 100%;
  }
  .cs-cta-hor-in {
    flex-direction: column;
    gap: 30px;
  }
  .cs-cta-hor-title {
    max-width: 100%;
    text-align: center;
  }
  .cs-cta-hor-title h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .cs-cta-fullw-horizontal.cs-cta-center .cs-cta-center-in .cs-cta-center-title h2 {
    font-size: 50px;
  }
  .cs-cta-hor-in {
    gap: 20px;
  }
  .cs-cta-hor-in svg {
    display: none;
  }
  .cs-cta-hor-title {
    width: 100vw;
  }
  .cs-cta-hor-title h2 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 500px) {
  .cs-cta-hor-title h2 {
    font-size: 30px !important;
  }
  .cs-cta-fullw-horizontal.cs-cta-center {
    height: 450px;
  }
  .cs-cta-fullw-horizontal.cs-cta-center .cs-cta-center-in .cs-cta-center-title {
    margin-bottom: 20px;
  }
  .cs-cta-fullw-horizontal.cs-cta-center .cs-cta-center-in .cs-cta-center-title h2 {
    font-size: 40px;
  }
}
/*--------------------------------------------------------------
  24. Testimonial
----------------------------------------------------------------*/
.cs-testi-wrap {
  position: relative;
}
.cs-testi-wrap .cs-testi-wrap-in {
  text-align: center;
}
.cs-testi-wrap .cs-testi-wrap-in .cs-testi-content {
  margin: auto;
}
.cs-testi-wrap .cs-testi-wrap-in .cs-testi-slide-in {
  max-width: 820px;
  margin: auto;
  z-index: 4;
}
.cs-testi-wrap .cs-testi-wrap-in .cs-testi-slide-in .cs-testi-quote {
  margin-bottom: 30px;
}
.cs-testi-wrap .cs-testi-wrap-in .cs-testi-user-container {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.cs-testi-wrap .cs-testi-wrap-in .cs-testi-user-container .cs-user-single {
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
.cs-testi-wrap .cs-testi-wrap-in .cs-testi-user-container .cs-user-single .cs-user-img {
  margin-right: 15px;
  transition: all 0.5s ease;
}
.cs-testi-wrap .cs-testi-wrap-in .cs-testi-user-container .cs-user-single .cs-user-info {
  margin-right: 15px;
  display: none;
  transition: all 0.5s ease;
}
.cs-testi-wrap .cs-testi-wrap-in .cs-testi-user-container .cs-user-single .cs-user-info p {
  margin: 0px;
}
.cs-testi-wrap .cs-testi-wrap-in .cs-testi-user-container .cs-user-single:last-child {
  margin-right: 0px;
}
.cs-testi-wrap .cs-testi-arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
}
.cs-testi-wrap .cs-testi-arrow .cs-testi-right,
.cs-testi-wrap .cs-testi-arrow .cs-testi-left {
  width: 50px;
  height: 50px;
  background: #F6F3EC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease;
}
.cs-testi-wrap .cs-testi-arrow .cs-testi-right:hover,
.cs-testi-wrap .cs-testi-arrow .cs-testi-left:hover {
  background: #063D2C;
  transition: all 0.4s ease;
}
.cs-testi-wrap .cs-testi-arrow .cs-testi-right:hover i,
.cs-testi-wrap .cs-testi-arrow .cs-testi-left:hover i {
  color: #FFFFFF;
  transition: all 0.4s ease;
}
.cs-testi-wrap .cs-testi-arrow .cs-testi-right i {
  transform: rotate(-180deg);
}
.cs-testi-wrap .cs-testi-arrow i {
  font-size: 20px;
  line-height: 0px;
}
.cs-testi-wrap.cs-testi-with-bg {
  background: #D9E1DD;
  position: inherit;
}
.cs-testi-wrap.cs-testi-with-bg .container-fluid {
  padding-right: calc((100% - 1320px) / 2);
}
.cs-testi-wrap.cs-testi-with-bg .cs-testi-slide-in {
  text-align: left;
}
.cs-testi-wrap.cs-testi-with-bg .cs-air-testi-arrow-control {
  position: relative;
}
.cs-testi-wrap.cs-testi-with-bg .cs-testi-content .cs-testi-user-container {
  justify-content: flex-start;
}
.cs-testi-wrap.cs-testi-with-bg .cs-testi-wrap-in .cs-testi-slide-in {
  margin: 0px;
}
.cs-testi-wrap.cs-testi-with-bg .cs-testi-arrow {
  justify-content: flex-start;
  gap: 30px;
  position: absolute;
  top: 0;
  align-items: flex-start;
  left: 100px;
  z-index: 1;
}
.cs-testi-wrap.cs-testi-with-bg .cs-user-img img {
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 80%, 80% 100%, 0 100%, 0% 80%, 0% 20%);
          clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 80%, 80% 100%, 0 100%, 0% 80%, 0% 20%);
  transition: all 0.4s ease;
}
.cs-testi-wrap.cs-testi-with-bg .cs-user-img img:hover {
  border-radius: 100%;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .cs-testi-wrap.cs-testi-with-bg .cs-testi-wrap-in {
    max-width: 720px;
    margin: auto;
    padding: 0px 10px;
  }
  .cs-testi-wrap.cs-testi-with-bg .cs-testi-arrow {
    display: none;
  }
  .cs-testi-wrap.cs-testi-with-bg .cs-air-testi-arrow-control {
    margin-top: 50px;
  }
  .cs-testi-wrap.cs-testi-with-bg .cs-testi-slide-in {
    text-align: center;
  }
}

.cs-user-single.active .cs-user-info {
  display: initial !important;
  transition: all 0.5s ease !important;
}
.cs-user-single.active .cs-user-img img {
  border-radius: 100%;
  transition: all 0.5s ease !important;
}

@media screen and (max-width: 576px) {
  .cs-testi-wrap .cs-testi-arrow {
    display: none;
  }
  .cs-testi-wrap .cs-testi-user-container {
    gap: 20px;
    margin-top: 45px;
    flex-direction: column;
    align-items: center;
  }
  .cs-testi-wrap .cs-testi-user-container .cs-user-info {
    display: initial !important;
  }
}
/*--------------------------------------------------------------
  25. Project Case study
----------------------------------------------------------------*/
.cs-project-slider-wrapper {
  position: relative;
}
.cs-project-slider-wrapper .cs-project-slider-content .cs-project-slider-content-in {
  padding: 150px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cs-project-slider-wrapper .cs-project-slider-content .cs-project-slider-content-in .cs-project-slider-inner-content {
  padding-bottom: 100px;
}
.cs-project-slider-wrapper .cs-project-slider-content .cs-project-slider-content-in .cs-project-slider-inner-content .cs-pl-title {
  padding-bottom: 30px;
}
.cs-project-slider-wrapper .cs-project-slider-content .cs-project-slider-content-in .cs-project-slider-inner-content .cs-pl-title h2 {
  color: #FFFFFF;
  font-size: 70px;
}
.cs-project-slider-wrapper .cs-project-slider-content .cs-project-slider-content-in .cs-project-slider-inner-content .cs-pl-btn a {
  color: #FFFFFF;
}
.cs-project-slider-wrapper .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.2);
  height: 5px;
  width: 315px;
  position: initial;
}
.cs-project-slider-wrapper .swiper-scrollbar .swiper-scrollbar-drag {
  height: 5px;
  background: #FFFFFF;
}
.cs-project-slider-wrapper .ps-scrollbar-navigation {
  position: absolute;
  bottom: 30px;
  padding-left: calc((100% - 1320px) / 2);
}
.cs-project-slider-wrapper .ps-scrollbar-navigation .ps-scrollbar-navigation-in {
  display: flex;
  align-items: center;
  gap: 40px;
}
.cs-project-slider-wrapper .ps-scrollbar-navigation .cs-arrow-left,
.cs-project-slider-wrapper .ps-scrollbar-navigation .cs-arrow-right {
  background: rgba(255, 255, 255, 0.2);
}
.cs-project-slider-wrapper .ps-scrollbar-navigation .cs-arrow-left:hover,
.cs-project-slider-wrapper .ps-scrollbar-navigation .cs-arrow-right:hover {
  background: #FFFFFF;
  transition: all 0.4s ease-in-out;
}
.cs-project-slider-wrapper .ps-scrollbar-navigation .cs-arrow-left:hover i,
.cs-project-slider-wrapper .ps-scrollbar-navigation .cs-arrow-right:hover i {
  color: #13221D;
  transition: all 0.4s ease-in-out;
}
.cs-project-slider-wrapper .ps-scrollbar-navigation i {
  color: #FFFFFF;
}
.cs-project-slider-wrapper .cs-ps-slider-thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-end;
  width: 28.125rem;
  height: 22.8125rem;
  flex-shrink: 0;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: #0B1F2A;
}
.cs-project-slider-wrapper .cs-ps-slider-thumb .cs-thumb-in {
  display: flex;
  padding-bottom: 25px;
}
.cs-project-slider-wrapper .cs-ps-slider-thumb .cs-ps-thumb-item {
  cursor: pointer;
}
.cs-project-slider-wrapper .cs-ps-slider-thumb .cs-ps-thumb-item img {
  border-radius: 100%;
  text-align: right;
  opacity: 0.35;
  transition: all 0.5s ease;
  width: 80%;
}
.cs-project-slider-wrapper .cs-ps-slider-thumb .cs-ps-thumb-item img:hover {
  opacity: 1;
  transition: all 0.5s ease;
  width: 100%;
}
.cs-project-slider-wrapper .cs-ps-slider-thumb .cs-ps-in {
  display: flex;
  align-items: center;
  align-content: flex-end;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 250px;
  max-height: 220px;
}
.cs-project-slider-wrapper .cs-ps-slider-thumb .cs-ps-in img {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .cs-project-slider-wrapper .ps-scrollbar-navigation {
    padding-left: calc((100% - 720px) / 2);
  }
  .cs-project-slider-wrapper .cs-pl-title h2 {
    font-size: 50px !important;
  }
  .cs-project-slider-wrapper .cs-ps-slider-thumb {
    display: none;
  }
  .cs-project-slider-wrapper .cs-project-slider-inner-content {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .cs-project-slider-wrapper .ps-scrollbar-navigation {
    max-width: 540px;
    margin: auto;
  }
  .cs-project-slider-wrapper .cs-logi-arrow-wrap {
    display: none;
  }
  .cs-project-slider-wrapper .swiper-scrollbar {
    margin-left: 10px;
  }
  .cs-project-slider-wrapper .cs-project-slider-content-in {
    padding: 75px 0px !important;
  }
}
.cs-case-list-wrap .cs-case-list-on .cs-case-item {
  position: relative;
  max-width: 420px;
  max-height: 460px;
  margin: auto;
  overflow: hidden;
}
.cs-case-list-wrap .cs-case-list-on .cs-case-item .cs-case-img {
  overflow: hidden;
  transition: transform 0.4s ease;
}
.cs-case-list-wrap .cs-case-list-on .cs-case-item .cs-case-img img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}
.cs-case-list-wrap .cs-case-list-on .cs-case-item .cs-case-item-details {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  top: 20px;
}
.cs-case-list-wrap .cs-case-list-on .cs-case-item .cs-case-item-details .cs-case-item-content {
  background: rgba(11, 31, 42, 0.7);
  padding: 30px;
  height: 100%;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.cs-case-list-wrap .cs-case-list-on .cs-case-item:hover .cs-case-item-content {
  opacity: 1;
}
.cs-case-list-wrap .cs-case-list-on .cs-case-item:hover .cs-case-img img {
  transform: scale(1.1);
}

.cs-raw-in-col9 > *:nth-child(-n+6) {
  padding-bottom: 30px;
}

.cs-raw-in-col9 > *:nth-last-child(-n-3) {
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .cs-raw-in-col9 > *:nth-child(-n+7) {
    padding-bottom: 30px;
  }
  .cs-raw-in-col9 > *:nth-last-child(-n-2) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .cs-raw-in-col9 > *:nth-child(-n+8) {
    padding-bottom: 30px;
  }
  .cs-raw-in-col9 > *:nth-last-child(-n-1) {
    padding-bottom: 0;
  }
}
.cs-single-page-couple-img {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  overflow: hidden;
}

.cs-project-info {
  background: #D9E1DD;
  padding: 60px 40px;
}
.cs-project-info .cs-widget-title h5 {
  margin-bottom: 15px;
}
.cs-project-info .cs-p-info-text h6 {
  font-size: 18px;
}
.cs-project-info .cs-project-info-in .cs-info-item {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
}
.cs-project-info .cs-project-info-in .cs-info-item:last-child {
  margin-bottom: 0px;
}

.cs-quote-card-wrap {
  background: #D9E1DD;
  border-left: 2px solid #063D2C;
}
.cs-quote-card-wrap .cs-quote-in {
  position: relative;
}
.cs-quote-card-wrap .cs-quote-in i {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 90px;
  opacity: 0.05;
  color: #0B1F2A;
}
.cs-quote-card-wrap .cs-quote-in .cs-quote-text {
  padding: 50px;
}
.cs-quote-card-wrap .cs-quote-in .cs-quote-text p {
  color: var(--Black, #13221D);
  font-family: "Radio Canada Big";
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}
.cs-quote-card-wrap.cs-quote-dark {
  background: #0B1F2A;
}
.cs-quote-card-wrap.cs-quote-dark i {
  color: #FFFFFF;
}
.cs-quote-card-wrap.cs-quote-dark .cs-quote-text p {
  color: #FFFFFF;
}

.cs-blog-single-page .cs-quote-card-wrap.cs-quote-dark {
  background: linear-gradient(135deg, #0B1F2A 0%, #063D2C 100%);
  border-left: 4px solid #C2A15A;
  box-shadow: 0 18px 45px rgba(11, 31, 42, 0.16);
}

.cs-blog-single-page .cs-quote-card-wrap.cs-quote-dark .cs-quote-in i {
  color: rgba(194, 161, 90, 0.32);
  opacity: 1;
}

.cs-blog-single-page .cs-quote-card-wrap.cs-quote-dark .cs-quote-text p {
  color: #F6F3EC;
}

.jc-blog-detail-image-slider {
  display: block;
  overflow: hidden;
  background: var(--color-navy);
}

.jc-blog-detail-image-slider .swiper,
.jc-blog-detail-image-slider .swiper-wrapper,
.jc-blog-detail-image-slider .swiper-slide {
  width: 100%;
  aspect-ratio: 871 / 546;
  min-height: 0;
}

.jc-blog-detail-image-slider .swiper {
  touch-action: pan-y;
  cursor: grab;
}

.jc-blog-detail-image-slider .swiper:active {
  cursor: grabbing;
}

.jc-blog-detail-image-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.jc-blog-detail-image-slider .swiper-pagination {
  bottom: 16px !important;
}

.jc-blog-detail-image-slider .jc-blog-slider-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(246, 243, 236, 0.92);
  color: var(--color-evergreen);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.jc-blog-detail-image-slider .jc-blog-slider-arrow::after {
  display: none;
}

.jc-blog-detail-image-slider .jc-blog-slider-arrow i {
  font-size: 17px;
  line-height: 1;
}

.jc-blog-detail-image-slider .swiper-button-prev i {
  transform: rotate(180deg);
}

.jc-blog-detail-image-slider .jc-blog-slider-arrow:hover {
  background: var(--color-gold);
  color: var(--color-navy);
}

.jc-blog-detail-image-slider .swiper-pagination-bullet {
  background: var(--color-white);
  opacity: 1;
}

.jc-blog-detail-image-slider .swiper-pagination-bullet-active {
  background: var(--color-gold);
}

@media screen and (max-width: 767px) {
  .jc-blog-detail-image-slider .swiper,
  .jc-blog-detail-image-slider .swiper-wrapper,
  .jc-blog-detail-image-slider .swiper-slide {
    aspect-ratio: 16 / 11;
  }

  .jc-blog-detail-image-slider .jc-blog-slider-arrow {
    width: 38px;
    height: 38px;
  }
}

.cs-phone-cta.case {
  display: flex;
  justify-content: center;
  position: relative;
}
.cs-phone-cta.case .cs-phone-content {
  position: absolute;
  bottom: 30px;
}
.cs-phone-cta.case .cs-phone-content .cs-phone-in {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cs-phone-cta.case .cs-phone-content .cs-phone-in h6 {
  color: #FFFFFF;
  margin-top: -5px;
}
.cs-phone-cta.case .cs-phone-content .cs-phone-in i {
  font-size: 30px;
  color: #FFFFFF;
}

@media screen and (max-width: 1199px) {
  .cs-phone-cta.case {
    display: none;
  }
  .single-content-left .cs-single-widget-wrap {
    margin-right: 0px;
  }
  .cs-single-page-couple-img {
    flex-direction: column;
    display: flex;
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .single-content-left .cs-single-widget-wrap {
    margin: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .cs-page-single-wrap.single-content-left {
    margin-left: 0px !important;
  }
}
.cs-couple-btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.arrow-rotate-left i {
  transform: rotate(-180deg);
}

/*--------------------------------------------------------------
  27. Posts
----------------------------------------------------------------*/
.cs-border-blog-single {
  height: 1px;
  background-color: #D9E1DD;
  width: 100%;
}

.cs-single-blog-info {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}

.cs-comment-user-info {
  display: flex;
  gap: 20px;
  align-items: center;
}

.comment-reply {
  margin-left: 40px;
}

.cs-blog-tag-single {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cs-blog-tag-single ul li {
  margin-bottom: 0px !important;
}

.cs-blog-tag-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 600px) {
  .cs-blog-tag-social {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  .cs-blog-tag-social .cs-blog-share ul li {
    height: 35px;
    width: 35px;
  }
}
.cs-social-common.cs-blog-share {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-top: 0px;
}
.cs-social-common.cs-blog-share ul li {
  border: 1px solid #0B1F2A;
}
.cs-social-common.cs-blog-share ul li:last-child {
  margin: 0px;
}

@media screen and (max-width: 991px) {
  .cs-blog-single-page .row.for-bs > *:nth-child(-n+1) {
    padding-bottom: 50px;
  }
  .similar-post > *:nth-child(-n+2) {
    padding-bottom: 30px;
  }
  .cs-blog-content-container .row .row.for-blog-standard > *:nth-child(-n+6) {
    padding: 10px;
    margin-bottom: 20px;
  }
}
.cs-blog-content-container .row .row.for-blog-standard > *:nth-child(-n+6) {
  padding: 10px;
  margin-bottom: 20px;
}
.cs-blog-content-container .row > *:nth-child(-n-1) {
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
  32. FAQ
----------------------------------------------------------------*/
.cs_accordian .cs_accordian_item {
  margin-bottom: 30px;
}
.cs_accordian .cs_accordian_item .cs_accordian_header {
  padding: 20px 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cs_accordian .cs_accordian_item .cs_accordian_header i {
  transition: transform 0.5s;
}
.cs_accordian .cs_accordian_item .cs_accordian_header.cs_icon > i {
  transform: rotate(-180deg);
}
.cs_accordian .cs_accordian_item .cs_accordian_body {
  padding: 30px;
  font-size: 16px;
}
.cs_accordian .cs_accordian_item.cs_color_1 {
  border: none;
}
.cs_accordian .cs_accordian_item.cs_color_1 .cs_accordian_header {
  background-color: #F6F3EC;
  transition: all 0.4s ease;
}
.cs_accordian .cs_accordian_item.cs_color_1 .cs_accordian_header .cs_accordian_title {
  color: #13221D;
  font-family: "Radio Canada Big";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  transition: all 0.4s ease;
  margin: 0;
  padding: 0;
}
.cs_accordian .cs_accordian_item.cs_color_1 .cs_accordian_body {
  background: rgba(236, 236, 236, 0.7);
  font-size: 16px;
}
.cs_accordian.light-border-accordian .cs_accordian_item.cs_color_1 .cs_accordian_header {
  padding: 20px 0px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #D9E1DD;
}
.cs_accordian.light-border-accordian .cs_accordian_item.cs_color_1 .cs_accordian_header .cs_accordian_title {
  background: #FFFFFF;
}
.cs_accordian.light-border-accordian .cs_accordian_item.cs_color_1 .cs_accordian_body {
  background: #FFFFFF;
  padding: 30px 30px 0px 0px;
}
.cs_accordian.light-border-accordian .cs_accordian_header.active {
  background-color: #FFFFFF !important;
  border-bottom: 1px solid #063D2C !important;
  color: #13221D !important;
}
.cs_accordian.light-border-accordian .cs_accordian_header.active i {
  margin-top: 0px;
}
.cs_accordian.light-border-accordian .cs_accordian_header.active .cs_accordian_title {
  color: #13221D !important;
}

.cs_accordian_header.active {
  background-color: #0B1F2A !important;
  color: #FFFFFF !important;
  transition: all 0.4s ease;
}
.cs_accordian_header.active i {
  margin-top: -10px;
}
.cs_accordian_header.active .cs_accordian_title {
  color: #FFFFFF !important;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  .cs-faq-page-wrap .cs-faq-container-in .container {
    max-width: 720px;
    margin: auto;
  }
  .cs-faq-page-wrap .cs-faq-container-in .container .row .col-lg-9 {
    margin-bottom: 0px;
  }
  .cs-faq-page-wrap .cs-faq-container-in .cs-faq-wrap {
    margin-left: 0px !important;
    margin-top: 50px;
  }
}
.cs-faq-page-wrap .cs-faq-container-in .cs-faq-wrap {
  margin-left: 30px;
}

.cs-left-navigation-wrap {
  background: #0B1F2A;
  padding: 40px 30px;
}
.cs-left-navigation-wrap .cs-left-nav-in ul {
  border-left: 2.5px solid rgba(255, 255, 255, 0.3);
  display: inline-grid;
}
.cs-left-navigation-wrap .cs-left-nav-in ul li {
  line-height: 175%;
}
.cs-left-navigation-wrap .cs-left-nav-in ul li a span {
  color: #FFFFFF;
  font-family: "Radio Canada Big";
  font-size: 16px;
}
.cs-left-navigation-wrap.light-left-nav {
  background: none;
  padding: 0;
  margin-top: 30px;
}
.cs-left-navigation-wrap.light-left-nav ul {
  border-left: 2.5px solid rgba(11, 31, 42, 0.3);
}
.cs-left-navigation-wrap.light-left-nav ul li a span {
  color: var(--body-color);
}

.tab {
  display: inline-block;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/*--------------------------------------------------------------
  28. Pricing
----------------------------------------------------------------*/
.cs-pricing-wrap {
  background: #F6F3EC;
}
.cs-pricing-wrap .cs-pricing-item-wrap {
  background: #FFFFFF;
  padding: 65px 65px;
  display: flex;
  justify-content: center;
}
.cs-pricing-wrap .cs-pricing-item-wrap .cs-pricing-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cs-pricing-wrap .cs-pricing-item-wrap .cs-pricing-content .cs-pricing-top,
.cs-pricing-wrap .cs-pricing-item-wrap .cs-pricing-content .cs-price-text {
  text-align: center;
  margin-bottom: 30px;
}
.cs-pricing-wrap .cs-pricing-item-wrap .cs-pricing-content .cs-price-text {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.cs-pricing-wrap .cs-pricing-item-wrap .cs-pricing-content .cs-price-text span {
  margin-bottom: 6px;
}
.cs-pricing-wrap .cs-pricing-item-wrap .cs-pricing-content .cs-pricing-feature-list {
  margin-bottom: 40px;
}
.cs-pricing-wrap .cs-pricing-item-wrap .cs-pricing-content .cs-pricing-feature-list ul li {
  padding: 7px 0px;
  list-style: disc;
  line-height: 135%;
}
.cs-pricing-wrap .cs-pricing-item-wrap .cs-pricing-content .cs-primary-btn {
  margin: auto;
}

@media screen and (max-width: 1199px) {
  .cs-pricing-wrap .row .col-lg-6 {
    margin-bottom: 30px;
  }
  .cs-pricing-wrap .row .col-lg-6:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .cs-pricing-wrap .cs-pricing-item-wrap {
    padding: 40px 25px;
  }
}
/*--------------------------------------------------------------
  29. Text Moving
----------------------------------------------------------------*/
.cs-text-moving-wrap {
  overflow: hidden;
}
.cs-text-moving-wrap .cs_text-moving_in {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
  gap: 70px;
}
.cs-text-moving-wrap .cs_text-moving {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 70px;
  animation: slide-left 20s linear infinite;
}
.cs-text-moving-wrap .cs_text-moving h2 {
  transition: all 0.3s ease;
}
.cs-text-moving-wrap .cs_text-moving h2:hover {
  color: #063D2C;
  transition: all 0.3s ease;
}
.cs-text-moving-wrap.cs-moving-text-with-bg {
  background: #063D2C;
  padding: 20px 0px;
}
.cs-text-moving-wrap.cs-moving-text-with-bg h2 {
  color: #FFFFFF;
}
.cs-text-moving-wrap.cs-moving-text-with-bg h2:hover {
  color: #FFFFFF;
  opacity: 0.8;
  transition: all 0.4s ease;
}

@media screen and (max-width: 576px) {
  .cs-text-moving-wrap .cs_text-moving {
    gap: 30px;
  }
  .cs-text-moving-wrap .cs_text-moving h2 {
    font-size: 60px;
  }
  .cs-text-moving-wrap .cs_text-moving svg {
    max-height: 50px;
  }
}
.cs_animation_speed_10 {
  animation: slide-left 10s linear infinite;
}

.cs_animation_speed_30 {
  animation: slide-left 30s linear infinite;
}

.cs_animation_speed_40 {
  animation: slide-left 40s linear infinite;
}

.cs_animation_speed_50 {
  animation: slide-left 50s linear infinite;
}

.cs_text-moving_hover_push:hover .cs_text-moving {
  animation-play-state: paused;
}

@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*--------------------------------------------------------------
  30. About Feature
----------------------------------------------------------------*/
.cs-com-feature-wrapper .cs-com-feature-content {
  max-width: 775px;
}
.cs-com-feature-wrapper .cs-com-feature-content .cs-com-fe-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cs-com-feature-wrapper .cs-com-feature-content .cs-com-fe-item:hover .cs-feature-title h2 {
  opacity: 5;
  transition: all 0.4s ease;
}
.cs-com-feature-wrapper .cs-com-feature-content .cs-feature-title {
  max-width: 175px;
}
.cs-com-feature-wrapper .cs-com-feature-content .cs-feature-title h2 {
  color: #FFFFFF;
  opacity: 0.2;
  transition: all 0.4s ease;
  text-shadow: -1px -1px 0 #0B1F2A, 0px -1px 0 #0B1F2A, 1px -1px 0 #0B1F2A, 1px 0px 0 #0B1F2A, 1px 1px 0 #0B1F2A, 0px 1px 0 #0B1F2A, -1px 1px 0 #0B1F2A, -1px 0 0 #0B1F2A;
}
.cs-com-feature-wrapper .cs-com-feature-content .cs-com-fe-text {
  max-width: 450px;
  border-bottom: 1px solid #D9E1DD;
}
.cs-com-feature-wrapper .container-fluid {
  padding-left: calc((100% - 1320px) / 2);
}
@media screen and (max-width: 1280px) {
  .cs-com-feature-wrapper .container-fluid {
    padding-left: 10px;
  }
}
.cs-com-feature-wrapper.cs-com-feature-for-airfreight .cs-feature-title {
  max-width: 250px;
}
.cs-com-feature-wrapper.cs-feature-for-ocean-cargo {
  position: relative;
  z-index: 1;
}
.cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs-oc-wcu-p {
  max-width: 650px;
}
.cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs-img-with-video .cs-video-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs-img-with-video .cs-video-img img {
  margin-right: 10px;
}
.cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs-img-with-video .cs-video-img a {
  position: absolute;
}
.cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs-img-with-video .cs-video-img .cs_round_btn {
  min-width: 100px;
  height: 100px;
  background: #FFFFFF;
  color: #13221D;
}
.cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs-img-with-video .cs-video-img .cs_round_btn:hover {
  background: #063D2C;
  color: #FFFFFF;
  border: 1px solid #063D2C;
}
.cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs-img-with-video .cs-oc-cargo-wcu-img {
  margin-left: 10px;
}
.cs-com-feature-wrapper.cs-feature-for-ocean-cargo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D9E1DD;
  -webkit-clip-path: polygon(0 0, 70% 0%, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 70% 0%, 70% 100%, 0% 100%);
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .cs-com-feature-wrapper .cs-com-feature-content {
    max-width: 960px;
    margin: auto;
  }
  .cs-com-feature-wrapper .cs-com-fe-content-in {
    margin-top: 50px;
  }
  .cs-com-feature-wrapper .cs-com-fe-img {
    max-width: 960px;
    margin: auto;
  }
  .cs-com-feature-wrapper .cs_center {
    flex-direction: column-reverse;
  }
  .cs-com-feature-wrapper.cs-feature-for-ocean-cargo {
    margin: auto;
  }
  .cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs-com-fe-content-in {
    margin-top: 0px;
  }
  .cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs-lg-w-control {
    max-width: 960px;
    margin: auto;
  }
  .cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs_center {
    flex-direction: inherit;
  }
  .cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs-img-with-video {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .cs-com-feature-wrapper .cs-com-feature-content {
    margin: auto;
    max-width: 720px;
  }
  .cs-com-feature-wrapper .cs-height-60 {
    height: 50px;
  }
  .cs-com-feature-wrapper .cs-com-fe-img {
    max-width: 720px;
    margin: auto;
  }
}
@media screen and (max-width: 730px) {
  .cs-com-feature-wrapper .cs-com-fe-content-in {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .cs-com-feature-wrapper .cs-com-fe-content-in .cs-com-fe-item {
    flex-wrap: wrap;
  }
  .cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs-oc-cargo-wcu-img {
    display: none;
  }
  .cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs-com-fe-icon {
    display: none;
  }
}
/*--------------------------------------------------------------
  31. Work Process
----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .cs-wrap-q-p .cs-section-height-half,
  .cs-wrap-q-p .cs-height-65 {
    display: none;
  }
}
.cs-quote-process-wrap .cs-content-wrap-quote-process {
  padding: 0px 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.cs-quote-process-wrap .cs-content-wrap-quote-process .cs-left-text-container .cs-stroke-text {
  -webkit-text-stroke: 1px #FFFFFF;
}
.cs-quote-process-wrap .cs-content-wrap-quote-process .cs-left-text-container .cs-stroke-text h2 {
  color: transparent;
  -webkit-text-stroke: 1px #FFFFFF;
}
.cs-quote-process-wrap .cs-content-wrap-quote-process .cs-left-text-container .quote-title-text {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 61px;
  margin-bottom: 70px;
}
.cs-quote-process-wrap .cs-content-wrap-quote-process .cs-proces-wrap {
  margin-left: 10px;
  max-width: 685px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(125px);
          backdrop-filter: blur(125px);
  color: #FFFFFF;
}
.cs-quote-process-wrap .cs-content-wrap-quote-process .cs-proces-wrap .col-lg-6 {
  padding: 0px;
}
.cs-quote-process-wrap .cs-content-wrap-quote-process .cs-proces-wrap .process-item {
  padding: 40px 50px;
  border: 1px solid rgba(255, 255, 255, 0.164);
}
.cs-quote-process-wrap .cs-content-wrap-quote-process .cs-proces-wrap .process-item p {
  margin: 0px;
}
.cs-quote-process-wrap .cs-content-wrap-quote-process .cs-proces-wrap .process-item h6 {
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .cs-quote-process-wrap .cs-content-wrap-quote-process {
    background-repeat: repeat;
  }
}
.cs-quote-process-wrap .cs-quote-form-container {
  max-width: 658px;
  margin-top: -205px;
}
.cs-quote-process-wrap .cs-quote-form-container .quote-form-content-in {
  background: #0B1F2A;
  -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%, 0% 90%, 0% 10%);
          clip-path: polygon(10% 0%, 100% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%, 0% 90%, 0% 10%);
  padding: 80px 80px;
}
.cs-quote-process-wrap .cs-quote-form-container .quote-form-content-in .cs-quote-title {
  margin-bottom: 40px;
}
.cs-quote-process-wrap .cs-quote-form-container .quote-form-content-in .cs-quote-title h4 {
  color: #FFFFFF;
}
.cs-quote-process-wrap .cs-quote-form-container .quote-form-content-in .cs-quote-form input,
.cs-quote-process-wrap .cs-quote-form-container .quote-form-content-in .cs-quote-form select,
.cs-quote-process-wrap .cs-quote-form-container .quote-form-content-in .cs-quote-form textarea {
  background: transparent;
  border-radius: 0px;
  border: 1px solid #0A96AD;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 20px;
}
.cs-quote-process-wrap .cs-quote-form-container .quote-form-content-in .cs-quote-form :focus-visible,
.cs-quote-process-wrap .cs-quote-form-container .quote-form-content-in .cs-quote-form :focus-visible,
.cs-quote-process-wrap .cs-quote-form-container .quote-form-content-in .cs-quote-form :focus,
.cs-quote-process-wrap .cs-quote-form-container .quote-form-content-in .cs-quote-form :target {
  border: 1px solid #FFFFFF;
}
.cs-quote-process-wrap .cs-quote-form-container .quote-form-content-in .cs-quote-form :focus {
  box-shadow: none;
}
.cs-quote-process-wrap .cs-quote-form-container .quote-form-content-in .cs-quote-form input,
.cs-quote-process-wrap .cs-quote-form-container .quote-form-content-in .cs-quote-form select {
  height: 60px;
}
.cs-quote-process-wrap .cs-quote-form-container .quote-form-content-in .cs-quote-form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.cs-quote-process-wrap .cs-quote-form-container .quote-form-content-in .cs-quote-form ::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.cs-quote-process-wrap .cs-quote-form-container .quote-form-content-in .cs-quote-form button i {
  line-height: 0px;
}
.cs-quote-process-wrap .cs-quote-form-container .quote-form-content-in .cs-quote-form button :focus {
  border: none;
}

.cs-form-select {
  width: 100%;
}
.cs-form-select option {
  background-color: #0B1F2A;
  padding-right: 20px;
}
.cs-form-select .cs-default-dropdown {
  background-color: #FFFFFF;
}

@media screen and (max-width: 1500px) {
  .cs-quote-process-wrap .cs-content-wrap-quote-process {
    padding: 0px 3%;
  }
}
@media screen and (max-width: 1300px) {
  .cs-quote-process-wrap .cs-quote-form-container .quote-form-content-in {
    padding: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .cs-quote-process-wrap .cs-quote-form-container {
    margin-top: 45px;
  }
  .cs-quote-process-wrap .cs-left-text-container .quote-title-text {
    display: none;
  }
  .cs-quote-process-wrap .cs-left-text-container .cs-stroke-text {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .cs-quote-process-wrap .cs-content-wrap-quote-process {
    padding: 100px 0px;
  }
  .cs-quote-process-wrap .cs-content-wrap-quote-process .cs-left-text-container,
  .cs-quote-process-wrap .cs-content-wrap-quote-process .cs-quote-form-container {
    max-width: 720px;
    margin: auto;
  }
  .cs-quote-process-wrap .cs-content-wrap-quote-process .cs-proces-wrap {
    max-width: 720px;
    height: auto;
    margin: auto;
  }
  .quote-flex-reverse {
    display: flex;
    flex-direction: column-reverse;
    gap: 45px;
  }
}
@media screen and (max-width: 750px) {
  .cs-quote-process-wrap .cs-content-wrap-quote-process .cs-proces-wrap {
    margin: 0px 10px;
  }
  .cs-quote-process-wrap .cs-content-wrap-quote-process .cs-left-text-container, .cs-quote-process-wrap .cs-content-wrap-quote-process .cs-quote-form-container {
    width: 96vw;
    margin: auto;
  }
  .cs-quote-process-wrap .cs-content-wrap-quote-process .cs-left-text-container .cs-stroke-text h2 {
    font-size: 40px;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 525px) {
  .cs-quote-process-wrap .cs-content-wrap-quote-process .cs-proces-wrap {
    margin: 0px 10px;
  }
  .cs-stroke-text {
    padding: 0px 10px;
  }
  .cs-quote-form-container .quote-form-content-in {
    padding: 30px !important;
  }
}
/*--------------------------------------------------------------
  26. Blog
----------------------------------------------------------------*/
.cs-blog-section-wrapper.blog-style-1 .cs-blog-content-container .cs-blog-items-container .cs-blog-item .cs-blog-img-area {
  position: relative;
  margin-bottom: 25px;
}
.cs-blog-section-wrapper.blog-style-1 .cs-blog-content-container .cs-blog-items-container .cs-blog-item .cs-blog-img-area .cs-blog-img {
  -webkit-clip-path: polygon(10% 0, 85% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0% 80%, 0 10%);
          clip-path: polygon(10% 0, 85% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0% 80%, 0 10%);
  max-width: 630px;
}
.cs-blog-section-wrapper.blog-style-1 .cs-blog-content-container .cs-blog-items-container .cs-blog-item .cs-blog-img-area .cs-blog-img.no-clip-img {
  -webkit-clip-path: none;
          clip-path: none;
}
.cs-blog-section-wrapper.blog-style-1 .cs-blog-content-container .cs-blog-items-container .cs-blog-item .cs-blog-meta {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
}
.cs-blog-section-wrapper.blog-style-1 .cs-blog-content-container .cs-blog-items-container .cs-blog-item .cs-blog-meta .cs-blog-date {
  background: #063D2C;
  padding: 5px 10px;
  margin-right: 15px;
  color: #FFFFFF;
}
.cs-blog-section-wrapper.blog-style-1 .cs-blog-content-container .cs-blog-items-container .cs-blog-item .cs-blog-meta .cs-blog-date p {
  margin: 0px;
}
.cs-blog-section-wrapper.blog-style-1 .cs-blog-content-container .cs-blog-items-container .cs-blog-item .cs-blog-meta .cs-blog-author-meta {
  background: #063D2C;
  padding: 5px 10px;
  color: #FFFFFF;
}
.cs-blog-section-wrapper.blog-style-1 .cs-blog-content-container .cs-blog-items-container .cs-blog-item .cs-blog-meta .cs-blog-author-meta p {
  margin: 0px;
}
.cs-blog-section-wrapper.blog-style-1 .cs-blog-content-container .cs-blog-items-container .cs-blog-item .cs-blog-content .cs-blog-title {
  margin-bottom: 10px;
}
.cs-blog-section-wrapper.blog-style-1 .cs-blog-content-container .cs-blog-items-container .cs-blog-item .cs-blog-content .cs-blog-title a h6 {
  transition: all 0.3s ease;
}
.cs-blog-section-wrapper.blog-style-1 .cs-blog-content-container .cs-blog-items-container .cs-blog-item .cs-blog-content .cs-blog-title a:hover h6 {
  color: #063D2C;
  transition: all 0.3s ease;
}
.cs-blog-section-wrapper.blog-style-1 .cs-blog-content-container .cs-blog-items-container .cs-blog-item .cs-blog-content .cs-blog-title:hover h4 {
  color: #063D2C;
  transition: all 300ms ease-in-out;
}
.cs-blog-section-wrapper.blog-style-1 .cs-blog-content-container .cs-blog-items-container .cs-blog-item .cs-blog-content .cs-blog-excerpt-text {
  margin-bottom: 25px;
}
.cs-blog-section-wrapper.blog-style-1 .cs-blog-content-container .cs-blog-items-container .cs-blog-item .cs-blog-content .cs-blog-btn span {
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  .cs-single-widget-wrap {
    padding-left: 0px !important;
  }
}
.cs-img-anim-wrap .cs-img-anim-img-in {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
}
.cs-img-anim-wrap .cs-img-anim-img-in img {
  position: relative;
  width: auto;
  transition: all 0.6s ease;
  background-size: cover;
}
.cs-img-anim-wrap .cs-img-anim-img-in img:nth-child(1) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(0);
  position: absolute;
  top: 0;
  left: 0;
}
.cs-img-anim-wrap .cs-img-anim-img-in img:nth-child(2) {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.cs-img-anim-wrap .cs_portfolio_img.active img:nth-child(1),
.cs-img-anim-wrap .cs-img-anim-img-in:hover img:nth-child(1) {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.cs-img-anim-wrap .cs_portfolio_img.active img:nth-child(2),
.cs-img-anim-wrap .cs-img-anim-img-in:hover img:nth-child(2) {
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(20px);
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
          clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  transition: all 0.5s;
}

@media screen and (max-width: 630px) {
  .cs-blog-items-container .cs-blog-item {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}
.cs-item6-cal2 > *:nth-child(-n+4) {
  padding-bottom: 45px;
}

.cs-item6-cal2 > *:nth-last-child(-n-4) {
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .cs-item6-cal2 > *:nth-child(-n+5) {
    padding-bottom: 45px;
  }
  .cs-item6-cal2 > *:nth-last-child(-n-1) {
    padding-bottom: 0px;
  }
}
/*--------------------------------------------------------------
  33. Maps Hotspot
----------------------------------------------------------------*/
.cs-map-hotspot-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cs-map-hotspot-wrap .cs-hotspot-map-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.hotspot-image-container {
  position: relative;
  margin: 1rem;
}

.hotspot {
  position: absolute;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.hotspot-button {
  height: 40px;
  width: 40px;
  animation: button-pulse 7s ease-in-out infinite;
  cursor: pointer;
  border: 1px solid #063D2C;
  border-radius: 100%;
}
.hotspot-button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #063D2C;
  border: 5px solid #063D2C;
  opacity: 0.7;
  border-radius: 100%;
  content: "";
  display: block;
  background-color: #063D2C;
  transition: border-color 1s linear;
}
.hotspot-label {
  display: flex;
  align-items: center;
  position: absolute;
  width: 350px;
  height: 130px;
  background: #0B1F2A;
  -webkit-clip-path: polygon(11% 0, 100% 0, 100% 80%, 89% 100%, 0 100%, 0% 20%);
          clip-path: polygon(11% 0, 100% 0, 100% 80%, 89% 100%, 0 100%, 0% 20%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 25px;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.hotspot-label .cs-map-card {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hotspot-label .cs-map-card img {
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 20%);
          clip-path: polygon(20% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0% 20%);
}
.hotspot-label p {
  padding: 15px;
  font-family: "Hedvig Letters Sans";
  line-height: 165%;
}
.hotspot.hotspot-top-left {
  top: 20%;
  left: 20%;
}
.hotspot.hotspot-top-right {
  top: 20%;
  right: 30%;
}
.hotspot.hotspot-bottom-left {
  bottom: 25%;
  left: 25%;
}
.hotspot.hotspot-bottom-right {
  bottom: 35%;
  right: 40%;
}
.hotspot:hover .hotspot-label, .hotspot--selected .hotspot-label {
  opacity: 1;
  z-index: 999;
}

@keyframes button-pulse {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  40% {
    transform: scale(1.15, 1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
/*--------------------------------------------------------------
34. Contact 
----------------------------------------------------------------*/
.cs-contact-page-content .container-fluid {
  padding-left: calc((100% - 1320px) / 2);
}
.cs-contact-page-content .cs-contact-in {
  max-width: 545px;
}
.cs-contact-page-content .cs-contact-in .cs-contact-text {
  padding-bottom: 70px;
}
.cs-contact-page-content .cs-contact-in h2 {
  padding-bottom: 10px;
}
.cs-contact-page-content .cs-contact-in .cs-logi-office-wrap {
  display: flex;
  justify-content: space-between;
}
.cs-contact-page-content .cs-contact-page-form-wrap {
  background: #0B1F2A;
  padding: 150px 100px;
}

.cs-border-v-line {
  width: 1px;
  background: #D9E1DD;
}

.cs-form-cp-in form {
  max-width: 500px;
}
.cs-form-cp-in form input,
.cs-form-cp-in form select,
.cs-form-cp-in form textarea {
  background: transparent;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #0A96AD;
  color: rgba(255, 255, 255, 0.8);
}
.cs-form-cp-in form :focus-visible,
.cs-form-cp-in form :focus-visible,
.cs-form-cp-in form :focus,
.cs-form-cp-in form :target {
  border-bottom: 1px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
}
.cs-form-cp-in form :active {
  color: #FFFFFF;
}
.cs-form-cp-in form :focus {
  border-bottom: 1px solid #FFFFFF;
  box-shadow: none;
}
.cs-form-cp-in form input,
.cs-form-cp-in form select {
  height: 50px;
}
.cs-form-cp-in form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Hedvig Letters Sans";
}
.cs-form-cp-in form ::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Hedvig Letters Sans";
}
.cs-form-cp-in form ::-moz-placeholder:hover {
  color: #FFFFFF;
}
.cs-form-cp-in form ::placeholder:hover {
  color: #FFFFFF;
}
.cs-form-cp-in .cs-primary-btn {
  margin-top: 30px;
}
.cs-form-cp-in.cs-comment-form form {
  max-width: 100%;
}
.cs-form-cp-in.cs-form-light form input,
.cs-form-cp-in.cs-form-light form select,
.cs-form-cp-in.cs-form-light form textarea {
  border-bottom: 1px solid #D9E1DD;
  color: #13221D;
}
.cs-form-cp-in.cs-form-light form ::-moz-placeholder {
  color: rgba(19, 34, 29, 0.8);
}
.cs-form-cp-in.cs-form-light form ::placeholder {
  color: rgba(19, 34, 29, 0.8);
}
.cs-form-cp-in.cs-form-light form ::-moz-placeholder:hover {
  color: #13221D;
}
.cs-form-cp-in.cs-form-light form ::placeholder:hover {
  color: #13221D;
}
.cs-form-cp-in.cs-form-light form :focus-visible,
.cs-form-cp-in.cs-form-light form :focus-visible,
.cs-form-cp-in.cs-form-light form :focus,
.cs-form-cp-in.cs-form-light form :target {
  border-bottom: 1px solid #063D2C;
}
.cs-form-cp-in.cs-form-light form :focus {
  border-bottom: 1px solid #063D2C;
}

.input-row-2col {
  justify-content: space-between;
}
.input-row-2col .input-item {
  width: 47%;
}

.cs-logi-map-wrap iframe {
  width: 100vw;
  height: 600px;
  margin-bottom: -9px;
}

@media screen and (max-width: 1350px) {
  .cs-contact-page-content .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media screen and (max-width: 1199px) {
  .cs-contact-page-content .container-fluid {
    max-width: 960px;
    margin: auto;
  }
  .cs-contact-page-content .container-fluid .cs-contact-text {
    padding-bottom: 40px;
  }
  .cs-contact-page-content .container-fluid .cs-contact-in {
    padding-bottom: 75px;
  }
  .cs-contact-page-content .cs-contact-in {
    margin: auto;
  }
  .cs-form-cp-in form {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .cs-contact-page-content .cs-contact-page-form-wrap {
    padding: 75px;
  }
}
@media screen and (max-width: 767px) {
  .cs-contact-page-content .cs-contact-in {
    text-align: center;
  }
}
@media screen and (max-width: 530px) {
  .cs-contact-page-content .cs-contact-in .cs-logi-office-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .cs-contact-page-content .cs-contact-in .cs-logi-office-wrap p {
    margin: auto;
  }
  .cs-contact-page-content .cs-contact-page-form-wrap {
    padding: 35px;
  }
}
/*--------------------------------------------------------------
  35. Order Track
----------------------------------------------------------------*/
.cs-order-track-search .cs-search-widget {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.cs-order-track-search .cs-search-widget .cs-search-content {
  min-width: 400px;
}

.cs-logi-order-trackign-content {
  display: flex;
  justify-content: space-between;
}
.cs-logi-order-trackign-content .cs-logi-order-track {
  width: 100%;
}

figure {
  display: flex;
  align-items: center;
  gap: 15px;
}
figure img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.cs-logi-order-track {
  border-top: 1px dashed #063D2C;
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
}
.cs-logi-order-track-step {
  display: flex;
  height: 7rem;
}
.cs-logi-order-track-step:last-child {
  overflow: hidden;
  height: 4rem;
}
.cs-logi-order-track-step:last-child .order-track-status span:last-of-type {
  display: none;
}
.cs-logi-order-track-status {
  margin-right: 1.5rem;
  position: relative;
}
.cs-logi-order-track-status-dot {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #063D2C;
}
.cs-logi-order-track-status-line {
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 120px;
  background: rgba(6, 61, 44, 0.2);
}
.cs-logi-order-track-text-stat {
  font-size: 18px;
  color: #13221D;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}

@media screen and (max-width: 880px) {
  .cs-order-track-search .cs-search-widget {
    flex-direction: column;
    align-items: flex-start;
  }
  .cs-order-track-search .cs-search-widget input {
    width: 92vw;
  }
  .cs-logi-order-trackign-content {
    display: flex;
    justify-content: space-between;
  }
  .cs-logi-order-trackign-content .cs-logi-order-track {
    width: 100%;
  }
}
/*--------------------------------------------------------------
  36. Error Page
----------------------------------------------------------------*/
.error-content-wrap .error-content-wrap-in {
  max-width: 615px;
  text-align: center;
}
.error-content-wrap .error-content-wrap-in .cs-404 {
  font-size: 325px;
  line-height: 73%;
  padding-bottom: 40px;
  opacity: 1 !important;
}
.error-content-wrap .error-content-wrap-in h1 {
  background: no-repeat center center;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.error-content-wrap .error-content-wrap-in h4 {
  padding-bottom: 11px;
}
.error-content-wrap .error-content-wrap-in p {
  padding-bottom: 30px;
}
.error-content-wrap .container-fluid {
  padding-left: calc((100% - 1320px) / 2);
}

@media screen and (max-width: 1320px) {
  .error-content-wrap .error-content-wrap-in {
    margin: auto;
    padding-bottom: 70px;
  }
  .error-content-wrap .error-content-wrap-in .cs-404 {
    font-size: 300px;
  }
  .error-content-wrap .error-content-wrap-in h4 {
    padding-bottom: 11px;
  }
  .error-content-wrap .error-content-wrap-in p {
    padding-bottom: 30px;
  }
  .error-content-wrap .container-fluid {
    padding-left: calc((100% - 1320px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .error-content-wrap .error-content-wrap-in {
    padding-bottom: 0px;
  }
  .cs-error-page-img {
    display: none;
  }
}
@media screen and (max-width: 555px) {
  .error-content-wrap .error-content-wrap-in {
    margin: auto;
    padding-bottom: 0px;
  }
  .error-content-wrap .error-content-wrap-in .cs-404 {
    font-size: 170px;
    padding-bottom: 20px;
  }
  .error-content-wrap .error-content-wrap-in h4 {
    padding-bottom: 5px;
  }
  .error-content-wrap .error-content-wrap-in p {
    padding-bottom: 5px;
  }
  .error-content-wrap .container-fluid {
    padding: 0px 10px;
  }
}

/*--------------------------------------------------------------
  JC Zenith Exports brand palette
  Evergreen authority, mineral teal trade routes, and restrained
  Uzbekistan-blue/red details derived from the JC Zenith mark.
----------------------------------------------------------------*/
:root {
  --color-navy: #06323A;
  --color-evergreen: #004B2B;
  --color-teal: #008EAD;
  --color-brand-green: #1BAF3A;
  --color-gold: #C6A45B;
  --color-ivory: #F6F8F4;
  --color-heading: #073B2B;
  --color-body: #4D6258;
  --color-border: #D4E2DC;
  --color-uzbek-blue: #0099C7;
  --color-uzbek-red: #D72932;
  --accent-color: var(--color-evergreen);
  --body-color: var(--color-body);
  --heading-color: var(--color-heading);
  --primary-color: var(--color-heading);
  --cr_banner-color: var(--color-ivory);
  --border-color: var(--color-border);
  --common-color-black: var(--color-navy);
  --dark-bg: var(--color-navy);
}

body {
  color: var(--color-body);
  background-color: var(--color-white);
}

.cs-color-black,
.cs_primary_bg_hover:hover,
.cs_primary_bg,
.cs_primary-btn:hover span,
.cs_primary-btn:hover i {
  color: var(--color-heading);
}

.cs_ternary_color {
  color: var(--color-body);
}

.cs_accent_color,
.cs_accent_color_hover:hover,
.cs-text-moving-wrap .cs_text-moving h2:hover,
.cs_side_header_in .cs-sidebar-middle-area .cs-sidebar-social a:hover svg path {
  color: var(--color-evergreen);
  fill: var(--color-evergreen);
}

.cs_gray_bg,
.cs_gradient_bg_1,
.cs_site_header.header-no-bg.cs_gescout_show,
.cs_site_header.header-no-bg.cs_gescout_show .cs-header-emai-phone,
footer .cs-logi-footer-container,
.cs-service-sec-wrapper,
.cs-cta-fullw-horizontal,
.cs-contact-page-content .cs-contact-page-form-wrap,
.cs-left-navigation-wrap,
.cs-quote-card-wrap.cs-quote-dark,
.cs-project-slider-wrapper .cs-ps-slider-thumb {
  background-color: var(--color-navy);
  background-image: none;
}

.cs_accent_bg,
.cs-text-moving-wrap.cs-moving-text-with-bg,
.cs-primary-btn,
.cs_scrollup:hover,
.cs_site_header .cs-header-emai-phone .cs-header-phone .cs-header-phone-content .cs-header-phone-in,
.cs-primary-btn.gray-primary-btn:hover {
  background-color: var(--color-evergreen);
}

.cs_white_bg,
.cs_site_header.cs_style1.cs_sticky-active,
.cs_sticky_header,
.cs_side_header_in,
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-instrument .cs-hero-slider-thumb,
.cs-braidcrumb-wrap .breadcrumb {
  background-color: var(--color-white);
}

.cs_site_header .cs_logi_topbar,
.cs_site_header_style1 {
  border-color: var(--color-border);
  box-shadow: inset 0 -2px 0 var(--color-uzbek-blue), inset 0 -3px 0 var(--color-uzbek-red);
}

.cs_site_header.cs_style1.cs_sticky-active {
  box-shadow: 0 10px 24px -18px rgba(6, 50, 58, 0.5), inset 0 -2px 0 var(--color-uzbek-blue), inset 0 -3px 0 var(--color-uzbek-red);
}

.cs_site_header.cs_style1 .cs_main_header_right .cs-header-additional-item a:hover,
.cs_nav .cs_nav_list > li > a:hover,
.cs_nav .cs_nav_list > li.current-menu-item > a,
.cs-braidcrumb-wrap .breadcrumb ul li a:hover,
.cs-page-single-wrap .cs-link-list ul li a:hover span {
  color: var(--color-teal);
}

@media screen and (min-width: 1200px) {
  .cs_site_header.cs_style1 .cs_main_header_in {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .cs-logi-header-middle {
    flex: 0 1 auto;
    margin-left: 48px;
    margin-right: auto;
  }

  .cs_site_header.cs_style1 .cs_main_header_right {
    flex: 0 0 auto;
    margin-right: 30px;
    white-space: nowrap;
  }
}

.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slider-img::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(6, 50, 58, 0.84) 0%, rgba(0, 75, 43, 0.56) 48%, rgba(6, 50, 58, 0.22) 100%);
}

.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-instrument .cs-hero-slider-controller .slider-controler-item.active h6,
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-instrument .cs-hero-slider-controller .slider-controler-item.active p,
.cs-hero-slider-wrap.cs-hero-air-freight .cs-air-hero-controller .cs-air-slider-con-in .cs-air-sli-con-item.slider-controler-item-air.active h6 {
  color: var(--color-brand-green);
}

.cs-hero-slider-wrap.cs-hero-air-freight .cs-air-hero-controller .cs-air-slider-con-in .cs-air-sli-con-item.slider-controler-item-air.active .cs-hero-sl-border,
.cs_site_header_style1 .cs_nav .cs_nav_list > li.current-menu-item > a:before {
  background-color: var(--color-uzbek-blue);
}

.cs-primary-btn::before {
  background-color: var(--color-gold);
}

.cs-primary-btn:hover span,
.cs-primary-btn:hover a,
.cs-primary-btn:hover i {
  color: var(--color-navy);
}

.cs-primary-btn:hover span path {
  stroke: var(--color-navy);
}

.cs-primary-btn.white-primary-btn {
  border-color: var(--color-ivory);
  color: var(--color-ivory);
}

.cs-primary-btn.white-primary-btn a,
.cs-primary-btn.white-primary-btn i {
  color: var(--color-ivory);
}

.cs-primary-btn.white-primary-btn:hover {
  background-color: var(--color-ivory);
  color: var(--color-navy);
}

.cs-primary-btn.gray-primary-btn {
  background-color: var(--color-ivory);
}

.cs-primary-btn.gray-primary-btn a,
.cs-primary-btn.gray-primary-btn i {
  color: var(--color-heading);
}

.cs-service-sec-wrapper.cs-ser-style-2,
.cs-service-sec-wrapper.cs-ser-style-2 h2,
.cs-service-sec-wrapper.cs-ser-style-2 .cs-service-list-wrap .cs-service-item .cs-ser-title h4,
.cs-braidcrumb-wrap .breadcrumb ul,
.cs-cta-fullw-horizontal.cta-no-bg h2 {
  color: var(--color-heading);
}

.cs-service-sec-wrapper.cs-ser-style-2 .cs-service-list-wrap .cs-ser-border,
.cs-border-v-line,
.cs-com-feature-wrapper .cs-com-feature-content .cs-com-fe-text,
.cs-form-cp-in.cs-form-light form input,
.cs-form-cp-in.cs-form-light form select,
.cs-form-cp-in.cs-form-light form textarea {
  background-color: var(--color-border);
  border-color: var(--color-border);
}

.cs-service-sec-wrapper .cs-service-list-wrap .cs-service-item .cs-ser-icons i,
.cs-service-sec-wrapper .cs-service-list-wrap .cs-service-item .cs-ser-btn i,
.cs-section-title-left-right.sec-title-style-1 .cs-title-left-area .cs-sec-caption .cs-cap-text p,
.cs-section-title-center.sec-title-style-2 .cs-title-center-area .cs-sec-caption,
.cs-page-single-wrap .cs-link-list ul li i {
  color: var(--color-brand-green);
}

.cs-expertise-wrap .cs-expert-area-content,
.cs-expertise-wrap.expert-full-zig .cs-expert-area-content,
.cs-testi-wrap.cs-testi-with-bg,
.cs-project-info,
.cs-quote-card-wrap,
.cs-com-feature-wrapper.cs-feature-for-ocean-cargo::before {
  background-color: var(--color-ivory);
}

.cs-expertise-wrap .cs-expert-line,
.cs-expertise-wrap.expert-area-no-bg.cs-border-style-expart-area .cs-expert-area-content .cs-expert-line,
.cs-testi-wrap.cs-testi-with-bg,
.cs-project-info,
.cs-quote-card-wrap {
  border-color: var(--color-border);
}

.cs-quote-card-wrap,
.cs-quote-card-wrap .cs-quote-in .cs-quote-text p {
  color: var(--color-heading);
}

.cs-quote-card-wrap {
  border-left-color: var(--color-teal);
}

.cs-counter-wrap .cs-counter-item .cs-count-text,
.cs-about-wrapper-1 .cs-about-wrap-in .cs-about-img-area .cs-about-img-over-content,
.cs-about-wrapper-1 .cs-about-wrap-in .cs-about-img-area .cs-about-img-over-content h2 {
  color: var(--color-white);
}

.cs-about-wrapper-1 .cs-about-wrap-in .cs-about-img-area .cs-about-img-over-content {
  background-color: var(--color-evergreen);
}

.cs-cta-fullw-horizontal {
  background-blend-mode: multiply;
  background-color: rgba(6, 50, 58, 0.86);
  box-shadow: inset 0 2px 0 var(--color-uzbek-blue), inset 0 3px 0 var(--color-uzbek-red);
}

.cs-cta-fullw-horizontal.jc-service-cta-image {
  background-color: rgba(6, 50, 58, 0.68);
}

.cs_site_branding img[src="assets/img/JC Zenith logo-2 small.png"] {
  width: auto;
  height: 56px;
  max-height: 56px;
  object-fit: contain;
}

@media screen and (max-width: 575px) {
  .cs_site_branding img[src="assets/img/JC Zenith logo-2 small.png"] {
    height: 44px;
    max-height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .cs-cta-fullw-horizontal.jc-service-cta-image {
    background-position: 68% center !important;
  }
}

.cs-form-cp-in form input,
.cs-form-cp-in form select,
.cs-form-cp-in form textarea {
  border-bottom-color: var(--color-teal);
}

.cs-form-cp-in form :focus-visible,
.cs-form-cp-in form :focus,
.cs-form-cp-in.cs-form-light form :focus-visible,
.cs-form-cp-in.cs-form-light form :focus {
  border-bottom-color: var(--color-brand-green);
}

.cs-form-cp-in.cs-form-light form input,
.cs-form-cp-in.cs-form-light form select,
.cs-form-cp-in.cs-form-light form textarea,
.cs-form-cp-in.cs-form-light form ::placeholder {
  color: var(--color-heading);
}

footer .cs-logi-footer-container a:hover,
.cs-contact-page-content .cs-contact-page-form-wrap a:hover {
  color: var(--color-brand-green);
}

.cs_scrollup {
  color: var(--color-heading);
  background-color: var(--color-white);
}

/* Service expertise strip: retain the existing geometry with readable light-panel content. */
.cs-expertise-wrap.expert-full-zig .cs-expert-area-content,
.cs-expertise-wrap.expert-full-zig .cs-expert-area-content h5,
.cs-expertise-wrap.expert-full-zig .cs-expert-area-content p {
  color: var(--color-heading);
}

.cs-expertise-wrap.expert-full-zig .cs-expert-area-content {
  background-color: var(--color-ivory);
}

.cs-expertise-wrap.expert-full-zig .cs-expert-area-content p {
  color: var(--color-body);
}

.cs-expertise-wrap.expert-full-zig .cs-exp-icon,
.cs-expertise-wrap.expert-full-zig .cs-exp-icon i {
  color: var(--color-teal);
}

.cs-expertise-wrap.expert-full-zig .cs-expert-line {
  background-color: var(--color-border);
}

/* Premium light treatment for the service division list. */
.cs-service-sec-wrapper.cs-ser-style-2 {
  background: linear-gradient(135deg, #F6F8F4 0%, #FFFFFF 52%, #F0F6F3 100%);
  color: var(--color-body);
}

.cs-service-sec-wrapper.cs-ser-style-2 .cs-section-title-center .cs-sec-caption .cs-cap-text p {
  color: var(--color-teal);
}

.cs-service-sec-wrapper.cs-ser-style-2 .cs-service-list-wrap .cs-ser-border {
  background-color: #C9DDD5;
}

.cs-service-sec-wrapper.cs-ser-style-2 .cs-service-list-wrap .cs-service-item .cs-ser-title h4 {
  color: var(--color-evergreen);
}

.cs-service-sec-wrapper.cs-ser-style-2 .cs-service-list-wrap .cs-service-item .cs-ser-para p {
  color: var(--color-body);
}

.cs-service-sec-wrapper.cs-ser-style-2 .cs-service-list-wrap .cs-service-item .cs-ser-icons i,
.cs-service-sec-wrapper.cs-ser-style-2 .cs-service-list-wrap .cs-service-item .cs-ser-icons svg path:first-child {
  color: var(--color-teal);
  fill: var(--color-teal);
}

.cs-service-sec-wrapper.cs-ser-style-2 .cs-service-list-wrap .cs-service-item .cs-ser-btn i {
  color: var(--color-evergreen);
  transition: color 0.3s ease;
}

.cs-service-sec-wrapper.cs-ser-style-2 .cs-service-list-wrap .cs-service-item .cs-ser-btn a {
  color: var(--color-evergreen);
}

.cs-service-sec-wrapper.cs-ser-style-2 .cs-service-list-wrap .cs-service-item:hover .cs-ser-title h4 {
  color: var(--color-teal);
}

.cs-service-sec-wrapper.cs-ser-style-2 .cs-service-list-wrap .cs-service-item:hover .cs-ser-btn i {
  color: var(--color-brand-green);
}

/* Home product divisions: premium dark trade-panel treatment. */
.cs-service-sec-wrapper.cs-ser-style-1 {
  background: linear-gradient(125deg, #052F39 0%, #06323A 54%, #004B2B 100%);
  box-shadow: inset 0 2px 0 var(--color-uzbek-blue), inset 0 3px 0 var(--color-uzbek-red);
}

.cs-service-sec-wrapper.cs-ser-style-1 .cs-sec-caption .cs-cap-text p {
  color: #9BE1E7;
}

.cs-service-sec-wrapper.cs-ser-style-1 .cs-service-list-wrap .cs-ser-border {
  background-color: rgba(212, 226, 220, 0.42);
}

.cs-service-sec-wrapper.cs-ser-style-1 .cs-service-list-wrap .cs-service-item .cs-ser-title h4 {
  color: var(--color-ivory);
}

.cs-service-sec-wrapper.cs-ser-style-1 .cs-service-list-wrap .cs-service-item .cs-ser-para p {
  color: rgba(246, 248, 244, 0.82);
}

@media screen and (min-width: 1200px) {
  .cs-service-sec-wrapper.cs-ser-style-1 .cs-service-list-wrap .cs-service-item .ser-icon-title {
    flex: 0 0 40%;
  }

  .cs-service-sec-wrapper.cs-ser-style-1 .cs-service-list-wrap .cs-service-item .cs-ser-para {
    flex: 0 0 32%;
  }

  .cs-service-sec-wrapper.cs-ser-style-1 .cs-service-list-wrap .cs-service-item .cs-ser-para p {
    margin-bottom: 0;
  }
}

.cs-service-sec-wrapper.cs-ser-style-1 .cs-service-list-wrap .cs-service-item .cs-ser-icons i,
.cs-service-sec-wrapper.cs-ser-style-1 .cs-service-list-wrap .cs-service-item .cs-ser-icons svg path:first-child {
  color: var(--color-teal);
  fill: var(--color-teal);
}

.cs-service-sec-wrapper.cs-ser-style-1 .cs-service-list-wrap .cs-service-item .cs-ser-btn a,
.cs-service-sec-wrapper.cs-ser-style-1 .cs-service-list-wrap .cs-service-item .cs-ser-btn i {
  color: var(--color-brand-green);
}

.cs-service-sec-wrapper.cs-ser-style-1 .cs-service-list-wrap .cs-service-item:hover .cs-ser-title h4,
.cs-service-sec-wrapper.cs-ser-style-1 .cs-service-list-wrap .cs-service-item:hover .cs-ser-btn i {
  color: var(--color-gold);
}

@media screen and (min-width: 1200px) {
  .cs-hero-home-1 .swiper-slide:first-child .cs-hero-title {
    max-width: 760px;
    margin-bottom: 35px;
  }

  .cs-hero-home-1 .swiper-slide:first-child .cs-hero-title h1 {
    font-size: 80px;
    line-height: 1.08;
  }

  .cs-hero-home-1 .swiper-slide:nth-child(2) .cs-hero-title {
    max-width: 800px;
    margin-bottom: 35px;
  }

  .cs-hero-home-1 .swiper-slide:nth-child(2) .cs-hero-title h1 {
    font-size: 78px;
    line-height: 1.08;
  }

  .cs-hero-home-1 .swiper-slide:nth-child(3) .cs-hero-title {
    max-width: 800px;
    margin-bottom: 35px;
  }

  .cs-hero-home-1 .swiper-slide:nth-child(3) .cs-hero-title h1 {
    font-size: 78px;
    line-height: 1.08;
  }
}

/* Homepage about section: JC Zenith content colours. */
.jc-home-about {
  position: relative;
  padding-top: 48px;
  padding-bottom: 36px;
  background:
    radial-gradient(circle at 18% 24%, rgba(10, 150, 173, 0.08), transparent 28%),
    linear-gradient(180deg, #FFFFFF 0%, #F6F3EC 100%);
}

.jc-home-about::before {
  content: "";
  position: absolute;
  inset: 34px 42px;
  border: 1px solid rgba(217, 225, 221, 0.72);
  pointer-events: none;
}

.jc-home-about .cs-about-title h2 {
  color: var(--color-evergreen);
  font-size: clamp(42px, 3.4vw, 58px);
  line-height: 1.08;
}

.jc-home-about .cs-about-title::before {
  content: "";
  display: block;
  width: 74px;
  height: 4px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, var(--color-teal), var(--color-gold));
  border-radius: 99px;
}

.jc-home-about .cs-about-para p,
.jc-home-about .cs-about-list-wrap ul li {
  color: var(--color-body);
}

.jc-home-about .cs-about-list-wrap ul li i {
  color: var(--color-teal);
  background: rgba(10, 150, 173, 0.1);
  border-radius: 50%;
  padding: 3px;
}

.jc-home-about .cs-about-img .reveal-img-inner {
  aspect-ratio: 1 / 1;
  min-height: 560px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(194, 161, 90, 0.55);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(11, 31, 42, 0.16);
}

.jc-home-about .cs-about-img {
  position: relative;
}

.jc-home-about .cs-about-img::before {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  border: 1px solid rgba(10, 150, 173, 0.45);
  border-radius: 22px;
  z-index: -1;
}

.jc-home-about .cs-about-img::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, var(--color-evergreen), var(--color-teal));
  border-radius: 18px;
  opacity: 0.16;
  z-index: -1;
}

.jc-home-about .cs-about-img .reveal-img-inner img {
  display: block;
  object-position: center center;
}

.jc-home-about .cs-about-wrapper-1 {
  padding-left: 0;
  padding-right: 0;
}

.jc-home-about .cs-about-wrapper-1 .container-fluid {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.jc-home-about .cs-about-img-area {
  max-width: 620px;
  margin-left: 0;
  margin-right: auto;
}

.jc-home-about .cs-about-img .reveal-img-inner,
.jc-home-about .cs-about-img .reveal-img-inner img {
  width: 100%;
}

.jc-home-about .cs-about-img .reveal-img-inner img {
  height: 100%;
  object-fit: cover;
}

.jc-home-about .cs-primary-btn {
  background-color: var(--color-evergreen);
}

.jc-home-about .cs-primary-btn:hover {
  background-color: var(--color-gold);
}

@media screen and (max-width: 1199px) {
  .jc-home-about .cs-about-img-area {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .jc-home-about .cs-about-img .reveal-img-inner {
    aspect-ratio: 1 / 1;
    min-height: 520px;
  }
}

@media screen and (max-width: 767px) {
  .jc-home-about {
    padding-top: 34px;
  }

  .jc-home-about::before,
  .jc-home-about .cs-about-img::before,
  .jc-home-about .cs-about-img::after {
    display: none;
  }

  .jc-home-about .cs-about-img .reveal-img-inner {
    min-height: 420px;
  }
}

@media screen and (max-width: 480px) {
  .jc-home-about .cs-about-img .reveal-img-inner {
    min-height: 340px;
  }
}

/* Himalayan pink salt detail page: premium procurement palette. */
.cs-page-single-wrap.cs-service-single {
  background: linear-gradient(135deg, #F6F8F4 0%, #FFFFFF 48%, #EFF6F3 100%);
}

.cs-page-single-wrap.cs-service-single .cs-page-single-content-wrap .cs-page-content-in h4 {
  color: var(--color-evergreen);
  border-left: 3px solid var(--color-teal);
  padding-left: 18px;
}

.cs-page-single-wrap.cs-service-single .cs-page-single-content-wrap .cs-page-content-in h6 {
  color: var(--color-heading);
}

.cs-page-single-wrap.cs-service-single .cs-page-single-content-wrap .cs-page-content-in > img {
  border-top: 3px solid var(--color-teal);
  border-bottom: 3px solid var(--color-gold);
  box-shadow: 0 18px 38px -28px rgba(6, 50, 58, 0.75);
}

.cs-page-single-wrap.cs-service-single .cs-single-widget-wrap .cs-widget-title h6 {
  color: var(--color-evergreen);
}

.cs-page-single-wrap.cs-service-single .cs-link-list ul li i {
  color: var(--color-teal);
}

.cs-page-single-wrap.cs-service-single .cs-link-list ul li:first-child a span {
  color: var(--color-evergreen);
  font-weight: 700;
}

.cs-page-single-wrap.cs-service-single .cs-widget-download {
  background: linear-gradient(135deg, var(--color-evergreen), var(--color-navy));
  border-left: 3px solid var(--color-gold);
}

.cs-page-single-wrap.cs-service-single .cs-widget-download .cs-download-icon i,
.cs-page-single-wrap.cs-service-single .cs-widget-download .cs-download-text,
.cs-page-single-wrap.cs-service-single .cs-widget-download .cs-download-text h6 {
  color: var(--color-ivory);
}

.cs-page-single-wrap.cs-service-single .cs-card-wrap .cs-card-text h6 {
  color: var(--color-evergreen);
}

.cs-page-single-wrap.cs-service-single .cs_faq-wrap .cs_accordian_item {
  border-color: var(--color-border);
}

.cs-page-single-wrap.cs-service-single .cs_faq-wrap .cs_accordian_header:hover .cs_accordian_title,
.cs-page-single-wrap.cs-service-single .cs_faq-wrap .cs_accordian_item.active .cs_accordian_title {
  color: var(--color-teal);
}

/* About page: Pakistan - Dubai - Uzbekistan operating system. */
.jc-operating-system {
  position: relative;
  overflow: hidden;
  padding: 96px 0 84px;
  background:
    linear-gradient(90deg, rgba(10, 150, 173, 0.07) 0, rgba(10, 150, 173, 0.07) 1px, transparent 1px, transparent 25%),
    linear-gradient(135deg, var(--color-ivory) 0%, var(--color-white) 56%, #EDF5F1 100%);
}

.jc-operating-system .cs-section-title-left-right {
  align-items: end;
}

.jc-operating-system .cs-sec-title h2 {
  max-width: 720px;
  color: var(--color-evergreen);
}

.jc-operating-system .cs-blog-btn a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid var(--color-evergreen);
  color: var(--color-evergreen);
  font-weight: 700;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.jc-operating-system .cs-blog-btn a:hover {
  border-color: var(--color-gold);
  background-color: var(--color-evergreen);
  color: var(--color-white);
}

.jc-operating-system .cs-com-fe-content-in {
  display: grid;
  gap: 18px;
}

.jc-operating-system .cs-height-60 {
  display: none;
}

.jc-operating-system .cs-com-feature-content {
  max-width: 775px;
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-teal);
  background-color: var(--color-white);
  box-shadow: 0 14px 34px rgba(6, 50, 58, 0.08);
  transition: border-left-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.jc-operating-system .cs-com-feature-content:hover {
  border-left-color: var(--color-gold);
  box-shadow: 0 20px 40px rgba(6, 50, 58, 0.13);
  transform: translateX(5px);
}

.jc-operating-system .cs-com-feature-content .cs-com-fe-item {
  gap: 20px;
  padding: 25px 28px;
}

.jc-operating-system .cs-com-feature-content .cs-feature-title {
  min-width: 170px;
}

.jc-operating-system .cs-com-feature-content .cs-feature-title h5 {
  color: var(--color-evergreen);
  line-height: 1.35;
}

.jc-operating-system .cs-com-feature-content .cs-feature-title h2 {
  margin-top: 5px;
  color: rgba(6, 61, 44, 0.18);
  opacity: 1;
  font-size: 46px;
  line-height: 0.95;
  text-shadow: none;
}

.jc-operating-system .cs-com-feature-content .cs-com-fe-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--color-evergreen);
}

.jc-operating-system .cs-com-feature-content .cs-com-fe-icon svg path:first-child {
  fill: var(--color-gold);
}

.jc-operating-system .cs-com-feature-content .cs-com-fe-text {
  max-width: 420px;
  border: 0;
  background: transparent;
}

.jc-operating-system .cs-com-feature-content .cs-com-fe-text p {
  margin: 0;
  color: var(--color-body);
  line-height: 1.65;
}

.jc-operating-system .cs-com-fe-img {
  aspect-ratio: 1.67 / 1;
  overflow: visible;
  border: 0;
  border-top: 3px solid var(--color-gold);
  background-color: transparent;
  filter: drop-shadow(0 24px 42px rgba(11, 31, 42, 0.16));
}

.jc-operating-system .cs-com-fe-img .reveal-img-inner {
  clip-path: polygon(0 0, 76% 0, 100% 50%, 76% 100%, 0 100%, 14% 50%);
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(194, 161, 90, 0.62);
  box-shadow: inset 0 0 0 1px rgba(10, 150, 173, 0.18);
}

.jc-operating-system .cs-com-fe-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 76% center;
}

/* About procurement content: JC Zenith palette only. */
.jc-procurement-counter-colors .cs-counter-item .cs-count-text,
.jc-procurement-counter-colors .cs-counter-item .cs-count-text .cs-text-style-h2 {
  color: var(--color-evergreen) !important;
}

.jc-procurement-counter-colors .cs-counter-title p {
  color: var(--color-body) !important;
}

.jc-procurement-colors .cs-about-wrap-in {
  margin-bottom: 80px;
}

.jc-procurement-colors .cs-about-title h2 {
  color: var(--color-evergreen);
}

.jc-procurement-colors .cs-about-para p,
.jc-procurement-colors .cs-about-list-wrap ul li {
  color: var(--color-body);
}

.jc-procurement-colors .cs-about-list-wrap ul li i {
  color: var(--color-teal);
}

.jc-procurement-colors .cs-about-img .reveal-img-inner {
  background: transparent;
  line-height: 0;
}

.jc-procurement-colors .cs-about-img .reveal-img-inner img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .jc-procurement-colors .cs-about-img {
    width: min(88%, 900px);
  }
}

@media screen and (max-width: 1199px) {
  .jc-procurement-colors .cs-about-img {
    width: 100%;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}

.jc-procurement-colors .cs-primary-btn {
  background-color: var(--color-evergreen);
}

.jc-procurement-colors .cs-primary-btn:hover,
.cs-contact-page-content .cs-contact-page-form-wrap .cs-primary-btn:hover {
  background-color: var(--color-gold);
}

.jc-home-procurement-feature .cs-sec-title h2,
.jc-home-procurement-feature .cs-feature-title h5 {
  color: var(--color-evergreen);
}

.jc-home-procurement-feature .cs-com-fe-text {
  background-color: rgba(217, 225, 221, 0.72);
  border-color: var(--color-border);
  padding: 14px 16px;
}

.jc-home-procurement-feature .cs-com-fe-text p {
  color: var(--color-body);
  font-size: clamp(15px, 0.95vw, 16px);
  line-height: 1.58;
}

.jc-home-procurement-feature .cs-com-fe-icon svg path:first-child {
  fill: var(--color-teal);
}

.jc-home-procurement-feature .cs-com-fe-icon svg path:last-child {
  fill: var(--color-gold);
}

.jc-home-procurement-feature .cs-blog-btn a {
  color: var(--color-teal);
}

.jc-home-intelligence-feature .cs-com-feature-content .cs-feature-title h2 {
  font-size: clamp(34px, 3.2vw, 48px) !important;
  line-height: 1 !important;
  opacity: 0.16 !important;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .jc-home-intelligence-feature .cs-com-feature-content .cs-feature-title h2 {
    font-size: 32px !important;
  }
}

.export-network {
  margin: 25px;
  padding: 70px 60px;
  border-radius: 18px;
  background: linear-gradient(120deg, #F8FCF9 0%, #EFF8F2 55%, #E5F4EA 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  overflow: hidden;
}

.export-network .network-content {
  width: 52%;
}

.export-network .export-eyebrow,
.export-network .section-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 0;
  background: transparent !important;
  color: #006B3D;
  border-radius: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.export-network .export-eyebrow::before,
.export-network .section-label::before {
  content: "";
  width: 54px;
  height: 2px;
  background: #004D2C;
  border-radius: 99px;
}

.export-network .export-eyebrow::after,
.export-network .section-label::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C2A15A;
  box-shadow: none;
}

.export-network .network-content h2 {
  font-size: 38px;
  line-height: 1.2;
  color: #003B25;
  font-weight: 650;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.export-network .network-intro {
  font-size: 17px;
  line-height: 1.6;
  color: #40554A;
  max-width: 620px;
  margin-bottom: 30px;
}

.export-network .network-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.export-network .route-card {
  background: #FFFFFF;
  border-radius: 18px;
  padding: 22px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 77, 44, 0.08);
}

.export-network .route-icon {
  min-width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #E5F4EA;
  color: #004D2C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
}

.export-network .route-card small {
  color: #18B83A;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.export-network .route-card h3 {
  margin-top: 5px;
  margin-bottom: 8px;
  font-size: 20px;
  color: #003B25;
}

.export-network .route-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #40554A;
}

.export-network .export-visual {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.export-network .globe {
  width: 430px;
  height: 430px;
  border-radius: 50%;
  position: relative;
  border: 2px solid rgba(0, 143, 168, 0.45);
}

.export-network .globe::before {
  content: "";
  position: absolute;
  inset: 55px;
  border-radius: 50%;
  border: 1px dashed rgba(0, 143, 168, 0.45);
}

.export-network .globe::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(0, 143, 168, 0.25);
}

.export-network .globe-line {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(0, 143, 168, 0.35);
}

.export-network .line1 {
  transform: rotateY(60deg);
}

.export-network .line2 {
  transform: rotateY(120deg);
}

.export-network .line3 {
  transform: rotateX(70deg);
}

.export-network .line4 {
  transform: rotateX(110deg);
}

.export-network .center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 105px;
  width: 105px;
  border-radius: 50%;
  background: #004D2C;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
  box-shadow: 0 0 0 15px rgba(24, 184, 58, 0.18), 0 0 0 30px rgba(24, 184, 58, 0.08);
}

.export-network .pin {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #18B83A;
  border: 4px solid #FFFFFF;
  box-shadow: 0 0 0 3px #18B83A;
  position: absolute;
}

.export-network .pin1 {
  top: 95px;
  left: 90px;
}

.export-network .pin2 {
  top: 145px;
  right: 70px;
}

.export-network .pin3 {
  bottom: 85px;
  left: 220px;
}

.export-network .globe-tag {
  position: absolute;
  background: #FFFFFF;
  border-radius: 14px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.export-network .globe-tag span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #E5F4EA;
  color: #004D2C;
  font-size: 12px;
  font-weight: 800;
}

.export-network .globe-tag strong {
  display: block;
  font-size: 13px;
  color: #003B25;
}

.export-network .globe-tag p {
  font-size: 11px;
  color: #6B7280;
  margin-top: 2px;
}

.export-network .tag1 {
  left: -40px;
  top: 105px;
}

.export-network .tag2 {
  right: -35px;
  top: 95px;
}

.export-network .tag3 {
  right: 20px;
  bottom: 75px;
}

@media screen and (max-width: 1000px) {
  .export-network {
    flex-direction: column;
    padding: 55px 25px;
    gap: 50px;
  }

  .export-network .network-content,
  .export-network .export-visual {
    width: 100%;
  }

  .export-network .network-content {
    text-align: center;
  }

  .export-network .network-intro {
    margin-left: auto;
    margin-right: auto;
  }

  .export-network .route-card {
    text-align: left;
  }

  .export-network .export-visual {
    transform: scale(0.86);
  }
}

@media screen and (max-width: 600px) {
  .export-network {
    margin: 15px;
    padding: 45px 18px;
  }

  .export-network .network-content h2 {
    font-size: 30px;
  }

  .export-network .network-intro {
    font-size: 15px;
  }

  .export-network .export-visual {
    transform: scale(0.72);
    margin: -45px 0;
  }

  .export-network .route-card {
    padding: 18px;
  }

  .export-network .route-icon {
    min-width: 42px;
    height: 42px;
    font-size: 18px;
  }
}

.jc-home-procurement-feature .cs-com-fe-content-in {
  max-width: 860px;
  width: 100%;
}

.jc-home-procurement-feature .cs-com-feature-content {
  max-width: 860px;
  width: 100%;
}

.jc-home-procurement-feature .cs-com-feature-content .cs-com-fe-item {
  display: grid;
  grid-template-columns: minmax(250px, 270px) 28px minmax(260px, 1fr);
  column-gap: 22px;
  align-items: center;
}

.jc-home-procurement-feature .cs-com-feature-content .cs-feature-title,
.jc-home-procurement-feature .cs-com-feature-content .cs-com-fe-text {
  max-width: none;
  width: 100%;
}

.jc-home-procurement-feature .cs-com-feature-content .cs-com-fe-icon {
  justify-self: center;
  line-height: 0;
}

@media screen and (max-width: 1199px) {
  .jc-home-procurement-feature .cs-com-fe-content-in,
  .jc-home-procurement-feature .cs-com-feature-content {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .jc-home-procurement-feature .cs-com-feature-content .cs-com-fe-item {
    grid-template-columns: 1fr;
    row-gap: 14px;
    align-items: flex-start;
  }

  .jc-home-procurement-feature .cs-com-feature-content .cs-com-fe-icon {
    justify-self: flex-start;
  }
}

/* Contact form: brand color correction without layout changes. */
.cs-contact-page-content .cs-contact-page-form-wrap {
  background-color: var(--color-ivory);
}

.cs-contact-page-content .cs-form-cp-in form input,
.cs-contact-page-content .cs-form-cp-in form select,
.cs-contact-page-content .cs-form-cp-in form textarea {
  background-color: var(--color-white);
  border-bottom-color: var(--color-border);
  color: var(--color-heading);
}

.cs-contact-page-content .cs-form-cp-in form ::placeholder {
  color: var(--color-body);
}

.cs-contact-page-content .cs-form-cp-in form :focus,
.cs-contact-page-content .cs-form-cp-in form :focus-visible {
  border-bottom-color: var(--color-teal);
  color: var(--color-heading);
}

.cs-contact-page-content .cs-form-cp-in form :active {
  color: var(--color-heading);
}

.cs-contact-page-content .cs-contact-page-form-wrap .cs-primary-btn {
  background-color: var(--color-evergreen);
}

.cs-contact-page-content .cs-contact-page-form-wrap .cs-primary-btn a {
  color: var(--color-white);
}

.cs-contact-page-content .cs-contact-page-form-wrap .cs-primary-btn:hover a {
  color: var(--color-navy);
}

/* Himalayan pink salt product gallery. */
.jc-salt-gallery {
  position: relative;
  overflow: hidden;
  background-color: var(--color-ivory);
}

.jc-salt-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.jc-salt-gallery-prev,
.jc-salt-gallery-next,
.jc-rice-gallery-prev,
.jc-rice-gallery-next,
.jc-produce-gallery-prev,
.jc-produce-gallery-next,
.jc-appliance-gallery-prev,
.jc-appliance-gallery-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(246, 243, 236, 0.82);
  border-radius: 50%;
  background-color: rgba(6, 61, 44, 0.86);
  color: var(--color-white);
  transform: translateY(-50%);
  transition: background-color 0.2s ease, color 0.2s ease;
}

.jc-salt-gallery-prev,
.jc-rice-gallery-prev,
.jc-produce-gallery-prev,
.jc-appliance-gallery-prev { left: 18px; }
.jc-salt-gallery-next,
.jc-rice-gallery-next,
.jc-produce-gallery-next,
.jc-appliance-gallery-next { right: 18px; }
.jc-salt-gallery-prev i,
.jc-rice-gallery-prev i,
.jc-produce-gallery-prev i,
.jc-appliance-gallery-prev i { display: inline-block; transform: rotate(180deg); }

.jc-salt-gallery-prev:hover,
.jc-salt-gallery-next:hover,
.jc-rice-gallery-prev:hover,
.jc-rice-gallery-next:hover,
.jc-produce-gallery-prev:hover,
.jc-produce-gallery-next:hover,
.jc-appliance-gallery-prev:hover,
.jc-appliance-gallery-next:hover {
  background-color: var(--color-gold);
  color: var(--color-navy);
}

.jc-salt-gallery .swiper-pagination {
  bottom: 16px;
}

.jc-salt-gallery .swiper-pagination-bullet {
  background-color: var(--color-ivory);
  opacity: 0.82;
}

.jc-salt-gallery .swiper-pagination-bullet-active {
  background-color: var(--color-brand-green);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .jc-salt-gallery .swiper-slide img {
    height: 280px;
  }

  .jc-salt-gallery-prev,
  .jc-rice-gallery-prev,
  .jc-produce-gallery-prev,
  .jc-appliance-gallery-prev { left: 12px; }
  .jc-salt-gallery-next,
  .jc-rice-gallery-next,
  .jc-produce-gallery-next,
  .jc-appliance-gallery-next { right: 12px; }
}

@media screen and (max-width: 1199px) {
  .jc-operating-system {
    padding: 78px 0 68px;
  }

  .jc-operating-system .cs-com-fe-img {
    aspect-ratio: 1.5 / 1;
  }
}

@media screen and (max-width: 730px) {
  .jc-operating-system .cs-com-feature-content .cs-com-fe-item {
    gap: 16px;
    padding: 22px;
  }

  .jc-operating-system .cs-com-feature-content .cs-feature-title h2 {
    font-size: 38px;
  }
}

.jc-services-banner {
  background-color: rgba(11, 31, 42, 0.42);
  background-blend-mode: multiply;
  background-size: cover !important;
  background-position: center 58% !important;
}

@media screen and (min-width: 1600px) {
  .jc-services-banner {
    background-position: center 62% !important;
  }
}

.cs-expertise-wrap.expert-full-zig.jc-service-expertise .cs-expert-area-content {
  padding: clamp(52px, 4.5vw, 72px);
  gap: clamp(28px, 3.2vw, 58px);
  align-items: flex-start;
}

.jc-service-expertise .cs-expert-area-item {
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
  margin: 0;
}

.jc-service-expertise .cs-expert-line {
  align-self: stretch;
  max-height: none;
}

.jc-service-expertise .cs-exp-icon-title {
  margin-bottom: 14px;
}

.jc-service-expertise .cs-exp-text p {
  max-width: 39ch;
}

@media screen and (max-width: 1241px) {
  .cs-expertise-wrap.expert-full-zig.jc-service-expertise .container-fluid .cs-expert-area-content {
    padding: 48px 32px;
    background-color: var(--color-ivory);
  }

  .jc-service-expertise .cs-expert-area-item {
    flex-basis: calc(50% - 24px);
  }
}

@media screen and (max-width: 767px) {
  .cs-expertise-wrap.expert-full-zig.jc-service-expertise .container-fluid {
    padding: 36px 18px;
  }

  .cs-expertise-wrap.expert-full-zig.jc-service-expertise .container-fluid .cs-expert-area-content {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 28px;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 38px 24px !important;
    -webkit-clip-path: none !important;
            clip-path: none !important;
  }

  .jc-service-expertise .cs-expert-area-item {
    display: block;
    flex: 0 0 auto;
    flex-basis: auto;
    width: 100%;
    margin: 0;
  }

  .jc-service-expertise .cs-exp-icon-title {
    align-items: flex-start;
    gap: 16px;
  }

  .jc-service-expertise .cs-exp-text p {
    max-width: none;
  }
}

@media screen and (max-width: 576px) {
  .cs-expertise-wrap.expert-full-zig.jc-service-expertise .container-fluid .cs-expert-area-content {
    padding: 38px 24px !important;
    background-color: var(--color-ivory);
    -webkit-clip-path: none !important;
            clip-path: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1670px) {
  .jc-home-expertise-strip .cs-expert-area-content {
    justify-content: center !important;
    gap: 64px 82px !important;
  }

  .jc-home-expertise-strip .cs-expert-area-item {
    flex: 0 1 430px !important;
  }

  .jc-home-expertise-strip .cs-expert-line {
    display: none !important;
  }
}

.jc-home-expertise-strip {
  margin-top: clamp(34px, 4vw, 72px);
}

.jc-home-expertise-strip .cs-expert-area-content {
  background: var(--color-ivory) !important;
  -webkit-clip-path: polygon(4% 0, 96% 0, 100% 20%, 100% 80%, 96% 100%, 4% 100%, 0% 80%, 0% 20%) !important;
          clip-path: polygon(4% 0, 96% 0, 100% 20%, 100% 80%, 96% 100%, 4% 100%, 0% 80%, 0% 20%) !important;
}

@media screen and (max-width: 1241px) {
  .jc-home-expertise-strip .container-fluid .cs-expert-area-content {
    padding: 56px 40px !important;
    background: var(--color-ivory) !important;
    -webkit-clip-path: polygon(5% 0, 95% 0, 100% 10%, 100% 90%, 95% 100%, 5% 100%, 0% 90%, 0% 10%) !important;
            clip-path: polygon(5% 0, 95% 0, 100% 10%, 100% 90%, 95% 100%, 5% 100%, 0% 90%, 0% 10%) !important;
  }
}

@media screen and (max-width: 767px) {
  .jc-home-expertise-strip {
    margin-top: 28px;
  }

  .jc-home-expertise-strip .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .jc-home-expertise-strip .container-fluid .cs-expert-area-content {
    padding: 42px 28px !important;
    background: var(--color-ivory) !important;
    -webkit-clip-path: polygon(8% 0, 92% 0, 100% 6%, 100% 94%, 92% 100%, 8% 100%, 0% 94%, 0% 6%) !important;
            clip-path: polygon(8% 0, 92% 0, 100% 6%, 100% 94%, 92% 100%, 8% 100%, 0% 94%, 0% 6%) !important;
  }
}

/* JC Zenith B2B product catalogue pages */
.jc-product-banner {
  background-color: rgba(11, 31, 42, 0.64);
  background-blend-mode: multiply;
  background-position: center 44% !important;
}

.jc-product-banner .cs-page-title-cap h6,
.jc-product-banner .cs-page-title h1,
.jc-product-banner .breadcrumb,
.jc-product-banner .breadcrumb ul li,
.jc-product-banner .breadcrumb ul li a {
  color: #FFFFFF;
}

.jc-product-banner .cs-page-title h1 {
  font-size: clamp(46px, 6vw, 78px);
  line-height: 1.02;
}

.jc-product-banner .cs-page-title-cap h6 {
  font-size: clamp(13px, 1.2vw, 16px);
  letter-spacing: 0.18em;
}

.jc-products-intro {
  background:
    linear-gradient(90deg, rgba(10, 150, 173, 0.06) 0, rgba(10, 150, 173, 0.06) 1px, transparent 1px, transparent 25%),
    linear-gradient(135deg, var(--color-ivory) 0%, var(--color-white) 62%, #EEF5F1 100%);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 88px 0 72px;
}

.jc-products-eyebrow {
  color: var(--color-teal);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.13em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.jc-products-eyebrow::before {
  background: var(--color-gold);
  content: "";
  height: 10px;
  margin-top: 4px;
  width: 10px;
}

.jc-products-intro h2,
.jc-product-detail h2,
.jc-product-spec-card h3,
.jc-product-card h3 {
  color: var(--color-evergreen);
}

.jc-products-intro p,
.jc-product-card p,
.jc-product-detail p,
.jc-product-spec-card p,
.jc-product-spec-card li {
  color: var(--color-body);
}

.jc-product-grid {
  padding: 78px 0 96px;
}

.jc-product-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  box-shadow: 0 22px 45px rgba(11, 31, 42, 0.08);
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  overflow: hidden;
}

.jc-product-card + .jc-product-card {
  margin-top: 42px;
}

.jc-product-card-media {
  min-height: 470px;
  position: relative;
}

.jc-product-card-media img,
.jc-product-hero-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.jc-product-card-badge {
  background: var(--color-navy);
  color: var(--color-ivory);
  font-size: 12px;
  font-weight: 800;
  left: 28px;
  letter-spacing: 0.12em;
  padding: 10px 14px;
  position: absolute;
  text-transform: uppercase;
  top: 28px;
}

.jc-product-card-body {
  padding: clamp(34px, 4vw, 58px);
}

.jc-product-card h3 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  margin-bottom: 18px;
}

.jc-product-meta {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  margin: 30px 0;
}

.jc-product-meta div {
  padding: 18px 14px;
}

.jc-product-meta div + div {
  border-left: 1px solid var(--color-border);
}

.jc-product-meta span {
  color: var(--color-teal);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.jc-product-meta strong {
  color: var(--color-heading);
  display: block;
  font-size: 15px;
  line-height: 1.45;
}

.jc-product-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.jc-product-link {
  color: var(--color-teal);
  font-weight: 800;
}

.jc-product-detail {
  padding: 88px 0 96px;
}

.jc-product-detail-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  align-items: start;
}

.jc-product-hero-image {
  aspect-ratio: 1 / 1;
  border: 1px solid var(--color-border);
  overflow: hidden;
  position: sticky;
  top: 120px;
}

.jc-product-image-slider .swiper,
.jc-product-image-slider .swiper-wrapper,
.jc-product-image-slider .swiper-slide {
  height: 100%;
  width: 100%;
}

.jc-product-image-slider .swiper-pagination-bullet {
  background: var(--color-ivory);
  opacity: 0.72;
}

.jc-product-image-slider .swiper-pagination-bullet-active {
  background: var(--color-gold);
  opacity: 1;
}

.jc-product-kicker {
  color: var(--color-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.jc-product-detail h1 {
  color: var(--color-evergreen);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  margin-bottom: 22px;
}

.jc-product-specs {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 38px;
}

.jc-product-spec-card {
  background: var(--color-ivory);
  border: 1px solid var(--color-border);
  padding: 28px;
}

.jc-product-spec-card h3 {
  font-size: 22px;
  margin-bottom: 14px;
}

.jc-product-spec-card ul {
  margin: 0;
  padding-left: 18px;
}

.jc-product-route {
  background: var(--color-navy);
  color: var(--color-white);
  margin-top: 44px;
  padding: 34px;
}

.jc-product-route h3,
.jc-product-route p {
  color: var(--color-white);
}

.jc-product-route p {
  opacity: 0.82;
}

@media screen and (max-width: 1199px) {
  .jc-product-card,
  .jc-product-detail-grid {
    grid-template-columns: 1fr;
  }

  .jc-product-card-media {
    min-height: 390px;
  }

  .jc-product-hero-image {
    position: relative;
    top: auto;
  }
}

@media screen and (max-width: 767px) {
  .jc-products-intro,
  .jc-product-detail {
    padding: 64px 0;
  }

  .jc-product-meta,
  .jc-product-specs {
    grid-template-columns: 1fr;
  }

  .jc-product-meta div + div {
    border-left: 0;
    border-top: 1px solid var(--color-border);
  }

  .jc-product-card-media {
    min-height: 310px;
  }
}

.cs-hero-home-1 .cs-hero-slider-content-wrap {
  position: relative;
}

.cs-hero-slider-wrap.cs-hero-home-1 .cs-hero-slider-content-wrap .cs-hero-slider-content .swiper-slide .cs-hero-slide-content {
  top: calc(50% + 80px) !important;
  transform: translateY(-50%) !important;
  padding-top: 0 !important;
}

@media screen and (max-width: 991px) {
  .cs-hero-slider-wrap.cs-hero-home-1 .cs-hero-slider-content-wrap .cs-hero-slider-content .swiper-slide .cs-hero-slide-content {
    top: 54% !important;
  }
}

.cs-hero-home-1 .jc-home-hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 15;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(246, 243, 236, 0.92);
  color: var(--color-evergreen);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 12px 30px rgba(11, 31, 42, 0.2);
}

.cs-hero-home-1 .jc-home-hero-arrow::after {
  display: none;
}

.cs-hero-home-1 .jc-home-hero-arrow:hover {
  background: var(--color-gold);
  color: var(--color-navy);
}

.cs-hero-home-1 .swiper-button-prev.jc-home-hero-arrow {
  left: 32px;
}

.cs-hero-home-1 .swiper-button-next.jc-home-hero-arrow {
  right: 32px;
}

.cs-hero-home-1 .swiper-button-prev.jc-home-hero-arrow i {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .cs-hero-home-1 .jc-home-hero-arrow {
    width: 42px;
    height: 42px;
  }

  .cs-hero-home-1 .swiper-button-prev.jc-home-hero-arrow {
    left: 12px;
  }

.cs-hero-home-1 .swiper-button-next.jc-home-hero-arrow {
  right: 12px;
  }
}

.cs-footer-copy-branding img[src*="JC Zenith logo-2 small.png"] {
  max-width: 145px;
  height: auto;
  background: rgba(246, 243, 236, 0.96);
  border-radius: 8px;
  padding: 6px 10px;
}

/* Mobile image quality protection */
img {
  image-rendering: auto;
}

@media screen and (max-width: 767px) {
  .img-scroll-object-zoom,
  .img-scroll-parallax,
  [data-src] {
    background-size: cover !important;
    background-attachment: scroll !important;
    transform: none !important;
    will-change: auto !important;
  }

  .cs-hero-home-1 .cs-hero-slider-img img,
  .jc-home-about img,
  .cs-blog-section-wrapper.blog-style-1 img,
  .jc-product-card-media img,
  .jc-product-hero-image img,
  .jc-salt-gallery img,
  .jc-blog-detail-image-slider img {
    image-rendering: auto;
    transform: none !important;
    filter: none !important;
    opacity: 1;
    will-change: auto !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .cs-hero-home-1 .cs-hero-slider-img,
  .cs-hero-home-1 .slider-image {
    transform: none !important;
    filter: none !important;
    will-change: auto !important;
  }

  .cs-hero-home-1 .cs-hero-slider-img img {
    width: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
  }

  .reveal-img-wrap,
  .reveal-img-wrap .reveal-img-inner {
    transform: none !important;
    will-change: auto !important;
  }

  .cs-img-anim-wrap .cs-img-anim-img-in img:nth-child(1) {
    display: none !important;
  }

  .cs-img-anim-wrap .cs-img-anim-img-in img:nth-child(2) {
    position: relative !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

/* Homepage typography refinement */
.cs-hero-home-1 .cs-hero-title h1 {
  font-size: clamp(58px, 5.7vw, 104px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.jc-home-expertise-strip .cs-expert-title h5,
.jc-home-expertise-strip h5 {
  font-size: clamp(25px, 2vw, 36px);
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.jc-home-expertise-strip p {
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.6;
}

.jc-home-about .cs-about-title h2,
.cs-ser-style-1 .cs-sec-title h2,
.jc-home-procurement-feature .cs-sec-title h2,
.cs-blog-section-wrapper.blog-style-1 .cs-sec-title h2 {
  font-size: clamp(42px, 4.1vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.jc-home-about .cs-about-para p,
.jc-home-about .cs-about-list-wrap li,
.jc-home-procurement-feature .cs-com-fe-text p,
.cs-blog-section-wrapper.blog-style-1 .cs-blog-excerpt-text p {
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.72;
}

.cs-ser-style-1 .cs-ser-title h4 {
  font-size: clamp(26px, 2vw, 38px);
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.cs-ser-style-1 .cs-ser-para p {
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.55;
}

.jc-procurement-counter-colors .cs-count-text span {
  font-size: clamp(44px, 4vw, 70px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.jc-procurement-counter-colors .cs-counter-title p {
  font-size: 15px;
  line-height: 1.35;
}

.jc-service-counter-colors .cs-counter-item .cs-count-text,
.jc-service-counter-colors .cs-counter-item .cs-count-text .cs-text-style-h2 {
  color: var(--color-evergreen);
}

.jc-home-procurement-feature .cs-feature-title h5 {
  font-size: clamp(22px, 1.55vw, 28px);
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.jc-home-procurement-feature .cs-feature-title h2 {
  display: block;
  font-size: clamp(22px, 1.8vw, 34px) !important;
  line-height: 1 !important;
  opacity: 0.14 !important;
  margin-top: 8px;
}

.cs-blog-section-wrapper.blog-style-1 .cs-blog-title a {
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.jc-service-cta-image .cs-cta-center-title h2 {
  font-size: clamp(42px, 4.4vw, 78px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.jc-home-cta-image.cs-cta-fullw-horizontal.cs-cta-center {
  height: 610px;
}

.jc-home-cta-image .cs-cta-center-title h2 {
  font-size: clamp(38px, 4vw, 66px);
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  .jc-about-product-strip .cs-expert-area-content {
    justify-content: center;
    gap: 56px 90px;
  }

  .jc-about-product-strip .cs-expert-area-item {
    flex: 0 1 500px;
    max-width: 500px;
    margin-right: 0;
  }

  .jc-about-product-strip .cs-expert-line {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .jc-about-product-strip .cs-expert-area-content {
    justify-content: center;
  }

  .jc-about-product-strip .cs-expert-area-item {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .cs-hero-home-1 .cs-hero-title h1 {
    font-size: clamp(42px, 8.6vw, 68px);
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  .jc-home-about .cs-about-title h2,
  .cs-ser-style-1 .cs-sec-title h2,
  .jc-home-procurement-feature .cs-sec-title h2,
  .cs-blog-section-wrapper.blog-style-1 .cs-sec-title h2 {
    font-size: clamp(34px, 6vw, 52px);
    line-height: 1.12;
  }

  .cs-ser-style-1 .cs-ser-title h4,
  .jc-home-procurement-feature .cs-feature-title h5 {
    font-size: clamp(24px, 4vw, 32px);
  }
}

@media screen and (max-width: 767px) {
  .cs-hero-home-1 .cs-hero-title h1 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.1;
    letter-spacing: -0.035em;
  }

  .cs-hero-home-1 .cs-primary-btn span,
  .cs-hero-home-1 .cs-primary-btn a {
    font-size: 13px;
  }

  .jc-home-expertise-strip .cs-expert-title h5,
  .jc-home-expertise-strip h5 {
    font-size: 25px;
    line-height: 1.2;
  }

  .jc-home-expertise-strip p {
    font-size: 15px;
    line-height: 1.55;
  }

  .jc-home-about .cs-about-title h2,
  .cs-ser-style-1 .cs-sec-title h2,
  .jc-home-procurement-feature .cs-sec-title h2,
  .cs-blog-section-wrapper.blog-style-1 .cs-sec-title h2 {
    font-size: clamp(30px, 8.5vw, 38px);
    line-height: 1.12;
    letter-spacing: -0.035em;
  }

  .jc-home-about .cs-about-para p,
  .jc-home-about .cs-about-list-wrap li,
  .jc-home-procurement-feature .cs-com-fe-text p,
  .cs-blog-section-wrapper.blog-style-1 .cs-blog-excerpt-text p {
    font-size: 15px;
    line-height: 1.65;
  }

  .cs-ser-style-1 .cs-ser-title h4 {
    font-size: 25px;
    line-height: 1.18;
  }

  .cs-ser-style-1 .cs-ser-para p {
    font-size: 14px;
    line-height: 1.55;
  }

  .jc-procurement-counter-colors .cs-count-text span {
    font-size: 38px;
  }

  .jc-procurement-counter-colors .cs-counter-title p {
    font-size: 13px;
  }

  .jc-home-procurement-feature .cs-feature-title h5 {
    font-size: 22px;
  }

  .jc-home-procurement-feature .cs-feature-title h2 {
    font-size: 26px !important;
  }

  .cs-blog-section-wrapper.blog-style-1 .cs-blog-title a {
    font-size: 23px;
    line-height: 1.22;
  }

  .jc-service-cta-image .cs-cta-center-title h2 {
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.12;
  }

  .jc-home-cta-image.cs-cta-fullw-horizontal.cs-cta-center {
    height: 420px;
  }

  .jc-home-cta-image .cs-cta-center-title h2 {
    font-size: clamp(30px, 8vw, 38px);
  }
}

@media screen and (max-width: 480px) {
  .cs-hero-home-1 .cs-hero-title h1 {
    font-size: clamp(31px, 10.5vw, 40px);
    line-height: 1.12;
  }

  .jc-home-about .cs-about-title h2,
  .cs-ser-style-1 .cs-sec-title h2,
  .jc-home-procurement-feature .cs-sec-title h2,
  .cs-blog-section-wrapper.blog-style-1 .cs-sec-title h2 {
    font-size: 30px;
  }

  .cs-ser-style-1 .cs-ser-title h4,
  .jc-home-expertise-strip .cs-expert-title h5,
  .jc-home-expertise-strip h5 {
    font-size: 22px;
  }
}

/* Homepage hero final refinement */
.cs-hero-slider-wrap.cs-hero-home-1 {
  position: relative;
  margin-top: 0 !important;
  clear: both;
}

.cs-hero-slider-wrap.cs-hero-home-1 .cs-hero-slider-content,
.cs-hero-slider-wrap.cs-hero-home-1 .swiper,
.cs-hero-slider-wrap.cs-hero-home-1 .swiper-wrapper,
.cs-hero-slider-wrap.cs-hero-home-1 .swiper-slide {
  height: clamp(610px, calc(100vh - 165px), 780px) !important;
  min-height: 610px;
}

.cs-hero-slider-wrap.cs-hero-home-1 .cs-hero-slider-img,
.cs-hero-slider-wrap.cs-hero-home-1 .slider-image {
  height: 100% !important;
}

.cs-hero-slider-wrap.cs-hero-home-1 .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slider-img img {
  height: 100% !important;
  min-height: 100% !important;
}

.cs-hero-slider-wrap.cs-hero-home-1 .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slider-img::after {
  background:
    linear-gradient(90deg, rgba(11, 31, 42, 0.72) 0%, rgba(11, 31, 42, 0.42) 48%, rgba(11, 31, 42, 0.12) 100%),
    linear-gradient(180deg, rgba(11, 31, 42, 0.06) 0%, rgba(11, 31, 42, 0.34) 100%) !important;
}

.cs-hero-slider-wrap.cs-hero-home-1 .cs-hero-slider-content-wrap .cs-hero-slider-content .swiper-slide .cs-hero-slide-content {
  top: 50% !important;
  transform: translateY(-50%) !important;
  padding-top: 0 !important;
  max-width: min(980px, calc(100vw - 180px));
}

.cs-hero-home-1 .cs-hero-title {
  max-width: 950px;
  margin-bottom: 30px;
}

.cs-hero-home-1 .cs-hero-title h1,
.cs-hero-home-1 .swiper-slide:first-child .cs-hero-title h1,
.cs-hero-home-1 .swiper-slide:nth-child(2) .cs-hero-title h1,
.cs-hero-home-1 .swiper-slide:nth-child(3) .cs-hero-title h1 {
  font-size: clamp(48px, 4.7vw, 78px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
}

.cs-hero-home-1 .cs-hero-slider-btn {
  margin-top: 8px;
}

.cs-hero-home-1 .jc-home-hero-arrow {
  top: auto !important;
  bottom: 38px !important;
  transform: none !important;
  width: 52px;
  height: 52px;
  background: rgba(246, 243, 236, 0.94);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #063D2C;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.cs-hero-home-1 .swiper-button-prev.jc-home-hero-arrow {
  left: calc(50% - 64px) !important;
  right: auto !important;
}

.cs-hero-home-1 .swiper-button-next.jc-home-hero-arrow {
  left: calc(50% + 12px) !important;
  right: auto !important;
}

@media screen and (max-width: 1199px) {
  .cs-hero-slider-wrap.cs-hero-home-1 .cs-hero-slider-content-wrap .cs-hero-slider-content .swiper-slide .cs-hero-slide-content {
    max-width: min(820px, calc(100vw - 120px));
  }

  .cs-hero-home-1 .cs-hero-title h1,
  .cs-hero-home-1 .swiper-slide:first-child .cs-hero-title h1,
  .cs-hero-home-1 .swiper-slide:nth-child(2) .cs-hero-title h1,
  .cs-hero-home-1 .swiper-slide:nth-child(3) .cs-hero-title h1 {
    font-size: clamp(44px, 5.5vw, 64px) !important;
  }
}

@media screen and (max-width: 767px) {
  .cs-hero-slider-wrap.cs-hero-home-1 .cs-hero-slider-content,
  .cs-hero-slider-wrap.cs-hero-home-1 .swiper,
  .cs-hero-slider-wrap.cs-hero-home-1 .swiper-wrapper,
  .cs-hero-slider-wrap.cs-hero-home-1 .swiper-slide {
    height: 620px !important;
    min-height: 620px;
  }

  .cs-hero-slider-wrap.cs-hero-home-1 .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slider-img::after {
    background:
      linear-gradient(90deg, rgba(11, 31, 42, 0.78) 0%, rgba(11, 31, 42, 0.54) 58%, rgba(11, 31, 42, 0.26) 100%),
      linear-gradient(180deg, rgba(11, 31, 42, 0.08) 0%, rgba(11, 31, 42, 0.42) 100%) !important;
  }

  .cs-hero-slider-wrap.cs-hero-home-1 .cs-hero-slider-content-wrap .cs-hero-slider-content .swiper-slide .cs-hero-slide-content {
    top: 50% !important;
    max-width: calc(100vw - 56px);
  }

  .cs-hero-home-1 .cs-hero-title {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .cs-hero-home-1 .cs-hero-title h1,
  .cs-hero-home-1 .swiper-slide:first-child .cs-hero-title h1,
  .cs-hero-home-1 .swiper-slide:nth-child(2) .cs-hero-title h1,
  .cs-hero-home-1 .swiper-slide:nth-child(3) .cs-hero-title h1 {
    font-size: clamp(32px, 9vw, 42px) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.035em !important;
  }

  .cs-hero-home-1 .cs-hero-slider-btn .cs-primary-btn {
    min-height: 46px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cs-hero-home-1 .jc-home-hero-arrow {
    bottom: 24px !important;
    width: 42px;
    height: 42px;
  }

  .cs-hero-home-1 .swiper-button-prev.jc-home-hero-arrow {
    left: calc(50% - 50px) !important;
  }

  .cs-hero-home-1 .swiper-button-next.jc-home-hero-arrow {
    left: calc(50% + 8px) !important;
  }
}

@media screen and (max-width: 420px) {
  .cs-hero-home-1 .cs-hero-title h1,
  .cs-hero-home-1 .swiper-slide:first-child .cs-hero-title h1,
  .cs-hero-home-1 .swiper-slide:nth-child(2) .cs-hero-title h1,
  .cs-hero-home-1 .swiper-slide:nth-child(3) .cs-hero-title h1 {
    font-size: clamp(29px, 9.2vw, 36px) !important;
  }
}

/* Homepage hero hard alignment fix */
.jc-home-hero-section {
  background: #FFFFFF;
  padding-top: 28px;
}

.jc-home-hero-section .cs-hero-slider-wrap.cs-hero-home-1 {
  overflow: visible !important;
}

.jc-home-hero-section .cs-hero-slider-content-wrap {
  position: relative !important;
  overflow: hidden !important;
}

.jc-home-hero-section .cs-hero-slider-content,
.jc-home-hero-section .hero1-slider1,
.jc-home-hero-section .swiper-wrapper,
.jc-home-hero-section .swiper-slide {
  height: min(720px, calc(100vh - 205px)) !important;
  min-height: 560px !important;
}

.jc-home-hero-section .cs-hero-slider-img,
.jc-home-hero-section .slider-image {
  height: 100% !important;
}

.jc-home-hero-section .cs-hero-slider-img img {
  height: 100% !important;
  min-height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}

.jc-home-hero-section .cs-hero-slider-img::after {
  background:
    linear-gradient(90deg, rgba(11, 31, 42, 0.68) 0%, rgba(11, 31, 42, 0.38) 52%, rgba(11, 31, 42, 0.12) 100%),
    linear-gradient(180deg, rgba(11, 31, 42, 0.08) 0%, rgba(11, 31, 42, 0.36) 100%) !important;
}

.jc-home-hero-section .swiper-slide .cs-hero-slide-content {
  top: 48% !important;
  left: clamp(28px, 7vw, 126px) !important;
  right: auto !important;
  transform: translateY(-50%) !important;
  padding-top: 0 !important;
  max-width: min(900px, calc(100vw - 220px)) !important;
}

.jc-home-hero-section .jc-home-hero-arrow {
  position: absolute !important;
  top: auto !important;
  bottom: 26px !important;
  margin: 0 !important;
  width: 54px !important;
  height: 54px !important;
  border-radius: 50% !important;
  background: #F6F3EC !important;
  color: #063D2C !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 30 !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22) !important;
}

.jc-home-hero-section .swiper-button-prev.jc-home-hero-arrow {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-66px) !important;
}

.jc-home-hero-section .swiper-button-next.jc-home-hero-arrow {
  left: 50% !important;
  right: auto !important;
  transform: translateX(12px) !important;
}

.jc-home-hero-section .jc-home-hero-arrow i {
  font-size: 18px !important;
  line-height: 1 !important;
}

.jc-home-hero-section .swiper-button-prev.jc-home-hero-arrow i {
  transform: rotate(180deg) !important;
}

.jc-home-hero-section .jc-home-hero-arrow::after {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .jc-home-hero-section {
    padding-top: 18px;
  }

  .jc-home-hero-section .cs-hero-slider-content,
  .jc-home-hero-section .hero1-slider1,
  .jc-home-hero-section .swiper-wrapper,
  .jc-home-hero-section .swiper-slide {
    height: 610px !important;
    min-height: 610px !important;
  }

  .jc-home-hero-section .swiper-slide .cs-hero-slide-content {
    top: 47% !important;
    left: 28px !important;
    max-width: calc(100vw - 76px) !important;
  }
}

@media screen and (max-width: 575px) {
  .jc-home-hero-section {
    padding-top: 14px;
  }

  .jc-home-hero-section .cs-hero-slider-content,
  .jc-home-hero-section .hero1-slider1,
  .jc-home-hero-section .swiper-wrapper,
  .jc-home-hero-section .swiper-slide {
    height: 560px !important;
    min-height: 560px !important;
  }

  .jc-home-hero-section .swiper-slide .cs-hero-slide-content {
    top: 45% !important;
    left: 22px !important;
    max-width: calc(100vw - 44px) !important;
  }

  .jc-home-hero-section .jc-home-hero-arrow {
    width: 44px !important;
    height: 44px !important;
    bottom: 18px !important;
  }

  .jc-home-hero-section .swiper-button-prev.jc-home-hero-arrow {
    transform: translateX(-54px) !important;
  }

  .jc-home-hero-section .swiper-button-next.jc-home-hero-arrow {
    transform: translateX(10px) !important;
  }
}

/* Homepage blog cards: show immediately and stay visible on mobile */
.jc-home-first-section {
  padding-top: calc(var(--jc-header-offset, 0px) + 24px);
}

@media screen and (max-width: 575px) {
  .jc-home-first-section {
    padding-top: calc(var(--jc-header-offset, 0px) + 18px);
  }
}

.jc-home-blog-notes .home1-blog-slider {
  overflow: visible !important;
}

.jc-home-blog-notes .home1-blog-slider .swiper-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  transform: none !important;
}

.jc-home-blog-notes .home1-blog-slider .swiper-slide {
  width: auto !important;
  margin: 0 !important;
  opacity: 1 !important;
  transform: none !important;
}

.jc-home-blog-notes .home1-blog-slider .swiper-slide:nth-child(n+3) {
  display: none !important;
}

.jc-home-blog-notes .cs-img-anim-wrap,
.jc-home-blog-notes .cs-img-anim-img,
.jc-home-blog-notes .cs-img-anim-img-in {
  width: 100% !important;
  display: block !important;
  transform: none !important;
  overflow: hidden;
}

.jc-home-blog-notes .cs-img-anim-img-in img:first-child {
  display: none !important;
}

.jc-home-blog-notes .cs-img-anim-img-in img:nth-child(2) {
  position: relative !important;
  opacity: 1 !important;
  transform: none !important;
  width: 100% !important;
  height: 300px !important;
  min-height: 300px !important;
  object-fit: cover !important;
  display: block !important;
}

.jc-blog-list-page .cs-blog-items-container {
  align-items: flex-start;
}

.jc-blog-list-page .cs-blog-item {
  height: 100%;
}

.jc-blog-list-page .cs-blog-img,
.jc-blog-list-page .cs-img-anim-wrap,
.jc-blog-list-page .cs-img-anim-img,
.jc-blog-list-page .cs-img-anim-img-in {
  width: 100% !important;
  display: block !important;
  transform: none !important;
  overflow: hidden;
}

.jc-blog-list-page .cs-img-anim-img-in img:first-child {
  display: none !important;
}

.jc-blog-list-page .cs-img-anim-img-in img:nth-child(2) {
  position: relative !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  width: 100% !important;
  height: 300px !important;
  min-height: 300px !important;
  object-fit: cover !important;
  display: block !important;
}

.jc-blog-list-page .col-lg-6 {
  margin-bottom: 52px;
}

@media screen and (max-width: 991px) {
  .jc-home-blog-notes .home1-blog-slider .swiper-wrapper {
    gap: 38px;
  }

  .jc-blog-list-page .cs-blog-content-container .cs-blog-items-container {
    row-gap: 42px;
  }
}

@media screen and (max-width: 767px) {
  .jc-home-blog-notes .home1-blog-slider .swiper-wrapper {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .jc-home-blog-notes .cs-img-anim-img-in img:nth-child(2) {
    height: 260px !important;
    min-height: 260px !important;
  }

  .jc-blog-list-page .cs-img-anim-img-in img:nth-child(2) {
    height: 260px !important;
    min-height: 260px !important;
  }

  .jc-blog-list-page .cs-blog-meta {
    left: 18px !important;
    bottom: 20px !important;
    flex-wrap: wrap;
    gap: 8px;
  }

  .jc-blog-list-page .cs-blog-meta .cs-blog-date,
  .jc-blog-list-page .cs-blog-meta .cs-blog-author-meta {
    margin-right: 0 !important;
  }
}

/* Premium JC Zenith homepage hero */
.jc-premium-hero {
  --cream: #f4f7f5;
  --muted: rgba(244, 247, 245, 0.72);
  --gold: #20B83A;
  --gold-soft: #0A96AD;
  --green: #01411c;
  --line: rgba(255,255,255,.18);
  --ease: cubic-bezier(.22,.8,.22,1);
  position: relative;
  min-height: calc(100svh - var(--jc-header-offset, 150px));
  margin-top: var(--jc-header-offset, 150px);
  overflow: hidden;
  isolation: isolate;
  background: #01411c;
  color: var(--cream);
  font-family: var(--body-font-family);
}

.jc-premium-hero *,
.jc-premium-hero *::before,
.jc-premium-hero *::after {
  box-sizing: border-box;
}

.jc-premium-hero a {
  color: inherit;
  text-decoration: none;
}

.jc-premium-hero button {
  font: inherit;
}

.jc-premium-hero .slides {
  position: absolute;
  inset: 0;
  z-index: -5;
}

.jc-premium-hero .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.1s ease, transform 7s ease;
  background-size: cover;
  background-position: center;
  will-change: opacity, transform;
}

.jc-premium-hero .slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.jc-premium-hero .slide-1 {
  background-image: url("../imagess/aerial-view-container-cargo-ship-maritime-freight-2026-03-16-04-27-54-utc.jpg");
  background-position: center 50%;
}

.jc-premium-hero .slide-2 {
  background-image: url("../imagess/airplane-flying-in-the-cloudless-blue-sky-2026-03-11-06-53-36-utc.jpg");
  background-position: center;
}

.jc-premium-hero .slide-3 {
  background-image: url("https://images.unsplash.com/photo-1494412574643-ff11b0a5c1c3?auto=format&fit=crop&w=2200&q=90");
  background-position: center 58%;
}

.jc-premium-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(2, 18, 11, .90) 0%, rgba(2, 18, 11, .76) 34%, rgba(2, 18, 11, .28) 68%, rgba(2, 18, 11, .12) 100%),
    linear-gradient(180deg, rgba(2, 18, 11, .22) 0%, rgba(2, 18, 11, .04) 42%, rgba(2, 18, 11, .58) 100%);
}

.jc-premium-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .16;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.jc-premium-hero .shell {
  width: min(1460px, calc(100% - 48px));
  margin-inline: auto;
}

.jc-premium-hero .hero-inner {
  position: relative;
  z-index: 3;
  min-height: calc(100svh - var(--jc-header-offset, 150px));
  display: grid;
  grid-template-columns: minmax(0, 760px) 1fr;
  align-items: center;
  gap: 60px;
  padding: 76px 0 110px;
}

.jc-premium-hero .content {
  align-self: center;
  max-width: 760px;
}

.jc-premium-hero .slide-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .25em;
  text-transform: uppercase;
}

.jc-premium-hero .slide-kicker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--gold);
}

.jc-premium-hero h1 {
  margin: 0;
  max-width: 760px;
  font-family: var(--heading-font-family);
  font-size: clamp(58px, 6.4vw, 104px);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.052em;
  text-wrap: balance;
  color: var(--cream);
}

.jc-premium-hero h1 em {
  color: var(--gold-soft);
  font-style: normal;
  font-weight: 800;
}

.jc-premium-hero .slide-copy {
  max-width: 610px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.72;
}

.jc-premium-hero .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.jc-premium-hero .btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: .3s var(--ease);
}

.jc-premium-hero .btn-primary {
  background: var(--color-evergreen);
  border-color: var(--color-evergreen);
  color: var(--color-white);
  box-shadow: 0 16px 34px rgba(0, 75, 43, .28);
}

.jc-premium-hero .btn-primary:hover {
  background: var(--color-gold);
  border-color: var(--color-gold);
  color: var(--color-navy);
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(198, 164, 91, .30);
}

.jc-premium-hero .btn-secondary {
  border-color: var(--color-ivory);
  background: transparent;
  color: var(--color-ivory);
  backdrop-filter: none;
}

.jc-premium-hero .btn-secondary:hover {
  background: var(--color-ivory);
  border-color: var(--color-ivory);
  color: var(--color-navy);
  transform: translateY(-2px);
}

.jc-premium-hero .btn svg {
  width: 18px;
  height: 18px;
}

.cs-footer-blog-links {
  display: grid;
  gap: 0;
  margin-top: 30px;
}

.cs-footer-blog-link {
  display: block;
  padding: 0 0 18px;
  margin-bottom: 18px;
  border: 0;
  border-bottom: 1px solid rgba(246, 248, 244, .12);
  background: transparent;
  color: var(--color-white);
  text-decoration: none;
  transition: .25s ease;
}

.cs-footer-blog-link:last-child {
  margin-bottom: 0;
}

.cs-footer-blog-link span {
  display: block;
  color: var(--color-white);
  max-width: 360px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}

.cs-footer-blog-link small {
  display: block;
  margin-top: 6px;
  color: var(--color-gold);
  font-size: 13px;
  line-height: 1.4;
}

.cs-footer-blog-link:hover {
  border-bottom-color: rgba(198, 164, 91, .45);
  transform: translateX(4px);
}

.cs-footer-blog-link:hover span {
  color: var(--color-gold);
}

.jc-premium-hero .slider-ui {
  position: absolute;
  z-index: 8;
  left: 0;
  right: 0;
  bottom: 28px;
}

.jc-premium-hero .slider-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
}

.jc-premium-hero .counter {
  display: flex;
  align-items: baseline;
  gap: 7px;
  min-width: 74px;
  font-family: var(--heading-font-family);
}

.jc-premium-hero .counter-current {
  font-size: 26px;
  color: var(--gold-soft);
}

.jc-premium-hero .counter-total {
  color: rgba(255,255,255,.48);
  font-size: 13px;
}

.jc-premium-hero .track {
  position: relative;
  height: 1px;
  background: rgba(255,255,255,.24);
  overflow: hidden;
}

.jc-premium-hero .track-progress {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: var(--gold-soft);
  box-shadow: 0 0 18px rgba(0,147,182,.45);
}

.jc-premium-hero .track-progress.is-running {
  animation: jcHeroProgress 6s linear forwards;
}

@keyframes jcHeroProgress {
  from { width: 0; }
  to { width: 100%; }
}

.jc-premium-hero .slider-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.jc-premium-hero .arrow {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 50%;
  background: rgba(1, 65, 28, .32);
  color: white;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: .28s var(--ease);
}

.jc-premium-hero .arrow:hover {
  border-color: var(--gold-soft);
  color: var(--gold-soft);
  transform: translateY(-2px);
}

.jc-premium-hero .arrow svg {
  width: 18px;
  height: 18px;
}

.jc-premium-hero .dots {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8;
  display: grid;
  gap: 13px;
}

.jc-premium-hero .dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.54);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: .25s ease;
}

.jc-premium-hero .dot.is-active {
  background: var(--gold-soft);
  border-color: var(--gold-soft);
  box-shadow: 0 0 0 6px rgba(31,181,58,.15);
}

.jc-premium-hero .slide-label {
  position: absolute;
  right: 42px;
  bottom: 114px;
  z-index: 7;
  max-width: 220px;
  padding-left: 18px;
  border-left: 1px solid rgba(255,255,255,.26);
  text-align: left;
}

.jc-premium-hero .slide-label span {
  display: block;
  color: var(--gold-soft);
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.jc-premium-hero .slide-label strong {
  display: block;
  margin-top: 7px;
  font-family: var(--heading-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.jc-premium-hero .content-transition {
  animation: jcHeroContentIn .68s var(--ease);
}

@keyframes jcHeroContentIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1050px) {
  .jc-premium-hero .hero-inner {
    grid-template-columns: 1fr;
  }

  .jc-premium-hero .slide-label {
    display: none;
  }
}

@media (max-width: 720px) {
  .jc-premium-hero .shell {
    width: min(100% - 28px, 1460px);
  }

  .jc-premium-hero .hero-inner {
    min-height: calc(100svh - var(--jc-header-offset, 150px));
    padding: 64px 0 126px;
    align-items: center;
  }

  .jc-premium-hero h1 {
    font-size: clamp(50px, 15.3vw, 76px);
  }

  .jc-premium-hero .slide-copy {
    font-size: 16px;
  }

  .jc-premium-hero .actions {
    align-items: stretch;
  }

  .jc-premium-hero .btn {
    width: 100%;
  }

  .jc-premium-hero .slider-ui {
    bottom: 20px;
  }

  .jc-premium-hero .slider-bar {
    grid-template-columns: auto 1fr;
    gap: 18px;
  }

  .jc-premium-hero .slider-controls {
    grid-column: 1 / -1;
    justify-content: flex-end;
    margin-top: -2px;
  }

  .jc-premium-hero .dots {
    display: none;
  }

  .jc-premium-hero::before {
    background:
      linear-gradient(90deg, rgba(2, 18, 11, .88) 0%, rgba(2, 18, 11, .68) 62%, rgba(2, 18, 11, .40) 100%),
      linear-gradient(180deg, rgba(2, 18, 11, .18) 0%, rgba(2, 18, 11, .05) 44%, rgba(2, 18, 11, .64) 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .jc-premium-hero *,
  .jc-premium-hero *::before,
  .jc-premium-hero *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/*# sourceMappingURL=style.css.map */

/* Commerce backbone section */
.jc-commerce-backbone {
  --commerce-panel: #f7f9fc;
  --commerce-art-top: #eef7f0;
  --commerce-art-bottom: #e3f1ec;
  --commerce-ink: #0a2540;
  --commerce-muted: #7f8ca7;
  --commerce-line: #d9e2ef;
  --commerce-accent: #0A96AD;
  width: 100%;
  margin: 0;
  background: var(--commerce-panel);
  color: var(--commerce-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif;
}

.jc-commerce-headline {
  isolation: isolate;
  position: relative;
  min-height: 198px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 35px 22px 31px;
  border-bottom: 1px solid var(--commerce-line);
  text-align: center;
  background: var(--commerce-panel);
}

.jc-commerce-antigravity-root {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .78;
  overflow: hidden;
  pointer-events: auto;
}

.jc-commerce-antigravity-root > div {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

.jc-commerce-antigravity-root canvas {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.jc-commerce-headline-content {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.jc-commerce-headline h2 {
  margin: 0;
  max-width: 390px;
  color: var(--commerce-ink);
  font-size: clamp(42px, 4vw, 50px);
  line-height: .92;
  letter-spacing: -.055em;
  font-weight: 620;
}

.jc-commerce-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 116px;
  border-bottom: 1px solid var(--commerce-line);
}

.jc-commerce-stat {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 18px 10px 16px;
  text-align: center;
  outline: 0;
  transition: color .2s ease;
}

.jc-commerce-stat::before,
.jc-commerce-stat::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  height: 1px;
  background-color: transparent;
  transition: background-color .2s ease, box-shadow .2s ease;
}

.jc-commerce-stat::before {
  top: -1px;
}

.jc-commerce-stat::after {
  bottom: -1px;
}

.jc-commerce-stat:hover::before,
.jc-commerce-stat:hover::after,
.jc-commerce-stat:active::before,
.jc-commerce-stat:active::after,
.jc-commerce-stat:focus-within::before,
.jc-commerce-stat:focus-within::after,
.jc-commerce-stat:focus::before,
.jc-commerce-stat:focus::after {
  background-color: var(--commerce-accent);
  box-shadow: 0 0 0 1px rgba(10, 150, 173, .16);
}

.jc-commerce-value {
  margin-bottom: 8px;
  color: var(--commerce-muted);
  font-size: clamp(28px, 3.2vw, 34px);
  line-height: .9;
  letter-spacing: -.055em;
  font-weight: 500;
  white-space: nowrap;
  transition: color .2s ease;
}

.jc-commerce-stat:hover .jc-commerce-value,
.jc-commerce-stat:active .jc-commerce-value,
.jc-commerce-stat:focus-within .jc-commerce-value,
.jc-commerce-stat:focus .jc-commerce-value {
  color: var(--commerce-ink);
}

.jc-commerce-label {
  max-width: 130px;
  color: var(--commerce-muted);
  font-size: 10px;
  line-height: 1.3;
  transition: color .2s ease;
}

.jc-commerce-stat:hover .jc-commerce-label,
.jc-commerce-stat:active .jc-commerce-label,
.jc-commerce-stat:focus-within .jc-commerce-label,
.jc-commerce-stat:focus .jc-commerce-label {
  color: var(--commerce-ink);
}

.jc-commerce-visual {
  position: relative;
  height: clamp(320px, calc(100vh - 286px), 560px);
  min-height: 320px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 118%, rgba(194, 161, 90, .18), transparent 42%),
    linear-gradient(180deg, var(--commerce-art-top) 0%, var(--commerce-art-bottom) 100%);
}

.jc-commerce-rays {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: none;
}

.jc-commerce-control {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 1px solid rgba(10, 150, 173, .5);
  border-radius: 2px;
  background: rgba(255, 255, 255, .72);
  color: var(--commerce-accent);
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.jc-commerce-control svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.jc-commerce-control[aria-pressed="false"] {
  opacity: .58;
}

@media (max-width: 767px) {
  .jc-commerce-headline {
    min-height: 158px;
    padding: 34px 16px 30px;
  }

  .jc-commerce-headline h2 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .jc-commerce-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jc-commerce-stat:nth-child(odd) {
    border-right: 1px solid var(--commerce-line);
  }

  .jc-commerce-stat:nth-child(-n + 2) {
    border-bottom: 1px solid var(--commerce-line);
  }

  .jc-commerce-visual {
    height: 390px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jc-commerce-control {
    display: none;
  }
}
