/*
Theme Name: Acedigital
Theme URI: https://example.com/
Author: Code Core
Author URI: https://example.com/
Description: A custom lightweight theme with a startup business hero section.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: acedigital
*/

@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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&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&display=swap");

/* ================================
   ACE Utility Classes
   Prefix: ace-
================================ */

/* ---------- Margin Utilities ---------- */
/* All sides */
.ace-m-1 {
  margin: 10px;
}

.ace-m-2 {
  margin: 15px;
}

.ace-m-3 {
  margin: 20px;
}

.ace-m-4 {
  margin: 25px;
}

.ace-m-5 {
  margin: 30px;
}

/* Margin Top */
.ace-mt-1 {
  margin-top: 10px;
}

.ace-mt-2 {
  margin-top: 15px;
}

.ace-mt-3 {
  margin-top: 20px;
}

.ace-mt-4 {
  margin-top: 25px;
}

.ace-mt-5 {
  margin-top: 30px;
}

/* Margin Bottom */
.ace-mb-1 {
  margin-bottom: 10px;
}

.ace-mb-2 {
  margin-bottom: 15px;
}

.ace-mb-3 {
  margin-bottom: 20px;
}

.ace-mb-4 {
  margin-bottom: 25px;
}

.ace-mb-5 {
  margin-bottom: 30px;
}

/* Margin Left */
.ace-ml-1 {
  margin-left: 10px;
}

.ace-ml-2 {
  margin-left: 15px;
}

.ace-ml-3 {
  margin-left: 20px;
}

.ace-ml-4 {
  margin-left: 25px;
}

.ace-ml-5 {
  margin-left: 30px;
}

/* Margin Right */
.ace-mr-1 {
  margin-right: 10px;
}

.ace-mr-2 {
  margin-right: 15px;
}

.ace-mr-3 {
  margin-right: 20px;
}

.ace-mr-4 {
  margin-right: 25px;
}

.ace-mr-5 {
  margin-right: 30px;
}

/* Auto Margins */
.ace-m-auto {
  margin: auto;
}

.ace-ml-auto {
  margin-left: auto;
}

.ace-mr-auto {
  margin-right: auto;
}

/* ---------- Padding Utilities ---------- */
/* All sides */
.ace-p-1 {
  padding: 10px;
}

.ace-p-2 {
  padding: 15px;
}

.ace-p-3 {
  padding: 20px;
}

.ace-p-4 {
  padding: 25px;
}

.ace-p-5 {
  padding: 30px;
}

/* Padding Top */
.ace-pt-1 {
  padding-top: 10px;
}

.ace-pt-2 {
  padding-top: 15px;
}

.ace-pt-3 {
  padding-top: 20px;
}

.ace-pt-4 {
  padding-top: 25px;
}

.ace-pt-5 {
  padding-top: 30px;
}

/* Padding Bottom */
.ace-pb-1 {
  padding-bottom: 10px;
}

.ace-pb-2 {
  padding-bottom: 15px;
}

.ace-pb-3 {
  padding-bottom: 20px;
}

.ace-pb-4 {
  padding-bottom: 25px;
}

.ace-pb-5 {
  padding-bottom: 30px;
}

/* Padding Left */
.ace-pl-1 {
  padding-left: 10px;
}

.ace-pl-2 {
  padding-left: 15px;
}

.ace-pl-3 {
  padding-left: 20px;
}

.ace-pl-4 {
  padding-left: 25px;
}

.ace-pl-5 {
  padding-left: 30px;
}

/* Padding Right */
.ace-pr-1 {
  padding-right: 10px;
}

.ace-pr-2 {
  padding-right: 15px;
}

.ace-pr-3 {
  padding-right: 20px;
}

.ace-pr-4 {
  padding-right: 25px;
}

.ace-pr-5 {
  padding-right: 30px;
}

/* ---------- Text Alignment ---------- */
.ace-text-center {
  text-align: center;
}

.ace-text-left {
  text-align: left;
}

.ace-text-right {
  text-align: right;
}

/* ---------- Vertical Alignment ---------- */
.ace-align-top {
  vertical-align: top;
}

.ace-align-center {
  vertical-align: middle;
}

.ace-align-item-center {
  align-items: center;
}

.ace-align-bottom {
  vertical-align: bottom;
}

/* General Reset */
:root {
  --wc-bg: #fff7f6;
  --wc-text: #111;
  --wc-muted: #6b7280;
  --wc-brand: #0f172a;
  --wc-accent: #111827;
  --wc-green: #10b981;
  --wc-card: #ffffff;
  --wc-shadow: 0 10px 25px rgba(16, 24, 40, 0.08);
  --wc-radius: 14px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  /* Updated font */
  color: #222;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans";
  font-weight: 700;
}

h2.h2 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 55px;
  margin-bottom: 12px;
  color: #000000;
}

p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height */
  /* text-align: left; */
  padding: 0px;
  color: #000000;
}

.zoom-out {
  transition: transform 2s ease-in-out;
}

.zoom-out:hover {
  transform: scale(1.5);
}

p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
  color: #000000;
  line-height: normal !important;
}

/* Base Row */
.ace-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  row-gap: 15px;
}

/* Base Column */
[class*="ace-col-"] {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

/* Default (Desktop) – 12 Column System */
.ace-col-1,
.ace-col {
  width: 8.3333%;
}

.ace-col-2 {
  width: 16.6666%;
}

.ace-col-3 {
  width: 25%;
}

.ace-col-4 {
  width: 33.3333%;
}

.ace-col-5 {
  width: 41.6666%;
}

.ace-col-6 {
  width: 50%;
}

.ace-col-7 {
  width: 58.3333%;
}

.ace-col-8 {
  width: 66.6666%;
}

.ace-col-9 {
  width: 75%;
}

.ace-col-10 {
  width: 83.3333%;
}

.ace-col-11 {
  width: 91.6666%;
}

.ace-col-12 {
  width: 100%;
}

/* Extra Large Screens (≤1200px) */
@media (max-width: 1199px) {
  .ace-col-xl-1 {
    width: 8.3333%;
  }

  .ace-col-xl-2 {
    width: 16.6666%;
  }

  .ace-col-xl-3 {
    width: 25%;
  }

  .ace-col-xl-4 {
    width: 33.3333%;
  }

  .ace-col-xl-5 {
    width: 41.6666%;
  }

  .ace-col-xl-6 {
    width: 50%;
  }

  .ace-col-xl-7 {
    width: 58.3333%;
  }

  .ace-col-xl-8 {
    width: 66.6666%;
  }

  .ace-col-xl-9 {
    width: 75%;
  }

  .ace-col-xl-10 {
    width: 83.3333%;
  }

  .ace-col-xl-11 {
    width: 91.6666%;
  }

  .ace-col-xl-12 {
    width: 100%;
  }
}

/* Large Screens (≤992px) */
@media (max-width: 991px) {
  .ace-col-lg-1 {
    width: 8.3333%;
  }

  .ace-col-lg-2 {
    width: 16.6666%;
  }

  .ace-col-lg-3 {
    width: 25%;
  }

  .ace-col-lg-4 {
    width: 33.3333%;
  }

  .ace-col-lg-5 {
    width: 41.6666%;
  }

  .ace-col-lg-6 {
    width: 50%;
  }

  .ace-col-lg-7 {
    width: 58.3333%;
  }

  .ace-col-lg-8 {
    width: 66.6666%;
  }

  .ace-col-lg-9 {
    width: 75%;
  }

  .ace-col-lg-10 {
    width: 83.3333%;
  }

  .ace-col-lg-11 {
    width: 91.6666%;
  }

  .ace-col-lg-12 {
    width: 100%;
  }
}

/* Medium Screens (≤768px) */
@media (max-width: 76px) {
  .ace-col-md-1 {
    width: 8.3333%;
  }

  .ace-col-md-2 {
    width: 16.6666%;
  }

  .ace-col-md-3 {
    width: 25%;
  }

  .ace-col-md-4 {
    width: 33.3333%;
  }

  .ace-col-md-5 {
    width: 41.6666%;
  }

  .ace-col-md-6 {
    width: 50%;
  }

  .ace-col-md-7 {
    width: 58.3333%;
  }

  .ace-col-md-8 {
    width: 66.6666%;
  }

  .ace-col-md-9 {
    width: 75%;
  }

  .ace-col-md-10 {
    width: 83.3333%;
  }

  .ace-col-md-11 {
    width: 91.6666%;
  }

  .ace-col-md-12 {
    width: 100%;
  }
}

/* Small Screens (≤576px) */
@media (max-width: 575px) {
  .ace-col-sm-1 {
    width: 8.3333%;
  }

  .ace-col-sm-2 {
    width: 16.6666%;
  }

  .ace-col-sm-3 {
    width: 25%;
  }

  .ace-col-sm-4 {
    width: 33.3333%;
  }

  .ace-col-sm-5 {
    width: 41.6666%;
  }

  .ace-col-sm-6 {
    width: 50%;
  }

  .ace-col-sm-7 {
    width: 58.3333%;
  }

  .ace-col-sm-8 {
    width: 66.6666%;
  }

  .ace-col-sm-9 {
    width: 75%;
  }

  .ace-col-sm-10 {
    width: 83.3333%;
  }

  .ace-col-sm-11 {
    width: 91.6666%;
  }

  .ace-col-sm-12 {
    width: 100%;
  }
}

/* Container */
.container {
  max-width: 1065px;
  /* updated from 1200px */
  margin: 0 auto;
  padding: 0 20px;
}

.white-btn {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 15px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.white-btn:hover {
  opacity: 0.7;
}

.orange-btn {
  background: #f7931e;
  border-radius: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  padding: 10px 15px;
  color: #ffffff;
}

.orange-btn:hover {
  opacity: 0.7;
}

/* Header */
.site-header {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 61px;
}

.main-nav ul {
  display: flex;
  list-style: none;
  gap: 32px;
}

.main-nav a {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

.main-nav a:hover {
  color: #f58220;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.btn-quote {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  color: #ffffff;
  background: #f7931e;
  letter-spacing: 0%;
  padding: 9px 17px;
  border-radius: 10px;
}

.btn-quote:hover {
  background: #d96f1a;
}

.menu-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.header-right .phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

.header-right .phone:hover {
  color: #d96f1a;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 94px;
}

.mega-col.header-mobile {
  display: none;
}

/* Mega Menu */
.mega-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0f2a2e;
  color: #fff;
  display: none;
  z-index: 9999;
  overflow-y: auto;
}

.mega-inner {
  max-width: 1200px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  gap: 40px;
}

.mega-col {
  flex: 1;
}

.mega-col h4 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.mega-col ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.mega-col ul li {
  margin-bottom: 8px;
}

.mega-col ul li a {
  color: #d9d9d9;
  text-decoration: none;
  font-size: 14px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}

.mega-col ul li a:hover {
  color: #00e6c3;
}

.mega-menu .icons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin: 20px 0 30px;
}

.mega-menu .icons img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: transform 0.3s;
}

.mega-menu .icons img:hover {
  transform: scale(1.1);
}

/* Close button */
.mega-close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
}

/* Toggle */
.menu-toggle {
  cursor: pointer;
  color: #333;
  font-weight: 600;
  margin-left: 20px;
}

/* Hero Section */
.hero {
  text-align: center;
  padding: 80px 20px 60px;
}

.hero h1 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 72px;
  line-height: 84px;
  margin: 0px auto;
  max-width: 930px;
  margin-bottom: 16px;
  color: #000;
}

.hero p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 30px;
  color: #333;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 50px;
}

.hero-buttons a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  border-radius: 10px;
  padding: 12px 20px;
  transition: background 0.3s;
}

.btn-dark {
  background: #18333b;
  color: #fff;
}

.btn-dark:hover {
  background: #000;
}

.btn-orange {
  background: #f7931e;
  color: #fff;
}

.btn-orange:hover {
  background: #d96f1a;
}

