/* =====================================================
Template Name   : Insrou
Description     : Insurance Company HTML5 Template
Author          : Themesland
Version         : 1.0
=======================================================*/

/* ===================
fonts
====================== */

/* Removed external Google Fonts import to avoid timeout in restricted networks */



/* ===================
general css
====================== */

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  scroll-behavior: inherit !important;
}

html, body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  color: #757F95;
  line-height: 1.8;
}

a {
  color: #14212B;
  display: inline-block;
}

a, a:active, a:focus, a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #214f97;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #002448;
  margin: 0px;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
  line-height: 1.2;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0px;
}

.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

label {
  color: #999;
  cursor: pointer;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

/* ===================
preloader
====================== */

.preloader {
  background: #fff;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}

.loader {
  width: 80px;
  height: 80px;
  position: relative;
  top: calc(50% - 55px);
  left: calc(50% - 40px);
}

.loader:before, .loader:after{
  content: '';
  border: 5px solid #214f97;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
}

.loader:before{
  animation-delay: 0.5s;
}

@keyframes loader{
  0%{
    transform: scale(0);
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    transform: scale(1);
    opacity: 0;
  }
}

/* ===================
theme default css
====================== */

.ovrflow-hidden {
  overflow: hidden;
}

.text-right {
  text-align: right;
}

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

.c-pd {
  padding: 0 7rem;
}

.s-pd {
  padding: 0 12rem;
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.bg {
  background-color: #F4F9FE;
}



/* ===================
site title css
====================== */

.site-heading {
  margin-bottom: 50px;
}

.site-title-tagline {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 18px;
  color: #214f97;
  position: relative;
}

.site-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 40px;
  color: #002448;
  margin-top: 5px;
  margin-bottom: 0;
}

.site-title span{
  color: #214f97;
}

.site-heading p {
  font-size: 16px;
}

.heading-divider {
  display: inline-block;
  position: relative;
  height: 3px;
  border-bottom: 4px solid #214f97;
  width: 90px;
}

.heading-divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  border: 4px solid #214f97;
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-1px);
  }
}

/* ===================
margin & padding
====================== */

.pb-140 {
  padding-bottom: 140px;
}

.pd-50 {
  padding: 50px 0;
}

.py-120 {
  padding: 120px 0;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mr-300 {
  margin-right: 300px;
}

.ml-300 {
  margin-left: 300px;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

/* ===================
theme button
====================== */

.theme-btn {
  display: inline-block;
  vertical-align:top;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 12px 25px;
  border-radius: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  text-align: center;
  border: none;
  background: #214f97;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.theme-btn:hover{
  background: #002245;
  color: #fff;
}

.theme-btn i{
  margin-left: 8px;
}

.theme-btn span{
  margin-right: 8px;
}

.theme-btn2{
  background: #002245;
  color: #fff;
}

.theme-btn2:hover{
  background: #214f97;
  color: #fff;
}



/* ===================
container
====================== */

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1185px;
  }
}

/* ===================
grids css
====================== */

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

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

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

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

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

.grid-px-2 {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.gap-0 {
  grid-gap: 0;
}

.cs-gap-1 {
  grid-gap: 1rem;
}

.cs-gap-2 {
  grid-gap: 2rem;
}



/* ===================
shape css
====================== */

.shape-1{
  position: absolute;
  width: 190px;
  height: 190px;
  top: -70px;
  left: -70px;
  border-radius: 50%;
  background: #da1d25;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shape-1::before{
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 3px solid #da1d25;
}

.shape-2{
  position: absolute;
  width: 300px;
  height: 300px;
  right: -100px;
  bottom: -100px;
  border-radius: 50%;
  background: #da1d25;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shape-2::before{
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: #da1d25;
  opacity: .5;
}


@media all and (max-width: 991px) {
  .shape-2{
    width: 280px;
    height: 280px;
  }
}



/* ===================
scroll-top css
====================== */

#scroll-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 22px;
  border: none;
  outline: none;
  border-radius: 50px;
  background: #214f97;
  color: #fff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  transition: all .5s ease-in-out;
}


/* ===================
top header css
====================== */

.header-top {
  padding: 8px 0;
  position: relative;
  background: #214f97;
  z-index: 1000;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-contact ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header-top-contact ul li a {
  color: #fff;
  font-weight: 400;
}

.header-top-contact ul li a i {
  margin-right: 10px;
  color: #fff;
}

.header-top-right {
  display: flex;
  align-items: center;
  gap: 35px;
}

.header-top-social span{
  color: #fff;
}

.header-top-social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  transition: all .5s ease-in-out;
}

.header-top-social a:hover {
  color: #002448;
}

@media all and (max-width: 991px) {
  .header-top{
    display: none;
  }
}




/* ===================
nav menu css
====================== */

.main {
  margin-top: 0rem;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 30px;
    padding: 30px 0 30px 0;
    font-size: 16px;
    font-weight: 600;
    color: #002448;
    text-transform: capitalize;
  }

  .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    padding: 0;
    border: none;
    border-radius: 0px;
    width: 220px;
    background: #002245;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  }

  .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  }

  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    color: #fff;
    position: relative;
    text-transform: capitalize;
    transition: all .5s ease-in-out;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #214f97;
    padding-left: 25px;
  }

  .navbar .nav-item .nav-link {
    position: relative;
  }

  .navbar .nav-item .nav-link::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    bottom: 22px;
    width: 0;
    height: 2px;
    background: #214f97;
    transition: width .25s ease;
  }

  .navbar .nav-item .nav-link.active,
  .navbar .nav-item.active > .nav-link,
  .navbar .nav-item:hover .nav-link {
    color: #214f97;
  }

  .navbar .nav-item .nav-link.active::after,
  .navbar .nav-item.active > .nav-link::after,
  .navbar .nav-item:hover .nav-link::after {
    width: 100%;
  }

  .navbar .nav-item.insrou-lang-drop > .nav-link::after,
  .navbar .nav-item.insrou-lang-drop > .nav-link.active::after,
  .navbar .nav-item.insrou-lang-drop:hover > .nav-link::after {
    width: 0 !important;
    display: none !important;
  }

  .navbar .nav-item .dropdown-menu li.active > .dropdown-item,
  .navbar .nav-item .dropdown-menu li.active > a {
    color: #214f97;
    padding-left: 25px;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }

  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 140%;
  }

  .header-nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 30px;
  }

  .header-phone {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .header-phone-content span {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: .6;
  }
  .header-phone-icon {
    font-size: 38px;
    color: #214f97;
  }
  .header-phone-number {
    font-size: 18px;
    line-height: 1;
  }
  .header-phone-number a {
    color: #214f97;
  }

  .header-nav-search a {
    color: #002448;
    font-size: 18px;
    padding: 5px 10px;
  }

  .header-nav-search a:hover {
    color: #214f97;
  }

  #main_nav {
    flex-grow: 1;
    justify-content: flex-end;
  }

  .insrou-navbar-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .insrou-navbar-inner .navbar-brand {
    order: 1;
    flex-shrink: 0;
  }

  .insrou-navbar-inner .mobile-menu-right {
    order: 2;
  }

  .insrou-navbar-inner #main_nav {
    order: 3;
    flex: 1 1 auto;
  }

  .insrou-navbar-inner .header-nav-right {
    order: 4;
  }

  /* 仅 LTR：菜单靠右；阿拉伯语不加 margin-auto */
  html:not([dir="rtl"]) .insrou-main-nav {
    margin-inline-start: auto;
  }

}

/* 多语言：Bootstrap 5 下拉，避免与主题 hover 深色菜单冲突 */
.navbar .nav-item.insrou-lang-drop {
  position: relative;
}

.header-nav-right .nav {
  margin-right: 8px;
}

.header-nav-right .insrou-lang-drop > .nav-link {
  color: #002448;
  font-size: 15px;
  font-weight: 500;
  padding: 6px 8px;
}

.header-nav-right .insrou-lang-drop > .nav-link:hover {
  color: #214f97;
}

.navbar .nav-item.insrou-lang-drop > .dropdown-menu {
  display: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  margin-top: 0;
  top: 100% !important;
  background: #fff;
  min-width: 11rem;
  padding: 0.4rem 0;
  box-shadow: 0 8px 24px rgba(0, 34, 72, 0.12);
  border: none;
  border-radius: 6px;
}

.navbar .nav-item.insrou-lang-drop > .dropdown-menu.show {
  display: block !important;
  visibility: visible !important;
}

.navbar .nav-item.insrou-lang-drop .dropdown-item {
  color: #002448;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 18px;
  text-transform: none;
}

.navbar .nav-item.insrou-lang-drop .dropdown-item:hover,
.navbar .nav-item.insrou-lang-drop .dropdown-item.active {
  background: #f0f4f9;
  color: #214f97;
}

.navbar .nav-item.insrou-lang-drop:hover > .dropdown-menu:not(.show) {
  display: none !important;
  visibility: hidden !important;
}

@media all and (max-width: 991px) {
  .navbar .nav-item.insrou-lang-drop > .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin-top: 0.25rem;
    box-shadow: none;
    border: 1px solid rgba(0, 34, 72, 0.08);
  }
}

/* 导航内搜索（对齐 default：.nav-search + .search-block） */
.main-navigation .insrou-nav-search-item {
  position: relative;
}

.main-navigation .insrou-nav-search-item .nav-search {
  position: relative;
  top: auto;
  right: auto;
  cursor: pointer;
}

.main-navigation .insrou-nav-search-item .nav-search span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #002448;
  font-size: 18px;
  padding: 8px 10px;
  transition: color 0.2s ease;
}

.main-navigation .insrou-nav-search-item .nav-search span:hover {
  color: #214f97;
}

.main-navigation .insrou-nav-search-item .search-block {
  background-color: #ededec;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  display: none;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  z-index: 1000;
  margin-top: 4px;
  border-radius: 6px;
}

.main-navigation .insrou-nav-search-item .search-block .form-control {
  background-color: #ffffff;
  border: none;
  width: 100%;
  height: 40px;
  padding: 0 12px;
}

.main-navigation .insrou-nav-search-item .search-block .search-close {
  position: absolute;
  top: -44px;
  right: 0;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #002448;
  padding: 4px 8px;
}

