html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

ul,
ol {
  list-style: none;
}

p {
  font-family: "Regular";
}

img {
  pointer-events: none;
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "bold";
}

a {
  text-decoration: none;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
span {
  margin: 0;
  padding: 0;
}

@font-face {
  src: url(../fonts/HelveticaNowDisplay-Black.ttf);
  font-family: "hblack";
}

@font-face {
  src: url(../fonts/HelveticaNowDisplay-Bold.ttf);
  font-family: "bold";
}

@font-face {
  src: url(../fonts/HelveticaNowDisplay-ExtBlk.ttf);
  font-family: "extra black";
}

@font-face {
  src: url(../fonts/HelveticaNowDisplay-ExtLt.ttf);
  font-family: "ExtLt";
}

@font-face {
  src: url(../fonts/HelveticaNowDisplay-ExtraBold.ttf);
  font-family: "ExtraBold";
}

@font-face {
  src: url(../fonts/HelveticaNowDisplay-Hairline.ttf);
  font-family: "Hairline";
}

@font-face {
  src: url(../fonts/HelveticaNowDisplay-Light.ttf);
  font-family: "Light";
}

@font-face {
  src: url(../fonts/HelveticaNowDisplay-Regular.ttf);
  font-family: "Regular";
}

@font-face {
  src: url(../fonts/HelveticaNowDisplay-Medium.ttf);
  font-family: "Medium";
}

@font-face {
  src: url(../fonts/HelveticaNowDisplay-Thin.ttf);
  font-family: "Thin";
}

/* menu fixed */

.menu_fix {
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #fff !important;
  box-shadow: 0px 10px 20px #7e76f91a;
}

/* menu part start */

menu {
  padding: 0;
  margin: 0;
}

.main_menu button.navbar-toggler {
  position: relative;
  padding: 0.25rem 0;
  margin-right: 15px;
  top: auto;
}

.main_menu .navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler {
  border: none;
  padding: 0;
}

.main_menu .navbar-nav .nav-item {
  transition: all linear 0.3s;
}

.main_menu {
  transition: all linear 0.3s;
  width: 100%;
  background: #fff9ee;
}

.main_menu button {
  position: fixed;
  top: 0;
  box-shadow: none !important;
}

.main_menu button i {
  color: #e6483a;
}

.i2 {
  font-size: 25px;
}

.i2 {
  font-size: 30px;
}

.main_menu .navbar-nav .nav-item .nav-link {
  color: #2c303b;
  margin: 0 5px;
  font-family: "Regular";
  transition: all linear 0.3s;
  font-size: 14px;
}

.main_menu .navbar-nav {
  margin-left: 50px;
}

.main_menu .navbar-nav .nav-item:hover .nav-link {
  color: #e53d30;
}

.nav_containe {
  width: 1100px !important;
  display: block !important;
}

/* log in part */

.sign_up a {
  font-size: 12px;
  color: #fff;
  font-family: "Regular";
  margin: 0 5px;
  margin-left: 20px;
  padding: 5px 15px;
  border-radius: 24px;
  width: 100px;
  text-align: center;
  background: transparent linear-gradient(117deg, #f6af32 0%, #e53d30 100%) 0%
    0% no-repeat padding-box;
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.4s ease-out;
  box-shadow: 0px 3px 10px rgba(230, 72, 58, 0.2);
  position: relative;
  overflow: hidden;
}

.sign_up a:hover {
  background-position: left bottom;
  box-shadow: 0px 5px 15px rgba(230, 72, 58, 0.3);
}

.sign_up a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-out;
  z-index: 1;
}

.sign_up a:hover:after {
  width: 100%;
}

/* menu part end */

/* banner part */

.banner_part_logo {
  display: inline-block;
  vertical-align: middle;
  height: 75px;
  margin-bottom: 0;
  margin-left: -20px;
}

.banner_part_logo img {
  height: 100%;
  width: auto;
  max-height: 80px;
  vertical-align: bottom;
}

/* For better responsive behavior */
@media screen and (max-width: 600px) {
  .banner_part_logo {
    margin-top: 10px;
    margin-left: -3px;
  }

  .banner_part_logo img {
    max-height: 80px;
  }
}

@media screen and (max-width: 480px) {
  .banner_part_logo {
    height: 24px;
    margin-left: 0;
  }

  .banner_part_logo img {
    max-height: 50px;
  }

  .text_h1 {
    display: inline;
  }
}

.text_h1 {
  font-family: "bold";
  font-size: 40px;
  margin-bottom: 25px;
}

.text_p {
  font-family: "Regular";
  font-size: 18px;
  margin-bottom: 20px;
}

/* Button with particles animation */
.text_btn {
  font-family: "Regular";
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  background: transparent linear-gradient(117deg, #f6af32 0%, #e53d30 100%) 0%
    0% no-repeat padding-box;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border-radius: 25px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease;
}

.text_btn i {
  margin-left: 5px;
}

.text_btn:hover {
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Particles container */
.particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

/* Particle styling */
.particle {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
}

/* Different colored particles for variety */
.particle:nth-child(3n) {
  background-color: rgba(255, 255, 255, 0.9);
}

.particle:nth-child(3n + 1) {
  background-color: rgba(173, 216, 230, 0.8);
}

.particle:nth-child(3n + 2) {
  background-color: rgba(135, 206, 250, 0.8);
}
.button-wrapper {
  position: relative;
}

/* text part end */

/* banner part start */

#banner_part {
  background: transparent linear-gradient(180deg, #fff9ee 0%, #ffffff 100%) 0%
    0% no-repeat padding-box;
  margin-bottom: 70px;
  padding: 50px 0;
}

/* banner part end */

/* Statistics part start */
.Statistic-Section {
  padding: 60px 0;
  position: relative;
  margin: 70px 0;
  overflow: hidden;
}

.Statistic-Section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  bottom: 0;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.Statistic-Section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 6px;
  background: linear-gradient(90deg, #f6af32, #e53d30);
  border-radius: 6px 6px 0 0;
  z-index: 2;
}

.Statistic-Section .Container {
  position: relative;
  z-index: 3;
}

.Count-Title {
  font-size: 50px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  background: linear-gradient(90deg, #f6af32, #e53d30);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.Stats-Text {
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  color: #2d3343;
  text-transform: uppercase;
}

.Stats-Line-Black {
  margin: 12px auto 0;
  width: 55px;
  height: 2px;
  background: linear-gradient(90deg, #f6af32, #e53d30);
}

/* corner parts */
.Counter {
  flex: 1;
  padding: 30px 15px;
  margin: 0 10px;
  max-width: 250px;
  position: relative;
  transition: transform 0.3s ease;
}

.Counter::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  border-top: 3px solid rgba(246, 175, 50, 0.3);
  border-left: 3px solid rgba(246, 175, 50, 0.3);
  border-radius: 8px 0;
}

.Counter::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 0;
  right: 0;
  border-bottom: 3px solid rgba(229, 61, 48, 0.3);
  border-right: 3px solid rgba(229, 61, 48, 0.3);
  border-radius: 0 0 8px 0;
}

.Counter:hover {
  transform: translateY(-5px);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .Statistic-Section::before {
    left: 5%;
    right: 5%;
  }

  .Statistic-Section::after {
    left: 5%;
    right: 5%;
  }

  .Counter {
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .Counter {
    margin-bottom: 40px;
  }
}

.Container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.Row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.Text-Center {
  text-align: center;
}
.Counter-Container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.Counter {
  flex: 1;
  padding: 0 15px;
  margin: 0 10px;
  max-width: 250px;
}
@media (max-width: 768px) {
  .Counter-Container {
    flex-direction: column;
  }
  .Counter {
    margin-bottom: 30px;
  }
}

/* Statistics part end */

/* feature part start */

#feature_part {
  margin-bottom: 70px;
  background: #f9fbfc;
  padding: 70px 35px;
}

.feature_head {
  text-align: center;
}

.text_p2 {
  margin-bottom: 40px;
}

.feature_row1 {
  padding: 0 80px;
}

.feature_item {
  padding: 30px;
  box-shadow: 0px 10px 20px #7e76f91a;
  border-radius: 15px;
  transition: all linear 0.3s, transform 0.3s ease-in-out;
  height: 315px;
}

.feature_item:hover {
  box-shadow: 0px 10px 20px #0000005d;
  border-radius: 15px;
  transition: all linear 0.3s, transform 0.3s ease-in-out;
  transform: translateY(-10px);
}

.feature_icon img {
  width: 50px;
  transition: all linear 0.4s;
}

.feature_text h5 {
  font-size: 20px;
  font-family: "bold";
  margin-top: 20px;
  color: #42495b;
  transition: all linear 0.3s;
}

.feature_text p {
  font-size: 14px;
  font-family: "Regular";
  margin-top: 20px;
  color: #42495b;
  transition: all linear 0.3s;
}

.feature_icon i {
  color: linear-gradient(
    180deg,
    rgba(74, 46, 252, 1) #4a2efc 0%,
    rgba(218, 92, 247, 1) 46%,
    rgba(245, 21, 163, 1) 100%
  );
  font-size: 36px;
}

.f_text_h1 {
  font-family: "bold";
  font-size: 40px;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

.f_text_h1::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #f6af32, #e53d30);
  animation: underlineMove 3s ease-in-out infinite;
  transform-origin: left;
}

@keyframes underlineMove {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  51% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}

/* Make sure it works on all screen sizes */
@media (max-width: 768px) {
  .f_text_h1::after {
    height: 2px;
    bottom: -6px;
  }
}

.f_text_p {
  font-family: "Regular";
  font-size: 20px;
  margin-bottom: 50px;
}

/* feature part end */

/* work part start */

#work_part {
  margin-bottom: 150px;
  position: relative;
}

.work_head_text .text_p2 {
  margin-bottom: 120px;
}

.up_text1,
.up_text2 {
  width: 200px;
  text-align: center;
  position: absolute;
}

.up_text1 {
  left: 460px !important;
  top: 180px !important;
}

.up_text1 h5 {
  color: #f5af34;
  font-size: 18px;
}

.up_text1 p {
  color: #646464;
  font-size: 11px;
}

.up_text2 {
  right: 245px !important;
  top: 180px !important;
}

.up_text2 h5 {
  color: #f5af34;
  font-size: 18px;
}

.up_text2 p {
  color: #646464;
  font-size: 11px;
}

.down_text1,
.down_text2 {
  width: 200px;
  text-align: center;
  position: absolute;
}

.down_text1 {
  left: 240px !important;
  bottom: -65px !important;
}

.down_text1 h5 {
  color: #e6483a;
  font-size: 18px;
}

.down_text1 p {
  color: #646464;
  font-size: 11px;
}

.down_text2 {
  right: 465px !important;
  bottom: -50px !important;
}

.down_text2 h5 {
  color: #e6483a;
  font-size: 18px;
}

.down_text2 p {
  color: #646464;
  font-size: 11px;
}

.up_img1 {
  width: 0px;
}

/* work part end */

/* video part start */

#video-section {
  height: 494px;
  position: relative;
}

#video-section .laptop-main-box .laptop-box .cover-video-box .cover-video {
  position: relative;
  border: 4px solid #ff7f00;
  box-shadow: 0 0 15px rgba(255, 127, 0, 0.6);
}

