:root {
  --teal: #006089;
  --sky: #55bee5;
  --pink: #e5637c;
  --pink-dark: #d94f6c;
  --soft-pink: #fff0f2;
  --cream: #f4e9df;
  --text: #121212;
  --muted: #4f4f4f;
  --line: #d7d7d7;
  --white: #ffffff;
  --shadow: 0 3px 12px rgba(18, 18, 18, 0.18);
  --card-radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
  line-height: 1.45;
  background: var(--white);
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

.container-xxl {
  max-width: 1680px;
  --bs-gutter-x: 3rem;
}

.adminbar {
  height: 40px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 22px;
  color: #f1f1f1;
  background: #20272a;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.adminbar .badge {
  padding: 1px 8px;
  color: #166a2e;
  background: #edf9ef;
  border-radius: 2px;
}

.adminbar .admin-right {
  margin-left: auto;
}

.top-strip {
  color: var(--white);
  background: var(--pink);
  font-size: 16px;
  font-weight: 500;
}

.top-strip__inner {
  min-height: 43px;
  padding: 0;
}

.top-strip p {
  margin: 0;
  text-align: center;
}

.site-header {
  position: relative;
  z-index: 20;
  background: var(--white);
}

.site-navbar {
  min-height: 98px;
  padding: 0;
  --bs-navbar-color: var(--text);
  --bs-navbar-hover-color: var(--pink);
  --bs-navbar-active-color: var(--pink);
  background: #fff;
}

.header-container {
  min-height: 98px;
}

.navbar-brand {
  margin: 0;
  padding: 0;
}

.navbar-brand img {
  width: 120px;
}

.site-navbar .navbar-collapse {
  align-items: center;
}

.site-navbar .navbar-nav {
  gap: 20px;
}

.site-navbar .nav-link,
.site-navbar .dropdown-item {
  color: var(--text);
  font-size: 17px;
  font-weight: 600;
}

.site-navbar .nav-link {
  padding: 0;
}

.site-navbar .dropdown-menu {
  --bs-dropdown-link-active-bg: var(--pink);
  border: 0;
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
}

.nav-button {
  min-width: 160px;
  padding: 14px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--white);
  background: var(--sky);
  border: 0;
  border-radius: 8px;
}

.nav-button span {
  font-size: 24px;
  line-height: 1;
}

.nav-button:hover,
.nav-button:focus {
  color: var(--white);
  background: #43acd4;
}

.hero {
  position: relative;
  min-height: 1206px;
  padding: 90px 0 88px;
  overflow: hidden;
  color: var(--white);
  background: var(--teal);
}

.hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.section-kicker {
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--sky);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.section-kicker span {
  width: 38px;
  height: 2px;
  background: var(--pink);
}

.section-kicker.centered,
.hero-kicker {
  justify-content: center;
}

.hero-kicker {
  color: var(--white);
  font-size: 18px;
}

.hero h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(48px, 4.00vw, 78px);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 0;
}

.hero h1 strong {
  color: var(--pink);
  font-weight: 600;
}

.hero-copy {
  width: min(100%, 800px);
  margin: 34px auto 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}

.hero-layout {
  width: min(100%, 1390px);
  margin: 15px auto 0;
  text-align: left;
}

.query-card {
  /* min-height: 630px; */
  padding: 44px 38px 36px;
  color: var(--text);
  background: var(--white);
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
}

.query-card h2 {
  margin: 0 0 44px;
  color: #4fc0cf;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 26px;
}

.query-card label {
  /* display: grid; */
  gap: 8px;
  color: #333;
  font-size: 14px;
  font-weight: 900;
}

.query-card sup {
  color: var(--pink);
}

.query-card input,
.query-card textarea,
.phone-input {
  width: 100%;
  min-height: 49px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  background: #fff;
}

.query-card input,
.query-card textarea {
  padding: 9px 14px;
  outline: none;
}

.query-card textarea {
  min-height: 136px;
  resize: vertical;
}

.query-card .full {
  grid-column: 1;
}

.phone-input {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  overflow: hidden;
}

.phone-input span {
  height: 100%;
  display: grid;
  place-items: center;
  color: #333;
  border-right: 1px solid #d7d7d7;
  font-size: 16px;
  font-weight: 800;
}

.phone-input input {
  min-height: 47px;
  border: 0;
}

