/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Updated: 2025-11-11 04:10:32

*/

/* ===============================
   Global Theme Variables aaa
   =============================== */
:root {
  --primary: #151522;
  --secondary: #7185ee;
  --white: #ffffff;
  --black: #000000;
  --gray: #707078;
  --muted: #dfdfdf;
  --error: #ff0000;
  --light-primary: #22222f;
  --light-secondary: #f4f6ff;
  --text-dark: #151515;
  --text-muted: #ffffffb2;
  --border-muted: #4646468c;

  /* Bootstrap-like breakpoints */
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 480px;
  --bs-breakpoint-md: 767px;
  --bs-breakpoint-lg: 991px;
  --bs-breakpoint-xl: 1024px;
}
html,
body {
  overflow-x: hidden !important;
}

.header-drop-overflow {
  overflow: auto;
}
span.hfe-scroll-to-top-button {
  justify-content: flex-start;
  width: -webkit-fill-available;
  padding-left: 20px;
}
/* ===============================
   scroll bar
   =============================== */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: var(--secondary);
}
::-webkit-scrollbar-track {
  background: var(--muted);
}
#pum-2663 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.5s;
  z-index: 99999;
}
.infor-footer-box,
.mailchimp-footer-box {
  border-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0)
  );
  border-image-slice: 1;
}

.privacy-footer-box,
.latest-blog-box {
  border-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0)
  );
  border-image-slice: 1;
}

.information-footer,
.mailchimp-footer-form {
  border-image: linear-gradient(to right, var(--secondary), var(--text-dark));
  border-image-slice: 1;
}
.vision-border {
  border-image: linear-gradient(to right, var(--secondary), #f4f6ff);
  border-image-slice: 1;
}
.mission-border {
  border-image: linear-gradient(to left, var(--secondary), #f4f6ff);
  border-image-slice: 1;
}

.explore-services p::after {
  content: '';
  position: absolute;
  border-top: 1px solid var(--border-muted);
  height: 1px;
  width: -webkit-fill-available;
  margin-left: 1.25rem;
  margin-top: 15px;
}

.border-liner-box {
  border-image: linear-gradient(
    to bottom,
    rgba(223, 223, 223, 0),
    var(--muted),
    rgba(223, 223, 223, 0)
  );
  border-image-slice: 1;
}

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

/*  =============================== 
	custom industry post type ACF 
	=============================== */
.industry-slide {
  position: relative;
  height: 500px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.4s;
}

.industry-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.4s;
}

.industry-slide:hover::before {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
}

.industry-slider {
  margin-bottom: 30px;
}

.industry-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  color: var(--white);
  height: 100%;
  display: flex;
  align-items: end;
}

.industry-title {
  margin-bottom: 8px;
  color: var(--white) !important;
}

.industry-desc {
  opacity: 0;
  max-height: 0;
  transition: 0.4s ease;
  color: var(--white);
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.industry-desc::-webkit-scrollbar {
  display: none;
}

.industry-slide:hover .industry-desc {
  opacity: 1;
  max-height: 150px;
  overflow-y: auto;
  margin-top: 10px;
}
/* Controls Wrapper */
.owl-controls-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.owl-controls-line button,
.owl-controls-line button:hover,
.owl-controls-line button:focus {
  background-color: #00000000;
  border: none;
  padding: 6px 4px;
}
/* Arrow Core */
.arrow-left,
.arrow-right {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
}

/* Arrow Directions */
.arrow-left {
  color: var(--black);
}

.arrow-right {
  color: var(--black);
}

/* Hover Color = Secondary */
.arrow-left:hover,
.arrow-right:hover {
  border-color: var(--secondary);
}

/* Dots */
.owl-dots {
  display: flex;
  align-items: center;
  gap: 0px;
}

/* Default Dot = Gray */
.owl-dots .owl-dot span {
  width: 12.79px;
  height: 12.79px;
  background: gray;
  opacity: 0.4;
  display: block;
  border-radius: 50%;
  transition: 0.3s;
  padding: 0px;
}

/* Active Dot = Secondary */
.owl-dots .owl-dot.active span {
  background: var(--secondary);
  opacity: 1;
}

/* Mobile Height */

/*  =============================== 
	Custom Service Tabs CSS  
	=============================== */
.slider-container {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  background-color: #f9fafc;
}

.category-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
  flex-wrap: nowrap;
}

.category-tabs .indicator {
  position: absolute;
  bottom: -1px;
  height: 2px;
  background-color: #007bff;
  border-radius: 2px;
  width: 0;
  left: 0;
  margin-left: 25px;
  transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
}