#video-section
  .laptop-main-box
  .laptop-box
  .cover-video-box
  .cover-video
  video {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  top: 20%;
  left: 50%;
  width: 55% !important;
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
  z-index: -1;
  padding: 100px 0 100px 0;
}

#video-section
  .laptop-main-box
  .laptop-box
  .cover-video-box
  .cover-video
  video:focus {
  outline: none !important;
}

#video-section .laptop-main-box .laptop-box .play-icon {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#video-section .laptop-main-box .laptop-box .play-icon i {
  padding: 20px 20px;
  color: #ffffff;
  background: linear-gradient(90deg, #f6af32, #e53d30);
  border-radius: 50%;
}

/* video part end */

/* migration part start */

#migration_part {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 70px 0;
  margin: 70px 0;
}

.migration_text {
  align-items: center;
  width: 300px;
  margin-left: 50px;
}

.calendar {
  width: 400px;
  height: 380px;
  box-shadow: 0px 10px 42px #0000000d;
  background: #fff;
  border-right: 1px solid #e6e6e6;
  margin-left: 106px;
  -webkit-border-top-left-radius: 16px;
  -webkit-border-bottom-left-radius: 16px;
  -moz-border-radius-topleft: 16px;
  -moz-border-radius-bottomleft: 16px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.calendly-inline-widget {
  position: relative;
  overflow: hidden !important;
}

.calendly-inline-widget iframe {
  height: 100% !important;
  min-height: 700px;
  width: 100% !important;
  border: none;
}

#migration_part2 {
  overflow: hidden;
  padding: 20px 0;
}

