.community_form {
  position: relative;
}

.community_form input::placeholder {
  font-size: 13px;
  text-transform: lowercase;
}

.community_form input:-ms-input-placeholder {
  font-size: 13px;
  text-transform: lowercase;
}

.homebg {
  background-color: #f5f5f5;
  width: 100%;
}

.card-footer {
  padding: 0 0 22px 17px;
  background-color: #636366;
  border: none;
  border-radius: 0 0 20px 20px !important;
}

.title {
  color: #fff;
  /* margin: 0; */
  font-family: "SansBold" L;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-top: 30px;

  /* width: 70%; */
}

.homepagecontent {
  font-family: "LexendRegular";
  font-weight: 300;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0%;

  color: #ffffff;
}

.imgdiv {
  width: 60%;
  display: flex;
  margin: 30px 0 0 0;
}

.imgdiv img {
  margin: 0 1.5rem 0 0;
}
.icon-white {
  filter: brightness(0) saturate(100%) invert(6%) sepia(94%) saturate(3657%)
    hue-rotate(225deg) brightness(92%) contrast(105%);
}

.hometrybtn {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 151px;
  height: 42px;
  align-items: center;
  padding: 14px 20px !important;
  margin: 30px 0 0;
  background: #fd3b67;
  color: #ffffff;
  width: 160;
  height: 42;
  gap: 10px;
  border-radius: 6px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  border: none;
}

.talktosales {
  display: flex;
  justify-content: center;
  width: 170px;
  height: 43px;
  align-items: center;
  width: 160;
  height: 42;
  gap: 10px;
  border-radius: 6px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  border-width: 1.5px;
  margin: 30px 0 0;
  background-color: #ffff;
  border: 1px solid #000;
}

.homeimgdiv {
  width: 100%;
  height: 100%;
  text-align: center;
}
.xs-bnr {
  margin-top: 16px;
}
.gif-image {
  width: 100%;
  /* max-width: 400px;        */
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 14px;
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.15);  */
  margin-top: 2rem;
}

.amly-items-bg-wrapper {
  background-image: url(../images//amly-items-bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  /* padding: 1.5rem 3rem; */
  /* width: 1440; */
  height: 501px;
  display: flex;
  align-items: center;
  /* top: 1632px; */
}
.amly-items-wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.amly-items-title {
  width: 100%;
  font-family: SansMedium;
  font-weight: 600;
  font-size: 52px;
  line-height: 58px;
  letter-spacing: 0%;
  color: #213343;
}
.demo-share-link {
  font-family: LexendMedium;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: bottom;
  color: #213343;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
  transition: color 0.3s;
}
.demo-share-link a,
.demo-share-link a:hover {
  color: #213343;
  /* text-decoration: none; */
}
.banner-2-amly-wrap {
  /* width: 80%;  */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 32px;
}
.banner-content-mt {
  margin-top: 2rem;
}
.banner-2-title {
  font-family: SansBold;
  font-weight: 600;
  font-size: 52px;
  line-height: 58px;
  letter-spacing: 0%;
  text-align: center;
  color: #213343;
  width: 80%;
}
.banner-2-amly-sub-title {
  font-family: LexendRegular;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: #213343;
  width: 70%;
}
.banner-client-text {
  font-family: "LexendRegular";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 0 !important;
}
.banner-end-content-wrap {
  margin: 3rem auto 1rem;
}
.client-icons-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.list-row-two-div {
  display: flex;
  justify-content: flex-start;
  gap: 8%;
}
.clinet-line-row {
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0)
  );
}
.clinet-row-wrap {
  display: flex;
  align-items: center;
  padding: 16px 0;
  gap: 20px;
}
.features-items-title {
  color: #e91e63;
  letter-spacing: 0%;
  margin-bottom: 10px;
  font-family: "SansBold";
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
}
.features-item-content {
  font-family: "LexendRegular";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  color: #213343;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-scroll-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.scroll-arrow {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  font-size: 24px;
  color:  #213343;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem 1rem;
}
.thin-icon {
  font-size: 18px;       
  opacity: 0.5;           
  transition: all 0.3s ease;
}

