.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-right: 0;
  padding-left: 0;
}

.header-top-area {
  background: #14212a;
  padding: 10px 0;
}

.header-top-address ul li {
  list-style: none;
  display: inline-block;
  margin-right: 25px;
}

.header-top-address ul li a {
  font-size: 15px;
  color: #fff;
}

.header-top-address ul li span {
  font-size: 15px;
  color: #fff;
}

.header-top-address ul li i {
  margin-right: 5px;
  color: #fff;
  font-size: 15px;
}

.new-font {
  font-size: 20px;
  font-weight: 300;
}

.header-top-social {
  text-align: right;
}

.header-top-social a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  margin-left: 14px;
  transition: 0.5s;
}

.header-top-social a:hover {
  color: #db1f26;
}

.header_top_menu {
  background: #141323;
  height: 61px;
  padding: 12px 0 0;
}

/*menu text*/
.header_top_menu_text p {
  color: #fff;
  padding: 0 0 0 18px;
  position: relative;
  z-index: 1;
}

.header_top_menu_text p:before {
  position: absolute;
  content: "";
  left: -12px;
  top: 4px;
  height: 100%;
  width: 100%;
  background: url(../images/resource/hand.png);
  background-repeat: no-repeat;
}

.menu-title {
  margin-right: 10px;
  display: inline-block;
}

.menu-title h6 {
  font-size: 15px;
  font-family: "Fira Sans";
  font-weight: 500;
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 0;
}

.menu-title h6:before {
  position: absolute;
  content: "";
  left: -45px;
  top: 8px;
  height: 2px;
  width: 35px;
  background: #db1f26;
}

.header_top_menu_icon_inner {
  display: inline-block;
}

.header_top_menu_icon_inner ul li {
  display: inline-block;
  list-style: none;
}

.header_top_menu_icon_inner ul li a {
  color: #1773ea;
  font-size: 14px;
  font-weight: 400;
  margin: 0 5px;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 29px;
  border-radius: 50%;
  background: #ffff;
  text-align: center;
}

li.menu-icon a {
  color: #e04b85 !important;
  display: inline-block;
}

/*================================
<--  Consen Nav Menu Area Css -->
==================================*/
.consen_nav_manu {
  background: transparent;
  transition: 0.5s;
  z-index: 2;
  position: relative;
  padding: 0 100px;
  margin-bottom: -88px;
}

.consen_nav_manu.transparent_menu {
  background: transparent;
  margin-bottom: -87px;
  position: relative;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: 0.5s;
  z-index: 9;
}

/* consen Menu Css*/
nav.consen_menu {
  text-align: right;
}

.consen_menu ul {
  list-style: none;
  display: inline-block;
}

.consen_menu>ul>li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.consen_menu>ul>li>a {
  display: block;
  margin: 30px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  font-family: "Fira Sans";
  font-weight: 400;
}

nav.consen_menu span {
  font-size: 13px;
  padding-left: 6px;
  font-family: FontAwesome;
  opacity: 0.5;
}

.consen_menu>ul>li>a:hover {
  color: #db1f26;
}

/*menu button*/
.header-button {
  display: inline-block;
  padding-left: 32px;
}

.header-button a {
  padding: 12px 35px;
  color: #fff;
  background: #db1f26;
  border-radius: 30px;
  display: inline-block;
  font-family: "Fira Sans";
  position: relative;
  z-index: 1;
  transition: 0.5s;
  border: 1px solid #db1f26;
}

.header-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: #10102e;
  transform: scale(0);
  transition: 0.5s;
}

.header-button a:hover:before {
  transform: scale(1);
}

/*consen nav menu style two*/
.style-two.consen_nav_manu {
  background: transparent;
  transition: 0.5s;
  z-index: 2;
  position: relative;
  margin-bottom: -110px;
}

.style-two.sticky {
  background: transparent !important;
  box-shadow: none;
}

.row.header-bg {
  background: #fff;
  border-radius: 5px;
  height: 110px;
  padding: 0 18px;
  box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
  z-index: 1;
}

.style-two nav.consen_menu {
  text-align: left;
}

.style-two .consen_menu>ul>li>a {
  color: #232323;
}

.style-two .header-button {
  padding-left: 25px;
}

.style-two .consen_menu>ul>li>a:hover {
  color: #db1f26;
}

/* Style Three */
.consen_nav_manu.style-three {
  margin-bottom: 0;
}

.consen_nav_manu.style-three.sticky {
  background: #fff !important;
}

/*** Sub Menu Style ***/
.consen_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 217px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  border-top: 2px solid #db1f26;
  opacity: 0;
}

.consen_menu ul li:hover>.sub-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.consen_menu ul .sub-menu li {
  position: relative;
}

.consen_menu ul .sub-menu li a {
  display: block;
  padding: 12px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 16px;
  font-family: "Fira Sans";
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  visibility: inherit !important;
  color: #211e3b !important;
}

.consen_menu ul .sub-menu li:hover>a,
.consen_menu ul .sub-menu .sub-menu li:hover>a,
.consen_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.consen_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
  background: #db1f26;
  color: #fff !important;
}

/* sub menu 2 */
.consen_menu ul .sub-menu .sub-menu {
  left: 100%;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.consen_menu ul .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

/* sub menu 3 */
.consen_menu ul .sub-menu .sub-menu li {
  position: relative;
}

.consen_menu ul .sub-menu .sub-menu .sub-menu {
  right: 100%;
  left: auto;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.consen_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

ul.sub-menu li a span {
  background: #db1f26;
  padding: 5px 10px;
  color: #fff;
  opacity: 1;
  font-family: "Fira Sans";
  border-radius: 2px;
  margin-left: 5px;
  transition: 0.5s;
}

ul.sub-menu li:hover a span {
  background: rgba(255, 255, 255, 0.2);
}

/* sub menu 4 */
.consen_menu ul .sub-menu .sub-menu .sub-menu li {
  position: relative;
}

.consen_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

.consen_menu li a:hover:before {
  width: 101%;
}

.consen_nav_manu.sticky .logo_img {
  display: none;
}

.main_sticky {
  display: none;
}

.main_sticky img {
  width: 200px;
}

.consen_nav_manu.sticky .main_sticky {
  display: inherit;
}

.sticky .consen_menu li a {
  color: #fff;
}

.consen_nav_manu.sticky a.dtbtn {
  color: #fff;
  background: #f16722;
  border: 2px solid #f16722;
}

.consen_nav_manu.sticky a.dtbtn:hover {
  color: #43baff;
}

.mobile-menu.mean-container {
  overflow: hidden;
}

/*Sub menu style three*/
.consen_nav_manu.style-three .consen_menu>ul>li>a {
  color: #232323;
  font-weight: 500;
}

.consen_nav_manu.style-three .header-button a {
  border-radius: 0;
  border: 1px solid #db1f26;
}

.consen_nav_manu.style-three .header-button a:before {
  border-radius: 0;
}

.consen_nav_manu.style-three .header-button a:hover {
  border: 1px solid #10102e;
}

/*
<!-- ============================================================== -->
<!-- Start Consen Slider Area Css -->
<!-- ============================================================== -->*/

.video-background {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-background video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* .slider-area {
  background: url(../images/slider/hero-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 900px;
  z-index: 1;
  position: relative;
  background-color: #000;
} */

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.slider2 {
  background: url(../images/slider/hero-bg2.jpg);
  background-size: cover;
  background-position: 35%;
  background-repeat: no-repeat;
  height: 890px;
  z-index: 1;
  position: relative;
}

/* video code section start here */

.slider2 {
  position: relative;
  height: 700px;
  overflow: hidden;
  z-index: 1;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* ensures the video fills the area like a background */
  z-index: -1;
  /* keeps video behind the content */
}

.slider2 .content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

@keyframes moveLeftBounce {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-10px);
  }
}

/* video code section end here */

/* .slider2 {
  background: url(../assets/videos/banner.mp4);
  background-size: cover;
  background-position: 35%;
  background-repeat: no-repeat;
  height: 700px;
  z-index: 1;
  position: relative;
  animation: moveLeftBounce 4s linear infinite;
} */

.video-main-home {
  top: 0;
}

/*slider content*/

.slider-content h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 0 0 10px 56px;
  position: relative;
  z-index: 1;
}

.slider-content h3:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 40px;
  height: 2px;
  background: #db1f26;
}

.slider-content h1 {
  font-size: 58px;
  color: #fff;
  line-height: 1;
  z-index: 999999;
  position: relative;
}

.slider-content span {
  color: #db1f26;
}

.slider-content p {
  font-size: 20px;
  color: #ffffff;
  margin-top: 30px;
  width: 90%;
}

.slider-thumb img {
  filter: brightness(0.7);
}

@media screen and (min-width: 992px) {
  .slider-thumb {
    padding-left: 3rem;
  }
}

/*slider button*/
.slider-button a {
  padding: 11px 20px 16px 30px;
  font-family: "Fira Sans";
  font-weight: 500;
  color: #fff;
  background: #db1f26;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #db1f26;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.slider-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #fff;
  border-radius: 30px;
  transition: 0.5s;
}

.slider-button a i {
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 25px;
  text-align: center;
  background: #fff;
  color: #db1f26;
  display: inline-block;
  margin-left: 14px;
  position: relative;
  top: 3px;
  transition: 0.5s;
}

.slider-button a:hover {
  color: #db1f26;
}

.slider-button a:hover:before {
  width: 100%;
  left: 0;
}

.slider-button a:hover i {
  background: #db1f26;
  color: #fff;
}

/*slider contact*/

.banner-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.slider-contact-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.contact-icon {
  width: 60px;
}

.contact-icon img {
  max-width: 100%;
}

.contact-number {
  flex: 1;
}

.contact-number span {
  color: #858b97;
}

.contact-number h3 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  margin-top: 5px;
}

.contact-number h3 a {
  color: inherit;
}

/*video button*/
.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px dashed #fff;
  border-radius: 50%;
  padding: 7px;
  transform: translate(-50%, -50%);
}

.video-icon a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  color: #db1f26;
  background: #fff;
  display: inline-block;
  font-size: 26px;
}

.style-two.video-icon {
  position: absolute;
  top: 80px;
  right: 13px;
  left: inherit;
  border: 0;
  border-radius: 50%;
  padding: 7px;
  transition: 0.5s;
  opacity: 0;
}

.style-two.video-icon a {
  width: 48px;
  height: 48px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #db1f26;
  display: inline-block;
  font-size: 15px;
}

.case-study-thumb:hover .style-two.video-icon {
  top: 60px;
  opacity: 1;
}

/*video*/
.style-three .upp.style-two.video-icon {
  position: absolute;
  top: 40px;
  right: 169px;
  left: inherit;
  border: 0;
  border-radius: 50%;
  padding: 7px;
  transition: 0.5s;
  opacity: 1;
}

.style-three .upp.style-two.style-two.video-icon a {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #db1f26;
  display: inline-block;
  font-size: 16px;
}

/*slider shape*/
.slider-shape-thumb {
  position: absolute;
  left: -30px;
  top: 0;
  animation: moveLeftBounce 4s linear infinite;
  z-index: -1;
  opacity: 0.3;
}

.slider-shape-thumb2 {
  position: absolute;
  left: -110px;
  top: 0;
  animation: moveLeftBounce 3s linear infinite;
  z-index: -1;
  opacity: 0.5;
}

/***slider two***/

/*slider content*/
.slider2 .slider-content h1 {
  font-size: 50px;
}

.slider2 .slider-content p {
  color: rgb(255, 255, 255);
  max-inline-size: 40ch;
  line-height: 30px;
  position: relative;
  z-index: 1;
  border-left: 3px solid #db1f26;
  padding-left: 1rem;
  z-index: 99999;
}

/*slider button2*/
.slider2 .slider-button a {
  padding: 13px 40px;
  display: inline-block;
}

.slider2 .slider-button a i {
  font-size: 20px;
  margin-left: 0px;
  margin-right: 6px;
  width: inherit;
  height: inherit;
  background: inherit;
  color: #fff;
  transition: 0.5s;
}

.slider2 .slider-button a:hover i {
  background: #fff;
  color: #db1f26;
}

/*slider shape*/
.slider-shape-thumb3 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.slider-shape-thumb4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  animation: moveLeftBounce 3s linear infinite;
}

.slider-shape-thumb5 {
  position: absolute;
  left: 85px;
  top: 310px;
  z-index: -1;
}

.slider-shape-thumb6 {
  position: absolute;
  left: 40%;
  top: 18%;
}

.slider-shape-thumb7 {
  position: absolute;
  left: 165px;
  bottom: 101px;
}

.slider-shape-thumb8 {
  position: absolute;
  left: 46%;
  top: 18%;
}

.slider-shape-thumb9 {
  position: absolute;
  left: 54%;
  bottom: -5%;
  z-index: -1;
}

/**
======================================================
<--  Consen Section Title Css -->
======================================================**/

.banner-area {
  background: url(../images/slider/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 900px;
}

.banner-area.style-two {
  background: url(../images/slider/banner2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 900px;
}

.banner-content h3 {
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 10px 23px 10px 82px;
  font-weight: 500;
  border-radius: 30px;
  position: relative;
  margin-bottom: 22px;
}

.banner-content h3::before {
  position: absolute;
  content: "";
  left: 22px;
  top: 19px;
  height: 2px;
  width: 45px;
  background: #db1f26;
}

.banner-content h1 {
  font-size: 70px;
  color: #fff;
  margin: 0;
  font-weight: 600;
}

.banner-content p {
  color: #fff;
  font-size: 24px;
  padding: 30px 0 24px;
}

.banner-button a {
  display: inline-block;
  background: #db1f26;
  padding: 14px 35px;
  color: #fff;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.banner-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: #10102e;
  transform: scale(0);
  transition: 0.5s;
}

.banner-button a:hover:before {
  transform: scale(1);
}

.banner-year-thumb {
  position: absolute;
  right: -158px;
  top: -25px;
}

.banner-list .swiper-pagination-bullets {
  text-align: center;
  padding: 18px 0 0;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

/**
======================================================
<--  Consen Section Title Css -->
======================================================**/
.consen-section-title h2 {
  font-size: 34px;
  margin: 0;
}

/* .consen-section-title span {
  color: #db1f26;
} */

.consen-section-title p {
  opacity: 70%;
  padding: 13px 0 0;
}

/*style two*/
.consen-section-title h5 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  color: #db1f26;
  margin: 0 0 16px;
  position: relative;
  margin-left: 53px;
  display: inline-block;
}

.consen-section-title h5:before {
  position: absolute;
  content: "";
  top: 10px;
  left: -53px;
  height: 2px;
  width: 41px;
  background: #db1f26;
}

/*center before after*/
.upper.consen-section-title h5 {
  left: 0px;
  margin-left: 0;
}

.upper.consen-section-title h5::before {
  position: absolute;
  content: "";
  top: 10px;
  left: -55px;
  margin: auto;
  height: 2px;
  width: 41px;
  background: #db1f26;
}

.upper.consen-section-title h5:after {
  position: absolute;
  content: "";
  top: 10px;
  right: -55px;
  margin: auto;
  height: 2px;
  width: 41px;
  background: #db1f26;
}

/**
======================================================
<--  Consen Service Area css -->
======================================================**/
.service-area {
  background: url(../images/resource/feature-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 95px 0 70px;
  background-color: #ffffff;
}

/*service box*/
.dreamit-service-box {
  padding: 0px 25px 30px;
  background-color: #fff;
  border: 1px solid rgba(35, 35, 35, 0.1);
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

/* .dreamit-service-box::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: url(../images/resource/box-bg.png);
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
} */

.em-service-title h2 {
  font-size: 24px;
  font-weight: 600;
  padding: 55px 0 42px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.em-service-title h2:before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 22px;
  margin: auto;
  width: 40px;
  height: 2px;
  background: #db1f26;
}

.em-service-icon {
  position: absolute;
  top: -98px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  line-height: 76px;
  text-align: center;
  border-radius: 50%;
  /* background-color: #ffffff; */
  border: 1px solid rgba(35, 35, 35, 0.1);
  transition: 0.5s;
}

.em-service-icon img {
  transition: 0.5s;
}

.service-number h1 {
  font-size: 55px;
  opacity: 10%;
  position: absolute;
  top: 0;
  left: 10px;
  margin: auto;
}

.em-service-text p {
  transition: 0.5s;
  font-size: 20px;
}

/*consen box button*/

.service-button a {
  padding: 8px 18px 8px 24px;
  font-size: 15px;
  font-family: "Fira Sans";
  border-radius: 22px;
  background-color: #ffffff;
  color: #232323;
  border: 1px solid rgba(35, 35, 35, 0.1);
  display: inline-block;
  margin-top: 11px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.service-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #10102e;
  border-radius: 30px;
  transform: scale(0);
  transition: 0.5s;
}

.service-button a i {
  font-size: 18px;
  color: #db1f26;
  display: inline-block;
  position: relative;
  top: 2px;
  transition: 0.5s;
}

/*consen button*/
.consen-button a {
  padding: 10px 14px 15px 42px;
  font-family: "Fira Sans";
  font-weight: 500;
  color: #fff;
  background: #db1f26;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #db1f26;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.consen-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #fff;
  border-radius: 30px;
  transition: 0.5s;
}

.consen-button a i {
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 25px;
  text-align: center;
  background: #fff;
  color: #db1f26;
  display: inline-block;
  margin-left: 14px;
  position: relative;
  top: 3px;
  transition: 0.5s;
}

.consen-button a:hover {
  color: #db1f26;
}

.consen-button a:hover:before {
  width: 100%;
  left: 0;
}

.consen-button a:hover i {
  background: #db1f26;
  color: #fff;
}

/*all hover*/
/* .dreamit-service-box:hover .em-service-title h2,
.dreamit-service-box:hover .em-service-text p {
  color: #fff;
}

.dreamit-service-box:hover .em-service-text p {
  color: #fff;
} */

/* .dreamit-service-box:hover .em-service-icon img {
  filter: brightness(0) invert(1);
} */

.dreamit-service-box:hover .em-service-icon {
  background: #db1f26;
}

.dreamit-service-box:hover .service-button a:before {
  transform: scale(1);
}

.dreamit-service-box:hover .service-button a {
  color: #fff;
  border: 1px solid #fff;
}

.dreamit-service-box:hover .service-button a i {
  color: #fff;
}

.dreamit-service-box:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/*style two upper*/
.upper .row.serivce-bg {
  position: relative;
  z-index: 1;
  top: 0;
  margin-top: -130px;
}

/**Service style three**/
.style-three.service-area {
  /* background: url(../images/resource/service-bg2.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 95px 0 84px;
  position: relative;
  z-index: 1;
}

.style-three.service-area.blockchain {
  background: url(../images/resource/blockchain-01.jpg);
}

.style-three.service-area.fairness {
  background: url(../images/resource/fairness.jpg);
}

.style-three.service-area.sector {
  background: url(../images/resource/sector.jpg);
}

.p-t-50 {
  margin-top: 39px;
}

.width-55 {
  width: 55%;
}

.text-left {
  text-align: left;
}

.p-b-3 {
  padding-bottom: 1.8rem;
}

.style-three.service-area:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 19, 35, 0.9);
}

.style-three .dreamit-service-box {
  padding: 36px 15px 30px;
  background-color: #fff;
  border: 0;
  border-radius: 3px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.style-three .dreamit-service-box::before {
  background: url(../images/resource/box-bg3.png);
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: cover;
}

.style-three .em-service-icon1.upper {
  margin-bottom: 27px;
}

.style-three .em-service-icon1 {
  font-size: 35px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.style-three .em-service-icon1:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 13px;
  height: 58px;
  width: 58px;
  background: #f6f5f5;
  border-radius: 100%;
  z-index: -1;
  transition: 0.5s;
}

.em-service-icon1 img {
  transition: 0.5s;
}

.style-three .em-service-title h3 {
  margin: 10px 0 20px;
  font-size: 22px;
  font-weight: 500;
  transition: 0.5s;
}

/*service bar*/
.style-three .service-bar {
  background: #db1f26;
  height: 2px;
  width: 64px;
  position: relative;
  border-radius: 30px;
  left: 0;
  right: 0;
  margin: 0 auto 19px;
  transition: 0.5s;
}

.style-three .service-bar:before {
  height: 2px;
  transition: 0.5s;
}

/*serivce button*/
.style-three .service-button a {
  padding: 10px 22px;
  font-size: 15px;
  font-family: "Fira Sans";
  border-radius: 30px;
  background-color: #f6f5f5;
  border: 0;
}

/*service all hover*/
.style-three .dreamit-service-box:hover .em-service-icon1 img {
  filter: brightness(0) invert(1);
}

.style-three .dreamit-service-box:hover .service-bar {
  background: #fff;
}

.style-three .dreamit-service-box:hover .em-service-icon1:after {
  background: #ff784e;
}

.style-three .dreamit-service-box:hover .service-bar:before {
  background: #db1f26;
}

.style-three .dreamit-service-box:hover .em-service-title h3 {
  color: #fff;
}

.style-three .dreamit-service-box:hover .service-button a {
  color: #fff;
  border: 0;
}

/*service shape */
.service-shape {
  position: absolute;
  right: 0;
  top: 0;
  animation: moveLeftBounce 3s linear infinite;
  z-index: -1;
  opacity: 0.2;
}

.service-shape1 {
  position: absolute;
  left: 35px;
  bottom: -190px;
}

/*service bottom text*/
.service-bottom-text {
  text-align: center;
  padding: 50px 0 0;
}

.service-bottom-text p {
  color: #f4f4f4;
}

.service-bottom-text p a {
  padding: 6px 25px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #db1f26;
  font-family: "Fira Sans";
  color: #fff;
  background: #db1f26;
  border-radius: 30px;
  display: inline-block;
  margin-left: 15px;
  position: relative;
  z-index: 1;
}

.service-bottom-text p a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: #10102e;
  transform: scale(0);
  transition: 0.5s;
}

.service-bottom-text p a:hover:before {
  transform: scale(1);
}

/* Service New Style */
.service-area.new-style {
  background: #fff;
}

.service-area.new-style .single-service-box {
  border: 1px dashed #cccccc;
  padding: 10px;
  transition: 0.5s;
  border-radius: 5px;
  margin-bottom: 30px;
}

.service-area.new-style .service-icon-thumb {
  position: relative;
  margin-top: -50px;
  margin-left: 20px;
}

.service-area.new-style .service-box-thumb img {
  width: 100%;
}

.service-area.new-style .service-content {
  padding: 15px 20px 12px;
}

.service-area.new-style .service-content h2 {
  font-size: 22px;
}

.service-area.new-style .service-content p {
  padding-top: 12px;
}

.service-area.new-style .service-content a {
  color: #232323;
  font-weight: 600;
  font-size: 15px;
  padding-left: 38px;
  position: relative;
  transition: 0.5s;
}

.service-area.new-style .service-content a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  height: 2px;
  width: 30px;
  background: #db1f26;
}

.service-area.new-style .single-service-box:hover {
  border-color: #db1f26;
}

.service-area.new-style .service-content a:hover {
  color: #db1f26;
}

/**
======================================================
<--  Consen Service Details Area Css -->
======================================================**/
.service-detials-area {
  padding: 100px 0 70px;
}

.service-detials-area .consen-service-thumb img {
  width: 100%;
}

/*service page title*/
.service-page-title h1 {
  line-height: 42px;
}

.service-page-title h1 {
  font-size: 36px;
  font-weight: 600;
  color: #0d0e14;
  padding: 20px 0 20px;
  display: inline-block;
}

/*detials description*/
.serivce-details-desc p span {
  color: #db1f26;
}

/*detials box*/
.service-details-box {
  background: #f5f5f5;
  padding: 20px 25px 13px;
  border-radius: 4px;
  margin-bottom: 30px;
  margin-right: 5px;
}

/*detials icon*/
.service-details-icon {
  float: left;
  margin-right: 25px;
  margin-top: 10px;
}

.service-details-icon img {
  border-radius: 4px;
}

/*detials title */
.service-details-title h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  padding: 0 0 12px;
}

/*detils desc*/
.services-detials-desc p {
  font-size: 15px;
  line-height: 26px;
}

/*page title*/
.service-page-title2 h1 {
  line-height: 38px;
  margin: 0;
}

.service-page-title2 h1 {
  font-size: 30px;
  font-weight: 600;
  color: #0d0e14;
  padding: 10px 0 16px;
  display: inline-block;
}

/*details thumb*/
.service-details-thumb {
  position: relative;
}

/*service details icon*/
.widget-service-details-icon p {
  margin-bottom: 12px;
}

.widget-service-details-icon i {
  font-size: 25px;
  color: #db1f26;
  display: inline-block;
  margin-right: 2px;
  position: relative;
  top: 4px;
}

/*service work process box*/
.service-work-process-box {
  padding: 40px 25px 20px;
  background: #f5f5f5;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 30px;
}

/*work process number*/
.service-work-process-number {
  display: inline-block;
  padding: 10px;
  position: relative;
}

.service-work-process-number:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #db1f26;
  border-radius: 50%;
  opacity: 0.3;
}

.service-work-process-number span {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #db1f26;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

/*work process title*/
.service-work-process-title h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  padding: 20px 0 10px;
}

/*work process desc*/
.service-work-process-desc p {
  font-size: 18px;
  line-height: 26px;
}

/*widget search*/
.widget_search {
  padding: 30px 30px 30px;
  border-radius: 4px;
  margin-bottom: 30px;
  background: #f5f5f5;
}

.widget_search form {
  position: relative;
}

.widget_search input {
  border-radius: 4px;
  padding-left: 20px;
  height: 60px;
  width: 100%;
  position: relative;
  color: #0d0e14;
  border: 0;
}

button.icons {
  border: 0;
  font-size: 18px;
  color: #fff;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  background: #db1f26;
  border-radius: 0 4px 4px 0;
}

/*widget search upper*/
.upper.widget_search {
  padding: 0;
  margin-bottom: 30px;
  background: inherit;
  text-align: right;
}

.upper.widget_search input {
  height: 56px;
  width: 73%;
  color: #0d0e14;
  border: 1px solid rgba(13, 14, 20, 0.1);
  border-radius: 4px 0px 0px 4px;
}

.upper.widget_search input:focus-visible {
  box-shadow: none;
}

.upper button.icons {
  height: 56px;
  width: 56px;
}

/*widget categories box*/
.widget-categories-box {
  background: #f5f5f5;
  padding: 42px 40px 25px;
  border-radius: 5px;
}

/*title*/
.categories-title h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 2px solid #e9e9ea;
  padding: 0px 0 15px;
  margin: 0 0 30px;
  position: relative;
}

.categories-title h4:before {
  position: absolute;
  content: "";
  left: -42px;
  top: 0;
  height: 24px;
  width: 2px;
  background: #db1f26;
}

.service-detials-area .categories-title h4:before {
  left: -37px;
}

/*categories menu*/
.widget-categories-menu ul {
  display: block;
}

.widget-categories-menu ul li {
  display: block;
  list-style: none;
  margin-bottom: 15px;
  background: #fff;
  padding: 16px 20px 16px;
  border-radius: 4px;
  transition: 0.5s;
  color: #0d0e14;
}

.widget-categories-menu ul li:hover,
.widget-categories-menu ul li.active {
  background: #db1f26;
  color: #fff;
}

.widget-categories-menu ul li a {
  display: block;
  transition: 0.5s;
  color: inherit;
}

/*all hover*/
.widget-categories-menu ul li:hover a {
  color: inherit;
}

.service-details-icon-box {
  margin-left: 20px;
}

/*widget categories thumb*/
.widget-categories-thumb {
  background: url(../images/resource/srd3.jpg);
  background-repeat: no-repeat;
  padding: 80px 0 80px;
  margin-top: 30px;
  background-size: cover;
}

/*widget title2*/
.widget-title2 h3 {
  font-size: 42px;
  line-height: 44px;
  font-weight: 600;
  color: #ffff;
  padding: 31px 0 40px;
}

/*widget button*/
.widget-button a {
  padding: 17px 40px;
  font-size: 17px;
  font-weight: 500;
  background: #db1f26;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
}

.widget-button a i {
  margin-right: 5px;
}

/**
======================================================
<--  Consen About Area Css -->
======================================================**/
.about-area {
  background: url(../images/about/about-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 80px;
  background-size: cover;
  position: relative;
}

.about-area .dreamit-about-thumb {
  margin: 0px 0 0 -128px;
  position: relative;
  z-index: 1;
}

.dreamit-icon-title h4 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  padding: 2px 0 10px;
  font-style: italic;
}

.dreamit-icon-title h4 span {
  color: #db1f26;
}

.dreamit-icon-list ul li {
  display: inline-block;
  list-style: none;
  padding: 14px 0 0px;
}

.dreamit-icon-list ul li i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
  background-color: #db1f26;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  margin-right: 10px;
}

.dreamit-icon-list ul li span {
  color: #fff;
}

.feature-area.style-two .dreamit-icon-list ul li i {
  line-height: 22px;
}

/* Feature Area New Style */

.feature-area.new-style {
  background: #000000;
  padding: 40px 0 26px;
}

.single-feature {
  margin-bottom: 30px;
}

.feature-area.new-style .single-feature-icon {
  margin-top: 6px;
  float: left;
  margin-right: 24px;
}

.feature-area.new-style .single-feature-content h3 {
  font-size: 22px;
  color: #fff;
  padding-left: 170px;
  position: relative;
  font-weight: 600;
}

.feature-area.new-style .single-feature-content h3:before {
  position: absolute;
  content: "";
  left: 85px;
  top: 13px;
  height: 1px;
  width: 65px;
  background: #fff;
}