.month {
  position: relative;
}

.month_date {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 1rem 20px 1rem;
  text-align: center;
}

.month_date i {
  font-size: 16px;
  cursor: pointer;
}

.month_date h1 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  /*! letter-spacing: 0.2rem; */
  margin-bottom: 0rem;
}

.month_date p {
  font-size: 14px;
}

.weekdays {
  height: 2rem;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
}

.weekdays div {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  width: calc(31.2rem / 7);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 5px;
}

.weekdays div:first-child {
  margin-left: 0;
}

.days {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem;
}

.days div {
  font-size: 16px;
  margin: 0;
  width: calc(340px / 7);
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s;
  color: #1ec265;
}

.days div:hover:not(.today) {
  background-color: #262626;
  border: 0.2rem solid #777;
  cursor: pointer;
}

.prev-date,
.next-date {
  opacity: 0.5;
}

.today {
  background-color: #1ec265;
  border-radius: 50%;
  color: #fff !important;
}

.date_pick {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 26px !important;
  color: #162f3d;
  font-weight: 600;
}

.time {
  background: #fff;
  width: 200px;
  height: 415px;
  margin-right: 100px;
  -webkit-border-top-right-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
  -moz-border-radius-topright: 16px;
  -moz-border-radius-bottomright: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 15px;
}

