/**
* Template Name: Bocor
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/bocor-bootstrap-template-nice-animation/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900;&display=swap');
/*--------------------------------------------------------------
# General

color: #0d27d6;
--------------------------------------------------------------*/
body {
  /* font-family: "Open Sans", sans-serif; */
  font-family: 'Poppins', sans-serif !important;
  color: #444444;
}

a {
  color: #C2272D;
  text-decoration: none;
}

a:hover {
  color: #fdd067;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.frst-banner, .mouse-scroll{
  text-align: center;
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}
.mouse-scroll{
  top: auto !important;
  bottom: 0 !important;
}
.mouse-scroll img {
  width: 25px;
}
.mouse-scroll h6{
  color: #ffffff4f;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #213b52;
  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: #C2272D;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.mob-view {
  display: flex;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* #header {
  z-index: 997;
  transition: all 0.5s;
  padding: 12px 0;
  background: #ffffff;
}

#header .logo h1 {
  font-size: 24px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #000000;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
} */




  /* --------------------- Nav Bar Start ------------------ */
  .header-style {
    /* height: 10vh; */
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #5f5f5f7c;
    width: 100%;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
  }
  .spiral-text{
    /* color: #231f20; */
    font-size: 1.5rem; 
    font-weight: 700;
    margin-left: 2rem;
    background: #1E35D5;
    color: transparent;
    background-clip: text;
  }
  .nav-link{
    border: none !important;
  }
  .nav-title{
    color: #000;
    font-size: 15px;
  }
  .mob-header{
    display: none !important;
  }
  .topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
  }
  
  .topnav #myLinks {
    display: none;
  }
  
  .topnav .mob-nav-items {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  .mob-nav-items {
    padding: 10px;
  }

  .topnav .icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav .mob-nav-items:hover {
    background-color: #ddd;
    color: black;
  }
  .nav-title:hover {
      color: #C2272D;
  }

  /* Dropdown styles */
  .nav-item {
      position: relative;
  }
  .dropdown-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: white;
      border: 1px solid #ddd;
      border-radius: 5px;
      list-style: none;
      padding: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      z-index: 1000;
  }
  .dropdown-menu li {
      margin: 5px 0;
      font-size: 14px;
  }
  .dropdown-item {
      text-decoration: none;
      color: #333;
      padding: 5px 10px;
      display: block;
      transition: background-color 0.3s;
  }
  .dropdown-item:hover {
      background-color: #f0f0f0;
      color: #007bff;
  }
  /* Show dropdown on hover */
  .nav-item:hover .dropdown-menu {
      display: block;
  }

  .dropdown-menu-1 {
    display: block;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 100%;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    list-style: none;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1010;
  }
  .dropdown-menu-1 li {
      margin: 5px 0;
      font-size: 14px;
  }
  .dropdown-item-1 {
      text-decoration: none;
      color: #333;
      padding: 5px 10px;
      display: block;
      transition: background-color 0.3s;
  }
  .dropdown-item-1:hover {
      background-color: #f0f0f0;
      color: #007bff;
  }
  /* Show dropdown on hover */
  .dropdown-item:hover .dropdown-menu-1 {
      display: block !important;
  }

/*--------------------------------------------------------------
# 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: 14px;
  color: #353636;
  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: #000000;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #ffffff;
  color: #000000;
  padding: 4px 25px 6px 25px;
  margin-left: 30px;
  border-radius: 50px;
  border: 2px solid #C2272D;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  background: #C2272D;
  color: #213b52;
}

.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: #3e6f9b;
}

.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: #C2272D;
}

.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: #080808;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
} */

/* @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(18, 33, 46, 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,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #213b52;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #C2272D;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  display: block;
  border: 0;
}

.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: #C2272D;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
} */

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  overflow-x: hidden !important;
  padding: 0 0 0 0;
  background: #213b52;
  background: linear-gradient(180deg, #213b52 0%, rgb(33, 60, 84) 35%, rgb(32, 69, 100) 100%);
  cursor: pointer;
}
.video-bg{
  height: 100vh !important;
  width: 100vw !important;
  object-fit: cover !important;
}