.main-navigation .insrou-main-nav .nav-link.dropdown-toggle::after {
  margin-inline-start: 0.35em;
  margin-left: 0;
}

/*bootstrap menu*/
.navbar {
  background: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 999;
}

.navbar.fixed-top {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  animation: slide-down 0.7s;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.navbar.fixed-top .nav-item .nav-link::before {
  color: #00235A;
}

.navbar .navbar-brand .logo-display {
  display: block;
}

.navbar .navbar-brand .logo-scrolled {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}

.navbar .navbar-toggler {
  font-size: 3.5rem;
  padding: 0;
  margin: 0;
}

.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.navbar-brand img {
  width: 210px;
  max-width: 100%;
  height: auto;
}

/* dropdown toggler */

.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  font-family: 'Font Awesome 6 Pro';
  content: "\f107";
  font-weight: 700;
  border: none;
  font-size: 14px;
}


/* mobile menu */

.mobile-menu-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media all and (max-width: 1199px) {
  .navbar .header-btn {
    display: none;
  }
  .navbar .header-btn {
    display: none;
  }
  .header-phone {
    display: none;
  }
}

@media all and (max-width: 991px) {
  .navbar {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
  }

  .navbar-brand {
    padding-left: 10px;
  }

  .navbar-brand img {
    width: auto;
    max-width: 210px;
  }

  .navbar-collapse {
    max-height: 290px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
    background-color: #fff;
  }

  .dropdown-toggle::after {
    float: right;
  }

  .navbar .nav-item .nav-link {
    color: #002448;
    font-weight: 700;
    transition: all .5s ease-in-out;
  }

  .navbar .nav-item .nav-link:hover {
    color: #214f97 !important;
  }

  .navbar .nav-item.active > .nav-link {
    color: #214f97 !important;
  }

  .navbar-toggler{
    border: none;
  }

  .navbar-toggler-icon {
    font-size: 25px;
    color: #002448;
    font-weight: 500;
    padding-right: 10px;
    margin-bottom: 10px;
    background: transparent;
  }

  .navbar .dropdown-menu {
    border-radius: 5px;
  }

  .navbar.fixed-top .navbar-toggler-icon {
    color: #002448;
  }

  .header-nav-right {
    display: none;
  }

  .middle-header{
    display: none;
  }

}



/* ======================
multi level dropdown menu
========================= */

.navbar .nav-item .dropdown-submenu {
  position: relative;
}

.navbar .nav-item .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
  top: 8px;
  font-weight: normal;
}

.navbar .nav-item .dropdown-submenu a:hover{
  background: transparent;
  color: #214f97;
}

.navbar .nav-item .dropdown-submenu .dropdown-menu {
  top: 120%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

.navbar .nav-item .dropdown-submenu:hover .dropdown-menu{
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media all and (max-width: 991px) {
  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    margin: 0 17px;
  }

  .navbar .nav-item .dropdown-item {
    color: #002448;
  }

  .navbar .nav-item .dropdown-menu li.active > .dropdown-item,
  .navbar .nav-item .dropdown-menu li.active > a {
    color: #214f97;
    font-weight: 700;
  }

  .navbar .nav-item .dropdown-submenu a::after {
    font-weight: 700;
  }
}




/* ===================
hero css 
====================== */

.hero-section{
  position: relative;
  overflow: hidden;
}

.hero-single {
  min-height: 620px;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hero-single::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .5);
  z-index: -1;
}

.hero-single .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.hero-single .hero-content .hero-title {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  margin: 16px 0 14px;
  text-transform: capitalize;
}

/* 英文/阿拉伯语：首页 Banner 主标题 38px；中文 html lang=zh-CN 保持 56px 及各断点规则 */
html[lang="en"] .hero-section .hero-single .row.align-items-center .hero-content .hero-title,
html[lang="ar"] .hero-section .hero-single .row.align-items-center .hero-content .hero-title {
  font-size: 38px;
  line-height: 1.2;
}

.hero-single .hero-content .hero-title span{
  color: #214f97;
}

.hero-single .hero-content .hero-sub-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 1px;
  background: #214f97;
  width: fit-content;
  border-radius: 50px;
  padding: 3px 13px 5px 13px;
}

.hero-single .hero-content p {
  color: #fff;
  max-width: 620px;
  line-height: 1.75;
  font-weight: 400;
  margin-bottom: 20px;
}

.hero-single .hero-content .hero-btn {
  gap: 2rem;
  display: flex;
  margin-top: 1rem;
  justify-content: start;
}

.hero-title {
  font-weight: 700;
  margin: 20px 0;
}

.hero-sub-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.hero-section .owl-dots {
  position: absolute;
  text-align: center;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

.hero-section .owl-dots .owl-dot{
  display: block;
}

.hero-section .owl-dots .owl-dot span {
  border: 4px solid rgba(66, 152, 239, 0.5);
  margin: 5px;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-color: transparent;
  transition: all .5s ease-in-out;
}

.hero-section .owl-dots .owl-dot.active span {
  background-color: transparent;
  border-color: #214f97;
}


/* hero-slider2 */

.hero-slider2.owl-theme .owl-nav {
  margin-top: 0px;
}

.hero-slider2.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 30px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  cursor: pointer;
  height: 55px;
  width: 55px;
  border-radius: 50px;
  line-height: 55px;
  text-align: center;
  transition: all .5s ease-in-out;
}

.hero-slider2.owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
  color: #214f97;
}

.hero-slider2.owl-theme .owl-nav .owl-prev {
  left: 40px;
}

.hero-slider2.owl-theme .owl-nav .owl-next {
  right: 40px;
}

.hero-slider2.owl-theme .owl-nav .owl-prev, .hero-slider2.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media all and (max-width: 1199px) {

  .hero-single .hero-content .hero-title {
    font-size: 42px;
  }

  html[lang="en"] .hero-section .hero-single .row.align-items-center .hero-content .hero-title,
  html[lang="ar"] .hero-section .hero-single .row.align-items-center .hero-content .hero-title {
    font-size: 32px;
  }

  .hero-slider2.owl-theme .owl-nav .owl-prev, .hero-slider2.owl-theme .owl-nav .owl-next {
    top: unset;
    bottom: 5px !important;
  }

  .hero-slider2.owl-theme .owl-nav .owl-next {
    left: 120px;
  }

  .hero-social-wrapper{
    display: none;
  }
}

@media all and (max-width: 991px) {

  .hero-single .hero-content .hero-title {
    font-size: 34px;
  }

  html[lang="en"] .hero-section .hero-single .row.align-items-center .hero-content .hero-title,
  html[lang="ar"] .hero-section .hero-single .row.align-items-center .hero-content .hero-title {
    font-size: 28px;
  }

  .hero-single{
    min-height: 500px;
    height: auto;
    padding-top: 150px;
    padding-bottom: 90px;
  }

  .hero-img{
    display: none;
  }

}

@media all and (max-width: 767px) {

  .hero-single {
    min-height: 68vh;
    height: auto;
    padding-top: 120px;
    padding-bottom: 70px;
    background-position: center center !important;
  }

  .hero-single .hero-content .hero-sub-title {
    font-size: 16px;
  }

  .hero-single .hero-content .hero-title {
    font-size: 28px;
    margin: 12px 0 10px;
  }

  html[lang="en"] .hero-section .hero-single .row.align-items-center .hero-content .hero-title,
  html[lang="ar"] .hero-section .hero-single .row.align-items-center .hero-content .hero-title {
    font-size: 24px;
    margin: 12px 0 10px;
  }

  .hero-single .hero-content .hero-btn {
    gap: 0.75rem;
    flex-wrap: wrap;
  }

  .hero-single .hero-content .theme-btn {
    padding: 10px 14px;
  }

  .hero-section .owl-dots {
    top: unset;
    right: unset;
    left: 10px;
    bottom: 40px;
  }

  .hero-section .owl-dots .owl-dot{
    display: inline-block;
  }


}

/* =====================
play btn
===================== */

.play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 20px;
  text-align: center;
  background: #214f97;
  color: #fff !important;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.play-btn i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #214f97;
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5 ease-in-out;
}

@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

/* ===================
about css 
====================== */

.about-area {
  position: relative;
  display: block;
}

.about-left {
  position: relative;
  display: block;
  margin-right: 30px;
}

.about-img{
  position: relative;
}

.about-img img{
  border-radius: 5px;
}

.about-img::before{
  content: "";
  position: absolute;
  right: -20px;
  top: -20px;
  width: 250px;
  height: 250px;
  background: #214f97;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  border-radius: 5px;
  z-index: -1;
}

.about-img::after{
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 250px;
  height: 250px;
  background: #214f97;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  border-radius: 5px;
  z-index: -1;
}

.about-right {
  position: relative;
  display: block;
  padding-left: 30px;
  min-width: 0;
}

.about-experience{
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  position: absolute;
  left: 10px;
  bottom: 80px;
  padding: 15px 20px 15px 15px;
  border-radius: 5px;
}

.about-experience span{
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #214f97;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
}

.about-list-wrapper {
  position: relative;
  display: block;
  margin-top: 32px;
  margin-bottom: 32px;
}

.about-list {
  position: relative;
  display: block;
}

.about-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-list li+li {
  margin-top: 8px;
}

.about-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-list li .icon i {
  font-size: 50px;
  color: #214f97;
}

.about-list li .text {
  margin-left: 16px;
}

.about-list li .text p {
  margin-top: 10px;
}

@media all and (max-width: 991px) {
  .about-right {
    margin-top: 80px;
    padding-left: 0;
  }

  .about-img img{
    width: 100%;
  }

}

@media all and (max-width: 767px) {
  .about-title {
    font-size: 30px;
  }
  .about-left {
    margin-right: 0;
  }
  .about-left-content {
    bottom: -70px;
  }
  .about-img{
    width: 90%;
  }
}

/* CMS / 富文本：防止关于我们、单页正文撑破容器 */
.content-inner-page {
  min-width: 0;
  max-width: 100%;
}