.time h6 {
  color: #1ec265;
  margin-bottom: 30px;
}

.time p {
  color: #162f3d;
  font-size: 26px;
  margin: 0 0 20px 0;
  font-weight: 600;
}

.btn {
  border: 1px solid #d1d1d1;
  color: #d1d1d1;
  box-shadow: none !important;
  padding: 3px 10px;
  margin-right: 10px;
  border-radius: 5px !important;
  font-size: 16px !important;
}

.btn_grp {
  margin-bottom: 10px;
}

.book_part a {
  padding: 8px 27px;
  color: #fff;
  background: #1ec265;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 30px;
}

/* migration part end */

/* praicing part start */

#praicing_part {
  margin-bottom: 100px;
}

/* Section header styling */
.praicing_head {
  margin-bottom: 30px;
}

.praicing_head h1 {
  position: relative;
  padding-bottom: 15px;
}

.praicing_head h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  height: 3px;
  background: linear-gradient(to right, #f6af32, #e53d30);
}

.praicing_head p {
  margin-top: 15px;
  color: #7d859a;
}

/* Pricing column styling */
.praicing_col {
  padding: 25px 30px;
  border: 1px solid #c9ccd4;
  background: #f9f9fb 0% 0% no-repeat padding-box;
  border-radius: 16px;
  height: 425px; /* Keep original fixed height */
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.praicing_col:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  border-color: #e53d30;
}