#hero h1 {
  margin: 0 0 15px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #d2e0ed;
  font-family: "Poppins", sans-serif;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 22px;
}

#hero .btn-get-started {
  color: #213b52;
  border-radius: 50px;
  padding: 8px 35px 10px 35px;
  border: 2px solid #C2272D;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  background: #C2272D;
}

#hero .btn-get-started:hover {
  background: transparent;
  color: #fff;
}

/* Icon Container */
.icon-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Prevent icons from interfering with video interaction */
}

.moving-icon {
  position: absolute;
  font-size: 24px;
  pointer-events: none;
  transition: transform 0.1s linear;
}

@media (max-width: 991px) {
  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero {
    -moz-text-align-last: center;
    text-align-last: center;
  }

  #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%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
  .window-client{
    display: none;
  }
  .mbl-client{
    display: flex;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background: linear-gradient(180deg, #f2f6fa 0%, #fff 100%);
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #213b52;
}

.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: #C2272D;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f6f9fb;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 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: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
  .mbl-client{
    display: none;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 0;
}

.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 120px;
}

.clients .client-logo img {
  height: 40px;
}

.clients .client-logo:hover img {
  transform: scale(1.2);
}

.clients img {
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #213b52;
}

.about .content p {
  margin-bottom: 0;
}

.about .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
  color: #213b52;
}

.about .content .icon-box h4 a {
  color: #213b52;
  transition: 0.3s;
}

.about .content .icon-box h4 a:hover {
  color: #C2272D;
}

.about .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #C2272D;
}

.about .content .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.about .image {
  background: url("../img/Banner2.svg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
  background-size: contain;
}
.margin-class{
  margin-top: 10%;
}
.margin-up{
  margin-top: 0px;
}
.content-position{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.catagory{
  display: none;
}
.img-container{
  position: relative;
}
.img-holder{
  height: 150px;
  width: 150px;
  overflow: hidden;
  display: flex;
  position: relative;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
.quote{
  position: absolute;
  bottom: 0;
  left: 60%;
}
.customer-margin-class{
  margin-top: 0%;
}
.client-img-holder{
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #E4E7FB;
}
.mbl-service-card{
  display: none;
}
.mbl-client{
  display: none !important;
}
.window-client, .mbl-form{
  display: flex;
}
#Business{
  display: none;
}
.service-bg{
  background-color: #F2F5FC !important;
}
.spiral-clr{
  color: #f62b2b !important;
}
.cube-clr{
  color: #0A00A4 !important;
}
/* .see-more{
  display: none;
} */

@media (max-width: 667px) {
  .about .image {
    display: none !important;
  }
  #header .logo h1{
    font-size: 18px !important;
  }
  .about .image img {
    max-width: 100%;
  }
  .margin-class{
    margin-top: 0%;
  }
  .content-position{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .first-of-all{
    display: none !important;
    margin-right: 10px !important;
    /* display: flex !important; */
    justify-content: center !important;
    align-items: center !important;
  }
  .text-aligned{
    text-align: center;
  }
  .catagory{
    display: none;
  }
  .spiral-clr{
    color: #f62b2b !important;
  }
  #header {
    height: 10vh;
  }
  .video-bg{
    height: 90vh;
  }
  #header .logo h1 a span{
    color: #212192 !important;
  }
  .client-item{
    padding: 0px 0px 15px 0px;
  }
  .we-are{
    display: none;
  }
  .mbl-we-are{
    font-weight: 600;
    font-size: 22px;
  }
  .Service-card{
    display: none !important;
  }
  .mbl-service-card{
    width: 100%;
    padding: 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.17);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .service-heading{
    width: 100%;
    font-size: 17px;
    color: #1C1C1F;
  }
  .service-sub-heading{
    width: 100%;
    font-size: 14px;
    color: #1C1C1F;
    opacity: 0.41;
  }
  .mbl-client{
    display: flex !important;
  }
  .window-client{
    display: none;
  }
  .content-position-bus{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #Business{
    display: flex;
  }
  .mbl-cus, .mbl-form{
    display: none;
  }
  .service-bg{
    background-color: #F2F5FC !important;
  }
  .extra{
    display: none !important;
  }
  /* .see-more{
    display: flex;
  } */
  /* .card-img{
    display: none;
  }
  .margin-up{
    margin-top: 30px;
  }
  .services .card{
    width: 100%;
  } */
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 40px;
}