.thin-icon:hover {
  opacity: 1;
  transform: scale(1.1); 
}

.scroll-wrap-div-button:hover .scroll-arrow {
  opacity: 1;
  visibility: visible;
  background: none;
}

.scroll-arrow i {
  font-size: 20px;
}

/* Optional hover feedback */
.scroll-arrow:hover {
  background-color: #f2f2f2;
  border-radius: 50%;
}

.features-scroll-wrapper {
  margin-left: 2.5rem;
  display: flex;
  overflow-x: auto;
  gap: 10px;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  -ms-overflow-style: none; /* Hides scrollbar in IE/Edge */
  scrollbar-width: none; /* Hides scrollbar in Firefox */
}

.features-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px;
}

.features-box {
  flex: 0 0 auto;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #2c334026;
  border-radius: 4px;
  padding: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  width: calc(98% / 3 - 16px);
}

.features-container {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}

.features-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.dots {
  text-align: center;
  margin-top: 12px;
}
.dots .dot {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s;
}
.dots .dot.active {
  background-color: #333;
}

/* Styles for the dot pagination */
.carousel-dots {
  text-align: center;
  padding-top: 10px;
}
.carousel-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.carousel-dots .dot.active {
  background-color: #333;
}

.workspace-banner-container {
  background-image: url(../images/amly-tool-bg-1.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 2rem 0rem;
  padding: 4rem 24px;
}
.workspace-banner-title {
  font-family: "SansMedium";
  font-weight: 600;
  font-size: 52px;
  line-height: 58px;
  letter-spacing: 0%;
  text-align: center;
  width: 60%;
  margin: auto;
}
.workspace-banner-content {
  font-family: "LexendRegular";
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 12px;
}
.amly-tools-wrap {
  display: flex;
  align-items: center;
  width: 90%;
  margin: 2rem auto 0rem;
}
.people-working-img {
  width: 100%;
}
.content-title {
  font-family: "LexendMedium";
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0px;
  color: #e91e63;
}
.tool-content-head {
  font-family: "SansMedium";
  font-weight: 600;
  font-size: 38px;
  line-height: 120%;
  letter-spacing: 0px;
  color: #213343;
  width: 80%;
}
.mar-2 {
  margin-top: -2px;
}
.tool-content-second-text {
  font-family: "LexendRegular";
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #213343;
  width: 80%;
}
.customer-content-wrap {
  /* width: 70%; */
  margin: auto;
  /* padding: 2rem 4rem; */
  /* width: 710px; */
}
.customer-content-title {
  font-family: "SansMedium";
  font-weight: 600;
  font-size: 52px;
  line-height: 58px;
  letter-spacing: 0%;
  text-align: center;
  width: 70%;
  margin: auto;
}
.carousel-controls button {
  /* background: #1e2b4c; */
  /* color: white; */
  border: none;
  font-size: 18px;
  background-color: transparent;
  /* padding: 10px 16px; */
  /* margin-right: 10px; */
  cursor: pointer;
  /* border-radius: 5px; */
}

/* Common styles */
#prev-slide, #next-slide {
  transition: all 0.3s ease;
  outline: none;
}

#prev-slide img, #next-slide img {
  width: 24px;
  height: 24px;
}

/* Hover effect */
#prev-slide:hover,
#next-slide:hover {
  transform: translateY(-2px);
}

/* Active/click effect */
#prev-slide:active,
#next-slide:active {
  transform: scale(0.95);
}

/* Optional focus ring for accessibility */
#prev-slide:focus,
#next-slide:focus {
  outline-offset: 2px;
}

.customer-content-item {
  font-family: "LexendRegular";
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
}