/* Services Images - No Gap */
.services-images {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.services-images img {
  width: 221px;
  height: 224px;
  object-fit: cover;
  border-radius: 14px;
  transition: transform 0.3s;
  margin-left: -25px;
  /* overlap effect */
  position: relative;
  background: #fff;
  padding: 4px;
}

.services-images img:nth-child(1) {
  margin-left: 0;
  /* first image stays aligned */
  z-index: 1;
}

.services-images img:nth-child(2) {
  z-index: 2;
  margin-top: 28px;
}

.services-images img:nth-child(3) {
  z-index: 3;
}

.services-images img:nth-child(4) {
  z-index: 4;
  margin-top: 28px;
}

.services-images img:nth-child(5) {
  z-index: 5;
}

.services-images img:hover {
  transform: translateY(-8px) scale(1.05);
  z-index: 2;
}

/* Tilt Effect */
.tilt-left {
  transform: rotate(-6deg);
}

.tilt-center {
  transform: rotate(3deg);
}

.tilt-right {
  transform: rotate(6deg);
}

.logo-section {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
}

.logo-section img {
  max-height: 95px;
}

.logo-section h2 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #000000;
  margin-bottom: 24px;
}

.swiper {
  width: 100%;
  padding: 20px 0;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  /* max-width: 1499px; */
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner-container {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 20px;
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
}

/* ========== WHAT WE DO ========== */
.section {
  padding: 70px 0;
  text-align: center;
}

.section h2 {
  font-size: 28px;
  margin-bottom: 45px;
}

.service-boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}

.service {
  flex: 1;
  min-width: 300px;
  background: #fff;
  border-radius: 12px;
  padding: 35px 25px;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

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

.service img {
  width: 55px;
  margin-bottom: 20px;
}

.service h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.service p {
  font-size: 15px;
  margin-bottom: 20px;
  color: #555;
}

.service a {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 25px;
  border: 1px solid #111;
  text-decoration: none;
  color: #111;
  font-weight: 500;
  transition: 0.3s;
}

.service a:hover {
  background: #111;
  color: #fff;
}

.dots {
  margin-top: 25px;
  text-align: center;
}

.dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 4px;
}

.dots span.active {
  background: #111;
}

/* ========== What We Do  ========== */
.what-we-do-sec .swiper-pagination {
  position: static;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.what-we-do-sec .swiper-pagination .swiper-pagination-bullet {
  background: #18333b;
  opacity: 0.4;
  width: 12px;
  height: 12px;
  margin: 0px !important;
  border-radius: 100%;
  transition: all 0.5s;
}

.what-we-do-sec .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
  height: 12px;
  background: #a3adb1;
  border-radius: 20px;
}

/* ========== COLLECTION OF WORKS ========== */
.works {
  background: #fafafa;
  padding: 70px 0;
}

.works h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 15px;
}

.works p {
  text-align: center;
  margin-bottom: 45px;
  font-size: 15px;
  color: #666;
}

.work-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 25px;
}

.work-large {
  grid-row: span 2;
  position: relative;
}

.work-large img,
.work-small img {
  width: 100%;
  border-radius: 10px;
}

.work-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 14px;
}

.work-small {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #eee;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.work-small h4 {
  margin: 10px 0 5px;
  font-size: 16px;
}

.work-small p {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}

.work-small a {
  font-size: 14px;
  text-decoration: none;
  color: #111;
  font-weight: 500;
}

/* ========== TESTIMONIAL ========== */
.testimonial {
  padding: 70px 0;
  text-align: center;
}

.testimonial p {
  font-size: 17px;
  max-width: 780px;
  margin: 0 auto 30px auto;
  color: #333;
}

.testimonial .dots {
  margin-top: 20px;
}

.testimonial .dots span {
  width: 12px;
  height: 12px;
}

section {
  text-align: center;
  padding: 60px 20px;
}

.section-title {
  display: inline-block;
  background: #18333b;
  border-radius: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  color: #ffffff;
  padding: 10px 15px;
  margin-bottom: 15px;
}

h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #111;
}

.swiper {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.service-card {
  flex: 1;
  max-width: 320px;
  padding: 25px 20px;
  border-right: 1px solid #ddd;
  text-align: center;
}

.swiper-slide.swiper-slide-next~.swiper-slide .service-card {
  border-right: 0;
}

.service-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
}

.service-card p {
  font-size: 14px;
  color: #555;
  line-height: 22px;
  margin-bottom: 20px;
}

.service-card .icon {
  font-size: 40px;
  color: #ff8c1a;
  margin-bottom: 10px;
  display: block;
}

.service-card a {
  text-decoration: none;
  font-weight: 600;
  color: #000;
  font-size: 14px;
}

/* Swiper pagination */
.swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.swiper-pagination-bullet {
  background: #000;
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

/* --- Works Section (same as before) --- */
/* Only showing testimonial/slider changes */

.testimonial {
  margin-top: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.quote {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.label {
  color: #555;
  margin-bottom: 20px;
}

.testimonial-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

/* Swiper pagination dots */
.swiper-pagination {
  margin-top: 15px;
  position: relative;
}

.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 4px;
}

.swiper-pagination-bullet-active {
  background: #000;
}

.work-collection {
  background: #fefefe;
  padding: 60px 20px 80px;
}

.wc-container {
  max-width: 1200px;
  margin: 0 auto;
}

.wc-head {
  text-align: left;
  max-width: 800px;
  margin: 0 0 50px;
}

.wc-head p {
  color: #374151;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}

/* Grid */
.wc-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  align-items: start;
}

.wc-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* Featured card */
.wc-card--featured {
  position: relative;
  min-height: 500px;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.6) 100%),
    var(--bg) center/cover no-repeat;
}

.wc-card--featured .wc-card__overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  color: #fff;
}

.wc-badge {
  display: inline-block;
  background: #8b4513;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 12px;
}

.wc-card--featured .wc-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
}

.wc-card--featured .wc-desc {
  color: #e5e7eb;
  font-size: 14px;
  margin: 0 0 16px;
}

.wc-btn {
  display: inline-block;
  background: #fff;
  color: #111;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s;
}

.wc-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

/* Small cards container */
.wc-small-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wc-card--small {
  display: flex;
  align-items: center;
  padding: 0;
  height: 140px;
}

.wc-card--small .wc-thumb {
  width: 180px;
  height: 140px;
  object-fit: cover;
  flex-shrink: 0;
}

.wc-card--small .wc-card__body {
  padding: 20px;
  flex: 1;
}

.wc-meta {
  color: #6b7280;
  font-size: 12px;
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
}

.wc-card--small .wc-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #111;
}

.wc-card--small .wc-desc {
  margin: 0 0 8px;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.4;
}

.wc-link {
  color: #111;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
}

.wc-link:hover {
  text-decoration: underline;
  color: #374151;
}

/* Testimonial */
.wc-testimonial {
  max-width: 900px;
  margin: 80px auto 0;
  text-align: center;
}

.wc-quote {
  font-size: 20px;
  line-height: 1.6;
  color: #111;
  margin: 0 0 20px;
  font-weight: 400;
}

.wc-subtle-link {
  display: inline-block;
  color: #6b7280;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 20px;
}

.wc-subtle-link:hover {
  text-decoration: underline;
  color: #374151;
}