.services .card {
  border: 0;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
  background: transparent;
}

.services .card-img {
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
  background: #122BD71A;
}

.services .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.services .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  margin-top: -36px;
  margin-left: 60px;
  height: 60px;
  width: calc(100% - 120px);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 640px) {
  .services .card-body {
    margin-left: 15px;
    width: calc(100% - 30px);
  }
}

.services .card-title {
  font-weight: 700;
  text-align: center;
}

.services .card-title a {
  color: #213b52;
  font-size: 16px;
  transition: 0.3s;
}

.services .card-text {
  color: #5e5e5e;
}

.services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.services .read-more a:hover {
  color: #C2272D;
}

.services .card:hover img {
  transform: scale(1.1);
}

.services .card:hover .card-body {
  border-color: #C2272D;
}

.services .card:hover .card-body .card-title a {
  color: #C2272D;
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
:root {
    --primary: #c2272d;
    --text-dark: #111418;
    --text-muted: #617589;
    --border-light: #dbe0e6;
    --bg-light: #ffffff;
    --bg-dark: #1a2632;
}
/* ---------- Layout ---------- */
.ai-products {
    padding: 4rem 0;
    border-top: 1px solid #f0f2f4;
    background: linear-gradient(180deg, #f2f6fa 0%, #fff 100%);
}
.layout-container {
    display: flex;
    justify-content: center;
}
.pro-content-wrapper {
    width: 100%;
    max-width: 1200px;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
/* ---------- Header ---------- */
.section-header h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 6px;
}
.section-header p {
    margin-top: 0.25rem;
    color: var(--text-muted);
    font-size: 0.95rem;
}
/* ---------- Grid ---------- */
.product-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* ---------- Card ---------- */
.product-card {
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: border-color 0.2s ease;
}
.product-card:hover {
    border-color: var(--primary);
}
/* ---------- Icon ---------- */
.pro-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 0.5rem;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    transition: all 0.2s ease;
}
.product-card:hover .pro-icon-box {
    background: var(--primary);
    color: #fff;
}
/* ---------- Content ---------- */
.pro-card-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 8px 0 16px 0 !important;
    color: #000
}
.pro-card-content p {
    font-size: 0.9rem;
    color: var(--text-muted);
}
.pro-card-content ul {
    margin-top: 0.5rem;
    padding: 0;
    list-style: none;
}
.pro-card-content li {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.80rem;
    margin: 6px 0;
    color: var(--text-muted);
}
.pro-card-content li span {
    font-size: 16px;
    color: var(--primary);
}
/* ---------- Button ---------- */
.outline-btn {
    width: 100%;
    margin-top: auto;
    padding: 0.6rem;
    border-radius: 0.5rem;
    border: 1px solid var(--border-light);
    background: transparent;
    font-weight: 700;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s ease;
    color: var(--text-muted);
}
.outline-btn:hover {
    border-color: var(--primary);
    color: var(--primary);
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .content+.content {
  margin-top: 100px;
}

.features .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #213b52;
}

.features .content ul {
  list-style: none;
  padding: 0;
}

.features .content ul li {
  padding-bottom: 10px;
}

.features .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #C2272D;
}

.features .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 5px 5px 0;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #C2272D;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

/* .portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(33, 59, 82, 0.6);
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
} */

.portfolio .portfolio-wrap img {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  top: calc(50% - 36px);
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #C2272D;
  line-height: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 32px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap:hover::before {
  left: 0;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  top: calc(50% - 18px);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# 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 #C2272D;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #C2272D;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(33, 59, 82, 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 {
  text-align: center;
  margin-bottom: 20px;
}

.team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  min-height: 260px;
}

.team .member .pic img {
  max-width: 100%;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #213b52;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #5289ba;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #C2272D;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
  position: relative;
}

.pricing .featured-badge {
  display: inline-block;
  position: absolute;
  top: -11px;
  left: calc(50% - 49px);
  background: #C2272D;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  padding: 4px 20px 5px 20px;
  font-size: 12px;
  text-transform: uppercase;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #C2272D;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #C2272D;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  background: #213b52;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  transition: 0.3s;
}

