@charset "UTF-8";

/*******************************************
 *******************************************
 * == INDEX PAGE CSS
 *
 * 00 - 00 - common & reset css
 * 01. header
 * 02. hero-area 
 * 03. brand-area
 * 04. service-area
 * 05. portfolio-area
 * 06. testimonial-area
 * 07. faq-area
 * 08. footer-top
 * 09. tabs-area
 * 10. about-area
 * 11. team-area
 * 12. contact-area
 * 13. skill-area
 * 14. pricing-area
 * 15. extra */
/*****************************
 *   00 - common & reset css
 *****************************
 *
 */
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c1 {
  color: #2d3666;
}

.c1-bg {
  background-color: #2d3666;
}

.c1-bo {
  border-color: #2d3666 !important;
}

.c2 {
  color: #222538;
}

.c2-bg {
  background-color: #222538;
}

.c2-bo {
  border-color: #222538 !important;
}

.c3,
#menu ul ul li a:hover,
.single-service.bordered .inner:hover .icon,
.bordered.single-service-2 .inner:hover .icon,
.bordered.single-service-3 .inner:hover .icon,
.single-service.bordered .inner:hover h4,
.bordered.single-service-2 .inner:hover h4,
.bordered.single-service-3 .inner:hover h4,
.single-service-3 .inner:hover .title .icon,
.isotope-menu li.active,
.isotope-menu li:hover,
.single-portfolio .inner .portfolio-img .hover-content .button,
.single-portfolio .inner .portfolio-content h3:hover,
.faq-sidebar li a,
.single-pricing .inner a.button:hover,
.single-pricing-2 .inner a.button:hover,
.single-pricing-2.active .inner a.button {
  color: #4698ff;
}

.c3-bg,
.bg1,
.button,
.hero-slider .owl-dots .owl-dot.active,
.single-service-2:hover .inner,
.single-portfolio .inner .portfolio-img .hover-content,
.faq .single-item.active,
.single-faq h2 span,
.footer_widget .nw_form button,
.tabs-area .tabs-nav li a.active,
.single-team .inner .team-img::after,
.single-pricing.active .inner,
.active.single-pricing-2 .inner,
.single-pricing-2.active .inner .title .price {
  background-color: #4698ff;
}

.c3-bo,
.button,
.single-service.bordered .inner:hover,
.bordered.single-service-2 .inner:hover,
.bordered.single-service-3 .inner:hover,
.testimonial-slider .single-slide,
.tabs-area .tabs-nav li a::after,
.tabs-area .tabs-nav li a.active,
.contact-form input:not([type="submit"]):focus,
.contact-form textarea:focus {
  border-color: #4698ff !important;
}

.trns,
.button,
.button-2,
.nav-column a,
.nav-column span,
.nav-column .right-nav span,
form.search-form,
#menu ul>li>a,
#menu ul ul,
#menu ul ul::after,
#menu ul ul li a,
.hero-slider .owl-dots .owl-dot,
.single-service .inner,
.single-service-2 .inner,
.single-service-3 .inner,
.single-service .inner .title .icon,
.single-service-2 .inner .title .icon,
.single-service-3 .inner .title .icon,
.single-service .inner .title h4,
.single-service-2 .inner .title h4,
.single-service-3 .inner .title h4,
.single-service .inner .content,
.single-service-2 .inner .content,
.single-service-3 .inner .content,
.isotope-menu li,
.single-portfolio .inner .portfolio-img .hover-content,
.single-portfolio .inner .portfolio-content h3,
.faq-sidebar li a,
.single-team .inner .team-img::after,
.contact-form input:not([type="submit"]),
.contact-form textarea {
  -webkit-transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
  transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
}

* {
  margin: 0;
  padding: 0;
}

a:focus,
a:hover,
a:visited,
input,
input:hover,
input:focus,
input:active,
select {
  outline: none !important;
  text-decoration: none;
}

img {
  max-width: 100%;
}

a,
span {
  display: inline-block;
}

.no-padding {
  padding: 0;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.bg2 {
  background-color: #f3f6fa;
}

.sp {
  padding-top: 90px;
  padding-bottom: 90px;
}

.spt {
  padding-top: 90px;
}

.spb {
  padding-bottom: 90px;
}

/* preloader css */
.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  text-align: center;
}

.preloader-spin {
  margin: 0 auto;
  height: 35px;
  width: 35px;
  display: inline-block;
  background: transparent;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #d0d0d0 #d0d0d0 #111111 #d0d0d0;
  animation: 1s linear 0s normal none infinite running spinner_preloader;
}

@keyframes spinner_preloader {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(720deg);
  }
}

/* button */
.button {
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px;
  border: 2px solid;
  color: #fff;
  border-radius: 3px;
  font-weight: 400;
}

.button:hover {
  color: #fff;
  background-color: #333;
  border-color: #333 !important;
}

@media only screen and (max-width: 767px) {
  .button {
    font-size: 13px;
    padding: 0 15px;
    line-height: 32px;
  }
}

.button-2 {
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px;
  border: 2px solid #c1c2c5;
  color: #2d3666;
  background-color: transparent;
  border-radius: 3px;
  font-weight: 400;
}

.button-2:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

@media only screen and (max-width: 767px) {
  .button-2 {
    font-size: 13px;
    padding: 0 15px;
    line-height: 32px;
  }
}

/* section title */
.section-title {
  text-align: center;
  font-size: 16px;
  color: #7d91aa;
  font-weight: 300;
  margin-bottom: 30px;
}

.section-title h2 {
  margin: 0 0 5px;
  font-size: 40px;
  font-weight: 700;
  color: #222538;
}

.section-title.white {
  color: #fff;
}

.section-title.white h2 {
  color: #fff;
}

/* page-title */
.page-title {
  font-size: 16px;
  color: #7d91aa;
}

.page-title h2 {
  font-size: 50px;
  font-weight: 700;
  color: #333;
}

.page-title p:last-child {
  margin-bottom: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  color: #2d3666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222538;
}

iframe {
  border: none;
}

.slicknav_menu {
  background-color: #1f2131;
  border-bottom: 1px solid #585757;
}

@media only screen and (min-width: 991px) {
  .slicknav_menu {
    display: none;
  }
}