.query-card button {
  margin-top: 28px;
  padding: 12px 30px;
  color: var(--white);
  background: var(--pink);
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

.stats-grid {
  justify-content: center;
}

.stats-grid article,
.stat-card {
  /*min-height: 140px;*/
  padding: 22px 18px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #383838;
  background: var(--white);
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
}

.stats-grid strong,
.stat-card strong {
  color: var(--sky);
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
}

.stats-grid span,
.stat-card span {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.cloud {
  position: absolute;
  width: 155px;
  height: 120px;
  pointer-events: none;
}

.cloud i,
.cloud b,
.cloud em,
.cloud span {
  position: absolute;
  display: block;
  background: var(--cream);
  border-radius: 50%;
}

.cloud i {
  width: 74px;
  height: 60px;
  left: 0;
  top: 28px;
}

.cloud b {
  width: 76px;
  height: 76px;
  left: 42px;
  top: 8px;
}

.cloud em {
  width: 86px;
  height: 70px;
  left: 82px;
  top: 45px;
}

.cloud span {
  width: 118px;
  height: 42px;
  left: 22px;
  top: 58px;
  border-radius: 28px;
}

.cloud::after {
  content: "*  *  *  *";
  position: absolute;
  left: 16px;
  top: 86px;
  color: #ffc28e;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 12px;
  transform: rotate(12deg);
}

.cloud-left {
  left: 52px;
  top: 46px;
}

.cloud-right {
  right: 56px;
  bottom: -28px;
  transform: scale(0.95);
}

.section {
  position: relative;
  padding: 112px 0;
}

.section-pink {
  background: var(--soft-pink);
}

.section-title {
  margin: 0 0 64px;
  text-align: center;
  font-size: clamp(34px, 2.3vw, 48px);
  font-weight: 600;
  line-height: 1.1;
}

.about {
  padding: 116px 0 104px;
}

.about-photo {
  overflow: hidden;
  border: 1px solid #d8d8d8;
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-content h2 {
    margin: 0 0 24px;
    font-size: clamp(34px, 2.3vw, 50px);
    font-weight: 600;
    line-height: 1.2;
}

.about-content > p:not(.section-kicker) {
  margin: 0 0 0px;
  color: #262626;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.36;
}

.feature-list {
  margin-top: 10px;
}

.feature-list article,
.feature-card {
  /* min-height: 116px; */
  padding: 18px 13px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 18px;
  border: 1px solid #d4d4d4;
  border-radius: var(--card-radius);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2); 
}

.feature-card img {
  width: 45px;
}

.feature-list h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 500;
}

.feature-list p {
  margin: 0;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 500;
}

.line-icon {
  position: relative;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--sky);
  border: 2px solid var(--sky);
  border-radius: 8px;
  font-size: 0;
  font-weight: 900;
}

.line-icon::before,
.line-icon::after {
  content: "";
  position: absolute;
  border: 2px solid currentColor;
}

.line-icon::before {
  width: 26px;
  height: 22px;
  top: 13px;
  left: 12px;
  border-radius: 3px;
}

.line-icon::after {
  width: 14px;
  height: 14px;
  right: 9px;
  bottom: 10px;
  border-radius: 50%;
  background: var(--white);
}

.tags {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.tags span {
  padding: 9px 15px;
  color: var(--white);
  background: var(--pink);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.process {
  padding: 110px 0 118px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

.step-card {
  position: relative;
  /* min-height: 322px; */
  padding: 40px 20px 20px 20px;
  overflow: hidden;
  text-align: center;
  background: var(--white);
  border: 1px solid #c9c9c9;
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
}

.step-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 126px;
  height: 126px;
  background: var(--pink);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.step-card::after {
  content: attr(data-step);
  position: absolute;
  top: 20px;
  right: 15px;
  color: var(--white);
  font-size: 26px;
  font-weight: 900;
  transform: rotate(45deg);
}

.step-card img {
  width: 60px;
  margin: auto;
}

.step-card h3 {
  margin: 24px 0 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}

.step-card p {
  margin: 0;
  color: #333;
  font-size: 16.5px;
  font-weight: 500;
  line-height: 1.35;
}

.big-icon,
.outline-icon {
  position: relative;
  margin: 0 auto;
  color: var(--sky);
}

.big-icon {
  width: 78px;
  height: 68px;
}

.big-icon::before,
.outline-icon::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 3px solid currentColor;
  border-radius: 10px;
}

.big-icon::after,
.outline-icon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 4px;
  bottom: 4px;
  border: 3px solid currentColor;
  border-radius: 50%;
  background: var(--white);
}

.tshirt::before,
.shirt::before {
  clip-path: polygon(20% 0, 38% 0, 46% 18%, 54% 18%, 62% 0, 80% 0, 100% 28%, 84% 42%, 84% 100%, 16% 100%, 16% 42%, 0 28%);
  border-radius: 4px;
}

.truck::before {
  height: 34px;
  top: 20px;
  border-radius: 6px;
}

.machine::before {
  border-radius: 4px;
}

.advantage {
  padding: 112px 0 116px;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 36px;
}

.info-card {
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 18px;
  background: var(--white);
  border: 1px solid #d1d1d1;
  border-radius: var(--card-radius);
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.13);
}