.pricing .get-started-btn:hover {
  background: #C2272D;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
  border: 1px solid #C2272D;
}

.pricing .featured .get-started-btn {
  background: #C2272D;
}

.pricing .featured .get-started-btn:hover {
  background: #fdcd5c;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
  .client-item{
    padding: 0px 0px 15px 0px;
  }
  .mbl-client{
    display: none;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
  .client-item{
    padding: 0px 0px 15px 0px;
  }
  .mbl-client{
    display: none;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
  .client-item{
    padding: 0px 0px 15px 0px;
  }
  .mbl-client{
    display: flex;
  }
  .window-client{
    display: none;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #dde8f1;
}

.faq .faq-item i {
  color: #9bbbd7;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #C2272D;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fff7e5;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.error-message,
.sent-message {
    display: none;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
}

.error-message {
    background-color: #f44336; /* Red background for errors */
}

.sent-message {
    background-color: #4CAF50; /* Green background for success */
}


.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;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #C2272D;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #C2272D;
  border: 0;
  color: #fff;
  transition: 0.4s;
  font-size: 13px;
  border-radius: 3px;
  padding: 8px 16px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #c2272cb2;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: url("../img/footer-bg.jpg") center center no-repeat;
  color: #fff;
  font-size: 14px;
  position: relative;
}

#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(26, 46, 64, 0.85);
  z-index: 1;
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 15;
  font-style: italic;
  margin: 30px 0 0 0;
  padding: 0;
}

#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}

#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #C2272D;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #fcb102;
}

#footer .footer-top .social-links {
  margin-top: 30px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #284864;
  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: #fcb102;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  border-top: 1px solid #1a2e40;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
}



#Client-Scroll {
  background-color: transparent;
}
.logo-carousel {
  overflow: hidden;
  width: 100%;  /* Adjust carousel width */
  background-color: white;
  padding: 10px;
}
.infinity-slider-items{
  gap: 10px;
  animation: scrolling 10s linear infinite;
  flex-wrap:nowrap;
  mix-blend-mode: normal;
}
.row>*{
  flex-shrink: 1 !important;
}
.infinity-slider-items img{
  width: 100%;
  margin: 10px 20px;
  filter: grayscale(0);
}
/* Keyframes for seamless infinite scrolling */
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-40%); /* Scroll exactly halfway */
  }
}


/* --------------------- Works Start ----------------------- */
#Works{
  padding: 30px 18px 50px 18px;
}
.checkout-btn{
  background: #C2272D;
  color: #fff;
  border: none;
  font-size: 13px;
  border-radius: 3px;
  padding: 8px 16px;
}
.Explore-btn{
  display: none !important;
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 12px 32px 0px 32px;
}
.image-item {
  box-shadow: 1px 1px 5px #dadada;
}
.image-item img {
  width: 100%;
  height: 100%;
  /* height: 240px; */
  background-size: auto;
  display: block;
  /* border-radius: 4px; */
}
.image-grid-box{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  row-gap: 50px;
  padding: 0 32px;
}
/* --------------------- Works End ----------------------- */


/* --------------------- Feedback Start ----------------------- */
#feedback {
  padding: 50px 50px 20px;
  border-bottom: 1.5px solid #eadaf500;
}
.feeds-heading{
  margin-bottom: 30px;
}
.feeds-heading h4{
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.feeds-heading p{
  font-size: 16px;
  font-weight: 500;
}
.feedback-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #f2f6fa 0%, #fff 100%);
}

.feedback-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* max-width: 900px; */
}

.prev-btn,
.next-btn {
  position: relative;
  top: 70px;
  color: #434343a1;
  background-color: transparent;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
  transition: transform 0.3s ease;
}

.prev-btn:hover,
.next-btn:hover {
  transform: scale(1.1);
}

.feedback-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.customer-side {
  display: flex;
  justify-content: center;
  flex: 1;
  text-align: center;
  padding-top: 20px;
}
.customer-side img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.customer-side img:hover {
  opacity: 0.8;
}
.feedback-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex: 2;
  background: transparent;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.img-circle-background{
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #f62b2b, #0A00A4);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
}
.feedback-card img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
}