.testimonial-section {
  background-image: url("../images/welcome-bg-banner.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 60px 30px;
  /* margin-left: 2rem; */
  /* background-size: cover; */
  /* background-position: center; */
}
.center-testimonals-wrap {
  margin-left: 2rem;
}
.person-img-c {
  width: 40px !important;
  height: 40px;
}
.card-carousel-main-content {
  font-family: "LexendRegular";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
}
.card-content-head {
  font-family: "LexendMedium";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0px;
  color: #e91e63;
  margin-bottom: 4px;
}
.card-content-subtitle {
  font-family: "LexendRegular";
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #213343;
}
.card-carousel-item {
  width: 300px;
  height: 335px;
  border-radius: 8px;
  box-shadow: 0px 4px 19px 0px #00000012;
  background-color: #ffffff;
  padding: 24px 26px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.price-planning-background {
  background-image: url(../images/price-planning-bg.svg);
  /* width: 1440; */
  height: 608px;
  /* top: 4023px; */
}
.price-plan-text-wrap{
  margin-top: 16px;
}
.price-plan-title {
  font-family: "SansMedium";
  font-weight: 600;
  font-size: 52px;
  line-height: 58px;
  letter-spacing: 0%;
  text-align: center;
}
.price-plan-sub-title {
  font-family: "LexendRegular";
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  width: 49%;
  margin: auto;
}
.price-plan-card-title {
  font-family: "SansBold";
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
}
.price-plan-card-sub-title {
  font-family: "LexendRegular";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #213343;
  margin-top: 0.4rem;
}
.price-card-wrap {
  width: 300px;
  height: 291px;
  /* top: 15px; */
  border-radius: 8px;
  box-shadow: 0px 4px 19px 0px #00000012;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
}
.price-cards-wraps {
  display: flex;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  /* margin: auto; */
}

.price-card-top-container {
  /* display: flex; */
  /* align-items: center; */
  padding: 24px 32px;
  position: relative;

  /* padding: 16px 14px; */
}
.most-popular-text {
  font-family: "LexendMedium";
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 0;
  color: #ffffff;
}
.most-popular-text-wrap {
  position: absolute;
  top: -20px;
  right: 10px;
  /* width: 100; */
  /* height: 27; */
  /* left: 621px; */
  gap: 4px;
  border-radius: 100px;
  /* padding-top: 6px; */
  /* padding-right: 12px; */
  /* padding-bottom: 6px; */
  /* padding-left: 12px; */
  background: linear-gradient(90deg, #ff4808 0%, #fb329f 100%);
  padding: 12px 24px;
}
.price-content-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-bottom: 10px; */
}
.price-card-bottom-container {
  background: #edf2f7;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 12px 16px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-card-bottom-container p {
  font-family: "LexendMedium";
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #213343;
  margin-bottom: 0;
}
.price-card-bottom-link {
  text-decoration: none;
  color: #213343 !important;
}
.price-card-bottom-link:hover {
  text-decoration: none;
  color: #213343 !important;
}
.active-container-card {
  background: #fd3b67;
  color: #ffffff;
}
.active-container-card p a,
.active-container-card p a:hover {
  color: #ffffff !important;
}

.price-planning-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  height: 100%;
}

.contentdiv {
  width: 100%;
  display: flex;
  justify-content: center;
}
.goals-scroll-wrap-div {
  /* background-color: red; */
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  background-color: #ffffff;
  margin-top: -5px;
  /* margin-top: 10px; */
  /* margin-top: -2.1rem; */
}
.goals-content-wrap {
  padding-top: 4rem;
}

.centercontent {
  font-family: "SansMedium";
  font-weight: 600;
  font-size: 53px;
  line-height: 58px;
  letter-spacing: 0%;
  text-align: center;
  width: 60%;
  color: #213343;
}

.centersubcontent {
  font-family: "lexendregular";
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  margin: 13px 0 0 0;
  width: 45%;
  color: #213343;
}

.centerModerncontent {
  font-family: InterBold;
  font-style: normal;
  display: flex;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #000;
  margin: 120px 0 0 0;
  width: 50%;
}

.card {
  background-color: #636366;
  border-radius: 20px;
  color: #fff;
  border: none;
  margin: 50px 0 0 0;
}

.card-body {
  padding: 16px 17px 22px 17px;
}

.card-title {
  font-family: InterMedium;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  margin: 0 0 34px;
  min-height: 44px;
}

.card-content {
  min-height: 80px;
  font-family: InterLight;
  font-style: normal;
  font-size: 13px;
  margin: 0 0 10px 0;
}

.seeallbtn {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 160px;
  border-radius: 50px;
  border: none;
  text-align: center;
  color: #636366;
  background-color: #f0f0f0;
  height: 35px;
  font-family: InterBold;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}
.button-wrap-container {
  display: flex;
  gap: 14px;
}

.seeall-a,
.seeall-a:hover {
  color: #636366;
  text-decoration: none;
}
.btn-red-demo {
  background-color: #fd3b67;
}
.btn-white-demo {
  background-color: #ffffff;
  color: #363007 !important;
}

.buttonalign {
  display: flex;
  width: 75%;
  justify-content: space-between;
}

.tryforfreebtn {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #5d5e60;
  border-radius: 50px;
  font-family: InterBold;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 170%;
  color: #f9f9f9;
  border: none;
}

.talktosalesbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 55px;
  background: rgba(93, 94, 96, 0.5);
  border-radius: 50px;
  font-family: InterBold;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 170%;
  color: #f9f9f9;
  border: none;
  background-color: #ffff;
  border: 1px solid #000;
}

