/**
* Template Name: Arsha - v4.3.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
-------------------------------------------------------------*/
/* html, *{
  scroll-behavior: smooth !important;
} */


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
body {
  font-family: 'Roboto', sans-serif;
}

body {
  font-family: "Poppins", sans-serif;
  color: #444444;
  overflow-x: hidden;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/* #preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #000;
}
 */



#preloaderGhost {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#lottie-animation{
  width: 200px; /* Adjust size */
  height: auto;
  /* margin-left: 43%;
  margin-top: 15%; */
}




/* #preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
} */

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

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

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: rgba(0, 0, 0, 0.85);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled,
#header.header-inner-pages 
{
  background: rgba(0, 0, 0, 0.85);
  transition: opacity 2s ease, visibility 2s;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  /* max-height: 50px; */
  z-index: 5;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: rgba(0, 170, 250);
}

.navbar .getstarted {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #31a9e1;
}

header.header-scrolled .navbar .dropdown ul{
  background: rgba(0, 0, 0, 0.85);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  /* background: #fff; */
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #47b2e4;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #c1e5f6;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(88, 149, 255, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .getstarted {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  /* background-image: url(/assets/img/RespectIIImages/heroBgExample1.jpg); */
  /* background: #37517e;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  
  --color: rgba(114, 114, 114, 0.3);
  background-color: #191a1a;
  background-image: linear-gradient(0deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%,transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%,transparent),
      linear-gradient(90deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%,transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%,transparent);
  background-size: 55px 55px;

  
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

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

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

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

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

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

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

  #hero .hero-img img {
    width: 70%;
  }
  #thisDivIsPreviliged h1 {
    font-size: 3rem !important;
  }
  #thisDivIsPreviliged p {
    font-size: 1.2rem;
  }
}
#thisDivIsPreviliged h1 {
  font-size: 3rem;
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

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

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

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

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

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: rgb(55, 81, 126);
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
.cliens {
  padding: 12px 0;
  text-align: center;
}

.cliens img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.cliens img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .cliens img {
    max-width: 40%;
  }
}

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

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

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

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

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.about .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
  font-family: "Poppins", sans-serif;
}

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

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

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

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #37517e;
}

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

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

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

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

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

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #37517e;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

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

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

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

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

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

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

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #37517e;
}

.pricing h4 {
  font-size: 48px;
  color: #37517e;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #47b2e4;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #47b2e4;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured {
  border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

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

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #209dd8;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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


.sent-message {
  color: #28a745;
  background: #e4f8e9;
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: 500;
}

.error-message {
  color: #dc3545;
  background: #fce8eb;
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: 500;
}

.loading {
  text-align: center;
  padding: 15px;
}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

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

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

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: rgba(0, 0, 0, 0.85);
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

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

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}

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

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

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

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

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

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  padding-left: .5rem;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

a[href^="tel:"],
a[href^="mailto:"] {
  text-decoration: none;  /* Remove underline */
  color: inherit;         /* Remove default color */
  cursor: pointer;        /* Keep cursor as pointer on hover */
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}


.btn-flip {
  opacity: 1;
  outline: 0;
  color: #fff;
  line-height: 40px;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  font-family: 'Open Sans';
  text-transform: uppercase;
}
.btn-flip:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.btn-flip:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
.btn-flip:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.85);
  display: block;
  transition: 0.5s;
  position: absolute;
  background: #E0E4E8;
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
}
.btn-flip:before {
  top: 0;
  left: 0;
  opacity: 1;
  color: #F4F7F6;
  display: block;
  padding: 0 30px;
  line-height: 40px;
  transition: 0.5s;
  position: relative;
  background: rgba(0, 0, 0, 0.85);
  content: attr(data-front);
  transform: translateY(0) rotateX(0);
}


/* Customization with special touch */



/* WHO WE ARE */


.image-grid {
  display: flex;
  gap: 15px;
  height: 450px;
}

