@charset "UTF-8";
/*

@Author: Themezinho
@URL: http://www.themezinho.net

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.


// Table of contents //

	01.	GOOGLE FONTS
	02.	BODY
	03.	CUSTOM CLASSES
	04. FORM ELEMENTS
	05.	SECTIONS
	06.	HTML TAGS
	07.	LINKS
	08.	MODAL
	09.	PAGINATION
	10. PRELOADER
	11.	TRANSITION OVERLAY
	12.	SANDWICH BUTTON
	13.	SCROLL DOWN
	14.	NAVIGATION MENU
	15.	HEADER
	16.	SOCIAL MEDIA
	17.	NAVBAR
	18.	SLIDER
	19.	PAGE HEADER
	20.	VIDEO BG
	21.	WORKS
	22.	FEATURES CONTENT
	23.	LISTING CONTENT
	24.	FULL MEDIA CONTENT
	25.	INTRODUCTION
	26. OUR TEAM
	27.	NEWS
	28.	SAY HELLO
	29.	LOGOS
	30.	FOOTER
	31.	RESPONSIVE TABLET FIXES
	32. REPSONSIVE MOBILE FIXES



*/
@import url("https://fonts.googleapis.com/css?family=Dancing+Script|Fjalla+One|Poppins:400,600,800&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* BODY */
* {
  outline: none !important;
}

body {
  margin: 0;
  padding: 0;
  /* font-family: "Poppins", sans-serif; */
  font-family: 'Barlow', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  color: #0e0e0e;
  overflow-x: hidden;
  font-display: swap;
}
body.loading {
  height: 100vh;
  overflow: hidden;
}


/* CUSTOM HTML ELEMENTS */
img {
  max-width: 100%;
}

/* CUSTOM ELEMENTS */
.overflow {
  overflow: hidden !important;
}

.bg-blue{
  background-color: #24287b;
}
.bg-blue1{ 
  background-color: #25297f; 
}
.bg-blue2{
  background-color: #2d329b;
}
.bg-blue3{
  background-color: #363cb7;
}
.bg-blue4{
  background-color: #484ec9;
}
.bg-blue5{
  background-color: #6469d2;
}
.bg-blue6{
  background-color: #8084da;
}

/* LINKS */
a {
  color: #0e0e0e;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

a:hover {
  color: #0e0e0e;
  text-decoration: none;
}

a:active {
  color: #0e0e0e;
}

/* SECTIONS */
section {
  overflow: hidden;
}

/* CUSTOM site-container */

/* ODOMETER */
.odometer {
  line-height: 1;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  padding: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  left: 0;
}

/* PAGINATION */
.pagination {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.pagination a {
  display: inline-block;
  font-weight: 600;
  color: #0e0e0e;
  margin: 0 10px;
  font-size: 16px;
  border-bottom: 2px solid #0e0e0e;
  padding-bottom: 2px;
}
.pagination a:hover {
  text-decoration: none;
  border-bottom: 2px solid #24287b;
}

/* PAGE LOADED */
.page-loaded {
  overflow-x: hidden;
}
.page-loaded .preloader {
  bottom: -100%;
  transition-delay: 0.55s;
}
.page-loaded .preloader .layer {
  bottom: -100%;
}
.page-loaded .preloader .inner {
  transform: translateY(30px);
  opacity: 0;
}
.page-loaded header {
  transform: scale(1);
  /* transition-delay: 0.6s; */
}
.page-loaded .navbar {
  transform: translateY(0);
  transition-delay: 0s;
}
/* hide scrollbar */
body.loading header,
body.loading .c-header {
    display: none !important;
}

/* PRELOADER */
.preloader {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #24287b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
   contain: strict; 
}
.preloader .layer {
  width: 25%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: #000;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader .layer:nth-child(1) {
  left: 0;
  transition-delay: 0.15s;
}
.preloader .layer:nth-child(2) {
  left: 25%;
  transition-delay: 0.2s;
}
.preloader .layer:nth-child(3) {
  left: 50%;
  transition-delay: 0.25s;
}
.preloader .layer:nth-child(4) {
  left: 75%;
  transition-delay: 0.3s;
}
.preloader .inner {
  margin: 0;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader figure {
  display: block;
  margin: 0;
}
.preloader figure img {
  height: 80px;
}
.preloader .typewriter {
  height: 26px;
  line-height: 26px;
  display: inline-block;
  transform: translateY(10px);
  color: #fff;
  /* font-family: "Fjalla One", sans-serif; */
  font-size: 13px;
  text-transform: uppercase;
   min-height: 26px; 
   white-space: nowrap;
}
.preloader .typewriter #typewriter-text {
  float: left;
  margin-left: 5px;
  margin-top: -2px;
  margin-right: 3px;
}
.preloader .typewriter #typewriter-suffix {
  width: 2px;
  height: 22px;
  display: inline-block;
  background: #24287b;
  text-indent: -1000px;
  overflow: hidden;
}

/* TRANSITION OVERLAY */
.transition-overlay {
  width: 100vw;
  overflow: hidden;
  height: 0;
  position: fixed;
  background: #24287b;
  left: 0;
  bottom: 0;
  z-index: 15;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.transition-overlay .layer {
  width: 25%;
  height: 0;
  position: absolute;
  bottom: 0;
  background: #000;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.transition-overlay .layer:nth-child(1) {
  left: 0;
  transition-delay: 0.25s;
}
.transition-overlay .layer:nth-child(2) {
  left: 25%;
  transition-delay: 0.3s;
}
.transition-overlay .layer:nth-child(3) {
  left: 50%;
  transition-delay: 0.35s;
}
.transition-overlay .layer:nth-child(4) {
  left: 75%;
  transition-delay: 0.4s;
}
.transition-overlay.active {
  height: 100%;
}
.transition-overlay.active .layer {
  height: 100%;
}

/* EQUALIZER */
.equalizer {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 36px;
    height: 40px;
}

.equalizer span {
  background: #24287b;
  width: 6px;
  height: 2px;
  top: 50%;
  bottom: 0;
  border-left: 3px solid #ffffff ;
  left: 0%;
  transform: translateY(-50%);
  position: absolute;
  transition: height 0.2s linear;
}

.equalizer span:nth-child(1) {
  margin-left: 6px;
}

.equalizer span:nth-child(2) {
  margin-left: 12px;
}

.equalizer span:nth-child(4) {
  margin-left: 18px;
}

.equalizer span:nth-child(5) {
  margin-left: 24px;
}

.equalizer span:nth-child(6) {
  margin-left: 30px;
}

.equalizer.paused span {
  height: 2px !important;
}

/* NAVIGATION MENU */
.navigation-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  visibility: hidden;
}
.navigation-menu .bg-layers {
  width: 200%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
}
.navigation-menu .bg-layers * {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.navigation-menu .bg-layers span {
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  transform: skewX(0);
  background: #0e0e0e;
}
.navigation-menu .bg-layers span:nth-child(1) {
  left: 0;
}
.navigation-menu .bg-layers span:nth-child(1):before {
  content: "";
  width: 150%;
  height: 100%;
  background: #0e0e0e;
  position: absolute;
  left: -149%;
  top: 0;
}
.navigation-menu .bg-layers span:nth-child(2) {
  left: 25%;
}
.navigation-menu .bg-layers span:nth-child(3) {
  left: 50%;
}
.navigation-menu .bg-layers span:nth-child(4) {
  left: 75%;
}
.navigation-menu .bg-layers span:nth-child(4):before {
  content: "";
  width: 150%;
  height: 100%;
  background: #0e0e0e;
  position: absolute;
  right: -149%;
  top: 0;
}
.navigation-menu .inner {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  padding-top: 30px;
  max-height: 80vh;
  overflow-y: auto;
  scrollbar-width: none;
}
.navigation-menu .inner * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navigation-menu .inner .menu {
  display: block;
  min-height: 130px;
  opacity: 0;
  transform: translateY(-30px);
}
.navigation-menu .inner .menu ul {
  display: flex;
  flex-direction: column;
  /* margin-bottom: 50px; */
  padding: 0;
  position: relative;
  gap: 20px;
}
.navigation-menu .inner .menu ul li > ul {
  /* position: relative;        
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; */
  margin-top: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
/* .navigation-menu .inner .menu ul li:hover > ul {
  opacity: 1;
  max-height: 250px;
  visibility: visible;
  pointer-events: auto;
	overflow-y: auto;
} */
 /* .navigation-menu .inner .menu ul li > ul {
  position: relative;
  width: 100%;
  max-height: 0;
  overflow-y: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: max-height 0.4s ease, opacity 0.3s ease;
} */

.navigation-menu .inner .menu ul li.open > ul {
  max-height: 250px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow-y: auto;
  margin-top: 10px;
}


.navigation-menu .inner .menu ul li {
  display: inline-block;
  margin: 5px 150px;
  padding: 0;
  list-style: none;
	position: relative;
}
.navigation-menu .inner .menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
.navigation-menu .inner .menu ul li:hover ul li ul {
  opacity: 0;
  visibility: hidden;
}
.navigation-menu .inner .menu ul li a {
  display: inline-block;
  line-height: 1;
  font-size: 47px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 8px;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-style: italic;
  opacity: 0.6;
}
.navigation-menu .inner .menu ul li a:hover {
  padding-bottom: 3px;
  text-decoration: none;
  opacity: 1;
  letter-spacing: 12px;
}
.navigation-menu .inner .menu ul li ul {
  width: 100%;
  min-height: inherit;
  position: relative;
  /* left: 128px; */
  /* top: 70px; */
  opacity: 0.5;
  /* visibility: hidden; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  /* padding-left: 20px; */
}
.navigation-menu .inner .menu ul li ul li {
  margin: 8px 0px;
}
.navigation-menu .inner .menu ul li ul li a {
  font-size: 30px;
  padding: 0;
  border-bottom: none;
}
.navigation-menu .inner .menu ul li ul li a:hover {
  padding: 0;
  border-bottom: none;
  color: #24287b;
}
.navigation-menu .inner .menu ul li ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
.navigation-menu .inner .menu ul li ul li ul {
  top: 55px;
  opacity: 0;
  visibility: hidden;
}
.navigation-menu .inner .menu ul li ul li ul li {
  margin: 0 20px;
}
.navigation-menu .inner .menu ul li ul li ul li a {
  font-size: 20px;
  font-weight: 600;
}
.navigation-menu .inner blockquote {
  display: block;
  font-size: 18px;
  font-weight: 500;
  /* font-family: "Fjalla One", sans-serif; */
  text-transform: uppercase;
  color: #24287b;
  opacity: 0;
  transition-delay: 0.5s;
  transform: translateY(30px);
}
/* .navigation-menu .menu ul li > ul {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: max-height 0.4s ease, opacity 0.3s ease;
} */

.navigation-menu .menu ul li.open > ul {
  max-height: 250px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.navigation-menu i.fa-chevron-down{
    cursor: pointer;
  margin-left: 10px;
}
.navigation-menu.active .bg-layers {
  visibility: visible;
}
.navigation-menu.active .bg-layers span {
  width: calc(25% + 1px);
  transform: skewX(45deg);
}
.navigation-menu.active .bg-layers span:nth-child(1) {
  width: calc(25% + 1px);
}
.navigation-menu.active .bg-layers span:nth-child(4) {
  width: calc(25% + 1px);
}
.navigation-menu.active .inner .menu {
  opacity: 1;
  transform: translateY(0);
}
.navigation-menu.active .inner blockquote {
  opacity: 1;
  transform: translateY(0);
}
.navigation-menu.active {
  visibility: visible;
}
.navigation-menu .inner .menu ul li > ul::-webkit-scrollbar {
  width: 6px;
}
.navigation-menu .inner .menu ul li > ul::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}
.navigation-menu .inner .menu ul li:hover > ul::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.35);
}
.navigation-menu .menu li > a i {
  transition: transform 0.3s ease;
  font-size: 35px;
}

/* when submenu open */
.navigation-menu .menu li.open > a i {
  transform: rotate(180deg);
}

/* === Mobile submenu behavior === */
.has-submenu ul {
    display: none;
    /* your normal submenu styles */
}

.has-submenu.active > ul {
    display: block;
    /* your open submenu styles */
}

/* Optional – nice arrow rotation */
.has-submenu > a i.fa-chevron-down {
    transition: transform 0.25s ease;
}

.has-submenu.active > a i.fa-chevron-down {
    transform: rotate(180deg);
}

/* For desktop – show on hover (optional) */
@media (min-width: 993px) {
    .has-submenu:hover > ul {
        display: block;
    }
    /* Don't force active class on desktop if you want hover */
    .has-submenu.active > ul {
        display: block;
    }
}

/* HAMBURGER */
.hamburger {
  float: left;
  width: 26px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
.hamburger * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  z-index: 0;
}
.hamburger span:nth-child(1) {
  top: 0px;
  width: 50%;
}
.hamburger span:nth-child(2) {
  top: 8px;
}
.hamburger span:nth-child(3) {
  width: 50%;
  top: 16px;
  right: 0;
  left: auto;
}
.hamburger span:before, .hamburger span:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  height: 100%;
  width: 0;
  right: 0;
  left: auto;
}
.hamburger span:before {
  z-index: 1;
  background: #fff;
  transition: all 0.15s linear 0s;
}
.hamburger span:after {
  z-index: 2;
  background: #24287b;
  transition: all 0.15s linear 0.3s;
}
.hamburger span:nth-child(2):before {
  transition-delay: 0.05s;
}
.hamburger span:nth-child(3):before {
  transition-delay: 0.1s;
}
.hamburger span:nth-child(2):after {
  transition-delay: 0.15s;
}
.hamburger span:nth-child(3):after {
  transition-delay: 0.2s;
}

.hamburger:hover span {
  width: 100% !important;
}
.hamburger:hover span:after, .hamburger:hover span:before {
  width: 100%;
  left: 0;
  right: auto;
}
.hamburger:hover span:after {
  z-index: 1;
  transition: all 0.15s linear 0s;
}
.hamburger:hover span:before {
  z-index: 2;
  transition: all 0.15s linear 0.3s;
}
.hamburger:hover span:nth-child(2):after {
  transition-delay: 0.05s;
}
.hamburger:hover span:nth-child(3):after {
  transition-delay: 0.1s;
}
.hamburger:hover span:nth-child(2):before {
  transition-delay: 0.15s;
}
.hamburger:hover span:nth-child(3):before {
  transition-delay: 0.2s;
}

.hamburger.open span:nth-child(1) {
  top: 9px;
  width: 100%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -15px;
}

.hamburger.open span:nth-child(3) {
  top: 9px;
  width: 100%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* CUSTOM LINK */
.custom-link {
  display: block;
  transition: all 0.5s;
}

.custom-link * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.custom-link a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  color: #0e0e0e;
}

.custom-link a:hover {
  text-decoration: none;
}

.custom-link b {
  font-weight: 600;
  display: inline-block;
  margin-left: 20px;
}

.custom-link .lines {
  width: 42px;
  height: 1px;
  float: left;
  overflow: hidden;
}

.custom-link .lines span:nth-child(1) {
  width: 100%;
  height: 1px;
  float: right;
  background: #0e0e0e;
}

.custom-link .lines span:nth-child(2) {
  width: 0;
  height: 1px;
  float: left;
  background: #0e0e0e;
}

.custom-link:hover .lines {
  width: 62px;
  margin-left: 20px;
}

.custom-link:hover .lines span:nth-child(1) {
  width: 0;
}

.custom-link:hover .lines span:nth-child(2) {
  width: 100%;
  transition-delay: 0.2s;
}

/* HEADER */
.header {
  width: 100%;
  height: auto;
  min-height: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #0e0e0e;
}
.header .site-container {
  position: relative;
  z-index: 2;
}
.header .site-container .tagline {
  display: block;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.header .site-container .tagline span {
  color: #e8293b;
  float: left;
  font-weight: 600;
  color: #fff;
}
.header .site-container .tagline span:after {
  content: "";
  width: 22px;
  height: 1px;
  float: right;
  margin: 10px;
  background: #e8293b;
}
.header .site-container .tagline h6 {
  float: left;
  /* font-family: "Fjalla One", sans-serif; */
  opacity: 0.5;
  margin-top: 2px;
  margin-bottom: 0;
}
.header .site-container h1 {
  width: 100%;
  float: left;
  font-weight: 800;
  color: #e8293b;
  font-size: 10vw;
  line-height: 1;
}
.header .site-container h1 span {
  -webkit-text-stroke-width: 1px;
  transform: translateY(-35%);
  margin-left: 4%;
  display: flex;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.header .site-container .slide-btn {
  float: left;
}
.header .perspective {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}
.header .perspective canvas {
  min-height: 100%;
  width: auto !important;
  position: absolute;
  left: 0;
  top: 0;
}
.header .particles-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}
.header .particles-wrap .particles {
  width: 100%;
  height: calc(100% - 50px);
  position: absolute;
  left: 0;
  bottom: 0;
}
.header .video-bg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}
.header .video-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('<?php echo get_template_directory_uri(); ?>/assets/images/bg-lines.png') center;
  z-index: 2;
}
.header .video-bg video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  opacity: 0.8;
}

.page-header {
  width: 100%;
  height: 100vh;
  min-height: 660px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: #0e0e0e;
}
.page-header .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.page-header .video-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('<?php echo get_template_directory_uri(); ?>/assets/images/bg-lines.png') center;
  z-index: 2;
}
.page-header .video-bg video {
  min-width: 100%;
  min-height: 100%;
  float: left;
  opacity: 0.2;
}
.page-header .site-container {
  position: relative;
  z-index: 3;
  padding: 0 10%;
}
.page-header .site-container h1 {
  font-weight: 800;
  font-size: 10vw;
  color: #fff;
  line-height: 1;
  text-indent: -5px;
}
.page-header .site-container p {
  margin-bottom: 0;
  /* font-family: "Fjalla One", sans-serif; */
  color: #24287b;
}

header {
  transform: scale(1.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
header .left-side {
  width: 50%;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  margin-left: 30px;
  z-index: 3;
}
header .left-side ul {
  margin: 0 auto;
  padding: 0;
}
header .left-side ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  list-style: none;
}
header .left-side ul li a {
  font-size: 16px;
  color: #fff;
  /* font-family: "Fjalla One", sans-serif; */
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
}
header .left-side ul li a:hover {
  padding-bottom: 1px;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}
header .scroll-down {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
header .scroll-down small {
  width: 98px;
  display: inline-block;
  transform: rotate(-90deg);
  margin-bottom: 50px;
  color: #fff;
  /* font-family: "Fjalla One", sans-serif; */
}
header .scroll-down span {
  display: block;
  height: 50px;
  position: relative;
  transform: translateX(-1px);
}
header .scroll-down span::before {
  -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
}
header .scroll-down span::before {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -0.5px;
  width: 1px;
  height: 70px;
  background: #fff;
  content: "";
}
/* header .sound {
  position: fixed;
  top: 50%;
  right: 20px;         
  transform: translateY(-50%);
  z-index: 9999;
} */
header .sound span {
  float: left;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  /* font-family: "Fjalla One", sans-serif; */
}
header .sound .equalizer {
  float: left;
}
header .sound .equalizer .holder {
  width: 23px;
  height: 20px;
  position: relative;
}

.sound {
position: fixed;
    /* right: 40px; */
    bottom: 40px;
    left: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 999;
    font-size: 0.8rem;
    overflow: hidden;
    /* gap: 10px; */
}

/* .swiper-slider .swiper-slide .slide-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background-color: rgba(13, 23, 26, 0.85);
} */

/* NAVBAR */
.navbar {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  padding: 20px 40px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* font-family: "Fjalla One", sans-serif; */
  font-size: 18px;
  z-index: 10;
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1),
              background 0.3s ease,
              box-shadow 0.3s ease,
              padding 0.3s ease;
}
.navbar a {
  color: #fff;
}
.navbar .left {
  width: 30%;
  margin-left: 0;
}
.navbar .left a {
  position: relative;
  padding-bottom: 6px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border-bottom: 2px solid transparent;
}
.navbar .left a:hover {
  padding-bottom: 1px;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}
.navbar .logo {
  margin: 0 auto;
}
.navbar .logo a {
  float: left;
}
.navbar .logo a img {
  height: 80px;
  /* filter: brightness(0) saturate(100%) */
}
.navbar .right {
  width: 30%;
  margin-right: 0;
  display: flex;
  justify-content: flex-end;
}
.navbar .right ul {
  margin-left: auto;
  margin-bottom: 0;
  padding: 0;
}
.navbar .right ul li {
  display: inline-block;
  margin-left: 15px;
  padding: 0;
}
.navbar .right ul li a {
  position: relative;
  padding-bottom: 6px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border-bottom: 2px solid transparent;
}
.navbar .right ul li a:hover {
  padding-bottom: 1px;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}
.navbar .right .hamburger-menu {
  margin-right: 0;
  margin-left: 60px;
  display: flex;
  align-items: center;
  position: relative; 
}
.navbar .right .hamburger-menu .hamburger {
  float: right;
  margin-top: 4px;
}
.navbar .right .hamburger-menu b {
  display: inline-block;
  font-weight: 400;
  margin-right: 15px;
}

/* SLIDE BTN */
.slide-btn {
  display: block;
  transition: all 0.5s;
  padding-left: 30px;
}

.slide-btn a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  color: #fff;
}

.slide-btn a:hover {
  text-decoration: none;
}

.slide-btn b {
  font-weight: 600;
}

.slide-btn .lines {
  width: 42px;
  height: 1px;
  float: left;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.slide-btn .lines span:nth-child(1) {
  width: 100%;
  height: 1px;
  float: right;
  background: #fff;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.slide-btn .lines span:nth-child(2) {
  width: 0;
  height: 1px;
  float: left;
  background: #fff;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.slide-btn:hover .lines {
  width: 62px;
  margin-left: 20px;
}

.slide-btn:hover .lines span:nth-child(1) {
  width: 0;
}

.slide-btn:hover .lines span:nth-child(2) {
  width: 100%;
  transition-delay: 0.2s;
}

.slide-btn .video-play-circle {
  stroke-dasharray: 315;
  stroke-dashoffset: 315;
  transition: stroke-dashoffset 0.5s;
}

.slide-btn svg {
  width: 50px;
  height: 50px;
  transition: transform 0.3s;
  margin-left: -25px;
  margin-right: 15px;
}

.slide-btn:hover .video-play-circle {
  stroke-dashoffset: 0;
}

/* SWIPER SLIDER */
.swiper-slider {
  width: 100%;
  height: 100vh;
  min-height: 660px;
  position: relative;
  left: 0;
  top: 0;
  color: #fff;
  overflow: hidden;
}
.swiper-slider .swiper-slide {
  display: block;
  overflow: hidden;
}
.swiper-slider .swiper-slide.swiper-slide-active .slide-inner {
  transform: scale(1);
}
.swiper-slider .swiper-slide,
.swiper-slider .swiper-slide .slide-inner {
  height: 100vh;
  min-height: 660px;
}

.swiper-slider .swiper-slide.swiper-slide-active .slide-inner .site-container {
  transform: translateY(0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 1;
}
.swiper-slider .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  transform: scale(0.8);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  background-size: cover;
  background-position: center;
  position: relative;
}
.swiper-slider .swiper-slide .slide-inner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url('<?php echo get_template_directory_uri(); ?>/images/bg-noise.gif');
  opacity: 0.04;
  position: absolute;
  left: 0;
  top: 0;
}
.swiper-slider .swiper-slide .slide-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('<?php echo get_template_directory_uri(); ?>/assets/images/bg-lines.png') center;
  z-index: 1;
}
.swiper-slider .swiper-slide .slide-inner .site-container {
  transform: translateY(50px);
  padding-top: 80px;
  opacity: 0;
  transition-delay: 0.15s !important;
  position: relative;
  z-index: 2;
}
.scroll-down {
    position: absolute;
    left: 0;
    bottom:  20px;
    z-index: 5;
}

.scroll-down small {
    width: 98px;
    display: inline-block;
    transform: rotate(-90deg);
    margin-bottom: 50px;
    color: #fff;
    /* font-family: "Fjalla One", sans-serif; */
}
.scroll-down span {
  display: block;
  height: 50px;
  position: relative;
  transform: translateX(-1px);
}
 .scroll-down span::before {
  -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
}
 .scroll-down span::before {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -0.5px;
  width: 1px;
  height: 70px;
  background: #fff;
  content: "";
}
.swiper-slider .swiper-slide .slide-inner .site-container .tagline {
  display: flex;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.swiper-slider .swiper-slide .slide-inner .site-container .tagline span {
  color: #e8293b;
  float: left;
  font-weight: 600;
  color: #fff;
}
.swiper-slider .swiper-slide .slide-inner .site-container .tagline span:after {
  content: "";
  width: 22px;
  height: 1px;
  float: right;
  margin: 10px;
  background: #24287b;
}
.swiper-slider .swiper-slide .slide-inner .tagline .h6-tagline {
  /* font-family: "Fjalla One", sans-serif; */
  opacity: 0.5;
  margin-top: 2px;
  margin-bottom: 0;
}
.swiper-slider .swiper-slide .slide-inner .h1-homebanner {
  width: 100%;
  max-width: 78%;
  font-weight: 800;
  color: #24287b;
  font-size: 9vw;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
.swiper-slider .swiper-slide .slide-inner .h1-homebanner.about-h1 {
  color: #ffffff;
}
.swiper-slider .swiper-slide .slide-inner .site-container h1 span {
  -webkit-text-stroke-width: 1px;
  transform: translateY(-30%);
  margin-left: 4%;
  display: flex;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.swiper-slider .swiper-slide .slide-inner .site-container .slide-btn {
  float: left;
}
.swiper-slider .swiper-pagination-bullets {
  width: 50px;
  left: auto;
  right: 40px;
  bottom: 50%;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  z-index: 2 !important;
}
.swiper-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 100%;
  height: auto;
  float: left;
  margin: 5px 0;
  background: none;
  position: relative;
  text-indent: 9999px;
  padding-right: 36px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.swiper-slider .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  opacity: 1;
}
.swiper-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  text-indent: 0;
}
.swiper-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 67px;
  right: -45px;
}
.swiper-slider .swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: "";
  width: 22px;
  height: 1px;
  background: #24287b;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* INTRO */
.intro {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 120px 0;
}
.intro h6 {
  color: #0e0e0e;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  opacity: 0.5;
  font-size: 16px;
}
.intro h2 {
  margin-bottom: 60px;
  color: #24287b;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
  padding-right: 35%;
  /* font-family: "Poppins", sans-serif; */
}
.intro h2:before {
  content: attr(data-text);
  font-size: 20vw;
  opacity: 0.05;
  z-index: -1;
  position: absolute;
  left: 0;
  top: -20%;
}
.intro h4 {
  margin-top: 5px;
  font-family: "Fjalla One", sans-serif;
  font-size: 25px;
  line-height: 40px;
  text-transform: uppercase;
  padding-right: 20%;
}
.intro p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 37px;
}
.intro u {
  text-decoration: none;
  border-bottom: 3px dotted #e8293b;
  font-weight: 600;
}
.intro strong {
  font-weight: 600;
}
.intro .custom-link {
  transform: translateY(30px);
}

/* PROCESS */
.process {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  position: relative;
  text-align: center;
}
.process h6 {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Fjalla One", sans-serif;
  opacity: 0.5;
  font-size: 16px;
  position: relative;
}
.process h2 {
  margin-bottom: 60px;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
}
.process h2:before {
  content: attr(data-text);
  font-size: 20vw;
  opacity: 0.05;
  z-index: -1;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -50%;
}
.process span {
  width: 80px;
  height: 80px;
  line-height: 62px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  background: #24287b;
  position: relative;
  border: 10px solid #e2fdf1;
  margin-top: 50px;
}
s .process span:before {
  content: "";
  width: 30vw;
  height: 2px;
  background: #e2fdf1;
  position: absolute;
  left: -30px;
  top: 30px;
  z-index: -1;
}
.process .col-md-3:last-child span:before {
  display: none;
}
.process figure {
  width: 100%;
  display: block;
  margin: 20px 0;
  background: #fff;
}
.process figure img {
  height: 90px;
}
.process h5 {
  font-weight: 600;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 0;
}