.wc-avatars {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.wc-avatars li {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.wc-avatars img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsive */
@media (max-width: 980px) {
  .wc-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .wc-card--featured {
    min-height: 400px;
  }

  .wc-small-cards {
    gap: 16px;
  }

  .wc-card--small {
    height: auto;
    flex-direction: column;
  }

  .wc-card--small .wc-thumb {
    width: 100%;
    height: 200px;
  }

  .what-we-do-sec .swiper-pagination {
    margin-top: 40px;
  }
}

/* Responsive */
@media (max-width: 1100px) {
  .hero h1 {
    font-size: 52px;
    line-height: 64px;
  }

  .services-images {
    flex-wrap: wrap;
    gap: 15px;
  }

  .services-images img {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .hero p {
    font-size: 13px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .hero {
    text-align: center;
    padding: 50px 20px 30px;
  }

  .work-collection,
  section {
    padding: 30px 20px;
  }

  h2 {
    margin-bottom: 25px;
  }

  .what-we-do-sec .swiper-pagination {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .services-images img {
    width: 140px;
    height: 140px;
  }
}

/* ================= Industries ================= */
.industries {
  background: #f8fafb;
  padding: 70px 20px 40px;
}

.ind-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.ind-badge {
  background: #18333b;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  padding: 10px 13px;
  margin-bottom: 16px;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}

.ind-title {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  color: #000000;
  max-width: 703px;
  margin: 0px auto;
  margin-bottom: 20px;
}

.ind-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1050px;
}

.ind-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.ind-icon {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ind-icon img {
  width: 120px;
  height: 120px;
}

.ind-icon svg {
  width: 72px;
  height: 72px;
  stroke: #0c6b63;
}

.ind-label {
  font-size: 12px;
  color: #0b1820;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 980px) {
  .ind-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
}

@media (max-width: 768px) {
  .industries {
    padding: 30px 20px 60px;
  }
}

@media (max-width: 600px) {
  .ind-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ================= CTA Hero ================= */
.cta-hero {
  position: relative;
  isolation: isolate;
}

.cta-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero) center/cover no-repeat;
  z-index: -2;
}

.cta-hero h2 {
  color: #fff;
  line-height: 140%;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(7, 23, 22, 0.68);
  backdrop-filter: saturate(120%) blur(1px);
  z-index: -1;
}

.cta-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 110px 20px 40px;
  text-align: center;
  color: #fff;
}

.cta-title {
  font-size: 60px;
  line-height: 1.15;
  margin: 0 0 16px;
  font-weight: 800;
}

.cta-sub {
  font-size: 14px;
  color: #e5ecea;
  margin: 0 0 26px;
}

.cta-actions {
  display: flex;
  gap: 14px;
  margin: 0 auto 40px;
  justify-content: center;
}

.btn {
  display: inline-block;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
}

.btn-light {
  background: #fff;
  color: #0b1820;
}

.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.btn:hover {
  transform: translateY(-1px);
}

.cta-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 24px 0 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.cta-metrics li {
  display: flex;
  gap: 20px;
  align-items: center;
  text-align: center;
}

.cta-metrics strong {
  font-size: 48px;
  line-height: 175%;
  text-align: center;
  color: #ffffff;
}

.cta-metrics span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .cta-metrics strong {
    font-size: 36px;
  }

  .cta-metrics span {
    font-size: 12px;
  }

  .cta-metrics li,
  .cta-metrics {
    gap: 15px;
  }
}

@media (max-width: 900px) {
  .cta-title {
    font-size: 40px;
  }

  .cta-container {
    padding: 80px 16px 34px;
  }

  .cta-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .cta-container {
    padding: 0px;
  }
}

@media (max-width: 500px) {
  .cta-metrics {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ================= Why Choose ================= */
.why {
  background: #fff7f6;
  padding: 70px 20px 70px;
  text-align: center;
}

.why-container {
  max-width: 1100px;
  margin: 0 auto;
}

.why-badge {
  display: inline-block;
  background: #0c6b63;
  color: #fff;
  border-radius: 999px;
  font-size: 11px;
  padding: 6px 12px;
  margin-bottom: 16px;
  font-weight: 700;
}

.why-title {
  /* font-size: 28px;
  line-height: 1.4;
  color: #0b1820; */
  margin: 0 0 28px;
  /* font-weight: 800; */
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  list-style: none;
  margin: 0 auto 24px;
  max-width: 980px;
  padding: 0;
}

.why-card {
  background: #fff;
  border: 1px solid #f0e8e6;
  border-radius: 10px;
  padding: 18px 14px;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
}

.why-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ecf7f5;
  border-radius: 12px;
}

.why-icon svg {
  width: 36px;
  height: 36px;
}

.why-label {
  font-size: 13px;
  color: #0b1820;
  font-weight: 700;
}

.why-cta {
  display: inline-block;
  background: #f7a24a;
  color: #fff;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 700;
}

.why-cta:hover {
  background: #e38d34;
}

@media (max-width: 980px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .why {
    padding: 60px 20px;
  }
}

@media (max-width: 600px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= News ================= */
.news {
  background: #f8fafb;
  padding: 70px 20px 80px;
}

.news-container {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.news-badge {
  display: inline-block;
  background: #0c6b63;
  color: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 14px;
}

.news-title {
  font-size: 28px;
  line-height: 1.4;
  color: #0b1820;
  margin: 0 0 26px;
  font-weight: 800;
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
  text-align: left;
}

/* Feature */
.news-feature {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  height: 100%;
}

.news-feature-media img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
  height: 284px;
  width: 584px;
  object-fit: cover;
}

.news-feature-body {
  padding: 35px;
  padding-top: 41px;
}

.nf-title {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 8px;
  color: #000000;
}

.nf-meta {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 17px;
}

.nf-excerpt {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 28px;
}

.nf-btn {
  background: #f7931e;
  border-radius: 5px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 10px;
  text-align: center;
  display: block;
  width: 100%;
  color: #ffffff;
}

.nf-btn:hover {
  background: #e38d34;
}

/* Side cards */
.news-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 18px;
}

.news-side.full-width {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px 18px;
  margin-top: 24px;
}

.news-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.nc-media img {
  width: 100%;
  height: 134px;
  object-fit: cover;
  display: block;
}

.related-news .nc-media img {
  height: 200px;
}

.nc-body {
  padding: 24px;
  padding-bottom: 40px;
}

.news-card h4 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
  color: #000000;
}

.nc-meta {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 12px;
  color: #000000;
}

@media (max-width: 980px) {
  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-feature-media img {
    height: 240px;
    width: 100%;
  }

  .nc-body,
  .news-feature-body {
    padding: 25px;
  }

  .nc-media img {
    width: 100%;
  }
}

@media (max-width: 768px) {

  .nc-body,
  .news-feature-body {
    padding: 25px 20px;
  }
}

@media (max-width: 575px) {
  .news-side {
    grid-template-columns: 1fr;
  }
}

/* ================= Global responsive tuning for created sections ================= */
@media (max-width: 1200px) {

  .wc-container,
  .ind-container,
  .cta-container,
  .news-container,
  .ft-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .news-grid {
    gap: 18px;
  }

  .ft-grid {
    gap: 28px 32px;
  }
}

@media (max-width: 900px) {

  /* Work collection */
  .wc-head {
    margin-bottom: 30px;
  }

  .wc-card--featured {
    min-height: 420px;
  }

  /* Industries */
  .ind-title {
    font-size: 24px;
  }

  /* CTA */
  .cta-title {
    font-size: 36px;
  }

  /* Why choose */
  .why-title {
    font-size: 24px;
  }

  .news .news-container {
    padding: 0px;
  }
}

@media (max-width: 768px) {

  /* Works */
  .wc-grid {
    grid-template-columns: 1fr;
  }

  /* Industries */
  .ind-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* CTA */
  .cta-title {
    font-size: 32px;
  }

  .cta-actions {
    flex-direction: column;
    align-items: center;
  }

  /* Why choose */
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* News */
  .news-title {
    font-size: 24px;
  }

  .news {
    padding: 60px 20px;
  }

  /* Footer */
  .ft-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ft-links .ft-list {
    columns: 1;
  }
}

@media (max-width: 560px) {

  /* Industries */
  .ind-grid {
    grid-template-columns: 1fr;
  }

  /* Why choose */
  .why-grid {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .cta-title {
    font-size: 28px;
  }

  /* News */
  .news-feature-media img {
    height: 200px;
  }

  /* Footer */
  .ft-subscribe {
    flex-direction: column;
    align-items: stretch;
  }

  .ft-subscribe button {
    width: 100%;
  }
}

/* ================= Footer ================= */
.site-footer {
  background: transparent;
  color: #cfe4e1;
}

.ft-section {
  background: #0e2b2f;
}

.ft-top {
  background: #0e2b2f;
}

.ft-info-wrap {
  background: #ffffff;
  color: #000000;
}

.ft-bottom-wrap {
  background: #0e2b2f;
}

.ft-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 24px 0;
}

.ft-grid {
  display: grid;
  grid-template-columns: 1.35fr 1.15fr 1.1fr 1.6fr;
  gap: 32px 42px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ft-title {
  color: #ffffff;
  font-size: 18px;
  margin: 0 0 12px;
  font-weight: 800;
  letter-spacing: 0.2px;
  position: relative;
  padding-bottom: 10px;
}

.ft-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.ft-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.ft-list li {
  margin: 9px 0;
}

.ft-list a {
  color: #cfe4e1;
  font-size: 14px;
  text-decoration: none;
}

.ft-list a:hover {
  color: #ffffff;
}

.ft-links .ft-list {
  columns: 2;
  column-gap: 40px;
}

.ft-links .ft-list li {
  break-inside: avoid;
}

.ft-news {
  grid-column: 4;
}

.ft-news .ft-note {
  font-size: 13px;
  margin: 12px 0 14px;
  color: #cfe4e1;
  max-width: 360px;
}

.ft-subscribe {
  display: flex;
  gap: 10px;
  max-width: 460px;
}

.ft-subscribe input {
  flex: 1;
  min-width: 260px;
  background: #123238;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #eaf6f4;
  border-radius: 999px;
  padding: 12px 16px;
  font-size: 13px;
}

.ft-subscribe input::placeholder {
  color: #a7c2bf;
}

.ft-subscribe button {
  background: #f7931e;
  border: none;
  color: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 700;
  min-width: 110px;
}

.ft-subscribe button:hover {
  background: #e38d34;
}

.ft-info {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}

.ft-brand {
  flex-shrink: 0;
}

.ft-logo {
  width: 100px;
  height: auto;
}

.ft-address {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
  max-width: 400px;
}

.ft-address svg {
  margin-top: 2px;
  flex-shrink: 0;
}

.ft-address address {
  font-style: normal;
  font-size: 13px;
  line-height: 1.4;
  color: #000000;
  margin: 0;
}

.ft-contact-info {
  display: flex;
  gap: 40px;
  align-items: center;
}

.ft-email {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.ft-email svg {
  margin-top: 2px;
  flex-shrink: 0;
}

.ft-email div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ft-email span {
  font-size: 13px;
  color: #000000;
}

.ft-phone {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ft-phone svg {
  flex-shrink: 0;
}

.ft-phone span {
  font-size: 13px;
  color: #000000;
}

.ft-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0 24px;
  color: #cfe4e1;
}

.ft-bottom ul {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ft-bottom a {
  color: #cfe4e1;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.2px;
}

.ft-bottom a:hover {
  color: #ffffff;
}

@media (max-width: 990px) {
  .ft-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ft-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 560px) {
  .ft-grid {
    grid-template-columns: 1fr;
  }

  .ft-contacts {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .ft-bottom {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}

/* ================= Services Hero ================= */
.page-hero {
  background: #f5f5f5;
  background-image: radial-gradient(circle at 1px 1px,
      rgba(0, 0, 0, 0.15) 1px,
      transparent 0);
  background-size: 20px 20px;
  padding: 25px 20px 60px;
  text-align: center;
}

.sh-container {
  max-width: 800px;
  margin: 0 auto;
}

.sh-breadcrumb {
  margin-bottom: 20px;
  text-align: left;
}

.sh-breadcrumb a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */

  color: #000000;
}

.sh-breadcrumb a:hover {
  color: #333;
}

.sh-separator {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0px 16px;
  color: #000000;
}

.sh-current {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */

  color: #000000;
}

.sh-title {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 82px;
  /* identical to box height */
  text-align: center;
  margin-bottom: 20px;
  color: #18333b;
}

.sh-description {
  max-width: 810px;
  margin: 0 auto;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 28px;
  color: #000000;
}

.sh-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.sh-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.sh-btn-outline {
  background: #fff;
  color: #333;
  border-color: #ddd;
}

.sh-btn-outline:hover {
  background: #f8f8f8;
  border-color: #ccc;
  transform: translateY(-2px);
}

.sh-btn-primary {
  background: #f7931e;
  color: #fff;
  border-color: #f7931e;
}

.sh-btn-primary:hover {
  background: #e38d34;
  border-color: #e38d34;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .page-hero {
    padding: 60px 0px;
  }

  .sh-title {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .sh-description {
    font-size: 15px;
  }

  .sh-btn {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .sh-actions {
    flex-direction: column;
    align-items: center;
  }

  .white-btn {
    min-width: 173px;
  }
}

/* ================= Our Services ================= */
.services-showcase {
  padding: 80px 0;
  background: #f8f9fa;
}

.our-service-card {
  background: #ffffff;
  border: 0.5px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 42px;
  margin-bottom: 42px;
}

.our-service-card .our-service-inner-card {
  display: flex;
  gap: 40px;
  /* align-items: center; */
}

.our-service-card-reverce .our-service-inner-card {
  flex-direction: row-reverse;
}

.left-our-service-card {
  /* flex: 0 0 50%; */
  width: 478px;
}

.left-our-service-card img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.right-our-service-card {
  flex: 0 0 50%;
  text-align: left;
}

.right-our-service-card h3 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 24px;
  color: #000000;
}

.right-our-service-card p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 24px;
  color: #000000;
}

.right-our-service-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.right-our-service-card li {
  font-size: 18px;
  font-weight: 700;
  color: #1cb7a6;
  margin-bottom: 8px;
  position: relative;
  text-align: left;
  padding-left: 0;
}

.right-our-service-card li::before {
  content: counter(service-counter) ". ";
  counter-increment: service-counter;
  color: #1cb7a6;
  font-weight: 700;
}

.right-our-service-card li span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  display: block;
  color: #000000;
}

.right-our-service-card ul {
  counter-reset: service-counter;
}

/* ================= Tech Logos Section ================= */
.our-service-bottom-card {
  margin-top: 80px;
}

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

.logo-item {
  flex: 0 0 auto;
}

.logo-box {
  max-height: 137px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: white;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.logo-box img {
  width: auto;
  max-height: 100px;
}

/** About Us Page Design Start **/
.about-us-content {
  padding: 80px 0px;
}

.about-us-content-inner {
  display: flex;
  gap: 130px;
  align-items: center;
}

.about-us-content-inner .about-us-content-left {
  max-width: 493px;
  text-align: left;
}

.about-us-content-inner .about-us-content-right {
  max-width: 411px;
  position: relative;
}

.about-us-content-inner .about-us-content-right img {
  width: 387px;
  height: auto;
}

.about-us-content-inner .about-us-content-right span {
  background: #f7931e;
  border-radius: 10px 10px 0px 0px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 34px;
  color: #ffffff;
  transform: rotate(-90deg);
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  rotate: -90deg;
  left: -123px;
  right: unset;
}

.about-us-content-inner h2 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 76px;
  margin-bottom: 28px;
  color: #000000;
}

.about-us-content-inner p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;

  color: #000000;
}

.our-mission {
  padding: 80px 0px;
}

.our-mission h3 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 16px;
}

.our-mission p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 18px;
}

.mission-cards {
  display: flex;
  justify-content: space-between;
  gap: 36px;
}

.mission-cards-left {
  background-image: url(assets/images/our-mission.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* width: 378px; */
  padding: 35px;
  display: flex;
  flex-direction: column-reverse;
}

.our-mission .mission-cards-left h3,
.our-mission .mission-cards-left p {
  color: #ffffff;
}

.mission-card-inner-left {
  padding: 30px 36px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.mission-card-inner-right {
  padding: 30px 36px;
  background: #18333b;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.our-mission .mission-card-inner-left h3,
.our-mission .mission-card-inner-left p {
  color: #000000;
}

.our-mission .mission-card-inner-right h3,
.our-mission .mission-card-inner-right p {
  color: #ffffff;
}

.mission-card-inner {
  display: flex;
  justify-content: space-between;
  gap: 37px;
  margin-bottom: 36px;
}

.mission-bottom-img img {
  width: 100%;
  height: auto;
  max-height: 235px;
}

.mission-card-inner>div {
  width: 306px;
}

@media (max-width: 991px) {
  .about-us-content-inner h2 {
    font-size: 48px;
    line-height: normal;
    margin-bottom: 28px;
  }

  .news-side.full-width {
    grid-template-columns: 1fr 1fr;
  }

  .about-us-content-inner {
    gap: 70px;
  }

  .about-us-content-inner .about-us-content-left {
    max-width: 493px;
  }

  .about-us-content-inner .about-us-content-right img {
    width: 280px;
  }

  .about-us-content-inner .about-us-content-right {
    max-width: 280px;
  }

  .mission-cards {
    flex-direction: column;
  }

  .mission-cards-left {
    width: 100%;
  }

  .mission-card-inner {
    gap: 20px;
    margin-bottom: 30px;
  }

  .mission-cards {
    gap: 30px;
  }

  .mission-card-inner>div {
    width: 50%;
  }

  .our-service-card {
    padding: 40px 30px;
  }

  .our-service-bottom-card {
    margin-top: 40px;
  }

  .right-our-service-card li span {
    font-size: 18px;
  }

  .our-service-card {
    margin-bottom: 35px;
  }
}

@media (max-width: 768px) {
  .services-showcase {
    padding: 60px 0px;
  }

  .our-service-card .our-service-inner-card {
    flex-direction: column;
    gap: 30px;
  }

  .left-our-service-card,
  .right-our-service-card {
    flex: none;
  }

  .right-our-service-card h3 {
    font-size: 20px;
  }

  .right-our-service-card p {
    font-size: 14px;
  }

  .right-our-service-card li {
    font-size: 16px;
  }

  .about-us-content {
    padding: 60px 0px 30px;
  }

  .about-us-content-inner .about-us-content-right,
  .about-us-content-inner .about-us-content-left {
    max-width: 100%;
  }

  .about-us-content-inner {
    flex-direction: column;
    gap: 40px;
  }

  .about-us-content-inner .about-us-content-right img {
    max-width: 300px;
  }

  .about-us-content-inner .about-us-content-right {
    margin-left: 54px;
  }

  .about-us-content-inner h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .our-mission {
    padding: 30px 0px 60px;
  }
}

@media (max-width: 575px) {
  .mission-card-inner {
    flex-direction: column;
  }

  .news-side.full-width {
    grid-template-columns: 1fr;
  }
}

.cta-metrics li,
.cta-metrics {
  max-width: 310px;
  margin: 0px auto;
}
section.mobile-app-hero .mobile-hero-row .cta-metrics,
section.cta-hero .cta-container .cta-metrics {
  max-width: 100%;
}

.mission-cards {
  gap: 20px;
}

.mission-card-inner>div {
  width: 100%;
}

.mission-card-inner {
  margin-bottom: 20px;
}

.our-service-card {
  padding: 40px 20px;
}

.left-our-service-card {
  width: 100%;
}

.right-our-service-card li span {
  font-size: 16px;
}

.our-service-card {
  margin-bottom: 30px;
}

.our-service-bottom-card {
  margin-top: 20px;
}

.logo-item {
  flex: unset;
}

.logo-box {
  flex-wrap: wrap;
  gap: 20px;
  max-height: none;
}

.logo-box img {
  object-fit: contain;
}

/* ================= Special Service Section ================= */
.special-service-section {
  padding: 80px 0;
  background: #fff8f8;
}

.special-service-inner {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  justify-content: space-between;
}

.special-service-left {
  flex: 0 0 33.333%;
  /* max-width: 273px; */
  max-width: 100%;
  text-align: left;
}

.connect-expert-sec .connect-expert-row h3,
.special-service-left h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 10px;
  color: #000000;
}

.special-service-left p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 16px;
  color: #000000;
}

.learn-more-btn {
  display: inline-block;
  background: #f7931e;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
}

.learn-more-btn:hover {
  background: #e38d34;
  transform: translateY(-2px);
}

.special-service-right {
  /* flex: 0 0 66.667%;
  max-width: 66.667%; */
}

.special-service-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 504px;
}

.special-service-card {
  background: #ffffff;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 250px;
  padding: 24px 20px;
  display: flex;
  gap: 12px;
  align-items: center;
}

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

.service-icon {
  font-size: 24px;
  color: #f7931e;
  flex-shrink: 0;
  margin-top: 4px;
}

.service-icon img {
  width: 50px;
  height: auto;
}

.service-content {
  flex: 1;
  text-align: left;
}

.service-content h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 6px;
  color: #000000;
}

