/* ITHUB IT solution & Technology Services HTML-5 Template */

/*** 

====================================================================
    Attachment Css Files
====================================================================

***/

@import url("global.css");
@import url("header.css");
@import url("footer.css");
@import url("animate.css");
@import url("rtl.css");
@import url("dark-body.css");
@import url("jquery-ui.css");
@import url("swiper.min.css");
@import url("font-awesome.css");
@import url("custom-animate.css");
@import url("magnific-popup.css");
@import url("odometer-theme-default.css");
@import url("jquery.bootstrap-touchspin.css");

/*** 

====================================================================
    Main Slider
====================================================================

***/

.slider-one {
  position: relative;
  border-left: 25px solid var(--white-color);
  border-right: 25px solid var(--white-color);
  border-bottom: 25px solid var(--white-color);
  border-top: 0;
}

.slider-one .slider-one_pagination {
  position: absolute;
  top: 40%;
  z-index: 999;
  left: auto !important;
  right: 40px !important;
  width: 60px !important;
}

.slider-one .slider-one_pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  width: auto;
  height: auto;
  display: block;
  background: none;
  font-weight: 600;
  line-height: 36px;
  text-align: right;
  font-size: 26px;
  opacity: 0.6;
  padding-right: 0px;
  color: var(--white-color);
  margin: 35px 0px !important;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  font-family: "Outfit", serif;
}

.slider-one .slider-one_pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 20px;
  width: 1px;
  height: 65px;
  background-color: var(--white-color);
}

.slider-one .slider-one_pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  left: -5px;
  top: 14px;
  width: 10px;
  height: 10px;
  outline-offset: 1px;
  border-radius: 50px;
  display: inline-block;
  background-color: var(--white-color);
}

.slider-one
  .slider-one_pagination
  .swiper-pagination-bullet:last-child::before {
  display: none;
}

.slider-one .slider-one_pagination .swiper-pagination-bullet:hover,
.slider-one
  .slider-one_pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  font-size: 26px;
}

.slider-one .slider-one_pagination .swiper-pagination-bullet:hover::before,
.slider-one
  .slider-one_pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.slider-one .swiper-slide {
  position: relative;
  overflow: hidden;
  padding: 280px 0px 170px;
}

.slider-one_image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  border-radius: 40px;
  background-size: cover;
  background-position: center center;
  clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);
  -webkit-transition: all 1000ms linear;
  -moz-transition: all 1000ms linear;
  -ms-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
}

.slider-one_image-layer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.2;
  background-color: rgba(0, 13, 255, 0);
  background: linear-gradient(
    135deg,
    rgba(10, 61, 145, 0.85) 0%,
    rgba(21, 101, 192, 0.65) 100%
  );
}

.slider-one .swiper-slide-active .slider-one_image-layer {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slider-one_pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 306px;
  height: 306px;
  background-repeat: no-repeat;
}

.slider-one_content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin-top: -40px;
}

.slider-one_content-inner {
  position: relative;
}

.slider-one_title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding: 11px 25px;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  text-transform: capitalize;
  background-color: rgba(0, 13, 255, 0);
  background: var(--main-color);
}

