@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,700");body{font-family:'Poppins', sans-serif}.footer{background-color:#3a3a3c}.head-menu{list-style:none;padding:10px;margin:0}.head-menu li{display:inline-block;padding:0;margin:0;margin-left:35px;margin-bottom:5px}.head-menu li a{font-size:14px;color:#000}.mobile-menu ul{list-style-type:none;padding:0;margin:0}.mobile-menu ul li{padding:7px;border:1px solid #ebebeb;border-radius:3px;text-align:center;margin:0;list-style-type:none}.mobile-menu ul li a{color:#000}.content-padding{padding-top:170px;padding-bottom:170px}.contact-form input{background-color:#ebebeb;border-radius:0 !important;color:#696969;border:none !important}.contact-form textarea{width:100%;height:130px;padding:10px;background-color:#ebebeb;border-radius:0 !important;color:#696969;border:none !important}.contact-form button{padding:15px;padding-left:50px;padding-right:50px;background-color:#e62925;border:none;outline:none;color:#fff}.brdr-rght{border-right:1px solid #9e9e9f}.references{position:relative;height:auto !important}.about-us{background-color:#ebebeb;height:auto}.contact{background-color:#fff;height:auto}.head{height:90px;max-height:90px;background-color:#fff}.up-icon{position:absolute;margin:auto;top:-20px}.head-second{height:80px;max-height:80px}.static-image{height:1000px;background-size:cover;background-repeat:no-repeat;background-image:url("bg-static-image.jpg");z-index:0}.bold-text-left{padding-right:40px;border-right:1px solid #000}.text-container{margin-top:250px}.f-48{font-size:48px}.f-24{font-size:24px}.f-30{font-size:30px}.f-30-bold{font-weight:500;font-size:29px}.l-p-100{letter-spacing:8px}.f-18-l{font-weight:300;font-size:16px}.f-48-bold{font-weight:700;font-size:48px}.regular-text-right{padding:20px}.down-button{position:fixed;bottom:10%;-webkit-animation:mymove 5s infinite;animation:mymove 5s infinite;z-index:98}.content-body{position:relative;z-index:99;height:auto}.text-danger{color:#e62925 !important}@-webkit-keyframes mymove{0%{bottom:8%}50%{bottom:4%}100%{bottom:8%}}@keyframes mymove{0%{bottom:8%}50%{bottom:4%}100%{bottom:8%}}@media only screen and (max-width: 1152px) and (min-width: 1024px){.text-container{margin-top:200px}.f-48{font-size:42px}.f-24{font-size:20px}.f-48-bold{font-weight:700;font-size:42px}.regular-text-right{padding:20px}}@media only screen and (max-width: 1900px){.text-container{margin-top:200px}.f-48{font-size:48px}.f-24{font-size:20px}.f-48-bold{font-weight:700;font-size:48px}.regular-text-right{padding:20px}}@media only screen and (max-width: 425px){.static-image{height:850px;background-image:url("bg-static-image.jpg");z-index:0;background-size:cover;background-repeat:no-repeat;background-position-x:-700px}.text-container{margin-top:100px}.bold-text-left{padding-left:40px;border-left:1px solid #000;border-right:none !important;padding-right:0 !important}.f-48{font-size:24px}.f-24{font-size:18px}.f-48-bold{font-weight:700;font-size:24px}.regular-text-right{padding:20px}.up-icon{position:absolute;margin:auto;top:-50px;right:0}}

/********* OUR APPS ***********/
/********* OUR APPS ***********/

/********* WHAT WE DO - SERVICE CARDS ***********/
.service-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.service-icon {
  font-size: 48px;
  line-height: 1;
}

.service-card h5 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #000;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card p {
  font-size: 14px;
  margin: 0;
  color: #666;
}

#what-we-do.bg-light {
  background-color: #f8f9fa !important;
}

/********* WHAT WE DO - SERVICE CARDS ***********/

/********* HOW WE WORK - PROCESS TIMELINE ***********/
.process-timeline {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  position: relative;
}