.feature-area.new-style .single-feature-content h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

/*about button*/
.about-button a {
  padding: 9px 14px 14px 42px;
  font-family: "Fira Sans";
  font-weight: 500;
  color: #fff;
  background: #db1f26;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #db1f26;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 38px;
}

.about-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #fff;
  border-radius: 30px;
  transition: 0.5s;
}

.about-button a i {
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 25px;
  text-align: center;
  background: #fff;
  color: #db1f26;
  display: inline-block;
  margin-left: 14px;
  position: relative;
  top: 3px;
  transition: 0.5s;
}

.about-button a:hover {
  color: #db1f26;
}

.about-button a:hover:before {
  width: 100%;
  left: 0;
}

.about-button a:hover i {
  background: #db1f26;
  color: #fff;
}

/*about shape*/
.about-shape-thumb1 {
  position: absolute;
  left: -61px;
  bottom: -102px;
  z-index: -1;
}

.about-shape-thumb2 {
  position: absolute;
  right: 72px;
  top: -111px;
}

/***About style two***/

.ceo-cod-area {
  background: url(../images/about/ceo-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0 65px;
}

p.about-text {
  font-size: 22px;
  font-weight: 500;
  font-family: "Fira Sans";
  color: #232323 !important;
  line-height: 32px;
  font-style: italic;
  opacity: inherit;
  margin-bottom: 12px;
}

p.about-text2 {
  opacity: inherit;
  padding: 0;
}

/*dreamit ceo box*/
.dreamit-ceo-title h4 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Fira Sans";
  padding: 8px 0 0 32px;
  position: relative;
  z-index: 1;
}

.dreamit-ceo-title h4:before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  top: 18px;
  width: 22px;
  border: 1px solid #db1f26;
}

.dreamit-ceo-title span {
  font-size: 15px;
  padding: 7px 0 0;
  display: inline-block;
}

/*about button*/
.style-two.about-area .about-button a {
  margin-top: 28px;
}

/*about thumb*/
.dreamit-about-thumb1 {
  margin-left: 64px;
}

.about-shape-box {
  position: relative;
  z-index: 1;
}

.about-shape-thumb img {
  position: absolute;
  top: -280px;
  left: 26px;
}

/*<--About Area Style Three-->*/
.style-three.about-area {
  background: #fff;
  padding: 0px 0 82px;
}

/*upper style*/
.upper.style-three.about-area {
  padding: 90px 0 90px;
}

/*upper end*/
p.about-text1 {
  opacity: inherit;
  padding: 16px 0 0;
}

/*about thumb*/
.style-three.about-area .dreamit-about-thumb {
  margin: 0px 0 0 -72px;
}

.style-three .dreamit-icon-list ul li {
  padding: 12px 0 0px;
}

.style-three .dreamit-icon-list ul li span {
  color: #232323;
  font-family: "Fira Sans";
}

.style-three .dreamit-icon-list ul li i {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  background-color: inherit;
  display: inline-block;
  color: #db1f26;
  font-size: 22px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

/*about syle two*/
.style-three .about-button a {
  padding: 14px 37px;
  font-family: "Fira Sans";
  font-weight: 500;
  color: #fff;
  background: #db1f26;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #db1f26;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 31px;
  font-size: 16px;
}

.style-three .about-button a i {
  font-size: 19px;
  width: 0;
  height: 0;
  line-height: 0;
  color: #fff;
  margin-left: 22px;
  top: 2px;
  left: -24px;
}

.style-three .about-button a:hover {
  color: #db1f26;
}

.style-three .about-button a:hover i {
  color: #db1f26;
}

/*progress bar*/

.progress-box {
  width: 600px;
  margin: 35px auto 0 0px;
  font-family: "Fira Sans";
}

.circle_percent {
  font-size: 80px;
  width: 80px;
  height: 80px;
  position: relative;
  background: #ffeae3;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 0 20px 0 0;
  z-index: 1;
}

.circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  clip: rect(0 1em 1em 0.5em);
}

.round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background: #db1f26;
  clip: rect(0 1em 1em 0.5em);
  transform: rotate(180deg);
  transition: 1.05s;
}

.percent_more .circle_inner {
  clip: rect(0 0.5em 1em 0em);
}

.percent_more:after {
  position: absolute;
  left: 0.5em;
  top: 0em;
  right: 0;
  bottom: 0;
  background: #db1f26;
  content: "";
}

.circle_inbox {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
}

.percent_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 22px;
  line-height: 26px;
  color: #232323;
  text-align: center;
}

/*circle progress title*/
.extra-progress {
  display: inline-block;
  padding: 0 0 0 70px;
}

.circle-progress-title {
  display: inline-block;
}

.circle-progress-title h4 {
  font-size: 18px;
  line-height: 28px;
  color: #232323;
  font-weight: 500;
  position: relative;
  top: -30px;
}

/*about shape two*/
.style-three .about-shape-thumb1 {
  position: absolute;
  left: -191px;
  bottom: -98px;
  z-index: 1;
  display: none;
}

.style-three .about-shape-thumb3 {
  position: absolute;
  right: 37px;
  top: -4px;
  z-index: -1;
}

/*style three upper1*/
.upper1.style-three.about-area {
  padding: 88px 0 82px;
  background: url(../images/resource/why-choose-bg.png);
}

.upper1.style-three.about-area .dreamit-about-thumb {
  margin: 0px 0 0 30px;
}

.upper1.style-three .about-shape-thumb3 {
  position: absolute;
  right: -68px;
  top: -4px;
  z-index: -1;
}

/* Abpit New Style */
.about-area.new-style {
  background: url(../images/about/about-bg2-new.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.about-area.new-style .about-thumb {
  position: relative;
  margin-left: -100px;
  margin-right: 50px;
}

.about-area.new-style .about-thumb img {
  width: 100%;
}

.about-area.new-style .about-icon-thumb {
  float: left;
  margin-right: 20px;
}

.about-area.new-style .about-icon-box {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.about-area.new-style .about-icon-box.border-non {
  border-bottom: none;
}

.about-area.new-style .about-box-content {
  overflow: hidden;
}

.about-area.new-style .about-box-content h2 {
  font-size: 20px;
  padding-bottom: 8px;
  margin-top: 0;
}

.new-button a {
  display: inline-block;
  background: #db1f26;
  padding: 14px 35px;
  color: #fff;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.new-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: #10102e;
  transform: scale(0);
  transition: 0.5s;
}

.new-button a:hover:before {
  transform: scale(1);
}

/***
======================================================
<--  Consen Counter Area Css -->
======================================================***/
.counter-vip {
  padding: 85px 0 0;
}

.couter-top-title h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 0 76px;
}

.couter-top-title h3:before {
  position: absolute;
  content: "";
  left: -40px;
  top: 9px;
  height: 2px;
  width: 393px;
  background-color: rgba(255, 255, 255, 0.14901960784313725);
}

.couter-top-title h3:after {
  position: absolute;
  content: "";
  right: -40px;
  top: 9px;
  height: 2px;
  width: 393px;
  background-color: rgba(255, 255, 255, 0.14901960784313725);
}

.counter-title h4 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}

.counter-title span {
  font-size: 48px;
  font-weight: 600;
  display: inline-block;
  color: #db1f26;
}

.counter-title p {
  color: #ffffff;
}

/***
======================================================
<--  Consen Case Study Area Css -->
======================================================***/
.case-study-area {
  background: url(../images/resource/service-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 92px 0 95px;
}

.row.case-study-bg {
  position: relative;
  z-index: 1;
}

.case-study-single-box {
  border-radius: 3px;
  margin-bottom: 30px;
}

/*case thumb*/
.case-study-thumb {
  position: relative;
  z-index: 1;
}

.case-study-thumb:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg,
      rgba(3, 4, 34, 0.902) 0%,
      rgba(3, 4, 34, 0.902) 24%,
      rgba(3, 3, 33, 0) 62%,
      rgba(3, 3, 33, 0) 100%);
  border-radius: 3px;
}

.case-study-thumb img {
  width: 100%;
}

/*case content*/
.case-study-content {
  position: absolute;
  bottom: -15px;
  left: 30px;
  right: 0;
  margin: auto;
  transition: 0.5s;
}

.case-study-title h6 {
  font-size: 17px;
  color: #db1f26;
  font-weight: 500;
  padding: 0 0 0 32px;
  position: relative;
  transition: 0.5s;
}

.case-study-title h6:before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  top: 10px;
  width: 22px;
  border: 1px solid #db1f26;
}

.case-study-title h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
}

.case-study-title h3 a {
  color: #fff;
  font-weight: 600;
}

/*case button*/
.case-button a {
  display: inline-block;
  color: #fff;
  margin-top: 15px;
  opacity: 0;
  transition: 0.5s;
}

.case-button a i {
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
}

/*case all hover*/
.case-study-thumb:hover .case-study-content {
  bottom: 28px;
}

.case-study-thumb:hover .case-button a {
  opacity: 1;
}

.case-study-thumb:hover .case-study-title h6 {
  color: #fff;
}

.case-study-thumb:hover .case-study-title h6:before {
  border: 1px solid #fff;
}

.case-study-thumb:hover:before {
  background-image: linear-gradient(0deg,
      rgba(255, 59, 0, 0.902) 0%,
      rgba(255, 59, 0, 0.902) 24%,
      rgba(255, 59, 0, 0) 62%,
      rgba(255, 59, 0, 0) 100%);
}

/*case study shape*/
.case-shape-thumb {
  position: absolute;
  right: -255px;
  top: 55px;
}

.case-shape-thumb1 {
  position: absolute;
  left: -280px;
  top: -96px;
}

/*owl carousel*/
.swiper-pagination-bullets {
  text-align: center;
  padding: 18px 0 0;
}

.swiper-pagination-bullet {
  width: 19px;
  height: 4px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  display: inline-block;
  margin-right: 10px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #db1f26;
  display: inline-block;
  position: relative;
  top: 4px;
}

/**case study style two**/
.why-choose-us-area {
  background: url(../images/resource/why-choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 100px;
}

p.choose-text1 {
  opacity: inherit;
  padding: 20px 0 0;
  margin-bottom: 9px;
}

.why-choose-us-area .dreamit-icon-list ul li i {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  background-color: inherit;
  display: inline-block;
  color: #db1f26;
  font-size: 22px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

.why-choose-us-area .dreamit-icon-list ul li span {
  color: #232323;
  font-weight: 300;
  font-family: "Fira Sans";
}

.text-justify {
  text-align: justify;
}

.font-17 {
  font-size: 17px;
}

/*case study thumb*/
.why-choose-us-thumb {
  position: relative;
  z-index: 1;
  left: 120px;
}

.why-choose-us-thumb img:after {
  background-color: transparent;
  transition: 0.6s linear;
}

.dreamit-about-thumb img,
.slider-thumb img,
.slill-single-thumb img,
.why-choose-us-thumb img:hover {
  background-color: transparent;
  transition: 0.6s linear;
}

/*case study button*/
.why-choose-button a {
  padding: 14px 38px;
  font-family: "Fira Sans";
  font-weight: 500;
  color: #fff;
  background: #db1f26;
  display: inline-block;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 38px;
}

.why-choose-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #fff;
  border-radius: 30px;
  transition: 0.5s;
}

.why-choose-button a i {
  font-size: 19px;
  color: #fff;
  padding-right: 5px;
  position: relative;
  top: 2px;
  transition: 0.5s;
}

/*case study all hover*/
.why-choose-button a:hover {
  color: #db1f26;
}

.why-choose-button a:hover:before {
  width: 100%;
  left: 0;
}

.why-choose-button a:hover i {
  color: #db1f26;
}

/*case study shape*/
.why-choose-us-shape-thumb {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.why-choose-us-shape-thumb2 {
  position: absolute;
  top: -56px;
  left: -43px;
}

.why-choose-us-shape-thumb3 {
  position: absolute;
  left: -192px;
  bottom: -30px;
}

.why-choose-us-shape-thumb4 {
  position: absolute;
  right: 8px;
  bottom: -18px;
  z-index: -1;
  animation: moveLeftBounce 3s linear infinite;
}

/**Case study are style three**/

.style-three.case-study-area {
  background: #fff;
  padding: 95px 0 70px;
}

/* Portfolio Nav */
.portfolio_nav {
  margin-bottom: 40px;
}

.portfolio_menu ul {
  text-align: center;
  list-style: none;
}

.portfolio_nav ul li {
  background: #f6f5f5;
  font-size: 15px;
  font-family: "Fira Sans";
  transition: all 0.5s ease 0s;
  cursor: pointer;
  padding: 6px 25px;
  font-weight: 500;
  position: relative;
  margin: 0 3px;
  margin-bottom: 7px;
  display: inline-block;
  border-radius: 30px;
}

.portfolio_menu ul li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  transition: 0.5s;
}

.portfolio_menu ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 24px;
  height: 2px;
  width: 0%;
  background: #fff;
  transition: 0.5s;
}

.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
  color: #fff;
  background: #db1f26;
}

/*case study thumb*/
.case-study-thumb2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.case-study-thumb2::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  content: "";
  opacity: 0;
  transition: 0.5s;
}

.case-study-thumb2 img {
  width: 100%;
}

.case-study-title h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
}

/*case study content*/
.style-three .case-study-content {
  position: absolute;
  bottom: -120px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
  opacity: 0;
}

.case-study-content-inner {
  position: relative;
  z-index: 1;
}

.case-study-content-inner:before {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 0;
  left: 0;
  background: url(../images/resource/call-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 160px;
}

.style-three .case-study-title {
  padding: 0 0 27px 30px;
}

.style-three .case-study-title h3 {
  line-height: 26px;
}

.style-three .case-study-title h3 a {
  color: #fff;
  font-weight: 500;
}

.style-three .case-study-title h6 {
  color: #fff;
}

.style-three .case-study-title h6:before {
  border: 1px solid #fff;
}

/*case study icon*/
.style-three .style-two.video-icon a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #db1f26;
  display: inline-block;
  font-size: 13px;
}

.single_portfolio_icon {
  position: absolute;
  right: 168px;
  top: 20px;
  opacity: 0;
  transition: 0.5s;
}

.single_portfolio_icon a i {
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #db1f26;
  display: inline-block;
  font-size: 16px;
}

/*case all hover*/
.case-study-thumb2:hover .case-study-content {
  bottom: 0px;
  opacity: 1;
}

.case-study-thumb2:hover .style-two.video-icon {
  top: 40px;
  opacity: 1;
}

.case-study-thumb2:hover .single_portfolio_icon {
  right: 100px;
  opacity: 1;
}

.case-study-thumb2:hover:before {
  opacity: 1;
}

/*port shape thumb*/
.port-shape-thumb {
  position: absolute;
  left: -149px;
}

.port-shape-thumb2 {
  position: absolute;
  right: -149px;
}

.port-shape-thumb2 {
  position: absolute;
  top: -147px;
  right: -240px;
  z-index: 11;
}

/* Case Study New Style */

.portfolio-area {
  background: #fff;
  padding: 92px 0 70px;
}

.portfolio-area .row.prtb-bg {
  padding: 0 100px;
}

.single-portfolio {
  margin-bottom: 30px;
  position: relative;
}

.portfolio-thumb {
  position: relative;
}

.portfolio-thumb:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  opacity: 0;
}

.single-portfolio:hover .portfolio-thumb:before {
  opacity: 1;
}

.portfolio-thumb img {
  width: 100%;
  border-radius: 5px;
}

.portfolio-content {
  position: absolute;
  left: 0;
  bottom: 0px;
  right: 0;
  text-align: left;
  background: #db1f26;
  margin: auto;
  padding: 5px 30px 18px;
  width: 92%;
  border-radius: 5px;
  transition: 0.5s;
  opacity: 1;
}

.portfolio-title h3 a {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.portfolio-title span {
  color: #fff;
  font-weight: 500;
  margin-top: 5px;
  display: block;
}

.single-portfolio:hover .portfolio-content {
  bottom: 30px !important;
  opacity: 1;
}

/***
======================================================
<--  Consen Testimonial Area Css -->
======================================================***/
.testimonial-area {
  background: url(../images/resource/testimonial-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 95px 0 95px;
  position: relative;
  z-index: 1;
}

/*testimonial*/
.testimonial-single-box {
  padding: 18px 30px 24px;
  transition: all 0.4s ease 0s;
  position: relative;
  margin-top: 10px;
  text-align: left;
  z-index: 1;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 30px;
}

.testimonial-single-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 12px;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  z-index: -1;
  /* background: url(../images/resource/earth.png); */
  background-repeat: no-repeat;
  background-position: center center;
}

.testimonial-single-box:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  height: 100%;
  width: 0;
  transition: 0.5s;
  z-index: -1;
  border-radius: 3px;
  background: url(../images/resource/box-bg4.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.quote-thumb {
  float: left;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}

.quote-thumb:before {
  content: "";
  font-size: 18px;
  position: absolute;
  bottom: 5px;
  right: -10px;
  background: url(../images/resource/quote1.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 31px;
  height: 31px;
}

/*quote title*/
.quote-title {
  position: relative;
  top: 10px;
}

.quote-title h4 {
  font-size: 20px;
  font-weight: 600;
  transition: 0.5s;
  padding: 0 0 5px;
}

.quote-title p {
  color: #db1f26;
  transition: 0.5s;
}

.em-testimonial-text p {
  display: inline-block;
  transition: 0.5s;
  padding: 20px 0 0px;
}

.em-testi-start-icon i {
  color: #db1f26;
  transition: 0.5s;
  display: inline-block;
}

/*testi counter*/
.testi-counter-box {
  text-align: right;
}

.upper.testi-counter-box {
  position: relative;
  z-index: 1;
}

.testi-counter-title h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
}

.testi-counter-title span {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  font-family: "Fira Sans";
  color: #db1f26;
}

.testi-counter-title p {
  color: #fff;
  padding: 10px 0 0;
}

/*testimonial all hover*/
.testimonial-single-box:hover:after {
  left: 0;
  width: 100%;
}

.testimonial-single-box:hover .quote-title h4,
.testimonial-single-box:hover .quote-title p,
.testimonial-single-box:hover .em-testimonial-text p,
.testimonial-single-box:hover .em-testi-start-icon i {
  color: #fff;
}

/*testi shape thumb*/
.testi-shape-thumb {
  position: absolute;
  left: -120px;
  top: 0;
  animation: moveLeftBounce 3s linear infinite;
  z-index: -1;
  opacity: 0.2;
}

.row.testi-rotate {
  position: relative;
}

.testi-shape-thumb1 {
  position: absolute;
  left: 165px;
  top: -85px;
}

/*owl carousel*/
.testimonial-area.style-two {
  background: #fff;
  padding: 95px 0 70px;
}

.testimonial_list .swiper-pagination-bullets {
  text-align: center;
  padding: 20px 0 0;
}

.testimonial-area.style-two .testimonial-single-box {
  filter: drop-shadow(0px 0 5px rgba(0, 0, 0, 0.1));
}

.testimonial-area.style-two .swiper-pagination-bullet {
  width: 19px;
  height: 5px;
  border-radius: 2px;
  background-color: #131323;
  display: inline-block;
  margin-right: 10px;
}

.testimonial-area.style-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  border-radius: 6px;
  background-color: #db1f26;
  display: inline-block;
  position: relative;
  top: 4px;
}

/* Testimonial New Style */

.testimonial-area.new-style {
  background: url(../images/resource/testi-bg.jpg);
}

.testimonial-icon-thumb {
  float: left;
}

.testimonial-ratting {
  text-align: right;
  margin-right: 25px;
}

.testimonial-ratting i {
  color: #db1f26;
  font-size: 13px;
}

.testimonial-text {
  padding: 25px 19px 10px 0;
}

.testimonial-title {
  border-top: 1px solid #e5e5e7;
  padding-top: 15px;
  background: #fff;
  border: 10px solid #000;
  padding: 1rem;
  border-radius: 25px;
}

.testimonial-title h2 {
  font-size: 22px;
}

.testimonial-content span {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 6px;
  font-size: 15px;
}

.testimonial-content span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  height: 2px;
  width: 22px;
  background: #f00;
}

/***
======================================================
<--  Consen Process Area Css -->
======================================================***/
.process-area {
  background: url(../images/resource/work-process-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 95px;
}

.row.process-bg {
  position: relative;
  z-index: 1;
}

.process-single-box {
  padding: 67px 22px 15px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.9019607843137255);
  filter: drop-shadow(0px 10px 30px rgba(116, 100, 95, 0.2));
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
}

.process-single-box .process-number {
  margin-bottom: 40px;
}

.upper.process-single-box {
  clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
}

.upper1.process-single-box {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
  padding-bottom: 32px;
}

.upper2.process-single-box {
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
  padding-bottom: 32px;
}

.process-single-box:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0%;
  height: 0%;
  background: url(../images/resource/bx-bg.png);
  transition: 0.7s;
  border-radius: 3px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}

