.header-text-gradient {
  background: linear-gradient(
    96deg,
    rgba(255, 175, 71, 0.9) 1%,
    rgba(255, 71, 240, 0.7) 6.5%,
    #d285ff 50.02%,
    rgba(10, 93, 255, 0.9) 120.88%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.8px;
}

.purple_gradient {
  border-radius: 0px 12px 12px 0px;
  background: linear-gradient(
    96deg,
    rgba(255, 255, 255, 0.9) -14.05%,
    rgba(255, 255, 255, 0.4) 161.82%
  );
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.copilot_main .cw_copilot_banner {
  padding: 185px 0 60px;
  position: relative;
}
.copilot_main.copilot_uplift_section .cw_copilot_banner {
  padding: 160px 0 60px;
}
@keyframes AnimateBorder {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.copilot_main .banner_bg {
  position: absolute;
  /* height: 660px; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 400vw;
  transform: translateX(0%);
  animation: AnimateBorder 10s linear infinite;
  display: flex;
  z-index: -1;
}

.copilot_main .banner_bg .copilot_bg_animation {
  background: url(https://www.cloudways.com/wp-content/uploads/2025/01/Cloudways-AI-Gradient_Test-scaled.webp)
    no-repeat;
  height: 100%;
  background-size: 100% 100%;
  width: 100%;
}

/* .copilot_main .cw_copilot_banner:before {
  content: "";
  border-radius: 12px;
  position: absolute;
  height: 400px;
  left: 0;
  right: 0;
  top: 40%;
   bottom: 0; 
  z-index: -1;
  filter: blur(10px);
  animation: AnimateBorder 10s ease infinite;
} */

.copilot_main .mainwrap {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}
.copilot_main.copilot_uplift_section .mainwrap{
  margin-bottom: 64px;
}
.copilot_main .cw_copilot_banner .tag {
  display: flex;
  flex-wrap: nowrap;
  padding: 10px 28px;
  max-width: max-content;
  justify-content: center;
  margin: 0 auto 24px;
  align-items: center;
  gap: 12px;
  border-radius: 60px;
  box-shadow: 0px 4px 24px 0px #e7e3ff;
  border-radius: 48px;
  position: relative;
  /* background: linear-gradient(
    96deg,
    rgba(10, 93, 255, 0.38),
    rgba(210, 133, 255, 0.42),
    rgba(255, 71, 240, 0.29),
    rgba(255, 175, 71, 0.38)
  ); */
  background: linear-gradient(
    96deg,
    rgba(10, 93, 255, 0.6),
    rgba(210, 133, 255, 0.6),
    rgba(255, 71, 240, 0.6),
    rgba(255, 175, 71, 0.6)
  );
  z-index: 1;
}

.copilot_main .cw_copilot_banner .tag::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  left: 1px;
  background: #fff;
  border-radius: 48px;
  z-index: -1;
}

.copilot_main .cw_copilot_banner .mainwrap .tag p {
  color: #253858;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  margin: 0 0;
}

.copilot_main .cw_copilot_banner .mainwrap .tag .beta_tag {
  border-radius: 36px;
  border: 1px solid #d5d7f2;
  padding: 1px 8px;
  color: #2f39bf;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 145.455% */
}

.copilot_main .mainwrap h1 {
  color: #091e42;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 77px */
  letter-spacing: -2.8px;
  margin: 26px 0 0;
}

.copilot_main .cw_copilot_banner .mainwrap h1 .header-text-gradient {
  font-size: inherit;
}

.copilot_main .cw_copilot_banner .mainwrap p {
  color: #253858;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
  margin: 10px 0 0;
}

.copilot_main .form-group {
  max-width: 546px;
  margin: 36px auto 80px;
  position: relative;
}
.copilot_main .form-group .form-control {
  height: 68px;
}
.early_access_sec .form-control {
  background-color: #ffffff16;
  border: 1px solid #ffffff20;
  color: #fff;
}
.early_access_sec .form-control::placeholder {
  color: #fff;
}

.copilot_main .form-group .herofold_cta {
  width: fit-content;
  position: absolute;
  top: 10px;
  right: 10px;
}

.borderRed {
  border-color: red !important;
}

.copilot_main .videoFold .browser_outer {
  background: url(https://www.cloudways.com/wp-content/uploads/2025/01/Browser.svg)
    no-repeat center;
  background-size: contain;
  height: 634px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.copilot_main .videoFold .browser_outer .browser_inner img.desktop_view {
  transition: 0.5s all ease-in-out;
  max-width: 1140px;
}

.copilot_main .videoFold .browser_outer .browser_inner img.mobile_view {
  display: none;
}

.copilot_main .videoFold .browser_outer .browser_inner img.will_animate {
  transform: translate3d(0px, -8.5891%, 0px) scale3d(1.08589, 1.08589, 1)
    rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  max-width: 1200px;
  margin-top: 140px;
}

.copilot_main .features_sec {
  padding: 60px 0 100px;
}

.copilot_main .insight_sec h2,
.copilot_main .features_sec h2 {
  color: #091e42;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 52.8px */
  letter-spacing: -1.92px;
  margin: 0;
}
.copilot_main .insight_sec article h2 .header-text-gradient,
.copilot_main .features_sec article h2 .header-text-gradient {
  font-size: inherit;
  letter-spacing: inherit;
}
.copilot_main .insight_sec article p,
.copilot_main .features_sec article p {
  color: #253858;
  text-align: center;
  margin: 24px auto 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
  max-width: 830px;
}
.copilot_main .features_sec article {
  margin-bottom: 57px;
}

.copilot_main .AI_Powered_card {
  border-radius: 12px;
  border: 1px solid #dfe1e6;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copilot_main .features_sec .feature_card .access_tag,
.copilot_main .features_sec .AI_Powered_card .left_content .access_tag {
  border-radius: 68.594px;
  border: 1px solid #444dc5;
  background: #f5f5fc;
  color: #2f39bf;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  width: fit-content;
  padding: 1px 14px;
}

.copilot_main .features_sec .AI_Powered_card .left_content h3 {
  color: #091e42;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.96px;
  margin: 24px 0 8px;
}

.copilot_main .features_sec .AI_Powered_card .left_content p {
  color: #253858;
  font-size: 16px;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
  max-width: 482px;
  margin-bottom: 36px;
}

.copilot_main .features_sec .AI_Powered_card .left_content p b {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit; /* 38.4px */
  letter-spacing: inherit;
}

.copilot_main .features_sec .AI_Powered_card .left_content {
  margin-right: 100px;
  padding: 50px 0 50px 56px;
  width: 45%;
}

.copilot_main .features_sec .AI_Powered_card .right_content{
  width: 52%;
}

.copilot_main .features_sec .features_card_wrapper {
  display: flex;
  /* align-items: center; */
  gap: 24px;
  margin-top: 24px;
  height: 100%;
}

.copilot_main .features_sec .feature_card {
  border-radius: 12px;
  border: 1px solid #dfe1e6;
  background: #fcfcfc;
  width: calc(50% - 12px);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.copilot_main .features_sec .feature_card .feature_card_content {
  padding: 54px 54px 0 54px;
  margin: 0;
  position: relative; /* uplift section */
}

.copilot_main .features_sec .feature_card.card2 {
  background: url(https://www.cloudways.com/wp-content/uploads/2025/01/Automated-Resolution-1.png)
    no-repeat #fcfcfc;
  background-size: cover;
}

.copilot_main
  .features_sec
  .feature_card
  .feature_card_content
  .coming_soon_tag {
  border-radius: 68.594px;
  border: 1.149px solid #c1c7d0;
  background: #fcfcfc;
  color: #8993a4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: fit-content;
  padding: 1px 14px;
  position: absolute; /* uplift section */
    top: -11px;       /* uplift section */
    left: 30px;       /* uplift section */
}

.copilot_main .features_sec .feature_card .feature_card_content h4 {
  color: #091e42;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
  margin: 0px 0 16px;
  position: relative;
}

.copilot_main .features_sec .feature_card .feature_card_content p {
  color: #253858;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
  margin-top: -10px;
  text-align: left;
  position: relative;
  max-width: 480px;
  margin-left: 0;
}

.copilot_main .insight_sec {
  padding: 120px 0;
  background: #fafaff;
}

.copilot_main .insight_sec .insight_cards_wrapper {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  gap: 32px;
  margin-top: 64px;
}

.copilot_main .insight_sec .insight_cards_wrapper .insight_card {
  width: calc(33.3% - 10px);
}

.copilot_main
  .insight_sec
  .insight_cards_wrapper
  .insight_card
  .insight_card_content
  h4 {
  color: #091e42;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
  margin: 36px 0 12px;
}

.copilot_main
  .insight_sec
  .insight_cards_wrapper
  .insight_card
  .insight_card_content
  p {
  color: #253858;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.42px;
  margin: 0;
}

.copilot_main .speed_sec {
  padding: 80px 0 100px;
  background: url(https://www.cloudways.com/wp-content/uploads/2025/01/insight_sec_bg.png)
    no-repeat;
  background-size: cover;
}
.speed_sec_bg_splash {
  background: #14052d;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.copilot_main .speed_sec .speed_sec_header {
  margin: 0 auto;
  text-align: center;
}

.copilot_main .speed_sec .speed_sec_header h3 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px; /* 152.381% */
  display: block;
}

.copilot_main .speed_sec .speed_sec_header h3 b {
  color: inherit;
  font-size: 26px;
  font-style: inherit;
  font-weight: 700;
  line-height: inherit; /* 152.381% */
}
.copilot_main .speed_sec .speed_sec_header h2 {
  /* background: linear-gradient(
    96deg,
    rgba(255, 175, 71, 0.9) 1%,
    rgba(255, 71, 240, 0.7) 6.5%,
    #d285ff 50.02%,
    rgba(10, 93, 255, 0.9) 120.88%
  ); */
  background: linear-gradient(
    96deg,
    rgba(255, 175, 71, 0.9) -5.63%,
    rgba(255, 71, 240, 0.7) 34.88%,
    #d285ff 60.82%,
    rgba(10, 93, 255, 0.9) 116.33%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: 10px auto;
  display: inline-block;
}

.copilot_main .speed_sec .speed_sec_header p {
  color: #f4f5f7;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 153.846% */
  margin: 0;
  display: block;
}

.copilot_main .speed_sec .progressBar_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 70px 0 54px;
}

.copilot_main .speed_sec .progressBar_wrapper .progressBar_detail {
  margin-right: 14px;
}
.copilot_main .speed_sec .progressBar_wrapper .progressBar_detail .bar1 {
  margin-bottom: 40px;
  display: flex;
}
.copilot_main
  .speed_sec
  .progressBar_wrapper.mobile_view
  .progressBar_detail
  .bar1 {
  margin: 0;
}
.copilot_main
  .speed_sec
  .progressBar_wrapper.mobile_view
  .progressBar_detail
  .bar1
  h5,
.copilot_main
  .speed_sec
  .progressBar_wrapper.mobile_view
  .progressBar_detail
  .bar2
  h5,
.copilot_main
  .speed_sec
  .progressBar_wrapper.mobile_view
  .progressBar
  .bar1
  h4 {
  font-size: 14px;
}

.copilot_main .speed_sec .progressBar_wrapper .progressBar_detail .bar1 h5 {
  color: #eff0f3;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.802px; /* 171.123% */
  margin-left: 5px;
}

.copilot_main .speed_sec .progressBar_wrapper .progressBar_detail .bar2 h5 {
  color: #eff0f3;
  text-align: right;
  font-size: 20.902px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.353px; /* 150% */
}

.copilot_main
  .speed_sec
  .progressBar_wrapper.mobile_view
  .progressBar_detail
  .bar2
  h5 {
  text-align: left;
}

.copilot_main .speed_sec .progressBar_wrapper .progressBar {
  position: relative;
}

.copilot_main .speed_sec .progressBar_wrapper .progressBar::before {
  content: "";
  position: absolute;
  height: 181px;
  width: 1px;
  background: url(https://www.cloudways.com/wp-content/uploads/2025/01/seperator.svg)
    no-repeat;
  top: -35px;
}
.copilot_main .speed_sec .progressBar_wrapper .progressBar .bar1 {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.copilot_main .speed_sec .progressBar_wrapper .progressBar .bar1 h4 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 144.444% */
  letter-spacing: -0.941px;
  margin-left: 10px;
}

.copilot_main .speed_sec .event-features-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px auto 0;
  max-width: 100%;
}
.copilot_main .speed_sec .event-features-wrap .event-feature {
  text-align: center;
  position: relative;
  width: calc(33.3% - 10px);
}
.copilot_main
  .speed_sec
  .event-features-wrap
  .event-feature:nth-child(2)::after,
.copilot_main
  .speed_sec
  .event-features-wrap
  .event-feature:nth-child(2)::before {
  content: "";
  position: absolute;
  height: 181px;
  width: 1px;
  background: url(https://www.cloudways.com/wp-content/uploads/2025/01/seperator.svg)
    no-repeat;
  top: -35px;
}
.copilot_main
  .speed_sec
  .event-features-wrap
  .event-feature:nth-child(2)::after {
  right: 0;
}
.copilot_main
  .speed_sec
  .event-features-wrap
  .event-feature:nth-child(2)::before {
  left: 0;
}
.copilot_main .speed_sec .event-features-wrap .event-feature h2 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px; /* 125% */
}

.copilot_main .speed_sec .event-features-wrap .event-feature p {
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 150% */
}

.copilot_main .early_access_sec {
  padding: 86px 0 0;
  background: url(https://www.cloudways.com/wp-content/uploads/2024/04/cta_Gradient_Splash.svg)
    no-repeat #0e0538;
  background-size: cover;
  background-position: center;
}

.copilot_main .early_access_sec .early_access_sec_wrapper h2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  letter-spacing: -1.2px;
}

.copilot_main .early_access_sec .early_access_sec_wrapper p {
  color: #f4f5f7;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
  margin: 12px 0 28px;
}

.copilot_main #glb-nfaq-wrap.globle_faq {
  padding: 80px 0;
}

/* .copilot_main .faqs_wrap {
  margin: 0 auto;
  text-align: center;
} */

/* modal  */

.customModal .modal-backdrop.in {
  opacity: 0.85;
}
.customModal .modal-dialog {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  /* width: 645px; */
  height: auto;
  transform: translateY(-50%);
  top: 25%;
}
.customModal .modal-dialog .modal-content {
  border-radius: 30px;
  width: 100%;
}
.customModal .modal-dialog .modal-body {
  padding: 50px 98px;
  background: url("https://www.cloudways.com/wp-content/uploads/2025/01/copilot_modal_bg.png")
    no-repeat center bottom;
  background-size: 100% 100%;
  background-color: rgba(56, 148, 255, 0.1);
  border-radius: 16px;
  position: relative;
  min-height: 490px;
}
.customModal .modal-dialog .modal-body .close {
  font-size: 32px;
  font-weight: 500;
  color: #5e6c8499;
  position: absolute;
  right: 33px;
  top: 21px;
  opacity: 1;
}
.customModal .modal-dialog .modal-body .copilot-form-content h2 {
  color: #091e42;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 52.8px */
  letter-spacing: -1.92px;
}

.customModal .modal-dialog .modal-body .copilot-form-content p {
  margin: 24px 0 30px;
  color: #253858;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.2px;
}

.ppc-nav-cta a,
.ppc-nav-cta a:hover,
.ppc-nav-cta a:focus,
.ppc-nav-cta a:active {
  background-color: #2f39bf !important;
  color: #fff !important;
  margin-left: 15px !important;
  padding: 9px 0 !important;
}

.ppc-nav li a,
.ppc-nav li a:active,
.ppc-nav li a:focus {
  color: #253858 !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

.ppc-hdr-wrap nav .ppc-value-hdr-cw-logo {
  background: url(../../img/sprite-hdr-logos.png) no-repeat center transparent !important;
}

/* hellobar */
.hellobar_gradient {
  position: absolute;
  /* height: 660px; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 700vw;
  transform: translateX(0%);
  animation: AnimateBorder 15s linear infinite;
  display: flex;
  z-index: -1;
  opacity: 0.75;
}

.hellobar_gradient .hellobar_gradient_animation {
  background: url(https://www.cloudways.com/wp-content/uploads/2025/01/Cloudways-AI-Gradient-Without-bg-scaled.webp)
    repeat;
  height: 100%;
  background-size: 100% 150%;
  width: 100%;
  background-color: rgba(255, 205, 253, 0.5);
  background-position: center 80%;
}
@keyframes AnimateBorder {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.cw-hbar-wrap {
  position: relative;
  background: transparent !important;
  overflow: hidden;
  /* display: block !important; */
}

.txt-slider-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.cw-hbar-wrap .cw-hbar-txt a {
  position: relative;
}
.cw-hbar-wrap .cw-hbar-txt a::before {
  position: absolute;
  content: "";
  top: -16px;
  bottom: -16px;
  left: -120px;
  right: -90px;
  background: #fffffff0;
  filter: blur(36px);
  z-index: -1;
}
.cw-hbar-wrap .cw-hbar-txt a b {
  font-weight: 600;
  font-size: inherit;
  margin-right: 4px;
}

.copilot_main .speed_sec .progressBar_wrapper.mobile_view {
  display: none;
}

/* Testimonial section | Bsegins */
.copilot_main .testimonial_sec {
  padding: 45px 0 90px;
  background-color: #fff;
}

.copilot_main .testimonial_sec .testimonial_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;

}

.copilot_main .testimonial_sec .testimonial_wrapper img{
  max-width: 435px;
}

.copilot_main .testimonial_sec .testimonial_wrapper .testimonial_content {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  max-width: 650px;
  align-items: flex-start;
}

.copilot_main .testimonial_sec .testimonial_wrapper .testimonial_content h5 {
  color: #5e6c84;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.72px;
  margin: 24px 0 40px;
}

.copilot_main
  .testimonial_sec
  .testimonial_wrapper
  .testimonial_content
  h5
  .highlighted-text {
  background: linear-gradient(
    165deg,
    rgba(255, 175, 71, 0.9) 7.09%,
    rgba(255, 71, 240, 0.7) 37.17%,
    #d285ff 56.44%,
    rgba(10, 93, 255, 0.9) 97.66%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: inherit;
  font-style: normal;
  font-weight: 600;
  line-height: inherit;
  letter-spacing: inherit;
}

.copilot_main
  .testimonial_sec
  .testimonial_wrapper
  .testimonial_content
  .details
  h5 {
  color: #091e42;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
  margin: 0;
}

.copilot_main
  .testimonial_sec
  .testimonial_wrapper
  .testimonial_content
  .details
  p {
  margin: 4px 0 0;
  color: rgba(12, 12, 13, 0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.54px;
}
/* Testimonial Navigation Dots */
.copilot_main .testimonial_sec .testimonial_nav_dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 60px;
}

.copilot_main .testimonial_sec .nav_dot {
  width: 83px;
  height: 6px;
  background: rgba(193, 199, 208, 0.6);
  border-radius: 12px;
  cursor: pointer;
  transition: width 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  opacity: 0.6;
  position: relative;
  overflow: hidden;
}

.copilot_main .testimonial_sec .nav_dot.active {
  width: 51px;
  background: #2f39bf;
  opacity: 1;
  transition: width 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}

.copilot_main .testimonial_sec .nav_dot:hover {
  opacity: 0.8;
}

/* Filling animation for active dot */
.copilot_main .testimonial_sec .nav_dot.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #4c63d2, #2f39bf);
  border-radius: 12px;
  transition: width 0.3s ease;
}

.copilot_main .testimonial_sec .nav_dot.active.filling::before {
  animation: fillProgress 4.4s linear forwards;
}

@keyframes fillProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/* Reset animation when filling class is removed */
.copilot_main .testimonial_sec .nav_dot.active:not(.filling)::before {
  width: 0%;
  animation: none;
}

/* Pause animation on hover */
.copilot_main .testimonial_sec:hover .nav_dot.active.filling::before {
  animation-play-state: paused;
}

/* Fix owl carousel item positioning */
.copilot_main .testimonial_sec .owl-carousel .owl-item {
  width: 100% !important;
  position: relative;
}

.copilot_main .testimonial_sec .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.copilot_main .testimonial_sec .owl-carousel .item {
  width: 100%;
  opacity: 1;
}

/* Ensure proper slide transitions */
.copilot_main .testimonial_sec .owl-carousel.owl-loaded .owl-stage-outer {
  overflow: hidden;
}

/* Testimonial section | Ends */

/* Owl Carousel Dots Styling */
.copilot_main .testimonial_sec .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}

.copilot_main .testimonial_sec .owl-dots button {
  width: 83px;
  height: 6px;
  background: rgba(193, 199, 208, 0.6);
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: width 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  opacity: 0.6;
  position: relative;
  overflow: hidden;
}



.copilot_main .testimonial_sec .owl-dots button.active {
  position: relative; /* Needed for the pseudo-element */
  width: 51px;
  background: rgba(193, 199, 208, 0.6); /* Make original background transparent */
  opacity: 1;
  overflow: hidden; /* Hide overflow of the pseudo-element */
}

.copilot_main .testimonial_sec .owl-dots button.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #2f39bf;
  animation: progressFill 5s ease-out forwards;
}

@keyframes progressFill {
  0% { width: 0; }
  100% { width: 100%; }
}
.copilot_main .testimonial_sec .owl-dots button:hover {
  opacity: 0.8;
}

/* Responsive adjustments for owl dots */
@media (max-width: 992px) {
  .copilot_main .testimonial_sec .owl-dots {
    gap: 6px;
    margin-top: 40px;
  }
  
  .copilot_main .testimonial_sec .owl-dots button {
    width: 60px;
    height: 4px;
  }
  
  .copilot_main .testimonial_sec .owl-dots button.active {
    width: 35px;
  }
}


/* Copilot uplift section | Begins */

/* Pricing Section Styles */
.copilot_pricing_section .textWrap{
  margin-bottom: 64px;

}
.copilot_pricing_section .textWrap h2{
  margin-bottom: 10px;
}
.copilot_pricing_section {
  /* background-color: #fcfcfc; */
  background: url(https://www.cloudways.com/wp-content/uploads/2025/08/Pricing-BG.png) no-repeat center center/cover;
  padding: 80px 0px;
  position: relative;
}

.copilot_pricing_section .pricing_title {
  color: #091e42;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1.2px;
  margin: 0 0 24px;
}

.copilot_pricing_section .pricing_subtitle {
  color: #253858;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.16px;
  margin: 0 0 64px;
}

.copilot_pricing_section .pricing_cards_wrapper {
  display: flex;
  justify-content: center;
  gap: 24px;
  /* margin-bottom: 48px; */
}

/* Pricing Cards */
.copilot_pricing_section .pricing_card {
  background: #ffffff;
  border: 1px solid #eff0f3;
  border-radius: 12px;
  box-shadow: 0px 4px 40px 0px rgba(0,0,0,0.05);
  position: relative;
  padding: 24px;
  /* height: 389px; */
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 350px; 
  width: 100%;
}

/* Starter Card Special Border */
.copilot_pricing_section .pricing_card.starter_card {
  position: relative;
  background: white; /* Inner background */
  border-radius: 10px;
  padding: 20px;
  z-index: 1; /* Ensures content stays above the pseudo-element */
  max-width: 350px;
  width: 100%;
  background:linear-gradient(45deg, #fff, #f3e7fb42);
  
}

.copilot_pricing_section .pricing_card.starter_card::before {
  content: "";
  position: absolute;
  top: -2px; /* Half of border width */
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: 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: 12px; /* 10px (parent) + 2px (extra for smooth edges) */
  z-index: -1; /* Sends it behind */
  padding: 1px; /* Creates the border effect */
  -webkit-mask: 
    linear-gradient(#fff, #fff) content-box, 
    linear-gradient(#fff, #fff);
  -webkit-mask-composite: xor;
  mask: 
    linear-gradient(#fff, #fff) content-box, 
    linear-gradient(#fff, #fff);
  mask-composite: exclude; /* Clips the inner part to show only the border */
}
/* Promotional Badge */
.copilot_pricing_section .promotional_badge {
  position: absolute;
  top: -15px;
  left: 63%;
  transform: translateX(-50%);
  background: linear-gradient(93deg, rgba(255, 175, 71, 1) -39.34%, rgba(255, 71, 240, 1) 3.33%, #D285FF 30.66%, rgba(10, 93, 255, 1) 89.14%);
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 50px;
  white-space: nowrap;
  letter-spacing: -0.36px;
}
.copilot_pricing_section .pricing_cards_wrapper .col-md-4{
  padding: 0;
}
/* Card Header */
.copilot_pricing_section .card_header {
  margin-bottom: 0px;
}
.copilot_pricing_section .pricing_card.scale_card .card_header{
  margin-bottom: 24px;
}
.copilot_pricing_section .plan_name {
  color: #253858;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.2px;
  margin: 0 0 16px;
}

.copilot_pricing_section .price {
  color: #2f39bf;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.96px;
  display: block;
  margin-bottom: 8px;
  display: flex;
      align-items: center;
      gap: 3px;
}
.copilot_pricing_section .price .credits_renewal{
  margin-top: 5px;
}
.copilot_pricing_section .credits_info {
  display: block;
}

.copilot_pricing_section .credits_number {
  color: #253858;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.2px;
}

.copilot_pricing_section .credits_renewal {
  color: #5e6c84;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.2px;
}

/* Dropdown for Scale Plan */
.copilot_pricing_section .credits_dropdown {
  margin-top: 16px;
}

.copilot_pricing_section .credits_selector {
  border: 1px solid #dfe1e6;
  border-radius: 4px;
  padding: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #253858;
  height: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.42707 0.24375L4.6604 3.47708L7.89374 0.24375C8.21874 -0.08125 8.74374 -0.08125 9.06874 0.24375C9.39374 0.56875 9.39374 1.09375 9.06874 1.41875L5.24374 5.24375C4.91874 5.56875 4.39374 5.56875 4.06874 5.24375L0.243738 1.41875C0.0876941 1.26306 0 1.05168 0 0.83125C0 0.610819 0.0876941 0.399443 0.243738 0.24375C0.568738 -0.0729167 1.10207 -0.08125 1.42707 0.24375V0.24375Z' fill='%23253858'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}
.copilot_pricing_section .credits_selector:focus{
  box-shadow: none;
}
/* Card Divider */
.copilot_pricing_section .card_divider {
  border: none;
  border-top: 0.5px solid #dfe1e6;
  margin: 34px 0;
}

/* Features Section */
.copilot_pricing_section .features_section {
  /* margin-bottom: 24px; */
}
.copilot_pricing_section .features_section:last-child{
  margin-bottom: 0px;
}
.copilot_pricing_section .feature_item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 5px;
}

.copilot_pricing_section .feature_item:last-child {
  margin-bottom: 0;
}

.copilot_pricing_section .feature_icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
}

.copilot_pricing_section .feature_icon.checkmark {
  background-color: #2f39bf;
  color: #ffffff;
}

.copilot_pricing_section .feature_icon.cross {
  background-color: #ea4545;
  color: #ffffff;
}

.copilot_pricing_section .feature_text {
  color: #5e6c84;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.18px;
}

/* Card Footer */
.copilot_pricing_section .card_footer {
  margin-top: 40px;
}

.copilot_pricing_section .pricing_btn {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2f39bf;
  transition: all 0.3s ease;
}

.copilot_pricing_section .pricing_btn.btn-outline {
  background: #ffffff;
  color: #2f39bf;
}

.copilot_pricing_section .pricing_btn.btn-primary {
  background: #2f39bf;
  color: #ffffff;
  border-color: #2f39bf;
}

.copilot_pricing_section .pricing_btn:hover {
  text-decoration: none;
  /* transform: translateY(-1px); */
  opacity: 0.8;
}

.copilot_pricing_section .pricing_btn.btn-outline:hover {
  background: #2f39bf;
  color: #ffffff;
  opacity: 1;
}

.copilot_pricing_section .pricing_btn.btn-primary:hover {
  background: #253799;
  border-color: #253799;
}

/* Information Section */
.copilot_pricing_section .pricing_info_section {
  
  display: flex;
  justify-content: flex-start;
  /* align-items: center; */
  background-color: #ffff;
  border-radius: 8px;
  border: 1px solid #dfe1e6;
  padding: 24px;
  max-width: 1098px;
  margin: auto;
  margin-top: 24px;
}
.copilot_pricing_section .pricing_info_divider{
  width: 1px;
  height: 74px;
  background: #dfe1e6;
  margin: 0 40px;
}
.copilot_pricing_section .info_card {
  background: #ffffff;
  border: 0.5px solid #dfe1e6;
  border-radius: 8px;
  padding: 24px;
}

.copilot_pricing_section .info_title {
  color: #091e42;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 16px;
}

.copilot_pricing_section .credits_breakdown p {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.copilot_pricing_section .breakdown_label {
  color: #253858;
  font-weight: 400;
}

.copilot_pricing_section .breakdown_value {
  color: #2f39bf;
  font-weight: 400;
}

.copilot_pricing_section .additional_info {
  color: #5e6c84;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.copilot_main.copilot_uplift_section .cw_copilot_banner .gif_fold{


}
.copilot_main.copilot_uplift_section .cw_copilot_banner .gif_fold .image_wrapper{
  background: url(https://www.cloudways.com/wp-content/uploads/2025/08/img_copilot_wrap.svg) no-repeat center center/cover;
  max-width: 1071px;
  height: 625px;
  margin: auto;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.copilot_main.copilot_uplift_section .cw_copilot_banner .gif_fold .image_wrapper .gif_image{
  position: absolute;
  top: 43px;
  left: 13px;
  right: 13px;
  bottom: 43px;
  width: calc(100% - 26px);
  height: calc(100% - 46px);
  border-radius: 7px;
  object-fit: cover;
}
.copilot_main.copilot_uplift_section .cw_copilot_banner{
  background: url(https://www.cloudways.com/wp-content/uploads/2025/08/Copilot-BG.svg) no-repeat center center/cover;
}
.copilot_main.copilot_uplift_section .testimonial_sec .textWrap{
  margin: auto;
    text-align: center;
    max-width: 694px;
    margin-bottom: 90px;
}
.copilot_main.copilot_uplift_section .testimonial_sec .textWrap p{
  max-width: 521px;
  margin: auto;
  padding-top: 16px;
}
.copilot_main.copilot_uplift_section .testimonial_sec{
  padding: 100px 0;
}
.copilot_main.copilot_uplift_section .cw_copilot_banner .mainwrap p b{
  font-size: inherit;
}
.copilot_main.copilot_uplift_section .features_sec .feature_card .feature_card_content{
  padding: 40px 39px 0 39px;
}
/* .copilot_pricing_section .credits_number{
  color: #2F39BF;
  font-size: inherit;
  font-weight: inherit;
} */
.copilot_pricing_section .p3-regular{
  margin-top: 10px;
  margin-bottom: 0px;
  font-style: italic;
}
.copilot_pricing_section .card_divider:nth-child(2){
  margin-top: 33px;
}
.copilot_pricing_section .additional_info_wrapper{
  width: 68%;
}
.copilot_pricing_section .additional_info a:hover{
  text-decoration: none;
}
.copilot_pricing_section .additional_info a{
  color: #2f39bf;
}
.copilot_pricing_section .pricing_card.scale_card .card_header .price_section .dynamic_pricing{
  display: flex;
    align-items: flex-start;
    gap: 3px;
    flex-direction: column;

}
.copilot_pricing_section .dynamic_pricing .price_wrap{
  display: flex;
  align-items: center;
  gap: 3px;
}
.copilot_main.copilot_uplift_section .testimonial_sec .textWrap {
  
    color: #253858;
    text-align: center;
    margin: 0px auto 55px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.2px;
    max-width: 830px;

}
.copilot_main.copilot_uplift_section .testimonial_sec article .testimonial_sub_title{
  color: #253858;
    text-align: center;
    margin:auto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.2px;
  margin-top: 16px;
  max-width: 649px;
}
.copilot_main.copilot_uplift_section .features_sec .feature_card .feature_card_content p{
  max-width: 100%;
}
.copilot_pricing_section .feature_item .smartfix_number{
  color:  #2F39BF;
font-size: 18px;
font-weight: 500;
line-height: 100%;
letter-spacing: -0.18px;
}
.copilot_pricing_section .feature_item .promotion_pill{
  border-radius: 56px;
background: linear-gradient(91deg, #E9EEFF 0.56%, #FFF 139.82%);
color:  #2F39BF;
font-size: 14px;
font-weight: 500;
padding: 4px 14px;
}
/* Responsive Design */
@media (max-width: 992px) {
  .copilot_pricing_section .pricing_title {
    font-size: 32px;
  }
  
  .copilot_pricing_section .pricing_cards_wrapper {
    flex-direction: column;
    gap: 24px;
    padding: 20px;
  }
  
  .copilot_pricing_section .pricing_card , .copilot_pricing_section .pricing_card.starter_card {
    max-width: 100%;
    margin: 0 auto;
  }

  
  .copilot_pricing_section .pricing_card.starter_card {
    margin-top: 15px;
  }
  .copilot_pricing_section .additional_info_wrapper{
    width: 100%;
  }
}

@media (max-width: 767px) {
  .copilot_pricing_section {
    padding: 60px 0 80px;
  }
  
  .copilot_pricing_section .pricing_title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  
  .copilot_pricing_section .pricing_subtitle {
    font-size: 14px;
    margin-bottom: 40px;
  }
  
  .copilot_pricing_section .pricing_card {
    padding: 20px;
    height: auto;
    min-height: 320px;
  }
  
  .copilot_pricing_section .promotional_badge {
    font-size: 11px;
    padding: 4px 12px;
  }
  
  .copilot_pricing_section .feature_text {
    font-size: 16px;
  }
  
  .copilot_pricing_section .info_card .row {
    flex-direction: column;
  }
  
  .copilot_pricing_section .info_card .col-md-6:first-child {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dfe1e6;
  }
}

@media (max-width: 480px) {
  .copilot_pricing_section .pricing_title {
    font-size: 24px;
    line-height: 1.3;
  }
  
  .copilot_pricing_section .pricing_card {
    padding: 16px;
  }
  
  .copilot_pricing_section .plan_name {
    font-size: 18px;
  }
  
  .copilot_pricing_section .price {
    font-size: 28px;
  }
  
  .copilot_pricing_section .credits_number {
    font-size: 18px;
  }
}

.copilot_main.copilot_uplift_section .cw_copilot_banner .copilot_logo_wrap .copilot_logo_text{
  background: linear-gradient(96deg, rgba(255, 175, 71, 0.9) 1%, rgba(255, 71, 240, 0.7) 6.5%, #d285ff 50.02%, rgba(10, 93, 255, 0.9) 120.88%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin: auto;
}

.copilot_main.copilot_uplift_section .copilot_cta {
  display: flex;
  gap: 16px;
  margin: auto;
  justify-content: center;
  margin-top: 48px;
}
.copilot_main.copilot_uplift_section .cw_copilot_banner .mainwrap .p3-regular{
  font-size: 14px;
  font-weight: 400;
}
.image-wrapper{
  background: transparent;
}
/* Responsive */

@media (max-width: 1200px) {
  .copilot_main .features_sec .AI_Powered_card .left_content {
    padding: 30px 0 30px 30px;
    margin-right: 10px;
    width: 75%;
  }
  .copilot_main.copilot_uplift_section .cw_copilot_banner .gif_fold .image_wrapper {
    height: 545px;
  }
}
@media (max-width: 992px) {
  .copilot_main .mainwrap h1 {
    font-size: 40px;
  }
  .copilot_main .cw_copilot_banner .mainwrap p {
    font-size: 18px;
  }
  .copilot_main .videoFold .browser_outer {
    height: 334px;
  }
  .copilot_main .videoFold .browser_outer .browser_inner img {
    max-width: 100%;
  }
  .copilot_main .insight_sec h2,
  .copilot_main .features_sec h2 {
    font-size: 32px;
  }
  .copilot_main .insight_sec article p,
  .copilot_main .features_sec article p {
    font-size: 14px;
  }
  .copilot_main .AI_Powered_card {
    flex-direction: column;
  }
  .copilot_main .features_sec .AI_Powered_card .left_content {
    padding: 60px;
    width: 100%;
    margin: 0;
  }
  .copilot_main .AI_Powered_card {
    /* width: fit-content;
    margin: 0 auto; */
    width: 100%;
  }
  .copilot_main .features_sec .features_card_wrapper {
    flex-direction: column;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .copilot_main .insight_sec .insight_cards_wrapper {
    flex-direction: column;
    justify-content: center;
  }
  .copilot_main .insight_sec .insight_cards_wrapper .insight_card {
    width: 100%;
    text-align: center;
  }
  .copilot_main .insight_sec .insight_cards_wrapper .insight_card img {
    margin: 0 auto;
  }
  .copilot_main .speed_sec .progressBar_wrapper.desktop_view {
    transform: scale(0.7);
    margin-left: -80px;
  }
  .copilot_main .speed_sec .event-features-wrap .event-feature h2 {
    font-size: 32px;
  }
  .copilot_main .speed_sec .event-features-wrap .event-feature p {
    font-size: 14px;
  }
  .copilot_main
    .speed_sec
    .event-features-wrap
    .event-feature:nth-child(2)::after,
  .copilot_main
    .speed_sec
    .event-features-wrap
    .event-feature:nth-child(2)::before {
    height: 140px;
  }
  .copilot_main .early_access_sec .early_access_sec_wrapper h2 {
    font-size: 32px;
  }
  .copilot_main .early_access_sec .early_access_sec_wrapper p {
    font-size: 14px;
  }
  .ppc-hdr-wrap nav .ppc-value-hdr-cw-logo {
    background-position-x: left !important;
    width: 60px;
  }

  .cw-hbar-wrap {
    display: none !important;
  }
  .customModal .modal-dialog .modal-body .copilot-form-content h2 {
    font-size: 32px;
  }
  .customModal .modal-dialog .modal-body .copilot-form-content p {
    font-size: 16px;
  }

  .copilot_main .videoFold .browser_outer .browser_inner img {
    max-width: 100%;
  }
  .copilot_main .videoFold .browser_outer .browser_inner img.will_animate {
    max-width: 100%;
    margin-top: 0;
    transform: unset;
  }
  .copilot_main .features_sec .AI_Powered_card .left_content h3 {
    max-width: 500px;
    font-size: 24px;
  }
  .cw-hbar-wrap {
    display: none;
  }

  .copilot_main .testimonial_sec .testimonial_wrapper {
    flex-direction: column-reverse;
  }
  .copilot_main .testimonial_sec .testimonial_wrapper .testimonial_content {
    margin: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .copilot_main .testimonial_sec .testimonial_nav_dots {
    gap: 6px;
    margin-top: 40px;
  }
  
  .copilot_main .testimonial_sec .nav_dot {
    width: 60px;
    height: 4px;
  }
  
  .copilot_main .testimonial_sec .nav_dot.active {
    width: 35px;
  }
  
  /* Mobile filling animation adjustment */
  .copilot_main .testimonial_sec .nav_dot.active::before {
    border-radius: 8px;
  }

  .copilot_main .features_sec .AI_Powered_card .right_content{
    width: 100%;
  }
  .copilot_main .features_sec .AI_Powered_card .right_content img{
    width: 100%;
  }
  .copilot_main .features_sec .feature_card{
    width: 100%;
  }
  .copilot_main .features_sec .feature_card .card1_img img{
    width: 100%;
  }
  .copilot_pricing_section .pricing_info_section{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .copilot_pricing_section .pricing_info_divider{
    display: none;
  }
  .copilot_main.copilot_uplift_section .cw_copilot_banner .gif_fold .image_wrapper{
    height: 425px;
  }
}

@media (max-width: 767px) {
  .ppc-hdr-wrap nav .ppc-value-hdr-cw-logo {
    width: 168px;
  }
  .ppc-hdr-wrap nav .navbar-toggle .icon-bar {
    background: rgb(46, 57, 191) !important;
  }
  .ppc-nav-cta a {
    margin: 0 auto !important;
  }
  .customModal .modal-dialog .modal-body {
    padding: 40px 24px;
  }
  .copilot_main .videoFold .browser_outer {
    /* height: 290px; */
    background: unset;
  }

  .copilot_main .speed_sec .progressBar_wrapper.desktop_view,
  .copilot_main .videoFold .browser_outer .browser_inner img.desktop_view {
    display: none;
  }
  .copilot_main .speed_sec .progressBar_wrapper.mobile_view {
    display: flex !important;
  }

  .copilot_main
    .speed_sec
    .progressBar_wrapper.mobile_view
    .progressBar_detail
    .bar1
    h5 {
    margin: 0 0 0 5px;
  }
  .copilot_main
    .speed_sec
    .progressBar_wrapper.mobile_view
    .progressBar_detail
    .bar2
    h5 {
    margin: 16px 0 0 0;
  }
  .copilot_main .videoFold .browser_outer .browser_inner img.mobile_view {
    display: block;
  }
  .copilot_main .speed_sec .progressBar_wrapper .progressBar::before {
    content: unset;
  }
  .copilot_main .speed_sec .event-features-wrap .event-feature h2 {
    color: #fff;
    font-size: 18px;
    line-height: 26px; /* 144.444% */
  }
  .copilot_main .speed_sec .event-features-wrap .event-feature p {
    font-size: 12px;
    opacity: 0.8;
    line-height: 18px; /* 150% */
  }
  .copilot_main
    .speed_sec
    .event-features-wrap
    .event-feature:nth-child(2)::after,
  .copilot_main
    .speed_sec
    .event-features-wrap
    .event-feature:nth-child(2)::before {
    height: 100px;
  }

  .copilot_main
    .testimonial_sec
    .testimonial_wrapper
    .testimonial_content
    .details
    p {
    font-size: 16px;
  }
  .copilot_main
    .testimonial_sec
    .testimonial_wrapper
    .testimonial_content
    .details
    h5 {
    font-size: 20px;
  }
  .copilot_main .testimonial_sec .testimonial_wrapper .testimonial_content h5 {
    font-size: 18px;
  }
  .copilot_main.copilot_uplift_section .cw_copilot_banner .gif_fold .image_wrapper{
    height: 415px;
  }
}

@media (max-width: 550px) {
  .copilot_main .early_access_sec .early_access_sec_wrapper h2 {
    font-size: 26px;
  }
  .copilot_main .speed_sec .progressBar_wrapper {
    margin: 30px 0 0px;
  }

  .customModal .modal-dialog .modal-body {
    min-height: 350px;
  }
  .copilot_main .videoFold .browser_outer {
    height: 240px;
  }
  .copilot_main .features_sec .AI_Powered_card .left_content {
    padding: 30px;
  }
  .copilot_main .features_sec .feature_card .feature_card_content {
    padding: 30px 30px 0 30px;
  }
  .copilot_main .form-group .herofold_cta {
    position: relative;
    display: block;
    right: unset;
    width: 100%;
  }
  .copilot_main .form-group .herofold_cta a {
    width: 100%;
  }
  .copilot_main.copilot_uplift_section .copilot_cta{
    flex-direction: column;
    align-items: center;
  }
  .copilot_main.copilot_uplift_section .copilot_cta a{
    width: 100%;
  }
  .copilot_pricing_section .pricing_cards_wrapper{
    padding: 0 17px;
  }
  .copilot_main.copilot_uplift_section .cw_copilot_banner .gif_fold .image_wrapper{
    height: 288px;
  }
}

@media (max-width: 450px) {
  .copilot_main .cw_copilot_banner {
    padding: 165px 0 60px;
  }

  .copilot_main .cw_copilot_banner .tag {
    padding: 8px 16px;
  }
  .copilot_main .cw_copilot_banner .tag img {
    width: 26px;
  }
  .copilot_main .cw_copilot_banner .mainwrap .tag p {
    font-size: 12px;
  }
  .copilot_main .cw_copilot_banner .mainwrap .tag .beta_tag {
    font-size: 8px;
  }
  .copilot_main.copilot_uplift_section .cw_copilot_banner .gif_fold .image_wrapper {
    height: 218px;
  }
}