.tab-button {
  position: relative;
  padding: 10px 25px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

.tab-button.active {
  color: #007bff;
}

.slider-content {
  overflow: hidden;
  padding: 10px 0;
}

.slides-wrapper {
  display: none;
  justify-content: center;
  gap: 15px;
  transition: transform 0.5s ease-in-out;
}

.slides-wrapper.active {
  display: flex;
  flex-wrap: wrap;
  animation: fadeIn 0.5s ease;
}

.slide {
  width: 32.33%;
  height: 274px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background: var(--white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slide:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.image-box {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.hover-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: var(--white);
  opacity: 0;
  transition: opacity 0.3s;
  padding: 10px;
  height: 100%;
  display: flex;
  align-items: end;
  overflow-y: auto;
}

.image-box:hover .hover-overlay {
  opacity: 1;
}

.description {
  color: var(--white);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  overflow-y: auto;
  max-height: 220px;
}

.service-category button {
  background: transparent;
  color: var(--black);
}

.service-category .tab-button.active {
  background: transparent;
  color: var(--secondary);
}

.service-category .elementor-kit-7 button {
  border: none;
  outline: none;
  border-width: 0px;
  border-color: #7185ee00;
  border-radius: 000;
  color: var(--black);
}

.tab-button.active {
  color: #79b5f5;
  font-weight: 600;
}

.tab-button {
  background: none;
  border: none !important;
  outline: none !important;
  margin: 0 25px;
  padding: 12px 5px;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}

.service-category .elementor-kit-7 button:hover,
.service-category .elementor-kit-7 button:focus {
  border: none;
  outline: none;
  border-width: 0px;
  border-color: #7185ee00;
  border-radius: 000;
  color: var(--black);
}

.category-tabs button {
  outline: none;
}

.hover-overlay h4 {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*  =============================== 
	Custom FOUNDER CSS  
	=============================== */

.founder-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.founder-card {
  display: flex;
  gap: 50px;
  margin: 0px 40px;
  width: 25%;
}

.founder-card-inner {
  overflow: hidden;
  background: #f4f4f4;
  padding: 0;
  width: 100%;
}

.founder-img-bg {
  height: 360px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
}

.founder-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.6);
  border-width: 0px 0px 0px 6px;
  border-style: solid;
  border-color: var(--secondary);
}

.founder-content {
  padding: 10px 5px;
}

.founder-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--black);
}

.founder-role {
  font-size: 17px;
  color: #333;
  font-weight: 500;
  border-radius: 4px;
}

.founder-role-wrap {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.founder-link-wrap {
  width: 90px;
  height: -webkit-fill-available;
  background: var(--secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: var(--white);
}

.founder-link-wrap a {
  color: white;
  text-decoration: none;
  font-size: 26px;
}

/*  =============================== 
	Custom countries CSS  
	=============================== */
.countries-owl-wrapper {
  position: relative;
}

.countries-owl .country-inner {
  padding: 20px;
  text-align: left;
}

.country-inner .country-number {
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--black);
}

.country-inner .country-flag {
  width: 80px !important;
  margin: 24px 0;
}

.country-inner .no-image {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}

.country-inner .country-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0;
}

.country-inner .country-desc {
  color: #666;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.owl-nav-custom {
  position: absolute;
  top: -72px;
  right: 0;
  display: flex;
  gap: 10px;
}

.countries-owl-wrapper .owl-prev-custom,
.countries-owl-wrapper .owl-next-custom {
  background: transparent;
  border: 1px solid #cccccc00;
  padding: 0px 12px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 4px !important;
  font-size: 30px;
  line-height: 34px;
  color: var(--black);
}

.countries-owl-wrapper .owl-prev-custom:active,
.countries-owl-wrapper .owl-next-custom:active {
  border-color: #000;
}

/*  =============================== 
	Custom testimonial CSS  
	=============================== */
.testimonial-owl-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0px;
}

.testimonial-inner {
  background: #ffffff00;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.testimonial-content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}

.reviewer-logo {
  flex-shrink: 0;
  width: 25%;
}

.reviewer-logo img.logo-img {
  width: 229px;
  height: 200px;
  object-fit: contain;
  padding: 10px 12px 10px 0;
  margin: 0px 0;
}

.testimonial-text-area {
  flex-grow: 1;
}

.reviewer-name-title {
  text-align: left;
}

.testimonial-text {
  text-align: left;
}

.testimonial-owl .owl-dots {
  display: flex;
  justify-content: center;
}

.testimonial-owl .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 6px;
  background: #b8c2f6;
  border-radius: 50%;
  transition: 0.3s;
  display: flex;
}