.feedback-card h5 {
  font-size: 16px;
  width: 100%;
  color: #000000;
  font-weight: 600;
  line-height: 1.5;
}
.feedback-card p {
  font-size: 12.5px;
  color: #555;
  line-height: 1.8;
}

.hidden {
  opacity: 0;
  transform: translateY(20px);
}
.main-feed{
  display: flex;
  height: 100%;
}
.star-container{
  margin-bottom: 8px;
}
.star-container img{
  width: 16px !important;
  height: 16px !important;
}
/* --------------------- Feedback End ----------------------- */

.mob-header{
  display: none;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    padding: 5px;
    float: none;
    text-align: center;
  }
  .mbl-client{
    display: none;
  }
}

@media (max-width: 767px) {
  .header-style{
    display: none !important;
  }
  .mob-view {
    display: none !important;
  }
  .spiral-text{
    /* color: #f62b2b; */
    color: #e92f66;
    font-size: 1.2rem;
    margin-left: 0rem;
  }
  .mob-header{
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #5f5f5f7c;
    width: 100%;
  }
  .cube-clr{
    color: #0d27d6 !important;
  }
  .nav-toggle {
    position: relative;
    padding: 10px;
    background: transparent;
    border: 1px solid transparent;
    margin: 8px 0;
    top: 50%;
    left: 75%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    justify-content: flex-end;
  }
  .nav-toggle:focus {
    outline-width: 0;
  }
  .nav-toggle [class*='bar-'] {
    background: #131313;
    display: block;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .2s ease all;
            transition: .2s ease all;
    border-radius: 8px;
    height: 3px;
    width: 22px;
    margin-bottom: 4px;
  }
  .nav-toggle [class*='bar-bot'] {
    width: 14px;
  }
  .nav-toggle [class*='bar-top'] {
    width: 18px;
  }
  .nav-toggle .bar-bot {
    margin-bottom: 0;
  }
  .opened .bar-top {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 5% 15%;
            transform-origin: 5% 15%;
  }
  .opened .bar-mid {
    opacity: 0;
  }
  .opened .bar-bot {
    -webkit-transform: rotate(45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0% 95%;
            transform-origin: 0% 95%;
  }
  .topnav .mob-nav-items:hover {
    color: #fff;
    background-color: transparent;
  }
  .topnav{
    background: transparent;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
  }
  .mob-logo{
      border-bottom: 1px solid #adadad46;
  }
  .fa{
      font-size: initial !important;
  }
  .topnav .mob-nav-items {
      color: #ffffff;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 16px;
      display: flex;
  }
  .mob-nav-items {
      font-size: 16px;
      padding: 10px;
  }
  .topnav .icon{
      height: 40px;
      padding: 0 14px;
      background-color: transparent;
      color: #000;
  }
  .image-item img {
    height: 140px;
  }
  .image-grid {
    padding: 22px 0px;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  #Works {
    padding: 30px 16px 50px 16px;
  }
  #footer .footer-bottom{
    padding: 15px 0;
  }
}


@media only screen and (min-width: 320px) and (max-width: 576px){
#feedback{
  padding: 40px 0 !important;
}
.feedback-card {
  padding: 20px 0;
}
}


@media only screen and (min-width: 320px) and (max-width: 668px){
#feedback{
  padding: 40px 16px;
}
.main-feed{
  width: 100%;
}
.customer-side{
  display: none;
}
.image-grid {
  padding: 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%); /* Scroll exactly halfway */
  }
}
}