.service-content p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  margin-bottom: 6px;
  color: #000000;
}

.read-more {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  color: #000000;
}

.read-more:hover {
  color: #f7931e;
}

/* collection-our-work */
.collection-our-work {
  padding: 80px 0px;
  background: #fff8f8;
}

.collection-our-work h2 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  margin-bottom: 16px;
  color: #000000;
}

.collection-our-work p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 53px;
  color: #000000;
  max-width: 796px;
  margin: 0px auto;
  margin-bottom: 53px;
}

.collection-grid {
  /* display: flex
; */
  display: grid;
  align-content: space-between;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.collection-right-grid .right-grid.reverce-right-flex {
  margin-bottom: 0px;
}

.reverce-right-flex {
  flex-direction: row-reverse;
}

.collection-left-grid {
  background-image: url(assets/images/collection-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 28px 32px;
  text-align: left;
  /* width: 50%; */
  display: flex;
  flex-direction: column;
  /* align-items: flex-end; */
  justify-content: flex-end;
}

.collection-right-grid .right-grid {
  /* width: 50%; */
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.collection-right-grid .right-grid>div {
  width: 50%;
  background-color: #ffffff;
  text-align: center;
  position: relative;
}

.collection-right-grid .right-grid .right-left-grid img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.collection-right-grid .right-grid .content-middle {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.collection-right-grid .right-grid .right-right-grid {
  /* padding: 52px 60px; */
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  top: 0px;
  opacity: 0;
  transition: all 0.5s;

}

.collection-right-grid .right-grid .right-left-grid:hover .right-right-grid {
  opacity: 1;
}

.collection-left-grid h4 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  /* identical to box height */
  text-align: center;
  margin-bottom: 8px;
  color: #ffffff;
  text-align: left;
}

.collection-left-grid h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height */
  text-align: center;
  margin-bottom: 8px;
  color: #ffffff;
  text-align: left;
}

.collection-left-grid p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: unset;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: left;
  margin-right: auto;
  display: block;
}

.collection-left-grid a {
  background: #ffffff;
  border-radius: 5px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  text-align: center;
  padding: 10px 27px;
  color: #000000;
  width: fit-content;
}

.collection-right-grid .right-grid>div h4 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 10px;
  color: #000000;
}

.collection-right-grid .right-grid>div h3 {
  margin-bottom: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;

  color: #18333b;
}

.collection-right-grid .right-grid>div p {
  margin-bottom: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #000000;
}

.collection-right-grid .right-grid>div a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}

/* Responsive Design for Special Service Section */
@media (max-width: 1024px) {
  .special-service-inner {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .special-service-left {
    text-align: center;
  }

  .special-service-left,
  .special-service-right {
    flex: none;
    max-width: 100%;
  }

  .special-service-left h2 {
    font-size: 36px;
  }

  .collection-right-grid .right-grid .right-right-grid {
    padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .special-service-section {
    padding: 60px 0;
  }

  .special-service-left h2 {
    font-size: 28px;
  }

  .angular-services-section .service-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .collection-our-work {
    padding: 60px 0px;
  }

  .angular-services-section .service-card {
    padding: 20px;
  }

  .collection-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .collection-grid .collection-left-grid * {
    text-align: center;
  }

  .collection-grid .collection-left-grid p {
    margin: 0 auto 15px;
  }

  .collection-grid .collection-left-grid a.white-btn-small {
    margin: 0 auto;
  }
}

@media (max-width: 690px) {

  .connect-expert-sec .connect-expert-row h3,
  .special-service-left h2,
  .collection-our-work h2 {
    font-size: 30px;
    line-height: normal;
  }
}

@media (max-width: 575px) {
  .special-service-cards-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .special-service-card,
  .special-service-right {
    width: 100%;
  }

  .collection-right-grid .right-grid {
    flex-direction: column;
  }

  .collection-right-grid .right-grid>div {
    width: 100%;
  }
}

/* Testimonial Slider Styles */
.testimonial-slider-section {
  margin-top: 157px;
}

.tst-content h4 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 42px;
  color: #000000;
  max-width: 832px;
}

.tst-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 681px;
  margin: 0px auto;
}

/* .tst-bottom h5,.tst-bottom .tst-client-img{
  width: 50%;
} */
.tst-client-img {
  max-width: 408px;
}

.tst-bottom h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #1cb7a6;
  max-width: 241px;
}

.tst-client-img img {
  transition: opacity 0.5s ease-in-out;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 22px;
  cursor: pointer;
}

.title-box {
  padding: 96px 0px;
  background: #ffffff;
  max-width: 502px;
  margin: 0px auto;
}

.title-box h2 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 24px;
  color: #000000;
}

/** Our Work Page Design Start **/
.gallery-wrap,
#gallery,
#accorga {
  overflow: hidden;
}

.filterss {
  display: flex;
  gap: 60px;
  margin: 0px auto;
  margin-bottom: 59px;
  justify-content: center;
  padding: 0;
  list-style: none;
  overflow: hidden;
  /* max-width: 662px; */
  /* margin: 0px; */
  /* display: inline-block; */
}

.filterss li {
  /* float: left; */
  display: flex;
  gap: 23px;
  flex-direction: column;
  align-self: flex-end;
}

.filterss li span {
  /* margin: 0px 30px; */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
  color: #000000;

  gap: 23px;
  flex-direction: column;
}

.filterss li span.tab-title {}

.filterss li:hover span {
  color: #000;
}

.filterss li span.active {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #f7931e;
  border-bottom: 1px solid #f7930e;
  display: inline-block;
}

.our-work-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}

.gallery-item {
  width: calc(50% - 18px);
  /* padding: 10px; */

  z-index: 10;
  max-height: 352px;
}

.masonary-item {
  display: none;
  position: relative;
}

.inside {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.details,
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* opacity: 0; */
}

.details {
  display: flex;
  align-items: end;
  /* justify-content: center; */
  z-index: 2;
  width: 100%;
  transition: all 0.3s ease-in-out;
  padding: 48px;
}

.details h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 8px;
  text-align: left;
  color: #ffffff;
}

.details h3 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 8px;
  max-width: 225px;
  color: #ffffff;
  text-align: left;
}

.details small {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  max-width: 225px;
  color: #ffffff;
  text-align: left;
  width: 100%;
  display: block;
}

.inside img {
  float: left;
  width: 100%;
}

.overlay {
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: all 0.7s ease-in-out;
  background: rgba(0, 0, 0, 0.4);
}

/* .gallery-item:hover .details,
.gallery-item:hover .overlay {
  opacity: 1;
} */
@media (max-width: 991px) {
  .our-work-gallery {
    gap: 20px;
  }

  .gallery-item {
    width: calc(50% - 10px);
  }

  .details {
    padding: 35px 25px;
  }

  .details h3 {
    font-size: 24px;
    line-height: normal;
    max-width: 100%;
  }

  .filterss {
    gap: 20px;
    justify-content: space-between;
    max-width: 750px;
  }

  .filterss li span {
    font-size: 12px;
    line-height: normal;
    gap: 15px;
  }
}

@media (max-width: 600px) {
  .gallery-item {
    width: 100%;
  }

  .details {
    padding: 30px 20px;
  }

  .details h3 {
    font-size: 22px;
  }

  .filterss {
    overflow: auto;
    padding-bottom: 10px;
  }

  .filterss li {
    min-width: max-content;
  }

  /* Style the entire scrollbar */
  .filterss::-webkit-scrollbar {
    width: 2px;
    /* Set the width of the scrollbar */
  }

  /* Style the scrollbar track */
  .filterss::-webkit-scrollbar-track {
    background: #f7931e;
    border-radius: 10px;
    height: 4px;
  }

  /* Style the draggable thumb */
  .filterss::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #f7931e;
  }
}

/* 404 Error Page Styles */
.error-404-section {
  background: #ffffff;
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: 60px 0;
}

.error-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.error-title {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 300px;
  line-height: 409px;
  color: #000000;
}

.error-body {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}

.error-left {
  flex: 1;
  text-align: left;
}

.error-subtitle {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 44px;
  line-height: 60px;

  color: #000000;
}

.error-right {
  flex: 1;
  text-align: left;
}

.error-description {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  max-width: 351px;
  color: #000000;
}

.return-home-btn {
  background: #f7931e;
  border-radius: 20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  color: #ffffff;
  display: inline-block;
  margin-top: 24px;
}