.testimonial-owl .owl-dots .owl-dot.active span {
  background: #7185ee;
}

.iconbox-slider-custom .owl-item,
.iconbox-slider-custom-sec .owl-item {
  width: 33.33% !important;
}

.iconbox-slider-custom,
.iconbox-slider-custom-sec {
  overflow: hidden;
}

.iconbox-box {
  padding: 20px;
  border: 1px solid transparent;
  text-align: center;
  transition: 0.3s ease-in-out;
}

/* Only center active item (2nd active item) */
.iconbox-slider-custom .owl-item.active + .owl-item.active,
.iconbox-slider-custom-sec .owl-item.active + .owl-item.active {
  border-left: 1px solid #dfdfdf;
}

.iconbox-slider-custom .owl-stage,
.iconbox-slider-custom-sec .owl-stage {
  display: flex;
}

/* ===============================
   faq's paginations created
   =============================== */
.faq-page-accor .e-n-accordion-item-title-icon .e-opened,
.faq-page-accor .e-n-accordion-item-title-icon .e-closed,
.faq-accor .e-n-accordion .e-n-accordion-item-title-icon .e-opened,
.faq-accor .e-n-accordion .e-n-accordion-item-title-icon .e-closed {
  background-color: var(--secondary);
  padding: 2px 8px;
  border-radius: 50%;
  background-position: center;
  background-size: 0.9rem;
  height: 34px !important;
}
/* ===============================
   benefit custom slider create
   =============================== */
.benefit-custom-slider .owl-stage {
  display: flex;
}

.benefit-custom-slider .owl-stage-outer {
  overflow: hidden;
  width: -webkit-fill-available;
}

.benefit-custom-slider::before {
  content: '';
  position: absolute;
  top: 3.6rem;
  left: 0;
  height: 1px;
  width: 100%;
  background: var(--border-muted);
  margin: 0;
}

.benefit-custom-slider .benefit-title-dot::after {
  content: '';
  position: absolute;
  top: -4px;
  left: 4px;
  width: 14px;
  height: 14px;
  background-color: #727bf0;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(114, 123, 240, 0.2);
  z-index: 2;
}
.benefit-custom-slider .owl-stage {
  display: flex;
  gap: 0px;
}

/* first active item */
.benefit-custom-slider .owl-item.active {
  padding-right: 24px;
}

/* Middle active item */
.benefit-custom-slider .owl-item.active + .owl-item.active {
  padding-left: 24px;
  padding-right: 24px;
}

/* Last active item */
.benefit-custom-slider .owl-item.active + .owl-item.active + .owl-item.active {
  padding-left: 24px;
}

/* ===============================
   cs cargo tabbing
   =============================== */
.cs-cargo-tabbing .e-n-tab-title {
  display: flex;
  justify-content: space-between;
  border-radius: 0;
}
.cs-cargo-tabbing .e-n-tabs-heading {
  /* width: 50%; */
  border-right: 1px solid transparent;
  border-image: linear-gradient(
    180deg,
    rgba(113, 133, 238, 0) 0%,
    #7185ee 46.54%,
    rgba(113, 133, 238, 0) 100%
  );
  border-image-slice: 1;
  overflow-y: auto;
}
.cs-cargo-tabbing .e-n-tab-title-text {
  text-align: left;
  width: max-content;
}
.cs-cargo-tabbing .e-n-tab-title:hover,
.cs-cargo-tabbing .e-n-tab-title:focus {
  border-radius: 0;
}

/* ===============================
   blog cards css
   =============================== */
/* Wrapper - 3 boxes per row */
#blog-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
}

.blog-card {
  width: 30.33%;
}

.blog-latest-blog-card {
  width: 100%;
}
/* Each blog card */
.blog-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

/* Image */
.blog-card .blog-image {
  width: 100%;
  height: 240px;
}
.mega-menu .blog-image img {
  width: 35%;
}
.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Content */
.blog-card .blog-content {
  padding: 18px;
  text-align: left;
}

/* Date */
.blog-date {
  font-size: 14px;
  color: #888;
  margin-bottom: 8px;
}
p.blog-date {
  margin: 0 !important;
}
/* Title */
.blog-title {
  margin: 0 0 10px;
  color: #222;
  font-weight: 600;
  line-height: 24px;
}

/* Description */
.blog-desc {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
}

/* Read More */
.blog-readmore {
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
}

.blog-readmore:hover {
  text-decoration: underline;
}