.process-number span {
  font-size: 24px;
  font-weight: 500;
  font-family: "Fira Sans";
  line-height: 26px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.process-number span:before {
  position: absolute;
  content: "";
  left: -24px;
  top: -15px;
  width: 60px;
  height: 55px;
  background: url(../images/resource/process-i1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  transition: 0.5s;
}

.process-number span:after {
  position: absolute;
  content: "";
  left: -24px;
  top: -15px;
  width: 60px;
  height: 55px;
  background: url(../images/resource/process-i2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}

.process-title h3 {
  font-size: 22px;
  color: #f83d04;
  font-weight: 600;
  font-family: "Fira Sans";
  transition: 0.5s;
  margin-top: 0;
  margin-bottom: 8px;
}

.process-title span {
  color: #232323;
  transition: 0.5s;
}

.process-title p {
  transition: 0.5s;
}

/*process right*/
.dreamit-smart-title h4 {
  font-size: 22px;
  font-weight: 500;
  padding: 4px 0 14px;
}

.dreamit-smart-title span {
  color: #db1f26;
}

.process-area .about-button a {
  margin-top: 17px;
}

/*all process hover*/
.process-single-box:hover:before {
  width: 100%;
  opacity: 1;
  height: 100%;
}

.process-single-box:hover .process-number span:after {
  opacity: 1;
}

.process-single-box:hover .process-title span,
.process-single-box:hover .process-title p {
  color: #fff;
}

/*procees shape*/
.process-thumb {
  position: absolute;
  left: 141px;
  bottom: 158px;
}

.process-thumb1 {
  position: absolute;
  left: -250px;
  top: 0px;
  animation: moveLeftBounce 4s linear infinite;
}

/**Process area style two**/
.style-two.process-area {
  background: url(../images/resource/process-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 95px 0 170px;
  position: relative;
  z-index: 1;
}

.process-extra-area.style-two {
  position: relative;
  margin-top: -145px;
}

.style-two .row.process-bg {
  padding: 70px 0 17px;
  background: url(../images/resource/process-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
}

.style-two .process-single-box2 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding: 0 20px;
}

.style-two .process-icon-thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.style-two .process-icon-thumb:before {
  position: absolute;
  content: "";
  top: -14px;
  left: -15px;
  right: 0;
  margin: auto;
  height: 62px;
  width: 62px;
  background: #fe6637;
  transition: 0.5s;
  z-index: -1;
  border-radius: 100%;
}

.style-two .process-icon-thumb:after {
  position: absolute;
  content: "";
  top: -19px;
  left: 185px;
  right: 0;
  margin: auto;
  height: 100%;
  width: 97%;
  background: url(../images/resource/line-shape.png);
  background-repeat: no-repeat;
  background-position: center;
}

/*upper*/
.style-two .upper .process-icon-thumb:after {
  position: inherit;
}

.style-two .process-title h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  font-family: "Fira Sans";
  transition: 0.5s;
}

.style-two .process-title p {
  color: #fff;
}

.process-text p {
  color: #9c9ca3;
}

/*process shape*/
.process-shape-thumb {
  position: absolute;
  bottom: -175px;
  left: 35px;
  opacity: 0.5;
}

@media screen and (min-width: 1200px) {
  .process-shape-thumb {
    opacity: 1;
  }
}

.process-shape-thumb3 {
  position: absolute;
  right: -19px;
  bottom: -68px;
}

/***
======================================================
<--  Consen Team Area Css -->
======================================================***/
.team_area {
  background: url(../images/resource/why-choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 240px 0 140px;
  margin-top: -141px;
}

.single_team {
  margin-bottom: 30px;
}

.single_team_thumb1 {
  position: relative;
  z-index: 1;
}

.single_team_thumb1 img {
  width: 100%;
}

/*team content*/
.single_team_content {
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

/*team title*/
.team-title {
  padding: 10px 0 17px;
  background: #db1f26;
  text-align: center;
  width: 80%;
  position: relative;
  z-index: 1;
  left: 10%;
  border-radius: 3px 3px 0 0;
  transform: perspective(500px) rotateX(90deg);
  -webkit-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
}

.team-title h4 {
  font-size: 22px;
  font-weight: 500;
  padding: 0 0 4px;
  color: #fff;
}

.team-title span {
  color: #fff;
}

/*team icon*/
.single_team_icon {
  position: relative;
  z-index: 1;
  left: 10%;
  width: 80%;
  background: #131323;
  text-align: center;
  padding: 14px 0 14px;
  border-radius: 0 0 3px 3px;
  transform: perspective(500px) rotateX(-90deg);
  -webkit-transition: all 400ms linear 0ms;
  transition: all 400ms linear 0ms;
}

.single_team_icon a {
  width: 38px;
  height: 38px;
  line-height: 41px;
  text-align: center;
  border-radius: 50px;
  background-color: #373644;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-right: 6px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single_team_icon a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #db1f26;
  transform: scale(0);
  border-radius: 50px;
  transition: 0.5s;
}

/*team all hover*/
.single_team:hover .single_team_icon {
  transform: perspective(500px) rotateX(0deg);
}

.single_team:hover .team-title {
  transform: perspective(500px) rotateX(0deg);
}

.single_team_icon a:hover:before {
  transform: scale(1);
}

/*style two*/
.style-two.team_area {
  padding: 100px 0 100px;
  margin-top: 0;
}

/*upp*/
.upp.style-two.team_area {
  padding: 100px 0 65px;
  margin-top: 0;
}

.upp .single_team {
  margin-bottom: 60px;
}

.upp .single_team_content {
  bottom: 30px;
}

.upp .single_team_icon {
  top: -1px;
}

/***
======================================================
<-- Consen Faq Area Css -->
======================================================***/
.faq-area {
  background: url(../images/resource/faq-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 94px 0 96px;
  position: relative;
  z-index: 1;
}

.faq-area:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 30, 0.8);
}

/*accordion*/
.accordion li {
  list-style: none;
  padding: 2px 0px 15px;
  position: relative;
  z-index: 1;
}

.accordion li:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 20px;
  top: 16px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.10196078431372549);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.active .accordion li:before {
  background-color: rgba(255, 255, 255, 0.10196078431372549) !important;
}

.accordion li a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  font-family: "Fira Sans";
  font-weight: 400;
  font-size: 18px;
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.050980392156862744);
  border: 1px solid #626065;
  padding: 14px 20px 14px 59px;
  border-radius: 30px;
  z-index: 1;
}

.accordion li p {
  /* display: none; */
  font-size: 16px;
  color: #b1b2b4;
  padding: 25px 0 10px 30px;
  margin: 0;
}

.accordion a:before {
  width: 2px;
  height: 10px;
  background: #db1f26;
  position: absolute;
  right: 32px;
  content: " ";
  top: 22px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}

.accordion a:after {
  width: 10px;
  height: 2px;
  background: #db1f26;
  position: absolute;
  right: 28px;
  content: " ";
  top: 26px;
  transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fff;
}

.accordion a.active:before {
  display: none;
}

a.active {
  color: #fff !important;
  /* border: 1px solid #DB1F26 !important; */
  background: #db1f26 !important;
}

.accordion li a span {
  position: relative;
  z-index: 1;
}

.accordion li a span:after {
  position: absolute;
  content: "";
  z-index: -1;
  left: -35px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/resource/question.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

/*accordion start*/
.tab_container {
  position: relative;
}

.faq-sectiions {
  background: url(../images/resource/faq-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 95px 0 85px;
  position: relative;
  z-index: 1;
}

.faq-sectiions:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 30, 0.8);
}

.faq-sectiions .dreamit-icon-list ul li i {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  background-color: inherit;
  display: inline-block;
  color: #db1f26;
  font-size: 22px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

.study-button a i {
  transition: 0.5s;
}

.study-button a:hover i {
  color: #db1f26;
}

/* Faq New Style */
.faq-area.new-style {
  background: url(../images/resource/faq-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.faq-area.new-style:before {
  display: none;
}

.faq-area.new-style .accordion li a {
  padding: 16px 20px 16px 30px;
  border-radius: 0;
  background-color: #1f2932;
  border: 0;
}

.faq-area.new-style .accordion li a span:after {
  display: none;
}

.faq-area.new-style .accordion li p {
  padding: 25px 30px;
  background: #1f2932;
}

/***
==================================================
<-- Consen Brand Section Css -->
==================================================***/

.brand-section {
  padding: 50px 0 50px;
}

.single-brand img {
  width: 100%;
}

/*style two*/

.upper1.brand-section {
  background: url(../images/resource/counter-bg23.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.brand-section.srv-page {
  padding: 50px 0 50px;
  background: url(../images/resource/why-choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.brand-section.new-style {
  background: #db1f26;
  padding: 60px 0 60px;
}

/***
==================================================
<-- Consen Call Do Section Css -->
==================================================***/
.call-do-action-section {
  background-color: black;

  padding: 100px 0 115px;
}

.call-do-action-content h2 {
  font-size: 35px;
  font-weight: 600;
}

.call-do-action-content p {
  margin: auto;
  padding: 15px 0 0;
}

.call-do-action-content.text-center {
  border: 1px solid #11394e;
  padding: 1.2rem;
}

/*button*/
.btn-common a {
  color: #fff;
  font-size: 17px;
  background: #db1f26;
  padding: 14px 31px;
  border: 1px solid #db1f26;
  border-radius: 5px;
  transition: 0.5s;
  text-transform: capitalize;
}

.btn-common a:hover {
  background: #fff;
  color: #db1f26;
}

.video-icon {
  display: inline-block;
}

.video-icon-cda a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  color: #db1f26;
  background: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-animation: hassan 1s linear infinite;
  animation: hassan 1.5s linear infinite;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 28px;
  z-index: 1;
}

@-webkit-keyframes hassan {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 5px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 5px rgba(255, 255, 255, 0.4);
  }

  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3),
      0 0 0 40px rgba(255, 255, 255, 0);
  }
}

@keyframes hassan {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 5px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 5px rgba(255, 255, 255, 0.4);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 40px rgba(255, 255, 255, 0);
  }
}

/***
==================================================
<-- Consen Form Box Css -->
==================================================***/
.contract-form-bg {
  padding: 15px 35px 40px;
  background: #fff;
  border-radius: 3px;
  width: 430px;
  position: relative;
  z-index: 1;
  margin-top: -140px;
  left: 100px;
}

.contract-form-bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 147px;
  width: 100%;
  background: #db1f26;
  z-index: -1;
  border-radius: 3px 3px 0 0;
}

.contract-form-bg:after {
  position: absolute;
  content: "";
  top: 137px;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/resource/square-line.png);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}

/*form title*/
.contact-form-title {
  padding: 0 0 72px;
}

.contact-form-title h4 {
  font-size: 30px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
}

.contact-form-title p {
  color: #fff;
  font-size: 18px;
  padding: 10px 0 0;
}

/*form input*/
.form_box input {
  width: 100%;
  height: 50px;
  padding-left: 25px;
  background: #f7f4f4;
  border-radius: 30px;
  color: #232323;
  border: 1px solid rgba(35, 35, 35, 0.12);
  transition: 0.5s;
}

.form_box textarea {
  width: 100%;
  background: #f7f4f4;
  padding-left: 25px;
  padding-top: 20px;
  height: 135px;
  border: 1px solid rgba(35, 35, 35, 0.12);
  border-radius: 30px;
  color: #232323;
  transition: 0.5s;
}

.form_box input::placeholder {
  color: #6d6d6d;
}

.form_box input:focus,
.form_box textarea:focus {
  border-color: #db1f26;
  outline: 0;
  box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/
.quote_button button {
  padding: 13px 15px;
  background: #10102e;
  display: block;
  color: #fff;
  border-radius: 30px;
  width: 100%;
  font-family: "Fira Sans";
  cursor: pointer;
  text-align: center;
  transition: 0.5s;
}

.quote_button button i {
  display: inline-block;
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 2px;
  color: #db1f26;
  transition: 0.5s;
}

.quote_button button:hover {
  color: #fff;
  background: #db1f26;
}

.quote_button button:hover i {
  color: #fff;
}

/***
======================================================
<-- Consen Brand Area Css -->
======================================================***/
.dreamits-top-title h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 0 44px;
}

.dreamits-top-title h3:before {
  position: absolute;
  content: "";
  left: -15px;
  top: 9px;
  height: 2px;
  width: 380px;
  background-color: rgba(35, 35, 35, 0.10196078431372549);
}

.dreamits-top-title h3:after {
  position: absolute;
  content: "";
  right: -15px;
  top: 9px;
  height: 2px;
  width: 380px;
  background-color: rgba(35, 35, 35, 0.10196078431372549);
}

/***
======================================================
<--  Consen Skill Area Css -->
======================================================***/
.skill-area {
  background: url(../images/resource/skill-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 100px;
}

.skill-area.style-two {
  background: url(../images/resource/skill-bg2.jpg);
}

.call-do-action-area {
  background: url(../images/resource/call-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 0;
}

p.slill-text {
  padding: 12px 0 0;
  color: #fff;
  opacity: 67%;
}

/*skill right thumb*/
.slill-single-thumb {
  position: relative;
  z-index: 1;
}

.skill-thumb-content {
  position: absolute;
  bottom: 0;
  left: 50px;
  background-color: rgba(255, 60, 0, 0.74556944);
  padding: 26px 35px 28px 30px;
  border-radius: 0px 319px 0 0;
}

.skill-title h3 {
  font-size: 60px;
  color: #fff;
  display: inline-block;
}

.skill-title span {
  font-size: 60px;
  font-weight: 700;
  font-family: "Fira Sans";
  color: #fff;
}

.skill-title h5 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 6px;
}

/*skill thumb*/
.skill-shape img {
  position: absolute;
  left: 240px;
  bottom: 120px;
}

.skill-shape1.bounce-animate2 {
  position: absolute;
  right: -67%;
  top: -45%;
}

/***
======================================================
<--  Consen Blog Area Css -->
======================================================***/
.blog-area {
  background: url(../images/resource/blog-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 94px 0 70px;
}

.single-blog-box {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.single-blog-thumb {
  transition: 0.5s;
  overflow: hidden;
}

.single-blog-thumb img {
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
}

.blog-top-button {
  position: absolute;
  top: 10px;
  left: 10px;
}

.blog-top-button a {
  padding: 4px 17px 2px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Fira Sans";
  background: #db1f26;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.blog-top-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #10102e;
  border-radius: 30px;
  transform: scale(0);
  transition: 0.5s;
}

.blog-top-button a:hover:before {
  transform: scale(1);
}

/*blog content*/
.em-blog-content {
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid rgba(29, 33, 36, 0.12);
  padding: 22px 30px 18px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.em-blog-content:before {
  position: absolute;
  content: "";
  bottom: 62px;
  left: 0px;
  height: 1px;
  width: 100%;
  background: rgba(29, 33, 36, 0.12);
}

.meta-blog-text p {
  padding: 0 0 0 25px;
  margin: 0;
  position: relative;
  z-index: 1;
}

.meta-blog-text p:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 55%;
  height: 55%;
  background: url(../images/resource/date.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.em-blog-title h2 {
  font-size: 20px;
  padding: 2px 0 42px;
}

.em-blog-title h2 a {
  display: inline-block;
  font-weight: 600;
  transition: 0.5s;
  line-height: 30px;
}

.em-blog-thumb {
  float: left;
}

.em-blog-icon {
  float: left;
}

.em-blog-icon-title {
  display: inline-block;
}

.em-blog-icon-title h6 {
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
  margin-top: 0;
}

/*blog button*/
.blog-button {
  text-align: right;
}

.blog-button a {
  display: inline-block;
  color: #232323;
  transition: 0.5s;
  font-family: "Fira Sans";
  font-weight: 600;
}

.blog-button i {
  font-size: 20px;
  display: inline-block;
  color: #db1f26;
  position: relative;
  top: 2px;
}

/*blog all hover*/
.single-blog-box:hover .em-blog-title h2 a {
  color: #db1f26;
}

.single-blog-box:hover .single-blog-thumb img {
  transform: scale(1.1);
}

.single-blog-box:hover .em-blog-content {
  filter: drop-shadow(0 0 35px rgba(196, 196, 196, 0.5));
  background-color: #ffffff;
  border: 1px solid rgba(29, 33, 36, 0.12);
}

/**Blog area style two**/
.blog-area.style-two {
  background: #120f0e;
  padding: 95px 0 70px;
  position: relative;
}

.blog-area.style-two.page {
  padding: 100px 0 100px;
}

/*blog button*/
.blog-area.style-two .consen-button a {
  padding: 15px 33px;
}

.blog-area.style-two .consen-button a i {
  font-size: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  background: inherit;
  color: #fff;
  margin-left: 0;
  margin-right: 25px;
}

.blog-button a:hover {
  color: #db1f26;
}

/*blog all hover*/
.blog-area.style-two .consen-button a:hover i {
  color: #db1f26;
}

/*blog shape*/
.blog-area.style-two .port-shape-thumb2 {
  position: absolute;
  top: -70px;
  right: 10px;
  z-index: 11;
  opacity: 0.3;
}

/* Blog New Style */

.blog-area.new-style {
  background: #fff;
}

.blog-area.new-style .single-blog-thumb {
  position: relative;
}

.blog-area.new-style .blog-top-button a {
  border-radius: 5px;
}

.blog-area.new-style .blog-top-button a:before {
  border-radius: 5px;
}

.blog-area.new-style .blog-top-button {
  bottom: 25px;
  left: 30px;
  top: inherit;
}

.blog-area.new-style .em-blog-content:before {
  display: none;
}

.blog-area.new-style .em-blog-title h2 {
  font-size: 20px;
  padding: 0px 0 15px;
}

.blog-area.new-style .meta-blog-text a {
  color: #232323;
  padding-right: 25px;
  font-weight: 500;
  position: relative;
  transition: 0.5s;
}

.blog-area.new-style .meta-blog-text a::before {
  content: "";
  background: #68697d;
  width: 1px;
  height: 14px;
  position: absolute;
  right: 12px;
  top: 3px;
}

.blog-area.new-style .meta-blog-text a:hover {
  color: #db1f26;
}

.blog-area.new-style .swiper-pagination-bullet {
  background-color: #1f2932;
}

.blog-area.new-style .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #db1f26;
}

/***
======================================================
<--  Consen footer Area Css -->
======================================================***/
.footer-middle {
  background: url(../images/resource/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 0px;
  background-position: center center;
}

.footer-bg {
  padding: 85px 0 100px;
  position: relative;
}

.style-two .footer-bg {
  padding: 85px 0 90px;
}

/*widget title*/
h4.widget-title {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

h4.widget-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 42px;
  background: #db1f26;
  width: 50px;
  height: 2px;
  transition: 0.5s;
}

.company-info-desc p {
  color: #fff;
  padding: 15px 0 14px;
  opacity: 0.6;
}

/*social icon*/
.follow-company-icon a {
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #187dff;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  margin-right: 8px;
  position: relative;
  z-index: 1;
}

.follow-company-icon a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #11112e;
  border-radius: 50px;
  transform: scale(0);
  transition: 0.5s;
}

a.social-icon-color1 {
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #219ff9;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  margin-right: 8px;
}

a.social-icon-color2 {
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: linear-gradient(135deg, #b618c1 0%, #f3593d 100%);
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  margin-right: 8px;
}

a.social-icon-color3 {
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #f70102;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  margin-right: 8px;
}

/*footer menu*/
.menu-quick-link-content {
  padding: 10px 0 0;
}

ul.footer-menu li {
  display: block;
  list-style: none;
  margin-bottom: 15px;
}

ul.footer-menu li a {
  font-family: "Fira Sans";
  color: #fff;
  transition: 0.5s;
}

/*recent post image*/
.recent-post-item.active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14901960784313725);
  margin-bottom: 25px;
  padding: 32px 0 30px;
}

.recent-post-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.recent-post-image {
  width: 80px;
  height: 80px;
}

.recent-post-text {
  flex: 1;
}

.recent-post-text h6 {
  margin: 0;
  max-inline-size: 20ch;
}

.recent-post-text a {
  color: #fff;
  font-family: "Fira Sans";
  font-weight: 500;
  transition: 0.5s;
  line-height: 24px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
}

.recent-post-text span {
  font-size: 14px;
  color: #8b888f;
  padding: 2px 0 0;
  display: inline-block;
}

/*footer all hover*/
ul.footer-menu li a:hover {
  color: #db1f26;
}

.follow-company-icon a:hover:before {
  transform: scale(1);
}

.recent-post-text a:hover {
  color: #db1f26;
}

/**footer bottom area**/
.footer-bottom-area {
  background: #11112e;
  padding: 19px 0;
}

a.logo_thumb img {
  width: 28%;
}

.footer-bottom-content {
  text-align: right;
  padding: 10px 0 0;
}

.footer-bottom-content-copy p {
  color: #fff;
  margin: 0 0 5px;
}

.footer-middle.new-style .footer-bottom-content-copy p {
  opacity: 0.7;
}

.footer-bottom-content-copy span {
  color: #db1f26;
}

/**footer shape**/
.footer-thumb img {
  position: absolute;
  right: -225px;
  top: 106px;
  animation: moveLeftBounce 4s linear infinite;
}

.footer-thumb1.bounce-animate2 {
  position: absolute;
  left: -324px;
  top: -198px;
}

/**footer area style two**/
.style-two.footer-middle {
  background: url(../images/resource/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 105px 0 0px;
}

.style-two .footer-bottom-area {
  background: transparent;
  height: 80px;
  border-top: 1px solid #626065;
}

.contact-form-footer {
  padding: 25px 0 0;
}

.subscribe_form {
  position: relative;
}

.contact-form-footer .subscribe_form input {
  font-size: 14px;
  height: 57px;
  padding: 5px 65px 5px 14px;
  position: relative;
  width: 100%;
  color: #fff;
  background: #373644;
  border: 0;
  margin-bottom: 14px;
  border-radius: 5px;
}

.contact-form-footer .subscribe_form button {
  padding: 10px 20px;
  transition: all 0.4s ease 0s;
  border: medium none;
  border-radius: 0px 5px 5px 0px;
  background: #db1f26;
  font-size: 24px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
}

.recent-post-thumb1 {
  float: left;
  margin-right: 8px;
  margin-top: 15px;
}

.recent-post-thumb {
  margin-top: 15px;
  display: inline-block;
}

/*style upper*/
.upper.style-two.footer-middle {
  padding: 0 0 0px;
}

/* Footer New Style */

.footer-middle.new-style {
  background: #050a1e;
}

.footer-middle.new-style .footer-new-logo {
  margin-bottom: 30px;
}

.footer-middle.new-style .widget.widget-nav-menu.one {
  padding-left: 30px;
}

.footer-middle.new-style ul.footer-menu li a {
  opacity: 0.7;
}

.footer-middle.new-style .widget-location h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 12px 0 12px;
}

.footer-middle.new-style .widget-location span {
  color: #fff;
  opacity: 0.7;
}

.footer-middle.new-style .footer-bottom-content {
  text-align: left;
}

.footer-middle.new-style .footer-bottom-menu ul li {
  list-style: none;
  display: inline-block;
}

.footer-middle.new-style .footer-bottom-menu ul {
  text-align: right;
}

.footer-middle.new-style .footer-bottom-menu ul li a {
  color: #fff;
  opacity: 0.7;
  margin-left: 25px;
}

.footer-middle.new-style .footer-bottom-menu ul li a:hover {
  color: #db1f26;
}

/***
======================================================
<--  Consen Subscribe Area Css -->
======================================================***/
.subscribe-area {
  background: url(../images/resource/subscribe-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 35px 40px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  display: none;
}

.subscribe-title h1 {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
}

.subscribe_form input {
  font-size: 14px;
  height: 68px;
  padding: 5px 25px;
  position: relative;
  width: 100%;
  background: #ffffff;
  border: 0;
  margin-bottom: 14px;
  border-radius: 35px;
  padding-right: 150px;
}

.subscribe_form button {
  transition: all 0.4s ease 0s;
  border: medium none;
  border-radius: 35px;
  background: #db1f26;
  color: #fff;
  font-family: "Fira Sans";
  font-weight: 500;
  text-align: center;
  padding: 13px 30px;
  position: absolute;
  right: 10px;
  top: 9px;
  display: inline-block;
  z-index: 1;
}

.subscribe_form button:hover {
  background: #11102f;
  color: #fff;
}

/**subscribe shape**/
.subscribe-thumb {
  position: absolute;
  left: 0;
  top: 52px;
}

.subscribe-thumb1 {
  position: absolute;
  right: 55px;
  top: 21px;
  animation: moveLeftBounce 3s linear infinite;
}

/*Subscribe area two */
.style-two.subscribe-area {
  padding: 0;
  background: none;
}

.subscribe {
  position: relative;
  background: url(../images/resource/call-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 55px 42px 55px;
  border-radius: 3px;
  z-index: 1;
  margin-bottom: -105px;
}

.style-two .subscribe-title h1 {
  font-size: 35px;
  line-height: 46px;
}

.subscribe-icon {
  float: left;
  margin-right: 125px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  padding: 8px;
}

.subscribe-icon i {
  font-size: 45px;
  color: #db1f26;
  transition: 0.5s;
  height: 92px;
  width: 92px;
  line-height: 98px;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
}

.subscribe-title2 h1 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}

.subscribe-title2 p {
  font-size: 20px;
  font-family: "Fira Sans";
  color: #fff;
  padding: 12px 0 0;
}

/* Subscribe New Style */
.subscribes-area.new-style .row.sub-bgmn {
  background: url(../images/resource/sub-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  position: relative;
  margin-bottom: -100px;
}

.subscribes-area.new-style .subscribe-right-bx {
  margin-left: 30px;
}

.subscribes-area.new-style .subscribe-title {
  margin-bottom: 30px;
}

/***
======================================================
<--  Consen Lines CSS -->
======================================================***/
.lines .line {
  position: relative;
  width: 93%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 5;
}

.lines .line::after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  width: 35px;
  top: 0;
  left: 0px;
  background-color: #db1f26;
  -webkit-animation: moveLeftBounces-two 35s linear infinite;
  animation: moveLeftBounces-two 35s linear infinite;
  overflow: hidden;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes moveLeftBounces-two {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(585px);
    transform: translateY(585px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveLeftBounces-two {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(585px);
    transform: translateX(585px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*style two*/
.style-two.lines .line::after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  width: 35px;
  top: 0;
  left: 0px;
  background-color: #db1f26;
  -webkit-animation: moveLeftBounces-one 35s linear infinite;
  animation: moveLeftBounces-one 32s linear infinite;
  overflow: hidden;
}

.style-two.lines .line {
  position: relative;
  width: 103%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 5;
}

@keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(538px);
    transform: translateX(538px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/** style three **/
.style-three.lines .line {
  position: relative;
  width: 103%;
  height: 1px;
  background-color: #e0e0e0;
  overflow: hidden;
  z-index: 5;
}

.style-three.lines .line::after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  width: 35px;
  top: 0;
  left: 0px;
  background-color: #db1f26;
  -webkit-animation: moveLeftBounces-one 35s linear infinite;
  animation: moveLeftBounces-one 32s linear infinite;
  overflow: hidden;
}

/*style four*/
.style-four.lines {
  position: absolute;
  top: 54px;
  left: 48px;
  right: 0;
}

.style-four.lines .line {
  position: relative;
  width: 103%;
  height: 1px;
  top: 105px;
  left: 24%;
  background-color: #e0e0e0;
  overflow: hidden;
  z-index: 5;
}

.style-four.lines .line::after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  width: 35px;
  top: 0;
  left: 0px;
  background-color: #db1f26;
  -webkit-animation: moveLeftBounces-one 35s linear infinite;
  animation: moveLeftBounces-one 32s linear infinite;
  overflow: hidden;
}

/*left bounce animation*/

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes MOVIE-BG {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/**====================================================
<-- Consen Prossess Ber Css -->
======================================================**/
.prossess-ber-plugin span {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  font-family: "Fira Sans";
}

.barfiller {
  width: 100%;
  height: 4px;
  position: relative;
  margin-bottom: 25px;
  margin-top: 12px;
  border-radius: 5px;
  filter: drop-shadow(0px 10px 10px rgba(60, 115, 206, 0.2));
  background-color: #fff;
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}

.barfiller .tipWrap {
  display: none;
}

.barfiller .tip {
  font-size: 16px;
  left: 0px;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
  top: -39px;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}

span.fill {
  background: #db1f26 !important;
  border-radius: 5px;
}

/*
<!-- ============================================================== -->
<!-- Consen Scrollup Section -->
<!-- ============================================================== -->*/
.scroll-area {
  position: relative;
  z-index: 999;
}

.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}

.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.scroll-area .go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
  color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 30px;
  border-radius: 100%;
}

.top-wrap {
  position: relative;
}

.top-wrap .go-top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background: #db1f26;
}

.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.top-wrap .go-top-button::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 45px;
  height: 45px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -moz-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background-image: -moz-linear-gradient(0deg, #69ddcc 0%, #69ddcc 100%);
  background-image: -webkit-linear-gradient(0deg, #fb8a42 0%, #fb8a42 100%);
  border-radius: 100%;
}

.top-wrap .go-top-button:hover {
  background-color: #222;
  color: #fff;
}

@keyframes ripple {

  0%,
  35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}

/*
<!-- ============================================================== -->
<!-- Consen Bounce Animation Css -->
<!-- ============================================================== -->*/
/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-slow {
  animation-name: float-bob5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate-3 {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

@keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

@keyframes float-bob6 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/*--==============================================->
  <!-- Consen Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
  animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}

.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes watermark-animate {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

/*--==============================================->
<!-- Consen Breadcumb Area Css -->
==================================================-*/
.breadcumb-area {
  background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.5)),
    url(../images/resource/braitcam.png) no-repeat center/cover;
  height: 350px;
  position: relative;
}

.breadcumb-content h1 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
}

.breadcumb-content ul li {
  color: #db1f26;
  font-weight: 500;
  font-family: "Fira Sans";
  text-transform: capitalize;
  display: inline-block;
}

.breadcumb-content ul li a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Fira Sans";
  color: #fff;
  text-transform: uppercase;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}

.breadcumb-content ul li a:before {
  position: absolute;
  content: "";
  right: 5px;
  top: 9px;
  background: #fff;
  width: 16px;
  height: 2px;
  transition: 0.5s;
}

/*breadcumb shape*/
.britcam-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #db1f26;
  width: 32%;
  height: 53px;
  padding: 15px 60px 0;
  clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.upp.breadcumb-content ul li {
  color: #fff;
}

/*====================================================
--< Consen abouts_areas Css -->
======================================================*/
.abouts_areas {
  padding: 100px 0 130px;
}

.abouts_thumb {
  position: relative;
}

.abouts_titles {
  position: absolute;
  bottom: -30px;
  left: -25px;
}

.abouts_titles h3 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  background: #ff3a00;
  padding: 30px 120px 30px 30px;
  border-radius: 10px;
  position: relative;
  max-inline-size: 25ch;
}

.abouts_icons {
  position: absolute;
  top: 55px;
  right: 30px;
}

.abouts_icons i {
  display: inline-block;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  line-height: 45px;
  background: #fff;
  color: #ff3a00;
  text-align: center;
  font-size: 20px;
}

.upper.abouts_titles {
  right: -25px;
  left: inherit;
}

/*about inner all hover*/
.abouts_titles h3:hover {
  background: #10102e;
}

/*====================================================
<-- Consen Feture-Area Css -->
======================================================*/

.feature-area {
  background: #fff;
  padding: 0 0 80px;
}

.row.feature-bg {
  position: relative;
  z-index: 1;
  margin-top: -20px;
}

.single-feature-box {
  padding: 45px 19px 49px 40px;
  border: 0;
  text-align: left;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
  border-top: 5px solid #ff3d00;
  transition: 0.5s;
  background: #fff;
  box-shadow: 0px 5px 30px 0px rgb(137 139 143 / 10%);
}

.style-three.service-area {
  position: relative;
  z-index: 1;
  background: url(../images/resource/service-bg6.jpg) center center / cover no-repeat;
  background-position: center center;
  padding: 95px 0px 84px;
}

.style-three.service-area.join-bg {
  position: relative;
  z-index: 1;
  background: url(../images/resource/join.jpg) center center / cover no-repeat;
  background-position: center center;
  padding: 95px 0px 84px;
}

.style-three.service-area.core-img {
  position: relative;
  z-index: 1;
  background: url(../images/resource/core.jpg) center center / cover no-repeat;
  background-position: center center;
  padding: 95px 0px 84px;
}

.style-three.service-area.bg-img {
  position: relative;
  z-index: 1;
  background: url(../images/resource/mission.jpg) center center / cover no-repeat;
  background-position: center center;
  padding: 95px 0px 84px;
}

/* .single-feature-box:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: url(../images/resource/box-bg2.png);
  background-color: #000000;
  opacity: 0.5;
  transition: 0.5s;
  z-index: -1;
} */

.feature-box-inner {
  transition: 0.4s;
}

.feature-title h3 {
  margin: 11px 0 14px 0;
  font-size: 24px;
  font-weight: 600;
}

.feature-icon1 {
  font-size: 35px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 27px;
}

.feature-icon1:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 14px;
  height: 74px;
  width: 74px;
  background: #f5f5f5;
  border-radius: 100%;
  z-index: -1;
}

.feature-text p {
  margin: 0 0 35px;
  line-height: 25px;
}

/*serivece ber*/
.feature-bar {
  background: #db1f26;
  height: 3px;
  width: 64px;
  position: relative;
  border-radius: 30px;
}

.feature-bar:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  height: 3px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  border-radius: 10%;
  -webkit-animation: MOVIE-BG 4s linear infinite alternate;
  animation: MOVIE-BG 4s linear infinite alternate;
}

/*feature back title*/
.consen-feature-back {
  position: absolute;
  top: 0;
  left: 0;
  height: 44%;
  width: 100%;
  text-align: left;
  background: #131323ed;
  padding: 32px 20px 0 46px;
  transform: perspective(500px) rotateX(-90deg);
  opacity: 1;
  transform-origin: 50% 0%;
  transition: 0.5s;
}

.feature-back-title h3 {
  color: #db1f26;
  font-size: 16px;
  font-weight: 500;
  font-family: "Fira Sans";
  margin: 0 0 0;
  position: relative;
  left: 40px;
}

.feature-back-title h3:before {
  position: absolute;
  content: "";
  top: 10px;
  left: -40px;
  height: 2px;
  width: 35px;
  background: #db1f26;
}

.feature-back-title h2 {
  margin: 11px 0 14px 0;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.feature-back-icon a {
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 74px;
  margin: auto;
  height: 58px;
  width: 58px;
  background: #db1f26;
  line-height: 58px;
  border-radius: 100%;
  left: 0;
  bottom: -73px;
  font-size: 24px;
  color: #fff;
  visibility: hidden;
}

/*service all hover*/
.single-feature-box:hover .feature-box-inner {
  opacity: 0;
}

.single-feature-box:hover .consen-feature-back {
  transform: perspective(500px) rotateX(0deg);
}

.single-feature-box:hover .feature-content-back {
  opacity: 0;
}

.single-feature-box:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.single-feature-box:hover .feature-icon1 img {
  opacity: 0;
}

.single-feature-box:hover .feature-icon1:after {
  opacity: 0;
}

/*feature shape*/
.feature-shape {
  position: absolute;
  right: -220px;
  bottom: -160px;
}

.style-two.feature-area {
  background: url(../images/resource/why-choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 95px 0 100px;
}

.style-two .dreamit-icon-list ul li span {
  color: #686868;
}

/*tabe*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.tab {
  padding-top: 50px;
  position: relative;
  left: 10px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}

.tabs li {
  float: left;
  line-height: 38px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.tabs li a {
  background-color: #10102e;
  color: #fff;
  font-family: "Fira Sans";
  font-weight: 500;
  display: inline-block;
  outline: none;
  padding: 5px 26px;
  transition: all 0.2s ease-in-out;
  border-bottom: 2px solid #db1f26;
}

.tabs_item {
  display: none;
  padding: 30px 0;
}

.tabs_item img {
  width: 210px;
  float: left;
  margin-right: 12px;
}

li.current a {
  background: #db1f26 !important;
  color: #fff;
}

ul.tabs-inner-list li {
  display: inline-block;
  margin: 3px 0;
}

ul.tabs-inner-list li i {
  display: inline-block;
  margin-right: 12px;
  color: #db1f26;
  font-size: 15px;
}

.feture-area .dreamit-icon-list ul li span {
  color: #232323;
  font-weight: 400;
  font-family: "Fira Sans";
}

.feture-area .dreamit-icon-list ul li i {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  background-color: inherit;
  display: inline-block;
  color: #db1f26;
  font-size: 22px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

/* iner counter */
.counter-section {
  background: url(../images/resource/counter-bg23.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.counter-text h1 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.counter-text h1::before {
  position: absolute;
  content: "";
  top: 1px;
  left: -10px;
  height: 60px;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: -1;
}

.counter-section .counter-text span {
  font-weight: 500;
  font-size: 80px;
  color: #fff;
}

.counter-section .counter-title {
  float: right;
  position: relative;
  top: 35px;
  left: 30px;
}

.counter-section .counter-title::before {
  position: absolute;
  content: "";
  top: -3px;
  left: -16px;
  width: 2px;
  height: 60px;
  background: #fff;
}

.counter-section .counter-title h4 {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  padding: 0 0 0;
}

.counter-section .counter-title h3 {
  font-size: 20px;
  color: #fff;
  margin: 0;
  font-weight: 500;
}

/*========================================
<-- Consen Pricing Section Css -->
==========================================*/
.pricing-section {
  padding: 95px 0 70px;
  background: url(../images/resource/why-choose-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pricing-single-items {
  box-shadow: 0 0 25px rgb(0, 0, 0, 0.2);
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
}

.style-2 .pricing-thumb img {
  filter: brightness(0) invert(1);
}

.pricing-title {
  padding: 12px 0 30px;
}

.pricing-title h3 {
  font-size: 22px;
  font-weight: 600;
}

.currency {
  font-size: 20px !important;
  font-weight: 500 !important;
  position: relative;
  top: -15px;
  color: #616161 !important;
}

.pricing-item-text span {
  font-family: "Fira Sans", sans-serif;
  display: inline-block;
  font-size: 51px;
  font-weight: 700;
  text-align: center;
  color: #232323;
}

.month {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #616161 !important;
}

.pricing-feature ul li {
  display: block;
  font-size: 16px;
  padding: 7px 0;
}

.pricing-feature ul li b {
  font-weight: 500 !important;
  font-family: "Fira Sans";
  font-size: 18px;
}

.btn-common.pc-btn a {
  color: #ee3c00;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 37px;
}

.pricing-single-items:hover .btn-common.pc-btn a {
  color: #fff;
  background: #db1f26;
}

.pricing-single-items.style-2 {
  background: #db1f26;
  color: #fff;
  padding: 25px 0;
}

.pricing-single-items.style-2:hover .btn-common.pc-btn a {
  background-color: #fff;
  color: #db1f26;
}

.pricing-single-items.style-2 .pricing-title h3,
.pricing-single-items.style-2 .pricing-item-text span,
.pricing-single-items.style-2 .pricing-item-text .month,
.pricing-single-items.style-2 .pricing-item-text .currency {
  color: #fff !important;
}

.pricing-single-items.style2 .btn-common.pc-btn a {
  color: #fff;
  background: #db1f26;
  border-color: #fff;
}

/*=============================================
<-- Consen Web Development Section CSS
===============================================*/
.web-dev-section {
  background: url(../images/resource/why-choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 100px;
}

.web-dev-thumb-section img {
  width: 100%;
}

.web-dev-single-content {
  margin-bottom: 30px;
}

.content-position {
  font-size: 18px;
  color: #db1f26;
  font-weight: 600;
  font-family: "Fira Sans";
}

.content-title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  padding: 5px 0 10px 0;
  font-family: "Fira Sans";
}

.content-text {
  padding: 0 10px 0 0;
}

/*Feature Content*/
.feature-content-section {
  background: url(../images/resource/why-choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 0 70px;
}

.feature-content-section .single-content .content-icon {
  font-size: 40px;
  margin-right: 30px;
  color: #db1f26;
}

.feature-content-section .content-text h4 {
  font-size: 20px;
  font-weight: 500;
  color: #444;
  padding: 0px 0 4px;
}

.feature-content-section .single-content {
  border: 1px solid #e6e6e6;
  padding: 25px 15px;
  transition: 0.5s;
  margin-bottom: 30px;
}

.feature-content-section .single-content:hover {
  box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.1);
}

/*===================================
<-- Consen Contact  US Css -->
=====================================*/
.contact-us {
  background: url(../images/resource/why-choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 100px;
}

.contact-us .appoinment-title {
  text-align: left;
}

.contact-us .input-box {
  width: 40%;
  float: left;
  margin: 8px 15px;
  background: #fff;
}

.contact-us .appoinment-title {
  margin: 0 15px;
}

.contact-us .input-box.textarea {
  width: 85%;
}

.contact-us .ap-submit-btn {
  width: 30%;
  float: left;
  margin: 15px;
}

.appointment-content {
  height: 100%;
}

.appointment-content .appointment-form {
  height: 100% !important;
  padding: 0 0 0 40px;
}

.cda-icon i {
  font-size: 35px;
  color: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: #db1f26;
  border-radius: 5px;
  display: inline-block;
  margin-right: 25px;
  margin-top: 10px;
}

.cda-content-inner h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

.cda-content-inner p {
  color: rgba(255, 255, 255, 0.74);
  margin: 10px 0;
}

.cda-content-area {
  background: #10102e;
  padding: 21px 0;
}

.cda-single-content {
  margin: 0 45px;
  padding: 25px 0 17px;
}

.contact-us .appoinment-title h3 {
  margin-bottom: 20px;
  padding-top: 35px;
  font-weight: 500;
}

.contact-us .input-box {
  color: #000;
}

.contact_from_box {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 27px 40px 45px;
}

/*=================================================
<-- Consen Blog Sidber Widget CSS -->
==================================================*/

.blog-section {
  background: #f2f2f2;
  padding: 100px 0 100px;
}

.blog-section.style-6.bg-3 {
  padding: 100px 0 60px;
}

/*pagination*/
.pagination a {
  font-size: 18px;
  font-weight: 500;
  color: #db1f26;
  float: left;
  text-decoration: none;
  transition: background-color 0.3s;
  margin: 0 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

.pagination a:hover {
  background: #db1f26;
  color: #fff;
}

/*search items*/
.widget-items {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.widget-items form {
  position: relative;
}

.src-input-box {
  border: 1px solid #ccc;
  padding: 17px 9px;
  width: 100%;
}

.src-input-box:focus {
  border: 1px solid #ccc;
}

.src-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #777;
  background: transparent;
  border: none;
}

/*categories*/
.widget-title {
  margin-bottom: 45px;
  position: relative;
}

.widget-title h2 {
  margin-top: 0;
}

.widget-archieve-item {
  color: #232323;
}

.widget-archieve-item:hover {
  color: #db1f26;
}

.widget-items .widget-title h2 {
  color: #232323;
  display: block;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.widget-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 130px;
  height: 3px;
  background: #aec6ef;
}

.widget-title h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 36px !important;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #db1f26;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
  0% {
    left: 0px;
    top: 0px;
  }

  100% {
    left: 80px;
    top: 0px;
  }
}

.hr-3 {
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}

.catagory-item ul li {
  padding-top: 15px;
  margin-top: 18px;
  list-style: none;
}

.catagory-item ul li a {
  color: #686868;
}

.catagory-item ul li:hover a {
  color: #db1f26;
}

.upp.widget-items {
  padding: 35px 27px 15px;
}

/*post thumb*/
.rpost-thumb {
  margin-right: 20px;
  padding: 0 0 22px;
}

/*post title*/
.rpost-title h4 {
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s;
  margin: 0;
}

.rpost-title span {
  font-size: 14px;
  padding: 5px 0 0;
  display: inline-block;
}

.rpost-title h4:hover {
  color: #db1f26;
}

/*tag menu*/
.tag-item a {
  border: 1px solid #e6e6e6;
  padding: 5px 8px;
  display: inline-block;
  margin: 2px 3px 10px;
  font-size: 15px;
  color: #686868;
  transition: 0.5s;
  border-radius: 3px;
}

.tag-item a:hover {
  color: #fff;
  background: #db1f26;
}

/* Calender*/
.curr-month {
  width: 100%;
  height: 40px;
  background: #d6d6d6;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}

.all-days {
  width: 100%;
  height: 40px;
  background-color: #fff;
  float: left;
}

.tag-item .all-days ul,
.tag-item .all-date ul {
  list-style: none;
  display: block;
  height: 30px;
  width: 100%;
  margin: 0 auto;
  float: left;
  font-size: 15px;
  font-weight: 300;
}

.tag-item .all-days ul li,
.tag-item .all-date ul li {
  float: left;
  width: 48px;
  text-align: center;
  line-height: 41px;
  border: 1px solid #ccc;
  color: #333;
}

.tag-item .all-days ul li {
  font-weight: 500;
  font-family: "Fira Sans";
  font-size: 16px;
}

.all-date {
  width: 100%;
  height: 305px;
  float: left;
}

.all-date li {
  height: 40px;
  width: 50px;
  line-height: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
}

element.style {
  background-color: rgb(255, 60, 0);
  color: rgb(255, 255, 255);
}

.all-date li.monthdate:hover {
  background-color: #fb3b01;
  color: #fff;
}

.calender-area {
  height: 435px;
}

/*blog section two*/
.style-two.blog-section {
  background: #fff;
  padding: 100px 0 70px;
}

.blog-section.style-two.details {
  padding: 100px 0 50px;
}

.blog-content {
  padding: 15px 35px 20px;
  transition: 0.5s;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.blog-thumb img {
  width: 100%;
}

.blog-section .blog-content-text h5 {
  font-size: 35px;
  font-weight: 600;
}

.blog-meta span a {
  color: #686868;
  transition: 0.5s;
  padding: 12px 0 20px;
  display: inline-block;
}

.blog-meta span a:hover {
  color: #db1f26;
}

/*quote*/
.block-quote {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 25px;
  border-radius: 5px;
  border-left: 4px solid #db1f26;
  margin: 30px 0;
}

.block-quote p {
  font-size: 20px;
  font-style: italic;
  color: #232;
  font-family: "Fira Sans";
  margin-bottom: 12px;
}

.blog-content ol {
  padding-left: 15px;
}

.blog-section .blog-content h4 {
  font-size: 22px;
  margin: 25px 0 12px;
  font-weight: 600;
}

/*blog social*/
.single-blog-social-icon ul {
  margin: 25px 0;
}

.single-blog-social-icon ul li {
  display: inline-block;
  margin-right: 5px;
}

.single-blog-social-icon ul li i {
  font-size: 15px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  color: #686868;
}

.single-blog-social-icon ul li:hover i {
  color: #fff;
  background: #db1f26;
}

.comment-box {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  transition: 0.5s;
}

#comment-msg-box {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  transition: 0.5s;
}

label {
  color: #686868;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
}

.comment-box:focus,
#comment-msg-box:focus {
  border-color: #db1f26;
  outline: 0;
  box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/
.comment-form .submit-comment {
  color: #fff;
  background: #db1f26;
  border: 1px solid #db1f26;
  border-radius: 3px;
  padding: 13px 35px;
  margin-left: 15px;
  margin-bottom: 50px;
  transition: 0.5s;
}

.comment-form .submit-comment {
  color: #fff;
  background: #db1f26;
  border: 1px solid #db1f26;
  border-radius: 3px;
  padding: 13px 35px;
  margin-left: 15px;
  margin-bottom: 50px;
}

.comment-form .submit-comment:hover {
  background: #fff;
  color: #db1f26;
}

/*======================================
<-- Consen Case Study Details Css -->
========================================*/
.case-study-details {
  background: url(../images/resource/why-choose-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0 100px;
}

.case-study-intro {
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.1);
  padding: 60px;
  margin-top: 60px;
}

.csd-thumb img {
  width: 100%;
}

.csd-info {
  padding: 0 50px;
}

.csd-info ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
}

.csd-info ul {
  padding: 13px 0;
}

.csd-social-icon li {
  display: inline-block;
  margin: 0px 8px 0 0;
}

.csd-social-icon li i {
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background: #db1f26;
  border-radius: 5px;
  transition: 0.5s;
}

.csd-social-icon li i:hover {
  background: #11102f;
  color: #fff;
}

.csd-title h3 {
  font-size: 28px;
  font-weight: 600;
}

.csd-info ul li {
  display: inline-flex;
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
}

.csd-info strong {
  position: relative;
  width: 120px;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  color: #232323;
}

.csd-info strong:after {
  content: ":";
  position: absolute;
  right: 0;
}

.csd-info span {
  flex: 1;
}

.share-text {
  float: left;
  margin-right: 20px;
}

.share-text h4 {
  font-size: 20px;
  color: #666;
  font-weight: 600;
  margin-top: 6px;
}

.csd-social-icon ul {
  padding: 0;
}

.csd-content img {
  max-width: 100%;
  height: auto;
}

/*rotateme animation*/
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*=====================================
<-- Consen Error Area Css -->
=======================================*/
.error-area {
  padding: 100px 0 100px;
}

.error-thumb {
  text-align: center;
}

.error-content {
  text-align: center;
}

.error-content h2 {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.error-content h2 span {
  color: #fe4e5b;
}

.error-content p {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 20px;
}

.error-search {
  text-align: center;
}

.error-button {
  text-align: center;
  margin-top: 40px;
}

.error-search input {
  width: 50%;
  height: 58px;
  border: 1px solid rgba(35, 35, 35, 0.12);
  border-radius: 30px;
  padding-left: 30px;
  outline: 0;
}

.error-search input:focus {
  outline: 0;
  box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

.error-search button {
  outline: 0;
  border: 0;
  background: transparent;
  position: relative;
  margin-left: -55px;
  color: #686868;
}

.error-search ::placeholder {
  color: #686868;
}

.error-button a {
  padding: 14px 40px 14px 40px;
  font-family: "Fira Sans";
  font-weight: 500;
  color: #fff;
  background: #db1f26;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #db1f26;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.error-button a i {
  margin-right: 5px;
}

.error-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #10102e;
  border-radius: 30px;
  transition: 0.5s;
}

.error-button a:hover {
  border-color: #10102e;
}

.error-button a:hover:before {
  width: 100%;
  left: 0;
}

.map-section {
  position: relative;
  margin-bottom: -7px;
}

/*=====================================
<-- Consen Search Box Css -->
=======================================*/
/*nav button*/
.search-box-btn.search-box-outer {
  display: inline-block;
}

.nav-btn.navSidebar-button {
  display: inline-block;
}

.nav-btn.navSidebar-button a i {
  font-size: 15px;
  width: 32px;
  line-height: 35px;
  height: 32px;
  border-radius: 50px;
  text-align: center;
  background: #efefef;
  display: inline-block;
  color: #232323;
  position: relative;
  z-index: 1;
  margin-left: 15px;
  transition: 0.5s;
  cursor: pointer;
}

.nav-btn.navSidebar-button a i:after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #db1f26;
  border-radius: 50%;
  transition: 0.5s;
  transform: scale(0);
}

.nav-btn.navSidebar-button a i:hover:after {
  transform: scale(1);
}

.nav-btn.navSidebar-button a i:hover {
  color: #fff;
}

.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 23px;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #272727;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px 32px;
}

.close-side-widget i {
  color: #db1f26;
  font-size: 28px;
  display: block;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.xs-bg-black {
  background-color: #db1f26;
}

/*html css*/
.nav-logo {
  margin: 0 0 50px;
}

.content-box h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.content-box p {
  display: inline-block;
  color: #fff;
  padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
  color: #fff;
  font-size: 20px;
}

a.theme-btn.btn-style-two i {
  color: #db1f26;
}

.contact-info h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
}

ul.list-style-one li {
  display: block;
  list-style: none;
  color: #fff;
  padding: 16px 0 0;
  overflow: hidden;
  font-family: "Fira Sans";
}

ul.list-style-one li span {
  font-size: 20px;
  font-weight: 600;
  color: #db1f26;
  margin: 0 10px 0 0px;
}

ul.social-box {
  margin: 30px 0 0;
}

ul.social-box li {
  display: inline-block;
  list-style: none;
  margin: 0 6px 0 0;
}

ul.social-box li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  color: #db1f26;
  transition: 0.5s;
  font-size: 18px;
  border-radius: 3px;
}

ul.social-box li a:hover {
  background: #db1f26;
  color: #fff;
}

/*===========================
<-- Consen Loader Css -->
=============================*/
.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 666;
}

.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #9a241c;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.loader:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #db1f26;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}

.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
  left: -100%;
}

.loaded .loder-section.right-section {
  right: -100%;
}

.loaded .loader-wrapper {
  visibility: hidden;
}

.loaded .loader {
  top: -100%;
  opacity: 0;
}

.footer-new-logo img {
  width: 170px;
}

.dreamit-about-thumb img,
.slider-thumb img,
.slill-single-thumb img,
.why-choose-us-thumb img {
  border-radius: 10%;
  box-shadow: 0 0 100px #db1f26;
}

.scrolled.fade-in {
  animation: fade-in 3s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.elements38 {
  position: absolute;
  top: -29px;
  height: 500px;
  width: 500px;
  border-radius: 50%;
  max-width: 500px;
  max-height: 450px;
  object-fit: contain;
  left: -50px;
}

.keyframe5 {
  position: relative;
  animation-name: animation-7;
  animation-duration: 90s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

.sub-img {
  width: 100%;
}

.m-b-3 {
  margin-bottom: 3rem;
}

.img-bg-style {
  border-radius: 100px;
  border: 5px solid #050813;
}

.box-wrp {
  border: 1px dashed #333;
}

.red-color {
  color: #db1f26 !important;
}

.width-50 {
  width: 75%;
}

.m-t-3 {
  margin-top: -3rem;
}

.block-quote.finacne-wrp p {
  /* font-size: 14px; */
  font-style: italic;
  color: #232;
  margin-bottom: 12px;
}

.img-height {
  height: 175px;
}

.slogan-text {
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-weight: 600;
}

.white-color {
  color: #ffffff !important;
}

.p-3 {
  padding: 0 5rem 0;
}

.m-l-5 {
  margin-left: 5.2rem;
}

.head-wrp {
  display: flex;
}

.header {
  padding-left: 3rem;
}

.box-wrp.pa-1 {
  padding: 1.5rem;
}

.img-border {
  border: 5px solid #0c0e1e;
  border-radius: 12px;
}

.p-l-25 {
  padding-left: 2.5rem;
}

.light-red {
  color: #f4cacb;
}

.width75 {
  width: 75%;
}

.p-t-0 {
  padding-top: 0 !important;
}

/* Animation start here */

.js-scroll {
  opacity: 0;
  transform: translateX(-80px);
  /* start hidden to the left */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.js-scroll.scrolled {
  opacity: 1;
  transform: translateX(0);
  /* slides to normal position */
}

/* New Home page code start here */

.service-area.js-scroll.slide-right.scrolled.black-bg {
  background: #000;
  border: 0px solid #fff;
  /* background: url(../images/resource/piller-bg.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
}

.piller-img {
  text-align: center;
  margin: 0 auto;
  width: 68%;
  padding-top: 2rem;
}

.glow-effect {
  -webkit-box-shadow: 0px 0px 105px 45px rgba(45, 255, 196, 0.9);
  -moz-box-shadow: 0px 0px 105px 45px rgba(45, 255, 196, 0.9);
  box-shadow: 0px 0px 105px 45px rgba(45, 255, 196, 0.9);
}

video {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100vh;
  max-width: none;
}

.about-area.whoweserve {
  /* background: url(../images/resource/whoweserve.jpg); */
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 80px;
  background-size: cover;
  position: relative;
  background-color: #000000;
}

.about-area.whoweserve-about {
  background: url(../images/resource/whoweserve-abt.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 80px;
  background-size: cover;
  position: relative;
}

.about-area.whoweserve-about .single-service-box {
  box-shadow: 0 0 30px 8px rgb(153 78 2);
  position: relative;
  z-index: 9999;
  padding: 1rem;
}

.about-area.technology-bg {
  background: url(../images/resource/technology-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 80px;
  background-size: cover;
  position: relative;
}

.blog-area.service-area {
  background-color: #2f2c2c;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 80px;
  background-size: cover;
  position: relative;
}

.blog-wrp.single-service-box {
  border: 2.5px solid #fff !important;
  padding: 10px;
  transition: 0.5s;
  border-radius: 5px;
  margin-bottom: 30px;
  background-color: #000000;
}

.inner-bx-bg {
  background: #f2f2f2;
  border-left: 12px solid red;
  color: #000;
  border-radius: 12px;
  box-shadow: 0 0 30px 8px rgb(153 78 1.5);
  margin-left: 20px;
}

.inner-bx-bg-right {
  background: #fff;
  border-right: 12px solid red;
  color: #000;
  border-radius: 12px;
  box-shadow: 0 0 30px 8px rgb(153 78 1.5);
}

.about-area.whoweserve .single-service-box {
  /* border: 1px solid #cccccc; */
  padding: 10px;
  transition: 0.5s;
  border-radius: 5px;
  margin-bottom: 30px;
  border: 1px solid rgb(219, 31, 38, 0.4);
  box-shadow: 0 0 30px 8px rgb(153 78 2);
}

.m-l-2 {
  margin-left: 2rem;
}

.m-l-4 {
  margin-left: 8rem;
}

.caplize {
  text-transform: uppercase;
}

.share-number {
  color: white;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  background-color: #db1f26;
  padding: 0.8rem;
  margin-right: 1rem;
  /* border-radius: 100%; */
  height: 50px;
  width: 50px;
  text-align: center;
}

.testimonial-area.new-style.federal-wrp {
  background: url(../images/resource/federal-wrp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-area.new-style.sled-wrp {
  background: url(../images/resource/sled-wrp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-area.new-style.Organization-wrp {
  background: url(../images/resource/Organization-wrp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* .single-testimonial {
  box-shadow: 0 0 30px 8px rgb(153 78 2);
} */

.Organization-wrp {
  padding: 20px;
  background-color: #000;
  border-radius: 10px;
}

.title-box {
  border: 2px dashed #666;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.title-box h1 {
  font-size: 28px;
  margin: 0;
  color: #fff;
}

.intro {
  text-align: center;
  line-height: 1.6;
  color: #ccc;
  margin-bottom: 30px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
}

.card {
  background-color: #111;
  border: 2px solid #444;
  border-radius: 10px;
  padding: 20px;
  transition: 0.3s ease;
  box-shadow: 0 0 30px 8px rgb(153 78 2);
}

.card:hover {
  border-color: #888;
  transform: translateY(-5px);
}

.card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}

.card p {
  color: #000000;
}

.feature-area.new-style.Cybersecurityhome-wrp {
  background: #000;
  padding: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  background: url(../images/resource/cyber-securitywrp.jpg);
  background-repeat: no-repeat;
  background-size: cover;

  h1 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 10px;
  }

  p.subtitle {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 40px;
    color: #ddd;
  }

  .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .left,
  .right {
    width: 40%;
  }

  .item {
    margin-bottom: 30px;
  }

  .item h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #f2f2f2;
  }

  .item p {
    color: #bbb;
    line-height: 1.5;
  }

  .circle {
    width: 260px;
    height: 260px;
    border: 8px solid #e74c3c;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .circle span {
    width: 40px;
    height: 40px;
    background: #e74c3c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    position: absolute;
    color: white;
  }

  .circle span:nth-child(1) {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .circle span:nth-child(2) {
    top: 25%;
    right: -20px;
    transform: translateY(-50%);
  }

  .circle span:nth-child(3) {
    bottom: 25%;
    right: -20px;
    transform: translateY(50%);
  }

  .circle span:nth-child(4) {
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .circle span:nth-child(5) {
    bottom: 25%;
    left: -20px;
    transform: translateY(50%);
  }

  .circle span:nth-child(6) {
    top: 25%;
    left: -20px;
    transform: translateY(-50%);
  }

  .right {
    margin-left: 3rem;
  }

  .left {
    margin-right: 3rem;
  }
}

/* why section start  */

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  background: #000;
  padding: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  background: url(../images/resource/why-qbx.jpg);
  background-repeat: no-repeat;
  background-size: cover;

  .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    gap: 40px;
  }

  .circle {
    position: relative;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    overflow: hidden;
    animation: rotateCircle 15s linear infinite;
  }

  .segment {
    background-color: #2b2b2f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    border: 1px solid #1c1c1c;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .segment:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
  }

  .text-box {
    max-width: 320px;
    text-align: left;
    opacity: 0;
    animation: fadeUp 1s ease forwards;
  }

  .left-column .text-box:nth-child(1) {
    animation-delay: 0.5s;
  }

  .left-column .text-box:nth-child(2) {
    animation-delay: 1s;
  }

  .right-column .text-box:nth-child(1) {
    animation-delay: 1.5s;
  }

  .right-column .text-box:nth-child(2) {
    animation-delay: 2s;
  }

  .text-box h3 {
    margin-bottom: 10px;
    color: #db1f26;
    font-weight: bold;
  }

  .text-box p {
    color: #fff;
  }

  .left-column,
  .right-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
  }
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Responsive */
@media (max-width: 900px) {
  .wrapper {
    flex-direction: column;
  }

  .technology-main-sec {
    display: block !important;
  }

  .inner-bx-bg {
    margin-left: 0;
  }

  .left-column,
  .right-column {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .text-box {
    text-align: center;
  }
}

/* why section end */

.capabilities {
  margin: 0;
  background-color: #000;
  color: #fff;

  .hero {
    background: url("https://images.unsplash.com/photo-1675557009782-0f495facac4a?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80") no-repeat center center/cover;
    padding: 60px 20px;
    text-align: center;
  }

  .hero h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #db1f26;
  }

  .cta {
    background: #1c1b1b;
    color: #fff;
    display: inline-block;
    padding: 20px;
    border-radius: 8px;
    max-width: 700px;
    margin: 0 auto 40px auto;
    text-align: center;
  }

  .cta h2 {
    margin: 0;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ffffff;
  }

  .cta p {
    margin-top: 10px;
  }

  .features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0 20px 40px;
  }

  .feature-box {
    flex: 1 1 300px;
    background: #111;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 20px;
    text-align: left;
    max-width: 350px;
  }

  .feature-box h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: bold;
  }

  .feature-box p {
    color: #ddd;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .hero h1 {
      font-size: 1.6rem;
    }

    .cta h2 {
      font-size: 1rem;
    }
  }
}

/* New Home page code end here */

.service-area.style-three.bg-img {
  .diagram {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .petals {
    position: relative;
    width: 220px;
    height: 220px;
  }

  .petal {
    position: absolute;
    width: 110px;
    height: 150px;
    background: #7a0d0d;
    border-radius: 60% 60% 60% 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
  }

  .petal:nth-child(1) {
    left: 0;
    top: 35px;
    transform: rotate(-20deg);
  }

  .petal:nth-child(2) {
    right: 0;
    top: 0;
    transform: rotate(20deg);
  }

  .petal:nth-child(3) {
    bottom: 0;
    left: 55px;
    transform: rotate(180deg);
  }

  .text-block {
    max-width: 200px;
  }

  .text-block h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
  }

  .text-block p {
    margin: 5px 0 0;
    /* font-size: 14px;
    line-height: 1.4; */
    color: #ccc;
  }

  .left {
    text-align: right;
  }
}

.wdth-35 {
  width: 34%;
}

.em-blog-title p {
  font-weight: 300;
}

li.hr-3.red-color a {
  color: #db1f26;
}

.usecases-wrp {
  max-width: 100%;
  margin: 0 auto;
  background: #000000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;

  h2 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #db1f26;
  }

  h3 {
    color: #db1f26;
  }

  p {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
  }

  .auto-scroll {
    position: relative;
    overflow: hidden;
    height: auto;
    background: #000000;
  }

  /* 
  .scroll-track {
    display: flex;
    animation: scroll-left 30s linear infinite;
  }

  .auto-scroll:hover .scroll-track {
    animation-play-state: paused;
  } */

  .card {
    width: 220px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 16px;
    margin: 12px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease;
    cursor: pointer;
  }

  .card:hover,
  .card:focus {
    transform: translateY(-6px);
    background-color: #000000;
    border: 2px solid #fff;
    color: #ffffff;
  }

  .card p:hover {
    color: #ffffff;
  }

  .icon {
    font-size: 24px;
  }

  .card h3 {
    margin: 0;
    font-size: 16px;
  }

  .card p {
    margin: 0;
    color: #000000;
    font-size: 22px;
    font-weight: 300;
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }

  /* -50% because content duplicated */
}

.w-100 {
  width: 100%;
}

.technical-arc-wrp {
  background: #0d1117;
  color: #e6edf3;
  margin: 0;
  padding: 40px;

  h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.2rem;
    color: #db1f26;
  }

  .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: auto;
  }

  .card {
    background: #161b22;
    border-radius: 15px;
    padding: 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
  }

  .card h2 {
    font-size: 1.2rem;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #db1f26;
  }

  .card ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .card ul li {
    margin-bottom: 8px;
    display: flex;
    /* align-items: center; */
    gap: 8px;
  }

  .card ul li i {
    color: #3fb950;
  }
}

.key-features-wrp {
  h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.2rem;
    color: #db1f26;
  }

  .features {
    max-width: 900px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .feature {
    background: #161b22;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
  }

  .feature i {
    font-size: 1.5rem;
    color: #db1f26;
    margin-top: 5px;
    flex-shrink: 0;
  }

  .feature p {
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
  }
}

.self-learn-wrp {
  .cycle-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    padding: 30px;
  }

  .title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
  }

  .steps {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    gap: 30px;
  }

  .step {
    background: #1a1d24;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s;
  }

  .step:hover {
    transform: translateY(-5px);
  }

  .icon {
    font-size: 2rem;
    margin-bottom: 12px;
    color: #00d9ff;
  }

  .step h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #fff;
  }

  .step p {
    /* font-size: 0.9rem; */
    color: #cbd5e1;
  }

  .flow {
    grid-column: span 3;
    text-align: center;
    margin-top: 20px;
    color: #aaa;
  }
}

.metrics-wrp {
  background: #0f1116;
  color: #fff;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 100vh; */
  padding: 20px;

  .container {
    max-width: 1100px;
    width: 100%;
  }

  .title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }

  .metrics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .metric-card {
    background: #1a1d24;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s;
  }

  .metric-card:hover {
    transform: translateY(-5px);
  }

  .metric-title {
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .compare-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .before {
    color: #db1f26;
    font-weight: 600;
    /* red */
  }

  .after {
    color: #4ade80;
    /* green */
    font-weight: bold;
  }

  .note {
    margin-top: 30px;
    line-height: 1.6;
    color: #ccc;
    text-align: center;
  }
}

/* 
Technical Architecture code start here */
.tech-arch-wrp {
  margin: 0;
  padding: 40px;
  font-family: "Segoe UI", sans-serif;
  background: #0f172a;
  color: #fff;

  h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 10px;
  }

  p {
    text-align: center;
    color: #cbd5e1;
    margin-bottom: 30px;
  }

  .carousel-container {
    position: relative;
    max-width: 1100px;
    margin: auto;
  }

  .carousel {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 10px;
  }

  .carousel::-webkit-scrollbar {
    display: none;
  }

  .card {
    min-width: 280px;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 20px;
    transition: transform 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .card:hover {
    transform: translateY(-8px);
  }

  .card h3 {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 1.2rem;
    color: #db1f26;
  }

  .card p {
    font-size: 0.95rem;
    color: #e5e7eb;
    line-height: 1.5;
  }

  .icon {
    font-size: 2rem;
    color: #db1f26;
  }

  /* Navigation buttons */
  .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
    font-size: 1.5rem;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 10;
  }

  .nav-btn:hover {
    background: rgba(255, 255, 255, 0.3);
  }

  .nav-left {
    left: -20px;
  }

  .nav-right {
    right: -20px;
  }
}

/* Technical Architecture code end here */

/* Key Capabilities code start here */
.key-cap-wrp {
  margin: 0;
  padding: 40px;
  background: #0f172a;
  color: #fff;

  h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .accordion {
    max-width: 800px;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
  }

  .accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .accordion-header {
    background: rgba(255, 255, 255, 0.08);
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    color: #fff;
    transition: background 0.3s;
  }

  .accordion-header:hover {
    background: rgba(255, 255, 255, 0.15);
  }

  .accordion-header span {
    font-size: 1.5rem;
    transition: transform 0.3s;
  }

  .accordion-header.active span {
    transform: rotate(45deg);
  }

  .accordion-content {
    max-height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    padding: 0 20px;
    transition: max-height 0.4s ease, padding 0.3s ease;
  }

  .accordion-content.open {
    max-height: 200px;
    padding: 15px 20px;
  }

  .accordion-content p {
    margin: 0;
    color: #e5e7eb;
    line-height: 1.6;
  }
}

.imp-wrpsec {
  margin: 0;
  padding: 40px;
  background: #0f172a;
  color: #fff;
}

/* Key Capabilities code end here */

/* 4 items start here */
.items-wrp {
  background: #f9f9f9;
  margin: 0;
  padding: 20px;

  .steps-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .step-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    padding: 30px 20px 20px;
    position: relative;
    flex: 1 1 350px;
    /* max-width: 500px; */
  }

  .step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
  }

  .step-card h2 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #db1f26;
  }

  .step-card ul {
    list-style: disc;
    padding-left: 20px;
    color: #555;
  }

  .step-card ul li {
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

/* 4 items end here */

.usecase2-tech-arc {
  background: #f8f9fa;
  margin: 0;
  padding: 40px;

  .architecture-container {
    max-width: 800px;
    margin: auto;
    background: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  }

  .architecture-container h2 {
    font-size: 26px;
    margin-bottom: 20px;
    border-bottom: 2px solid #db1f26;
    display: inline-block;
    padding-bottom: 5px;
    color: #333;
  }

  .architecture-item {
    margin-bottom: 20px;
  }

  .architecture-item h3 {
    font-size: 18px;
    color: #db1f26;
    margin-bottom: 8px;
  }

  .architecture-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
  }

  .tag {
    display: inline-block;
    background: #e9f2ff;
    color: #0056b3;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    margin: 5px 6px 0 0;
  }
}

.metrics-wrp-use2 {
  background: #fff;
  color: #222;
  margin: 0;
  padding: 40px;

  h2 {
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: bold;
  }

  .metrics {
    display: block;
    justify-content: center;
    gap: 60px;
    text-align: center;
  }

  .metric {
    width: 220px;
  }

  .circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 12px solid #eee;
    position: relative;
    margin: 0 auto 20px;
  }

  .circle .progress {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 12px solid transparent;
    border-top-color: #222;
    transform: rotate(-90deg);
  }

  /* Progress Angles */
  .p19 {
    clip-path: inset(0 0 81% 0);
  }

  /* 19% */
  .p70 {
    clip-path: inset(0 0 30% 0);
  }

  /* 70% */
  .p167 {
    clip-path: inset(0 0 0 0);
  }

  /* Full circle (167% just full) */

  .circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight: bold;
  }

  .metric h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
  }

  .metric p {
    color: #555;
    line-height: 1.4;
  }
}

