@keyframes animLoaded {
  0% {
    transform: rotateX(25deg);
  }

  25% {
    transform: rotateX(25deg) scale(0.9);
  }

  60%,
  100% {
    transform: none;
  }
}

.home_hero {
  padding: 240px 0 400px;
  background: linear-gradient(0deg, #090235 0%, #090235 100%);
  position: relative;
  overflow: hidden;
}

.home_hero .container {
  position: relative;
  z-index: 1;
}

.home_hero h1 {
  margin: 0 0 16px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -3.5px;
  font-size: 64px;
}
.home_hero .txtWrap {
  /* max-width: 1000px; */
  margin: 0 auto;
  max-width: 1200px;
}

.home_hero p {
  font-size: 18px;
  font-weight: 400;
}

.home_hero .top_heading {
  margin-bottom: 16px;
  color: #fff;
  /* font-size: 20px; */
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: capitalize;
}
.home_hero .detail {
  text-align: center;
  /* font-size: 18px; */
  font-weight: 400;
  /* letter-spacing: -0.6px; */
  color: #ffffff;
  /* max-width: 700px; */
  margin: 0 auto;
  opacity: 0.8;

  line-height: 31px;
  font-size: 20px;
  max-width: 714px;
  letter-spacing: -0.3px;
}

.home_hero .detail b {
  color: inherit;
}

.home_hero .cta a:first-child {
  font-weight: 600;
  font-size: 16px;
}

.home_hero .cta a:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  padding: 14px 22px;
  margin-left: 10px;
}

.home_hero .cta {
  margin: 64px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.home_hero .cta a {
  min-width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_hero .note {
  margin: 12px 0 60px;
  display: inline-block;
  color: #c1c7d0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.7px;
  /* opacity: 0.7; */
  opacity: 1;
}

.cw-glb-btn {
  border-radius: 4px !important;
  background: #2f39bf;
  box-shadow: none !important;
  border-color: #2f39bf;
  color: #fff !important;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0 23px;
  line-height: 46px;
  height: 48px;
}

.home_hero .cta .cw-glb-btn {
  margin: 0 16px 0 0;
}

.white_btn {
  margin-right: 12px;
}

.newAutoscaleBanner .home_hero {
  padding: 240px 0 100px;
}
.newAutoscaleBanner .home_hero h1 {
  font-size: 56px;
  line-height: 64px;
}

.newAutoscaleBanner .home_hero .home_banner_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 99;
}
.newAutoscaleBanner .home_hero .txtWrap {
  max-width: 612px;
}

.newAutoscaleBanner .home_hero .top_heading {
  margin-bottom: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: capitalize;
}
.newAutoscaleBanner .home_hero .detail {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.8;
  line-height: 31px;
  margin-bottom: 0;
  letter-spacing: -0.3px;
}
.newAutoscaleBanner .home_hero .cta {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.newAutoscaleBanner .home_hero .note {
  margin: 12px 0 0;
}

.platformVideo {
  margin: 0 auto;
  display: block;
  border-radius: 8px;
  width: 1150px;
}

/* .cw-glb-btn_blank {
    box-shadow: none !important;
    border-radius: 4px !important;
    border: 1px solid #253858 !important;
    color: #253858 !important;
    padding: 0 23px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    height: 48px;
    line-height: 46px;
} */

/* new banner video | Begins */

.platform_scr ul {
  padding: 30px 20px;
  margin: 0;
  background: #f4f5f7;
  position: absolute;
  top: 81px;
  left: 10px;
  border-radius: 4px;
  width: 0px;
  bottom: 12px;
  box-shadow: 14px -8px 10px -10px #e6e6e6;
  opacity: 0;
  overflow: hidden;
}
.platform_scr ul li {
  list-style-type: none;
  padding: 0 0 10px;
  position: relative;
  z-index: 1;
}

.platform_scr ul li a {
  font-size: 12px;
  color: #091e42;
  font-weight: 500;
  text-decoration: none;
}

.platform_scr .browser_scr {
  position: relative;
  /* transform: rotateX(25deg); */
}

.platform_scr .browser_outer {
  /* perspective: 2000px; */
  /* transform: translateY(-25px); */
  /* margin-top: -400px; */
  display: flex;
  justify-content: center;
  width: 612px;
}

.platform_scr ul.open {
  opacity: 1;
  width: 250px;
}

.platform_scr ul:hover {
  opacity: 1;
  width: 250px;
}

.platform_scr ul li.active a {
  color: #2e39bf;
  font-weight: 600;
}

.platform_scr .browser_innr_scr img + img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.platform_scr .browser_innr_scr img {
  transition: all 0.9s ease;
}

.platform_scr .browser_innr_scr {
  position: absolute;
  left: 0;
  bottom: 11px;
  right: 0;
  width: 98%;
  margin: 0 auto;
}

/* new banner video | Ends */

.platform_scr_sec {
  padding: 0 0 70px;
}

.platform_scr_sec ul {
  padding: 30px 20px;
  margin: 0;
  background: #f4f5f7;
  position: absolute;
  top: 81px;
  left: 10px;
  border-radius: 4px;
  width: 0px;
  bottom: 12px;
  box-shadow: 14px -8px 10px -10px #e6e6e6;
  opacity: 0;
  overflow: hidden;
}

.platform_scr_sec ul li {
  list-style-type: none;
  padding: 0 0 10px;
  position: relative;
  z-index: 1;
}

.platform_scr_sec ul li a {
  font-size: 12px;
  color: #091e42;
  font-weight: 500;
  text-decoration: none;
}

.platform_scr_sec .browser_scr {
  position: relative;
  transform: rotateX(25deg);
}

.platform_scr_sec .browser_outer {
  perspective: 2000px;
  /* transform: translateY(-380px); */
  margin-top: -400px;
  display: flex;
  justify-content: center;
}

.platform_scr_sec ul.open {
  opacity: 1;
  width: 250px;
}

.platform_scr_sec ul:hover {
  opacity: 1;
  width: 250px;
}

.platform_scr_sec ul li.active a {
  color: #2e39bf;
  font-weight: 600;
}

.platform_scr_sec .browser_innr_scr img + img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.platform_scr_sec .browser_innr_scr img {
  transition: all 0.9s ease;
}

.platform_scr_sec .browser_innr_scr {
  position: absolute;
  left: 0;
  bottom: 11px;
  right: 0;
  width: 98%;
  margin: 0 auto;
}

.browser_outer .blue {
  background: #3652d9;
}

.browser_outer .center {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100vh;
}

.browser_outer .circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #0000001a;
  /* display: inline-block; */
  margin: 0;
  /* margin: 0; */
  position: absolute;
  right: 66px;
  top: -1px;
}

.browser_outer .pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

/* Business Logos section || Begin  */
.company_logos {
  padding: 68px 0;
}
.company_logos .company_logo_inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
}
.company_logos .company_logo_inner .logo_seperator {
  position: relative;
}
.company_logos .company_logo_inner .logo_seperator:after {
  content: "";
  position: absolute;
  background-color: #dfe1e6;
  width: 1px;
  bottom: 0;
  left: 0;
  top: -8px;
  height: 40px;
  transform: translateX(-25px);
}
.company_logos .FeatsStatsHeading {
  margin-bottom: 40px;
}
.company_logos .FeatsStatsHeading h5 b {
  font-size: 24px;
  font-weight: 600;
}

.company_logos .FeatsStatsHeading h4 b {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  color: #fff;
}
.company_logos .FeatsStatsHeading h4 b:before {
  content: "";
  border-radius: 5px;
  opacity: 0.8;
  background: linear-gradient(89deg, rgba(255, 255, 255, 0) -5.07%, rgba(255, 181, 181, 0.39) 30.61%, rgba(231, 178, 236, 0) 109.47%);
  filter: blur(1.5px);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: 1px;
}
/* Business Logos section || Ends  */

