/* Experimental shipping UI layer. Remove this file/link to roll back the look. */
.ft-shipping-ui {
  --ship-ink: #14213d;
  --ship-muted: #5f6f89;
  --ship-line: #dce4ef;
  --ship-soft: #f4f7fb;
  --ship-panel: #ffffff;
  --ship-primary: #3f53a1;
  --ship-blue: #0f5ea8;
  --ship-navy: #0b1f38;
  --ship-cyan: #10a4b0;
  --ship-red: #ed171f;
  --ft-gold: var(--ship-red);
  --ship-shadow: 0 20px 45px rgba(20, 33, 61, 0.11);
  background:
    linear-gradient(90deg, rgba(63, 83, 161, 0.045) 1px, transparent 1px) 0 0 / 96px 100%,
    linear-gradient(180deg, #f8fafc 0%, #eef3f9 100%);
  color: var(--ship-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.ft-shipping-ui a {
  color: var(--ship-blue);
}

.ft-shipping-ui #ed_header_wrapper {
  position: relative;
  z-index: 1000;
}

.ft-shipping-ui .ed_header_top {
  padding: 8px 0;
  background: var(--ship-navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ft-shipping-ui .ed_header_top p,
.ft-shipping-ui .ed_header_top a,
.ft-shipping-ui .ed_header_top i {
  color: rgba(255, 255, 255, 0.9);
}

.ft-shipping-ui .ed_header_bottom {
  background:
    linear-gradient(135deg, rgba(11, 31, 56, 0.98), rgba(63, 83, 161, 0.98) 62%, rgba(16, 164, 176, 0.96)),
    var(--ship-primary);
  border-top: 0;
  box-shadow: 0 18px 38px rgba(11, 31, 56, 0.18);
}

.ft-shipping-ui .pro_logo {
  padding: 10px 0;
}

.ft-shipping-ui .pro_logo img {
  max-height: 58px;
  width: auto;
  padding: 4px 8px;
  background: rgba(5, 11, 20, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
}

.ft-shipping-ui .pro_menu ul {
  float: right;
}

.ft-shipping-ui .pro_menu ul li {
  margin-left: 0;
}

.ft-shipping-ui .pro_menu ul li:first-child {
  margin-left: 0;
}

.ft-shipping-ui .pro_menu ul li:last-child {
  margin-left: 22px;
}

.ft-shipping-ui .pro_menu ul li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ft-shipping-ui .pro_menu ul li a:hover,
.ft-shipping-ui .pro_menu ul li.active a {
  color: var(--ship-red);
}

.ft-shipping-ui .pro_menu ul li:last-child a {
  margin-top: 20px;
  margin-left: 0;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
  line-height: 1.15;
  white-space: nowrap;
}

.ft-shipping-ui .pro_menu ul li:last-child a:after {
  display: none;
}

.ft-shipping-ui .pro_menu ul li:last-child a:hover,
.ft-shipping-ui .pro_menu ul li:last-child.active a {
  border-color: transparent;
  background: transparent;
  color: var(--ship-red) !important;
}

.ft-shipping-ui .pro_menu_toggle {
  margin-top: 17px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  color: #ffffff;
}

.ft_translate_widget {
  position: relative;
  display: inline-block;
  min-width: 190px;
  text-align: left;
}

.ft_translate_toggle {
  display: inline-flex;
  width: 100%;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.ft_translate_toggle:hover,
.ft_translate_widget.is-open .ft_translate_toggle {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.18);
}

.ft_translate_flag {
  font-size: 17px;
  line-height: 1;
}

.ft_translate_menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 1200;
  display: none;
  width: 260px;
  max-height: 330px;
  overflow: auto;
  padding: 8px;
  border: 1px solid var(--ship-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 42px rgba(11, 31, 56, 0.22);
}

.ft_translate_widget.is-open .ft_translate_menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.ft_translate_menu button {
  display: flex;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #f8fafc;
  color: var(--ship-ink);
  font-size: 12px;
  font-weight: 800;
  text-align: left;
}

.ft_translate_menu button:hover {
  border-color: rgba(237, 23, 31, 0.28);
  background: rgba(237, 23, 31, 0.08);
  color: var(--ship-red);
}

.ft_translate_native,
.ft_translate_native .goog-te-gadget,
.ft_translate_native .goog-te-combo {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

.ft-shipping-ui .ed_transprentbg,
.ft-shipping-ui .ed_graysection {
  position: relative;
  overflow: hidden;
}

.ft-shipping-ui .ed_transprentbg {
  background:
    linear-gradient(90deg, rgba(15, 94, 168, 0.035) 1px, transparent 1px) 0 0 / 92px 100%,
    #ffffff;
}

.ft-shipping-ui .ed_graysection {
  background:
    linear-gradient(180deg, rgba(220, 228, 239, 0.65), rgba(244, 247, 251, 0.9)),
    var(--ship-soft);
}

.ft-shipping-ui .ed_heading_top h3 {
  color: var(--ship-ink);
  font-size: 31px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.ft-shipping-ui .ed_heading_top h3:after {
  width: 76px;
  height: 4px;
  margin-top: 14px;
  background: var(--ship-red);
}

.ft-shipping-ui .ed_pagetitle {
  min-height: 255px;
  padding: 78px 0 62px;
  background:
    linear-gradient(90deg, rgba(11, 31, 56, 0.86), rgba(63, 83, 161, 0.7)),
    url("../images/slider/slider9.jpg") center / cover no-repeat;
}

.ft-shipping-ui .ed_pagetitle .ed_img_overlay {
  display: none;
}

.ft-shipping-ui .page_title h2 {
  margin: 0;
  color: #ffffff;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.ft-shipping-ui .page_title h2:after {
  content: "";
  display: block;
  width: 88px;
  height: 5px;
  margin-top: 18px;
  background: var(--ship-red);
}

.ft-shipping-ui .ed_newsletter_section {
  background:
    linear-gradient(135deg, rgba(11, 31, 56, 0.96), rgba(63, 83, 161, 0.95) 68%, rgba(16, 164, 176, 0.9)),
    var(--ship-primary);
}

.ft-shipping-ui .ed_newsletter_section_heading {
  text-align: center;
}

.ft-shipping-ui .ed_newsletter_section_heading h4 {
  max-width: 980px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
}

.ft-shipping-ui footer .ed_footer_wrapper {
  background:
    linear-gradient(180deg, #101a2b, #0b1f38);
}

.ft-shipping-ui footer .widget-title {
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
}

.ft-shipping-ui footer .widget-title:after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 12px;
  background: var(--ship-red);
}

.ft-shipping-ui footer p,
.ft-shipping-ui footer li,
.ft-shipping-ui footer a,
.ft-shipping-ui .ed_copy_right p {
  color: rgba(255, 255, 255, 0.82);
}

.ft-shipping-ui .ed_footer_bottom {
  background: #071322;
}

.ft-shipping-ui .tracking-form .ed_orange {
  background: var(--ship-red);
  color: #ffffff;
}

/* Home */
.ft-page-home .ed_mainslider {
  position: relative;
  overflow: hidden;
  background: var(--ship-navy);
}

.ft-page-home .ed_mainslider:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  height: 8px;
  background: linear-gradient(90deg, var(--ship-red), var(--ship-primary), var(--ship-cyan));
}

.ft-page-home .ed_course_single_image_overlay {
  background:
    linear-gradient(90deg, rgba(11, 31, 56, 0.82), rgba(11, 31, 56, 0.36)),
    linear-gradient(180deg, rgba(15, 94, 168, 0.2), rgba(16, 164, 176, 0.12));
}

.ft-page-home .tp-caption.NotGeneric-Title {
  font-family: 'Work Sans', Arial, Helvetica, sans-serif !important;
}

.ft-page-home .home-tracking-strip {
  border-bottom: 0;
  background: #ffffff;
  padding: 34px 0 12px;
}

.ft-page-home .home-tracking-form {
  float: none;
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--ship-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(20, 33, 61, 0.12);
}

.ft-page-home .home-tracking-heading {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background:
    linear-gradient(135deg, var(--ship-primary), var(--ship-blue) 64%, var(--ship-red));
}

.ft-page-home .home-tracking-heading h4 {
  margin: 0;
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.ft-page-home .home-tracking-heading span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.ft-page-home .home-tracking-form .form-inline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 12px;
  align-items: center;
  padding: 22px 24px 24px;
  background: #ffffff;
}

.ft-page-home .home-tracking-form .form-group {
  width: auto;
  margin: 0;
  padding: 0;
}

.ft-page-home .home-tracking-form .form-control {
  height: 48px;
  border: 1px solid var(--ship-line);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: none;
  color: var(--ship-ink);
  font-size: 15px;
  font-weight: 700;
}

.ft-page-home .home-tracking-form .form-control::placeholder {
  color: var(--ship-muted);
}

.ft-page-home .home-tracking-form .form-control:focus {
  border-color: var(--ship-red);
  box-shadow: 0 0 0 3px rgba(237, 23, 31, 0.1);
}

.ft-page-home .home-tracking-form .ed_orange {
  width: 100%;
  height: 48px;
  padding: 0 18px;
  border: 1px solid var(--ship-red);
  border-radius: 6px;
  background: var(--ship-red);
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
}

.ft-page-home .home-tracking-form .ed_orange:hover {
  border-color: var(--ship-red);
  background: #ffffff;
  color: var(--ship-red);
}

.ft-page-home .operation-overview-section .ed_counter_wrapper {
  display: block;
  padding-top: 10px;
}

.ft-page-home .operation-overview-section .ed_counter_wrapper > [class*="col-"] {
  display: block;
  float: left;
}

.ft-page-home .operation-overview-section .ed_chart_ratio {
  position: relative;
  min-height: 350px;
  padding: 70px 20px 24px;
  overflow: hidden;
  border: 1px solid var(--ship-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 30px -15px #1c2130;
  color: var(--ship-muted);
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

.ft-page-home .operation-overview-section .ed_chart_ratio:before {
  display: none;
}

.ft-page-home .operation-overview-section .ed_chart_ratio i {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  background: var(--ship-primary);
  color: #ffffff;
  font-size: 32px;
  line-height: 80px;
  text-align: center;
  box-shadow: 0 0 0 10px rgba(237, 23, 31, 0.09);
}

.ft-page-home .operation-overview-section .ed_chart_ratio:hover i {
  border-color: var(--ship-primary);
  background: #ffffff;
  color: var(--ship-primary);
}

.ft-page-home .operation-overview-section .ed_chart_ratio h4 {
  color: var(--ship-ink);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.ft-page-home .operation-overview-section .ed_chart_ratio:hover {
  box-shadow: 0 22px 44px rgba(20, 33, 61, 0.13);
}

.ft-page-home .ed_pricing_section {
  background:
    linear-gradient(90deg, rgba(11, 31, 56, 0.9), rgba(63, 83, 161, 0.76)),
    url("../images/content/price_bg.jpg") center / cover fixed no-repeat;
}

.ft-page-home .ed_pricing_section .ed_img_overlay {
  display: none;
}

.ft-page-home .ed_pricing_section .ed_heading_top h3 {
  color: #ffffff;
}

.ft-page-home .ed_pricing_table {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.ft-page-home .ed_pricing_heading {
  position: relative;
  padding: 30px 28px;
  background:
    linear-gradient(135deg, var(--ship-primary), var(--ship-blue) 62%, var(--ship-cyan));
  border: 0;
}

.ft-page-home .ed_pricing_heading:after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -28px;
  width: 150px;
  height: 58px;
  transform: rotate(-12deg);
  background: rgba(255, 255, 255, 0.12);
}

.ft-page-home .ed_pricing_heading h2 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 0;
}

.ft-page-home .ed_table_price p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ft-page-home .ed_pricing_table ul {
  margin: 0;
  padding: 22px 28px 28px;
}

.ft-page-home .ed_pricing_table ul li {
  position: relative;
  padding: 12px 0 12px 28px;
  border-bottom: 1px solid var(--ship-line);
  color: var(--ship-muted);
  font-size: 15px;
  line-height: 1.45;
  list-style: none;
}

.ft-page-home .ed_pricing_table ul li:before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 3px solid var(--ship-cyan);
  border-radius: 50%;
  background: #ffffff;
}

.ft-page-home .ed_pricing_table ul li:last-child {
  border-bottom: 0;
}

.ft-page-home .ed_pricing_table:hover .ed_pricing_heading {
  background:
    linear-gradient(135deg, var(--ship-primary), var(--ship-blue) 62%, var(--ship-cyan));
  border-bottom: 0;
}

.ft-page-home .ed_pricing_table:hover .ed_pricing_heading h2 {
  color: #ffffff;
}

.ft-page-home .ed_pricing_table:hover .ed_table_price p {
  color: #ffffff;
}

.ft-page-home .ed_pricing_table:hover ul {
  border: 0;
  background: #ffffff;
}

.ft-page-home .ed_pricing_table:hover ul li {
  color: var(--ship-muted);
}

.ft-page-home .ed_pricing_table:hover ul li:before {
  border-color: var(--ship-red);
}

.ft-page-home .ed_blog_all_item .ed_blog_item {
  display: grid;
  grid-template-columns: minmax(280px, 42%) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--ship-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--ship-shadow);
}

.ft-page-home .ed_blog_all_item .ed_blog_image,
.ft-page-home .ed_blog_all_item .ed_blog_info {
  float: none;
  width: auto;
}

.ft-page-home .ed_blog_all_item .ed_blog_image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 0;
}

.ft-page-home .ed_blog_all_item .ed_blog_info {
  padding: 34px;
  border: 0;
}

.ft-page-home .ed_blog_all_item .ed_blog_info h2 {
  color: var(--ship-ink);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.15;
}

.ft-page-home .ed_blog_all_item .ed_blog_info p {
  color: var(--ship-muted);
  font-size: 15px;
  line-height: 1.75;
}

.ft-page-home .ed_blog_all_item .ed_blog_info blockquote {
  margin: 24px 0 6px;
  padding: 16px 20px;
  border-left: 5px solid var(--ship-red);
  background: var(--ship-soft);
  color: var(--ship-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.ft-page-home .ed_timer_section {
  background:
    linear-gradient(90deg, rgba(11, 31, 56, 0.88), rgba(63, 83, 161, 0.76)),
    url("../images/slider/slider12.jpg") center / cover fixed no-repeat;
}

.ft-page-home .ed_timer_section .ed_img_overlay {
  display: none;
}

.ft-page-home .ed_counter_wrapper.style_2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ft-page-home .ed_counter_wrapper.style_2 > [class*="col-"] {
  width: auto;
  float: none;
}

.ft-page-home .ed_counter {
  min-height: 160px;
  padding: 28px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.ft-page-home .ed_counter h2 {
  color: #ffffff;
  font-size: 43px;
  font-weight: 900;
}

.ft-page-home .ed_counter h4 {
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  font-weight: 800;
}

.ft-page-home .ed_clientslider {
  padding: 22px;
  border: 1px solid var(--ship-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--ship-shadow);
}

/* Services */
.ft-page-services .ed_mostrecomeded_course_slider {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.ft-page-services .ed_mostrecomeded_course_slider > [class*="col-"] {
  display: flex;
  float: none;
}

.ft-page-services .ed_mostrecomeded_course_slider > .ed_graysection {
  width: 100%;
  flex: 0 0 100%;
}

.ft-page-services .ed_mostrecomeded_course {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--ship-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(20, 33, 61, 0.08);
  text-align: left;
}

.ft-page-services .ed_mostrecomeded_course:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(20, 33, 61, 0.14);
}

.ft-page-services .ed_mostrecomeded_course.style_2 .ed_item_img {
  display: flex;
  min-height: 128px;
  align-items: center;
  justify-content: flex-start;
  padding: 28px 28px 18px;
  background:
    linear-gradient(135deg, rgba(63, 83, 161, 0.12), rgba(16, 164, 176, 0.12)),
    #ffffff;
}

.ft-page-services .ed_mostrecomeded_course.style_2 .ed_item_img img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.ft-page-services .ed_mostrecomeded_course:not(.style_2) .ed_item_img img {
  width: 100%;
  height: 224px;
  object-fit: cover;
}

.ft-page-services .ed_mostrecomeded_course .ed_most_recomended_data {
  flex: 1;
  padding: 24px 28px 28px;
}

.ft-page-services .ed_mostrecomeded_course .ed_most_recomended_data h4 {
  margin: 0 0 12px;
  color: var(--ship-ink);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.ft-page-services .ed_mostrecomeded_course .ed_most_recomended_data h4 a {
  color: var(--ship-ink);
}

.ft-page-services .ed_mostrecomeded_course .ed_most_recomended_data p {
  color: var(--ship-muted);
  font-size: 15px;
  line-height: 1.7;
}

.ft-page-services .ed_graysection .ed_graysection {
  margin-top: 42px;
  padding-top: 52px;
  border-top: 1px solid var(--ship-line);
  background: transparent;
}

/* About */
.ft-page-about .ed_transprentbg {
  background: #ffffff;
}

.ft-page-about .ed_graysection {
  background:
    linear-gradient(180deg, rgba(244, 247, 251, 0.96), rgba(255, 255, 255, 0.96)),
    var(--ship-soft);
}

.ft-page-about .skill_section {
  min-height: 205px;
  margin-bottom: 30px;
  padding: 30px 24px;
  border: 1px solid var(--ship-line);
  border-top: 4px solid var(--ship-red);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 15px 34px rgba(20, 33, 61, 0.08);
  text-align: center;
}

.ft-page-about .skill_section span {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(237, 23, 31, 0.1);
  color: var(--ship-red);
  font-size: 24px;
}

.ft-page-about .skill_section h4 {
  color: var(--ship-ink);
  font-weight: 900;
  text-transform: uppercase;
}

.ft-page-about .skill_section p {
  color: var(--ship-muted);
  line-height: 1.65;
}

.ft-page-about .ed_blog_all_item > .ed_blog_item {
  overflow: hidden;
  border: 1px solid var(--ship-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--ship-shadow);
}

.ft-page-about .ed_blog_image img {
  width: 100%;
  max-height: 430px;
  object-fit: cover;
  border-radius: 0;
}

.ft-page-about .ed_blog_info {
  border: 0;
  padding: 38px;
}

.ft-page-about .ed_blog_info h2,
.ft-page-about .ed_video_section_discription h4 {
  color: var(--ship-ink);
  font-weight: 900;
  line-height: 1.2;
}

.ft-page-about .ed_blog_info p,
.ft-page-about .ed_video_section_discription p {
  color: var(--ship-muted);
  font-size: 15px;
  line-height: 1.75;
}

.ft-page-about .ed_blog_info blockquote {
  margin: 26px 0;
  padding: 18px 22px;
  border-left: 5px solid var(--ship-red);
  background: var(--ship-soft);
  color: var(--ship-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.ft-page-about .ed_video_section_discription {
  min-height: 100%;
  padding: 34px;
  border-left: 5px solid var(--ship-red);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 15px 34px rgba(20, 33, 61, 0.08);
}

.ft-page-about .ed_video_section_discription_img img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 15px 34px rgba(20, 33, 61, 0.12);
}

.ft-page-about .ed_timer_section {
  background:
    linear-gradient(90deg, rgba(11, 31, 56, 0.9), rgba(63, 83, 161, 0.76)),
    url("../images/slider/slider12.jpg") center / cover fixed no-repeat;
}

.ft-page-about .ed_timer_section .ed_img_overlay {
  display: none;
}

.ft-page-about .ed_timer_section .ed_heading_top h3 {
  color: #ffffff;
}

.ft-page-about .ed_timer_section .ed_counter_wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ft-page-about .ed_timer_section .ed_counter_wrapper > [class*="col-"] {
  width: auto;
  float: none;
}

.ft-page-about .ed_counter {
  min-height: 150px;
  padding: 26px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.ft-page-about .ed_counter h2,
.ft-page-about .ed_counter h4 {
  color: #ffffff;
}

/* Contact */
.ft-page-contact .ed_transprentbg {
  background:
    linear-gradient(90deg, rgba(11, 31, 56, 0.92), rgba(63, 83, 161, 0.72)),
    url("../images/slider/slider7.jpg") center / cover no-repeat;
}

.ft-page-contact .ed_heading_top h3 {
  color: #ffffff;
}

.ft-page-contact .ed_heading_top.ed_bottompadder70 {
  padding-bottom: 38px;
}

.ft-page-contact .ed_heading_top h3:after {
  background: var(--ship-red);
}

.ft-page-contact .ed_event_single_address_info {
  float: none;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
}

.ft-page-contact .ft_contact_intro {
  position: relative;
  min-height: 360px;
  padding: 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(11, 31, 56, 0.97), rgba(63, 83, 161, 0.94) 68%, rgba(16, 164, 176, 0.84)),
    var(--ship-primary);
}

.ft-page-contact .ft_contact_intro:before {
  content: "";
  position: absolute;
  top: 38px;
  bottom: 38px;
  left: 0;
  width: 6px;
  background: var(--ship-red);
}

.ft-page-contact .ft_contact_intro h4 {
  margin: 0;
  color: #ffffff;
  font-size: 40px !important;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.16;
}

.ft-page-contact .ft_contact_intro p {
  margin: 14px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.72;
}

.ft-page-contact .ft_contact_methods {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 38px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.ft-page-contact .ft_contact_methods p {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid var(--ship-line);
  border-radius: 6px;
  background: #ffffff;
  color: var(--ship-ink);
  font-size: 15px;
  line-height: 1.45;
  box-shadow: 0 10px 24px rgba(20, 33, 61, 0.06);
}

.ft-page-contact .ft_contact_methods i {
  display: inline-flex;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 6px;
  background: rgba(237, 23, 31, 0.1);
  color: var(--ship-red);
}

.ft-page-contact .ft_contact_methods b {
  color: var(--ship-red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ft-page-contact .ft_contact_methods span {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  color: #26364f;
  font-size: 15px;
  font-weight: 800;
}

.ft-page-contact .ft_contact_methods a {
  color: var(--ship-blue);
  font-size: 15px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.ft-page-contact .ft_contact_quotation {
  float: none;
  max-width: 1040px;
  margin: 26px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(11, 31, 56, 0.96), rgba(63, 83, 161, 0.92) 68%, rgba(237, 23, 31, 0.82)),
    var(--ship-primary);
}

.ft-page-contact .ft_contact_quotation h4 {
  max-width: 920px;
  margin: 0 auto;
  padding: 34px 24px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.35;
}

.ft-page-contact .ft_contact_quotation span {
  display: block;
  padding: 10px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .ft-shipping-ui .pro_menu ul {
    float: none;
  }

  .ft-shipping-ui .pro_menu .navbar-collapse.in {
    display: block !important;
    width: 100%;
    margin-top: 12px;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(11, 31, 56, 0.98);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
  }

  .ft-shipping-ui .pro_menu ul li {
    float: none;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .ft-shipping-ui .pro_menu ul li:last-child {
    border-bottom: 0;
  }

  .ft-shipping-ui .pro_menu ul li a {
    display: block;
    width: 100%;
    color: #ffffff !important;
  }

  .ft-shipping-ui .pro_menu ul li:last-child a {
    margin-top: 0;
    margin-left: 0;
    color: #ffffff !important;
  }

  .ft-shipping-ui .pro_menu ul li a:hover,
  .ft-shipping-ui .pro_menu ul li.active a,
  .ft-shipping-ui .pro_menu ul li:last-child a:hover {
    background: transparent !important;
    color: var(--ship-red) !important;
  }

  .ft-page-home .operation-overview-section .ed_chart_ratio {
    min-height: auto;
  }

  .ft-page-home .ed_counter_wrapper.style_2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ft-page-about .ed_timer_section .ed_counter_wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ft-page-contact .ed_event_single_address_info {
    grid-template-columns: 1fr;
  }

  .ft-page-contact .ft_contact_intro {
    min-height: 0;
  }

  .ft-page-home .ed_blog_all_item .ed_blog_item {
    grid-template-columns: 1fr;
  }

  .ft-page-home .ed_blog_all_item .ed_blog_image img {
    min-height: 260px;
  }
}

@media (max-width: 767px) {
  .ft-shipping-ui .ed_header_top {
    text-align: center;
  }

  .ft-shipping-ui .pro_call,
  .ft-shipping-ui .ed_info_wrapper {
    text-align: center;
  }

  .ft_translate_widget {
    width: 100%;
    max-width: 285px;
    margin-top: 8px;
  }

  .ft_translate_menu {
    right: auto;
    left: 50%;
    width: calc(100vw - 30px);
    max-width: 285px;
    transform: translateX(-50%);
    grid-template-columns: 1fr;
  }

  .ft_translate_widget.is-open .ft_translate_menu {
    grid-template-columns: 1fr;
  }

  .ft-shipping-ui .pro_logo img {
    max-width: 100%;
    max-height: 50px;
  }

  .ft-shipping-ui .pro_menu ul li a,
  .ft-shipping-ui .pro_menu ul li:last-child a {
    padding: 13px 0;
    border: 0;
    background: transparent;
  }

  .ft-shipping-ui .ed_heading_top h3 {
    font-size: 26px;
  }

  .ft-shipping-ui .page_title h2 {
    font-size: 32px;
  }

  .ft-shipping-ui .ed_newsletter_section_heading h4 {
    font-size: 22px;
  }

  .ft-page-home .ed_counter_wrapper.style_2 {
    grid-template-columns: 1fr;
  }

  .ft-page-home .home-tracking-form {
    margin-top: 20px;
    padding: 0;
  }

  .ft-page-home .home-tracking-heading {
    display: block;
    min-height: 0;
    padding: 18px 20px;
  }

  .ft-page-home .home-tracking-heading span {
    display: block;
    margin-top: 6px;
  }

  .ft-page-home .home-tracking-form .form-inline {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .ft-page-about .ed_timer_section .ed_counter_wrapper {
    grid-template-columns: 1fr;
  }

  .ft-page-home .ed_blog_all_item .ed_blog_info,
  .ft-page-about .ed_blog_info,
  .ft-page-about .ed_video_section_discription {
    padding: 24px;
  }

  .ft-page-contact .ft_contact_intro,
  .ft-page-contact .ft_contact_methods {
    padding: 24px;
  }

  .ft-page-contact .ft_contact_intro:before {
    top: 24px;
    bottom: 24px;
  }

  .ft-page-contact .ft_contact_intro h4 {
    font-size: 30px !important;
  }

  .ft-page-contact .ft_contact_methods p {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ft-page-contact .ft_contact_methods span {
    align-items: flex-start;
  }

  .ft-page-contact .ft_contact_quotation h4 {
    font-size: 24px;
  }

  .ft-page-contact .ft_contact_quotation span {
    font-size: 16px;
  }

}