/*****************************
 *   01. header
 ***************************** */
header {
  background-color: #222538;
  padding: 18px 0;
}

.logo-column a.logo {
  height: 70px;
  padding: 5px 0;
  display: inline-block;
}

.logo-column a.logo img {
  max-height: 100%;
  display: block;
}

.nav-column {
  padding: 5px 0;
  font-size: 16px;
}

.nav-column a,
.nav-column span {
  color: #7286a0;
  line-height: 25px;
  vertical-align: top;
  cursor: pointer;
}

.nav-column a:hover,
.nav-column span:hover {
  color: #b5c3d4;
}

.nav-column .right-nav {
  float: right;
  position: relative;
}

.nav-column .right-nav span {
  padding: 0 15px;
}

.nav-column .right-nav .search-icon.active {
  color: red;
}

.nav-column .right-nav .search-icon.active::before {
  content: "";
}

.nav-column .right-nav .header-social {
  display: inline-block;
}

.nav-column .right-nav .header-social a {
  padding: 0 5px;
  vertical-align: top;
}

form.search-form {
  position: absolute;
  right: 100%;
  top: 50%;
  z-index: 2;
  width: 230px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

form.search-form.active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  form.search-form {
    transform: translateY(50%) translateX(0);
    right: 50%;
    margin-top: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}

form.search-form input {
  border: none;
  width: 100%;
  border-radius: 5px;
  height: 40px;
  text-indent: 20px;
}

form.search-form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 100%;
  border: none;
  background: transparent;
}

#menu ul {
  text-align: right;
  margin: 0;
}

#menu ul li.has-child>a::after {
  content: "";
  font-family: "fontawesome";
  margin-left: 4px;
}

#menu ul>li {
  display: inline-block;
  position: relative;
}

#menu ul>li>a {
  padding: 0 10px;
  font-weight: 500;
  line-height: 25px;
  font-size: 14px;
}

#menu ul>li>a:hover {
  color: #b5c3d4;
}

#menu ul>li.current-menu-item>a {
  color: #b5c3d4;
}

#menu ul ul {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: calc(100% + 23px);
  z-index: 2;
  width: 220px;
  text-align: left;
  padding: 15px 20px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

#menu ul ul::after {
  content: "";
  border: 8px solid transparent;
  border-bottom-color: #fff;
  left: 25px;
  top: -16px;
  position: absolute;
}

#menu ul ul::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 100%;
  left: 0;
  top: -20px;
}

#menu ul ul li {
  display: block;
}

#menu ul ul li a {
  display: block;
  font-weight: 300;
  color: #222538;
  font-size: 13px;
  padding: 0;
  margin: 5px 0;
}

#menu ul li:hover>ul {
  opacity: 1;
  visibility: visible;
}

/* Navigation Responsive Optimizations */
@media only screen and (max-width: 1200px) {
  #menu ul>li>a {
    padding: 0 10px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 992px) {
  #menu ul>li>a {
    padding: 0 8px;
    font-size: 12px;
  }
  
  #menu ul ul {
    width: 200px;
  }
}

/* 长语言（日语、俄语、德语）导航菜单优化 */
#menu.long-text-lang ul>li>a {
  padding: 0 6px;
  font-size: 12px;
  white-space: nowrap;
}

#menu.long-text-lang ul {
  margin-right: 0;
}

/* 长语言下进一步优化，如果还是换行，可以减小更多 */
@media only screen and (max-width: 1400px) {
  #menu.long-text-lang ul>li>a {
    padding: 0 5px;
    font-size: 11px;
  }
}

/*****************************
 *   02. hero-area
 ***************************** */
