@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Passions+Conflict&display=swap");

@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: "Poppins-Bold";
  src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: "Poppins-Black";
  src: url(../fonts/Poppins-Black.ttf);
}

@font-face {
  font-family: "Poppins-Medium";
  src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: "Poppins-Italic";
  src: url(../fonts/Poppins-Italic.ttf);
}

@font-face {
  font-family: "Adobe Handwriting-Ernie";
  src: url(../fonts/AdobeHandwriting-Ernie.ttf);
}

html {
  scroll-behavior: smooth;
}

input:focus {
  outline: none;
  border: none;
}

.text-primary {
  color: #383e42;
}

:root {
  --tab-color: #f6f7fb;
  --color-primary-dark: #e6b410;
  --color-interaction: #ffc709;
  --color-light-1: #f3f6f6;
  --color-dark: #2f4037;
  --color-dark-1: #2a332e;
  --text-18: 18px;
  --text-16: 16px;
  --text-color: #4285f4;
}

/* Styles for Fade-In */
section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 1s ease;
  will-change: opacity, transform;
}

/* section.visible {
  opacity: 1;
  transform: translateY(0);
} */

.mx-7 {
  margin-left: 6rem;
  margin-right: 6rem;
}

@media (max-width: 992px) {
  .mx-7 {
    margin: 0 !important;
  }
}

@media (max-width: 1200px) {
  .mx-7 {
    margin: 0 !important;
  }
}

/* main */
/*============================== about-hero-section ==============================================================*/

.about-hero-section {
  padding: 3% 0;
  /* min-height: 730px; */
}

.preheader {
  color: #4285f4;
  font-family: "Poppins-Medium";
  font-size: 30px;
  margin-bottom: 0;
}

.about-hero-text {
  font-size: 50px;
  font-family: "Poppins-Bold";
  letter-spacing: -0.64px;
  color: #383e42;
}

.about-hero-text span {
  color: #4285f4;
}

.about-hero-description {
  color: #383e42;
  font-size: 18px;
  margin-top: 20px;
}

.aboutus-lottie-img {
  max-width: 100%;
  max-height: 100%;
  width: 491px;
  height: 446px;
}

