:root {
  --navy-1: #0e1f45;
  --navy-2: #1c3b78;
  --coral: #e0576c;
}

.slider {
  position: relative;
}

.slider .item {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.slider .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10%;
  bottom: 0;
  width: 65%;
  background: linear-gradient(135deg, rgba(224, 87, 108, .16), rgba(255, 255, 255, .05));
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 5% 100%);
  pointer-events: none;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(14, 31, 69, .94) 0%, rgba(28, 59, 120, .85) 55%, rgba(39, 74, 143, .6) 100%);
}

.slider .container {
  position: relative;
  z-index: 2;
  padding-top: 0px;
  padding-bottom: 0px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(224, 87, 108, .15);
  color: #ff8fa1;
  border: 1px solid rgba(224, 87, 108, .4);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .5px;
  margin-bottom: 20px;
}

.slider h2 {
  color: #fff;
  font-size: 36px;
  line-height: 1.18;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: -.5px;
}

.slider h2 span {
  color: #ff8fa1;
}

.slider p {
  color: #c7d1ec;
  font-size: 16px;
  line-height: 1.7;
  max-width: 100%;
  margin-bottom: 30px;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.btn-1 {
  display: inline-block;
  background: var(--coral);
  color: #fff !important;
  padding: 14px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 12px 24px rgba(224, 87, 108, .35);
  transition: transform .25s ease, box-shadow .25s ease;
}

.btn-1:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(224, 87, 108, .45);
}

.btn-ghost {
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-ghost .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .25s ease;
}

.btn-ghost:hover .circle {
  background: rgba(255, 255, 255, .12);
}

.stat-float {
  background: #fff;
  border-radius: 14px;
  padding: 24px 28px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, .25);
  max-width: 260px;
  margin-left: auto;
}

.stat-float .num {
  font-size: 30px;
  font-weight: 700;
  color: var(--navy-1);
}

.stat-float .lbl {
  font-size: 13px;
  color: #666;
  margin-top: 4px;
  line-height: 1.4;
}

/* Owl dots */
.slider .owl-dots {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 10px;
}

.slider .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .35);
  display: block;
  margin: 0;
}

.slider .owl-dots .owl-dot.active span {
  background: #fff;
  width: 24px;
  border-radius: 5px;
}

/* Stats bar below slider */
.stats-bar {
  background: #0d1f4494;
  padding: 2px 0;
}

.stats-bar .item {
  text-align: center;
}

.stats-bar .n {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.stats-bar .l {
  color: #8b96b8;
  font-size: 12.5px;
  margin-top: 2px;
}

@media (max-width: 991px) {
  .slider .item::after {
    display: none;
  }

  .slider h2 {
    font-size: 32px;
  }

  .slider p {
    max-width: 100%;
  }

  .stat-float {
    margin: 30px 0 0;
    max-width: 100%;
  }

  .stats-bar {
    padding: 22px 0;
  }

  .stats-bar .row>div {
    margin-bottom: 14px;
  }
}

/* who we are and services css */

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(224, 87, 108, .1);
  color: var(--coral);
  border: 1px solid rgba(224, 87, 108, .3);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .5px;
  margin-bottom: 16px;
}

/* WHO WE ARE */
.who-we-are {
  padding: 50px 0;
  background: #fff;
}

.who-we-are h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--navy-1);
  margin-bottom: 20px;
  letter-spacing: -.5px;
}

.who-we-are p {
  color: #5a6072;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 16px;
  max-width: 560px;
}

.mini-stats {
  display: flex;
  gap: 36px;
  margin: 28px 0 32px;
  flex-wrap: wrap;
}

.mini-stat {
  display: flex;
  flex-direction: column;
}

.mini-stat .n {
  font-size: 26px;
  font-weight: 700;
  color: var(--navy-1);
}

.mini-stat .l {
  font-size: 13px;
  color: #8992a8;
  margin-top: 2px;
}

.who-we-are .btn-1 {
  display: inline-block;
  background: var(--coral);
  color: #fff !important;
  padding: 14px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 12px 24px rgba(224, 87, 108, .3);
  transition: transform .25s ease, box-shadow .25s ease;
}