.about-text,
.main-content {
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.about-text img,
.main-content img,
.content-inner-page img {
  max-width: 100%;
  height: auto;
}

.about-text table,
.main-content table {
  max-width: 100%;
  table-layout: fixed;
  word-break: break-word;
}

.about-text iframe,
.about-text video,
.main-content iframe,
.main-content video {
  max-width: 100%;
}

.about-text pre,
.main-content pre {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre-wrap;
}

/* 关于我们子页面详情：放松正文上下间距，避免内容拥挤 */
#main-container .content-inner-page .column-title {
  margin-bottom: 20px;
}

#main-container .content-inner-page .main-content {
  padding-top: 14px;
  padding-bottom: 10px;
  line-height: 1.85;
}

.insrou-about-page-body {
  padding-top: 14px;
  padding-bottom: 10px;
  line-height: 1.85;
}

.insrou-about-page-body p,
#main-container .content-inner-page .main-content p {
  margin-bottom: 0.9rem;
}

/* 公司荣誉列表：CSS 多列瀑布流 + Magnific 大图（.popup-gallery / .popup-img） */
.honor-content-wrap {
  min-width: 0;
}

.insrou-honor-masonry {
  column-count: 3;
  column-gap: 22px;
}

.insrou-honor-masonry__brick {
  break-inside: avoid;
  margin-bottom: 22px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 34, 69, 0.08);
  border: 1px solid rgba(33, 79, 151, 0.1);
}

.insrou-honor-masonry__link {
  position: relative;
  display: block;
  overflow: hidden;
  background: #e8eef6;
  cursor: zoom-in;
}

.insrou-honor-masonry__img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  transition: transform 0.45s ease, opacity 0.35s ease;
}

.insrou-honor-masonry__link:hover .insrou-honor-masonry__img,
.insrou-honor-masonry__link:focus-visible .insrou-honor-masonry__img {
  transform: scale(1.04);
}

.insrou-honor-masonry__zoom {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 34, 69, 0.45);
  color: #fff;
  font-size: 28px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.insrou-honor-masonry__link:hover .insrou-honor-masonry__zoom,
.insrou-honor-masonry__link:focus-visible .insrou-honor-masonry__zoom {
  opacity: 1;
}

.insrou-honor-masonry__caption {
  padding: 12px 14px 14px;
  font-size: 15px;
  font-weight: 600;
  color: #002245;
  line-height: 1.45;
}

@media (max-width: 1199px) {
  .insrou-honor-masonry {
    column-count: 2;
  }
}

@media (max-width: 575px) {
  .insrou-honor-masonry {
    column-count: 1;
  }
}


/* ===================
feature css 
====================== */

.feature-item{
   background: #fff;
   padding: 30px 30px;
   border-radius: 5px;
   margin-bottom: 25px;
   box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
   transition: all .5s ease-in-out;
}

.feature-icon{
  width: 70px;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 20px;
  color: #214f97;
  transition: all .5s ease-in-out;
}

.feature-item:hover .feature-icon,
.feature-item.active .feature-icon{
  color: #fff;
}

.feature-item:hover .feature-icon{
  transform: scale(-1) rotate(180deg);
}

.feature-item:hover,
.feature-item.active{
  background: #214f97;
}

.feature-content h4{
  font-size: 25px;
  color: #002448;
  margin-bottom: 10px;
}

.feature-item:hover .feature-content h4,
.feature-item.active .feature-content h4{
  color: #fff;
}

.feature-content p{
  color: #002448;
}

.feature-item:hover .feature-content p,
.feature-item.active .feature-content p{
  color: #fff;
}



/* ===================
service css 
====================== */

.service-area {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-item {
  position: relative;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
  overflow: hidden;
  transition: all .5s ease-in-out;
}

.service-item:hover{
  transform: translateY(-10px);
}

.service-content{
  padding: 25px;
  padding-top: 0;
  position: relative;
}

.service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -70px;
  width: 90px;
  height: 90px;
  border: 5px solid #fff;
  color: #fff;
  background: #214f97;
  margin-right: 20px;
  margin-left: auto;
  border-radius: 50px;
  position: relative;
  transition: all .5s ease-in-out;
}

.service-icon i {
  font-size: 45px;
  color: #fff;
}

.service-item:hover .service-icon{
  transform: scale(-1) rotate(180deg);
}

.service-arrow {
  margin-top: 30px;
}

.service-arrow .theme-btn {
  padding: 9px 25px;
}

/* 首页产品：分类切换多面板；栅格列用 flex 撑满卡片高度 */
.product-showcase .product-showcase-panel {
  display: none;
}

.product-showcase .product-showcase-panel.active {
  display: block;
}

.product-showcase .filter-item,
.product-showcase .product-showcase-panel .row > [class*="col-"] {
  display: flex;
}

.product-showcase .service-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* 调整为更紧凑的卡片高度，避免内容较短时底部空白过大 */
  min-height: 460px;
  height: auto;
  overflow: hidden;
}

.product-showcase .service-img {
  flex-shrink: 0;
  /* 与 template/index/default 产品图区域一致（.pi-pic height:350px + cover + top） */
  height: 350px;
  overflow: hidden;
}

.product-showcase .service-img > a {
  display: block;
  height: 100%;
}

.product-showcase .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.product-showcase .service-content {
  /* 内容区占满卡片剩余空间，便于详情链接稳定贴在右下 */
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  /* 覆盖全局 .service-content 的 padding:25px */
  padding: 0 18px 8px;
}

.product-showcase .service-title {
  flex-shrink: 0;
}

.product-showcase .service-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.product-showcase .service-text {
  flex: 0 1 auto;
  margin-bottom: 0;
  min-height: 0;
  max-height: 3.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  line-height: 1.55;
  font-size: 14px;
}

.product-showcase .service-arrow {
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  flex-shrink: 0;
  text-align: right;
}

.product-showcase .service-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #214f97;
  padding: 2px 0;
  line-height: 1.2;
}

.product-showcase .service-detail-link:hover {
  color: #002245;
}

.product-showcase .service-arrow .service-detail-link {
  margin-bottom: 0;
}

.service-title a {
  font-size: 23px;
  margin-top: 15px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #002448;
}

.service-title a:hover{
  color: #214f97;
}

/* service 2 */
.service-area2 .service-icon{
  margin: 20px 0 0 20px;
} 




/* ====================
service single
==================== */

.service-details img{
  border-radius: 5px;
}

.service-single-list i {
  color: #214f97;
  margin-right: 10px;
}

.service-download a {
  border: 2px solid #214f97;
  padding: 10px 20px;
  color: #002448;
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
  transition: all .5s ease-in-out;
}

.service-download a i {
  margin-right: 10px;
}

.service-download a:hover {
  background-color: #214f97;
  color: #fff;
}


/* ===================
video css 
====================== */

.video-area {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.video-area::before {
  content: "";
  position: absolute;
  background: rgba(3, 2, 7, .2);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  height: 500px;
  z-index: 100;
}

.video-wrapper img {
  border-radius: 12px;
}

.video-area .play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  text-align: center;
  background: #214f97;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media all and (max-width: 767px) {
  .video-wrapper {
    height: 250px;
  }
}

/* ===================
choose css 
====================== */
.choose-area{
  position: relative;
  background: #214f97;
  overflow: hidden;
}

.choose-content{
  padding: 50px 0px 50px 30px;
}