@media (max-width: 992px) {
  .about-hero-section {
    text-align: center;
    /* min-height: 980px; */
  }

  .about-animation {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .about-hero-text {
    font-size: 36px;
  }

  .preheader {
    font-size: 26px;
  }

  .about-hero-description {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  /* .about-hero-section {
    min-height: 900px;
  } */
}

@media (max-width: 480px) {
  /* .about-hero-section {
    min-height: 850px;
  } */

  .about-hero-text {
    font-size: 28px;
  }

  .preheader {
    font-size: 22px;
  }

  .about-hero-description {
    font-size: 15px;
  }
}

/*---- about-solution-section---- */

.mvs-cards-section {
  position: relative;
  z-index: 1;
}

.solution-section-1 {
  background-image: url("./Image/solution-bg-2.svg");
}

.solution-section {
  /* margin-top: -93px; */
  background-color: transparent;
  /* position: relative;
  top: 149px;
  z-index: 999; */
}

.custom-solution-card {
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  height: 100%;
  /* position: relative; */
}

.card-1 {
  background: linear-gradient(224deg, #f2f6ff 0%, #fff2f2 100%) !important;
}

.card-2 {
  background: linear-gradient(224deg, #f2f6ff 0%, #fcf3e2 100%) !important;
}

.card-3 {
  background: linear-gradient(224deg, #f2f6ff 0%, #d6e3ff 100%) !important;
}

.custom-solution-card h6 {
  color: #383e42;
  font-family: "Poppins-SemiBold";
  font-size: 20px;
  letter-spacing: -0.48px;
  text-align: left;
}

.custom-solution-card .cursive-font {
  font-size: 20px;
  font-family: "Adobe Handwriting-Ernie";
  color: #383e42;
  text-align: left;
  margin: 0;
}

.custom-solution-card .card-text {
  font-family: "Poppins-Regular";
  font-size: 16px;
  color: #383e42;
  text-align: left;
  padding-top: 30px;
}

/* Image Placement */
.img-container {
  width: 100%;
  /* position: absolute;
  bottom: 16px;
  left: 16px; */
}

.solution-img {
  max-width: 50px;
  height: auto;
}

/* Responsive Fixes */
@media (max-width: 992px) {
  .custom-solution-card .cursive-font {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .custom-solution-card .cursive-font {
    font-size: 18px;
  }

  .custom-solution-card {
    min-height: 340px;
  }

  .solution-img {
    max-width: 45px;
  }
}

@media (max-width: 576px) {
  .custom-solution-card .cursive-font {
    font-size: 16px;
  }

  .custom-solution-card .card-text {
    padding-top: 15px;
  }

  .custom-solution-card {
    min-height: 255px;
    /* max-width: 320px; */
    margin: 0 auto;
  }

  .img-container {
    bottom: 10px;
    left: 10px;
  }

  .solution-img {
    max-width: 40px;
  }
}

/* ---values-section------ */
.values-section {
  padding: 100px 0;
  /* background: linear-gradient(
      0deg,
      rgba(227, 237, 254, 0) 0%,
      rgba(227, 237, 254, 0.3) 100%
    ),
    url(../../Image/values-section-bg.png); */

  /* background-color: red; */
  /* background-size: contain; */
  /* background-repeat: no-repeat; */
  /* position: relative; */
  /* z-index: -1; */
}

.values-section {
  margin-top: -120px;
  /* position: absolute; */
  width: 100%;
  z-index: -1;
  background: linear-gradient(
      0deg,
      rgba(227, 237, 254, 0) 0%,
      rgba(227, 237, 254, 0.3) 100%
    ),
    url(../../Image/values-section-bg.png);
}

.values-heading {
  padding: 110px 0 0;
}

.values-heading h2 {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  font-family: "Poppins-SemiBold";
}

.highlight {
  color: #007bff;
}

.values-heading .subtitle {
  margin: 12px 0;
  color: #383e42;
  text-align: center;
  font-family: "Poppins-Regular";
  font-size: 18px;
}

.tabs-container {
  /* max-width: 800px; */
  margin: 48px auto 0;
  background: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
}

.tabs {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e1e4eb;
}

.tab {
  flex: 1;
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  transition: 0.3s;
  border-bottom: 3px solid transparent;
  border-right: 1px solid #e1e4eb;
  background: #f5f8fc;
}

.tab:last-child {
  border-right: none;
}

.tab.active {
  border-bottom: 3px solid #007bff;
  text-transform: uppercase;
  font-family: "Poppins-SemiBold";
  font-size: 24px;
  background: #ffffff;
}

.tabs-container .tabs .letter {
  color: #d5dbe5;
  text-transform: uppercase;
  font-family: "Poppins-SemiBold";
  font-size: 48px;
}

.tabs-container .tabs .text {
  color: #383e42b3;
  text-transform: uppercase;
  font-family: "Poppins-SemiBold";
  font-size: 18px;
}

.text span {
  letter-spacing: 0.48px;
  color: #383e42;
}

.tab.active .text span {
  color: #007bff;
}

.content-container {
  display: flex;
  align-items: center;
  padding: 60px 140px 60px 80px;
}

.card-title h3 {
  color: #383e42;
  font-family: "Poppins-SemiBold";
  font-size: 30px;
}

.card-title p {
  color: #383e42;
  font-family: "Poppins-Regular";
  font-size: 18px;
}

.content {
  display: none;
  flex: 1;
  /* justify-content: center; */
  align-items: center;
  text-align: left;
}

.content.active {
  display: flex;
}

.content img {
  margin-right: 35px;
  object-fit: cover;
}

@media (max-width: 992px) {
  .tabs {
    display: none;
  }
  .values-heading h2 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .values-heading h2 {
    font-size: 28px;
  }

  .tabs {
    flex-wrap: wrap;
  }

  .tab {
    flex: 50%;
    font-size: 14px;
  }

  .content-container {
    flex-direction: column;
    text-align: center;
  }

  .content img {
    margin-bottom: 10px;
  }
}

/* Hide desktop view on mobile & tablet */
@media (max-width: 992px) {
  .values-section {
    padding: 80px 0;
  }

  .tabs-container,
  .content-container {
    display: none;
  }
}
/* Hide mobile view on desktop */
@media (min-width: 993px) {
  .mobile-tabs-container {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .values-section {
    padding: 60px 0;
  }
}
/*----------------values at core -- Mobile & Tablet Styling ------*/
.mobile-tabs-container {
  display: flex;
  flex-direction: column;
}

.mobile-tab {
  display: flex;
  justify-content: flex-start;
  background: #f5f8fc;
  padding: 18px;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transform: translateX(-100%);
  animation: slideIn 0.5s forwards;
}

.mobile-letter {
  font-size: 48px;
  font-family: "Poppins-SemiBold";
  color: #007bff;
  margin-right: 15px;
  margin-top: -8px;
}

.mobile-content h3 {
  font-size: 18px;
  font-family: "Poppins-Medium";
}

.mobile-content p {
  font-size: 14px;
  color: #383e42;
  font-family: "Poppins-Regular";
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

/* -----------brief about us desc & cartoon------- */

.cartoon-section {
  padding-top: 40px;
}

.brief-desc h3 {
  font-family: "Poppins-SemiBold";
  font-size: 48px;
  color: #383e42;
}

.brief-paragraph {
  padding-top: 18px;
  color: #383e42;
  font-size: 16px;
  font-family: "Poppins-Regular";
}

.brief-desc h3 span {
  color: #007bff;
}

.cartton-img img {
  margin-top: -50px;
}

@media (max-width: 576px) {
  .cartoon-section {
    padding-top: 60px;
  }
  .brief-desc h3 {
    font-size: 26px;
  }
}

@media (max-width: 992px) {
  .cartton-img img {
    margin-top: 35px;
  }
  .brief-desc h3 {
    font-size: 36px;
    text-align: center;
  }
}

/* --journey section-------- */

.journey-margin-bottom {
  margin-bottom: 120px;
}

.journey {
  background: transparent linear-gradient(0deg, #f0f5fe00 0%, #f0f5fe 100%) 0%
    0% no-repeat padding-box;
}

.journey .journey-conainer {
  padding-top: 90px;
  margin-top: -9px;
}

.journey-date button {
  color: #ffffff;
  font-family: "Poppins-SemiBold";
  font-size: 18px;
  background: #383e42;
  border-radius: 24px;
  padding: 12px 32px;
  margin-bottom: 30px;
  border: none;
}

.journey-desc h3 {
  font-family: "Poppins-SemiBold";
  font-size: 30px;
  color: #383e42;
}

.journey-paragraph {
  max-width: 100%;
  width: 785px;
  position: relative;
}

.journey-paragraph p {
  color: #383e42;
  font-size: 18px;
  font-family: "Poppins-Regular";
  text-align: justify;
}

.journey-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.timeline-container {
  width: 90%;
  max-width: 1244px;
  text-align: center;
  margin-top: 120px;
}

.timeline-header h3 {
  font-size: 48px;
  font-family: "Poppins-SemiBold";
  color: #007bff;
}

.timeline-header h3 span {
  color: #383e42;
}

.timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0 0;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  width: 93%;
  top: 85%;
  margin-left: 33px;

  z-index: -2;
  border: 1px dashed #939bad;
}
.timeline {
  position: relative;
  cursor: pointer;
  text-align: -webkit-center;
}
.timeline span {
  display: block;
  font-size: 18px;
  font-family: "Poppins-SemiBold";
  color: #383e42;
  padding-bottom: 20px;
}

.timeline .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: 0.3s;
  border: 3px solid #939bad;
  background: white;
}

.timeline .active .dot {
  background: #007bff;
  transform: scale(1.2);
  width: 20px;
  height: 20px;
}

.tabs-container .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 55px;
  max-width: 100%;
}
.journey-img img {
  width: 100%;
  height: 100%;
  border-radius: 0 30px 30px 0;
  max-width: 620px;
  min-height: 443px;
  max-height: 551px;
  object-fit: cover;
}

.journey-buttons {
  /* position: fixed;
  bottom: 18px;
  left: 36%;
  z-index: 1000; */
  margin-left: 5px;
  display: flex;
  gap: 14px;
  margin-top: 6%;
}

.journey-buttons button {
  background: transparent;
  border: 1px solid;
  font-size: 18px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s;
  height: 45px;
  width: 45px;
}

.journey-buttons button img {
  width: 50px;
  height: auto;
}

.journey-buttons button:hover img {
  opacity: 0.8;
}

.journey-buttons button:disabled {
  opacity: 0.5;
}

@media (max-width: 992px) {
  .timeline-header h3 {
    font-size: 42px;
  }

  .timeline-container {
    margin-top: 60px;
  }
  .timeline {
    display: none;
  }

  .journey-conainer {
    display: none !important;
  }

  .journey-margin-bottom {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .timeline-header h3 {
    font-size: 38px;
  }
  .timeline-container {
    margin-top: 40px;
  }
  .content-container {
    flex-direction: column;
    text-align: center;
  }
  .text-content {
    max-width: 100%;
  }
  .timeline {
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  .timeline-header h3 {
    font-size: 28px;
  }

  .timeline-container {
    margin-top: 20px;
  }
}

/* ------------Mobile & Tablet View - journey section-------- */
@media (max-width: 992px) {
  .timeline-container-mobile {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .timeline-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .year-mobile {
    display: flex;
    align-items: baseline;
    padding-left: 30px;
    border-left: 2px solid #ddd;
    position: relative;
  }

  .dot-mobile {
    width: 12px;
    height: 12px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: -7px;
    top: 10%;
    transform: translateY(-50%);
  }

  .year-mobile span {
    font-weight: bold;
    font-size: 16px;
    color: #383e42;
    font-family: "Poppins-Medium";
  }

  .journey-desc-mobile {
    margin-left: 20px;
    padding-top: 5px;
  }

  .journey-desc-mobile h3 {
    font-size: 18px;
    color: #383e42;
    font-family: "Poppins-Medium";
  }

  .journey-desc-mobile p {
    font-size: 16px;
    color: #383e42;
    font-family: "Poppins-Regular";
  }

  @media (max-width: 492px) {
    .dot-mobile {
      width: 12px;
      height: 12px;
      background-color: #000;
      border-radius: 50%;
      position: absolute;
      left: -7px;
      top: 6%;
      transform: translateY(-50%);
    }
  }
}

/* -------our Team section--------*/

.team-section-bg {
  background: transparent linear-gradient(0deg, #f0f5fe00 0%, #f0f5fe 100%);
  padding: 88px 0;
}

.team-heading h2 {
  font-size: 48px;
  font-family: "Poppins-SemiBold";
  color: #383e42;
}

.team-heading p {
  margin: 10px 0;
  color: #383e42;
  font-size: 18px;
  font-family: "Poppins-Regular";
}

.team-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}

.team-card img {
  width: 100%;
  display: block;
  transition: 0.3s ease-in-out;
  height: 530px;
  object-fit: cover;
  background: transparent linear-gradient(180deg, #262c2f00 0%, #262c2f 100%) 0%
    0% no-repeat padding-box;
}

.team-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(38, 44, 47, 0) 0%,
    rgba(38, 44, 47, 1) 100%
  );
  z-index: 1;
}

.team-card:hover::after {
  opacity: 0;
}

/* Blue Overlay (Hidden Initially) */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(16, 43, 87, 0.75) 0%,
    rgba(51, 110, 206, 0.75) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.team-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #262c2f;
  color: white;
  text-align: left;
  padding: 15px;
  transition: transform 0.3s ease-in-out;
  z-index: 2;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-info h4 {
  letter-spacing: -0.6px;
  font-size: 26px;
  font-family: "Poppins-SemiBold";
  color: #ffffff;
}

.team-info p {
  color: #5a97fa;
  font-family: "Poppins-Medium";
  font-size: 18px;
  margin-top: 3px;
}

/* Bio (Hidden Initially) */
.bio {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  color: white;
  text-align: left;
  padding: 15px;
  z-index: 3;
  transition: bottom 0.3s ease-in-out;
}

.bio p {
  font-size: 17px;
  font-family: "Poppins-Regular";
  color: #ffffff;
}

/* Hover Effects */
.team-card:hover .team-info {
  transform: translateY(-100%);
  background: transparent;
}

.team-card:hover .bio {
  bottom: 0;
}

.team-card:hover .overlay {
  opacity: 1;
}

/* === RESPONSIVE DESIGN === */
@media (min-width: 768px) and (max-width: 1024px) {
  .team-info {
    top: 67%;
  }
}

@media (max-width: 1024px) {
  .team-heading h2 {
    font-size: 2rem;
  }
  .subtitle {
    font-size: 1rem;
  }
  .team-card img {
    height: 450px;
  }
}

@media (max-width: 992px) {
  .team-section-bg {
    padding: 68px 0;
  }

  .team-info h4 {
    font-size: 20px;
  }

  .team-info p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .team-section-bg {
    padding: 48px 0;
  }

  .team-heading h2 {
    font-size: 2.2rem;
  }
  .subtitle {
    font-size: 0.9rem;
  }
  /* .team-card {
    max-width: 80%;
  } */
  .team-card img {
    height: 500px;
  }
  .team-info h4 {
    font-size: 18px;
  }
  .team-section .row {
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .team-section-bg {
    padding: 28px 0;
  }

  .team-heading h2 {
    font-size: 1.9rem;
  }
  .subtitle {
    font-size: 0.8rem;
  }
  /* .team-card {
    max-width: 80%;
  } */
  .team-card img {
    height: 480px;
  }
}

/* -------------work with us------------ */

.work-section {
  padding: 100px 0;
  background: linear-gradient(
      0deg,
      rgba(227, 237, 254, 0) 0%,
      rgba(227, 237, 254, 0.4) 100%
    ),
    url("../../Image/solution-bg-2.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.work-heading h2 {
  color: #383e42;
  font-family: "Poppins-SemiBold";
  font-size: 42px;
}

.work-heading p {
  color: #383e42;
  font-size: 18px;
  font-family: "Poppins-Regular";
  margin-bottom: 40px;
}

.work-feature-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  font-family: "Poppins-Regular";
}

.work-feature-list i {
  background: #dce3eb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  color: #5f6776;
  font-size: 14px;
}

.work-form-container {
  background: #ffffff;
  padding: 25px;
  box-shadow: 0px 4px 24px #0f3e6c29;
  border: 1px solid #d5dbe5;
  border-radius: 20px;
}

.work-form-container p {
  font-size: 15px;
  font-family: "Poppins-Regular";
  color: #383e42;
}
.work-form-container input,
.work-form-container textarea {
  margin-bottom: 10px;
}

.upload-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cccfd2;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  color: #1f1a17;
  font-family: "Poppins-Regular";
}

.upload-box img {
  padding-right: 8px;
  height: 26px;
  width: 34px;
}

/* Hide the default file input */
#resumeUpload {
  display: none;
}

.work-form-submit-btn button {
  color: #ffffff;
  font-family: "Poppins-Medium";
  font-size: 18px;
  background: #4285f4;
  padding: 10px 36px;
  border-radius: 4px;
}

.work-form-submit-btn button:hover {
  background: #4285f4;
  color: #2e2b62;
}

@media (max-width: 992px) {
  .work-section {
    padding: 60px 0;
  }
  .work-heading h2 {
    text-align: center;
    font-size: 36px;
  }

  .work-heading p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .work-section {
    padding: 40px 0;
  }
  .work-heading h2 {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .work-section {
    padding: 20px 0;
  }
}
/* ---------------footer section  ------------------*/

/* footer section  */
.about-footer .footer-nav-links {
  padding-top: 100px;
}

@media (max-width: 992px) {
  .about-footer .footer-nav-links {
    padding-top: 70px;
  }
}

@media (max-width: 768px) {
  .about-footer .footer-nav-links {
    padding-top: 40px;
  }
}

@media (max-width: 576px) {
  .about-footer .footer-nav-links {
    padding-top: 20px;
  }
}