.homeimg2 {
  margin: 50px 0 0 0;
}

.joinoveralldiv {
  margin: 0 auto;
  display: flex;
  width: 30%;
  flex-direction: column;
  justify-content: center;
}

.join {
  font-family: InterBold;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 39px;
  color: #000;
  text-align: center;
}

.joinpar {
  font-family: InterRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #11151f;
  margin: 10px 0 20px 0;
}

.yournamelable {
  font-family: InterRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin: 20px 0 10px 25px;
  color: #383e41;
}

.yourname {
  border: 0.5px solid #5d5e60;
  border-radius: 10px;
  width: 100%;
  align-items: center;
  font-family: InterRegular;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-transform: inherit;
  color: #333;
  padding: 8px 24px;
  background-color: transparent;
}

#amly_homeForm #form-error {
  text-align: center;
}

.yourname::placeholder {
  color: #bfbfbf;
}

.yourname:-ms-input-placeholder {
  color: #bfbfbf;
}

.yourname::-ms-input-placeholder {
  color: #bfbfbf;
}
.chatbot-icons {
  width: 100px;
}

.followusbtn {
  margin: 24px 0 10px 0;
  width: 100%;
  border: none;
  height: 40px;
  font-family: InterRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 170%;
  color: #f9f9f9;
  background: #2766bc;
  border-radius: 10px;
}

.testhead {
  font-family: InterBold;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -2px;
  color: #000;
  margin: 80px 0 70px 0;
}

/* .bgimg-2 {
    background: url(../images/welcome-bg-banner.svg), radial-gradient(50% 50% at 50% 50%, rgba(11, 95, 255, 0.06) 0%, rgba(7, 57, 153, 0.09) 100%);
    background-repeat: no-repeat;
} */
.welcome {
  font-family: "SansMedium";
  font-weight: 600;
  font-size: 52px;
  line-height: 58px;
  letter-spacing: 0%;
  text-align: center;
  width: 80%;
  font-family: "SansMedium";
  font-weight: 600;
  font-size: 52px;
  line-height: 58px;
  letter-spacing: 1;
  text-align: center;
  margin: 120px auto 15px;
}