.single-blog-thumb.img-height {
  height: 235px;
}

.single-blog-thumb.img-height1 {
  height: 242px;
}

.card.w-100 {
  width: 82% !important;
  margin: 0 auto;
}

.p-align-wrp {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #a29b9b;
  margin-top: 1rem;
  padding: 1rem;
}

.doc-process-wrp {
  background: #f5f8fa;
  margin: 0;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 16px;

  .container {
    display: flex;
    justify-content: center;
    max-width: 1000px;
  }

  .text-block {
    flex: 1;
    padding: 20px;
    border: 1px solid #ccc7c7;
  }

  .text-block h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #222;
  }

  .text-block p {
    line-height: 1.6;
    color: #444;
  }

  .circle {
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 40px;
    display: none;
  }

  .circle:before {
    content: "";
    width: 120px;
    height: 120px;
    background: #f5f8fa;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
  }

  .segment {
    position: absolute;
    width: 50%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    color: white;
    z-index: 2;
  }

  /* Correct clockwise placement */
  .seg1 {
    top: 15%;
    left: 70%;
    transform: translate(-50%, -50%);
  }

  .seg2 {
    bottom: 15%;
    left: 70%;
    transform: translate(-50%, 50%);
  }

  .seg3 {
    bottom: 15%;
    left: 30%;
    transform: translate(-50%, 50%);
  }

  .seg4 {
    top: 15%;
    left: 30%;
    transform: translate(-50%, -50%);
  }
}

