/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Inter", sans-serif, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   --heading-fonts: "Inter", sans-serif;
  --poppins-family: "Inter", sans-serif;
  --white: #FFF;
  --black:#000;
  --nav-font:"Inter", sans-serif;
}


/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #191919; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #222222; /* Color for headings, subheadings and title throughout the website */
  --accent-color:#31a5f0; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #222222;  /* The default color of the main navmenu links */
  --nav-hover-color: #106eea; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #222222; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #106eea; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f5f9ff;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.img-block.noboxshadow{box-shadow:none !important;}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {color: var(--default-color); transition: all 0.3s; z-index: 997; background-color: var(--background-color); }
.header .topbar {background-color:#001837; height: 40px; padding: 0; font-size: 14px; transition: all 0.3s; }
.header .topbar .contact-info i {font-style: normal; color: var(--contrast-color); }
.header .topbar .contact-info i a,
.header .topbar .contact-info i span {padding-left: 5px; color: var(--contrast-color); }

@media (max-width: 575px) {
  .header .topbar .contact-info i a, .header .topbar .contact-info i span {font-size: 13px; }
}

.header .topbar .contact-info i a {line-height: 0; transition: 0.3s; }
.header .topbar .contact-info i a:hover {color: var(--contrast-color); text-decoration: underline; }
.header .topbar .social-links a {color: color-mix(in srgb, var(--contrast-color), transparent 40%); line-height: 0; transition: 0.3s; margin-left: 20px; }
.header .topbar .social-links a:hover {color: var(--contrast-color); }
.header .branding {background-color: var(--background-color); min-height: 60px; padding: 10px 0; }
.header .logo {line-height: 1; }
.header .logo img {max-height: 36px; margin-right: 8px; }
.header .logo h1 {font-size: 30px; margin: 0; font-weight: 700; color: var(--heading-color); }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {padding: 0; }
  .navmenu ul {margin: 0; padding: 0; display: flex; list-style: none; align-items: center; }
  .navmenu li {position: relative; text-transform:capitalize; }
  .navmenu a, .navmenu a:focus {color: var(--nav-color); padding: 18px 15px; font-size: 15px; font-weight: 500; display: flex; align-items: center; justify-content: space-between; white-space: nowrap; transition: 0.3s; }
  .navmenu a i, .navmenu a:focus i {font-size: 12px; line-height: 0; margin-left: 5px; transition: 0.3s; }
  .navmenu li:last-child a {padding-right: 0; }
  .navmenu li:hover>a, .navmenu .active, .navmenu .active:focus {color: var(--nav-hover-color); }
  .navmenu .dropdown ul {margin: 0; padding: 10px 0; background: var(--nav-dropdown-background-color); display: block; position: absolute; visibility: hidden; left: 14px; top: 130%; opacity: 0; transition: 0.3s; border-radius: 4px; z-index: 99; box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
  .navmenu .dropdown ul li {min-width: 200px; }
  .navmenu .dropdown ul a {padding: 10px 20px; font-size: 15px; text-transform: none; color: var(--nav-dropdown-color); }
  .navmenu .dropdown ul a i {font-size: 12px; }
  .navmenu .dropdown ul a:hover, .navmenu .dropdown ul .active:hover, .navmenu .dropdown ul li:hover>a {color: var(--nav-dropdown-hover-color); } 
  .navmenu .dropdown:hover>ul {opacity: 1; top: 100%; visibility: visible; }
  .navmenu .dropdown .dropdown ul {top: 0; left: -90%; visibility: hidden; }
  .navmenu .dropdown .dropdown:hover>ul {opacity: 1; top: 0; left: -100%; visibility: visible; }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .header .topbar{height:32px;font-size:12px}
  .mobile-nav-toggle {color: var(--nav-color); font-size: 28px; line-height: 0; margin-right: 10px; cursor: pointer; transition: color 0.3s; }
  .navmenu {padding: 0; z-index: 9997; }
  .navmenu ul {display: none; list-style: none; position: absolute; inset: 60px 20px 20px 20px; padding: 10px 0; margin: 0; border-radius: 6px; background-color: var(--nav-mobile-background-color); overflow-y: auto; transition: 0.3s; z-index: 9998; box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
  .navmenu a, .navmenu a:focus {color: var(--nav-dropdown-color); padding: 10px 20px; font-size: 17px; font-weight: 500; display: flex; align-items: center; justify-content: space-between; white-space: nowrap; transition: 0.3s; }
  .navmenu a i, .navmenu a:focus i {font-size: 12px; line-height: 0; margin-left: 5px; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: 0.3s; background-color: color-mix(in srgb, var(--accent-color), transparent 90%); }
  .navmenu a i:hover, .navmenu a:focus i:hover {background-color: var(--accent-color); color: var(--contrast-color); }
  .navmenu a:hover, .navmenu .active, .navmenu .active:focus {color: var(--nav-dropdown-hover-color); }
  .navmenu .active i, .navmenu .active:focus i {background-color: var(--accent-color); color: var(--contrast-color); transform: rotate(180deg); }
  .navmenu .dropdown ul {position: static; display: none; z-index: 99; padding: 10px 0; margin: 10px 20px; background-color: var(--nav-dropdown-background-color); border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%); box-shadow: none; transition: all 0.5s ease-in-out; }
  .navmenu .dropdown ul ul {background-color: rgba(33, 37, 41, 0.1); }
  .navmenu .dropdown>.dropdown-active {display: block; background-color: rgba(33, 37, 41, 0.03); }
  .mobile-nav-active {overflow: hidden; }
  .mobile-nav-active .mobile-nav-toggle {color: #fff; position: absolute; font-size: 32px; top: 15px; right: 15px; margin-right: 0; z-index: 9999; }
  .mobile-nav-active .navmenu {position: fixed; overflow: hidden; inset: 0; background: rgba(33, 37, 41, 0.8); transition: 0.3s; }
  .mobile-nav-active .navmenu>ul {display: block; }
}

.swiper-slide{height:auto;}
/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: #00042c;
  font-size: clamp(16px,0.93vw,18px);
  padding-bottom: 0;
  position: relative;
}

.footer .footer-newsletter {
  background-color: #31a5f0;
  padding: 35px 0;
      position: relative;
    overflow: hidden;
}

.footer .footer-newsletter h4 {
    font-size: clamp(25px,2.36vw,32px);
    color: #001837;
    margin-bottom: 0;
    padding-bottom: 10px;
} 

.footer .footer-newsletter p{color:#FFF;font-size:clamp(16px,0.93vw,18px)}

.footer .footer-newsletter .newsletter-form {
  margin-top: 20px;
  margin-bottom:10px;
  padding:0px;
  position: relative;
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 80%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 15px 20px;
  width: 100%;
  background-color: var(--surface-color);
  color: var(--default-color);
}

.batch img {
    max-height: 100px;
    max-width: 120px;
    height: auto;
    width: auto;
    display: block;
    filter: invert(1);
}
.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  padding: 0;
  background-image: url(../img/s-arrow.svg);
  transition: 0.3s;
  border-radius: 0;
  font-size: 0;
  background-size: 35px;
  background-color: transparent;
  background-position: center center;
  min-width: 50px;
  height: auto;
  background-repeat: no-repeat;
  height: 40px;
  position: absolute;
  right: 17px;
  top: 16px;
}
.footer-shape {
    position: absolute;
    z-index: 1;
    bottom: 200px;
    right: 70px;
    height: 270px;
    width: 270px;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover{
      background: transparent;
    background-image: url(../img/s-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px;
    filter:brightness(0);
}
.footer-shape img{position: absolute;}
.footer-shape img:nth-child(1){animation: rotation 20s linear infinite;}
.footer-shape img:nth-child(2){animation: focus-one 1s linear 1s infinite;}



@keyframes focus-one {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
} 

.img-newsletter {
    position: absolute;
    width: 55%;
    right: 0;
    top: 0;
    height: 100%;
    padding:0;
}

.img-newsletter:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 15%;
    background: #31a5f0;
    top: 0;
    left:-2px;
    z-index:2;
    clip-path: polygon(0 0%, 0% 0%, 100% 100%, 0 100%);
}
.img-newsletter figure{position:relative;}
.img-newsletter figure:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #31a5f0;
    top: 0;
    left:0;
    z-index:1;
    background-color:rgba(0, 0, 0, 0.8);
}

.contact-cta-info {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
    margin: auto;
    left: 0;
    right: 0;
    z-index:3;
}
.contact-cta-info .content-info {
    max-width: 450px;
    margin: auto;
    text-align: center;
}
.contact-cta-info h3{color:#FFF}
.footer .footer-top {
  padding-top: 50px;
}
@media(max-width:767px){
  .footer .footer-newsletter{padding-bottom:0;text-align:center;}
  .img-newsletter{position:relative;width:100%;margin:15px 0 0}
  .img-newsletter:before{display:none;}
  .contact-cta-info{padding:0 20px}
  .img-newsletter figure{margin:0}
}

.footer .footer-top p{color:#FFF}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #FFF;
  font-size: clamp(15px,0.83vw,16px);
  color: #FFF;
  margin-right: 10px;
  transition: 0.3s;
  color:var(--white);
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size:clamp(16px,1.38vw,20px);
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  color:#31a5f0;
}

.footer .footer-links {
  margin-bottom: 30px;
}

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

.footer .footer-links ul i {
  margin-right: 3px;
  font-size: 12px;
  line-height: 0;
  color: var(--accent-color);
}

.footer .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  display: inline-block;
  color: #FFF;
  line-height: 1.6;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-about a {
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 600;
  font-family: var(--heading-font);
}

.footer .footer-contact p {
  margin-bottom: 5px;
  color:#FFF;
}
.footer .link-title{color:var(--white);margin-bottom:25px;padding-bottom:20px;border-bottom:solid 1px #FFF;font-size:20px;margin-top:0}
.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: solid 1px rgba(255,255,255,0.15);
}

.footer .copyright p {
  margin-bottom: 0;
  color:#FFF;
}

.footer .copyright ul{padding:0;}
.footer .copyright ul li{list-style-type:none;}
.footer .copyright ul li a{color:#FFF}
.footer .copyright ul li a:hover{text-decoration:underline;}
.footer .copyright ul li:not(:last-child){border-right:solid 1px #FFF;padding-right:12px}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

textarea{height:146px}
.form-select{padding: 15px; font-size:clamp(15px,0.83vw,16px);border-radius:5px;border-color:#191919}
@media(max-width:767px){
  .footer .copyright{font-size:14px}
  .footer .copyright p{text-align:center;}
  .footer .copyright ul{justify-content:center !important;}
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: var(--background-color);
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader div {
  width: 13px;
  height: 13px;
  background-color: var(--accent-color);
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  position: absolute;
  left: 50%;
}

#preloader div:nth-child(1) {
  left: calc(50% + 8px);
  animation: animate-preloader-1 0.6s infinite;
}

#preloader div:nth-child(2) {
  left: calc(50% + 8px);
  animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(3) {
  left: calc(50% + 32px);
  animation: animate-preloader-2 0.6s infinite;
}

#preloader div:nth-child(4) {
  left: calc(50% + 56px);
  animation: animate-preloader-3 0.6s infinite;
}

@keyframes animate-preloader-1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes animate-preloader-3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes animate-preloader-2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 25px 0;
  position: relative;
}

.page-title h1 {
  font-size: 24px;
  font-weight: 600;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 50px 0;
  scroll-margin-top: 78px;
  overflow: clip;
}
section.gray-bg{background-color:#Fafafa !important}
section.gray-bg-dark{background-color:#F6f6f6 !important}
section.light-blue-bg{background-color:#ecf8ff !important}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 60px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  font-family: var(--default-font);
}

.section-title p {
  color: var(--heading-color);
  margin: 10px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  font-family: var(--heading-font);
}

.section-title p .description-title {
  color: var(--accent-color);
}

/*************************************************************** Mega Menu START **********************************/
:root {
  --color-primary: rgba(5, 249, 255, 1);
  --transition: 0.4s;
}

.base-template__wrapper {
  
  justify-content: flex-start;
  
}

a {
  color: #fff;
  text-decoration: none;
}

img {
  max-width: 100%;
}
.site{padding-top:90px; }
@media(max-width:1199px){
  .site{padding-top:100px; }
}
.header {
  position: fixed;
  width:100%;
  z-index:99;
  top:0;
  padding: 0;
  min-height: 82px;
  background-color: #FFF;
  box-shadow:0 0 10px rgba(0,0,0,0.2);
}

.header__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}

.header__navigation-wrapper {
  display: flex;
  width: 100%;
  padding-left: 50px;
}

.header__list {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
}

.header__list-item {
  display: flex;
  padding: 30px 0 50px;
  margin-bottom: -20px;
  gap: 8px;
  font-size: clamp(16px,0.83vw,16px);
  font-weight:600;
}

.header__list-item > a {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
  color:var(--dark-blue);
}

.header__list-item > a svg path {
  transition: var(--transition);
  fill:var(--dark-blue);
}

.header__list-item .submenu-wrapper {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 30px 30px 50px 30px;
  background-color: var(--dark-blue);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition);
  min-height:430px;
  max-height:430px;
  overflow: auto;
}

.header__list-item.has-submenu.small-menu-link{
  position: relative;
}

.submenu-wrapper.small-menu-content{
    width: auto;
    min-width: 250px;
    top: 81%;
    min-height: inherit;
    padding: 30px;
    border-radius:0 0 20px 20px;
  }
.submenu-wrapper.small-menu-content ul{
  padding:0;
}
.submenu-wrapper.small-menu-content ul.column-two{
  column-count:2;
  min-width:300px;
}
.submenu-wrapper.small-menu-content ul li{
  list-style-type:none;
  margin-bottom:10px;
}
.submenu-wrapper.small-menu-content ul li:before {
    content: "";
    height: 8px;
    width: 8px;
    border-left: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
    display: inline-block;
    transform: rotate(-135deg);
    vertical-align: middle;
    margin: -1px 10px 0 0;
}
.header__buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__navigation{
  margin-left:auto;
  margin-right:30px;
}
.header__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: max-content;
  padding: 6px 20px;
  border-radius:5px;
  gap: 8px;
  font-size: clamp(14px,0.83vw, 16px);
  font-weight: 400;
  transition: var(--transition);
  background:var(--dark-blue);
}

.submenu-list__title {
  width: max-content;
  margin-bottom: 25px;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(160, 161, 165, 1);
}

.submenu-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 295px;
  padding-left: 0;
}

.submenu-list__item {
  display: flex;
  padding-right: 100px;
  margin-right: -100px;
  cursor: pointer;
}

.submenu-list__item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  padding:15px;
  gap: 16px;
  border-radius: 14px;
  transition: var(--transition);
}