.main-image {
  height: 450px;
  flex: 0 0 65%;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side-images img {
  width: 100%;
  height: calc(50% - 7.5px);
  object-fit: cover;
}

.side-images {
  display: flex;
  flex: 0 0 35%;
  flex-direction: column;
  gap: 15px;
}

.subtitle {
  color: #47b2e4;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #37517e;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #47b2e4;
  margin-bottom: 5px;
  line-height: 1;
}

.stat-text {
  color: var(--heading-color);
  font-size: 1rem;
  font-weight: 600;
}


/* Services */

/* .service-card{
  position: relative;
    background-color: var(--surface-color);
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.service-card::before{
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, 
color-mix(in srgb, #47b2e4, transparent 20%), #47b2e4);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.service-hover:hover{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--surface-color);
    padding: 30px;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-features {
  list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
} */

/* Service Card */
/* Service Card */
.service-card {
  position: relative;
  background-color: var(--surface-color);
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  overflow: hidden;
  /* Ensures no content will overflow */
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* The before pseudo-element for decoration */
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, color-mix(in srgb, #47b2e4, transparent 20%), #47b2e4);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

/* Service Hover (hidden initially) */
.service-hover {
  position: absolute;
  top: 100%;
  /* Initially outside the card */
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--surface-color);
  padding: 30px;
  opacity: 0;
  transform: translateY(100%);
  /* Start from outside the card */
  z-index: 2;
  /* Ensure it sits on top of other content */
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  /* Prevent overflow within the hover content */
}

/* When hover effect is active */
.service-card:hover .service-hover {
  top: 0;
  /* Move inside the card */
  opacity: 1;
  transform: translateY(0);
  /* Slide in smoothly */
  z-index: 3;
  /* Ensure it's above other content */
  background-color: #fff;
}

/* Service Features List */
.service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

a:hover {
  cursor: pointer;
}

.service-icon-wrapper{
  display: flex;
  justify-content: center;
}

.service-icon-wrapper img {
  height: 120px;
}


/* what we do soap version  */
    


#products-section {
  width: 100vw;
  display: flex;
  height: 350px;
  padding: 0;
  cursor: default;
}


#products-section .f{
  color: #fff;
}

.products-container {
  width: 100%;
  display: flex;
}

.product-card {
  flex: 1;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all 0.3s ease;
}

.product-logo {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.3s ease;
}

.card-title {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

.product-info {
  color: #666;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  font-size: 14px;
  opacity: 0;
  height: 0;
  transition: opacity 0.3s ease, height 0.3s ease;
  overflow: hidden;
}

.product-buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  opacity: 0;
  height: 0;
  transition: opacity 0.3s ease, height 0.3s ease;
  overflow: hidden;
}

.product-button {
  padding: 8px 15px;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.learn-more-btn {
  background-color: transparent;
  border: 1px solid #333;
  color: #333;
}

/* Cursor glow effect - enhanced for white background */
.cursor-glow {
  position: fixed;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
  mix-blend-mode: multiply;
  filter: blur(12px);
  opacity: 0.85;
}

/* Product-specific button colors */
.try-now-btn.azure {
  background-color: #0078D4;
  color: white;
}

.try-now-btn.fabric {
  background-color: #107C10;
  color: white;
}

.try-now-btn.dynamics {
  background-color: #2634b1;
  color: white;
}

.try-now-btn.copilot {
  background-color: #d95499;
  color: white;
}

.try-now-btn.office365 {
  background-color: #A87ADD;
  color: white;
}

/* Hover effects */
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.product-card:hover .product-logo {
  display: none;
}

.product-card:hover .product-info {
  opacity: 1;
  height: auto;
  margin-bottom: 15px;
}

.product-card:hover .product-buttons {
  opacity: 1;
  height: auto;
}

@media (max-width: 768px) {
  .products-container {
    flex-direction: column;
  }
  
  #products-section {
    height: auto;
  }
  
  .product-card {
    height: 150px;
    margin: 5px 10px;
  }
  
  .product-card:hover {
    height: 250px;
  }
}



/* What we Do?? */