.metric-measure-wrp {
  margin: 0;
  background: #f7f9fc;
  color: #333;

  .metrics-section {
    max-width: 1100px;
    margin: 50px auto;
    padding: 20px;
  }

  .metrics-section h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 30px;
  }

  .metric-card {
    text-align: center;
    background: #fff;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  }

  .metric-value {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 8px;
  }

  .metric-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .metric-desc {
    line-height: 1.6;
    color: #555;
  }

  .metrics-footer {
    margin-top: 40px;
    color: #444;
    line-height: 1.6;
    font-weight: 300;
  }
}

.artch-state-1wrp {
  background: #f8f9fa;
  margin: 0;
  padding: 40px;

  .container {
    max-width: 1000px;
    margin: auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }

  h2 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #222;
    border-bottom: 3px solid #007bff;
    display: inline-block;
    padding-bottom: 5px;
  }

  .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Change to 3 for three columns */
    gap: 20px;
    margin-top: 20px;
  }

  .section {
    background: #fdfdfd;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .section:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  }

  .section h3 {
    font-size: 20px;
    color: #db1f26;
    margin-bottom: 12px;
  }

  .section ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .section ul li {
    position: relative;
    padding-left: 25px;
    margin: 8px 0;
    color: #333;
    font-size: 16px;
  }

  .section ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #db1f26;
    font-weight: bold;
  }
}

.ai-frame-state-usecase2 {
  margin: 0;
  padding: 40px;
  background: #fafafa;
  color: #333;

  h2 {
    font-size: 28px;
    margin-bottom: 1rem;
  }

  .framework {
    width: 100%;
  }

  .card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: left;
    margin-bottom: 1rem;
    border: 1px solid #f3f3f3;
  }

  .card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .card p {
    line-height: 1.5;
    color: #555;
  }
}

.usecase2keyfe {
  background: #f7f9fc;
  margin: 0;
  padding: 40px;

  .features-section {
    max-width: 1000px;
    margin: auto;
  }

  .features-section h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    color: #333;
  }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }

  .feature-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: 0.3s ease;
  }

  .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  }

  .feature-icon {
    font-size: 28px;
    color: #007bff;
    flex-shrink: 0;
  }

  .feature-text {
    color: #444;
  }
}

.quote {
  font-style: italic;
  font-weight: 300;
}

.border {
  padding: 1rem;
}

.m-t-2 {
  margin-top: 2rem;
}

.timeline-wrp {
  .timeline {
    position: relative;
    max-width: 1000px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px;
  }

  .timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #ddd;
    transform: translateX(-50%);
  }

  .timeline-item {
    display: contents;
  }

  .timeline-content {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .left {
    text-align: right;
  }

  .right {
    text-align: left;
  }

  .number {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f3f3;
    border: 2px solid #ccc;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    font-weight: bold;
    margin: auto;
    z-index: 1;
  }

  h3 {
    margin-top: 0;
    color: #333;
  }

  p {
    margin: 0;
    line-height: 1.5;
  }
}

.edu-usecase-2wrp {
  .feature-card {
    display: unset;
  }
}

.stakeholder-wrp {
  margin: 0;
  padding: 40px;
  background: #000;
  color: #333;

  h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
  }

  .card {
    background: #fff;
    border: 1px solid #ddd;
    border-left: 6px solid #db1f26;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }

  .card h3 {
    margin: 0 0 12px;
    font-size: 18px;
    color: #111;
  }

  .card ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .card ul li {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
  }

  .card ul li::before {
    content: "•";
    color: #333;
    position: absolute;
    left: 0;
  }
}

.edu-use-case-wrp {
  .metrics-grid {
    grid-template-columns: unset;
  }
}

.edu-usecase3-footer-wrp {
  background-color: #0d0d0d;
  color: #f2f2f2;
  margin: 0;
  padding: 0;
  line-height: 1.6;

  .container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
  }

  h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #ffffff;
    border-bottom: 2px solid #444;
    padding-bottom: 5px;
  }

  ul {
    list-style-type: disc;
    padding-left: 25px;
  }

  li {
    margin-bottom: 10px;
  }

  .metrics li {
    margin-bottom: 15px;
  }

  .metrics strong {
    color: #db1f26;
  }

  .card {
    background: #1a1a1a;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  }
}

.mision-usecase1firstwrp {
  margin: 0;
  background-color: #111827;
  color: white;

  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
  }

  .card {
    background-color: #db1f26;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: transform 0.3s ease;
  }

  .card:hover {
    transform: scale(1.05);
  }

  .card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }

  .card-content {
    padding: 16px;
  }

  .card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .card p {
    line-height: 32px;
    color: #d1d5db;
  }
}

.mission-usecase1metric-wrp {
  background: #0f0f0f;
  color: #fff;
  margin: 0;
  padding: 40px;

  .metrics-container {
    max-width: 1100px;
    margin: auto;
  }

  h2 {
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 700;
  }

  .metrics-cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
  }

  .metric {
    flex: 1;
    background: #1a1a1a;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
  }

  .progress-bar {
    background: #333;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 12px;
    height: 16px;
  }

  .progress {
    height: 100%;
    background: #fff;
  }

  .metric h3 {
    margin: 10px 0 6px;
    font-size: 18px;
    font-weight: bold;
  }

  .metric p {
    color: #bbb;
  }

  .impact-metrics {
    margin-top: 30px;
  }

  .impact-metrics h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .impact-metrics ul {
    list-style: none;
    padding: 0;
  }

  .impact-metrics li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    font-weight: 300;
  }

  .impact-metrics li::before {
    content: "•";
    color: #00ff88;
    position: absolute;
    left: 0;
  }

  .sustainability {
    background: #174d27;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
  }

  .sustainability h4 {
    margin-top: 0;
    color: #00ff88;
    margin-bottom: 1rem;
  }

  .footer-text {
    color: #aaa;
    margin-top: 20px;
    line-height: 1.5;
  }
}

.missionusecase2-keymetric-wrp {
  background: #0d0d0d;
  color: #f0f0f0;
  margin: 0;
  padding: 40px;

  h2 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 1.8rem;
    border-bottom: 2px solid #444;
    padding-bottom: 5px;
  }

  ul {
    list-style: disc;
    padding-left: 25px;
  }

  ul li {
    margin: 10px 0;
  }

  .metrics ul li {
    margin: 15px 0;
  }

  .metrics strong {
    color: #db1f26;
  }

  .card {
    background: #1a1a1a;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
  }
}

.img-height {
  height: 228px;
}

.thumb-img-usecases {
  width: 70px;
  height: 70px;
}

.indistries-first-section-wrp {
  font-family: Arial, sans-serif;
  background: #0c0f16;
  color: #fff;

  .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
  }

  h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #db1f26;
  }

  h1 span {
    text-decoration: line-through;
    color: #f55;
  }

  p {
    line-height: 1.6;
    color: #fff;
    margin-bottom: 40px;
  }

  .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
  }

  .card {
    background: #1a1e29;
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .card:hover {
    background: #242a3a;
    transform: translateY(-5px);
  }

  .icon {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .card h3 {
    font-weight: 600;
  }
}

.modalleaderboard-wrp {
  margin: 0;
  background-color: #111;
  color: #fff;

  .container {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    max-width: 1400px;
    margin: auto;
  }

  /* Left Section */
  .left {
    width: 45%;
  }

  .left h1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .left p {
    line-height: 1.5;
    color: #ccc;
    margin-bottom: 40px;
  }

  .mode {
    background: #222;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    position: relative;
  }

  .mode::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background: #db1f26;
    border-radius: 8px 0 0 8px;
  }

  .mode h3 {
    margin: 0 0 8px;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
  }

  .mode p {
    margin: 0;
    color: #aaa;
  }

  /* Right Section */
  .right {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .card {
    background: #fff;
    color: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }

  .card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
  }

  .card-content {
    padding: 15px;
  }

  .card-content h4 {
    margin: 0 0 8px;
    font-size: 1rem;
  }

  .card-content p {
    color: #555;
    margin-bottom: 10px;
  }

  .btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 0.8rem;
    border: 1px solid #000;
    border-radius: 20px;
    background: transparent;
    cursor: pointer;
    transition: 0.2s;
  }

  .btn:hover {
    background: #000;
    color: #fff;
  }
}

.modelintelliencelab-wrp {
  background: #001628;
  color: #777;
  padding: 4em;
  line-height: 1.15;

  hr {
    /*dummy content*/
    height: 6px;
    border: none;
    background: rgba(0, 0, 0, 0.1);
  }

  hr:last-child {
    /*dummy content*/
    margin-right: 60%;
  }

  hr.image {
    /*dummy content*/
    padding-bottom: 50%;
  }

  .page {
    padding: 2em;
    background: #cecece;
    max-width: 1100px;
  }

  .archive {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-gap: 1em;
  }

  .article {
    padding: 1em;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 20px 20px rgba(0, 0, 0, 0.05);
  }
}

.modelintelliencelab-wrp {
  margin: 0;
  background-color: #1c252b;
  color: #fff;

  .container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 10%;
    gap: 60px;
  }

  .steps {
    display: flex;
  }

  .steps h5 {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid #fff;
    font-size: 10px;
    margin-bottom: 10px;
  }

  .steps h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .step {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }

  .step-icon {
    background: #2e3b45;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin-right: 15px;
    position: relative;
  }

  .step-icon::after {
    content: attr(data-step);
    position: absolute;
    right: -12px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    padding: 4px 6px;
    font-weight: bold;
  }

  .step-content {
    background: #2e3b45;
    padding: 15px;
    border-radius: 6px;
    flex: 1;
  }

  .step-content h4 {
    margin: 0 0 5px;
    font-size: 16px;
  }

  .step-content p {
    margin: 0;
    color: #cfd8dc;
  }

  .image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .image img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 50%;
  }

  @media (max-width: 900px) {
    .container {
      flex-direction: column;
    }

    .image img {
      width: 300px;
      height: 300px;
    }
  }
}

.aimarketplace-wrp {
  background: #f9f9fb;
  margin: 0;
  padding: 0;

  .features-section {
    background: #fff;
    max-width: 1200px;
    margin: 50px auto;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  }

  .features-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .features-header .tag {
    display: inline-block;
    color: #ff4b2b;
    border: 1px solid #ff4b2b;
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .features-header h2 {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    color: #0d0d2b;
  }

  .features-header p {
    max-width: 600px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
  }

  .features-cards {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
  }

  .features-cards::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
  }

  .feature-card {
    flex: 0 0 300px;
    background: #f1f3f6;
    padding: 25px;
    border-radius: 12px;
    transition: transform 0.3s ease;
  }

  .feature-card:nth-child(1) {
    background: #eaf4ff;
  }

  .feature-card:nth-child(2) {
    background: #f2f2f5;
  }

  .feature-card:nth-child(3) {
    background: #fff1ee;
  }

  .feature-card:nth-child(4) {
    background: #e9ffe9;
  }

  .feature-card:nth-child(5) {
    background: #fff6e9;
  }

  .feature-card:hover {
    transform: translateY(-6px);
  }

  .feature-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ff4b2b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    margin-bottom: 15px;
  }

  .feature-card h3 {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 700;
    color: #0d0d2b;
  }

  .feature-card p {
    font-size: 14px;
    color: #555;
    margin: 0;
    line-height: 1.6;
  }

  .arrows {
    display: flex;
    gap: 10px;
  }

  .arrow-btn {
    background: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 18px;
    transition: 0.3s;
  }

  .arrow-btn:hover {
    background: #ff4b2b;
    color: #fff;
  }
}

.nonprofit-img {
  height: 225px;
}

.career-wrp {
  margin: 0;
  background: #f9f9fb;
  color: #333;

  header {
    background: linear-gradient(135deg, #000000, #858b97);
    color: white;
    padding: 60px 20px;
    text-align: center;
  }

  header h1 {
    margin-bottom: 15px;
    color: #ff3d00;
  }

  header p {
    max-width: 600px;
    margin: auto;
  }

  header a {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background: #fff;
    color: #db1f26;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
  }

  header a:hover {
    background: #e6e6ff;
  }

  .categories {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px auto;
    flex-wrap: wrap;
  }

  .category {
    background: white;
    padding: 20px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: transform 0.3s;
  }

  .category:hover {
    transform: translateY(-5px);
  }

  .jobs {
    max-width: 1000px;
    margin: 50px auto;
    padding: 0 20px;
  }

  .job-card {
    background: white;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
  }

  .job-card:hover {
    transform: translateY(-5px);
  }

  .job-info h3 {
    margin: 0;
    color: #333333;
  }

  .job-info p {
    margin: 5px 0 0;
    color: #555;
  }

  .apply-btn {
    padding: 10px 20px;
    background: #db1f26;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
  }

  .apply-btn:hover {
    background: #003580;
  }

  /* Modal Styles */
  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.6);
  }

  .modal-content {
    background: #fff;
    margin: 80px auto;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  }

  .modal-content h2 {
    margin-top: 0;
    color: #004aad;
  }

  .modal-content label {
    display: block;
    margin: 12px 0 5px;
    font-weight: bold;
  }

  .modal-content input,
  .modal-content textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
  }

  .modal-content textarea {
    resize: vertical;
    height: 100px;
  }

  .modal-content button {
    margin-top: 20px;
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    background: #004aad;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
  }

  .modal-content button:hover {
    background: #003580;
  }

  .close {
    float: right;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    color: #666;
  }

  .close:hover {
    color: #000;
  }

  @media (max-width: 768px) {
    .job-card {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }

    .categories {
      flex-direction: column;
      align-items: center;
    }
  }
}

.career-form-wrp {
  .apply-section {
    background: #f9f9fb;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
  }

  .form-container {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  }

  h2 {
    margin-bottom: 20px;
    color: #db1f26;
  }

  label {
    display: block;
    margin: 12px 0 6px;
    font-weight: bold;
  }

  input,
  textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
  }

  textarea {
    resize: vertical;
    height: 100px;
  }

  button {
    margin-top: 20px;
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    background: #db1f26;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
  }

  button:hover {
    background: #003580;
  }
}

.Cybersecurityhome-wrp-new {
  background: #0b0b0c;
  color: #fff;
  margin: 0;
  padding: 0;

  h2 {
    text-align: center;
    font-size: 2rem;
    margin-top: 30px;
    color: #ff3333;
  }

  p.sub-title {
    text-align: center;
    color: #ccc;
    margin-bottom: 40px;
  }

  .timeline {
    position: relative;
    max-width: 900px;
    margin: auto;
  }

  .timeline::after {
    content: "";
    position: absolute;
    width: 4px;
    background-color: #ff3333;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
  }

  .timeline-item {
    padding: 20px 40px;
    position: relative;
    width: 50%;
  }

  .timeline-item.left {
    left: 0;
    text-align: right;
  }

  .timeline-item.right {
    left: 50%;
  }

  .timeline-item::before {
    content: "";
    position: absolute;
    top: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ff3333;
    border: 3px solid #fff;
    z-index: 1;
  }

  .timeline-item.left::before {
    right: -10px;
  }

  .timeline-item.right::before {
    left: -10px;
  }

  .content {
    background: #1a1a1d;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }

  .content h3 {
    margin: 0 0 10px;
    color: #ff3333;
    font-size: 1.1rem;
  }

  .content p {
    margin: 0;
    line-height: 1.4;
    color: #ddd;
  }

  /* Responsive */
  @media screen and (max-width: 768px) {
    .timeline::after {
      left: 20px;
    }

    .timeline-item {
      width: 100%;
      padding-left: 60px;
      padding-right: 25px;
      text-align: left !important;
    }

    .timeline-item::before {
      left: 10px;
    }
  }
}

.our-three-principe-wrp {
  .section {
    text-align: center;
    padding: 60px 20px;
  }

  .section h3 {
    color: #e63946;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }

  .section h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
  }

  .section h1 span {
    background: linear-gradient(90deg, #e63946, #f77f00);
    -webkit-text-fill-color: transparent;
  }

  .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1000px;
    margin: auto;
  }

  .card {
    background: linear-gradient(145deg, #1b263b, #0d1b2a);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  }

  .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
  }

  .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
  }

  .icon.red {
    background: #e63946;
  }

  .icon.blue {
    background: #457b9d;
  }

  .icon.purple {
    background: #9d4edd;
  }

  .card h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .card p {
    color: #dcdcdc;
  }
}

.ourprincipleswrp {
  background: url(../images/about/our-three-principe.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  line-height: 1.6;

  .assessment {
    max-width: 800px;
    margin: auto;
    font-family: Arial, sans-serif;
  }

  .intro-principle {
    font-style: italic;
    margin-bottom: 30px;
  }

  .timeline {
    position: relative;
    margin: 20px 0;
    padding-left: 40px;
    border-left: 3px solid #db1f26;
  }

  .timeline-step {
    margin-bottom: 30px;
    position: relative;
  }

  .timeline-step .icon {
    position: absolute;
    left: -28px;
    top: 0;
    background: #f3f3f3;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    font-size: 18px;
  }

  .timeline-step h3 {
    margin: 0;
    color: #333;
  }

  .timeline-step p {
    margin: 5px 0 0;
    color: #fff;
  }

  .note {
    background: #333333;
    padding: 15px;
    border-left: 4px solid #db1f26;
    margin-top: 30px;
  }

  .content {
    padding-left: 2rem;
  }
}

.custom-ai-development-wrp {
  p {
    font-weight: 200;
  }

  .hero-section {
    display: flex;
    flex-wrap: wrap;
  }

  .p-l1 {
    padding-left: 1rem;
  }

  /* Left Hero Image */
  .hero-left {
    flex: 1;
    background: url("../images/about/office-image.jpg") center/cover no-repeat;
    position: relative;
    min-height: 300px;
  }

  .hero-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    border-radius: 8px;
  }

  /* Right Content Panel */
  .hero-right {
    flex: 1;
    background: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .feature {
    margin-bottom: 30px;
  }

  .feature .icon {
    width: 30px;
    margin-bottom: 10px;
  }

  .highlight {
    background: #f5f7fb;
    padding: 20px;
    border-left: 4px solid #db1f26;
    border-radius: 6px;
  }

  .highlight h3 {
    margin-top: 0;
    color: #db1f26;
  }

  .img-width-15 {
    width: 10%;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .hero-section {
      flex-direction: column;
      height: auto;
    }

    .hero-left,
    .hero-right {
      flex: 100%;
      min-height: 250px;
    }
  }
}

.evolution-section-wrp {
  background: #333333;
  color: #333;
  margin: 0;
  padding: 0;

  .section {
    max-width: 1200px;
    margin: auto;
    padding: 60px 20px;
    text-align: center;
  }

  .section h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .features {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }

  .feature {
    flex: 1;
    min-width: 250px;
    background: #f7f8fa;
    padding: 30px 20px;
    border-radius: 10px;
    position: relative;
  }

  .feature-icon {
    font-size: 30px;
    margin-bottom: 15px;
    color: #777;
  }

  .feature h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .feature p {
    color: #666;
    line-height: 1.5;
    font-weight: 300;
  }

  .subtext {
    margin: 40px auto;
    max-width: 900px;
    font-style: italic;
  }

  .stats {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap;
  }

  .stat {
    flex: 1;
    min-width: 250px;
    padding: 20px;
    border: 1px solid #6b6464;
    border-radius: 12px;
    background-color: #00132b;
  }

  .stat h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .stat span {
    display: block;
    font-size: 1rem;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 600;
  }
}

.responsve-ai-wrp .call-do-action-content p {
  width: 100%;
}

.transparency-wrp {
  background: #fff;
  color: #333;
  margin: 0;
  padding: 0;

  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
  }

  h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #db1f26;
  }

  p.description {
    margin-bottom: 40px;
    line-height: 1.6;
    color: #ffffff;
    font-weight: 200;
  }

  .feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    align-items: center;
  }

  .icon-box {
    background: #f3f4f6;
    padding: 14px;
    border-radius: 8px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon-box svg {
    width: 24px;
    height: 24px;
    stroke: #555;
  }

  .feature h3 {
    font-size: 1.2rem;
    margin: 0;
    font-weight: 600;
  }

  .feature p {
    color: #ffffff;
    margin: 5px 0 0;
  }

  .illustration {
    width: 100%;
    height: 400px;
    background: #f5f5f5;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 1rem;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.05);
    background: url("../images/resource/framework.jpg") center/cover no-repeat;
  }

  @media (max-width: 768px) {
    .container {
      grid-template-columns: 1fr;
    }

    .illustration {
      height: 250px;
    }
  }
}

.zero-trust-wrp {
  display: flex;
  justify-content: center;
  align-items: center;

  .progress-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .progress-container::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 50px;
    right: 50px;
    height: 4px;
    background: #db1f26;
    z-index: 0;
  }

  .step {
    position: relative;
    text-align: center;
    width: 25%;
    z-index: 1;
  }

  .step .circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #2a3245;
    border: 3px solid #888;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 24px;
    transition: all 0.3s ease;
  }

  .step:hover .circle {
    background: #3b4661;
    border-color: #00d4ff;
    transform: scale(1.1);
  }

  .step .title {
    margin-top: 10px;
    font-weight: bold;
  }

  .step .desc {
    color: #ccc;
    margin-top: 5px;
    line-height: 1.4em;
  }
}

.security-wrp {
  padding: 40px;

  .container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }

  /* Left Section */
  .steps {
    flex: 1;
  }

  .step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .step-number {
    background: #dfe4ea;
    color: #333;
    font-weight: bold;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    font-size: 16px;
  }

  .step-content h3 {
    margin: 0 0 6px;
    font-size: 18px;
    color: #555;
  }

  .step-content p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
  }

  /* Right Section - Dashboard */
  .dashboard {
    flex: 1.2;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 20px;
  }

  .dashboard-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .tabs {
    display: flex;
    gap: 15px;
  }

  .tab {
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 6px;
    background: #f1f2f6;
    cursor: pointer;
  }

  .tab.active {
    background: #333;
    color: #fff;
  }

  .map {
    background: linear-gradient(135deg, #dfe6e9, #b2bec3);
    height: 220px;
    border-radius: 10px;
    position: relative;
  }

  .dot {
    position: absolute;
    width: 12px;
    height: 12px;
    background: red;
    border-radius: 50%;
  }

  .stats {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .stat-box {
    background: #f1f2f6;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
  }

  .stat-title {
    font-size: 12px;
    color: #888;
  }

  .stat-value {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }
}

.leadership-new-section-wrp {
  .container {
    padding: 20px;
  }

  h1 {
    text-align: center;
    font-size: 2.5em;
    color: #db1f26;
    margin-bottom: 40px;
  }

  .section {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
  }

  .section i {
    font-size: 2em;
    color: #db1f26;
    margin-right: 15px;
  }

  .section h2 {
    display: flex;
    align-items: center;
    font-size: 1.2em;
    margin-bottom: 15px;
  }

  .section p {
    font-size: 1em;
    line-height: 1.7;
    color: #555;
  }

  .divider {
    height: 4px;
    width: 50px;
    background-color: #1e3799;
    margin: 10px 0 20px 0;
    border-radius: 2px;
  }

  @media (max-width: 768px) {
    .section h2 {
      font-size: 1em;
    }
  }

  @media (max-width: 480px) {
    .section {
      padding: 20px 15px;
    }

    h1 {
      font-size: 2em;
    }
  }
}

.leadership-new-section-wrp.team_area {
  background: url(../images/about/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 240px 0 140px;
  margin-top: -141px;
}

.logo-circulator-container {
  background: #0d0d0d;
  color: white;
  margin: 0;
  padding: 40px;
  overflow-x: hidden;

  h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
  }

  .logo-section {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
  }

  .logo-track {
    display: inline-flex;
    gap: 40px;
    animation: scroll-left 25s linear infinite;
  }

  .card {
    background: #fff;
    border-radius: 12px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    min-width: 180px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }

  .card img {
    max-height: 50px;
    max-width: 120px;
    object-fit: contain;
  }

  /* Seamless scroll */
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }
}

/* Use cases side bar section */

.sidebar-sticky {
  position: sticky;
  top: 100px;
  /* adjust based on header height */
}

.sidebar-wrapper {
  position: sticky;
  top: 100px;
  /* adjust how far from top */
}

.sidebar-fixed {
  position: sticky;
  top: 100px;
  right: 20px;
  width: 300px;
  z-index: 999;
}