.hero-slider .single-slide {
  height: 715px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .hero-slider .single-slide {
    height: auto;
    padding: 60px 30px 100px;
    z-index: 1;
  }

  .hero-slider .single-slide::after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #f1f4f9;
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider .single-slide {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}

.hero-slider .single-slide h2 {
  font-size: 50px;
  line-height: 67px;
  margin: 0 0 25px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .hero-slider .single-slide h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

.hero-slider .single-slide .slide-btn {
  margin-top: 50px;
}

.hero-slider .single-slide .slide-btn a:not(:last-child) {
  margin-right: 4px;
}

.hero-slider .owl-dots {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero-slider .owl-dots .owl-dot {
  background-color: #fff;
  display: inline-block;
  width: 20px;
  height: 8px;
  margin: 0 3px;
  border-radius: 30px;
}

.hero-slider .owl-dots .owl-dot.active {
  width: 40px;
}

.hero-slider .owl-nav>div {
  position: absolute;
  left: 0;
  top: 50%;
  height: 40px;
  width: 40px;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-slider .owl-nav>div.owl-next {
  left: auto;
  right: 0;
}

/*****************************
 *   03. brand-area
 ***************************** */
.brand-area {
  padding: 50px 0;
}

.spb .brand-area {
  padding: 0;
}

.single-brand {
  text-align: center;
  margin: 5px 0;
}

/*****************************
 *   04. service-area
 ***************************** */
.single-service,
.single-service-2,
.single-service-3 {
  margin: 15px 0;
}

.single-service .inner,
.single-service-2 .inner,
.single-service-3 .inner {
  background-color: #fff;
  border-radius: 7px;
  padding: 30px;
}

.single-service .inner:hover,
.single-service-2 .inner:hover,
.single-service-3 .inner:hover {
  box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);
}

.single-service .inner .title,
.single-service-2 .inner .title,
.single-service-3 .inner .title {
  overflow: hidden;
  margin-bottom: 15px;
}

.single-service .inner .title .icon,
.single-service-2 .inner .title .icon,
.single-service-3 .inner .title .icon {
  float: left;
  font-size: 26px;
}

.single-service .inner .title h4,
.single-service-2 .inner .title h4,
.single-service-3 .inner .title h4 {
  padding-left: 50px;
  font-size: 20px;
  margin: 3px 0 0;
}

.single-service .inner .content,
.single-service-2 .inner .content,
.single-service-3 .inner .content {
  font-weight: 300;
  font-size: 14px;
  color: #2d3666;
  line-height: 26px;
}

.single-service .inner .content p:last-child,
.single-service-2 .inner .content p:last-child,
.single-service-3 .inner .content p:last-child {
  margin-bottom: 0;
}

.single-service.bordered .inner,
.bordered.single-service-2 .inner,
.bordered.single-service-3 .inner {
  border: 1px solid #cad4de;
  box-shadow: none;
}

.single-service-2 {
  text-align: center;
}

.single-service-2 .inner {
  border: 1px solid #cad4de;
  border-radius: 5px;
  padding: 85px 40px;
}

.single-service-2 .inner .content {
  font-size: 16px;
  color: #7288b5;
  margin-top: 25px;
}

.single-service-2 .inner .title {
  text-align: center;
}

.single-service-2 .inner .title .icon {
  float: none;
  display: block;
  font-size: 40px;
  margin-bottom: 30px;
}

.single-service-2 .inner .title h4 {
  padding-left: 0;
}

.single-service-2:hover .inner {
  color: #fff;
}

.single-service-2:hover .inner .content,
.single-service-2:hover .inner .title h4 {
  color: #fff;
}

.single-service-3 {
  margin: 30px 0;
}

.single-service-3 .inner {
  background: transparent;
  padding: 0;
  color: #fff;
}

.single-service-3 .inner:hover {
  box-shadow: none;
}

.single-service-3 .inner .content,
.single-service-3 .inner .title h4 {
  color: #fff;
  padding-left: 100px;
}

.single-service-3 .inner .title h4 {
  font-size: 24px;
}

.single-service-3 .inner .content {
  font-size: 16px;
}

.single-service-3 .inner .title .icon {
  background-color: rgba(255, 255, 255, 0.2);
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 4px;
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 34px;
}

.single-service-3 .inner:hover .title .icon {
  background-color: #fff;
}

/*****************************
 *   05. portfolio-area & products-area
 ***************************** */
.isotope-menu {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.isotope-menu li {
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
  color: #7286a0;
}

.single-portfolio {
  margin: 20px 0;
}

.single-portfolio .inner .portfolio-img {
  position: relative;
}

.single-portfolio .inner .portfolio-img img {
  width: 100%;
}

.single-portfolio .inner .portfolio-img .hover-content {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

.single-portfolio .inner .portfolio-img .hover-content .button {
  background-color: #fff;
  border-color: #fff !important;
}

.single-portfolio .inner .portfolio-img .hover-content .button:hover {
  background-color: #222;
  color: #fff;
  border-color: #222 !important;
}

.single-portfolio .inner .portfolio-img:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.single-portfolio .inner .portfolio-content {
  text-align: center;
  padding-top: 25px;
  color: #6d7784;
}

.single-portfolio .inner .portfolio-content a {
  display: block;
}

.single-portfolio .inner .portfolio-content h3 {
  font-weight: 400;
  margin: 0;
  font-size: 24px;
}

/* Products Area Styles */
.products-area {
  background-color: #f3f6fa;
}

/* Product Category Sidebar Styles - 多级别分类导航 */
.product-category-sidebar {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 20px;
  align-self: flex-start;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}

.category-sidebar-header {
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar-title {
  font-size: 20px;
  font-weight: 600;
  color: #222538;
  margin: 0;
}

.category-toggle-btn {
  background: #4698ff;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  display: none;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
}

.category-toggle-btn:hover {
  background: #357abd;
}

.category-tree {
  padding: 10px 0;
}


.category-item {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}

.category-item:last-child {
  border-bottom: none;
}

.category-link {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  color: #495057;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.category-link:hover {
  background-color: #f8f9fa;
  color: #4698ff;
}

.category-item.active > .category-link {
  background-color: #f0f7ff;
  color: #4698ff;
  border-left: 3px solid #4698ff;
  font-weight: 600;
}

.category-arrow {
  width: 16px;
  font-size: 12px;
  margin-right: 8px;
  transition: transform 0.3s ease;
  color: #6c757d;
}

.category-item.expanded > .category-link > .category-arrow {
  transform: rotate(90deg);
  color: #4698ff;
}

.category-icon {
  width: 20px;
  margin-right: 10px;
  color: #6c757d;
  font-size: 16px;
  text-align: center;
}

.category-item.active > .category-link > .category-icon {
  color: #4698ff;
}

.category-link:hover .category-icon {
  color: #4698ff;
}

.category-name {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
}

.category-count {
  font-size: 13px;
  color: #6c757d;
  margin-left: auto;
}

.category-item.active > .category-link > .category-count {
  color: #4698ff;
  font-weight: 600;
}

/* 二级分类列表 */
.sub-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #f8f9fa;
  display: none;
  border-left: 3px solid #4698ff;
  margin-left: 20px;
}

.category-item.expanded > .sub-category-list {
  display: block;
}

.sub-category-item {
  position: relative;
  border-bottom: 1px solid #e9ecef;
}

.sub-category-item:last-child {
  border-bottom: none;
}

.sub-category-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 10px 40px;
  color: #6c757d;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.sub-category-item a:hover {
  background-color: #e9ecef;
  color: #4698ff;
  padding-left: 45px;
}

.sub-category-item.active a {
  background-color: #e7f3ff;
  color: #4698ff;
  font-weight: 600;
  border-left: 2px solid #4698ff;
}

.sub-count {
  font-size: 12px;
  color: #6c757d;
}

.sub-category-item.active .sub-count {
  color: #4698ff;
  font-weight: 600;
}

/* 产品列表头部 */
.products-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
}

.products-title {
  font-size: 24px;
  font-weight: 600;
  color: #222538;
  margin: 0 0 5px 0;
}

.products-subtitle {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.products-count {
  font-size: 14px;
  color: #6c757d;
}

.products-count strong {
  color: #4698ff;
  font-weight: 600;
  margin: 0 5px;
}

/* 响应式设计 */
@media only screen and (max-width: 991px) {
  .product-category-sidebar {
    position: relative;
    top: 0;
    margin-bottom: 30px;
    max-height: none;
    overflow-y: visible;
  }
  
  .category-tree {
    max-height: none;
    display: none;
  }
  
  .category-tree.active {
    display: block;
  }
  
  .category-toggle-btn {
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .products-header {
    text-align: center;
  }
  
  .products-count {
    margin-top: 10px;
  }
  
  .category-sidebar-header {
    padding: 15px;
  }
  
  .sidebar-title {
    font-size: 18px;
  }
  
  .category-link {
    padding: 10px 15px;
  }
  
  .sub-category-item a {
    padding: 8px 15px 8px 30px;
  }
}

.single-product {
  margin: 20px 0;
}

.single-product .inner .product-img {
  position: relative;
}

.single-product .inner .product-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 5px;
}

.single-product .inner .product-img .hover-content {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(70, 152, 255, 0.9);
  border-radius: 5px;
  transition: all 0.3s ease;
}

.single-product .inner .product-img .hover-content .button {
  background-color: #fff;
  border-color: #fff !important;
  color: #4698ff;
}

.single-product .inner .product-img .hover-content .button:hover {
  background-color: #222;
  color: #fff;
  border-color: #222 !important;
}

.single-product .inner .product-img:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.single-product .inner .product-content {
  text-align: center;
  padding-top: 25px;
  color: #6d7784;
}

.single-product .inner .product-content a {
  display: block;
}

.single-product .inner .product-content h3 {
  font-weight: 500;
  margin: 0 0 8px 0;
  font-size: 20px;
  color: #222538;
  transition: all 0.3s ease;
}

.single-product .inner .product-content h3:hover {
  color: #4698ff;
}

.single-product .inner .product-content span {
  font-size: 14px;
  color: #7d91aa;
  font-weight: 300;
}

/*****************************
 *   06. testimonial-area
 ***************************** */
.testimonial-area .section-title {
  margin-bottom: 45px;
}

.testimonial-slider .single-slide {
  background-color: #fff;
  padding: 35px;
  border-radius: 5px;
  font-weight: 300;
  color: #7d91aa;
  border: 1px solid;
}

.testimonial-slider .single-slide img {
  width: auto;
}

.testimonial-slider .single-slide .client-info {
  overflow: hidden;
}

.testimonial-slider .single-slide .client-info .client-img {
  width: 58px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-slider .single-slide .client-info .client-data {
  padding-left: 78px;
}

.testimonial-slider .single-slide .client-info .client-data h4 {
  font-size: 16px;
  margin: 4px 0 0;
}

.testimonial-slider .owl-nav>div {
  position: absolute;
  left: -55px;
  top: 50%;
  width: 35px;
  height: 35px;
  background-color: #222;
  color: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
  .testimonial-slider .owl-nav>div {
    left: -12.5px;
    height: 25px;
    width: 25px;
    line-height: 25px;
  }

  .testimonial-slider .owl-nav>div i {
    font-size: 13px;
  }
}

.testimonial-slider .owl-nav>div.owl-next {
  left: auto;
  right: -55px;
}

@media only screen and (max-width: 991px) {
  .testimonial-slider .owl-nav>div.owl-next {
    right: -12.5px;
  }
}

/*****************************
 *   07. faq-area
 ***************************** */
.faq-area .section-title {
  margin-bottom: 60px;
}

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

.faq .single-item {
  background-color: #fff;
  padding: 20px;
  padding-left: 50px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}

.faq .single-item::after {
  content: "+";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #222;
  color: #fff;
  position: absolute;
  left: 15px;
  top: 15px;
  text-align: center;
  line-height: 25px;
  font-size: 20px;
}

.faq .single-item.active::after {
  content: "-";
  background-color: #fff;
  color: #222;
}

.faq .single-item.active {
  color: #fff;
}

.faq .single-item.active h4 {
  color: #fff;
}

.faq .single-item h4 {
  font-size: 16px;
  margin: 0;
}

.faq .single-item .content {
  padding-top: 15px;
  font-size: 14px;
  font-weight: 400;
  display: none;
}

.single-faq {
  border: 1px solid #cad4de;
  padding: 35px;
  margin-bottom: 30px;
  border-radius: 5px;
  color: #7d91aa;
  font-size: 14px;
  font-weight: 300;
}

.single-faq h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.single-faq h2 span {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 4px;
  margin-right: 20px;
}

@media only screen and (max-width: 991px) {
  .single-faq h2 span {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin-right: 15px;
  }
}

.faq-sidebar-wrap {
  border: 1px solid #cad4de;
  margin-bottom: 30px;
  padding: 35px;
  border-radius: 4px;
}

@media only screen and (max-width: 991px) {
  .faq-sidebar-wrap {
    padding: 15px;
  }
}

.faq-sidebar-wrap h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 15px;
}

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

.faq-sidebar li {
  position: relative;
  padding-left: 20px;
}

.faq-sidebar li a:hover {
  color: #222;
}

.faq-sidebar li span {
  color: #7d91aa;
  position: absolute;
  left: 0;
  top: 0;
}

/*****************************
 *   08. footer-top
 ***************************** */
footer {
  background-color: #272938;
  color: #7286a0;
  line-height: 24px;
}

.footer-top {
  padding: 65px 0;
}

@media only screen and (max-width: 991px) {
  .footer-top {
    padding: 30px 0;
  }
}

.footer-top .media img {
  width: 60px;
}

.footer_widget h5 {
  font-size: 16px;
}

.footer_widget h4,
.footer_widget h5 {
  color: #7286a0;
}

@media only screen and (max-width: 991px) {
  .footer_widget {
    padding: 15px;
  }
}

.footer_widget h4 {
  margin-bottom: 40px;
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .footer_widget h4 {
    margin-bottom: 20px;
  }
}

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

.footer_widget ul li a {
  color: #7286a0;
  padding: 3px 0;
}

.footer_widget .media {
  margin-bottom: 14px;
}

.footer_widget .media h5 {
  margin: 0;
  line-height: 20px;
}

.footer_widget .media a {
  color: #7286a0;
  font-size: 14px;
}

.footer_widget .media span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

.footer_widget .nw_form {
  position: relative;
}

.footer_widget .nw_form input {
  width: 100%;
  display: block;
  background-color: #1f2131;
  border-radius: 3px;
  height: 40px;
  border: 1px solid #1f2131;
  color: #7286a0;
  text-indent: 20px;
}

.footer_widget .nw_form input::-webkit-input-placeholder {
  color: #7286a0;
}

.footer_widget .nw_form input::-moz-placeholder {
  color: #7286a0;
}

.footer_widget .nw_form input:-ms-input-placeholder {
  color: #7286a0;
}

.footer_widget .nw_form input:-moz-placeholder {
  color: #7286a0;
}

.footer_widget .nw_form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  border: none;
  color: #fff;
  padding: 0 15px;
  border-radius: 0 3px 3px 0;
}

.footer-bottom {
  background-color: #1f2131;
  padding: 25px 0;
}

.footer-bottom a {
  color: #7286a0;
  padding: 0 10px;
}

@media only screen and (max-width: 991px) {
  .footer-bottom {
    text-align: center;
  }

  .footer-bottom .text-right {
    text-align: center !important;
    margin-top: 5px;
  }
}

/*****************************
 *   09. tabs-area
 ***************************** */
.tabs-area .tabs-nav {
  display: block;
  padding-bottom: 30px;
  overflow: hidden;
}

.tabs-area .tabs-nav li {
  float: left;
  width: 25%;
  padding: 0 12.5px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .tabs-area .tabs-nav li {
    width: 50%;
    margin-top: -5px;
  }
}

.tabs-area .tabs-nav li a {
  text-align: center;
  color: #222538;
  display: block;
  border-bottom: 2px solid #222538;
  padding: 25px 0;
}

.tabs-area .tabs-nav li a::after {
  content: "";
  border: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tabs-area .tabs-nav li a i {
  display: block;
  font-size: 24px;
  margin-bottom: 12px;
}

.tabs-area .tabs-nav li a span {
  font-size: 18px;
  font-weight: 700;
}

.tabs-area .tabs-nav li a.active {
  color: #fff;
  border-radius: 5px;
}

.tabs-area .tabs-nav li a.active::after {
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  opacity: 1;
}

.tabs-area .tab-content {
  border: 1px solid #cad4de;
  padding: 40px;
  border-radius: 4px;
}

/*****************************
 *   10. about-area
 ***************************** */
.about-content {
  color: #7d91aa;
  font-weight: 300;
  margin-top: 25px;
}

@media only screen and (max-width: 991px) {
  .about-content {
    margin-bottom: 20px;
  }
}

.about-content h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.about-content a.button {
  margin-top: 15px;
}

/*****************************
 *   11. team-area
 ***************************** */
.single-team .inner {
  text-align: center;
}

.single-team .inner .team-img {
  position: relative;
}

.single-team .inner .team-img img {
  width: 100%;
}

.single-team .inner .team-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.single-team .inner .team-img:hover::after {
  opacity: 0.4;
}

.single-team .inner .team-content {
  padding: 25px 0;
}

.single-team .inner .team-content h4 {
  font-size: 18px;
  font-weight: 400;
}

.single-team .inner .team-content h5 {
  font-weight: 300;
  font-size: 16px;
  color: #7d91aa;
}

.single-team .inner .team-content a {
  display: inline-block;
  color: #7d91aa;
  padding: 2px;
  margin: 0 3px;
  font-size: 16px;
}

/*****************************
 *   12. contact-area
 ***************************** */
@media only screen and (max-width: 767px) {
  .contact-info {
    margin-bottom: 30px;
  }
}

.contact-info .single-info {
  font-size: 16px;
  font-weight: 300;
}

.contact-info .single-info:not(:last-child) {
  margin-bottom: 20px;
}

.contact-info .single-info h5 {
  font-size: 16px;
  font-weight: 500;
  color: #7d91aa;
}

.contact-info .single-info p:last-child {
  margin-bottom: 0;
}

.contact-info .single-info a {
  color: #333;
  display: inline-block;
  margin-right: 8px;
}

.contact-form {
  border: 1px solid #cad4de;
  padding: 40px;
  border-radius: 3px;
}

.contact-form input:not([type="submit"]),
.contact-form textarea {
  border: 1px solid #cad4de;
  width: 100%;
  background-color: #f9fbfd;
  margin-bottom: 30px;
  border-radius: 3px;
  height: 40px;
  text-indent: 20px;
}

.contact-form input:not([type="submit"])::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #7d91aa;
}

.contact-form input:not([type="submit"])::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #7d91aa;
}

.contact-form input:not([type="submit"]):-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #7d91aa;
}

.contact-form input:not([type="submit"]):-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  color: #7d91aa;
}

