.homeSectionHeader {
  background-image: url("../Images/homepage/homeSec1Img.png");
  background-repeat: no-repeat;
  background-size: contain; /* contain rakhein taaki puri image dikhe */
  background-position: top center; /* image ko top se start karein */
  min-height: 600px; /* appropriate height set karein */
  width: 100%;
  padding: 40px 20px;
}

/* Extra small devices: 0px – 300px */
@media (max-width: 300px) {
  .homeSectionHeader {
    min-height: 250px;
    background-size: contain;
    background-position: top center;
  }
}

/* Small devices: 301px – 500px */
@media (min-width: 301px) and (max-width: 500px) {
  .homeSectionHeader {
    min-height: 350px;
    background-size: contain;
    background-position: top center;
  }
}

/* Medium devices: 501px – 768px */
@media (min-width: 501px) and (max-width: 768px) {
  .homeSectionHeader {
    min-height: 500px;
    background-size: contain;
    background-position: top center;
  }
}

/* Large devices: 769px – 1025px */
@media (min-width: 769px) and (max-width: 1025px) {
  .homeSectionHeader {
    min-height: 650px;
    background-size: contain;
    background-position: top center;
  }
}

/* Extra Large devices: 1026px+ */
@media (min-width: 1026px) {
  .homeSectionHeader {
    min-height: 800px;
    background-size: contain;
    background-position: top center;
  }
}

.homeHeaderText {
  font-weight: 700;
  font-size: 55px;
  text-align: center;
}

.homeHeaderDescription {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}