/* SERVICES CONTENT BLOCK */
.services-content-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #0e0e0e;
  color: #fff;
  position: relative;
}
.services-content-block .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0.2;
}
.services-content-block .video-bg video {
  min-width: 100%;
  min-height: 100%;
  float: left;
}
.services-content-block h6 {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Fjalla One", sans-serif;
  font-size: 16px;
}
.services-content-block h2 {
  margin-bottom: 60px;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
  padding-right: 35%;
}
.services-content-block .left {
  width: 100px;
  float: left;
  margin-top: -2px;
}
.services-content-block .right {
  width: calc(100% - 100px);
  float: left;
}
.services-content-block small {
  display: inline-block;
  font-family: "Fjalla One", sans-serif;
  color: #24287b;
}
.services-content-block span {
  width: 50px;
  height: 1px;
  background: #24287b;
  display: inline-block;
  margin: 5px 15px;
}
.services-content-block h4 {
  font-family: "Fjalla One", sans-serif;
  font-size: 17px;
  margin-bottom: 30px;
}
.services-content-block ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.services-content-block ul li {
  line-height: 1.8;
}

/* WORKS */
.works {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  transition-delay: 0s !important;
  transition: background 0.4s;
}
.works h6 {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  opacity: 0.5;
  font-size: 16px;
  text-transform: uppercase;
  color: #0e0e0e;
}
.works h2 {
  margin-bottom: 60px;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
  padding-right: 35%;
  color: #24287b;
  text-transform: uppercase;
  /* font-family: "Poppins", sans-serif; */
}
.works h2:before {
  content: attr(data-text);
  font-size: 20vw;
  opacity: 0.05;
  z-index: -1;
  position: absolute;
  left: 0;
  top: -20%;
}
.works .project-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 75px 0;
}
.works .project-box * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.works .project-box:hover figure {
  transform: scale(0.95);
}
.works .project-box:hover figure img {
  transform: scale(1.15);
}
.works .project-box:last-child {
  padding-bottom: 0;
}
.works .project-box:nth-child(2n+2) .custom-link a {
  float: right;
}
.works .project-box:nth-child(2n+2) .content-box {
  order: 1;
  text-align: right;
  padding-left: 0;
  padding-right: 5%;
}
.works .project-box:nth-child(2n+2) .content-box h3 span {
  margin-left: 0;
  margin-right: -7vw;
}
.works .project-box:nth-child(2n+2) figure {
  order: 2;
}
.works .project-box figure {
  width: 55%;
  margin: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}
.works .project-box figure img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 400px;
    object-position: top center;
    overflow: hidden;
}
.works .project-box .content-box {
  width: 45%;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.works .project-box .content-box .inner {
  margin: 0;
}
.works .project-box .content-box .inner small {
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0.5;
  font-size: 16px;
  color: #0e0e0e;
  line-height: 1;
}
.works .project-box .content-box .inner h3 {
  font-size: 5vw;
  font-weight: 800;
  margin-bottom: 10vh;
  line-height: 1;
  /* font-family: "Poppins", sans-serif; */
}
.works .project-box .content-box .inner h3 span {
  display: block;
  font-size: 8vw;
  color: #24287b;
  margin-left: -7vw;
}

/* WORKS SINGLE */
.works-single {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
}
.works-single h6 {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Fjalla One", sans-serif;
  opacity: 0.5;
  font-size: 16px;
}
.works-single h2 {
  margin-bottom: 50px;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
  padding-right: 35%;
}
.works-single h4 {
  margin-top: 5px;
  font-family: "Fjalla One", sans-serif;
  font-size: 25px;
  line-height: 40px;
  text-transform: uppercase;
  padding-right: 20%;
}
.works-single .text-desc {
  margin-bottom: 50px;
}
.works-single h5 {
  margin-bottom: 20px;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
}
.works-single h3 {
  font-size: 60px;
  font-weight: 800;
  margin-top: 80px;
  color: #24287b;
  text-align: center;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
}
.works-single p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 37px;
}
.works-single iframe {
  float: left;
  margin-bottom: 30px;
  background: #0e0e0e;
}
.works-single figure {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.works-single figure img {
  width: 100%;
}
.project-row {
    width: 100%;
    padding-bottom: 20px;
}

.project-img.full-img {
    width: 100%;
    height: 420px;
    margin-bottom: 20px;
    overflow: hidden;
}

.project-img.full-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.img-box {
    display: flex;
    gap: 10px;
    width: 100%;
}

.project-img.half-img {
    flex: 1;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.project-img.half-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* TEAM */
.team {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #24287b;
  position: relative;
}
.team h6 {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Fjalla One", sans-serif;
  opacity: 0.5;
  font-size: 16px;
}
.team h2 {
  margin-bottom: 60px;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
}
.team h2:before {
  content: attr(data-text);
  font-size: 20vw;
  opacity: 0.05;
  position: absolute;
  left: 0;
  top: -20%;
}
.team figure {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.team figure img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.team figure figcaption {
  width: 100%;
  display: block;
}
.team figure figcaption small {
  opacity: 0.6;
  font-size: 11px;
  display: block;
  margin-bottom: 5px;
}
.team figure figcaption h4 {
  font-family: "Fjalla One", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* WORK WITH US */
.work-with-us {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: #24287b;
  position: relative;
}
.work-with-us:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url('<?php echo get_template_directory_uri(); ?>/images/bg-noise.gif');
  opacity: 0.04;
  position: absolute;
  left: 0;
  top: 0;
}
.work-with-us:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('<?php echo get_template_directory_uri(); ?>/assets/images/bg-lines.png')center;
  z-index: 1;
}
.work-with-us .site-container {
  position: relative;
  z-index: 2;
}
.work-with-us h6 {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Fjalla One", sans-serif;
  font-size: 16px;
}
.work-with-us h2 {
  margin-bottom: 60px;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
  padding-right: 35%;
}
.work-with-us h2:before {
  content: attr(data-text);
  font-size: 20vw;
  opacity: 0.05;
  z-index: -1;
  position: absolute;
  left: 0;
  top: -20%;
}
.work-with-us h4 {
  margin-top: 5px;
  font-family: "Fjalla One", sans-serif;
  font-size: 25px;
  line-height: 40px;
  text-transform: uppercase;
  padding-right: 20%;
  margin-bottom: 40px;
}

/* AWARDS  */
.awards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.awards figure {
  display: block;
  margin: 0;
}
.awards figure img {
  height: 60px;
}
.awards h5 {
  font-weight: 600;
  font-size: 15px;
}
.awards .odometer {
  font-family: "Fjalla One", sans-serif;
  font-size: 40px;
}

/* CLIENTS */
.clients {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  background: url('<?php echo get_template_directory_uri(); ?>/assets/images/pattern-bg.svg');
}
.clients h6 {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Fjalla One", sans-serif;
  opacity: 0.5;
  font-size: 16px;
}
.clients h2 {
  margin-bottom: 60px;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
}
.clients h2:before {
  content: attr(data-text);
  font-size: 20vw;
  opacity: 0.05;
  position: absolute;
  left: 0;
  top: -20%;
}
.clients h4 {
  margin-top: 5px;
  margin-bottom: 40px;
  font-family: "Fjalla One", sans-serif;
  font-size: 25px;
  line-height: 40px;
  text-transform: uppercase;
  padding-right: 20%;
}
.clients ul {
  width: 100%;
  float: left;
  margin: 0;
  margin-top: 90px;
  padding: 0;
}
.clients ul * {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.clients ul li {
  width: 25%;
  float: left;
  margin: 0;
  padding: 10px;
  list-style: none;
  position: relative;
}
.clients ul li img {
  opacity: 1;
  background: #fff;
  border: 1px solid #eee;
  padding: 15px;
}
.clients ul li small {
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  font-size: 600;
  opacity: 0;
  font-family: "Fjalla One", sans-serif;
  font-size: 22px;
}
.clients ul li:hover small {
  margin-top: -25px;
  opacity: 1;
}
.clients ul li:hover img {
  opacity: 0.05;
  transform: scale(1.2);
}

/* NEWS */
.news {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
}
.news .post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}
.news .post.single-post {
  padding-left: 10%;
  padding-right: 10%;
  flex-direction: column;
}
.news .post.single-post .post-content .inner .post-title {
  font-size: 66px;
}
.news .post.single-post .post-image {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.news .post:nth-child(2n+2) .post-image {
  order: 2;
}
.news .post:nth-child(2n+2) .post-content {
  padding-left: 0;
}
.news .post .post-image {
  flex: 1;
  margin: 0;
}
.news .post .post-image img {
  margin: 0 auto;
  width: 100%;
  display: block;
  height: 300px;
  object-fit: cover;
  max-width: 900px;
  border-radius: 15px;
}
.news .post .post-content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 50px;
}
.news .post .post-content .inner {
  width: 100%;
}
.post-content .inner img {
    max-width: 500px;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
}
.news .post .post-content .inner .social-share {
  width: 100%;
  float: left;
  padding: 0 !important;
  margin-bottom: 40px;
}
.news .post .post-content .inner .social-share li {
  float: left;
  margin-right: 5px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.news .post .post-content .inner .social-share li.facebook a {
  background: #475993;
}
.news .post .post-content .inner .social-share li.twitter a {
  background: #76a9ea;
}
.news .post .post-content .inner .social-share li.google-plus a {
  background: #f34a38;
}
.news .post .post-content .inner .social-share li.linkedin a {
  background: #0077b7;
}
.news .post .post-content .inner .social-share li.youtube a {
  background: #f61c0d;
}
.news .post .post-content .inner .social-share li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  float: left;
  background: #e8293b;
  color: #fff;
  border: none;
  border-radius: 0;
}
.news .post .post-content .inner .post-date {
  display: block;
  font-size: 16px;
  opacity: 0.5;
  /* font-family: "Fjalla One", sans-serif; */
}
.news .post .post-content .inner .post-title {
  display: block;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 30px;
}
.news .post .post-content .inner .post-title a {
  display: block;
  color: #0e0e0e;
}
.news .post .post-content .inner .post-title a:hover {
  color: #24287b;
  text-decoration: none;
}
.news .post .post-content .inner .post-author {
  display: block;
  /* font-family: "Fjalla One", sans-serif; */
  text-transform: uppercase;
  margin-bottom: 30px;
}
.news .post .post-content .inner .post-author img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
.news .post .post-content .inner .post-text {
  display: block;
  line-height: 30px;
  margin-bottom: 0;
}
.news .post .post-content .inner h6 {
  font-size: 23px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.news .post .post-content .inner blockquote {
  display: block;
  padding: 40px;
  margin-bottom: 40px;
  background: #24287b;
  font-family: "Fjalla One", sans-serif;
  position: relative;
}
.news .post .post-content .inner blockquote:before {
  content: "";
  font-family: fontawesome;
  font-size: 90px;
  position: absolute;
  left: 40px;
  top: 0;
  opacity: 0.1;
}
.news .post .post-content .inner blockquote h5 {
  font-weight: 800;
  font-family: Poppins;
  margin: 0;
}
.news .post .post-content .inner ul {
  padding-left: 20px;
}
.news .post .post-content .inner ul li {
  line-height: 1.9;
}
.news .post .post-content .inner p {
  display: block;
  line-height: 30px;
}
.news .post .post-content .inner p:last-child {
  margin-bottom: 0;
}

/* HELLO */
.hello {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0px;
}
.hello h6 {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  /* font-family: "Fjalla One", sans-serif; */
  opacity: 0.5;
  font-size: 16px;
}
.hello h2 {
  margin-bottom: 60px;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
  padding-right: 35%;
}
.hello h2:before {
  content: attr(data-text);
  font-size: 20vw;
  opacity: 0.05;
  z-index: -1;
  position: absolute;
  left: 0;
  top: -20%;
}
.hello address {
  display: block;
  margin-bottom: 100px;
  word-break: break-word;
}
.hello address b {
  display: block;
  margin-bottom: 10px;
}
.hello #success, .hello #error {
  display: none;
  float: left;
}
.hello #contact {
  width: 100%;
  display: flex;
  margin-left: -100px;
  padding: 40px 20px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.hello #contact .form-group:last-child {
  margin-bottom: 0;
}
.hello #contact label {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.hello #contact label.error {
  color: #e8293b;
  margin-top: 7px;
  margin-bottom: 0;
}
.hello #contact div.error {
  background: #e8293b;
  color: #fff;
  border-radius: 0;
  border: none;
}
.hello #contact input[type=text] {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #eee;
  padding: 0 20px;
}
.hello #contact textarea {
  width: 100%;
  height: 150px;
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
}
.hello #contact button[type=submit] {
  height: 50px;
  padding: 0 40px;
  font-size: 16px;
  font-weight: 600;
  color: #0e0e0e;
  background: #24287b;
  border: none;
}