.process-step {
  flex: 1;
  min-width: 150px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-number {
  width: 60px;
  height: 60px;
  background-color: #e62925;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  flex-shrink: 0;
}


.step-content h5 {
  font-size: 16px;
  margin: 0;
  color: #000;
  font-weight: 600;
}

#how-we-work {
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .process-timeline {
    flex-direction: column;
    gap: 20px;
  }

  .process-step:not(:last-child)::after {
    display: none;
  }

  .process-step {
    flex: none;
    width: 100%;
  }

  .step-number {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .step-content h5 {
    font-size: 15px;
  }
}

/********* HOW WE WORK - PROCESS TIMELINE ***********/

/********* SERVICES - ACCORDION ***********/
#services {
  background-color: #f8f9fa;
}

.service-card-accordion {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.service-card-accordion:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.service-accordion-button {
  width: 100%;
  padding: 20px 25px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: left;
  transition: all 0.3s ease;
}

.service-accordion-button:hover {
  background-color: #f5f5f5;
}

.service-accordion-button:focus {
  outline: none;
}

.service-accordion-button h5 {
  flex: 1;
  margin: 0;
}

.service-toggle-icon {
  font-size: 24px;
  font-weight: bold;
  color: #e62925;
  transition: transform 0.3s ease;
  margin-left: 15px;
  flex-shrink: 0;
}

.service-card-accordion .collapse.show ~ .service-accordion-button .service-toggle-icon,
.service-accordion-button[aria-expanded="true"] .service-toggle-icon {
  transform: rotate(45deg);
}

.service-accordion-content {
  padding: 0 25px 25px 25px;
  border-top: 1px solid #e0e0e0;
}

.service-description {
  font-size: 15px;
  color: #666;
  margin: 15px 0 0 0;
  font-style: italic;
}

.service-accordion-content h6 {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  padding: 10px 0 10px 25px;
  position: relative;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.service-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #e62925;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .service-accordion-button {
    padding: 16px 15px;
    font-size: 15px;
  }

  .service-accordion-content {
    padding: 0 15px 15px 15px;
  }

  .service-list li {
    padding: 8px 0 8px 22px;
    font-size: 13px;
  }

  .service-toggle-icon {
    font-size: 20px;
    margin-left: 10px;
  }
}

/********* SERVICES - ACCORDION ***********/

/********* PROCESS - VERTICAL TIMELINE ***********/
#process {
  background-color: #fff;
}

.process-vertical-timeline {
  position: relative;
  padding: 20px 0;
}

.process-vertical-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background-color: #e62925;
  top: 0;
}

.process-phase {
  display: flex;
  margin-bottom: 40px;
  opacity: 1;
}

.process-phase:nth-child(odd) {
  flex-direction: row;
}

.process-phase:nth-child(odd) .phase-marker {
  order: 1;
}

.process-phase:nth-child(odd) .phase-content {
  order: 2;
  text-align: left;
  padding-left: 40px;
}

.process-phase:nth-child(even) {
  flex-direction: row-reverse;
}

.process-phase:nth-child(even) .phase-marker {
  order: 2;
}

.process-phase:nth-child(even) .phase-content {
  order: 1;
  text-align: right;
  padding-right: 40px;
}

.phase-marker {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 120px;
}