.maintrustVrefy {
  height: 100%;
  padding: 24px 80px;
  gap: 2rem;
}
.mainTrustedComy {
  width: 100%;
  padding: 10px;
}
.contentTrustComy {
  font-weight: 700;
  font-size: 24px;
  width: 209px;
}
.hdfc {
  background-image: url("../Images/homepage/hdfc-bank_360.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 73px;
}
.rbl {
  background-image: url("../Images/homepage/rbl-bank_360.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 151px;
  height: 73px;
}
.dbs {
  background-image: url("../Images/homepage/dbs-bank_360.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 147px;
  height: 71px;
}
.billmama {
  background-image: url("../Images/homepage/billmama_720.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 40px;
}
.tructComyImgs {
  gap: 3rem;
  flex-wrap: wrap;
}

.mainAbouttrustCompy {
  height: 100%;
  width: 100%;
  padding: 24px;
}

.AbNehead {
  font-weight: 700;
  font-size: 24px;
  color: #7d7d7d;
}

.headContentTrustComy {
  width: 503px;
  gap: 2rem;
  padding: 24px;
}
.headContentTrustComy p:nth-of-type(2) {
  font-weight: 700;
  font-size: 36px;
}
.headContentTrustComy p:nth-of-type(3) {
  font-weight: 400;
  font-size: 20px;
}

.stats-section {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 40px;
  width: 630px;
}

.stat-box {
  text-align: center;
  color: #00aa95;
  /* width: 139px; */
}

.counter {
  font-weight: 700;
  font-size: 48px;
  font-weight: bold;
  color: #00aa8f;
}

.stat-box p {
  font-size: 16px;
  color: #00aa8f;
  margin-top: 4px;
}

.divider {
  height: 40px;
  width: 1px;
  background-color: #e0e0e0;
}

.TrustComyImg {
  background-image: url("../Images/homepage/trustCompanyImg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 492px;
  height: 430px;
}

.mainFooterTrustedComy {
  width: 100%;
}

.footerTrustedComy {
  width: 364px;
  height: 112px;
  border-radius: 20px;
  background: #e9f6ff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.footerTrustedComy p {
  font-weight: 400;
  font-size: 19px;
  text-align: center;
}

.userFrnd img,
.fastProcess img,
.costEfffect img {
  width: 75px;
  height: 75px;
}

.service-tabs-section {
  background: linear-gradient(to bottom, #003b59, #004f66);
  color: white;
  padding: 60px 40px;
}

.service-tabs-section h2 {
  font-size: 48px;
  font-weight: 700;
}

.service-tabs-section .sub-text {
  font-size: 24px;
  color: #d9eaf2;
}

.tab-section {
  color: white;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.tab-buttons {
  display: flex;
  gap: 16px;
  padding: 16px 0px;
  border-bottom: 1px solid;
}

.tabs {
  display: flex;
  gap: 12px;
  border-bottom: 1px solid white;
  padding: 20px 0px;
}

.tab {
  background-color: #bababa;
  border: none;
  padding: 8px 20px;
  color: white;
  border-radius: 12px;
  font-weight: 700;
  font-size: 20px;

  cursor: pointer;
  width: 150px;
  height: 52px;
}

.tab.active {
  background-color: #006fb9;
}

.tab-content-area {
  display: flex;
  gap: 20px;
}

.tab-content {
  display: none;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}

.tab-content div {
  gap: 1rem;
}

.tab-content.active {
  display: flex;
  /* display: block; */
  flex-wrap: wrap;
}

.tab-description {
  border-right: 1px solid;
  padding-right: 10px;
  color: #d3e2e9;
  max-width: 270px;
}

.tab-description h4 {
  font-weight: 700;
  font-size: 24px;
}
.tab-description p {
  font-weight: 400;
  font-size: 16px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.card {
  background: linear-gradient(to bottom right, #07486b, #005d74);
  border-radius: 12px;
  padding: 20px;
  width: 285px;
  box-sizing: border-box;
  color: white;
  min-height: 319px;
  justify-content: space-around;
}

.card h5 {
  font-size: 24px;
  font-weight: 400;
}

.card p {
  font-size: 18px;
  font-weight: 400;
  color: #c6d8e2;
}

.card img {
  width: 64px;
  height: 64px;
}

.timeline-container {
  position: relative;
  width: 100%;
  /* max-width: 1000px; */
  /* margin: auto; */
  /* padding-left: 50px; */
}

.timeline-line {
  position: absolute;
  top: 155px;
  left: 51%;
  width: 4px;
  height: 75%;
  background-color: #e0e0e0;
  z-index: 1;
}

.active-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background-color: #007bff;
  transition: height 0.3s ease-in-out;
  z-index: 2;
}
.timeline-section {
  position: relative;
  /* margin-bottom: 100px; */
  /* padding-left: 50px; */
}

.timeline-dot {
  position: absolute;
  left: 49.8%;
  top: 126px;
  width: 40px;
  height: 40px;
  background-color: #bbb;
  border-radius: 50%;
  border: 4px solid white;
  transition: background-color 0.4s ease;
  z-index: 2;
}

.timeline-dot.active {
  background-color: #007bff;
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.2);
}

.timeline-content {
  width: 480px;
  background: white;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.timeline-content h3 {
  color: #007bff;
  margin-bottom: 15px;
  font-size: 20px;
}

.timeline-content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

.timeline-content li {
  position: relative;
  padding-left: 47px !important;
  color: #333;
  top: 1px;
  padding-top: 7px !important;
}

.timeline-content li::before {
  /* content: "✔";
  position: absolute;
  left: 0;
  color: green; */
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 34px;
  height: 34px;
  background-image: url("../Images/homepage/yesIcon.png"); /* use PNG/SVG path */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.headerTimeLineContainer {
  height: 100%;
  padding: 80px;
  width: 100%;
  gap: 1rem;
}
.headerTimeLineContainer p:first-child {
  font-weight: 700;
  font-size: 36px;
}
.headerTimeLineContainer p:last-child {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}

.testimonial-wrapper {
  display: flex;
  padding: 80px 20%;
  align-items: center;
  gap: 40px;
}

.testimonial-title {
  flex: 1;
}

.testimonial-title p {
  color: gray;
  font-size: 24px;
  font-weight: 700;
}

.testimonial-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}

.testimonial-title h2 span {
  color: #00a3c8;
}

.testimonial-carousel {
  flex: 1;
  height: 240px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.testimonial-track {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s ease;
}

.testimonial-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin: 10px 0;
  width: 100%;
  transform: scale(0.8);
  opacity: 0.6;
  transition: all 0.4s ease;
}

.testimonial-card.active {
  transform: scale(1);
  opacity: 1;
  border-left: 4px solid #7a3cff;
}

.testimonial-card img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
}

.testimonial-card .text h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.testimonial-card .text p {
  font-size: 14px;
  color: #333;
  margin: 5px 0 0;
}

.testimonial-card .quote {
  margin-left: auto;
  font-size: 40px;
  color: #d3e3f5;
}

.pricing-section {
  background-color: #004d73;
  padding: 80px 5%;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.pricing-title {
  font-size: 36px;
  font-weight: 700;
}

.pricing-subtitle {
  max-width: 600px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.pricing-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.pricing-tabs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pricing-tab {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  background: #fff;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  width: 588px;
  height: 204px;
  justify-content: space-around;
}

.pricing-tab:hover {
  background: linear-gradient(90deg, #c7f0ff, #dbffe3);
}

.pricing-tab.active {
  background: linear-gradient(90deg, #c7f0ff, #dbffe3);
}

.radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #333;
  margin-right: 20px;
  display: inline-block;
  position: relative;
}

.radio.checked::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: black;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
}

.tab-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.tab-info .label {
  font-weight: 700;
  font-size: 34px;
  color: #000;
}

.tab-info .price {
  font-size: 17px;
  color: #111;
}

.tab-info .price span {
  font-size: 50px;
  font-weight: bold;
}

.pricing-content {
  background: linear-gradient(180deg, #c7f0ff, #dbffe3);
  border-radius: 16px;
  padding: 30px 40px;
  min-width: 300px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.plan-content {
  display: none;
  list-style: none;
  text-align: left;
}

.plan-content.active {
  /* display: block; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
}

.plan-content li {
  margin-bottom: 15px;
  font-size: 19px;
  display: flex;
  align-items: center;
  color: #000000;
  justify-content: space-around;
}

.plan-content li::before {
  content: "✓";
  color: green;
  margin-right: 10px;
}

.plan-content li.disabled::before {
  content: "✕";
  color: #888;
}

.plan-content li.disabled {
  color: #999;
}

.faq-section {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 5%;
  background-color: #fdfdfd;
  gap: 50px;
  justify-content: space-evenly;
}

.faq-left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-width: 350px;
}

.faq-label {
  color: #777;
  font-size: 24px;
  font-weight: 700;
}

.faq-heading {
  font-size: 36px;
  font-weight: 700;
}

.faq-heading span {
  color: #0093a3;
}

.faq-contact-box {
  background-color: #f7f7f7;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 16px;
}

.faq-contact-box h4 {
  font-size: 24px;
  font-weight: 700;
}
.faq-contact-box p {
  font-size: 14px;
  font-weight: 400;
}

.faq-contact-button {
  background: linear-gradient(180deg, #018147 0%, #008c9a 100%);
  width: 177px;
  height: 59px;
  border: none;
  color: white;
  padding: 10px 25px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
}

.faq-right {
  flex: 2;
  max-width: 600px;
}

.faq-accordion .accordion-item {
  background: #f9f9f9;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  cursor: pointer;
  font-weight: bold;
  background-color: #f9f9f9;
}

.accordion-body {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  background-color: #f9f9f9;
}

.accordion-item.active .accordion-body {
  max-height: 200px;
  padding: 10px 24px 20px;
}

.arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.accordion-item.active .arrow {
  transform: rotate(180deg);
}

.accordion-header h3 {
  font-weight: 700;
  font-size: 20px;
}
.accordion-body p {
  font-weight: 400;
  font-size: 16px;
}

.mainFooterImg {
  background-image: url("../Images/homepage/mainFooterImg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 399px;
  width: 100%;
}

.headFooterImg {
  height: 100%;
  gap: 2rem;
  background: linear-gradient(
    178.16deg,
    rgba(217, 217, 217, 0.28) 13.25%,
    rgba(0, 0, 0, 0.53) 68.38%
  );
}
.mainFooterImg div p {
  font-weight: 700;
  font-size: 38px;
  color: #ffffff;
}
.subscribe-wrapper {
  display: flex;
  border-radius: 12px;
  width: 551px;
  height: 56px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.subscribe-input {
  flex: 1;
  border: none;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  outline: none;
}

.subscribe-input::placeholder {
  color: #aaa;
  font-weight: 500;
}

.subscribe-button {
  padding: 0 30px;
  border: none;
  background: linear-gradient(to right, #00703c, #008fa9);
  color: white;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.subscribe-button:hover {
  background: linear-gradient(to right, #005c31, #007b94);
}

@media screen and (max-width: 1024px) and (min-width: 320px) and (max-height: 1366px) and (min-height: 300px) {


  .homeHeaderText {
    font-size: 34px;
  }
  .homeHeaderDescription {
    font-size: 14px;
  }
  .maintrustVrefy {
    padding: 24px;
  }
  .mainTrustedComy {
    flex-direction: column;
  }

  .contentTrustComy {
    text-align: center;
    font-size: 24px;
    width: 209px;
  }
  .tructComyImgs {
    gap: 1rem;
  }
  .hdfc {
    width: 88px;
    height: 43px;
  }
  .rbl {
    width: 86px;
    height: 41px;
  }
  .dbs {
    width: 86px;
    height: 41px;
  }
  .billmama {
    width: 159px;
    height: 41px;
  }

  .headerAboutTrustComy {
    flex-direction: column-reverse !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .TrustComyImg {
    width: 364px;
    height: 331px;
  }
  .headContentTrustComy {
    width: 100%;
    align-items: center !important;
    text-align: center;
  }
  .headContentTrustComy p:nth-of-type(2) {
    font-size: 34px;
  }
  .headContentTrustComy p:nth-of-type(3) {
    font-size: 14px;
  }
  .stats-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
  }
  .counter {
    font-size: 24px;
  }
  .footerTrustedComy {
    width: 112px;
    height: 36px;
  }
  .userFrnd img,
  .fastProcess img,
  .costEfffect img {
    width: 19px;
    height: 19px;
  }
  .footerTrustedComy p {
    font-size: 10px;
  }
  .service-tabs-section {
    padding: 24px;
  }
  .service-tabs-section h2 {
    font-size: 34px;
  }
  .service-tabs-section .sub-text {
    font-size: 19px;
  }
  .tab {
    padding: 8px;
    font-size: 14px;
    width: 84px;
    height: 40px;
  }
  .tba {
    flex-direction: column !important;
  }
  .tab-description {
    border-right: none;
    padding-right: 0px;
    max-width: 100%;
  }
  .card {
    border-radius: 12px;
    padding: 18px;
    width: 175px;
    min-height: 218px;
  }
  .card h5 {
    font-size: 19px;
  }
  .card p {
    font-size: 14px;
  }
  .card img {
    width: 34px;
    height: 34px;
  }
  .headerTimeLineContainer {
    padding: 24px;
  }
  .headerTimeLineContainer p:first-child {
    font-size: 34px;
  }
  .headerTimeLineContainer p:last-child {
    font-size: 16px;
    text-align: center;
  }
  .timeline-section img {
    width: 92%;
    height: 97px;
  }
  .timeline-dot {
    left: 43.6%;
    top: 35px;
    width: 20px;
    height: 20px;
  }
  .timeline-content {
    width: 74%;
    background: white;
    padding: 10px;
  }
  .timeline-content h3 {
    color: #007bff;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .timeline-content li {
    padding-left: 16px !important;
    padding-top: 0px !important;
  }
  .timeline-content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 9px;
    height: 9px;
  }
  .timeline-line {
    position: absolute;
    top: 0px;
    left: 46%;
    width: 1px;
    height: 82%;
    background-color: #e0e0e0;
    z-index: 1;
  }
  .active-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #007bff;
    transition: height 0.3s ease-in-out;
    z-index: 2;
  }
  .timeline-section {
    justify-content: space-between !important;
  }
  .testimonial-wrapper {
    padding: 40px 10%;
    gap: 10px;
  }
  .testimonial-title p {
    font-size: 19px;
  }
  .testimonial-title h2 {
    font-size: 28px;
  }
  .testimonial-card {
    padding: 10px;
    height: 80px;
  }
  .testimonial-card img {
    width: 34px;
    height: 34px;
  }

  .testimonial-card .text h4 {
    font-size: 14px;
  }

  .testimonial-card .text p {
    font-size: 10px;
  }

  .testimonial-card .quote {
    font-size: 34px;
  }

  element.style {
  }
  .pricing-section {
    padding: 24px;
  }
  .pricing-title {
    font-size: 34px;
  }
  .pricing-subtitle {
    max-width: 100%;
    font-size: 16px;
  }
  .pricing-subtitle {
    max-width: 600px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
  }

  .pricing-tab {
    padding: 20px;
    width: 199px;
    height: 59px;
  }
  .tab-info .label {
    font-size: 10px;
  }
  .tab-info .price span {
    font-size: 12px;
  }
  .tab-info .price {
    font-size: 9px;
    color: #111;
  }
  .pricing-content {
    padding: 24px;
    min-width: 155px;
  }
  .plan-content li {
    font-size: 10px;
  }

  .faq-section {
    padding: 24px;
  }
  .faq-left {
    max-width: 100%;
  }
  .faq-label {
    text-align: center;
  }
  .faq-heading {
    font-size: 34px;
    text-align: center;
  }
  .faq-contact-box {
    padding: 10px;
    align-items: center;
  }
  .faq-contact-box h4 {
    font-size: 16px;
  }
  .faq-contact-button {
    width: 129px;
    height: 48px;
    padding: 10px;
    font-size: 19px;
  }
  .accordion-header h3 {
    font-size: 16px;
  }
  .accordion-body p {
    font-size: 14px;
  }
  .mainFooterImg div p {
    font-size: 34px;
}
.subscribe-wrapper {
    width: 90%;
    height: 56px;
}
}


@media screen and (min-width: 912px) and (max-width: 912px) and (min-height: 1368px) and (max-height: 1368px){
  .homeSectionHeader {
    background-image: url("../Images/homepage/homeSec1ImgMob.png");
    height: 500px;
  }

  .homeHeaderText {
    font-size: 34px;
  }
  .homeHeaderDescription {
    font-size: 14px;
  }
  .maintrustVrefy {
    padding: 24px;
  }
  .mainTrustedComy {
    flex-direction: column;
  }

  .contentTrustComy {
    text-align: center;
    font-size: 24px;
    width: 209px;
  }
  .tructComyImgs {
    gap: 1rem;
  }
  .hdfc {
    width: 88px;
    height: 43px;
  }
  .rbl {
    width: 86px;
    height: 41px;
  }
  .dbs {
    width: 86px;
    height: 41px;
  }
  .billmama {
    width: 159px;
    height: 41px;
  }

  .headerAboutTrustComy {
    flex-direction: column-reverse !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .TrustComyImg {
    width: 364px;
    height: 331px;
  }
  .headContentTrustComy {
    width: 100%;
    align-items: center !important;
    text-align: center;
  }
  .headContentTrustComy p:nth-of-type(2) {
    font-size: 34px;
  }
  .headContentTrustComy p:nth-of-type(3) {
    font-size: 14px;
  }
  .stats-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
  }
  .counter {
    font-size: 24px;
  }
  .footerTrustedComy {
    width: 112px;
    height: 36px;
  }
  .userFrnd img,
  .fastProcess img,
  .costEfffect img {
    width: 19px;
    height: 19px;
  }
  .footerTrustedComy p {
    font-size: 10px;
  }
  .service-tabs-section {
    padding: 24px;
  }
  .service-tabs-section h2 {
    font-size: 34px;
  }
  .service-tabs-section .sub-text {
    font-size: 19px;
  }
  .tab {
    padding: 8px;
    font-size: 14px;
    width: 84px;
    height: 40px;
  }
  .tba {
    flex-direction: column !important;
  }
  .tab-description {
    border-right: none;
    padding-right: 0px;
    max-width: 100%;
  }
  .card {
    border-radius: 12px;
    padding: 18px;
    width: 175px;
    min-height: 218px;
  }
  .card h5 {
    font-size: 19px;
  }
  .card p {
    font-size: 14px;
  }
  .card img {
    width: 34px;
    height: 34px;
  }
  .headerTimeLineContainer {
    padding: 24px;
  }
  .headerTimeLineContainer p:first-child {
    font-size: 34px;
  }
  .headerTimeLineContainer p:last-child {
    font-size: 16px;
    text-align: center;
  }
  .timeline-section img {
    width: 40%;
        height: 100%;
  }
  .timeline-dot {
    left: 44.99%;
    top: 35px;
    width: 20px;
    height: 20px;
  }
  .timeline-content {
    width: 40%;
    background: white;
    padding: 10px;
  }
  .timeline-content h3 {
    color: #007bff;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .timeline-content li {
    padding-left: 16px !important;
    padding-top: 0px !important;
  }
  .timeline-content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 9px;
    height: 9px;
  }
  .timeline-line {
    position: absolute;
    top: 0px;
    left: 46%;
    width: 1px;
    height: 75%;
    background-color: #e0e0e0;
    z-index: 1;
  }
  .active-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #007bff;
    transition: height 0.3s ease-in-out;
    z-index: 2;
  }
  .timeline-section {
    justify-content: space-between !important;
  }
  .testimonial-wrapper {
    padding: 40px 10%;
    gap: 10px;
  }
  .testimonial-title p {
    font-size: 19px;
  }
  .testimonial-title h2 {
    font-size: 28px;
  }
  .testimonial-card {
    padding: 10px;
    height: 80px;
  }
  .testimonial-card img {
    width: 34px;
    height: 34px;
  }

  .testimonial-card .text h4 {
    font-size: 14px;
  }

  .testimonial-card .text p {
    font-size: 10px;
  }

  .testimonial-card .quote {
    font-size: 34px;
  }

  element.style {
  }
  .pricing-section {
    padding: 24px;
  }
  .pricing-title {
    font-size: 34px;
  }
  .pricing-subtitle {
    max-width: 100%;
    font-size: 16px;
  }
  .pricing-subtitle {
    max-width: 600px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
  }

  .pricing-tab {
    padding: 20px;
    width: 199px;
    height: 59px;
  }
  .tab-info .label {
    font-size: 10px;
  }
  .tab-info .price span {
    font-size: 12px;
  }
  .tab-info .price {
    font-size: 9px;
    color: #111;
  }
  .pricing-content {
    padding: 24px;
    min-width: 155px;
  }
  .plan-content li {
    font-size: 10px;
  }

  .faq-section {
    padding: 24px;
  }
  .faq-left {
    max-width: 100%;
  }
  .faq-label {
    text-align: center;
  }
  .faq-heading {
    font-size: 34px;
    text-align: center;
  }
  .faq-contact-box {
    padding: 10px;
    align-items: center;
  }
  .faq-contact-box h4 {
    font-size: 16px;
  }
  .faq-contact-button {
    width: 129px;
    height: 48px;
    padding: 10px;
    font-size: 19px;
  }
  .accordion-header h3 {
    font-size: 16px;
  }
  .accordion-body p {
    font-size: 14px;
  }
  .mainFooterImg div p {
    font-size: 34px;
}
.subscribe-wrapper {
    width: 90%;
    height: 56px;
}
}

@media screen and (min-width: 844px) and (max-width: 820px) and (min-height: 390px) and (max-height: 1180px){
      .timeline-section img {
        width: 40% !important;
        height: 212px;
    }
        .timeline-content {
        width: 40% !important;
        background: white;
        padding: 10px;
    }
        .timeline-dot {
        left: 44.95% !important;
        top: 35px;
        width: 20px;
        height: 20px;
    }
    .timeline-line {
        height: 80% !important;
      }

}