.contact-form input:not([type="submit"]):focus,
.contact-form textarea:focus {
  outline: none;
  border: 1px solid;
}

.contact-form textarea {
  height: 120px;
  padding-top: 10px;
}

.google-map {
  height: 500px;
  width: 100%;
  display: block;
  background-color: #eee;
}

@media only screen and (max-width: 767px) {
  .google-map {
    height: 280px;
  }
}

.google-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*****************************
 *   13. skill-area
 ***************************** */
.skill-area .container {
  background-color: #1f2131;
  border-radius: 5px;
  padding: 70px 100px;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .skill-area .container {
    padding: 40px;
  }
}

.skill-title {
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  .skill-title {
    margin-bottom: 40px;
  }
}

.skill-title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
}

.skill-title a.button {
  margin-top: 20px;
}

.single-skill {
  margin: 5px 0;
}

.single-skill h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.single-skill .barfiller {
  height: 7px;
  background-color: #8394a7;
  border: none;
  border-radius: 5px;
}

.single-skill .barfiller .fill {
  background-color: #fff !important;
  border-radius: 5px;
}

.single-skill .barfiller .tip {
  right: 0 !important;
  left: auto !important;
  background-color: transparent;
}

.single-skill .barfiller .tip::after {
  opacity: 0;
}