.no-more-btn {
  background: #ccc !important;
  color: #666 !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}

.blog-load-more {
  padding: 10px 20px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
}

#blog-loader {
  margin-top: 10px;
  font-size: 14px;
}
.blog-list-shortcode .elementor-shortcode {
  text-align: center;
}
/* ===============================
   blog details page lux css
   =============================== */
/* Main Container */
.lux-container {
  max-width: 1320px;
  margin: 0px auto 48px;
  padding: 0 20px;
}
.lux-hero {
  display: flex;
  margin: 48px 10px;
}
.lux-hero-left,
.lux-hero-right {
  width: 50%;
}
/* Wrapper */
.lux-blog-wrapper {
  padding: 40px;
  border-radius: 30px;
  box-shadow: 0px 0px 20px #7185ee3d;
}

/* Blog Card */
.lux-blog-card {
  width: 100%;
}
.lux-blog-image-wrapper {
  width: 50%;
}
/* Featured Image */
.lux-blog-image img {
  width: 50%;
  border-radius: 30px;
  margin-bottom: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

/* Title */
.lux-blog-title {
  margin: 0 0 15px;
}

/* Meta */
.lux-blog-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  font-size: 15px;
  color: #777;
}

.lux-date,
.lux-author {
  padding: 6px 12px;
  background: #f5f5f5;
  border-radius: 50px;
  border: 1px solid #eee;
  display: block;
  margin-bottom: 10px;
}

/* Content Styling */
.lux-blog-content {
  margin-bottom: 40px;
  color: #333;
}

/* Headings */
.lux-blog-content h2,
.lux-blog-content h3 {
  color: #222;
  margin-top: 25px;
}

/* ===============================
   mailchimp footer form css
   =============================== */
/* 1. Container - The Pill Shape */
.custom-mc4wp-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
}

/* 2. The Input Field */
.custom-mc4wp-wrapper input[type='email'] {
  flex: 1;
  border: none !important;
  background-color: transparent !important;
  padding: 0px 25px !important;
  font-size: 16px;
  color: #333;
  outline: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  height: auto !important;
}

/* Placeholder */
.custom-mc4wp-wrapper input[type='email']::placeholder {
  color: #888;
}

/* 3. Submit Button */
.custom-mc4wp-wrapper .mc4wp-btn {
  background-color: #7684ff;
  border: none !important;
  padding: 24px 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  margin: 0 !important;
  border-radius: 0 !important;
  height: 100%;

  /* Arrow as background image */
  background-image: url('./assests/images/footer-right-arrow.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}

.custom-mc4wp-wrapper .mc4wp-btn:hover {
  background-color: #5b6bdc;
}
/* ===============================
   popup-maker-css
   =============================== */
html.pum-open.pum-open-overlay.pum-open-scrollable
  body
  > :not([aria-modal='true']) {
  padding-right: 0px !important;
}
.html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
  overflow: auto;
}

/* ===============================
   contact form css
   =============================== */
.contact-container h3 {
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: bold;
  color: #000;
}
.contact-container p span input,
.contact-container textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 25px;
  border: none;
  border-bottom: 1px solid #ddd;
  outline: none;
  font-size: 15px;
  background: transparent;
}
.contact-container textarea {
  height: 90px;
  resize: none;
}
.contact-container button {
  background: #6577ff;
  border: none;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #7185ee;
  border-radius: 50px 50px 50px 50px;
}
.contact-container button:hover,
.contact-container button:focus {
  background-color: #02010100;
  color: #7185ee;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #7185ee;
  border-radius: 50px 50px 50px 50px;
}
/* ===============================
   responcive
   =============================== */

@media (max-width: 1024px) {
  /* service responcive */
  .tab-button {
    font-size: 16px;
    margin: 0 18px;
    padding: 10px 5px;
  }

  .category-tabs .indicator {
    margin-left: 22px;
  }

  .slide {
    width: 32.33%;
  }
  /* founder responcive */
  .founder-card {
    width: 30%;
    margin: 15px;
  }
  /* blog responcive */
  .mega-menu.blog-image img {
    width: 48%;
  }
}

@media (max-width: 991px) {
  /* blog responcive */
  .mega-menu .blog-image img {
    width: 85%;
  }
  /* service responcive */
  .tab-button {
    font-size: 15px;
    margin: 0 15px;
  }

  .slide {
    width: 45%;
  }

  .category-tabs .indicator {
    margin-left: 20px;
  }

  /* founder responcive */
  .founder-card {
    width: 30%;
    margin: 10px;
    gap: 0px;
  }

  .founder-name {
    font-size: 18px;
  }

  .founder-role {
    font-size: 16px;
  }
  /* blog details page custom  */
  .lux-hero-left,
  .lux-hero-right {
    width: 100%;
    margin-bottom: 10px;
  }
  .lux-hero {
    display: block;
    margin: 24px 5px;
  }
  .lux-blog-image img {
    width: 60%;
  }
}