/* Autoscaling Wordpress section | Begins */
.autoscalingWPSec {
  padding: 100px 0;
  background: linear-gradient(
      129deg,
      rgba(112, 90, 254, 0.06) -9.82%,
      rgba(202, 124, 251, 0.06) 107.85%
    ),
    #fff;
  position: relative;
}
.autoscalingWPSec::after,
.autoscalingWPSec::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
}
.autoscalingWPSec::after {
  right: -17%;
  background: url(https://www.cloudways.com/wp-content/uploads/2024/06/Autononmous-Pattern-Left.svg)
    no-repeat;
  width: 616px;
  background-size: 100%;
}
.autoscalingWPSec::before {
  left: -10%;
  width: 526px;
  background: url(https://www.cloudways.com/wp-content/uploads/2024/06/Autononmous-Pattern.svg)
    no-repeat;
  background-size: 100%;
}

.highlighted-text {
  background: linear-gradient(129deg, #705afe -9.82%, #ca7cfb 107.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.44px;
}

.autoscalingWPSec .autoscalingWPWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.autoscalingWPSec .autoscalingWPWrapper .left-content {
  max-width: 790px;
  padding-right: 64px;
  position: relative;
}
.autoscalingWPSec .autoscalingWPWrapper .left-content .autonomous-logo {
  display: flex;
  align-items: center;
}

.autoscalingWPSec .autoscalingWPWrapper .left-content .autonomous-logo p {
  margin: 0 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  color: #253858;
}

.autoscalingWPSec .AutoscalingContentWrap .autoscaleHeading {
  color: #091e42;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%; /* 52.8px */
  letter-spacing: -1.44px;
  margin-top: 16px;
}

.autoscalingWPSec .AutoscalingContentWrap p {
  margin: 16px 0 40px;
}

.autoscalingWPSec .AutoscalingContentWrap ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  max-width: 570px;
  margin-bottom: 46px;
}
.autoscalingWPSec .AutoscalingContentWrap ul li {
  padding-left: 25px;
  position: relative;
}
.autoscalingWPSec .AutoscalingContentWrap ul li::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(https://www.cloudways.com/wp-content/uploads/2024/06/check.svg)
    no-repeat;
}
.autoscalingWPSec .autoscalingWPWrapper .right-content {
  max-width: 475px;
  position: relative;
  padding-left: 64px;
}
.autoscalingWPSec .autoscalingWPWrapper .right-content::before {
  content: "";
  position: absolute;
  width: 1px;
  background: linear-gradient(
    129deg,
    rgba(112, 90, 254, 0.16) -9.82%,
    rgba(202, 124, 251, 0.16) 107.85%
  );
  top: 0;
  bottom: 0;
  left: 0;
}

.autoscalingWPSec .autoscalingWPWrapper .right-content .autoscale-carousel h4 {
  color: #5e6c84;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%; /* 27px */
  text-align: left;
  letter-spacing: -0.18px;
}

.autoscalingWPSec
  .autoscalingWPWrapper
  .right-content
  .autoscale-carousel
  .userDetails_wrapper {
  justify-content: start;
}
.autoscalingWPSec
  .autoscalingWPWrapper
  .right-content
  .autoscale-carousel
  .owl-dots {
  text-align: left;
}

.autoscalingWPSec
  .autoscalingWPWrapper
  .right-content
  .support_cards_section
  img {
  margin-bottom: 10px;
}

.autoscalingWPSec
  .ecommerce_v1
  .support_cards_section
  .support-carousel
  .owl-dots
  button.active {
  background: linear-gradient(129deg, #705afe -9.82%, #ca7cfb 107.85%);
}

.autoscalingWPSec
  .ecommerce_v1
  .support_cards_section
  .support-carousel
  .owl-dots
  button {
  background: #f4e9ff;
}

.ecommerce_v1
  .support_cards_section
  .autoscale-carousel
  .userDetails_wrapper
  .support_carousel_UserImg
  img {
  margin-bottom: 0;
}

.autoscalingWPSec
  .ecommerce_v1
  .support_cards_section
  .support-carousel
  .userDetails_wrapper
  .support_carousel_UserImg
  img {
  height: 50px;
  width: 50px;
}
.autoscalingWPSec
  .ecommerce_v1
  .support_cards_section
  .support-carousel
  .userDetails_wrapper
  .support_carousel_userDetails
  h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.autoscalingWPSec
  .ecommerce_v1
  .support_cards_section
  .support-carousel
  .userDetails_wrapper
  .support_carousel_UserImg
  img {
  margin-right: 16px;
}
.autoscalingWPSec
  .ecommerce_v1
  .support_cards_section
  .support-carousel
  .userDetails_wrapper
  .support_carousel_userDetails
  p {
  margin-bottom: 0;
}
.autoscalingWPSec
  .ecommerce_v1
  .support_cards_section
  .support-carousel
  .owl-dots {
  margin-top: 40px;
}
/* Autoscaling Wordpress section | Ends */

/* Deply Banner | Begins */
.noPadding {
  padding: 0;
}

.deploy-camp {
  background: url(https://www.cloudways.com/wp-content/uploads/2024/06/Deploy-fold-bg.svg)
    no-repeat;
  padding: 64px;
  background-size: contain;
  margin: 0 0 64px;
}
.deploy-camp .deploy-content p {
  color: #fff;
  margin: 16px 0 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  max-width: 533px;
}

/* Deply Banner | Ends */

/* Prepathon Banner | Begins */
.prepathon-camp .prepathon-banner-wrap {
  background: url(https://www.cloudways.com/wp-content/uploads/2024/08/Prepathon24BannerBg.png)
    no-repeat;
  padding: 40px 140px;
  background-position: center;
  background-size: cover;
  margin: 0 0 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prepathon-camp .prepathon-banner-wrap .prepathon-content {
  margin: 16px 0 0;
}

.prepathon-camp .prepathon-banner-wrap .prepathon-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  max-width: 620px;
}

.prepathon-camp .prepathon-banner-wrap .prepathon-content .event-details-wrap {
  display: flex;
  margin: 24px 0 0;
}

.prepathon-camp
  .prepathon-banner-wrap
  .prepathon-content
  .event-details-wrap
  .event-details {
  display: flex;
  align-items: center;
}

.prepathon-camp
  .prepathon-banner-wrap
  .prepathon-content
  .event-details-wrap
  .event-details:first-child {
  margin-right: 16px;
}

.prepathon-camp
  .prepathon-banner-wrap
  .prepathon-content
  .event-details-wrap
  .event-details
  p {
  color: #fff;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.48px;
  margin: 2px 0 0 8px;
}

/* Prepathon Banner | Ends */

/*core_features start*/
.core_features {
  padding: 120px 0px;
}

.feature_header p,
.feature_header h2 {
  max-width: 720px !important;
  margin: 0 auto;
}

.feature_header p {
  margin-bottom: 64px;
}

.core_features .total_features {
  display: flex;
  /* align-items: center; */
  border-radius: 16.738px;
  justify-content: space-between;
}

.total_features {
  padding: 80px 110px 50px 80px;
}

.total_features h4 {
  max-width: 290px;
  margin-bottom: 19px;
  margin-top: 0;
  letter-spacing: -1.92px;
}

.total_features p {
  max-width: 410px;
  margin-bottom: 0px;
  letter-spacing: -0.624px;
  padding-bottom: 30px;
}

.all_loges {
  position: relative;
  max-width: 560px;
}

.total_features article {
  /* padding-left: 50px; */
}

.all_loges .circle_illustration {
  width: 100%;
}

.circle_logo {
  /* border-radius: 1280px;
    background: #FFF;
    box-shadow: 0px 16.83486px 15.71254px 0px rgba(0, 0, 0, 0.05);
    padding: 10px; */
  height: 80px;
  width: 80px;
  background: #fff;
  box-shadow: 0px 16.83486px 15.71254px 0px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle_logo svg {
  display: inline-block;
  vertical-align: middle;
}

/* .circle_logo img {
    width: 100px;
    border-radius: 1280px;
    background: #FFF;
    box-shadow: 0px 16.83486px 15.71254px 0px rgba(0, 0, 0, 0.05);
    padding: 10px;
} */

.laravel_logo,
.php_logo,
.magento_logo,
.wordpress_logo,
.woo_logo,
.drupal_logo,
.aws_logo,
.digital_ocean,
.vultr_logo,
.linode_logo,
.google_cloud {
  position: absolute;
}

.circle_logo:hover svg path {
  fill: #fff;
}

.laravel_logo {
  top: 187px;
  left: -26px;
  /* animation: zoom-in-zoom-out 1s ease infinite; */
  animation: floating_animation 6s ease-out infinite;
}

.laravel_logo:hover {
  background-color: #ff2d20;
}

.new_logos .php_logo {
  top: 70px;
  left: 48px;
  /* animation: zoom-in-zoom-out 1s ease-in infinite; */
}

.new_logos .php_logo:hover {
  background-color: #5d5bc1;
}

.magento_logo {
  top: -2px;
  left: 162px;
  /* animation: zoom-in-zoom-out 1s ease infinite; */
  /* animation: floating_animation 6s ease-in-out infinite; */
}

.magento_logo:hover {
  background-color: #f26322;
}

.wordpress_logo {
  top: -2px;
  left: 316px;
  /* animation: zoom-in-zoom-out 1s ease-in infinite; */
  animation: floating_animation 6s ease-out infinite;
}

.wordpress_logo:hover {
  background-color: #464342;
}

.woo_logo {
  /* top: 78px;
    left: 430px; */
  /* animation: zoom-in-zoom-out 1s ease infinite; */
  top: 186px;
  left: 504px;
  animation: floating_animation 6s ease-out infinite;
}

.woo_logo:hover {
  background-color: #7f54b3;
}
.php_logo {
  top: 75px;
  left: 48px;
  /* animation: zoom-in-zoom-out 1s ease-in infinite; */
}
.php_logo:hover {
  background-color: #5d5bc1;
}

.drupal_logo {
  top: 64px;
  left: 430px;
  animation: unset;
}

.drupal_logo:hover {
  background-color: #009cde;
}

.google_cloud {
  top: 200px;
  left: 94px;
}
.google_cloud:hover {
  background-color: #4285f4;
}

.aws_logo {
  top: 200px;
  left: 385px;
}

.aws_logo:hover {
  background-color: #ff9900;
}

.new_logos .drupal_logo {
  top: 70px;
  left: 430px;
  animation: unset;
}

.new_logos .php_logo {
  top: 70px;
  left: 48px;
  /* animation: zoom-in-zoom-out 1s ease-in infinite; */
}
.new_logos .aws_logo {
  top: 260px;
  left: 430px;
  /* animation: zoom-in-zoom-out 1s ease-in infinite; */
}

.new_logos .google_cloud {
  top: 260px;
  left: 56px;
  /* animation: zoom-in-zoom-out 1s ease-in infinite; */
}

.new_logos .vultr_logo {
  top: 175px;
  left: 365px;
  animation: floating_animation 6s ease-out infinite;
}
.new_logos .vultr_logo:hover {
  background: #007bfc;
}
.new_logos .linode_logo {
  top: 175px;
  left: 115px;
  animation: floating_animation 6s ease-out infinite;
}

.new_logos .linode_logo:hover {
  background: #478941;
}
.circle_illustration_two {
  position: absolute;
  left: 78px;
  top: 150px;
}

.circle_logo.digital_ocean {
  height: 110px;
  width: 110px;
  background: #0080ff;
  padding: 18px 22px;
  transition: all 0.3s ease;
}

.circle_logo.digital_ocean:hover {
  background: #fff;
}

.digital_ocean {
  top: 102px;
  left: 224px;
  /* animation: zoom-in-zoom-out 1s ease-in infinite; */
}

.digital_ocean:hover svg path {
  fill: #0080ff;
}

.digital_ocean svg path {
  fill: #fff;
  transition: all 0.3s ease;
}

.custom_card,
.custom_card_two {
  padding: 65px 24px 36px;
  background: #fff;
  box-shadow: 0px 16.83486px 15.71254px 0px rgba(0, 0, 0, 0.025);
  border-radius: 16.738px;
  transition: 0.5s;
  /* height: 637.48px; */
  text-align: center;
  display: block;
  text-decoration: none !important;
  height: 560.48px;
}

.card.custom_card:hover,
.custom_card_two:hover {
  box-shadow: 0px 16.83486px 15.71254px 0px rgba(0, 0, 0, 0.05);
  transform: translateY(-10px);
}

.support_note {
  margin-top: 20px;
  color: white;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
}

.custom_card_two .card-body a svg,
.custom_card .card-body a svg,
.custom_card_two .card-body span svg,
.custom_card .card-body span svg {
  width: fit-content;
  margin-bottom: -4px;
}

.custom_card_two .card-body a,
.custom_card .card-body a,
.custom_card_two .card-body span,
.custom_card .card-body span {
  color: #2f39bf;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin: 0 0 10px;
}

.featured_card {
  margin-top: 30px;
  display: flex;
}

/* .custom_card:hover {
    transform: rotate(1deg) scale(1.02);
    border-color: #bcbcd7;
    box-shadow: 0 0 14px 0 rgba(19, 48, 66, .07);
} */

.custom_card svg,
.custom_card_two svg {
  width: 100%;
}

.custom_card h5,
.custom_card_two h5 {
  color: #091e42;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  /* max-width: 200px; */
  max-width: 270px;
  margin: 0 auto 20px;
  /* 33.6px */
  letter-spacing: -1.68px;
  /* margin-bottom: 20px; */
}

.custom_card p,
.custom_card_two p {
  color: #253858;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  /* max-width: 225px; */
  max-width: 300px;
  margin: 0 auto 30px;
  /* 19.6px */
  letter-spacing: -0.42px;
}

/* .custom_card_two:hover {
    transform: rotate(-1deg) scale(1.02);
    border-color: var(--borders-dark);
    box-shadow: 0 0 14px 0 var(--shadow-shade);
} */

.ml3 {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* span {
    margin: 0;
    padding: 0;
    font-size: 48px;
    color: #fff;
    letter-spacing: -0.3px;
} */

.ml3 span {
  opacity: 0;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    /* transform: scale(1.019); */
    transform: scale(1.019);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes floating_animation {
  0% {
    /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
    transform: translatey(0px);
  }

  50% {
    /* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
    transform: translatey(-15px);
  }

  100% {
    /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
    transform: translatey(0px);
  }
}

/*core_features end*/

/*support start*/
.support_wrapper {
  background: #120f0a;
}

.support_wrapper.visible {
  background-image: url(https://www.cloudways.com/wp-content/uploads/2023/10/support-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.support_heading {
  font-weight: 600;
  color: white;
  /* line-height: 67px; */
  padding: 0 0px 60px;
  /* letter-spacing: -1.36px; */
  font-size: 56px;
  margin: 0;

  /* line-height: 120%;
    letter-spacing: -3.5px; */

  line-height: 60px;
  letter-spacing: -3.5px;
}

.support_box_wrapper {
  /* max-width: 700px; */
  padding-left: 53px;
}

.support_wrapper .box_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* width: 640px !important; */
}

.support_wrapper .box_wrapper .box {
  border-radius: 12px;
  border: 1px solid #838383;
  background: linear-gradient(
    180deg,
    rgba(30, 27, 27, 0.2) 0%,
    rgba(30, 27, 27, 0) 100%
  );
  backdrop-filter: blur(17px);
  padding: 24px 24px;
  max-width: 183px;
  width: 200px;
}

.support_wrapper .box_wrapper .box p {
  margin: 0;
}

.support_wrapper .box_wrapper .box svg {
  margin-bottom: 12px;
}

.support_wrapper .box_wrapper .box .box_numbers {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 8px;
}

.support_wrapper .box_wrapper .box .box_detail {
  color: #fff;
  font-size: 17px;
  /* font-size: 13px; */
  font-weight: 300;
  line-height: 120%;

  /* 20.385px */
  letter-spacing: -0.51px;
}

.support_wrapper .box_wrapper .box small {
  font-size: 20px;
  color: white;
  line-height: 24px;
}

.inner_chat {
  margin-bottom: 34px;
}

.chat_wrapper {
  /* display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100vh; */
}

.slick-list.draggable {
  height: auto !important;
}

.chatContainer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  /* flex-direction: row; */
}

.showChat {
  width: 45%;
  /* margin-top: 265px; */
}

.chatFeatures {
  max-width: 660px;
  /* padding: 100px 0 120px; */
  padding: 90px 0 70px;
}

.showChat .slick-slide img {
  /* margin-bottom: 20px; */
}

/* .slick-active+.slick-active {
    opacity: 0.5;
} */
.showChat .slick-active + .slick-active + .slick-active + .slick-active {
  filter: none;
  opacity: 1;
}

.showChat .slick-active + .slick-active + .slick-active {
  filter: blur(1px);
  opacity: 0.9;
}

.showChat .slick-active + .slick-active {
  filter: blur(1px);
  opacity: 0.7;
}

.showChat .slick-active {
  filter: blur(1px);
  opacity: 0.55;
}

.showChat .inner_chat {
  min-height: 102px;
}

.showChat .slick-arrow {
  display: none !important;
}

/*support end*/

/*smb_wrapper start*/
.smb_wrapper {
  background-color: #091e42;
  padding: 0 0px 120px 245px;
}

.lettersFixed .smb_detail_inner {
  position: fixed;
  top: 0;
}

.smb_detail_inner {
  display: flex;
  height: 100%;
  position: relative;
}

.smb_detail_outer {
  height: 2500px;
}

.lettersFixedAfter .smb_detail_inner {
  align-items: flex-end;
}

.smb_detail {
  height: 100vh;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.smb_detail p {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 130%;
  /* 67.6px */
  letter-spacing: -1.56px;
  max-width: 788px;
  margin: 0;
}

.smb_number {
  color: #fff2f2;
  font-size: 80px;
  font-weight: 700;
  line-height: 96px;
  letter-spacing: -2.4px;
  margin: 0;
}

.smb_emoji p {
  color: #f4f5f7;
  font-size: 16.987px;
  font-weight: 400;
  line-height: 120%;
  /* 20.385px */
  letter-spacing: -0.51px;
  max-width: 120px;
  margin-left: 13px;
  margin-bottom: 0px;
}

.smb_box_wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  max-width: 1200px;
}

.smb_emoji {
  display: flex;
  align-items: center;
  justify-content: start;
}

.smb_box {
  position: relative;
}

.smb_box_right::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
}

.smb_box:first-child {
  padding-left: 0px;
  padding-right: 80px;
}

.smb_box:nth-child(2) {
  padding: 0 100px;
}

.smb_box:last-child {
  padding-left: 100px;
}

.smb_detail p span {
  opacity: 0.4;
  transition: all 0.4s cubic-bezier(0, 0, 1, 1);
}

.smb_detail p span.ham {
  opacity: 1;
  color: #fff;
}

.smb_wrapper .animatedText span {
  color: #193d7a;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -1.56px;
}

.smb_wrapper .smb_box_wrapper.willAnimate .smb_box {
  opacity: 0;
}

.smb_wrapper .smb_box_wrapper.animateStart .smb_box {
  animation: fadeIn 0.8s linear both;
  opacity: 1;
}

.smb_wrapper .smb_box_wrapper.animateStart .smb_box:nth-child(2) {
  animation-delay: 0.8s;
}

.smb_wrapper .smb_box_wrapper.animateStart .smb_box:nth-child(3) {
  animation-delay: 1.6s;
}

.owl-carousel {
  display: unset;
}

/*smb_wrapper end*/
.simple_btn:hover {
  background-color: white;
}

.white_btn:hover {
  background-color: #fff4f4;
}

/* FeatsStatsSec logos start */

.FeatsStatsSec {
  padding-bottom: 64px;
}

.FeatsStatsSec .FeatsStatsHeading h5 {
  color: #253858;
  margin-bottom: 42px;
  letter-spacing: -0.72px;
}

.FeatsStatsSec .FeatsStatsHeading h5 b {
  font-weight: 600;
  border-radius: 5px;
  background: linear-gradient(
    89deg,
    rgba(255, 255, 255, 0) -5.07%,
    rgba(255, 181, 181, 0.39) 30.61%,
    rgba(231, 178, 236, 0) 109.47%
  );
  font-size: 24px;
  padding: 3px 5px;
}

.FeatsStatsSec .FeatsStatsOwlSldrWrap .owl-stage-outer .owl-stage {
  width: 1900px;
}

.FeatsStatsSec
  .FeatsStatsOwlSldrWrap
  .FeatsStatsOwl-carousel
  .FeatsStatsOwlSldrContentBox
  .tesmonialContent {
  margin: 0 20px;
}

.FeatsStatsSec .slick-slide {
  margin: 0;
}

.FeatsStatsSec .slick-slide img {
  margin-bottom: 0;
}

.FeatsStatsOwlSldrWrap {
  max-width: 1100px;
  margin: 0 auto;
}

/*FeatsStatsSec logo end */

/* Success Stories Section | Begins */

/* tabs */
.newAutoscaleBanner .SuccessStoriesSection {
  padding: 64px 0;
}

.SuccessStoriesSection {
  padding: 60px 0 80px;
}

.SuccessStoriesSection .lnd-new-feats-tabs-wrap .nav-tabs {
  width: fit-content;
  /* border-radius: 25px; */
  border-radius: 50px;
  background-color: #f4f5f7;
  margin: 0 auto;
  /* padding: 4px 40px; */
  padding: 4px 0px 4px 5px;
  /* margin-bottom: 64px; */
  width: 540px;
}

.SuccessStoriesSection .lnd-new-feats-tabs-wrap .nav-tabs > li a {
  color: #253858;
  border: none;
  transition: all 0.3s ease-in-out;
}

.SuccessStoriesSection .lnd-new-feats-tabs-wrap .nav-tabs > li a span {
  font-size: 14px;
}

.SuccessStoriesSection .lnd-new-feats-tabs-wrap .nav-tabs > li svg {
  margin-bottom: -4px;
}

.SuccessStoriesSection
  .lnd-new-feats-tabs-wrap
  .nav-tabs
  > li.active
  > a
  svg
  path {
  fill: #2f39bf;
}

.SuccessStoriesSection .lnd-new-feats-tabs-wrap .nav > li > a:focus svg path,
.SuccessStoriesSection .lnd-new-feats-tabs-wrap .nav > li > a:hover svg path {
  fill: #2f39bf;
}

.SuccessStoriesSection .lnd-new-feats-tabs-wrap .nav-tabs > li.active > a,
.SuccessStoriesSection .lnd-new-feats-tabs-wrap .nav-tabs > li.active > a:focus,
.SuccessStoriesSection
  .lnd-new-feats-tabs-wrap
  .nav-tabs
  > li.active
  > a:hover {
  color: #2f39bf;
  cursor: default;
  background-color: #fff;
  box-shadow: 0px 4px 30px #00000014;
  border-radius: 25px !important;
}

.SuccessStoriesSection .lnd-new-feats-tabs-wrap .nav > li > a:focus,
.SuccessStoriesSection .lnd-new-feats-tabs-wrap .nav > li > a:hover {
  color: #2f39bf;
  border: none;
  background: transparent;
}

.lnd-new-feats-tabs-wrap.animatedCards {
  display: block;
  position: relative;
  z-index: 10;
  left: 0;
  right: 0;
  margin: 0 auto 70px;
  /* margin-bottom: 27px; */
  /* margin-bottom: 70px; */
}

/* tabs */

.SuccessStoriesSection .successStoryCard {
  padding: 60px;
  /* background-color: #FBFBFB; */
  border-radius: 12px;
  /* box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1); */
  margin-bottom: 30px;
  width: 100%;
}

.SuccessStoriesSection .successStoryCard .successStoryCardWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.SuccessStoriesSection .successStoryCard .successStoryCardWrapper .leftContent {
  max-width: 460px;
}

.SuccessStoriesSection
  .successStoryCard
  .successStoryCardWrapper
  .rightContent {
  padding: 40px 0 0 50px;
}

.SuccessStoriesSection
  .successStoryCard
  .successStoryCardWrapper
  .leftContent
  h2 {
  font-size: 48px;
  color: #091e42;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: -2.4px;
}

.SuccessStoriesSection
  .successStoryCard
  .successStoryCardWrapper
  .leftContent
  p {
  font-size: 18px;
  color: #253858;
  margin: 0;
  font-weight: 400;
}

.SuccessStoriesSection
  .successStoryCard
  .successStoryCardWrapper
  .leftContent
  .ctaBox {
  display: flex;
  margin: 32px 0 50px;
  /* margin: 32px 0; */
}

.SuccessStoriesSection
  .successStoryCard
  .successStoryCardWrapper
  .leftContent
  .ctaBox
  .primaryCta {
  margin-right: 16px;
  background: #2f39bf !important;
  border-color: #2f39bf !important;
  color: #fff !important;
}

.SuccessStoriesSection
  .successStoryCard
  .successStoryCardWrapper
  .leftContent
  .ctaBox
  .primaryCta:hover {
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2) !important;
}

.SuccessStoriesSection
  .successStoryCard
  .successStoryCardWrapper
  .leftContent
  .ctaBox
  .primaryOutlineCta {
  background: #fff !important;
  border-color: #2f39bf !important;
  color: #2f39bf !important;
}

.SuccessStoriesSection
  .successStoryCard
  .successStoryCardWrapper
  .leftContent
  .ctaBox
  .primaryOutlineCta:hover {
  background: #2f39bf !important;
  color: #fff !important;
}

.SuccessStoriesSection
  .successStoryCard
  .successStoryCardWrapper
  .leftContent
  .userStory {
  position: relative;
  padding-left: 20px;
}

.SuccessStoriesSection
  .successStoryCard
  .successStoryCardWrapper
  .leftContent
  h2 {
  letter-spacing: -2.4px;
}

.SuccessStoriesSection
  .successStoryCard
  .successStoryCardWrapper
  .leftContent
  .userStory
  h3 {
  font-size: 18px;
  font-weight: 500;
  color: #253858;
  margin: 0;
  line-height: 26px;
  letter-spacing: -0.54px;
}

.SuccessStoriesSection
  .successStoryCard
  .successStoryCardWrapper
  .leftContent
  .userStory
  .userDetail {
  display: flex;
  margin-top: 8px;
}

.SuccessStoriesSection
  .successStoryCard
  .successStoryCardWrapper
  .leftContent
  .userStory::before {
  height: 100%;
  display: block;
  width: 6px;
  background: #b764d8;
  border-radius: 20px;
  position: absolute;
  content: "";
  left: 0;
}

.SuccessStoriesSection
  .successStoryCard
  .successStoryCardWrapper
  .leftContent
  .userStory
  .userDetail
  .username {
  color: #091e42;
}

.SuccessStoriesSection
  .successStoryCard
  .successStoryCardWrapper
  .leftContent
  .userStory
  .userDetail
  p {
  font-size: 14px;
  color: #5e6c84;
  margin: 0;
}

.SuccessStoriesSection
  .card2
  .successStoryCard
  .successStoryCardWrapper
  .rightContent
  img {
  max-width: 525px;
}

.SuccessStoriesSection
  .card4
  .successStoryCard
  .successStoryCardWrapper
  .rightContent
  img {
  max-width: 450px;
}

.pin-spacer {
  height: 2500px;
}

.pin-spacerFixedAfter {
  /* padding-top: 1878px; */
  display: flex;
  align-items: flex-end;
}

.pin-spacerFixedAfter .cards {
  position: relative;
  /* transform: translateY(-2500px); */
}

.pin-spacerFixed .cards {
  position: fixed;
  top: 0;
  left: 0;
}

.cards.stepOne .card2 {
  transform: translateY(0);
}

.cards.stepTwo .card2,
.cards.stepTwo .card3 {
  transform: translateY(0);
}

.cards.stepThree .card2,
.cards.stepThree .card3,
.cards.stepThree .card4 {
  transform: translateY(0);
}

.cards.stepThree .card2,
.cards.stepThree .card3,
.cards.stepThree .card4,
.cards.stepFour .card5 {
  transform: translateY(0);
}

.custom_card_wrapper {
  position: relative;
  width: 1298px;
  margin: 0 auto;
}

.cards {
  position: relative;
  padding-top: 20px;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  /* display: flex;
            justify-content: center;
            align-items: center;
            height: 70vh;
            margin-bottom: 90px; */
}

.custom-card {
  background-color: #ffffff;
  box-shadow: unset;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0px;
  height: 70vh;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: 0.5s;
}

.custom-card.card1 {
  background: #fcfdff;
}

.custom-card.card2 {
  background: #f8faff;
}

.custom-card.card3 {
  background: #f5f7ff;
}

.custom-card.card4 {
  background: #eff2ff;
}

.card2 {
  top: 20px;
  transform: translateY(200%);
}

.card3 {
  top: 40px;
  transform: translateY(200%);
}

.card4 {
  top: 60px;
  transform: translateY(200%);
}

.opacity {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  opacity: 0.6;
}

.scale {
  moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  width: 95%;
}

.cards .nav li {
  padding: 2px;
}

.cards .nav li a {
  text-decoration: none;
}

.cards .nav .circle {
  border: 1px solid #faebbb;
  color: #faebbb;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 25px;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}

.cards .nav .active {
  color: #213f29;
}

/* Success Stories Section | Ends */

/* @section 5. footer */

footer#cw-footer {
  background: url("../../img/ftr_bg_img.png") no-repeat right bottom #0a0d35;
  border: 0;
  overflow: hidden;
}

div#footer-container {
  padding: 60px 0;
}

a.footer-nav-heading {
  background: none;
  border: 0;
  position: relative;
  text-align: left;
  font-size: 15px;
  color: #eaeaea;
  font-weight: 700;
  line-height: 20px;
  padding-bottom: 12px;
  margin: 0 0 30px 0;
  text-decoration: none;
  white-space: nowrap;
}

a.footer-nav-heading:before,
a.footer-nav-heading:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  display: inline-block;
  border-radius: 50px;
  background-color: #848597;
}

a.footer-nav-heading:before {
  width: 40px;
  left: 0;
}

a.footer-nav-heading:after {
  width: 10px;
  left: 50px;
}

#footer-nav_social li {
  display: inline-block;
  vertical-align: middle;
}

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

.newFtr_scl_iconBox ul li {
  margin-right: 8px;
  display: inline-block;
  vertical-align: bottom;
}

.newFtr_scl_iconBox ul li a {
  display: inline-block;
}

.newFtr_scl_iconBox ul li a i.fa {
  color: #fff;
  font-size: 26px;
}

div.footer-nav .nav > li > a {
  position: relative;
  line-height: 17px;
  font-size: 14px;
  color: #bbb;
  background: none;
  display: block;
  max-width: max-content;
  white-space: nowrap;
  padding: 7px 0;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

.footer-nav-btm .nav > li > a {
  padding: 0;
}

.footer-nav-btm .footer-nav_content {
  height: auto !important;
}

footer#cw-footer .footer-nav-btm {
  background-color: #050826;
  padding: 20px 0;
}

.ftr-nav_scl-hd {
  margin-bottom: 15px !important;
}

/* Safari only override */

::i-block-chrome,
div.footer-nav .nav > li > a {
  color: #000;
}

div#footer-nav_social li a {
  background: none;
}

div#footer-nav_social a > i {
  font-size: 26px;
  color: #fff !important;
}

div#footer-nav_social a.footer-nav_icon_rss i {
  color: #ffa300;
}

div#footer-nav_social a.footer-nav_icon_facebook i {
  color: #1f6391;
}