.phase-number {
  width: 80px;
  height: 80px;
  background-color: #e62925;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(230, 41, 37, 0.3);
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.process-phase:hover .phase-number {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(230, 41, 37, 0.5);
}

.phase-content {
  flex: 1;
  padding: 25px 30px;
  background-color: #f8f9fa;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.process-phase:hover .phase-content {
  background-color: #f0f1f3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.phase-content h5 {
  font-size: 18px;
  margin: 0 0 12px 0;
  color: #000;
}

.phase-description {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

@media only screen and (max-width: 992px) {
  .process-vertical-timeline::before {
    left: 40px;
  }

  .process-phase {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .process-phase:nth-child(odd),
  .process-phase:nth-child(even) {
    flex-direction: row;
  }

  .process-phase:nth-child(odd) .phase-content,
  .process-phase:nth-child(even) .phase-content {
    padding-left: 40px;
    text-align: left;
    padding-right: 0;
  }

  .process-phase:nth-child(even) .phase-marker {
    order: 1;
  }

  .process-phase:nth-child(even) .phase-content {
    order: 2;
  }

  .phase-marker {
    max-width: 100%;
    justify-content: flex-start;
  }

  .phase-number {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }
}

@media only screen and (max-width: 768px) {
  .process-vertical-timeline::before {
    left: 35px;
  }

  .phase-marker {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    max-width: none;
  }

  .process-phase {
    flex-direction: row !important;
    margin-left: 0;
    margin-bottom: 25px;
    padding-left: 120px;
  }

  .process-phase:nth-child(odd) .phase-content,
  .process-phase:nth-child(even) .phase-content {
    padding-left: 30px;
    text-align: left;
    padding-right: 0;
  }

  .process-phase:nth-child(odd) .phase-marker,
  .process-phase:nth-child(even) .phase-marker {
    position: absolute;
    left: 0;
    order: 0;
  }

  .phase-number {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .phase-content {
    padding: 20px 20px;
  }

  .phase-content h5 {
    font-size: 16px;
  }

  .phase-description {
    font-size: 13px;
  }
}

/********* PROCESS - VERTICAL TIMELINE ***********/

/********* ABOUT US ***********/
#about-us {
  background-color: #f8f9fa;
}

.mission-box {
  background: linear-gradient(135deg, #49b2e0 0%, #3a8fb8 100%);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(73, 178, 224, 0.25);
  transition: all 0.3s ease;
}

.mission-box:hover {
  box-shadow: 0 12px 32px rgba(73, 178, 224, 0.35);
  transform: translateY(-4px);
}

.mission-title {
  color: #fff;
  font-size: 20px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mission-statement {
  color: #fff;
  font-size: 24px;
  margin: 0;
  line-height: 1.6;
  font-weight: 500;
}

.value-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 2px solid transparent;
}

.value-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
  border-color: #49b2e0;
}

.value-icon {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
}

.value-card h6 {
  font-size: 16px;
  color: #000;
  margin: 0 0 15px 0;
  font-weight: 600;
  line-height: 1.4;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.value-description {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

#about-us h5 {
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .mission-box {
    padding: 30px;
  }

  .mission-statement {
    font-size: 20px;
  }

  .mission-title {
    font-size: 18px;
  }

  .value-card {
    padding: 25px;
  }

  .value-icon {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .value-card h6 {
    font-size: 15px;
    min-height: 45px;
  }

  .value-description {
    font-size: 12px;
  }

  #about-us h5 {
    font-size: 16px;
  }
}

/********* ABOUT US ***********/

/********* TECH STACK ***********/
#tech-stack {
  background-color: #fff;
}

.tech-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f1f3 100%);
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.tech-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #49b2e0 0%, #e62925 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.tech-card:hover::before {
  transform: scaleX(1);
}

.tech-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
  border-color: #49b2e0;
  background: linear-gradient(135deg, #f0f1f3 0%, #e8e9eb 100%);
}

.tech-icon {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
}

.tech-category {
  font-size: 18px;
  margin: 0 0 15px 0;
  color: #000;
  font-weight: 600;
}

.tech-list {
  font-size: 16px;
  color: #49b2e0;
  margin: 0;
  font-weight: 500;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .tech-card {
    padding: 30px 25px;
  }

  .tech-icon {
    font-size: 48px;
    margin-bottom: 15px;
  }

  .tech-category {
    font-size: 16px;
  }

  .tech-list {
    font-size: 14px;
  }
}

/********* TECH STACK ***********/

/********* OUR APPS ***********/
#our-apps{
  margin-top: -200px;
}

head-menu-new{
  display: table;
  clear: both;
}

/********* OUR APPS ***********/
/********* OUR APPS ***********/