.return-home-btn:hover {
  background: #e0991f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(249, 168, 37, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .error-title {
    font-size: 80px;
    margin-bottom: 40px;
  }

  .error-body {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .error-left,
  .error-right {
    text-align: center;
  }

  .error-subtitle {
    font-size: 24px;
  }

  .error-description {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .error-title {
    font-size: 60px;
  }

  .error-subtitle {
    font-size: 20px;
  }

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

  .return-home-btn {
    font-size: 14px;
    padding: 12px 24px;
  }
}

/* Ace Contact Section Styles */
.ace-contact-main-wrapper {
  /* background: #ffffff; */
  padding: 80px 0;
}

.ace-contact-container-wrapper {
  background: linear-gradient(90deg, #fef8f8 50%, #ffffff 50%);
}

.ace-contact-layout-wrapper {
  display: flex;
  /* gap: 60px; */
  align-items: flex-start;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.ace-contact-form-wrapper {
  flex: 1;
  /* background: linear-gradient(90deg, #FEF8F8 50%, #F0E8E8 50%); */
  padding: 60px 74px 60px 40px;
  border-radius: 12px;
  width: 50%;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
}

.ace-contact-schedule-wrapper {
  flex: 1;
  background: #ffffff;
  padding: 40px 40px 40px 60px;
  border-radius: 12px;
  width: 50%;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
}

.ace-contact-form-heading,
.ace-contact-schedule-heading {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 12px;
  color: #000000;
  text-align: left;
}

.ace-contact-form-subtitle,
.ace-contact-schedule-subtitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 28px;
  color: #000000;
  text-align: left;
}

/* OR Badge */
.ace-contact-or-divider {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #2d5a5a;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Ace Contact Form Styles */
.ace-contact-form-wrapper-inner {
  margin-top: 20px;
}

.ace-contact-form-row-wrapper {
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
}

.ace-contact-form-input-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.ace-contact-form-input-wrapper p {
  width: 100%;
}

.ace-contact-form-row-wrapper>div {
  width: 50%;
}

.ace-contact-form-input-full-width {
  flex: 1 1 100%;
}

.ace-contact-form-input-wrapper input[type="file"] {
  cursor: pointer;
  display: none;
}

.ace-contact-form-input-wrapper br {
  display: none;
}

.ace-contact-form-input-wrapper label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 4px;
  text-align: left;
  color: #000000;
}

.ace-contact-form-input-wrapper input,
.ace-contact-form-input-wrapper select,
.ace-contact-form-input-wrapper textarea {
  box-sizing: border-box;
  background: #ffffff;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 10px 12px;
  width: 100%;
}

.ace-contact-form-input-wrapper input:focus,
.ace-contact-form-input-wrapper select:focus,
.ace-contact-form-input-wrapper textarea:focus {
  outline: none;
  border-color: #f7931e;
}

.ace-contact-form-input-wrapper input::placeholder,
.ace-contact-form-input-wrapper textarea::placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
}

.ace-contact-form-input-wrapper select {
  cursor: pointer;
}

.ace-contact-form-input-wrapper textarea {
  resize: vertical;
  min-height: 100px;
}

/* Ace Contact File Upload Styles */
.ace-contact-file-upload-wrapper {
  position: relative;
}

.ace-contact-file-upload-wrapper input[type="file"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  left: 0;
}

.ace-contact-file-upload-label {
  display: block;
  width: 341px;
  box-sizing: border-box;
  background: #ffffff;
  border: 0.5px dashed rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 10px 15px;
  padding: 10px 15px;
}

.ace-contact-file-upload-label:hover {
  border-color: #f7931e;
}

.ace-contact-file-upload-label span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #666666;
}

/* Ace Contact Submit Button */
.ace-contact-submit-button {
  background: #f7931e;
  border-radius: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  padding: 10px 42px;
  border: unset;
  display: block;
  margin: 0px 0px auto;
}

.ace-contact-submit-button:hover {
  background: #e0991f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(249, 168, 37, 0.3);
}

/* Ace Contact Calendar Styles */
.ace-contact-calendar-wrapper {
  margin-top: 20px;
}

.ace-contact-calendar-heading {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 20px 0;
}

.ace-contact-calendar-container {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.ace-contact-calendar-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ace-contact-calendar-nav-button {
  background: none;
  border: none;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.ace-contact-calendar-nav-button:hover {
  background: #f5f5f5;
}

.ace-contact-calendar-month-display {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.ace-contact-calendar-weekdays-wrapper {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}

.ace-contact-calendar-weekdays-wrapper span {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  padding: 8px 0;
}

.ace-contact-calendar-days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.ace-contact-calendar-day-item {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.ace-contact-calendar-day-disabled {
  color: #cccccc;
  cursor: not-allowed;
}

.ace-contact-calendar-day-enabled {
  color: #333333;
  background: #e3f2fd;
}

.ace-contact-calendar-day-enabled:hover {
  background: #bbdefb;
}

.ace-contact-calendar-day-selected {
  background: #2196f3;
  color: #ffffff;
}

.ace-contact-calendar-day-selected::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
}

/* Ace Contact Timezone Section */
.ace-contact-timezone-wrapper {
  margin-top: 20px;
}

.ace-contact-timezone-heading {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 12px 0;
}

.ace-contact-timezone-selector-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.ace-contact-timezone-selector-wrapper:hover {
  border-color: #f7931e;
}

.ace-contact-timezone-globe-icon {
  font-size: 16px;
}

.ace-contact-timezone-display-text {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #333333;
  flex: 1;
}

.ace-contact-timezone-dropdown-arrow {
  font-size: 12px;
  color: #666666;
}

/* Ace Contact Responsive Design */
@media (max-width: 1199px) {
  .ace-contact-form-wrapper {
    padding: 40px 40px 70px 40px;
  }

  .ace-contact-schedule-wrapper {
    padding: 40px;
  }

  .ace-contact-schedule-wrapper svg {
    width: 100%;
    height: auto;
  }

  .client-review-sec {
    background: #fff8f8;
    padding: 60px 20px 60px;
  }

  .cta-container {
    padding: 40px 20px 40px;
  }

}

@media (max-width: 1024px) {
  .ace-contact-container-wrapper {
    background: transparent;
  }

  .ace-contact-main-wrapper {
    padding-top: 0px;
  }

  .ace-contact-layout-wrapper {
    flex-direction: column;
    gap: 0px;
  }

  .ace-contact-schedule-wrapper {
    width: 100%;
  }

  .ace-contact-form-wrapper {
    padding: 80px 40px 40px 40px;
    background-color: #fef8f8;
    width: 100%;
  }

  .ace-contact-or-divider {
    position: static;
    transform: none;
    margin: -25px auto 0px;
  }

  .ace-contact-form-input-wrapper label {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .ace-contact-main-wrapper {
    padding: 0px 0 40px;
  }

  .ace-contact-form-wrapper,
  .ace-contact-schedule-wrapper {
    padding: 40px;
  }

  .ace-contact-form-wrapper {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .ace-contact-form-heading,
  .ace-contact-schedule-heading {
    font-size: 24px;
  }

  .ace-contact-form-row-wrapper {
    flex-direction: column;
    gap: 16px;
  }

  .ace-contact-calendar-container {
    padding: 16px;
  }

  .ace-contact-calendar-day-item {
    font-size: 12px;
  }
}

@media (max-width: 480px) {

  .ace-contact-form-wrapper,
  .ace-contact-schedule-wrapper {
    padding: 30px 20px;
  }

  .ace-contact-form-wrapper {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .ace-contact-form-heading,
  .ace-contact-schedule-heading {
    font-size: 20px;
  }

  .ace-contact-calendar-day-item {
    font-size: 11px;
  }

  .ace-contact-submit-button {
    padding: 14px 24px;
    font-size: 14px;
  }
}

/* connect-mobile */
.connect-mobile {
  padding: 0px 0px 50px;
}

.connect-mobile h2 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 24px;
  color: #18333b;
  text-align: center;
}

.connect-mobile .contact-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  gap: 84px;
  margin: 0px auto;
}

.connect-mobile .contact-btns a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 20px 46px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

/* SECTION BACKGROUND */
.stats-section {
  background-color: #fef8f8;
  padding: 70px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* CONTAINER WIDTH */

/* MAIN WRAPPER */
.stats-wrapper {
  /* width: 734px; */
  border: 1px solid #18333b;
  background: #fef8f8;
  border: 1px solid #18333b;
  box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.25);
}

/* TOP ROW (2 COLUMNS) */
.top-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* border-bottom: 1px solid #18333b; */
}

/* BOTTOM ROW (3 COLUMNS) */
.bottom-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/* STAT BOX */
.stat-box {
  text-align: center;
  padding: 26px 20px;
  border-right: 1px solid #18333b;
  background: #fff;
}

/* REMOVE RIGHT BORDER FROM LAST BOX IN EACH ROW */
.top-row .stat-box:last-child,
.bottom-row .stat-box:last-child {
  border-right: none;
}

/* TYPOGRAPHY */
section.industries-reviews-sec h2,
.stat-box h2 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  margin-bottom: 8px;
  color: #18333b;
}

.stat-box p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
  .stats-section {
    padding: 70px 0px;
  }

  .top-row {
    grid-template-columns: repeat(3, 1fr);
    border-bottom: unset;
  }

  .top-row .stat-box:last-child {
    border-right: 1px solid #18333b;
  }

  .top-row .stat-box:nth-child(3) {
    border-right: unset;
  }

  .top-row .stat-box:nth-child(1),
  .top-row .stat-box:nth-child(2),
  .top-row .stat-box:nth-child(3) {
    border-bottom: 1px solid #18333b;
  }

  .stats-wrapper {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .connect-mobile {
    padding: 0px 0px 30px;
  }

  .stats-section {
    padding: 30px 20px 60px;
  }

  .top-row,
  .bottom-row {
    grid-template-columns: 1fr;
  }

  .stat-box {
    border-right: none;
    border-bottom: 1px solid #18333b;
  }

  .bottom-row .stat-box:last-child {
    border-bottom: none;
  }

  .connect-mobile .contact-btns a {
    padding: 10px 30px;
    min-width: 236px;
  }

  .connect-mobile .contact-btns {
    gap: 20px;
    justify-content: center;
    flex-direction: column;
  }

  section.industries-reviews-sec h2,
  .stat-box h2 {
    font-size: 30px;
    line-height: normal;
  }
}

/* Accordion  */

/* Ace FAQ Accordion Section */
.ace-faq-section {
  background: #ffffff;
  padding: 80px 0;
}

.ace-faq-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.ace-faq-accordion {
  /* background: #ffffff; */
  /* border-radius: 8px; */
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  width: 100%;
}

.ace-faq-item {
  border-bottom: 1px solid #000000;
}

.ace-faq-item:last-child {
  border-bottom: none;
}

.ace-faq-question {
  display: flex;
  align-items: center;
  padding: 24px 20px;
  cursor: pointer;
  /* background: #ffffff; */
  transition: background-color 0.3s ease;
  position: relative;
  padding-left: 0px;
}

.ace-faq-question:hover {
  /* background: #F8F9FA; */
}

.ace-faq-question.active {
  /* background: #F8F9FA; */
}

.ace-faq-number,
.ace-faq-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #18333b;
}

.ace-faq-answer {
  padding: 0 20px 24px 40px;
  background: #ffffff;
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.ace-faq-answer.show {
  display: block;
}

.ace-faq-answer p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 1.6;
  margin: 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  text-align: left;
}

/* Add plus/minus icon */
/* .ace-faq-question::after {
  content: '+';
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease;
}

.ace-faq-question.active::after {
  content: '−';
  transform: rotate(0deg);
} */

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 991px) {

  .header-right .phone,
  .header-right .btn-quote,
  .header-left nav.main-nav {
    display: none;
  }

  .mega-col.header-mobile {
    display: block;
  }

  .mega-col.header-mobile .main-nav ul {
    flex-direction: column;
    gap: 0px;
  }

  .mega-col.header-mobile .phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #d9d9d9;
  }

  .mega-col.header-mobile .btn-quote {
    display: inline-block;
    margin-top: 20px;
  }

  .mega-menu .mega-inner {
    flex-wrap: wrap;
    margin: 20px auto;
    padding: 40px 20px;
  }

  .mega-menu .mega-col {
    width: calc(50% - 20px);
    flex: unset;
  }
}

@media (max-width: 768px) {
  .ace-faq-section {
    padding: 60px 0;
  }

  .ace-faq-container {
    padding: 0 15px;
  }

  .ace-faq-question {
    padding: 20px 15px;
  }

  .ace-faq-answer {
    padding: 0 15px 20px 30px;
  }

  .ace-faq-text {
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }

  .filterss {
    margin-bottom: 30px;
  }

  .ace-faq-answer p {
    font-size: 14px;
  }

  section.our-work-content .container {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .ace-faq-question {
    padding: 18px 12px;
  }

  .ace-faq-answer {
    padding: 0 12px 18px 15px;
  }

  .ace-faq-number {
    font-size: 16px;
    margin-right: 10px;
  }

  .ace-faq-text {
    font-size: 15px;
  }

  .mega-menu .mega-col {
    width: 100%;
  }
}

/* Each Page CSS Start Here */
/* Section Styling */
.figure-row {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding: 60px 0px;
}

.figure-row .sidebar {
  width: 40%;
}

.related-works-sec h2,
.figure-row .sidebar h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 76px;
  color: #000000;
  margin-bottom: 12px;
}