/*****************************
 *   14. pricing-area
 ***************************** */
.single-pricing,
.single-pricing-2 {
  margin: 7.5px 0;
}

.single-pricing .inner,
.single-pricing-2 .inner {
  background-color: #1f2131;
  padding: 35px;
  color: #90a0b2;
  border-radius: 5px;
  font-weight: 300;
}

.single-pricing .inner .title .price,
.single-pricing-2 .inner .title .price {
  width: 85px;
  height: 85px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #363950;
  position: absolute;
  right: 35px;
  top: 25px;
  border-radius: 15px;
}

.single-pricing .inner .title .price span,
.single-pricing-2 .inner .title .price span {
  color: #fff;
}

.single-pricing .inner .title .price span:first-child,
.single-pricing-2 .inner .title .price span:first-child {
  font-size: 24px;
  font-weight: 700;
}

.single-pricing .inner h2,
.single-pricing-2 .inner h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 24px;
}

.single-pricing .inner ul,
.single-pricing-2 .inner ul {
  list-style: none;
  font-size: 14px;
  line-height: 35px;
  margin: 20px 0;
}

.single-pricing .inner a.button:hover,
.single-pricing-2 .inner a.button:hover {
  background-color: #fff;
  border-color: #fff !important;
}

.single-pricing.active .inner,
.active.single-pricing-2 .inner {
  color: #fff;
}