/* .nav-tabs {
  border: none;
  background: 
color-mix(in srgb, #fff, transparent 50%);
  border-radius: 16px;
  backdrop-filter: blur(8px);
}

.tabs .nav-tabs .tab-nav-link{
  padding: 20px;
    border: none;
    border-radius: 12px;
    background: #fff;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    width: 100%;
}

.tabs .nav-tabs .tab-nav-link.active{
  background: #47b2e4;
}

.tab-nav-link:visited{
  background-color: #47b2e4;

}

.tabs .nav-tabs .tab-nav-link:hover{
  margin-bottom: 2px;
  margin-top: -3px;
  //margin-bottom: 1px;
  transition: all 0.4s ease;

}


.tabs .nav-tabs .tab-nav-link:hover .icon-box{
  background-color: #47b2e4;
  color: #fff;
}

.tabs .nav-tabs .tab-nav-link div {
  height: 50px;
}

.tabs .nav-tabs .tab-nav-link .icon-box {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: color-mix(in srgb, #47b2e4, transparent 92%);
  color: #47b2e4;
  transition: all 0.4s ease;
}

.tabs .nav-tabs .tab-nav-link.active .icon-box {
  // background: color-mix(in srgb, #fff, transparent 85%); 
  background: #79d0f8;
  color: #fff;
}

.tabs .nav-tabs .tab-nav-link.active h4 {
  color: #fff;
}
.tabs .nav-tabs .tab-nav-link h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px 0;
  color: var(--heading-color);
  transition: all 0.4s ease;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.content-box{
  background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
} */


/* Section */
#sectionBGGrey{
  background-color: #37517e1c;
}


/* Why Cloud */

.services-3 .service-item:not(:last-child) {
  border-bottom: 1px solid 
  color-mix(in srgb, #37517e, transparent 90%);
}

.services-3 .service-item {
  padding: 2.2rem;
  transition-duration: 0s !important;
  /* transition: all 0.3s ease-in-out; */
  cursor: pointer;
}

.services-3 .service-title .service-number {
  font-size: 1.25rem;
  font-weight: 700;
  color: 
  color-mix(in srgb, #37517e, transparent 50%);
  font-family: Jost;
  margin-bottom: 1rem;
  transition: all 0.3s ease-in-out;
}

.services-3 .service-title h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #37517e;
  margin-bottom: 1.5rem;
}

.services-3 .service-link {
  display: flex;
  justify-content: flex-end;
}

.services-3 .service-link .arrow-link {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  color: #37517e;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.services-3 .service-link .arrow-link i {
  font-size: 1.5rem;
}

.service-item:hover{
  background-color: 
  color-mix(in srgb, #fff, #47b2e4 5%);
  transition: all 0.7s ease-in-out;
  /* transition-duration: 0s !important; */
  transition-delay: 0s !important;
}

.service-item:hover .arrow-link {
  background-color: #47b2e4;
  color: #fff;
  transform: rotate(45deg);
}

/* Testimonials */
.swiper-horizontal {
  touch-action: pan-y;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-slide{

  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;

}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

.testimonials-4 .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

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

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



/* for troubleshooting clients */

.clients-section {
      padding: 60px 0;
      overflow: hidden;
      position: relative;
    }
    
    .client-logos {
      display: flex;
      animation: scroll 30s linear infinite;
      width: max-content;
    }
    
    .client-logo {
      flex: 0 0 auto;
      padding: 0 40px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .client-logo img {
      max-height: 80px;
      max-width: 100%;
      transition: all 0.3s ease;
     /* filter: grayscale(100%); */
      opacity: 0.6;
    }
    
    .client-logo img:hover {
      filter: grayscale(0);
      opacity: 1;
      transform: scale(1.05);
    }
    
    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(calc(-1 * (100% / 2)));
      }
    }
    
    /* Responsive adjustments */
    @media (max-width: 992px) {
      .client-logo {
        padding: 0 30px;
      }
      .client-logo img {
        max-height: 60px;
      }
    }
    
    @media (max-width: 640px) {
      .client-logo {
        padding: 0 20px;
      }
      .client-logo img {
        max-height: 50px;
      }
    }

/* hero test purposes */

/* From Uiverse.io by SelfMadeSystem */ 
/*
More comprehensive version at shenanigans.shoghisimon.ca/collection/css-rain-bg/
 */

 

 /* for upgraded hero */


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

#hero-5 {
  position: relative;
  background: #0a0a0a;
  padding-top: 272px !important;
  min-height: 100vh;
}

#section-herooo{

}

#section-herooo container{
  position: relative;
  z-index: 1;
}

#canvas{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-5 .icon-box img{
  max-width: 282px;
  box-sizing: border-box;
}

.hero-5 .icon-box {
  background-color: #fff;
  padding-top: 12px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  /* padding-bottom: 80px !important; */
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.hero-5 .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #47b2e4;
}