.related-works-sec .related-col h3,
.figure-row .sidebar h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #18333b;
  margin-bottom: 12px;
}

.figure-row .sidebar p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.figure-row .main-content {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.figure-row .image-grid {
  display: flex;
  justify-content: space-between;
  gap: 28px;
}

.figure-row .main-content .image.image-grid img {
  width: calc(50% - 14px);
}

.figure-row .main-content .image {
  width: 100%;
  font-size: 0;
}

.figure-row .main-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 545px;
}

.figure-row .sidebar .services {
  margin: 35px 0px 60px;
}

.figure-row .sidebar .services .services-inner:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.figure-row .sidebar .our-solutions,
.figure-row .sidebar .our-results {
  margin-bottom: 60px;
}

.related-works-sec {
  padding-bottom: 60px;
}

.related-works-sec h2 {
  margin-bottom: 60px;
  text-align: center;
}

.related-works-sec .related-row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
}

.related-works-sec .related-row .related-col img {
  margin-bottom: 24px;
  max-height: 250px;
  width: 100%;
  object-fit: cover;
}

.related-works-sec .related-row .related-col span {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #f7931e;
}

.related-works-sec .related-col h3 {
  margin: 8px 0px;
}

.related-works-sec .related-row .related-col p {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

@media (max-width: 991px) {
  .figure-row {
    gap: 30px;
    align-items: flex-start;
  }

  .figure-row .sidebar .our-solutions,
  .figure-row .sidebar .our-results {
    margin-bottom: 30px;
  }

  .figure-row .sidebar .services {
    margin: 25px 0px 30px;
  }

  .related-works-sec h2,
  .figure-row .sidebar h1 {
    font-size: 48px;
    line-height: normal;
    margin-bottom: 28px;
  }
}

@media (max-width: 768px) {

  .related-works-sec h2,
  .figure-row .sidebar h1 {
    font-size: 36px;
    margin-bottom: 25px;
  }

  .figure-row {
    flex-direction: column;
    gap: 0px;
  }

  .figure-row .main-content {
    gap: 20px;
  }

  .figure-row .sidebar,
  .figure-row .main-content {
    width: 100%;
  }

  .related-works-sec .related-row {
    flex-direction: column;
    gap: 30px;
  }

  .related-works-sec .related-row .related-col {
    width: 100%;
  }

  .related-works-sec .related-row .related-col img {
    margin-bottom: 20px;
  }
}

/* Each Page CSS End Here */

.testimonial-section {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.testimonial-text {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.review-slider {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}

.review-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-slider .team-member {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 2px solid #ccc;
  transition: transform 0.3s ease;
}

.review-slider .team-member:hover {
  transform: scale(1.1);
}

.review-slider .client-testimonial {
  font-size: 1rem;
  color: #555;
  margin-top: 20px;
  font-weight: bold;
}

/* Testimonial Slider CSS Start Here */
.client-review-sec {
  background: #fff8f8;
  padding: 60px 20px 130px;
}

.client-review-sec .client-review-inner {
  max-width: 832px;
  display: block;
  margin: 0 auto;
}

.client-review-sec .review-content .slide-content p {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

.client-review-sec .our-clients-row {
  display: flex;
  align-items: center;
  gap: 100px;
  justify-content: center;
}

.client-review-sec .our-clients-row h6 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #1cb7a6;
}

.client-review-sec .our-clients-row .review-image {
  width: 42%;
}

.client-review-sec .our-clients-row .review-image img {
  margin: 0 16px;
  cursor: pointer;
}

.client-review-sec .our-clients-row .review-image .slide-img img {
  border: 2px solid transparent;
  border-radius: 100%;
  transition: all 0.5s;
  opacity: 0.5;
}

.client-review-sec .our-clients-row .review-image .slide-img.slick-slide.slick-current.slick-active img {
  border-color: #1cb7a6;
  opacity: 1;
}

@media (max-width: 991px) {
  .client-review-sec {
    padding: 40px 20px 100px;
  }

  .client-review-sec .our-clients-row .review-image {
    width: 50%;
  }

  .client-review-sec .review-content .slide-content p {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .client-review-sec {
    padding: 40px 20px 80px;
  }

  .client-review-sec .review-content .slide-content p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 690px) {
  .client-review-sec .our-clients-row {
    flex-direction: column;
    gap: 30px;
  }

  .client-review-sec .our-clients-row .review-image {
    width: 100%;
    max-width: 300px;
  }

  .client-review-sec .review-content .slide-content p {
    font-size: 18px;
  }
}

/* Testimonial Slider CSS End Here */

/* Testimonial Hero Section Start Here */
.testimonial-hero-sec {
  padding: 96px 0px 30px;
}

.testimonial-hero-sec .testimonial-hero-row {
  display: flex;
  align-items: center;
  gap: 30px;
}

.testimonial-hero-sec .testimonial-hero-row .left-content,
.testimonial-hero-sec .testimonial-hero-row .right-content {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.testimonial-hero-sec .testimonial-hero-row .middle-content {
  max-width: 555px;
  margin: 0 auto;
}

.testimonial-hero-sec .testimonial-hero-row h1 {
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  color: #000000;
  margin-bottom: 16px;
}

.testimonial-hero-sec .testimonial-hero-row p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

@media (max-width: 991px) {
  .testimonial-hero-sec .testimonial-hero-row {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .testimonial-hero-sec .testimonial-hero-row h1 {
    font-size: 30px;
    line-height: normal;
  }

  .testimonial-hero-sec {
    padding: 60px 0px 30px;
  }
}

/* Testimonial Hero Section End Here */

/* Industries Reviews Section Start Here */
.industries-reviews-sec {
  padding: 40px 0px 90px;
}

.industries-reviews-sec .industries-reviews-row {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.industries-reviews-sec .industries-reviews-row .col {
  width: calc(25% - 9px);
  background: #ffffff;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.industries-reviews-sec .industries-reviews-row .col .company-logo {
  width: auto;
  height: auto;
  object-fit: contain;
  flex: 1;
}

.industries-reviews-sec .industries-reviews-row .col p {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-top: 8px;
}

.industries-reviews-sec .container h2 {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .industries-reviews-sec {
    padding: 40px 0px 60px;
  }

  .industries-reviews-sec .industries-reviews-row .col {
    width: calc(50% - 6px);
  }

  .industries-reviews-sec .container h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .industries-reviews-sec {
    padding: 40px 0px;
  }

  .industries-reviews-sec .industries-reviews-row .col {
    width: 100%;
  }

  .industries-reviews-sec .container h2 {
    margin-bottom: 30px;
  }
}

/* Industries Reviews Section End Here */

/* Digital Product Section Start Here */
section.digital-product-sec {
  background: #fef9f9;
  padding: 84px 0px;
}

section.digital-product-sec h2 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  color: #000000;
  margin-bottom: 24px;
}

section.digital-product-sec .digital-product-row {
  margin-top: 60px;
}

section.digital-product-sec .digital-product-row .digital-product-inner {
  display: flex;
  flex-wrap: wrap;
}

section.digital-product-sec .digital-product-row .digital-product-inner:last-child .col-img {
  padding-bottom: 0;
}

section.digital-product-sec .digital-product-row .digital-product-inner:first-child .col-img {
  padding-top: 0;
}

section.digital-product-sec .digital-product-row .col-img {
  padding: 16px 12px;
  align-content: center;
  width: 20%;
}

section.digital-product-sec .digital-product-row .col-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

section.digital-product-sec .digital-product-row .digital-product-inner:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

section.digital-product-sec .digital-product-row .col-img:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  section.digital-product-sec h2 {
    font-size: 36px;
    line-height: normal;
  }

  section.digital-product-sec .digital-product-row {
    margin-top: 40px;
  }
}

@media (max-width: 690px) {
  section.digital-product-sec h2 {
    font-size: 30px;
  }

  section.digital-product-sec .digital-product-row {
    margin-top: 30px;
    display: flex;
  }

  section.digital-product-sec .digital-product-row .digital-product-inner {
    width: 50%;
    flex-direction: column;
  }

  section.digital-product-sec .digital-product-row .col-img {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
  }

  section.digital-product-sec .digital-product-row .digital-product-inner:not(:first-child) {
    border: none;
  }

  section.digital-product-sec .digital-product-row .digital-product-inner:last-child .col-img,
  section.digital-product-sec .digital-product-row .digital-product-inner:first-child .col-img {
    padding: 16px 12px;
  }

  section.digital-product-sec .digital-product-row .col-img:not(:last-child) {
    border-bottom: 0px;
  }

  section.digital-product-sec .digital-product-row .digital-product-inner:not(:first-child) .col-img {
    border-left: 1px solid #fef9f9;
  }
}

/* Digital Product Section End Here */

/* Happy Clients Section Start Here */
.happy-clients-sec {
  padding: 96px 0px;
  width: 100%;
  overflow: hidden;
}

.happy-clients-sec .happy-clients-review .review-inner {
  text-align: left;
  background: #ffffff;
  border: 1px solid #18333b;
  border-radius: 20px;
  padding: 42px 84px;
  margin: 0 30px;
  display: block;
}

.happy-clients-sec .happy-clients-review .review-slider.review-right {
  margin-top: 60px;
}

.happy-clients-sec .happy-clients-review .review-inner h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #000000;
  text-align: left;
}

.happy-clients-sec .happy-clients-review .review-inner>img {
  padding: 28px 0px;
}

.happy-clients-sec .happy-clients-review .review-inner .client-bio {
  display: flex;
  align-items: center;
  gap: 20px;
}

.happy-clients-sec .happy-clients-review .review-inner .client-bio .left-img {
  width: 36px;
  height: 36px;
}

.happy-clients-sec .happy-clients-review .review-inner .client-bio .left-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.happy-clients-sec .happy-clients-review .review-inner .client-bio .right-content {
  width: calc(100% - 56px);
  text-align: left;
}

.happy-clients-sec .happy-clients-review .review-inner .client-bio .right-content h6 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #18333b;
}

.happy-clients-sec .happy-clients-review .review-inner .client-bio .right-content p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 991px) {
  .happy-clients-sec .happy-clients-review .review-inner {
    padding: 42px 60px;
    margin: 0 20px;
  }

  .happy-clients-sec .happy-clients-review .review-slider.review-right {
    margin-top: 40px;
  }

  .happy-clients-sec .happy-clients-review .review-inner h5 {
    font-size: 22px;
    line-height: normal;
  }
}

@media (max-width: 768px) {
  .happy-clients-sec {
    padding: 80px 0px;
  }

  .happy-clients-sec .happy-clients-review .review-inner {
    padding: 42px 40px;
    margin: 0 10px;
  }

  .happy-clients-sec .happy-clients-review .review-slider.review-right {
    margin-top: 30px;
  }

  .happy-clients-sec .happy-clients-review .review-inner h5 {
    font-size: 18px;
  }

  .happy-clients-sec .happy-clients-review .review-inner>img {
    padding: 20px 0px;
  }
}

@media (max-width: 690px) {
  .happy-clients-sec .happy-clients-review .review-inner {
    padding: 40px 20px;
  }

  .happy-clients-sec .happy-clients-review .review-inner h5 {
    font-size: 16px;
  }

  .happy-clients-sec .happy-clients-review .review-inner .client-bio .right-content h6 {
    font-size: 20px;
    line-height: normal;
  }

  .happy-clients-sec .happy-clients-review .review-inner .client-bio .right-content p {
    font-size: 14px;
  }
}

/* Happy Clients Section End Here */

/* Mobile App Hero Start Here */
.page-hero .mobile-hero-row {
  display: flex;
  align-items: center;
  gap: 60px;
}

.connect-expert-sec .container,
section.steps-engage-sec .container,
.mobile-app-hero .container {
  max-width: 1150px;
}

.page-hero .mobile-hero-row h1,
.page-hero .mobile-hero-row p {
  text-align: left;
}

.mobile-app-hero .sh-breadcrumb {
  margin-bottom: 40px;
}

.page-hero .mobile-hero-row .sh-actions {
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .page-hero .mobile-hero-row {
    gap: 30px;
    flex-direction: column;
  }
}

/* Mobile App Hero End Here */

/* Leading Start Here */
.leading-sec {
  padding: 80px 0px;
}

section.steps-engage-sec h3,
.leading-sec h3 {
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

.leading-sec .leading-row {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 975px;
  margin: 0 auto;
}

.leading-sec .leading-row p {
  text-align: left;
}

@media (max-width: 991px) {

  section.steps-engage-sec h3,
  .leading-sec h3 {
    font-size: 34px;
    line-height: normal;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .leading-sec {
    padding: 60px 0px;
  }

  .leading-sec .leading-row {
    flex-direction: column;
    gap: 30px;
  }

  .leading-sec .leading-row .leading-left img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  section.steps-engage-sec h3,
  .leading-sec h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

/* Leading End Here */

/* App Development Start Here */
section.app-development-sec {
  padding: 85px 0px;
  background: #fff8f8;
}

section.app-development-sec .app-development-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 36px;
}

section.app-development-sec .app-development-row .col {
  width: calc(50% - 18px);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 42px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  text-align: left;
}

section.app-development-sec .app-development-row .col h6 {
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  section.app-development-sec .app-development-row {
    gap: 20px;
  }

  section.app-development-sec .app-development-row .col {
    width: calc(50% - 10px);
    gap: 5px;
    padding: 30px 20px;
  }
}

@media (max-width: 768px) {
  section.app-development-sec {
    padding: 80px 0px;
  }

  section.app-development-sec .app-development-row .col {
    width: 100%;
  }
}

@media (max-width: 575px) {
  section.app-development-sec .app-development-row .col {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

/* App Development Start Here */

/* Steps Engage Start Here */
section.steps-engage-sec {
  padding: 84px 0px 96px;
}

section.steps-engage-sec h3 {
  margin-bottom: 16px;
}

section.steps-engage-sec p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

section.steps-engage-sec .steps-engage-row {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 96px;
}

section.steps-engage-sec .steps-engage-row .step-engage-col {
  width: calc(25% - 18px);
  background: #fef9f9;
  border: 2px solid #f7931e;
  border-radius: 10px;
  padding: 0px 30px 36px;
}

section.steps-engage-sec .steps-engage-row .step-engage-col span {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  color: #f7931e;
  padding: 4px 15px;
  background: #ffffff;
  width: 60px;
  height: 60px;
  display: block;
  margin: -30px auto 40px;
  border-radius: 100%;
  outline: 10px solid #f7931e;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.steps-engage-sec .steps-engage-row .step-engage-col h5 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  margin-bottom: 8px;
}

section.steps-engage-sec .steps-engage-row .step-engage-col p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 991px) {
  section.steps-engage-sec .steps-engage-row {
    gap: 62px 24px;
    margin-top: 80px;
  }

  section.steps-engage-sec .steps-engage-row .step-engage-col {
    width: calc(50% - 12px);
  }
}

@media (max-width: 768px) {
  section.steps-engage-sec {
    padding: 80px 0px;
  }

  section.steps-engage-sec p {
    font-size: 18px;
    line-height: normal;
  }
}

@media (max-width: 575px) {
  section.steps-engage-sec {
    padding: 60px 0px;
  }

  section.steps-engage-sec p {
    font-size: 16px;
  }

  section.steps-engage-sec .steps-engage-row {
    margin-top: 60px;
  }

  section.steps-engage-sec .steps-engage-row .step-engage-col {
    width: 100%;
    padding: 0px 20px 30px;
  }
}

/* Steps Engage End Here */

/* Connect Expert Start Here */
.connect-expert-sec .connect-expert-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 84px 35px;
  background: linear-gradient(180deg, #18333b 0%, #418ba1 100%);
  border-radius: 10px;
  margin-bottom: 70px;
}

.connect-expert-sec .connect-expert-row h3 {
  color: #fff;
  font-size: 36px;
  line-height: 49px;
  text-align: left;
  margin-bottom: 8px;
}

.connect-expert-sec .connect-expert-row p {
  color: #fff;
}

.connect-expert-sec .connect-expert-row .orange-btn {
  display: inline-block;
  width: max-content;
}

.connect-expert-sec .connect-expert-row h4 {
  font-size: 24px;
  line-height: 33px;
  color: #ffffff;
  max-width: 492px;
}

.connect-expert-sec .connect-expert-row .col-middle h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.connect-expert-sec .connect-expert-row .col-middle .star-rating {
  display: flex;
  gap: 12px;
  align-items: center;
}

.connect-expert-sec .connect-expert-row .col-middle .star-rating p {
  font-weight: 500;
}

@media (max-width: 1199px) {
  .connect-expert-sec .connect-expert-row {
    gap: 20px;
  }

  .connect-expert-sec .connect-expert-row h4 {
    max-width: 420px;
  }
}

@media (max-width: 991px) {
  .connect-expert-sec .connect-expert-row {
    flex-direction: column;
    gap: 30px;
    padding: 60px 35px;
    margin-bottom: 60px;
    align-items: flex-start;
  }

  .connect-expert-sec .connect-expert-row h3 {
    font-size: 32px;
    line-height: normal;
  }
}

@media (max-width: 768px) {
  .connect-expert-sec .connect-expert-row {
    padding: 50px 20px;
  }

  .connect-expert-sec .connect-expert-row h3 {
    font-size: 26px;
  }

  .connect-expert-sec .connect-expert-row {
    gap: 20px;
  }
}

/* Connect Expert End Here */

/* Hire Angular Hero Start Here */
.page-hero.hire-angular-hero .mobile-hero-row {
  gap: 40px;
}

.hire-angular-hero .cta-metrics {
  grid-template-columns: repeat(3, 1fr);
  border: none;
  gap: 12px;
}

.hire-angular-hero .cta-metrics li {
  gap: 12px;
}

.hire-angular-hero .cta-metrics li:not(:last-child) {
  border-right: 1px solid #000000;
  padding-right: 12px;
}

.hire-angular-hero .cta-metrics li span {
  color: #18333b;
  text-align: left;
}

.hire-angular-hero .cta-metrics li strong {
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  color: #18333b;
}

.hire-angular-hero .mobile-hero-row .mobile-app-hero-left {
  max-width: 712px;
}

.hire-angular-hero .form-container {
  padding: 40px 35px;
  background: #fff8f8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  text-align: left;
  max-width: 375px;
}

.hire-angular-hero .consultation-form h2 {
  font-family: "Nunito Sans";
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-align: left;
  color: #000000;
  margin-bottom: 24px;
}

.hire-angular-hero .consultation-form label {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #000000;
}

.hire-angular-hero .consultation-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

.hire-angular-hero .consultation-form .row {
  display: flex;
  gap: 10px;
}

.hire-angular-hero .consultation-form .row input {
  flex: 1;
}

.hire-angular-hero .hiring-options {
  display: flex;
  gap: 10px;
  margin: 10px 0 20px 0;
}

.hire-angular-hero .radio-btn {
  flex: 1;
  position: relative;
}

.hire-angular-hero .radio-btn input[type="radio"] {
  display: none;
}

.hire-angular-hero .radio-btn span {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 20px;
  cursor: pointer;
  background-color: #fff;
  font-size: 14px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.hire-angular-hero .radio-btn input[type="radio"]:checked+span {
  background-color: #f7941d;
  color: white;
  border-color: #f7941d;
}

.hire-angular-hero .radio-btn span:hover {
  background-color: #f0f0f0;
}

.hire-angular-hero .submit-btn {
  width: 100%;
  padding: 12px;
  background-color: #f7941d;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: point er;
  font-size: 14px;
}

.hire-angular-hero .submit-btn:hover {
  background-color: #e68314;
}

@media (max-width: 991px) {
  .page-hero.hire-angular-hero .mobile-hero-row {
    flex-direction: column;
  }

  .mega-menu .icons {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .hire-angular-hero .form-container {
    padding: 30px 25px;
    max-width: 100%;
  }

  .mega-menu .icons {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .hire-angular-hero .cta-metrics {
    grid-template-columns: repeat(1, 1fr);
  }

  .hire-angular-hero .cta-metrics li:not(:last-child) {
    border: none;
    padding: 0px;
  }

  .mega-menu .icons {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

/* Hire Angular Hero End Here */

/* Angular Service Section Start Here */
.angular-services-section {
  padding: 60px 20px;
  text-align: center;
}

.angular-services-section h2 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  color: #000000;
}

.angular-services-section p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}

.angular-services-section .services-grid {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px 20px;
  margin-top: 60px;
}

.angular-services-section .service-card {
  padding: 25px;
  text-align: left;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.card-header h5 {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.angular-services-section .services-grid .card-body {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.angular-services-section .service-card.expanded .card-body {
  display: block;
  height: auto;
}

.card-header img.service-up-arrow {
  cursor: pointer;
  transition: all 0.5s;
}
.service-card.expanded .card-header img.service-up-arrow {
  transform: rotate(180deg);
}
.services-grid .card-body p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  margin: 20px 0px 0px;
}

@media (max-width: 767px) {
  .services-grid {
    grid-template-columns: auto;
    gap: 20px;
  }

  .angular-services-section .service-card {
    width: 100%;
    max-width: 100%;
  }

  .service-card {
    max-width: unset;
    border: unset;
  }

  .top-row {
    grid-template-columns: repeat(2, 1fr);
    border-bottom: unset;
  }

  .stat-box:nth-child(even) {
    border-right: 0px;
    border-bottom: 0px !important;
    border-bottom: 1px solid #18333b !important;
  }

  .stat-box:nth-child(odd) {
    border-right: 0px !important;
    border-right: 1px solid #18333b !important;
  }
}

/* Angular Service Section End Here */

.hire-models {
  padding: 70px 0px;
}

.hire-models h2 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  /* identical to box height */
  text-align: center;
  margin-bottom: 60px;
  color: #000000;
}

.hire-models .model-flex-item {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}

.hire-models .model-item {
  box-sizing: border-box;
  background: #ffffff;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 62px 42px 42px;
  margin-bottom: 60px;
  position: relative;
  text-align: left;
  /* width: 494px; */
  width: 100%;
}

.hire-models .model-item li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #000000;
  margin-bottom: 15px;
}

.hire-models .model-full-item.model-item {
  width: 100%;
}

.hire-models .model-item h6 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  /* identical to box height */
  margin-bottom: 20px;
  color: #18333b;
}

.hire-models .model-item h6 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  /* identical to box height */
  margin-bottom: 20px;
  display: block;
  color: #18333b;
}

.hire-models .model-full-item.model-item ul {
  display: flex;
  justify-content: space-between;
  column-gap: 84px;
  flex-wrap: wrap;
}

.hire-models .model-full-item.model-item ul li {
  width: 25%;
}

.hire-models .model-flex-item span {
  background: #f7931e;
  border-radius: 20px;
  border: 1.5px solid #ffffff;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 10px 30px;
  color: #ffffff;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 265px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.hire-models .model-flex-item small {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: block;
  margin-bottom: 20px;
  color: #000000;
}

.developer-profile {
  padding: 70px 0px;
  text-align: left;
}

.developer-profile h2 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  /* identical to box height */
  text-align: center;
  margin-bottom: 12px;
  color: #000000;
  text-align: left;
}

.developer-profile .profile-boxs {
  display: flex;
  justify-content: space-between;
  gap: 11px;
  margin-top: 60px;
}

.developer-profile .profile-boxs a {
  width: 30px;
  height: 30px;
  background: #f7931e;
  border: 1.5px solid #ffffff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.developer-profile .profile-boxs a:hover {
  opacity: 0.7;
}

.developer-profile .profile-boxs .profile-item {
  background: #ffffff;
  border: 1px solid #fff8f8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 22px;
  /* width: 269px; */
  width: 100%;
}

.developer-profile .profile-boxs p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height */
  text-align: center;
  text-align: left;

  color: #000000;
}

.developer-profile .profile-boxs .profile-item .item-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.developer-profile .profile-boxs .profile-item img {
  width: 60px;
  height: 60px;
}

.developer-profile .profile-boxs .profile-item h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height */
  text-align: center;
  color: #000000;
  text-align: left;
}

/* Footer  */
.footer-sec {
  overflow: hidden;
}

.footer-top {
  background-color: #092d3c;
  color: #fff;
  padding: 47px 0 30px;
}

.footer-top .ace-row {
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); */
  justify-content: space-between;
  /* gap: 25px; */
}

.footer-top h4 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.footer-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.footer-top ul li {
  margin-bottom: 8px;
}

.footer-top ul li a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  text-decoration: unset;
}

.footer-top ul li a:hover {
  color: #f7931e;
}

.footer-top .two-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 12px;
}