/* DIRECTION */
.direction {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
}
.direction h6 {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Fjalla One", sans-serif;
  opacity: 0.5;
  font-size: 16px;
}
.direction h2 {
  margin-bottom: 60px;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
  padding-right: 35%;
}
.direction h2:before {
  content: attr(data-text);
  font-size: 20vw;
  opacity: 0.05;
  z-index: -1;
  position: absolute;
  left: 0;
  top: -20%;
}
.direction figure {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
}
.direction figure img {
  width: 100%;
}
.direction figure figcaption {
  width: 40%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
.direction figure figcaption .inner {
  width: 100%;
  padding: 40px;
  color: #fff;
}
.direction figure figcaption .inner .custom-link {
  margin-top: 40px;
}
.direction figure figcaption .inner .custom-link a {
  color: #fff;
}
.direction figure figcaption .inner .custom-link .lines span {
  background: #fff;
}
.direction figure figcaption .inner h5 {
  font-family: "Fjalla One", sans-serif;
  font-size: 26px;
  margin-bottom: 20px;
}
.direction figure figcaption .inner b {
  font-weight: 600;
}
.direction figure figcaption .inner p {
  font-size: 16px;
}
.direction figure figcaption .inner ul {
  display: block;
  margin: 0;
  padding: 0;
}
.direction figure figcaption .inner ul li {
  display: block;
  margin: 15px 0;
  padding: 0;
  list-style: none;
}

/* FOOTER */
.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 100px 0;
  background: #0e0e0e;
  color: #fff;
}
.footer .footer-quote {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.footer .footer-quote img {
  height: 60px;
  display: block;
  margin-bottom: 20px;
}
.footer .footer-quote h2 {
  font-size: 3vw;
  font-weight: 800;
  margin-bottom: 0;
  color: #24287b;
}
.footer .footer-contact {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.footer .footer-contact address {
  margin-bottom: 0;
  text-align: center;
}
.footer .footer-contact address a {
  color: #fff;
  text-decoration: underline;
}
.footer .footer-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-bottom h5 {
  margin-bottom: 10px;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  color: #24287b;
}
.footer .footer-bottom ul {
  display: block;
  margin: 0;
  padding: 0;
}
.footer .footer-bottom ul li {
  display: inline-block;
  margin: 0;
  margin-right: 20px;
  padding: 0;
  list-style: none;
}
.footer .footer-bottom ul li:last-child {
  margin-right: 0;
}
.footer .footer-bottom ul li a {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 6px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border-bottom: 2px solid transparent;
}
.footer .footer-bottom ul li a:hover {
  padding-bottom: 1px;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}
.copyright-main {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.copyright {
    font-size: 16px;
    text-align: center;
    width: 100%;
}

/* MEDIUM FIXES */
/* @media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {

  .swiper-slider .swiper-slide .slide-inner {
    padding: 0 10%;
  }

  .intro h4 {
    padding-right: 0;
  }

  .work-with-us h2 {
    padding-right: 0;
  }

  .work-with-us h4 {
    padding-right: 0;
  }

  .works-single h2 {
    padding-right: 0;
  }

  .direction h2 {
    padding-right: 0;
  }

  .clients h4 {
    padding-right: 0;
  }

  .news .post {
    flex-direction: column;
  }

  .news .post .post-image {
    margin-bottom: 30px;
  }

  .direction figure figcaption {
    width: 50%;
  }

  .hello h2 {
    padding-right: 0;
  }
} */
/* RESPONSIVE TABLET FIXES */
/* @media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  header {
    min-height: inherit;
  }

  .swiper-slider .swiper-slide .slide-inner .site-container h1 {
    font-size: 12vw;
  }

  .intro {
    padding: 80px 0;
  }

  .intro h2 {
    padding-right: 0;
    margin-bottom: 25px;
  }

  .intro .custom-link {
    transform: translateY(0);
  }

  .process {
    padding: 80px 0;
  }

  .process h2 {
    margin-bottom: 0;
  }

  .services-content-block {
    padding: 80px 0;
  }

  .services-content-block h2 {
    padding-right: 0;
  }

  .services-content-block .left {
    width: 100%;
    margin-bottom: 20px;
  }

  .services-content-block .right {
    width: 100%;
  }

  .team {
    padding: 80px 0;
  }

  .team figure {
    margin: 15px 0;
  }

  .direction {
    padding: 80px 0;
  }

  .direction figure figcaption {
    width: 100%;
  }

  .works {
    padding: 80px 0;
  }

  .works h2 {
    padding-right: 0;
    margin-bottom: 50px;
  }

  .works .project-box {
    padding: 35px 0;
  }

  .work-with-us {
    padding: 80px 0;
  }

  .works-single {
    padding: 80px 0;
  }

  .news {
    padding: 30px 0;
    padding-bottom: 80px;
  }

  .news .post.single-post {
    padding-left: 0;
    padding-right: 0;
  }

  .news .post.single-post .post-content .inner .post-title {
    font-size: 44px;
  }

  .news .post:nth-child(2n+2) .post-image {
    order: 0;
  }

  .news .post:nth-child(2n+2) .post-content {
    padding: 0 50px;
  }

  .awards {
    padding: 80px 0;
  }

  .clients {
    padding: 80px 0;
  }

  .hello {
    padding: 80px 0;
  }

  .hello #contact {
    margin-left: 0;
    box-shadow: none;
  }

  .footer .footer-quote h2 {
    font-size: 6vw;
  }
} */
/* RESPONSIVE MOBILE FIXES */
/* @media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {


  .page-header .video-bg:before {
    display: none;
  }

  header .scroll-down {
    left: -10px;
  }

  header .sound {
    right: 30px;
    bottom: 30px;
  }

  .header {
    min-height: inherit;
  }

  .page-header {
    min-height: inherit;
  }

  .page-header .site-container h1 {
    font-size: 15vw;
  }

  .navigation-menu.active .bg-layers span {
    width: 50%;
  }

  .navigation-menu.active .bg-layers span:nth-child(1) {
    left: -50%;
    width: 50%;
  }

  .navigation-menu.active .bg-layers span:nth-child(2) {
    left: 0;
    width: 50%;
  }

  .navigation-menu.active .bg-layers span:nth-child(3) {
    left: 50%;
    width: 50%;
  }

  .navigation-menu.active .bg-layers span:nth-child(4) {
    left: 100%;
    width: 50%;
  }

  .navigation-menu .inner .menu ul li {
    display: block;
    margin-bottom: 20px;
  }

  .navigation-menu .inner .menu ul li a {
    font-size: 9vw;
    padding-bottom: 2px;
  }

  .navigation-menu .inner .menu ul li a:hover {
    padding-bottom: 2px;
  }

  .navigation-menu .inner .menu ul li ul {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .navigation-menu .inner .menu ul li ul li {
    padding: 5px 0;
  }

  .navigation-menu .inner .menu ul li ul li a {
    font-size: 20px;
  }

  .navigation-menu .inner .menu ul li:hover ul {
    display: block;
  }

  .navigation-menu .inner blockquote {
    display: none;
  }

  .navbar {
    padding: 20px 30px;
  }

  .navbar .right ul {
    display: none;
  }

  .navbar .right .hamburger-menu {
    margin-left: auto;
  }

  header .left-side {
    display: none;
  }

  .header .site-container h1 {
    font-size: 20vw;
  }

  .header .site-container h1 span {
    margin-left: 0;
    transform: translateY(0);
  }

  .header .site-container .slide-btn {
    padding-left: 0;
  }

  .swiper-slider .swiper-slide .slide-inner {
    padding: 0;
  }

  .swiper-slider .swiper-pagination-bullets {
    display: none;
  }

  .swiper-slider .swiper-slide .slide-inner:before {
    display: none;
  }

  .swiper-slider .swiper-slide .slide-inner .site-container h1 {
    font-size: 10vw;
  }

  .swiper-slider .swiper-slide .slide-inner .site-container h1 span {
    margin-left: 0;
    transform: translateY(0);
  }

  .swiper-slider .swiper-slide .slide-inner .site-container .slide-btn {
    padding-left: 0;
  }

  .awards {
    padding: 40px 0;
    padding-bottom: 0;
  }

  .awards .odometer {
    margin-bottom: 40px;
  }

  .works-single h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .works-single h4 {
    margin-bottom: 20px;
  }

  .works-single p {
    font-size: 18px;
    line-height: 30px;
  }

  .hello h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .hello address {
    margin-bottom: 20px;
  }

  .hello iframe {
    height: 400px !important;
  }

  .hello #contact {
    width: auto;
    margin-top: 40px;
    padding: 0;
    margin-left: -15px;
  }

  .team h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .intro h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .intro h4 {
    margin-bottom: 20px;
  }

  .intro p {
    font-size: 18px;
    line-height: 30px;
  }

  .services-content-block h2 {
    font-size: 32px;
    margin-bottom: 60px;
  }

  .direction h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .direction figure figcaption {
    width: 100%;
    position: static;
    display: block;
  }

  .works h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .works .project-box {
    flex-direction: column;
  }

  .works .project-box figure {
    width: 100%;
    margin-bottom: 20px;
  }

  .works .project-box:nth-child(2n+2) figure {
    order: 0;
  }

  .works .project-box:nth-child(2n+2) .content-box {
    text-align: left;
  }

  .works .project-box:nth-child(2n+2) .custom-link a {
    float: left;
  }

  .works .project-box .content-box {
    width: 100%;
    padding-left: 0;
  }

  .works .project-box .content-box .inner small {
    margin-bottom: 5px;
  }

  .works .project-box .content-box .inner h3 {
    margin-bottom: 30px;
  }

  .works .project-box .content-box .inner h3 span {
    margin-left: 0;
    font-size: 12vw;
  }

  .services-content-block .col-md-4:nth-child(3) {
    margin: 40px 0;
  }

  .work-with-us h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .clients h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .clients ul {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 40px;
    width: auto;
  }

  .clients ul li {
    width: 50%;
  }

  .news .pagination {
    margin-top: 0;
    text-align: left;
  }

  .news .pagination a {
    margin-left: 0;
    margin-right: 20px;
  }

  .news .post .post-content {
    padding: 0;
  }

  .news .post:nth-child(2n+2) .post-content {
    padding: 0;
  }

  .footer {
    padding: 80px 0;
  }

  .footer .footer-quote img {
    margin-bottom: 40px;
  }

  .footer .footer-quote {
    margin-bottom: 40px;
  }

  .footer .footer-quote h2 {
    font-size: 8vw;
  }

  .footer .footer-contact {
    margin-bottom: 40px;
  }

  .footer .footer-contact address {
    margin-bottom: 30px;
  }

  .footer .footer-bottom ul li {
    margin-right: 15px;
  }
} */
/* 
<!-- --- (Latest Story Start ) ----- --> */

 .section-header {
            font-size: 14px;
            font-weight: 600;
			      padding-bottom: 20px;
            letter-spacing: 1px;
            margin-bottom: 30px;
            color: #333;
            opacity: 0;
            animation: fadeInDown 0.6s ease forwards;
        }

        .news-grid {
            display: grid;
            grid-template-columns: 1.5fr 1fr;
            gap: 30px;
			      align-items: stretch;
            margin-bottom: 40px;
            padding-top: 30px;
        }

        .news-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.6s ease forwards;
            display: flex;
            flex-direction: column;
            height: 100%;
            cursor: pointer;
        }
        .news-card-right-side {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .news-card:nth-child(1) { animation-delay: 0.1s; }
        .news-card:nth-child(2) { animation-delay: 0.2s; }
        .news-card:nth-child(3) { animation-delay: 0.3s; }
        .news-card:nth-child(4) { animation-delay: 0.4s; }

        .news-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }
        .news-card-left-side a,
        .news-card-right-side a {
            text-decoration: none;
        }

        .small-card {
            flex: 1;
            display: flex;
        }
        .large-card {
            grid-row: span 2;
        }
        .single-card{
          margin-bottom: 0px;
        }

        .card-image {
            width: 100%;
            height: 300px;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease;
        }

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

        .image-container {
            position: relative;
            overflow: hidden;
        }
        span.category-badge-big {
            position: absolute;
            top: 20px;
            left: 20px;
            background: #24287b;
            color: white;
            padding: 6px 16px;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.5px;
            border-radius: 4px;
            text-transform: uppercase;
        }

        .category-badge {
            width: fit-content;
            position: static;
            display: inline-block;
            margin-bottom: 15px;
            background: #24287b;
            color: white;
            padding: 6px 16px;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.5px;
            border-radius: 4px;
            text-transform: uppercase;
            z-index: 2;
        }

        .card-content {
            padding: 25px;
        }

        .small-card .card-content {
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
        }

        .card-title {
            font-size: 22px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 15px;
            line-height: 1.4;
            transition: color 0.3s ease;
        }

        .small-card .card-title {
            font-size: 18px;
        }

        /* .news-card:hover .card-title {
            color: #ff0040;
        } */

        .card-meta {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-top: 0;
            font-size: 16px;
            color: #666;
        }

        /* .author-avatar {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 600;
            font-size: 12px;
        } */

        .author-avatar {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            overflow: hidden;
            flex-shrink: 0;
          }

          .author-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;   
          }

        .author-name {
            font-weight: 600;
            color: #333;
            text-transform: uppercase;
            font-size: 14px;
            letter-spacing: 0.5px;
        }

        .date {
            color: #999;
            font-size: 14px;
        }

        .more-btn {
            display: inline-block;
            margin: 0 auto;
            padding: 14px 40px;
            background: white;
            border: 2px solid #e0e0e0;
            color: #333;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            cursor: pointer;
            border-radius: 6px;
            transition: all 0.3s ease;
            opacity: 0;
            animation: fadeIn 0.6s ease 0.5s forwards;
        }

        .more-btn:hover {
            background: #ff0040;
            border-color: #ff0040;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255,0,64,0.3);
        }

        .btn-container {
            text-align: center;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
/* --- (Latest Story End ) ----- */
    
/* <!-- ------- ( Our Service Start ) -------- --> */
   
    .sol-section {
            position: relative;
        }
        .sol-container {
            max-width: 1400px;
            margin: 0 auto;
            padding-left: 80px;
        }
        .sol-header {
            margin-bottom: 30px;
        }
        .sol-header h6 {
            font-size: 16px;
            line-height: 1;
            color: #0e0e0e;
            margin-bottom: 20px;
            display: block;
            opacity: 0.5;
        }
        .sol-wrapper-outer {
            position: relative;
        }
        .sol-swiper {
            width: 100%;
            height: 520px;
            padding: 30px 0 80px;
            overflow: hidden;
            cursor: none;
        }
        .sol-swiper:active {
            cursor: none;
        }
        /* Custom Cursor */
        .custom-cursor {
            position: fixed;
            width: 100px;
            height: 100px;
            background: white;
            border-radius: 50%;
            pointer-events: none;
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #24287b;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 1px;
            transform: translate(-50%, -50%) scale(0);
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .custom-cursor.active {
            transform: translate(-50%, -50%) scale(1);
        }
        .swiper-wrapper {
            align-items: stretch;
        }
        .sol-slide {
            background: white;
            border-radius: 0;
            box-shadow: 0 2px 25px rgba(0,0,0,0.06);
            /* overflow: hidden; */
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            height: auto;
            cursor: none;
            opacity: 0;
        }
   
        .sol-slide:nth-child(odd) {
            transform: translateY(-15px);
            animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
        }

  
       .sol-slide:nth-child(even) {
            transform: translateY(15px);
            animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
        }

       @keyframes slideUp {
          to {
              opacity: 1;
              transform: translateY(15px);
          }
      }

      @keyframes slideDown {
          to {
              opacity: 1;
              transform: translateY(-15px);
          }
      }

        .sol-slide:nth-child(1) { animation-delay: 0.1s; }
        .sol-slide:nth-child(2) { animation-delay: 0.2s; }
        .sol-slide:nth-child(3) { animation-delay: 0.3s; }
        .sol-slide:nth-child(4) { animation-delay: 0.4s; }
        .sol-slide:nth-child(5) { animation-delay: 0.5s; }
        .sol-slide:nth-child(6) { animation-delay: 0.6s; }
        .sol-slide:nth-child(7) { animation-delay: 0.7s; }
        .sol-slide:hover {
            transform: translateY(-15px) scale(1.02);
            box-shadow: 0 20px 60px rgba(0,0,0,0.15);
            z-index: 10;
        }
        .sol-card {
            height: 100%;
            display: flex;
            flex-direction: column;
            position: relative;
            padding: 60px 50px;
            /* min-height: 500px; */
        }
        .sol-card.white {
            background: white;
            justify-content: flex-start;
        }
        .sol-card .sol-icon {
            width: 60px;
            height: 60px;
            margin-bottom: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }
        .sol-slide:hover .sol-icon {
            transform: scale(1.15) translateY(-5px);
        }
        .sol-card .sol-icon svg {
            width: 100%;
            height: 100%;
            fill: #24287b;
            stroke: #24287b;
        }
        .sol-icon img{
          filter: brightness(0) saturate(100%) invert(16%) sepia(20%) saturate(7455%) hue-rotate(228deg) brightness(87%) contrast(98%);
        }
        .sol-card.featured {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /* background: linear-gradient(135deg, #FF274E 0%, #FF1744 100%); */
            background: linear-gradient(135deg, #1c1f5f 0%, #24287b 100%);
            color: white;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 5;
        }
        .sol-slide:hover .sol-card.featured {
            opacity: 1;
            visibility: visible;
        }
        .sol-card.featured .sol-icon {
            display: none;
        }
        .sol-card.featured .sol-select-btn {
            display: none;
        }
        .sol-card.featured .sol-arrow {
            /* width: 50px;
            height: 50px; */
            background: transparent;
            position: relative;
            width: 30px;
            height: 30px;
            rotate: -30deg;
            /* border-radius: 50%; */
            display: flex;
            /* align-items: center; */
            justify-content: center;
            /* align-self: flex-start; */
            transition: all 0.4s ease;
            bottom: -25px;
            /* margin-top: auto; */
        }
        .sol-slide:hover .sol-card.featured .sol-arrow {
            transform: translate(8px, -8px);
        }
        .sol-card.featured .sol-arrow::after {
            /* content: '↗'; */
            font-size: 30px;
            bottom: 0;
            position: absolute;
            color: white;
            border-radius: 50%;
            padding: 2px 10px;
            display: flex;
            text-align: center;
            font-weight: bold;
            border: 2px solid #ffffff;
            transform: translate(8px, -40px);
        }
        .sol-content {
            flex: 1;
        }
        .sol-content h3 {
            font-size: 26px;
            font-weight: 600;
            margin-bottom: 20px;
            color: #24287b;
            transition: all 0.3s ease;
            line-height: 1.3;
        }
        .sol-card.featured h3 {
            color: white;
            font-size: 30px;
        }
        .sol-content p {
            font-size: 16px;
            line-height: 1.7;
            color: #24287b;
            transition: color 0.3s ease;
        }
        .sol-card.featured p {
            color: rgba(255,255,255,0.9);
            font-size: 15px;
        }
        .sol-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 80px;
            margin-top: 30px;
        }
        .sol-view-all {
            background: white;
            border: 2px solid #e5e5e5;
            padding: 18px 45px;
            border-radius: 0;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 1.5px;
            cursor: pointer;
            transition: all 0.4s ease;
            text-transform: uppercase;
        }
        .sol-view-all:hover {
            background: #1a1a1a;
            color: white;
            border-color: #1a1a1a;
            transform: translateX(5px);
        }
        /* Custom Pagination */
        .sol-pagination {
            position: relative !important;
            text-align: right !important;
            padding-right: 80px;
            bottom: 0 !important;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: 12px;
        }
        .sol-pagination .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background: #d5d5d5;
            opacity: 1;
            transition: all 0.4s ease;
            border-radius: 50%;
            margin: 0 !important;
            cursor: pointer;
        }
        .sol-pagination .swiper-pagination-bullet:hover {
            background: #24287b;
            transform: scale(1.2);
        }
        .sol-pagination .swiper-pagination-bullet-active {
            background: #24287b;
            width: 35px;
            border-radius: 5px;
        }
        /* Hide default navigation */
        .swiper-button-next,
        .swiper-button-prev {
            display: none;
        }
   /* <!-- ------- ( Our Service End ) -------- --> */

   /* <!-- ---------- ( About US Strat ) ------------ --> */
	
  .about-section {
      margin: 0 auto;
      background: #000; 
      color: #fff; 
      padding-bottom: 40px; 
      padding-top: 40px;
  }
		.about-section .section-header{
      border-top: none;
      padding-top: 60px;
      /* padding-bottom: 40px; */
		}

        .section-header {
            border-top: 1px solid #333;
            opacity: 0;
            animation: fadeInUp 0.8s ease forwards;
        }

        .section-number {
            font-size: 16px;
            text-transform: uppercase;
            color: #fff;
            display: block;
            line-height: 1;
            position: relative;
            z-index: 1;
        }
        .section-number::before {
            content: attr(data-text);
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            font-size: 8vw;
            font-weight: 600;
            opacity: 0.10;
            color: #fff;
            z-index: -1;
            white-space: nowrap;
            pointer-events: none;
        }

        .content-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: start;
        }

        .left-content {
            opacity: 0;
            animation: fadeInLeft 0.8s ease 0.2s forwards;
        }

        .intro-text {
            text-transform: capitalize;
            font-size: 28px;
            line-height: 1.5;
            margin-bottom: 40px;
            font-weight: 300;
        }

        .accordion {
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .accordion-item {
            background: #1a1a1a;
            border-bottom: 1px solid #2a2a2a;
            opacity: 0;
            animation: fadeInUp 0.6s ease forwards;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .accordion-item::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 0;
            height: 100%;
            background: linear-gradient(90deg, rgba(255,255,255,0.05) 0%, transparent 100%);
            transition: width 0.5s ease;
            pointer-events: none;
        }

        .accordion-item:hover::before {
            width: 100%;
        }

        .accordion-item:nth-child(1) { animation-delay: 0.4s; }
        .accordion-item:nth-child(2) { animation-delay: 0.5s; }
        .accordion-item:nth-child(3) { animation-delay: 0.6s; }

        .accordion-item:hover {
            background: #222;
            transform: translateX(5px);
        }

        .accordion-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 25px 30px;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }

        .accordion-header:hover {
            padding-left: 40px;
        }

        .accordion-title {
            font-size: 22px;
            font-weight: 500;
			      color: #fff;
            text-transform: uppercase;
            letter-spacing: 1px;
            line-height: 1;
            transition: all 0.3s ease;
        }

        .accordion-item:hover .accordion-title {
            color: #fff;
            letter-spacing: 2px;
        }

        .accordion-icon {
            width: 24px;
            height: 24px;
            position: relative;
            transition: transform 0.4s ease;
        }

        .accordion-icon::before,
        .accordion-icon::after {
            content: '';
            position: absolute;
            background: #fff;
            transition: all 0.4s ease;
        }

        .accordion-icon::before {
            width: 24px;
            height: 2px;
            top: 11px;
            left: 0;
        }

        .accordion-icon::after {
            width: 2px;
            height: 24px;
            top: 0;
            left: 11px;
        }

        .accordion-item.active .accordion-icon {
            transform: rotate(180deg);
        }

        .accordion-item.active .accordion-icon::after {
            opacity: 0;
        }

        .accordion-item:hover .accordion-icon {
            transform: scale(1.2) rotate(90deg);
        }

        .accordion-item.active:hover .accordion-icon {
            transform: scale(1.2) rotate(180deg);
        }

        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), 
                        padding 0.5s ease, 
                        opacity 0.3s ease;
            padding: 0 30px;
            opacity: 0;
        }

        .accordion-item.active .accordion-content {
            max-height: 300px;
            padding: 0 30px 30px 30px;
            opacity: 1;
        }

        .accordion-content p {
            color: #aaa;
            line-height: 1.7;
            font-size: 16px;
        }

        .right-content {
            position: relative;
            height: 600px;
            width: 100%;
            opacity: 0;
            animation: fadeInRight 0.8s ease 0.4s forwards;
        }

        .image-container {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            gap: 20px;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .image-strip {
            position: relative;
            overflow: hidden;
            transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 10px 40px rgba(0,0,0,0.5);
            cursor: pointer;
        }

        .image-strip::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.3) 100%);
            opacity: 0;
            transition: opacity 0.4s ease;
            pointer-events: none;
        }

        .image-strip:hover::after {
            opacity: 1;
        }

        .strip-1 {
            width: 200px;
            height: 400px;
            transform: translateY(-20px);
        }

        .strip-2 {
            width: 240px;
            height: 500px;
            z-index: 2;
        }

        .strip-3 {
            width: 220px;
            height: 420px;
            transform: translateY(20px);
        }

        .image-strip:hover {
            transform: translateY(0) scale(1.05);
            z-index: 10;
        }

        .strip-1:hover {
            transform: translateY(-10px) scale(1.05) rotate(-2deg);
        }

        .strip-3:hover {
            transform: translateY(10px) scale(1.05) rotate(2deg);
        }

        .image-strip img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: grayscale(100%) contrast(1.1);
            transition: all 0.6s ease;
        }

        .image-strip:hover img {
            filter: grayscale(70%) contrast(1.2);
            transform: scale(1.1);
        }

        .accordion-item {
            cursor: pointer;
        }

        .accordion-item:hover {
            cursor: pointer;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInLeft {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* Ripple effect on click */
        .ripple {
            position: absolute;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            transform: scale(0);
            animation: ripple-animation 0.6s ease-out;
            pointer-events: none;
        }

        @keyframes ripple-animation {
            to {
                transform: scale(4);
                opacity: 0;
            }
        }

        @media (max-width: 1024px) {
            .content-grid {
                grid-template-columns: 1fr;
                gap: 60px;
            }

            .image-container {
                gap: 15px;
            }

            .strip-1 { width: 150px; height: 320px; }
            .strip-2 { width: 180px; height: 400px; }
            .strip-3 { width: 160px; height: 340px; }
        }

        @media (max-width: 768px) {
            .intro-text {
                font-size: 22px;
            }

            .accordion-title {
                font-size: 24px;
            }

            .accordion-header {
                padding: 20px;
            }

            .right-content {
                height: 400px;
            }

            .image-container {
                gap: 10px;
            }

            .strip-1 { width: 100px; height: 250px; }
            .strip-2 { width: 120px; height: 300px; }
            .strip-3 { width: 110px; height: 270px; }
        }
	/* <!-- ---------- ( About US End ) ------------ --> */

  
		/* <!-- ---------- ( Testimonials Start ) ------------ --> */
		
		 .testimonial {
      /* min-height: 100vh; */
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px 20px;
    }

  
    .image-column {
      flex: 1;
      position: relative;
      /* height: 600px; */
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .image-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      bottom: 30px;
    }

    .person-img {
      position: absolute;
      border-radius: 50%;
      overflow: hidden;
      cursor: pointer;
      transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      border: 5px solid #fff;
      box-shadow: 0 10px 30px rgba(0,0,0,0.15);
      opacity: 0;
    }

    .person-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .person-img.show {
      opacity: 0.5;
      filter: grayscale(30%);
    }

    .person-img.active {
      opacity: 1;
      filter: grayscale(0%);
      border-color: #5b97d7;
      box-shadow: 0 15px 40px rgba(74, 125, 192, 0.3);
      z-index: 8;
    }

    /* .person-img:hover {
      transform: scale(1.05);
      opacity: 1;
    } */

    /* Positions for images */
    .person-img[data-position="top"] {
      width: 160px;
      height: 160px;
      top: 0px;
      left: 50%;
      transform: translateX(-50%);
    }

    .person-img[data-position="left"] {
      width: 220px;
      height: 220px;
      top: 50%;
      left: 20px;
      transform: translateY(-50%);
    }

    .person-img[data-position="bottom"] {
      width: 160px;
      height: 160px;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%);
    }
    .dots {
      position: absolute;
      right: 20%;
      top: 50%;
      transform: translateY(-50%);
    }

    .dott {
      width: 60px;
      height: 60px;
      background: #24287b;
      border-radius: 50%;
      margin-bottom: 20px;
      opacity: 0.7;
    }

    .dott:last-child {
      width: 40px;
      height: 40px;
      opacity: 0.5;
    }

    .content-column {
      flex: 1;
    }

    /* .carousel-header h3 {
      color: #0e0e0e;
      font-size: 16px;
      margin-bottom: 20px;
      text-transform: uppercase;
      display: block;
      line-height: 1;
      opacity: 0.5;
    }

    .carousel-header h1 {
      color: #24287b;
      font-size: 48px;
      margin-bottom: 40px;
      font-weight: bold;
    }

    .carousel-inner {
      position: relative;
      overflow: hidden;
      min-height: auto;
    }

    .carousel-item {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.5s ease;
      pointer-events: none;
    }

    .carousel-item.active {
      position: relative;
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    } */

    .quote-wrapper p {
      font-size: 18px;
      line-height: 1.8;
      color: #0e0e0e;
      margin-bottom: 30px;
    }

    .quote-wrapper h3 {
      color: #24287b;
      font-size: 22px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 1px;
    }

    .pagination-wrapper {
      display: flex;
      align-items: center;
      padding-top: 15px;
      gap: 20px;
    }

    .arrow-btn {
      width: 45px;
      height: 45px;
      border: 2px solid #ddd;
      background: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      flex-shrink: 0;
    }

    .arrow-btn:hover {
      border-color: #24287b;
      background: #24287b;
    }

    .arrow-btn:hover svg {
      stroke: #fff;
    }

    .arrow-btn svg {
      width: 20px;
      height: 20px;
      stroke: #666;
      transition: all 0.3s ease;
    }

    .indicators-container {
      overflow: hidden;
      flex: 1;
      max-width: 210px;
    }

    .indicators {
      display: flex;
      gap: 8px;
      list-style: none;
      transition: transform 0.3s ease;
    }

    .indicators li {
      width: 35px;
      height: 3px;
      background: #ddd;
      cursor: pointer;
      transition: all 0.3s ease;
      flex-shrink: 0;
    }

    .indicators li.active {
      background: #24287b;
      width: 50px;
    }

    .indicators li:hover {
      background: #999;
    }

		/* <!-- ---------- ( Testimonials End ) ------------ --> */

/* new testimonial start */

  .t_new-testimonial-start {
            padding: 30px 0px;
            background: #e8e9f0;
        }
        .t_new-testimonial-start .t_carousel-header {
            margin-bottom: 40px;
             padding: 0 20px;
        }
        .t_new-testimonial-start .t_carousel-header-h3 {
            color: #0e0e0e;
            font-size: 16px;
            margin-bottom: 20px;
            text-transform: uppercase;
            display: block;
            line-height: 1;
            opacity: 0.5;
        }
        .t_new-testimonial-start .t_carousel-header-h1 {
            color: #24287b;
            font-size: 60px;
            margin-bottom: 40px;
            font-weight: bold;
        }
        .t_new-testimonial-start .t_new-testimonial-container {
            position: relative;
            max-width: 1100px;
            margin: 0 auto;
        }
        
        .t_new-testimonial-start .testimonial-card-bg {
            height: 400px;
            background: linear-gradient(135deg, #ffffff 50%, #b8c1e0 50%);
            border-radius: 8px;
            padding: 80px 100px;
            box-sizing: border-box;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
        }
        .t_new-testimonial-start .testimonial-card-bg::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 450px;
            height: 450px;
            background-image: url("https://wittytechnicalsolutions.com/sub-domain/witty/wp-content/uploads/2026/01/bannner-shape.png"); 
            background-repeat: no-repeat;
            background-size: contain;
            background-position: left center;
            filter: brightness(0) saturate(100%) invert(0%) sepia(0%)
                    saturate(0%) hue-rotate(144deg)
                    brightness(104%) contrast(100%);
            z-index: 0;
            opacity: 0.2;
          }
          .t_new-testimonial-start .testimonial-card-bg > * {
            position: relative;
            z-index: 1;
          }
        
        .t_new-testimonial-start .testimonial-slider {
            position: relative;
            overflow: hidden;
            height: 100%;
        }
        .t_new-testimonial-start .testimonial-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
            height: 100%;
        }
        .t_new-testimonial-start .testimonial-slide {
            /* min-width: 100%; */
            width: 100%;
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            height: 100%;
        }
        .t_new-testimonial-start .testimonial-text {
            height: 5em;         
            overflow-y: auto;     
            padding-right: 10px;
            color: #4b5563;
            font-size: 20px;
            font-style: italic;
            line-height: 1.6;
            width: 100%;
        }
         .t_new-testimonial-start .testimonial-text::-webkit-scrollbar {
            width: 5px;
          }
          .t_new-testimonial-start .testimonial-text::-webkit-scrollbar-thumb {
            background-color: #24287b;
            border-radius: 3px;
            opacity: 0.5;
          }
          .t_new-testimonial-start .testimonial-text::-webkit-scrollbar-track {
            background: rgba(0,0,0,0.05);
            border-radius: 3px;
          }
        .t_new-testimonial-start .testimonial-author {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top:  20px;
        }
        .t_new-testimonial-start .testimonial-image {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 10px;
            border: 4px solid #fff;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        }
        .t_new-testimonial-start .testimonial-name {
            color: #6b7280;
            font-size: 20px;
            font-weight: 500;
            font-style: italic;
            margin-top: 15px;
        }
        .t_new-testimonial-start .carousel-controls {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            display: flex;
            justify-content: space-between;
            pointer-events: none;
            /* z-index: 10; */
        }
        .t_new-testimonial-start .carousel-btn {
            pointer-events: all;
            background: #24287b;
            border: none;
            width: 60px;
            height: 60px;
            border-radius: 5px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(30, 58, 138, 0.3);
        }
        .t_new-testimonial-start .carousel-btn:hover {
            background: #1e40af;
        }
        .t_new-testimonial-start .carousel-btn svg {
            width: 24px;
            height: 24px;
            fill: white;
        }
        .t_new-testimonial-start .carousel-btn-prev {
            margin-left: -30px;
        }
        .t_new-testimonial-start .carousel-btn-next {
            margin-right: -30px;
        }


/* new testimonial end */
    
    /* client logo section start */

    section.clients-section {
      padding: 80px 0px;
      overflow: hidden;
    }

    .clients-container {
      width: 100%;
      margin: auto;
      margin-bottom: 40px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
    }

    .clients-left {
      /* width: 45%; */
      width: 100%;
      text-transform: uppercase;
    }

    .clients-left h6 {
      display: block;
      line-height: 1;
      margin-bottom: 20px;
      opacity: 0.5;
      font-size: 16px;
      text-transform: uppercase;
      color: #0e0e0e;
    }

    .clients-left h2 {
      font-size: 70px;
      margin-bottom: 25px;
      font-weight: 800;
      line-height: 1.1;
      color: #24287b;
      /* font-family: "Poppins", sans-serif; */
    }

    .clients-left h4 {
      font-size: 25px;
      font-weight: 500;
      text-transform: capitalize;
      line-height: 1.5;
      margin-bottom: 25px;
      color: #0e0e0e;
      /* padding-right: 20%; */
    }

    .custom-link {
      display: inline-block;
    }

    .custom-link a {
      text-decoration: none;
      color: #0e0e0e;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1px;
    }

    .custom-link-left{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      font-size: 14px;
      margin-left: 20px;
      font-weight: 600;
    }

    .clients-right {
      /* width: 55%; */
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 40px;
    }

    .logo-slider {
      overflow: hidden;
      position: relative;
      width: 100%;
      mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);

    }

    .slider-track {
      display: flex;
      gap: 30px;
      width: max-content;
      will-change: transform;
    }
.slider-ltr .slider-track {
  animation: scrollLTR 20s linear infinite;
}

.slider-rtl .slider-track {
  animation: scrollRTL 20s linear infinite;
}

.logo-slider:hover .slider-track {
  animation-play-state: paused;
}
@keyframes scrollLTR {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes scrollRTL {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}


    .brand-item {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 12px 20px;
      /* border: 1px solid #e6e6e6;
      background: #fff; */
      max-width: 140px;
      transition: 0.3s;
       flex-shrink: 0;
    }

    .brand-item img {
      max-width: 100%;
      /* height: fit-content; */
      filter: grayscale(100%);
      opacity: 0.65;
      transition: 0.3s;
    }

    .brand-item:hover {
      /* border-color: #000; */
      transform: scale(1.2);
    }

    .brand-item img:hover {
      filter: grayscale(0);
      opacity: 1;
    }

/* client logo section end */




/* ---- (Hero Banner Start ) ---- */
.banner-with-header .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom{
    bottom: 50% !important;
}
.hero-banner .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
	left: -30px !important;
}

		
		
/* ---- (Hero Banner End ) ---- */
/* <!-- ----- ( Button Hover Start ) ------  --> */
.button-cst{
	width: 100%;
}
.btnwrapper{
	display: inline-flex; 
	position: relative; 

}
.magic-btn, .magic-btn1 {
      padding: 14px 40px;
      font-size: 22px;
      border: 2px solid #000;
      background: #000;
      cursor: pointer;
      color: #fff;
      font-weight: 600;
      position: relative;
      overflow: hidden;
      letter-spacing: 1px;
 }   
.spotlight, .spotlight1 {
      position: absolute;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.2s ease;
      background: #fff;
      transform: translate(-50%, -50%);
      mix-blend-mode: difference;
      z-index: 1;
}
/* <!-- ----- ( Button Hover End ) ------  --> */
/* ---- ( Universal Css Start ) ----  */
.pt-80{
	padding-top: 80px;
}
.pb-80{
	padding-bottom: 80px;
}
/* ---- ( Universal Css End ) ----  */

.why-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.logo-mask {
  width: 100%;
  height: 100%;
  background-image: url("https://wittytechnicalsolutions.com/sub-domain/witty/wp-content/uploads/2026/02/team11-scaled.jpg");
  background-size: cover;
  background-position: center;
  -webkit-mask-image: url("https://wittytechnicalsolutions.com/sub-domain/witty/wp-content/uploads/2026/01/logo.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("https://wittytechnicalsolutions.com/sub-domain/witty/wp-content/uploads/2026/01/logo.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.what-do-start{
  padding-top: 30px;
}
.whatdo-wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 40px;
}

.whatdo-left {
  width: 50%;
}

.whatdo-title {
  font-size: 48px;
  font-weight: 700;
  color: #24287b;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
}

.whatdo-right {
  width: 50%;
}

.whatdo-desc {
  font-size: 25px;
  line-height: 1.5;
  margin: 0;
}
/* Custom Pagination */
.sol-pagination {
    position: relative !important;
    text-align: right !important;
    padding-right: 80px;
    bottom: 0 !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

.sol-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d5d5d5;
    opacity: 1;
    transition: all 0.4s ease;
    border-radius: 50%;
    margin: 0 !important;
    cursor: pointer;
}

.sol-pagination .swiper-pagination-bullet:hover {
    background: #24287b;
    transform: scale(1.2);
}

.sol-pagination .swiper-pagination-bullet-active {
    background: #24287b;
    width: 35px;
    border-radius: 5px;
}
.news-head-wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}

.news-head-left {
  width: 50%;
}

.news-title {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
  color: #24287b;
  /* font-family: "Poppins", sans-serif; */
}

.news-head-right {
  width: 50%;
  text-align: end;
}

.news-desc {
  font-size: 20px;
  /* font-weight: 600; */
  line-height: 1.5;
  margin: 0;
  color: #0e0e0e;
}
section.latest-news.pb-80 {
    padding-top: 50px;
}
.sol-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.view-services-btn {
    width: 100%;
}

/* cta section start */

.cta {
  padding: 80px 0px;
  position: relative;
  overflow: visible;
}

.cta-outer {
  display: flex;
  justify-content: center;
  padding: 40px 0px;
}

.cta-container {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}

.cta-title {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  /* font-family: "poppins", sans-serif; */
  line-height: 1.2;
  margin-bottom: 20px;
}

.cta-title span {
  display: block;
  color: #24287b;
}

.cta-text {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  background: #24287b;
  color: #fff;
  text-decoration: none;
  /* border-radius: 50px; */
  border: 2px solid #24287b;
  transition: all 0.3s ease;
  z-index: 2;
  text-transform: capitalize;
}

.cta-btn:hover {
  background: #fff;
  color: #24287b;
  text-decoration: none;
  
}

.img-cta-main {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  max-width: 35%;
}

.img-cta-main img{
   width: auto;         
  height: auto;   
  opacity: 0.95;
  display: block;
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%)
          saturate(0%) hue-rotate(144deg)
          brightness(104%) contrast(100%);
}
span.cta-arrow {
    rotate: 50deg;
    margin-left: 5px;
}
.newsletter-btn .cta-arrow i {
    display: inline-block;
    rotate: 50deg;
}

/* cta section end  */

/* footer start */

.footer-new {
    position: relative;
    background-color: #24287b;
    color: #fff;
    overflow: hidden;
    background-image: url(https://wittytechnicalsolutions.com/sub-domain/witty/wp-content/uploads/2026/01/About_Witty.png);
    background-size: cover;
    background-position: center;
    filter: contrast(1.1) brightness(0.9);
    padding-top: 30px;
}
.footer-new::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(36, 40, 123, 0.95);
    z-index: 1;
}

.footer-main {
    position: relative;
    z-index: 2;
    text-align: center;
    gap: 50px;
    margin: auto;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-top: 20px;
}
.footer-bottom {
  padding-top: 25px;
}
.footer-center{
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-center {
  width: 100%;
  text-align: center;
}

.newsletter-btn {
  display: inline-block;
  padding: 15px 30px;
  background: #24287b;
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  /* border-radius: 50px; */
  transition: all 0.3s ease;
  user-select: none;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.478);
  /* border: 2px solid #fff; */
  border: 2px solid #24287b;
}
.newsletter-btn:hover {
    color: #24287b;
    background: white;
    text-decoration: none;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  animation: fadeIn 0.3s ease;
}

.overlay.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.book-container {
  position: relative;
  width: 400px;
  height: 500px;
  perspective: 2000px;
}

.book {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 1s ease;
}

.book.open {
  transform: rotateY(-30deg);
}

.book-cover, .book-page {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #111827 0%, #1f2933 100%);
  border-radius: 10px;
  box-shadow: 0 25px 70px rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
}

.book-cover {
  z-index: 2;
  transform-origin: left;
  transition: transform 1s ease;
  border: 3px solid #fff;
}

.book-cover.opening {
  transform: rotateY(-180deg);
}

.logo-book {
  width: 250px;
  height: 250px;
  background:transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  font-weight: bold;
  color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.book-page {
  background: #fff;
  transform: rotateY(0deg);
  padding: 40px;
  overflow-y: auto;
}

.content {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.content.show {
  opacity: 1;
}

.content h2 {
  color: #24287b;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.content p {
  color: #0e0e0e;
  margin-bottom: 35px;
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
}

.subscribe form {
  display: flex;
  flex-direction: column;   
  align-items: center;      
  gap: 14px;  
}

.subscribe form input {
  width: 100%;
  padding: 16px 60px 17px 16px;
  background-color: transparent;
  border: 2px solid #24287b;
  border-radius: 30px;
  color: #0e0e0e;
  outline: none;
  font-size: 15px;
}

.subscribe form input::placeholder {
  color: #0e0e0e;
}

.subscribe form button {
  background-color: #24287b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  border-radius: 50%;
  color: #fff;
  width: 52px;
  height: 52px;
  border: 0;
  cursor: pointer;
  outline: none;
  transform: rotate(0);
  transition: all 0.7s linear;
}

.subscribe form button:hover  {
  background-color: #24287b;
  color: #fff;
  outline: none;
  transform: rotate(45deg);
}

.close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  color: #333;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: transform 0.3s ease;
}

.close-btn:hover {
  transform: rotate(90deg);
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.footer-col {
    position: relative;
}
.footer-row {
  text-align: center;
}
.footer-row h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
.footer-explore {
  display: flex;
  justify-content: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}

.footer-explore li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.footer-explore li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}

.footer-explore li a:hover::after {
  width: 100%;
}

.footer-col img {
    max-width: 250px;
    margin-bottom: 20px;
}

.footer-col p {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
}

.footer-col h5 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 22px;
    padding-bottom: 8px;
    color: #ffffff;
    align-items: center;
    gap: 8px;
}
.contact-main{
  padding-left: 10px;
}
.footer-col a {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-col a:hover {
    color: #00eaff;
    transform: translateX(6px);
}

.footer-col ul {
    list-style: none;
    padding: 0;
}
.add-start {
    /* margin-top: 15%; */
}
.contactt {
    /* margin-top: 15%; */
}
/* .social {
    margin-top: 20px;
}

.social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 10px;
    background: #24287b;
    color: #fff;
    font-size: 18px;
    transition: 0.4s;
    border: 2px solid #fff;
} */

.social a:hover {
    /* background: linear-gradient(135deg, #00eaff, #38bdf8); */
    background: #fff;
    color: #24287b;
    /* transform: translateY(-6px) rotate(8deg); */
}

.footer-c {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 22px;
    font-size: 16px;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: #94a3b8;
}

.footer-wave-wrapper {
  position: relative;
  width: 100%;
  height: 120px;
  overflow: hidden;
  line-height: 0;
}

.footer-wave-wrapper svg {
  width: 100%;
  height: 100%;
  display: block;
}

.waves > use {
  animation: move-forever 2s -2s linear infinite;
}

.waves > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 6s;
}
.waves > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
}