.info-card img {
  width: 50px;
  height: 50px;
}

.outline-icon {
  flex: 0 0 76px;
  width: 76px;
  height: 76px;
}

.outline-icon::before {
  inset: 10px;
}

.outline-icon::after {
  width: 20px;
  height: 20px;
}

.globe::before,
.import::before {
  border-radius: 50%;
}

.factory::before,
.warehouse::before {
  border-radius: 2px 2px 8px 8px;
}

.quality::before,
.support::before,
.corporate::before {
  border-radius: 50% 50% 8px 8px;
}

.growth::before {
  transform: skew(-10deg);
}

.store::before {
  border-radius: 2px;
  border-top-width: 12px;
}

.school::before {
  clip-path: polygon(50% 0, 100% 28%, 100% 100%, 0 100%, 0 28%);
  border-radius: 2px;
}

.ecommerce::before {
  border-radius: 8px;
}

.info-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}

.info-card p {
  margin: 0;
  color: #444;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.34;
}

.partners {
  padding: 112px 0 116px;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.partner-card {
  /*min-height: 260px;*/
  padding: 20px;
  text-align: center;
  background: var(--white);
  border: 1px solid #cfcfcf;
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
}

.partner-card img {
  width: 60px;
  margin: auto;
  margin-bottom: 20px;
}

.partner-card .outline-icon {
  margin-bottom: 24px;
}

.partner-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
}

.partner-card p {
  margin: 0;
  color: #3a3a3a;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.32;
}

.expertise {
  padding: 112px 0 116px;
  overflow: hidden;
}

.expertise-cloud {
  right: 320px;
  top: 58px;
  transform: scale(0.82);
}

.expertise-grid {
  width: min(100%, 1340px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 82px;
}

.expertise-copy h3 {
  margin: 0 0 24px;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.1;
}

.expertise-copy h3 + ul {
  margin-bottom: 58px;
}

.expertise-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.expertise-copy li {
  position: relative;
  padding: 11px 0 11px 34px;
  border-bottom: 2px dotted var(--sky);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.expertise-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 17px;
  height: 10px;
  border-left: 4px solid var(--pink);
  border-bottom: 4px solid var(--pink);
  transform: rotate(-45deg);
}

.expertise-photo {
  overflow: hidden;
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
}

.expertise-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta {
  position: relative;
  padding: 0px 0 108px;
  overflow: hidden;
  text-align: center;
  background: #fff0f2;
    /*radial-gradient(circle at 6% 8%, var(--soft-pink) 0 80px, transparent 82px),*/
    /*radial-gradient(circle at 14% 12%, var(--soft-pink) 0 64px, transparent 66px),*/
    /*radial-gradient(circle at 42% 0, var(--soft-pink) 0 78px, transparent 80px),*/
    /*radial-gradient(circle at 60% 0, var(--soft-pink) 0 92px, transparent 94px),*/
    /*radial-gradient(circle at 74% 12%, var(--soft-pink) 0 80px, transparent 82px),*/
    /*radial-gradient(circle at 88% 10%, var(--soft-pink) 0 70px, transparent 72px),*/
    /*linear-gradient(to bottom, transparent 0 20px, var(--soft-pink) 20px 100%);*/
}

.cta h2 {
  margin: 0 0 24px;
  font-size: clamp(36px, 2.3vw, 52px);
  font-weight: 600;
  line-height: 1.1;
}

.cta p {
  width: min(100%, 1350px);
  margin: 0 auto 34px;
  color: #191919;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}

.cta a {
  /* min-width: 278px; */
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--white);
  background: var(--pink);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
}

.rainbow {
  position: absolute;
  left: 34px;
  bottom: 88px;
  width: 148px;
  height: 86px;
  border-radius: 100px 100px 0 0;
  border-top: 12px solid #f7a7bc;
  border-left: 12px solid #f7a7bc;
  border-right: 12px solid #f7a7bc;
  box-shadow:
    inset 0 0 0 9px #ffc98f,
    inset 0 0 0 19px #97d8f5,
    inset 0 0 0 29px #a7e5cc;
  opacity: 0.9;
}

.rainbow::before,
.rainbow::after {
  content: "";
  position: absolute;
  bottom: -14px;
  width: 54px;
  height: 30px;
  background: var(--white);
  border: 4px solid #d8f0f9;
  border-radius: 28px;
}

.rainbow::before {
  left: -26px;
}

.rainbow::after {
  right: -28px;
}

.footer {
  color: var(--white);
   padding: 88px 0 40px;
   position: relative;
  /* background:
    linear-gradient(rgba(4, 12, 14, 0.86), rgba(4, 12, 14, 0.88)),
    url("assets/footer-video.mp4") center / cover no-repeat; */
}

/* .footer-overlay {
  padding: 88px 0 40px;
  background: rgba(0, 0, 0, 0.18);
} */

.footer video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 12, 14, 0.86);
  z-index: 0;
}