@media (max-width: 767px) {
  /* industry responcive */
  .industry-slide {
    height: 350px;
  }

  /* service responcive */
  .tab-button {
    font-size: 14px;
    margin: 0 12px;
  }

  .category-tabs .indicator {
    margin-left: 15px;
  }

  .category-tabs {
    gap: 10px;
  }

  .slide {
    width: 45%;
    height: 240px;
  }

  .description {
    font-size: 14px;
  }

  /* founder responcive */
  .founder-card {
    width: 40%;
    margin: 15px;
  }

  .founder-name {
    font-size: 17px;
  }

  .founder-role {
    font-size: 15px;
  }

  .founder-link-wrap {
    width: 70px;
  }

  /* testimonial responcive */
  .testimonial-owl-wrapper {
    padding: 25px 15px;
  }

  .testimonial-content-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .reviewer-logo {
    width: 100%;
  }

  .reviewer-logo img.logo-img {
    width: 180px;
    height: 160px;
    margin: 0 auto 15px;
  }

  .testimonial-inner {
    padding: 15px 10px;
  }

  .reviewer-name-title {
    font-size: 20px;
    line-height: 26px;
  }

  .testimonial-text {
    font-size: 15px;
    line-height: 26px;
  }

  /* FAQ responcive */
  .faq-page-accor .e-n-accordion-item-title-icon .e-opened,
  .faq-page-accor .e-n-accordion-item-title-icon .e-closed,
  .faq-accor .e-n-accordion .e-n-accordion-item-title-icon .e-opened,
  .faq-accor .e-n-accordion .e-n-accordion-item-title-icon .e-closed {
    padding: 7px 8px;
  }

  /* blog page responcive */
  .blog-card {
    width: 75%;
  }
  #blog-list-wrapper {
    flex-wrap: wrap;
  }

  .owl-controls-line {
    padding-top: 24px;
  }
}

@media (max-width: 480px) {
  /* country arrow */
  .owl-nav-custom {
    top: 100%;
    right: 40%;
  }
  .founder-bottom {
    max-height: 75px;
    height: 100%;
  }
  /* service responcive */
  .slider-container {
    padding: 10px 0 !important;
  }

  .category-tabs .indicator {
    margin-left: 10px;
  }

  .tab-button {
    font-size: 13px;
    margin: 0 8px;
    padding: 8px 0 !important;
  }

  .slide {
    width: 100%;
  }

  .description {
    font-size: 13px;
  }

  .border-liner-box {
    border-image: linear-gradient(
      to left,
      rgba(223, 223, 223, 0),
      var(--muted),
      rgba(223, 223, 223, 0)
    );
    border-image-slice: 1;
  }

  /* founder responcive */
  .founder-card {
    width: 100%;
    margin: 10px 0;
    gap: 20px;
  }

  .founder-name {
    font-size: 16px;
  }

  .founder-role {
    font-size: 14px;
  }

  .founder-link-wrap {
    width: 60px;
  }

  .founder-link-wrap a {
    font-size: 20px;
  }

  /* testimonial slider responcive */
  .testimonial-owl-wrapper {
    padding: 20px 0px;
  }

  .reviewer-logo img.logo-img {
    width: 150px;
    height: 130px;
    padding: 8px;
  }

  .testimonial-inner {
    padding: 10px;
  }

  .reviewer-name-title {
    font-size: 18px;
    line-height: 24px;
  }

  .testimonial-text {
    font-size: 14px;
    line-height: 24px;
  }

  .testimonial-content-wrapper {
    gap: 10px;
  }

  .testimonial-owl .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 4px;
  }
  .owl-controls-line {
    gap: 0px;
    flex-wrap: wrap;
  }

  /* blog page responcive */
  .blog-card {
    width: 100%;
  }
  .blog-card .blog-content {
    padding: 10px;
  }

  /* blog details page custom  */
  .lux-blog-image img {
    width: 100%;
  }
  .lux-container {
    padding: 10px;
  }
  .lux-blog-wrapper {
    padding: 10px;
  }
  .lux-blog-meta {
    display: block;
    margin-bottom: 10px;
  }
  .explore-services p::after {
    display: none;
  }
}