.choose-img{
  background-image: url(../img/choose/01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin-left: -200px;
}

.choose-img.choose-video-slider {
  background-image: none;
}

.choose-video-slider .choose-video-item,
.choose-video-slider .owl-stage-outer,
.choose-video-slider .owl-stage,
.choose-video-slider .owl-item {
  height: 100%;
}

.choose-video-slider .video-wrapper {
  background-image: url(../img/choose/01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

.choose-video-slider .video-wrapper.has-inline-video {
  background-image: none !important;
}

.choose-video-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.choose-video-slider .video-wrapper .play-btn {
  position: relative;
  z-index: 2;
}

/* 封面由模板内联 background-image 输出（含默认图）；此处仅作兜底 */

.choose-video-slider.owl-carousel .owl-nav button.owl-prev,
.choose-video-slider.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #214f97 !important;
  font-size: 22px;
  line-height: 44px;
}

.choose-video-slider.owl-carousel .owl-nav button.owl-prev {
  left: 12px;
}

.choose-video-slider.owl-carousel .owl-nav button.owl-next {
  right: 12px;
}

.choose-video-slider.owl-carousel .owl-dots {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
}

@media (max-width: 991px) {
  .choose-img {
    margin-left: 0;
    min-height: 280px;
  }

  .choose-video-slider .video-wrapper {
    min-height: 280px;
  }

  .choose-content {
    padding: 40px 15px;
  }
}

.choose-item{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 30px;
}

.choose-item-icon i{
  width: 55px;
  height: 55px;
  border: 2px solid #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}

.choose-item-info h3{
  color: #fff;
  margin-bottom: 10px;
  font-size: 22px;
}

.choose-item-info p{
  color: #fff;
}

.choose-img .video-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

/* 首页：证书与合作伙伴未显示时，补足 choose-area 与页脚之间的区块间距（等同原 py-120 + .bg） */
.main.home-tail-compact:not(:has(.blog-area)) > .choose-area::after {
  content: "";
  display: block;
  height: 120px;
  background: #F4F9FE;
}

.main.home-tail-compact > .blog-area:last-child {
  padding-bottom: 120px;
}

.main.home-tail-compact + .footer-area .footer-widget-wrapper {
  padding-top: 100px;
}



/* ===================
gallery css 
====================== */

.gallery-item {
  position: relative;
  margin-bottom: 25px;
}

.gallery-item::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  background: rgba(218, 29, 37, .7);
  transform: scaleY(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.gallery-item:hover::before {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.gallery-item .popup-img {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  font-size: 20px;
  background: #fff;
  color: #da1d25;
  text-align: center;
  left: 50%;
  top: 50%;
  z-index: 1;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.gallery-item:hover .popup-img {
  opacity: 1;
}

.gallery-info {
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-in-out;
}

.gallery-info h4 a{
  color: #fff;
  font-size: 28px;
}

.gallery-info h4 a:hover{
  color: #030207;
}

.gallery-info span{
  color: #fff;
}

.gallery-item:hover .gallery-info{
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}



/* ===================
testimonial css 
====================== */

.testimonial-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.testimonial-area::before{
  content: "";
  position: absolute;
  background-image: url(../img/testimonial/map.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.testimonial-single{
  background: #fff;
  border-radius: 8px;
  padding: 35px;
}

.testimonial-quote p{
  font-size: 17px;
  color: #002448;
  font-style: italic;
}

.testimonial-content {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 30px;
}

.testimonial-author-img {
  margin-right: 20px;
  width: 80px;
  padding: 5px;
  border-radius: 50px;
  border: 2px dashed #214f97;
}

.testimonial-author-img img {
  border-radius: 50%;
}

.testimonial-author-info h4 {
  font-size: 20px;
  color: #002448;
}

.testimonial-author-info p {
  color: #002448;
}

.testimonial-quote-icon{
  position: absolute;
  width: 80px;
  right: 70px;
  bottom: 50px;
}

.testimonial-area .owl-dots {
  text-align: center;
  margin-top: 70px;
}

.testimonial-area .owl-dots .owl-dot span {
  background: #214f97;
  margin: 5px;
  border-radius: 10px;
  width: 25px;
  height: 7px;
  display: inline-block;
  transition: all .5s ease-in-out;
}

.testimonial-area .owl-dots .owl-dot.active span {
  background-color: #214f97;
  width: 7px;
  height: 7px;
}

.testimonial-rate {
  color: #F69323;
}



/* ===================
counter css 
====================== */

.counter-area {
  background: #214f97; 
  position: relative;
  z-index: 1;
}

.counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.counter-box .icon {
  font-size: 60px;
  color: #fff;
}

.counter-box .counter {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}

.counter-box .title {
  color: #fff;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

@media all and (max-width: 1199px) {

  .counter-area::before,
  .counter-area::after{
    width: 80px;
    height: 80px;
  }

}

@media all and (max-width: 991px) {
  .counter-area .counter-box {
    margin: 40px 0;
  }
}




/* ========================
Case studies css 
=========================== */

.case-item {
  margin-bottom: 65px;
  position: relative;
}

.case-img {
  position: relative;
}

.case-img img{
  border-radius: 5px;
}

.case-img::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  opacity: 0;
  border-radius: 5px;
  background: rgba(66, 152, 239, .7);
  transform: scaleY(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.case-item:hover .case-img::before {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.case-link {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #214f97 !important;
  background: #fff;
  text-align: center;
  border-radius: 50px;
  left: 50%;
  top: 50%;
  font-size: 22px;
  margin-top: 50px;
  opacity: 0;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.case-item:hover .case-link {
  margin-top: 0px;
  opacity: 1;
}

.case-content {
  left: 20px;
  right: 20px;
  bottom: -40px;
  position: absolute;
  padding: 20px 10px 20px 20px;
  background: #fff;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}

.case-content-info small {
  color: #214f97;
  font-size: 18px;
}

.case-content-info a {
  font-size: 22px;
}

.case-content-info a:hover {
  color: #214f97;
}

.case-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(66, 152, 239, .7);
}

.case-arrow i {
  font-size: 20px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  background: #214f97;
}

.case-slider.owl-theme .owl-nav {
  margin-top: 0px;
}

.case-slider.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: #214f97;
  display: inline-block;
  cursor: pointer;
  height: 50px;
  width: 50px;
  line-height: 47px;
  text-align: center;
  border-radius: 50%;
  transition: all .5s ease-in-out;
}

.case-slider.owl-theme .owl-nav .owl-prev {
  left: 0px;
  opacity: 0;
}

.case-slider.owl-theme .owl-nav .owl-next {
  right: 0px;
  opacity: 0;
}

.case-slider.owl-theme .owl-nav .owl-prev, .case-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.case-slider:hover .owl-nav .owl-prev {
  left: -50px;
  opacity: 1;
}

.case-slider:hover .owl-nav .owl-next {
  right: -50px;
  opacity: 1;
}

.filter-btns{
  text-align: center;
  margin-bottom: 30px;
}

.filter-btns li{
  display: inline-block;
  text-transform: capitalize;
  margin: 10px;
  padding: 2px 15px;
  border-radius: 5px;
  border: 2px solid #214f97;
  font-weight: 500;
  color: #214f97;
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.filter-btns li.active,
.filter-btns li:hover{
  color: #fff;
  background: #214f97;
}

@media all and (max-width: 1199px) {
  .case-slider.owl-theme .owl-nav {
    display: none;
  }
}

/* ======================
case single
====================== */

.case-sidebar .case-sidebar-content ul li {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  line-height: 33px;
}

.case-sidebar .case-sidebar-content ul li:last-child {
  border-bottom: none;
}

.case-sidebar-title {
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.case-sidebar .case-sidebar-content ul li span {
  display: block;
  font-weight: normal;
  margin: 0;
  text-transform: capitalize;
}

.case-sidebar .case-sidebar-content .rating a {
  color: #F69323;
}

.case-new-project {
  background: #214f97!important;
}

.case-new-project h4 {
  color: #fff;
  margin-bottom: 30px;
}

.new-project-btn {
  background: #fff;
  color: #191F30;
  border: none;
  border-radius: 5px;
  padding: 10px 25px;
  transition: all .5s ease-in-out;
}

.new-project-btn:hover {
  background: #002448;
  color: #fff;
}

.new-project-btn i {
  margin-left: 8px;
}

.case-details img{
  border-radius: 5px;
}

.case-single-list i {
  color: #214f97;
  margin-right: 10px;
}


/* ===================
blog css 
====================== */

/* 首页「资质荣誉」：与 html/index Team 同款尺寸（.team-item / .team-bio），仅多一层 .popup-img 用于放大查看 */
.strength-team-area .site-heading > p {
  margin-top: 18px;
  margin-bottom: 0;
  color: #677b8e;
  line-height: 1.75;
}

.strength-team-area .team-item .popup-img {
  display: block;
}

/* 与 .team-item img 一致：5px 内边距、12px 圆角、宽度铺满、高度随图比例 */
.strength-team-area .team-item .popup-img img {
  width: 100%;
  height: auto;
  padding: 5px;
  border-radius: 12px;
  box-sizing: border-box;
}

/* 无链接时标题色与 Team 中 h5>a 一致 */
.strength-team-area .team-bio h5 {
  color: #002448;
}

/* 描述行视觉对齐 .team-bio span（副标题） */
.strength-team-area .strength-cert-desc {
  margin: 5px 0 0;
  padding: 0;
  color: #214f97;
  text-transform: capitalize;
}

.blog-item {
  border-radius: 5px;
  margin-bottom: 25px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  transition: all .5s ease-in-out;
}

.blog-item .blog-item-img{
  padding: 10px 10px 0 10px;
}

.blog-item img{
  border-radius: 8px;
}

.blog-item:hover{
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.blog-item-info {
  padding: 23px 30px 30px 30px;
}

.blog-item-meta ul {
  margin: 0;
  padding: 0;
  margin-bottom: 14px;
  border-bottom: 1px solid #e6e8eb;
  padding-bottom: 18px;
}

.blog-item-meta ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  color: #002448;
}

.blog-item-meta ul li i {
  margin-right: 5px;
  color: #214f97;
}

.blog-title {
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.blog-item-info p {
  margin-bottom: 16px;
}

.blog-btn {
  margin-top: 20px;
  padding: 6px 25px;
  border: 2px solid #214f97;
  background: #214f97;
  border-radius: 5px;
  color: #fff;
}

.blog-btn i{
  margin-left: 8px;
}

.blog-btn:hover {
  background: transparent;
  color: #214f97;
}

.blog-item-info a:hover {
  color: #214f97;
}

/* 新闻中心：对齐 html/blog.html 的卡片布局，固定单元尺寸 */
.news-grid-fixed .news-fixed-card {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}

.news-grid-fixed .news-fixed-card .blog-item-img {
  padding: 10px 10px 0;
}

.news-grid-fixed .news-fixed-card .blog-item-img a {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 8px;
}

.news-grid-fixed .news-fixed-card .blog-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-grid-fixed .news-fixed-card .blog-item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-grid-fixed .news-fixed-card .blog-title {
  min-height: 60px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.news-grid-fixed .news-fixed-card .blog-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-grid-fixed .news-fixed-card .blog-btn {
  margin-top: auto;
}

@media all and (max-width: 991px) {
  .blog-item-info {
    padding: 23px 15px 30px 15px;
  }
}




/* ===========================
blog single css
=========================== */

.blog-single-content img{
  border-radius: 5px;
}

.blog-thumb-img {
  margin-bottom: 20px;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.blog-meta .blog-meta-left ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-meta i {
  margin-right: 5px;
  color: #214f97;
}

.blog-meta a {
  color: #66788a;
}

.blog-meta a:hover {
  color: #214f97;
}

.blog-details-title {
  font-size: 34px;
}

.blockqoute {
  background: #E3F0FD;
  border-left: 5px solid #214f97;
  padding: 30px;
  font-size: 17px;
  font-style: italic;
  margin: 20px 0;
}

.blockqoute-author {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
}

.blockqoute-author::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: #214f97;
  left: 0;
  top: 10px;
}

.blog-details-tags {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-details-tags ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-details-tags ul a {
  background: #E3F0FD;
  color: #002448;
  padding: 2px 10px;
  border-radius: 5px;
  transition: all .5s ease-in-out;
}

.blog-details-tags ul a:hover {
  background: #214f97;
  color: #fff;
}

.blog-author {
  display: flex;
  justify-content: start;
  align-items: center;
  background: #E3F0FD;
  border-radius: 8px;
  margin: 50px 0;
  padding: 20px;
}

.blog-author-img {
  border: 2px dashed #214f97;
  padding: 5px;
  width: 250px;
  border-radius: 50%;
}

.blog-author-img img{
  border-radius: 50%;
}

.author-name {
  font-size: 22px;
  color: #214f97;
  margin: 8px 0;
}

.author-info {
  padding: 0 20px;
}

.author-social {
  margin-top: 10px;
}

.author-social a {
  margin-right: 10px;
  color: #214f97;
  transition: all .5s ease-in-out;
}

.author-social a:hover {
  color: #002448;
}

.blog-comments {
  margin-bottom: 50px;
}

.blog-comments-wrapper {
  margin: 30px 0;
}

.blog-comments-single {
  display: flex;
  justify-content: start;
  align-items: center;
}

.blog-comments-single img {
  border-radius: 50%;
}

.blog-comments-content {
  padding: 20px 30px;
}

.blog-comments-content span {
  font-size: 14px;
}

.blog-comments-content a {
  font-weight: 600;
  margin-top: 5px;
  color: #214f97;
}

.blog-comments-content a:hover {
  color: #002448;
}

.blog-comments-reply {
  margin-left: 50px;
}

.blog-comments-form{
  background: #E3F0FD;
  padding: 30px;
  border-radius: 8px;
}

.blog-comments-form h3 {
  margin-bottom: 20px;
}

.blog-comments-form .form-group {
  margin-bottom: 20px;
}

.blog-comments-form .form-control {
  padding: 12px 20px;
  border-radius: 5px;
  box-shadow: none;
  transition: all .5s ease-in-out;
}

.blog-comments-form .form-control:focus {
  border-color: #214f97;
}

.blog-comments-form .theme-btn i {
  margin-right: 5px;
  margin-left: 0px;
}

.blog-meta .blog-meta-left ul {
  flex-wrap: wrap;
  row-gap: 8px;
}

.blog-meta .blog-meta-left span {
  color: #66788a;
}

/* 新闻详情正文与扩展区块 */
.blog-details .main-content {
  overflow-wrap: break-word;
  word-break: break-word;
}

.blog-details .main-content img,
.blog-details .main-content video,
.blog-details .main-content iframe {
  max-width: 100%;
  height: auto;
}

.blog-details .main-content table {
  max-width: 100%;
}

.blog-details-tags.flex-wrap {
  flex-wrap: wrap;
  row-gap: 10px;
}

.blog-details-tags.flex-wrap ul {
  flex-wrap: wrap;
}

.bc-related-post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
  padding: 20px;
  background: #E3F0FD;
  border-radius: 8px;
}

.bc-related-post .previous-post,
.bc-related-post .next-post {
  color: #002448;
  font-weight: 600;
  max-width: 48%;
}

.bc-related-post a:hover {
  color: #214f97;
}

@media (max-width: 575px) {
  .bc-related-post .previous-post,
  .bc-related-post .next-post {
    max-width: 100%;
  }
}

@media all and (max-width: 767px) {
  .blog-meta {
    flex-direction: column;
    font-size: 15px;
  }
  .blog-meta .blog-meta-left ul {
    gap: 10px;
  }
  .blog-details-tags {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog-author {
    flex-direction: column;
    text-align: center;
    padding: 25px 0 0 0;
  }
  .blog-comments-single {
    flex-direction: column;
    text-align: center;
    padding: 30px 0px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .blog-comments-reply {
    margin-left: 0px;
  }
}

/* =========================
sidebar css
========================= */

.widget {
  background: #E3F0FD;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.widget .widget-title {
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-size: 25px;
}

.widget .widget-title::before {
  position: absolute;
  content: '';
  width: 15px;
  border-bottom: 3px solid #214f97;
  bottom: 0;
  left: 0;
}

.widget .widget-title::after {
  position: absolute;
  content: '';
  width: 30px;
  border-bottom: 3px solid #214f97;
  bottom: 0;
  left: 25px;
}

.widget .search-form .form-control {
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  box-shadow: none;
}

.widget .search-form {
  position: relative;
}

.widget .search-form .form-control:focus {
  border-color: #214f97;
}

.widget .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 18px 6px 18px;
  background: transparent;
  border: none;
  color: #214f97;
}

.widget .category-list a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ced4da;
  transition: all .5s ease-in-out;
}

.widget .category-list a:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.widget .category-list a:hover {
  padding-left: 10px;
  color: #214f97;
}

.widget .category-list a i {
  margin-right: 5px;
  color: #214f97;
}

.widget .category-list a span {
  float: right;
}

.widget .recent-post-single {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}

.widget .recent-post-img {
  margin-right: 20px;
}

.widget .recent-post-img img {
  width: 100px;
  border-radius: 5px;
}

.widget .recent-post-bio h6 {
  font-size: 19px;
}

.widget .recent-post-bio span {
  font-size: 14px;
  color: #214f97;
}

.widget .recent-post-bio span i {
  margin-right: 5px;
}

.widget .recent-post-bio h6 a:hover {
  color: #214f97;
}

.widget .social-share-link a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #214f97;
  color: #214f97;
  text-align: center;
  margin-right: 5px;
  border-radius: 50px;
  transition: all .5s ease-in-out;
}

.widget .social-share-link a:hover {
  background: #214f97;
  color: #fff;
}

.widget .tag-list a {
  border: 1px solid #214f97;
  color: #002448;
  padding: 3px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 5px;
  display: inline-block;
  transition: all .5s ease-in-out;
}

.widget .tag-list a:hover {
  background-color: #214f97;
  color: #fff;
}

/* 单页/列表左侧栏目导航（关于我们、子栏目等 .sidebar-left） */
.sidebar.sidebar-left .widget {
  padding: 24px 22px;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 34, 69, 0.06);
  border: 1px solid rgba(33, 79, 151, 0.08);
}

.sidebar.sidebar-left .widget .widget-title {
  font-size: 20px;
  font-weight: 700;
  color: #002245;
  margin-bottom: 22px;
  padding-bottom: 14px;
}

.sidebar.sidebar-left ul.service-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
  gap: 0;
}

.sidebar.sidebar-left ul.service-menu li {
  width: 100%;
  margin: 0;
}

.sidebar.sidebar-left ul.service-menu li a {
  display: block;
  padding: 14px 18px;
  margin-bottom: 8px;
  border-radius: 8px;
  background: #fff;
  color: #002245;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  border: 1px solid rgba(33, 79, 151, 0.14);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease,
    box-shadow 0.2s ease;
  text-decoration: none;
}

.sidebar.sidebar-left ul.service-menu li:last-child a {
  margin-bottom: 0;
}

.sidebar.sidebar-left ul.service-menu li a:hover {
  background: #214f97;
  color: #fff;
  border-color: #214f97;
  box-shadow: 0 8px 22px rgba(33, 79, 151, 0.22);
}

.sidebar.sidebar-left ul.service-menu li.active a {
  background: #214f97;
  color: #fff;
  border-color: #214f97;
  box-shadow: 0 6px 18px rgba(33, 79, 151, 0.28);
}

.sidebar.sidebar-left ul.service-menu li a:focus-visible {
  outline: 2px solid #214f97;
  outline-offset: 2px;
}

@media (min-width: 992px) {
  .sidebar.sidebar-left {
    position: sticky;
    top: 96px;
    align-self: flex-start;
  }
}


/* ===================
contact us css 
====================== */

.contact-wrapper {
  position: relative;
}

.contact-form {
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.contact-form-header {
  margin-bottom: 30px;
}

.contact-form-header h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form .form-group .form-control {
  padding: 12px 20px;
  border-radius: 5px;
  box-shadow: none;
  transition: all .5s ease-in-out;
}

.contact-form .form-group .form-control:focus {
  border-color: #214f97;
}

.contact-map{
  margin-top: 120px;
}

.contact-map iframe {
  width: 100%;
  height: 450px;
  border-radius: 5px;
}

.contact-content {
  margin-bottom: 50px;
}

.contact-form .theme-btn i {
  margin-right: 5px;
  margin-left: 0px;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  background: #fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.contact-info-icon{
  border: 2px solid #214f97;
  border-radius: 50%;
  padding: 5px;
}

.contact-info-icon i {
  font-size: 25px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  background: #214f97;
}

.contact-info h5 {
  margin-bottom: 5px;
}

@media all and (max-width: 991px) {

  .contact-wrapper{
    padding: 50px 20px;
  }

  .contact-form {
    padding: 0px;
  }

  .contact-info{
    padding: 0px;
    margin-bottom: 50px;
  }

  .contact-content{
    margin-top: 80px;
  }
}


/* ===================
appointment css 
====================== */

.appointment-area{
  background: #C6E3FD;
  position: relative;
  z-index: 1;
}

.appointment-img {
  background-image: url(../img/appointment/01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.appointment-content {
  max-width: 540px;
  margin-left: 30px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.appointment-form{
  margin-top: 30px;
}

.appointment-form .form-group{
  margin-bottom: 20px;
}

.appointment-form .form-select,
.appointment-form .form-control{
  border: none;
  padding: 15px 15px;
  box-shadow: none;
  border-radius: 5px;
  color: #6C757D;
}

.appointment-form .theme-btn{
  margin-top: 25px;
}


@media all and (max-width: 1199px) {
  .appointment-content {
    max-width: unset;
    padding-right: 40px;
  }
}

@media all and (max-width: 991px) {
  .appointment-img {
    display: none;
  }
}


/* ===================
team css 
====================== */

.team-area{
  position: relative;
  overflow: hidden;
}

.team-item {
  margin-bottom: 80px;
  position: relative;
  transition: all .5s ease-in-out;
  z-index: 1;
}

.team-item::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 250px;
  height: 250px;
  background: #214f97;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  border-radius: 0 0 0 8px;
  z-index: -1;
}

.team-item:hover{
  transform: translateY(-10px);
}

.team-item img{
  padding: 5px;
  border-radius: 12px;
}

.team-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -50px;
  background: #fff;
  padding: 10px 10px;
  border-radius: 8px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.team-bio {
  padding-top: 15px;
  padding-bottom: 10px;
}

.team-bio h5 {
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 5px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.team-bio h5 a{
  color: #002448;
}

.team-bio span{
  color: #214f97;
  text-transform: capitalize;
}

.team-bio h5 a:hover{
  color: #214f97;
}

.team-social {
  position: absolute;
  margin-bottom: 10px;
  text-align: center;
  top: 15px;
  right: 0px;
  bottom: 0;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.team-item:hover .team-social{
  opacity: 1;
  right: 15px;
}

.team-social a {
  display: block;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
  background: #214f97;
  border-radius: 50px;
}

.team-social a:hover {
 background: #002245;
 color: #fff;
}

.team-social h6{
  margin-top: 28px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
  transform: rotate(-90deg);
}

.team-social h6::before{
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background: #fff;
  left: -50px;
  top: 7px;

}


/* ===================
step/process css 
====================== */

.process-single {
  position: relative;
}

.process-single .icon {
  height: 100px;
  width: 100px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  font-size: 40px;
  border: 2px dashed #214f97;
  padding: 5px;
  margin-bottom: 30px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.process-single .icon img {
  border-radius: 50%;
}

.process-single span {
  position: absolute;
  height: 35px;
  width: 35px;
  font-size: 14px;
  background: #214f97;
  line-height: 35px;
  border-radius: 50%;
  color: #ffffff;
  left: -3px;
  top: -13px;
  font-weight: 600;
}

.process-single h4 {
  margin-bottom: 10px;
}

.process-single::before {
  content: url(../img/process/4.png);
  position: absolute;
  right: -65px;
  top: 34px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-single::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .process-single::before {
    display: none;
  }
}

.process-area .col-lg-3:last-child .process-single::before {
  display: none;
}



/* ===================
pricing css 
====================== */

.pricing-item {
  background: #fff;
  text-align: center;
  margin-bottom: 25px;
  border-radius: 5px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  transition: all .5s ease-in-out;
}

.pricing-item:hover{
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.pricing-header-wrapper{
  background-image: url(../img/pricing/01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 25px;
  border-radius: 5px 5px 0 0;
}

.pricing-header h5 {
  font-size: 25px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  color: #fff;
}

.pricing-header p{
  color: #fff;
}

.pricing-amount{
  margin: 15px 0;
}

.pricing-amount strong {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.pricing-amount-type {
  position: relative;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
}

.pricing-feature {
  padding: 40px 0;
  text-align: center;
}

.pricing-feature li {
  margin-bottom: 15px;
}

.pricing-feature li:last-child {
  margin-bottom: 0px;
}

.pricing-feature li i {
  color: #214f97;
  margin-right: 5px;
}

.pricing-footer {
  padding-bottom: 30px;
}

@media all and (max-width: 991px) {
  .pricing-amount strong {
    font-size: 50px;
  }
}



/* ===================
faq css 
====================== */

.faq-area .accordion-item {
  border: none;
  margin-bottom: 30px;
  border-radius: 8px !important;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.faq-area .accordion-item span {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}

.faq-area .accordion-item i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  background: #214f97;
  text-align: center;
  color: #fff;
}

.faq-area .accordion-button:not(.collapsed) {
  color: #214f97;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button {
  border-radius: 0px !important;
  background: transparent;
  font-weight: 700;
  font-size: 18px;
  color: #002448;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  border-bottom: 1px solid #214f97;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-area .theme-btn{
  margin-left: 10px;
}

@media all and (max-width: 991px) {
  .faq-right{
    margin-bottom: 50px;
  }
  .accordion-button {
    font-size: 16px;
  }
}


/* ===================
partner css（首页合作伙伴：标题 + 白底卡片 + 可点链接，自动轮播无箭头）
====================== */

.partner-area {
  overflow: visible;
}

.partner-area .partner-wrapper.owl-carousel {
  overflow: visible;
}

.partner-showcase-wrap {
  position: relative;
  padding: 0;
  overflow: visible;
}

.partner-area .partner-item-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 16px 14px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(33, 79, 151, 0.1);
  box-shadow: 0 6px 22px rgba(0, 34, 69, 0.06);
  transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.partner-area .partner-item-inner:hover {
  border-color: rgba(33, 79, 151, 0.28);
  box-shadow: 0 10px 28px rgba(33, 79, 151, 0.12);
  transform: translateY(-2px);
}

.partner-area .partner-item-inner img {
  max-width: 82%;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 575px) {
  .partner-area .partner-item-inner {
    min-height: 100px;
  }
}

/* ===================
breadcrumb css
====================== */

/* 内页横幅：对齐 default 主题 banner-area 呈现 */
.banner-area {
  position: relative;
  min-height: 300px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: 44px;
}

.banner-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .banner-title {
    font-size: 32px;
  }
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  transform: translateY(-50%);
}

.banner-heading {
  text-align: center;
}

@media (max-width: 991px) {
  .banner-area {
    margin-bottom: 30px;
  }
}

.site-breadcrumb {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  z-index: 1;
}

.site-breadcrumb::before {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: rgba(3, 2, 7, .7);
  content: '';
}

.site-breadcrumb .breadcrumb-title {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}

.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li a {
  color: #fff;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.site-breadcrumb .breadcrumb-menu li.active {
  color: #214f97;
}

.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: '//';
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}

.site-breadcrumb .breadcrumb-menu li a:hover {
  color: #214f97;
}

@media (max-width: 991px) {
  .site-breadcrumb {
    padding-top: 190px;
    padding-bottom: 120px;
  }
}

/* ===================
pagination css 
====================== */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pagination .page-link {
  border: none;
  background: #002245;
  color: #fff;
  margin: 0 10px;
  border-radius: 50px !important;
  width: 40px;
  height: 40px;
  line-height: 27px;
  text-align: center;
  transition: all .5s ease-in-out;
}

.pagination .page-link:hover, .pagination .page-item.active .page-link {
  background: #214f97;
}

/* hkcms:contentpage 在不同模板下输出结构不一致，这里统一新闻分页外观 */
.pagination-area {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.pagination-area ul,
.pagination-area .pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.pagination-area li {
  list-style: none;
}

.pagination-area a,
.pagination-area span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 50px;
  background: #002245;
  color: #fff;
  line-height: 1;
  font-weight: 500;
}

.pagination-area a:hover,
.pagination-area .active span,
.pagination-area .active a,
.pagination-area .current {
  background: #214f97;
  color: #fff;
}

.pagination-area .pagination-summary {
  color: #6c757d;
  font-size: 15px;
  line-height: 1;
}

.pagination-area .pagination-summary span,
.pagination-area .pagination-summary a {
  display: inline;
  min-width: 0;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-weight: 400;
}

.pagination-area .pagination_info {
  display: inline;
  min-width: 0;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #6c757d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.pagination-area .pagination-controls ul,
.pagination-area .pagination-controls .pagination {
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .pagination-area .pagination-summary,
  .pagination-area .pagination-controls {
    width: 100%;
    text-align: center;
  }

  .pagination-area .pagination-controls ul,
  .pagination-area .pagination-controls .pagination {
    flex-wrap: wrap;
  }
}

/* 产品列表 list_product：default 同款 contentpage 参数，输出 .pagination-block；与新闻列表共用 pagination-area 外观 */
.pagination-area-product .pagination-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
}

.pagination-area-product .pagination-block > .pagination {
  margin-top: 0;
  margin-bottom: 0;
}

/* ===================
RTL css
====================== */

body.rtl-mode {
  direction: rtl;
}

body.rtl-mode .item-area {
  direction: ltr;
}

body.rtl-mode .price-wrapper {
  direction: rtl;
}

@media (min-width: 992px) {
  body.rtl-mode .navbar-brand {
    margin-inline-start: 3rem;
    margin-left: 0;
  }
  body.rtl-mode .navbar .nav-item .nav-link {
    margin-inline-end: 0;
    margin-right: 0;
  }
}

/* ===================
auth css 
====================== */

.login-form {
  padding: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.login-form .login-header {
  text-align: center;
  margin-bottom: 50px;
}

.login-form .login-header img {
  width: 200px;
  margin-bottom: 10px;
}

.login-form .login-header h3 {
  color: #214f97;
  margin-bottom: 5px;
  font-weight: 800;
}

.login-form .login-header p {
  font-size: 20px;
}

.login-form .login-footer {
  margin-top: 40px;
}

.login-form .login-footer p {
  text-align: center;
}

.login-form .login-footer a {
  color: #214f97;
  transition: .5s;
}

.login-form .login-footer a:hover {
  color: #002448;
}

.login-form .form-group {
  margin-bottom: 20px;
}

.login-form label {
  color: #002448;
  margin-bottom: 5px;
}

.login-form .form-group .form-control {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 12px 18px;
  box-shadow: none;
  transition: .5s;
}

.login-form .form-group .form-control:focus {
  border-color: #214f97;
}

.login-form .form-check-input {
  box-shadow: none;
}

.login-form .forgot-pass {
  color: #214f97;
  transition: .5s;
}

.login-form .forgot-pass:hover {
  color: #002448;
}

.login-form .theme-btn{
  width: 100%;
}

.login-form .theme-btn i{
  margin-right: 5px;
}

.login-form .form-check-input {
  margin-top: 6.3px;
}

.login-form .form-check-label a {
  color: #214f97;
  transition: .5s;
}

.login-form .form-check-label a:hover {
  color: #214f97;
}

.form-check-input:checked {
  background-color: #214f97;
  border-color: #214f97;
}

@media only screen and (max-width: 991px) {
  .login-form {
    padding: 40px 20px;
  }
}

/* ===================
coming soon css 
====================== */

.coming-soon {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
  min-height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
}

.coming-soon .container {
  position: relative;
}

.coming-soon:before {
  position: absolute;
  content: '';
  background: rgba(66, 152, 239, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.coming-soon .newsletter-form {
  position: relative;
  margin-top: 30px;
}

.coming-soon .newsletter-form .input-newsletter {
  height: 55px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 25px;
}

.coming-soon .newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  height: auto;
  border: none;
  border-radius: 5px;
  background: #214f97;
  display: inline-block;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  transition: .5s;
}

.coming-soon .newsletter-form button:hover {
  background-color: #002448;
  color: #fff;
}

.coming-social {
  margin-top: 30px;
  text-align: center;
}

.coming-social a {
  color: #fff;
  margin: 5px;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #fff;
  display: inline-block;
  transition: .5s;
}

.coming-social a:hover {
  background: #214f97;
  border-color: #214f97;
}

.countdown-wrap {
  margin-top: 30px;
}

.countdown-single {
  background: #fff;
  padding: 20px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.countdown-single h2 {
  color: #214f97;
}

.countdown-single h5 {
  color: #214f97;
}

/* ===================
error css 
====================== */

.error-wrapper {
  text-align: center;
}

.error-wrapper h1 {
  font-size: 250px;
  letter-spacing: 5px;
  font-weight: bold;
  color: #214f97;
}

.error-wrapper h1 span {
  color: #002448;
}

.error-wrapper h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.error-wrapper img {
  width: 100%;
}

.error-wrapper .theme-btn {
  margin-top: 30px;
}

.error-wrapper .theme-btn i{
 margin-right: 5px;
 margin-left: 0px;
}

@media all and (max-width: 767px) {
  .error-wrapper h1 {
    font-size: 160px;
  }
}

/* ===================
terms/privacy css 
====================== */

.terms-content:not(:last-child) {
  margin-bottom: 54px;
}

.terms-content:first-child {
  margin-top: -3px;
}

.terms-content .terms-list {
  margin-top: 37px;
}

.terms-content h3 {
  margin-bottom: 23px;
  position: relative;
}

.terms-content p:not(:last-child) {
  margin-bottom: 26px;
}

.terms-list li:not(:last-child) {
  margin-bottom: 16px;
}

/* ===================
footer css 
====================== */

.footer-area {
  background: #002245;
  position: relative;
  z-index: 1;
}

.footer-widget-box {
  margin-bottom: 20px;
}

.footer-widget {
  position: relative;
  z-index: 1;
}

.footer-logo img {
  width: 260px;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.copyright {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright .footer-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}

.copyright .footer-menu li {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
}

.copyright .footer-menu li a {
  color: #f5faff;
  transition: all .5s ease-in-out;
}

.copyright .footer-menu li a:hover {
  color: #214f97;
}

.copyright .copyright-text {
  color: #f5faff;
  margin-bottom: 0px;
  font-size: 16px;
}

.copyright .copyright-text a {
  color: #214f97;
  font-weight: 500;
}

.copyright .copyright-filing-row {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.copyright .copyright-filing {
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
}

/* 备案链接：覆盖 .copyright-text a 的蓝色，与底栏统一为白字 */
.copyright .copyright-filing a {
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
}

.copyright .copyright-filing a:hover {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: underline;
}

.copyright .copyright-filing-sep {
  color: rgba(255, 255, 255, 0.55);
  user-select: none;
}

.footer-widget-title {
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 22px;
  letter-spacing: 1.5px;
  z-index: 1;
}

.footer-widget-title::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 15px;
  height: 2px;
  background-color: #214f97;
  bottom: 0;
  left: 0;
}

.footer-widget-title::after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 30px;
  height: 2px;
  background-color: #214f97;
  bottom: 0;
  left: 20px;
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-list li a {
  color: #fff;
  transition: all .5s ease-in-out;
}

.footer-list li a i{
  margin-right: 5px;
  color: #214f97;
}

.footer-list li a:hover {
  padding-left: 10px;
  color: #214f97;
}

.footer-widget-box p {
  color: #fff;
  padding-right: 18px;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}

.footer-social li a i {
  height: 40px;
  width: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  background: #214f97;
  border: 2px solid #214f97;
  color: #fff;
  transition: all .5s ease-in-out;
}

.footer-social li a i:hover {
  background: transparent;
  color: #fff;
}

/* FA6 Brands：.fab 自带品牌色，覆盖为与圆钮一致的白 */
.footer-social li a i.fab {
  color: #fff !important;
}

.footer-newsletter .subscribe-form .form-control {
  border: 2px solid #e8e8e8;
  height: 55px;
  padding: 0 15px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  box-shadow: none;
  background-color: transparent;
}

.footer-newsletter .subscribe-form .form-control::placeholder {
  color: #F2F3F5;
  opacity: 1;
}

.footer-newsletter .subscribe-form .form-control:-ms-input-placeholder {
  color: #F2F3F5;
}

.footer-newsletter .subscribe-form .form-control::-ms-input-placeholder {
  color: #F2F3F5;
}

.footer-newsletter .subscribe-form .theme-btn {
  margin-top: 20px;
  width: 100%;
}

.footer-newsletter .subscribe-form .theme-btn:hover{
  background: #fff;
  color: #214f97;
}

.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #f5faff;
  font-size: 16px;
  margin-bottom: 20px;
}

.footer-contact li a {
  color: #f5faff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-contact li i {
  width: 12px;
  height: 30px;
  font-size: 18px;
  margin-right: 15px;
  border-radius: 5px;
  line-height: 31px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff !important;
}

@media all and (max-width: 1199px) {
  .footer-widget-box {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 991px) {
  .footer-widget-wrapper {
    padding-bottom: 0px;
  }
  .copyright .footer-menu {
    float: left;
    margin-top: 20px;
    text-align: left;
  }
  .copyright .footer-menu li {
    margin-left: 0;
    margin-right: 15px;
  }
}

@media all and (max-width: 767px) {
  .footer-widget-wrapper {
    padding-bottom: 0px;
  }
}

/* ======================
search popup
====================== */

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, .8);
  transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.sidenav-bar-visible .search-popup {
  width: 80%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  border: none;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 5px;
  text-align: center;
  background: #214f97;
  text-align: center;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="text"], .search-popup .form-group input[type="search"] {
  position: relative;
  width: 100%;
  height: 60px;
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 0 100px 0 35px;
  transition: all 500ms ease;
  text-transform: capitalize;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 5px;
  background: #214f97;
  text-align: center;
  font-size: 20px;
  color: #fff !important;
  height: 50px;
  width: 50px;
  border: none;
  cursor: pointer;
  transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover, .search-popup .form-group button:hover {
  background: #002245;
}

.search-popup input::placeholder, .search-popup textarea::placeholder {
  color: #51668a;
}

.mobile-search-btn {
  display: none;
}

@media all and (max-width: 991px) {
  .mobile-search-btn {
    display: block;
    color: #002448;
    font-size: 20px;
  }

  .mobile-search-btn:hover {
    color: #214f97;
  }
}



/* ====================
home-3
==================== */

.home-3 .hero-single{
  padding-top: 150px;
  padding-bottom: 150px;
}

/* ====================
HkCms 产品列表 / 详情（结构参考 default，视觉使用 insrou 风格）
==================== */

.home-product .section-title {
  margin-bottom: 40px;
}

.home-product .section-title h4 {
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 20px;
}

.home-product .section-title h4:after {
  position: absolute;
  left: 0;
  top: -9px;
  width: 5px;
  height: 46px;
  background: #214f97;
  content: "";
}

.property-controls ul li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  margin-right: 35px;
  position: relative;
  cursor: pointer;
}

.property-controls {
  text-align: right;
}

.property-controls ul li:after {
  position: absolute;
  right: -22px;
  top: -1px;
  content: "|";
  color: #b1b0b0;
}

.property-controls ul li:last-child:after {
  content: none;
}

.property-controls ul li:last-child {
  margin-right: 0;
}

.property-controls .nav {
  display: block;
}

.property-controls .nav-tabs {
  border: 0;
}

.property-controls .nav-tabs a.active {
  color: #214f97;
}

.property-item {
  margin-bottom: 40px;
  border: 1px solid #edf1f8;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgb(33 79 151 / 8%);
  overflow: hidden;
  background: #fff;
  transition: all .3s ease;
}

.property-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgb(33 79 151 / 14%);
}

.property-item .pi-pic {
  height: 350px;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  background: #edf1f8;
}

.property-item .pi-pic .pi-pic-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.property-item .pi-text {
  position: relative;
  padding: 18px 20px 20px;
}

.property-item .pi-text .pt-price {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.property-item .pi-pic .label {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  padding: 3px 10px 2px;
  display: inline-block;
  background: #214f97;
  color: #ffffff;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
}

.property-item .pi-pic .label.c-red {
  background: #D41800;
}

.property-item .pi-pic .label.c-magenta {
  background: #103230;
}

.property-item .pi-text h5 a {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
}

.property-item .pi-text .heart-icon {
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 14px;
  color: #214f97;
  background: #eaf0fb;
  border-radius: 999px;
  padding: 3px 10px;
}

.property-item .desc {
  line-height: 26px;
  font-size: 14px;
  margin-bottom: 1rem;
  height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.filter {
  margin-bottom: 30px;
  padding: 6px 15px 18px 15px;
  border: 1px solid #e8eef9;
  border-radius: 12px;
  background: #f8fbff;
}

.filter .option {
  padding-top: 15px;
}

.filter .option .option-title {
  min-width: 80px;
  float: left;
  font-weight: bold;
}

.filter ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 90px;
}

.filter ul li {
  float: left;
}

.filter ul li a {
  display: block;
  padding: 2px 10px 2px 10px;
}

.filter ul li a.active {
  color: #fff;
  background: #214f97;
  border-radius: 4px;
}

/* 产品详情页 */
.product__details__text h3 {
  font-size: 32px;
  line-height: 1.28;
  margin-bottom: 16px;
  color: #002448;
  font-weight: 700;
}

.product__details__text .product__details__rating {
  margin-bottom: 16px;
  font-size: 14px;
  color: #5f7084;
  line-height: 1.6;
}

.product__details__text .product__details__rating a,
.product__details__text .product__details__rating span {
  display: inline-block;
  vertical-align: middle;
}

.product__details__text .product__details__rating a {
  margin-right: 22px;
  color: #214f97;
  font-weight: 600;
}

.product__details__text .product__details__rating a:hover {
  color: #002245;
}

.product__details__text .product__details__rating i {
  color: #214f97;
  margin-right: 5px;
  font-size: 13px;
}

.product__details__text .product__details__price {
  font-size: 30px;
  color: #dd2222;
  font-weight: 600;
  margin-bottom: 15px;
}

.product__details__text ul {
  border-top: 1px solid #ebebeb;
  padding-top: 40px;
  margin-top: 50px;
  padding-left: 0;
}

.product__details__text ul li {
  list-style: none;
  line-height: 36px;
}

.product__details__text ul li b {
  font-weight: 700;
  width: 170px;
  display: inline-block;
}

.product__details__tab .nav-tabs li a {
  font-size: 16px;
  color: #999999;
  font-weight: 700;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
}

.product__details__tab .nav-tabs li a.active,
.product__details__tab .nav-tabs .nav-link.active {
  color: #214f97;
}

.product__details__tab .nav-tabs li {
  margin-bottom: 0;
}

.product__details__tab .nav-tabs {
  border-bottom: none;
  justify-content: center;
  position: relative;
  padding: 0;
  margin: 0;
}

.product__details__tab {
  padding-top: 60px;
}

.product__details__tab .nav-tabs:before {
  position: absolute;
  left: 0;
  top: 12px;
  height: 1px;
  width: 370px;
  background: #ebebeb;
  content: "";
}

.product__details__tab .nav-tabs:after {
  position: absolute;
  right: 0;
  top: 12px;
  height: 1px;
  width: 370px;
  background: #ebebeb;
  content: "";
}

.product__details__tab .product__details__tab__desc {
  padding-top: 44px;
}

.product__details__text ul li .share {
  display: inline-block;
}

.product__details__text ul li .share a {
  display: inline-block;
  font-size: 15px;
  color: #1c1c1c;
  margin-right: 25px;
}

@media only screen and (max-width: 767px) {
  .property-controls {
    text-align: left;
  }

  .property-controls ul li {
    margin-right: 24px;
    margin-bottom: 20px;
  }

  .property-controls ul li:after {
    right: -17px;
  }

  .product__details__tab .nav-tabs:before,
  .product__details__tab .nav-tabs:after {
    display: none;
  }
}

/* 产品页与头尾留白优化 */
.product-page-main {
  padding-top: 72px;
  padding-bottom: 96px;
}

/* 产品列表页（含首页“查看全部产品”进入）：图片展示对齐首页（全铺满） */
.product-page-main .property-item .pi-pic {
  height: 350px;
  min-height: 350px;
  background: #edf1f8;
  overflow: hidden;
}

.product-page-main .property-item .pi-pic .pi-pic-img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: top center !important;
  display: block;
}

/* 兼容旧结构：若列表页仍使用 set-bg 背景图，也按首页方式铺满 */
.product-page-main .property-item .pi-pic.set-bg {
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat;
}

/* 菜单产品分类页（category_product）：图片展示对齐首页（全铺满） */
.product-list-entry-page .property-item .pi-pic {
  height: 350px;
  min-height: 350px;
  background: #edf1f8;
  overflow: hidden;
}

.product-list-entry-page .property-item .pi-pic .pi-pic-img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: top center !important;
  display: block;
}

/* 兼容旧结构：若分类页仍使用 set-bg 背景图，也按首页方式铺满 */
.product-list-entry-page .property-item .pi-pic.set-bg {
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat;
}

/* 强制覆盖：产品列表页图片铺满显示（压过模板内/历史规则） */
.product-page-main .property-item .pi-pic,
.product-list-entry-page .property-item .pi-pic {
  overflow: hidden !important;
  line-height: 0 !important;
}

.product-page-main .property-item .pi-pic .pi-pic-img,
.product-list-entry-page .property-item .pi-pic .pi-pic-img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
  object-fit: cover !important;
  object-position: top center !important;
  transform: scale(1.18) !important;
  transform-origin: center center !important;
}

.product-related-section {
  margin-top: 16px;
  padding-bottom: 96px;
}

/* 产品详情页-相关产品：对齐首页产品卡片图片处理方式 */
.product-related-section .property-item .pi-pic {
  height: 350px;
  min-height: 350px;
  background: #edf1f8;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.product-related-section .property-item .pi-pic .pi-pic-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.product-related-section .property-item .pt-price-placeholder {
  visibility: hidden;
}

@media (max-width: 991px) {
  .product-page-main {
    padding-top: 56px;
    padding-bottom: 72px;
  }

  .product-related-section {
    margin-top: 8px;
    padding-bottom: 72px;
  }
}

/* 阿拉伯语 RTL 基础适配 */
html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
  font-family: 'Roboto', 'Segoe UI', 'Tahoma', 'Noto Sans Arabic', 'Arial', sans-serif;
}

html[lang="ar"] .hero-single .hero-content .hero-title,
html[lang="ar"] .hero-single .hero-content .hero-sub-title {
  text-transform: none;
  letter-spacing: 0;
}

html[lang="ar"] .hero-single .hero-content .hero-sub-title {
  font-size: 20px;
  line-height: 1.4;
}

html[dir="rtl"] .hero-single .hero-content .hero-btn {
  flex-direction: row-reverse;
}

html[dir="rtl"] .footer-widget-box.about-us {
  text-align: right;
}

html[dir="rtl"] .footer-widget-box.about-us .footer-logo {
  display: block;
  text-align: right;
}

html[dir="rtl"] .footer-widget-box p {
  padding-right: 0;
  padding-left: 18px;
}

html[dir="rtl"] .footer-social {
  flex-direction: row;
  justify-content: flex-start;
}

html[dir="rtl"] .footer-contact li {
  flex-direction: row;
  justify-content: flex-start;
  text-align: right;
}

html[dir="rtl"] .footer-contact li a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 992px) {
  /*
   * 阿拉伯语：与中文/英文镜像
   * 中文/英文 [Logo 左] …… [菜单] [搜索] [语言 最右]
   * 阿拉伯语 [搜索 最左] [语言] [菜单] …… [Logo 右]
   */
  html[dir="rtl"] .insrou-navbar-inner {
    direction: rtl;
  }

  html[dir="rtl"] .insrou-navbar-inner .navbar-brand {
    order: 1;
    margin-left: auto;
  }

  html[dir="rtl"] .insrou-navbar-inner #main_nav {
    order: 2;
    flex: 0 1 auto;
    justify-content: flex-start;
    padding: 0;
  }

  html[dir="rtl"] .insrou-navbar-inner .header-nav-right {
    order: 3;
    margin-left: 0;
    margin-right: 0;
    margin-inline-start: 30px;
  }

  html[dir="rtl"] .navbar .insrou-main-nav {
    margin-inline-start: 0 !important;
    margin-inline-end: 0;
  }

  html[dir="rtl"] .navbar .insrou-main-nav .nav-item .nav-link {
    margin-right: 0;
    margin-inline-end: 30px;
  }

  html[dir="rtl"] .navbar .insrou-main-nav > .nav-item:last-child .nav-link {
    margin-inline-end: 0;
  }

  html[dir="rtl"] .insrou-lang-drop .dropdown-menu.dropdown-menu-end {
    right: auto;
    left: 0;
  }

  /* 主导航下拉：RTL 下与父菜单项右对齐 */
  html[dir="rtl"] .navbar .insrou-main-nav > .nav-item > .dropdown-menu {
    right: 0;
    left: auto;
    text-align: right;
  }

  html[dir="rtl"] .navbar .insrou-main-nav .dropdown-menu .dropdown-item {
    text-align: right;
  }

  html[dir="rtl"] .navbar .insrou-main-nav .dropdown-menu .dropdown-item:hover,
  html[dir="rtl"] .navbar .insrou-main-nav .dropdown-menu li.active > .dropdown-item,
  html[dir="rtl"] .navbar .insrou-main-nav .dropdown-menu li.active > a {
    padding-left: 15px;
    padding-right: 25px;
  }

  /* 二级子菜单：RTL 下向左侧展开，并与父项右缘对齐 */
  html[dir="rtl"] .navbar .insrou-main-nav .dropdown-submenu > .dropdown-menu {
    left: auto;
    right: 100%;
    text-align: right;
  }

  html[dir="rtl"] .navbar .insrou-main-nav .dropdown-submenu a::after {
    right: auto;
    left: 15px;
    transform: rotate(90deg);
  }
}

html[dir="rtl"] .footer-contact li i,
html[dir="rtl"] .footer-list li a i {
  margin-right: 0;
  margin-left: 15px;
  order: 0;
  flex-shrink: 0;
}

html[dir="rtl"] .insrou-lang-drop .dropdown-menu {
  text-align: right;
}

html[dir="rtl"] .site-heading,
html[dir="rtl"] .hero-single .hero-content {
  text-align: right;
}

html[dir="rtl"] .hero-single .hero-content .hero-sub-title {
  margin-right: 0;
  margin-left: auto;
}

html[dir="rtl"] .hero-section .owl-carousel .owl-stage-outer {
  overflow: hidden;
}

html[dir="rtl"] .hero-slider.owl-carousel .hero-single {
  width: 100%;
}

/* choose-area：阿拉伯语 — 文案在左、图片在右（与 LTR 相反） */
html[dir="rtl"] .choose-area .row {
  flex-direction: row;
}

html[dir="rtl"] .choose-area .row > .col-lg-6:first-child {
  order: 1;
}

html[dir="rtl"] .choose-area .row > .col-lg-6:last-child {
  order: 2;
}

html[dir="rtl"] .choose-img {
  margin-left: 0;
  margin-right: -200px;
}

html[dir="rtl"] .choose-content {
  padding: 50px 30px 50px 0;
}

html[dir="rtl"] .choose-content .site-heading,
html[dir="rtl"] .choose-item-info {
  text-align: right;
}

html[dir="rtl"] .choose-item {
  flex-direction: row;
}

/* about-area：阿拉伯语 — 文案在左、图片在右（与 LTR 镜像） */
html[dir="rtl"] .about-area .row {
  flex-direction: row;
}

html[dir="rtl"] .about-area .about-left {
  margin-right: 0;
  margin-left: 30px;
}

html[dir="rtl"] .about-area .about-right {
  padding-left: 0;
  padding-right: 30px;
}

html[dir="rtl"] .about-area .site-heading,
html[dir="rtl"] .about-area .about-text {
  text-align: right;
}

html[dir="rtl"] .about-area .site-title-tagline,
html[dir="rtl"] .about-area .site-title {
  text-transform: none;
  letter-spacing: 0;
}

html[dir="rtl"] .about-img::before {
  right: auto;
  left: -20px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

html[dir="rtl"] .about-img::after {
  left: auto;
  right: -20px;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}

html[dir="rtl"] .about-area .theme-btn {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}

html[dir="rtl"] .about-area .theme-btn i {
  margin-left: 0;
  margin-right: 8px;
}

@media (max-width: 991px) {
  html[dir="rtl"] .choose-img {
    margin-right: 0;
  }

  html[dir="rtl"] .choose-content {
    padding: 40px 15px;
  }

  html[dir="rtl"] .about-area .about-right {
    padding-right: 0;
  }

  html[dir="rtl"] .about-area .about-left {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  html[dir="rtl"] .about-area .about-img {
    margin-left: auto;
    margin-right: 0;
  }
}