@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

/* svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30vw;
  max-height: 200px;
} */

/* footer end */

/* social icon sticky */

.social-sticky-wrap {
  position: fixed;
  right: 0;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  z-index: 999;
}

.social-sticky-vertical {
  position: relative;
  display: flex;
  background: #24287b;
  align-items: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
} 

.join-vertical {
  background-color: #24287b;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  padding: 18px 12px;
  writing-mode: vertical-rl;
  align-items: flex-start;
  cursor: pointer;
  border-radius: 10px 0 0 10px;
  letter-spacing: 2px;
   transition: 
    transform 1s ease,
    background-color 0.5s ease;
}

.social-sticky-wrap:hover .join-vertical {
  transform: translateX(-30px);
   background-color: #1f2370;
}

.social-icons {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #24287b;

  opacity: 0;
  pointer-events: none;
  transform: translateX(0);

  transition:
    opacity 0.3s ease,
    transform 0.5s ease;
  
}

.social-sticky-wrap:hover .social-icons {
 opacity: 1;                 
  pointer-events: auto;
  transition-delay: 0.4s; 
}
.social-sticky-wrap:hover .social-icons a {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.75s;
}
.social-icons a {
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  transform: translateX(10px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.social-icons a:hover {
  background: #fff;
	color: #24287b;
  border-radius: 0%;
}
/* social icon sticky end*/

/* our team section start */

section.our-team-start {
    width: 100%;
    padding: 80px 0px;
    background: rgba(36, 40, 123, 0.2);
}
 .team-section {
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-center {
    position: absolute;
    width: 350px;
    height: 350px;
    background: #24287b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 60px rgba(36, 40, 123, 0.35);
    /* z-index: 10; */
}

.team-center::before {
    content: '';
    position: absolute;
    width: 380px;
    height: 380px;
    background: rgba(36, 40, 123, 0.2);
    border-radius: 50%;
    z-index: -1;
}

.team-center h2 {
    color: white;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}

.team-members {
    position: relative;
    width: 100%;
    min-height: 800px;
}

.team-member {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 20px;
    /* animation: float 3s ease-in-out infinite; */
}

.team-member:nth-child(1) {
    top: 5%;
    left: 22%;
    animation-delay: 0s;
}

.team-member:nth-child(2) {
    top: 5%;
    right: 17%;
    flex-direction: row-reverse;
    animation-delay: 0.5s;
}

.team-member:nth-child(3) {
    top: 35%;
    left: 2%;
    animation-delay: 1s;
}

.team-member:nth-child(4) {
    top: 35%;
    right: 2%;
    flex-direction: row-reverse;
    animation-delay: 1.5s;
}

.team-member:nth-child(5) {
    bottom: 5%;
    left: 15%;
    animation-delay: 2s;
}

.team-member:nth-child(6) {
    bottom: 5%;
    right: 15%;
    flex-direction: row-reverse;
    animation-delay: 2.5s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.member-info {
    text-align: right;
    /* max-width: 200px; */
}

.team-member:nth-child(even) .member-info {
    text-align: left;
}

.member-info h3 {
    font-size: 25px;
    color: #24287b;
    margin-bottom: 5px;
    font-weight: 600;
}

.member-info .role {
    font-size: 16px;
    color: #0e0e0e;
    margin-bottom: 8px;
}

.member-info .desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
    line-height: 1.4;
}
.desc.email {
    display: flex;
    align-items: center;
    gap: 8px;
}
.desc.email a {
    text-decoration: none;
}
.social-icons-m {
    display: flex;
    gap: 8px;
}

.team-member:nth-child(even) .social-icons {
    justify-content: flex-start;
}

.team-member:nth-child(odd) .social-icons {
    justify-content: flex-end;
}

.social-icons-m a {
    width: 32px;
    height: 32px;
    border: 2px solid #24287b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #24287b;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.social-icons-m a:hover {
    background: #24287b;
    color: white;
    transform: translateY(-3px);
}

.member-image {
    position: relative;
    width: 150px;
    height: 150px;
    flex-shrink: 0;
}

.member-image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #24287b;
    border-radius: 50%;
    z-index: -1;
    top: -5px;
    left: -5px;
}

.member-image::after {
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid rgba(36, 40, 123, 0.3);
    border-radius: 50%;
    z-index: -2;
    top: -13px;
    left: -13px;
}

.member-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.team-detail-btn {
    position: relative;
    text-align: center;
    margin-top: 40px;
}

/* our team section end */

/* we are witty for about page */

.weare-section-head {
  padding-bottom: 60px;
}

.weare-section-inner {

}

.weare-head-left .weare-title {
  font-size: 48px;
  font-weight: 700;
  color: #24287b;
  margin-bottom: 20px;
}

.weare-head-left .weare-desc {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 36px;
  color: #0e0e0e;
}

.info-section {
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cards-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 80px;
    flex-wrap: wrap;
}

.card-item {
    position: relative;
    width: 360px;
    height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    rotate: 40deg;
}

.colored-ring {
    position: relative;
    width: 310px;
    height: 309px;
    border-radius: 50%;
    top: 35px;
    left: 52%;
    z-index: 1;
    transform: translateX(-48%);
}
.mission .colored-ring::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 36%;
    transform: translateX(-45%) rotate(-50deg);
    width: 260px;
    height: 230px;
    border: 0px solid transparent;
    border-top: 14px solid #446879;
    border-radius: 75%;
    clip-path: polygon(0 0, 100% 0, 100% 40%, 0 40%);
    /* mask-image: linear-gradient(to right, transparent 0%, #ff5722 5%, #ff5722 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #ff5722 5%, #ff5722 60%, transparent 58%); */
}
.mission .colored-ring::after {
      content: '';
      position: absolute;
      top: -25px;
      transform: translateX(-54%) rotate(-214deg);
      left: 46%;
      /* bottom: -25px; */
      /* transform: translateX(-26%); */
      width: 300px;
      height: 337px;
      border: 0px solid transparent;
      border-top: 14px solid #446879;
      border-radius: 45%;
      clip-path: polygon(0 0, 100% 0, 75% 7%, 0 32%);
}

.vision .colored-ring::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 36%;
    transform: translateX(-45%) rotate(-50deg);
    width: 260px;
    height: 230px;
    border: 0px solid transparent;
    border-top: 14px solid #272c87de;
    border-radius: 75%;
    clip-path: polygon(0 0, 100% 0, 100% 40%, 0 40%);
    /* mask-image: linear-gradient(to right, transparent 0%, #ff5722 5%, #ff5722 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #ff5722 5%, #ff5722 60%, transparent 58%); */
}
.vision .colored-ring::after {
  content: '';
  position: absolute;
  top: -25px;
      transform: translateX(-54%) rotate(-214deg);
      left: 46%;
  /* bottom: -25px; */
  /* transform: translateX(-26%); */
    width: 300px;
      height: 337px;
  border: 0px solid transparent;
  border-top: 14px solid #272c87de;
  border-radius: 45%;
  clip-path: polygon(0 0, 100% 0, 75% 7%, 0 32%);
}

.values .colored-ring {
    /* border: 3px solid transparent; */
    /* box-shadow: 0 0 20px rgba(255, 193, 7, 0.3); */
}
.values .colored-ring::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 36%;
    transform: translateX(-45%) rotate(-50deg);
    width: 260px;
    height: 230px;
    border: 0px solid transparent;
    border-top: 14px solid #048787;
    border-radius: 75%;
    clip-path: polygon(0 0, 100% 0, 100% 40%, 0 40%);
    /* mask-image: linear-gradient(to right, transparent 0%, #ff5722 5%, #ff5722 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #ff5722 5%, #ff5722 60%, transparent 58%); */
}
.values .colored-ring::after {
  content: '';
  position: absolute;
    top: -25px;
      transform: translateX(-54%) rotate(-214deg);
      left: 46%;
  /* bottom: -25px; */
  /* transform: translateX(-26%); */
    width: 300px;
      height: 337px;
  border: 0px solid transparent;
  border-top: 14px solid #048787;
  border-radius: 45%;
  clip-path: polygon(0 0, 100% 0, 75% 7%, 0 32%);
}
.top-arc {
    position: absolute;
    width: 250px;
    height: 70px;
    top: 16px;
    left: 85px;
    overflow: hidden;
    z-index: 3;
}

.top-arc::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 25px solid transparent;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.mission .top-arc::before {
    border-top-color: #365563;
    border-right-color: #365563;
}

.vision .top-arc::before {
    border-top-color: #24287b;
    border-right-color: #24287b;
}

.values .top-arc::before {
    border-top-color: #086363;
    border-right-color: #086363;
}

.bottom-arc {
    position: absolute;
    width: 300px;
    height: 120px;
    bottom: 70px;
    left: 36px;
    overflow: hidden;
    z-index: 3
}

.bottom-arc::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 25px solid transparent;
    bottom: 20px;
    left: 60%;
    transform: translateX(-50%);
}

.mission .bottom-arc::before {
    border-bottom-color: #365563;
    border-left-color: #365563;
}

.vision .bottom-arc::before {
    border-bottom-color: #24287b;
    border-left-color: #24287b;
}

.values .bottom-arc::before {
    border-bottom-color: #086363;
    border-left-color: #086363;
}
.flip-card {
    position: absolute;
    width: 240px;
    height: 240px;
    perspective: 1000px;
    z-index: 4;
    top: 50%;
    transform: translate(-45%, -65%) rotate(-40deg);
    left: 56%;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.card-item:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    box-shadow: 18px 18px 35px rgba(0, 0, 0, 0.55);
}

.card-back {
    transform: rotateY(180deg);
    padding: 35px;
}

.icon-box {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-placeholder {
    font-size: 50px;
}
.icon-placeholder img{
    width: 70px;
    height: 70px;
}

.card-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.mission .card-title {
  color: #365563;
}

.vision .card-title {
  color: #232778;
}

.values .card-title {
  color: #086363;
}

.card-description {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #555;
}

.card-item::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 60px;
    border-radius: 50%;
    opacity: 0.3;
    filter: blur(20px);
}

/* we are witty for about page end  */

/* about us section for about us page */

.ceo-section-start {
        padding: 80px 0px;
    }
    .ceo-section {
      width: 100%;
      overflow: hidden;
      /* background: linear-gradient(to right, #ffffff 0%, #ffffff 35%, #111 35%, #111 100%); */
    }

    .ceo-row {
      display: flex;
      flex-wrap: wrap;
    }

    /* Base Column Setup */
    .ceo-col {
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
    }

    .content-wrapper {
      width: 100%;
      padding: 60px;
    }

    .ceo-left {
      flex: 0 0 35%;
      background: #fff;
      align-items: flex-end;
    }

    .left-align {
      margin-right: 0;
    }

    .ceo-image-box {
      flex: 0 0 30%;
      background: #000;
    }

    .ceo-image-box .ceo-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* filter: grayscale(100%); */
      display: block;
    }

    .ceo-right {
      flex: 0 0 35%;
      /* background: #111;
      color: #fff; */
      align-items: flex-start;
    }

    .ceo-right::after {
        content: "";
        position: absolute;
        right: -80px;  
        top: 50%;
        transform: translateY(-50%);
        width: 420px;
        height: 420px;
        background: url("https://static.vecteezy.com/system/resources/thumbnails/073/793/982/small/blue-bar-graph-showing-growth-isolated-on-transparent-background-png.png") no-repeat center/contain;
        opacity: 0.15;    
        z-index: 0;
    }
    .ceo-right .content-wrapper {
      position: relative;
      z-index: 2;
    }



    .right-align {
      margin-left: 0;
    }

    .ceo-logo {
      font-size: 14px;
      letter-spacing: 3px;
      font-weight: 700;
      margin-bottom: 30px;
      display: block;
    }

    .ceo-left .ceo-name {
      font-size: clamp(40px, 5vw, 70px);
      line-height: 1.1;
      margin: 0;
    }

    .ceo-credit {
      margin-top: 20px;
      color: #999;
    }

    .ceo-pagination {
      margin-top: 50px;
      font-size: 14px;
    }

    .bold-num {
      font-weight: 700;
    }

    .ceo-right .ceo-right-title {
      font-size: 28px;
      margin-bottom: 20px;
    }

    .ceo-right .ceo-right-desc {
      font-size: 18px;
      line-height: 1.6;
      color: #aaa;
    }
    /* .swiper-slider .swiper-slide .slide-inner .site-container .about-h1 h1 {
    width: 100%;
    float: left;
    font-weight: 800;
    color: #ffffff;
    font-size: 10vw;
    line-height: 1;
} */
.aboutsection-start {
    padding: 80px 0px;
}
.aboutus {
  width: 100%;
  display: flex;
  align-items: center;
}
 
.aboutus-wrapper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: flex;
  gap: 40px;
}
 
.aboutus-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
 
.aboutus-image-inner {
  width: 100%;
}
 
.aboutus-image-inner svg {
  height: auto;
  width: 100%;
  display: block;
}
 
.aboutus-content {
  width: 100%;
  display: flex;
  align-items: center;
}
 
.aboutus-container {
  width: 100%;
  margin-left: 25px;
}
 
.aboutus-title-text {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: #24287b;
    margin: 10px 0 20px;
    /* font-family: 'Poppins', sans-serif; */
}
 
.aboutus-description-text {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}
  /* Animate each stripe */
    #stripe1 { animation: wave1 1.2s ease-in-out infinite; }
    #stripe2 { animation: wave2 1.4s ease-in-out infinite; }
    #stripe3 { animation: wave3 1.1s ease-in-out infinite; }
    #stripe4 { animation: wave4 1.6s ease-in-out infinite; }
    #stripe5 { animation: wave5 1.3s ease-in-out infinite; }
    #stripe6 { animation: wave6 1.5s ease-in-out infinite; }
 
    @keyframes wave1 {
      0%, 100% { transform: translateX(0) scaleX(1); }
      50% { transform: translateX(-20px) scaleX(0.85); }
    }
 
    @keyframes wave2 {
      0%, 100% { transform: translateX(0) scaleX(1); }
      50% { transform: translateX(-20px) scaleX(1.08); }
    }
 
    @keyframes wave3 {
      0%, 100% { transform: translateX(0) scaleX(1); }
      50% { transform: translateX(-15px) scaleX(0.92); }
    }
 
    @keyframes wave4 {
      0%, 100% { transform: translateX(0) scaleX(1); }
      50% { transform: translateX(-25px) scaleX(1.05); }
    }
 
    @keyframes wave5 {
      0%, 100% { transform: translateX(0) scaleX(1); }
      50% { transform: translateX(-30px) scaleX(0.88); }
    }
 
    @keyframes wave6 {
      0%, 100% { transform: translateX(0) scaleX(1); }
      50% { transform: translateX(-20px) scaleX(1.1); }
    }



/* ===== ANIMATION BASE ===== */
.ceo-left,
.ceo-image-box,
.ceo-right {
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

/* Left content slides from left */
.ceo-left {
  animation-name: slideFromLeft;
  animation-delay: 0.2s;
}

/* Image zoom + fade */
.ceo-image {
  transform: scale(0.9);
  animation: imageZoom 1.2s ease-out 0.4s forwards;
  opacity: 0;
}

/* Right content slides from right */
.ceo-right {
  animation-name: slideFromRight;
  animation-delay: 0.6s;
}

/* Keyframes */
@keyframes slideFromLeft {
  from {
    transform: translateX(-60px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideFromRight {
  from {
    transform: translateX(60px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes imageZoom {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.ceo-section.animate .ceo-left,
.ceo-section.animate .ceo-right,
.ceo-section.animate .ceo-image {
  animation-play-state: running;
}

.ceo-left,
.ceo-right,
.ceo-image {
  animation-play-state: paused;
}

/* about us section for about us page */

/* contact us page start */

.contact-page-banner {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("https://wittytechnicalsolutions.com/wp-content/uploads/2022/04/e364578e13d3f4f2a5398be2bf64635270ac2dca23424def08072a6e406cf238-scaled.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.contact-banner-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.contact-banner-h1 h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 12px;
}

.contact-banner-p p {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.9;
}

section.contactus-main {
    width: 100%;
    overflow: visible;
}
  .contactus-site-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactus-form {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 5;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: 300px;
}

.contactus-contact-form {
  background-color: #24287b;
  position: relative;
}

.contactus-circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #3a3fbf);
  position: absolute;
}

.contactus-circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.contactus-circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contactus-contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #24287b;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

.contactus-form-inner {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}
.wpcf7-form p {
  margin: 0 !important;
}
.contactus-input-container {}

.contactus-input-container > p {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 30px;
    position: relative;
}

.contactus-input-container > p br {
    display: none;
}

.contactus-input-container > p label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
}

/* .contactus-input-container > p .wpcf7-form-control {
    border: none;
    border-bottom: 1px solid white;
    padding: 7px 5px 6px;
    font-size: 0.9rem;
    line-height: 1.4;
    position: relative;
    z-index: 1;
} */

.contactus-input-container > p span.wpcf7-form-control-wrap {
    margin: 0 !important;
    padding: 0 !important;
    transform: unset !important;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    z-index: 1;
    pointer-events: unset;
     display: block;
}

.contactus-input-container > p span.wpcf7-form-control-wrap:after, .contactus-input-container > p span.wpcf7-form-control-wrap:before {
    display: none;
}

.contactus-input-container > p .wpcf7-form-control.contactus-btn {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}
.contactus-input-container > p .wpcf7-form-control.contactus-btn:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #24287b;
}
.contactus-title {
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.contactus-input-container {
  position: relative;
  margin: 1rem 0;
}

.contactus-input {
  width: 100% !important;
  outline: none;
  border: 2px solid #fafafa !important;
  background: transparent !important;
  padding: 0.6rem 1.2rem !important;
  color: #fff !important;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

textarea.contactus-input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.contactus-input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.contactus-input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}

.contactus-btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 20px;
  color: #24287b;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.contactus-btn:hover {
  background-color: transparent;
  color: #fff;
}

.contactus-input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.contactus-input-container span:before,
.contactus-input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #24287b;
  top: 50%;
  transform: translateY(-50%);
}

.contactus-input-container span:before {
  left: 50%;
}

.contactus-input-container span:after {
  right: 50%;
}

.contactus-input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.contactus-input-container.focus span:before,
.contactus-input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contactus-contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contactus-contact-info .contactus-title {
  color: #24287b;
}
/* .contactus-social-icons a::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  z-index: -1;
} */

/* Change icon color on hover */
.contactus-social-icons a:hover {
  color: #24287b;
  background: #fff;
}
.contactus-text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.contactus-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contactus-information {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #24287b;
  color: white;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(74, 108, 247, 0.2);
  transition: all 0.3s ease;
}

.icon-circle i {
  font-size: 18px;
}

.contactus-information:hover .icon-circle {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(74, 108, 247, 0.3);
}

.contactus-information p {
  margin: 0;
  flex: 1;
}

.contactus-information a {
  /* color: #4a6cf7; */
  text-decoration: none;
}

.contactus-social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.contactus-social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #24287b, #1b1f5c);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
  border: 2px solid #24287b;
}

.contactus-social-icons a:hover {
  transform: scale(1.05);
}

.contactus-contact-info:before {
  content: "";
  position: absolute;
  width: 140px;
  height: 130px;
  border: 22px solid #24287b;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

.contactus-big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #3a3fbf, #1b1f5c);
  bottom: 50%;
  right: 50%;
  transform: translate(-10%, 38%);
}

.contactus-big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}

.contactus-square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

.hello .row {
    width: 100%;
}
.hello p {
    margin: 0;
}
.only-map-section {
  padding: 80px 0;
}

.only-map-wrapper {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.map-frame {
  width: 100%;
  height: 100%;
  border: none;
}
.header-new {
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: url(https://wittytechnicalsolutions.com/wp-content/uploads/2022/04/e364578e13d3f4f2a5398be2bf64635270ac2dca23424def08072a6e406cf238-scaled.jpg);
    display: flex;
    background-position: center center;
    background-size: cover;
    /* object-fit: cover; */
    background-repeat: no-repeat;
    /* flex-wrap: wrap; */
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: center;
    overflow: hidden;
}
.header-content {
    position: relative;
    z-index: 10;
    text-align: center;
}
.header-new::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.5);
}
.hero-title {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8);
}

.hero-subtitle {
    font-size: 24px;
    line-height: 1;
    color: #fff;
}
.hero-subtitle span {
    display: block;
    margin-top: 10px;
}
.map-heading {
  margin-bottom: 40px;
}

.map-head-main{
  font-size: 40px;
  font-weight: 700;
  color: #24287b;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.map-head-subtitle {
  font-size: 20px;
  color: #0e0e0e;
  opacity: 0.5;
  line-height: 1;
  margin: 0;
}


/* contact us page end */

/* services page css start */

section.servicepage-start {
    /* background-color: rgb(207, 224, 239); */
}
.servicep-services-container {
    padding: 0px 40px 40px;
}

.servicep-services-header {
    text-align: center;
    margin-bottom: 100px;
}

.servicep-services-header h1 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 20px;
    color: #fff;
}

.servicep-cards-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding-bottom: 80px;
}

.servicep-service-card {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.servicep-card-content {
    width: 100%;
    height:100%;
    min-height: 600px;
    border-radius: 40px;
    padding: 60px;
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    top: auto;
    transition: transform 0.3s ease;
    box-shadow: 0 40px 80px rgba(0,0,0,0.25);
    transform-origin: center top;
    will-change: transform;
    -webkit-mask-image: url(https://micha.asia/wp-content/themes/micha/images/micha-about-card-mask.svg);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;

    mask-image: url(https://micha.asia/wp-content/themes/micha/images/micha-about-card-mask.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
}

.servicep-card-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.servicep-card-image .image-frame {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  overflow: hidden;
}

.servicep-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.servicep-card-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.servicep-card-text h2 {
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}

.servicep-card-text p {
    font-size: 1.3rem;
    line-height: 1.3;
    color: #fffffff2;
}
.servicep-read-more-btn a{
    display: inline-flex;
    width: auto;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    padding: 12px 26px;
    /* border-radius: 30px; */
    background: #fff;
    color: #24287b;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: 2px solid #fff;
    gap: 8px;
}
.servicep-read-more-btn span.cta-arrow {
    rotate: 90deg;
}

.servicep-read-more-btn a:hover {
    background: transparent;
    color: #fff;
    /* border-color: #fff; */
    text-decoration: none;
}
.servicessection-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Different background colors */
/* .servicep-service-card:nth-child(1) .servicep-card-content {
    background-color: #FFE5E5;
}

.servicep-service-card:nth-child(2) .servicep-card-content {
    background-color: #E5F3FF;
}

.servicep-service-card:nth-child(3) .servicep-card-content {
    background-color: #FFF5E5;
}

.servicep-service-card:nth-child(4) .servicep-card-content {
    background-color: #E5FFE5;
}

.servicep-service-card:nth-child(5) .servicep-card-content {
    background-color: #F5E5FF;
} */


/* services page css end */

/* single service page css start */

.grid-row {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}

.web-dev-main-content {
    width: 60%;
    /* padding: 0 15px; */
}

.web-dev-main-content-wrapper{
    padding: 0px;
}
.services-details-section,
.wrapper,
.site-container,
.grid-row {
    overflow: visible !important;
}

.web-dev-sidebar {
    width: 35%;
    padding: 0 15px;
    position: sticky;
    top: 15px;
    bottom: 15px;
    align-self: flex-start;
    height: fit-content;
}


.services-details-section {
    padding: 80px 0px 80px 0px;
}

/* Sidebar Styles */
.web-dev-sidebar-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.web-dev-sidebar-title {
    font-size: 30px;
    font-weight: 700;
    color: #0e0e0e;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 3px solid #24287b;
    position: relative;
}

/* .web-dev-sidebar-title::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #24287b;
} */

.web-dev-service-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f1f5f9;
    padding: 16px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #24287b;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
}

.web-dev-service-link:hover {
    background: #24287b;
    color: white;
    transform: translateX(4px);
    text-decoration: none;
}

.web-dev-service-link svg {
    width: 16px;
    height: 16px;
    stroke: #24287b;
}

/* Contact Card */
.web-dev-contact-card {
    /* background: #24287b; */
    background: rgb(241, 245, 249);
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    color: #24287b;
}

.web-dev-contact-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.web-dev-contact-card p {
    font-size: 16px;
    margin-bottom: 24px;
    opacity: 0.9;
}

.web-dev-contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
    padding: 20px;
    /* background: rgba(255, 255, 255, 0.1); */
    background: #fff;
    border-radius: 12px;
}

.web-dev-contact-icon {
    width: 48px;
    height: 48px;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
}

.web-dev-contact-info-text span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    /* opacity: 0.8; */
    margin-bottom: 4px;
}

.web-dev-contact-info-text a {
    font-size: 18px;
    font-weight: 700;
    color: #24287b;
    text-decoration: none;
}

.web-dev-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    color: #24287b;
    padding: 14px 28px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

.web-dev-contact-btn:hover {
    color: #f1f5f9;
    background: #24287b;
    transform: translateY(-2px);
    text-decoration: none;
}

/* Main Content */
.web-dev-content-image {
    border-radius: 20px;
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin-bottom: 32px;
}

.web-dev-main-title {
    font-size: 32px;
    font-weight: 800;
    color: #0e0e0e;
    margin-bottom: 20px;
    line-height: 1.3;
}

.web-dev-lead-text {
    font-size: 20px;
    font-weight: 500;
    color: #0e0e0e;
    margin-bottom: 16px;
    line-height: 1.6;
}

.web-dev-content-text {
    font-size: 16px;
    color: #24287b;
    margin-bottom: 24px;
    line-height: 1.7;
}


.web-dev-feature-list {
    list-style: none;
    margin-bottom: 40px;
}

.web-dev-feature-list li {
    /* padding: 12px 0; */
    font-size: 16px;
    color: #475569;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.web-dev-feature-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.web-dev-feature-body {
    display: none;
    padding-left: 26px;
    color: #64748b;
}

.web-dev-feature-list li.active .web-dev-feature-body {
    display: block;
}

.web-dev-feature-icon {
    width: 30px;
    height: 30px;
    /* background: #dbeafe; */
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #24287b;
    margin-top: 2px;
    margin-right: 10px;
}

.web-dev-feature-title {
    display: inline-flex;
    align-items: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.web-dev-feature-body {
    display: block;
    width: 100%;
    /* margin-top: 8px; */
    margin-left: 25px;
    font-size: 14px;
    color: #555;
}


.web-dev-section-title {
    font-size: 32px;
    font-weight: 800;
    color: #0e0e0e;
    margin-bottom: 16px;
    margin-top: 8px;
}

/* Benefits Grid */
.web-dev-benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 40px;
}

.web-dev-benefit-card {
    background: #dbeafe;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.web-dev-benefit-icon-wrap {
    width: 56px;
    height: 56px;
    background: #24287b;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
    font-size: 28px;
}

.web-dev-benefit-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.web-dev-benefit-text {
    font-size: 16px;
    color: #64748b;
    line-height: 1.6;
}

/* Custom Accordion */
.web-dev-faq-section {
    margin-top: 48px;
}

.web-dev-faq-title {
    font-size: 32px;
    font-weight: 800;
    color: #0e0e0e;
    margin-bottom: 24px;
}