.subtitle {
  font-family: "LexendRegular";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
}
.welcome-btn-align {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.seeall-a {
  text-decoration: none;
  font-family: "LexendMedium" !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: bottom;
}

.hero-flex-wrap-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  position: relative;
  /* border: 5px solid red; */
  margin-bottom: -3rem;
  padding-bottom: 120px;
  background-color: #ffff;
}
.hero-section-bg-text {
  background: url("../images/welcome-bg-banner.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.homeimg2 img {
  height: 400px;
}

.joincommunity_bg {
  background-image: url(../images/join-community-home-bg2-amly-work.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  padding: 10rem 0 4rem;
}

.pagenames {
  /* font-family:"SansBold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px; */
  padding: 8px 0 8px 45px !important;
}

.timetableimg {
  width: 422px;
  margin: 0 0 0 50px;
}

.mainTab {
  padding: 3rem 0;
  position: relative;
}

.mainTab ul {
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 5px;
  justify-content: space-between;
  position: absolute;
  width: 100%;
}

.mainTab .nav-link {
  padding: 0.5rem 2rem !important;
  border-radius: 0;
  display: flex;
  align-items: center;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.mainTab .nav-pills .nav-link.active,
.mainTab .nav-pills .show > .nav-link {
  color: #2766bc !important;
  background-color: transparent !important;
  border-bottom: 5px solid #2766bc;
}

.tabGrid {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  padding: 2rem 4rem;
}

.tabCol {
  width: 50%;
  padding: 2rem 0rem;
}
.tabCol-left {
  width: 30%;
}
.tab-col-img {
  width: 60%;
}

.custom-tabs {
  display: flex;
  overflow-x: auto;
  padding: 1rem 0;
  gap: 1rem;
  justify-content: flex-start;
  width: 90% !important;
  margin: auto;
  padding: 0rem 2rem;
  align-items: center;
  scroll-behavior: smooth;
}
.scroll-wrap-div-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.custom-tabs::-webkit-scrollbar {
  display: none; /* Hides scrollbar in Chrome, Safari, and Edge */
}

.custom-tab-content {
  display: none;
  padding: 2rem 1rem 0rem;
}

.custom-tab-content.active {
  display: block;
}

.tab-layout {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 2rem;
  align-items: flex-start;
  justify-content: space-evenly;
  padding: 2rem 7%;
  /* width: 90%; */
  margin: auto;

  /* width: 80%; */
  /* margin: auto; */
}

.tab-left {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}
.tab-right {
  width: 50%;
}

.tab-right img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.tab-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.tab-description {
  margin-bottom: 1rem;
  color: #444;
}

.feature-list {
  list-style: disc;
  padding-left: 1rem;
  color: #333;
}
.custom-tab-button {
  background: none;
  border: none;

  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s;
  flex: 0 0 auto;
  margin-right: 10px;
}
.custom-tab-button img {
  width: 65px;
  height: 65px;
}

.custom-tab-button .tab-icon {
  width: 28px;
  height: 28px;
  transition: filter 0.3s;
  filter: grayscale(100%) brightness(0.6); /* default faded look */
}

.custom-tab-button .tab-label {
  font-size: 0.85rem;
  margin-top: 0.25rem;
  color: #666;
  transition: color 0.3s;
}

.custom-tab-name {
  font-family: "LexendRegular";
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: center;
  color: #012891;
}
.partners {
  padding: 2rem 0 0;
}

.partnerTitle {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.partnerTitle h2 {
  margin: 0 !important;
}

.partnerSqr {
  width: 75%;
  margin: 2rem auto;
}

.partnerSqr ul {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.partnerSqr li {
  width: 130px;
  height: 55px;
  margin-right: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabRight {
  text-align: center;
}

.tabRight img {
  width: 100%;
}

.leftCol {
  width: 40%;
}

.rightCol {
  width: 60%;
}

.tab-content > .active {
  padding-top: 5rem;
}

.bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  object-fit: cover;
  z-index: -5;
  /* height: fit-content !important; */
  filter: brightness(0.9);
}

.layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: fit-content;
  object-fit: cover;
  pointer-events: none;
  max-width: 100vw;
  overflow: hidden;
}

.layer2 {
  -webkit-backdrop-filter: blur(30px);
  z-index: -2;
  height: fit-content;
  width: 100%;
  height: fit-content;
  backdrop-filter: blur(30px);
  z-index: -2;
  }

.layer1 {
  mix-blend-mode: soft-light;
  z-index: -3;
  height: fit-content;
  /* width: 100%; */
  /* height: 100%; */
}

.video-shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -4;
  width: 100%;
  height: 100%;
}
.video-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0, 0, 0, 0.25),
    /* top slightly dark */ rgba(0, 0, 0, 0.15) /* bottom more transparent */
  );
  z-index: -4;
  width: 100%;
  height: fit-content;
}