.footer-top .stay-updated p {
  font-size: 14px;
  margin-bottom: 15px;
  /* width: 277px; */
  height: 42px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}

.footer-top .subscribe-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-top .subscribe-form input {
  width: 100%;
  height: 40px;
  background: rgba(244, 244, 244, 0.3);
  border: 1px solid #f7ebdf;
  border-radius: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  padding: 10px 26px;
}

.footer-top .subscribe-form input::placeholder {
  color: #b5c7d3;
}

.footer-top .subscribe-form button,
.footer-top .subscribe-form input[type="submit"] {
  background: #f7931e;
  border-radius: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  padding: 10px 15px;
  color: #ffffff;
  border: unset;
  cursor: pointer;
  height: 40px;
}

.footer-top .subscribe-form p {
  margin: 0px;
}

.footer-top .subscribe-form button:hover,
.footer-top .subscribe-form input[type="submit"]:hover {
  background: #ffa73f;
}

.footer-middle {
  padding: 30px 0px;
}

.footer-bottom {
  padding: 20px 0px 20px;
  background-color: #18333b;
}

.footer-bottom p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}

.footer-bottom a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}

.footer-bottom a:first-child {
  padding-right: 5px;
  border-right: 1px solid #fff;
}

.integrations-dev h2 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 12px;
  color: #000000;
  text-align: left;
}

