.main-footer {
  background: #2e2e2e;
  color: #cfcfcf;
  padding: 70px 0 0;
  font-size: 15px;
}

/* Logo */

.footer-logo {
  height: 70px;
  margin-bottom: 20px;
}

/* Footer title */

.footer-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

/* Links */

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #cfcfcf;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #ff6a00;
  padding-left: 5px;
}

/* Call box */

.call-box {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.call-box i {
  font-size: 28px;
  color: #2f7ef7;
  margin-right: 12px;
}

.call-box span {
  font-size: 14px;
  color: #aaa;
}

.call-box h5 {
  margin: 0;
  color: #fff;
}

/* Contact */

.contact-item {
  display: flex;
  margin-bottom: 15px;
}

.contact-item i {
  font-size: 20px;
  color: #ff6a00;
  margin-right: 12px;
  margin-top: 4px;
}

.contact-item span {
  font-size: 14px;
  color: #aaa;
}

.contact-item p {
  margin: 0;
  color: #ddd;
}

/* Bottom bar */

.footer-bottom {
  background: #242424;
  margin-top: 40px;
  padding: 15px 0;
  font-size: 16px;
}

.footer-bottom p {
  margin: 0;
  color: #aaa;
}

.footer-policy a {
  color: #aaa;
  margin-left: 20px;
  text-decoration: none;
}

.footer-policy a:hover {
  color: #ff6a00;
}

/* Responsive */

@media (max-width: 768px) {
  .main-footer {
    text-align: center;
  }

  .call-box {
    justify-content: center;
  }

  .contact-item {
    justify-content: center;
  }

  .footer-policy {
    margin-top: 10px;
  }
}
.cloud-bg {
  background: #f5f5f5;
  width: 100%;
}
.hero-section {
  background: #f5f5f5;
  padding: 60px 0 60px;
  position: relative;
  overflow: hidden;
}

/* Title */

.hero-title {
  font-size: 42px;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
}

.hero-desc {
  margin-top: 15px;
  color: #666;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Colors */

.pink {
  color: #ff3c78;
}

.orange {
  color: #ff6a00;
}
.orbit-section {
  background: #f5f5f5;
  padding: 0px 0;
}

.orbit-container {
  max-width: 1100px;
  height: 450px;
  margin: auto;
  position: relative;
}

/* SVG */

.orbit-svg {
  width: 100%;
  height: 100%;
  transform: rotate(22deg);
  transform-origin: center;
}

/* ORBIT LINES */

.orbit-line {
  fill: none;
  stroke: #00000045;
  stroke-width: 1.2;
  stroke-dasharray: 6 6;
}

/* CENTER */

.orbit-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.orbit-center i {
  font-size: 60px;
  color: #888;
}

.orbit-center p {
  margin-top: 10px;
  color: #666;
  font-size: 16px;
}

/* BOX BASE */

.orbit-box {
  position: absolute;
  min-width: 240px;
}

/* TITLE */

.box-title {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1px;
}

/* DESCRIPTION */

.box-desc {
  padding: 2px 9px;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* COLORS */

.blue.box-title {
  background: #cfe2ff;
  color: #2f7ef7;
}

.blue.box-desc {
  background: #2f7ef7;
}

.pink.box-title {
  background: #ffd0dc;
  color: #ff2d6f;
}

.pink.box-desc {
  background: #ff2d6f;
}

.orange.box-title {
  background: #ffd7b5;
  color: #ff6a00;
}

.orange.box-desc {
  background: #ff6a00;
}

/* POSITIONS */

.cloud-boxs {
  left: 26%;
  top: 24%;
}

.devops-box {
  right: 16%;
  top: 22%;
}

.app-box {
  left: 19%;
  bottom: 18%;
}

/* MOBILE */

@media (max-width: 768px) {
  .orbit-center i {
    font-size: 30px;
  }

  .orbit-center p {
    margin-top: -5px;
    font-size: 14px;
  }
}
/* MOBILE + TABLET */

@media (max-width: 991px) {
  .orbit-container {
    height: auto;
    padding-bottom: 30px;
    text-align: center;
  }
  .orbit-center {
    top: 22%;
  }
  /* Reset orbit box positioning */

  .orbit-box {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;

    margin: 15px auto;
    display: block;
    max-width: 320px;
  }

  /* Stack order */

  .cloud-boxs {
    order: 1;
  }

  .devops-box {
    order: 2;
  }

  .app-box {
    order: 3;
  }
}

.benefits-section {
  background: #ffffff;
  padding: 60px 0;
}

/* headings */

.benefits-label {
  color: #2f7ef7;
  font-weight: 600;
  font-size: 20px;
}

.benefits-title {
  color: #ff2d6f;
  font-size: 34px;
  font-weight: 700;
  margin: 10px 0 15px;
}

.benefits-desc {
  max-width: 650px;
  margin: auto;
  color: #666;
  font-size: 17px;
  margin-bottom: 40px;
}

/* slider container */

.benefits-slider {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

/* hide overflow */

.slider-viewport {
  overflow: hidden;
}

/* cards row */

.slider-track {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
}

/* card */

.benefit-card {
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 45px 30px;
  min-width: 260px;
  max-width: 260px;
  text-align: center;
  transition: 0.35s;
}

.benefit-card img {
  margin-bottom: 20px;
}

/* title */

.benefit-card h4 {
  font-weight: 600;
  margin-bottom: 12px;
}

/* text */

.benefit-card p {
  font-size: 16.5px;
  color: #666;
  line-height: 1.6;
}

/* hover */

.benefit-card:hover {
  background: linear-gradient(359deg, #3a7bd5, #2f7ef729);
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.benefit-card:hover h4,
.benefit-card:hover p {
  color: #fff;
}

/* arrows */

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prev {
  left: -60px;
}

.next {
  right: -60px;
}

/* hover arrow */

.slider-btn:hover {
  background: #2f7ef7;
  color: #fff;
  border-color: #2f7ef7;
}

/* responsive */

@media (max-width: 992px) {
  .benefit-card {
    min-width: 45%;
    max-width: 45%;
  }

  .prev {
    left: 0;
  }
  .next {
    right: 0;
  }
}

@media (max-width: 600px) {
  .benefit-card {
    min-width: 100%;
    max-width: 100%;
  }
}

.about-section {
  padding: 60px 0;
  background: #f5f5f5;
}

/* headings */

.about-label {
  color: #999;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
}

.about-title {
  font-size: 40px;
  font-weight: 700;
  margin: 15px 0;
  color: #222;
}

.about-desc {
  color: #666;
  margin-bottom: 30px;
  line-height: 1.7;
}

/* feature list */

.about-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-list li {
  margin-bottom: 14px;
  font-size: 16px;
  color: #444;
  display: flex;
  align-items: center;
}

.about-list i {
  color: #ff6a00;
  font-size: 20px;
  margin-right: 12px;
}

/* image collage */

.about-images {
  position: relative;
  height: 420px;
}

.about-images img {
  position: absolute;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}

/* image positions */

.img1 {
  width: 240px;
  height: 260px;
  top: 0;
  left: 0;
}

.img2 {
  width: 240px;
  height: 200px;
  top: 40px;
  right: 40px;
}

.img3 {
  width: 260px;
  height: 200px;
  bottom: 0;
  left: 20px;
}

.img4 {
  width: 180px;
  height: 150px;
  bottom: 0;
  right: 60px;
}

/* center cloud */

.cloud-box {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: #ff6a00;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.cloud-box i {
  color: #fff;
  font-size: 48px;
}

/* responsive */

@media (max-width: 992px) {
  .about-images {
    height: 360px;
    margin-bottom: 50px;
  }

  .about-title {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .about-images {
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .about-images img {
    position: relative;
    width: 100%;
    height: 160px;
  }

  .cloud-box {
    display: none;
  }
}

.strategy-section {
  padding: 60px 0;
  background: #ffffff;
}

.strategy-label {
  color: #2f7ef7;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
}

.strategy-title {
  color: #ff2d6f;
  font-size: 36px;
  font-weight: 700;
  margin: 15px 0;
}

.strategy-desc {
  max-width: 700px;
  margin: auto;
  color: #666;
  margin-bottom: 70px;
}

/* grid spacing */

.strategy-item {
  margin-bottom: 50px;
}

/* icon circle */

.strategy-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  padding: 20px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.strategy-icon::before {
  content: "";
  position: absolute;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  border: 2px solid #e8e8e8;
}
.strategy-icon:hover {
  background: #ff6a00a3;
}

.strategy-item h5 {
  margin-top: 20px;
  font-weight: 600;
  color: #333;
}

.strategy-item p {
  color: #777;
  font-size: 16px;
  margin-top: 10px;
}

/* company */
.hero-section {
  background: #f6f6f6;
  padding: 60px 0;
}

.hero-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
}

.hero-title .pink {
  color: #ff2d6f;
}

.hero-title .orange {
  color: #ff6a00;
}

.hero-desc {
  margin-top: 20px;
  color: #666;
  max-width: 620px;
  line-height: 1.7;
  font-size: 17px;
}

.hero-btn {
  display: inline-block;
  margin-top: 25px;
  background: #2f7ef7;
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.hero-btn:hover {
  background: #1e63d8;
}

.hero-img {
  max-width: 100%;
  height: auto;
}

/* responsive */

@media (max-width: 992px) {
  .hero-section {
    text-align: center;
    padding: 80px 0;
  }

  .hero-desc {
    margin: auto;
  }

  .hero-title {
    font-size: 34px;
  }

  .hero-img {
    margin-top: 40px;
  }
}

.mission-section {
  background: #ffffff;
  padding: 60px 0;
}

/* header */

.section-small,
.section-small-title {
  color: #2f7ef7 !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  display: block;
  margin-bottom: 10px;
}

.section-title {
  color: #ff2d6f;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 15px;
}

.section-desc {
  color: #666;
  max-width: 650px;
  margin: auto;
  margin-bottom: 60px;
  line-height: 1.6;
}

/* card */

.mission-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #eee;
  transition: 0.3s;
  height: 600px;
  overflow: auto;
}

.mission-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

/* image */

.mission-img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 18px;
}

/* content */

.mission-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.mission-content p {
  color: #666;
  font-size: 16px;
  line-height: 1.7;
}

/* link */

.mission-link {
  color: #2f7ef7;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.mission-link:hover {
  text-decoration: underline;
}

/* responsive */

@media (max-width: 992px) {
  .section-title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .mission-section {
    padding: 70px 0;
  }

  .section-title {
    font-size: 26px;
  }
}

.tech-section {
  background: #f6f6f6;
  padding: 40px 0;
}

/* header */

.tech-small-title {
  color: #2f7ef7;
  font-weight: 600;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

.tech-main-title {
  color: #ff2d6f;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 15px;
}

.tech-desc {
  color: #666;
  max-width: 650px;
  margin: auto;
  margin-bottom: 70px;
  line-height: 1.6;
}

/* grid */

.tech-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 20px;
  align-items: center;
  justify-items: center;
}
.tech-grid-1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
  align-items: center;
  justify-items: center;
}

.tech-grid img {
  max-height: 55px;
  opacity: 0.9;
  transition: 0.3s;
}

/* hover */

.tech-grid img:hover {
  transform: scale(1.08);
  opacity: 1;
}

/* tablet */

@media (max-width: 992px) {
  .tech-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }

  .tech-main-title {
    font-size: 30px;
  }
}

/* mobile */

@media (max-width: 600px) {
  .tech-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .tech-main-title {
    font-size: 24px;
  }

  .tech-grid img {
    max-height: 45px;
  }
}

.strategy-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  transition: 0.3s;
}

.strategy-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.strategy-small {
  color: #2f7ef7;
  font-weight: 600;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
/* icon circle */

.icon-circle {
  width: 80px;
  height: 80px;
  background: #f3f7ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.icon-circle img {
  height: 45px;
}

/* title */

.strategy-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;

  color:#ff2d6f;
}

/* text */

.strategy-card p {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}

/* list */

.service-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.service-list li {
  font-size: 16px;
  margin-bottom: 7px;
  color: #444;
  position: relative;
  padding-left: 18px;
}

/* arrow bullet */

.service-list li:before {
  content: "»";
  position: absolute;
  left: 0;
  color: #ff6a00;
  font-weight: bold;
}

/* read more button */

.strategy-btn {
  display: inline-flex;
  align-items: center;
  background: #ff6a00;
  color: #fff;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
}

.strategy-btn:hover {
  background: #e65c00;
  color: #fff;
}

/* arrow circle */

.arrow-circle {
  width: 18px;
  height: 18px;
  background: #fff;
  color: #ff6a00;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-left: 8px;
}

img.strategy-icons {
  height: 130px;
}

/* SECTION */

.mission-section {
  background: #f6f6f6;
  padding: 60px 0;
}

/* layout */

.mission-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
  margin: auto;
}

/* content */

.mission-content {
  flex: 1;
}

.mission-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* colors */

.pink {
  color: #ff2b6a;
}

.orange {
  color: #f26522;
}

/* text */

.mission-text {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 520px;
}

.newsletter {
  font-size: 17px;
  margin-bottom: 15px;
  color: #333;
}

/* subscribe box */

.subscribe-box {
  display: flex;
  max-width: 420px;
  width: 100%;
}

.subscribe-box input {
  flex: 1;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 6px 0 0 6px;
  font-size: 16px;
  outline: none;
}

.subscribe-box button {
  padding: 14px 22px;
  background: #3b6ff5;
  color: #fff;
  border: none;
  font-weight: 600;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  transition: 0.3s;
}

.subscribe-box button:hover {
  background: #244ed1;
}

/* messages */

.success-message {
  background: #d4edda;
  color: #155724;
  padding: 10px 14px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.error-message {
  background: #f8d7da;
  color: #721c24;
  padding: 10px 14px;
  border-radius: 6px;
  margin-bottom: 10px;
}

/* image */

.mission-image {
  flex: 1;
  text-align: center;
}

.mission-image img {
  max-width: 100%;
  height: auto;
}

/* tablet */

@media (max-width: 992px) {
  .mission-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .mission-text {
    margin: auto;
  }

  .subscribe-box {
    margin: auto;
  }
}

/* mobile */

@media (max-width: 576px) {
  .mission-title {
    font-size: 30px;
  }

  .subscribe-box {
    flex-direction: column;
    gap: 10px;
  }

  .subscribe-box input {
    border-radius: 6px;
  }

  .subscribe-box button {
    border-radius: 6px;
  }
}

.career-section {
  padding: 60px 0;
  background: #f9fafc;
}

.career-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.career-desc {
  color: #666;
  margin-bottom: 40px;
}

/* JOB CARD */

.job-card {
  background: #fff;
  padding: 20px;
  border: 1px solid #e4e6ef;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.job-card:hover {
  border: 1px solid #3b6ff5;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.job-title {
  font-size: 16px;
  font-weight: 600;
  color: #2b3a67;
  margin-bottom: 6px;
}

.job-meta {
  font-size: 14px;
  color: #777;
  margin-bottom: 5px;
}

.job-desc {
  font-size: 14px;
  color: #777;
}

.info-icon {
  color: #ff6600;
  font-size: 14px;
}

/* APPLY BUTTON */

.apply-btn {
  background: #3b6ff5;
  color: #fff;
  border: none;
  padding: 7px 18px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}

.apply-btn:hover {
  background: #244fe0;
}

/* APPLY FORM */

.apply-box {
  background: #fff;
  padding: 25px;
  border: 1px solid #e4e6ef;
  border-radius: 6px;
}

.apply-box h5 {
  margin-bottom: 20px;
  font-weight: 600;
}

.apply-box label {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 500;
}

.apply-box .form-control {
  height: 38px;
  font-size: 14px;
}

.apply-box textarea {
  height: 90px;
}

/* BUTTONS */

.form-buttons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.form-buttons .btn {
  padding: 7px 18px;
  font-size: 14px;
}

/* MOBILE */

@media (max-width: 991px) {
  .apply-box {
    margin-top: 30px;
  }

  .job-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .container.d-flex.justify-content-between.flex-wrap {
    justify-content: center !important;
  }

  .apply-btn {
    align-self: flex-end;
  }
}
p.mission-texts {
  font-size: 20px;
}

.contact-section {
  padding: 60px 0;
  background: #f5f5f5;
}

.contact-form-box {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.form-title {
  color: #2f6fe4;
  font-weight: 600;
  margin-bottom: 20px;
}

.service-check label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

.form-buttons {
  display: flex;
  gap: 10px;
}

.contact-info {
  padding: 20px 10px;
}

.contact-info h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-info p {
  color: #555;
  margin-bottom: 8px;
}

.contact-info a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact-info {
    margin-top: 40px;
  }
}

.pink.box-desc {
  background: #ff2d6f;
  color: white;
}
.orange.box-desc {
  background: #ff6a00;
  color: white;
}