.custom-tab-button.active .img-wrap-new {
  background-color: #fd3b67;
  border-radius: 8px;
  color: #ffffff;
  /* filter: brightness(0) invert(1) !important; */
}
.custom-tab-button.active img {
  /* background-color: #fd3b67; */
  border-radius: 8px;
  color: #ffffff;
  filter: brightness(0) invert(1) !important;
}
.custom-tab-button.active .custom-tab-name {
  color: #fd3b67;
  font-family: "LexendBold";
  font-weight: 600;
}
.client-icon-margin {
  margin-top: 12px;
}
#pricing {
  scroll-margin-top: 50px;
}

/* ========= 📱 Mobile First (0–480px) ========= */
@media (max-width: 480px) {
  .title,
  .centercontent,
  .workspace-banner-title,
  .customer-content-title,
  .price-plan-title {
    font-size: 28px !important;
    line-height: 34px !important;
    width: 90% !important;
    text-align: center !important;
    margin: 0 auto;
  }
  .welcome {
    font-size: 28px !important;
    line-height: 38px;
  }

  .homepagecontent,
  .centersubcontent,
  .workspace-banner-content,
  .customer-content-item,
  .price-plan-sub-title,
  .subtitle,
  .banner-2-amly-sub-title {
    font-size: 16px !important;
    line-height: 24px !important;
    width: 90% !important;
    text-align: center !important;
    margin: 0 auto;
  }

  .tool-content-head {
    font-size: 22px;
    margin-bottom: 0;
    width: 100%;
  }

  .tool-content-second-text {
    font-size: 14px;
    text-align: left;
    width: 90%;
    height: 100px;
  }

  .banner-2-title {
    font-size: 26px;
    width: 100%;
    font-size: 28px !important;
    line-height: 34px !important;
    width: 90% !important;
    text-align: center !important;
    margin: 0 auto;
  }

  .bg-video,
  .video-gradient-overlay,
  .layer1,
  .layer2 {
    height: 950px !important;
  }

  .tab-layout {
    display: flex;
    justify-content: center;
    margin: auto;
    flex-direction: column;
    align-items: center;
  }

  .tab-right {
    width: 100%;
  }

  .client-icons-wrap {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 12px;
    scrollbar-width: none;
  }

  .client-icons-wrap::-webkit-scrollbar {
    display: none;
  }
  .price-cards-wraps {
    display: flex;
    flex-direction: column;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding: 1rem;
    justify-content: space-evenly;
    height: 300px;
  }
  .price-card-wrap {
    border-radius: 8px;
    box-shadow: 0px 4px 19px 0px #00000012;
    display: flex;
    height: 300px;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    width: 90% !important;
    margin-bottom: 1rem !important;
    margin-left: auto;
    margin-right: auto;
  }

  .price-plan-card-title {
    font-size: 18px;
  }

  .price-plan-card-sub-title {
    font-size: 13px;
  }

  .price-card-bottom-container p {
    font-size: 13px;
  }

  .price-content-img img {
    width: 22px;
    height: 22px;
  }

  .features-box {
    width: 100%;
  }

  .features-scroll-wrapper {
    margin: 0rem 1.5rem;
  }

  .carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }

  .amly-tools-wrap {
    flex-direction: column-reverse !important;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
  }

  .joinoveralldiv {
    width: 85% !important;
  }

  .video-shade {
    height: 100%;
  }

  .price-planning-background {
    height: auto;
  }

  .hero-flex-wrap-div {
    flex-direction: column;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .homeimg2 img,
  .homeimgdiv img {
    width: 80% !important;
    height: auto !important;
  }

  .imgdiv,
  .homeimg2 img,
  .buttonalign {
    flex-direction: column !important;
    width: 100% !important;
  }

  .button-wrap-container {
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
    justify-content: center;
  }

  .footer-certificate-wrap {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .social-icons {
    justify-content: center;
    gap: 10px;
  }

  .footer-links-inline {
    font-size: 14px;
  }

  .amly-items-title {
    font-size: 26px;
    text-align: center;
    line-height: 1.5;
  }

  .amly-items-wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0rem 1rem;
  }

  .goals-content-wrap {
    padding: 2rem 1rem;
  }

  .goals-scroll-wrap-div {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .center-testimonals-wrap {
    margin-left: 0;
  }

  .custom-tab-button img {
    width: 32px;
    height: 32px;
  }

  .custom-tab-name {
    font-weight: 400;
    font-size: 14px;
  }

  .card-carousel-item {
    width: 100%;
  }
  .scroll-arrow i {
    font-size: 16px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .title {
    font-size: 38px !important;
  }
  .video-gradient-overlay {
    height: 750px !important;
    /* background-color: red; */
  }
  .bg-video {
    height: 750px !important;
  }
  .layer2,
  .layer1 {
    height: 750px !important;
  }
  .client-icons-wrap {
    overflow-x: scroll;
  }
  .client-icons-wrap::-webkit-scrollbar {
    display: none;
  }
  .amly-items-title {
    font-weight: 600;
    font-size: 38px !important;
  }

  .people-working-img {
    width: 100%;
  }
  .center-testimonals-wrap {
    margin-left: 0;
  }

  /* .centercontent,
  .customer-content-title {
    font-size: 36px !important;
    width: 85%;
  } */

  .centersubcontent {
    font-size: 22px !important;
    width: 80%;
  }

  .banner-2-amly-sub-title {
    font-size: 22px !important;
    width: 90%;
  }
  .banner-2-title {
    font-size: 30px;
    width: 100%;
  }

  .price-card-wrap {
    width: 90%;
  }
  .features-box {
    width: calc(100% / 2-10px);
  }
  .centercontent {
    width: 80%;
    font-size: 42px;
  }
  .workspace-banner-title,
  .customer-content-title,
  .price-plan-title,
  .welcome,
  .centercontent {
    font-size: 42px;
  }
  .workspace-banner-content,
  .customer-content-item,
  .price-plan-sub-title
 {
    font-size: 22px;
  }
  .subtitle {
    font-size: 22px;
    width: 80%;
    margin: auto;
  }

  .amly-tools-wrap {
    flex-direction: column-reverse !important;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
  }
  .tool-content-head {
    font-size: 30px;
    width: 100%;
  }
  .tool-content-second-text {
    font-size: 18px;
    width: 100%;
  }
  .modern-wimg {
    width: 70%;
  }

  .joinoveralldiv {
    width: 70%;
  }
  .price-cards-wraps {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding: 2rem 1rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
  }

  .price-cards-wraps::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }


  .price-card-top-container {
    padding: 1rem;
  }

  .price-card-bottom-container {
    height: 50px;
    padding: 0.75rem;
  }

  .price-plan-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .price-plan-sub-title {
    font-size: 22px;
    line-height: 24px;
    width: 90%;
    margin: 0 auto 2rem;
  }

  .price-plan-card-title {
    font-size: 20px;
  }

  .price-plan-card-sub-title {
    font-size: 14px;
    line-height: 20px;
  }

  .price-card-bottom-container p {
    font-size: 14px;
  }

  .price-content-img img {
    width: 24px;
    height: 24px;
  }
  .price-planning-background {
    height: 500px;
  }
  .scroll-arrow i {
    font-size: 18px;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .title {
    font-size: 52px !important;
  }

  .centercontent {
    font-size: 46px !important;
    width: 75%;
  }

  .centersubcontent {
    font-size: 20px;
    width: 65%;
  }

  .centerModerncontent {
    font-size: 32px;
    width: 65%;
  }

  .banner-2-title,
  .workspace-banner-title {
    font-size: 42px;
  }
  .center-testimonals-wrap {
    margin-left: 0;
  }

  .features-box {
    width: 48%;
  }

  .price-card-wrap {
    width: 80%;
  }

  .layer2 {
    backdrop-filter: blur(20px);
  }
}