.slider-one .swiper-slide-active .slider-one_title {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.slider-one_heading {
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 35px;
  color: var(--white-color);
  text-transform: capitalize;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-one_heading span {
  color: transparent;
  font-weight: 800;
  font-family: "Raleway", serif;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
}

.slider-one .swiper-slide-active .slider-one_heading {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-one_arrow {
  position: absolute;
  content: "";
  right: 35%;
  bottom: -30px;
  width: 227px;
  height: 202px;
  background-repeat: no-repeat;
}

.slider-one .slider-one_button {
  position: relative;
  gap: 5px;
  display: inline-block;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-one_video {
  position: relative;
}

.slider-one .slider-one_button .slider-one_video:before {
  position: absolute;
  content: "";
  left: -18px;
  top: 50%;
  height: 20px;
  width: 20px;
  transform: translateY(-50%);
  background-color: var(--white-color);
}

.slider-one .swiper-slide-active .slider-one_button {
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* Play Box */

.slider-one .play-box {
  position: relative;
}

.slider-one .play-box:hover .fa {
  color: var(--white-color);
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.slider-one .play-box .fa {
  position: relative;
  width: 62px;
  height: 62px;
  margin-top: 3px;
  font-size: 18px;
  line-height: 50px;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
  text-align: center !important;
  border: 6px solid var(--white-color);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background: var(--main-color);
  background-image: linear-gradient(
    90deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 55%
  );
}

/* Slider Socials Box */

.slider-one_socials {
  position: absolute;
  left: 5px;
  bottom: -15px;
  z-index: 1;
  padding: 25px 30px;
  transform-origin: 8% 45%;
  transform: rotate(-90deg);
  border-radius: 0px 50px 50px 0px;
  background-color: rgba(var(--white-color-rgb), 0.05);
}

.slider-one_socials a {
  position: relative;
  font-size: 14px;
  margin: 0px 15px;
  text-transform: capitalize;
  color: var(--white-color);
}

.slider-one_socials a::before {
  position: absolute;
  content: "-";
  right: -20px;
  font-size: 24px;
  color: var(--white-color);
}

.slider-one_socials a:hover {
  color: var(--main-color);
}

.slider-one_socials a:last-child::before {
  display: none;
}

.slider-one_options {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}

.slider-one_options .button {
  position: relative;
  border-radius: 40px 0px 0px 0px;
  background-color: var(--color-four);
  border: 10px solid var(--white-color);
  border-bottom: none;
  border-right: none;
}

.slider-one_options .button a {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  gap: 55px;
  padding: 15px 30px;
  color: var(--black-color);
}

.slider-one_options .button i {
  position: relative;
  font-weight: 700;
  font-family: "Font Awesome 6 Free";
}

.slider-one_options .button a:hover {
  color: var(--main-color);
}

.slider-one_authors {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  background-color: var(--color-four);
  border-left: 10px solid var(--white-color);
  border-right: 25px solid var(--color-four);
  border-radius: 0px 0px 30px;
  padding: 5px 0px 20px;
}

.slider-one_authors ul {
  position: relative;
  display: flex;
  margin-left: 40px;
}

.slider-one_authors ul li {
  position: relative;
  width: 54px;
  height: 54px;
  margin-left: -20px;
  border-radius: 50px;
  display: inline-block;
  border: 3px solid var(--white-color);
}

.slider-one_reviews {
  position: relative;
  font-weight: 800;
  font-size: 26px;
  color: var(--main-color);
  font-family: "Outfit", serif;
}

.slider-one_reviews span {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: var(--black-color);
}

.read-more,
.read-more-btn,
.theme-btn,
.btn-style-one {
  padding: 16px 42px !important;
}

/*** 

====================================================================
    Clients One
====================================================================

***/

.clients-one {
  position: relative;
}

.clients-one .auto-container {
  position: relative;
  max-width: 1910px;
  padding: 0px 15px;
}

.clients-one .inner-container {
  position: relative;
  padding: 40px 80px;
  border-radius: 100px 100px;
  background-color: #eeeeee;
  margin: 19px;
}

.clients-one_title {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px;
  color: var(--black-color);
}

.clients-one .client-image {
  position: relative;
  text-align: center;
}

.clients-one .client-image img {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.clients-one .client-image img:hover {
  opacity: 0.5;
}

/*** 

====================================================================
    About One
====================================================================

***/

.about-one {
  position: relative;
  padding: 140px 0px 60px;
}

.about-one_vector {
  position: absolute;
  left: 0px;
  top: 150px;
  width: 459px;
  height: 447px;
  background-repeat: no-repeat;
}

.about-one_pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 1510px;
  background-position: right top;
  background-repeat: no-repeat;
}

.about-one_pattern-two {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 1622px;
  background-position: right center;
  background-repeat: no-repeat;
}

.about-one_years {
  position: relative;
  margin-top: 60px;
  margin-left: 45px;
}

.about-one_text {
  position: relative;
  font-size: 20px;
  line-height: 34px;
  color: #111111;
  max-width: 440px;
  margin-top: 40px;
}

.about-one_text span {
  position: relative;
  font-weight: 600;
  color: var(--black-color);
}

.about-one_image-outer {
  position: relative;
  text-align: right;
}

.about-one_image {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  display: inline-block;
  opacity: 0;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}

.about-one_image.now-in-view {
  opacity: 1;
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

.about-one_image-two {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  margin-left: -172px;
  margin-top: -45px;
  display: inline-block;
}

/* About One Carousel */

.about-one_carousel {
  position: relative;
  margin-left: 60px;
  margin-top: 10px;
  max-width: 301px;
}

.review-block_one {
  position: relative;
}

.review-block_one-quote {
  position: relative;
}

.review-block_one-text {
  position: relative;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  line-height: 28px;
  max-width: 301px;
  margin-bottom: 25px;
}

.review-block_one-info {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  padding-left: 90px;
  color: var(--main-color);
}

.review-block_one-info i {
  position: absolute;
  left: 0px;
  top: 18px;
}

.review-block_one-info strong {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  padding-left: 30px;
  display: block;
  color: var(--black-color);
  border-left: 3px solid var(--white-color);
}

.review-block_one-info span {
  position: relative;
  font-size: 16px;
  display: block;
}

/* ==============================
   Mission Vision Commitment
============================== */

.mv-premium-section {
  padding: 60px 0;
  background: #f5f7fa;
}

.mv-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.mv-premium-card {
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: 30px 26px;
  border: 1px solid #edf0f5;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);

  transition: all 0.35s ease;

  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.mv-premium-card:hover {
  transform: translateY(-8px);

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.mv-premium-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 0;
  height: 3px;

  background: linear-gradient(90deg, #0c4da2, #f7941d);

  transition: 0.4s;
}

.mv-premium-card:hover::before {
  width: 100%;
}

/* Icon */

.mv-icon-box {
  width: 68px;
  height: 68px;

  border-radius: 16px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;

  margin-bottom: 20px;

  transition: 0.35s ease;
}

.mv-premium-card:hover .mv-icon-box {
  transform: rotate(-5deg) scale(1.08);
}

/* Colors */

.mission {
  background: #edf4ff;
  color: #0c4da2;
}

.vision {
  background: #eaf7ff;
  color: #00a2e8;
}

.commitment {
  background: #fff3e8;
  color: #f7941d;
}

/* Number */

.mv-number {
  position: absolute;
  top: 24px;
  right: 28px;

  font-size: 52px;
  font-weight: 800;

  color: rgba(12, 77, 162, 0.05);
}

/* Heading */

.mv-premium-card h3 {
  font-size: 27px;
  font-weight: 700;
  color: #1d1d1f;

  margin-bottom: 14px;
}

/* Content */

.mv-premium-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #5f6368;

  margin-bottom: 12px;
}

/* Bottom Line */

.mv-line {
  width: 0;
  height: 3px;

  margin-top: auto;

  border-radius: 50px;

  background: linear-gradient(90deg, #0c4da2, #f7941d);

  transition: 0.4s;
}

.mv-premium-card:hover .mv-line {
  width: 100%;
}

/* Tablet */

@media (max-width: 991px) {
  .mv-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */

@media (max-width: 767px) {
  .mv-premium-section {
    padding: 60px 0;
  }

  .mv-card-wrapper {
    grid-template-columns: 1fr;
  }

  .mv-premium-card {
    padding: 24px;
  }

  .mv-premium-card h3 {
    font-size: 22px;
  }
}

/*** 

====================================================================
    Marketing One
====================================================================

***/

.marketing-one {
  position: relative;
  overflow: hidden;
  padding: 40px 0px 100px;
}

.marketing-one .animation_mode {
  position: relative;
  min-height: 112px;
}

.marketing-one h1 {
  font-size: 156px;
  line-height: 1em;
  font-weight: 900;
  display: inline-block;
  text-transform: uppercase;
  color: rgba(var(--color-three-rgb), 1);
  font-family: "Manrope", sans-serif;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.marketing-one h1:hover {
  color: var(--main-color);
  -webkit-text-fill-color: var(--main-color);
  background: none;
  -webkit-background-clip: text;
}

.marketing-one.style-two {
  padding-top: 0px;
}

/*** 

====================================================================
    Achieve One
====================================================================

***/

.achieve-one {
  position: relative;
  padding: 80px 0px 80px;
}

.achieve-one_vector {
  position: absolute;
  left: 15px;
  top: 0px;
  right: 15px;
  bottom: 0px;
  background-position: left center;
  background-repeat: no-repeat;
}

.achieve-one_vector-two {
  position: absolute;
  left: 15px;
  top: 0px;
  right: 15px;
  bottom: 79px;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.achieve-one_bg {
  position: absolute;
  left: 15px;
  top: 0px;
  right: 15px;
  bottom: 0px;
  border-radius: 50px;
  background-size: cover;
}

.achieve-one_counter {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: none;
  border-right: none;
}

.counter-one_column {
  position: relative;
}

.counter-one_column:last-child {
  border-right: none;
}

.counter-one_inner {
  position: relative;
  padding: 40px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.counter-one_inner:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  height: 0%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background: var(--main-color);
}

.counter-one_inner:hover::before {
  top: 0px;
  opacity: 1;
  height: 100%;
  color: #ffffff;
}

.counter-one_text {
  position: relative;
  z-index: 2;
  color: var(--black-color);
  transition: all 0.4s ease;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  min-height: 52px;
  margin-bottom: 10px;
}

.counter-one_count {
  position: relative;
  z-index: 2;
  color: var(--black-color);
  transition: all 0.4s ease;
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
}
.counter-one_inner:hover .counter-one_text,
.counter-one_inner:hover .counter-one_count,
.counter-one_inner:hover .counter-one_count span {
  color: var(--white-color);
}
.sec-title.light .sec-title_title span {
  background: var(--color-two) !important;
}

/*** 

====================================================================
    Video One
====================================================================

***/

.video-one {
  position: relative;
}

.video-one.style-two {
  margin-top: 100px;
}

.video-one.style-two .video-box {
  margin-top: 0px;
}

.video-one_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.video-one .video-box {
  margin-top: -315px;
}

.video-box {
  position: relative;
}

.video-box .video-image {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-radius: 60px;
  border: 20px solid var(--white-color);
}

.video-box .video-image img {
  position: relative;
  width: 100%;
  z-index: 3;
  overflow: hidden;
  border-radius: 40px;
}

.video-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.video-box .overlay-box span {
  position: absolute;
  width: 230px;
  height: 230px;
  left: 150px;
  bottom: -100px;
  z-index: 10;
  color: #ffffff;
  font-weight: 400;
  font-size: 50px;
  text-align: center;
  border-radius: 50%;
  padding-left: 4px;
  display: inline-block;
  line-height: 190px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  border: 20px solid var(--white-color);
  background-color: rgba(10, 61, 145, 1);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #0a3d91 0%, #1565c0 75%, #ff8c2b 100%);
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
  animation: icon-bounce 0.8s ease-out infinite;
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 230px;
  height: 230px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-box .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-box .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
  }
}

/*** 

====================================================================
    Process One
====================================================================

***/

.process-one {
  position: relative;
  padding: 200px 0px 120px;
}

.process-one.style-two {
  padding-bottom: 0px;
}

.process-one .step-block_one:nth-child(2) {
  top: 30px;
}

.process-one .step-block_one:nth-child(2) .step-block_one-inner:before {
  bottom: auto;
  top: 20%;
}

.process-one .step-block_one:nth-child(3) {
  top: -160px;
}

.process-one .step-block_one:nth-child(3) .step-block_one-inner:before {
  bottom: auto;
  top: 30%;
}

.process-one .step-block_one:nth-child(4) {
  top: -325px;
}

.step-block_one:last-child .step-block_one-inner:before {
  display: none;
}

.step-block_one {
  position: relative;
}

.step-block_one-inner {
  position: relative;
  padding: 65px 50px;
  border-radius: 20px;
  border: 2px solid #d9d9d9;
}

.step-block_one-inner:before {
  position: absolute;
  content: "";
  right: -29px;
  bottom: 60px;
  width: 30px;
  height: 90px;
  z-index: 1;
  background: url(../images/icons/curve.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.step-block_one:last-child .step-block_one-inner::before {
  display: none;
}

.step-block_one-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  background-size: cover;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.step-block_one-inner:hover .step-block_one-bg {
  opacity: 1;
}

.step-block_one-number {
  position: relative;
  font-size: 16px;
}

.step-block_one-number span {
  position: relative;
  line-height: 1em;
  font-weight: 800;
  font-size: 96px;
  background: linear-gradient(to bottom, var(--main-color), var(--color-three));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.step-block_one-inner:hover .step-block_one-number span {
  color: var(--black-color);
  -webkit-text-fill-color: inherit;
}

.step-block_one-inner:hover .step-block_one-heading {
  color: var(--main-color);
}

.step-block_one-heading {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  margin-top: 100px;
  color: var(--black-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.step-block_one-text {
  position: relative;
  font-size: 16px;
  color: #111111;
  line-height: 30px;
  margin-top: 15px;
}

.process-one_content {
  position: relative;
  text-align: right;
  margin-top: -140px;
}

.process-one_button {
  position: relative;
}

.process-one_content-text {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #111111;
  margin-top: 20px;
}

/*** 

====================================================================
    Offer One
====================================================================

***/

.offer-one {
  position: relative;
  overflow: hidden;
  padding: 0px 0px 220px;
}

.offer-one.style-two {
  padding-top: 120px;
}

.offer-one_color {
  position: absolute;
  left: -40px;
  bottom: 0px;
  width: 830px;
  height: 900px;
  border-radius: 45px;
  background-color: #eeeeee;
}

.offer-one_bg-color {
  position: absolute;
  right: -40px;
  width: 80px;
  height: 1100px;
  border-radius: 50px;
  background-color: var(--main-color);
  background: linear-gradient(
    135deg,
    var(--main-color) 0%,
    var(--color-three) 75%,
    var(--color-two) 100%
  );
}

.offer-one .auto-container {
  position: relative;
  max-width: 1700px;
}

.step-award_box {
  position: absolute;
  right: 115px;
  top: 100%;
  width: 345px;
  padding: 25px 25px;
  border-radius: 20px;
  border: 10px solid var(--white-color);
  background-color: rgba(10, 61, 145, 1);
  background: var(--main-color);
}

.step-award_box:before {
  position: absolute;
  content: "";
  right: 25px;
  top: 25px;
  width: 76px;
  height: 72px;
  background: url(../images/icons/award-vector.png) no-repeat;
}

.step-award_count {
  position: relative;
  font-size: 64px;
  line-height: 36px;
  font-weight: 700;
  color: var(--white-color);
}

.step-award_subtitle {
  position: relative;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: var(--white-color);
  text-transform: uppercase;
}

.offer-one_title {
  position: relative;
  padding-left: 120px;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #dddddd;
}

.offer-one_arrow {
  position: absolute;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  background-color: #eeeeee;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.offer-one_title:hover .offer-one_arrow {
  color: var(--white-color);
  background-color: rgba(10, 61, 145, 1);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
  background: var(--color-two);
}

.offer-one_title.active .offer-one_arrow img,
.offer-one_title:hover .offer-one_arrow img {
  fill: #ffffff;
  filter: brightness(200%);
  color: var(--white-color);
}

.offer-one_title:last-child {
  margin-bottom: 0px;
}

.offer-one_icon-outer {
  position: absolute;
  left: 0px;
  top: 10px;
}

.offer-one_icon {
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 66px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #999999;
}

.offer-one_icon:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 5px;
  bottom: 5px;
  border-radius: 50px;
  border: 1px solid #dddddd;
}

.offer-one_number {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 23px;
  height: 23px;
  z-index: 1;
  font-size: 12px;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  color: var(--black-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: #d9d9d9;
}

.offer-one_title.active .offer-one_number,
.offer-one_title:hover .offer-one_number {
  color: var(--white-color);
  background-color: rgba(10, 61, 145, 1);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(
    180deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
}

.offer-one_heading {
  margin-top: 10px;
  color: var(--black-color);
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Manrope", sans-serif;
}

.offer-one_heading a {
  position: relative;
  color: var(--black-color);
}

.offer-one_title.active .offer-one_arrow,
.offer-one_title:hover .offer-one_arrow {
  color: var(--white-color);
  background-color: rgba(10, 61, 145, 1);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(
    180deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
}

.offer-one_title.active .offer-one_heading a,
.offer-one_title:hover .offer-one_heading a {
  color: var(--main-color);
}

.offer-one_tags {
  position: relative;
  margin-top: 15px;
}

.offer-one_tags li {
  position: relative;
  margin-right: 8px;
  display: inline-block;
}

.offer-one_tags li a {
  position: relative;
  font-size: 12px;
  color: #111111;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #999999;
}

.offer-one_tags li a:hover {
  color: var(--white-color);
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.offer-one_image-column {
  position: relative;
}

.offer-one_image-outer {
  position: relative;
  height: 100%;
}

.offer-one_images_outer {
  position: relative;
  height: 100%;
}

.offer-one_title.active .offer-one_subtitle,
.offer-one_title:hover .offer-one_subtitle {
  background-color: var(--color-two);
}

.offer-one_image {
  position: absolute;
  right: 15px;
  top: 0px;
  opacity: 0;
  overflow: hidden;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(-5deg) translateX(0px);
  transform: rotate(-5deg) translateX(0px);
}

.offer-one_image.active {
  opacity: 1;
  -webkit-transform: rotate(0deg) translateX(0px);
  transform: rotate(0deg) translateX(0px);
}

.offer-one_content-column {
  position: relative;
}

.offer-one_content-outer {
  position: relative;
  padding-top: 70px;
  max-width: 720px;
  padding-left: 70px;
}

/*** 

====================================================================
    Testimonial One
====================================================================

***/

.testimonial-one {
  position: relative;
  padding: 145px 0px 120px;
}

.testimonial-one_pattern-layer {
  position: absolute;
  left: 0px;
  top: -300px;
  bottom: 0px;
  width: 732px;
  height: 1376px;
  background-repeat: no-repeat;
}

.testimonial-one .sec-title {
  margin-bottom: 30px;
}

.testimonial-one_talk {
  position: relative;
  font-size: 32px;
  gap: 25px;
  font-weight: 700;
  color: var(--color-two);
}

.about-one_arrows {
  position: relative;
  width: 275px;
  height: 130px;
  margin-left: 40px;
  margin-top: -40px;
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
  animation: icon-bounce 0.8s ease-out infinite;
}

.testimonial-one_content-column {
  position: relative;
}

.testimonial-one_carousel-column {
  position: relative;
}

.testimonial-one_carousel-content {
  position: relative;
  margin-left: 30px;
  border-radius: 30px;
  padding: 60px 70px 15px;
  background-color: #f5f5f5;
}

.testimonial-one_carousel-content:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 126px;
  height: 126px;
  background: url(../images/icons/vector-1.png);
}

.testimonial-one_carousel-content:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 199px;
  height: 125px;
  background: url(../images/icons/vector-2.png);
}

.testimonial-one_carousel-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 389px;
  height: 238px;
  background: url(../images/icons/vector-2.png);
}

.testimonial-one_carousel-content .swiper-container {
  padding-bottom: 60px;
  margin-left: -55px;
}

.testimonial-block_one {
  position: relative;
}

.testimonial-block_one-inner {
  position: relative;
  padding-left: 50px;
}

.testimonial-block_one-author {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  padding-left: 145px;
  padding-top: 35px;
  min-height: 120px;
  color: var(--main-color);
  font-family: "Outfit", serif;
}

.testimonial-block_one-author span {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  color: var(--black-color);
  font-family: "Manrope", sans-serif;
}

.testimonial-block_one-author_image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 150px;
}

.testimonial-block_one-text {
  position: relative;
  font-size: 24px;
  line-height: 44px;
  margin-top: 30px;
  color: var(--black-color);
}

.testimonial-block_one-rating {
  position: relative;
  display: flex;
  gap: 4px;
  justify-content: end;
  align-items: center;
  margin-top: 70px;
  font-size: 32px;
  font-weight: 700;
  text-align: right;
  line-height: 1em;
  color: var(--black-color);
}

.testimonial-block_one-rating span {
  position: relative;
  font-size: 22px;
  color: var(--color-two);
}

.testimonial-one_arrow {
  position: absolute;
  left: 0px;
  z-index: 99999;
  bottom: 0px;
}

.testimonial-one_carousel-prev,
.testimonial-one_carousel-next {
  position: relative;
  width: 70px !important;
  height: 70px;
  font-size: 20px;
  margin: 0px 1px;
  border-radius: 50px;
  line-height: 70px !important;
  text-align: center !important;
  display: inline-block !important;
  color: var(--white-color);
  background: var(--main-color);
}

.testimonial-one_carousel-prev:hover,
.testimonial-one_carousel-next:hover {
  color: var(--white-color);
  background: var(--color-two);
}

/* Keyframes for bounce animation */
@keyframes icon-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/*** 

====================================================================
    Team One
====================================================================

***/
.team-one {
  position: relative;
  padding-top: 80px;
}

.team-one.style-two {
  padding-top: 100px;
}

.team-one_layer {
  position: absolute;
  left: 0px;
  top: -200px;
  right: 0px;
  bottom: 0px;
  background-position: right top;
  background-repeat: no-repeat;
}

.team-one .team-one_one {
  min-height: 470px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  will-change: flex;
}
.team-one .team-one_one:hover,
.team-one .team-one_one.active {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
@media (max-width: 991.98px) {
  .team-one .team-one_one {
    width: 50%;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .team-one .team-one_one {
    width: 100%;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }
}
.team-one_one {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: 0.8s cubic-bezier(0.29, 0, 0.2, 1);
  transition: 0.8s cubic-bezier(0.29, 0, 0.2, 1);
}
.team-one_one .active .image-box .image:before {
  opacity: 0.3;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.team-one_one .active .icon {
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
}

.team-one_one .active .content-box .cat {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.team-one_one .active .content-box .title {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.team-one_one .active .content-box .read-more {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.team-one_one .inner-box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.team-one_one .inner-box:hover .image-box .image:before {
  opacity: 0.1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.team-one_one .inner-box:hover .icon {
  background-color: var(--theme-color-light);
  color: var(--theme-color-dark);
}

.team-one_one .inner-box:hover .content-box .cat {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}
.team-one_one .inner-box:hover .content-box .title {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.team-one_one .inner-box:hover .content-box .read-more {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.team-one_one .image-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-one_one .image-box .image {
  position: relative;
  margin-bottom: 0;
}
.team-one_one .image-box .image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #1d1d29;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 2;
}

.team-one_one .image-box .image img {
  width: 100%;
  height: 470px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-one_one .content-box {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  opacity: 0;
  padding: 15px 20px;
  border-radius: 12px;
  background-color: #fafafa;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}

.team-one_one .inner-box:hover .content-box {
  opacity: 1;
}

.team-one_one .content-box .cat {
  position: relative;
  font-weight: 400;
  color: #777777;
  display: inline-block;
  opacity: 0;
  font-size: 12px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: capitalize;
}
.team-one_one .content-box .title {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0;
  color: var(--black-color);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-one_one .content-box .title a {
  position: relative;
  color: var(--black-color);
}

.team-one_one:hover .team-one_socials {
  opacity: 1;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.team-one_socials {
  position: relative;
  margin-top: 10px;
  opacity: 0;
}

.team-one_socials a {
  position: relative;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: var(--black-color);
  background-color: var(--white-color);
  border: 1px solid rgba(var(--black-color-rgb), 0.25);
}

.team-one_socials a:hover {
  color: var(--white-color);
  border-color: var(--main-color);
  background-color: var(--main-color);
}

@media (max-width: 991.98px) {
  .team-one_one .content-box .title {
    font-size: 30px;
  }
}
.team-one_one .content-box .read-more {
  position: relative;
  width: 51px;
  height: 51px;
  line-height: 53px;
  opacity: 0;
  margin-bottom: 18px;
  border-radius: 0%;
  display: inline-block;
  color: var(--white-color);
  background-color: var(--main-color);
  text-align: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-one_one .content-box .read-more i {
  font-size: 20px;
}

.team-one_info {
  position: relative;
  font-size: 16px;
  color: #111111;
  margin-top: 30px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #e4e0e0;
  padding: 0px 0px 0px 30px;
}

.team-one_info .team-one_info-button {
  height: 54px;
  margin-left: 30px;
}

/*** 

====================================================================
    Incredible One
====================================================================

***/

.incredible-one {
  position: relative;
  padding: 140px 0px 140px;
}

.incredible-one .sec-title {
  margin-bottom: 25px;
}

.incredible-one_vector {
  position: absolute;
  right: 40px;
  top: -80px;
  width: 578px;
  height: 519px;
  z-index: 1;
  background-repeat: no-repeat;
}

.incredible-one_bg {
  position: absolute;
  left: 15px;
  top: 0px;
  right: 15px;
  bottom: 0px;
  border-radius: 50px;
  background-color: rgba(0, 13, 255, 0);
  background: linear-gradient(
    135deg,
    var(--main-color) 0%,
    var(--color-three) 75%,
    var(--color-two) 100%
  );
}

.incredible-one_pattern {
  position: absolute;
  left: 15px;
  top: 0px;
  bottom: 0px;
  width: 551px;
  background-repeat: no-repeat;
}

.incredible-one_title {
  position: relative;
  font-size: 120px;
  line-height: 110px;
  font-weight: 800;
  opacity: 0.8;
  text-transform: uppercase;
  color: transparent;
  font-family: "Raleway", serif;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
}

/*** 

====================================================================
    Experiance One
====================================================================

***/

.experiance-one {
  position: relative;
  padding: 50px 0px 100px;
}

.experiance-one .marque-outer {
  position: relative;
  overflow: hidden;
}

.experiance-one .animation_mode {
  position: relative;
  min-height: 150px;
}

.experiance-one h1 {
  font-size: 158px;
  line-height: 1em;
  font-weight: 800;
  display: inline-block;
  text-transform: uppercase;
  color: rgba(var(--black-color-rgb), 1);
}

.experiance-one h1.light {
  margin: 0px 15px;
  font-family: "Raleway", serif;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(var(--black-color-rgb), 1);
}

.experiance-one h2 {
  position: relative;
  font-size: 158px;
  line-height: 1em;
  font-weight: 800;
  color: #000000;
  margin: 30px 25px 0px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #15c1ec;
  font-family: "Raleway", serif;
  transition: -webkit-text-fill-color 0.4s ease-in-out;
}

.experiance-one h2:hover {
  -webkit-text-fill-color: #15c1ec;
  transition: all 0.3s ease-in-out;
}

.experiance-one .animation_mode-two {
  position: relative;
  min-height: 150px;
  z-index: 1;
}

.experiance-one_years {
  position: relative;
  width: 100%;
}

.experiance-one_years-inner {
  position: relative;
  padding: 80px 70px;
  margin-top: -700px;
  border-radius: 20px;
  background-color: var(--black-color);
}

.experiance-one_text {
  position: relative;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  max-width: 400px;
  margin-bottom: 70px;
  color: var(--white-color);
  font-family: "Outfit", serif;
}
.experiance-one_years-inner .experiance-one_button {
  z-index: 9;
}

/*** 

====================================================================
    News One
====================================================================

***/

.news-one {
  position: relative;
  padding-bottom: 90px;
}

.news-block_one {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.news-block_one-inner {
  position: relative;
}

.news-block_one-image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.news-block_one-image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-block_one-inner:hover .news-block_one-image img:first-child {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.news-block_one-inner:hover .news-block_one-image img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-block_one-image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-block_one-content {
  position: relative;
  padding-top: 25px;
}

.news-block_one-date_outer {
  position: absolute;
  left: 60px;
  top: 0px;
  z-index: 9;
  display: inline-block;
}

.news-block_one-date {
  position: relative;
  z-index: 10;
  font-size: 32px;
  font-weight: 700;
  padding: 15px 22px 9px;
  border-radius: 50px;
  letter-spacing: 2px;
  color: var(--white-color);
  text-transform: capitalize;
  font-family: "Outfit", serif;
  background-color: var(--main-color);
  background: linear-gradient(
    135deg,
    var(--main-color) 0%,
    var(--color-three) 75%,
    var(--color-two) 100%
  );
  outline: 5px solid var(--white-color);
  outline-offset: 0px;
}

.news-block_one-date span {
  position: relative;
  font-size: 14px;
}

.news-block_one-date_outer:before {
  position: absolute;
  content: "";
  left: -37px;
  top: 0px;
  width: 60px;
  z-index: 1;
  height: 38px;
  background: url(../images/icons/shape-3.png);
  background-position: right top;
}

.news-block_one-date_outer:after {
  position: absolute;
  content: "";
  right: -37px;
  top: 0px;
  width: 60px;
  height: 38px;
  z-index: 1;
  background: url(../images/icons/shape-4.png);
}

.news-block_one-meta {
  position: relative;
  padding: 24px 30px;
}

.news-block_one-meta:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -30px;
  width: 410px;
  height: 106px;
  background: url(../images/icons/news-one_arrows.png);
}

.news-block_one-meta li {
  position: relative;
  display: inline-block;
  color: #111111;
  font-size: 18px;
  padding-left: 30px;
  margin-right: 15px;
}

.news-block_one-meta li .icon {
  position: absolute;
  left: 0px;
  top: 2px;
  line-height: 1em;
  color: var(--black-color);
}

.news-block_one-meta li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.news-block_one-arrow {
  position: relative;
  width: 54px;
  height: 54px;
  opacity: 0;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  transform: rotate(90deg);
  background-color: rgba(10, 61, 145, 1);
  background: var(--main-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-block_one-inner:hover .news-block_one-arrow {
  transform: rotate(0deg);
  opacity: 1;
}

.news-block_one-title {
  position: relative;
  text-transform: capitalize;
}

.news-block_one-title a {
  position: relative;
  color: var(--black-color);
}

.news-block_one-title a:hover {
  color: var(--main-color);
}

.news-block_one-text {
  position: relative;
  line-height: 28px;
  font-size: var(--font-16);
  margin-top: var(--margin-top-15);
}

.news-block_one-more {
  position: relative;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  color: var(--color-three);
  text-transform: capitalize;
  margin-top: var(--margin-top-15);
  padding-right: var(--padding-right-25);
}

/*** 

====================================================================
    Slider Two
====================================================================

***/

.slider-two {
  position: relative;
  background-color: #f5f5f5;
}

.slider-two_bg-color {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 240px;
  background-color: rgba(0, 1, 3, 1);
  background-image: linear-gradient(
    180deg,
    rgba(0, 1, 3, 1) 0%,
    rgba(2, 4, 72, 1) 100%
  );
}

.slider-two .slider-one_pagination {
  position: absolute;
  z-index: 999;
  right: 40px !important;
  left: auto !important;
  width: 60px !important;
  bottom: 300px;
}

.slider-two .slider-one_pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  width: 50px;
  height: 50px;
  display: block;
  background: none;
  font-weight: 600;
  line-height: 48px;
  font-size: 18px;
  text-align: center;
  color: var(--white-color);
  margin: 25px 0px !important;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  font-family: "Outfit", serif;
  border: 1px solid var(--white-color);
}

.slider-two .slider-one_pagination .swiper-pagination-bullet:hover,
.slider-two
  .slider-one_pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--white-color);
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.slider-two .swiper-slide {
  position: relative;
  overflow: hidden;
  padding: 320px 0px 0px;
}

.slider-two_title {
  position: relative;
  font-size: 16px;
  opacity: 0;
  font-weight: 600;
  padding: 11px 25px;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  text-transform: capitalize;
  background-color: rgba(0, 13, 255, 0);
  background: var(--main-color);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-two .swiper-slide-active .slider-two_title {
  opacity: 1;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-two_heading {
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 35px;
  color: var(--white-color);
  text-transform: capitalize;

  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-two_heading span {
  color: transparent;
  font-weight: 800;
  font-family: "Raleway", serif;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
}

.slider-two .swiper-slide-active .slider-two_heading {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-two_content {
  position: relative;
  padding: 0px 50px;
}

.slider-two_image {
  position: relative;
  margin-top: 50px;
}

.slider-two_image img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.slider-two_socials {
  position: absolute;
  left: 40px;
  bottom: 530px;
  width: 50px;
  height: 50px;
  z-index: 10;
}

.slider-two_socials a {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 8px 0px;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

.slider-two_socials a:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.slider-two_shadow {
  position: absolute;
  left: 0px;
  top: -50px;
  right: 0px;
  bottom: 0px;
  background-position: right top;
  background-repeat: no-repeat;
}

.slider-two_vector {
  position: absolute;
  top: 80px;
  right: 0px;
  width: 459px;
  height: 459px;
  background-position: right top;
  background-repeat: no-repeat;
}

.slider-two_circle {
  position: absolute;
  top: 30%;
  right: 90px;
  width: 628px;
  height: 628px;
  background-position: right top;
  background-repeat: no-repeat;
}

.slider-two_touch {
  position: absolute;
  right: 80px;
  top: -100px;
  width: 236px;
  height: 236px;
  z-index: 10;
}

.slider-two_touch:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background: url(../images/main-slider/slider-two_arrow.png) no-repeat;
}

.slider-two_touch span {
  position: relative;
  display: inline-block;
}

/*** 

====================================================================
    Counter Two
====================================================================

***/

.counter-two {
  position: relative;
  padding: 80px 0px 70px;
  background-color: #f5f5f5;
}

.counter-two_vector {
  position: absolute;
  left: 0px;
  top: -150px;
  width: 459px;
  height: 447px;
  background-repeat: no-repeat;
}

.counter-two_vector-two {
  position: absolute;
  right: 0px;
  top: -150px;
  width: 459px;
  height: 459px;
  background-repeat: no-repeat;
}

.counter-block_two {
  position: relative;
  margin-bottom: 30px;
}

.counter-block_two-inner {
  position: relative;
}

.counter-block_two-count {
  position: relative;
  font-size: 96px;
  line-height: 1em;
  font-weight: 800;
  color: var(--black-color);
}

.counter-block_two-count sup {
  position: relative;
  font-size: 50px;
  margin-left: 5px;
  color: var(--color-two);
}

.counter-block_two-text {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  margin-top: 0px;
  font-weight: 700;
  color: var(--black-color);
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.counter-block_two-inner:hover .counter-block_two-text {
  color: var(--main-color);
}

/*** 

====================================================================
    About Two
====================================================================

***/

.about-two {
  position: relative;
  overflow: hidden;
  padding: 130px 0px 100px;
}

.about-two_shadow {
  position: absolute;
  right: -60px;
  top: -160px;
  left: 0px;
  bottom: 0px;
  background-position: right top;
  background-repeat: no-repeat;
}

.about-two_title-column {
  position: relative;
  margin-bottom: 30px;
}

.about-two_title-outer {
  position: relative;
  padding-right: 30px;
}

.about-two_title {
  position: relative;
  margin-top: 25px;
  color: var(--black-color);
  text-transform: capitalize;
}

.about-two_title i {
  position: relative;
  color: #111111;
}

.about-two_title span {
  position: relative;
  color: var(--color-two);
}

.about-two_title strong {
  position: relative;
  font-weight: 700;
  color: var(--main-color);
}

.about-two_image-outer {
  position: relative;
  margin-top: 80px;
}

.about-two_image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  display: inline-block;
}

.about-two_image:before {
  position: absolute;
  content: "";
  right: -1px;
  top: -1px;
  width: 162px;
  height: 151px;
  z-index: 1;
  background: url(../images/icons/vector-4.html);
}

.about-two_video {
  position: absolute;
  right: 0px;
  top: -60px;
  z-index: 10;
  width: 147px;
  height: 147px;
  text-align: center;
  border-radius: 100px;
  line-height: 147px;
  display: inline-block;
  color: var(--white-color);
  background-color: rgba(10, 61, 145, 1);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(
    180deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
}

.about-two_video .ripple,
.about-two_video .ripple:before,
.about-two_video .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 147px;
  height: 147px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(10, 61, 145, 0.3);
  -moz-box-shadow: 0 0 0 0 rgba(10, 61, 145, 0.3);
  -ms-box-shadow: 0 0 0 0 rgba(10, 61, 145, 0.3);
  -o-box-shadow: 0 0 0 0 rgba(10, 61, 145, 0.3);
  box-shadow: 0 0 0 0 rgba(10, 61, 145, 0.3);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.about-two_video .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.about-two_video .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.about-two_image-column {
  position: relative;
  margin-bottom: 30px;
}

.about-two_image-two {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  opacity: 0;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}

.about-two_image-two.now-in-view {
  opacity: 1;
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

.about-two_image-two img {
  position: relative;
  width: 100%;
  display: block;
}

.about-two_image-column_outer {
  position: relative;
  padding-left: 30px;
}

.about-two_text {
  position: relative;
  font-size: 20px;
  color: #444444;
  line-height: 36px;
  margin-top: 35px;
  margin-bottom: 35px;
}

/* Skills Section */

.default-skills {
  position: relative;
}

.default-skill-item {
  position: relative;
  margin-bottom: 40px;
}

.default-skill-item:last-child {
  margin-bottom: 0px;
}

.default-skill-title {
  position: relative;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
  color: var(--black-color);
  text-transform: capitalize;
  font-family: "Outfit", serif;
}

.default-skill-bar {
  position: relative;
  width: 100%;
  height: 16px;
  border-radius: 50px;
}

.default-skill-bar:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -8px;
  right: 0px;
  height: 16px;
  border-radius: 50px;
  background-color: #d9d9d9;
}

.default-bar-inner {
  position: relative;
  width: 100%;
  height: 16px;
  overflow: hidden;
  border-radius: 50px;
}

.default-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 16px;
  width: 0px;
  border-radius: 50px;
  background-color: rgba(0, 13, 255, 0);
  background-image: linear-gradient(
    90deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
  -webkit-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.default-count-box {
  position: absolute;
  right: 0px;
  top: 0px;
  font-weight: 700;
  font-size: 18px;
  color: var(--black-color);
}

.about-two_button {
  position: relative;
  margin-top: 60px;
}

/*** 

====================================================================
    Services One
====================================================================

***/
.service-title {
  margin-bottom: 60px;
  color: white;
  text-align: center !important;
}

.service-title_title {
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.service-title_heading {
  font-size: 48px;
  font-weight: 800;
  margin-top: 16px;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
  color: white;
}

.service-title_dots span {
  width: 6px;
  height: 6px;
  background: var(--color-two);
  display: inline-block;
  border-radius: 50%;
  margin: 0 2px;
}

/* Services One Main Container */
.services-one {
  position: relative;
  overflow: hidden;
  padding: 80px 0px 80px;
  background: #082b63;
}

/* Top extra spacing above section title */
.services-one:before {
  display: none;
}

.services-one_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  z-index: 1;
}

.services-one_pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 459px;
  height: 446px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 459 446" opacity="0.05"><path fill="none" stroke="%23ffffff" stroke-width="2" d="M0 0 L459 446 M459 0 L0 446"/></svg>');
  background-repeat: no-repeat;
}

.services-one .auto-container {
  position: relative;
  z-index: 10;
}

/* Services Grid - 3x2 Layout (No Carousel) */
.services-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Top row - extra margin top for breathing space */
.services-row:first-child {
  margin-bottom: 0;
}

/* Bottom row - extra margin bottom for breathing space */
.services-row:last-child {
  margin-bottom: 0;
}

.services-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

/* Service Block One */
.service-block_one {
  position: relative;
  z-index: 99;
  flex: 1;
  min-width: 300px;
  max-width: calc(33.333% - 20px);
}

.service-block_one-inner {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  padding: 45px 30px 50px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(10, 61, 145, 0.08);
  transition: all 0.4s ease;
  cursor: pointer;
}

.service-block_one-inner:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  opacity: 0;
  width: 162px;
  height: 151px;
  transition: all 500ms ease;
  background-image: none;
  background-repeat: no-repeat;
  z-index: 1;
}

.service-block_one-inner:hover::before {
  opacity: 1;
}

.service-block_one-inner:hover {
  transform: translateY(-10px);
}

/* Service Icon */
.service-block_one-icon {
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 105px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 500ms ease;
  background: linear-gradient(
    135deg,
    var(--main-color) 0%,
    var(--color-three) 100%
  );
}

.service-block_one-icon i {
  font-size: 48px;
  color: var(--white-color);
}

.service-block_one-inner:hover .service-block_one-icon {
  transform: rotateY(180deg);
}

/* Service Heading */
.service-block_one-heading {
  position: relative;
  margin-top: 35px;
  text-align: center;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
}

.service-block_one-heading a {
  position: relative;
  color: #082b63;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-block_one-heading a:hover {
  color: var(--color-two);
}

/* Service Description Text */
.service-block_one-text {
  position: relative;
  text-align: center;
  color: #111111;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 15px;
  font-family: "Manrope", sans-serif;
}

/* Service Block Shadow */
.service-block_one-shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-position: right bottom;
  background-repeat: no-repeat;
  pointer-events: none;
}

/* Arrow Button */
.service-block_one-arrow {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  z-index: 10;
  opacity: 1;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  display: inline-block;
  transform: rotate(0deg);
  background-color: var(--color-two);
  transition: all 500ms ease;
  text-decoration: none;
}

.service-block_one-arrow i {
  font-size: 20px;
  display: inline-block;
  line-height: 50px;
}

.service-block_one-inner:hover .service-block_one-arrow {
  opacity: 1;
  transform: rotate(0deg);
}

.service-block_one-arrow:hover {
  background: var(--color-two);
}

.service-block_one-arrow:hover i {
  color: var(--white-color);
}

/* Animation for fade-in effect */
@keyframes icon-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.gallery-one_triangle {
  position: absolute;
  right: 100px;
  top: -280px;
  width: 511px;

  height: 511px;
  z-index: 10;
  background-repeat: no-repeat;
  animation: icon-bounce 0.8s ease-out infinite;
}

/* Hover effect for better UX */
.service-block_one-inner {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.service-block_one-inner:hover {
  box-shadow: 0 20px 40px rgba(10, 61, 145, 0.18);
}

/*** 

====================================================================
    Gallery One
====================================================================

***/

.gallery-one {
  position: relative;
  padding: 130px 0px 130px;
}

.gallery-one.style-two {
  padding-bottom: 0px;
}

.gallery-one_shadow {
  position: absolute;
  right: 0px;
  top: -200px;
  left: 0px;
  bottom: 0px;
  background-position: right top;
  background-repeat: no-repeat;
}

.gallery-block-one {
  position: relative;
  margin-bottom: 30px;
}

.gallery-block-one_inner {
  position: relative;
  overflow: hidden;
}

.gallery-block-one_inner:before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 115px;
  height: 114px;
  z-index: 20;
  background: url(../images/icons/project-vector.html);
}

.gallery-block_one-image {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  background-color: var(--black-color);
}

.gallery-block-one_inner.blank {
  background: none;
  visibility: hidden;
}

.gallery-block_one-image img {
  position: relative;
  width: 100%;
  display: block;

  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.gallery-block-one_inner:hover .gallery-block_one-image img {
  opacity: 0.8;
  transform: scale(1.05, 1.05);
}

.gallery-block-one_inner:hover .gallery-block_one-overlay {
  opacity: 1;
}

.gallery-block_one-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.gallery-block_one-designation {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: inline-block;
  color: var(--main-color);
  text-transform: uppercase;
  padding: 10px 20px 5px 20px;
  border-radius: 15px 15px 0px 0px;
  background-color: var(--white-color);
}

.gallery-block-one_title {
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
}

.gallery-block-one_title a {
  position: relative;
  padding: 8px 20px 15px 20px;
  display: inline-block;
  color: var(--black-color);
  border-radius: 0px 15px 15px 15px;
  background-color: var(--white-color);
}

.gallery-block-one_title a:hover {
  color: var(--main-color);
}

.gallery-block_one-arrow {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 70px;
  height: 70px;
  z-index: 30;
  border-radius: 50px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  background-color: var(--black-color);
}

.gallery-block-one_inner:hover .gallery-block_one-arrow {
  background-color: rgba(10, 61, 145, 1);
  background-image: linear-gradient(
    180deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
}

.gallery-block_one-hand {
  position: absolute;
  right: 0px;
  top: 100px;
}

.gallery-one_button {
  position: relative;
  padding-top: 30px;
}

/*** 

====================================================================
    Faq One
====================================================================

***/

.faq-one {
  position: relative;
  z-index: 1;
  padding: 130px 0px 100px;
}

.faq-one:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 40px;
  background-color: #f8dbff;
}

.faq-one_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-size: cover;
}

.faq-one_image-column {
  position: relative;
  margin-bottom: 30px;
}

.faq-one_images-outer {
  position: relative;
  text-align: right;
  padding-right: 50px;
}

.faq-one_carousel-column {
  position: relative;
  margin-bottom: 30px;
}

.faq-one_image {
  position: relative;
  border-radius: 350px;
  display: inline-block;
}

.faq-one_image img {
  position: relative;
  overflow: hidden;
  border-radius: 350px;
}

.faq-one_image::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(to bottom, #ffffff, #c115ec);
  border-radius: 360px;
}

.faq-one_image-two {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  border-radius: 350px;
  display: inline-block;
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
  animation: icon-bounce 0.8s ease-out infinite;
}

.faq-one_image-two img {
  position: relative;
  overflow: hidden;
  border-radius: 350px;
}

.faq-one_image-two::before {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(to bottom, rgba(10, 61, 145, 1), #ffffff);
  border-radius: 360px;
}

/*** 

====================================================================
    Accordion Style
====================================================================

***/

.accordion-box {
  position: relative;
  z-index: 1;
}

.accordion-box .block {
  position: relative;
  border-radius: 50px;
  margin-bottom: 20px;
  background-color: var(--white-color);
}

.accordion-box .block.active-block {
  border-radius: 35px;
}

.accordion-box .block:last-child {
  margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
  position: relative;
  cursor: pointer;
  line-height: 30px;
  font-weight: 700;
  font-size: 20px;
  padding: 20px 55px 20px 30px;
  color: var(--black-color);
  transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  font-family: "Outfit", serif;
}

.accordion-box .block .acc-btn.active {
  color: var(--main-color);
}

.accordion-box .block .icon-outer {
  position: absolute;
  right: 12px;
  top: 8px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: rgba(10, 61, 145, 1);
  background-image: linear-gradient(
    180deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
}

.accordion-box .block .acc-btn.active .icon-outer .icon {
  transform: rotate(-90deg);
}

.accordion-box .block.active-block .icon {
  opacity: 1;
  color: var(--white-color);
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  position: relative;
  padding: 0px 30px 30px;
}

.accordion-box .block .content .text {
  line-height: 34px;
  font-size: 18px;
  color: #444444;
}

.accordion-box.style-two .block {
  background-color: #feefff;
}

/*=================================
        WHAT WE OFFER
=================================*/

.offer-two {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #06142a 0%, #0c1d35 50%, #071321 100%);
}

/* Background Effects */
.offer-two::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at top right,
      rgba(0, 183, 255, 0.08),
      transparent 35%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(255, 122, 0, 0.06),
      transparent 30%
    );
  pointer-events: none;
}

/* Section Subtitle */
.offer-subtitle {
  max-width: 720px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

/*========================
    Cards Container
========================*/

.offer-two .inner-container {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: nowrap; /* Desktop: 5 cards in one row */
}

/*========================
       Card Wrapper
========================*/

.offer-two .offer-block_one {
  flex: 1;
  min-width: 0;
}

/*========================
         Card
========================*/

.offer-block_one-inner {
  position: relative;
  height: 100%;
  padding: 40px 22px;
  text-align: center;

  border-radius: 24px;

  background: rgba(13, 24, 42, 0.88);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, 0.08);

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);

  overflow: hidden;

  transition: all 0.4s ease;
}

/* Hover Gradient */
.offer-block_one-inner::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    135deg,
    rgba(0, 183, 255, 0.12),
    rgba(255, 122, 0, 0.08)
  );

  opacity: 0;
  transition: all 0.4s ease;
}

.offer-block_one-inner:hover::before {
  opacity: 1;
}

.offer-block_one-inner:hover {
  transform: translateY(-12px);

  border-color: rgba(0, 183, 255, 0.25);

  box-shadow:
    0 25px 50px rgba(0, 0, 0, 0.4),
    0 0 35px rgba(0, 183, 255, 0.12);
}

/*========================
         Icons
========================*/

.offer-block_one-icon {
  width: 88px;
  height: 88px;

  margin: 0 auto 28px;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 34px;
  color: #00b7ff;

  background: linear-gradient(
    135deg,
    rgba(0, 183, 255, 0.12),
    rgba(255, 255, 255, 0.03)
  );

  border: 1px solid rgba(0, 183, 255, 0.18);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 25px rgba(0, 0, 0, 0.25);

  transition: all 0.4s ease;
}

.offer-block_one-inner:hover .offer-block_one-icon {
  color: #ff8c1a;

  border-color: rgba(255, 140, 26, 0.3);

  transform: scale(1.08);

  box-shadow: 0 15px 30px rgba(255, 140, 26, 0.15);
}

/*========================
         Title
========================*/

.offer-block_one-title {
  color: #ffffff;

  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;

  margin-bottom: 16px;

  font-family: "Manrope", sans-serif;
}

/*========================
      Description
========================*/

.offer-block_one-desc {
  color: rgba(255, 255, 255, 0.72);

  font-size: 14px;
  line-height: 1.8;

  font-family: "Manrope", sans-serif;
}

/*========================
      Clickable Link
========================*/

.offer-block_one-link {
  position: absolute;
  inset: 0;
  z-index: 5;
}

/*========================
       Button
========================*/

.step-two_button {
  margin-top: 60px;
}

/*========================
      Tablet View
========================*/

@media (max-width: 1199px) {
  .offer-two .inner-container {
    flex-wrap: wrap;
  }

  .offer-two .offer-block_one {
    flex: 0 0 calc(33.33% - 12px);
  }
}

/*========================
      Mobile View
========================*/

@media (max-width: 767px) {
  .offer-two {
    padding: 80px 0;
  }

  .offer-two .offer-block_one {
    flex: 0 0 100%;
  }

  .offer-block_one-inner {
    padding: 35px 25px;
  }

  .offer-block_one-title {
    font-size: 20px;
  }

  .offer-block_one-desc {
    font-size: 14px;
  }

  .offer-subtitle {
    font-size: 15px;
  }

  .offer-two .inner-container {
    gap: 20px;
  }
}

/*** 

====================================================================
    Price One
====================================================================

***/

.price-one {
  position: relative;
  padding: 130px 0px 130px;
}

.price-one_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.price-one .pricing-tabs .price-block_one {
  transform: rotateY(90deg);
}

.price-one .pricing-tabs .tabs-content .tab.active-tab .price-block_one {
  transform: rotateY(0deg);
}

.pricing-tabs {
  position: relative;
  z-index: 2;
}

.pricing-tabs .tabs-content .tab {
  position: relative;
  display: none;
}

.pricing-tabs .tabs-content .tab.active-tab {
  display: block;
}

.pricing-tabs .buttons-outer {
  text-align: center;
}

.pricing-tabs .tab-buttons {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 50px;
  margin-top: 20px;
  display: inline-block;
  border: 3px solid var(--color-two);
  background-color: var(--white-color);
}

.pricing-tabs .tab-buttons .tab-btn {
  position: relative;
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  float: left;
  cursor: pointer;
  padding: 17px 48px;
  border-radius: 0px;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn {
  color: #ffffff;
  background-color: var(--color-two);
}

.price-block_one {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  transition: all 900ms ease;
}

.price-block_one-inner {
  position: relative;
  padding: 50px 40px;
  overflow: hidden;
  border-radius: 45px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 3px solid var(--color-two);
  background-color: var(--white-color);
}

.price-block_one-inner:hover {
  border-color: #00022a;
}

.price-block_one.active .price-block_one-icon img,
.price-block_one-inner:hover .price-block_one-icon img {
  fill: #ffffff;
  filter: invert(100%);
}

.price-block_one-inner:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transform: scale(0.1, 1);
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: #00022a;
}

.price-block_one-inner:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.price-block_one.active .price-block_one-inner {
  border-color: #00022a;
}

.price-block_one.active .price-block_one-inner::before {
  opacity: 1;
  transform: scale(1, 1);
}

.price-block_one-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background-repeat: no-repeat;
}

.price-block_one.active .price-block_one-bg {
  opacity: 1;
}

.price-block_one-inner:hover .price-block_one-bg {
  opacity: 1;
}

.price-block_one-icon {
  position: absolute;
  right: 35px;
  top: 35px;
}

.price-block_one-subtitle {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: var(--main-color);
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.price-block_one-inner:hover .price-block_one-subtitle,
.price-block_one-inner:hover .price-block_one-title,
.price-block_one-inner:hover .price-block_one-text,
.price-block_one-inner:hover .price-block_one-price,
.price-block_one-inner:hover .price-block_one-list li {
  color: var(--white-color);
}

.price-block_one.active .price-block_one-subtitle,
.price-block_one.active .price-block_one-title,
.price-block_one.active .price-block_one-text,
.price-block_one.active .price-block_one-price,
.price-block_one.active .price-block_one-list li {
  color: var(--white-color);
}

.price-block_one-title {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  margin-top: 30px;
  color: var(--black-color);
  text-transform: capitalize;
  font-family: "Outfit", serif;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.price-block_one-text {
  position: relative;
  color: #111111;
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.price-block_one-price {
  position: relative;
  font-weight: 700;
  margin-top: 20px;
  font-size: 68px;
  line-height: 1em;
  color: var(--black-color);
  text-transform: capitalize;
  font-family: "Outfit", serif;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.price-block_one-list {
  position: relative;
  margin-top: 30px;
}

.price-block_one-list li {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  color: #111111;
  padding-top: 5px;
  margin-bottom: 20px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.price-block_one-list li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  background: url(../images/icons/check.html);
}

.price-block_one-list li:last-child {
  margin-bottom: 0px;
}

.price-block_one-btn {
  position: relative;
  margin-top: 40px;
  font-weight: 700;
  font-size: 15px;
  overflow: hidden;
  text-align: center;
  border-radius: 50px;
  padding: 18px 40px;
  display: inline-block;
  color: var(--white-color);
  text-transform: capitalize;
  font-family: "Manrope", sans-serif;
  background-color: rgba(10, 61, 145, 1);
  background-image: linear-gradient(
    90deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
}

.price-block_one-btn:hover {
  color: var(--white-color);
  background-color: rgba(10, 61, 145, 1);
  background-image: linear-gradient(
    0deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
}

/*** 

====================================================================
    News Two
====================================================================

***/

.news-two {
  position: relative;
  padding-bottom: 70px;
}

.news-two_bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: -150px;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.news-two_vector {
  position: absolute;
  left: 10%;
  bottom: 18%;
  width: 388px;
  height: 376px;
  background-repeat: no-repeat;
}

.news-two_image-column {
  position: relative;
  margin-bottom: 30px;
}

.sticky-top {
  z-index: 1;
  top: 110px;
}

.news-two_blocks-column {
  position: relative;
  margin-bottom: 30px;
}

/*** 

====================================================================
    Slider Three
====================================================================

***/

.slider-three {
  position: relative;
}

.slider-three .slider-one_pagination {
  position: absolute;
  top: 40%;
  z-index: 999;
  left: 40px !important;
  right: auto !important;
  width: 60px !important;
}

.slider-three .slider-one_pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  width: auto;
  height: auto;
  display: block;
  background: none;
  font-weight: 600;
  line-height: 36px;
  text-align: right;
  font-size: 26px;
  opacity: 0.6;
  padding-right: 0px;
  color: var(--white-color);
  margin: 35px 0px !important;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  font-family: "Outfit", serif;
}

.slider-three .slider-one_pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 20px;
  width: 1px;
  height: 65px;
  background-color: var(--white-color);
}

.slider-three .slider-one_pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  left: -5px;
  top: 14px;
  width: 10px;
  height: 10px;
  outline-offset: 1px;
  border-radius: 50px;
  display: inline-block;
  background-color: var(--white-color);
}

.slider-three
  .slider-one_pagination
  .swiper-pagination-bullet:last-child::before {
  display: none;
}

.slider-three .slider-one_pagination .swiper-pagination-bullet:hover,
.slider-three
  .slider-one_pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  font-size: 26px;
}

.slider-three .slider-one_pagination .swiper-pagination-bullet:hover::before,
.slider-three
  .slider-one_pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.slider-three .auto-container {
  position: relative;
}

.slider-three .swiper-slide {
  position: relative;
  overflow: hidden;
  padding: 300px 0px 230px;
}

.slider-three_image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  border-radius: 0px 0px 40px 40px;
  background-size: cover;
  background-position: center center;
  clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);
  -webkit-transition: all 1000ms linear;
  -moz-transition: all 1000ms linear;
  -ms-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
}

.slider-three_image-layer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.1;
  background-color: rgba(0, 13, 255, 0);
  background-image: linear-gradient(
    0deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
}

.slider-three .swiper-slide-active .slider-three_image-layer {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slider-three_content {
  position: relative;
  z-index: 2;
}

.slider-three_content-inner {
  position: relative;
}

.slider-three_title {
  position: relative;
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--white-color);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  text-transform: capitalize;
  font-family: "Outfit", serif;
}

.slider-three .swiper-slide-active .slider-three_title {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.slider-three_heading {
  font-size: 128px;
  margin-top: 20px;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--white-color);
  text-transform: uppercase;

  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three_heading span {
  color: transparent;
  font-weight: 800;
  text-transform: capitalize;
  font-family: "Raleway", serif;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(var(--white-color-rgb), 1);
}

.slider-three .swiper-slide-active .slider-three_heading {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three_subtitle {
  font-size: 27px;
  margin-top: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 30px;
  color: var(--white-color);
  text-transform: capitalize;
  font-family: "Outfit", serif;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three .swiper-slide-active .slider-three_subtitle {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three_text {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 30px;
  max-width: 660px;
  color: var(--white-color);
  text-transform: capitalize;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three .swiper-slide-active .slider-three_text {
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three .slider-three_button {
  position: relative;
  gap: 25px;
  display: inline-block;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three .slider-three_button .theme-btn {
  padding: 16px 34px;
}

.slider-three .swiper-slide-active .slider-three_button {
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three_options {
  position: absolute;
  left: 0px;
  bottom: -47px;
  z-index: 10;
  border-radius: 150px;
  border: 2px solid var(--color-two);
}

.slider-three_authors {
  position: relative;
  display: flex;
  gap: 25px;
  border-radius: 100px;
  padding: 20px 20px;
  align-items: center;
  background-color: var(--color-four);
}

.slider-three_authors ul {
  position: relative;
  display: flex;
  margin-left: 20px;
}

.slider-three_authors ul li {
  position: relative;
  width: 54px;
  height: 54px;
  margin-left: -20px;
  border-radius: 50px;
  display: inline-block;
  border: 3px solid var(--white-color);
}

.slider-three_reviews {
  position: relative;
  font-weight: 800;
  font-size: 26px;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

.slider-three_reviews span {
  position: relative;
  font-weight: 600;
  font-size: 16px;
}

/*** 

====================================================================
    Employer One
====================================================================

***/

.empower-one {
  position: relative;
  padding: 160px 0px 100px;
}
.empower-shape-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}
.empower-one.style-two {
  padding-top: 110px;
}

.empower-one .sec-title {
  margin-bottom: 0px;
}

.empower-one .auto-container {
  max-width: 1500px;
}

.empower-one .empower-block_one {
  position: relative;
  width: 19.8%;
  padding: 0px 10px;
  display: inline-block;
}

.empower-one .empower-block_one:nth-child(2),
.empower-one .empower-block_one:nth-child(4) {
  transform: translateY(70px);
}

.empower-one .empower-block_one:nth-child(3) {
  transform: translateY(140px);
}

/* Empower Block One */

.empower-block_one {
  position: relative;
}

.empower-block_one-inner {
  position: relative;
  padding: 10px 10px;
  border-radius: 30px;
  border: 3px solid var(--color-two);
  background-color: #fff;
}
.empower-block_one .empower-block_one-inner:hover {
  background-color: var(--black-color);
}

.empower-block_one-image {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.empower-block_one-image img {
  position: relative;
  width: 100%;
  display: block;
}

.empower-block_one-image:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 78px;
  height: 76px;
  z-index: 1;
  background: url(../images/icons/vector-6.html);
}
.empower-block_one-inner:hover .empower-block_one-image:before {
  background: url(../images/icons/vector-6-1.png);
}
.empower-block_one-icon {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  z-index: 2;
  padding: 12px 12px;
  border-radius: 50px;
  display: inline-block;
  background-color: rgba(10, 61, 145, 1);
  background-image: linear-gradient(
    180deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
}

.empower-block_one-content {
  position: relative;
  padding: 25px 10px 20px;
}

.empower-block_one-title {
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
}

.empower-block_one-title a {
  position: relative;
  color: var(--black-color);
}

.empower-block_one-title a:hover {
  color: var(--main-color);
}

.empower-block_bg {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 119px;
}

.empower-one .lower-box {
  position: relative;
  margin-top: 180px;
}

.empower-block_one-text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: var(--black-color);
}
.empower-block_one-inner:hover .empower-block_one-title a,
.empower-block_one-inner:hover .empower-block_one-text {
  color: var(--white-color);
}
.empower-one_button {
  position: relative;
  margin-top: 30px;
}

/*** 

====================================================================
    About Three
====================================================================

***/

.about-three {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  padding: 20px 0px 50px;
  margin: 80px 20px;
}

.about-three_shadow {
  position: absolute;
  left: 0px;
  top: -220px;
  right: 0px;
  bottom: 0px;
  background-position: right top;
  background-repeat: no-repeat;
}

.about-three_title-column {
  position: relative;
}

.about-three_title-outer {
  position: relative;
  padding-right: 90px;
}

.about-three_content {
  position: relative;
  padding-left: 140px;
}

.about-three_content1 {
  position: relative;
}

.about-three_experiance {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 260px;
  border-radius: 50px;
  text-align: center;
  padding: 40px 10px;
  color: var(--white-color);
}

.about-three_experiance strong {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 48px;
  font-family: "Outfit", serif;
}

.about-three_experiance span {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  transform: rotate(90deg);
  display: block;
  width: 135px;
  text-align: left;
  font-weight: 700;
  transform-origin: 20% 72%;
}

.about-three_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: var(--main-color);
  font-family: "Outfit", serif;
}

.about-three_text {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #111111;
  margin-top: 15px;
}

.about-three_button {
  position: relative;
  margin-top: 35px;
}

.about-three_image-column {
  position: relative;
}

.about-three_image-outer {
  position: relative;
  padding-right: 0;
  margin-left: -50px;
  width: 115%;
}

.about-three_image img {
  width: 100%;
  height: 425px;
  object-fit: cover;
  display: block;
  border-radius: 40px;
}
.about-three_image {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}

.about-three_image img {
  position: relative;
  width: 100%;
  display: block;
}

.about-three_image-two {
  position: absolute;
  right: -80px;
  bottom: 0px;
  overflow: hidden;
  border-radius: 26px;
}

.about-three_authors {
  position: relative;
  display: flex;
  gap: 25px;
  margin-top: 50px;
  margin-left: 30px;
}

.about-three_authors ul {
  position: relative;
  display: flex;
  margin-left: 20px;
}

.about-three_authors ul li {
  position: relative;
  width: 54px;
  height: 54px;
  margin-left: -20px;
  border-radius: 50px;
  display: inline-block;
  border: 3px solid var(--white-color);
}

.about-three_reviews {
  position: relative;
  font-weight: 800;
  font-size: 30px;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

.about-three_reviews span {
  position: relative;
  font-weight: 600;
  font-size: 16px;
}

.about-three .animation_mode {
  position: relative;
  min-height: 150px;
  margin-top: 0px;
}

.about-three .animation_mode h1 {
  position: relative;
  font-size: 158px;
  line-height: 1em;
  font-weight: 800;
  color: #000000;
  margin: 30px 25px 0px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #15c1ec;
  font-family: "Raleway", serif;
}
/*** 
====================================================================
    About Section 
====================================================================
***/

/* Main Section  */
.ab-sec {
  position: relative;
  padding: 80px 0;
  background-color: var(--color-four);
  font-family: "Poppins", sans-serif;
}

/* Background Pattern  */
.ab-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(var(--main-color) 0.5px, transparent 0.5px);
  background-size: 20px 20px;
  opacity: 0.02;
  pointer-events: none;
}

/* Left Column Space */
.ab-box-txt {
  padding-right: 15px;
}

/* Title Dots */
.sec-title_dots {
  display: inline-block;
  margin-left: 4px;
}

.sec-title_dots span {
  width: 4px;
  height: 4px;
  background-color: var(--color-two);
  border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
}

/* Main Heading  */
.sec-title_heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--text-dark);
  margin-bottom: 18px;
}

/* Punchline Text  */
.ab-punch {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--text-dark);
  border-left: 3px solid var(--main-color);
  padding-left: 12px;
  margin-bottom: 15px;
}

/* Body P Text */
.ab-p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-dark);
  margin-bottom: 12px;
}

/* Mission Box */
.ab-mission {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--white-color);
  padding: 12px 15px;
  border-radius: 6px;
  border-left: 3px solid var(--color-two);
  margin-top: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

/* Right Column Image */
.ab-box-img {
  position: relative;
  padding: 8px;
  background: var(--white-color);
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}

.ab-pic {
  overflow: hidden;
  border-radius: 6px;
}

.ab-pic img {
  width: 100%;
  height: auto;
  max-height: 410px;
  object-fit: cover;
  display: block;
}

/* Responsive Grid */
@media (max-width: 991px) {
  .ab-sec {
    padding: 40px 0;
  }
  .ab-box-txt {
    padding-right: 0;
    margin-bottom: 25px;
  }
  .sec-title_heading {
    font-size: 26px;
  }
}

/*** 

====================================================================
    Gallery Two
====================================================================

***/

.gallery-two {
  position: relative;
  overflow: hidden;
  padding: 130px 0px 130px;
}

.gallery-two .swiper-container {
  overflow: visible;
}

/*** 

====================================================================
    Inspire One
====================================================================

***/

.inspire-one {
  position: relative;
  overflow: hidden;
  padding: 25px 0px;
}

.inspire-one.alternate {
  padding-bottom: 120px;
}

.inspire-one:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 22px;
  right: 0px;
  height: 100px;
  background-color: rgba(10, 61, 145, 1);
  background-image: linear-gradient(
    -90deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
}

.inspire-one .animation_mode {
  position: relative;
  min-height: 100px;
  transform: rotate(2deg);
  background-color: var(--black-color);
}

.inspire-one .animation_mode h1 {
  position: relative;
  font-size: 32px;
  line-height: 1em;
  font-weight: 700;
  margin: 35px 25px 0px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--white-color);
  font-family: "Outfit", serif;
}
.inspire-one .animation_mode h1:hover {
  color: var(--main-color);
}

/*** 

====================================================================
    Clients Two
====================================================================

***/

.clients-two {
  position: relative;
  padding: 120px 0px 120px;
}

.clients-two.style-two {
  padding-top: 40px;
}

.clients-two .inner-container {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #aaaaaa;
  border-bottom: 0px;
}

.clients-two .column {
  position: relative;
  width: 20%;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}

.clients-two .column:nth-child(5n + 0) {
  border-right: none;
}

.clients-two .client-image {
  position: relative;
}

.clients-two .client-image img {
  position: relative;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.clients-two .client-image:hover img {
  opacity: 0.5;
}

/*** 

====================================================================
    Business One
====================================================================

***/

.business-one {
  position: relative;
  overflow: hidden;
  padding: 80px 0px 80px;
  background: linear-gradient(
    135deg,
    var(--main-color) 0%,
    var(--color-three) 75%,
    var(--color-two) 100%
  );
}

.business-one_vector {
  position: absolute;
  right: 1%;
  top: 4%;
  width: 406px;
  height: 365px;
  background-repeat: no-repeat;
}

.business-one_vector-two {
  position: absolute;
  right: 1%;
  bottom: 4%;
  width: 438px;
  height: 406px;
  background-repeat: no-repeat;
}

.business-one_video-column {
  position: relative;
  margin-bottom: 30px;
}

.business-one_video-outer {
  position: relative;
  margin-left: -180px;
  margin-right: 180px;
}

.business-one_video {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 12px solid var(--white-color);
  margin-left: 100px;
  /* margin-top: 0px; */
  /* width: auto; */
}

.business-one_video img {
  position: relative;
  width: 100%;
}

.business-one_play {
  position: absolute;
  right: -80px;
  top: 100px;
  z-index: 10;
  width: 160px;
  height: 160px;
  text-align: center;
  border-radius: 100px;
  line-height: 140px;
  display: inline-block;
  color: var(--white-color);
  border: 12px solid var(--white-color);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
  background: var(--main-color);
}

.business-one_play:hover {
  background: var(--color-two);
  transition: all 0.4s ease;
}

.business-one_play .ripple,
.business-one_play .ripple:before,
.business-one_play .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(10, 61, 145, 0.3);
  -moz-box-shadow: 0 0 0 0 rgba(10, 61, 145, 0.3);
  -ms-box-shadow: 0 0 0 0 rgba(10, 61, 145, 0.3);
  -o-box-shadow: 0 0 0 0 rgba(10, 61, 145, 0.3);
  box-shadow: 0 0 0 0 rgba(10, 61, 145, 0.3);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.business-one_play .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.business-one_play .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.business-one_video-bg {
  position: absolute;
  right: -305px;
  top: -162px;
  bottom: -120px;
  width: 200%;
  background: url(../images/background/video-shape.png);
  background-position: right top;
  background-repeat: no-repeat;
}

.business-one_content {
  position: relative;
  padding-left: 100px;
  margin-left: 100px;
}
.business-one_content-outer .news-one_button {
  margin-left: 140px;
  margin-top: 80px;
}

.business-one_certified {
  position: absolute;
  left: 0px;
  top: 0px;
}

.business-one_list {
  position: relative;
}

.business-one_list li {
  position: relative;
  display: block;
  font-size: 16px;
  list-style: disc;
  margin-bottom: 12px;
  color: var(--white-color);
  /* -webkit-transition: all 300ms ease; */
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.business-one_content .business-one_list li:hover {
  font-weight: 700;
  color: #ffeddc;
  padding-left: 6px;
}

.business-one_video-content {
  position: relative;
  font-size: 15px;
  text-align: right;
  margin-top: -80px;
  margin-right: -180px;
  color: var(--white-color);
}

.business-one_video-content div {
  position: relative;
  text-align: left;
  display: inline-block;
}

.business-one_video-content span {
  position: relative;
  display: block;
  font-size: 32px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 32px;
}

.business-one_content-column {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}

/*** 

====================================================================
    Testimonial Two
====================================================================

***/

.testimonial-two {
  position: relative;
  padding: 145px 0px 120px;
}

.testimonial-two_shadow {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-position: right center;
  background-repeat: no-repeat;
}

.testimonial-two .swiper-container {
  padding-bottom: 70px;
}

.testimonial-two_pattern-layer {
  position: absolute;
  left: 0px;
  top: -300px;
  bottom: 0px;
  width: 732px;
  height: 1376px;
  background-repeat: no-repeat;
}

.testimonial-two_arrows {
  position: absolute;
  left: 120px;
  top: -70px;
  width: 168px;
  height: 75px;
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
  animation: icon-bounce 0.8s ease-out infinite;
}

.testimonial-two .sec-title .right-box {
  position: relative;
}

.testimonial-two_rating-column {
  position: relative;
  margin-bottom: 30px;
}

.testimonial-two_rating-outer {
  position: relative;
  border-radius: 30px;
  padding: 35px 50px 50px;
  background-color: #fbedff;
}

.testimonial-two_rating {
  position: relative;
  font-size: 128px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

/* Testimonial Two Authors */

.testimonial-two_authors {
  position: relative;
  display: flex;
  gap: 20px;
  margin-top: 25px;
  align-items: center;
}

.testimonial-two_authors ul {
  position: relative;
  display: flex;
  margin-left: 20px;
}

.testimonial-two_authors ul li {
  position: relative;
  width: 54px;
  height: 54px;
  margin-left: -20px;
  border-radius: 50px;
  display: inline-block;
  border: 3px solid var(--white-color);
}

.testimonial-two_reviews {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

.testimonial-two_title {
  position: relative;
  text-align: center;
  margin-top: 30px;
  color: var(--black-color);
}

.testimonial-two_button {
  position: relative;
}

.testimonial-two_title-button {
  position: relative;
  text-align: center;
  margin-top: 35px;
}

.testimonial-two_carousel-column {
  position: relative;
  margin-bottom: 30px;
}

.testimonial-two_carousel-outer {
  position: relative;
  border-radius: 30px;
  padding: 40px 50px 0px;
  background-color: #f5f5f5;
  background-position: center top;
  background-repeat: repeat-x;
}

.testimonial-two_carousel-outer:before {
  position: absolute;
  content: "";
  left: 49%;
  top: 40px;
  bottom: 0px;
  width: 12px;
  height: 317px;
  background: url(../images/icons/testimonial-two_devider.html) no-repeat;
}

.testimonial-two_carousel-outer:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 234px;
  height: 80px;
  transform: translateX(-50%);
  background: url(../images/background/pattern-24.html) no-repeat;
}

/* Arrows */

.testimonial-two_arrow {
  position: absolute;
  left: 50%;
  width: 150px;
  z-index: 99999;
  bottom: 0px;
  transform: translateX(-50%);
}

.testimonial-two_carousel-prev,
.testimonial-two_carousel-next {
  position: relative;
  width: 70px;
  height: 70px;
  font-size: 20px;
  margin: 0px 1px;
  border-radius: 50px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: var(--white-color);
  background-color: var(--black-color);
}

.testimonial-two_carousel-prev:hover,
.testimonial-two_carousel-next:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}

/* Testimonial Block Two */

.testimonial-block_two {
  position: relative;
}

.testimonial-block_two-inner {
  position: relative;
  padding-right: 40px;
}

.testimonial-block_two-author {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  padding-left: 120px;
  padding-top: 25px;
  min-height: 120px;
  margin-top: 25px;
  text-align: right;
  color: var(--main-color);
  font-family: "Outfit", serif;
}

.testimonial-block_two-author span {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  color: var(--black-color);
  font-family: "Manrope", sans-serif;
}

.testimonial-block_two-author_image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 150px;
}

.testimonial-block_two-text {
  position: relative;
  font-size: 19px;
  line-height: 36px;
  color: var(--black-color);
}

.testimonial-block_two-rating {
  position: relative;
  display: flex;
  gap: 4px;
  margin-top: 20px;
  font-size: 32px;
  font-weight: 700;
  text-align: right;
  line-height: 1em;
  align-items: center;
  color: var(--black-color);
}

.testimonial-block_two-rating span {
  position: relative;
  font-size: 22px;
  color: var(--color-two);
}

.testimonial-block_two.alternate .testimonial-block_two-inner {
  padding-left: 30px;
}

.testimonial-block_two.alternate .testimonial-block_two-author_image {
  left: auto;
  right: 0px;
}

.testimonial-block_two.alternate .testimonial-block_two-author {
  text-align: left;
  padding-left: 0px;
  padding-right: 120px;
}

.testimonial-block_two.alternate .testimonial-block_two-inner {
  padding-right: 0px;
}

.testimonial-block_two.alternate .testimonial-block_two-rating {
  display: flex;
  justify-content: end;
}

/*** 

====================================================================
    Team Two
====================================================================

***/

.team-two {
  position: relative;
  padding: 100px 0px 120px;
}

.team-two.style-two {
  padding-top: 200px;
}

.team-two_shadow {
  position: absolute;
  left: 0px;
  top: -180px;
  right: 0px;
  bottom: 0px;
  background-position: right center;
  background-repeat: no-repeat;
}

.team-two .inner-container {
  position: relative;
}

.team-two .inner-container:before {
  position: absolute;
  content: "";
  left: -40px;
  top: -55px;
  width: 227px;
  height: 484px;
  background: url(../images/background/arrow.html) no-repeat;
}

.team-two_border-layer {
  position: absolute;
  right: 200px;
  top: -190px;
  width: 160px;
  height: 750px;
  border-radius: 100px;
  transform: rotate(-45deg);
  background-color: rgba(10, 61, 145, 1);
  background-image: linear-gradient(
    90deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
}

/* Team Block Three */

.team-block_two {
  position: relative;
}

.team-block_two-inner {
  position: relative;
  min-height: 391px;
  padding-left: 430px;
}

.team-block_two-inner:before {
  position: absolute;
  content: "";
  left: 120px;
  top: 30px;
  right: 120px;
  bottom: 30px;
  border-radius: 300px;
  background-color: #00022a;
}

.team-block_two-image {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  padding: 15px 15px;
  border-radius: 50%;
  background-color: rgba(10, 61, 145, 1);
  background-image: linear-gradient(
    90deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
}

.team-block_two-image img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.team-block_two-content {
  position: relative;
  padding-top: 65px;
  max-width: 300px;
}

.team-block_two-designation {
  position: relative;
  font-size: 16px;
  color: var(--color-two);
}

.team-block_two-title {
  position: relative;
  font-weight: 600;
  margin-top: 10px;
  color: var(--white-color);
}

.team-block_two-text {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
  color: var(--white-color);
}

.team-block_two-socials {
  position: relative;
  margin-top: 30px;
  z-index: 10;
  display: inline-block;
}

.team-block_two-socials a {
  position: relative;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
}

.team-block_two-socials a:hover {
  background-color: rgba(10, 61, 145, 1);
  background-image: linear-gradient(
    180deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
}

.team-two .thumbs-column {
  position: absolute;
  right: 0px;
  top: -50px;
  max-width: 500px;
  width: 100%;
}

.team-two .thumbs-column .testimonial__nav-thumb {
  position: relative;
  max-width: 240px;
  height: auto;
  overflow: hidden;
  cursor: pointer;
  border-radius: 250px;
  border: 20px solid var(--white-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.team-two .thumbs-column .testimonial__nav-thumb.swiper-slide-thumb-active {
  z-index: 10;
  border-color: var(--color-two);
}

.team-two .thumbs-column .testimonial__nav-thumb:nth-child(3),
.team-two .thumbs-column .testimonial__nav-thumb:nth-child(4) {
  margin-top: -40px;
}

.team-two .thumbs-column .testimonial__nav-thumb:nth-child(2),
.team-two .thumbs-column .testimonial__nav-thumb:nth-child(4) {
  margin-left: -40px;
}

.testimonial__nav .swiper-wrapper {
  padding: 20px 0px;
  transform: none !important;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 0px;
  justify-content: center;
  align-items: center;
}

.team-two_title {
  position: absolute;
  font-size: 24px;
  left: 220px;
  top: -50px;
  font-weight: 700;
  color: var(--color-two);
}

.team-two_lower-box {
  position: relative;
  gap: 30px;
  margin-top: 20px;
  margin-left: 170px;
}

.team-two_phone {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

/*** 

====================================================================
    Contact One
====================================================================

***/
.sec-title1 {
  margin-bottom: 60px;
  color: white;
}

.sec-title1_title {
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.sec-title1_dots span {
  width: 6px;
  height: 6px;
  background: var(--color-two);
  display: inline-block;
  border-radius: 50%;
  margin: 0 2px;
}

.sec-title1_heading {
  font-size: 48px;
  font-weight: 800;
  margin-top: 16px;
  line-height: 1.2;
  font-family: "Raleway", sans-serif;
  color: white;
}

/*** 

====================================================================
    Contact one
====================================================================

***/

.contact-one {
  position: relative;
  padding-top: 110px;
}

.contact-one:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50px;
  background-color: #00022b;
  margin: 0px 20px;
}

.contact-one_shadow {
  position: absolute;
  left: 20px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  border-radius: 50px;
  background-position: left top;
  background-repeat: no-repeat;
}

.contact-one_form-column {
  position: relative;
}

.contact-one_form-outer {
  position: relative;
  padding: 40px 80px 150px 40px;
  border-radius: 30px 30px 0px 0px;
  background-color: rgba(var(--white-color-rgb), 0.05);
}

.contact-one_form-outer:before {
  position: absolute;
  content: "";
  left: -35px;
  top: -45px;
  right: 35px;
  bottom: 0px;
  border-radius: 30px 30px 0px 0px;
  background-color: rgba(var(--white-color-rgb), 0.05);
}

.contact-one_form-title-box {
  position: relative;
  margin-bottom: 35px;
}

.contact-one_form-title {
  position: relative;
  font-size: 48px;
  line-height: 58px;
  color: var(--white-color);
}

.contact-one_form-text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
  color: var(--white-color);
}

/* Default Form */

.default-form {
  position: relative;
}

.default-form .form-group {
  margin-bottom: 35px;
}

.default-form .form-group label {
  position: relative;
  font-size: 16px;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 25px;
  color: var(--white-color);
}

.default-form .form-group:last-child {
  margin-bottom: 0px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white-color);
  transition: all 0.3s ease;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group select:focus {
  border-color: var(--color-two);
  background: rgba(255, 255, 255, 0.12);
  outline: none;
}

.default-form .form-group input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.default-form .form-group .theme-btn {
  padding: 20px 48px;
  margin-top: 15px;
}

.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  resize: none;
  font-size: 16px;
  line-height: 26px;
  padding: 20px 20px;
  border-radius: 0px;
  color: var(--color-two);
  border: 1px solid rgba(var(--black-color-rgb), 0.08);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
  border-color: var(--white-color);
}

.contact-one_info-column {
  position: relative;
}

.contact-one_info-outer {
  position: relative;
  padding-left: 30px;
}

.contact-one_info {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}

.contact-one_info li {
  position: relative;
  padding-left: 80px;
  font-size: 16px;
  margin-bottom: 60px;
  color: var(--white-color);
}

.contact-one_info li span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  background-color: rgba(10, 61, 145, 1);
  background: linear-gradient(
    135deg,
    var(--main-color) 0%,
    var(--color-three) 75%,
    var(--color-two) 100%
  );
}
.contact-one_info li span.icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    var(--main-color) 0%,
    var(--color-three) 75%,
    var(--color-two) 100%
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.contact-one_info li strong {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--white-color);
  font-family: "Outfit", serif;
}

.contact-one_info li a {
  position: relative;
  font-size: 16px;
  margin: 2px 0px;
  display: inline-block;
  color: var(--white-color);
}

.contact-one_side-image {
  position: absolute;
  right: 20px;
  bottom: 0px;
}

/*** 

====================================================================
    News Three
====================================================================

***/

.news-three {
  position: relative;
  padding-top: 110px;
}

.news-three.alternate {
  padding-bottom: 110px;
}

.news-three_shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: -80px;
  z-index: -1;
  overflow: hidden;
  background-position: left center;
  background-repeat: no-repeat;
}

.news-block_two {
  position: relative;
  z-index: 1;
}

.news-block_two:last-child .news-block_two-inner {
  border-bottom: 2px solid rgba(var(--black-color-rgb), 0.2);
}

.news-block_two-inner {
  position: relative;
  padding: 40px 30px 40px 100px;
  border-top: 2px solid rgba(var(--black-color-rgb), 0.2);
}

.news-block_two-inner:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 0%;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  transition: all 1200ms ease;
  background-color: var(--white-color);
  border-left: 10px solid var(--color-two);
}

.news-block_two-inner:hover::before {
  width: 100%;
  opacity: 1;
}

.news-block_two-content {
  position: relative;
  z-index: 2;
}

.news-block_two-meta {
  position: relative;
}

.news-block_two-meta li {
  position: relative;
  font-weight: 700;
  margin-right: 20px;
  display: inline-block;
}

.news-block_two-meta li:last-child {
  margin-right: 0px;
}

.news-block_two-meta li a {
  position: relative;
  font-size: 16px;
  color: var(--black-color);
}

.news-block_two-meta li:last-child a {
  color: var(--color-two);
}

.news-block_two-title {
  position: relative;
  margin-top: 20px;
}

.news-block_two-title a {
  position: relative;
  color: var(--black-color);
}

.news-block_two-inner:hover .news-block_two-title a {
  color: var(--color-two);
}

.news-block_two-arrow {
  position: relative;
}

.news-block_two-arrow a {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background-color: var(--black-color);
}

.news-block_two-inner:hover .news-block_two-arrow a {
  background-color: rgba(10, 61, 145, 1);
  background-image: linear-gradient(
    180deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
}

.news-block_two-hover {
  width: 328px;
  height: 456px;
  position: absolute;
  top: -155px;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  border-radius: 30px;
  border: 5px solid var(--color-two);
  -webkit-transition:
    opacity 0.3s,
    -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition:
    opacity 0.3s,
    -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition:
    opacity 0.3s,
    transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition:
    opacity 0.3s,
    transform 0.7s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -100px 0 0 -150px;
  pointer-events: none;
}

.news-block_two-inner:hover .news-block_two-hover {
  opacity: 1;
}

/*** 

====================================================================
    Page Title
====================================================================

***/

/*========================================
    Page Title & Breadcrumb Section
========================================*/
.page-title {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 200px 0px 50px;
  background-color: #00022a;
  z-index: 1;
}

.page-title_bg-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}

.page-title_bg-image::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 2, 42, 0.7) 0%, #00022a 100%);
}

.page-title h1 {
  position: relative;
  color: var(--white-color, #ffffff);
  font-size: clamp(38px, 6vw, 56px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
  /* margin-top: 25px; */
}

.page-title .bread-crumb {
  position: relative;
  margin-top: 0px;
  padding: 0;
  list-style: none;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-title .bread-crumb li {
  position: relative;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0 20px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
}

.page-title .bread-crumb li:not(:last-child)::after {
  position: absolute;
  right: -24px;
  content: "/";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}

.page-title .bread-crumb li:last-child {
  margin-right: 0;
  color: var(--white-color, #ffffff);
}

.page-title .bread-crumb li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
}

.page-title .bread-crumb li a:hover {
  color: var(--main-color, #ff6a00);
  text-shadow: 0px 0px 10px rgba(255, 106, 0, 0.4);
}

@media (max-width: 768px) {
  .page-title {
    padding: 200px 0px 40px;
  }
  .page-title h1 {
    font-size: 32px;
  }
}

/*** 

====================================================================
    Error One
====================================================================

***/

.error-one {
  position: relative;
  overflow: hidden;
  padding: 100px 0px 0px;
}

.error-one_heading {
  position: relative;
  font-weight: 800;
  font-size: 400px;
  line-height: 1em;
  display: inline-block;
  font-family: "Outfit", serif;
  background: linear-gradient(
    to top,
    rgba(10, 61, 145, 1),
    rgba(255, 122, 0, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error-one_heading span {
  position: relative;
  font-size: 120px;
  line-height: 1em;
  display: inline-block;
  transform: rotate(-90deg);
  transform-origin: 36% -15%;
  font-family: "Outfit", serif;
  background: linear-gradient(
    to top,
    rgba(10, 61, 145, 1),
    rgba(255, 122, 0, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error-one_image {
  position: relative;
  margin-top: 0px;
}

.error-one_content {
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.error-one h2 {
  line-height: 1em;
}

.error-one_text {
  position: relative;
  margin-top: 30px;
  color: #111111;
  font-size: 18px;
}

.error-one_button {
  position: relative;
  margin-top: 30px;
}

/*** 

====================================================================
    Project Detail
====================================================================

***/

.project-detail {
  position: relative;
  padding: 130px 0px 0px;
}

.project-detail_image {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  margin-bottom: 30px;
}

.project-detail_image img {
  position: relative;
  width: 100%;
  display: block;
}

.project-detail_info {
  position: relative;
  margin-top: 80px;
  display: flex;
  margin-bottom: 80px;
  border-radius: 25px;
  border: 1px solid rgba(var(--black-color-rgb), 0.2);
}

.project-detail_info li {
  position: relative;
  padding: 25px 25px;
  width: 20%;
  font-size: 16px;
  flex-wrap: wrap;
  color: #111111;
  border-right: 1px solid rgba(var(--black-color-rgb), 0.2);
}

.project-detail_info li span {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

.project-detail_info li:last-child {
  border: none;
}

/* Project Detail Lists */

.project-detail_lists {
  position: relative;
}

.project-detail_lists li {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  padding-left: 50px;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

.project-detail_lists li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -3px;
  width: 32px;
  height: 32px;
  background: url(../images/icons/check-1.html);
}

.project-detail_gallery {
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}

.project-detail .no-marging {
  margin-bottom: 0px;
}

/*** 

====================================================================
    Coming Soon
====================================================================

***/

.coming-soon {
  position: relative;
  display: block;
  text-align: center;
}

.coming-soon .content {
  position: relative;
}

.coming-soon .content .content-inner {
  position: relative;
  padding: 110px 15px 0px;
}

.coming-soon .content .content-inner .logo {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.time-counter {
  position: relative;
}

.time-counter .time-countdown {
  position: relative;
  margin-bottom: 150px;
}

.time-counter .time-countdown .counter-column {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 180px;
  line-height: 1em;
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  z-index: 7;
  border-radius: 20px;
  background-color: #00022a;
  margin: 0 15px 20px;
  font-family: "Outfit", serif;
}

.time-counter .time-countdown .counter-column:nth-child(2) {
  background-color: rgba(255, 122, 0, 1);
}

.time-counter .time-countdown .counter-column:nth-child(3) {
  background-color: #000000;
}

.time-counter .time-countdown .counter-column:nth-child(4) {
  background-color: rgba(10, 61, 145, 1);
}

.time-counter .time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 30px;
  padding: 60px 0px 30px;
  color: var(--white-color);
  font-weight: 600;
}

.coming-soon .emailed-form {
  position: relative;
}

.coming-soon .emailed-form h3 {
  color: var(--black-color);
  margin-bottom: 20px;
}

.coming-soon .emailed-form .text {
  display: block;
  color: var(--black-color);
  font-size: 18px;
  margin-bottom: 40px;
}

.coming-soon .emailed-form .form-group {
  position: relative;
  display: block;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}

.coming-soon .emailed-form .form-group input[type="text"],
.coming-soon .emailed-form .form-group input[type="tel"],
.coming-soon .emailed-form .form-group input[type="email"],
.coming-soon .emailed-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  height: 60px;
  color: var(--black-color);
  font-size: 16px;
  overflow: hidden;
  border-radius: 50px;
  padding: 15px 50px 15px 25px;
  background: var(--white-color);
  border: 1px solid rgba(var(--black-color-rgb), 0.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.coming-soon .emailed-form .form-group input:focus,
.coming-soon .emailed-form .form-group select:focus,
.coming-soon .emailed-form .form-group textarea:focus {
  border-color: var(--main-color);
}

.coming-soon .emailed-form .form-group input[type="submit"],
.coming-soon .emailed-form button {
  position: absolute;
  right: 10px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 40px;
  font-size: 18px;
  color: var(--main-color);
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.coming-soon .emailed-form .form-group input[type="submit"]:hover,
.coming-soon .emailed-form button:hover {
  color: var(--color-two);
}

.coming-soon .copyright-text {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: var(--white-color);
  font-weight: 400;
}

.coming-soon .copyright-text a {
  color: var(--main-color);
}

.coming-soon .copyright-text a:hover {
  text-decoration: underline;
}

.clock-wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 250px;
  height: 250px;
  margin: auto;
  margin-top: -145px;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  background-color: rgba(var(--black-color-rgb), 0.2);
  transform: scale(2);
}

.clock-base {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.click-indicator {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  width: 230px;
  height: 230px;
}

.click-indicator div {
  position: absolute;
  width: 2px;
  height: 4px;
  margin: 113px 114px;
}

.click-indicator div > span {
  height: 5px;
  width: 5px;
  background-color: #00022a;
  display: inline-block;
  border-radius: 50%;
  margin-left: -1px;
  margin-top: -1px;
}

.click-indicator div:nth-child(1) {
  transform: rotate(30deg) translateY(-120px);
}

.click-indicator div:nth-child(2) {
  transform: rotate(60deg) translateY(-120px);
}

.click-indicator div:nth-child(3) {
  transform: rotate(90deg) translateY(-120px);
  background-color: var(--main-color);
}

.click-indicator div:nth-child(4) {
  transform: rotate(120deg) translateY(-120px);
}

.click-indicator div:nth-child(5) {
  transform: rotate(150deg) translateY(-120px);
}

.click-indicator div:nth-child(6) {
  transform: rotate(180deg) translateY(-120px);
  background-color: var(--main-color);
}

.click-indicator div:nth-child(7) {
  transform: rotate(210deg) translateY(-120px);
}

.click-indicator div:nth-child(8) {
  transform: rotate(240deg) translateY(-120px);
}

.click-indicator div:nth-child(9) {
  transform: rotate(270deg) translateY(-120px);
  background-color: var(--main-color);
}

.click-indicator div:nth-child(10) {
  transform: rotate(300deg) translateY(-120px);
}

.click-indicator div:nth-child(11) {
  transform: rotate(330deg) translateY(-120px);
}

.click-indicator div:nth-child(12) {
  transform: rotate(360deg) translateY(-120px);
  background-color: var(--main-color);
}

.clock-hour {
  position: absolute;
  z-index: 2;
  top: 75px;
  left: 123px;
  width: 4px;
  height: 65px;
  background-color: var(--main-color);
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transform-origin: 2px 50px;
  transition: 0.5s;
  -webkit-animation: rotate-hour 43200s linear infinite;
  -moz-animation: rotate-hour 43200s linear infinite;
}

.clock-minute {
  position: absolute;
  z-index: 3;
  top: 55px;
  left: 123px;
  width: 4px;
  height: 85px;
  background-color: var(--main-color);
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transform-origin: 2px 70px;
  transition: 0.5s;
  -webkit-animation: rotate-minute 3600s linear infinite;
  -moz-animation: rotate-minute 3600s linear infinite;
}

.clock-second {
  position: absolute;
  z-index: 4;
  top: 15px;
  left: 124px;
  width: 2px;
  height: 130px;
  background-color: var(--black-color);
  opacity: 0.9;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transform-origin: 1px 110px;
  transition: 0.5s;
  -webkit-animation: rotate-second 60s linear infinite;
  -moz-animation: rotate-second 60s linear infinite;
}

.clock-second:after {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  bottom: 16px;
  width: 8px;
  height: 8px;
  background-color: var(--black-color);
  border: solid 2px var(--black-color);
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.clock-center {
  position: absolute;
  z-index: 1;
  width: 150px;
  height: 150px;
  top: 50px;
  left: 50px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.clock-center:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 65px;
  border-radius: 50%;
}

/*** 

====================================================================
    Sidebar Page Container
====================================================================

***/

/* Sidebar Page Container */
.sidebar-page-container {
  position: relative;
  padding: 120px 0px 0px;
}

.sidebar-page-container.alternate {
  padding-bottom: 100px;
}

.sidebar-page-container .content-side {
  margin-bottom: 0px;
}

/* About Sidebar */
.about-sidebar {
  position: fixed;
  right: -100%;
  top: 0;
  width: 350px;
  height: 100%;
  z-index: 9999;
  background-color: var(--white-color, #ffffff);
  transition: all 500ms ease;
}

.about-sidebar .gradient-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.about-sidebar .close-sidebar-widget {
  position: relative;
  cursor: pointer;
}

.about-sidebar .sidebar-inner {
  position: relative;
  padding: 40px 30px;
}

.about-sidebar .upper-box {
  position: relative;
}

.about-sidebar .upper-box .image {
  position: relative;
  margin-bottom: 25px;
}

.about-sidebar .upper-box .image img {
  width: 100%;
  display: block;
}

.about-sidebar .content-box {
  position: relative;
}

.about-sidebar .content-box h3 {
  font-family: "Outfit", serif;
  color: var(--black-color, #000000);
}

.about-sidebar .content-box .text {
  font-size: 16px;
  color: #111111;
  line-height: 26px;
  margin-top: 15px;
}

.about-sidebar_list {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.about-sidebar_list li {
  position: relative;
  margin-bottom: 10px;
  color: #111111;
}

.social-box {
  position: relative;
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

.social-box a {
  color: #111111;
  font-size: 18px;
  transition: all 300ms ease;
}

/*** 

====================================================================
    Team Three
====================================================================

***/

.team-three {
  position: relative;
  padding: 0px 0px 80px;
}

/* Team Block Three */

.team-block_three {
  position: relative;
  margin-bottom: 40px;
}

.team-block_three-inner {
  position: relative;
}

.team-block_three-image {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  padding: 25px 25px;
  outline: 8px solid var(--white-color);
  outline-offset: -26px;
  background-color: rgba(10, 61, 145, 1);
  background-image: linear-gradient(
    90deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
}

.team-block_three-image img {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 50%;
}

.team-block_three-content {
  position: relative;
  padding-top: 25px;
  text-align: center;
}

.team-block_three-designation {
  position: relative;
  font-size: 16px;
  color: var(--color-two);
}

.team-block_three-title {
  position: relative;
  font-weight: 700;
  color: var(--black-color);
}

.team-block_three-title a {
  position: relative;
  color: var(--black-color);
}

.team-block_three-title a:hover {
  position: relative;
  color: var(--color-two);
}

.team-block_three-designation {
  position: relative;
  font-size: 16px;
  opacity: 0.6;
  margin-top: 10px;
  color: var(--black-color);
}

.team-block_three-socials {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -25px;
  z-index: 10;
  opacity: 0;
  text-align: center;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block_three-inner:hover .team-block_three-socials {
  opacity: 1;
  bottom: 50px;
}

.team-block_three-socials a {
  position: relative;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: var(--white-color);
}

.team-block_three-socials a:hover {
  background-color: rgba(10, 61, 145, 1);
  background-image: linear-gradient(
    180deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
}

.team-block_three-layer {
  position: absolute;
  left: 25px;
  top: 25px;
  right: 25px;
  bottom: 25px;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  border-radius: 50%;
  background-position: center bottom;
  background-repeat: repeat-x;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block_three-inner:hover .team-block_three-layer {
  opacity: 1;
}

/*** 

====================================================================
    Team Detail
====================================================================

***/

.team-detail {
  position: relative;
  padding: 120px 0px 100px;
}

.team-detail_image-column {
  position: relative;
}

.team-detail_image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid var(--color-two);
}

.team-detail_image img {
  position: relative;
  width: 100%;
  display: block;
}

.team-detail_content-column {
  position: relative;
}

.team-detail_content {
  position: relative;
  padding-left: 30px;
}

.team-detail_designation {
  position: relative;
  font-size: 20px;
  color: #777777;
  text-transform: capitalize;
}

.team-detail_title {
  position: relative;
  margin-top: 5px;
  margin-bottom: 20px;
  color: var(--black-color);
}

.team-detail_text {
  position: relative;
  color: #111111;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 25px;
}

.team-detail_info {
  position: relative;
}

.team-detail_info li {
  position: relative;
  display: block;
  font-size: 16px;
  color: #111111;
  margin-bottom: 35px;
}

.team-detail_info li span {
  position: relative;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

.team-detail .lower-box {
  position: relative;
  margin-top: 80px;
}

.team-detail .lower-box h3 {
  position: relative;
  margin-bottom: 25px;
}

/*** 

====================================================================
    Team Tabs Style
====================================================================

***/

.team-tabs {
  position: relative;
  margin-top: 30px;
}

.team-tabs .tab-btns {
  position: relative;
}

.team-tabs .tab-btns .tab-btn {
  position: relative;
  display: inline-block;
  color: #151515;
  line-height: 24px;
  cursor: pointer;
  font-weight: 500;
  padding: 13px 36px;
  font-size: 16px;
  margin-right: 10px;
  transition: all 500ms ease;
  text-transform: capitalize;
  background-color: #f5f5f5;
  border-radius: 50px;
}

.team-tabs .tab-btns .tab-btn:last-child {
  margin-right: 0px;
}

.team-tabs .tab-btns .tab-btn:hover,
.team-tabs .tab-btns .tab-btn.active-btn {
  color: var(--white-color);
  background-color: rgba(10, 61, 145, 1);
  background-image: linear-gradient(
    90deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
}

.team-tabs .tabs-content {
  position: relative;
  padding: 30px 0px 0px;
}

.team-tabs .tabs-content .tab {
  position: relative;
  display: none;
  border-top: 0px;
}

.team-tabs .tabs-content .tab.active-tab {
  display: block;
}

.team-detail_contact {
  position: relative;
  margin-top: 60px;
  border-radius: 30px;
  padding: 35px 35px 50px;
  border: 1px solid rgba(var(--black-color-rgb), 0.15);
}

.team-detail_subtext {
  position: relative;
  color: #111111;
  font-size: 16px;
  line-height: 28px;
  margin-top: -15px;
  margin-bottom: 25px;
}

/* Contact Form */

.contact-form {
  position: relative;
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form .form-group:last-child {
  margin-bottom: 0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 28px;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 16px;
  background: none;
  color: #111111;
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #f5f5f5;
}

.contact-form .form-group .theme-btn {
  padding: 20px 48px;
  margin-top: 10px;
}

.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 130px;
  resize: none;
  color: #111111;
  font-size: 16px;
  line-height: 26px;
  padding: 20px 20px;
  border-radius: 25px;
  background-color: #f5f5f5;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
    News Four
====================================================================

***/

.news-four {
  position: relative;
  padding: 80px 0px 80px;
}

/*** 

====================================================================
    Styled Pagination
====================================================================

***/

.news-four .styled-pagination {
  margin-top: 40px;
}

.styled-pagination {
  position: relative;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 5px 10px 0px;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  line-height: 60px;
  height: 60px;
  width: 60px;
  font-size: 16px;
  min-width: 50px;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  text-transform: capitalize;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  color: var(--white-color);
  background-color: rgba(10, 61, 145, 1);
  background-image: linear-gradient(
    90deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
  height: 60px;
  width: 60px;
  background-image: none;
  background-color: var(--black-color);
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: var(--white-color);
  border-color: var(--main-color);
  background-color: var(--main-color);
}

/* News Block Three */

.news-block_three {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}

.news-block_three-inner {
  position: relative;
}

.news-block_three-image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.news-block_three-image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translatex(50%) scalex(2);
  transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-block_three-inner:hover .news-block_three-image img:first-child {
  -webkit-transform: translatex(0) scalex(1);
  transform: translatex(0) scalex(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.news-block_three-inner:hover .news-block_three-image img:nth-child(2) {
  -webkit-transform: translatex(-50%) scalex(2);
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-block_three-image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-block_three-content {
  position: relative;
  padding-top: 30px;
  padding-left: 35px;
}

.news-block_three-date_outer {
  position: absolute;
  right: 60px;
  top: 0px;
  z-index: 9;
  display: inline-block;
}

.news-block_three-date {
  position: relative;
  z-index: 10;
  font-size: 32px;
  font-weight: 700;
  padding: 15px 22px 9px;
  border-radius: 50px;
  letter-spacing: 2px;
  color: var(--white-color);
  text-transform: capitalize;
  font-family: "Outfit", serif;
  background-color: rgba(10, 61, 145, 1);
  background-image: linear-gradient(
    90deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
  outline: 5px solid var(--white-color);
  outline-offset: 0px;
}

.news-block_three-date span {
  position: relative;
  font-size: 14px;
}

.news-block_three-date_outer:before {
  position: absolute;
  content: "";
  left: -37px;
  top: 0px;
  width: 60px;
  z-index: 1;
  height: 38px;
  background: url(../images/icons/shape-3.png);
  background-position: right top;
}

.news-block_three-date_outer:after {
  position: absolute;
  content: "";
  right: -37px;
  top: 0px;
  width: 60px;
  height: 38px;
  z-index: 1;
  background: url(../images/icons/shape-4.png);
}

.news-block_three-meta {
  position: relative;
}

.news-block_three-content:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -50px;
  right: 0px;
  height: 266px;
  background: url(../images/icons/news-three_arrows.html);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.news-block_three-meta li {
  position: relative;
  display: inline-block;
  color: #111111;
  font-size: 18px;
  padding-left: 30px;
  margin-right: 15px;
}

.news-block_three-meta li .icon {
  position: absolute;
  left: 0px;
  top: 2px;
  line-height: 1em;
  color: var(--black-color);
}

.news-block_three-meta li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.news-block_three-arrow {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 54px;
  height: 54px;
  opacity: 0;
  z-index: 10;
  padding: 15px 0px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  transform: rotate(90deg);
  background-color: rgba(10, 61, 145, 1);
  background-image: linear-gradient(
    0deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-block_three-arrow img {
  width: auto;
  margin: 0 auto;
  padding: 17px 0px;
}

.news-block_three-inner:hover .news-block_three-arrow {
  transform: rotate(0deg);
  opacity: 1;
}

.news-block_three-title {
  position: relative;
  margin-top: 10px;
  text-transform: capitalize;
}

.news-block_three-title a {
  position: relative;
  color: var(--black-color);
}

.news-block_three-title a:hover {
  color: var(--main-color);
}

.news-block_three-text {
  position: relative;
  line-height: 30px;
  font-size: 16px;
  margin-top: 10px;
  color: #111111;
}

/* Search Widget */

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input:focus + button {
  background-color: var(--main-color);
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 28px;
  font-size: 14px;
  padding: 10px 50px 10px 25px;
  background: none;
  display: block;
  width: 100%;
  height: 64px;
  border-radius: 50px;
  color: var(--black-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: #f5f5f5;
}

.sidebar .search-box .form-group input::placeholder,
.sidebar .search-box .form-group textarea::placeholder {
  color: #111111;
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 64px;
  display: block;
  cursor: pointer;
  line-height: 50px;
  font-weight: normal;
  border-radius: 50px;
  font-size: 16px;
  color: var(--white-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: rgba(10, 61, 145, 1);
  background-image: linear-gradient(
    0deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
}

.sidebar .search-box .form-group button:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}

/* Post Widget */

.post-widget .widget-content {
  position: relative;
}

.post-widget .post {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.15);
}

.post-widget .post:last-child {
  margin-bottom: 0px;
}

.post-widget .post .thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.post-widget .post .thumb a {
  display: block;
}

.post-widget .post .thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.post-widget .post h4 {
  position: relative;
  margin-top: 15px;
  text-transform: capitalize;
}

.post-widget .post h4 a {
  color: var(--black-color);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.post-widget .post h4 a:hover {
  color: var(--main-color);
}

.post-widget .post .post-date {
  position: absolute;
  left: 25px;
  top: 0px;
  display: block;
  font-weight: 400;
  font-size: 12px;
  padding: 5px 20px;
  display: inline-block;
  color: var(--black-color);
  text-transform: capitalize;
  border-radius: 0px 0px 10px 10px;
  background-color: var(--white-color);
}

/* Category List */

.category-list_two {
  position: relative;
  z-index: 1;
}

.category-list_two li {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.category-list_two li a {
  position: relative;
  display: block;
  font-size: 18px;
  z-index: 1;
  padding: 24px 25px 24px 40px;
  font-weight: 700;
  border-radius: 50px;
  color: var(--black-color);
  text-transform: capitalize;
  font-family: "Outfit", serif;
  background-color: #f5f5f5;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.category-list_two li a:hover::before {
  color: var(--white-color);
}

.category-list_two li a:before {
  position: absolute;
  content: "\f105";
  right: 35px;
  top: 22px;
  z-index: 98;
  color: var(--black-color);
  font-family: "Font Awesome 6 Free";
}

.category-list_two li a:hover {
  background-color: rgba(10, 61, 145, 1);
  background-image: linear-gradient(
    0deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
  color: var(--white-color);
}

.category-list_two li:last-child {
  margin-bottom: 0px;
}

/* Tags */

.popular-tags a {
  position: relative;
  padding: 10px 25px;
  font-size: 14px;
  color: #111111;
  font-weight: 400;
  border-radius: 50px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: capitalize;
  border: 1px solid rgba(var(--black-color-rgb), 0.2);
}

.popular-tags a:hover {
  color: var(--white-color);
  border-color: var(--main-color);
  background-color: var(--main-color);
}

/*** 

====================================================================
    Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
  position: relative;
  margin-bottom: 50px;
  border-radius: 20px;
}

.sidebar-page-container .group-title {
  position: relative;
  margin-bottom: 30px;
}

.sidebar-page-container .group-title h4 {
  font-weight: 700;
  color: var(--black-color);
}

.sidebar-page-container .group-title .text {
  position: relative;
  font-size: 16px;
  color: var(--color-five);
  margin-top: 5px;
}

.sidebar-page-container .comments-area .comment-box {
  position: relative;
  margin-bottom: 40px;
  border-radius: 20px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child {
  margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment {
  position: relative;
  font-size: 14px;
  padding: 0px 0px 0px 120px;
}

.sidebar-page-container .comments-area .reply-comment {
  margin-left: 120px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block;
}

.sidebar-page-container .comments-area .comment-info {
  gap: 15px;
  margin-bottom: 15px;
}

.sidebar-page-container .comments-area .comment-box strong {
  position: relative;
  font-weight: 700;
  display: block;
  font-size: 18px;
  color: var(--black-color);
  text-transform: capitalize;
  font-family: "Outfit", serif;
}

.sidebar-page-container .comments-area .comment-box .text {
  line-height: 28px;
  font-size: 16px;
  color: #111111;
  margin-bottom: 15px;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
  position: relative;
  font-weight: 500;
  display: block;
  font-size: 14px;
  color: var(--main-color);
  text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .reply-btn {
  position: absolute;
  right: 0px;
  top: -20px;
  padding: 7px 20px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 50px;
  text-transform: uppercase;
  color: var(--white-color);
  background-color: var(--color-two);
}

.sidebar-page-container .comments-area .comment-box .reply-btn:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}

/*** 

====================================================================
    Comment Form
====================================================================

***/

.comment-form-outer {
  position: relative;
}

.comment-form-outer .rating {
  position: relative;
}

.comment-form-outer .rating strong {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  margin-left: 25px;
  color: var(--black-color);
  font-family: "Outfit", serif;
}

.comment-form-outer .rating span {
  position: relative;
  color: #fece50;
}

.comment-form .form-group {
  margin-bottom: 25px;
}

.comment-form .form-group:last-child {
  margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 25px;
  height: 54px;
  border-radius: 50px;
  font-size: 14px;
  color: var(--color-six);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--white-color);
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.comment-form .form-group textarea::-webkit-input-placeholder,
.comment-form .form-group input::-webkit-input-placeholder {
  color: var(--color-five);
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: var(--main-color);
}

.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 25px 25px;
  font-size: 14px;
  color: var(--color-six);
  height: 120px;
  resize: none;
  border-radius: 25px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: var(--white-color);
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.comment-form .theme-btn {
  padding: 17px 40px;
}

/*** 

====================================================================
    Contact Two
====================================================================

***/

.contact-two {
  position: relative;
  padding: 20px 0px;
  background: #ffffff;
}

.contact-two_shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center center;
  background-repeat: no-repeat;
}

.sec-title_dots span {
  background-color: var(--color-two) !important;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 3px;
}

/* Main Box */
.contact-two .inner-container {
  position: relative;
  border-radius: 20px;
  padding: 90px 80px 60px;
  background-color: var(--white-color);
  border: 1px solid rgba(var(--black-color-rgb), 0.08);
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.04);
}

/*========================================
    Contact Form
========================================*/
.contact-form {
  position: relative;
  margin-top: 50px;
}

.contact-form .form-group {
  margin-bottom: 22px;
}

.contact-form input,
.contact-form textarea {
  position: relative;
  width: 100%;
  height: 60px;
  border-radius: 14px;
  border: 1px solid #e8e8e8;
  background: #fafafa;
  padding: 15px 20px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.contact-form textarea {
  height: 160px;
  resize: none;
  padding-top: 18px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  background: #ffffff;
  border-color: var(--main-color);
  box-shadow: 0px 0px 0px 3px rgba(var(--main-color-rgb), 0.08);
}

.contact-form .theme-btn {
  transition: all 0.3s ease;
}

.contact-form .theme-btn:hover {
  transform: translateY(-3px);
}

/*========================================
    Contact Information 
========================================*/
.contact-info_box {
  position: relative;
  padding-top: 60px;
  border-top: 1px solid #ededed;
  margin-bottom: 50px;
}

.contact-info_center-heading {
  margin-bottom: 45px;
}

.contact-info_center-heading h3 {
  font-size: 40px;
  line-height: 1.3em;
  color: var(--black-color);
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 700;
}

.contact-info_center-heading .contact-info_text {
  position: relative;
  color: #111111;
  line-height: 1.8em;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
}

.contact-info_block {
  position: relative;
  margin-bottom: 25px;
}

.contact-info_block-inner {
  position: relative;
  text-align: center;
  padding: 35px 20px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #ededed;
  transition: all 0.3s ease;
  height: 100%;
}

.contact-info_block-inner:hover {
  transform: translateY(-5px);
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.05);
}

.contact-info_block-icon {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--main-color);
  background: rgba(var(--main-color-rgb), 0.08);
  transition: all 0.3s ease;
}

.contact-info_block-inner:hover .contact-info_block-icon {
  transform: translateY(-3px);
}

.contact-info_block-inner h4 {
  margin: 20px 0px 10px;
  color: var(--black-color);
  font-size: 22px;
}

.contact-info_block-inner p {
  margin: 0px;
  color: #111111;
  line-height: 1.8em;
  font-size: 15px;
}

/*** 

====================================================================
    Map One
====================================================================

***/

.map-one {
  position: relative;
  padding: 110px 0px;
}

.map-one iframe {
  width: 100%;
  height: 500px;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.05);
}

/*========================================
    Responsive
========================================*/

@media only screen and (max-width: 991px) {
  .contact-two .inner-container {
    padding: 70px 40px 50px;
  }

  .contact-info_box h3 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-two {
    padding: 80px 0px;
  }

  .contact-two .inner-container {
    padding: 45px 20px 35px;
  }

  .contact-form input,
  .contact-form textarea {
    height: 55px;
    font-size: 14px;
  }

  .contact-form textarea {
    height: 140px;
  }

  .contact-info_box {
    margin-top: 50px;
    padding-top: 45px;
  }

  .contact-info_box h3 {
    font-size: 28px;
  }

  .contact-info_block-inner {
    padding: 28px 22px;
  }

  .map-one {
    padding: 80px 0px;
  }

  .map-one iframe {
    height: 350px;
  }
}

/* ============================================
   RESPONSIVE MEDIA QUERIES (ADDED AT BOTTOM)
   ============================================ */

/* Tablet Styles (max-width: 1024px) */
@media (max-width: 1024px) {
  .services-one {
    padding: 90px 0px 80px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .service-block_one {
    min-width: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }

  .sec-title_heading {
    font-size: 36px;
  }

  .sec-title {
    margin-bottom: 45px;
  }

  .mv-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .mv-heading h2 {
    font-size: 48px;
  }

  .offer-two .offer-block_one {
    width: 30%;
  }
}

/* Tablet Styles (max-width: 991px) */
@media (max-width: 991px) {
  .service-detail-wrapper {
    flex-direction: column;
  }

  .service-sidebar {
    width: 100%;
  }

  .tech-stack-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .tech-left {
    position: static;
    width: 100%;
  }

  .eco-detail-wrapper {
    flex-direction: column;
  }

  .eco-sidebar {
    width: 100%;
  }

  .eco-split-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .eco-split-left {
    position: static;
    width: 100%;
  }

  .eco-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mkt-detail-wrapper {
    flex-direction: column;
  }

  .mkt-sidebar {
    width: 100%;
  }

  .mkt-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .soft-detail-wrapper {
    flex-direction: column;
  }

  .soft-sidebar {
    width: 100%;
  }

  .soft-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .grd-detail-wrapper {
    flex-direction: column;
  }

  .grd-sidebar {
    width: 100%;
  }

  .grd-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Tablet Styles (max-width: 768px) */
@media (max-width: 768px) {
  .services-one {
    padding: 60px 0px 50px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .service-block_one {
    min-width: 100%;
    max-width: 100%;
  }

  .services-row {
    gap: 25px;
  }

  .services-grid {
    gap: 25px;
    margin-bottom: 10px;
  }

  .sec-title_heading {
    font-size: 28px;
  }

  .auto-container {
    padding: 0 20px;
  }

  .service-block_one-inner {
    padding: 35px 25px 40px;
  }

  .sec-title {
    margin-bottom: 40px;
  }

  .services-one .auto-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mv-premium-section {
    padding: 90px 0;
  }

  .mv-card-wrapper {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .mv-heading {
    margin-bottom: 55px;
  }

  .mv-heading h2 {
    font-size: 38px;
  }

  .mv-heading p {
    font-size: 16px;
  }

  .mv-premium-card {
    padding: 38px 34px;
    border-radius: 28px;
  }

  .mv-number {
    font-size: 54px;
  }

  .eco-main-image {
    height: 230px;
  }

  .eco-main-content {
    padding: 20px;
  }

  .eco-split-left h2 {
    font-size: 26px;
  }

  .eco-feature-card {
    flex-direction: column;
    padding: 25px;
  }

  .eco-process-grid {
    grid-template-columns: 1fr;
  }

  .mkt-main-image {
    height: 230px;
  }

  .mkt-main-content {
    padding: 20px;
  }

  .mkt-process-grid {
    grid-template-columns: 1fr;
  }

  .soft-main-image {
    height: 230px;
  }

  .soft-main-content {
    padding: 20px;
  }

  .soft-process-grid {
    grid-template-columns: 1fr;
  }

  .grd-main-image {
    height: 230px;
  }

  .grd-main-content {
    padding: 20px;
  }

  .grd-process-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile Styles (max-width: 480px) */
@media (max-width: 480px) {
  .services-one {
    padding: 45px 0px 35px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .services-row {
    gap: 20px;
  }

  .services-grid {
    gap: 20px;
  }

  .sec-title_heading {
    font-size: 24px;
  }

  .mv-heading h2 {
    font-size: 28px;
  }

  .offer-two .offer-block_one {
    width: 100%;
    min-width: 100%;
  }
}
/*** 

====================================================================
    Blog Detail Layout (Continued)
====================================================================

***/

.blog-detail {
  position: relative;
  z-index: 1;
}

.news-detail_inner {
  position: relative;
}

.news-detail_content {
  position: relative;
}

.blog-detail_image {
  position: relative;
  width: 100%;
  max-width: 850px;
  height: 480px;
  overflow: hidden;
  border-radius: 8px;
}

.blog-detail_image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 500ms ease;
}

.blog-detail_image img:first-child {
  z-index: 2;
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

.blog-detail_image img:nth-child(2) {
  position: relative;
  z-index: 1;
}

.news-detail_inner:hover .blog-detail_image img:first-child {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}

.news-detail_inner:hover .blog-detail_image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}

@media (max-width: 850px) {
  .blog-detail_image {
    height: auto;
    aspect-ratio: 850 / 480;
  }
}

.blog-detail_content {
  position: relative;
  padding: 30px 30px;
  margin-bottom: 30px;
}

.blog-detail_content:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -50px;
  right: 0px;
  bottom: 0px;
  border-radius: 0px 0px 15px 15px;
  border: 2px solid rgba(var(--black-color-rgb), 0.2);
  border-top: none;
}

.blog-detail_date_outer {
  position: absolute;
  right: 60px;
  top: 0px;
  z-index: 9;
  display: inline-block;
}

.blog-detail_date {
  position: relative;
  z-index: 10;
  font-size: 32px;
  font-weight: 700;
  padding: 15px 22px 9px;
  border-radius: 50px;
  letter-spacing: 2px;
  color: var(--white-color);
  text-transform: capitalize;
  font-family: "Outfit", serif;
  background-color: rgba(10, 61, 145, 1);
  background-image: linear-gradient(
    90deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
  outline: 5px solid var(--white-color);
  outline-offset: 0px;
}

.blog-detail_date span {
  position: relative;
  font-size: 14px;
}

.blog-detail_date_outer:before {
  position: absolute;
  content: "";
  left: -37px;
  top: 0px;
  width: 60px;
  z-index: 1;
  height: 38px;
  background: url(../images/icons/shape-3.png);
  background-position: right top;
}

.blog-detail_date_outer:after {
  position: absolute;
  content: "";
  right: -37px;
  top: 0px;
  width: 60px;
  height: 38px;
  z-index: 1;
  background: url(../images/icons/shape-4.png);
}

.blog-detail_meta {
  position: relative;
  padding-left: 0;
  margin-bottom: 20px;
}

.blog-detail_meta li {
  position: relative;
  display: inline-block;
  color: #111111;
  font-size: 15px;
  padding-left: 25px;
  margin-right: 20px;
}

.blog-detail_meta li .icon {
  position: absolute;
  left: 0px;
  top: 2px;
  line-height: 1em;
  color: var(--main-color);
}

.blog-detail_title {
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3em;
  color: var(--dark-blue);
}

.blog-detail_subheading {
  position: relative;
  margin-top: 35px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  color: var(--dark-blue);
}

.blog-detail_text {
  position: relative;
  line-height: 28px;
  font-size: 16px;
  margin-top: 10px;
  color: var(--text-dark);
}

.sidebar-title h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--dark-blue);
}

.post-widget .post {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f5f9;
}

.post-widget .post h4 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  margin-top: 8px;
}

.post-widget .post h4 a {
  color: #1e293b;
  transition: color 0.3s ease;
}

.post-widget .post h4 a:hover {
  color: rgba(10, 61, 145, 1);
}

.post-widget .post .post-date {
  font-size: 13px;
  color: #64748b;
  margin-top: 5px;
}

/*** ====================================================================
SERVICE-SIDEBAR
==================================================================== ***/

.service-sidebar {
  width: 300px;
  background: #ffffff;
  padding: 35px 28px;
  border-radius: 24px;
  border: 1px solid #f1f5f9;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.03);
  position: relative;
  transition: all 0.4s ease;
}

.service-sidebar h3 {
  font-size: 21px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 25px;
  font-family: "Raleway", sans-serif;
  letter-spacing: -0.3px;
  position: relative;
  padding-bottom: 10px;
}

.service-sidebar h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3.5px;
  background: linear-gradient(90deg, var(--main-color), var(--color-two));
  border-radius: 10px;
}

.service-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-sidebar ul li {
  margin-bottom: 14px;
  position: relative;
}

.service-sidebar ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #f8fafc;
  border-radius: 14px;
  color: #475569;
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
}

.service-sidebar ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--main-color) 0%, #0056b3 100%);
  transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}

.service-sidebar ul li a .arrow {
  display: inline-block;
  font-size: 16px;
  color: var(--color-two);
  transition:
    transform 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    color 0.3s ease;
}

.service-sidebar ul li a:hover {
  color: #ffffff;
  border-color: var(--main-color);
  transform: translateX(6px) translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 102, 204, 0.12);
}

.service-sidebar ul li a:hover::before {
  width: 100%;
}

.service-sidebar ul li a:hover .arrow {
  color: #ffffff;
  transform: scale(1.15) translate(2px, -2px);
}

/*** 

====================================================================
    WEB DEVELOPMENT HERO SECTION 
====================================================================

***/

.webdev-hero {
  padding: 60px 0;
}

/* TOP SECTION: HERO CARD & SIDEBAR */
.service-detail-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 70px;
}

/* LEFT MAIN CARD */
.service-main-card {
  flex: 1;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #ffeada;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.service-image {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.service-content {
  padding: 35px;
}

.category-tag {
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  color: var(--main-color);
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

.service-content h2 {
  font-size: 28px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 18px;
  font-family: "Raleway", sans-serif;
  line-height: 1.3;
}

.service-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #111111;
  margin-bottom: 16px;
}

/* KEYWORD BOX STYLING */
.keyword-box {
  display: block;
  margin-top: 22px;
  padding: 12px 18px;
  border-radius: 8px;
  background: #fff8f2;
  border: 1px solid #ffeada;
  color: #e26c00;
  font-size: 13.5px;
  line-height: 1.6;
}

.keyword-box strong {
  color: var(--color-two);
  font-weight: 700;
}

/* TECHNOLOGY STACK */
.tech-stack-wrapper {
  display: flex;
  gap: 50px;
  align-items: center;
  border-top: 1px solid #f1f5f9;
  padding-top: 60px;
}

.tech-left {
  flex: 0 0 40%;
}

.tech-left .sub-title {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: var(--main-color);
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.tech-left h2 {
  font-size: 34px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  font-family: "Raleway", sans-serif;
  margin: 0;
}

.tech-right-cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tech-feature-card {
  display: flex;
  gap: 20px;
  background: #f8fafc;
  padding: 35px;
  border-radius: 12px;
  border: 1px solid #f1f5f9;
  align-items: flex-start;
}

.tech-feature-card .card-icon {
  font-size: 26px;
  background: #ffffff;
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
  line-height: 1;
}

.tech-feature-card .card-info {
  flex: 1;
}

.tech-feature-card .card-info h3 {
  font-size: 21px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 6px;
  font-family: "Raleway", sans-serif;
}

.tech-feature-card .card-info h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--main-color);
  margin-bottom: 14px;
}

.tech-feature-card .card-info p {
  font-size: 15px;
  line-height: 1.8;
  color: #111111;
  margin-bottom: 14px;
}

.tech-keyword {
  background: #fff8f2;
  border: 1px solid #ffeada;
  color: #e26c00;
}

.tech-keyword strong {
  color: #e26c00;
}

/*** 

====================================================================
    PROCESS SECTION
====================================================================

***/

.process-section {
  background: linear-gradient(135deg, #f0f4fe 0%, #e8edfa 100%);
  padding: 100px 0;
  position: relative;
}

.process-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" opacity="0.03"><path d="M100 0 L200 100 L100 200 L0 100 Z" fill="none" stroke="%23020dff" stroke-width="2"/></svg>');
  pointer-events: none;
}

.process-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}

.process-step {
  background: white;
  border-radius: 30px;
  padding: 40px 25px;
  text-align: center;
  flex: 1;
  min-width: 280px;
  transition: all 0.4s;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(2, 13, 255, 0.08);
}

.process-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 35px rgba(2, 13, 255, 0.15);
  border-color: rgba(2, 13, 255, 0.2);
}

.step-number {
  font-size: 48px;
  font-weight: 800;
  background: linear-gradient(
    90deg,
    rgba(10, 61, 145, 1) 0%,
    rgba(255, 122, 0, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
}

.process-step h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 18px 0 12px;
  font-family: "Outfit", sans-serif;
}

.process-step p {
  color: #111111;
  line-height: 1.6;
}

/*** 

====================================================================
    STATS/ACHIEVEMENT SECTION
====================================================================

***/

.stats-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  margin-top: 50px;
}

.stat-item {
  text-align: center;
  min-width: 180px;
  padding: 20px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
  transition: all 0.3s;
}

.stat-item:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-5px);
}

.stat-number {
  font-size: 64px;
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  background: linear-gradient(135deg, #fff, rgba(255, 122, 0, 1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stat-label {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
}

/*** ====================================================================
    DIGITAL MARKETING PAGE - COMPLETE STYLESHEET WITH PREMIUM UPDATES
==================================================================== ***/

:root {
  --main-color: #0066cc; /* મુખ્ય બ્રાન્ડ બ્લુ કલર */
  --color-two: #e26c00; /* હાઇલાઇટ ઓરેન્જ કલર */
}

/* Base Layout Structure */
.mkt-hero-section {
  padding: 60px 0;
  background-color: #fcfdfe;
}

.mkt-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.mkt-detail-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 50px;
}

/* Main Post Card Components */
.mkt-main-card {
  flex: 1;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eef2f6;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.mkt-main-image {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.mkt-main-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.mkt-main-content {
  padding: 35px;
}

.mkt-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: var(--main-color);
  letter-spacing: 1.2px;
  margin-bottom: 12px;
}

.mkt-main-content h2 {
  font-size: 28px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 18px;
  font-family: "Raleway", sans-serif;
  line-height: 1.3;
}

.mkt-main-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #111111;
  margin-bottom: 16px;
}

.mkt-keyword-box {
  display: block;
  margin-top: 22px;
  padding: 12px 18px;
  border-radius: 8px;
  background: #fff8f2;
  border: 1px solid #e0f2fe;
  color: #0369a1;
  font-size: 13.5px;
  line-height: 1.6;
}

.mkt-keyword-box strong {
  color: #0284c7;
  font-weight: 700;
}

.mkt-divider {
  height: 1px;
  background: #e2e8f0;
  margin: 50px 0;
}

/* Categories Sidebar */
.service-sidebar {
  width: 300px;
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #eef2f6;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.service-sidebar h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
}

.service-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-sidebar ul li {
  margin-bottom: 12px;
}

.service-sidebar ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  background: #f8fafc;
  border-radius: 10px;
  color: #475569;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-sidebar ul li a:hover {
  background: var(--main-color);
  color: #ffffff;
}

/*** ====================================================================
  DIGITAL MARKETING 
==================================================================== ***/

.mkt-process-section-premium {
  padding: 40px 0;
  background-color: transparent;
}

.mkt-process-header-premium {
  text-align: center;
  margin-bottom: 50px;
}

.mkt-process-header-premium h2 {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  font-family: "Raleway", sans-serif;
  margin-bottom: 12px;
}

.mkt-highlight-text-premium {
  color: var(--color-two);
}

.mkt-process-subtitle-premium {
  font-size: 16px;
  color: #64748b;
  max-width: 650px;
  margin: 0 auto;
}

/* Card Grid Engine */
.mkt-process-grid-premium {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Base Card Style */
.mkt-step-card-premium {
  position: relative;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 40px 28px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.01);
  transition:
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.4s ease;
  z-index: 1;
}

/* Fluid Background Trigger - Drops down smoothly from top */
.mkt-step-fluid-bg {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, var(--main-color) 0%, #004da3 100%);
  transition: top 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: -1;
  border-radius: 23px;
}

.mkt-step-content-wrapper {
  position: relative;
  z-index: 2;
}

/* Meta layout elements */
.mkt-step-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.mkt-step-number {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  background: #f1f5f9;
  color: var(--main-color);
  padding: 6px 14px;
  border-radius: 30px;
  letter-spacing: 1px;
  transition: all 0.4s ease;
}

.mkt-step-icon-box {
  font-size: 24px;
  color: var(--color-two);
  background: var(--color-three);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Content details inside card */
.mkt-step-card-premium h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
  font-family: "Raleway", sans-serif;
  transition: color 0.4s ease;
}

.mkt-step-card-premium p {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--text-dark);
  margin: 0;
  transition: color 0.4s ease;
}

/* ====================================================================
   HOVER ACTIONS - DYNAMIC STATES
==================================================================== */

.mkt-step-card-premium:hover {
  transform: translateY(-12px);
  border-color: var(--main-color);
  box-shadow: 0 25px 50px rgba(0, 102, 204, 0.16);
}

/* Background flows over view window on hover */
.mkt-step-card-premium:hover .mkt-step-fluid-bg {
  top: 0;
}

.mkt-step-card-premium:hover h3 {
  color: #ffffff;
}

.mkt-step-card-premium:hover p {
  color: rgba(255, 255, 255, 0.85);
}

.mkt-step-card-premium:hover .mkt-step-number {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.mkt-step-card-premium:hover .mkt-step-icon-box {
  background: var(--color-two);
  color: #ffffff;
  transform: scale(1.15) rotate(8deg);
}

/* ====================================================================
   SCROLL INTERSECTION STATES (WATERFALL SEQUENCE)
==================================================================== */
.animated-mkt-step {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.7s ease-out,
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.animated-mkt-step.step-reveal {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(
    var(--mkt-delay) * 0.18s
  ); /* Sequential load interval trigger */
}

/* General standard animation states */
.dmp_fade_up {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.dmp_fade_up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ====================================================================
   RESPONSIVE LAYOUT MATRIX
==================================================================== */
@media (max-width: 1200px) {
  .mkt-detail-wrapper {
    flex-direction: column;
  }
  .service-sidebar {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .mkt-process-grid-premium {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .mkt-main-image {
    height: 300px;
  }
}

@media (max-width: 640px) {
  .mkt-process-grid-premium {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .mkt-step-card-premium {
    padding: 35px 24px;
  }
  .mkt-main-content {
    padding: 20px;
  }
}
/*** ====================================================================
    E-COMMERCE PAGE - COMPLETE STYLESHEET WITH PREMIUM UPDATES
====================================================================
***/

/* Base Section */
.eco-hero-section {
  padding: 60px 0;
  background-color: #fcfdfe;
}

.eco-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Top Detail Wrapper */
.eco-detail-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 70px;
}

.eco-main-card {
  flex: 1;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eef2f6;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.eco-main-image {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.eco-main-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.eco-main-content {
  padding: 35px;
}

.eco-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: var(--main-color);
  letter-spacing: 1.2px;
  margin-bottom: 12px;
}

.eco-main-content h2 {
  font-size: 28px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 18px;
  font-family: "Raleway", sans-serif;
  line-height: 1.3;
}

.eco-main-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #111111;
  margin-bottom: 16px;
}

/* Keyword Boxes */
.eco-keyword-box {
  display: block;
  margin-top: 20px;
  padding: 12px 18px;
  border-radius: 8px;
  background: #fff8f2;
  border: 1px solid #ffeada;
  color: #e26c00;
  font-size: 13.5px;
  line-height: 1.6;
}

.eco-keyword-box strong {
  color: var(--color-two);
  font-weight: 700;
}

.eco-box-blue {
  background: #f0f7ff;
  border-color: #e0f0ff;
  color: #0055b3;
}

.eco-box-blue strong {
  color: var(--main-color);
}

/* ECO Split Layout */
.eco-split-wrapper {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  border-top: 1px solid #f1f5f9;
  padding-top: 60px;
  margin-bottom: 60px;
}

.eco-split-left {
  flex: 0 0 40%;
  position: sticky;
  top: 30px;
}

.eco-split-left .eco-sub-title {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: var(--main-color);
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.eco-split-left h2 {
  font-size: 34px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  font-family: "Raleway", sans-serif;
}

.eco-vector-holder {
  margin-top: 30px;
}

.eco-vector-holder img {
  max-width: 100%;
  height: auto;
}

.eco-split-right-cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.eco-feature-card {
  display: flex;
  gap: 20px;
  background: #f8fafc;
  padding: 35px;
  border-radius: 16px;
  border: 1px solid #f1f5f9;
  align-items: flex-start;
}

.eco-card-icon {
  font-size: 26px;
  background: #ffffff;
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
  line-height: 1;
}

.eco-card-info {
  flex: 1;
}

.eco-card-info h3 {
  font-size: 21px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 6px;
  font-family: "Raleway", sans-serif;
}

.eco-card-info h4 {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--main-color);
  margin-bottom: 14px;
}

.eco-card-info p {
  font-size: 14.5px;
  line-height: 1.8;
  color: #111111;
  margin-bottom: 14px;
}

.eco-divider {
  height: 1px;
  background: #e2e8f0;
  margin: 60px 0;
}

/*** ====================================================================
    NEW: PREMIUM PROCESS SECTION (4 STEPS MODERN GRID)
==================================================================== ***/

.eco-process-section-premium {
  padding: 80px 0;
  background-color: #ffffff;
}

.eco-process-header-premium {
  text-align: center;
  margin-bottom: 60px;
}

.eco-process-header-premium h2 {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  font-family: "Raleway", sans-serif;
  margin-bottom: 12px;
}

.eco-highlight-text-premium {
  color: var(--color-two);
}

.eco-process-subtitle-premium {
  font-size: 16px;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}

/* Grid Grid */
.eco-process-grid-premium {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Premium Card Base */
.eco-step-card-premium {
  position: relative;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 40px 28px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.01);
  transition:
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.4s ease;
  z-index: 1;
}

/* Fluid fill background animation */
.eco-step-fluid-bg {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, var(--main-color) 0%, #004da3 100%);
  transition: top 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: -1;
  border-radius: 23px;
}

.eco-step-content-wrapper {
  position: relative;
  z-index: 2;
}

/* Metadata Row inside card */
.eco-step-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.eco-step-number {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  background: #f1f5f9;
  color: var(--main-color);
  padding: 6px 14px;
  border-radius: 30px;
  letter-spacing: 1px;
  transition: all 0.4s ease;
}

.eco-step-icon-box {
  font-size: 24px;
  color: var(--color-two);
  background: var(--color-three);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Typography Inside Card */
.eco-step-card-premium h3 {
  font-size: 21px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
  font-family: "Raleway", sans-serif;
  transition: color 0.4s ease;
}

.eco-step-card-premium p {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--text-dark);
  margin: 0;
  transition: color 0.4s ease;
}

/* ====================================================================
   HOVER INTERACTIONS
==================================================================== */

.eco-step-card-premium:hover {
  transform: translateY(-14px);
  border-color: var(--main-color);
  box-shadow: 0 25px 50px rgba(0, 102, 204, 0.18);
}

.eco-step-card-premium:hover .eco-step-fluid-bg {
  top: 0;
}

.eco-step-card-premium:hover h3 {
  color: #ffffff;
}

.eco-step-card-premium:hover p {
  color: rgba(255, 255, 255, 0.85);
}

.eco-step-card-premium:hover .eco-step-number {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.eco-step-card-premium:hover .eco-step-icon-box {
  background: var(--color-two);
  color: #ffffff;
  transform: scale(1.15) rotate(8deg);
}

/* ====================================================================
   SCROLL INTERSECTION ENTRY ANIMATION STATES
==================================================================== */
.animated-process-step {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.7s ease-out,
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.animated-process-step.step-reveal {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(
    var(--step-delay) * 0.18s
  ); /* વારાફરતી કાર્ડ્સ લોડ થશે */
}

/* ====================================================================
   GLOBAL RESPONSIVE BREAKPOINTS
==================================================================== */
@media (max-width: 1200px) {
  .eco-detail-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .eco-split-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .eco-split-left {
    position: static;
    width: 100%;
  }
  .eco-process-grid-premium {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .eco-main-image {
    height: 300px;
  }
  .eco-split-left h2 {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  .eco-process-grid-premium {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .eco-step-card-premium {
    padding: 35px 24px;
  }
  .eco-main-content {
    padding: 20px;
  }
}
/*** ====================================================================
    MOBILE WEB DEVELOPMENT PAGE - COMPLETE PRESET STYLESHEET
==================================================================== ***/

/* Base Wrapper Elements */
.mob-hero-section {
  padding: 60px 0;
  background-color: #fcfdfe;
}

.mob-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.mob-detail-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 50px;
}

/* Left Main Display Card */
.mob-main-card {
  flex: 1;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eef2f6;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.mob-main-image {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.mob-main-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.mob-main-content {
  padding: 35px;
}

.mob-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: var(--main-color);
  letter-spacing: 1.2px;
  margin-bottom: 12px;
}

.mob-main-content h2 {
  font-size: 28px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 18px;
  font-family: "Raleway", sans-serif;
  line-height: 1.3;
}

.mob-main-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #111111;
  margin-bottom: 16px;
}

.mob-keyword-box {
  display: block;
  margin-top: 22px;
  padding: 12px 18px;
  border-radius: 8px;
  background: #fff8f2;
  border: 1px solid #ffeada;
  color: #e26c00;
  font-size: 13.5px;
  line-height: 1.6;
}

.mob-keyword-box strong {
  color: var(--color-two);
  font-weight: 700;
}

.mob-divider {
  height: 1px;
  background: #e2e8f0;
  margin: 50px 0;
}

/*** ====================================================================
    NEW: PREMIUM MOBILE PROCESS STYLING & FLUID BACKGROUND FILL
==================================================================== ***/

.mob-process-section-premium {
  padding: 40px 0;
  background-color: transparent;
}

.mob-process-header-premium {
  text-align: center;
  margin-bottom: 55px;
}

.mob-process-header-premium h2 {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  font-family: "Raleway", sans-serif;
  margin-bottom: 12px;
}

.mob-highlight-text-premium {
  color: var(--color-two);
}

.mob-process-subtitle-premium {
  font-size: 16px;
  color: #64748b;
  max-width: 650px;
  margin: 0 auto;
}

/* Premium Responsive Quad Grid Layout */
.mob-process-grid-premium {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Card Core Parameters */
.mob-step-card-premium {
  position: relative;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 40px 28px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.01);
  transition:
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.4s ease;
  z-index: 1;
}

/* Fluid Drop Engine - Runs top down on hover */
.mob-step-fluid-bg {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, var(--main-color) 0%, #004da3 100%);
  transition: top 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: -1;
  border-radius: 23px;
}

.mob-step-content-wrapper {
  position: relative;
  z-index: 2;
}

/* Inner Structural rows */
.mob-step-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.mob-step-number {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  background: #f1f5f9;
  color: var(--main-color);
  padding: 6px 14px;
  border-radius: 30px;
  letter-spacing: 1px;
  transition: all 0.4s ease;
}

.mob-step-icon-box {
  font-size: 24px;
  color: var(--color-two);
  background: var(--color-three);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Card Text Assets */
.mob-step-card-premium h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
  font-family: "Raleway", sans-serif;
  transition: color 0.4s ease;
}

.mob-step-card-premium p {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--text-dark);
  margin: 0;
  transition: color 0.4s ease;
}

/* ====================================================================
   INTERACTIVE HOVER MICRO-ENGINES
==================================================================== */

.mob-step-card-premium:hover {
  transform: translateY(-12px);
  border-color: var(--main-color);
  box-shadow: 0 25px 50px rgba(0, 102, 204, 0.16);
}

/* Active drop bg filter on link focus/hover */
.mob-step-card-premium:hover .mob-step-fluid-bg {
  top: 0;
}

.mob-step-card-premium:hover h3 {
  color: #ffffff;
}

.mob-step-card-premium:hover p {
  color: rgba(255, 255, 255, 0.85);
}

.mob-step-card-premium:hover .mob-step-number {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.mob-step-card-premium:hover .mob-step-icon-box {
  background: var(--color-two);
  color: #ffffff;
  transform: scale(1.15) rotate(8deg);
}

/* ====================================================================
   SCROLL INTERSECTION ENTRY MATRIX (WATERFALL DELAY SYSTEM)
==================================================================== */
.animated-mob-step {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.7s ease-out,
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.animated-mob-step.step-reveal {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--mob-delay) * 0.18s);
}

/* Standard baseline transition states */
.mobile-standard-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.mobile-standard-fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ====================================================================
   RESPONSIVE MATRIX BREAKPOINTS
==================================================================== */
@media (max-width: 1200px) {
  .mob-detail-wrapper {
    flex-direction: column;
  }
  .service-sidebar {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .mob-process-grid-premium {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .mob-main-image {
    height: 300px;
  }
}

@media (max-width: 640px) {
  .mob-process-grid-premium {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .mob-step-card-premium {
    padding: 35px 24px;
  }
  .mob-main-content {
    padding: 20px;
  }
}
/*** ====================================================================
    SOFTWARE DEVELOPMENT PAGE 
==================================================================== ***/

.soft-hero-section {
  padding: 60px 0;
  background-color: #fcfdfe;
}

.soft-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.soft-detail-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 50px;
}

.soft-main-card {
  flex: 1;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eef2f6;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.soft-main-image {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.soft-main-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.soft-main-content {
  padding: 35px;
}

.soft-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: var(--main-color);
  letter-spacing: 1.2px;
  margin-bottom: 12px;
}

.soft-main-content h2 {
  font-size: 28px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 18px;
  font-family: "Raleway", sans-serif;
  line-height: 1.3;
}

.soft-main-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #111111;
  margin-bottom: 16px;
}

.soft-keyword-box {
  display: block;
  margin-top: 22px;
  padding: 12px 18px;
  border-radius: 8px;
  background: #fff8f2;
  border: 1px solid #ffeada;
  color: #e26c00;
  font-size: 13.5px;
  line-height: 1.6;
}

.soft-keyword-box strong {
  color: var(--color-two);
  font-weight: 700;
}

.soft-divider {
  height: 1px;
  background: #e2e8f0;
  margin: 50px 0;
}

/* PREMIUM SOFTWARE 4-STEPS PROCESS */
.soft-process-section-premium {
  padding: 40px 0;
  background-color: transparent;
}

.soft-process-header-premium {
  text-align: center;
  margin-bottom: 55px;
}

.soft-process-header-premium h2 {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  font-family: "Raleway", sans-serif;
  margin-bottom: 12px;
}

.soft-highlight-text-premium {
  color: var(--color-two);
}

.soft-process-subtitle-premium {
  font-size: 16px;
  color: #64748b;
  max-width: 650px;
  margin: 0 auto;
}

.soft-process-grid-premium {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.soft-step-card-premium {
  position: relative;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 40px 28px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.01);
  transition:
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.4s ease;
  z-index: 1;
}

.soft-step-fluid-bg {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, var(--main-color) 0%, #004da3 100%);
  transition: top 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: -1;
  border-radius: 23px;
}

.soft-step-content-wrapper {
  position: relative;
  z-index: 2;
}

.soft-step-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.soft-step-number {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  background: #f1f5f9;
  color: var(--main-color);
  padding: 6px 14px;
  border-radius: 30px;
  letter-spacing: 1px;
  transition: all 0.4s ease;
}

.soft-step-icon-box {
  font-size: 24px;
  color: var(--color-two);
  background: var(--color-three);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.soft-step-card-premium h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
  font-family: "Raleway", sans-serif;
  transition: color 0.4s ease;
}

.soft-step-card-premium p {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--text-dark);
  margin: 0;
  transition: color 0.4s ease;
}

/* HOVER & INTERACTION ENGINE */
.soft-step-card-premium:hover {
  transform: translateY(-12px);
  border-color: var(--main-color);
  box-shadow: 0 25px 50px rgba(0, 102, 204, 0.16);
}

.soft-step-card-premium:hover .soft-step-fluid-bg {
  top: 0;
}

.soft-step-card-premium:hover h3 {
  color: #ffffff;
}

.soft-step-card-premium:hover p {
  color: rgba(255, 255, 255, 0.85);
}

.soft-step-card-premium:hover .soft-step-number {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.soft-step-card-premium:hover .soft-step-icon-box {
  background: var(--color-two);
  color: #ffffff;
  transform: scale(1.15) rotate(8deg);
}

/* SCROLL TRIGGERS */
.animated-soft-step {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.7s ease-out,
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.animated-soft-step.step-reveal {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--soft-delay) * 0.18s);
}

.soft-standard-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.soft-standard-fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE RESPONSIVENESS */
@media (max-width: 1024px) {
  .soft-process-grid-premium {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 640px) {
  .soft-process-grid-premium {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .soft-step-card-premium {
    padding: 35px 24px;
  }
}
/*** ====================================================================
    GRAPHIC DESIGN PAGE
==================================================================== ***/

.grd-hero-section {
  padding: 60px 0;
  background-color: #fcfdfe;
}

.grd-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.grd-detail-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 50px;
}

.grd-main-card {
  flex: 1;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eef2f6;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.grd-main-image {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.grd-main-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.grd-main-content {
  padding: 35px;
}

.grd-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  color: var(--main-color);
  letter-spacing: 1.2px;
  margin-bottom: 12px;
}

.grd-main-content h2 {
  font-size: 28px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 18px;
  font-family: "Raleway", sans-serif;
  line-height: 1.3;
}

.grd-main-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #111111;
  margin-bottom: 16px;
}

.grd-keyword-box {
  display: block;
  margin-top: 22px;
  padding: 12px 18px;
  border-radius: 8px;
  background: #fff8f2;
  border: 1px solid #ffeada;
  color: #e26c00;
  font-size: 13.5px;
  line-height: 1.6;
}

.grd-keyword-box strong {
  color: var(--color-two);
  font-weight: 700;
}

.grd-divider {
  height: 1px;
  background: #e2e8f0;
  margin: 50px 0;
}

/* PREMIUM GRAPHIC CREATIVE FLOW STEPS */
.grd-process-section-premium {
  padding: 40px 0;
  background-color: transparent;
}

.grd-process-header-premium {
  text-align: center;
  margin-bottom: 55px;
}

.grd-process-header-premium h2 {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  font-family: "Raleway", sans-serif;
  margin-bottom: 12px;
}

.grd-highlight-text-premium {
  color: var(--color-two);
}

.grd-process-subtitle-premium {
  font-size: 16px;
  color: #64748b;
  max-width: 650px;
  margin: 0 auto;
}

.grd-process-grid-premium {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.grd-step-card-premium {
  position: relative;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 40px 28px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.01);
  transition:
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.4s ease;
  z-index: 1;
}

.grd-step-fluid-bg {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, var(--main-color) 0%, #004da3 100%);
  transition: top 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: -1;
  border-radius: 23px;
}

.grd-step-content-wrapper {
  position: relative;
  z-index: 2;
}

.grd-step-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.grd-step-number {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  background: #f1f5f9;
  color: var(--main-color);
  padding: 6px 14px;
  border-radius: 30px;
  letter-spacing: 1px;
  transition: all 0.4s ease;
}

.grd-step-icon-box {
  font-size: 24px;
  color: var(--color-two);
  background: var(--color-three);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.grd-step-card-premium h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
  font-family: "Raleway", sans-serif;
  transition: color 0.4s ease;
}

.grd-step-card-premium p {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--text-dark);
  margin: 0;
  transition: color 0.4s ease;
}

/* INTERACTION GRAPHIC STATES */
.grd-step-card-premium:hover {
  transform: translateY(-12px);
  border-color: var(--main-color);
  box-shadow: 0 25px 50px rgba(0, 102, 204, 0.16);
}

.grd-step-card-premium:hover .grd-step-fluid-bg {
  top: 0;
}

.grd-step-card-premium:hover h3 {
  color: #ffffff;
}

.grd-step-card-premium:hover p {
  color: rgba(255, 255, 255, 0.85);
}

.grd-step-card-premium:hover .grd-step-number {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.grd-step-card-premium:hover .grd-step-icon-box {
  background: var(--color-two);
  color: #ffffff;
  transform: scale(1.15) rotate(8deg);
}

/* WATERFALL TIMERS */
.animated-grd-step {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.7s ease-out,
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.animated-grd-step.step-reveal {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--grd-delay) * 0.18s);
}

/* RESPONSIVE LAYOUT */
@media (max-width: 1024px) {
  .grd-process-grid-premium {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 640px) {
  .grd-process-grid-premium {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .grd-step-card-premium {
    padding: 35px 24px;
  }
}

/*** 
====================================================================
    PORTFOLIO SECTION - Clean Professional Design
====================================================================
***/

.portfolio-section {
  padding: 100px 0 80px;
  background: #f8faff;
  position: relative;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 1;
}

/* Portfolio Card - Clean Style */
.portfolio-card {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  border: 1px solid #eef2f7;
}

.portfolio-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
  border-color: #ff7a00;
}

.portfolio-image {
  position: relative;
  height: 480px;
  overflow: hidden;
  background: #f5f7fc;
}

/* Image Container - No Gradient */
.gradient-bg {
  width: 100%;
  height: 100%;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  transition: transform 0.5s ease;
}

/* Image Zoom Effect */
.portfolio-card:hover .gradient-bg {
  transform: scale(1.05);
}

/* Simple Dark Overlay - No Gradient */
.gradient-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
}

.portfolio-card:hover .gradient-bg::after {
  background: rgba(0, 0, 0, 0.4);
}

/* Category Badge - Healthcare uses Dark Blue from Global */
.portfolio-category {
  display: inline-block;
  padding: 5px 18px;
  background: #0a3d91; /* Dark Blue - Global Color */
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.portfolio-card:hover .portfolio-category {
  background: #0a3d91;
  transform: translateY(-2px);
}

.portfolio-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 22px 22px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.2) 60%,
    transparent 100%
  );
  transition: all 0.4s ease;
}

/* Title Styling - Clean */
.portfolio-title {
  margin-top: 10px;
}

.portfolio-title a {
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

/* Simple Underline - Orange */
.portfolio-title a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ff7a00;
  transition: width 0.3s ease;
}

.portfolio-title a:hover::after {
  width: 100%;
}

.portfolio-title a:hover {
  color: #ff7a00;
}

/* Arrow Button - Clean Orange */
.portfolio-arrow {
  position: absolute;
  right: 22px;
  bottom: 25px;
  width: 46px;
  height: 46px;
  background: #ff7a00;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  transform: translateX(60px) scale(0.9);
  opacity: 0;
  transition: all 0.4s ease;
  box-shadow: 0 5px 20px rgba(255, 122, 0, 0.3);
}

.portfolio-card:hover .portfolio-arrow {
  transform: translateX(0) scale(1);
  opacity: 1;
}

.portfolio-arrow a {
  color: #ffffff;
  display: block;
  font-size: 17px;
  transition: all 0.3s ease;
}

.portfolio-arrow:hover {
  background: #e66900;
  transform: scale(1.1) !important;
}

.portfolio-arrow:hover a {
  transform: rotate(45deg);
}

.load-more {
  text-align: center;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* ============================================================
   RESPONSIVE DESIGN
   ============================================================ */
@media (max-width: 1200px) {
  .portfolio-grid {
    gap: 25px;
  }

  .portfolio-image {
    height: 420px;
  }
}

@media (max-width: 991px) {
  .portfolio-section {
    padding: 70px 0 60px;
  }

  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .portfolio-image {
    height: 380px;
  }

  .portfolio-title a {
    font-size: 21px;
  }

  .theme-btn {
    padding: 14px 38px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .portfolio-section {
    padding: 50px 0 40px;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    max-width: 450px;
    margin: 0 auto;
  }

  .portfolio-image {
    height: 340px;
  }

  .portfolio-title a {
    font-size: 20px;
  }

  .portfolio-overlay {
    padding: 20px 18px 18px;
  }

  .portfolio-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 18px;
    bottom: 20px;
  }

  .portfolio-arrow a {
    font-size: 15px;
  }

  .load-more {
    margin-top: 45px;
  }
}

@media (max-width: 480px) {
  .portfolio-image {
    height: 280px;
  }

  .portfolio-title a {
    font-size: 17px;
  }

  .portfolio-category {
    font-size: 10px;
    padding: 4px 14px;
  }
}

/* ============================================================
   CARD APPEAR ANIMATION
   ============================================================ */
.portfolio-card {
  opacity: 0;
  transform: translateY(35px);
  animation: fadeInUp 0.7s ease forwards;
}

.portfolio-card:nth-child(1) {
  animation-delay: 0.05s;
}
.portfolio-card:nth-child(2) {
  animation-delay: 0.1s;
}
.portfolio-card:nth-child(3) {
  animation-delay: 0.15s;
}
.portfolio-card:nth-child(4) {
  animation-delay: 0.2s;
}
.portfolio-card:nth-child(5) {
  animation-delay: 0.25s;
}
.portfolio-card:nth-child(6) {
  animation-delay: 0.3s;
}
.portfolio-card:nth-child(7) {
  animation-delay: 0.35s;
}
.portfolio-card:nth-child(8) {
  animation-delay: 0.4s;
}
.portfolio-card:nth-child(9) {
  animation-delay: 0.45s;
}
.portfolio-card:nth-child(10) {
  animation-delay: 0.5s;
}
.portfolio-card:nth-child(11) {
  animation-delay: 0.55s;
}
.portfolio-card:nth-child(12) {
  animation-delay: 0.6s;
}

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

.portfolio-card.visible {
  opacity: 1;
  transform: translateY(0);
}
/*** 

====================================================================
    ANIMATIONS & UTILITY CLASSES
====================================================================

***/

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-up {
  animation: fadeUp 0.7s ease forwards;
}

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

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*** 

====================================================================
    FINAL RESPONSIVE OVERRIDES
====================================================================

***/

@media (max-width: 1200px) {
  .auto-container {
    max-width: 1140px;
  }
}

@media (max-width: 1199px) {
  .service-main-card {
    min-width: 100%;
  }
  .service-sidebar {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .page-title h1 {
    font-size: 48px;
  }
  .webdev-text h2 {
    font-size: 36px;
  }
  .sec-title_heading {
    font-size: 36px;
  }
  .service-card {
    padding: 35px 25px;
  }
  .stat-number {
    font-size: 48px;
  }
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .portfolio-image {
    height: 290px;
  }
}

@media (max-width: 768px) {
  .page-title {
    padding: 90px 0 50px;
  }
  .page-title h1 {
    font-size: 38px;
  }
  .webdev-hero {
    padding: 60px 0;
  }
  .webdev-text h2 {
    font-size: 32px;
  }
  .services-highlight,
  .process-section {
    padding: 60px 0;
  }
  .service-card h3 {
    font-size: 24px;
  }
  .auto-container {
    padding: 0 20px;
  }
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
  .portfolio-image {
    height: 350px;
  }
  .tech-stack-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .tech-left {
    flex: 0 0 100%;
  }
}

@media (max-width: 680px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
  .page-title {
    padding: 140px 0 60px;
  }
  .page-title h1 {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .page-title h1 {
    font-size: 32px;
  }
  .sec-title_heading {
    font-size: 28px;
  }
  .service-card {
    padding: 30px 20px;
  }
  .service-icon {
    width: 70px;
    height: 70px;
    font-size: 38px;
  }
  .stat-number {
    font-size: 32px;
  }
  .process-step {
    min-width: 100%;
  }
}
/***==================================================
    WHY CHOOSE US
    Yuva IT Solutions - REFINED PREMIUM CSS
    Root Colors Based Design
==================================================***/

/*==============================================
    Main Section
==============================================*/
.empower-one {
  position: relative;
  padding: 80px 0 80px;
  overflow: hidden;
  background-color: transparent; /* Allows section background to blend beautifully */
}

.empower-one .auto-container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.empower-one .sec-title {
  margin-bottom: 60px;
  text-align: center;
}

.empower-one .sec-title_heading span {
  color: var(--main-color);
}

/*==============================================
    Cards Grid Layout
==============================================*/
.empower-one .clearfix {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px; /* Slightly increased for cleaner spacing */
  align-items: start;
}

.empower-one .empower-block_one {
  position: relative;
  width: 100%;
  padding: 0;
}

/*==============================================
    Premium Zig-Zag Wave Effect (Desktop Only)
==============================================*/
.empower-one .empower-block_one:nth-child(2),
.empower-one .empower-block_one:nth-child(4) {
  transform: translateY(40px);
}

.empower-one .empower-block_one:nth-child(3) {
  transform: translateY(80px);
}

/*==============================================
    Aesthetic Card Design
==============================================*/
.empower-block_one-inner {
  position: relative;
  height: 100%;
  min-height: 340px; /* Enhanced proportions */
  padding: 40px 30px;
  background: var(--white-color);
  border: 1px solid rgba(10, 61, 145, 0.08); /* Softer edge border */
  border-radius: 24px; /* Soft premium round corners */
  box-shadow: 0 15px 40px rgba(8, 31, 77, 0.04); /* Soft subtle glow */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1); /* Ultra smooth ease */
  z-index: 1;
}

/*==============================================
    Card Hover Effect
==============================================*/
.empower-block_one-inner:hover {
  background: var(--dark-blue) !important;
  border-color: var(--color-two) !important;
  transform: translateY(
    -12px
  ); /* Moves upward from its current wave position */
  box-shadow: 0 25px 50px rgba(8, 31, 77, 0.22);
}

/*==============================================
    Icon Styling
==============================================*/
.empower-block_one-icon {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--dark-blue), var(--main-color));
  color: var(--white-color);
  font-size: 26px;
  box-shadow: 0 10px 20px rgba(8, 31, 77, 0.12);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.empower-block_one-icon i {
  line-height: 1;
}

/*==============================================
    Icon Hover Style
==============================================*/
.empower-block_one-inner:hover .empower-block_one-icon {
  background: linear-gradient(135deg, var(--color-two), #ff9b45);
  color: var(--white-color);
  transform: scale(1.05);
  box-shadow: 0 12px 25px rgba(255, 140, 43, 0.3);
}

/*==============================================
    Content Typography
==============================================*/
.empower-block_one-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.empower-block_one-title {
  font-size: 24px; /* Optimized for 5 columns layout */
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--text-dark);
  transition: color 0.3s ease;
}

.empower-block_one-inner:hover .empower-block_one-title {
  color: var(--white-color) !important;
}

.empower-block_one-text {
  font-size: 15px;
  line-height: 26px;
  color: #667085;
  transition: color 0.3s ease;
}

.empower-block_one-inner:hover .empower-block_one-text {
  color: rgba(255, 255, 255, 0.85) !important;
}

/*==============================================
    Lower Button Box
==============================================*/
.empower-one .lower-box {
  margin-top: 140px; /* Adjusted to balance the desktop wave effect */
  text-align: center;
}

/*==============================================
    Responsive Layout: Laptop & Large Devices
==============================================*/
@media only screen and (max-width: 1399px) {
  .empower-block_one-title {
    font-size: 22px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .empower-one .clearfix {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

  /* Reset wave effect for grids that wrap */
  .empower-one .empower-block_one:nth-child(2),
  .empower-one .empower-block_one:nth-child(3),
  .empower-one .empower-block_one:nth-child(4) {
    transform: none;
  }

  .empower-block_one-inner {
    min-height: 280px;
  }

  .empower-one .lower-box {
    margin-top: 60px;
  }
}

/*==============================================
    Responsive Layout: Tablets
==============================================*/
@media only screen and (max-width: 991px) {
  .empower-one .clearfix {
    grid-template-columns: repeat(2, 1fr);
  }

  .empower-block_one-inner {
    min-height: auto;
  }
}

/*==============================================
    Responsive Layout: Mobile Devices
==============================================*/
@media only screen and (max-width: 767px) {
  .empower-one {
    padding: 80px 0 60px;
  }

  .empower-one .sec-title {
    margin-bottom: 40px;
  }

  .empower-one .clearfix {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .empower-one .empower-block_one {
    transform: none !important; /* Fully disabled wave effect */
  }

  .empower-block_one-inner {
    padding: 30px 24px;
  }

  .empower-block_one-icon {
    width: 60px;
    height: 60px;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .empower-block_one-title {
    font-size: 22px;
    line-height: 32px;
  }

  .empower-block_one-text {
    font-size: 15px;
    line-height: 26px;
  }

  .empower-one .lower-box {
    margin-top: 40px;
  }
}