.submenu-list__item-wrapper > svg {margin-left: auto; opacity: 0; visibility: hidden; transition: var(--transition); }
.submenu-list__wrapper {position: relative; }
.submenu-content {position: absolute; right: 0; top: 0; max-width: calc(100% - 365px); opacity: 0; visibility: hidden; transition: var(--transition); width:100%; }
.submenu-list__item.has-submenu.active .submenu-content {opacity: 1; visibility: visible; }
.submenu-list__item.has-submenu.active .submenu-list__item-wrapper {background-color: rgba(255, 255, 255, 0.1); }
.submenu-list__item.has-submenu.active .submenu-list__item-wrapper > svg {opacity: 1; visibility: visible; pointer-events: auto; }
.submenu-list__item-link {display: flex; flex-direction: column; gap: 6px; }
.submenu-list__item-title {font-size: 16px; font-weight: 500; color: #fff; }
.submenu-list__item-icon {display: flex; }
.submenu-list__item-subtile {font-size: 12px; font-weight: 400; color: rgba(160, 161, 165, 1); }
.submenu-content__title {width: max-content; margin-bottom: 15px; text-transform: uppercase; color: rgb(49 165 240); font-weight: 700; min-height:45px; display: flex; align-items: center; }
.submenu-content__list{width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 0; }
.submenu-content__list-item {display: block; cursor: auto; padding:15px 15px 0; }
.submenu-content__link {display: flex; flex-direction: column; transition: var(--transition); margin-bottom:10px; }
.submenu-content__link-img {margin-bottom: 20px; border-radius: 13px; overflow: hidden; transition: var(--transition); }
.submenu-content__link-img img {transition: 0.4s ease-in; }
.submenu-content__link-title {font-size: clamp(14px,0.83vw,16px); font-weight: 500; }
.submenu-content__link-title.readmore-link{color:var(--accent-color); }
.submenu-content__link-title svg {display: inline-block; vertical-align: middle; margin: -4px 5px 0 0; }
.submenu-content__link-text {padding: 0 10px; font-size: 12px; color: rgba(160, 161, 165, 1); }
.submenu-content__link-wrapper {display: flex; gap: 20px; padding: 10px; border-radius: 20px; background-color: rgba(255, 255, 255, 0.05); }
.submenu-content__info {display: flex; flex-direction: column; flex: 1 0; }
.submenu-content__category {display: flex; align-items: center; gap: 10px; width: max-content; padding: 10px 20px; margin-bottom: 20px; border-radius: 30px; font-size: 12px; font-weight: 500; border: 1px solid rgba(255, 255, 255, 0.2); color: rgba(255, 255, 255, 0.7); }
.submenu-content__link-address,
.submenu-content__link-date {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(160, 161, 165, 1);
}

.submenu-content__link-address span,
.submenu-content__link-date span {
  line-height: 0.9;
}

.submenu-content__url {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  transition: var(--transition);

  svg,
  svg path {
    transition: var(--transition);
  }
}

.header__burger {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  width: 24px;
  margin-left: auto;
}

.header__burger i {
  width: 100%;
  height: 2px;
  background-color: var(--dark-blue);
  border-radius: 13px;
  transition: var(--transition);
}

.header__burger.active i:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}

.header__burger.active i:nth-child(2) {
  opacity: 0;
}

.header__burger.active i:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -5px);
}