div#footer-nav_social a.footer-nav_icon_twitter i {
  color: #48a0dc;
}

div#footer-nav_social a.footer-nav_icon_linked {
  color: #48a0dc;
}

div#footer-nav_social a.footer-nav_icon_news {
  color: #2ecc71;
}

#footer-copyright {
  padding: 15px 0;
  font-size: 13px;
  line-height: 20px;
  display: none;
  text-align: center;
}

#footer-nav_payment li {
  margin: 0;
}

.footer-payment_method {
  background: url("../../img/home/footer-pay-icon.jpg") left 5px no-repeat !important;
  height: 40px;
  float: none;
  width: 100%;
}

#cw-ph {
  position: fixed;
  bottom: 0;
  left: 2%;
}

.cw-pay-mth {
  text-align: center;
  margin: 40px 0;
}

.cw-pay-mth > h3 {
  color: #1f2d3d;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 25px;
}

.cw-pay-mth .cw-pay-mth-img {
  width: 100%;
  height: 30px;
  background: url("../../img/home/cw-pay-mth-logos.png") center top no-repeat !important;
}

/* CUSTOM FOOTER 2016 */

#footer-nav_address .footer-nav_logo,
.newFtr_adrs_imgBox .footer-nav_logo {
  background: url("../../img/home/cw-ftr-logo.svg") left top no-repeat !important;
  height: 35px;
  width: 200px;
  display: inline-block;
}