.hero-5 .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.hero-5 .icon-box .description {
  font-size: 15px;
  margin-bottom: 0;
  color: color-mix(in srgb, #444444, transparent 40%);
}

#thisDivIsPreviliged h1, #thisDivIsPreviliged p{
  color: #fff;
}

#thisDivIsPreviliged p{
  font-size: 1.4rem;
}
#thisDivIsPreviliged h1{
  padding-bottom: 20px;
  font-size: 5rem;
}





#thisDivIsPreviliged{
  width: 100%;
  padding-bottom: 30px;
}


.padding20PX{
  padding: 20px;
}




.hero-5 .icon-box {
  perspective: 1000px; /* Adds depth */
  transform-style: preserve-3d;
  will-change: transform;
}


/* header background */
#header-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

#header {
  position: fixed;
  width: 100%;
  /* background: rgba(0, 0, 0, 0.85); */
  padding: 20px 0;
  transition: background 0.3s ease-in-out;
  z-index: 10;
}



/* Adjusting Navbar */




.forCustomNavbar ul li ul li a {
  position: relative;
  display: block;
  transition: all 0.3s ease;
}

/* Vertical line effect */
.forCustomNavbar ul li ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 0;
  background: currentColor;
  transition: height 0.3s ease, top 0.3s ease;
}

/* Hover effect */
.forCustomNavbar ul li ul li a:hover {
  padding-left: 10px;
}

.forCustomNavbar ul li ul li a:hover::before {
  height: 100%;
  top: 0;
}



/* STATS  */
.stats{
  /* padding: 80px 0; */
    position: relative;
    clip-path: inset(0);
}

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

.stats img{
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

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

.statsTitle{
  color: #fff;
  font-size: 25px;
}

.statsComment{
  color: #fff;
  text-align: center;
}

.stats .stats-item {
  padding: 30px;
  width: 100%;
}

.stats .stats-item span {
  font-size: 48px;
  display: block;
  color: #fff;
  font-weight: 700;
}

.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-family: Jost;
  font-size: 16px;
  font-weight: 700;
  color: 
  color-mix(in srgb, #fff, transparent 40%);
}



/* updated about  */
#updatedAbout{
color: #444444;
background-color: #fff;
padding: 60px 0;
scroll-margin-top: 88px;
overflow: clip;
}

#updatedAbout .about-img img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

#updatedAbout .our-story h3{
  font-size: 4rem;

}
#updatedAbout .our-story p{
font-size: 1.3rem;
}

.svgSpecialScale{
transform: scale(1.7);
z-index: -10;
margin-right: 70px;
}


@media (min-width: 992px) {
  #updatedAbout .about-img {
      position: absolute;
      top: 0;
      right: 0;
      min-height: 600px;
  }
}
/* 
#updatedAbout .about-img {
  min-height: 400px;
  position: relative;
} */

@media (min-width: 991px) {
  #updatedAbout .inner-title {
      max-width: 65%;
      margin: 0 0 80px 0;
  }
}

#updatedAvout .inner-title {
  font-size: 2.75rem;
  font-weight: 700;
  margin: 30px 0;
}

@media (min-width: 991px) {
  #updatedAbout .our-story {
      padding-right: 35% !important;
  }
}

#updatedAbout .our-story {
  /* padding: 40px; */
  /* background-color: color-mix(in srgb, #444444, transparent 96%); */
}

#updatedAbout .our-story h4 {
  text-transform: uppercase;
  font-size: 1.1rem;
  color: 
color-mix(in srgb, #444444, transparent 50%);
}

#updatedAbout .our-story h3 {
  font-size: 3rem;
  font-weight: 700;
  color: 
  color-mix(in srgb, #444444, transparent 20%);
}

#updatedAbout img{
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}