.who-we-are .btn-1:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(224, 87, 108, .4);
}

.who-photo-wrap {
  position: relative;
}

.who-photo {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(14, 31, 69, .18);
}

.who-photo img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.who-photo-tag {
  position: absolute;
  bottom: -22px;
  left: -24px;
  background: var(--navy-1);
  color: #fff;
  padding: 16px 22px;
  border-radius: 12px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: 0 20px 40px rgba(14, 31, 69, .3);
}

/* KEY SERVICES */
.key-services {
  padding: 40px 0;
  background: linear-gradient(180deg, #f7f8fb 0%, #eef1f7 100%);
}

.key-services h2 {
  font-size: 34px;
  font-weight: 700;
  color: var(--navy-1);
  margin-bottom: 14px;
  letter-spacing: -.5px;
}

.key-services>.container>.row:first-child p {
  color: #6a7185;
  font-size: 15.5px;
  max-width: 600px;
  margin: 0 auto;
}

.services-row {
  margin-top: 46px;
}

.services-row .col-md-4 {
  margin-bottom: 30px;
  display: flex;
}

.service-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px 20px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(14, 31, 69, .06);
  border: 1px solid rgba(14, 31, 69, .05);
  transition: transform .3s ease, box-shadow .3s ease;
  width: 100%;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(14, 31, 69, .14);
}

.service-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(224, 87, 108, .12), rgba(28, 59, 120, .1));
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.service-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-card h3 a {
  color: var(--navy-1);
  text-decoration: none;
}

.service-card h3 a:hover {
  color: var(--coral);
}

.service-card p {
  color: #6a7185;
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: 20px;
  min-height: 44px;
}

.readMoreBtn {
  width: 110px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--coral);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1.5px solid transparent;
  padding-bottom: 2px;
  transition: border-color .25s ease, gap .25s ease;
}

.readMoreBtn:hover {
  border-color: var(--coral);
  gap: 10px;
}

@media (max-width: 991px) {

  .who-we-are,
  .key-services {
    padding: 60px 0;
  }

  .who-photo-wrap {
    margin-top: 40px;
  }

  .who-photo img {
    height: 300px;
  }

  .mini-stats {
    gap: 24px;
  }
}

/* project section css */
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(224, 87, 108, .1);
  color: var(--coral);
  border: 1px solid rgba(224, 87, 108, .3);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .5px;
  margin-bottom: 16px;
}

.projects-section {
  padding: 30px 0;
  background: #fff;
}

.projects-section h2 {
  font-size: 34px;
  font-weight: 700;
  color: var(--navy-1);
  margin-bottom: 12px;
  letter-spacing: -.5px;
}

.projects-section>.container>.row:first-child p {
  color: #6a7185;
  font-size: 15.5px;
  max-width: 600px;
  margin: 0 auto;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.project-card {
  margin-bottom: 34px;
}

.project-link {
  display: block;
  text-decoration: none;
}

.browser-frame {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px rgba(14, 31, 69, .1);
  border: 1px solid rgba(14, 31, 69, .06);
  transition: transform .35s ease, box-shadow .35s ease;
}

.project-card:hover .browser-frame {
  transform: translateY(-8px);
  box-shadow: 0 28px 50px rgba(14, 31, 69, .18);
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #f3f4f8;
  border-bottom: 1px solid rgba(14, 31, 69, .06);
}

.browser-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d8dbe6;
}

.browser-bar span:nth-child(1) {
  background: #ef6a5f;
}

.browser-bar span:nth-child(2) {
  background: #f4bf4f;
}

.browser-bar span:nth-child(3) {
  background: #61c454;
}

.browser-img {
  position: relative;
  overflow: hidden;
  height: 190px;
}

.browser-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform .5s ease;
  display: block;
}

.project-card:hover .browser-img img {
  transform: scale(1.06);
}

.visit-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 31, 69, 0) 40%, rgba(14, 31, 69, .75) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 16px;
  opacity: 0;
  transition: opacity .3s ease;
}

.project-card:hover .visit-overlay {
  opacity: 1;
}

.visit-overlay span {
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.project-content {
  padding: 18px 4px 4px;
}

.brand-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--coral);
}