.footer .footer-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}


.footer-logo {
  display: inline-grid;
  line-height: 0.82;
  text-align: center;
}

/* .footer-logo span {
  color: var(--pink);
  font-size: 58px;
  font-weight: 900;
}

.footer-logo strong {
  color: var(--sky);
  font-size: 37px;
  font-weight: 900;
}

.footer-logo small {
  margin-top: 8px;
  color: var(--sky);
  font-size: 13px;
  font-weight: 800;
} */

.footer h2 {
  margin: 28px 0 18px;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.1;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.socials a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--sky);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 900;
}

.footer-contact {
  width: min(100%, 1450px);
  margin: 34px auto 0;
  padding: 20px 0 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 40px;
  border-top: 1px solid rgba(229, 99, 124, 0.78);
  color: #f7f7f7;
  font-size: 17px;
  font-weight: 500;
}

.footer-nav {
  width: min(100%, 1450px);
  margin: 0 auto;
  padding-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  border-bottom: 1px solid rgba(229, 99, 124, 0.78);
}

.footer-nav a {
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 17px;
  font-weight: 500;
}

.footer-nav a:last-child {
  border-right: 0;
}

.copyright {
  width: min(100%, 1450px);
  margin: 34px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #f0f0f0;
  font-size: 16px;
  font-weight: 600;
}

.copyright p {
  margin: 0;
}

.whatsapp {
  position: fixed;
  right: 26px;
  bottom: 70px;
    z-index: 40;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    color: var(--white);
    background: #27d95d;
    /* border: 5px solid rgba(255, 255, 255, 0.75); */
    border-radius: 50%;
    font-size: 30px;
    font-weight: 900;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1500px) {
  .container-xxl {
    --bs-gutter-x: 3rem;
  }

  /*.step-card {*/
  /*  padding-inline: 24px;*/
  /*}*/
}