.single-pricing.active .inner a.button,
.active.single-pricing-2 .inner a.button {
  background-color: #222;
  border-color: #222 !important;
}

.single-pricing-2 .inner {
  text-align: center;
}

.single-pricing-2 .inner .title .price {
  position: static;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}

.single-pricing-2.active .inner {
  background-color: #1f2131;
  color: #90a0b2;
}

.single-pricing-2.active .inner a.button {
  background-color: #fff;
  border-color: #fff !important;
}

/*****************************
 *   15. extra
 ***************************** */
.single-gallery .inner {
  margin: 15px 0;
  overflow: hidden;
  border-radius: 5px;
}

.single-gallery .inner img {
  width: 100%;
}

.coming-soon {
  background-size: cover;
  background-position: center center;
  padding-top: 70px;
  text-align: center;
}

.coming-soon .coming-soon-box {
  color: #fff;
  padding: 40px;
  border-radius: 5px;
  font-size: 16px;
}

.coming-soon .coming-soon-box h2 {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px;
}

.coming-soon .coming-soon-box p {
  margin-bottom: 27px;
}

.coming-soon .coming-soon-logo {
  margin-bottom: 75px;
  display: inline-block;
}

.single-counter {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 8px;
}

.single-counter span:first-child {
  display: block;
  font-size: 34px;
  font-weight: 600;
}

.single-counter .text {
  display: block;
  font-size: 16px;
}

.error-area {
  background-position: center center;
  background-size: cover;
  text-align: center;
  height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .error-area {
    height: 300px;
  }
}

.error-area h1 {
  font-size: 40px;
  font-weight: 400;
  margin: 0 0 20px;
}

/*# sourceMappingURL=main.css.map */

/*****************************
 *   Language Selector Styles
 ***************************** */
.language-selector {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}