#footer-nav_address ul > li,
.newFtr_adrs_txtBox {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  color: #ffffff;
  margin: 30px 0 40px;
}

.newFtr_adrs_reviewBadges {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

.newFtr_adrs_reviewBadges .badgeBox {
  margin: 0 5px;
  flex: 1;
}

.newFtr_adrs_reviewBadges .badgeBox a {
  display: inline-block;
}

.newFtr_adrs_reviewBadges .badgeBox a img {
  width: 100%;
}

/* .newFtr_adrs_reviewBadges .badgeBox:first-child {
    margin: 0 0 15px;
    width: 100%;
    flex: none;
} */

.ftr-trial-btn {
  display: inline-block !important;
  line-height: 22px !important;
  white-space: nowrap !important;
  color: #fcfcfc !important;
  transition: 0.2s all ease-in-out !important;
  font-size: 17px !important;
  background: #2ecc71 !important;
  border-radius: 0 !important;
  padding: 12px !important;
  min-width: 214px;
  text-align: center !important;
  margin-top: 30px;
}

/* Safari only override */

::i-block-chrome,
#footer-nav_address ul > li {
  color: #000;
}

#footer-nav_address ul > li:nth-of-type(2) {
  margin: 10px 0;
  font-size: 15px;
}

/* 404 NAVIGATION BEGIN */

.cw-404 #cw-navbar ul.navbar-right li a span {
  color: #8a959e;
}

.cw-404 div#cw-navbar ul.navbar-right {
  padding-top: 20px;
}

/* 404 NAVIGATION END */

.footer-nav-btm .container {
  position: relative;
}

.newFtr_cprtBox {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.testomonialSldrSection
  .testomonialOwlSldrWrap
  .sliderContainer
  .single-item
  .cw-agency-vid-testi
  .col-left
  .newTstml_video_btnBox {
  z-index: 4;
}

.testomonialSldrSection
  .testomonialOwlSldrWrap
  .sliderContainer
  .single-item
  .cw-agency-vid-testi
  .col-left
  img {
  transition: 0.3s all ease;
}

.testomonialSldrSection
  .testomonialOwlSldrWrap
  .sliderContainer
  .single-item
  .cw-agency-vid-testi
  .col-left:hover
  img {
  transform: scale(1.2);
}

.testomonialSldrSection .modal-body video {
  width: 100%;
  height: 100%;
}

/* @Section 8. footer New 2021 */

div#footer-container .footerContainerWrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

div#footer-container .footerContainerWrap .footerNavWrap {
  flex: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

div#footer-container
  .footerContainerWrap
  .footerNavWrap
  .footer-nav
  a.footer-nav-heading {
  font-size: 18px;
}

div#footer-container .footerContainerWrap .footerNavWrap .footer-nav {
  width: calc(33.33% - 40px);
  margin-bottom: 50px;
  margin-right: 60px;
}

div#footer-container
  .footerContainerWrap
  .footerNavWrap
  .footer-nav:nth-child(3) {
  margin-right: 0;
}

div#footer-container
  .footerContainerWrap
  .footerNavWrap
  .footer-nav:nth-child(4),
div#footer-container
  .footerContainerWrap
  .footerNavWrap
  .footer-nav:nth-child(5) {
  margin-bottom: 0;
}

div#footer-container .footerContainerWrap .footerBrandInfoWrap {
  flex: 1;
  padding-right: 45px;
}

.newFtr_adrs_reviewBadges .badgeBox:nth-of-type(4) {
  position: relative;
  top: 5px;
}

.cw_hdr_scrl {
  animation: none !important;
}

/* Footer | Ends  */

/* Home Video  */
.videoBox {
  /* border-radius: 0 0 8px 8px; */
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
  /* border-radius: 8px; */
  /* overflow: hidden; */
  position: relative;
}

.videoBox .videoControlBox {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  cursor: pointer;
  text-align: center;
}

.videoBox .videoControlBox svg {
  padding: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
  height: 170px;
  z-index: 9;
}

.videoBox .videoControlBox::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  background-color: #6287c7;
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  z-index: 1;
  animation: play infinite 2s linear both;
}

.videoBox .videoControlBox::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  background-color: #6287c7;
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  z-index: 1;
  animation: play infinite 2s linear both;
}

.videoBox .videoControlBox.play {
  opacity: 0;
}

/* Announcement Autoscale Start*/
/* .annoucment_auto_home */
.announcement_auto_home {
  padding: 50px 60px 50px 86px;
  background: #091574;
  border-radius: 8px;
  margin-bottom: 80px;
}