.top5foundation-models-datainsights-wrp {
  background: linear-gradient(135deg,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(26, 26, 26, 0.95) 100%);
  min-height: 100vh;
  color: #333;
  overflow-x: hidden;

  .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
  }

  /* Hero Section */
  .hero {
    background: linear-gradient(135deg,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(26, 26, 26, 0.95) 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .hero::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle,
        rgba(220, 38, 38, 0.15) 0%,
        transparent 70%);
    animation: pulse 4s ease-in-out infinite;
  }

  @keyframes pulse {

    0%,
    100% {
      transform: scale(1);
      opacity: 0.5;
    }

    50% {
      transform: scale(1.1);
      opacity: 0.8;
    }
  }

  .hero-content {
    position: relative;
    z-index: 2;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 900;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #dc2626, #ef4444, #f87171);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient 3s ease infinite;
  }

  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }

    50% {
      background-position: 100% 50%;
    }

    100% {
      background-position: 0% 50%;
    }
  }

  .hero p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.9;
  }

  /* Performance Highlights Cards */
  .highlights {
    padding: 80px 0;
    background: #f5f5f5;
  }

  .highlights h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 3rem;
    background: linear-gradient(135deg, #000000, #dc2626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .highlight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
  }

  .highlight-card {
    background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid #dc2626;
    backdrop-filter: blur(10px);
  }

  .highlight-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(220, 38, 38, 0.3);
  }

  .highlight-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgba(220, 38, 38, 0.2),
        transparent);
    transition: left 0.5s;
  }

  .highlight-card:hover::before {
    left: 100%;
  }

  .highlight-number {
    font-size: 2.2rem;
    font-weight: 900;
    /* background: linear-gradient(45deg, #dc2626, #b91c1c); */
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    /* margin-bottom: 0.5rem; */
    color: #dc2626;
  }

  .p-1 {
    padding: 1rem;
  }

  .highlight-label {
    font-size: 1.1rem;
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 600;
  }

  .highlight-desc {
    color: #666;
  }

  /* Model Cards */
  .models-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
  }

  .model-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 3rem;
    margin: 2rem 0;
    box-shadow: 0 20px 60px rgba(220, 38, 38, 0.2);
    transition: all 0.3s ease;
    border: 2px solid #dc2626;
  }

  .model-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 80px rgba(220, 38, 38, 0.3);
  }

  .model-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }

  .model-title {
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #000000, #dc2626);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .model-badge {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
  }

  .model-specs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
  }

  .spec-item {
    background: linear-gradient(135deg, #f5f5f5, #e5e5e5);
    padding: 1.5rem;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #dc2626;
  }

  .spec-value {
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0.5rem;
  }

  .spec-label {
    color: #666;
  }

  /* Benchmark Chart */
  .benchmark-section {
    padding: 80px 0;
    background: #f5f5f5;
  }

  .chart-container {
    background: linear-gradient(135deg, #ffffff, #f5f5f5);
    border-radius: 25px;
    padding: 3rem;
    margin: 2rem 0;
    box-shadow: 0 20px 60px rgba(220, 38, 38, 0.1);
    border: 2px solid #dc2626;
  }

  .benchmark-bar {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
    padding: 1rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
  }

  .benchmark-bar:hover {
    transform: translateX(10px);
  }

  .bar-label {
    width: 150px;
    font-weight: 600;
    color: #000000;
  }

  .bar-fill {
    height: 15px;
    border-radius: 10px;
    background: linear-gradient(90deg, #b91c1c, #dc2626);
    transition: width 1s ease;
    margin: 0 1rem;
    flex-grow: 1;
    position: relative;
  }

  .bar-value {
    position: absolute;
    right: -58px;
    top: -2px;
    font-weight: 700;
    color: #000000;
  }

  /* Roadmap */
  .roadmap-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #e5e5e5 0%, #d4d4d4 100%);
  }

  .roadmap-timeline {
    position: relative;
    margin: 3rem 0;
  }

  .roadmap-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #b91c1c, #dc2626);
    transform: translateX(-50%);
  }

  .roadmap-item {
    display: flex;
    justify-content: flex-end;
    padding: 2rem 0;
    position: relative;
  }

  .roadmap-item:nth-child(even) {
    justify-content: flex-start;
  }

  .roadmap-content {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    width: 45%;
    box-shadow: 0 10px 30px rgba(220, 38, 38, 0.15);
    position: relative;
    backdrop-filter: blur(10px);
    border: 2px solid #dc2626;
  }

  .roadmap-date {
    background: linear-gradient(135deg, #b91c1c, #dc2626);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
  }

  .roadmap-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #b91c1c, #dc2626);
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.3);
  }

  /* Selection Guide */
  .guide-section {
    padding: 80px 0;
    background: #f5f5f5;
  }

  .guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
  }

  .guide-step {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    color: white;
    padding: 2.5rem;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    border: 2px solid #dc2626;
  }

  .guide-step:hover {
    transform: translateY(-10px) rotate(2deg);
  }

  .step-number {
    font-size: 3rem;
    font-weight: 900;
    opacity: 0.3;
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #dc2626;
  }

  .step-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }

  /* Footer */
  .footer {
    background: linear-gradient(135deg, #000000, #1a1a1a);
    color: white;
    padding: 3rem 0;
    text-align: center;
    border-top: 2px solid #dc2626;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .model-header {
      flex-direction: column;
      gap: 1rem;
    }

    .roadmap-timeline::before {
      left: 20px;
    }

    .roadmap-item {
      justify-content: flex-start !important;
      padding-left: 60px;
    }

    .roadmap-content {
      width: 100%;
    }

    .roadmap-circle {
      left: 20px;
    }
  }

  /* Loading Animation */
  .fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeIn 0.8s forwards;
  }

  @keyframes fadeIn {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

.api-access-integration-wrp {
  background: #1e2a38;
  color: #fff;
  margin: 0;
  padding: 40px;

  h1 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    background: linear-gradient(135deg, #f78ca0, #f9748f, #fd868c, #fe9a8b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin: auto;
  }

  .card {
    background: #2a3c50;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease;
  }

  .card:hover {
    transform: translateY(-5px);
  }

  .card-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    margin-right: 12px;
    font-size: 1.2rem;
  }

  .openai {
    background: #ff5e3a;
  }

  .anthropic {
    background: #3ecf8e;
  }

  .google {
    background: #4285f4;
  }

  .xai {
    background: #e94fc6;
  }

  .card h2 {
    font-size: 1.2rem;
    margin: 0;
    color: #fff;
  }

  .card p {
    line-height: 1.4rem;
    color: #d0d8e0;
  }

  .code-box {
    background: #1b2836;
    border-radius: 8px;
    padding: 10px;
    margin-top: 15px;
    font-family: monospace;
    color: #f8f8f2;
    border-left: 3px solid #5ad1e8;
  }

  .integration-section-wrp {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2rem;
    margin-top: 3rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);

    h4 {
      color: #db1f26;
      margin-bottom: 1rem;
      font-size: 1.3rem;
    }

    p {
      color: rgba(255, 255, 255, 0.8);
      font-size: 1.1rem;
      line-height: 1.6;
      max-width: 800px;
      margin: 0 auto;
    }

    footer {
      margin-top: 2rem;
    }

    footer p {
      font-size: 1.1rem;
      margin-bottom: 1rem;
    }
  }
}

.sidebar-inner {
  position: relative;
  transition: all 0.8s ease;
  /* smooth movement */
  width: 320px;
}

.sidebar-inner.sticky {
  position: fixed;
  top: 20px;
  /* distance from viewport top */
  width: inherit;
  /* maintain sidebar width */
  z-index: 10;
}

.logo-circulator-container-tech-wrp {
  margin: 0;
  background: #000;
  color: #222;
}

.logo-circulator-container-tech-wrp .center {
  text-align: center;
}

.logo-circulator-container-tech-wrp .container {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  /* 4 responsive columns */
  gap: 20px;
  align-items: center;
  padding: 0;
}

.logo-circulator-container-tech-wrp .logo-grid {
  overflow: hidden;
  height: 500px;
  position: relative;
}

.logo-circulator-container-tech-wrp .logo-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(90px, 1fr));
  gap: 20px;
  animation: scrollUp 25s linear infinite;
}

.logo-circulator-container-tech-wrp .logo-track.reverse {
  animation: scrollDown 35s linear infinite;
}

.logo-circulator-container-tech-wrp .logo {
  background: white;
  padding: 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
}

ul.new-font.text-left.color-white:hover,
ul.new-font.text-left:hover {
  color: #fff;
}

.logo-circulator-container-tech-wrp .dark {
  background: #000;
  padding: 6px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
  border: 1px solid #ffffff;
}

.logowidth {
  width: 50%;
}

.logo-circulator-container-tech-wrp .logo img {
  max-width: 80px;
  max-height: 40px;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

@keyframes scrollDown {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .logo-img {
  width: 90% !important;
} */

.agentbusinessanalyst-wrp {
  margin: 0;
  background: #000;
  color: #222;

  .video-main {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  /* Reset & Base */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
  }

  /* Container */
  .container {
    margin: 0 auto;
    padding: 40px 20px;
  }

  /* Header */
  header {
    text-align: center;
    margin-bottom: 50px;
  }

  header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #db1f26;
  }

  header p {
    font-size: 1.1rem;
    color: #fff;
    margin-top: 10px;
  }

  /* Section Titles */
  h2 {
    font-size: 1.8rem;
    color: #db1f26;
    margin-bottom: 20px;
  }

  /* Cards */
  .card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }

  .card h3 {
    color: #db1f26;
    margin-bottom: 15px;
  }

  .card ul {
    list-style-type: disc;
    margin-left: 20px;
  }

  .card ul li {
    margin-bottom: 10px;
  }

  /* Grid layout */
  .grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  /* Buttons */
  .btn {
    display: inline-block;
    background-color: #db1f26;
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
  }

  .btn:hover {
    background-color: #3b5edb;
  }

  /* Responsive Video Embed */
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 40px;
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* Report Table */
  table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
  }

  table th,
  table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }

  table th {
    background-color: #db1f26;
    color: #fff;
    border-bottom: 2px solid #db1f26;
  }

  .timeline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
  }

  .time-line-wrp {
    background-color: #121212;
    color: #fff;
    margin: 0;
    padding: 40px 20px;
  }

  /* horizontal line */
  .timeline::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #1e90ff, #00ff7f, #ffff00, #ff8c00);
    z-index: 1;
    border-radius: 3px;
  }

  .step {
    position: relative;
    text-align: center;
    width: 16%;
    z-index: 2;
  }

  .step-circle {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    border: 4px solid currentColor;
  }

  /* Step colors */
  .blue {
    color: #1e90ff;
  }

  .green {
    color: #00ff7f;
  }

  .lime {
    color: #adff2f;
  }

  .yellow {
    color: #ffff00;
  }

  .orange {
    color: #ff8c00;
  }

  .step-title {
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
  }

  .step-desc {
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 1.4;
    margin-top: 0;
  }

  @media (max-width: 1000px) {
    .timeline {
      flex-direction: column;
      align-items: flex-start;
    }

    .timeline::before {
      width: 6px;
      height: 100%;
      left: 15px;
      top: 0;
      background: linear-gradient(to bottom,
          #1e90ff,
          #00ff7f,
          #ffff00,
          #ff8c00);
    }

    .step {
      width: auto;
      margin-bottom: 40px;
      padding-left: 50px;
      text-align: left;
    }

    .step-circle {
      margin-left: -35px;
    }
  }

  .technical-overview-wrp {
    background: #f5f7fa;
    margin: 0;
    padding: 50px 20px;
    color: #333;

    h1 {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 40px;
      color: #db1f26;
    }

    .grid-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .card {
      background: #fff;
      border-radius: 16px;
      padding: 30px 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
    }

    .card:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    }

    .card-icon {
      font-size: 2rem;
      color: #3b82f6;
      margin-bottom: 15px;
    }

    .card h2 {
      font-size: 1.25rem;
      margin-bottom: 12px;
      color: #111827;
    }

    .card p {
      font-size: 0.95rem;
      line-height: 1.5;
      color: #4b5563;
    }

    @media (max-width: 600px) {
      .card {
        padding: 20px 15px;
      }
    }
  }

  .technical-keybenefits-wrp {
    background: #131313;
    margin: 0;
    padding: 50px 20px;
    color: #333;

    h1 {
      text-align: center;
      font-size: 2.5rem;
      margin-bottom: 50px;
      color: #db1f26;
    }

    /* Card Grid */
    .cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
    }

    .card {
      /* background: linear-gradient(135deg, #DB1F26, #3b82f6); */
      background-color: #333333;
      border-radius: 20px;
      padding: 30px 25px;
      color: #fff;
      position: relative;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    }

    .card i {
      font-size: 2.2rem;
      margin-bottom: 15px;
      display: inline-block;
      animation: icon-bounce 2s infinite;
    }

    @keyframes icon-bounce {

      0%,
      20%,
      50%,
      80%,
      100% {
        transform: translateY(0);
      }

      40% {
        transform: translateY(-6px);
      }

      60% {
        transform: translateY(-3px);
      }
    }

    .card h3 {
      margin-top: 0;
      font-size: 1.4rem;
      margin-bottom: 10px;
    }

    .card p {
      line-height: 1.6;
      color: #f0f0f0;
    }

    /* Use Case */
    .use-case {
      margin-top: 70px;
      background: #fff;
      padding: 35px 30px;
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      animation: fadeIn 1s ease forwards;
    }

    .use-case h2 {
      margin-top: 0;
      font-size: 1.8rem;
      margin-bottom: 20px;
      color: #1e293b;
    }

    .use-case ul {
      padding-left: 25px;
      color: #475569;
      line-height: 1.7;
    }

    .use-case ul li {
      margin-bottom: 12px;
      position: relative;
      padding-left: 20px;
      font-weight: 500;
      list-style-type: none;
    }

    .use-case ul li::before {
      content: "✔";
      color: #10b981;
      position: absolute;
      left: 0;
      font-weight: bold;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(20px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Responsive tweak */
    @media (max-width: 600px) {
      h1 {
        font-size: 2rem;
      }

      .card h3 {
        font-size: 1.2rem;
      }
    }
  }
}

.data-qa-ai-wrp {
  line-height: 1.6;
  background: #f9fafb;
  color: #333;

  /* Hero Section */
  .hero {
    background: linear-gradient(90deg, #db1f26, #9333ea);
    color: white;
    text-align: center;
    padding: 80px 20px;
  }

  .hero h1 {
    font-size: 3rem;
    margin-bottom: 20px;
  }

  .hero p {
    font-size: 20px;
    margin: 0 auto 30px;
    color: #fff;
  }

  .btn {
    display: inline-block;
    background: white;
    color: #db1f26;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
  }

  .btn:hover {
    background: #f3f4f6;
  }

  /* Sections */
  section {
    padding: 60px 20px;
  }

  h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
  }

  p {
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    color: #555;
  }

  /* Video */
  .video-section video {
    width: 90%;
    border-radius: 12px;
    position: absolute;
    margin-bottom: 8rem;
  }

  .video-section {
    display: flex;
    justify-content: center;
    /* centers horizontally */
    align-items: center;
    /* centers vertically */
    height: 100vh;
    /* full viewport height */
    background-color: #000;
    /* optional background */
  }

  .video-section video {
    width: 60%;
    /* reduce size (adjust as needed) */
    max-width: 800px;
    /* prevents it from getting too large */
    border-radius: 8px;
  }

  /* Cards Grid */
  .grid-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
  }

  .card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }

  .card h3 {
    color: #db1f26;
    margin-bottom: 15px;
  }

  .card ul {
    list-style: disc;
    padding-left: 20px;
    color: #444;
  }

  /* Steps */
  .steps h2 {
    margin-bottom: 40px;
  }

  .step-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
  }

  .step {
    background: white;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
  }

  .step:hover {
    transform: translateY(-5px);
  }

  .step h4 {
    margin-bottom: 10px;
    color: #db1f26;
  }

  /* Why It Matters */
  .why h2 {
    margin-bottom: 30px;
  }

  .why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .why-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
  }

  .why-card h4 {
    color: #db1f26;
    margin-bottom: 10px;
  }
}

.tryon-ai-wrp {
  background: #000;
  color: #f2f2f2;

  /* Video */
  .video-section video {
    width: 90%;
    border-radius: 12px;
    position: absolute;
    margin-bottom: 8rem;
  }

  .video-section {
    display: flex;
    justify-content: center;
    /* centers horizontally */
    align-items: center;
    /* centers vertically */
    height: 100vh;
    /* full viewport height */
    background-color: #000;
    /* optional background */
  }

  .video-section video {
    width: 60%;
    /* reduce size (adjust as needed) */
    max-width: 800px;
    /* prevents it from getting too large */
    border-radius: 8px;
  }

  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
  }

  .logo {
    background: red;
    color: white;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 6px;
  }

  nav a {
    margin-left: 15px;
    text-decoration: none;
    color: #bbb;
    font-weight: bold;
  }

  nav a:hover {
    color: red;
  }

  .cta {
    background: red;
    padding: 8px 14px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
  }

  .hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 0;
  }

  .hero-text {
    flex: 1;
    padding: 20px;
  }

  .hero-text h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: red;
  }

  .hero-text p {
    color: #fff;
  }

  .hero-img {
    flex: 1;
    padding: 20px;
  }

  .hero-img div {
    background: #111;
    height: 400px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
  }

  .features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0;
  }

  .card {
    background: #111;
    flex: 1;
    min-width: 250px;
    padding: 20px;
    border-radius: 8px;
  }

  .card h3 {
    color: red;
    margin-top: 0;
  }

  .card p {
    color: #bbb;
  }

  .how {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0;
  }

  .steps {
    flex: 2;
  }

  .step {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
  }

  .num {
    background: red;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-weight: bold;
  }

  .tech {
    margin: 40px 0;
  }

  .chip {
    display: inline-block;
    background: #222;
    color: red;
    padding: 6px 12px;
    border-radius: 20px;
    margin: 4px;
  }

  .tech-stack-wrp {
    background-color: #f9fafb;
    margin: 0;
    padding: 2rem;
    color: #1f2937;

    h1 {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 2rem;
      color: #111827;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
    }

    .card {
      background: white;
      border-radius: 12px;
      padding: 1.5rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      transition: transform 0.2s ease;
    }

    .card:hover {
      transform: translateY(-4px);
    }

    .card h2 {
      font-size: 1.25rem;
      margin-bottom: 0.5rem;
      color: #db1f26;
    }

    .card ul {
      list-style: disc;
      padding: 0;
      margin: 0;
    }

    .card ul li {
      margin-bottom: 0.5rem;
      line-height: 1.4;
    }

    /* .card ul li::before {
      content: "•";
      color: #6b7280;
      margin-right: 0.5rem;
    } */
  }
}

.user-journey-wrp {
  .card p {
    color: #000000;
  }
}

.why-it-matters-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #071226 0%, #071026 60%);
  color: #e6eef8;
  padding: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  .hero {
    padding: 28px;
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 0.02),
        rgba(255, 255, 255, 0.01));
    border-radius: var(--radius);
    box-shadow: 0 6px 30px rgba(2, 6, 23, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.03);
  }

  .eyebrow {
    font-size: 13px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  h1 {
    margin: 0 0 8px 0;
    font-size: 22px;
    line-height: 1.05;
  }

  p.lead {
    margin: 0 0 18px 0;
    color: var(--muted);
    font-size: 15px;
  }

  .cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px;
    background: var(--card);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.025);
    transition: transform 0.28s cubic-bezier(0.2, 0.9, 0.3, 1), box-shadow 0.28s;
  }

  .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.6);
  }

  .icon {
    min-width: 44px;
    min-height: 44px;
    border-radius: 10px;
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 0.02),
        rgba(255, 255, 255, 0.01));
    display: grid;
    place-items: center;
    font-weight: 700;
    color: var(--accent);
    border: 1px solid rgba(255, 255, 255, 0.03);
    font-size: 18px;
    flex-shrink: 0;
  }

  .card h3 {
    margin: 0 0 6px 0;
    font-size: 16px;
  }

  .card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
  }

  /* small notes */
  .note {
    font-size: 13px;
    color: var(--muted);
    margin-top: 10px;
  }

  /* responsive */
  @media (max-width: 820px) {
    .wrapper {
      grid-template-columns: 1fr;
      gap: 16px;
    }
  }

  /* subtle entrance */
  .card {
    opacity: 0;
    transform: translateY(8px);
    animation: pop 0.48s forwards;
  }

  .card:nth-child(1) {
    animation-delay: 0.08s;
  }

  .card:nth-child(2) {
    animation-delay: 0.16s;
  }

  .card:nth-child(3) {
    animation-delay: 0.24s;
  }

  @keyframes pop {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

.voice-agents-wrp {
  .voice-agents-first-section {
    background-color: #f9fafb;
    color: #1f2937;

    .video-section {
      display: flex;
      justify-content: center;
      /* centers horizontally */
      align-items: center;
      /* centers vertically */
      height: 100vh;
      /* full viewport height */
      background-color: #000;
      /* optional background */
    }

    .video-section video {
      width: 60%;
      /* reduce size (adjust as needed) */
      max-width: 800px;
      /* prevents it from getting too large */
      border-radius: 8px;
    }

    .hero {
      background-color: #2563eb;
      color: white;
      padding: 3rem 2rem;
      text-align: center;
    }

    .hero h1 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
    }

    .hero p {
      font-size: 1.2rem;
      max-width: 850px;
      margin: auto;
    }

    .features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
      padding: 3rem 2rem;
      max-width: 1000px;
      margin: auto;
    }

    .card {
      background: white;
      border-radius: 12px;
      padding: 1.5rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      transition: transform 0.2s ease;
    }

    .card:hover {
      transform: translateY(-4px);
    }

    .card h2 {
      font-size: 1.25rem;
      margin-bottom: 0.5rem;
    }

    .card p {
      margin: 0;
      line-height: 1.5;
      color: #000;
    }

    .cta {
      background-color: #111827;
      color: white;
      text-align: center;
      padding: 2rem;
    }

    .cta h2 {
      font-size: 1.75rem;
      margin-bottom: 1rem;
    }

    .cta p {
      font-size: 1.1rem;
      margin-bottom: 1.5rem;
    }

    .cta button {
      background-color: #10b981;
      color: white;
      border: none;
      padding: 0.75rem 1.5rem;
      font-size: 1rem;
      border-radius: 8px;
      cursor: pointer;
      transition: background-color 0.2s ease;
    }

    .cta button:hover {
      background-color: #059669;
    }

    @media screen and (max-width: 768px) {
      .hero h1 {
        font-size: 2rem;
      }

      .cta h2 {
        font-size: 1.5rem;
      }
    }

    padding-top: 5rem;
    background: linear-gradient(180deg, #071022 0%, #07141d 60%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.45;
    color: #fff;

    header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 28px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .logo {
      width: 56px;
      height: 56px;
      border-radius: 12px;
      background: linear-gradient(135deg, var(--accent), #7c3aed);
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      color: #db1f26;
      font-size: 20px;
      box-shadow: 0 6px 18px rgba(6, 182, 212, 0.12);
    }

    .brand h1 {
      margin: 0;
      font-size: 18px;
      letter-spacing: -0.2px;
      color: #db1f26;
    }

    .nav {
      display: flex;
      gap: 12px;
      align-items: center;
    }

    .btn {
      background: var(--accent);
      color: #021023;
      padding: 10px 14px;
      border-radius: 10px;
      font-weight: 600;
      border: none;
      cursor: pointer;
    }

    main {
      display: grid;
      grid-template-columns: 1fr 420px;
      gap: 28px;
    }

    /* HERO */
    .hero {
      padding: 28px;
      background: linear-gradient(180deg,
          rgba(255, 255, 255, 0.02),
          rgba(255, 255, 255, 0.01));
      border-radius: var(--radius);
      box-shadow: 0 8px 30px rgba(2, 6, 23, 0.6);
    }

    .eyebrow {
      font-weight: 600;
      color: var(--accent);
      font-size: 13px;
    }

    .hero h2 {
      margin: 8px 0 12px;
      font-size: 28px;
      color: #db1f26;
    }

    .hero p {
      color: var(--muted);
    }

    .features {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      margin-top: 18px;
    }

    .feature {
      background: var(--card);
      padding: 12px;
      border-radius: 12px;
      display: flex;
      gap: 12px;
      align-items: flex-start;
    }

    .feature .ico {
      font-size: 20px;
      padding: 10px;
      background: var(--glass);
      border-radius: 10px;
    }

    .feature h4 {
      margin: 0;
      font-size: 15px;
      color: #db1f26;
    }

    .feature p {
      margin: 2px 0 0;
      font-size: 13px;
      text-align: center;
    }

    /* right column */
    .panel {
      background: linear-gradient(180deg,
          rgba(255, 255, 255, 0.02),
          rgba(255, 255, 255, 0.01));
      padding: 18px;
      border-radius: 12px;
    }

    .video-wrap {
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 12px;
      background: #000;
    }

    video {
      width: 100%;
      display: block;
    }

    .stats {
      display: flex;
      gap: 12px;
      justify-content: space-between;
      margin-top: 12px;
    }

    .stat {
      background: linear-gradient(90deg,
          rgba(255, 255, 255, 0.02),
          rgba(255, 255, 255, 0.01));
      padding: 10px;
      border-radius: 10px;
      text-align: center;
    }

    .stat strong {
      display: block;
      font-size: 18px;
    }

    .stat span {
      color: var(--muted);
      font-size: 12px;
    }

    /* Case study */
    .case {
      margin-top: 22px;
      padding: 18px;
      border-radius: 12px;
      background: linear-gradient(180deg,
          rgba(255, 255, 255, 0.012),
          rgba(255, 255, 255, 0.01));
      border: 1px solid rgba(255, 255, 255, 0.02);
    }

    .case h3 {
      margin: 0 0 6px;
      color: #db1f26;
    }

    .case p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
    }

    .bullets {
      margin-top: 12px;
      display: grid;
      gap: 8px;
    }

    .bullet {
      display: flex;
      gap: 10px;
      align-items: flex-start;
    }

    .bullet .dot {
      width: 34px;
      height: 34px;
      border-radius: 8px;
      background: rgba(6, 182, 212, 0.08);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--accent);
      font-weight: 700;
    }

    /* CTA */
    .cta {
      display: flex;
      gap: 12px;
      margin-top: 18px;
    }

    .phone {
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.06);
      padding: 10px;
      border-radius: 12px;
    }

    footer {
      margin-top: 26px;
      color: var(--muted);
      font-size: 13px;
      text-align: center;
    }

    h4 {
      color: #db1f26;
    }

    @media (max-width: 980px) {
      main {
        grid-template-columns: 1fr;
      }

      .container {
        padding: 20px;
      }

      .nav {
        display: none;
      }
    }
  }

  .customer-service-agent-wrp {
    background: #f5f7fa;
    margin: 0;
    padding: 30px;

    h2 {
      text-align: center;
      margin-bottom: 25px;
      color: #222;
    }

    .container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      max-width: 1200px;
      margin: auto;
    }

    .card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
      padding: 20px;
      transition: transform 0.2s ease;
    }

    .card:hover {
      transform: translateY(-5px);
    }

    .card h3 {
      margin: 0 0 12px;
      font-size: 1.1rem;
      color: #333;
    }

    .card p {
      font-size: 0.95rem;
      line-height: 1.5;
      color: #555;
    }
  }

  .sales-agent-wrp-sec {
    background: #07141d;
    margin: 0;
    padding: 40px;

    h2 {
      text-align: center;
      font-size: 2rem;
      color: #db1f26;
      margin-bottom: 40px;
    }

    .timeline {
      position: relative;
      max-width: 800px;
      margin: auto;
      padding: 20px 0;
    }

    .timeline::after {
      content: "";
      position: absolute;
      width: 4px;
      background: #3b82f6;
      top: 0;
      bottom: 0;
      left: 50%;
      margin-left: -2px;
    }

    .step {
      padding: 20px 40px;
      position: relative;
      background: inherit;
      width: 50%;
    }

    .step.left {
      left: 0;
    }

    .step.right {
      left: 50%;
    }

    .step::before {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      top: 30px;
      right: -10px;
      background: #fff;
      border: 4px solid #3b82f6;
      border-radius: 50%;
      z-index: 1;
    }

    .step.right::before {
      left: -10px;
    }

    .step-content {
      padding: 20px;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    }

    .step-content h3 {
      margin-top: 0;
      color: #111827;
      font-size: 1.1rem;
    }

    .step-content p {
      color: #374151;
      line-height: 1.5;
    }

    .highlight {
      text-align: center;
      margin-top: 50px;
      font-size: 1.2rem;
      font-weight: bold;
      color: #fff;
    }
  }

  .final-section-voiceagt-wrp {
    background: #f9fafb;
    margin: 0;
    padding: 40px 20px;
    color: #1f2937;

    h2 {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 25px;
      color: #111827;
    }

    .section {
      max-width: 1100px;
      margin: 50px auto;
    }

    /* How We Built It - Features */
    .features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .feature {
      background: #fff;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      transition: transform 0.2s ease;
    }

    .feature:hover {
      transform: translateY(-5px);
    }

    .feature h3 {
      margin-top: 0;
      font-size: 1.2rem;
      color: #db1f26;
    }

    .feature p {
      font-size: 0.95rem;
      color: #374151;
      line-height: 1.5;
    }

    /* Outcome Section */
    .outcome-highlights {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      margin-bottom: 30px;
    }

    .highlight {
      flex: 1 1 220px;
      background: #fff;
      border-radius: 10px;
      padding: 18px;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
      text-align: center;
    }

    .highlight p {
      font-size: 1rem;
      margin: 0;
      color: #111827;
    }

    .industries {
      background: #f0e4e3;
      border-left: 5px solid #db1f26;
      padding: 20px;
      border-radius: 8px;
      max-width: 700px;
      margin: 0 auto;
    }

    .industries h3 {
      margin-top: 0;
      color: #db1f26;
    }

    .industries ul {
      margin: 10px 0 0;
      padding-left: 20px;
      color: #1f2937;
    }

    .industries ul li {
      margin-bottom: 8px;
    }

    /* Closing Note */
    .closing {
      text-align: center;
      font-size: 1.1rem;
      margin-top: 40px;
      color: #374151;
      font-weight: 500;
    }
  }
}