.project-content h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--navy-1);
  margin-top: 6px;
  line-height: 1.4;
  transition: color .25s ease;
}

.project-card:hover .project-content h3 {
  color: var(--coral);
}

.load-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--navy-1);
  color: #fff !important;
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 12px 24px rgba(14, 31, 69, .25);
  transition: transform .25s ease, box-shadow .25s ease;
}

.load-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(14, 31, 69, .35);
}

@media (max-width: 991px) {
  .projects-section {
    padding: 60px 0;
  }

  .browser-img {
    height: 210px;
  }
}

/* CLient section css */

.partners-section {
  padding: 20px 0 40px;
  background: #fff;
}

.partners-section h2 {
  font-size: 34px;
  font-weight: 700;
  color: var(--navy-1);
  margin-bottom: 12px;
  letter-spacing: -.5px;
}

.partners-section p {
  color: #6a7185;
  font-size: 15.5px;
  max-width: 640px;
  margin: 0 auto;
}

.gallery-carousel {
  margin-top: 46px;
}

.gallery-carousel .item {
  padding: 8px;
}

.partner-card {
  position: relative;
  height: 140px;
  background: #fff;
  /* border: 1px solid #ebedf3; */
  border-radius: 14px;
  text-align: -webkit-center;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  overflow: hidden;
  justify-content: center;
}

.partner-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(14, 31, 69, .1);
  border-color: transparent;
}

.partner-card img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  object-fit: contain;
  /* filter: grayscale(100%);
  opacity: .6; */
  transition: filter .35s ease, opacity .35s ease;
}

.partner-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.gallery-carousel-content {
  position: absolute;
  inset: 0;
  background: rgba(14, 31, 69, .88);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}

.partner-card:hover .gallery-carousel-content {
  opacity: 1;
  visibility: visible;
}

.gallery-carousel-content a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--coral);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

/* Owl nav/dots */
.gallery-carousel .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
  display: flex;
  gap: 10px;
}

.gallery-carousel .owl-nav button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff !important;
  border: 1px solid #e3e6ee !important;
  color: var(--navy-1) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .25s ease, color .25s ease;
}

.gallery-carousel .owl-nav button:hover {
  background: var(--coral) !important;
  color: #fff !important;
  border-color: var(--coral) !important;
}

.gallery-carousel .owl-dots {
  display: none;
}

@media (max-width: 767px) {
  .partners-section {
    padding: 60px 0 70px;
  }

  .gallery-carousel .owl-nav {
    display: none;
  }

  .partner-card {
    height: 110px;
    padding: 18px;
  }
}

/* Footer section css */