.announcement_auto_home.visible {
  background-image: url(https://www.cloudways.com/wp-content/uploads/2024/01/annoucment_auto_home.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 35%;
}

.announcement_auto_home .auto_home_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.announcement_auto_home .auto_announcement_detail {
  width: 40%;
  position: relative;
}

/* .announcement_auto_home  .auto_announcement_detail::before {
    content: '';
    position: absolute;
    width: 1px;
    bottom: 0;
    right: 71px;
    top: 30px;
    height: 178px;
    background: rgba(255, 255, 255, 0.16);
} */

.announcement_auto_home .auto_announcement_features {
  width: 55%;
  padding-top: 50px;
}

.announcement_auto_home .auto_tagline {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.72px;
  margin: 0px !important;
  margin-bottom: 8px !important;
}

.announcement_auto_home .auto_intro p {
  border-radius: 52px;
  border: 1px solid #f9f9f969;
  background: linear-gradient(
    274deg,
    rgb(191 181 181 / 23%) -4.47%,
    rgba(87, 87, 87, 0) 91.59%
  );
  backdrop-filter: blur(27px);
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
  line-height: 16.101px;
  letter-spacing: -0.16px;
  padding: 9px 21px 7px 18px;
  display: inline-block;
  margin-bottom: 20px;
}

.announcement_auto_home .auto_heading {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 117%;
  letter-spacing: -1.2px;
  margin: 0px 0 12px;
}

.announcement_auto_home .auto_detail {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.16px;
  margin-bottom: 20px;
}

.announcement_auto_home .auto_cta_started {
  background: linear-gradient(
    82deg,
    #fff -37.59%,
    #c583e0 -37.58%,
    #ffbc7d 74.04%,
    #fff 115.51%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}

.announcement_auto_home .auto_cta_started svg {
  transition: 0.3s;
  position: absolute;
  top: 7px;
  margin-left: 5px;
}

.announcement_auto_home .auto_cta_started:hover svg {
  margin-left: 12px;
}

.announcement_auto_home .auto_features {
  list-style: none;
  column-count: 2;
}

.announcement_auto_home .auto_features li {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.72px;
  position: relative;
  margin-bottom: 24px;
}

.announcement_auto_home .auto_features li::before {
  content: url(https://www.cloudways.com/wp-content/uploads/2024/01/fi-rr-check-4.svg);
  margin-right: 12px;
}

.o2switch_page .announcement_auto_home {
  border-radius: 0;
  margin: 0;
  padding: 75px 0;
}
.managed_cloud_solution{
  padding: 80px 0px;
}
.managed_cloud_solution .cw_flexible_autonomous_cards .card_wrap{
  border-radius: 12px;
  border: 2px solid rgba(218, 217, 255, 0.20);
  /* background: linear-gradient(109deg, #FFF 0.44%, #F6F7FF 100.57%); */
  background: url(https://www.cloudways.com/wp-content/uploads/2025/03/Autonomous-card-background.png) no-repeat center center/cover;
  max-width: 636px;
  padding: 40px 0px 0px 40px;
  width: 50%;
}
.managed_cloud_solution .cw_flexible_autonomous_cards .card_wrap.flexible_wrap{
  background: url(https://www.cloudways.com/wp-content/uploads/2025/03/flexible_background.png) no-repeat center center/cover;
}
.managed_cloud_solution .cw_flexible_autonomous_cards .card{
 
  background-image: url(https://www.cloudways.com/wp-content/uploads/2025/02/flexible.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 300px 288px;
  
}
.managed_cloud_solution .cw_flexible_autonomous_cards #card2{
  /* background-image: url(https://www.cloudways.com/wp-content/uploads/2025/02/autonomous.svg); */
  /* background-image: url(https://www.cloudways.com/wp-content/uploads/2025/03/autonomous_bg-2.svg); */
  background-image: url(https://www.cloudways.com/wp-content/uploads/2025/03/cloudnomous_autonomous.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 300px 249px;
}
.managed_cloud_solution .textWrap{
  max-width:623px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 64px;
}
.managed_cloud_solution .textWrap h2{
  margin-bottom: 16px;
}
.managed_cloud_solution .cw_flexible_autonomous_cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.managed_cloud_solution .cw_flexible_autonomous_cards .title {
  display: flex;
  gap: 12px;
  align-items: center;
}
.managed_cloud_solution .cw_flexible_autonomous_cards .card p{
  margin: 20px 0;
  max-width: 528px;
  margin-right: 40px;

}
.managed_cloud_solution .cw_flexible_autonomous_cards .card .features{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.managed_cloud_solution .cw_flexible_autonomous_cards .card .features.feature_pt {
  max-width: 340px;
}
.managed_cloud_solution .cw_flexible_autonomous_cards .card .features p{
  display: flex;
  gap:10px;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
    align-items: center;
}
.managed_cloud_solution .cw_flexible_autonomous_cards .card .features p .copilot_credits_text{
  background: linear-gradient(43deg, rgba(255, 175, 71, 0.90) 15.4%, rgba(255, 71, 240, 0.70) 39.16%, #D285FF 54.38%, rgba(10, 93, 255, 0.90) 86.94%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 600;
}
.managed_cloud_solution .cw_flexible_autonomous_cards .card .features .copilot_credits_icon{
  display: flex;
  align-items: center;
  gap: 5px;
}
.managed_cloud_solution .cw_flexible_autonomous_cards .card .cta{
  display: flex;
  gap:18px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 57px;
  padding-bottom: 40px;
}
.managed_cloud_solution .cw_flexible_autonomous_cards .card .cta .menu_arrow_btn{
  color: #2F39BF;
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 200px;
  width: 100%;
}
.managed_cloud_solution .cw_flexible_autonomous_cards .card .cta .menu_arrow_btn:hover{
  text-decoration: none;
}
.managed_cloud_solution .cw_flexible_autonomous_cards .card .cta .menu_arrow_btn:hover svg{
  margin-left: 4px;
  transition: all 0.2s ease-in;
}

.managed_cloud_solution .cw_flexible_autonomous_cards .card .cta a{
  min-width: 111px;
  padding: 0 22px;
}

.newAutoscaleBanner .SuccessStoriesSection.cw_successStory_layers_pt .lnd-new-feats-tabs-wrap .nav-tabs{
  max-width: 580px;
  width: 100%;
}
/* Cloudways Copilot | home uplift*/
.cw_copilot_banner .cw_copilot_banner_inner{
  border-radius: 12px;
backdrop-filter: blur(9.320233345031738px);
background: 
linear-gradient(#fff, #fff) padding-box,
linear-gradient(
      to right,
      rgba(255, 175, 71, 0.9) 0%,
      rgba(255, 71, 240, 0.7) 67%,
      rgba(210, 133, 255, 1) 46%,
      rgba(10, 93, 255, 0.3) 100%
    ) border-box;
border: 0.5px solid transparent;

}
.cw_copilot_banner .cw_copilot_banner_inner .content_wrap{
  max-width: 533.893px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 30px;
}
.cw_copilot_banner .cw_copilot_banner_inner .content_wrap .p2-semibold.cta{
color: #2F39BF;
margin-top: 15px;
}
.cw_copilot_banner .cw_copilot_banner_inner .content_wrap .p2-semibold.cta:hover{
  text-decoration: none;
  cursor: pointer;
}
.cw_copilot_banner .cw_copilot_banner_inner .content_wrap .p2-semibold.cta span{
  color: inherit;
}
.cw_copilot_banner .cw_copilot_banner_inner .content_wrap .header_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cw_copilot_banner .cw_copilot_banner_inner .content_wrap .header_wrap .copilot{
  background: linear-gradient(90deg, rgba(255, 175, 71, 0.90) 0.09%, rgba(255, 71, 240, 0.70) 30.99%, #D285FF 50.78%, rgba(10, 93, 255, 0.90) 93.12%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
 
}
.cw_copilot_banner .cw_copilot_banner_inner .content_wrap .header_wrap .preview_pill{
  margin: 0;
  color: #2F39BF;
font-size: 12px;
font-weight: 600;
line-height: 16px;
padding: 3px 12px;
border-radius: 36px;
border: 1px solid  #D5D7F2;
}
.cw_copilot_banner .cw_copilot_banner_inner .content_wrap_inner{
  background: #fff;
  display: flex;
justify-content: center;
align-items: center;
padding: 40px 73px 0 73px;
position: relative;
border-radius: 12px;
}
.cw_copilot_banner .cw_copilot_banner_inner::before {
  content: "";
  position: absolute;
  top: 0; /* -2% to cover the border */ 
  left: 0; /* -2% to cover the border */
  width: 100%; /* 104% to cover the border */
  height: 100%; /* 104% to cover the border */
  z-index: 0;
  opacity: 0.28;
  background: linear-gradient(243deg, rgba(10, 93, 255, 0.90) 2.38%, #D285FF 45.61%, rgba(255, 71, 240, 0.70) 65.82%, rgba(255, 175, 71, 0.90) 97.37%);
  background-size: 200% 200%;
  filter: blur(14px);
  pointer-events: none;
  border-radius: 14px;
  animation: copilot-gradient-move 2s linear infinite;
}

@keyframes copilot-gradient-move {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.cw_copilot_banner .cw_copilot_banner_inner > * {
  position: relative;
  z-index: 1;
}
.cw_copilot_banner .image_wrap {
  position: relative;
  border-radius: 1182.531px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Remove background and filter from here */
}
.cw_copilot_banner .image_wrap img{
  height: 100%;
  width: 100%;
}
.cw_copilot_banner .image_wrap::before {
  content: "";
  position: absolute;
  top: 40%; 
  left: 60%;
  transform: translate(-50%, -50%);
  width: 100%; height: 100%;
  border-radius: 1182.531px;
  background: linear-gradient(91deg, rgba(255, 175, 71, 0.27) 9.98%, rgba(255, 71, 240, 0.21) 37.91%, rgba(210, 133, 255, 0.30) 55.8%, rgba(10, 93, 255, 0.27) 94.08%);
  filter: blur(114.53px);
  z-index: 0;
  pointer-events: none;
}

.cw_copilot_banner .image_wrap img {
  position: relative;
  z-index: 1;
}
.home_hero.cw_copilot_uplift  .cw_copilot_home_banner {
  text-align: center;
  /* max-width: 853px; */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 70px;
  position: relative;
}
.home_hero.cw_copilot_uplift  .cw_copilot_home_banner .textWrap{
  max-width: 853px;
}
.home_hero.cw_copilot_uplift  .cw_copilot_home_banner .copilot_home_subheading {
  color: #FFF;
  /* margin-bottom: 24px; */
  letter-spacing: -0.72px;
}
.home_hero.cw_copilot_uplift  .cw_copilot_home_banner .copilot_home_subheading span{
  color: inherit;
  font-size: inherit;
}
.home_hero.cw_copilot_uplift  .cw_copilot_home_banner .copilot_home_subheading .copilot_gradient_pill{
  font-size: inherit;
  background: linear-gradient(90deg, rgba(255, 175, 71, 0.90) 0.09%, rgba(255, 71, 240, 0.70) 30.99%, #D285FF 50.78%, rgba(10, 93, 255, 0.90) 93.12%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* background-image: linear-gradient(90deg, rgba(255, 175, 71, 0.90) 0.09%, rgba(255, 71, 240, 0.70) 30.99%, #D285FF 50.78%, rgba(10, 93, 255, 0.90) 93.12%);
  background-image: linear-gradient(90deg,#ffffff 0,#ffffff 33.33%,#c679c4 40%,#fa3d1d 45%,#ffb005 50%,#e1e1fe 55%,#0358f7 60%,#fff 66.67%,#fff);
  background-size: 300% 100%;
  background-position: 100% 0;
  will-change: background-position;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; */
  color: transparent;
}
.home_hero.cw_copilot_uplift  .cw_copilot_home_banner .copilot_home_subheading .copilot_gradient_pill.text-animate {
  animation: text 2s ease-in-out 0s infinite;
}

@keyframes text {
  0% {
      background-position: 100% 0;
  }

  to {
      background-position: 0 0;
  }
}

.home_hero.cw_copilot_uplift .cw_copilot_home_banner p{
  color: #fff;
  margin: 0;
  max-width: 758px;
  margin: 0 auto;
  letter-spacing: -0.2px;
  margin-top: 20px;
  line-height: 30px;
}
.home_hero.cw_copilot_uplift .cw_copilot_home_banner .copilot_cta{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
}
.home_hero.cw_copilot_uplift .cw_copilot_home_banner .copilot_cta a{
  min-width: 130px;
}
.home_hero.cw_copilot_uplift .cw_copilot_home_banner .p3-regular{
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
}
.cw_copilot_home_banner .company_logos h4{
  color: #fff;
}
.cw_copilot_home_banner .company_logos .FeatsStatsHeading h4 b{
  color: #fff;
}
.cw_copilot_home_banner .company_logos .FeatsStatsHeading h4 b:before{

background: linear-gradient(89deg, rgba(255, 255, 255, 0.00) -5.07%, rgba(255, 181, 181, 0.39) 30.61%, rgba(231, 178, 236, 0.00) 109.47%);
}
.cw_copilot_uplift .gradient_background .company_logos .company_logo_inner .logo_seperator:after{
  background-color: transparent;
}
/* Parallax animation group for SVG - Amplemarket style */
.cw_copilot_uplift .parallax-anim-group {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.home_hero.cw_copilot_uplift {
  position: relative;
}

.home_hero.cw_copilot_uplift::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0;
  background: url(https://www.cloudways.com/wp-content/uploads/2025/07/Background-Splash6.svg) no-repeat center bottom/cover;
  z-index: 0;
  pointer-events: none;
  filter: blur(11px);
  opacity: 0;
  transition: opacity 0.8s;
}
.home_hero.cw_copilot_uplift.fade-bg::before {
  /* Todo: uncomment the below ticket when campaign will go back to old one  */
  /* animation: fadeInBg .6s ease-in-out 0s forwards; */

  animation: fadeInBg 2s ease-in-out 1s forwards;
}
@keyframes fadeInBg {
  0% { opacity: 0.2; }
  25%{opacity:0.4;}
  50% { opacity: 0.6; }
  75%{opacity: 0.8;}
  100% { opacity: 1; }
}
.cw_copilot_uplift .company_logos {
  position: relative;
  z-index: 1000; 
}
.cw_copilot_uplift .subtract {
  background: url(https://www.cloudways.com/wp-content/uploads/2025/07/subtract_blur.svg) no-repeat center bottom/cover;
  width: 100%;
  height: 1300px;
  position: absolute;
  bottom: -470px;
  z-index: 1;
  pointer-events: none; 
}

.cw_copilot_uplift .imageWrap {
  position: relative;
  z-index: 1;
}
.cw_copilot_uplift .sidebar, .cw_copilot_uplift .cloudflare, .cw_copilot_uplift .stats {
  position: absolute;
  z-index: 3; 
}

.cw_copilot_uplift .sidebar {
  top: 30px;
  left: -30px;
}

.cw_copilot_uplift .cloudflare {
  top: 70px;
  right: -80px;
}

.cw_copilot_uplift .stats {
  top: 290px;
  right: -110px;
}

.cw_copilot_uplift .bg-img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1; 
}
.cw_copilot_uplift .resp-img {
  display: none;
}

.cw_copilot_uplift .desk-img {
  display: block;
}

.cw_copilot_uplift .bg-gradient {
  width: 4050px;
  height: 3073px;
  position: absolute;
  top: -70px;
  z-index: 0; 
}


.newAutoscaleBanner .home_hero.cw_copilot_uplift {
  padding-bottom: 0;
}
.newAutoscaleBanner .home_hero.cw_copilot_uplift .gradient_background .company_logos h4{
  color: #fff;
}

.cw_copilot_banner .content_wrap_inner .cta:hover span{
  margin-left: 10px;
  transition: all 0.2s ease-in;
}
/* Fade-up for CTA */
.cw_copilot_home_banner .copilot_cta ,.home_hero.cw_copilot_uplift .cw_copilot_home_banner .p3-regular{
  opacity: 0;
  transform: translateY(40px);
  animation: framer-cta-fadeup 1s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards;
}
@keyframes framer-cta-fadeup {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.home_hero.cw_copilot_uplift  .cw_copilot_home_banner .copilot_word {
  opacity: 0;
}
.cw_copilot_uplift .cw_copilot_home_banner h1{
  letter-spacing: -1.92px;
  max-width: 823px;
  font-weight: 600;
}
.home_hero.cw_copilot_uplift .cw_copilot_home_banner h1 span{
  font-size: inherit;
  color: inherit;

}
.cw_copilot_uplift .cw_copilot_home_banner .p1-regular {
  opacity: 0;
  transition: opacity 0.8s;
}
.cw_copilot_uplift .cw_copilot_home_banner .imageWrap.desk-img {
  opacity: 0;
  transition: opacity 0.8s;
}
.home_hero.cw_copilot_uplift{
  background: #091231;
}
.cw_copilot_uplift .fade-animation {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.4s forwards;
}
.cw_copilot_uplift .copilot_home_subheading.fade-animation {
  animation-delay: 0s;
}
.cw_copilot_uplift .cw_copilot_home_banner h1.fade-animation {
  animation-delay: 0.5s;
}
.cw_copilot_uplift .cw_copilot_home_banner p.fade-animation {
  animation-delay: 0.7s;
  max-width: 763px;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: none;
  }
}

.cw_copilot_uplift .cw_copilot_banner .cw_copilot_banner_inner .content_wrap p{
  margin: 0;
}
.cw_copilot_uplift .company_logo_slider .company_logo_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
/* Cloudways Copilot | home uplift*/

/* copilot compaign  */
.home_hero.cw_copilot_uplift .cw_copilot_home_banner.copilot_campaign .textWrap{
  padding-bottom: 133px;
}
.cw_copilot_uplift .subtract{
  z-index: 0;  /* remove this line after the compaign is off important */
}
.cw_copilot_uplift .cw_copilot_home_banner.copilot_campaign h1{
  max-width: 1023px;
  margin-bottom: 0;
}
.home_hero.cw_copilot_uplift .cw_copilot_home_banner.copilot_campaign .textWrap {
  max-width: 1013px;
}
.home_hero.cw_copilot_uplift .cw_copilot_home_banner.copilot_campaign .textWrap .copilot_home_subheading_link{
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}

.home_hero.cw_copilot_uplift .cw_copilot_home_banner.copilot_campaign .textWrap .copilot_home_subheading_link h4:nth-child(2){
  color: #fff;
  opacity: 0;
  /* transform: translateX(-10px); */
  margin-left: 0;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}

.home_hero.cw_copilot_uplift .cw_copilot_home_banner.copilot_campaign .textWrap .copilot_home_subheading_link:hover h4:nth-child(2){
  opacity: 1;
  /* transform: translateX(0); */
  margin-left: 10px;
}
.home_hero.cw_copilot_uplift .cw_copilot_home_banner.copilot_campaign .copilot_cta{
  margin-top: 46px;
}
.home_hero.cw_copilot_uplift .cw_copilot_home_banner.copilot_campaign .copilot_cta_free{
  font-size: 16px;
  font-weight: 600;
}
.home_hero.cw_copilot_uplift .cw_copilot_home_banner.copilot_campaign .copilot_cta_view{
  font-size: 16px;
  font-weight: 500;
}
.home_hero.cw_copilot_uplift .cw_copilot_home_banner h1 .rotating-text-container{
  color: transparent !important;
}
#beam{
  position: absolute;
  top: -60%;
  right: 6%;
  z-index: 0;
  filter: blur(34px);
  animation: beamSlideDown 1.5s ease-out forwards, beamOpacity 7.5s linear infinite alternate; 
}
@keyframes beamOpacity {
  0% {
    opacity: 0.5;
  }
  /* 50% {
    opacity: 0.5;
  } */
  100% {
    opacity: 1;
  }
}
@keyframes beamPulse {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: scale(1.05) rotate(0.5deg);
    opacity: 0.8;
  }
  50% {
    transform: scale(0.95) rotate(0deg);
    opacity: 0.5;
  }
  75% {
    transform: scale(1.02) rotate(-0.5deg);
    opacity: 0.7;
  }
}
@keyframes beamPulse {
  0% {
    transform: scale(0.5) rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

@keyframes beamSlideDown {
  0% {
    top: -100%;
    opacity: 0;
    transform: translate(700px, -500px);
  }
  50% {
    opacity: 0.8;
  }
  100% {
    top: -60%;
    opacity: 1;
    transform: translateY(0);
  }
}
#beam svg{
  height: 980px;
    width: 1210px;
}
.copilot_uplift_section .cw_copilot_uplift .subtract {
  height: 1050px;
}
.newAutoscaleBanner.copilot_uplift_section .home_hero.cw_copilot_uplift{
  padding: 180px 0 0px;
}
.copilot_uplift_section .home_hero.cw_copilot_uplift::before {
 background: url(https://www.cloudways.com/wp-content/uploads/2025/08/substract_copilot.svg) no-repeat center bottom/cover;
}

/* Particles.js Background */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none; /* Allow interactions with content above */
  opacity: 0.4;
}

.cw_copilot_home_banner.copilot_campaign {
  position: relative;
  overflow: hidden; /* Ensure particles don't overflow */
}

.cw_copilot_home_banner.copilot_campaign .textWrap {
  position: relative;
  z-index: 10; /* Keep text above particles */
}

/* ClickUp Typewriter Animation - Dynamic Width */
.rotating-text-container {
  position: relative;
  /* height: 1.2em; */
  /* min-width: 20px; */
  z-index: 10;
  /* display: inline-block; */
  vertical-align: baseline;
  transition: all 0.4s ease-out;
}

.home_hero.cw_copilot_uplift .cw_copilot_home_banner h1 span.typewriter-text {
  position: relative;
  font-weight: inherit;
  font-size: inherit;
  z-index: 15;
  
  /* Fallback color first */
  /* color: #ff8fc9; */
  /* Beautiful gradient applied to entire text */
  /* background: linear-gradient(90deg, rgba(255, 175, 71, 0.90) 0.09%, rgba(255, 71, 240, 0.70) 30.99%, #D285FF 50.78%, rgba(10, 93, 255, 0.90) 93.12%); */
  background-clip: text;
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  
  /* Smooth fade transitions */
  /* opacity: 0; */
  transition: all 0.6s cubic-bezier(0.4, 0.0, 0.2, 1);
  /* opacity: 0 !important; */
  /* animation: fadeIn 0.5s ease-in-out forwards; */
  
}

/* .home_hero.cw_copilot_uplift .cw_copilot_home_banner h1 span.typewriter-text span
{
  background: linear-gradient(90deg, rgba(255, 175, 71, 0.90) 0.09%, rgba(255, 71, 240, 0.70) 30.99%, #D285FF 50.78%, rgba(10, 93, 255, 0.90) 93.12%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */
  


.typewriter-text.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.typewriter-text.fade-out {
  opacity: 0;
  transform: translateY(-10px);
}
/* Letter animation class */
.letter-animate {
  /* display: inline-block; */
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out forwards;
  
}

.home_hero.cw_copilot_uplift .cw_copilot_home_banner h1 .rotating-text-container.animation-width {
  display: inline-block;
  animation-delay: 0.5s !important;
  animation: widthAnimate 0.5s ease both;
}

.home_hero.cw_copilot_uplift .cw_copilot_home_banner h1 .rotating-text-container.displayInline {
  display: inline-block;
}

@keyframes widthAnimate {
  0% {
      width: 0;
  }
  100% {
      width: 310.33px;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.2;
  }
}

/* Video Button - What Customers Say */
.copilot_campaign .video-button-wrapper {
  margin-top: 64px;
  display: inline-block;
}

.home_hero.cw_copilot_uplift .customers-video-btn {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  outline: none;
  min-height: 43px;
  border-radius: 10px;
background: linear-gradient(93deg, rgba(255, 255, 255, 0.18) -3.6%, rgba(255, 255, 255, 0.04) 96.47%);
border: 1px solid rgba(255, 255, 255, 0.5);
}
 #customersVideoModal .close{
    position: absolute;
    right: 15px;
    top: 10px;
    /* color: white; */
    z-index: 99;
    background: #333;
    padding: 0px 5px;
    border-radius: 200px;

}
 #customersVideoModal .close svg path{
  fill: #fff;
}
.home_hero.cw_copilot_uplift .video-btn-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px 8px 8px;
  z-index: 2;
  width: 300px;
    height: 60px;
}

.home_hero.cw_copilot_uplift .video-thumbnail {
  position: relative;
  width: 74px;
    height: 45px;
  border-radius: 5px;
  overflow: hidden;
  flex-shrink: 0;
}

.home_hero.cw_copilot_uplift .thumbnail-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EEE;
  /* background-image: url('data:image/svg+xml;base64,PHN2ZwogICAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgICAgIHZpZXdCb3g9IjAgMCAxIDEiCiAgICAgIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiCiAgICAgIHdpZHRoPSIxMDAlIgogICAgICBoZWlnaHQ9IjEwMCUiCiAgICA+CiAgICAgIDxyZWN0IHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9IiNFRUUiIC8+CiAgICA8L3N2Zz4='); */
  background-image: url(https://www.cloudways.com/wp-content/uploads/2025/08/Video-Thumbnail-Homepage.png);
  background-size: cover;
  background-position: center;
}

.home_hero.cw_copilot_uplift .thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://www.cloudways.com/wp-content/uploads/2025/08/video_thumbnail.png) no-repeat center center / cover;
  opacity: 1;
}

.home_hero.cw_copilot_uplift .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 20px;
  z-index: 3;
}

.home_hero.cw_copilot_uplift .play-button svg {
  width: 30px;
  height: 30px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.home_hero.cw_copilot_uplift .video-btn-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  white-space: nowrap;
  letter-spacing: -0.12px;
  line-height: 1.5;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-left: 10px;
}

.home_hero.cw_copilot_uplift .video-btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  /* margin-left: 10px; */
}

.home_hero.cw_copilot_uplift .video-btn-arrow svg {
  width: 10.75px;
  height: 10.75px;
}
/* Modal Styling */
.copilot_uplift_section .modal.in .modal-dialog {
  transform: translate(0, 40%);
  border-radius: 20px;
}
.copilot_uplift_section .modal{
  background: rgba(47, 57, 191, 0.3);
}
#customersVideoModal .modal-content {
  border-radius: 8px;
  border: none;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}
.home_hero.cw_copilot_uplift #customersVideoModal .modal-content{
  position: relative;
}
#customersVideoModal .modal-header {
  background: linear-gradient(135deg, #8B5CF6 0%, #A855F7 50%, #9333EA 100%);
  color: white;
  border-radius: 8px 8px 0 0;
  border-bottom: none;
  padding: 15px 20px;
}

#customersVideoModal .modal-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
}

#customersVideoModal .close {
  color: white;
  opacity: 0.8;
  text-shadow: none;
  font-size: 24px;
}

#customersVideoModal .close:hover {
  opacity: 1;
  color: white;
}

#customersVideoModal .modal-body {
  padding: 0;
  background: #000;
}

#customersVideoModal .video-container {
  position: relative;
  background: #000;
}

#customersVideoModal .embed-responsive {
  margin: 0;
}

/* Clean positioning */
.copilot_campaign .rotating-text-container {
  z-index: 10;
  position: relative;
}

.copilot_campaign .typewriter-text {
  z-index: 15;
  position: relative;
}

.copilot_campaign .typewriter-text .letter {
  position: relative;
} 

.copilot_campaign .typewriter-text .letter.typed {
  z-index: 20;
}

.copilot_campaign .typewriter-text.debug-mode .letter {
  color: inherit !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.copilot_uplift_section .home_hero.cw_copilot_uplift::before{
  background: url(https://www.cloudways.com/wp-content/uploads/2025/08/Homepage.png) no-repeat center bottom/cover;
  /* animation: none;
  opacity: 1;
  transition: none; */
}
.copilot_uplift_section  .break-line{
  display: none;
}
.company_logos.copilot_campaign_inner_logos .company_logo_inner{
  justify-content: flex-start;
  gap: 68px;
  align-items: center;
}  
.company_logos.copilot_campaign_inner_logos .company_logo_inner .logo_seperator:after{
background-color: transparent;
}
.company_logos.copilot_campaign_inner_logos .border-line{
  max-width: 1006px;
height: 1px;
background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.20) 50.27%, rgba(255, 255, 255, 0.04) 100%);
margin: 72px auto;
margin-left: 0%;
}
.page_ai-copilot #footer-container {
  display: block !important;
}
/* copilot compaign  */