/* new contact  */
.contactRespect {
  background-image: url(https://builder.bootstrapmade.com/static/img/bg/dotted-world-1.webp);
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
}

.contactRespect:before {
  content: "";
  background: 
  color-mix(in srgb, #fff, transparent 30%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contactRespect .info-item i {
  /* background: rgba(0, 0, 0, 0.85); */
  color: rgb(0, 0, 0);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

#contactSubmit{
  border: none;
  background: none;
}

/* footer  */
.linkedinDiv{
  display: flex;
  justify-content: end;
}


/* Why choose us  */

#steps
  {
    color: #444444;
    background-color: #fff;
    padding: 60px 0;
    scroll-margin-top: 88px;
    overflow: clip;
}

#steps .section-title{
  text-align: center;
    padding-bottom: 60px;
    position: relative;
}

.steps p {
  color: color-mix(in srgb, #444444, transparent 20%);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}


.steps .steps-wrapper {
  position: relative;
  padding: 20px 0;
}

.steps .steps-wrapper::before {
  content: "";
  position: absolute;
  width: 2px;
  background-color: 
  color-mix(in srgb, #47b2e4, transparent 85%);
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.steps .step-item {
  margin-bottom: 50px;
  width: 100%;
  position: relative;
}

.steps .step-content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.steps .step-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: 2px solid color-mix(in srgb, #47b2e4, transparent 85%);
  transition: all 0.3s ease-in-out;
}

.steps .step-info {
  flex: 1;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease-in-out;
}

.whyIcons{
  font-size: 30px;
  color: rgb(55, 81, 126);
}



/* timeline with ghost */



@media (min-width: 993px) {
.timeline-container {
display: none; 
}
}


@media (max-width: 992px) {
:root {
  --primary-color: #007bff;
  --secondary-color: #6c757d;
  --bg-light: #f8f9fa;
  --text-dark: #333;
}

.timeline-container {
  position: relative;
  padding: 50px 0;
  background-color: #37517e1c;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Desktop Timeline Line */
.timeline-container::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #ccc;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
  z-index: 1;
}

/* Moving line */
#moving-line {
  position: fixed;
  width: 4px;
  background-color: #37517e;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  opacity: 0.7;
  z-index: 2;
  transition: height 0.3s ease;
  display: none;
}

/* Timeline markers */
.timeline-marker {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #cccccc;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  transition: all 0.3s ease;
  width: 1%;
    height: 8%;
    border: none;
}

.timeline-marker.filled {
  background-color: #37517e;
  transform: translateY(-50%) scale(1.2);
}

/* Desktop Item Positioning */
.timeline-item:nth-child(odd) .timeline-marker {
  right: -40px;
}

.timeline-item:nth-child(even) .timeline-marker {
  left: -40px;
}

.timeline-item {
  position: relative;
  width: 44%;
  padding: 20px;
  /* margin-bottom: 30px; */
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  z-index: 2;
}

.timeline-item:nth-child(even) {
  margin-left: 56%;
}

.timeline-item:nth-child(odd) {
  margin-right: 56%;
  align-self: flex-end;
}
}
/* Mobile Responsive Design */
@media (max-width: 768px) {
  /* Mobile Timeline Vertical Line */
  .timeline::before {
    width: 2px;
    left: 55px;
    background: linear-gradient(to bottom, 
      var(--primary-color) 0%, 
      var(--primary-color) 50%, 
      transparent 50%, 
      transparent 100%
    );
    background-size: 100% 20px;
  }


  .timeline-container::before {
    display: none;
  }

  /* Mobile Moving Line */
  #moving-line {
    left: 43px;
    width: 2px;
    background: linear-gradient(to bottom, 
      var(--primary-color) 0%, 
      var(--primary-color) 50%, 
      transparent 50%, 
      transparent 100%
    );
    background-size: 100% 20px;
  }

  /* Mobile Timeline Items */
  .timeline-item {
    width: calc(100% - 80px);
    margin-left: 80px !important;
    margin-right: 0 !important;
    margin-bottom: 30px;
    transform: translateX(-40px);
    border-left: 4px solid var(--primary-color);
    position: relative;
  }

  /* Mobile Markers */
  .timeline-marker {
    left: -64px !important;
    right: auto !important;
    width: 15px;
    height: 25px;
    background-color: var(--bg-light);
    border: 2px solid var(--primary-color);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }

  .timeline-marker.filled {
    background-color: var(--primary-color);
    transform: translateY(-50%) scale(1);
    color: white;
  }

  /* Alternating Item Styles for Visual Interest */
  .timeline-item:nth-child(even) {
    background-color: #f0f4f8;
    border-left-color: #5a9bd3;
  }

  .timeline-item:nth-child(odd) {
    background-color: #e6f2ff;
    border-left-color: #007bff;
  }
}








/* horizontal timeline  */





.cst-section {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #666;
  text-align: center;
  padding: 20px;
}

.cst-section-before {
  background: linear-gradient(180deg, #f9f9f9, #e9e9e9);
}

.cst-section-after {
  background: linear-gradient(0deg, #f9f9f9, #e9e9e9);
}

.cst-timeline-wrapper {
  width: 100%;
  padding: 50px 0;
  position: relative;
  overflow: visible;
  z-index: 4;
  background-color: #fff;
}

.cst-timeline-container {
  position: relative;
  width: 100%;
  padding: 250px 0;
  margin: 0 auto;
  overflow: visible;

}

.cst-timeline-line {
  position: relative;
  height: 3px;
  background: #e0e0e0;
  width: 100vw;  /* Make the line span the full viewport width */
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;
}

.cst-timeline-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #ffffff 0%, #37517e 100%);
  transition: width 0.3s ease;
}

.cst-timeline-points {
  display: flex;
  justify-content: space-between;
  width: 90%;
  position: relative;
  margin: 0 auto;
  overflow: visible;
}

.cst-timeline-point {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 3px solid #ccc;
  border-radius: 50%;
  top: -9px;
  z-index: 2;
  transition: border-color 0.3s ease, left 0.3s ease;
}

.cst-timeline-point.cst-active {
  border-color: #37517e;
  box-shadow: 0 0 10px rgba(37, 117, 252, 0.5);
}

.cst-timeline-year {
  position: absolute;
  font-weight: bold;
  color: #999;
  font-size: 18px;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.cst-timeline-point.cst-active .cst-timeline-year {
  color: #333;
}

.cst-timeline-content {
  position: absolute;
  width: 200px;
  padding: 15px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  z-index: 1;
  opacity: 0.5;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin-bottom: 10px;
  margin-top: 10px;
}

.cst-timeline-point.cst-active .cst-timeline-content {
  opacity: 1;
  transform: scale(1);
}

/* Top positioned years and content */
.cst-timeline-point:nth-child(odd) .cst-timeline-year {
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.cst-timeline-point:nth-child(odd) .cst-timeline-content {
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%) scale(0.95);
}

.cst-timeline-point.cst-active:nth-child(odd) .cst-timeline-content {
  transform: translateX(-50%) scale(1);
}

.cst-timeline-point:nth-child(odd) .cst-timeline-content::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

/* Bottom positioned years and content */
.cst-timeline-point:nth-child(even) .cst-timeline-year {
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.cst-timeline-point:nth-child(even) .cst-timeline-content {
  top: 50px;
  left: 50%;
  transform: translateX(-50%) scale(0.95);
}

.cst-timeline-point.cst-active:nth-child(even) .cst-timeline-content {
  transform: translateX(-50%) scale(1);
}

.cst-timeline-point:nth-child(even) .cst-timeline-content::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}

.cst-timeline-content p {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

/* Modern elements */
.cst-glow-point {
  position: absolute;
  width: 30px;
  height: 30px;
  background: radial-gradient(circle, rgba(37,117,252,0.3) 0%, rgba(255,255,255,0) 70%);
  border-radius: 50%;
  top: -12px;
  left: 4px;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cst-timeline-point.cst-active .cst-glow-point {
  opacity: 1;
  animation: cst-pulse 2s infinite;
}

@keyframes cst-pulse {
  0% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) scale(2);
    opacity: 0;
  }
}

/* Adding these fade effects to create the endless line illusion */
.cst-timeline-line::before,
.cst-timeline-line::after {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  width: 100px;
  background: #e0e0e0;
}

.cst-timeline-line::before {
  right: 100%;
  background: linear-gradient(to left, #e0e0e0, transparent);
}

.cst-timeline-line::after {
  left: 100%;
  background: linear-gradient(to right, #e0e0e0, transparent);
}

/* Same for the filled part */
.cst-timeline-fill::after {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  height: 100%;
  width: 100px;
  background: linear-gradient(to right, #2575fc, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cst-timeline-fill[style*="width: 100%"]::after {
  opacity: 1;
}

/* Responsive timeline adjustments */
@media (max-width: 1200px) {
  .cst-timeline-content {
    width: 180px;
  }
}

@media (max-width: 992px) {
  .cst-timeline-wrapper {
    display: none;
  }
}

@media (max-width: 768px) {
  .cst-timeline-content {
    width: 140px;
  }
  .cst-timeline-content p {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .cst-timeline-content {
    width: 120px;
  }
  .cst-timeline-content p {
    font-size: 12px;
  }
  .cst-timeline-year {
    font-size: 16px;
  }
}











/* for new what we do design(test purposes)  */


#tabs{
  height: 100%;
}

.tabs-container {
  width: 100%;
  max-width: 1200px;

  overflow: hidden;
}

.tabs-header {
  display: flex;
  border-bottom: 1px solid #e9ecef;
}

.tab-nav {
  flex: 1;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.tab-nav:hover {
  opacity: 0.8;
}

.tab-nav.active {
  opacity: 1;
  color: rgb(55, 81, 126);
  box-shadow: 0 10px 20px rgba(0,0,0);
}

.tab-nav::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: rgb(55, 81, 126);
  transition: all 0.3s ease;
}

.tab-nav.active::after {
  width: 50%;
  left: 25%;
}

.tab-nav-icon {
  margin-right: 0.5rem;
  font-size: 1.5rem;
}

.tabs-content {
  display: none;
  padding: 2rem;
}

.tabs-content.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.tab-content-text {
  animation: fadeIn 0.5s ease;
}

.tab-content-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.tab-content-image:hover {
  transform: scale(1.05);
}

.serviceAnimation{
  width: 100%;
  height: 100%;
  margin-left: 80px;

}
#support{
  height: 60vh;
}


#erpAnimation{

}

#dataAnimation{

}

#azureAnimation{

}

#businessAnimation{
  transform: scale(0.75);
}

#techAnimation{
  transform: scale(1.7);
  z-index: -10;
  padding-right: 120px;
  padding-top: 70px;
}

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

.feature-list {
  list-style-type: none;
  margin-top: 1rem;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.feature-icon {
  color: var(--primary-color);
  margin-right: 0.75rem;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .serviceAnimation{
    height: 100%;
    width: 100%;
    margin-left: 0px;
  }

  #support{
    height: 90vh;
  }

  #techAnimation{
    padding-left: 80px;
    transform: scale(2.5);
    padding-top: 0;
  }

}







/* Responsive Tab Menu Styles */
@media (max-width: 1050px) {
  .responsive-tab-menu {
      position: relative;
      width: 100%;
      z-index: 10;
  }

  .selected-tab-display {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1rem;
      background-color: #f8f9fa;
      border: 1px solid #e9ecef;
      cursor: pointer;
      transition: background-color 0.3s ease;
  }

  .selected-tab-display .tab-icon {
      margin-right: 0.75rem;
      display: flex;
      align-items: center;
  }

  .selected-tab-display .dropdown-icon {
      margin-left: 0.5rem;
      transition: transform 0.3s ease;
  }

  .tab-dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: white;
      border: 1px solid #e9ecef;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease, opacity 0.3s ease;
      opacity: 0;
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }

  .tab-dropdown-menu.visible {
      max-height: 400px;
      opacity: 1;
      overflow-y: auto;
  }

  .dropdown-tab-item {
      display: flex;
      align-items: center;
      padding: 1rem;
      border-bottom: 1px solid #f1f3f5;
      cursor: pointer;
      transition: background-color 0.3s ease;
  }

  .dropdown-tab-item:hover {
      background-color: #f1f3f5;
  }

  .dropdown-tab-item .tab-icon {
      margin-right: 0.75rem;
      display: flex;
      align-items: center;
      opacity: 0.7;
  }

  /* Ensure tabs content is visible */
  .tabs-content {
      display: none;
  }

  .tabs-content.active {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1rem;
  }
}

/* Ensure full visibility of tabs in intermediate sizes */
@media (max-width: 1200px) and (min-width: 1051px) {
  .tabs-header {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }

  .tab-nav {
      flex: 0 1 calc(33.333% - 10px);
      margin: 5px;
      text-align: center;
  }
}

/* displayNone */
.hidden {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: opacity 2s ease, visibility 2s;
}



/* policy commitement  */

.commitementBG{
  color: #fff;
}