.site-footer{ background: var(--navy-1); color:#c7d1ec; padding-top: 44px; }

/* Top brand + social bar */
.footer-head{
  display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:20px;
}
.footer-brand{ display:flex; align-items:center; gap:16px; }
.footer-brand img{ height:52px; border-radius:0 0 12px 12px; }
.footer-brand h4{ color:#fff; font-size:19px; font-weight:700; margin:0; }
.footer-brand span{ color:#8b96b8; font-size:13px; }

.footer-social{ display:flex; gap:10px; }
.footer-social a{
  width:38px; height:38px; border-radius:8px; border:1px solid rgba(255,255,255,.15);
  display:flex; align-items:center; justify-content:center; color:#fff; text-decoration:none; font-size:14px;
  transition: all .25s ease;
}
.footer-social a:hover{ background: var(--coral); border-color: var(--coral); }

.footer-divider{ border-color: rgba(255,255,255,.1); margin: 28px 0 40px; }

/* Grid */
.footer-grid{ padding-bottom: 10px; }
.site-footer h3{ color:#fff; font-size:15px; font-weight:700; letter-spacing:.5px; text-transform:uppercase; margin-bottom:20px; }

.mini-links{ display:flex; flex-direction:column; gap:12px; }
.mini-links a{
  color:#a9b3d1; text-decoration:none; font-size:14px; line-height:1.4;
  border-bottom: 1px dashed rgba(255,255,255,.08); padding-bottom:10px;
  transition: color .25s ease;
}
.mini-links a:hover{ color: var(--coral); }

.menuF{ list-style:none; margin:0; padding:0; }
.menuF li{ margin-bottom:12px; }
.menuF li a{
  color:#a9b3d1; text-decoration:none; font-size:14.5px; display:inline-flex; align-items:center; gap:8px;
  transition: color .25s ease;
}
.menuF li a i{ color: var(--coral); font-size:11px; }
.menuF li a:hover{ color:#fff; }

.contact-box{
  background: rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08);
  border-radius:12px; padding:20px; display:flex; flex-direction:column; gap:14px;
}
.contact-box a{ color:#fff; text-decoration:none; font-size:14px; font-weight:600; display:flex; align-items:center; gap:10px; }
.contact-box a:hover{ color: var(--coral); }
.contact-box p{ color:#a9b3d1; font-size:13.5px; line-height:1.6; margin:0; display:flex; align-items:flex-start; gap:10px; }

/* Location cards row */
.office-row{ margin-top: 12px; }
.office-row .col-md-4{ margin-bottom: 24px; }
.office-card{
  background: rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08);
  border-radius:12px; padding:20px; height:100%;
  transition: border-color .25s ease, background .25s ease;
}
.office-card:hover{ background: rgba(255,255,255,.07); border-color: rgba(224,87,108,.4); }
.office-tag{
  display:inline-flex; align-items:center; gap:6px;
  color: var(--coral); font-size:12.5px; font-weight:700; letter-spacing:.4px; margin-bottom:10px;
}
.office-card p{ font-size:13.5px; line-height:1.6; color:#b7c0dc; margin-bottom:12px; }
.office-card a{ color:#fff; text-decoration:none; font-size:13.5px; font-weight:600; display:inline-flex; align-items:center; gap:7px; }
.office-card a:hover{ color: var(--coral); }

.footer-bar{ border-top:1px solid rgba(255,255,255,.1); margin-top: 20px; padding: 20px 0; }
.footer-bar p{ font-size:13.5px; color:#8b96b8; margin:0; }
.footer-bar .link2{ color: var(--coral); text-decoration:none; font-weight:600; }
.footer-legal{ list-style:none; display:flex; gap:22px; justify-content:flex-end; margin:0; padding:0; }
.footer-legal a{ color:#8b96b8; text-decoration:none; font-size:13.5px; }
.footer-legal a:hover{ color:#fff; }

@media (max-width: 991px){
  .footer-head{ flex-direction:column; align-items:flex-start; }
  .footer-grid > div{ margin-bottom: 34px; }
  .footer-legal{ justify-content:center; margin-top:12px; }
}

/* header css */
header .social-icon ul li a i {
    border: 1px solid #1928361c;
    padding: 4px;
    border-radius: 2px;
}

/* slider */
/* Credentials strip */
.credentials-strip{
  background: #fff;
  padding: 26px 0;
  border-bottom: 1px solid #eceef4;
  box-shadow: 0 6px 18px rgba(14,31,69,.05);
}
.cred-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 10px;
    background: #f7f7f7;
    border-radius: 12px;
}
.cred-icon{
  width:44px; height:44px; min-width:44px; border-radius:10px;
  background: rgba(224,87,108,.1); color: var(--coral);
  display:flex; align-items:center; justify-content:center; font-size:18px;
}
.cred-label{ font-size:13.5px; font-weight:700; color: var(--navy-1); }
.cred-value{ font-size:12px; color:#8992a8; margin-top:2px; }

@media (max-width: 991px){
  .slider .item::after{ display:none; }
  .slider h2{ font-size:30px; }
  .slider p{ max-width:100%; }
  .stat-float{ margin: 30px 0 0; max-width:100%; }
  .credentials-strip .col-md-6{ margin-bottom: 14px; }
}

/* floating icon */

/* Floating button */
.floating-query{
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 1000;
}
.fq-btn{
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--coral);
  color: #fff;
  border: none;
  padding: 15px 20px;
  border-radius: 50px;
  font-size: 14.5px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(224,87,108,.4);
  transition: transform .25s ease, box-shadow .25s ease;
  animation: fqPulse 2.4s infinite;
}
.fq-btn i{ font-size: 18px; }
.fq-btn:hover{ transform: translateY(-3px); box-shadow: 0 18px 36px rgba(224,87,108,.5); }

@keyframes fqPulse{
  0%   { box-shadow: 0 14px 30px rgba(224,87,108,.4), 0 0 0 0 rgba(224,87,108,.5); }
  70%  { box-shadow: 0 14px 30px rgba(224,87,108,.4), 0 0 0 14px rgba(224,87,108,0); }
  100% { box-shadow: 0 14px 30px rgba(224,87,108,.4), 0 0 0 0 rgba(224,87,108,0); }
}

/* Overlay + modal */
.fq-overlay{
  position: fixed; inset: 0;
  background: rgba(14,31,69,.55);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  opacity: 0; visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 1001;
}
.fq-overlay.is-open{ opacity: 1; visibility: visible; }

.fq-modal{
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 440px;
  padding: 34px 30px 28px;
  position: relative;
  box-shadow: 0 40px 80px rgba(14,31,69,.35);
  transform: translateY(20px) scale(.97);
  transition: transform .3s ease;
}
.fq-overlay.is-open .fq-modal{ transform: translateY(0) scale(1); }

.fq-close{
  position: absolute; top: 14px; right: 16px;
  background: #f3f4f8; border: none; width: 32px; height: 32px; border-radius: 50%;
  font-size: 20px; line-height: 1; color: var(--navy-1); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .25s ease;
}
.fq-close:hover{ background: #e8eaf1; }

.fq-header h3{ color: var(--navy-1); font-size: 21px; font-weight: 700; margin-bottom: 6px; }
.fq-header p{ color: #6a7185; font-size: 13.5px; margin-bottom: 24px; }

.fq-field{ margin-bottom: 16px; }
.fq-field label{ display: block; font-size: 13px; font-weight: 600; color: var(--navy-1); margin-bottom: 6px; }
.fq-field input,
.fq-field textarea{
  width: 100%;
  border: 1px solid #e3e6ee;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14px;
  color: var(--navy-1);
  font-family: inherit;
  resize: vertical;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.fq-field input:focus,
.fq-field textarea:focus{
  outline: none;
  border-color: var(--coral);
  box-shadow: 0 0 0 3px rgba(224,87,108,.12);
}

.fq-submit{
  width: 100%;
  background: var(--coral);
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(224,87,108,.3);
  transition: background .25s ease, transform .25s ease;
}
.fq-submit:hover{ background: #c9445a; transform: translateY(-1px); }

.fq-status{ text-align: center; font-size: 13.5px; margin-top: 12px; min-height: 18px; }
.fq-status.success{ color: #2a9d5c; }
.fq-status.error{ color: var(--coral); }

@media (max-width: 480px){
  .fq-btn span{ display: none; }
  .fq-btn{ padding: 15px; }
  .floating-query{ right: 18px; bottom: 18px; }
}

/* affiliations */

.govt-affiliations{ padding: 20px 0 20px; background: #fff; }
.govt-affiliations h2{ font-size:32px; font-weight:700; color: var(--navy-1); margin-bottom:12px; letter-spacing:-.5px; }
.govt-affiliations p{ color:#6a7185; font-size:15px; max-width:560px; margin:0 auto; }

.govt-logo-row{ margin-top: 44px; }
.govt-logo-row > div{ margin-bottom: 22px; display:flex; }

.govt-logo-card{
  width: 100%;
  background: #fff;
  border: 1px solid #ebedf3;
  border-radius: 14px;
  padding: 22px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.govt-logo-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(14,31,69,.1);
  border-color: transparent;
}
.govt-logo-card img{
  max-width: 100%;
  max-height: 92px;
  width: auto;
  object-fit: contain;
}

@media (max-width: 767px){
  .govt-affiliations{ padding: 56px 0 64px; }
  .govt-logo-card{ min-height: 120px; padding: 16px 12px; }
  .govt-logo-card img{ max-height: 76px; }
}



@media(max-width:767px) {
  .slider .item {
    padding: 160px 0 20px 0;
  }

  .slider h2 {
    font-size: 24px;
  }

  .who-we-are h2, .key-services h2, .projects-section h2, .partners-section h2, .counter h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
      .counter {
        max-width: 100%;
        margin: 0px auto;
    }

}