/* home page styling  */


/* home hero fold */
.home-chat-input-container{
  width: 540px;
  margin: 55px auto;
  position: relative;
  z-index: 999;
}
.home-chat-input-container .input-wrapper{
  position: relative;
  background: #FFFFFF;
  background-clip: padding-box;
  /* border: 1.662px solid; */
  /* border-image: linear-gradient(45deg, rgba(255, 175, 71, 0.90) 29.82%, rgba(255, 71, 240, 0.70) 53.41%, #D285FF 68.52%, rgba(10, 93, 255, 0.90) 100.85%); */
  border-radius: 6.65px;
  max-width: 540px;
  height: 54px;
  padding: 6px 10px;
  padding-left: 17px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #091E42;
  margin: 0 5px;
}
.home-chat-input-container .input-wrapper::before{
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(
      6deg, rgba(255, 175, 71, 0.90) 29.82%, rgba(255, 71, 240, 0.70) 53.41%, #D285FF 68.52%, rgba(10, 93, 255, 0.90) 100.85%);
  border-radius: 6.65px;
  z-index: -1;
}
.home-chat-input-container .chat-input {
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  resize: none;
  width: 100%;
  height: 14px;
  min-height: 14px;
  max-height: 84px;
  flex: 1;
  overflow-y: hidden;
  box-sizing: border-box;
}
.home-chat-input-container .send-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 2px;
  width: 24px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 21.563px;
  right: 20.605px;
  transition: all 0.2s ease;
}
.home-chat-input-container .send-button svg{
  width: 20px;
  height: 15px;
}
@media (max-width: 768px) {

  /* home hero fold */
  .home-chat-input-container{
      width: 100%;
      max-width: 540px;
  }
}
@media (max-width: 1200px) {
  .announcement_auto_home {
    padding: 50px 20px 50px 20px;
  }

  .announcement_auto_home .auto_home_wrapper {
    flex-wrap: wrap;
  }

  .announcement_auto_home .auto_announcement_detail {
    width: 100%;
    /* text-align: center; */
  }

  .announcement_auto_home .auto_announcement_features {
    width: 100%;
  }
  .core_features .all_loges {
    transform: scale(0.7);
    transform-origin: left;
  }
  .prepathon-camp .prepathon-banner-wrap {
    padding: 46px 36px;
  }
  .cw_copilot_banner .cw_copilot_banner_inner .content_wrap_inner{
    flex-direction: column;
  }
  .cw_copilot_banner .cw_copilot_banner_inner .content_wrap .header_wrap{
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .cw_copilot_uplift .sidebar {
    top: -8px;
    left: -23px;
    max-width: 130px;
}
.cw_copilot_uplift .cloudflare {
  top: 50px;
  right: 0px;
  max-width: 130px;
}
.cw_copilot_uplift .stats {
  top: 210px;
  right: -30px;
  max-width: 200px;
}
#beam{
  right: -9%;
}
}