.praicing_col:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 51, 67, 0.03);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
}

.praicing_col:hover:before {
  opacity: 1;
}

/* Text styling */
.praicing_col h5 {
  font-size: 18px;
  color: #2d3343;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.praicing_col p {
  font-size: 14px;
  color: #7d859a;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.praicing_col h1 {
  font-size: 40px;
  color: #2d3343;
  margin: 20px 0;
  position: relative;
  z-index: 1;
}

.praicing_col h6 {
  font-size: 16px;
  color: #a7a9b1;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

/* List item styling */
.paicing_text {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.paicing_text img {
  width: 18px;
  height: 18px;
  margin: 3px 8px 0 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.paicing_text p {
  color: #2d3343;
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

/* CTA button styling */
.praicing_col a {
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 7px 0;
  background: transparent linear-gradient(104deg, #f6af32 0%, #e53d30 100%) 0%
    0% no-repeat padding-box;
  background-size: 200% 100%;
  background-position: right bottom;
  border-radius: 25px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  width: calc(100% - 60px);
  z-index: 1;
  transition: all 0.4s ease-out, transform 0.3s ease-in-out;
  box-shadow: 0px 3px 10px rgba(230, 72, 58, 0.2);
  overflow: hidden;
  display: block; /* Block display */
  text-decoration: none;
}

.praicing_col a:hover {
  background-position: left bottom;
  transform: translateY(-3px);
  box-shadow: 0px 5px 15px rgba(230, 72, 58, 0.3);
}

.praicing_col a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-out;
  z-index: -1;
}

.praicing_col a:hover:after {
  width: 100%;
}

.praicing_col_p {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .praicing_col {
    height: 450px;
  }

  .praicing_col a {
    bottom: 25px;
  }
}

@media (max-width: 767px) {
  .praicing_col {
    height: 480px;
    padding: 20px;
  }

  .praicing_col h1 {
    font-size: 32px;
  }

  .praicing_col a {
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }

  .praicing_col_p {
    margin-bottom: 15px;
  }
}

.praicing_col2 a {
  bottom: 30px;
}

@media (max-width: 575px) {
  .praicing_col {
    height: auto;
    min-height: 480px;
    padding-bottom: 70px;
  }
}

/* praicing part end */

/* clients part start */

.clients_part {
  margin: 0 0 50px;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .clients_part {
    padding: 0 20px;
  }
}

.slide_container {
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 150px;
  max-width: 100%;
  margin-left: calc(-50vw + 50%);
  position: relative;
  left: 0;
  right: 0;
}

.slide_barrier {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.slide_barrier:hover .slide_lane {
  animation-play-state: paused; /* Pause animation on hover */
}

.slide_lane {
  display: flex;
  height: 100%;
  animation: translateinfinite 20s linear infinite; /* speed of animation */
}

/* Clone the slides to create the illusion of infinite scrolling */
.slide_lane {
  display: flex;
  width: fit-content;
}

.slide_item {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #343434;
  width: 300px; /* Fixed consistent width */
  height: 150px;
  padding: 0 15px;
  margin: 0; /* Remove margin to avoid gaps */
  transition: transform 0.3s ease;
}

.slide_item:hover {
  transform: scale(1.05); /* Optional: slight zoom effect on hover */
}

.slide_item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@keyframes translateinfinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(
      -50%
    ); /* Move exactly half the width for seamless loop */
  }
}

@media (max-width: 768px) {
  .slide_item {
    width: 160px;
    height: 120px;
    padding: 0 10px;
  }

  .slide_barrier {
    max-width: 90%;
  }

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

/* clients part end */

/* testimonials part start */
#testimonials_part {
  padding: 70px 0;
  background: #f9fbfc;
  margin-bottom: 70px;
}

.testimonial_item {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
}

.testimonial_item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.testimonial_item:before {
  content: '"';
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 60px;
  font-family: "bold";
  line-height: 1;
  color: rgba(246, 175, 50, 0.15);
}

.testimonial_text {
  margin-bottom: 25px;
}

.testimonial_text p {
  color: #42495b;
  font-size: 16px;
  font-style: italic;
  line-height: 1.6;
}

.testimonial_author {
  display: flex;
  align-items: center;
}

.author_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  border: 2px solid transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(90deg, #f6af32, #e53d30) border-box;
}

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

.author_info h5 {
  font-size: 18px;
  color: #2d3343;
  margin-bottom: 5px;
}

.author_info p {
  font-size: 14px;
  color: #e53d30;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .testimonial_item {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .testimonial_text p {
    font-size: 14px;
  }

  .author_img {
    width: 50px;
    height: 50px;
  }

  .author_info h5 {
    font-size: 16px;
  }

  .author_info p {
    font-size: 12px;
  }
}

/* testimonials part end */

/* info part start */

#info_part {
  background: #fff5e4;
  padding: 70px 0 50px 0;
  position: relative;
}

.info_tex {
  width: 411px;
}

.post p {
  color: #ff6055;
  font-size: 16px;
}

.post h6 {
  font-size: 22px;
}

.info_img2 {
  position: absolute;

  top: 267px;
  right: 45%;
  width: 100px;
}

#manager_img {
  mask: url(https://i.ibb.co/mBrmH0k/Mf15d.png) center/contain no-repeat;
  -webkit-mask: url(https://i.ibb.co/mBrmH0k/Mf15d.png) center/contain no-repeat;
}

/* info part end */

/* footer part start */

#footer_part {
  background: #2d3343;
  padding: 70px 0 50px 0;
}

/* First Column - Company Info */
.f_logo p {
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
}

/* Second & Third Columns - Sitemap & Socials */
.f_2nd_col {
  margin-left: 0;
}

.f_2nd_col h5 {
  color: #f6af32;
  font-size: 20px;
  margin-bottom: 30px;
}

.f_2nd_col a {
  display: block;
  margin-top: 15px;
  color: #fff;
  font-family: "Regular";
}

.f_2nd_col a:hover {
  text-decoration: underline;
}

.f_2nd_col p {
  margin-bottom: 0;
}

/* Fourth Column - Address and Logo */
.f_head_office h5 {
  color: #f6af32;
  font-size: 20px;
  margin-bottom: 30px;
}

.f_head_office p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
}

/* SP1 Logo Styling */
.sp1-logo-container {
  margin-top: 30px;
  margin-bottom: 20px;
}

.sp1-footer-logo {
  height: 60px;
  width: auto;
}
/* Bottom Row - Contact Info and Copyright */
.bottom-footer {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
}

/* Contact Info */
.contact-info {
  display: flex;
  flex-wrap: wrap;
}

.contact-link {
  border-bottom: 1px solid #f6af32;
  color: #fff;
  margin-right: 30px;
  font-size: 16px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.contact-link:hover {
  color: #f6af32;
  text-decoration: none;
}

/* Copyright */
.copyright {
  text-align: right;
}

.copyright p {
  color: #fff;
  margin: 0;
  font-size: 16px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .f_2nd_col,
  .f_head_office {
    margin-top: 30px;
  }

  .copyright {
    text-align: left;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .bottom-footer {
    text-align: center;
  }

  .contact-info {
    justify-content: center;
    margin-bottom: 20px;
  }

  .copyright {
    text-align: center;
  }

  .f_head_office {
    text-align: center;
  }

  .sp1-logo-container {
    display: flex;
    justify-content: center;
  }
}
/* footer part end */

/* page2 */

#migration_part2 {
  padding-bottom: 70px;
}