/* Development Integrations  */
.integrations-dev .inte-flex {
  margin-top: 63px;
  display: flex;
  gap: 36px;
}
.integrations-dev .inte-slider {
  width: calc(100% + 20px);
}
.integrations-dev .inte-slider .slick-list {
  margin-left: -20px;
}
.integrations-dev .inte-slider .inte-item {
  margin-left: 20px;
}
.inte-item {
  box-sizing: border-box;
  background: #fff8f8;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  width: 441px;
}

.integrations-dev p {
  margin-bottom: 63px;
}

.inte-item .inte-img {
  background: #ffffff;
  padding: 16px 0px;
  border-radius: 20px 20px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inte-item p {
  padding: 23px 10px;
  max-width: 326px;
  margin: 0px auto;
  text-align: center;
}

.inte-img img {
  max-height: 67px;
}

@media (max-width: 1199px) {
  .footer-top .ace-col {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .hire-models .model-full-item.model-item ul li {
    width: 40%;
  }

  .developer-profile .profile-boxs {
    flex-wrap: wrap;
  }

  .developer-profile .profile-boxs .profile-item {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .hire-models .model-flex-item {
    flex-direction: column;
    gap: 0px;
  }

  .hire-models .model-item {
    width: 100%;
  }

  .hire-models .model-full-item.model-item ul {
    flex-direction: column;
  }

  .hire-models .model-full-item.model-item ul li {
    width: 100%;
  }

  .hire-models h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .developer-profile h2 {
    font-size: 30px;
    line-height: 40px;
  }
  section.integrations-dev {
    padding-left: 0px;
    padding-right: 0px;
  } 
  .integrations-dev .inte-slider {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .developer-profile .profile-boxs .profile-item {
    width: 100%;
    max-width: 350px;
    margin: 0px auto;
  }

  .top-row {
    grid-template-columns: repeat(1, 1fr);
    border-bottom: unset;
  }

  .top-row .stat-box:nth-child(odd),
  .top-row .stat-box:nth-child(even) {
    border-right: 0px !important;
    border-bottom: 1px solid #18333b;
  }

  .top-row .stat-box:last-child {
    border: 0px !important;
  }
}

/* Popup Start Here */
/* Popup Background */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(217, 217, 217, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Box */
.popup-content {
  background: #fff;
  padding: 70px 55px 56px;
  border-radius: 0px;
  max-width: 860px;
  margin: 50px auto;
  width: 90%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  height: calc(100% - 100px);
  overflow-y: auto;
}

.popup-content h2.form-head {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  color: #000000;
  margin-bottom: 20px;
}

.popup-content p.form-p {
  font-weight: 500;
  max-width: 690px;
  margin-bottom: 60px;
}

/* Close Button */
.close-popup {
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(assets/images/popup-close-icon.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  padding: 26px;
  background-color: #f7931e;
  display: block;
  cursor: pointer;
  transition: all 0.5s;
}

.close-popup:hover {
  background-color: #18333b;
}

/* Button Style */
.quote-btn {
  background: #ff9900;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.quote-btn:hover {
  background: #e68a00;
}

/* General Form Layout */

.form-row {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.form-column {
  flex: 1;
}

/* Single row (full width fields) */
.form-row.single {
  display: block;
}

/* Inputs & Textareas */
.quote-form-wrapper input:not([type="checkbox" i]),
.quote-form-wrapper textarea {
  width: 100%;
  padding: 13px 20px;
  outline: none;
  transition: border 0.3s ease;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.5);
}

.quote-form-wrapper textarea {
  height: 96px;
}

.quote-form-wrapper input:focus,
.quote-form-wrapper textarea:focus {
  border-color: #ff9900;
}

/* Submit Button */
.quote-form-wrapper .form-row.single .wpcf7-form-control.btn-send {
  border: none;
  cursor: pointer;
  padding: 14px 25px;
  border-radius: 5px;
  font-size: 16px;
  transition: background 0.3s ease;
  background: #f7931e;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  width: 100%;
  max-width: 248px;
}

.quote-form-wrapper .form-row.single .wpcf7-form-control.btn-send:hover {
  background-color: #18333b;
}

/* Checkbox Row */
.checkbox-row {
  margin: 0px;
}

.checkbox-row .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

.checkbox-row .wpcf7-list-item {
  margin: 0px;
  display: flex;
}

.checkbox-row .wpcf7-list-item label .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

.checkbox-row .wpcf7-checkbox .wpcf7-list-item label::before {
  content: "";
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: #18333b;
  opacity: 0.2;
  border-radius: 2px;
}

.checkbox-row input[type="checkbox"] {
  display: none;
}

.checkbox-row .wpcf7-checkbox .wpcf7-list-item label input:checked~ :after {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translateY(-50%);
}

@media (max-width: 991px) {
  .popup-content {
    padding: 60px 40px;
  }

  .popup-content>p {
    margin-bottom: 40px;
  }

  .services-images img {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 768px) {
  .popup-content {
    padding: 40px 20px;
  }

  .form-row {
    gap: 20px;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .popup-content>p {
    margin-bottom: 20px;
  }

  .close-popup {
    background-size: 15px;
    padding: 18px;
  }

  .services-images img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 575px) {
  .services-images {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .services-images img {
    width: 150px;
    height: 150px;
    margin-top: 0px !important;
  }
}

@media (max-width: 400px) {
  .checkbox-row .wpcf7-checkbox .wpcf7-list-item label input:checked~ :after {
    top: 44%;
  }
}

/* Popup End Here */

/* Contact Section Start Here */
.contact-section {
  background-image: url(assets/images/contact-bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 84px 20px;
}

.contact-section .contact-content {
  max-width: 875px;
  margin: 0 auto;
}

.contact-content h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 136%;
  color: #ffffff;
  margin: 0px;
}

.contact-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin: 36px 0px;
  text-align: center;
}

/* Buttons */
.contact-buttons {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

.contact-buttons .btn {
  background: #ffffff;
  border-radius: 10px;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 10px 30px;
  color: #000000;
  transform: unset;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease;
}

.contact-buttons .btn::after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #f7931e;
  border-radius: 10px;
  transition: all 0.3s ease;
  z-index: -1;
}

.contact-buttons .btn:hover:after {
  width: 100%;
}

.contact-buttons .btn.btn-orange {
  background: #f7931e;
  color: #ffffff;
}

.contact-buttons .btn:hover {
  color: #fff;
}

.contact-buttons .btn.btn-orange:hover {
  color: #000000;
}

.contact-buttons .btn.btn-orange:hover::after {
  background: #fff;
}

/* Responsive Design */
@media (max-width: 991px) {
  .contact-content h2 {
    font-size: 50px;
  }

  .contact-content p {
    line-height: normal;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 60px 20px;
  }

  .contact-content h2 {
    font-size: 40px;
  }

  .contact-content p {
    font-size: 18px;
    margin: 25px 0px;
  }
}

@media (max-width: 575px) {
  .contact-content h2 {
    font-size: 30px;
  }

  .contact-buttons {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .contact-buttons .btn {
    min-width: 180px;
  }

  .contact-content p {
    font-size: 16px;
    margin: 20px 0px;
  }
}

/* Contact Section End Here */

/* Pricing Section Start Here */
.pricing-section {
  padding: 95px 0px;
  text-align: center;
  background: #FEF9F9;
}

.pricing-header h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  color: #000000;
  margin-bottom: 24px
}

.pricing-header p {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}

.pricing-section table {
  border-collapse: collapse;
  width: 100%;
  display: table-cell;
  padding-top: 40px;
}

th,
td {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.pricing-section table .price {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #F7931E;
}

.pricing-section table .price small {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}

.pricing-section table .description {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #18333B;
}

.pricing-section table thead tr th:first-child {
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.pricing-section table thead tr th {
  position: relative;
}

.pricing-section table thead tr th span {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  background: #18333B;
  border-radius: 2px;
  padding: 2px 20px;
  min-width: 94px;
  display: inline-block;
  min-height: 22px;
}

.pricing-section table thead tr th span.most-popular {
  font-family: 'Nunito Sans';
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: -39px;
  display: block;
  width: calc(100% + 2px);
  left: -1px;
  padding: 11px 25px;
  background: #F7931E;
  border-radius: 5px 5px 0px 0px;
}

.pricing-section table tbody tr:nth-child(1) td:first-child,
.pricing-section table tbody tr:nth-child(2) td:first-child {
  border-top-color: transparent;
}

.pricing-section table tbody tr:nth-child(1) td:first-child {
  border-bottom-color: transparent;
}

.pricing-section table td:first-child {
  width: 240px;
  border-left-color: transparent;
}

.pricing-section table td {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  padding: 12px;
  height: 54px;
  vertical-align: middle;
}

.pricing-section table img {
  width: auto;
  height: auto;
  max-width: 24px;
  object-fit: contain;
  object-position: center;
}

.pricing-section table tfoot tr th a {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #F7931E;
  border-radius: 5px;
  display: block;
  padding: 7px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pricing-section table tfoot tr th:first-child {
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.pricing-section table tfoot tr th a::after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #18333B;
  border-radius: 5px;
  transition: all .3s ease;
  z-index: -1;
}

.pricing-section table tfoot tr th a:hover::after {
  width: 100%;
}

.pricing-toggle {
  max-width: 350px;
  margin: 60px auto;
}

.pricing-toggle-inner {
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.monthly-table:not(.active) {
  display: none;
}

.pricing-option {
  flex: 1;
  text-align: center;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  position: relative;
}

.pricing-option .label {
  display: block;
  padding: 10px 16px;
  font-weight: 600;
  margin: 0px;
  font-family: 'Nunito Sans';
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000;
}

.pricing-option.active .label {
  background: #F7931E;
  color: white;
}

.discount {
  width: 100%;
  display: flex;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #18333B;
}

.discount span {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.discount small {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

@media (max-width: 991px) {
  .pricing-section {
    padding: 80px 0px;
  }

  .pricing-header h2 {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 20px
  }

  .pricing-header p {
    font-size: 20px;
    line-height: normal;
  }

  .pricing-section table td {
    min-width: 165px;
  }

  .pricing-section table {
    display: block;
    overflow: auto;
  }

  .pricing-toggle {
    margin: 40px auto;
  }
}

@media (max-width: 767px) {
  .pricing-section {
    padding: 60px 0px;
  }

  .pricing-header h2 {
    font-size: 30px;
    max-width: 490px;
    margin: 0 auto 20px;
  }

  .pricing-header h2 br {
    display: none;
  }

  .pricing-header p {
    font-size: 18px;
  }

  .pricing-toggle {
    margin: 25px auto;
  }
}

@media (max-width: 575px) {
  .pricing-section table td {
    min-width: 180px;
  }

  .pricing-header h2 {
    font-size: 26px;
  }

  .pricing-header p {
    font-size: 16px;
  }
}

/* Pricing Section End Here */