@media (max-width: 992px) {
  .announcement_auto_home .auto_features {
    column-count: 1;
    margin: 0;
    max-width: 280px;
  }

  .announcement_auto_home .auto_features li {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .core_features .all_loges {
    transform-origin: center;
  }
  .deploy-camp {
    background-size: auto 100%;
    border-radius: 12px;
  }
  .autoscalingWPSec .autoscalingWPWrapper {
    flex-direction: column;
  }
  .autoscalingWPSec .autoscalingWPWrapper .left-content {
    max-width: 100%;
    padding-right: 0;
  }
  .highlighted-text,
  .autoscalingWPSec .AutoscalingContentWrap .autoscaleHeading {
    font-size: 36px;
  }

  .autoscalingWPSec .autoscalingWPWrapper .right-content {
    max-width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
  .autoscalingWPSec .autoscalingWPWrapper .right-content::before {
    content: unset;
  }
  .autoscalingWPSec
    .autoscalingWPWrapper
    .right-content
    .autoscale-carousel
    .owl-dots {
    text-align: center;
  }

  .autoscalingWPSec::after,
  .autoscalingWPSec::before {
    content: unset;
  }

  /* prepathon camp | Begin */

  .prepathon-camp .prepathon-banner-wrap {
    padding: 46px 36px;
    flex-direction: column;
    align-items: flex-start;
    background-size: cover;
  }

  .prepathon-camp .prepathon-banner-wrap .prepathon-content p {
    margin: 24px 0 36px;
    max-width: 100%;
  }
  .prepathon-camp .prepathon-banner-wrap .prep-cta {
    margin-top: 36px;
  }
  .managed_cloud_solution .cw_flexible_autonomous_cards{
    flex-direction: column;
  } 
  .managed_cloud_solution .cw_flexible_autonomous_cards .card_wrap{
    padding: 20px 0px 0px 20px;
    width: 100%;
  }
  .managed_cloud_solution .cw_flexible_autonomous_cards .card p{
    margin-right: 20px;
  }

  .cw_copilot_uplift .desk-img{
  display: none;
}
.cw_copilot_uplift .resp-img{
  display: block;
}
.cw_copilot_uplift .company_logo_slider .company_logo_inner {
    display: block;
  }
  .cw_copilot_uplift .company_logo_slider.slick-slider .company_logo_inner {
    display: flex;
    gap: 0;
    justify-content: center;
    align-items: center;
  }
  .cw_copilot_uplift .company_logo_slider .c_logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .cw_copilot_uplift .company_logo_slider .slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .cw_copilot_uplift .company_logo_slider .slick-dots {
    display: none;
  }
  .cw_copilot_uplift .subtract{
    height: 1120px;
  }
  .home_hero.cw_copilot_uplift::before{
    height: 660px;
    top: initial;
  }
  .cw_copilot_uplift .subtract{
    bottom: -440px;
  }
  /* prepathon camp | Ends */
  @keyframes widthAnimate {
    0% {
        width: 0;
    }
    100% {
        width: 168px;
    }
  }
  #beam {
    right: -24%;
}
}

/* Announcement Autoscale End*/

@keyframes play {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.videoBox .embed-responsive.embed-responsive-16by9 {
  border-radius: 0 0 10px 10px;
}

/* Home Video  */

@media (max-width: 1200px) {
  #footer-nav_social li {
    float: none;
    width: 16%;
  }

  .footer-payment_method {
    background-size: contain !important;
  }

  div#footer-nav_social a > i {
    font-size: 20px !important;
  }

  #footer-nav_address .footer-nav_logo {
    background-size: contain !important;
  }

  #footer-nav_address ul > li:nth-of-type(2) {
    margin: 20px 0 22px;
  }

  div#footer-container .footerContainerWrap .footerNavWrap .footer-nav {
    margin-right: 30px;
    width: calc(33.33% - 20px);
  }
  .platform_scr .browser_outer {
    width: 500px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1298px;
  }
}

@media (min-width: 767px) AND (max-width: 992px) {
  div#footer-nav_social a > i {
    font-size: 18px !important;
  }

  div#footer-nav_social a > i {
    font-size: 12px !important;
  }

  .cw-pay-mth {
    margin: 40px 0 40px 0;
  }

  .cw-pay-mth > h3 {
    margin-bottom: 15px;
  }

  div#footer-container .footerContainerWrap .footerNavWrap .footer-nav {
    width: calc(50% - 15px);
    margin-bottom: 40px;
  }

  div#footer-container
    .footerContainerWrap
    .footerNavWrap
    .footer-nav:nth-child(even) {
    margin-right: 0;
  }

  div#footer-container
    .footerContainerWrap
    .footerNavWrap
    .footer-nav:nth-child(odd) {
    margin-right: 30px;
  }
}

@media (max-width: 992px) {
  .newFtr_adrs_imgBox .footer-nav_logo {
    width: 70px;
  }

  .newFtr_adrs_txtBox {
    margin: 15px 0 20px;
  }

  div.footer-nav .nav > li > a {
    display: block;
  }

  .SuccessStoriesSection
    .card2
    .successStoryCard
    .successStoryCardWrapper
    .rightContent
    img {
    max-width: 100%;
  }
  .newAutoscaleBanner .home_hero .home_banner_wrap {
    flex-direction: column;
  }
  .newAutoscaleBanner .home_hero .txtWrap {
    max-width: 100%;
    text-align: center;
  }
  .newAutoscaleBanner .home_hero .detail {
    text-align: center;
  }
  .newAutoscaleBanner .home_hero .cta {
    justify-content: center;
  }
  .platform_scr .browser_outer {
    width: 100%;
    margin-top: 50px;
  }
  .newAutoscaleBanner .home_hero h1 {
    font-size: 32px;
    line-height: 46px;
  }
  .newAutoscaleBanner .home_hero .detail {
    font-size: 18px;
  }
  .company_logos {
    padding: 40px 0;
  }
  .company_logos .company_logo_inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .company_logos .company_logo_inner .c_logo {
    width: 200px;
    margin-bottom: 20px;
    text-align: center;
  }
  .company_logos .company_logo_inner .logo_seperator:after {
    width: 0;
  }
  .company_logos .company_logo_inner .c_logo img {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  div.footer-nav .nav > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    opacity: 0;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
  }

  div.footer-nav .nav > li > a:hover:after {
    opacity: 1;
  }
}

@media (max-width: 766px) {
  #footer-nav_address ul > li {
    font-size: 12px;
  }

  #footer-nav_address ul > li:nth-of-type(2) {
    font-size: 13px;
  }

  .ftr-nav_scl-hd {
    background-image: none !important;
    background-color: #0a0d35 !important;
    text-align: center !important;
  }

  .newFtr_adrs_imgBox .footer-nav_logo {
    width: 200px;
  }

  #cw-navbar {
    background-color: #101a28;
    padding: 0;
    max-height: none !important;
  }

  div#cw-navbar ul.navbar-right li,
  div#cw-navbar ul.navbar-right li a,
  div#cw-navbar ul#cw-navbar-secondary li,
  div#cw-navbar ul#cw-navbar-secondary li a {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }

  footer#cw-footer .footer-nav-btm {
    padding: 15px 0;
    text-align: center;
  }

  div.footer-nav#footer-nav_address {
    margin-top: 30px;
    border-top: 1px solid #2b3c4d;
    padding-top: 30px;
  }

  #footer-nav_address ul {
    border-bottom: 0;
  }

  #footer-nav_address .footer-nav_logo {
    background-position: center top !important;
  }

  .footer-nav-btm .footer-nav_content {
    padding: 0;
  }

  div#cw-navbar ul.navbar-right li a,
  div#cw-navbar ul#cw-navbar-secondary li a {
    padding: 10px 15px;
    color: #ffffff;
  }

  #menu-main-menu .cw-navbar-free_trial {
    top: 0;
    margin-left: 0;
    background: transparent;
    font-weight: 300;
    border-radius: 0 !important;
  }

  #menu-main-menu .cw-navbar-free_trial a {
    padding: 10px 15px !important;
  }

  div#cw-navbar ul.navbar-right li a span {
    line-height: 34px;
    padding-left: 30px;
    color: #fff !important;
  }

  div#cw-navbar ul.navbar-right > li > a b {
    position: relative;
    top: 4px;
  }

  .open .caret-arrow {
    display: none;
  }

  #cw-navbar-secondary_bg {
    display: none;
  }

  div#cw-navbar ul#cw-navbar-secondary {
    float: left;
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 0;
  }

  div#cw-navbar ul#cw-navbar-secondary li a:hover,
  div#cw-navbar ul#cw-navbar-secondary li a:focus,
  div#cw-navbar ul.navbar-right li a:hover,
  div#cw-navbar ul.navbar-right li a:focus {
    background: none;
    color: #2ecc71;
  }

  div#cw-navbar ul.navbar-right li a:hover,
  div#cw-navbar ul.navbar-right li a:focus {
    background: #182639;
    color: #fff;
  }

  .hdr-dropdown ul {
    min-width: 200px;
    left: 0;
  }

  .hdr-dropdown ul li a {
    padding: 0 !important;
  }

  .hdr-dropdown ul li b {
    padding: 10px 0 10px 80px;
    font-weight: normal;
    color: #fff;
    display: block;
    position: relative;
  }

  .hdr-dropdown ul li a b strong {
    background-image: url(../../img/home/sprite-header-menu2.png);
    width: 35px;
    height: 28px;
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 9px;
  }

  .hdr-dropdown ul li a.hdr-magento b strong {
    background-position: left -86px;
  }

  .hdr-dropdown ul li a.hdr-laravel b strong {
    background-position: left -172px;
  }

  .hdr-dropdown ul li a.hdr-php b strong {
    background-position: left -258px;
  }

  .hdr-dropdown ul li a.hdr-drupal b strong {
    background-position: left -344px;
  }

  .cw-mobile_slide_item:hover {
    margin-top: 0;
  }

  footer#cw-footer {
    background-image: none !important;
  }

  div.footer-nav {
    padding: 0;
    float: left;
    width: 100%;
  }

  div#footer-container {
    padding: 0 0 20px;
  }

  a.footer-nav-heading {
    margin: 0;
    padding: 20px 15px;
    background: url("../../img/fotr-nav-icon.png") no-repeat 95% -80px #0a0d35;
  }

  .footer-nav_legal-heading {
    margin: 0 !important;
  }

  a.footer-nav-heading.collapsed {
    background-position: 95% 22px;
    background-color: #0a0d35;
  }

  a.footer-nav-heading:before,
  a.footer-nav-heading:after {
    display: none;
  }

  .footer-nav .footer-nav_content ul {
    border-bottom: 1px solid #2b3c4d;
    padding: 0 15px 15px;
    margin: 0;
  }

  #footer-copyright {
    padding-left: 15px;
    padding-right: 15px;
  }

  #footer-copyright {
    display: block;
  }

  .footer-nav-reverse {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    float: right;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    float: left;
    width: 100%;
  }

  .footer-payment_method {
    background-position: left 0px !important;
  }

  #cw-ph {
    display: none;
  }

  #helobar-point {
    padding-bottom: 20px;
  }

  .cw-pay-mth {
    text-align: center;
    margin: 0;
  }

  .newFtr_adrs_wrap {
    text-align: center;
    margin: 20px 0 0;
    padding: 0 15px;
  }

  #cw_ml_swtch .dropdown .btn {
    text-align: center;
  }

  #cw_ml_swtch .dropdown-menu {
    top: -140px;
    left: -15px;
    margin: 0;
  }

  #cw_ml_swtch .dropdown-menu:after {
    display: inline-block;
  }

  #cw_ml_swtch .fa-angle-down:before {
    content: "\f106";
  }

  .newFtr_scl_iconBox ul li {
    margin-right: 10px;
  }

  .newFtr_scl_iconBox ul li a {
    padding: 15px;
  }

  div#footer-container .footerContainerWrap {
    flex-direction: column;
  }

  div#footer-container .footerContainerWrap .footerBrandInfoWrap {
    padding-right: 0;
    margin-top: 50px;
  }

  div#footer-container .footerContainerWrap .footerNavWrap .footer-nav {
    width: 100%;
    margin: 0;
  }

  .newFtr_adrs_reviewBadges .badgeBox a img {
    max-height: 150px;
  }
  .home_hero.cw_copilot_uplift .cw_copilot_home_banner .copilot_home_subheading{
    font-size: 18px;
  }
}

@media (min-width: 767px) {
  /*Menu*/
  .footer-nav-heading {
    cursor: default;
  }

  div.footer-nav .nav > li > a {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .footer-nav_content {
    height: 600px !important;
    display: block !important;
    visibility: visible !important;
  }

  .footer-nav_content.quick-div-2 {
    margin-top: 45px;
  }

  div#footer-nav_legal {
    /*height:140px !important;*/
  }

  div#footer-nav_payment {
    height: 30px !important;
  }

  div#footer-nav_social a > i {
    font-size: 25px;
  }

  div#footer-container
    .footerContainerWrap
    .footerNavWrap
    .footer-nav
    .footer-nav_content {
    height: auto !important;
  }
}