.header.fixed .topbar{
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .header__list-item:hover .submenu-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .header__list-item:hover ~ .header__list-item .submenu-wrapper {
    display: none;
  }

  .header__list-item:hover > a,
  .header__list-item:hover > a svg path {
    color: var(--accent-color);
    fill: var(--accent-color);
  }

  .header__button:hover {
    background-color:var(--accent-color);
    color:var(--white);
  }

  .submenu-list__item.has-submenu:hover .submenu-list__item-wrapper {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .submenu-list__item.has-submenu:hover .submenu-content,
  .submenu-list__item.has-submenu:hover .submenu-list__item-wrapper > svg {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .submenu-content__list-item:hover .submenu-content__link {
    border-color: rgba(255, 255, 255, 0.3);
  }

  .submenu-content__list-item:hover .submenu-content__link-img img {
    transform: scale(1.05);
  }

  .submenu-content__url:hover,
  .submenu-content__url:hover svg path {
    color: var(--color-primary);
    stroke: var(--color-primary);
  }

  .submenu-content__url:hover svg {
    transform: translateX(5px);
  }
}

@media screen and (max-width: 1280px) {
  .header__navigation-wrapper {
    padding-left: 25px;
  }

  .submenu-list {
    max-width: 250px;
  }

  .submenu-content {
    max-width: calc(100% - 270px);
  }

  .submenu-content__url {
    margin-bottom: 0;
  }
}

@media screen and (max-width:1199px) {
  .base-template__wrapper {min-height: 105vh; }
  .header {min-height: 64px; }
  .header__burger {display: flex; }
  .submenu-content__list{grid-template-columns:repeat(2, 1fr)}
  .header__navigation-wrapper {flex-direction: column; align-items: center; position: absolute; top: 100%; left: 0; padding: 20px 20px 50px; background-color: rgba(25, 27, 36, 1); opacity: 0; visibility: hidden; transition: var(--transition); overflow: auto; height: calc(100vh - 60px); }
  .header__navigation-wrapper.open {opacity: 1; visibility: visible; }
  .header__list-item > a svg path{fill:var(--white); }
  .header__list {flex-direction: column; gap:15px; }
  .header__buttons-wrapper {flex-direction: column; margin-left: unset; margin-top:25px; gap: 8px; }
  .header__navigation, .header__list {width: 100%; }
  .header__list-item {flex-direction: column; width: 100%; padding: 0; gap: 0; margin: 0; }
  .header__list-item .submenu-wrapper {position: static; padding: 15px 15px 10px; max-height: 0; border-radius: 0; opacity: 1; visibility: visible; pointer-events: all; overflow: hidden; transition: max-height var(--transition); display:none; margin: 10px 0 0; border-radius: 10px;max-height: inherit !important;min-height: inherit}
  .header__list-item.active .submenu-wrapper {display:block;}
  .header__list-item > a{color:var(--white);}
  .submenu-list {width: 100%; max-width: 100%; gap: 5px; }
  .submenu-list__item {width: 100%; padding: 0; margin: 0; display:block; }
  .submenu-list__item:active .submenu-list__item-wrapper {background-color: rgba(255, 255, 255, 0.1); }
  .submenu-list__item.has-submenu .submenu-content{max-width:100%;position:inherit;}
  .submenu-list__item:active .submenu-list__item-wrapper > svg {opacity: 1; visibility: visible; }
  .submenu-list__title {display: none; }
  .submenu-content {display: none; }
  .header__button {border: 1px solid rgba(255, 255, 255, 1); }
  .header__buttons-wrapper, .header__button {width: 100%; }
  .header__wrapper{padding:15px 20px !important} 
  .header__wrapper img{max-width:150px}
  .header__list-item > a svg {width: 13px; display: block; height: 7px; margin: 3px 0 0 0; }
  .submenu-list__item-wrapper > svg{opacity:1;visibility:visible;}
  .submenu-list__item.has-submenu.active .submenu-list__item-wrapper > svg{transform:rotate(90deg)}
  body.mm-open .scroll-top.active{opacity:0;visibility:hidden;}
}
@media screen and (max-width:767px) {

}
@media screen and (max-width:575px) {
  .submenu-content__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*************************************************************** Mega Menu END **********************************/


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 75vh;
  position: relative;
  padding: 60px 0;
  display: flex;
  align-items: center;
  background: url("../img/hero-bg.jpg") top left;
  background-size: cover;
}
.videobg{position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;}
    .videobg video{height:100%;width:100%;object-fit:cover;}
.hero:before {
  content: "";
  background: color-mix(in srgb, var(--black), transparent 90%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index:2;
}

.hero .container {
  position: relative;
  z-index:3;
}

.hero h1 {
  margin: 0 0 15px;
  color:var(--white);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
}
.hero h4{color: var(--white);}
.hero h1 span {
  color: var(--accent-color);
}

.hero p {
  color:var(--white);
  margin: 5px 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: clamp(15px,0.83vw,16px);
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 4px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-get-started:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.hero .btn-watch-video {
  font-size: clamp(15px,0.83vw,16px);
  transition: 0.5s;
  margin-left: 25px;
  color: var(--default-color);
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 15%);
}

.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 13px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services .service-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  position: relative;
  z-index: 1;
}

.featured-services .service-item:before {
  content: "";
  position: absolute;
  background: var(--accent-color);
  inset: 100% 0 0 0;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .service-item .icon {
  margin-bottom: 10px;
}

.featured-services .service-item .icon i {
  color: var(--accent-color);
  font-size: 36px;
  transition: ease-in-out 0.3s;
}

.featured-services .service-item h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.featured-services .service-item h4 a {
  color: var(--heading-color);
  transition: ease-in-out 0.3s;
}

.featured-services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  transition: ease-in-out 0.3s;
}

.featured-services .service-item:hover h4 a,
.featured-services .service-item:hover .icon i,
.featured-services .service-item:hover p {
  color: var(--contrast-color);
}

.featured-services .service-item:hover:before {
  background: var(--accent-color);
  inset: 0;
  border-radius: 0px;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-content h3 {
  font-weight: 700;
  font-size: 26px;
}

.about .about-content ul {
  list-style: none;
  padding: 0;
}

.about .about-content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .about-content ul li:first-child {
  margin-top: 35px;
}

.about .about-content ul i {
  background: var(--surface-color);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  font-size: 24px;
  margin-right: 15px;
  color: var(--accent-color);
  border-radius: 50px;
}

.about .about-content ul h4 {
  font-size: 18px;
  font-weight: 600;
}

.about .about-content ul p {
  font-size: 15px;
}

.about .about-content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Skills Section
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  color: var(--heading-color);
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: var(--heading-font);
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: color-mix(in srgb, var(--default-color), transparent 90%);
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: var(--accent-color);
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats i {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: 6px solid var(--surface-color);
  width: 64px;
  height: 64px;
  font-size: 24px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.stats .stats-item {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  margin-top: -32px;
  padding: 40px 0 35px 0;
  width: 100%;
  position: relative;
  text-align: center;
  border-radius: 4px;
  z-index: 0;
}

.stats .stats-item span {
  font-size: clamp(25px,2.36vw,32px);
  display: block;
  font-weight: 700;
}

.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 25px 0;
}

.clients .swiper {
  padding: 10px 0;
}

.clients .swiper-wrapper {
  height: auto;
}

.clients .swiper-slide img {
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  background-color: var(--surface-color);
  text-align: center;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  padding: 80px 20px;
  transition: border ease-in-out 0.3s;
  height: 100%;
}

.services .service-item .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: var(--accent-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .service-item .icon i {
  color: var(--contrast-color);
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .service-item h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover {
  border-color: var(--accent-color);
}

.services .service-item:hover h3 {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  position: relative;
}

.testimonials:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.testimonials .testimonials-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.testimonials .container {
  position: relative;
  z-index: 3;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid color-mix(in srgb, var(--default-color), transparent 85%);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0 0 15px 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 50%);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--default-color);
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  font-family: var(--heading-font);
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}
.btn{
  background: var(--accent-color);
  color:var(--white);
}
.btn:hover{
  background:#000;
  color:#FFF;
}
/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 5px;
}

.team .team-member .member-img {
  position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .team-member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: color-mix(in srgb, var(--background-color), transparent 20%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .team-member .social a {
  transition: color 0.3s;
  color: var(--heading-color);
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .team-member .social a i {
  line-height: 0;
}

.team .team-member .social a:hover {
  color: var(--accent-color);
}

.team .team-member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .team-member .member-info {
  padding: 25px 15px;
  text-align: center;
}

.team .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.team .team-member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.team .team-member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.team .team-member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing .pricing-item h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: clamp(15px,0.83vw,16px);
  font-weight: 600;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  background: color-mix(in srgb, var(--default-color), transparent 95%);
}

.pricing .pricing-item h4 {
  font-size: 36px;
  font-weight: 600;
  font-family: var(--heading-font);
}

.pricing .pricing-item h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .pricing-item h4 span {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: clamp(15px,0.83vw,16px);
  font-weight: 300;
}

.pricing .pricing-item ul {
  padding: 15px 0;
  list-style: none;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .pricing-item ul li {
  padding-bottom: 16px;
}

.pricing .pricing-item ul i {
  color: var(--accent-color);
  font-size: 18px;
  padding-right: 4px;
}

.pricing .pricing-item ul .na {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  text-decoration: line-through;
}

.pricing .btn-wrap {
  background: color-mix(in srgb, var(--default-color), transparent 95%);
  margin: 0 -20px -20px -20px;
  padding: 20px 15px;
  text-align: center;
}

.pricing .btn-buy {
  background: var(--accent-color);
  color: var(--contrast-color);
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--heading-font);
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.pricing .featured h3 {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.pricing .advanced {
  background: var(--accent-color);
  color: var(--contrast-color);
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .faq-container{
    position: relative;
}
.faq .faq-container .faq-item {
  background-color: #F3F7FF;
  position: relative;
  padding:0;
  margin-bottom: 15px;
  border: 1px solid #c0c0c0;
  border-radius: 7px;
  overflow: hidden;
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding:15px 50px 15px 20px;
}
.faq .faq-container .faq-item svg{
    position: absolute;
    right:17px;
    top:17px;
    pointer-events: none;

}
.faq .faq-container .faq-item.faq-active svg{
  transform:rotate(90deg);  
}

.faq .faq-container .faq-item h3 .num {
  color: var(--accent-color);
  padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  padding:0 50px 20px 20px;
  display:none;
}

.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: clamp(15px,0.83vw,16px);
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
  color: var(--accent-color);
}
.faq .faq-container .faq-item i{
      font-size: 30px;
    position: absolute;
    right: 15px;
    top: 10px;
    pointer-events:none;
}
.faq .faq-container .faq-item.faq-active .bi-plus::before{
      content: "-";
    margin: -20px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.faq .faq-container .faq-active {
      background-color: #F3F7FF;
    border-color: #c0c0c0;
    color: #000;
}

.faq .faq-container .faq-active h3 {
  color: #000;
}

.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
  display:block;
}

.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-wrap {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

@media (max-width: 575px) {
  .contact .info-wrap {
    padding: 20px;
  }
}

.contact .info-item {
  margin-bottom: 40px;
}

.contact .info-item i {
  font-size: 20px;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .info-item:hover i {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.contact form{
  height: 100%;
  box-shadow: none;
  padding: 0;
  background: transparent;
}

@media (max-width: 575px) {
  .contact form{
    padding: 20px;
  }
}

.contact input[type=text],
.contact input[type=email],
.contact input[type=tel],
.contact textarea {
  font-size: clamp(15px,0.83vw,16px);
  padding: 15px;
  box-shadow: none;
  border-radius: 5px;
  color: var(--white);
  background-color: transparent;
  border-color:var(--white);
}

.contact input[type=text]:focus,
.contact input[type=email]:focus,
.contact input[type=tel]:focus,
.contact textarea:focus {
  border-color: var(--accent-color);
  background:transparent;
  box-shadow:none;
  color:#FFF;
}

.contact input[type=text]::placeholder,
.contact input[type=email]::placeholder,
.contact input[type=tel]::placeholder,
.contact textarea::placeholder {
  color: var(--white);
}

.contact button[type=submit],
.contact input[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
 width:100%;
 border-radius:5px;
 font-size:clamp(18px,1.14vw,22px);
}

.contact button[type=submit]:hover,
.contact input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 25%);
}

.contact select{background:transparent;}
.contact select:focus{background:transparent;box-shadow:none;}
.contact select option{color:#000}

.fab-inquiry-form label{display:none;}
.fab-inquiry-form .submit-btn .wpcf7-spinner{display:none;}
.fab-inquiry-form .submit-btn p{margin:0}
/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  background-color: var(--surface-color);
  padding: 10px 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
  margin: 20px 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.service-details .services-list a.active {
  color: var(--heading-color);
  font-weight: 700;
  border-color: var(--accent-color);
}

.service-details .services-list a:hover {
  border-color: var(--accent-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.portfolio-details .portfolio-info {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
}


.news-section-3 {
    margin-bottom: -50px
}

.news-card-items {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.news-card-items .news-image {
    position: relative;
    padding-bottom:67%;
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
    background:#EEE;
}
.news-card-items .news-image a{display:block;}
.news-card-items .news-image img {
     position: absolute;
     height:100%;
     width:100%;
     object-fit: cover;
}

.news-card-items .news-image .post-date {
    padding: 12px 24px;
    background-color: var(--accent-color);
    position: absolute;
    bottom: 40px;
    left: 0
}

.news-card-items .news-image .post-date h3 {
    font-weight: 700;
    font-size: 24px;
    color: var(--white);
    margin:0;
    line-height: 1;
}

.news-card-items .news-image .post-date h3 span {
    font-weight: 400;
    font-size: clamp(15px,0.83vw,16px);
    color: var(--white)
}

.news-card-items .news-content {
      padding: 15px;
    background-color: var(--white);
    box-shadow: 0px 3px 11px 0px #0000001C;
    position: relative;
    z-index: 9;
    border-radius: 0 0 15px 15px;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.news-card-items .news-content ul {
    display: flex;
    align-items: center;
    gap:12px;
    margin-bottom: 15px;
    padding:0;
}

.news-card-items .news-content ul li {
    font-size: 14px;
    font-weight: 500;
    list-style-type:none;
}

.news-card-items .news-content ul li i {
    color: var(--accent-color);
    margin-right: 5px
}

.news-card-items .news-content ul li a{
  color:#191919;
}

.news-card-items .news-content h3 {
  font-weight: 700;
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 18px;
}
.news-card-items .news-content h3 a{
  color:#000;
}

.news-card-items .news-content h3 a:hover {
    color: var(--accent-color)
}

.news-card-items.style-2 {
    padding-bottom: 50px
}

.news-content .theme-btn-2{
  color:var(--accent-color);
  margin-top:auto;
}

.news-card-items.style-2 .news-image {
    position: relative
}

.news-card-items.style-2 .news-image .post-date {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: initial
}

.news-card-items.style-2 .news-content {
    margin: 0
}

.news-card-items.style-2 .news-content ul li {
    font-size: clamp(15px,0.83vw,16px)
}

.news-card-items.style-3 {
    padding-bottom: 0;
    background-color: var(--white);
    box-shadow: none
}

.news-card-items.style-3 .news-image {
    padding: 15px 15px 0
}

.news-card-items.style-3 .news-image .post-date {
    left: 30px;
    top: 30px
}

.news-card-items.style-3 .content {
    box-shadow: none
}

.news-standard-wrapper .news-standard-items {
    border: 1px solid var(--border);
    padding: 25px
}

.news-standard-wrapper .news-standard-items:not(:last-child) {
    margin-bottom: 20px
}

.news-standard-wrapper .news-standard-items .news-thumb {
    position: relative
}

.news-standard-wrapper .news-standard-items .news-thumb img {
    width: 100%;
    height: 100%
}

.news-standard-wrapper .news-standard-items .news-thumb .post-date {
    padding: 12px 24px;
    background-color: var(--accent-color);
    position: absolute;
    top: 30px;
    left: 30px
}

.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 {
    font-weight: 700;
    font-size: 24px;
    color: var(--white)
}

.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 span {
    font-weight: 400;
    font-size: clamp(15px,0.83vw,16px);
    color: var(--white)
}

.news-standard-wrapper .news-standard-items .news-content {
    margin-top: 20px;
    position: relative;
    z-index: 9
}

.news-standard-wrapper .news-standard-items .news-content ul {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 15px
}

@media (max-width: 1199px) {
    .news-standard-wrapper .news-standard-items .news-content ul {
        gap:20px
    }
}

.news-standard-wrapper .news-standard-items .news-content ul li {
    font-size: 14px;
    font-weight: 500
}

.news-standard-wrapper .news-standard-items .news-content ul li i {
    color: var(--accent-color);
    margin-right: 5px
}

.news-standard-wrapper .news-standard-items .news-content h3 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 26px
}

.news-standard-wrapper .news-standard-items .news-content h3 a:hover {
    color: var(--accent-color)
}

.global-map{text-align:center;}
.global-map img{max-height:400px}


.achievement-section {
    margin-top: -200px;
    position: relative;
    z-index: 9
}

.achievement-section-3 {
    background-color: var(--theme);
    position: relative
}

.achievement-section-3 .shape-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -50px
}

@media (max-width: 1399px) {
    .achievement-section-3 .shape-image {
        display:none
    }
}

.achievement-section-3 .shape-image img {
    width: 100%;
    height: 100%
}

.achievement-wrapper {
    padding: 100px 80px;
    background-color: var(--theme);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-right: -25%;
    position: relative;
    z-index: 9
}

@media (max-width: 1600px) {
    .achievement-wrapper {
        margin-right:0;
        flex-wrap: wrap
    }
}

@media (max-width: 767px) {
    .achievement-wrapper {
        padding:50px 40px
    }
}

@media (max-width: 575px) {
    .achievement-wrapper {
        padding:60px 50px;
        text-align: center;
        justify-self: center;
        gap: 30px
    }
}

.achievement-wrapper .counter-area {
    display: flex;
    align-items: center;
    gap: 100px
}

@media (max-width: 1399px) {
    .achievement-wrapper .counter-area {
        flex-wrap:wrap;
        gap: 40px;
        justify-content: space-between;
        width: 100%
    }
}

@media (max-width: 575px) {
    .achievement-wrapper .counter-area {
        text-align:center;
        justify-content: center;
        gap: 20px
    }
}

.achievement-wrapper .counter-area .counter-items:not(:last-child) {
    border-right: 1px solid var(--white);
    padding-right: 70px
}

@media (max-width: 1199px) {
    .achievement-wrapper .counter-area .counter-items:not(:last-child) {
        padding-right:0;
        border: none
    }
}

.achievement-wrapper .counter-area .counter-items .content {
    margin-top: 20px
}

.achievement-wrapper .counter-area .counter-items .content h2 {
    color: var(--white)
}

.achievement-wrapper .counter-area .counter-items .content p {
    color: var(--white);
    margin-top: 5px
}

.achievement-wrapper.style-2 {
    background-color: initial;
    margin-right: 0;
    padding: 80px 0
}

.achievement-wrapper.style-2 .counter-area {
    gap: 70px
}

@media (max-width: 575px) {
    .achievement-wrapper.style-2 .counter-area {
        gap:30px
    }
}

.achievement-wrapper.style-2 .counter-area .counter-items:not(:last-child) {
    border-right: 2px solid rgba(243,247,251,.16)
}

@media (max-width: 1199px) {
    .achievement-wrapper.style-2 .counter-area .counter-items:not(:last-child) {
        border:none
    }
}

:root { 
  --gray-color: #f9f9f9; /* A versatile gray color used for secondary text, borders, and other elements that require a neutral tone. */
  --light-blue: #31A5F0; /* A light blue shade that can be used for backgrounds, highlights, or subtle accents to complement the primary accent color. */
  --dark-blue:#001837;
  --heading-fonts: "Inter", sans-serif; /* A font family variable that can be used for specific sections or elements that require a different typography style than the global default font. */
  --poppins-family: "Inter", sans-serif; /* Another font family variable that can be used for specific sections or elements that require a different typography style than the global default font. */
}


/*my Typography*/
h1,h2,h3,h4,h5,h6{font-family:var(--heading-fonts);line-height:1.4;font-weight:700;}
h1 {font-size: clamp(35px, 2.60vw, 56px);}
h2{font-size: clamp(25px, 2.39vw, 46px);}
h3{font-size:clamp(22px,2.36vw,32px);}
h4{font-size:clamp(20px,1.66vw,25px);}
h5{font-size:clamp(18px,1.38vw,22px);}
h6{font-size:clamp(14px,1.11vw,18px);}


.form-control{min-height:50px;border-color:#CCC}

:is(h1,h2,h3) span{color:var(--light-blue);}

body{font-size:clamp(16px,0.93vw,18px);line-height:1.6;}
/*p{text-align:justify;}*/
.text-center p{text-align:center;}

.ratio-img{position: relative;overflow:hidden;padding-bottom:67%;}
.ratio-img img{position: absolute;top:0;left:0;height:100%;width:100%;object-fit: cover;}

.primary-btn{min-height:50px;display:inline-flex;align-items:center;justify-content:center;font-size:18px;border-radius:5px;transition:0.3s all;background:var(--light-blue);color:var(--white);border:0;padding:0 25px;text-align:center;min-width:200px;border:solid 1px transparent;}
.primary-btn:hover{background:var(--dark-blue);color:var(--white);border-color:var(--white);}

.primary-btn.outline{background: transparent; border-color: var(--light-blue); color: var(--light-blue);}
.primary-btn.outline.white{border-color:var(--white);color:var(--white);}
.primary-btn.outline:hover{background:var(--dark-blue);color:var(--white);border-color:var(--white);}

section{position:relative;padding:50px 0;}
img{max-width:100%}

.swiper-button-next, .swiper-button-prev{
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: solid 2px var(--light-blue);}

    .swiper-button-next:after, .swiper-button-prev:after{
          font-size: 20px;
    color: var(--light-blue);
    font-weight: 900;
    }
@media(max-width:1199px){
  .container, .container-sm {
    max-width: 100%;
    padding:0 20px;
  }
}
@media(max-width:991px){
  .container, .container-sm {
    max-width: 100%;
  }
}
@media(max-width:767px){
  section{padding:50px 0}
  .container, .container-sm {
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
# Two Column Section
--------------------------------------------------------------*/
.two-column-content ul{margin:0;padding:0}
.two-column-content ul li i{font-size:30px;color:var(--light-blue)}
.two-column-content ul li{list-style-type:none;display:flex;gap:10px;align-items:center;margin-bottom:15px;    padding-left: 32px;
    position: relative;}
.two-column-content ul li svg {
    min-width: 20px;
    position: absolute;
    left: 0;
    top: 5px;
}

.two-column-content.features{background-repeat:no-repeat;background-position:top center}
.two-column-content.features ul{padding-left:20px;}
.two-column-content.features ul li{margin-bottom:0;position:relative;padding-left:15px}
.two-column-content.features ul li:before {
    content: "";
    height: 6px;
    width: 6px;
    position: absolute;
    background: #000;
    border-radius: 100%;
    left: 0;
    top: 10px;
}
.two-column-content.features .boxwrap{
      background: #f9f9f9;
    border: solid 1px #C3C3C3;
    padding: 20px;
    border-radius: 15px;
    height:100%;
    display:flex;
    flex-flow:column;
}

.two-column-content.with-shape:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 60%;
    background: #FFF;
    top: 0;
    right: 0;
    z-index: 1;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0 100%);
  }
.two-column-content.features .boxwrap .light-blue-text{color:var(--light-blue);}
.two-column-content.with-shape.light-blue-bg:after {background-color: #ddf2ff}

.two-column-content.with-shape .wrap{position:relative;z-index:2}

.two-column-content.features.single-col-content ul{column-count:1;padding:0 0 10px 0}
.two-column-content.features.single-col-content ul li{padding:0 0 8px 28px}
.two-column-content.features.single-col-content ul li:before {
    list-style-type: none;
    background-image: url(../img/arrow-right.svg);
    position: absolute;
    height: 16px;
    width: 19px;
    background-size: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    top: 4px;
    background-position: center center;
}

.two-column-content.caseStudy-main .swiper-slide[aria-label="1 / 1"]{width:100% !important}
.two-column-content.caseStudy-main .cs-slides{padding-bottom:80px}
.two-column-content.caseStudy-main .boxwrap{    border: solid 1px #C2C2C2;
    border-radius: 15px;
    padding: 50px;
    position: relative;
    overflow: hidden;background:var(--white);}

.two-column-content.zig-zag img{border-radius:20px;height: 100%; object-fit: cover;}

.swiper-button-prev.cs-prev,
.swiper-button-prev.ts-prev{left: -60px; right: 0; margin: auto; top: auto; bottom: 0px;}

.swiper-button-next.cs-next,
.swiper-button-next.ts-next{left: 0; right: -60px; margin: auto; bottom: 0; top: auto;}

.two-column-content.landing-zig-zag .icon-box i {color:var(--accent-color);}
.two-column-content.landing-zig-zag.blue-bg{background:#d7efff}

.two-column-content.blue-bg.check-list{background:#d7efff}
.two-column-content.check-list ul li{display:inline-block;}

@media(max-width:1400px){
  .two-column-content.features .btns .primary-btn{font-size:12px}
}
@media(max-width:767px){
  .two-column-content.features .btns{flex-flow:column;}
  .two-column-content.features .btns .primary-btn{font-size:14px}
  .two-column-content.caseStudy-main .boxwrap{padding:20px}
}
/*--------------------------------------------------------------
# Three Column Section
--------------------------------------------------------------*/
.three-column-main{background:var(--background-color)}
.three-column-main .section-title{margin-bottom:32px}
.three-column-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;align-items:stretch}
.three-column-card{background:var(--surface-color);border-radius:18px;padding:30px 40px 100px 40px;position:relative;overflow:hidden;border:1px solid #33465F;box-shadow:0 6px 24px rgba(16,24,40,0.03);height:100%}
.three-column-card a{color:#000}
.three-column-card .card-icon{font-size:50px;color:var(--accent-color);margin-bottom:18px}
.three-column-card .card-text{color:var(--default-color);line-height:1.6}
.three-column-card::after{content:"";position:absolute;right:-12px;bottom:-12px;width:80px;height:80px;background:var(--accent-color);border-radius:40px 0 0 0;transform:rotate(0deg)}
.three-column-card.noshape{padding:30px 40px}
.three-column-card.noshape:after{display:none;}
.three-column-card .card-title{font-weight:700;margin-bottom:12px}
.three-column-card .arrow {
    position: absolute;
    right: 12px;
    color: #FFF;
    bottom: 0;
    z-index: 1;
    font-size: 40px;
}
.three-column-card .card-title.light-blue-text{color:var(--light-blue);}
.three-column-main.dark-blue{background:var(--dark-blue)}
.three-column-main.dark-blue .heading h2{color:var(--white)}

.three-column-main.with-slider .related-slider{padding-bottom:80px}
.three-column-main.with-slider .swiper-button-next, 
.three-column-main.with-slider .swiper-button-prev{top:auto;bottom:10px}

.three-column-main.with-slider .swiper-button-prev{left: calc(50% - 30px);transform: translateX(-50%);}
.three-column-main.with-slider .swiper-button-next{right: auto; left: calc(50% + 30px); transform: translateX(-50%);}

.simple-content-boxes .three-column-grid{}
.simple-content-boxes .three-column-card{padding:30px 40px}
.simple-content-boxes .three-column-card::after{display:none;}

.three-column-main.with-slider .related-slider .three-column-card{padding:30px}
.three-column-main.with-slider .related-slider .three-column-card a{    display: flex;
    flex-flow: column;
    height: 100%;}
/*    .three-column-main.with-slider .related-slider .three-column-card a figure{margin-top:auto !important;}*/

.three-column-main.casestudy-main-section:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #FFF;
    top: 0;
    right: 0;
    z-index: 0;
/*    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0 100%);*/
}

.three-column-main.casestudy-main-section.white-paper:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #FFF;
    top: 0;
    right: 0;
    z-index: 0;
    clip-path: polygon(60% 0%, 100% 0%, 100% 100%, 40% 100%);
}

.three-column-main.casestudy-main-section .container{position:relative;z-index:1}
.three-column-main.casestudy-main-section .swiper-slide{padding:4px}

.casestudy-main-section .three-column-card{
  border:0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display:flex;
}
.casestudy-main-section .three-column-card a{
  display:flex;
  flex-flow:column;
}
.casestudy-main-section .three-column-card .arrow{
  position: inherit;
    color: #31a5f0;
    font-size: 16px;
    font-weight: 500;
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}
.casestudy-main-section .three-column-card .arrow i{
  font-size:20px;
  margin:1px 0 -1px;
}
.casestudy-main-section .three-column-card::after{
  display:none;
}

@media(max-width:991px){.three-column-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:575px){
  .three-column-grid{grid-template-columns:1fr}
  .three-column-main{padding:40px 0}.three-column-card{padding:24px}
  .simple-content-boxes .three-column-card{padding:30px 20px}
  .three-column-main.casestudy-main-section:after{width:100%;clip-path:inherit;}
}


/*--------------------------------------------------------------
# Benefits Section (dark style)
--------------------------------------------------------------*/
.benefits-section{position:relative;background:#071733;color:rgba(255,255,255,0.95);overflow:hidden}
.benefits-section .heading h2{color:#ffffff;}
.benefits-grid{display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;}
.benefit-card{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.15);border-radius:18px;padding:28px 28px 40px;position:relative;min-height:250px;width:30%;display: flex;flex-flow: column}
.benefit-card .card-title{font-weight:700;color:#fff;margin-bottom:10px;font-size:clamp(20px,1.66vw,24px)}
.benefit-card .card-text{color:rgba(255,255,255,0.8);line-height:1.6}
.benefit-card .card-icon{font-size:50px;color:var(--accent-color);opacity:0.95;margin-top:auto;line-height:1}
.benefit-badge {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 80px;
    height: 80px;
    border-radius: 30px 0 0 0;
    background: #071733;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.benefit-badge span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: #071733;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}
.benefits-section.gray-bg{
  background:#f3f3f3;
}
.benefits-section.gray-bg .heading h2{
  color:var(--default-color);
}
.benefits-section.gray-bg .benefit-card{
  border-color: #33465F;
}
.benefits-section.gray-bg .benefit-card .card-title{
  color:#4d4d4d;
}
.benefits-section.gray-bg .benefit-card .card-title.light-blue-text{
  color:var(--light-blue);
}
.benefits-section.gray-bg .benefit-card .card-text{
  color: var(--default-color);
}
.benefits-section.gray-bg .benefit-card .card-title.small-text {
  font-size:clamp(18px,1.38vw,20px);
}
.benefits-section.gray-bg .benefit-card{min-height:130px}
.benefits-section.gray-bg .benefit-card .card-icon{margin-top:auto;}

.benefits-section.gray-bg.nub-circles .benefit-card{justify-content:center;}
.benefits-section.gray-bg.nub-circles .benefit-card:before{content: "";
    background: #31a5f0;
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 41px;
    border-radius: 10rem 10rem 0 0;
  }
.benefits-section.gray-bg.nub-circles .benefit-card i{color:var(--light-blue);}
.benefits-section.gray-bg.nub-circles .benefit-card .card-title{color:#4d4d4d;font-size:clamp(18px,1.38vw,20px)}
.benefits-section.gray-bg.nub-circles .benefit-badge{background: #FFF; border-radius: 100%; box-shadow: 0px 4px 10px 0px #0F172A1F; height: 56px; width: 56px;right:0;left: 0; margin: auto; top: -30px;bottom:auto;}
.benefits-section.gray-bg.nub-circles .benefit-badge span{font-weight:500}


.benefits-section.fourSteps .benefits-grid{gap:20px;margin:auto;}
.benefits-section.fourSteps .benefit-card{width:23%}
.benefits-section.fourSteps .numgray {
    font-size: 80px;
    opacity: 0.1;
    font-weight:700;
}
.benefits-section.fourSteps .benefit-card .card-title{color:var(--light-blue);}

.benefits-section.wc-us .benefit-card{width:22%}


.benefits-section.offer-two-column .benefit-card{width:48%}

@media(max-width:1199px){
  .benefits-section.fourSteps .benefit-card{width:45%}
  .benefits-section.wc-us .benefit-card{width:45%}
}
@media(max-width:991px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){
  .benefit-card{width:100%}
}
@media(max-width:575px){
  .benefits-grid{grid-template-columns:1fr;gap:20px}
  .benefit-card{min-height:auto;width:100%}
  .benefits-section.fourSteps .benefit-card{width:100%}
  .benefits-section.wc-us .benefit-card{width:100%}
}

.main-banner{position:relative;overflow:hidden;}
.main-banner .wrap:before{content:"";position:absolute;height:100%;width:100%;background: linear-gradient(90deg, #212956 25.96%, rgba(0, 0, 0, 0) 100%);left:0;top:0}
.main-banner .wrap{padding:120px 0;position:relative;}
.main-banner .banner-title{color:#FFF;position:relative;}
.main-banner .banner-subtitle{margin-bottom:2rem} 
.main-banner p{color:#FFF;position:relative;}
.main-banner .banner-btns{display:flex;flex-wrap:wrap;gap:10px;position:relative;justify-content:center;}

.main-banner .swiper-slide{background-size:cover;}

.main-banner .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
    width:30px;
    border-radius: 0;
    height: 3px;
    background:#FFF;
}
.main-banner .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background:var(--accent-color);
}
.main-banner .swiper-pagination-clickable{text-align: center;
    position: absolute;
    bottom: 20px;
    z-index: 1;
  }

.main-banner .video-bg{position:absolute;height:100%;width:100%;left:0;top:0}
/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/

.product-banner-section .swiper-slide{background-size:cover;}
.product-banner-section .swiper-slide:before{background-color:rgba(0,0,0,0.7);position:absolute;height:100%;width:100%;content:"";left:0;top:0;padding:100px 0}
.product-banner-section .banner-content{max-width:100%}
.product-banner-section .banner-sub{max-width:100%;}
.inner-banner .banner-overlay{position:absolute;inset:0;background: linear-gradient(90deg, #212956 25.96%, rgba(0, 0, 0, 0) 100%);z-index:0}
.inner-banner{position:relative;padding:0;background-size:cover;background-position:center;color:var(--contrast-color)}
.inner-banner .item{background-size:cover;background-position:center center;}
.inner-banner:before{content:"";background:#000;position:absolute;height:100%;width:100%;opacity:0.5}
.inner-banner .banner-content{position:relative;z-index:2;text-align:center;padding:90px 0;}
.inner-banner .banner-title{font-size:clamp(25px,1.82vw,35px);margin:0 0 12px;font-weight:700;color:var(--white);}
.inner-banner .banner-highlight{color:var(--accent-color)}
.inner-banner .banner-sub{opacity:.95;margin:0 auto 18px;color:rgba(255,255,255,0.95)}
.inner-banner .btn-getstarted{padding:12px 28px;border-radius:8px}
.inner-banner .small-title{display: inline-block; padding: 5px 15px; border-radius: 5px; border: solid 1px #FFF; }
.inner-banner .bullet-list-hoz ul li::marker {color: #31a5f0; }

@media(max-width:767px){
  .banner-section{min-height:60vh;padding:20px 0}
  .inner-banner .banner-content{padding:50px 0}
}

/*box-style-01*/
.box-style-01{position:relative;}
.box-style-01 .boxwrap{border: solid 1px #19408b;box-shadow: 5px 5px 0 0px #19408b;border-radius: 15px;padding:50px;position: relative;overflow: hidden;}
.box-style-01 .boxwrap:before {
    content: "";
    position: absolute;
    height: 100%;
    width:45%;
    background: #ecf8ff;
    top: 0;
    right: 0;
    z-index:1;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0 100%);
}
.box-style-01 .boxwrap .leftpart{padding-right:100px}
.box-style-01 .boxwrap .row{position:relative;z-index:1}
.box-style-01 .boxwrap ul{padding:0;margin:0;}
.box-style-01 .boxwrap ul li{list-style-type:none;padding:10px 20px;border:solid 1px var(--heading-color);border-radius: 5px;display: flex;gap:10px;margin-bottom: 10px;align-items:center;font-weight:600;font-size:clamp(16px,1.09vw,21px)}
.box-style-01 .boxwrap ul li:last-child{margin:0}
@media(max-width:767px){
  .box-style-01 .boxwrap{padding:30px 20px}
  .box-style-01 .boxwrap .leftpart{padding-right:calc(var(--bs-gutter-x) * .5)}
  .box-style-01 .boxwrap:before{width:100%;clip-path:inherit;}
}
.video-section{position:relative;overflow:hidden;background-color:#ecf8ff}
.video-section .videobox{position:relative;border-radius: 15px;overflow: hidden;background-color:#dff3ff}
.video-section .wrap{position:relative;z-index:2}
.video-section:after { 
    content: "";
    position: absolute;
    height: 100%;
    width: 60%;
    background: #ddf2ff;
    top: 0;
    right: 0;
    z-index: 1;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0 100%);
}

.video-section .videobox img{height:100%;object-fit:cover;min-height:330px}
.video-section .three-column-card{padding-bottom:50px}
.video-section .three-column-card::after{display:none}
.video-section .videobox a:before{content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;}

  .video-section .videobox .video-play{border: solid 2px #FFF; padding: 10px; border-radius: 100%;}

.contact.section{background-size:cover;background-position:center center;position:relative;}
.contact.section:before{position:absolute;height:100%;width:100%;left:0;top:0;content:"";background: #001837B2;}
.contact.section .wrap{position:relative;z-index:1}
.contact.section .heading h2{color:#FFF}
.contact.section .heading p{color:#FFF}

.faq figure{position:relative;border-radius:20px;overflow:hidden;}


.portfolio .cta-section {
      padding: 80px 0;
    background: var(--dark-blue);
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 413px;
    display: flex;
    align-items: center;
}
.portfolio .cta-section:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

@media (max-width: 576px) {
  .portfolio .cta-section {
    padding: 50px 15px;
    min-height:inherit;
  }
}

.portfolio .cta-section .cta-content {
  position: relative;
  z-index: 2;
}

.portfolio .cta-section .cta-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: color-mix(in srgb, var(--contrast-color) 15%, transparent);
  color: var(--contrast-color);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  margin-bottom: 24px;
}

.portfolio .cta-section .cta-label i {
  font-size: clamp(15px,0.83vw,16px);
}

.portfolio .cta-section h3 {
  font-size: clamp(25px,2.7vw,50px);
  color: var(--contrast-color);
  margin-bottom:25px;
  line-height: 1.2;
}

.portfolio .cta-section p {
  font-size: 18px;
  color: color-mix(in srgb, var(--contrast-color) 85%, transparent);
  margin: 0 auto 32px;
  line-height: 1.7;
}

.portfolio .cta-section .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  .portfolio .cta-section .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

.portfolio .cta-section .btn-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: var(--surface-color);
  color: var(--accent-color);
  font-size: 15px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .portfolio .cta-section .btn-cta-primary {
    width: 100%;
    justify-content: center;
  }
}

.portfolio .cta-section .btn-cta-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.portfolio .cta-section .btn-cta-primary:hover i {
  transform: translateX(4px);
}

.portfolio .cta-section .btn-cta-primary i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.portfolio .cta-section .btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: transparent;
  color: var(--contrast-color);
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid color-mix(in srgb, var(--contrast-color) 40%, transparent);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 576px) {
  .portfolio .cta-section .btn-cta-secondary {
    width: 100%;
    justify-content: center;
  }
  .video-section:after{
    width:100%;
    clip-path:inherit;
  }
}

.portfolio .cta-section .btn-cta-secondary:hover {
  background: color-mix(in srgb, var(--contrast-color) 15%, transparent);
  border-color: var(--contrast-color);
}

.portfolio .cta-section .btn-cta-secondary i {
  font-size: 20px;
}

.portfolio .cta-section .cta-decoration {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.portfolio .cta-section .cta-decoration .floating-shape {
  position: absolute;
  border-radius: 50%;
  background: color-mix(in srgb, var(--contrast-color) 10%, transparent);
}

.portfolio .cta-section .cta-decoration .floating-shape.shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
}

.portfolio .cta-section .cta-decoration .floating-shape.shape-2 {
  width: 200px;
  height: 200px;
  bottom: -80px;
  left: -60px;
}

.portfolio .cta-section .cta-decoration .floating-shape.shape-3 {
  width: 120px;
  height: 120px;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# How It Works Section
--------------------------------------------------------------*/
.how-it-works{background:var(--dark-blue);position:relative;}
.how-it-works:before{content:"";background-image:url(https://newsite.einnosys.com/wp-content/uploads/2026/02/pattern.png);height:100%;width:100%;opacity:0.3;position:absolute;}
.how-it-works .heading{margin-bottom:32px;text-align:center}
.how-it-works .heading h2{color:var(--white);}
.how-it-works-grid{display: flex;flex-wrap: wrap;}
.how-it-works .work-step {
    border-radius: 32px;
    padding: 36px;
    position: relative;
    text-align: left;
    box-shadow: 0 6px 24px rgba(16, 24, 40, 0.03);
    background: linear-gradient(0deg, #0D2441, #0D2441), linear-gradient(180deg, rgba(12, 36, 66, 0.2) 0%, rgba(0, 70, 115, 0.2) 100%);
    margin-bottom: 40px;
    border-left: solid 2px #31A5F0;
    padding-left: 200px;
}
.how-it-works .work-step:nth-child(even) {
    border-right: solid 2px #31A5F0;
    padding-left:36px;
    border-left:0;
    padding-right:200px;
}
.how-it-works .work-step .step-number {
    font-size: 110px;
    font-weight: 700;
    color: var(--light-blue);
    opacity: 0.15;
    position: absolute;
    top: 50%;
    left: 28px;
    line-height: 1;
    transform: translateY(-50%);
    padding-right: 25px;
}
.how-it-works .work-step:nth-child(even) .step-number{
    left: auto;
    right: 28px;
    padding: 0 0 0 20px;
  }
.how-it-works .work-step h4{font-weight:700;margin-bottom:12px;color:var(--white);}
.how-it-works .work-step p{line-height:1.6;color:var(--white);}
@media(max-width:991px){
  .how-it-works-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:767px){
  .how-it-works-grid{grid-template-columns:1fr}
  .how-it-works .work-step{padding:24px}
  .how-it-works .work-step .step-number,
  .how-it-works .work-step:nth-child(even) .step-number{position:static; transform: none; margin: 0 0 15px; padding:0; }
  .how-it-works .work-step,
  .how-it-works .work-step:nth-child(even){padding:20px}
}


/*--------------------------------------------------------------
# Technical Specifications Section
--------------------------------------------------------------*/
.technical-specs{background:var(--background-color)}
.technical-specs .section-title{margin-bottom:48px;text-align:center}
.technical-specs .section-title p{color:var(--default-color);margin-top:10px}
.specs-table-wrapper{overflow-x:auto;box-shadow:0 4px 20px rgba(16,24,40,0.08)}
.specs-table{width:100%;border-collapse:collapse;background:var(--surface-color);border:solid 1px #DFE5E8;}
.specs-table thead{color:var(--light-blue);}
.specs-table th{padding:18px 24px;text-align:left;font-weight:700;letter-spacing:0.5px}
.specs-table td{padding:16px 24px;border-bottom:1px solid color-mix(in srgb,var(--default-color), transparent 90%);color:var(--default-color)}
.specs-table tbody tr:hover{background-color:color-mix(in srgb,var(--accent-color), transparent 97%)}
.specs-table tbody tr:last-child td{border-bottom:none}
.specs-table td:first-child{font-weight:600;color:var(--heading-color)}
.specs-table tbody tr:nth-child(odd) {background-color: #f6f6f6; }

@media(max-width:768px){.specs-table{font-size:14px;display:block;border:0}.specs-table thead{display:none}.specs-table tbody{display:block}.specs-table tbody tr{display:block;margin-bottom:20px;border:1px solid color-mix(in srgb,var(--default-color), transparent 90%);border-radius:8px;padding:12px 0}.specs-table td{display:block;padding:12px 16px;border:none;text-align:left}.specs-table td::before{content:attr(data-label);font-weight:700;color:var(--accent-color);display:block;margin-bottom:6px;font-size:12px;text-transform:uppercase}.specs-table tbody tr:hover{background-color:inherit}}


/*--------------------------------------------------------------
# SEMI Standards Section
--------------------------------------------------------------*/
.semi-standards{background:var(--background-color);position:relative;background-size:cover;}
.semi-standards:before {
    background: rgba(255, 255, 255, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content:"";
}
.semi-standards .container{
  position:relative;
  z-index:1;
}
.semi-standards .section-title{margin-bottom:40px;text-align:center}
.standards-tabs-container{background:var(--surface-color);border-radius:16px;padding:32px;box-shadow:0 4px 20px rgba(16,24,40,0.08)}
.tabs-nav{display:flex;gap:12px;margin-bottom:32px;flex-wrap:wrap;justify-content:flex-start}
.tab-btn{background:#f3f4f6;border:2px solid #e5e7eb;padding:12px 20px;border-radius:8px;cursor:pointer;font-weight:600;color:var(--heading-color);transition:all 0.3s ease;}
.tab-btn:hover{border-color:var(--accent-color);color:var(--accent-color)}
.tab-btn.active{background:linear-gradient(135deg, #0ea5e9 0%, #31a5f0 100%);border-color:var(--accent-color);color:#fff;box-shadow:0 4px 12px rgba(14,165,233,0.3)}
.tabs-content{border-top:2px solid #e5e7eb;padding-top:24px;min-height:180px}
.tab-content{display:none;animation:fadeIn 0.3s ease-in}
.tab-content.active{display:block}
.tab-content h4{font-weight:700;margin-bottom:12px;color:var(--heading-color)}
.tab-content p{color:var(--default-color);}
@keyframes fadeIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:768px){.standards-tabs-container{padding:20px}.tabs-nav{gap:8px}.tab-btn{padding:10px 14px;font-size:13px}.tabs-content{min-height:160px;padding-top:18px}.tab-content h4{font-size:18px;margin-bottom:10px}.tab-content p{font-size:14px}}


/*--------------------------------------------------------------
# Industries Section - Two Column Card View
--------------------------------------------------------------*/
.two-grid-tiles {
  padding: 60px 0;
}

.industry-card {
  background: var(--surface-color);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.industry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.industry-card .card-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
}

.industry-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.industry-card:hover .card-image img {
  transform: scale(1.05);
}

.industry-card .card-body {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.industry-card .card-body h3 {
  color: var(--heading-color);
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 0;
}

.industry-card .card-body p {
  color: var(--default-color);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

@media (max-width: 768px) {
  .industry-card .card-image {
    height: 240px;
  }

  .industry-card .card-body {
    padding: 20px;
  }

  .industry-card .card-body h3 {
    font-size: 18px;
  }
}
.testimonials-main .ts-slides {
    padding-bottom: 80px;
    position:relative;
    overflow:hidden;
}
.testimonials-main blockquote {
    background: #f6f6f6;
    padding: 50px;
    border-radius: 50px;
    text-align: center;
    font-style: italic;
}
@media(max-width:767px){
  .testimonials-main blockquote{padding:25px}
}

.tools-tech.light-blue-bg{
  background:#F5F9FF;
}

/* Extra css add by Dhruval */
.overview { padding: 4rem 1rem; margin: auto; text-align: center; font-family: sans-serif; }

.overview__content { font-size: 1.125rem; line-height: 1.6; color: #4a4a4a; max-width: 700px; margin: auto; }

section.overview-section {
    padding: 70px 70px 0px !important;
}

.info-cards-section{background-size:cover;background-position:center center;position:relative;}
.info-cards-section:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: 0;
    left: 0;
}
.alltech{max-width:1000px;margin:auto;}
.alltech .tech-box{width:30%;background:#f9f9f9;font-size:clamp(16px, 1.30vw, 25px);font-weight:800;box-shadow: 0px 3px 2px 0px #0000001F;}

.alltech.three-col-tools .tech-box{background:#FFF}
.alltech.three-col-tools .tech-box{min-width:30%;flex:1}


.all-state {
    background: #FAFAFA;
    box-shadow: 0px 10px 30px 0px #0F172A14;
}
.all-state [class*="col-"]{position:relative;}
.all-state [class*="col-"]:not(:last-child):after {
    content: "";
    height: 70%;
    width: 1px;
    background: #CCC;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.all-state .stats-item{background:transparent;}
.all-state .stats-item p{font-size:clamp(16px,0.93vw,18px);font-weight:500}
.stats .all-state .stats-item span{color:var(--accent-color);}

@media(min-width:992px){
  .benefits-section.four-col-box .benefit-card{width:22%}
}
@media(max-width:767px){
  .alltech .tech-box{width:48%}
}
@media(max-width:480px){
  .alltech .tech-box{width:100%}
}

/* Section Container */
.bluecontentbox {
    background-color: #ffffff;
    text-align: center;
}

/* Header Styles */
.bluecontentbox-title {
    color: #1a1a1a;
    margin-bottom: 5px;
}

.bluecontentbox-title span {
    color: #3498db;
}

.bluecontentbox-subtitle {
    color: #888;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin-bottom: 0;
}

/* Card Styles */
.outcome-card {
    background: linear-gradient(135deg, #0a192f 0%, #020c1b 100%);
    border-radius: 16px;
    padding: 45px 20px;
    height: 100%;
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size:cover;
    position:relative;
    overflow:hidden;
}
.outcome-card:before{
  content:"";
  height:100%;
  width:100%;
  background-color:rgba(0,0,0,0.7);
  position: absolute;
    left: 0;
    top: 0;
}

.outcome-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

/* Icon Wrapper */
.outcome-icon-circle {
    width: 65px;
    height: 65px;
    border: 2px solid #3498db;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: #3498db;
    font-size: 1.5rem;
    position:relative;
}

/* Text inside Card */
.outcome-text {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 0;
    position:relative;
}

/* Section Container */
.classic-tabs {
    background-color: #F5F9FF;
}

.classic-tabs-header {
    text-align: center;
    margin-bottom: 50px;
}

.classic-tabs-header span {
    color: #3498db;
}

/* Main White Content Box */
.classic-tabs-container {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0px 3px 11px 0px #0000001C;
}

/* Left Sidebar Navigation */
.classic-tabs-nav .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 14px 20px;
    margin-bottom: 12px;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.3) 0px 0px 5px 0px;
    background: #fff;
    color: #333;
    font-weight: 700;
    transition: all 0.3s ease;
}

/* Active State for Buttons */
.classic-tabs-nav .nav-link.active {
    background-color: #34a8eb;
    color: #ffffff;
    border-color: #34a8eb;
}

/* Image Styling with Blue Border */
.classic-tabs-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

/* Text Content Styling */
.classic-tabs-body h3 {
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.classic-tabs-body p {
    color: #666;
}

.btn-classic-outline {
       margin-top: 20px;
    padding: 10px 30px;
    border-radius: 12px;
    border: 1px solid #fff;
    background: #34a8eb;
    font-weight: 600;
    color: #fff;
    transition: 0.3s;
}

.btn-classic-outline:hover {
    background: #333;
    color: #fff;
}

.classic-tabs .tab-content-1 .tab-pane{display:none;}
.classic-tabs .tab-content-1 .tab-pane.show{display:block;}

/* Section Container */
.global-network {
    background-color: #f8faff;
    text-align: center;
}

.global-network-header h2 {
    margin-bottom: 15px;
}

.global-network-header h2 span {
    color: #34a8eb;
}

.global-network-header p {
    color: #666;
    max-width: 700px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

/* Map Wrapper */
.map-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.map-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Location Dots */
.dot {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #34a8eb;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
    transition: transform 0.3s ease;
}

.dot.red-dot {
    background-color: #ff0000;
}

.dot:hover {
    transform: scale(1.5);
}

/* Tooltip / Country Card */
.country-label {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    white-space: nowrap;
    z-index: 10;
}

.country-label img {
    width: 25px;
    height: auto;
}

.country-label span {
    font-weight: 700;
    font-size: 0.85rem;
    color: #34a8eb;
    text-transform: uppercase;
}

/* Show on Hover */
.dot:hover .country-label {
    visibility: visible;
    opacity: 1;
    bottom: 20px;
}

/* Example Coordinates (Adjust these % values to match the map exactly) */
.pos-usa { top: 45%; left: 15%; }
.pos-india { top: 58%; left: 72%; }
.pos-europe { top: 35%; left: 52%; }
.pos-africa { top: 65%; left: 55%; }
.pos-china { top: 45%; left: 80%; }


/* Section Container */
.out-experties-main {
    background: linear-gradient(135deg, #05101c 0%, #0a192f 100%);
    color: #ffffff;
    background-size:cover;
    position:relative;
    background-attachment:fixed;
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgba(49, 165, 240, 0.5) 100%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.out-experties-main:before{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 30.66%, rgba(0, 0, 0, 0.425) 100%);
}



.out-experties-main .container{position:relative;}
.out-experties-header h2{color:#FFF}


.out-experties-header {
    text-align: center;
}

.out-experties-header span {
    color: #34a8eb;
}


/* Glassmorphism Card Style */
.expertise-card {
     background: #FFF;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    padding: 40px;
    height: 100%;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.expertise-card:hover {
    border-color: rgba(52, 168, 235, 0.5);
    background:#FFF;
}
.exp-main.out-experties-main{background: linear-gradient(90deg, rgb(255 255 255) 0%, rgba(49, 165, 240, 0.5) 100%); box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
.exp-main.out-experties-main:before{background:rgba(194,218,255,0.5); }
.exp-main .out-experties-header h2{color:#000}
.exp-main .expertise-card {background: rgba(255, 255, 255, 1); background: linear-gradient(90deg, rgb(255 255 255) 0%, rgba(49, 165, 240, 0.5) 100%); box-shadow: 0px 10px 30px 0px #0F172A14; overflow: hidden; transition:0.5s all; }
.exp-main .expertise-card:hover {border-color: rgba(52, 168, 235, 0.5); background:#FFF; }
.exp-main .expertise-card h3 {color: #001837; position: relative; z-index: 2; }
.exp-main .expertise-card .primary-btn{position:relative;z-index:3}
.exp-main .expertise-card ul {position: relative; z-index: 2; }
.exp-main .expertise-card .primary-btn{position:relative;z-index:3}
.exp-main .expertise-card .primary-btn svg{margin:0 0 0 10px}

/* Typography inside cards */
.expertise-card h3 {
    font-weight: 700;
    color: #001837;
    margin-bottom: 25px;
    line-height: 1.3;
        position: relative;
    z-index: 2;
}




.expertise-card ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.expertise-card ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    color: #000;
    line-height: 1.5;
}

/* Custom bullet point */
.expertise-card ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-weight: bold;
}

.imgbefore{
  position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.15;
    left: 0;
}

.imgbefore:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background:linear-gradient(91deg, rgba(255,255,255,0.8) 50%, rgba(49, 165, 240, 0) 60%);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.imgbefore img{
      position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.expertise-card .primary-btn svg{margin:0 0 0 10px}

span.counter {
    display: flex !important;
    justify-content: center;
}


/*cta*/
.cta-container {background-color:var(--accent-color); color: #fff; padding: 20px; text-align: center; border-radius: 10px; margin-bottom:30px }
.cta-container .section-title {display: flex; align-items: center; justify-content: center; margin: 0; gap: 15px;padding-bottom:0}
.cta-container .section-title::before, .cta-container .section-title::after {content: ''; flex: 1; height: 1px; background-color: #cce4f6; max-width: 100px; }
.cta-container .section-title span {font-size: 14px; letter-spacing: 2px; color: #cce4f6; }
.cta-container p {font-size: 14px; color: #d0e6f9; margin-bottom: 30px; }
.cta-container .buttons {display: flex; justify-content: center; gap:5px; flex-wrap: wrap; }
.cta-container .buttons a {text-decoration: none; font-weight: bold; padding:8px 15px; border-radius: 5px; font-size: 14px;background:var(--white);}
.cta-container .buttons a:hover{background:#FFF; color:#393185; }
.cta-container .contact-btn {background-color: transparent; border: 2px solid #fff; color: #fff;}
.cta-container h2 {color: #fff; font-weight: 600; margin:20px 0 !important}
.cta-container .phone-btn {background-color: #e69137; color: #fff; }

@media(max-width:767px){
  .cta-container .buttons a{font-size:12px;padding:5px 10px}
}

/*circle-lists-main*/

.circle-box .circle-img{    height: 150px;
    width: 150px;
    border-radius: 100%;
    border: solid 2px var(--accent-color);
    margin-bottom: 15px;position:relative;overflow:hidden;transition:0.5s all}
.circle-box .circle-img img{
      position:absolute;
      height:100%;
      width:100%;
      left:0;
      top:0;
      object-fit:cover;
          padding: 10px;
    border-radius: 100%;
    transition:0.5s all
    }

.circle-box:hover .circle-img{box-shadow:4px 4px 5px rgba(0,0,0,0.5);}
.circle-box:hover .circle-img img{padding:3px}


/*Landing page*/
.landing-about-section{background:#c7e9ff}

/* Custom Styles for dev-services-main */

.dev-services-main .custom-service-card {
    border-radius: 20px;
    background: #e1f3ff;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #31a5f0 !important;
    box-shadow: 0 0 40px rgba(49, 165, 249, 0.5) inset !important;
}

.dev-services-main .custom-service-card:hover {
    transform: translateY(-10px);
    background: #ffffff;
    border-color: #0d6efd !important;
    box-shadow: 0 20px 40px rgba(13, 110, 253, 0.1) !important;
}

.dev-services-main .icon-box {
    width: 60px;
    height: 60px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.dev-services-main .compliance-bar {
    transition: background 0.3s ease;
}

.dev-services-main .compliance-bar:hover {
    background-color: #ffffff !important;
    border-color: #0d6efd !important;
}

.dev-services-main .small-text {
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Specific styling for the section headers */
.dev-services-main h2 {
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

/* Responsive adjustment for the bottom bar */
@media (max-width: 768px) {
    .dev-services-main .compliance-bar {
        flex-direction: column;
        text-align: center;
    }
    .dev-services-main .compliance-bar .icon-box {
        margin-right: 0 !important;
        margin-bottom: 1rem;
    }
}

/*Contact Page*/
.ftco-section{background-size:cover;background-position:center center;}
.ftco-section:after {
    content: "";
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.ftco-section .container{position:relative;z-index:1}
.ftco-section .contact-wrap{
  background: #def2ff;
  border: solid 1px #afdfff;
}
.ftco-section .wpcf7-form label {
  color: #000;
  display:block;
  margin-bottom:5px;
}
.ftco-section .wpcf7-form input[type="text"],
.ftco-section .wpcf7-form input[type="phone"],
.ftco-section .wpcf7-form input[type="email"],
.ftco-section .wpcf7-form textarea{
  padding:0 15px;
  min-height:48px;
  border:solid 1px #CCC;
  outline:none;
  width:100%;
  border-radius:5px;
}
.ftco-section .wpcf7-form .wpcf7-submit{
  width: 100%;
    min-height: 48px;
    background: #31a5f0;
    color: #FFF;
    border: solid 1px #31a5f0;
    outline: none;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
}

.ftco-section .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0; 
  background:transparent;
  margin-bottom:15px;
}

.all-locations{
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position:relative;
}
.all-locations:before{
    background: #FFF;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3; 
}
.all-locations .container{
  position:relative;
  z-index:1;
}
.ftco-section .info-wrap.img{
  background-size:cover;
}
.what-we-do{background-attachment:fixed;background-position:center center;background-size:cover;}
.what-we-do .wrap{background-color:rgba(255, 255, 255, 0.9);}
.what-we-do .wwd-box h3{background:var(--accent-color);color:var(--white);padding:10px 15px}
.what-we-do .wwd-box .desc{padding:8px 4px 0}
.what-we-do .wwd-box .desc p{margin:0}
.breadcrumb-banner{background-size:cover;}

.our-mission ul li:before {
    list-style-type: none;
    background-image: url(../img/arrow-right.svg);
    position: absolute;
    height: 16px;
    width: 19px;
    background-size: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    top: 4px;
    background-position: center center;
}
.our-mission ul{padding:0}
.our-mission ul li{    list-style-type: none;
    display: flex;
    margin: 0 0 15px;}
.our-mission ul li svg{
  margin: 0 15px 0 0;
    min-width: 30px;
    width: 25px;
    height: 25px;
    fill: #31a5f0;
}

.listwhy ul{padding:0}
.listwhy ul li{    list-style-type: none;
    background: var(--accent-color);
    color: #FFF;
    clip-path: polygon(0 0%, 90% 0%, 100% 100%, 0 100%);
    padding: 15px 20px;
    margin-bottom: 20px;font-weight:600}

.our-stories figure{
  position: relative;
    height: 300px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:auto;
}
.our-stories figure:before{
      height: 250px;
    width: 250px;
    text-align: center;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    position: absolute;
    box-shadow: 0 0 20px rgba(49, 165, 240, 0.5);
    transform: rotate(45deg);
    border: solid 1px #31a5f0;
}
.our-stories figure img{position:relative;z-index:1;max-width:150px;}
.our-stories .name{
  display: inline-block;
  padding: 0 15px;
  border-left: solid 5px #31A5F1;
  font-weight: 700;
  font-size: 1.2rem;
}
.our-stories .name p{margin:0}
.our-stories .name i{
  font-weight:400;
}
.our-stories .row:nth-child(odd) {
    flex-direction: row-reverse;
}

@media(max-width:767px){
  .our-stories figure{height:160px;width:160px;margin:0 auto 60px}
  .our-stories figure:before{height:160px;width:160px}
  .our-stories .row{margin-bottom:6rem !important}
  .our-stories .desc{font-size:calc(1rem + .3vw)!important}
  .our-stories figure img{max-width:100px}
}

/*ind-lists*/
.ind-lists section:nth-child(odd){background:#d9f0ff}
.ind-lists section:nth-child(even) .row{flex-direction:row-reverse;}