.usecase-banking-AI-wrp {
  .first-section-wrp {
    background-color: #f6f6f8;
    color: #1a1a1a;
  }

  .banking-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0 3rem 0;
    padding: 0 5%;
  }

  .text-section {
    flex: 1;
    padding-right: 40px;
  }

  .text-section h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }

  .text-section h3 {
    font-size: 1.1rem;
    color: #4b4b4b;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }

  .text-section p {
    line-height: 1.7;
    color: #333;
    /* max-width: 550px; */
  }

  .image-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .image-section img {
    width: 50%;
    max-width: 600px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    object-fit: cover;
  }

  .ng-sees-wrp {
    background-color: #333333;
    margin: 0;
    padding: 40px;
    color: #333;

    h1 {
      text-align: center;
      font-size: 2.5em;
      margin-bottom: 40px;
      color: #ff3a00;
    }

    .container {
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
    }

    .card {
      background-color: #ffffff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      padding: 25px;
      max-width: 300px;
      transition: transform 0.3s ease;
    }

    .card:hover {
      transform: translateY(-5px);
    }

    .card h2 {
      font-size: 1.4em;
      margin-bottom: 15px;
      color: #f3593d;
    }

    .card p {
      font-size: 1em;
      line-height: 1.6;
      color: #000000;
    }

    @media (max-width: 768px) {
      .container {
        flex-direction: column;
        align-items: center;
      }
    }
  }

  .distribution-wrp {
    background-color: #1e1e2f;
    color: #f4f4f4;
    margin: 0;
    padding: 40px;

    h1 {
      text-align: center;
      font-size: 2.8em;
      margin-bottom: 10px;
      color: #ff4c4c;
    }

    h2 {
      text-align: center;
      font-size: 1.5em;
      margin-bottom: 40px;
      color: #ccc;
    }

    .container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }

    .card {
      background-color: #2c2c3e;
      border-left: 6px solid #ff4c4c;
      border-radius: 10px;
      padding: 25px;
      max-width: 400px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
    }

    .card:hover {
      transform: translateY(-5px);
    }

    .card h3 {
      font-size: 1.3em;
      margin-bottom: 15px;
      color: #ffb347;
    }

    .card p {
      font-size: 1em;
      line-height: 1.6;
      color: #ddd;
    }

    .quote {
      margin-top: 50px;
      text-align: center;
      font-style: italic;
      font-size: 1.2em;
      color: #aaa;
    }

    @media (max-width: 768px) {
      .container {
        flex-direction: column;
        align-items: center;
      }
    }
  }

  .christine-wrp {
    background-color: #f4f6f8;
    margin: 0;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

    .card {
      background-color: #ffffff;
      max-width: 600px;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .card h1 {
      font-size: 24px;
      color: #2c3e50;
      margin-bottom: 20px;
    }

    .card p {
      color: #555;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    .card ul {
      list-style: none;
      padding: 0;
    }

    .card li {
      margin-bottom: 15px;
      padding-left: 20px;
      position: relative;
      color: #333;
    }

    .card li::before {
      content: "•";
      position: absolute;
      left: 0;
      color: #db1f26;
      font-size: 20px;
      line-height: 1;
    }
  }
}

.bankingofamerica-wrp {
  margin-top: 3rem;

  .real-world-sec-wrp {
    background-color: #f4f6f8;
    color: #333;

    .container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      padding: 40px;
      max-width: 1200px;
      margin: auto;
    }

    .card {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      padding: 20px;
      transition: transform 0.3s ease;
    }

    .card:hover {
      transform: translateY(-5px);
    }

    .card h2 {
      margin-top: 0;
      font-size: 1.4rem;
      color: #db1f26;
    }

    .card p {
      line-height: 1.5;
    }

    .card::before {
      content: attr(data-number);
      font-weight: bold;
      font-size: 2rem;
      color: #ccc;
      position: absolute;
      top: 10px;
      right: 20px;
    }

    @media (max-width: 600px) {
      .container {
        padding: 20px;
      }
    }
  }
}

.partnership-section-wrp {
  background: #f4f6f8;
  margin: 0;
  padding: 2rem;

  .infographic-parellel {
    position: relative;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, #ffffff 40%, #e0e7ef 100%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
  }

  .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #1e2a38;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 50%;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  .node {
    position: absolute;
    width: 160px;
    text-align: center;
    font-size: 0.9rem;
    color: #333;
  }

  .node-icon {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  /* Positioning nodes around the circle */
  .node:nth-child(2) {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .node:nth-child(3) {
    top: 100px;
    right: -10px;
  }

  .node:nth-child(4) {
    bottom: 100px;
    right: -10px;
  }

  .node:nth-child(5) {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .node:nth-child(6) {
    bottom: 100px;
    left: -10px;
  }

  .node:nth-child(7) {
    top: 100px;
    left: -10px;
  }

  @media (max-width: 700px) {
    .infographic {
      width: 100%;
      height: auto;
      padding: 2rem;
      border-radius: 0;
    }

    .node {
      position: static;
      margin: 1rem auto;
    }

    .center {
      position: static;
      transform: none;
      margin: 2rem auto;
    }
  }
}

.question-wrp-section {
  background: linear-gradient(to right, #f4f6f9, #e0eafc);
  color: #333;
  padding-top: 3rem;
  padding-bottom: 3rem;

  header {
    text-align: center;
    margin-bottom: 2rem;
  }

  h1 {
    font-size: 2.5rem;
    color: #db1f26;
  }

  .subtitle {
    font-size: 1.2rem;
    color: #555;
  }

  .content p {
    line-height: 1.6;
    margin-bottom: 2rem;
  }

  .highlight {
    background-color: #fff3e0;
    border-left: 5px solid #ff9800;
    padding: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .cta {
    font-size: 1.2rem;
    font-weight: bold;
    color: #e65100;
    margin-top: 0.5rem;
  }

  footer {
    text-align: center;
    margin-top: 3rem;
    font-size: 0.9rem;
    color: #777;
  }
}

.masonery-grid-item-section {
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  color: white;
  background-image: url("../images/resource/braitcam.png");

  .container {
    padding: 40px;
  }

  h1 {
    text-align: center;
    margin-bottom: 30px;
  }

  /* .masonry {
    column-count: 4;
    column-gap: 20px;
  } */

  .masonry {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .item {
    background: #74b9ff;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    break-inside: avoid;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
  }

  .item:hover {
    transform: scale(1.05);
    cursor: pointer;
  }

  /* Varying heights */
  .tall {
    height: 250px;
    background: #fd79a8;
  }

  .item.tall.item-7 {
    background-size: cover;
    background-position: center;
    color: white;
    background-image: url("../images/project/prt7.jpg");
    box-shadow: 0 0 15px 5px rgb(56 56 59);
  }

  .item.tall.item-6 {
    background-size: cover;
    background-position: center;
    color: white;
    background-image: url("../images/project/prt6.jpg");
    box-shadow: 0 0 15px 5px rgb(56 56 59);
  }

  .item.tall.item-5 {
    background-size: cover;
    background-position: center;
    color: white;
    background-image: url("../images/project/prt5.jpg");
    box-shadow: 0 0 15px 5px rgb(56 56 59);
  }

  .item.tall.item-4 {
    background-size: cover;
    background-position: center;
    color: white;
    background-image: url("../images/project/prt4.jpg");
    box-shadow: 0 0 15px 5px rgb(56 56 59);
  }

  .item.tall.item-3 {
    background-size: cover;
    background-position: center;
    color: white;
    background-image: url("../images/project/prt3.jpg");
    box-shadow: 0 0 15px 5px rgb(56 56 59);
  }

  .item.tall.item-2 {
    background-size: cover;
    background-position: center;
    color: white;
    background-image: url("../images/project/prt2.jpg");
    box-shadow: 0 0 15px 5px rgb(56 56 59);
  }

  .item.tall.item-1 {
    background-size: cover;
    background-position: center;
    color: white;
    background-image: url("../images/project/ai-revolution-img.jpg");
    box-shadow: 0 0 15px 5px rgb(56 56 59);
  }

  .portfolio-content {
    position: relative;
    background: none;
    padding: 12px;
    background: rgba(0, 0, 0, 0.5);
  }

  .medium {
    height: 180px;
    background: #55efc4;
  }

  /* Responsive columns */
  @media (max-width: 1000px) {
    .masonry {
      column-count: 3;
    }
  }

  @media (max-width: 700px) {
    .masonry {
      column-count: 2;
    }
  }

  @media (max-width: 500px) {
    .masonry {
      column-count: 1;
    }
  }
}

.usecase-solutions-new-concept {
  .feature-area {
    padding: 80px 0;
    background: linear-gradient(135deg, #060b28 0%, #0e1448 100%);
    color: #fff;
    text-align: center;
    overflow: hidden;
  }

  .usecases-wrp h2 {
    font-size: 2.4rem;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }

  .usecases-wrp p {
    color: #cfd3e6;
    max-width: 750px;
    margin: 0 auto 50px;
  }

  .auto-scroll {
    overflow-x: auto;
    padding-bottom: 20px;
    scroll-behavior: smooth;
  }

  .scroll-track {
    display: flex;
    gap: 0px;
    justify-content: center;
    min-width: 100%;
  }

  /* --- CARD STYLES --- */
  .card {
    position: relative;
    width: 260px;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    color: #fff;
    text-decoration: none;
    animation: fadeUp 1s ease forwards;
    opacity: 0;
  }

  .card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.85));
    z-index: 1;
  }

  .card .content {
    position: relative;
    z-index: 2;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    transition: transform 0.3s ease;
  }

  .card .icon {
    font-size: 2.2rem;
    margin-bottom: 15px;
    animation: floatIcon 3s ease-in-out infinite;
  }

  .card h2 {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 600;
  }

  .card p {
    font-size: 1.2rem;
    color: #e6e8f2;
    margin-top: 10px;
  }

  .card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 12px 25px rgba(255, 255, 255, 0.15);
  }

  .card:hover .content {
    transform: translateY(-8px);
  }

  /* Background Images */
  .federal {
    background: url("../images/usecases/fe-cover.jpg") center/cover no-repeat;
  }

  .state {
    background: url("../images/usecases/state-fe-cover.jpg") center/cover no-repeat;
  }

  .local {
    background: url("../images/usecases/local2-fe-cover.jpg") center/cover no-repeat;
  }

  .education {
    background: url("../images/usecases/edu2-fe-cover.jpg") center/cover no-repeat;
  }

  .mission {
    background: url("../images/usecases/mission2-fe-cover.jpg") center/cover no-repeat;
  }

  /* Scrollbar */
  .auto-scroll::-webkit-scrollbar {
    height: 8px;
  }

  .auto-scroll::-webkit-scrollbar-thumb {
    background: #3b3f6a;
    border-radius: 10px;
  }

  /* --- ANIMATIONS --- */
  @keyframes fadeUp {
    0% {
      transform: translateY(30px);
      opacity: 0;
    }

    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes floatIcon {

    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-5px);
    }
  }

  /* Sequential delays */
  .fade-in.delay-1 {
    animation-delay: 0.2s;
  }

  .fade-in.delay-2 {
    animation-delay: 0.4s;
  }

  .fade-in.delay-3 {
    animation-delay: 0.6s;
  }

  .fade-in.delay-4 {
    animation-delay: 0.8s;
  }

  .fade-up {
    animation: fadeUp 1s ease forwards;
    opacity: 0;
  }

  /* Responsive tweaks */
  @media (max-width: 768px) {
    .scroll-track {
      gap: 15px;
    }

    .logo-circulator-container-tech-wrp .logo-track {
      display: block;
    }

    .card {
      width: 220px;
      height: 260px;
    }
  }
}

.ai-revolution-wrp {
  .secont-section-wrp {
    background: url(../images/about/our-three-principe.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    line-height: 1.6;
    padding: 3rem 0 3rem 0;

    .assessment {
      max-width: 800px;
      margin: auto;
    }

    .intro-principle {
      font-style: italic;
      margin-bottom: 30px;
    }

    .timeline {
      position: relative;
      margin: 20px 0;
      padding-left: 40px;
      border-left: 3px solid #db1f26;
    }

    .timeline-step {
      margin-bottom: 30px;
      position: relative;
    }

    .timeline-step .icon {
      position: absolute;
      left: -28px;
      top: 0;
      background: #f3f3f3;
      color: #fff;
      border-radius: 50%;
      padding: 10px;
      font-size: 18px;
    }

    .timeline-step h3 {
      margin: 0;
      color: #333;
    }

    .timeline-step p {
      margin: 5px 0 0;
      color: #fff;
    }

    .note {
      background: #333333;
      padding: 15px;
      border-left: 4px solid #db1f26;
      margin-top: 30px;
    }

    .content {
      padding-left: 2rem;
    }
  }
}

.numberssection-wrp {
  background-color: #f7f7f9;
  color: #2d2d2d;
  line-height: 1.6;
  padding: 60px 20px;

  h1 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    text-align: center;
  }

  p {
    color: #444;
    margin: 0 auto 30px auto;
  }

  p strong,
  a {
    text-decoration: underline;
  }

  .facts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    margin-top: 60px;
  }

  .fact {
    flex: 1 1 280px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 40px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .fact:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  }

  .fact h2 {
    color: #db1f26;
    margin-bottom: 5px;
    font-size: 32px;
  }

  .fact h3 {
    color: #444;
    margin-bottom: 15px;
  }

  .fact p {
    color: #333;
    line-height: 1.5;
  }

  @media (max-width: 768px) {
    h1 {
      font-size: 2.2rem;
    }

    .facts {
      gap: 30px;
    }

    .fact h2 {
      font-size: 2.5rem;
    }
  }
}

.student-adopting-wrp {
  line-height: 1.6;
  background-color: #333333;

  .container {
    margin: 0 auto;
    padding: 60px 0;
  }

  .main-heading {
    font-size: 3rem;
    margin-bottom: 40px;
  }

  .content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
  }

  .text {
    flex: 1 1 45%;
  }

  .text strong {
    font-weight: 700;
  }

  .image {
    flex: 1 1 45%;
    text-align: right;
  }

  .image img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  }

  .sub-section {
    margin-top: 60px;
  }

  .sub-heading {
    margin-bottom: 20px;
  }

  p strong {
    color: #000;
  }

  @media (max-width: 768px) {
    .content {
      flex-direction: column;
    }

    .text,
    .image {
      flex: 1 1 100%;
      text-align: left;
    }

    .main-heading {
      font-size: 2.2rem;
    }
  }
}

.practice-section-wrp {
  background-color: #f8f8fa;
  margin: 0;
  padding: 40px;
  color: #333;

  h1 {
    font-size: 2.8rem;
    font-weight: 800;
    text-align: left;
    margin-bottom: 40px;
  }

  .container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
  }

  .card {
    flex: 1;
    min-width: 280px;
    background-color: #f8f8fa;
    padding: 20px;
    border-radius: 8px;
  }

  .icon {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .divider {
    width: 100%;
    height: 2px;
    background-color: #333;
    margin: 8px 0 16px;
  }

  h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #000000;
  }

  p {
    line-height: 1.6;
    font-weight: 300;
    color: #000000;
  }

  @media (max-width: 768px) {
    .container {
      flex-direction: column;
    }
  }
}

.real-world-ai-section-wrp {
  background-color: #fdfdfd;
  margin: 0;
  padding: 0;
  color: #222;

  .ai-container {
    max-width: 1100px;
    margin: 70px auto;
    padding: 0 25px;
  }

  .ai-container h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111;
    line-height: 1.3;
    margin-bottom: 16px;
  }

  .subtitle {
    color: #444;
    line-height: 1.6;
    margin-bottom: 40px;
  }

  .card-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
  }

  .ai-card {
    flex: 1 1 48%;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    padding: 25px 28px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.3s ease;
  }

  .ai-card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  }

  .ai-card h2 {
    font-weight: 700;
    color: #db1f26;
    margin-bottom: 14px;
  }

  .ai-card p {
    color: #333;
    line-height: 1.7;
  }

  .ai-card strong {
    font-weight: 700;
    color: #000;
    text-decoration: underline;
  }

  /* Responsive layout */
  @media (max-width: 800px) {
    .card-wrapper {
      flex-direction: column;
    }

    .ai-card {
      flex: 1 1 100%;
    }
  }
}

.corporate-partner-sec-wrp {
  background: #333;
  margin: 0;
  padding: 40px;
  color: #222;

  .container {
    max-width: 900px;
    margin: auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    padding: 50px 60px;
  }

  h1 {
    font-size: 2.3rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 30px;
    text-align: center;
  }

  section {
    margin-bottom: 50px;
  }

  h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    border-left: 5px solid #007bff;
    padding-left: 10px;
    margin-bottom: 20px;
  }

  ul {
    list-style: none;
    padding-left: 0;
    line-height: 1.8;
  }

  li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    color: #444;
  }

  li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #007bff;
    font-size: 1.3rem;
    top: -2px;
  }

  strong,
  b {
    color: #111;
  }

  a {
    text-decoration: none;
    font-weight: 400;
    color: #007bff;
    transition: color 0.3s;
  }

  a:hover {
    color: #0056b3;
  }

  @media (max-width: 768px) {
    .container {
      padding: 30px 25px;
    }

    h1 {
      font-size: 1.8rem;
    }
  }
}

.addressing-section-wrp {
  background-color: #f9fbfc;
  color: #333;
  line-height: 1.6;

  /* Header */
  header {
    background-color: #0057b7;
    color: white;
    padding: 2rem;
    text-align: center;
  }

  header h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #fff;
  }

  header p {
    font-size: 1.2rem;
  }

  /* Stats Section */
  .stats {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
    flex-wrap: wrap;
  }

  .card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    text-align: center;
  }

  .card.width25 {
    width: 23%;
    margin-top: 2rem;
    display: inline-flex;
    gap: 25px;
    margin-right: 12px;
  }

  .card h2 {
    font-size: 2.5rem;
    color: #0057b7;
    margin-bottom: 0.5rem;
  }

  .card h3 {
    color: #db1f26;
    margin-bottom: 0.5rem;
  }

  /* Initiatives Section */
  .initiatives {
    background-color: #eaf0f6;
    padding: 2rem;
    text-align: center;
  }

  .initiatives h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .initiatives ul {
    list-style: none;
    padding-left: 0;
  }

  .initiatives li {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }

  /* Quote Section */
  .quote {
    background-color: white;
    padding: 2rem;
    text-align: center;
    font-style: italic;
  }

  .quote blockquote {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .quote span {
    display: block;
    font-weight: bold;
    color: #555;
  }

  /* Footer */
  footer {
    background-color: #0057b7;
    color: white;
    text-align: center;
    padding: 1rem;
  }
}

.usecase-banking-AI-wrp.ai-leaders-on-edu-wrp {
  .hero {
    background: linear-gradient(135deg,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(26, 26, 26, 0.95) 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .Historic-wrp {
    .container {
      background: #fff;
      padding: 40px 60px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      border-radius: 8px;
      margin-bottom: 3rem;
    }

    header h1 {
      font-size: 2em;
      /* Adjusted for better visual match */
      font-weight: 700;
      color: #222;
      margin-bottom: 30px;
      line-height: 1.2;
    }

    .dollar-sign {
      /* Classic serif for dollar sign */
      font-size: 0.8em;
      /* Smaller relative to the number */
      vertical-align: super;
      /* Lifts it slightly */
      margin-right: -0.1em;
      /* Adjust spacing */
    }

    .intro-text p {
      font-size: 1.15em;
      line-height: 1.8;
      margin-bottom: 40px;
      color: #555;
    }

    .intro-text a {
      color: #007bff;
      /* A standard blue for links */
      font-weight: 400;
    }

    .intro-text a:hover {
      color: #0056b3;
    }

    .stats-section {
      display: flex;
      justify-content: space-between;
      gap: 40px;
      /* Space between stat items */
      margin-top: 50px;
    }

    .stat-item {
      flex: 1;
      text-align: center;
    }

    .stat-number {
      font-size: 3.8em;
      /* Large, bold numbers */
      font-weight: 700;
      color: #333;
      margin-bottom: 10px;
      line-height: 1;
    }

    .stat-item .dollar-sign {
      font-size: 0.6em;
      /* Adjust size for stat numbers */
      vertical-align: super;
      margin-right: -0.1em;
    }

    .stat-title {
      font-family: "Montserrat", sans-serif;
      font-size: 1.3em;
      font-weight: 600;
      color: #444;
      margin-bottom: 8px;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }

    .stat-description {
      font-size: 0.95em;
      color: #666;
      line-height: 1.5;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .container {
        padding: 30px;
      }

      header h1 {
        font-size: 2.5em;
      }

      .intro-text p {
        font-size: 1em;
      }

      .stats-section {
        flex-direction: column;
        gap: 30px;
      }

      .stat-number {
        font-size: 3em;
      }

      .stat-title {
        font-size: 1.1em;
      }
    }

    @media (max-width: 480px) {
      .container {
        padding: 20px;
      }

      header h1 {
        font-size: 2em;
        margin-bottom: 20px;
      }

      .stat-number {
        font-size: 2.5em;
      }
    }
  }
}

.user-journey-wrp {
  background-color: #f3f4f6;
  margin: 0;
  padding: 2rem;
  color: #1f2937;

  h1 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #111827;
  }

  .timeline {
    position: relative;
    max-width: 800px;
    margin: auto;
  }

  .timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background-color: #d1d5db;
  }

  .step {
    position: relative;
    width: 50%;
    padding: 1rem 2rem;
    box-sizing: border-box;
  }

  .step:nth-child(odd) {
    left: 0;
  }

  .step:nth-child(even) {
    left: 50%;
  }

  .step::before {
    content: attr(data-step);
    position: absolute;
    top: 1rem;
    left: -2.5rem;
    background-color: #db1f26;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .step:nth-child(even)::before {
    left: auto;
    right: -2.5rem;
  }

  .card {
    background: white;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
  }

  .card h2 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #db1f26;
  }

  .card p {
    margin: 0;
    line-height: 1.5;
  }

  @media screen and (max-width: 768px) {
    .step {
      width: 100%;
      left: 0 !important;
      padding-left: 3rem;
    }

    .step::before {
      left: -2rem !important;
      right: auto !important;
    }

    .timeline::before {
      left: 2rem;
    }
  }
}

.future-scope-wrp {
  background-color: #f9fafb;
  margin: 0;
  padding: 2rem;
  color: #1f2937;

  h1 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #111827;
  }

  .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: auto;
  }

  .section {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }

  .section h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #db1f26;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 0.5rem;
  }

  .section ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .section ul li {
    margin-bottom: 0.75rem;
    padding-left: 1.2rem;
    position: relative;
  }

  .section ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
  }

  @media screen and (max-width: 768px) {
    h1 {
      font-size: 1.5rem;
    }

    .section h2 {
      font-size: 1.25rem;
    }
  }
}

.orinado-print-wrp {
  background: #f4f6f8;
  color: #333;

  .container {
    margin: 2rem auto;
    padding: 1rem;
  }

  header {
    text-align: center;
    margin-bottom: 2rem;
  }

  h1 {
    font-size: 2rem;
    color: #db1f26;
  }

  .subtitle {
    font-style: italic;
    color: #555;
  }

  .card {
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }

  .card h2 {
    color: #e53935;
    margin-bottom: 1rem;
  }

  .card ul {
    list-style: none;
    padding: 0;
  }

  .card ul li {
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    position: relative;
  }

  .card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #43a047;
  }

  .cta {
    background: #db1f26;
    color: #fff;
    text-align: center;
    padding: 2rem;
    border-radius: 8px;
  }

  .cta h2 {
    margin-bottom: 1rem;
  }

  .cta button {
    background: #fff;
    color: #db1f26;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .cta button:hover {
    background: #e3f2fd;
  }
}

.parallel-agents-wrp {
  .never-sleeps-wrp {
    background: linear-gradient(to bottom, #0f0f0f, #1a1a1a);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    .hero {
      text-align: center;
      position: relative;
      width: 100%;
      max-width: 1200px;
      padding: 2rem;
    }

    .hero::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 100%;
      background: url("your-humanoid-image.png") no-repeat center center;
      background-size: contain;
      opacity: 0.15;
      z-index: 0;
      filter: blur(2px);
    }

    .hero-content {
      position: relative;
      z-index: 1;
    }

    .hero h1 {
      font-size: 2.8rem;
      margin-bottom: 1rem;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #db1f26;
    }

    .hero p {
      font-size: 1.2rem;
      font-weight: 300;
      color: #ccc;
    }

    @media (max-width: 768px) {
      .hero h1 {
        font-size: 2rem;
      }

      .hero p {
        font-size: 1rem;
      }
    }
  }
}

.deep-in-sleep-wrp {
  background-color: #0f0f0f;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  /* display: flex;
  flex-wrap: wrap; */
  width: 100%;
  gap: 2rem;
}

.text-block {
  flex: 1 1 500px;
  z-index: 1;
}

.text-block h1 {
  font-size: 2.5rem;
  color: #db1f26;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.text-block p {
  line-height: 1.6;
  color: #ccc;
}

.visual-block {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.cube {
  width: 200px;
  height: 200px;
  background: #111;
  border: 2px solid #db1f26;
  box-shadow: 0 0 20px #db1f26;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Orbitron", sans-serif;
  font-size: 2rem;
  color: #db1f26;
  position: relative;
}

.cube::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle,
      rgba(0, 255, 224, 0.2) 0%,
      transparent 70%);
  z-index: -1;
  border-radius: 50%;
  transform: scale(1.5);
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    text-align: center;
  }

  .text-block h1 {
    font-size: 2rem;
  }

  .cube {
    width: 150px;
    height: 150px;
    font-size: 1.5rem;
  }

  .logo-circulator-container-tech-wrp .center {
    display: none;
  }

  .logo-circulator-container-tech-wrp .logo-track {
    display: block;
  }
}

.bodyguard-wrp {
  background: linear-gradient(to bottom, #0f0f1a, #000);
  color: #fff;
  padding: 2rem;

  .container {
    margin: auto;
  }

  h1 {
    font-family: "Orbitron", sans-serif;
    font-size: 2.8rem;
    color: #db1f26;
    text-align: center;
    margin-bottom: 1rem;
    text-shadow: 0 0 8px #db1f26;
  }

  .intro {
    color: #ccc;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 2rem;
    line-height: 1.6;
  }

  .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }

  .card {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 1.5rem;
    width: 300px;
    box-shadow: 0 0 10px rgba(0, 255, 224, 0.1);
    transition: transform 0.3s ease;
  }

  .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(0, 255, 224, 0.2);
  }

  .card h2 {
    font-family: "Orbitron", sans-serif;
    font-size: 1.3rem;
    color: #db1f26;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 6px #db1f26;
  }

  .card p {
    color: #ccc;
    line-height: 1.5;
  }

  @media (max-width: 768px) {
    h1 {
      font-size: 2rem;
    }

    .card {
      width: 100%;
    }
  }
}

.citigroup-wrp {
  background-color: #0f0f0f;
  color: #fff;

  .content {
    padding-top: 1rem;
  }

  h1 {
    font-family: "Orbitron", sans-serif;
    font-size: 2.5rem;
    color: #db1f26;
    margin-bottom: 1rem;
    text-transform: uppercase;
    text-shadow: 0 0 8px #db1f26;
  }

  h2 {
    font-size: 1.5rem;
    color: #db1f26;
    margin-bottom: 1rem;
  }

  p {
    line-height: 1.6;
    color: #ccc;
  }

  .highlight {
    font-weight: bold;
    color: #db1f26;
  }

  .visual {
    background-color: #1a1a1a;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 255, 224, 0.2);
    padding: 2rem;
    text-align: center;
  }

  .visual h3 {
    font-family: "Orbitron", sans-serif;
    font-size: 1.2rem;
    color: #db1f26;
    margin-bottom: 1rem;
  }

  .visual img {
    width: 100%;
    border-radius: 6px;
    max-height: 300px;
    object-fit: cover;
  }

  @media (max-width: 768px) {
    .container {
      grid-template-columns: 1fr;
      padding: 2rem 1rem;
    }

    h1 {
      font-size: 2rem;
    }

    .visual img {
      max-height: 200px;
    }
  }
}

.payment-protocol-wrp {
  background: #00132b;

  .ai-fintech {
    margin: 0 auto;
    padding: 2rem;
    color: #333;
    background-color: #00132b;
  }

  .ai-fintech h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #db1f26;
  }

  .intro {
    margin-bottom: 2rem;
    line-height: 1.6;
  }

  .protocols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }

  .protocol-card {
    background: #f9f9f9;
    border-left: 5px solid #db1f26;
    padding: 1.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
  }

  .protocol-card:hover {
    transform: translateY(-5px);
  }

  .protocol-number {
    font-size: 1.5rem;
    font-weight: bold;
    color: #db1f26;
    display: block;
    margin-bottom: 0.5rem;
  }

  .protocol-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .protocol-card p {
    line-height: 1.5;
  }
}