.web-dev-accordion-item {
    border: 1px solid #33333357;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}

.web-dev-accordion-header {
    background: white;
    padding: 20px 24px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    transition: all 0.3s ease-in-out;
    user-select: none;
}

.web-dev-accordion-header.active {
    background: rgb(241, 245, 249);
    color: #24287b;
}

.web-dev-accordion-header::after {
    content: '+';
    float: right;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.web-dev-accordion-header.active::after {
    transform: rotate(45deg);
}

.web-dev-accordion-body {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    background: #eff6ff;
}

.web-dev-accordion-body.open {
    padding: 20px 24px;
    max-height: 600px;
    background: rgb(241, 245, 249);
}

/* single service page css end */


/* our team details page start */

.guides {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 70px;
    color: rgb(36, 40, 123);
    text-transform: uppercase;
}

.guides-columns {
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
}

.column {
    flex: 1;
    max-width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.column.left,
.column.right {
    margin-top: 20%;
}

.guide {
    width: 100%;
    opacity: 0;
    position: relative;
    margin-bottom: 20%;
}

.guide.animate-left {
    animation: slideInLeft 0.8s ease forwards;
}

.guide.animate-right {
    animation: slideInRight 0.8s ease forwards;
}

.guide.animate-top {
    animation: slideInTop 0.8s ease forwards;
}

.guide.animate-bottom {
    animation: slideInBottom 0.8s ease forwards;
}

.guide-image-wrapper {
    position: relative;
    overflow: hidden;
}

.guide img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.guide:hover img {
    transform: scale(1.08);
}

.social-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.guide:hover .social-overlay {
    opacity: 1;
}

.social-overlay a {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #24287b;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease;
}

.social-overlay a:hover {
    background: #24287b;
    color: white;
    transform: translateY(-3px);
}

.guide-d {
    text-align: center;
}

.guide h5 {
    margin: 30px auto 0;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
}

.guide .designation {
    margin: 20px auto 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #0e0e0e;
    font-family: Roboto, sans-serif;
}

.guide .email {
    font-size: 16px;
    color: #0e0e0e;
    margin-top: 2px;
}
.column.center .top {
    margin-bottom: 80px;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInTop {
    from {
        opacity: 0;
        transform: translateY(-80px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(80px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* our team details page end */

/* our gallery page start */

.gallery-main {
  width: 100%;
  padding: 80px 0px;
}

.gallery-container {
  /* margin: 0 auto; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery-heading {
  font-size: 44px;
  line-height: 1.2;
  color: #24287b;
  font-weight: 700;
  padding: 0 0 15px 0;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}

.gallery-subheading {
  font-size: 20px;
  line-height: 26px;
  color: #0e0e0e;
  margin: 15px 0 0 0;
  text-align: center;
}

.gallery-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0 30px 0;
  padding: 0 20px;
}

.gallery-tab {
  font-size: 18px;
  line-height: 1.5;
  color: #666666;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  padding: 10px 25px;
  border-radius: 25px;
  border: 2px solid transparent;
  background: rgba(36, 40, 123, 0.2);
}

.gallery-tab:hover {
  color: #24287b;
  background-color: rgba(0, 135, 177, 0.1);
  border: 2px solid #24287b;
}

.gallery-tab.gallery-tab-active {
  color: white;
  background-color: #24287b;
}

.gallery-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.gallery-item {
  position: relative;
  width: 100%;
  min-height: 350px;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.02);
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.3s ease;
  z-index: 1;
}

/* .gallery-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
  padding: 20px;
} */

/* .gallery-item:hover .gallery-overlay {
  background-color: rgba(0, 135, 177, 0.85);
}

.gallery-item:hover .gallery-desc {
  opacity: 1;
} */

.gallery-title {
  font-size: 22px;
  line-height: 30px;
  color: white;
  text-align: center;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.gallery-info {
  font-size: 16px;
  line-height: 24px;
  color: white;
  text-align: center;
  margin: 0;
}

/* Hide class for filtering */
.gallery-hide {
  display: none !important;
}

/* Gallery Slider Modal */
.gallery-slider-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  padding: 20px;
}

.gallery-slider-modal.gallery-active {
    display: flex;
    flex-direction: column;
}

.gallery-slider-header {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  position: relative;
}

.gallery-slider-title {
  color: white;
  font-size: 32px;
  font-weight: 700;
  flex: 1;
  text-align: center;
  margin: 0;
}

.gallery-close-slider {
  color: white;
  font-size: 40px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.gallery-close-slider:hover {
  transform: translateY(-50%) rotate(90deg);
}

.gallery-slider-container {
  position: relative;
  height: calc(100vh - 200px);
  /* height: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-slider-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.gallery-slider-content img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease;
}

.gallery-slider-content img.gallery-active {
  opacity: 1;
  position: relative;
}

.gallery-slider-btn {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.gallery-slider-btn:hover {
  background-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.1);
}

.gallery-prev-btn {
  left: 40px;
}

.gallery-next-btn {
  right: 40px;
}

.gallery-slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.gallery-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-dot.gallery-active {
  background-color: #0087b1;
  transform: scale(1.2);
}

.gallery-dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
}


/* our gallery page end  */

/* new vision mission values section */

.newcircle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
}
.newcircle-start {
    min-height: 650px;
    position: relative;
    width: 100%;
}

.circle1, .circle2, .circle3 {
    position: absolute;
}

.icon-div {
    position: absolute;
    /* z-index: 10; */
}

.icon-shape {
    position: relative;
    width: 200px;
    height: 200px;
}

/* Mask background shape */
.shape-bg {
    position:absolute;
    width:180px;
    height:180px;
    /* background-color:#d4a017;  */
    z-index:1;
}
.circle1 .logo-maskcircle {
    background-color: rgb(45, 50, 155);
    -webkit-mask-image: url(https://wittytechnicalsolutions.com/sub-domain/witty/wp-content/uploads/2026/02/petal.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url(https://wittytechnicalsolutions.com/sub-domain/witty/wp-content/uploads/2026/02/petal.png);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    left: 75%;
    transform: rotate(30deg);
}
.circle2 .logo-maskcircle {
    background-color: rgb(54, 60, 183);
    -webkit-mask-image: url(https://wittytechnicalsolutions.com/sub-domain/witty/wp-content/uploads/2026/02/petal.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url(https://wittytechnicalsolutions.com/sub-domain/witty/wp-content/uploads/2026/02/petal.png);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    /* left: -20%; */
    right: 75%;
    top: 90%;
    /* bottom: -75%; */
    transform: rotate(150deg);
}
.circle3 .logo-maskcircle {
    background-color: #1b9a8f;
    -webkit-mask-image: url(https://wittytechnicalsolutions.com/sub-domain/witty/wp-content/uploads/2026/02/petal.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url(https://wittytechnicalsolutions.com/sub-domain/witty/wp-content/uploads/2026/02/petal.png);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    bottom: 145%;
    left: 30%;
    transform: rotate(-80deg);
}

.circle1 .icon-holder {
    position: absolute;
    width: 55px;
    height: 55px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.7);
    border: 5px solid;
    z-index: 2;
    top: 220px;
    /* bottom: -50%; */
    left: 240px;
    /* transform: translate(-50%, -50%); */
}
.circle2 .icon-holder {
    position: absolute;
    width: 55px;
    height: 55px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.7);
    border: 5px solid;
    z-index: 2;
    top: 290px;
    /* bottom: -100%; */
    right: 190px;
    /* left: -24px; */
    /* transform: translate(-50%, -50%); */
}
.circle3 .icon-holder {
    position: absolute;
    width: 55px;
    height: 55px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.7);
    border: 5px solid;
    z-index: 2;
    top: -220px;
    left: 75px;
    /* bottom: 2%; */           
    /* transform: translate(-50%, -50%); */
  }


/* Icon holder - white circle with border */
/* .icon-holder {
    position: absolute;
    width: 55px;
    height: 55px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border: 5px solid;
    z-index: 2;
    top: 220px;
    left: 240px;
} */

.icon-holder img {
    width: 40px;
    height: 40px;
}

.circle-div {
    position: relative;
}

.circle-outer {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-inner {
    width: 230px;
    height: 240px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 38px;
    font-weight: 300;
    color: #0e0e0e;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    position: absolute;
}

.description {
    position: absolute;
    font-size: 18px;
    line-height: 1.7;
    max-width: 230px;
    color: #0e0e0e;
}

.dot {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    z-index: 5;
}

.circle1 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.circle1 .icon-div {
    top: -30px;
    right: 40px;
}

.circle1 .shape-bg {
    background-color: rgb(45, 50, 155);
}

.circle1 .icon-holder {
    border-color: rgb(45, 50, 155);
}

.circle1 .circle-outer {
    background: rgb(45, 50, 155);
}

.circle1 .circle-inner {
    bottom: 10px;
}

.circle1 .description {
    top: 50%;
    left: -270px;
    transform: translateY(-50%);
    text-align: right;
}

.circle1 .dot {
    top: 50%;
    left: -30px;
    background: rgb(45, 50, 155);
    transform: translateY(-50%);
}

.circle2 {
    bottom: 0;
    right: 22%;
    /* left: 30px; */
}

.circle2 .icon-div {
    top: -30px;
    left: 20px;
}

.circle2 .shape-bg {
    background-color: rgb(54, 60, 183);
}

.circle2 .icon-holder {
    border-color: rgb(54, 60, 183);
}

.circle2 .circle-outer {
    background: rgb(54, 60, 183);
}

.circle2 .circle-inner {
    top: 10px;
    right: 60px;
}

.circle2 .description {
    top: 50%;
    right: -270px;
    transform: translateY(-50%);
    text-align: left;
}

.circle2 .dot {
    top: 50%;
    right: -30px;
    background: rgb(54, 60, 183);
    transform: translateY(-50%);
}

.circle3 {
    bottom: 0;
    left: 22%;
    /* right: 30px; */
}

.circle3 .icon-div {
    bottom: -30px;
    left: 40px;
}

.circle3 .shape-bg {
    background-color: rgb(72, 78, 201);
}

.circle3 .icon-holder {
    border-color: rgb(72, 78, 201);
}

.circle3 .circle-outer {
    background: rgb(72, 78, 201);
}

.circle3 .circle-inner {
    top: 10px;
    left: 60px;
}

.circle3 .description {
    top: 50%;
    left: -270px;
    transform: translateY(-50%);
    text-align: right;
}

.circle3 .dot {
    top: 50%;
    left: -30px;
    background: rgb(72, 78, 201);
    transform: translateY(-50%);
}

/* new vision mission values section */

/* our gallery section start */

section.our-gallery-section {
    padding: 80px 0;
}

.our-gallery-section-head {
  padding-bottom: 60px;
}

.our-gallery-title {
    font-size: 48px;
    font-weight: 700;
    color: rgb(36, 40, 123);
    margin-bottom: 20px;
}

.our-gallery-desc {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 36px;
    color: rgb(14, 14, 14);
}
.gallery-rotate{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}
.gallery {
  position: relative;
  width: 300px;
  height: 200px;
  transform-style: preserve-3d;
  animation: animate 30s linear infinite;
  animation-play-state: running;
}
.gallery:hover {
  animation-play-state: paused;
}
@keyframes animate {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  100% {
    transform: perspective(1000px) rotateY(360deg);
  }
}
.gallery span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: rotateY(calc(var(--i) * 45deg)) translateZ(400px);
  -webkit-box-reflect: below 0px
    linear-gradient(transparent, transparent, #0004);
}
.gallery span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  cursor: pointer;
}

.our-gallery-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 10%; 
}

.our-gallery-btn a{ 
    text-decoration: none;
}

/* our gallery section end */

/* new ceo section */

.demo-next-section {
      background: #222;
      height: 120px;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding-bottom: 20px;
      color: #444;
      font-size: 0.8rem;
      letter-spacing: 2px;
    }

    .newceo-outer {
      /* position: relative; */
    }

    .newceo-section {
      display: flex;
      width: 100%;
      /* min-height: 420px;
      position: relative; */
    }

    .newceo-left {
      flex: 0 0 60%;
      background: #24287b;
      height: 450px;
      /* position: relative; */
      display: flex;
      align-items: center;
      padding: 60px;
      overflow: hidden;
    }

    /* .newceo-left::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url(https://wittytechnicalsolutions.com/sub-domain/witty/wp-content/uploads/2026/01/bannner-shape.png);
      background-size: 500px;
      background-repeat: no-repeat;
      object-fit: contain;
      background-position: left;
      left: -20%;
      opacity: 0.2;
      pointer-events: none;
    } */
     .newbgcolorceo::before{
        content: '';
        position: absolute;
        inset: 0;
        background-image: url(https://wittytechnicalsolutions.com/sub-domain/witty/wp-content/uploads/2026/01/bannner-shape.png);
        background-size: 500px;
        background-repeat: no-repeat;
        object-fit: contain;
        background-position: left;
        left: -20%;
        opacity: 0.2;
        pointer-events: none;
        z-index: 1;
      }
    .newbgcolorceo {
        background: #24287b;
        height: 450px;
        max-width: 55%;
        width: 100%;
        left: 0;
        position: absolute;
    }
    .newwwceo {
        align-items: flex-start;
        display: flex;
        /* flex-wrap: wrap; */
    }
    .newceo-quote-text {
       position: relative;
      /* z-index: 1; */
      font-size: 20px;
      font-weight: 600;
      line-height: 1.7;
      color: #ffffff;
      /* max-width: 580px; */
    }

    .newceo-right {
      /* width: 100%; */
      /* max-width: 360px; */
      flex-shrink: 0;
      display: flex;
      flex: 0 0 40%;
      /* display: flex; */
      flex-direction: column;
      /* position: relative;
      overflow: hidden;
      background: #ccc; */
    }

    .newceo-photo-wrap {
      overflow: hidden;
      height: 450px;
      /* width: 100%; */
      /* height: 100%; */
      /* max-height: 450px; */
    }

    .newceo-photo-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      display: block;
    }
    .newceo-photo-placeholder {
      width: 100%;
      height: 100%;
      min-height: 420px;
      background: linear-gradient(135deg, #b0b0b0 0%, #e0e0e0 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #888;
      font-size: 0.9rem;
      letter-spacing: 1px;
    }

    .newceo-name-bar {
      position: relative;
      /* bottom: 0;        
      left: 55%; */
      /* width: 100%; */
      background: #24287b;
      padding: 20px 30px;
      /* z-index: 2; */
      border-top: 3px solid #1a237e;
    }

    .newceo-name {
      font-size: 28px;
      font-weight: 800;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      line-height: 1;
      margin-bottom: 5px;
    }

    .newceo-title {
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2.5px;
    }

/* new ceo section */


/* erp product page start */

.erp-start {
  padding: 80px 0px;
  background: linear-gradient(140deg, #f0f3ff 0%, #dde3f8 40%, #c9d2f5 100%);
  /* border-radius: 24px; */
  /* max-width: 1060px; */
  width: 100%;
  /* padding: 50px 60px 60px; */
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(60, 80, 180, 0.15);
}

.card-erp {
  width: 100%;
}

.title {
  text-align: center;
  margin-bottom: 50px;
}

.title h1 {
    font-size: 52px;
    font-weight: 800;
    color: #1a237e;
    letter-spacing: -1px;
    line-height: 1.1;
}

.title p {
    font-size: 18px;
    font-weight: 400;
    color: #5c6bc0;
    letter-spacing: 2px;
    margin-top: 4px;
}

.erp-content-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  width: 100%;
  /* height: 100%; */
}

.erp-text {
  /* flex: 1; */
  width: 40%;
  /* max-width: 420px; */
}

.erp-text p {
  font-size: 20px;
  line-height: 1.7;
  color: #555;
}

/* RIGHT SVG */
.erp-wrap {
  width: 50%;
  /* flex: 1; */
  /* max-width: 520px; */
  margin-left: auto; /* RIGHT SIDE FIX */
}

.erp-wrap svg {
  width: 100%;
  height: auto;
}

.erp-wrap svg {
  width: 100%;
  height: auto;
  display: block;
}

/* modules in brief section start */

.mod-s-section {
  padding: 80px 0px;
}

.mod-s-container {
  /* max-width: 1200px; */
  /* margin: 0 auto; */
}

.mod-s-text-center {
  text-align: center;
  margin-bottom: 60px;
}

.mod-s-section-tag {
  color: #0e0e0e;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
  opacity: 0.5;
  font-size: 16px;
}

.mod-s-dot {
  width: 8px;
  height: 8px;
  background: #24287b;
  border-radius: 50%;
}

.mod-s-section-title {
  font-size: 44px;
  font-weight: 800;
  color: #111;
  margin-bottom: 15px;
}

.mod-s-section-title span {
  color: #24287b;
}

.mod-s-section-sub {

  font-size: 20px;
  color: #0e0e0e;
  line-height: 1.6;
}

.mod-s-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.mod-s-feature-card {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  border: 2px solid #e2e8f0;
}

.mod-s-feature-card:hover {
  /* transform: translateY(-6px); */
  box-shadow: 0 18px 40px rgba(0,0,0,0.1);
	background:  #f7f9fc;
  border: 2px solid #24287b;
}

.mod-s-feature-icon {
  font-size: 36px;
  margin-bottom: 18px;
}

.mod-s-feature-icon-h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #24287b;
}

.mod-s-feature-icon-p{
  font-size: 18px;
  color: #0e0e0e;
  line-height: 1.6;
  margin-bottom: 0;
}
.mod-s-stats-bar {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  background: #24287b;
  padding: 35px;
  border-radius: 14px;
  text-align: center;
}

.mod-s-stat-num {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
}

.mod-s-stat-label {
  font-size: 14px;
  color: #dcdfff;
  margin-top: 6px;
}

.mod-s-more {
  display: none;
}
.mod-s-view-more-wrap {
  text-align: center;
  margin-top: 40px;
}

.mod-s-view-more-btn {
  /* padding: 14px 36px;
  background: #24287b;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease; */
}

.mod-s-view-more-btn:hover {
  /* background: #1b1f63; */
}

.mod-s-feature-icon img {
    width: 60px;
    height: 60px;
}

/* modules in brief section end */

/* modules in detail start */

 .mod-d-section {
    padding: 80px 0;
    background: #f0f5ff;
  }

  .mod-d-text-center {
    text-align: center;
  }
  .mod-d-tag {
    color: #0e0e0e;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
    opacity: 0.5;
    font-size: 16px;
  }


  .mod-d-section-title {
    font-size: 48px;
    font-weight: 800;
    color: #24287b;
    line-height: 1.2;
    margin-bottom: 14px;
  }

  .mod-d-section-title-accent {
    color: #1a56db;
  }

  .mod-d-section-sub {
    font-size: 20px;
    color: #64748b;
    margin-bottom: 40px;
    line-height: 1.7;
  }

  .mod-d-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 50px;
  }

  .mod-d-tab-btn {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 50px;
    border: 2px solid transparent;
    background: #ffffff;
    color: #64748b;
    cursor: pointer;
    transition: all 0.22s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    /* box-shadow: 0 1px 4px rgba(0,0,0,0.06); */
    user-select: none;
  }

  .mod-d-tab-btn:hover {
    color: #24287b;
    border-color: #24287b;
  }

  .mod-d-tab-btn.active {
    background: #24287b;
    color: #ffffff;
    border: 2px solid transparent;
    box-shadow: 0 4px 14px rgba(26, 86, 219, 0.50);
  }
  .mod-d-main {
    display: flex;
    width: 100%;
    /* grid-template-columns: 2fr 1fr; */
    gap: 24px;
    align-items: start;
  }

  .mod-d-preview {
    width: 60%;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 12px 48px rgba(15,23,41,0.14);
    overflow: hidden;
    border: 2px solid #e2e8f0;
  }

  .mod-d-browser-bar {
    background: #f1f5f9;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid #e2e8f0;
  }

  .mod-d-browser-url {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 5px 14px;
    font-size: 12.5px;
    color: #64748b;
    flex: 1;
  }

  .mod-d-screenshot {
    width: 100%;
    aspect-ratio: 15/7;
    background: #e8edf8;
    overflow: hidden;
    display: none;
  }

  .mod-d-screenshot.active {
    display: block;
  }

  .mod-d-screenshot-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .mod-d-sidebar {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .mod-d-panel {
    display: none;
    flex-direction: column;
    gap: 10px;
  }

  .mod-d-panel.active {
    display: flex;
  }

  .mod-d-panel-title {
    font-size: 16px;
    font-weight: 700;
    color: #24287b;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* padding: 0 4px; */
    margin-bottom: 2px;
  }

  .mod-d-feature {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    padding: 14px 16px;
    transition: all 0.22s ease;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    cursor: default;
  }

  .mod-d-feature:hover {
    border-color: #1a56db;
    box-shadow: 0 4px 16px rgba(26,86,219,0.1);
    transform: translateX(3px);
  }

  .mod-d-feature-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
  }

  .mod-d-feature-desc {
    font-size: 16px;
    color: #0e0e0e;
    line-height: 1.5;
  }

  /* .mod-d-caption {
    background: linear-gradient(135deg, #0f1729 0%, #1c2a45 100%);
    border-radius: 10px;
    padding: 18px 20px;
    margin-top: 4px;
  } */

  .mod-d-caption-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
  }

  .mod-d-caption-text {
    font-size: 16px;
    color: rgba(255,255,255,0.65);
    line-height: 1.6;
  }

.mod-d-tab-btn img {
    width: 20px;
    height: 20px;
}

/* module in detail end */

/* why erp is different section css start */

 .whyd-compare-section {
      padding: 80px 0px;
    }
    .whyd-text-center {
      text-align: center;
      margin-bottom: 60px;
    }

    .whyd-section-tag {
      color: #0e0e0e;
      display: block;
      line-height: 1;
      margin-bottom: 20px;
      opacity: 0.5;
      font-size: 16px;
      }

    .whyd-section-title {
      font-size: 44px;
      font-weight: 800;
      color: #000;
      line-height: 1.2;
      margin: 0 0 16px 0;
    }

    .whyd-section-title-highlight {
      color: #24287b;
    }

    .whyd-section-sub {
      font-size: 20px;
      color: #64748b;
      margin-bottom: 40px;
      line-height: 1.7;
    }
    .whyd-compare-intro {
      display: flex;
      align-items: start;
      gap: 80px;
      width: 100%;
    }

    .whyd-intro-left {
      width: 50%;
      /* flex: 1; */
    }

    .whyd-intro-heading {
      font-size: 40px;
      font-weight: 600;
      color: #24287b;
      line-height: 1.3;
      margin-bottom: 20px;
      /* margin: 0 0 16px 0; */
    }

    .whyd-intro-heading-highlight {
      /* color: #2563eb; */
      display: block;
    }

    .whyd-intro-desc {
      font-size: 20px;
      color: #64748b;
      line-height: 1.7;
      margin: 0 0 28px 0;
    }

    .whyd-btn-primary {
      display: inline-block;
      background: #2563eb;
      color: #ffffff;
      font-size: 16px;
      font-weight: 600;
      padding: 14px 28px;
      border-radius: 10px;
      text-decoration: none;
      transition: background 0.2s ease, transform 0.2s ease;
    }

    .whyd-btn-primary:hover {
      background: #1d4ed8;
      transform: translateY(-2px);
    }

    .whyd-compare-tag-grid {
      /* flex: 1; */
      width: 50%;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    .whyd-compare-tag-card {
      background: #24287b;
      border: 1px solid transparent;
      border-radius: 10px;
      padding: 20px;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
      cursor: pointer;
    }

    .whyd-compare-tag-card:hover {
      border: 1px solid #24287b;
		  background: #000;
      box-shadow: 0 4px 20px rgba(37, 99, 235, 0.12);
    }

    .whyd-tag-card-icon {
      margin-bottom: 12px;
    }

    .whyd-tag-card-icon img {
      width: 40px;
      height: 40px;
      object-fit: contain;
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(78deg) brightness(106%) contrast(101%);
    }

    .whyd-tag-card-title {
      font-size: 18px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 6px;
    }

    .whyd-tag-card-desc {
      font-size: 16px;
      color: #fff;
      line-height: 1.5;
    }

/* why erp is different section css end */

/* erp stack section css start */

.erp-stack-section *,
.erp-stack-section *::before,
.erp-stack-section *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.erp-stack-section {
  height: 250vh;
  /* min-height: calc(5 * 80vh); */
  position: relative;
  background: radial-gradient(ellipse at 40% 50%, #01162a, #0a3258);
  overflow: visible;
}

.erp-stack-section .es-poly-top {
  width: 50%;
  background: #fff;
  position: absolute;
  height: 58px;
  clip-path: polygon(1% 0, 100% 0, 100% 100%, 5% 100%);
  top: -1px;
  left: 50%;
  z-index: 1;
}
.erp-stack-section .es-poly-bottom {
  width: 55%;
  background: #fff;
  position: absolute;
  height: 58px;
  clip-path: polygon(0 0, 92.5% 0, 97% 100%, 0 100%);
  left: 0;
  bottom: -1px;
  z-index: 1;
}

.erp-stack-section .es-sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  padding: 60px 0px;
  align-items: center;
  justify-content: center;
}

.erp-stack-section .es-sticky::after {
  content: '';
  height: 100%;
  border: 1px solid rgba(255,255,255,0.08);
  position: absolute;
  left: 50%;
  top: 0;
}

.erp-stack-section .es-mesh {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  left: 50%;
  pointer-events: none;
  z-index: 0;
}

.erp-stack-section .es-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8%;
  color: #fff;
  position: relative;
  z-index: 2;
}

.erp-stack-section .es-left {
  width: 50%;
}

.erp-stack-section .es-label {
  display: inline-block;
  border: 1px solid rgba(224,224,224,0.2);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.erp-stack-section .es-label span {
  background: linear-gradient(90deg, #fff 0%, #5ba4e9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.erp-stack-section .es-carousel-wrap {
  /* width: 100%; */
  height: 450px;
  position: relative;
  overflow: hidden;
}

.erp-stack-section .es-slide {
  list-style: none;
  position: absolute;
  inset: 0;
  width: 100%;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.erp-stack-section .es-slide.active {
  /* position: relative; */
  visibility: visible;
}

.erp-stack-section .es-slide h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 16px;
  /* max-width: 470px; */
  color: #b6d3ee;
  transform: translateX(-30px);
  opacity: 0;
  transition: opacity .9s ease, transform 1s ease;
}

.erp-stack-section .es-slide p {
  font-size: 18px;
  line-height: 1.85;
  margin-bottom: 10px;
  color: #b6d3ee;
  transform: translateX(-30px);
  opacity: 0;
  transition: opacity .9s ease, transform 1s ease;
}

.erp-stack-section .es-slide.active h2,
.erp-stack-section .es-slide.active p {
  transform: translateX(0);
  opacity: 1;
}
.erp-stack-section .es-slide.active h2           { transition-delay: 0s; }
.erp-stack-section .es-slide.active p:nth-of-type(1) { transition-delay: 0.08s; }
.erp-stack-section .es-slide.active p:nth-of-type(2) { transition-delay: 0.16s; }

.erp-stack-section .es-points {
  display: flex;
  flex-direction: column;
  /* gap: 12px; */
  margin-top: 16px;
  list-style: none;
}
.erp-stack-section .es-points li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.erp-stack-section .es-dot {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 6px;
  background: linear-gradient(135deg, #4199ea, #5ba4e9);
  border-radius: 50%;
  position: relative;
  transform: translateX(-30px);
  opacity: 0;
  transition: opacity .9s ease, transform 1s ease;
}
.erp-stack-section .es-dot::after {
  content: '';
  position: absolute;
  inset: 3px;
  background: #fff;
  border-radius: 50%;
}
.erp-stack-section .es-slide.active .es-dot { transform: translateX(0); opacity: 1; }
.erp-stack-section .es-points li:nth-child(1) .es-dot { transition-delay: 0.2s; }
.erp-stack-section .es-points li:nth-child(2) .es-dot { transition-delay: 0.3s; }
.erp-stack-section .es-points li:nth-child(3) .es-dot { transition-delay: 0.4s; }

.erp-stack-section .es-points p {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.erp-stack-section .es-indicators {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.erp-stack-section .es-indicators span {
  width: 35px;
  height: 3px;
  border-radius: 2px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  cursor: pointer;
  transition: background .4s, border-color .4s;
}
.erp-stack-section .es-indicators span.active {
  background: #4199ea;
  border-color: #4199ea;
}

.erp-stack-section .es-right {
  /* flex: 1; */
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.book-scene {
  perspective: 1800px;
  perspective-origin: 50% 40%;
  position: relative;
  width: 380px;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.book-3d {
  position: relative;
  width: 260px;
  height: 300px;
  transform-style: preserve-3d;
  transform: rotateX(30deg) rotateY(-30deg);
  transition: transform 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.book-3d.open {
  transform: rotateX(8deg) rotateY(0deg);
}
.book-cover-front {
  position: absolute;
  width: 260px;
  height: 300px;
  background: linear-gradient(145deg, #1a5080 0%, #0d2d50 50%, #061525 100%);
  border-radius: 4px 12px 12px 4px;
  transform: translateZ(14px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

.book-cover-front::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 4px 12px 12px 4px;
  background: repeating-linear-gradient(
    135deg, transparent, transparent 4px,
    rgba(255,255,255,0.015) 4px, rgba(255,255,255,0.015) 5px
  );
}

.book-cover-front::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 18px;
  background: linear-gradient(90deg, rgba(0,0,0,0.4), transparent);
  border-radius: 4px 0 0 4px;
}
.book-cover-back {
  position: absolute;
  width: 260px;
  height: 300px;
  background: linear-gradient(145deg, #0a2038 0%, #051020 100%);
  border-radius: 4px 12px 12px 4px;
  transform: translateZ(-14px);
}

.book-pages-block {
  position: absolute;
  width: 248px;
  height: 292px;
  top: 4px;
  left: 6px;
  background: repeating-linear-gradient(
    to bottom,
    #d4dfe8, #d4dfe8 1px,
    #b8c8d8 1px, #b8c8d8 2px,
    #c8d8e8 2px, #c8d8e8 3px
  );
  transform: translateZ(0px);
  border-radius: 2px 8px 8px 2px;
}

.book-pages-block::after {
  content: '';
  position: absolute;
  right: -6px; top: 2px; bottom: 2px;
  width: 8px;
  background: linear-gradient(90deg, #9ab0c4, #c5d5e3 40%, #b0c4d6);
  border-radius: 0 3px 3px 0;
}

.cover-img-wrap {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(65,153,234,0.15);
  border: 1px solid rgba(65,153,234,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.cover-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
}

.cover-sub {
  font-size: 9px;
  color: rgba(182,211,238,0.5);
  letter-spacing: 1.8px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.open-book-wrap {
  position: absolute;
  width: 520px;
  height: 300px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease 0.5s;
}

.book-3d.open ~ .open-book-wrap {
  opacity: 1;
  pointer-events: auto;
}

.open-spine {
  position: absolute;
  left: 50%;
  top: 0; bottom: 0;
  width: 8px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #000c1d, #1c3f64 50%, #000c1d);
  z-index: 10;
  box-shadow: 0 0 12px rgba(0,0,0,0.8);
}
.open-page-left {
  position: absolute;
  left: 0; top: 0;
  width: calc(50% - 4px);
  height: 100%;
  background: linear-gradient(160deg, #0c2242, #071828);
  border-radius: 8px 0 0 8px;
  border: 1px solid rgba(255,255,255,0.06);
  border-right: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 24px;
  text-align: center;
}
.open-page-left::after {
  content: '';
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 18px;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,0.3));
  pointer-events: none;
}

.left-page-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  opacity: 0.85;
  transition: opacity 0.4s ease;
}

.left-page-label {
  font-size: 11px;
  font-weight: 600;
  color: rgba(182, 211, 238, 0.5);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: opacity 0.4s ease;
}

.book-page {
  background: transparent;
  position: absolute;
  right: 0; 
  top: 0;
  width: calc(50% - 4px);
  height: 100%;
  transform-origin: left center;
  transform-style: preserve-3d;
  transition: transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.book-page.flipped { transform: rotateY(-180deg); }

.book-page:nth-child(3) { z-index: 24; }
.book-page:nth-child(4) { z-index: 23; }
.book-page:nth-child(5) { z-index: 22; }
.book-page:nth-child(6) { z-index: 21; }

.page-front {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  background: linear-gradient(160deg, #0f2f50, #091c2e);
  border-radius: 0 8px 8px 0;
  border: 1px solid rgba(255,255,255,0.07);
  border-left: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 28px 24px;
  text-align: center;
}

.page-front::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 16px;
  background: linear-gradient(90deg, rgba(0,0,0,0.25), transparent);
  pointer-events: none;
}

.page-back {
  display: none;
}

.page-img-wrap {
  width: 60px;
  height: 60px;
  background: rgba(65,153,234,0.1);
  border: 1px solid rgba(65,153,234,0.25);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.page-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-title {
  font-size: 13px;
  font-weight: 700;
  color: #cce4ff;
  line-height: 1.35;
}

.page-desc {
  font-size: 14px;
  color: rgba(182,211,238,0.65);
  line-height: 1.7;
}

.page-num {
  position: absolute;
  bottom: 10px;
  right: 14px;
  font-size: 10px;
  color: rgba(255,255,255,0.15);
  letter-spacing: 1px;
}
.book-glow {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 24px;
  background: radial-gradient(ellipse, rgba(65,153,234,0.4) 0%, transparent 70%);
  filter: blur(10px);
  pointer-events: none;
  transition: width 0.8s ease;
}

.book-3d.open ~ .book-glow { 
  display: none;
  width: 480px; 
}


/* erp stack section css end */

/* erp cycle css start */


.erp-section {
  background: radial-gradient(ellipse at 40% 50%, #01162a, #0a3258);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 80px 0px;
}

.erp-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,212,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,212,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 0;
}

.erp-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.erp-header {
  text-align: center;
  margin-bottom: 40px;
}

.erp-header .erp-label {
  color: #fff;
  display: block;
  opacity: 0.8;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 16px;
}

.erp-header-h2 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
}

.erp-header-h2 span {
  color: #b6d3ee;
}

.erp-cycle-wrap {
  position: relative;
  width: 800px;
  height: 800px;
}

svg#cyclesvg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

#ring-track {
  fill: none;
  stroke: rgba(26,58,92,0.5);
  stroke-width: 2;
}

#sweep-arc {
  fill: none;
  stroke: #00d4ff;
  stroke-width: 3.5;
  stroke-linecap: round;
  filter: drop-shadow(0 0 10px rgba(0,212,255,1));
  opacity: 0;
  transition: opacity 0.2s;
}

.hub-line {
  stroke: rgba(26,58,92,0.35);
  stroke-width: 1;
  stroke-dasharray: 4 3;
  transition: stroke 0.4s, stroke-width 0.4s;
}

.hub-line.active {
  stroke: rgba(0,212,255,0.45);
  stroke-dasharray: none;
  stroke-width: 1.5;
}

.mod-node {
  cursor: pointer;
}

.mod-node .bg {
  fill: #0a1628;
  stroke: #1a3a5c;
  stroke-width: 2;
  transition: fill 0.3s, stroke 0.3s;
}

.mod-node.active .bg {
  fill: #0d2035;
  stroke: #00d4ff;
  filter: drop-shadow(0 0 14px rgba(0,212,255,0.8));
}

.mod-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  fill: #4a7a9b;
  text-anchor: middle;
  dominant-baseline: central;
  pointer-events: none;
  transition: fill 0.3s;
}

.mod-node.active .mod-label {
  fill: #00d4ff;
}

.hub-circle {
  fill: #0a1628;
  stroke: #1a3a5c;
  stroke-width: 2;
}

.erp-text-mid {
   font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    fill: #4a7a9b;
    letter-spacing: 1.5px;
    text-anchor: middle;
    dominant-baseline: central;
    transition: fill 0.3s;
}

.mod-node image {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(139deg) brightness(103%) contrast(101%);
}

@keyframes pulseOut {
  0%   { r: 48; opacity: 0.7; }
  100% { r: 66; opacity: 0; }
}

.pulse-ring {
  fill: none;
  stroke: #00d4ff;
  stroke-width: 1.5;
  opacity: 0;
}

.pulse-ring.running {
  animation: pulseOut 1.3s ease-out infinite;
}
.cyc-mod-d-preview {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 10;
  position: absolute;
  width: 30%;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 12px 48px rgba(15,23,41,0.14);
  overflow: hidden;
  border: 2px solid #e2e8f0;
  transition: width 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.5s ease,
              border-color 0.3s ease;
}

.cyc-mod-d-preview.expanded {
  width: 45%;
  box-shadow: 0 24px 80px rgba(0, 212, 255, 0.2), 0 12px 40px rgba(0,0,0,0.5);
}

.cyc-mod-d-browser-bar {
  background: #f1f5f9;
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #e2e8f0;
}

.cyc-mod-d-browser-url {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 5px;
  font-size: 12px;
  color: #64748b;
  flex: 1;
  text-transform: capitalize;
}

.cyc-mod-d-screenshot {
  width: 100%;
  aspect-ratio: 14/7;
  background: #e8edf8;
  overflow: hidden;
  /* display: block; */
  position: relative;
}

.cyc-mod-d-screenshot.active {
  /* display: block; */
}

.cyc-mod-d-screenshot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transform-origin: center center;
}
.cyc-mod-d-screenshot img.zoom-enter {
  animation: imgZoomOut 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes imgZoomOut {
  0%   { transform: scale(1.5); opacity: 0; }
  60%  { opacity: 1; }
  100% { transform: scale(1);   opacity: 1; }
}

.cyc-mod-d-name {
    display: none;
}

/* erp cycle css end */

/* Counter section css start */

 .section-wrap {
    position: relative;
    background: radial-gradient(ellipse at 60% 40%, #01162a, #0a3258 70%, #000d1f);
    padding: 70px 0px;
    overflow: hidden;
    height: 620px;
  }

  .cut-top {
    width: 50%;
    background: #fff;
    position: absolute;
    height: 56px;
    clip-path: polygon(0 0,100% 0,100% 100%,4% 100%);
    top: -1px;
    left: 50%;
    z-index: 10;
  }
  .cut-bottom {
    width: 55%;
    background: #f0f5ff;
    position: absolute;
    height: 56px;
    clip-path: polygon(0 0,92.5% 0,97% 100%,0 100%);
    bottom: -1px;
    left: 0;
    z-index: 1;
  }

  .globe-img-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-5%, -20%);
    width: 900px;
    height: 900px;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .globe-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	transform-origin: center;
    animation: spin 25s linear infinite;
  }
  @keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
  }

  .text-block {max-width: 460px;width: 100%;}

  .label-pill {
    color: #fff;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
    opacity: 0.5;
    font-size: 16px;
  }

  .section-title-c {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    color: #b6d3ee;
    line-height: 1.3;
    display: block;
    /* max-width: 460px; */
    margin-bottom: 14px;
  }

  .section-desc {
    font-size: 20px;
    line-height: 1.8;
    color: #5a7fa0;
    /* max-width: 380px; */
  }

  .counters-grid {
    display: flex;
    gap: 14px;
  }

  .counter-card {
    flex: 1;
    padding: 22px;
    border-radius: 10px;
    background: rgba(0,0,0,0.5);
    position: relative;
  }

  .counter-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8%;
    bottom: 8%;
    width: 2px;
    border-radius: 2px;
  }
  .counter-card:nth-child(1)::before { background: #4199ea; }
  .counter-card:nth-child(2)::before { background: #ea6b41; }
  .counter-card:nth-child(3)::before { background: #41eae2; }
  .counter-card:nth-child(4)::before { background: #eadc41; }

  .counter-value {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .counter-value .fa-plus {
    font-size: 16px;
    color: rgba(255,255,255,0.4);
  }

  .counter-label {
    font-size: 16px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-bottom: 8px;
  }

  .counter-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #4a6a88;
  }


/* Counter section css end */

/* FAQ for erp start */

 .faq-section {
    padding: 80px 0;
  }

  .faq-text-center {
    text-align: center;
    margin-bottom: 60px;
  }

  .faq-section-tag {
    color: #0e0e0e;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
    opacity: 0.5;
    font-size: 16px;
  }

 
  .faq-section-title {
    font-size: 48px;
    font-weight: 800;
    color: #24287b;
    line-height: 1.2;
    margin-bottom: 14px;
  }

  .faq-section-sub {
    font-size: 20px;
    color: #64748b;
    margin-bottom: 40px;
    line-height: 1.7;
  }

  .faq-layout {
    display: flex;
    width: 100%;
    gap: 48px;
    align-items: start;
    padding-top: 20px;
  }

  /* Left side */
  .faq-left-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    /* color: #24287b; */
    line-height: 1.3;
  }

  .faq-left-desc {
    font-size: 16px;
    margin-bottom: 24px;
    opacity: 0.9;
  }

  .faq-contact-card {
    background: rgb(241, 245, 249);
    border-radius: 16px;
    border: 1px solid #e2ecff;
    padding: 28px 24px;
    align-items: center;
  }

  .faq-contact-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
  }

  .faq-contact-desc {
    font-size: 16px;
    color: #555;
    margin-bottom: 22px;
    line-height: 1.6;
  }

  .faq-contact-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .faq-contact-opt {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #24287b;
    font-weight: 500;
    cursor: pointer;
    padding: 10px 14px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e8f0fe;
    transition: border-color 0.2s, box-shadow 0.2s;
  }

  .faq-contact-opt:hover {
    border-color: #24287b;
    box-shadow: 0 2px 10px rgba(37,99,235,0.08);
  }

  .faq-ico {
    font-size: 18px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eff6ff;
    border-radius: 8px;
    flex-shrink: 0;
  }

  .faq-contact-opt-text {
    font-size: 16px;
    color: #334155;
    word-break: break-word;
  }

  /* FAQ List */
  .faq-list {
    display: flex;
    flex-direction: column;
    width: 60%;
  }

  .faq-item {
       border: 1px solid #33333357;
       border-radius: 12px;
       margin-bottom: 12px;
       overflow: hidden;
       /* background: rgb(241, 245, 249); */
  }

  .faq-item.open {
    background: rgb(241, 245, 249);
  }
  .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    cursor: pointer;
    user-select: none;
    /* background: rgb(241, 245, 249); */
  }

  .faq-question-title {
    font-size: 20px;
    font-weight: 600;
    color: #24287b;
    line-height: 1.2;
    margin: 0;
    flex: 1;
  }

  /* .faq-item.open .faq-question-title {
    color: #2563eb;
  } */

  .faq-toggle-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgb(241, 245, 249);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.25s, transform 0.3s;
    color: #24287b;
    font-size: 14px;
  }

  .faq-item.open .faq-toggle-btn {
    background: #24287b;
    color: #fff;
    transform: rotate(45deg);
  }

  .faq-answer-text {
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
    padding: 0 4px 20px;
    display: none;
    margin: 0;
    background: rgb(241, 245, 249);
  }

  .faq-item.open .faq-answer-text {
    display: block;
	      padding: 20px 24px;
    max-height: 600px;
    background: rgb(241, 245, 249);
	  transition: max-height 0.4s ease, padding 0.4s ease;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
  }

  .faq-left {
    width: 35%;
	  /* background: rgb(241, 245, 249);
    border-radius: 16px; */
    padding: 40px 30px;
    text-align: left;
    color: #24287b;
  }

/* FAQ for erp end */

/* erp product page end */

/* ------ ( Container Media ) ----------- */

.site-container {
  width: 100%;
  max-width: 1480px;
  padding-inline: 20px;
  margin-inline: auto;
}

@media (max-width: 1560px) {
  .site-container {
    max-width: 1320px;
  }
  .whatdo-title,
  .news-title {
    font-size: 44px;
  }

  .whatdo-desc{
    font-size: 24px;
  }
  .news-desc {
    font-size: 18px;
  }
  .intro {
    padding: 100px 0;
  }
  .sol-container {
    padding-left: 60px;
  }

  .sol-card {
    padding: 50px 40px;
  }
   .content-grid {
    gap: 60px;
  }

  .intro-text {
    font-size: 26px;
  }

  .right-content {
    height: 560px;
  }
  .works h2 {
    font-size: 56px;
    padding-right: 30%;
  }

  .works .project-box .content-box .inner h3 {
    font-size: 85px;
     margin-bottom: 80px;
  }

  .works .project-box .content-box .inner h3 span {
    font-size: 70px;
  }
  .news-title {
    font-size: 44px;
  }

  .news-desc {
    font-size: 19px;
  }

  /* .card-image {
    height: 280px;
  } */
  .magic-btn,
  .magic-btn1 {
    font-size: 21px;
    padding: 14px 36px;
  }
  .carousel-header h1 {
    font-size: 44px;
  }
  .weare-head-left .weare-title {
    font-size: 44px;
  }
  .team-center {
    width: 330px;
    height: 330px;
  }
  .team-center::before {
    width: 360px;
    height: 360px;
  }
  .aboutus-title-text {
    font-size: 44px;
  }
  /* .aboutus-image {
      margin-left: -11%;
  } */
  .hello h2 {
    font-size: 56px;
    padding-right: 25%;
  }
  .contactus-form {
    margin-left: 200px;
  }
  .servicep-card-content {
    padding: 50px;
    gap: 50px;
    min-height: 550px;
  }
  .web-dev-main-title,
  .web-dev-section-title,
  .web-dev-faq-title {
    font-size: 30px;
  }
  .section-title {
    font-size: 46px;
  }
  .guide img {
    height: 400px;
  }
  .gallery-item {
    min-height: 320px;
  }
  .gallery-grid {
    gap: 8px;
  }
  .t_new-testimonial-start .t_carousel-header-h1 {
    font-size: 55px;
  }
  .t_new-testimonial-start .testimonial-card-bg {
    padding: 40px 60px;
  }
  .t_new-testimonial-start .testimonial-card-bg::before {
    width: 400px;
    height: 400px;
  }
  .newbgcolorceo {
    height: 430px;
  }
  .newceo-left {
    padding: 50px;
    height: 430px;
  }
  .newceo-photo-wrap {
    height: 430px;
  }
  .newceo-name {
    font-size: 26px;
  }
  .title h1{
    font-size:55px;
  }
  .erp-content-row{
    gap:50px;
  }
  .mod-s-section-title {
    font-size: 55px;
  }
  .globe-img-wrap {
    width: 800px;
    height: 800px;
    transform: translate(-10%, -25%);
  }
  .section-title-c {
    font-size: 40px;
  }
  .mod-d-section-title {
    font-size: 55px;
  }
  .faq-section-title {
    font-size: 55px;
  }
  .erp-cycle-wrap{
    width:720px;
    height:720px;
  }

  .erp-header-h2{
    font-size: 55px;
  }
  .erp-mobile-wrap {
    display: none;
  }
  .whyd-intro-heading {
    font-size: 38px;
  }
  .erp-stack-section {
    height: 230vh;
  }
  .erp-stack-section .es-slide h2 {
    font-size: 28px;
  }
  .book-scene { 
    width: 360px; 
    height: 320px; 
  }
  .open-book-wrap { 
    width: 480px; 
  }

  
}

@media (max-width: 1380px) {
 .site-container {
    max-width: 1140px;
  }
  .whatdo-wrap,
  .news-head-wrap {
    gap: 30px;
  }

  .whatdo-title,
  .news-title {
    font-size: 40px;
  }
  .whatdo-desc{
    font-size: 22px;
  }
  .intro {
    padding: 80px 0;
  }
  .sol-container {
    padding-left: 40px;
  }

  .sol-swiper {
    height: 500px;
  }

  .sol-content h3 {
    font-size: 24px;
  }
  .content-grid {
    gap: 50px;
  }

  .intro-text {
    font-size: 24px;
  }

  .strip-1 {
    width: 180px;
    height: 380px;
  }

  .strip-2 {
    width: 220px;
    height: 470px;
  }

  .strip-3 {
    width: 200px;
    height: 400px;
  }
   .works {
    padding: 80px 0;
  }

  .works h2 {
    font-size: 52px;
    padding-right: 300px;
  }

  .works .project-box {
    padding: 65px 0;
  }
  .news-head-wrap {
    gap: 30px;
  }

  .news-title {
    font-size: 42px;
  }

  .news-grid {
    gap: 25px;
  }
  .magic-btn,
  .magic-btn1 {
    font-size: 20px;
    padding: 13px 34px;
  }
  .carousel-header h1 {
    font-size: 40px;
  }

  .person-img[data-position="left"] {
    width: 200px;
    height: 200px;
  }
  .footer-top {
    gap: 35px;
  }
  .weare-head-left .weare-title {
    font-size: 42px;
  }

  .weare-head-left .weare-desc {
    font-size: 19px;
    line-height: 34px;
  }
   .member-image {
    width: 140px;
    height: 140px;
  }
  .member-info h3 {
    font-size: 23px;
  }
  .team-member:nth-child(1) {
    left: 15%;
  }
  .team-member:nth-child(2) {
    right: 15%;
  }
  .team-member:nth-child(3) {
    top: 40%;
    left: -4%;
    animation-delay: 1s;
  }
  .team-member:nth-child(4) {
      top: 40%;
      right: -4%;
      flex-direction: row-reverse;
      animation-delay: 1.5s;
  }
  .team-member:nth-child(5) {
      bottom: 5%;
      left: 10%;
  }
  .team-member:nth-child(6) {
      bottom: 5%;
      right: 10%;
  }
  .aboutus-wrapper {
    gap: 16px;
  }

  .aboutus-title-text {
    font-size: 42px;
  }
  .aboutus-image {
    /* margin-left: -13%; */
  }
  .hello h2 {
    font-size: 52px;
    padding-right: 20%;
  }
  .contactus-form {
    margin-left: 150px;
  }
  .servicep-card-text h2 {
    font-size: 2.6rem;
  }

  .servicep-card-text p {
    font-size: 1.2rem;
  }

  .servicep-cards-wrapper {
    gap: 80px;
  }
   .grid-row {
    gap: 4%;
  }
  .web-dev-main-content {
    width: 62%;
  }
  .web-dev-sidebar {
    width: 34%;
  }
  .section-title {
    font-size: 42px;
  }

  .guides-columns {
    max-width: 1100px;
  }
  .circle3 {
    left: 18%;
  }
  .circle2 {
    right: 18%;
  }
  .our-gallery-title {
    font-size: 42px;
  }
  .gallery-heading {
    font-size: 42px;
  }
  .gallery-subheading {
    font-size: 19px;
  }
  .gallery-item {
    min-height: 300px;
  }
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .t_new-testimonial-start .t_carousel-header-h1 {
    font-size: 50px;
  }
  .t_new-testimonial-start .testimonial-card-bg {
    /* padding: 60px 80px; */
  }
  .newbgcolorceo {
    height: 410px;
  }
  .newceo-left {
    flex: 0 0 58%;
    padding: 45px;
    height: 410px;
  }
  .newceo-right {
    flex: 0 0 42%;
  }
  .newceo-photo-wrap {
    height: 410px;
  }
  .newceo-name {
    font-size: 25px;
  }
  .title h1{
    font-size:50px;
  }
  .mod-s-section-title {
    font-size: 50px;
  }
  .mod-s-feature-icon-h3{
    font-size:22px;
  }
  .section-wrap {
    height: 580px;
  }
  .globe-img-wrap {
    width: 720px;
    height: 720px;
    transform: translate(-15%, -30%);
  }
  .section-title-c{
    font-size:36px;
  }
  .counter-value{
    font-size:26px;
  }
  .mod-d-section {
    padding: 70px 0;
  }
  .mod-d-section-title {
    font-size: 50px;
  }
  .faq-section {
    padding: 70px 0;
  }
  .faq-section-title {
    font-size: 50px;
  }
  .faq-text-center {
    margin-bottom: 45px;
  }
  .faq-layout {
    gap: 40px;
  }
  .erp-section {
    padding: 70px 0px;
  }
  .erp-cycle-wrap{
    width:650px;
    height:650px;
  }

  .erp-header-h2{
    font-size: 50px;
  }

  .cyc-mod-d-preview{
    width:34%;
  }

  .cyc-mod-d-preview.expanded{
    width:48%;
  }
  .whyd-compare-section {
    padding: 70px 0px;
  }
  .whyd-section-title {
    font-size: 40px;
  }
  .whyd-compare-intro {
    gap: 70px;
  }
  .whyd-intro-heading {
    font-size: 36px;
  }
  .erp-stack-section {
    height: 220vh;
  }
  .book-scene {
    width: 340px;
    height: 300px;
  }
   .erp-stack-section .es-carousel-wrap{ 
    height: 400px; 
  }
  .book-3d,
  .book-cover-front,
  .book-cover-back { 
    width: 230px; 
    height: 270px; 
  }
  .book-pages-block {
    width: 214px;
    height: 254px; 
  }
 
  .open-book-wrap { 
    width: 440px; 
    height: 270px; 
  }
  .left-page-img { 
    height: 130px; 
  }

}

@media (max-width: 1200px) {
 .site-container {
    max-width: 960px;
  }
  .whatdo-left,
  .whatdo-right,
  .news-head-left,
  .news-head-right {
    width: 100%;
  }

  .whatdo-wrap {
    gap: 25px;
  }
  .news-head-wrap {
    gap: 25px;
  }

  .whatdo-title,
  .news-title {
    font-size: 38px;
  }
  .whatdo-desc{
    font-size: 20px;
  }

   .intro h2 {
    font-size: 48px;
    padding-right: 20%;
  }

  .intro h2::before {
    font-size: 24vw;
    top: -15%;
  }
  .intro p {
    font-size: 18px;
    line-height: 32px;
  }
  .intro {
    padding: 60px 0;
  }
  .sol-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sol-card {
    padding: 30px;
    min-height: 460px;
  }
  .sol-content h3 {
    font-size: 22px;
  }
  .sol-card.featured h3 {
    font-size: 28px;
  }
  .sol-bottom {
    padding: 0 40px;
  }
  .sol-pagination {
    padding-right: 40px;
  }
  .sol-card .sol-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 40px;
  }
  .content-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .intro-text {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .accordion-title {
    font-size: 20px;
  }

  .right-content {
    height: 520px;
  }
  .works h2 {
    font-size: 46px;
    padding-right: 240px;
  }

  .works .project-box figure {
    width: 50%;
  }

  .works .project-box .content-box {
    width: 50%;
    padding-left: 40px;
  }

  .works .project-box .content-box .inner h3 {
    font-size: 44px;
    margin-bottom: 60px;
  }

  .works .project-box .content-box .inner h3 span {
    font-size: 64px;
  }
  .news-title {
    font-size: 38px;
  }

  .news-desc {
    font-size: 18px;
  }

  .news-grid {
    grid-template-columns: 1fr 1fr;
  }

  .card-image {
    height: 260px;
  }
  .magic-btn,
  .magic-btn1 {
    font-size: 19px;
    padding: 12px 32px;
  }

  .spotlight,
  .spotlight1 {
    width: 55px;
    height: 55px;
  }
   .testimonial {
    padding: 40px;
  }

  .carousel-header h1 {
    font-size: 36px;
  }

  .quote-wrapper p {
    font-size: 16px;
    line-height: 1.7;
  }

  .person-img[data-position="top"],
  .person-img[data-position="bottom"] {
    width: 140px;
    height: 140px;
  }

  .dots {
    right: 10%;
  }
  .clients-left h2 {
    font-size: 46px;
  }
  .clients-left h4 {
    font-size: 22px;
  }
  .weare-head-left .weare-title {
    font-size: 38px;
  }

  .weare-head-left .weare-desc {
    font-size: 18px;
    line-height: 32px;
  }

  .info-section {
    padding: 70px 0;
  }
  .team-members {
    min-height: 760px;
  }

  .team-center {
    width: 280px;
    height: 280px;
  }

  .team-center::before {
    width: 310px;
    height: 310px;
  }

  .team-center h2 {
    font-size: 38px;
  }

  .member-image {
    width: 120px;
    height: 120px;
  }

  .member-info h3 {
    font-size: 21px;
  }

  .team-center {
    width: 260px;
    height: 260px;
  }
  .team-center::before {
    width: 290px;
    height: 290px;
  }

  /* Top row */
  .team-member:nth-child(1) {
    top: 10%;
    left: 10%;
  }

  .team-member:nth-child(2) {
    top: 10%;
    right: 10%;
  }

  /* Middle row */
  .team-member:nth-child(3) {
      top: 38%;
      left: 0%;
  }
  .team-member:nth-child(4) {
      top: 38%;
      right: 0%;
  }

  /* Bottom row */
  .team-member:nth-child(5) {
    bottom: 15%;
    left: 5%;
  }

  .team-member:nth-child(6) {
    bottom: 15%;
    right: 10%;
  }
   .ceo-section {
    background: #111; 
  }

  .ceo-row {
    flex-direction: column;
    min-height: auto;
  }

  .ceo-image-box{
    order: -1;
    width: 100%;
    height: 450px;
  }

  .ceo-left,
  .ceo-right {
    flex: 0 0 100%;
    width: 100%;
    align-items: center;
    text-align: center;
    background: #fff;
  }

  .ceo-right {
    background: #111;
    color: #fff;
  }

  .content-wrapper {
    max-width: 700px;
    padding: 50px 30px;
  }

  .left-align,
  .right-align {
    margin: 0;
  }
  .aboutus-image {
    /* margin-left: -5%; */
  }

  .aboutus-title-text {
    font-size: 38px;
  }

  .aboutus-description-text {
    font-size: 17px;
  }
  .aboutus-image {
        /* margin-left: -16%; */
  }
  .hello {
    padding: 60px 0;
  }
  .hello h2 {
    font-size: 46px;
    padding-right: 0;
  }

  .contactus-form {
    margin-left: 0;
    max-width: 100%;
  }

  .contactus-big-circle {
    width: 400px;
    height: 400px;
  }
  .servicep-card-content {
    padding: 40px;
    gap: 40px;
    min-height: 500px;
  }

  .servicep-card-image .image-frame {
    max-width: 340px;
  }
  .grid-row {
    gap: 3%;
  }
  .web-dev-main-content {
    width: 64%;
  }
  .web-dev-sidebar {
    width: 33%;
  }
  .web-dev-content-image {
    height: 400px;
  }
  .web-dev-sidebar-card {
    padding: 20px;
  }
  .web-dev-contact-card {
    padding: 30px 15px;
  }
  .web-dev-contact-info {
    padding: 10px;
  }
  .section-title {
    font-size: 38px;
  }

  .guide img {
    height: 360px;
  }

  .guide h5 {
    font-size: 18px;
  }

  .guide .designation,
  .guide .email {
    font-size: 16px; 
  }
  /* .circle-outer {
    width: 300px;
    height: 300px;
  }
  .circle-inner {
    width: 210px;
    height: 220px;
  } */
   .newcircle-start {
    min-height: 600px;
  }

  .circle-outer {
    width: 280px;
    height: 280px;
  }

  .circle-inner {
    width: 200px;
    height: 210px;
    font-size: 32px;
  }

  .description {
    font-size: 16px;
    max-width: 200px;
  }
  .circle3 .logo-maskcircle {
    bottom: 125%;
    left: 30%;
}
  .circle3 .icon-holder {
  top: -180px;
  }
  .circle3 .description {
    left: -225px;
  }
  .circle3 .dot {
    left: -20px;
  }
  .circle1 {
    transform: translateX(-45%);
}
  .circle3 {
    bottom: 0;
}
  .circle2 {
    bottom: 0;
}
  .circle2 .description {
    top: 50%;
    right: -230px;
  }
  .circle2 .dot {
    top: 50%;
    right: -20px;
  }
  .circle2 .icon-holder {
    right: 170px;
  }
  .circle2 .logo-maskcircle {
    right: 65%;
  }
  .circle1 .description {
    top: 50%;
    left: -240px;
  }
   .gallery {
    width: 260px;
    height: 180px;
  }
  .gallery span {
    transform: rotateY(calc(var(--i) * 45deg)) translateZ(320px);
  }
  .our-gallery-title {
    font-size: 38px;
  }
  .our-gallery-desc {
    font-size: 18px;
  }
  .gallery-heading {
    font-size: 38px;
  }
  .gallery-subheading {
    font-size: 18px;
  }
  .gallery-item {
    min-height: 280px;
  }
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .t_new-testimonial-start .t_carousel-header-h1 {
    font-size: 48px;
  }
  .t_new-testimonial-start .testimonial-card-bg {
    padding: 30px 50px;
    height: 350px;
    /* min-height: 460px; */
  }
  .t_new-testimonial-start .testimonial-card-bg::before {
    width: 360px;
    height: 360px;
  }

  .t_new-testimonial-start .testimonial-text {
    /* max-width: 620px; */
  }

  .t_new-testimonial-start .carousel-btn {
    width: 52px;
    height: 52px;
  }
  .newbgcolorceo {
    background: #24287b;
    height: 390px;
    max-width: 52%;
  }
  .newceo-left {
    flex: 0 0 55%;
    padding: 40px;
    height: 390px;
  }
  .newceo-right {
    flex: 1 0 45%;
  }
  .newceo-photo-wrap {
    height: 390px;
  }
  .newceo-name {
    font-size: 24px;
  }
  .title h1{
    font-size:48px;
  }
  .erp-content-row{
    gap:40px;
  }
  .mod-s-section {
    padding: 60px 0px;
  }
  .mod-s-text-center {
    margin-bottom: 50px;
  }
  .mod-s-section-title {
    font-size: 48px;
  }
  .mod-s-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .section-wrap {
    height: auto;
    padding: 60px 0px;
  }
  .globe-img-wrap{
    width:620px;
    height:620px;
    transform: translate(-25%,-35%);
  }

  .text-block{
    max-width:420px;
  }

  .section-title-c{
    font-size:34px;
  }
  .counters-grid{
    gap:12px;
  }
  .mod-d-section {
    padding: 60px 0;
  }
  .mod-d-section-title {
    font-size: 48px;
  }
  .mod-d-preview {
    width: 58%;
  }
  .mod-d-sidebar {
    width: 42%;
  }
  .faq-section {
    padding: 60px 0 0;
  }
  .mod-d-section-title {
    font-size: 48px;
  }
  .faq-section-sub {
    margin-bottom: 20px;
  }
  .faq-text-center {
    margin-bottom: 35px;
  }
  .faq-left {
    width: 40%;
  }
  .faq-list {
    width: 60%;
  }
  .erp-section {
    padding: 60px 0px;
  }
  .erp-header-h2 {
    font-size: 48px;
  }
  .erp-cycle-wrap{
    width:580px;
    height:580px;
  }
  .cyc-mod-d-preview{
    width:38%;
  }
  .cyc-mod-d-preview.expanded{
    width:55%;
  }
  .whyd-compare-section {
    padding: 60px 0px;
  }
  .whyd-section-title {
    font-size: 36px;
  }
  .whyd-text-center {
    margin-bottom: 45px;
  }
  .whyd-section-sub {
    margin-bottom: 30px;
  }
  .whyd-compare-intro {
    gap: 60px;
  }
  .whyd-intro-heading {
    font-size: 34px;
  }
  .erp-stack-section .es-slide h2 {
    font-size: 26px;
  }
  .erp-stack-section{
    height:200vh;
  }
  .erp-stack-section .es-sticky { 
    padding: 50px 0; 
  }
  .erp-stack-section .es-inner { 
    gap: 4%; 
    padding: 0 28px; 
  }
  .erp-stack-section .es-left  { 
    width: 52%; 
  }
  .erp-stack-section .es-right { 
    width: 44%; 
  }
  .erp-stack-section .es-carousel-wrap { 
    height: 380px; 
  }
  /* .erp-stack-section .es-sticky::after,
  .erp-stack-section .es-mesh { 
    display: none; 
  } */
  .book-3d,
  .book-cover-front,
  .book-cover-back{ 
    width: 200px; 
    height: 240px; 
  }
  .book-pages-block { 
    width: 184px; 
    height: 224px; 
  }
  .book-scene { 
    width: 290px; 
    height: 280px; 
  }
  .open-book-wrap { 
    width: 390px; 
    height: 240px; 
    top: 14px; 
  }
  .left-page-img { 
    height: 110px; 
  }
  .page-front { 
    padding: 20px 16px; 
    gap: 12px; 
  }
  .page-img-wrap { 
    width: 48px; 
    height: 48px; 
  }
  
}

@media (max-width: 991px) {
 .site-container {
    max-width: 720px;
  }
  .whatdo-title,
  .news-title {
    font-size: 34px;
  }

  .whatdo-desc,
  .news-desc {
    font-size: 18px;
  }
  .why-img {
    max-width: 420px;
    margin: 0 auto;
  }

  .sol-bottom-bar {
    gap: 20px;
  }

  .intro {
    padding: 50px 0;
  }
  .intro h2 {
    font-size: 40px;
    padding-right: 0;
  }

  .intro h2::before {
    font-size: 28vw;
    top: -10%;
  }
  .pt-80 {
    padding-top: 50px; 
  }
  .pb-80 {
    padding-bottom: 50px;
  }
  .sol-swiper {
    height: auto;
    padding-bottom: 60px;
  }

  .sol-card {
    min-height: 420px;
    /* padding: 40px 30px; */
  }

  .sol-content h3 {
    font-size: 20px;
  }

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

  .sol-pagination {
    justify-content: flex-start;
    padding-right: 0;
  }
  .content-grid {
    grid-template-columns: 1fr;
  }

  .right-content {
    height: 480px;
  }

  .image-container {
    justify-content: center;
  }

  .intro-text {
    font-size: 21px;
  }

  .accordion-header {
    padding: 22px 26px;
  }

  .accordion-content p {
    font-size: 16px;
  }
  .works {
      padding: 55px 0;
  }
  .works h2 {
    font-size: 40px;
    padding-right: 0;
  }

  .works h2:before {
    font-size: 260px;
    top: -40px;
  }

  .works .project-box {
    flex-direction: column;
    padding: 30px 0;
  }

  .works .project-box figure,
  .works .project-box .content-box {
    width: 100%;
  }

  .works .project-box .content-box {
    padding: 40px 0 0;
    text-align: left !important;
  }

  .works .project-box:nth-child(2n+2) .content-box {
    order: 2;
    padding-right: 0;
  }

  .works .project-box:nth-child(2n+2) figure {
    order: 1;
  }

  .works .project-box .content-box .inner h3 {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .works .project-box .content-box .inner h3 span {
    font-size: 52px;
    margin-left: 0;
  }
   .news-head-wrap {
    flex-direction: column;
    gap: 20px;
  }

  .news-head-left,
  .news-head-right {
    width: 100%;
  }

  .news-title {
    font-size: 34px;
  }

  .news-desc {
    font-size: 17px;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .large-card {
    grid-row: auto;
  }

  .card-image {
    height: 240px;
  }
  .btnwrapper {
    justify-content: center;
    width: 100%;
  }

  .magic-btn,
  .magic-btn1 {
    font-size: 18px;
    padding: 12px 30px;
  }
  .testimonial {
    flex-direction: column;
    padding: 0px;
  }
  .quote-wrapper p {
    font-size: 17px;
  }

  .image-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .content-column {
    width: 100%;
  }

  .image-wrapper {
    height: 380px;
    bottom: 0;
  }

  .person-img[data-position="left"] {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .dots {
    display: none;
  }
   section.clients-section {
    padding: 70px 0px;
  }

  .clients-container {
    gap: 0;
  }

  .clients-left h2 {
    margin-bottom: 35px;
  }

  .clients-left h4 {
    font-size: 20px;
  }

  .clients-right {
    gap: 30px;
  }

  .brand-item {
    max-width: 120px;
  }
   .cta {
    padding: 0px;
  }

  .cta-title {
    font-size: 36px;
  }

  .cta-text {
    font-size: 17px;
  }

  .img-cta-main {
    max-width: 45%;
  }
   .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .contactt {
      /* margin-top: 4%; */
  }
  
  .footer-col:last-child {
    grid-column: span 2;
  }
  .contact-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .weare-head-left .weare-title {
    font-size: 34px;
  }

  .info-section {
    padding: 30px 0;
    overflow: visible;
  }
  .cards-wrapper {
    gap: 0px;
  }
  .weare-section-head {
    padding-bottom: 0px;
  }
  .team-section {
    flex-direction: column;
    align-items: center;
  }

  .team-center {
    position: relative;
    order: -1;
    margin-bottom: 50px;
  }

  .team-members {
    min-height: auto;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .team-member {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
  }

  /* .team-member:nth-child(3) {
      top: 38%;
      left: -2%;
  }
  .team-member:nth-child(4) {
      top: 38%;
      right: -4%;
  } */
  .member-info {
    text-align: center !important;
  }

  .social-icons-m {
    justify-content: center !important;
  }
  .aboutus-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .aboutus-image {
    justify-content: center;
    /* margin-left: -23%; */
  }

  .aboutus-content {
    justify-content: center;
    text-align: left;
  }

  .aboutus-title-text {
    font-size: 34px;
  }
  .hello {
    flex-direction: column;
    padding: 50px 0;
  }

  .hello h2 {
    font-size: 40px;
  }

  .contactus-form {
    grid-template-columns: 1fr;
  }

  .contactus-contact-form:before {
    display: none;
  }

  .contactus-big-circle,
  .contactus-square {
    display: none;
  }

  .only-map-wrapper {
    height: 350px;
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-subtitle {
    font-size: 20px;
  }
    .hello address{
    margin-bottom: 20px !important;
  }
  .servicep-services-container {
    padding: 80px 30px;
  }

  .servicep-card-content {
    flex-direction: column;
    text-align: center;
    padding: 40px 30px;
  }

  .servicep-card-text {
    align-items: center;
  }

  .servicep-read-more-btn a {
    align-self: center;
  }
  .grid-row {
    flex-direction: column;
    gap: 40px;
  }

  .web-dev-main-content,
  .web-dev-sidebar {
    width: 100%;
  }

  .web-dev-sidebar {
    position: relative;
    top: 0;
  }

  .web-dev-content-image {
    height: 380px;
  }
  .guides-columns {
    flex-wrap: wrap;
    gap: 40px;
  }

  .column {
    max-width: 48%;
    flex: 0 0 48%;
  }

  .column.left,
  .column.right {
    margin-top: 0;
  }

  .column.center .top {
    margin-bottom: 40px;
  }
  .circle2 {
    right: 8%;
  }
  .circle3 {
    left: 8%;
  }
  .circle2 .logo-maskcircle {
    right: 60%;
    top: 100%;
    transform: rotate(145deg);
  }
  .circle2 .icon-holder {
    right: 160px;
    top: 305px;
  }
  .circle1 {
    transform: translateX(-50%);
  }
  .gallery {
    width: 210px;
    height: 160px;
  }
  .gallery span {
    transform: rotateY(calc(var(--i) * 45deg)) translateZ(260px);
  }
  .our-gallery-title {
    font-size: 34px;
  }
  .our-gallery-section-head
  {
    padding-bottom: 40px;
  }
  .gallery-heading {
    font-size: 34px;
  }
  .gallery-item {
    min-height: 260px;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .gallery-tabs {
    gap: 15px;
  }
  .t_new-testimonial-start .t_new-testimonial-container{
    max-width: 800px;
  }
  .t_new-testimonial-start .t_carousel-header-h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .t_new-testimonial-start .t_carousel-header {
    margin-bottom: 30px;
  }
  .t_new-testimonial-start .t_carousel-header-h3 {
    margin-bottom: 15px;
  }
  .t_new-testimonial-start .testimonial-card-bg {
    padding: 20px 40px;
    height: 320px;
    /* min-height: auto; */
  }

  .t_new-testimonial-start .testimonial-text {
    font-size: 18px;
    /* max-width: 580px; */
  }

  .t_new-testimonial-start .testimonial-card-bg::before {
    width: 300px;
    height: 300px;
  }

  .t_new-testimonial-start .carousel-btn-prev {
    margin-left: -15px;
  }

  .t_new-testimonial-start .carousel-btn-next {
    margin-right: -15px;
  }
  .newbgcolorceo {
    background: #24287b;
    height: 350px;
    max-width: 54%;
  }
  .newceo-section {
    flex-direction: column;
  }
  .newceo-left,
  .newceo-right {
    flex: 1;
    width: 100%;
  }
  .newceo-left {
    /* padding: 35px;
    height: auto; */
    height: 350px;
  }
  .newceo-photo-wrap {
    height: 350px;
  }
  .newceo-name {
    font-size: 22px;
  }
  .newceo-title {
    font-size: 16px;
  }
  .title h1{
    font-size:40px;
  }
  .erp-content-row{
    flex-direction:column;
    text-align:center;
  }

  .erp-text{
    width:100%;
  }

  .erp-wrap{
    width: 100%;
  }

  .erp-text p{
    font-size:19px;
  }
  .mod-s-text-center {
    margin-bottom: 40px;
  }
  .mod-s-feature-icon-p {
    font-size: 18px;
  }
  .mod-s-section{
    padding: 50px 0px;
  }
  .mod-s-feature-card{
    padding: 25px;
  }
  .mod-s-section-title {
    font-size: 40px;
  }
  .mod-s-section-sub {
    font-size: 18px;
  }
  .section-wrap {
    padding: 50px 0px;
  }
  .globe-img-wrap {
    width: 620px;
    height: 620px;
    transform: translate(-25%, -35%);
  }
  .section-title-c {
    font-size: 30px;
  }
  .counters-grid {
    flex-wrap: wrap;
    padding-bottom: 50px;
  }
  .counter-card {
    flex: 1 1 calc(50% - 10px);
  }
  .counter-value {
    font-size: 24px;
  }
  .section-desc {
    font-size: 18px;
  }
  .mod-d-section {
    padding: 50px 0px;
  }
  .mod-d-section-title {
    font-size: 40px;
  }
  .mod-d-section-sub {
    font-size: 18px;
  }
  .mod-d-tabs {
    gap: 8px;
    margin-bottom: 40px;
  }
  .mod-d-main {
    flex-direction: column;
  }
  .mod-d-preview{
    width:100%;
  }
  .mod-d-sidebar{
    width:100%;
  }
  .faq-section {
    padding: 50px 0px;
  }
  .faq-text-center {
    margin-bottom: 0;
  }
  .faq-section-title {
    font-size: 40px;
  }
  .faq-section-sub {
    font-size: 18px;
  }
  .faq-layout {
    flex-direction: column;
    gap: 10px;
    padding-top: 0px;
  }
  .faq-left {
    width: 100%;
    padding: 30px 0px;
  }
  .faq-left-title {
    font-size: 20px;
  }
  .faq-list {
    width: 100%;
    padding-bottom: 30px;
  }
  .faq-question-title {
    font-size: 18px;
  }
  .erp-header-h2 {
    font-size: 40px;
  }
  .erp-section {
    padding: 50px 0px;
  }
  .whyd-compare-section {
    padding: 50px 0px;
  }
  .whyd-text-center {
    margin-bottom: 35px;
  } 
  .whyd-section-title {
    font-size: 32px;
  }
  .whyd-section-sub {
    font-size: 18px;
  }  
  .whyd-compare-intro {
    flex-direction: column;
    gap: 50px;
  }
  .whyd-intro-left {
    width: 100%;
    text-align: center;
  }
  .whyd-intro-heading {
    font-size: 32px;
  }
  .whyd-compare-tag-grid {
    width: 100%;
  }
  /* .erp-stack-section { 
    height: auto; 
  }
  .erp-stack-section .es-sticky {
    position: relative;
    height: auto;
    overflow: visible;
  }
  .erp-stack-section .es-sticky::after,
  .erp-stack-section .es-mesh { 
    display: none; 
  } */
  .erp-stack-section .es-inner {
    flex-direction: column; 
    gap: 60px; 
    padding: 0; 
    align-items: flex-start; 
  }
  .erp-stack-section .es-left {
    width: 100%; 
    max-width: 640px; 
    }
  .erp-stack-section .es-right { 
    width: 100%; 
    padding-bottom: 20px;
  }
  .erp-stack-section .es-carousel-wrap  { 
    height: auto; 
    min-height: 300px; 
  }
  .erp-stack-section .es-slide { 
    position: relative; 
    inset: auto; 
    visibility: visible; 
    display: none; 
  }
  .erp-stack-section .es-slide.active { 
    display: flex; 
  }
  .book-3d { 
    display: none; 
  }
  .book-scene { 
    width: 480px; 
    height: 280px; 
  }
  .open-book-wrap { 
    position: relative; 
    width: 460px; 
    height: 260px; 
    top: auto; 
    left: auto; 
    transform: none; 
    opacity: 1; 
    pointer-events: auto; 
  }
  .left-page-img { 
    height: 120px; 
  }
  .page-front {
    padding: 20px 14px; 
    gap: 10px; 
  }
  .page-img-wrap { 
    width: 44px; 
    height: 44px; 
    border-radius: 10px; 
  }
  .erp-stack-section .es-mesh {
    left: 0;
  }
  .erp-stack-section .es-indicators {
    display: none;
  }

}

@media (max-width: 767px) {
 .site-container {
    max-width: 540px;
  }
  .whatdo-title,
  .news-title {
    font-size: 30px;
  }

  /* .whatdo-desc,
  .news-desc {
    font-size: 16px;
  } */
   .whatdo-wrap {
    padding-bottom: 20px;
    flex-direction: column;
  }

  .why-img {
    max-width: 380px;
    margin: 0 auto;
  }
  .intro h2 {
    font-size: 34px;
  }

  .intro h2::before {
    font-size: 32vw;
    opacity: 0.04;
  }
  .intro p {
    font-size: 17px;
    line-height: 30px;
  }
  .sol-swiper { height: 450px; cursor: default; }
  .sol-content h3 { font-size: 24px; }
  .sol-card.featured h3 { font-size: 24px; }
  .sol-card.featured .sol-select-btn { top: 35px; left: 35px; }
  .sol-bottom { flex-direction: column; gap: 25px; padding: 0 20px; }
  .sol-pagination { padding-right: 0; justify-content: center; }
  .intro-text {
        font-size: 22px;
    }

  .about-section {
    padding-top: 20px;
    padding-bottom: 20px;
  } 

  .section-header {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .intro-text {
    font-size: 20px;
    line-height: 1.6;
  }

  .accordion-title {
    font-size: 18px;
  }

  .right-content {
    height: 420px;
  }

  .strip-1,
  .strip-2,
  .strip-3 {
    transform: none;
  }

  .strip-1 { width: 100px; height: 250px; }
  .strip-2 { width: 120px; height: 300px; }
  .strip-3 { width: 110px; height: 270px; }

  .sol-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sol-card {
    /* padding: 35px 25px; */
    min-height: 350px;
  }

  .sol-card .sol-icon {
    margin-bottom: 50px;
  }
  .sol-bottom {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
   .works {
    padding: 60px 0;
  }

  .works h6 {
    font-size: 14px;
  }

  .works h2 {
    font-size: 34px;
    margin-bottom: 0px;
  }

  .works h2:before {
    font-size: 220px;
    top: -20px;
  }

  .works .project-box figure img {
    max-height: 300px;
  }
  section.latest-news.pb-80 {
    padding-top: 40px;
  }

  .news-title {
    font-size: 30px;
  }

  .news-desc {
    font-size: 16px;
  }

  .card-title {
    font-size: 20px;
  }

  .card-content {
    padding: 20px;
  }
  .magic-btn,
  .magic-btn1 {
    font-size: 17px;
    padding: 11px 26px;
  }

  .spotlight,
  .spotlight1 {
    width: 50px;
    height: 50px;
  }
  .carousel-header h1 {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .quote-wrapper p {
    font-size: 15px;
  }

  .person-img[data-position="top"],
  .person-img[data-position="bottom"] {
    width: 120px;
    height: 120px;
  }

  .person-img[data-position="left"] {
    width: 160px;
    height: 160px;
  }
   .clients-container {
    flex-direction: column;
    align-items: flex-start;
    /* gap: 50px; */
  }

  .clients-left,
  .clients-right {
    width: 100%;
  }

  .clients-left h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .clients-left h4 {
    font-size: 18px;
    padding-right: 0;
    margin-bottom: 25px;
  }

  .clients-right {
    gap: 25px;
  }

  .slider-track {
    gap: 20px;
  }

  .brand-item {
    max-width: 110px;
    padding: 10px 15px;
  }
  .cta {
    padding: 0px;
  }

  .cta-outer {
    padding: 30px 0;
  }

  .cta-title {
    font-size: 34px;
  }

  .cta-text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .cta-btn {
    padding: 12px 24px;
    font-size: 15px;
  }

  .img-cta-main {
    max-width: 55%;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-col:last-child {
    grid-column: span 1;
  }

  .contact-main {
    grid-template-columns: 1fr;
  }
   .contact-main a {
    justify-content: flex-start;
  }
  .add-start {
      /* margin-top: 4%; */
  }
   .weare-head-left .weare-title {
    font-size: 30px;
  }
  .info-section {
    padding: 20px 0;
  }
  .team-center {
    width: 260px;
    height: 260px;
  }
  .team-center::before {
    width: 290px;
    height: 290px;
  }
  .team-center h2 {
    font-size: 34px;
  }

  .member-image {
    width: 120px;
    height: 120px;
  }
  section.our-team-start {
    padding: 20px 0px;
  }
   .ceo-image-box {
    height: 350px;
  }

  .content-wrapper {
    padding: 40px 20px;
  }

  .ceo-left .ceo-name {
    font-size: 36px;
    line-height: 1.2;
  }

  .ceo-right .ceo-right-title {
    font-size: 22px;
  }

  .ceo-right .ceo-right-desc {
    font-size: 16px;
    line-height: 1.5;
  }

  .ceo-logo {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .ceo-pagination {
    margin-top: 30px;
    font-size: 13px;
  }
  .aboutus-image {
    justify-content: center;
    /* margin-left: -28%; */
  }
   .aboutsection-start {
    padding: 60px 0;
  }

  .aboutus-title-text {
    font-size: 30px;
  }

  .aboutus-description-text {
    font-size: 16px;
  }
  .hello h2 {
    font-size: 34px;
  }

  .contactus-form-inner,
  .contactus-contact-info {
    padding: 1.8rem 1.5rem;
  }

  .map-head-main {
    font-size: 32px;
  }

  .map-head-subtitle {
    font-size: 18px;
  }

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

  .hero-subtitle {
    font-size: 18px;
  }
  .hello address{
    margin-bottom: 20px !important;
  }
   .servicep-services-header h1 {
    font-size: 2.5rem;
  }

  .servicep-card-text h2 {
    font-size: 2.2rem;
  }

  .servicep-card-text p {
    font-size: 1.1rem;
  }

  .servicep-cards-wrapper {
    gap: 60px;
  }
   .services-details-section {
    padding: 60px 0;
  }

  .web-dev-main-title,
  .web-dev-section-title,
  .web-dev-faq-title {
    font-size: 26px;
  }

  .web-dev-lead-text {
    font-size: 18px;
  }

  .web-dev-content-text,
  .web-dev-benefit-text,
  .web-dev-accordion-body {
    font-size: 16px;
  }

  .web-dev-content-image {
    height: 320px;
  }

  .web-dev-benefits-grid {
    grid-template-columns: 1fr;
  }
   .section-title {
    font-size: 34px;
    line-height: 1.2;
  }

  .column {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .guide {
    margin-bottom: 60px;
  }
  .news-head-wrap {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
  }
    .newcircle {
    flex-direction: column;
}
   .newcircle-start {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 80px;
    min-height: auto;
    padding-top: 40px;
  }

  .circle1,
  .circle2,
  .circle3 {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
  }

  .circle2 {
    right: auto;
  }

  .circle3 {
    left: auto;
  }

  .circle1 .logo-maskcircle {
    top: -75px;
    bottom: 0px;
    left: 75%;
    right: auto;
    transform: translateX(-50%) rotate(-75deg);
  }
  .circle2 .logo-maskcircle{
     top: -80px;
     bottom: 0px;
     left: 75%;
     right: auto;
     transform: translateX(-50%) rotate(-80deg);
  }
  .circle3 .logo-maskcircle{
     top: -320px;
     bottom: 0;
     left: 75%;
     right: auto;
     transform: translateX(-50%) rotate(-75deg);
  }
  .circle1 .icon-holder,
  .circle2 .icon-holder{
    position: absolute;
    top: -30px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
.circle3 .icon-holder {
   position: absolute;
   top: -275px;
   left: 52%;
   right: auto;
   transform: translateX(-50%);
}
  .circle1 .description,
  .circle2 .description,
  .circle3 .description {
    position: static;
    margin: 20px auto 0;  
    text-align: center;
    justify-content: center;
    transform: none !important;
  }

  .dot {
    display: none;
  }
  .circle1 .circle-inner,
  .circle2 .circle-inner,
  .circle3 .circle-inner{
      bottom: 10px;
      top: inherit;
      left: inherit;
      right: inherit;
  }
.gallery {
    width: 170px;
    height: 140px;
  }
  .gallery span {
    transform: rotateY(calc(var(--i) * 45deg)) translateZ(210px);
  }
  .gallery-rotate {
    padding-top: 15px;
  }
  .our-gallery-section-head {
    padding-bottom: 30px;
  }
  .our-gallery-title {
    font-size: 30px;
  }
  .gallery-heading {
    font-size: 30px;
  }
  .gallery-item {
    min-height: 240px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .gallery-tab {
    padding: 8px 20px;
  }
  .gallery-next-btn {
    right: 10px;
  }
  .gallery-prev-btn {
    left: 10px;
  }
  .gallery-slider-content img {
    max-width: 70%;
  }
  .t_new-testimonial-start .t_carousel-header-h1 {
    font-size: 34px;
  }
  .t_new-testimonial-start .testimonial-card-bg {
    padding: 15px 30px;
    height: 300px;
  }

  .t_new-testimonial-start .testimonial-card-bg::before {
    width: 220px;
    height: 220px;
  }

  .t_new-testimonial-start .testimonial-text {
    /* margin-bottom: 40px;
    max-width: 400px; */
  }

  .t_new-testimonial-start .carousel-controls {
    bottom:unset;
  }
  .newbgcolorceo {
    height: 300px;
    max-width: 40%;
  }
   .newceo-left {
    padding: 30px 20px;
  }
  .newceo-quote-text {
    font-size: 18px;
    line-height: 1.5;
  }
  .newceo-photo-wrap {
    height: 300px;
  }
  .newceo-name {
    font-size: 20px;
  }
  .erp-start{
    padding: 60px 0px;
  }

  .title h1{
    font-size: 34px;
  }
  .mod-s-text-center {
    margin-bottom: 35px;
  }
  .mod-s-section {
    padding: 40px 0px;
  }
  .mod-s-section-title {
    font-size: 34px;
  }
  .mod-s-features-grid {
    gap: 20px;
  }
  .mod-s-feature-card {
    padding: 20px;
  }
  .mod-s-feature-icon img {
    width: 45px;
    height: 45px;
  }
  .mod-s-feature-icon-h3 {
    font-size: 20px;
  }
  .section-wrap {
    padding: 40px 0px;
  }
  .globe-img-wrap {
    width: 580px;
    height: 580px;
  }
  .text-block {
    max-width: 100%;
  }
  .section-title-c {
    font-size: 26px;
  }
  .counters-grid {
    padding-bottom: 40px;
  }
  .counter-card {
    padding: 15px;
  }
  .counter-value {
    font-size: 20px;
  }
  .mod-d-section {
    padding: 40px 0px;
  }
  .mod-d-section-title {
    font-size: 34px;
  }
  .mod-d-tag {
    font-size: 16px;
  }
  .mod-d-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 20px;
  }
  .mod-d-tabs{
    scrollbar-width: thin;
    scrollbar-color: #24287b #e6ecf8;
  }
  .mod-d-tabs {
    margin-bottom: 20px;
  }
  .mod-d-tab-btn {
    flex: 0 0 auto;
  }
  .mod-d-feature {
    padding: 10px 12px;
  }
  .faq-section {
    padding: 40px 0px;
  }
  .faq-section-title {
    font-size: 34px;
  }
  .faq-left {
    padding: 20px 0px;
  }
  .erp-cycle-wrap {
    width: 480px;
    height: 480px;
  }
  .erp-section {
    padding: 45px 0px;
  }
  .erp-header-h2 {
    font-size: 34px;
  }
  .whyd-compare-section {
    padding: 40px 0px;
  }
  .whyd-text-center {
    margin-bottom: 30px;
  }
  .whyd-section-title {
    font-size: 30px;
  }
  .whyd-intro-desc {
    font-size: 18px;
  }
  .erp-stack-section .es-inner { 
    gap: 48px; 
  }
  .erp-stack-section .es-label { 
    letter-spacing: 1.5px; 
    margin-bottom: 18px; 
  }
  .erp-stack-section .es-poly-top {  
    height: 0; 
  }
  .erp-stack-section .es-poly-bottom { 
    height: 0; 
  }
  .book-scene { 
    width: 100%; 
    max-width: 420px; 
    height: 240px; 
  }
  .open-book-wrap { 
    width: 100%; 
    max-width: 400px; 
    height: 240px; 
  }
  .left-page-img { 
    height: 100px; 
  }
         
}

@media (max-width: 600px) {
 .site-container {
    max-width: 100%;
    padding-inline: 30px;
  }
  .navbar .left {
    width: 30%;
    margin-left: 0;
    display: none;
  }
  .navbar .logo {
    margin: 0;
  }
  .navbar {
    padding: 20px 20px;
  }
  .swiper-slider .swiper-slide .slide-inner .site-container {
    padding-top: 0px;
  }
   .whatdo-title,
  .news-title {
    font-size: 26px;
  }

  .sol-pagination {
    gap: 8px;
  }

  .sol-pagination .swiper-pagination-bullet-active {
    width: 28px;
  }
  .intro {
    padding: 35px 0;
  }
  .custom-cursor {
    display: none;
  }

  .sol-swiper {
    cursor: auto;
  }

  .sol-slide {
    cursor: auto;
  }

  .sol-card {
    /* padding: 30px 22px; */
  }

  .sol-view-all {
    padding: 16px 36px;
  }
  .works .project-box .content-box .inner small {
    font-size: 14px;
  }

  .works .project-box .content-box .inner h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .works .project-box .content-box .inner h3 span {
    font-size: 44px;
  }
  .news-grid {
    gap: 20px;
  }

  .card-image {
    height: 220px;
  }

  .card-title {
    font-size: 18px;
  }

  .author-avatar {
    width: 32px;
    height: 32px;
  }
  .button-cst {
    width: 100%;
    text-align: center;
  }

  .btnwrapper {
    width: 100%;
    justify-content: center;
  }

  .magic-btn,
  .magic-btn1 {
    font-size: 16px;
    padding: 10px 24px;
  }
  .testimonial {
    padding: 40px 20px;
  }

  .carousel-inner {
    min-height: 240px;
  }

  .pagination-wrapper {
    gap: 15px;
  }

  .arrow-btn {
    width: 40px;
    height: 40px;
  }

  .arrow-btn svg {
    width: 18px;
    height: 18px;
  }
   .weare-head-left .weare-title {
    font-size: 26px;
  }
  .card-item {
    right: 40px;
  }
  section.our-team-start {
    padding: 60px 0;
  }

  .member-info h3 {
    font-size: 21px;
  }

  .member-info .role {
    font-size: 15px;
  }

  .member-info .desc {
    font-size: 13px;
  }
  .aboutus-title-text {
    font-size: 26px;
  }

  /* .aboutus-description-text {
    font-size: 15px;
  } */
  .hello h6 {
    font-size: 14px;
  }

  .hello h2 {
    font-size: 30px;
  }

  .contactus-btn {
    font-size: 1rem;
  }

  .contactus-information {
    font-size: 14px;
  }

  .only-map-wrapper {
    height: 300px;
  }

  .hero-title {
    font-size: 30px;
  }

  .hero-subtitle {
    font-size: 16px;
  }
  .servicep-services-container {
    padding: 60px 20px;
  }

  .servicep-card-content {
    padding: 30px 20px;
    border-radius: 25px;
  }

  .servicep-card-image .image-frame {
    max-width: 100%;
  }
  .web-dev-sidebar-card,
  .web-dev-contact-card {
    padding: 24px 20px;
  }

  .web-dev-feature-title {
    font-size: 16px;
  }

  .web-dev-accordion-header {
    font-size: 18px;
  }

  .web-dev-content-image {
    height: 280px;
  }
   .section-title {
    font-size: 30px;
  }

  .guide img {
    height: 320px;
  }

  .social-overlay a {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
   .gallery {
    animation: none;
    transform: none;
    width: 100%;
    height: auto;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 10px 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .gallery span {
    position: relative;
    transform: none;
    width: 80%;
    min-width: 80%;
    height: 200px;
    scroll-snap-align: center;
    -webkit-box-reflect: unset;
  }

  .gallery span img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
  }

  .gallery::-webkit-scrollbar {
    display: none;
  }
  .our-gallery-title {
    font-size: 26px;
  }
  .gallery-heading {
    font-size: 26px;
  }
  .gallery-item {
    min-height: 200px;
  }
  .gallery-tab {
    padding: 7px 18px;
  }
  .gallery-main {
    padding: 40px 0px;
  } 
  .t_new-testimonial-start .testimonial-image {
    width: 80px;
    height: 80px;
  }

  .t_new-testimonial-start .carousel-btn {
    width: 46px;
    height: 46px;
  }
  .newbgcolorceo {
    height: 250px;
    max-width: 52%;
  }
  .newceo-left {
    padding: 25px 15px;
    height: 250px;
  }
  .newceo-quote-text {
    font-size: 16px;
  }
  .newceo-photo-wrap {
    height: 250px;
  }
  .newceo-name {
    font-size: 18px;
  }
  .erp-text p{
    font-size:16px;
  }
  .erp-start {
    padding: 40px 0px;
  }
  .title {
    margin-bottom: 30px;
  }
  .erp-content-row {
    gap: 30px;
  }
  .mod-s-section {
    padding: 35px 0px;
  }
  .mod-s-text-center {
    margin-bottom: 30px;
  }
  .mod-s-section-sub {
    font-size: 16px;
  }
  .mod-s-feature-card {
    padding: 15px;
  }
  .mod-s-feature-icon-h3 {
    font-size: 18px;
  }
  .mod-s-feature-icon-p {
    font-size: 16px;
  }
  .section-title-c{
    font-size:24px;
  }

  .counter-card{
    flex:1 1 100%;
  }

  .counter-value{
    font-size:18px;
  }
  .mod-d-section {
    padding: 35px 0px;
  }
  .mod-d-section-title {
    font-size: 28px;
  }
  .mod-d-section-sub {
    margin-bottom: 25px;
  }
  .faq-section {
    padding: 35px 0px;
  }
  .faq-section-title {
    font-size: 28px;
  }
  .faq-section-sub {
    font-size: 16px;
  }
  .faq-left-title {
    font-size: 18px;
  }
  .faq-item.open .faq-answer-text {
    padding: 18px 20px;
  }
  .faq-list {
    padding-bottom: 0;
  }
  .erp-cycle-wrap {
    width: 420px;
    height: 420px;
  }
  .erp-header-h2 {
    font-size: 30px;
  }
  .erp-section {
    padding: 35px 0px;
  }
  .erp-header {
    margin-bottom: 20px;
  }

  .erp-cycle-wrap {
    width: 100%;
    height: auto;
    position: static;
  }

  svg#cyclesvg,
  .cyc-mod-d-preview {
    display: none !important;
  }

  .erp-mobile-wrap {
    display: block !important;
    width: 100%;
  }

  .erp-mobile-icons {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .erp-mobile-icons::-webkit-scrollbar {
    display: none;
  }

  .erp-mobile-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    flex-shrink: 0;
    width: 72px;
    padding: 10px 6px;
    border-radius: 12px;
    border: 1.5px solid #1a3a5c;
    background: #0a1628;
    transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
  }

  .erp-mobile-icon-item.active,
  .erp-mobile-icon-item:active {
    border-color: #00d4ff;
    background: #0d2035;
    box-shadow: 0 0 14px rgba(0,212,255,0.25);
  }

  .erp-mobile-icon-item img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: filter 0.25s;
  }

  .erp-mobile-icon-item.active img {
    filter: brightness(0) saturate(100%) invert(57%) sepia(98%) saturate(500%) hue-rotate(163deg) brightness(105%);
  }

  .erp-mobile-icon-label {
    font-size: 10px;
    font-weight: 700;
    color: #4a7a9b;
    text-align: center;
    line-height: 1.2;
    transition: color 0.25s;
  }

  .erp-mobile-icon-item.active .erp-mobile-icon-label {
    color: #00d4ff;
  }

  .erp-mobile-screenshot {
    margin-top: 15px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #1a3a5c;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    transition: border-color 0.3s;
    /* display: none; */
  }

  .erp-mobile-screenshot.show {
    display: block;
    animation: slideDown 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }


  @keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .erp-mobile-ss-bar {
    background: #f1f5f9;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #e2e8f0;
  }


  .erp-mobile-ss-url {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 10px;
    color: #64748b;
    flex: 1;
  }

  .erp-mobile-ss-img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: contain;
    display: block;
    transition: opacity 0.25s;
  }

  .erp-mobile-ss-img.fade {
    opacity: 0;
  }
  .whyd-compare-section {
    padding: 35px 0px;
  }
  .whyd-intro-heading {
    font-size: 30px;
  }
  .erp-stack-section .es-inner { 
    gap: 40px; 
  }
  .erp-stack-section .es-slide h2 {
    font-size: 22px;
  }

  .erp-stack-section .es-slide p {
    line-height: 1.65;
    margin-bottom: 8px;
  }

  .erp-stack-section .es-points {
    /* gap: 10px; */
    margin-top: 12px;
  }

  .erp-stack-section .es-points li {
    gap: 12px;
  }

  .erp-stack-section .es-dot {
    width: 14px;
    height: 14px;
    margin-top: 4px;
  }

  .book-scene {
    width: 100%;
    height: 220px;
  }

  .open-book-wrap {
    width: 100%;
    max-width: 360px;
    height: 220px;
  }

  .open-page-left {
    padding: 16px 12px;
    gap: 10px;
  }

  .page-front {
    padding: 14px 10px;
    gap: 7px;
  }

  .page-img-wrap {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 480px){
 .site-container {
    max-width: 100%;
    padding-inline: 20px;
  }
  .preloader {
    width: 100%;
    height: 100%;
  }
  .navbar .logo a img {
    height: 45px;
  }
  .navbar {
    font-size: 16px;
  }
  .swiper-slider .swiper-slide .slide-inner .site-container h1 {
      font-size: 8vw;
  }
  .whatdo-title,
  .news-title {
    font-size: 24px;
  }

  .whatdo-desc,
  .news-desc {
    font-size: 16px;
    line-height: 1.4;
  }

  .why-img {
    max-width: 300px;
  }
  /* .sol-slide:nth-child(odd) {
    display: none;
  }
  .sol-slide:nth-child(even) {
    display: none;
  } */

  .sol-pagination {
    justify-content: center;
  }
  .intro {
    padding: 30px 0;
  }
   .intro h2 {
    font-size: 26px;
    margin-bottom: 0px;
  }

  .intro h2::before {
    font-size: 36vw;
    top: -5%;
    opacity: 0.03;
  }
  .intro p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .row {
    flex-direction: column;
    gap: 20px;
  }
  .sol-card {
    /* padding: 28px 20px; */
    min-height: 280px;
  }

  .sol-content h3 {
    font-size: 18px;
  }

  .sol-content p {
    font-size: 14px;
    line-height: 1.6;
  }

  .sol-card.featured h3 {
    font-size: 24px;
  }
  .magic-btn,
  .magic-btn1 {
    font-size: 16px;
    padding: 10px 20px;
    letter-spacing: 0.5px;
  }

  .spotlight,
  .spotlight1 {
    width: 45px;
    height: 45px;
  }
  .content-grid.wethink {
    display: flex;
    flex-wrap: wrap;
  }
   .works {
    padding: 40px 0;
  }

  .works h2 {
    font-size: 28px;
  }

  .works h2:before {
    font-size: 180px;
    top: -10px;
  }

  .works .project-box figure img {
    max-height: 240px;
  }

  .works .project-box .content-box .inner h3 {
    font-size: 26px;
  }

  .works .project-box .content-box .inner h3 span {
    font-size: 38px;
  }
  .card-image {
    height: 200px;
  }

  .card-content {
    padding: 16px;
  }

  .category-badge,
  span.category-badge-big {
    font-size: 11px;
    padding: 5px 12px;
  }
  .carousel-header h3 {
    font-size: 12px;
  }

  .carousel-header h1 {
    font-size: 28px;
  }

  .quote-wrapper h3 {
    font-size: 18px;
    text-align: center;
  }
  .pagination-wrapper {
    justify-content: space-between;
  }
  .indicators-container {
    max-width: 160px;
  }
  ol#indicators {
      margin-bottom: 0px;
  }
  .indicators li {
    width: 28px;
  }

  .indicators li.active {
    width: 40px;
  }

  .image-wrapper {
    height: 320px;
  }
   section.clients-section {
    padding: 50px 0px;
  }

  .clients-left h6 {
    font-size: 12px;
    margin-bottom: 18px;
  }

  .clients-left h2 {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .clients-left h4 {
    font-size: 16px;
    line-height: 1.6;
  }

  .custom-link-left {
    margin-left: 0;
  }

  .clients-right {
    gap: 20px;
  }

  .brand-item {
    max-width: 95px;
    padding: 8px 12px;
  }
  .img-cta-main {
    max-width: 65%;
  }
  .cta-title {
    font-size: 30px;
  }
  .navigation-menu .inner .menu ul li a {
    font-size: 30px;
  }
  .navigation-menu .inner .menu ul li ul li a {
    font-size: 20px;
  }
  .navigation-menu .inner .menu ul li ul {
    gap: 1px;
  }
  .navbar {
    padding: 10px;
    flex-wrap: nowrap !important;
  }
  header .left-side {
    margin-left: 0px;
  }
  .navbar .right .hamburger-menu {
    margin-left: 0px;
  } 
   .weare-head-left .weare-title {
    font-size: 24px;
    line-height: 1.2;
  }
  .info-section {
    padding: 0px;
  }
  .weare-section-head {
    padding-bottom: 10px;
  }
  .card-item {
    right: 50px;
  }
   .weare-head-left .weare-desc {
    font-size: 16px;
    line-height: 28px;
  }
  .team-center {
    width: 220px;
    height: 220px;
  }

  .team-center::before {
    width: 250px;
    height: 250px;
  }

  .team-center h2 {
    font-size: 28px;
  }

  .member-image {
    width: 100px;
    height: 100px;
  }

  .social-icons-m a {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .aboutsection-start {
    padding: 50px 0;
  }

  .aboutus-title-text {
    font-size: 24px;
    line-height: 1.2;
  }

  .aboutus-description-text {
    /* font-size: 14px; */
    line-height: 1.5;
  }
   .hello {
    padding: 40px 0;
  }

  .hello h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .contactus-form-inner,
  .contactus-contact-info {
    padding: 1.5rem 1.2rem;
  }

  .map-head-main {
    font-size: 26px;
  }

  .map-head-subtitle {
    font-size: 16px;
  }

  .only-map-wrapper {
    height: 260px;
  }

  .hero-title {
    font-size: 26px;
  }

  .hero-subtitle {
    font-size: 14px;
  }
   .servicep-services-header {
    margin-bottom: 60px;
  }

  .servicep-services-header h1 {
    font-size: 2rem;
  }

  .servicep-card-text h2 {
    font-size: 1.9rem;
  }

  .servicep-card-text p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0px;
  }

  .servicep-read-more-btn a {
    font-size: 16px;
    padding: 10px 20px;
  }
  .servicep-card-image .image-frame {
    padding: 10px;
  }
  .services-details-section {
    padding: 50px 0;
  }

  .web-dev-main-title,
  .web-dev-section-title,
  .web-dev-faq-title {
    font-size: 24px;
  }

  .web-dev-lead-text {
    font-size: 16px;
  }

  .web-dev-content-text,
  .web-dev-benefit-text,
  .web-dev-feature-body,
  .web-dev-accordion-body {
    font-size: 16px;
  }

  .web-dev-content-image {
    height: 240px;
  }

  .web-dev-contact-info {
    flex-direction: column;
    gap: 12px;
  }

  .web-dev-contact-info-text a {
    font-size: 16px;
  }
  .guides {
    padding: 60px 0;
  }

  .section-title {
    font-size: 26px;
  }

  .guide img {
    height: 280px;
  }

  .guide h5 {
    font-size: 16px;
  }
  .book-container {
    width: 300px;
    height: 400px;
  }
   /* .gallery {
    width: 160px;
    height: 110px;
  }
  .gallery span {
    transform: rotateY(calc(var(--i) * 45deg)) translateZ(150px);
  } */
  .our-gallery-title {
    font-size: 24px;
  }
  .our-gallery-desc {
    font-size: 16px;
  }
  .gallery-heading {
    font-size: 24px;
  }
  .gallery-subheading {
    font-size: 16px;
  }
  .gallery-item {
    min-height: 180px;
  }
  .gallery-tab {
    font-size: 16px;
    padding: 6px 15px;
  }
  .gallery-slider-btn {
    width: 40px;
    height: 40px;
  }
  .gallery-dot {
    width: 8px;
    height: 8px;
  }
  .gallery-slider-title {
    font-size: 24px;
  }
  .t_new-testimonial-start .t_carousel-header-h1 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .t_new-testimonial-start {
    padding: 15px 0px;
  }
  .t_new-testimonial-start .t_carousel-header-h3 {
    margin-bottom: 10px;
  }
  .t_new-testimonial-start .testimonial-card-bg {
    padding: 10px 20px;
    height: 260px;
  }

  .t_new-testimonial-start .testimonial-text {
    font-size: 16px; 
    /* max-width: 370px; */
  }

  .t_new-testimonial-start .testimonial-name {
    font-size: 16px;
  }
  .newceo-section {
    padding-bottom: 30px;
  }
  .newceo-photo-wrap {
    height: 230px;
  }
  .newbgcolorceo {
    height: 230px;
    max-width: 0%;
  }
  .newwwceo {
    flex-direction: column-reverse;
  }
  .newceo-left {
    height: 230px;
    padding: 10px 15px;
  }
  .newceo-right {
    flex-direction: column;
  }
  .newceo-name-bar {
    padding: 20px;
  }
  .newceo-quote-text {
      font-size: 16px;
      line-height: 1.2;
      font-weight: 400;
  }
  .erp-start {
    padding: 30px 0px;
  }
  .title {
    margin-bottom: 20px;
  }
  .erp-content-row {
    gap: 20px;
  }
  .mod-s-section {
    padding: 25px 0px;
  }
  .mod-s-section-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .mod-s-features-grid {
    gap: 15px;
    display: flex;
    flex-direction: column;
  }
  .section-wrap {
    padding: 30px 0px;
  }
  .section-title-c{
    font-size:22px;
  }

  .section-desc{
    font-size:16px;
  }

  .counter-value{
    font-size:16px;
  }

  .counter-desc{
    font-size:16px;
  }
  .cut-top {
    height: 0px;
  }
  .cut-bottom {
    height: 0px;
  }
  .mod-d-section {
    padding: 30px 0px;
  }
  .mod-d-section-title {
    font-size: 26px;
  }
  .mod-d-section-sub {
    font-size: 16px;
  }
  .mod-d-tab-btn {
    font-size: 16px;
    padding: 6px 12px;
  }
  .mod-d-feature {
    padding: 8px 10px;
  }
  .mod-d-feature-title {
    font-size: 16px;
  }
  .mod-d-tabs {
    margin-bottom: 10px;
  }
  .faq-section {
    padding: 30px 0px;
  }
  .faq-section-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .faq-section-sub {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .faq-left-desc {
    margin-bottom: 15px;
  }
  .faq-question {
    padding: 15px 18px;
  }
  .faq-toggle-btn {
    width: 28px;
    height: 28px;
  }
  .erp-section {
    padding: 30px 0px;
  }
  .erp-header-h2 {
    font-size: 26px;
  }
  .erp-cycle-wrap {
    display: none;
    width: 380px;
    height: 380px;
  }
  .whyd-compare-section {
    padding: 30px 0px;
  }
  .whyd-section-title {
    font-size: 26px;
  }
  .whyd-section-sub {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .whyd-text-center {
    margin-bottom: 15px;
  }
  .whyd-intro-heading {
    font-size: 26px;
  }
  .whyd-intro-desc {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .whyd-compare-intro {
    gap: 30px;
  }
  .whyd-compare-tag-grid {
    grid-template-columns: 1fr;
  }
  .whyd-compare-tag-card {
    padding: 15px;
  }
  .whyd-tag-card-icon img {
    width: 35px;
    height: 35px;
  }
  .footer-top {
    gap: 5px;
  }
  .footer-bottom {
    padding-top: 15px;
  }
  .footer-explore {
    gap: 20px;
  }
  .erp-stack-section .es-inner {
    gap: 32px;
  }

  .erp-stack-section .es-slide h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .erp-stack-section .es-slide p {
    line-height: 1.6;
    margin-bottom: 6px;
  }

  .erp-stack-section .es-points {
    /* gap: 8px; */
    margin-top: 10px;
  }

  .erp-stack-section .es-points li {
    gap: 10px;
  }

  .erp-stack-section .es-indicators {
    gap: 8px;
    margin-top: 16px;
    flex-wrap: wrap;
  }

  .erp-stack-section .es-indicators span {
    width: 22px;
  }
}


/* New Header Menu CSS Start */

.wts-menu-container {
        max-width: 900px;
        width: 100%;
    }

    ul {
        list-style: none;
    }

    .wts-main-menu > li {
        margin-bottom: 8px;
        position: relative;
    }

    .wts-menu-item {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 18px 0;
        transition: all 0.3s ease;
        cursor: pointer;
        position: relative;
    }
    
    .wts-menu-item::after {
        content: attr(data-text);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 6.3rem;
        font-weight: bold;
        font-style: italic;
        color: rgba(255, 255, 255, 0.03);
        text-transform: uppercase;
        letter-spacing: 4px;
        z-index: -1;
        white-space: nowrap;
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
    }
    
    .wts-menu-item:hover::after {
        opacity: 1;
    }

    .wts-menu-item::before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 0;
        height: 2px;
        background: #4a5cff;
        transition: width 0.3s ease;
    }

    .wts-menu-item:hover::before {
        width: 100px;
    }

    .wts-menu-text {
        font-size: 2.5rem;
        font-weight: bold;
        font-style: italic;
        color: #888;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 2px;
        transition: all 0.3s ease;
        display: inline-block;
    }

    .wts-menu-text:hover {
        color: #fff;
    }

    .wts-chevron {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid #888;
        transition: all 0.3s ease;
        margin-left: 15px;
        cursor: pointer;
    }

    .wts-chevron:hover {
        border-top-color: #fff;
    }

    .wts-chevron.wts-open {
        transform: rotate(180deg);
        border-top-color: #4a5cff;
    }

    .wts-submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-in-out;
        margin-top: 10px;
        text-align: center;
    }

    .wts-submenu.wts-open {
        max-height: 500px;
    }

    .wts-submenu li {
        margin-bottom: 8px;
    }

    .wts-submenu a {
        display: inline-block;
        padding: 10px 0;
        color: #666;
        text-decoration: none;
        font-size: 1.2rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: all 0.3s ease;
        position: relative;
    }

    .wts-submenu a::before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 0;
        height: 1px;
        background: #4a5cff;
        transition: width 0.3s ease;
    }

    .wts-submenu a:hover {
        color: #fff;
    }

    .wts-submenu a:hover::before {
        width: 60px;
    }

    .wts-has-submenu {
        position: relative;
    }

    .wts-footer-text {
        text-align: center;
        margin-top: 60px;
        font-size: 1.2rem;
        color: #4a5cff;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 600;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .wts-menu-text {
            font-size: 1.8rem;
        }
        
        .wts-submenu a {
            font-size: 1rem;
        }
        
        .wts-footer-text {
            font-size: 0.9rem;
        }
        .navigation-menu .inner .menu ul li {
          margin: 5px 20px;
        }
    }

    /* bottom to top animation for menu items */

     /* Back to Top Button */
        .back-to-top {
            position: fixed;
            bottom: 40px;
            right: 40px;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: white;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
            z-index: 1000;
        }

        .back-to-top.visible {
            opacity: 1;
            visibility: visible;
        }

        .back-to-top:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
        }

        /* Arrow Icon */
        .back-to-top::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 12px solid #24287b;
        }

        /* Progress Circle */
        .progress-ring {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transform: rotate(-90deg);
        }

        .progress-ring__circle {
            fill: none;
            stroke: #24287b;
            stroke-width: 4;
            stroke-linecap: round;
            stroke-dasharray: 170;
            stroke-dashoffset: 170;
            transition: stroke-dashoffset 0.1s linear;
        }
.whychoosebtn a {
    text-decoration: none;
    color: #0e0e0e;
}
.read-more-btn {
  position: relative;
  padding: 18px 22px;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  /* color: #111; */
}
.read-more-btn:hover {
  color: #fff;
}
.read-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 28px;
  /* background: rgb(6 103 255 / 50%); */
  background: linear-gradient(135deg, #24287b, #6f76ff);
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
  z-index: -1;
}

.read-more-btn span {
  position: relative;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.read-more-btn svg {
  margin-left: 10px;
  fill: none;
  stroke: #111;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.read-more-btn:hover::before {
  width: 100%;
  color: #fff;
  background: linear-gradient(135deg, #3b41c5, #24287b);
}

.read-more-btn:hover svg {
  transform: translateX(0);
  stroke: #fff;
}

.read-more-btn:active {
  transform: scale(0.96);
}
.servicesbtn a {
    color: #fff;
    text-decoration: none;
}
.servicesbtn .read-more-btn svg {
    stroke: white;
}

.servicesbtn .read-more-btn:hover {
    color: #24287b;
    /* background: white; */
}

.servicesbtn .read-more-btn:hover svg {
    stroke: #24287b;
}
.servicesbtn .read-more-btn::before{
  background: none;
}
.servicesbtn .read-more-btn:hover::before {
	background: #fff
}
.latest-news-btn a {
    text-decoration: none;
}
.ourclient-btn a {
    text-decoration: none;
}
.newcta-btn a {
    text-decoration: none;
}

/* Hidden when scroll down */
.navbar.nav-hide {
    transform: translateY(-100%);
}

/* Visible when scroll up */
.navbar.nav-show {
     transform: translateY(0);
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.5);
    padding: 14px 40px;
    color: #000;
}
.navbar.nav-show .hamburger span:before{
    background: #000;
}
.navbar.nav-show .hamburger span:after{
  background: #fff;
}

.navbar.nav-show .hamburger span {
    background: #000;
}
.navbar.nav-show .left {
    display: none;
}
.navbar.nav-show .logo {
    margin: 0;
}
.navigation-menu.active ~ .navbar .logo img {
  display: none;
}
.navigation-menu.active ~ .navbar .right {
    margin-right: 25px;
    padding-top: 35px;
}
.navigation-menu.active ~ .navbar.nav-show {
    background: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
}

.navigation-menu.active ~ .navbar.nav-show .hamburger span {
    background: #fff !important;
}

.navigation-menu.active ~ .navbar.nav-show .logo img {
    display: none;
}
.navbar.nav-show .logo a img {
  filter: brightness(0) saturate(100%);
}