@media only screen and (min-width: 1441px) and (max-width: 1799px){
  #services{
    padding: 60px 100px 40px !important;
  }
  #Works{
    padding: 30px 100px 40px !important;
  }
  #feedback{
    padding: 50px 100px 20px !important;
  }
  #clients{
    padding: 60px 100px 0 !important;
  }
  #About{
    padding: 60px 100px 30px !important;
  }
  #why_Spiral_Layout{
    padding: 0 100px !important;
  }

  .Connect-container{
    padding: 0 100px !important;
  }
  .content-container{
    padding: 0 0 0 100px !important;
  }
  .Industries-content-container{
    padding: 0 30px 0 100px !important;
  }
  #Spiral_Benefits_payroll{
    padding: 0 20px !important;
  }
  .How-Spiral-container{
    padding: 60px 84px 50px 100px !important;
  }
  .spiral-benefits-banner-container{
    padding: 20px 100px 50px 100px !important;
  }
  .event__item__banner{
    padding: 20px 0px 20px 0px !important;
  }
  .How-Spiral-steper{
    padding-left: 260px !important;
  }
  #contact{
    padding: 60px 50px !important;
  }
}

@media only screen and (min-width: 1800px) and (max-width: 2099px){
  #services{
    padding: 60px 220px 40px !important;
  }
  #Works{
    padding: 30px 220px 40px !important;
  }
  #feedback{
    padding: 50px 220px 20px !important;
  }
  #clients{
    padding: 60px 220px 0 !important;
  }
  #About{
    padding: 60px 220px 30px !important;
  }
  #why_Spiral_Layout{
    padding: 0 220px !important;
  }

  .Connect-container{
    padding: 0 220px !important;
  }
  .content-container{
    padding: 0 0 0 220px !important;
  }
  .Industries-content-container{
    padding: 0 30px 0 220px !important;
  }
  #Spiral_Benefits_payroll{
    padding: 0 120px !important;
  }
  .How-Spiral-container{
    padding: 60px 204px 50px 220px !important;
  }
  .spiral-benefits-banner-container{
    padding: 20px 220px 50px 220px !important;
  }
  .event__item__banner{
    padding: 20px 100px 20px 100px !important;
  }
  .How-Spiral-steper{
    padding-left: 260px !important;
  }
  #contact{
    padding: 60px 170px !important;
  }
}

@media only screen and (min-width: 2100px) and (max-width: 2240px){
  #services{
    padding: 60px 380px 40px !important;
  }
  #Works{
    padding: 30px 380px 40px !important;
  }
  #feedback{
    padding: 50px 380px 20px !important;
  }
  #clients{
    padding: 60px 380px 0 !important;
  }
  #About{
    padding: 60px 380px 30px !important;
  }
  #why_Spiral_Layout{
    padding: 0 330px !important;
  }

  .Connect-container{
    padding: 0 380px !important;
  }
  .content-container{
    padding: 0 0 0 380px !important;
  }
  .Industries-content-container{
    padding: 0 30px 0 380px !important;
  }
  #Spiral_Benefits_payroll{
    padding: 0 280px !important;
  }
  .How-Spiral-container{
    padding: 60px 364px 50px 380px !important;
  }
  .spiral-benefits-banner-container{
    padding: 20px 380px 50px 380px !important;
  }
  .event__item__banner{
    padding: 20px 260px 20px 260px !important;
  }
  .How-Spiral-steper{
    padding-left: 160px !important;
  }
  #contact{
    padding: 60px 330px !important;
  }
}

@media only screen and (min-width: 2241px) and (max-width: 2560px){
  #services{
    padding: 60px 450px 40px !important;
  }
  #Works{
    padding: 30px 450px 40px !important;
  }
  #feedback{
    padding: 50px 450px 20px !important;
  }
  #clients{
    padding: 60px 450px 0 !important;
  }
  #About{
    padding: 60px 450px 30px !important;
  }
  #why_Spiral_Layout{
    padding: 0 400px !important;
  }
  .Connect-container{
    padding: 0 450px !important;
  }
  .content-container{
    padding: 0 0 0 450px !important;
  }
  .Industries-content-container{
    padding: 0 30px 0 450px !important;
  }
  #Spiral_Benefits_payroll{
    padding: 0 350px !important;
  }
  .How-Spiral-container{
    padding: 60px 434px 50px 450px !important;
  }
  .spiral-benefits-banner-container{
    padding: 20px 450px 50px 450px !important;
  }
  .event__item__banner{
    padding: 20px 330px 20px 330px !important;
  }
  .How-Spiral-steper{
    padding-left: 260px !important;
  }
  #contact{
    padding: 60px 400px !important;
  }
}