@supports (-ms-ime-align: auto) {
  /* IE Edge 12+ CSS styles go here */
  div.footer-nav .nav > li > a:after {
    display: none !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  div.footer-nav .nav > li > a:after {
    display: none !important;
  }
}

/*gSap Items Hide */
.gsap-marker-scroller-start,
.gsap-marker-scroller-end {
  display: none !important;
}

.gsap-marker-start,
.gsap-marker-end {
  display: none !important;
}

/*  Responsive Mode  */
@media (max-width: 992px) {
  .home_hero h1 {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 120%;
  }

  .home_hero .detail {
    font-size: 16px;
    line-height: 150%;
  }

  .HeaderTltBox h1 {
    font-size: 36px;
  }

  .HeaderTltBox p {
    font-size: 16px;
  }

  .FeatsStatsSec .FeatsStatsHeading h5 {
    /* margin-bottom: 0; */
  }

  .SuccessStoriesSection .HeaderTltBox {
    padding: 0 15px;
  }

  .chatContainer {
    flex-direction: column-reverse;
  }

  .support_box_wrapper {
    padding: 0;
  }

  .chatFeatures {
    max-width: 100%;
    padding: 60px 0 40px;
  }

  .support_heading {
    font-size: 36px;
    line-height: 120%;
    padding: 0 0 20px;
  }

  .support_wrapper .box_wrapper {
    max-width: 580px;
  }

  .showChat {
    width: 100%;
  }

  .showChat .slick-slide img {
    max-width: 100%;
  }

  .smb_detail p {
    /* font-size: 23px; */
    font-size: 30px;
    line-height: 150%;
  }

  .smb_wrapper .animatedText span {
    font-size: 30px;
    letter-spacing: -1px;
    color: #fff;
    opacity: 1;
  }

  .smb_box_wrapper {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .smb_box:first-child {
    padding: 0;
  }

  .smb_box:nth-child(2) {
    padding: 0 0 0 20px;
  }

  .smb_box:last-child {
    padding: 0 0 0 20px;
  }

  .smb_number {
    font-size: 50px;
    line-height: 120%;
  }

  .smb_box {
    width: 33.33%;
  }

  .smb_detail_outer {
    height: auto;
    margin: 0 0 30px;
  }

  .smb_detail {
    height: auto;
    margin-bottom: 0;
  }

  .smb_wrapper {
    padding: 60px 0 50px;
  }

  .core_features {
    padding: 60px 0;
  }

  .core_features .total_features {
    flex-wrap: wrap;
    padding: 40px 60px;
  }

  .total_features article {
    width: 100%;
  }

  .total_features h4 {
    max-width: 100%;
  }

  .total_features p {
    max-width: 100%;
  }

  .p1 {
    font-size: 16px;
  }

  .all_loges {
    margin: 0 auto;
  }

  h4 {
    font-size: 24px;
  }

  /* .testomonialSldrSection .testomonialOwlSldrWrap .sliderContainer .single-item .cw-agency-vid-testi div.coll img {
        height: 100%;
        object-fit: cover;
    }
    
    .testomonialSldrSection .testomonialOwlSldrWrap .sliderContainer .single-item .cw-agency-vid-testi {
        overflow: hidden;
        width: 97%;
    }
    
    .sliderContainer .owl-carousel .owl-dots {
        text-align: center;
    } */

  .pin-spacer {
    height: 100%;
    width: 100%;
  }

  .cards {
    padding: 0 15px;
    max-width: 720px;
    margin: 0 auto;
    height: 100%;
  }

  .custom_card_wrapper {
    width: 100%;
  }

  .custom-card {
    position: relative;
    height: 100%;
    transform: translate(0);
    top: 0;
  }

  .SuccessStoriesSection .row {
    margin: 0;
  }

  .SuccessStoriesSection {
    padding-bottom: 0;
  }

  .SuccessStoriesSection
    .successStoryCard
    .successStoryCardWrapper
    .leftContent
    h2 {
    margin-top: 0;
    font-size: 30px;
  }

  .SuccessStoriesSection .successStoryCard .successStoryCardWrapper {
    flex-wrap: wrap;
  }

  .SuccessStoriesSection
    .successStoryCard
    .successStoryCardWrapper
    .leftContent {
    max-width: 100%;
  }

  .SuccessStoriesSection
    .successStoryCard
    .successStoryCardWrapper
    .rightContent {
    max-width: 100%;
    padding-left: 0;
  }

  .SuccessStoriesSection .successStoryCard {
    padding: 40px;
  }

  .SuccessStoriesSection
    .successStoryCard
    .successStoryCardWrapper
    .leftContent
    p {
    font-size: 16px;
  }

  .SuccessStoriesSection
    .successStoryCard
    .successStoryCardWrapper
    .leftContent
    .userStory
    h3 {
    font-size: 18px;
    line-height: 150%;
  }

  .SuccessStoriesSection
    .successStoryCard
    .successStoryCardWrapper
    .leftContent
    .userStory
    .userDetail {
    display: block;
  }

  .custom-card:not(.card1) {
    display: none;
  }

  .platform_scr_sec .browser_scr {
    transform: initial;
  }

  .platform_scr_sec .browser_outer {
    margin: -100px 0 0;
  }

  .home_hero .top_heading {
    font-size: 24px;
  }

  .home_hero {
    padding: 160px 0 70px;
  }

  .smb_wrapper .smb_box_wrapper.willAnimate .smb_box {
    opacity: 1;
  }
  .newAutoscaleBanner .home_hero {
    padding: 160px 0 70px;
  }
}

@media (max-width: 767px) {
  /* .all_loges {
        display: none;
    } */

  .core_features .total_features {
    padding: 40px;
  }
  .deploy-camp {
    border-radius: 0;
    background-position: center;
  }
  .deploy-camp .deploy-content p {
    font-size: 16px;
  }
  .highlighted-text,
  .autoscalingWPSec .AutoscalingContentWrap .autoscaleHeading {
    font-size: 24px;
  }
  .cw_copilot_banner .cw_copilot_banner_inner .content_wrap_inner{
    padding: 40px 33px 0 33px;
  }
  .cw_copilot_banner .image_wrap img{
    /* width: 306.771px; */
    /* height: 248.14px; */
    height: 100%;
    width: 100%;
  }
  
  .home_hero.cw_copilot_uplift .customers-video-btn {
    min-height: 38px;
  }
  
  .home_hero.cw_copilot_uplift .video-thumbnail {
    width: 48px;
    height: 30px;
  }
  
  .home_hero.cw_copilot_uplift .video-btn-text {
    font-size: 11px;
  }
  
  .home_hero.cw_copilot_uplift .video-btn-content {
    gap: 6px;
    padding: 6px 12px 6px 6px;
  }

  .copilot_uplift_section #customersVideoModal .modal-dialog {
    margin: 20px 10px;
  }
  
  .copilot_uplift_section #customersVideoModal .modal-title {
    font-size: 16px;
  }
  
  .copilot_uplift_section #customersVideoModal .modal-header {
    padding: 12px 15px;
  }
  #beam {
    right: -46%;
    top: -63%;
}
}
@media (max-width: 600px) {
  .SuccessStoriesSection .HeaderTltBox {
    padding: 0 15px;
  }

  .support_wrapper .box_wrapper .box {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
  }

  .support_wrapper .box_wrapper {
    flex-wrap: wrap;
  }

  .support_box_wrapper {
    text-align: center;
  }

  .smb_box {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 20px 0 15px 20px !important;
  }

  .smb_box_right::after {
    display: none;
  }

  .smb_box:nth-child(2) {
    padding-left: 0;
  }

  .smb_box:last-child {
    padding-left: 0;
    border: none;
  }

  .featured_card {
    flex-wrap: wrap;
  }

  .featured_card .col-md-4.col-sm-12 {
    width: 100%;
    margin: 20px 0 0;
  }

  .custom_card p,
  .custom_card_two p {
    max-width: 100%;
  }

  .custom_card h5,
  .custom_card_two h5 {
    max-width: 100%;
  }

  .videoBox .videoControlBox svg {
    width: 120px;
    height: 120px;
  }

  .videoBox .videoControlBox::before {
    width: 50px;
    height: 50px;
  }

  .videoBox .videoControlBox::after {
    width: 50px;
    height: 50px;
  }

  .platform_scr_sec .browser_innr_scr {
    bottom: 5px;
  }
  .core_features .all_loges {
    transform-origin: left;
    transform: scale(0.6);
  }
  .core_features .total_features {
    padding: 0 15px;
  }
  .managed_cloud_solution .cw_flexible_autonomous_cards #card2{
    background: none;
  }
  .managed_cloud_solution .cw_flexible_autonomous_cards .card{
    background: none;
  }
  .desk-img{
    display: none;
  }
  .resp-img{
    display: block;
  }
  .home_hero .cw_copilot_home_banner .copilot_cta{
    flex-direction: column;
  }
  .home_hero .cw_copilot_home_banner .copilot_cta a{
    width: 100%;
  }
  .copilot_uplift_section .modal.in .modal-dialog{
    transform: translate(0, 100%);
  }
  #beam {
    right: -63%;
    top: -56%;
}
}

@media (max-width: 576px) {
  .support_wrapper {
    background-image: url(https://www.cloudways.com/wp-content/uploads/2023/12/Home-support-bg.jpg);
  }

  .support_wrapper {
    background-position: center 0px;
  }

  .SuccessStoriesSection .lnd-new-feats-tabs-wrap .nav-tabs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 30px !important;
  }

  .cards .nav li {
    float: initial;
  }

  .platform_scr_sec .browser_outer {
    margin: 60px 0 0;
  }
  .autoscalingWPSec .AutoscalingContentWrap ul {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin-left: 30px;
    margin-bottom: 32px;
  }
  .autoscalingWPSec .AutoscalingContentWrap ul li {
    margin-bottom: 20px;
  }
  .autoscalingWPSec .AutoscalingContentWrap ul li:last-child {
    margin-bottom: 0;
  }
  .deploy-camp {
    background: url(https://www.cloudways.com/wp-content/uploads/2024/06/deployfoldbg.webp)
      no-repeat #000;
    padding: 50px 20px 0;
    background-position: center;
    max-width: 448px;
    min-height: 500px;
    background-size: cover;
    margin: 0 auto;
    border-radius: 12px;
    margin-bottom: 50px;
    width: 95%;
  }
  .deploy-camp .deploy-logo img {
    margin: 0 auto;
    max-width: 165px;
  }
  .deploy-camp .deploy-content {
    text-align: center;
    margin: 0 auto;
  }
  .deploy-camp .deploy-content a {
    margin: 0 auto;
  }
  .prepathon-camp .prepathon-banner-wrap {
    background: url(https://www.cloudways.com/wp-content/uploads/2024/08/prepathon_2024_home_bg.png)
      no-repeat center;
    background-size: cover;
    border-radius: 0;
    max-width: 375px;
    margin: 0px auto 64px;
  }
  .prepathon-camp
    .prepathon-banner-wrap
    .prepathon-content
    .event-details-wrap {
    flex-wrap: wrap;
  }
  .prepathon-camp
    .prepathon-banner-wrap
    .prepathon-content
    .event-details-wrap
    .event-details:first-child {
    margin-bottom: 12px;
  }
}

@media (max-width: 480px) {
}
@media (max-width: 480px) {
  .copilot_campaign .video-button-wrapper .customers-video-btn {
    min-height: 35px;
  }
  
  .copilot_campaign .video-thumbnail {
    width: 42px;
    height: 26px;
  }
  
  .copilot_campaign .video-btn-text {
    font-size: 10px;
  }
  
  .copilot_campaign .video-btn-content {
    gap: 5px;
    padding: 5px 10px 5px 5px;
  }
  
  .copilot_campaign .play-button {
    width: 16px;
    height: 16px;
  }
  
  .copilot_campaign .play-button svg {
    width: 8px;
    height: 8px;
  }
  #beam {
    right: auto;
    left: -100%;
    top: -56% !important;
}
.copilot_uplift_section  .break-line{
  display: block;
}
}

/*  Responsive Mode  */

/* end body */

/*24-10-2023*/

.custom_card h5,
.custom_card_two h5 {
  max-width: 270px;
}

.custom_card p,
.custom_card_two p {
  max-width: 300px;
}

.custom_card,
.custom_card_two {
  height: 560.48px;
}

.cw-hdr-wrap_new_white_bg .cd-morph-dropdown .nav-trigger span,
.cd-morph-dropdown .nav-trigger span::after,
.cd-morph-dropdown .nav-trigger span::before {
  background: #fff;
}

.cw_cmpg_2023 .cw-hbar-wrap .container-fluid {
  max-width: 1298px;
}

.cw-hdr-wrap_new .cw-hbar-wrap a {
  font-size: 14px !important;
}

.videoBox video {
  object-fit: cover;
  object-position: top;
}
.autoscalingWPSec .autoscaleCta {
  display: flex;
  gap: 10px;
  align-items: center;
}