@media(max-width : 767px) {
  .text-anime-style-3 {
    font-size: 10vw !important;
  }
}

.s-about-section {
  background-color: rgba(116, 116, 172, 0.21);
  padding: 80px 80px;
}

.s-about-container h1 {
  font-size: 4vw;
  text-align: center;
  font-weight: bolder;
}

.s-about-container p {
  font-size: 1.5vw;
  text-align: center;
  margin-top: 20px;

}

.saas-card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  gap: 40px;
  /* background-color: ; */
}

.saas-card {
  background-color: #191e24;
  color: white;
  border-radius: 20px;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.2s transform 0.2s;
  border: 2.8px solid #191e24;
  margin-bottom: 60px;
}

.saas-card:hover {
  box-shadow: 0 8px 20px #2666f699;
  cursor: pointer;
  border-color: #2666f6;
}

.saas-card h3 {
  font-size: 1.8vw;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}

.saas-card p {
  font-size: 1.3vw;
  padding: 0 30px;
  margin-bottom: 20px;
}

.ww-serve-saas {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.ww-serve-saas-right {
  width: 600px;
}

.ww-serve-saas-right h1 {
  font-size: 2vw;
}

.ww-serve-saas-right img {
  margin-top: 30px;
  border-radius: 20px;
  height: 400px;
}

.ww-serve-saas-left {
  /* background-color: pink; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 800px;
}

.saas-serve-card {
  padding: 20px 20px;
}

.saas-serve-card h4 {
  text-align: center;
  font-size: 2vw;
  font-weight: bold;
  margin-top: 25px;
}

.saas-serve-card p {
  padding: 0 20px;
  font-size: 1.2vw;
}

.saas-serve-card:hover {
  border: 3px solid;
  box-shadow: 0 10px 40px #0862d1;
  border-radius: 20px;
  border-color: #2666f6;
}
/* ================================
   RESPONSIVE MEDIA QUERIES
   ================================ */

/* ----------- Tablets (max-width: 1024px) ----------- */
@media (max-width: 1024px) {

  .s-about-section {
    padding: 60px 40px;
  }

  .s-about-container h1 {
    font-size: 5vw;
  }

  .s-about-container p {
    font-size: 2vw;
  }

  /* cards become 2 per row */
  .saas-card-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .saas-card {
    width: 45%;
  }

  .saas-card h3 {
    font-size: 2.5vw;
  }

  .saas-card p {
    font-size: 1.7vw;
  }

  /* serve section */
  .ww-serve-saas {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .ww-serve-saas-right {
    width: 100%;
  }

  .ww-serve-saas-right h1 {
    font-size: 3vw;
    text-align: center;
  }

  .ww-serve-saas-right img {
    width: 100%;
    height: auto;
  }

  .ww-serve-saas-left {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }

  .saas-serve-card h4 {
    font-size: 3vw;
  }

  .saas-serve-card p {
    font-size: 1.8vw;
  }
}


/* ----------- Mobile Large (max-width: 768px) ----------- */
@media (max-width: 768px) {

  .s-about-section {
    padding: 50px 25px;
  }

  .s-about-container h1 {
    font-size: 6vw;
  }

  .s-about-container p {
    font-size: 3vw;
  }

  /* 1 card per row */
  .saas-card-wrapper {
    flex-direction: column;
    gap: 25px;
  }

  .saas-card {
    width: 100%;
  }

  .saas-card h3 {
    font-size: 4vw;
  }

  .saas-card p {
    font-size: 3.2vw;
  }

  /* serve section full stack */
  .ww-serve-saas {
    flex-direction: column;
    gap: 50px;
  }

  .ww-serve-saas-right h1 {
    font-size: 5vw;
  }

  .ww-serve-saas-left {
    grid-template-columns: 1fr;
  }

  .saas-serve-card h4 {
    font-size: 4.5vw;
  }

  .saas-serve-card p {
    font-size: 3.2vw;
  }
}


/* ----------- Mobile Small (max-width: 480px) ----------- */
@media (max-width: 480px) {

  .s-about-section {
    padding: 40px 20px;
  }

  .s-about-container h1 {
    font-size: 7vw;
  }

  .s-about-container p {
    font-size: 3.5vw;
  }

  .saas-card {
    padding: 20px 10px;
  }

  .saas-card h3 {
    font-size: 5vw;
  }

  .saas-card p {
    font-size: 3.7vw;
  }

  .saas-serve-card h4 {
    font-size: 5vw;
  }

  .saas-serve-card p {
    font-size: 3.8vw;
  }

  .ww-serve-saas-right img {
    height: auto;
  }
}

/****============================
 Indutries-we-serve
 ========================== **/
/* Section Base */
.industries-section1 {
  background-color: #142850;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  width: 100%;
}

.industries-heading h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

.industries-heading p {
  font-size: 1rem;
  color: #d0d0d0;
  margin-bottom: 50px;
}

/* Grid Layout */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  justify-items: center;
}

/* Card Style */
.industry-item {
  background-color: #1b3b6f;
  border: 2px solid #00a8cc;
  border-radius: 15px;
  padding: 25px 15px;
  width: 100%;
  max-width: 250px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.industry-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
  filter: brightness(0) invert(1);
}

.industry-item h3 {
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 600;
}

.industry-item:hover {
  background-color: #00a8cc;
  border-color: #fff;
  transform: translateY(-5px);
}

.industry-item:hover h3 {
  color: #142850;
}

.industry-item:hover img {
  filter: brightness(1) invert(0);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .industries-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .industries-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .industries-heading h2 {
    font-size: 1.8rem;
  }

  .industries-heading p {
    font-size: 0.9rem;
  }
}

/*** our saas development services ***/
.saas-services-section {
  /* background-color: pink; */
  padding: 60px 100px;
}

.saas-services-container h1 {
  text-align: center;
  font-size: 3vw;
  font-weight: 600;
  margin-bottom: 20px;
}

.saas-services-container p {
  width: 800px;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
  /* font-weight: bold; */
}

.saas-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.saas-services-card {
  text-align: center;
  /* background-color: #d0d0d0; */
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.5);
  padding: 20px 40px;
  gap: 20px;
  border-radius: 20px;
  transition: box-shadow 0.2s transform 0.2s;
}

.saas-services-card:hover {
  box-shadow: 10px 10px 0 #2664f6;
  transform: translateY(-6px) scale(1.02s);
  border-color: #2666f6;
}

.saas-services-card h3 {
  font-size: 2VW;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.saas-services-card p {
  width: 400px;
}

@media(max-width : 767px) {
  .saas-services-section {
    padding: 20px 20px;
  }

  .saas-services-section h1 {
    font-size: 8vw;
  }

  .saas-services-container p {
    width: 220px;
  }

  .saas-services-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .saas-services-card {
    padding: 20px 20px;
  }

  .saas-services-container h3 {
    font-size: 5vw;
  }

  .saas-services-card p {
    width: 200px;
  }
}

/* ========== OUR WORK PROCESS SECTION ========== */
.workprocess-section {
  background: linear-gradient(130deg, #03264e 9%, #154cc2 95%);
  padding: 56px 0 34px 0;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
}

.wp-container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 28px;
}

.wp-heading {
  text-align: center;
  font-size: 2.2em;
  margin-bottom: 65px;
  color: #fff;
  letter-spacing: 0.3px;
  font-weight: 800;
  line-height: 1.18;
}

.wp-heading span {
  color: #ffd564;
  font-weight: 800;
  font-size: 0.47em;
  text-transform: uppercase;
  letter-spacing: 2.2px;
}

.wp-heading strong {
  display: block;
  margin-top: 18px;
  font-size: 0.54em;
  font-weight: 900;
  color: #e9f7ff;
  letter-spacing: 0.5px;
}

/* Vertical Zig-Zag Timeline */
.wp-timeline {
  display: flex;
  flex-direction: column;
  gap: 55px;
  position: relative;
  margin: 0 auto;
  max-width: 790px;
  padding-bottom: 25px;
}

.wp-step {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 135px;
  transition: transform 0.23s, box-shadow 0.22s;
}

.wp-step-card {
  background: linear-gradient(135deg, #fff 78%, #e7f1ff 100%);
  box-shadow: 0 5px 26px #0744b61c;
  border-radius: 18px;
  padding: 29px 35px 26px 29px;
  width: 390px;
  max-width: 94vw;
  position: relative;
  z-index: 2;
  transition: transform 0.17s, box-shadow 0.18s;
  cursor: pointer;
  border-left: 8px solid #ffd564;
  border-right: 8px solid #ff89ac;
}

.wp-step:hover .wp-step-card,
.wp-step.active .wp-step-card {
  transform: scale(1.05) translateY(-9px);
  box-shadow: 0 12px 38px #1a297e31, 0 0 0 4px #bee6fa48;
  border-left: 8px solid #5cc9ea;
  border-right: 8px solid #ffd564;
}

.wp-step:nth-child(even) {
  flex-direction: row-reverse;
}

.wp-step-circle {
  min-width: 55px;
  min-height: 55px;
  background: linear-gradient(135deg, #ffd564 59%, #ff89ac 99%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  font-weight: 800;
  box-shadow: 0 0px 16px #ffd56451;
  position: absolute;
  left: -75px;
  top: 48%;
  transform: translateY(-50%);
  border: 4px solid #fff;
  z-index: 5;
}

.wp-step:nth-child(even) .wp-step-circle {
  left: unset;
  right: -75px;
  background: linear-gradient(135deg, #5cc9ea 59%, #ffd564 99%);
}

/* Zig-Zag connector lines */
.wp-step:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 65px;
  background: linear-gradient(135deg, #ffd564 70%, #5cc9ea 99%);
  left: calc(50% - 2px);
  top: 70%;
  z-index: 1;
  border-radius: 3px;
}

.wp-step:nth-child(even)::after {
  left: calc(50% - 2px);
  background: linear-gradient(135deg, #5cc9ea 70%, #ffd564 99%);
}


.wp-step-card h3 {
  font-size: 1.22em;
  font-weight: 900;
  color: #113a69;
  margin-bottom: 7px;
  letter-spacing: 0.4px;
}

.wp-step-card p {
  font-size: 0.96em;
  color: #32497d;
  margin: 0;
  line-height: 1.58;
  font-weight: 500;
}

/* Responsive breakpoints */
@media (max-width: 800px) {
  .wp-step-card {
    width: 94vw;
    padding: 17px 14px 15px 14px;
    font-size: 0.98em;
    border-left: 4px solid #ffd564;
    border-right: 4px solid #ff89ac;
  }

  .wp-step-circle,
  .wp-step:nth-child(even) .wp-step-circle {
    left: -37px !important;
    right: unset !important;
    min-width: 37px;
    min-height: 37px;
    font-size: 0.97em;
  }

  .wp-timeline {
    gap: 38px;
  }
}

@media (max-width: 480px) {
  .wp-step-card {
    width: 99vw;
    max-width: 99vw;
    padding: 10px 5px;
    font-size: 0.87em;
  }

  .wp-step-circle,
  .wp-step:nth-child(even) .wp-step-circle {
    left: -24px !important;
    min-width: 23px;
    min-height: 23px;
    font-size: 0.71em;
  }

  .wp-container h2 {
    font-size: 10vw;
  }

  ;

  .wp-heading {
    font-size: 1.11em;
    margin-bottom: 24px;
  }

  .wp-timeline {
    gap: 19px;
  }
}

/*** why choose us for saas development **/
.whychoose-section {
  /* background: linear-gradient(118deg, #a4bcf7 40%, #00668f 100%); */
  padding: 54px 0 48px 0;
}

.yc-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 14px;
}

.yc-title {
  text-align: center;
  margin-bottom: 32px;
  color: #102156;
}

.yc-title span {
  display: inline-block;
  color: #1171a5;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.02em;
  letter-spacing: 1.7px;
}

.yc-title strong {
  display: block;
  margin-top: 6px;
  font-size: 1.43em;
  font-weight: 900;
  letter-spacing: 0.7px;
}

.yc-feature-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
}

.yc-feature-btn {
  padding: 9px 18px;
  border: none;
  border-radius: 50px;
  background: #edf7fb;
  color: #157fb1;
  font-weight: 700;
  letter-spacing: 0.7px;
  font-size: 1em;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  box-shadow: 0 1.5px 8px #6ee4ff22;
}

.yc-feature-btn.active,
.yc-feature-btn:hover {
  background: linear-gradient(95deg, #23a7ef 60%, #f8bc49 120%);
  color: #fff;
  box-shadow: 0 5px 20px #23a7ef23;
}

.yc-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 28px;
  margin: 0 auto;
  padding: 2px;
}

.yc-feature-card {
  background: rgba(255, 255, 255, 0.88);
  border-radius: 23px;
  box-shadow: 3px 8px 20px rgba(0, 0, 0, 0.4);
  padding: 38px 23px 22px 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 272px;
  position: relative;
  border: 2.5px solid transparent;
  transition: box-shadow 0.23s, border 0.23s, transform 0.17s;
}

.yc-feature-card.selected {
  border: 2.5px solid #2666f6;
  box-shadow: 0 10px 38px #23a7ef35;
  transform: translateY(-7px) scale(1.03);
}

.yc-feature-icon {
  width: 61px;
  height: 61px;
  margin-bottom: 13px;
  border-radius: 50%;
  box-shadow: 0 2px 14px #20cbf641;
  background: linear-gradient(135deg, #23a7ef 65%, #faeea0 99%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4em;
  color: #fff;
}

.yc-feature-card h3 {
  margin: 13px 0 8px 0;
  font-size: 1.13em;
  color: #040f42;
  font-weight: bolder;
  text-align: center;
}

.yc-feature-card p {
  font-size: 1em;
  color: #000000;
  text-align: center;
  margin: 0;
  font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 750px) {
  .yc-features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .yc-title {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .yc-features-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .whychoose-section {
    padding: 27px 0 17px 0;
  }

  .yc-feature-card {
    min-height: 190px;
    padding: 21px 10px 17px 10px;
  }

  .yc-feature-icon {
    width: 39px;
    height: 39px;
    font-size: 1.3em;
  }
}

/*** faq section ***/
.faq-section {
  background: linear-gradient(114deg, #e9f7fe 60%, #b6eaff 100%);
  padding: 60px 0 55px 0;
  font-family: 'Segoe UI', Arial, sans-serif;
}

.faq-container {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 14px;
}

.faq-heading {
  text-align: center;
  color: #2170a8;
  font-size: 2.14em;
  margin-bottom: 44px;
  font-weight: 900;
}

.faq-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px 36px;
}

.faq-col {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.faq-item {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 5px 18px #4ecbf31f;
  border-left: 5px solid #23a7ef;
  margin: 0;
  transition: box-shadow 0.19s, border 0.19s, background 0.19s;
  position: relative;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 32px 19px 17px;
  font-size: 1.10em;
  color: #2375a7;
  font-weight: 700;
}

.faq-symbol {
  font-size: 1.7em;
  color: #25a7ef;
  transition: transform 0.22s, color 0.22s;
}

.faq-item.expanded .faq-symbol {
  transform: rotate(45deg);
  /* + se X effect */
  color: #f8bc49;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 0.99em;
  color: #466772;
  padding: 0 24px;
  background: #f3fbff;
  transition: max-height 0.33s cubic-bezier(.93, 0, .14, .94), padding 0.18s;
}

.faq-item.expanded .faq-answer {
  max-height: 380px;
  padding: 13px 24px 18px 24px;
  background: #fafdfe;
}

.faq-question::before,
.faq-question::after {
  content: none !important;
}

@media (max-width: 850px) {
  .faq-columns {
    grid-template-columns: 1fr;
  }

  .faq-heading {
    font-size: 1.19em;
  }

  .faq-container {
    max-width: 99vw;
  }
}