@media (max-width: 1199.98px) {
  .adminbar {
    display: none;
  }

  .top-strip {
    font-size: 17px;
  }

  .top-strip__inner {
    padding-inline: 18px;
    gap: 14px;
  }

  .site-navbar {
    padding: 14px 0;
  }

  .header-container {
    min-height: 70px;
  }

  .site-navbar .navbar-collapse {
    margin-top: 18px;
    padding: 22px;
    background: var(--white);
    border-radius: var(--card-radius);
    box-shadow: var(--shadow);
  }

  .site-navbar .navbar-nav {
    gap: 14px;
  }

  .site-navbar .nav-link {
    padding: 4px 0;
  }

  .site-navbar .nav-button {
    width: fit-content;
  }

  .hero {
    min-height: auto;
    padding: 72px 0 84px;
  }

  .hero-layout {
    width: min(100%, 720px);
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .expertise-layout {
    width: min(100%, 760px);
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .container-xxl {
    --bs-gutter-x: 1.5rem;
  }

  .top-strip__inner {
    height: auto;
    min-height: 52px;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-block: 8px;
    text-align: center;
  }

  .top-strip .text-md-start, .top-strip .text-md-end {
    display: none;
  }
  
  .feature-card img {
    margin-bottom: 10px;
}

.info-card img {
    margin-bottom: 15px;
}

body, html {
    overflow-x: hidden;
}
  
      .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0px;
        margin-top: 10px;
    }

  .navbar-brand img {
    width: 108px;
  }

  .hero {
    padding: 54px 0 64px;
  }

  .hero h1 {
    font-size: 43px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .hero-layout {
    margin-top: 42px;
  }

  .query-card {
    min-height: 0;
    padding: 32px 22px 28px;
  }

  .query-card h2 {
    margin-bottom: 30px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .query-card .full {
    grid-column: auto;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 72px 0;
  }

  .about {
    padding: 72px 0;
  }

  .section-kicker {
    gap: 14px;
    font-size: 17px;
  }

  .section-kicker span {
    width: 28px;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .about-content > p:not(.section-kicker),
  .feature-list p,
  .info-card p,
  .partner-card p,
  .step-card p,
  .cta p {
    font-size: 17px;
  }

  .feature-list article,
  .info-card {
    align-items: flex-start;
    padding: 22px;
  }

  .tags span {
    font-size: 16px;
  }

  .step-card {
    min-height: auto;
  }

  .info-card {
    gap: 18px;
  }

  .info-card h3,
  .partner-card h3 {
    font-size: 25px;
  }

  .expertise-copy h3 {
    font-size: 34px;
  }

  .expertise-copy li {
    font-size: 17px;
  }

  .cloud {
    opacity: 0.55;
    transform: scale(0.72);
  }

  .cloud-left {
    left: -16px;
    top: 12px;
  }

  .cloud-right {
    right: -28px;
  }

  .expertise-cloud {
    right: -16px;
    top: 8px;
  }

  .cta {
    padding: 0px 0 74px;
  }

  .rainbow {
    left: 14px;
    bottom: 168px;
    transform: scale(0.72);
    transform-origin: left bottom;
  }

  .footer-overlay {
    padding: 64px 0 32px;
  }

  .footer-contact {
    margin-top: 38px;
  }

  .footer-nav {
    gap: 14px 0;
  }

  .footer-nav a {
    padding: 0 12px;
  }

  .copyright {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .container-xxl {
    --bs-gutter-x: 1rem;
  }

  .hero h1 {
    font-size: 36px;
  }

  .query-card h2 {
    font-size: 28px;
  }

  .phone-input {
    grid-template-columns: 78px 1fr;
  }

  .stats-grid strong {
    font-size: 38px;
  }

  .about-content h2,
  .section-title,
  .cta h2 {
    font-size: 31px;
  }

  .feature-list article,
  .info-card {
    display: block;
  }

  .feature-list .line-icon,
  .info-card .outline-icon {
    margin: 0 0 16px;
  }

  .partner-card {
    padding-inline: 24px;
  }
}




/*---form css-------*/


    .form-title {
      text-align: center;
      font-size: 35px;
      font-weight: 600;
      color: #3ab5c6;
      margin-bottom: 28px;
      font-family: "Jost"
    }
    
    ul.country-list {
        padding: 0;
    }

    .form-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px 20px;
    }

    .form-group {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .form-group.full-width {
      grid-column: 1 / -1;
    }

    label {
      font-size: 0.82rem;
      font-weight: 600;
      color: #333;
    }

    label .required {
      color: #e87d8b;
      margin-left: 2px;
    }

    input[type="text"],
    input[type="email"],
    textarea {
      width: 100%;
      border: 1px solid #ccc;
      border-radius: 4px;
      padding: 9px 11px;
      font-size: 0.9rem;
      color: #333;
      outline: none;
      transition: border-color 0.2s;
      background: #fff;
    }

    input[type="text"]:focus,
    input[type="email"]:focus,
    textarea:focus {
      border-color: #3ab5c6;
    }

    /* Phone field */
    .phone-wrapper {
      display: flex;
      border: 1px solid #ccc;
      border-radius: 4px;
      overflow: visible;
      transition: border-color 0.2s;
      position: relative;
    }

    .phone-wrapper:focus-within {
      border-color: #3ab5c6;
    }

    .phone-prefix {
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 9px 10px;
      background: #fafafa;
      border-right: 1px solid #ccc;
      border-radius: 4px 0 0 4px;
      font-size: 0.88rem;
      color: #333;
      white-space: nowrap;
      user-select: none;
      cursor: pointer;
      position: relative;
      flex-shrink: 0;
    }

    .phone-prefix:hover {
      background: #f0f0f0;
    }

    .flag {
      font-size: 1.1rem;
      line-height: 1;
    }

    .dropdown-arrow {
      font-size: 0.7rem;
      color: #888;
      margin-left: 1px;
      transition: transform 0.2s;
    }

    .phone-prefix.open .dropdown-arrow {
      transform: rotate(180deg);
    }

    .country-list {
      display: none;
      position: absolute;
      top: calc(100% + 4px);
      left: 0;
      min-width: 220px;
      max-height: 220px;
      overflow-y: auto;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.12);
      z-index: 100;
      list-style: none;
      margin: 0;
      padding: 4px 0;
    }

    .phone-prefix.open .country-list {
      display: block;
    }

    .country-list li {
      padding: 8px 12px;
      font-size: 0.88rem;
      color: #333;
      cursor: pointer;
      white-space: nowrap;
    }

    .country-list li:hover {
      background: #f0f9fb;
      color: #3ab5c6;
    }

    .country-list li.selected {
      background: #e6f7fa;
      font-weight: 600;
    }

    .phone-wrapper input[type="tel"] {
      border: none;
      outline: none;
      padding: 9px 11px;
      font-size: 0.9rem;
      color: #333;
      flex: 1;
      min-width: 0;
      border-radius: 0 4px 4px 0;
    }

    /* Checkboxes */
    .checkbox-group {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-top: 2px;
    }

    .checkbox-item {
      display: flex;
      align-items: center;
      gap: 9px;
      cursor: pointer;
      font-size: 0.9rem;
      color: #333;
    }

    .checkbox-item input[type="checkbox"] {
      width: 16px;
      height: 16px;
      accent-color: #e87d8b;
      cursor: pointer;
      flex-shrink: 0;
    }

    /* Textarea */
    textarea {
      resize: vertical;
      min-height: 110px;
    }

    /* Submit button */
    .btn-submit {
      margin-top: 22px;
      background: #e87d8b;
      color: #fff;
      border: none;
      border-radius: 4px;
      padding: 11px 28px;
      font-size: 0.95rem;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.2s;
    }

    .btn-submit:hover {
      background: #d96070;
    }

    .edit-link {
      display: block;
      margin-top: 14px;
      font-size: 0.8rem;
      color: #555;
      text-decoration: none;
    }

    .edit-link:hover {
      text-decoration: underline;
    }

    /* Responsive */
    @media (max-width: 520px) {
      .form-card {
        padding: 24px 16px 20px;
      }

      .form-title {
        font-size: 26px;
      }

      .form-grid {
        grid-template-columns: 1fr;
      }

      .form-group.full-width {
        grid-column: 1;
      }
    }
    
    


.custom-navbar{
    background:#fff;
    box-shadow:0 2px 15px rgba(0,0,0,.08);
    min-height:90px;
    z-index:9999;
}

.navbar-brand img{
    height:60px;
}

.nav-link{
    color:#222;
    font-weight:500;
    padding:15px;
}

.nav-link:hover{
    color:#ff5e94;
}

.dropdown-menu{
    border:none;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.dropdown-item{
    padding:10px 20px;
}

.dropdown-item:hover{
    background:#f8f8f8;
}

.offcanvas{
    width:300px;
}

.offcanvas .nav-link{
    padding:12px 0;
}

.offcanvas .collapse{
    background:#f7f7f7;
    border-radius:8px;
}

.offcanvas .collapse .nav-link{
    padding:8px 15px;
    font-size:14px;
}

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        width: 230px !important;
    }
    
     .navbar-expand-xl .navbar-nav .dropdown-menu li {
       padding: 5px 10px;
    }
    
    .query-card button.iti__selected-country {
    margin-top: 0;
    padding: 0;
    color: #000;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
    
/*    .flag{*/
/*    font-size:20px;*/
/*     font-family:*/
/*        "Segoe UI Emoji",*/
/*        "Apple Color Emoji",*/
/*        "Noto Color Emoji",*/
/*        "Twemoji Mozilla",*/
/*        sans-serif;*/
/*}*/

 