.darkside-wrp-section {
  margin: 0;
  padding: 2rem;
  background: #0f0f0f;
  color: #333;

  .container {
    margin: auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 2rem;
  }

  h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
  }

  h2 {
    font-size: 1.4rem;
    margin-top: 2rem;
    color: #2c3e50;
  }

  p {
    line-height: 1.6;
    margin: 1rem 0;
  }

  .quote {
    background: #eef2f7;
    border-left: 4px solid #db1f26;
    padding: 1rem;
    margin: 1rem 0;
    font-style: italic;
  }

  .highlight-box {
    background: #fcfcfc;
    border: 1px solid #ddd;
    padding: 1rem;
    margin: 1.5rem 0;
    border-radius: 8px;
  }

  .highlight-box h3 {
    margin-top: 0;
    color: #db1f26;
  }

  @media (max-width: 600px) {
    body {
      padding: 1rem;
    }

    .container {
      padding: 1rem;
    }
  }
}

.banking-relationship-wrp {
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
  color: #fff;

  .header {
    padding: 2rem;
  }

  .banking-relationship-wrp {
    background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
    color: #fff;
  }

  .banking-relationship-wrp .container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }

  .banking-relationship-wrp .header h1 {
    font-size: 2rem;
    margin-bottom: 40px;
    color: #111827;
  }

  .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

  .card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  }

  .card h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: #1f2937;
  }

  .card p {
    color: #4b5563;
    line-height: 1.6;
  }

  .note {
    margin-top: 40px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
  }

  /* Responsive */
  @media (max-width: 992px) {
    .grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 600px) {
    .grid {
      grid-template-columns: 1fr;
    }
  }
}

.relationship-bbank-wrp {
  background: linear-gradient(to bottom, #f9f9f9, #eaeaea);
  color: #333;
  padding: 4rem 1rem;

  .container {
    margin: auto;
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }

  header h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
  }

  .tagline {
    font-weight: bold;
    color: #db1f26;
    margin-bottom: 2rem;
  }

  .content p {
    margin: 1rem 0;
    line-height: 1.6;
  }

  .content h2 {
    margin-top: 2rem;
    font-size: 1.5rem;
    color: #db1f26;
  }

  .questions h3 {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    color: #444;
  }
}

.intelligence-ai-wrp {
  .meets-instative-wrp {
    background: #f9f9f9;
    color: #222;
    line-height: 1.6;

    .container {
      margin: 0 auto;
      padding: 2rem;
    }

    h1 {
      font-size: 2.8rem;
      font-weight: 700;
      margin-bottom: 1rem;
      color: #111;
    }

    .section {
      margin-bottom: 2.5rem;
    }

    .section h2 {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 0.5rem;
      color: #333;
    }

    .section p {
      color: #555;
    }

    .quote-block {
      background: #fff;
      border-left: 4px solid #db1f26;
      padding: 1rem 1.5rem;
      margin-top: 1rem;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }

    .quote-block strong {
      display: block;
      font-weight: 600;
      margin-bottom: 0.5rem;
      color: #db1f26;
    }

    .quote-block em {
      display: block;
      font-style: italic;
      color: #444;
    }

    @media (max-width: 600px) {
      h1 {
        font-size: 2rem;
      }

      .section h2 {
        font-size: 1.25rem;
      }
    }
  }
}

.impact-section {
  background: #f8f9fb;
  color: #111;
  margin: 0;
  padding: 0;

  .container {
    padding-bottom: 50px;
  }

  h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
  }

  .content {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .cards {
    flex: 1.5;
    display: flex;
    gap: 20px;
    /* flex-wrap: wrap; */
  }

  .card {
    flex: 1;
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    min-width: 250px;
  }

  .card h4 {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 10px;
  }

  .card h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .card ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .card ul li {
    margin-bottom: 6px;
  }

  .card .footer {
    margin-top: 15px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #333;
  }

  .card .highlight {
    color: #f79c42;
    font-weight: 700;
    margin-top: 15px;
  }

  .card .subtitle {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 10px;
  }

  /* Individual Card Styles */
  .citi {
    border-top: 5px solid #0066cc;
  }

  .amazon {
    border-top: 5px solid #fbb034;
  }

  .tokio {
    border-top: 5px solid #007c5c;
  }

  .text-block {
    flex: 1;
    background: linear-gradient(to bottom right, #f8f9fb, #eef1f6);
    border-radius: 12px;
    padding: 25px;
    line-height: 1.6;
  }

  .text-block h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .text-block a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
  }

  .text-block a:hover {
    text-decoration: underline;
  }

  .text-block em {
    font-style: italic;
  }

  .text-block p {
    color: #000000;
    font-weight: 300;
  }
}

.ai-impact {
  background: #f8f9fb;
  color: #111;
  margin: 0;
  padding: 0;
  line-height: 1.6;

  .container {
    display: block;
  }

  h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
  }

  h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #111;
  }

  .section-title {
    margin-top: 50px;
  }

  .date {
    color: #333;
    margin-bottom: 15px;
  }

  .date a {
    text-decoration: underline;
    font-weight: 600;
  }

  .date a:hover {
    color: #0066cc;
  }

  .implication {
    font-size: 1rem;
    margin: 25px 0 40px;
    color: #222;
  }

  .note-box {
    background: #e9ebf0;
    padding: 18px 20px;
    border-radius: 10px;
    line-height: 1.7;
    color: #222;
    border-left: 4px solid #888;
  }

  .note-box p {
    margin: 0;
  }

  .note-box::before {
    content: "";
  }

  strong {
    font-weight: 700;
  }
}

.working-section-wrp {
  background: linear-gradient(90deg, #f5f5f5 0%, #fafafa 100%);
  color: #222;
  padding: 20px 0px 20px 0;

  section {
    padding: 80px 8%;
    max-width: 1200px;
    margin: auto;
  }

  h1 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    color: #111;
  }

  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
  }

  .card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
  }

  .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  }

  .card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
  }

  .card p {
    line-height: 1.6;
    color: #555;
  }

  @media (max-width: 768px) {
    h1 {
      font-size: 1.8rem;
      margin-bottom: 40px;
    }
  }
}

.inevitable-section-wrp {
  .never-sleeps-wrp {
    background: linear-gradient(to bottom, #0f0f0f, #1a1a1a);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    .hero {
      text-align: center;
      position: relative;
      width: 100%;
      max-width: 1200px;
      padding: 2rem;
    }

    .hero::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 100%;
      background: url("your-humanoid-image.png") no-repeat center center;
      background-size: contain;
      opacity: 0.15;
      z-index: 0;
      filter: blur(2px);
    }

    .hero-content {
      position: relative;
      z-index: 1;
    }

    .hero h1 {
      font-family: "Orbitron", sans-serif;
      font-size: 2.8rem;
      margin-bottom: 1rem;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #db1f26;
    }

    .hero p {
      font-size: 1.2rem;
      font-weight: 300;
      color: #fff;
    }

    @media (max-width: 768px) {
      .hero h1 {
        font-size: 2rem;
      }

      .hero p {
        font-size: 1rem;
      }
    }
  }
}

.tipping-point-sec-wrp {
  background: #f5f5f5;
  margin: 0;
  padding: 2rem;
  color: #333;

  .timeline {
    max-width: 800px;
    margin: auto;
    border-left: 2px solid #ccc;
    padding-left: 2rem;
    position: relative;
  }

  .entry {
    display: flex;
    margin-bottom: 3rem;
    position: relative;
  }

  .number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #555;
    margin-right: 1rem;
    flex-shrink: 0;
  }

  .content {
    background: #fff;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .content h2 {
    margin-top: 0;
    font-size: 1.25rem;
    color: #222;
  }

  .content p {
    line-height: 1.6;
    margin: 0.5rem 0 0;
  }
}

.Bottom-section-wrp {
  background: #f9f9f9;
  color: #333;
  padding: 2rem;

  .infographic {
    max-width: 900px;
    margin: auto;
    display: block;
  }

  .section {
    margin-bottom: 3rem;
  }

  .section h2 {
    font-size: 1.8rem;
    color: #222;
    margin-bottom: 1rem;
  }

  .stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .stat {
    flex: 1;
    min-width: 250px;
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  }

  .stat h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #444;
  }

  .stat p {
    line-height: 1.5;
  }

  .insights h4 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    color: #555;
  }

  .insights p {
    margin-top: 0.5rem;
    line-height: 1.6;
  }

  blockquote {
    font-style: italic;
    color: #666;
    margin-top: 1.5rem;
    padding-left: 1rem;
    border-left: 3px solid #ccc;
  }
}

.revolutionizing-wrp {
  .rise-wrp {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0 0 0;

    .main-title {
      font-weight: bold;
      margin-bottom: 15px;
      color: #222;
      position: relative;
      z-index: 1;
      text-align: center;
    }

    .subtitle {
      font-size: 1.2em;
      color: #555;
      position: relative;
      /* To bring it above the overlay */
      z-index: 1;
      text-align: center;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .main-title {
        font-size: 2.5em;
      }

      .subtitle {
        font-size: 1em;
      }
    }

    @media (max-width: 480px) {
      .main-title {
        font-size: 1.8em;
      }

      .subtitle {
        font-size: 0.9em;
      }
    }
  }

  .banking-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0 3rem 0;
    padding: 0 5%;
  }

  .text-section {
    flex: 1;
    padding-right: 40px;
  }

  .text-section h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }

  .text-section h3 {
    font-size: 1.1rem;
    color: #4b4b4b;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }

  .text-section p {
    line-height: 1.7;
    color: #333;
  }

  .image-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .image-section img {
    width: 50%;
    max-width: 600px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    object-fit: cover;
  }

  .hidden-cost-section {
    background-color: #f7f7f7;
    margin: 0;
    padding: 40px;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;

    h1 {
      font-size: 2.8em;
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 50px;
      text-align: center;
    }

    .cards-container {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .card {
      background-color: #e8e6ed;
      padding: 30px;
      border-radius: 8px;
      width: 280px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
      text-align: left;
    }

    .card h2 {
      font-size: 1.4em;
      font-weight: 600;
      color: #1a1a1a;
      margin-top: 0;
      margin-bottom: 15px;
    }

    .card p {
      font-size: 1em;
      line-height: 1.6;
      color: #555;
    }

    @media (max-width: 960px) {
      .cards-container {
        flex-direction: column;
        align-items: center;
      }

      .card {
        width: 90%;
        max-width: 400px;
      }

      h1 {
        font-size: 2em;
      }
    }

    @media (max-width: 600px) {
      body {
        padding: 20px;
      }

      h1 {
        font-size: 1.8em;
      }

      .card h2 {
        font-size: 1.2em;
      }

      .card p {
        font-size: 0.95em;
      }
    }
  }

  .actually-work-wrp {
    color: #333;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;

    .container {
      margin: 50px auto;
      padding: 30px 40px;
      background-color: #fff;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      border-radius: 8px;
    }

    h1 {
      font-weight: 700;
      color: #333;
      margin-bottom: 25px;
      border-bottom: 1px solid #eee;
      /* Subtle separator */
      padding-bottom: 15px;
    }

    h2 {
      font-size: 2em;
      /* Adjusted for hierarchical spacing */
      font-weight: 700;
      color: #333;
      margin-top: 40px;
      margin-bottom: 20px;
    }

    p {
      font-size: 1.05em;
      /* Slightly larger body text for readability */
      margin-bottom: 1.2em;
      color: #555;
    }

    .intro-paragraph {
      margin-bottom: 30px;
      font-size: 1.1em;
      color: #444;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .container {
        margin: 20px;
        padding: 20px 25px;
      }

      h1 {
        font-size: 2.2em;
      }

      h2 {
        font-size: 1.7em;
      }
    }

    @media (max-width: 480px) {
      .container {
        padding: 15px 20px;
      }

      h1 {
        font-size: 1.8em;
      }

      h2 {
        font-size: 1.4em;
      }

      p {
        font-size: 1em;
      }
    }
  }

  .multi-tier-wrp {
    line-height: 1.6;
    color: #333;
    margin: 20px;

    .container {
      margin: 0 auto;
      padding: 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    h1 {
      font-size: 1.5em;
      color: #222;
      margin-bottom: 20px;
      border-bottom: 1px solid #eee;
      padding-bottom: 10px;
    }

    h2 {
      font-size: 1.5em;
      color: #333;
      margin-top: 0;
      margin-bottom: 10px;
    }

    p {
      margin-bottom: 15px;
    }

    .analysis-sections {
      display: flex;
      justify-content: space-between;
      gap: 30px;
      /* Space between the two columns */
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .analysis-level {
      flex: 1;
      /* Each level takes equal width */
      padding-right: 20px;
      /* Padding for the left column content */
      position: relative;
    }

    .analysis-level:first-child {
      border-right: 1px solid #eee;
      /* Separator for the first column */
    }

    .level-number {
      font-size: 2em;
      font-weight: bold;
      color: #ccc;
      margin-bottom: 10px;
    }

    /* Adjust padding for the last paragraph if needed */

    .container>p:last-child {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #eee;
    }

    /* Responsive adjustments */

    @media (max-width: 768px) {
      .analysis-sections {
        flex-direction: column;
      }

      .analysis-level:first-child {
        border-right: none;
        border-bottom: 1px solid #eee;
        /* Add bottom border for separation on small screens */
        padding-bottom: 20px;
        margin-bottom: 20px;
      }

      .analysis-level {
        padding-right: 0;
      }
    }
  }
}

.infographic-revolution-wrp {
  max-width: 960px;
  margin: 2rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

h1 {
  font-size: 2rem;
  color: #db1f26;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 2rem;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.stat {
  flex: 1;
  min-width: 250px;
  background: #e6f0ff;
  padding: 1rem;
  border-radius: 6px;
  text-align: center;
}

.stat h3 {
  font-size: 1.5rem;
  color: #db1f26;
  margin-bottom: 0.5rem;
}

.benefits h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #db1f26;
}

.benefits ul {
  list-style: none;
  padding: 0;
}

.benefits li {
  margin-bottom: 1rem;
  padding-left: 1rem;
  border-left: 4px solid #db1f26;
  background: #f0f8ff;
}

.manual-process-wrp {
  line-height: 1.6;
  color: #333;
  margin: 20px;
  background-color: #f8f8f8;

  .process-comparison-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* Aligns items to the top */
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .process-section {
    flex: 1;
    /* Takes up available space */
    padding-right: 40px;
    /* Space between text and image */
  }

  .section-title {
    font-size: 1.8em;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
  }

  .process-list {
    list-style: disc;
    /* Or 'none' if you want custom styling */
    margin-left: 25px;
    margin-bottom: 30px;
    padding: 0;
  }

  .process-list li {
    margin-bottom: 10px;
    font-size: 1.1em;
  }

  .image-section {
    flex: 1;
    /* Takes up available space */
    display: flex;
    /* To center the image if it's smaller than the container */
    justify-content: center;
    align-items: center;
  }

  .image-section img {
    max-width: 100%;
    /* Ensures the image is responsive */
    height: auto;
    /* Maintains aspect ratio */
    display: block;
    /* Removes extra space below the image */
    border-radius: 5px;
    /* Optional: subtle rounded corners for the image */
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .process-comparison-container {
      flex-direction: column;
      /* Stacks items vertically on smaller screens */
      padding: 20px;
    }

    .process-section {
      padding-right: 0;
      margin-bottom: 30px;
      /* Space between text and image when stacked */
    }

    .section-title {
      font-size: 1.5em;
    }

    .process-list li {
      font-size: 1em;
    }
  }
}

.yournextmove-section {
  margin: 40px auto;
  padding: 30px;
  background-color: #fff;
  /* White background for the content box */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for depth */
  border-radius: 8px;
  max-width: 1200px;

  h1 {
    font-size: 2.5em;
    /* Larger for the main title */
    margin-bottom: 30px;
    color: #222;
  }

  h2 {
    font-size: 1.8em;
    /* Sub-heading size */
    margin-top: 40px;
    margin-bottom: 25px;
    color: #222;
  }

  p {
    margin-bottom: 20px;
    font-size: 1.1em;
  }

  .italic-text {
    font-style: italic;
    font-weight: bold;
    /* Making the italic text bold as well */
  }
}

.technology-main-sec {
  display: flex;
}

.customer-service-wrp {
  background: #f8f9fa;
  color: #222;
  margin: 0;
  padding: 0;

  .container {
    max-width: 900px;
    background: #fff;
    margin: 60px auto;
    padding: 40px 50px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  h1 {
    font-size: 32px;
    color: #db1f26;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .intro {
    line-height: 1.6;
    margin-bottom: 25px;
    color: #000;
  }

  .feature-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 30px;
  }

  .feature-list li {
    margin-bottom: 10px;
    line-height: 1.6;
  }

  .footer-text {
    font-size: 18px;
    font-weight: 500;
    margin: 25px 0;
  }

  .footer-text .emoji {
    margin-right: 8px;
  }

  .highlight {
    text-decoration: underline;
    color: #b80000;
    font-weight: 600;
  }

  .video-section {
    background: #fffae6;
    padding: 15px 20px;
    border-left: 5px solid #ffd500;
    border-radius: 6px;
    display: inline-block;
  }

  .video-link {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    background: #fffcc2;
    padding: 8px 14px;
    border-radius: 4px;
    transition: all 0.2s ease;
  }

  .video-link:hover {
    background: #fff08a;
    color: #000;
  }
}

.how-we-build-sec-wrp {
  color: #222;
  line-height: 1.6;
  background-color: #f3f3f3;
  padding: 40px;

  .how-built-section {
    max-width: 800px;
    margin: 0 auto;
  }

  .how-built-section h2 {
    color: #db1f26;
    font-size: 22px;
    margin-bottom: 15px;
  }

  .how-built-section p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .how-built-section ul {
    list-style-type: disc;
    padding-left: 30px;
    margin-bottom: 20px;
  }

  .how-built-section li {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .how-built-section b {
    font-weight: 700;
  }

  .how-built-section a {
    color: #a64d1f;
    text-decoration: underline;
  }

  .how-built-section a:hover {
    text-decoration: none;
  }
}

.outcome-bigger-section-wrp {
  background: #333333;
  padding: 60px 20px;
  color: #333;

  h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    text-align: center;
    color: #db1f26;
  }

  .outcomes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
  }

  .card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: center;
  }

  .card span {
    font-size: 2rem;
  }

  .card h3 {
    margin-top: 10px;
    font-size: 1.2rem;
    color: #444;
  }

  .card p {
    color: #666;
  }

  .scalability h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #fff;
  }

  .scalability ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
  }

  .scalability ul li {
    padding: 6px 0;
    font-size: 0.95rem;
    color: #555;
    color: #fff;
  }

  .note {
    color: #333;
    background: #eef;
    padding: 12px;
    border-left: 4px solid #db1f26;
    border-radius: 6px;
  }
}

.line-heignt-21 {
  line-height: 36px;
}

.chip-section {
  .chip-section {
    max-width: 800px;
  }

  .chip-section h2 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .chip-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .chip {
    background: #3a3a3a;
    color: #fff;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .chip:hover {
    background: #555;
    transform: translateY(-2px);
  }
}

p.new-font.color-new {
  color: #fff;
}

.italic-txt {
  font-style: italic;
}

.line-height-36 {
  line-height: 32px;
}

img.img-logo {
  width: 50%;
  margin: 0 auto;
}

.infographic {
  background: #f4f6f8;
  margin: 0;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;

  .infographic {
    position: relative;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, #ffffff 40%, #e0e7ef 100%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #1e2a38;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 50%;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  .node {
    position: absolute;
    width: 160px;
    text-align: center;
    font-size: 0.9rem;
    color: #333;
  }

  .node-icon {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  /* Positioning nodes around the circle */
  .node:nth-child(2) {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .node:nth-child(3) {
    top: 100px;
    right: -10px;
  }

  .node:nth-child(4) {
    bottom: 100px;
    right: -10px;
  }

  .node:nth-child(5) {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .node:nth-child(6) {
    bottom: 100px;
    left: -10px;
  }

  .node:nth-child(7) {
    top: 100px;
    left: -10px;
  }

  @media (max-width: 700px) {
    .infographic {
      width: 100%;
      height: auto;
      padding: 2rem;
      border-radius: 0;
    }

    .node {
      position: static;
      margin: 1rem auto;
    }

    .center {
      position: static;
      transform: none;
      margin: 2rem auto;
    }
  }
}

.bg-cor {
  color: #fcfcfc;
}

.top-5-logo-wrp {
  .logo-row {
    display: flex;
    align-items: center;
    justify-content: center;
    /* center the group horizontally */
    gap: 60px;
    flex-wrap: nowrap;
    /* try to keep all logos on one line */
    flex-shrink: 0;
    /* optional container styling */
    padding: 12px;
    background: white;
    box-shadow: 0 6px 20px rgba(15, 15, 15, 0.04);
  }

  .height-45 {
    height: 36px !important;
  }

  .height-90 {
    height: 90px !important;
  }

  .logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 var(--logo-max-width);
    /* allow some shrinking on small screens */
    width: var(--logo-max-width);
    height: 60px;
    /* visual container height - tweak as needed */
    padding: 6px;
  }

  .logo-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 100%;
    object-fit: contain;
    display: block;
    filter: none;
    transition: transform 0.22s ease, filter 0.22s ease;
  }

  .logo-item img[loading="lazy"] {
    /* hint for lazy images */
    opacity: 0.98;
  }

  /* small hover effect */
  .logo-item:hover img {
    transform: translateY(-4px) scale(1.04);
    filter: saturate(1.05);
  }

  /* Make it responsive: if viewport is narrow, allow wrapping */
  @media (max-width: 700px) {
    .logo-row {
      gap: 18px;
      flex-wrap: wrap;
      /* allow multiple rows on small devices */
      justify-content: center;
    }

    .logo-item {
      width: calc(50% - 18px);
      /* two per row on narrow screens */
      max-width: none;
      height: 56px;
    }
  }

  @media (max-width: 420px) {
    .logo-item {
      width: calc(100% - 16px);
      /* single per row if very narrow */
      height: 48px;
    }
  }
}

.bold {
  font-weight: 700;
}

.text-style {
  font-size: 20px;
  text-transform: uppercase;
}

.bold {
  font-weight: 600;
}

.ruler-hr {
  border: 1px solid #d5d1d1;
  margin: 12px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-content {
  background: #fff;
  padding: 2rem 3rem;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.big-font {
  font-size: 50px;
  font-weight: bolder;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  color: #db1f26;
  text-transform: uppercase;
}

.serve-img-siz {
  width: 80px;
  height: 80px;
  opacity: 0.7;
}

.p-t-5 {
  padding-top: 51px !important;
}

.new-font.new-style {
  text-transform: uppercase;
  font-size: 14px;
  color: #000000;
  transition: 0.3s;
}

.new-font.new-style:hover {
  text-transform: uppercase;
  font-size: 14px;
  color: #ffff;
}

.single-service-box .service-box-thumb.text-right {
  opacity: 0;
  transition: background-position 0.5s ease-in-out;
}

.single-service-box .service-box-thumb.text-right:hover {
  opacity: 1;
}

.about-area.whoweserve .single-service-box {
  position: relative;
  background: linear-gradient(135deg, black 50%, #b2beb5 50%);
  background-size: 300%;
  background-position: left top;
  transition: background-position 0.5s ease-in-out;
  color: white;
  /* optional for contrast */
}

.about-area.whoweserve .single-service-box:hover {
  background-position: right bottom;
}

.features-section-model-lap-wrp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;

  .feature-card {
    background-color: #fff6ef;
    border-radius: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    flex: 1 1 300px;
    max-width: 400px;
    padding: 32px 28px;
    transition: all 0.3s ease;
  }

  .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  }

  .icon {
    width: 50px;
    height: 50px;
    background-color: #008c8a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    margin-bottom: 20px;
  }

  .icon i {
    color: #fff;
    font-size: 20px;
  }

  .feature-card h3 {
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 12px;
    font-weight: 700;
  }

  .feature-card p {
    color: #444;
    font-size: 16px;
    line-height: 1.5;
  }

  @media (max-width: 900px) {
    .features-section {
      flex-direction: column;
      align-items: center;
    }
  }
}

.snow-third-sectionn {
  background-color: black;
}

.analystice-grid-wrp {
  background: black;
  margin: 0;
  padding: 40px;

  h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #333;
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 2fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .grid-item {
    background: #cbe6f2;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
  }

  .grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    background: #f0f8ff;
  }

  .icon {
    font-size: 35px;
    margin-bottom: 10px;
    color: #007bff;
  }

  .title {
    font-weight: bold;
    font-size: 18px;
    color: #222;
  }

  .desc {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
  }
}

.why-choose-us-area-new-wrp {
  background: black;
  color: #e6eef6;
  padding: 40px;

  h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
  }

  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin: auto;
  }

  .flip-card {
    background: transparent;
    perspective: 1000px;
  }

  .flip-card-inner {
    position: relative;
    width: 100%;
    padding-top: 100%;
    /* square cards */
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }

  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }

  .flip-card-front,
  .flip-card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.05);
  }

  .flip-card-front {
    background: rgba(255, 255, 255, 0.02);
  }

  .flip-card-back {
    background: rgba(124, 58, 237, 0.1);
    color: #fff;
    transform: rotateY(180deg);
  }

  .flip-card h3 {
    margin: 10px 0 5px;
    color: #7c3aed;
    font-size: 18px;
  }

  .flip-card p {
    margin: 0;
    color: #9aa4b2;
    text-align: center;
  }

  .blue-colr {
    color: #7c3aed;
  }

  .tags {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
  }

  .tag {
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    color: #9aa4b2;
  }
}



.service-area-new-wrap {
  background: black;
  color: #e5e7eb;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  justify-content: center;

  .comparison-container {
    background: rgba(20, 24, 45, 0.85);
    border-radius: 16px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    padding: 30px;
    margin: 0 auto;
    width: 80%;
    border: 1px solid rgba(60, 70, 110, 0.6);
  }

  /* Title */
  .title {
    background: linear-gradient(90deg, #007bff, #00bcd4);
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 1.3rem;
    display: inline-block;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-weight: 600;
  }

  /* Table styling */
  .comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(100, 120, 180, 0.2);
    text-align: left;
  }

  .comparison-table th {
    background: rgba(30, 35, 70, 0.8);
    color: #58a6ff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }

  .comparison-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.03);
  }

  .comparison-table td:nth-child(4) {
    color: #e5e7eb;
    font-weight: 600;
  }

  /* Hover effect */
  .comparison-table tr:hover {
    background: rgba(0, 122, 255, 0.1);
    transition: background 0.3s ease;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .comparison-table thead {
      display: none;
    }

    .comparison-table tr {
      display: block;
      margin-bottom: 15px;
      border: 1px solid rgba(100, 120, 180, 0.3);
      border-radius: 10px;
      background: rgba(15, 20, 35, 0.9);
    }

    .comparison-table td {
      display: flex;
      justify-content: space-between;
      padding: 10px;
      border-bottom: 1px solid rgba(80, 100, 140, 0.2);
    }

    .comparison-table td::before {
      content: attr(data-label);
      font-weight: 600;
      color: #58a6ff;
    }
  }
}


.new-stes-wrp {
  .steps {
    display: flex;
    flex-wrap: wrap;
    /* allows multiple rows */
    justify-content: center;
    /* center items horizontally */
    gap: 20px;
    /* space between items */
    max-width: 95%;
    margin: 40px auto;
    position: relative;
  }

  .step-item {
    flex: 1 1 calc(33.33% - 20px);
    /* 3 items per row by default */
    background: #f3f3f3;
    color: #333;
    text-align: center;
    padding: 40px 20px;
    border-radius: 12px;
    font-size: 1.2rem;
  }

  /* For smaller screens, make 2 per row */
  @media (max-width: 768px) {
    .step-item {
      flex: 1 1 calc(50% - 20px);
    }
  }

  /* For mobile, make 1 per row */
  @media (max-width: 480px) {
    .step-item {
      flex: 1 1 100%;
    }
  }

}


.business-impace-new-wrp {
  background: #f4f6f8;
  margin: 0;
  padding: 0;

  .cost-reduction {
    max-width: 1000px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
  }

  .cost-reduction h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
  }

  .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 2fr));
    gap: 20px;
  }

  .card {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
  }

  .card h3 {
    color: #1f7a8c;
    margin-bottom: 10px;
  }

  .card p {
    color: #555;
    font-size: 0.95rem;
  }

}

.r-color-new {
  color: #FF474C !important;
}


/* Text animation */
.words {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  height: 3rem;
}

.words span {
  display: block;
  animation: slide 10s infinite;
}

@keyframes slide {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-3rem);
  }

  45% {
    transform: translateY(-3rem);
  }

  50% {
    transform: translateY(-6rem);
  }

  70% {
    transform: translateY(-6rem);
  }

  75% {
    transform: translateY(-9rem);
  }

  95% {
    transform: translateY(-9rem);
  }

  100% {
    transform: translateY(0);
  }
}



/* // Responsive start here */

@media (max-width: 768px) {
  .Cybersecurityhome-wrp-new {
    .timeline-item.right {
      left: 6%;
    }
  }

  .zero-trust-wrp {
    .progress-container {
      width: 100%;
      display: block;
    }

    .step {
      width: 100%;
    }
  }
}

@media only screen and (max-width: 1366px) {
  .slider2 .slider-content h1 {
    margin-left: 2rem;
  }
}