.language-selector .current-lang {
  background: transparent;
  border: 1px solid #7286a0;
  color: #7286a0;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}

.language-selector .current-lang:hover {
  background-color: #4698ff;
  border-color: #4698ff;
  color: #fff;
}

.language-selector .language-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-width: 140px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.language-selector:hover .language-dropdown,
.language-selector.active .language-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.language-selector .lang-option {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s ease;
  border-bottom: 1px solid #f0f0f0;
}

.language-selector .lang-option:last-child {
  border-bottom: none;
}

.language-selector .lang-option:hover {
  background-color: #f8f9fa;
  color: #4698ff;
}

.language-selector .lang-option.active {
  background-color: #4698ff;
  color: #fff;
}

/* Mobile responsive */
@media only screen and (max-width: 767px) {
  .language-selector {
    margin-left: 10px;
  }
  
  .language-selector .current-lang {
    padding: 4px 8px;
    font-size: 12px;
  }
  
  .language-selector .language-dropdown {
    right: -10px;
    min-width: 120px;
  }
  
  .language-selector .lang-option {
    padding: 6px 10px;
    font-size: 12px;
  }
}

/* RTL Support for future languages */
[dir="rtl"] .language-selector {
  margin-left: 0;
  margin-right: 15px;
}

[dir="rtl"] .language-selector .language-dropdown {
  right: auto;
  left: 0;
}

/* Language-specific font adjustments */
html[lang="zh"] {
  font-family: "Roboto", "Microsoft YaHei", "SimHei", sans-serif;
}

html[lang="ja"] {
  font-family: "Roboto", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}

html[lang="fr"] {
  font-family: "Roboto", "Segoe UI", sans-serif;
}

/* Loading state for language switching */
.language-switching {
  opacity: 0.7;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.language-switching::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*
################
               Start Blog Home  Page style
################
*/
.blog-banner-area {
  background: url(../img/elements/blog/blog-banner.jpg) center;
  background-size: cover;
}

.blog-banner-area .overlay-bg {
  background: rgba(0, 0, 0, 0.55);
}

.blog-banner-wrap {
  text-align: center;
}

.blog-post-list .single-post {
  background: transparent;
  padding: 0px 30px;
}

.single-post {
  margin-bottom: 30px;
}

.single-post .tags {
  margin-top: 40px;
}

.single-post .tags li {
  display: inline-block;
}

.single-post .tags li a {
  color: #222;
}

.single-post .tags li:hover a {
  color: #fab700;
}

.single-post h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.single-post .comment-wrap ul li,
.single-post .social-wrap ul li {
  display: inline-block;
  margin-right: 15px;
}

@media only screen and (max-width: 414px) {
  .single-post .comment-wrap,
  .single-post .social-wrap {
    margin-top: 10px;
  }
}

.single-post .comment-wrap ul li a {
  color: #777777;
}

.single-post .social-wrap ul {
  text-align: right;
}

.single-post .social-wrap ul li a i {
  color: #777777;
}

.single-post .social-wrap ul li a i:hover {
  color: #222;
}

@media only screen and (max-width: 768px) {
  .single-post .social-wrap ul {
    text-align: left;
  }
}

.single-widget {
  border: 1px solid #eee;
  padding: 40px 30px;
  margin-bottom: 30px;
}

.single-widget .title {
  font-weight: 600;
  margin-bottom: 30px;
}

.search-widget i {
  color: #fab700;
}

.search-widget form.example {
  border: 1px solid #eee;
}

.search-widget form.example input[type=text] {
  padding: 10px;
  font-size: 14px;
  border: none;
  float: left;
  width: 80%;
  background: #eee;
}

.search-widget form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #eee;
  color: white;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.search-widget form.example::after {
  content: "";
  clear: both;
  display: table;
}

.protfolio-widget {
  text-align: center;
}

.protfolio-widget h4 {
  padding: 20px 0;
}

.protfolio-widget ul li {
  padding: 15px;
  display: inline-block;
}

.protfolio-widget ul li a i {
  color: #222;
}

.protfolio-widget ul li a i:hover {
  color: #fab700;
}

.category-widget ul li {
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category-widget ul li h6 {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category-widget ul li span {
  color: #222;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.category-widget ul li:hover {
  border-color: #fab700;
}

.category-widget ul li:hover h6,
.category-widget ul li:hover span {
  color: #fab700;
}

.tags-widget ul li {
  display: inline-block;
  background: #fff;
  border: 1px solid #eee;
  padding: 8px 10px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tags-widget ul li a {
  font-weight: 300;
  color: #222;
}

.tags-widget ul li:hover {
  background-color: #fab700;
}

.tags-widget ul li:hover a {
  color: #fff;
}

.recent-posts-widget .single-recent-post .recent-details {
  margin-left: 20px;
}

.recent-posts-widget .single-recent-post .recent-details h4 {
  line-height: 1.5em !important;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.recent-posts-widget .single-recent-post .recent-details p {
  margin-top: 10px;
}

.recent-posts-widget .single-recent-post:hover h4 {
  color: #fab700;
}

@media only screen and (max-width: 960px) {
  .recent-posts-widget .single-recent-post {
    margin-bottom: 20px;
  }
}

/*
################
               End Blog Home  Page style
################
*/
/*
################
               Start Blog Details  Page style
################
*/
.nav-area {
  border-bottom: 1px solid #eee;
}

.nav-area a {
  color: #222;
}

.nav-area .nav-left .thumb {
  padding-right: 20px;
}

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

.nav-area .nav-right .thumb {
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .nav-area .post-details h4 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 466px) {
  .nav-area .nav-right {
    margin-top: 50px;
  }
}

.comment-sec-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
}

.comment-sec-area a {
  color: #222;
}

.comment-sec-area .comment-list {
  padding-bottom: 30px;
}

.comment-sec-area .comment-list.left-padding {
  padding-left: 25px;
}

.comment-sec-area .thumb {
  margin-right: 20px;
}

.comment-sec-area .date {
  font-size: 13px;
  color: #cccccc;
}

.comment-sec-area .comment {
  color: #777777;
}

.comment-sec-area .btn-reply {
  background-color: #222;
  color: #fff;
  border: 1px solid #222;
  padding: 8px 30px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.comment-sec-area .btn-reply:hover {
  background-color: transparent;
  color: #222;
}

.commentform-area {
  padding-bottom: 100px;
}

.commentform-area h5 {
  font-weight: 600 !important;
}

.commentform-area .form-control {
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
}

.commentform-area .primary-btn {
  padding-left: 50px;
  padding-right: 50px;
  background-color: #fab700 !important;
  border: 1px solid transparent;
  color: #fff;
}

.commentform-area .primary-btn:hover {
  border-color: #fab700 !important;
}

.commentform-area textarea {
  height: 90%;
}

.commentform-area .form-control {
  border: none;
  background: #f9f9ff;
}

/*
################
               End Blog Details  Page style
################
*/

/* Pagination Styles - Modern & Beautiful Design */
.pagination-wrapper {
  margin-top: 50px;
  padding: 20px 0;
}

.pagination {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
}

.pagination .page-item {
  margin: 0;
}

.pagination .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 16px;
  border: 1px solid #e0e6ed;
  background-color: #ffffff;
  color: #495057;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.pagination .page-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s;
}

.pagination .page-link:hover {
  border-color: #4698ff;
  color: #4698ff;
  background-color: #f0f7ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(70, 152, 255, 0.2);
}

.pagination .page-link:hover::before {
  left: 100%;
}

.pagination .page-item.active .page-link {
  background: linear-gradient(135deg, #4698ff 0%, #3d85e6 100%);
  border-color: #4698ff;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(70, 152, 255, 0.4);
  transform: translateY(-1px);
  font-weight: 600;
}

.pagination .page-item.active .page-link:hover {
  background: linear-gradient(135deg, #3d85e6 0%, #2d75d6 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(70, 152, 255, 0.5);
}

.pagination .page-item.disabled .page-link {
  color: #adb5bd;
  background-color: #f8f9fa;
  border-color: #e9ecef;
  cursor: not-allowed;
  opacity: 0.7;
  box-shadow: none;
}

.pagination .page-item.disabled .page-link:hover {
  transform: none;
  border-color: #e9ecef;
  color: #adb5bd;
  background-color: #f8f9fa;
  box-shadow: none;
}

.pagination .page-item.disabled .page-link::before {
  display: none;
}

.pagination-info {
  color: #6c757d;
  font-size: 14px;
  margin-top: 20px;
  padding: 12px 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  display: inline-block;
}

.pagination-info span {
  font-weight: 500;
  margin: 0 4px;
}

#current-range,
#total-products {
  color: #4698ff;
  font-weight: 600;
  font-size: 15px;
}

/* Responsive Pagination */
@media only screen and (max-width: 768px) {
  .pagination {
    gap: 6px;
  }
  
  .pagination .page-link {
    min-width: 36px;
    height: 36px;
    padding: 0 12px;
    font-size: 13px;
    border-radius: 6px;
  }
  
  .pagination-info {
    font-size: 13px;
    padding: 10px 16px;
    margin-top: 15px;
  }
  
  #current-range,
  #total-products {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .pagination {
    gap: 4px;
  }
  
  .pagination .page-item:not(.active):not(:first-child):not(:last-child) {
    display: none;
  }
  
  .pagination .page-link {
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 6px;
  }
  
  .pagination-info {
    font-size: 12px;
    padding: 8px 12px;
  }
}

/* Product Detail Page Styles */
.breadcrumb-area {
  background-color: #f8f9fa;
  padding: 20px 0;
  border-bottom: 1px solid #e9ecef;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #6c757d;
}

.breadcrumb-item a {
  color: #4698ff;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.product-detail-area {
  padding: 80px 0;
}

.product-images .main-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.product-images .main-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-images .main-image:hover img {
  transform: scale(1.05);
}

.thumbnail-images .thumbnail-img {
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  border-radius: 4px;
}

.thumbnail-images .thumbnail-img:hover,
.thumbnail-images .thumbnail-img.active {
  opacity: 1;
  border: 2px solid #4698ff;
}

.product-info {
  padding-left: 30px;
}

.product-category .badge {
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.product-title {
  font-size: 28px;
  font-weight: 600;
  color: #222538;
  margin-bottom: 15px;
  line-height: 1.3;
}

.product-rating {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.product-rating .stars {
  color: #ffc107;
  margin-right: 10px;
}

.product-rating .rating-text {
  color: #6c757d;
  font-size: 14px;
}

.product-price {
  margin-bottom: 25px;
}

.current-price {
  font-size: 32px;
  font-weight: 700;
  color: #4698ff;
  margin-right: 15px;
}

.original-price {
  font-size: 20px;
  color: #6c757d;
  text-decoration: line-through;
  margin-right: 15px;
}

.discount-badge {
  background: #dc3545;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

.product-description {
  margin-bottom: 30px;
}

.product-description p {
  color: #6c757d;
  line-height: 1.6;
  font-size: 16px;
}

.product-features h4 {
  color: #222538;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.features-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features-list li {
  padding: 8px 0;
  color: #495057;
  display: flex;
  align-items: center;
}

.features-list li i {
  color: #28a745;
  margin-right: 10px;
  font-size: 14px;
}

.product-actions {
  border-top: 1px solid #e9ecef;
  padding-top: 30px;
}

.quantity-selector {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.quantity-selector label {
  margin-right: 15px;
  font-weight: 500;
  color: #222538;
}

.quantity-input {
  display: flex;
  align-items: center;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  overflow: hidden;
}

.qty-btn {
  background: #f8f9fa;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  color: #495057;
  transition: background-color 0.3s ease;
}

.qty-btn:hover {
  background: #e9ecef;
}

.quantity-input input {
  border: none;
  padding: 8px 12px;
  width: 60px;
  text-align: center;
  outline: none;
}

.action-buttons {
  display: flex;
  gap: 15px;
}

.action-buttons .btn {
  padding: 12px 30px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.add-to-cart {
  background: #4698ff;
  border-color: #4698ff;
}

.add-to-cart:hover {
  background: #357abd;
  border-color: #357abd;
  transform: translateY(-2px);
}

.contact-us {
  border-color: #6c757d;
  color: #6c757d;
}

.contact-us:hover {
  background: #6c757d;
  color: white;
  transform: translateY(-2px);
}

/* Product Tabs */
.product-tabs-area {
  background: #f8f9fa;
  padding: 60px 0;
}

.product-tabs {
  border-bottom: 2px solid #dee2e6;
  margin-bottom: 30px;
}

.product-tabs .nav-link {
  border: none;
  color: #6c757d;
  font-weight: 500;
  padding: 15px 25px;
  border-radius: 0;
  transition: all 0.3s ease;
}

.product-tabs .nav-link:hover,
.product-tabs .nav-link.active {
  color: #4698ff;
  border-bottom: 2px solid #4698ff;
  background: none;
}

.product-tab-content {
  background: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.description-content h3 {
  color: #222538;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.description-content h4 {
  color: #222538;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.description-content ul {
  padding-left: 20px;
}

.description-content li {
  margin-bottom: 8px;
  color: #495057;
}

.specifications-content .table {
  margin-bottom: 0;
}

.specifications-content .table td {
  padding: 15px;
  border-top: 1px solid #dee2e6;
  vertical-align: middle;
}

.specifications-content .table td:first-child {
  font-weight: 500;
  color: #222538;
  width: 30%;
}

/* Reviews Styles */
.review-summary {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.rating-overview {
  text-align: center;
}

.average-rating {
  font-size: 48px;
  font-weight: 700;
  color: #4698ff;
  line-height: 1;
}

.rating-overview .stars {
  color: #ffc107;
  font-size: 18px;
  margin: 10px 0;
}

.rating-breakdown .rating-row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.rating-breakdown .rating-row span:first-child {
  width: 40px;
  font-size: 14px;
}

.rating-breakdown .progress {
  flex: 1;
  height: 8px;
  margin: 0 15px;
  background: #e9ecef;
}

.rating-breakdown .progress-bar {
  background: #ffc107;
}

.rating-breakdown .rating-row span:last-child {
  width: 40px;
  text-align: right;
  font-size: 14px;
}

.review-item {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.reviewer-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.reviewer-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
}

.reviewer-details h5 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  color: #222538;
}

.review-stars {
  color: #ffc107;
  font-size: 14px;
  margin-bottom: 5px;
}

.review-date {
  color: #6c757d;
  font-size: 12px;
}

.review-text {
  color: #495057;
  line-height: 1.6;
  margin: 0;
}

/* FAQ Styles */
.faq-content .card {
  border: 1px solid #e9ecef;
  margin-bottom: 10px;
  border-radius: 8px;
}

.faq-content .card-header {
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  padding: 0;
}

.faq-content .btn-link {
  color: #222538;
  text-decoration: none;
  font-weight: 500;
  padding: 15px 20px;
  width: 100%;
  text-align: left;
  border-radius: 8px;
}

.faq-content .btn-link:hover {
  color: #4698ff;
  text-decoration: none;
}

.faq-content .card-body {
  color: #495057;
  line-height: 1.6;
}

/* Related Products */
.related-products-area {
  padding: 80px 0;
  background: white;
}

.related-products-area .section-title h2 {
  color: #222538;
  margin-bottom: 15px;
}

.related-products-area .section-title p {
  color: #6c757d;
  margin-bottom: 50px;
}

/* Responsive Design */
@media only screen and (max-width: 768px) {
  .product-info {
    padding-left: 0;
    margin-top: 30px;
  }
  
  .product-title {
    font-size: 24px;
  }
  
  .current-price {
    font-size: 28px;
  }
  
  .action-buttons {
    flex-direction: column;
  }
  
  .action-buttons .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .product-tab-content {
    padding: 20px;
  }
  
  .product-tabs .nav-link {
    padding: 10px 15px;
    font-size: 14px;
  }
}