:root {
  --navy-950: #060b1e;
  --navy-900: #0a1330;
  --navy-800: #0e1a3d;
  --navy-700: #132152;
  --gold: #c99a4b;
  --gold-light: #e0b876;
  --ivory: #f4f1ea;
  /*--muted:#a9b0c8;*/
  --muted: #fff;
  --line: rgba(201, 154, 75, 0.7);
  --fontfamily: "Montserrat", sans-serif;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/*html {
  scroll-behavior: smooth;
}*/
body {
  font-family: var(--fontfamily) !important;
  background: var(--navy-900);
  color: var(--ivory);
  line-height: 1.5;
}

html,
body {
    overflow-x: hidden;
}

.sans {
  font-family: var(--fontfamily);
}
.positionrel {
    position: relative;
}
p {
    font-family: var(--fontfamily);
    letter-spacing: 0.08em;
}
a {
  color: inherit;
  text-decoration: none;
}
img { 
  max-width: 100%;
  display: block;
}
.bgcolor700 {
    background: var(--navy-700);
    padding: 40px 0 40px;
}
.bgcolor800 {
    background: var(--navy-800);
}
.bgcolor900 {
    background: var(--navy-900);
}
.imgwidth {
    width: 100%;
}
.secmb {
    margin: 0px 0 30px;
}
.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
}
/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fontfamily);
  font-size: 13px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
  line-height: 1;
}
.btn-gold {
  background: var(--gold);
  color: var(--navy-950);
  border: 1px solid var(--gold);
}
.btn-gold:hover {
  /*background: var(--gold-light);
  color: #fff;*/
  transform: translateY(-3px);
  background: transparent;
  color: var(--gold);
}
.btn-outline {
  background: transparent;
  color: var(--ivory);
  border: 1px solid rgba(244, 241, 234, 0.4);
}
.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold-light);
}
/* Header */
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(6, 11, 30, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  max-width: 1180px;
  margin: 0 auto;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo-mark {
  width: 38px;
  height: 38px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--gold);
  flex-shrink: 0;
}
.logo-text {
  line-height: 1.15;
}
.logo-text .name {
  font-size: 17px;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.logo-text .name span {
  color: var(--gold);
}
.logo-text .tag {
  font-family: var(--fontfamily);
  font-size: 8.5px;
  letter-spacing: 0.18em;
  color: var(--muted);
  text-transform: uppercase;
}
.headerlogo {
    width: 180px;
    height: 100%;
    object-fit: contain;
}
nav.links {
  display: flex;
  align-items: center;
  gap: 30px;
}
nav.links a {
  font-family: var(--fontfamily);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--muted);
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
  text-transform: uppercase;
}
nav.links a:hover {
  color: #c99a4b;
  border-bottom: 2px solid #c99a4b;
}
/*nav.links a.active {
  color: var(--gold);
  border-color: var(--gold);
}
.links a.active {
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}*/
nav.links a.active {
    color: var(--gold);
    border-bottom: 2px solid var(--gold);
    padding-bottom: 5px;
}
nav.links a:hover {
    color: #c99a4b;
    border-bottom: 2px solid #c99a4b;
}
/* Hero */
.hero {
  /*padding:80px 0 60px;*/
  background: radial-gradient(
      ellipse at 80% 0%,
      rgba(201, 154, 75, 0.08),
      transparent 60%
    ),
    var(--navy-900);
}
.hero-inner {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 50px;
  align-items: center;
}
.hero-visual .stage {
  aspect-ratio: 4/5;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(160deg, #0d1638, #182a63 55%, #0a1330);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.6);
}
.herobanner {
    position: absolute;
    left: 36%;
    top: 5%;
}
.stage .booth-frame {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(201, 154, 75, 0.35);
  border-radius: 5px;
}
.stage .booth-sign {
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  letter-spacing: 0.35em;
  color: var(--gold-light);
  font-family: var(--fontfamily);
  font-weight: 700;
}
.stage .infinity-glow {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  color: var(--gold);
  opacity: 0.85;
}
.stage .counter {
  height: 34%;
  background: linear-gradient(
    180deg,
    rgba(19, 33, 82, 0.4),
    rgba(6, 11, 30, 0.9)
  );
  border-top: 1px solid var(--line);
}
.hero-copy h1 {
  font-size: 38px;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 22px;
}
.hero-copy h1 .accent {
  color: var(--gold);
  /*font-style: italic;*/
}
.hero-copy p {
  font-family: var(--fontfamily);
  font-size: 13px;
  color: var(--muted);
  max-width: 300px;
  margin-bottom: 30px;
  line-height: 1.7;
}
.hero-btns {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
/* Stats bar */
.stats {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--navy-950);
}
.stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 15px 0;
}
.stat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border-left: 1px solid var(--line);
  font-family: var(--fontfamily);
}
.stat:first-child {
  border-left: none;
}
.stat .icon {
  width: 90px;
  height: auto;
  flex-shrink: 0;
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.stat .label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-transform: uppercase;
}
/* Intro statement */
.intro {
  padding: 40px 0 40px;
  text-align: center;
}
.intro p {
  font-size: 16px;
  line-height: 1.55;
  max-width: 90%;
  margin: 0 auto;
  color: #e4e1d8;
  font-weight: 500;
  margin-bottom: 10px;
}
.divider {
  width: 60px;
  height: 1px;
  background: var(--gold);
  margin: 34px auto 0;
  position: relative;
}
.divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
}
/* What we do */
.section-label {
  text-align: center;
  font-family: var(--fontfamily);
  font-size: 30px;
  letter-spacing: 0.2em;
  color: var(--gold);
  font-weight: 700;
  margin: 0px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-transform: uppercase;
}
.section-label::before,
.section-label::after {
  content: "";
  width: 44px;
  height: 1px;
  background: var(--line);
}
.cards3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-bottom: 40px;
}
.cardaboutus {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-bottom: 0px;
}
.cardaboutus h3 {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 14px;
  line-height: 1.3;
  text-transform: uppercase;
}
.card {
  background: var(--navy-800);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 25px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
}
.card .icon {
  width: 90px;
  height: 90px; /*border:1px solid var(--gold);border-radius:50%;*/
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 20px;
  margin-bottom: 22px;
}
.card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 1.3;
  text-transform: uppercase;
}
.card p {
  font-family: var(--fontfamily);
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: 500;
}
.card .learn {
  font-family: var(--fontfamily);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
}
.coloricon {
  color: var(--gold);
  padding-right: 10px;
}
/* What makes us different */
.diff {
  background: var(--navy-800);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 25px 0;
}
.diff-inner {
  display: grid;
  grid-template-columns: 0.8fr 2.2fr;
  gap: 40px;
  align-items: center;
}
.diff h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
  border-right: 1px solid var(--line);
  height: 60px;
}
.diff h2 .gold {
  color: var(--gold);
  /*font-style: italic;*/
}
.diff-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.diff-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-family: var(--fontfamily);
  border-right: 1px solid var(--line);
  /*height: 75px;*/
  padding-right: 15px;
}
.diff-item .check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  color: var(--gold);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.diff-item p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 500;
}
/* Work / case studies */
.work {
  padding: 40px 0 40px;
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.work-card {
    transition: transform 0.5s ease, border-color 0.5s ease;
}
.work-card .thumb {
  aspect-ratio: 16/10;
  border-radius: 4px;
  overflow: hidden;
  background: linear-gradient(150deg, #132152, #0a1330);
  border: 1px solid var(--line);
  margin-bottom: 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.web {
    transition: transform 0.5s ease, border-color 0.5s ease;
}
.web .thumb {
  aspect-ratio: 16/10;
  border-radius: 4px;
  overflow: hidden;
  background: linear-gradient(150deg, #132152, #0a1330);
  border: 1px solid var(--line);
  margin-bottom: 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.worksec .thumb {
 border-radius: 0px;   
 border: unset;
 margin-bottom: 0px;
}
.work-card.worksec {
    border: 1px solid var(--line);
    margin-top: 10px;
}
.content {
    padding: 15px;
}
#work .content {
    padding: 15px;
    height: 210px;
}
.work-card .thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background:repeating-linear-gradient(45deg, rgba(201,154,75,0.06) 0 2px, transparent 2px 14px);*/
}
.work-card .thumb .tag {
  font-family: var(--fontfamily);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--gold-light);
  border: 1px solid var(--line);
  padding: 6px 12px;
  border-radius: 20px;
  background: rgba(6, 11, 30, 0.6);
  position: relative;
  z-index: 1;
}
.work-card h4 {
  font-family: var(--fontfamily);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.work-card p {
  font-family: var(--fontfamily);
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 16px;
  font-weight: 500;
}
.work-card .view {
  font-family: var(--fontfamily);
  font-size: 14px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.work-card:hover {
  transform: translateY(-10px) !important;
  /*border: 1px solid var(--gold);*/
}

/*team*/
.work-cards { 
 background: var(--navy-700) !important;   
}
.swiper-button-prev, .swiper-rtl .swiper-button-next, .swiper-button-next, .swiper-rtl .swiper-button-prev {
    color:  var(--navy-700) !important;
}
.workSwiper .swiper-button-prev, .workSwiper .swiper-rtl .swiper-button-next, .workSwiper .swiper-button-next, .workSwiper .swiper-rtl .swiper-button-prev {
    color:  var(--muted) !important;
}
#about-team .thumb {
    aspect-ratio: unset;
}

#about-team .thumb{
    overflow: hidden;
}
#about-team .thumb img {
    width: 100%;
    display: block;
    transition: transform 0.9s ease;
}
#about-team .thumb:hover img{
    transform: scale(1.1);
}

.ClientSwiper .swiper-button-prev, .ClientSwiper .swiper-rtl .swiper-button-next, .ClientSwiper .swiper-button-next, .ClientSwiper .swiper-rtl .swiper-button-prev {
    color:  transparent !important;
}
.ClientSwiper .swiper-button-prev:after, .ClientSwiper .swiper-rtl .swiper-button-next:after {
    left: -14px !important;
    position: relative;
}
.ClientSwiper .swiper-button-next:after, .ClientSwiper .swiper-rtl .swiper-button-prev:after {
    right: -14px !important;
    position: relative;
}
.ClientSwiper .swiper-slide {
    background-color: var(--muted);
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 35px !important;
  font-weight: 700;
}
.work-cards h4 {
  font-family: var(--fontfamily);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-top: 10px;
  color: var(--muted);
}
.work-cards p {
  font-family: var(--fontfamily);
  font-size: 14px;
  color:var(--muted);
  line-height: 1.6;
  margin-bottom: 16px;
  font-weight: 500;
}
/*.work-cards:hover {
  transform: translateY(-10px) !important;
}*/
.diff-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/*.work-card:hover h4,
.work-card:hover p,
.work-card:hover a {
    padding: 0px 5px;
    margin-bottom: 5px;
}*/

/* Quote */
.quote-section {
  background: #00010B;
  border-top: 1px solid var(--line);
  /*background: var(--navy-950);*/
  /*padding:20px 0;*/
}
.quote-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.quote-inner .mark {
  font-size: 70px;
  color: var(--gold);
  font-family: var(--fontfamily);
  line-height: 0;
  opacity: 0.7;
}
.quote-inner blockquote {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 640px;
}
.quote-inner blockquote .gold {
  color: var(--gold);
  /*font-style: italic;*/
}
.quote-visual {
  width: 100%;
  height: 190px;
  flex-shrink: 0;
  background-image: url("../images/good-work-bg1.png");
  background-size: 100%;
  background-position: 5% 60%;
  /*background:linear-gradient(160deg,#182a63,#0a1330);*/
  /*border:1px solid var(--line);*/
  /*border-radius:4px;*/
}
/* CTA */
.cta {
  padding: 40px 0;
  border-bottom: 1px solid var(--line);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  line-height: 1;
}
.cta h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}
.cta h2 .gold {
  /*color: var(--gold);*/ 
}
.cta p {
  font-family: var(--fontfamily);
  color: var(--muted);
  font-size: 14px;
  max-width: 600px;
  line-height: 1.6;
  font-weight: 500;
}
.icontext {
  display: flex;
  align-items: center;
  gap: 10px;
}
.d-block {
    display: block;
}
/* Footer */
.borderright {
  border-right: 1px solid rgb(255 255 255 / 20%);
  padding-right: 20px;
}
footer {
  background: var(--navy-950);
  padding: 40px 0 20px;
  font-family: var(--fontfamily);
}
.foot-logo img {
  width: 65%;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
}
.foot-grid h5 {
  font-size: 16px;
  letter-spacing: 0.14em;
  color: var(--gold);
  margin-bottom: 16px;
  text-transform: uppercase;
}
.foot-grid p,
.foot-grid li {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.9;
  font-weight: 500;
}
.foot-grid ul {
  list-style: none;
}
.foot-grid ul li a:hover {
  color: var(--gold);
}
.foot-logo {
  display: flex;
  gap: 10px;
  align-items: center;
}
.foot-grid p a:hover {
    color: var(--gold);
}
.social {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}
.social a {
  width: 40px;
  height: 40px;
  border: 1px solid #c99a4ba3;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.social a:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  font-size: 14px;
  color: var(--muted);
  flex-wrap: wrap;
  gap: 10px;
}
.foot-bottom a {
  color: var(--muted);
}
.foot-bottom a:hover {
  color: var(--gold);
}
.address {
    display: inline-flex;
}
.colortext {
    color: var(--muted);
}
.quotesec {
    display: inline-flex;
    gap: 50px;
}
.btn2 {
    border-color:var(--gold);
    color:var(--gold-light);
}
.btn2:hover {
    background: var(--gold);
    color: var(--muted);
}


/* Mobile menu button (visual only) */
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.burger span {
  width: 24px;
  height: 2px;
  background: var(--ivory);
}
.borderremove {
    border-right: unset;
}
.mobile-btn{
    display:none;
}
/* Back to Top Button */
#backToTop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 1000;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: #c99a4b;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
#backToTop:hover {
  background: var(--muted);
  color: #c99a4b;
}
#about-us .section-label {
    margin: 0px;
}
.teamSwiper {
    width: 100%;
    padding: 20px 0 50px;
}
.teamSwiper .swiper-slide {
    height: auto;
}
.work-cards {
    background: var(--muted);
    border-radius: 10px;
    overflow: hidden;
}
.work-cards img {
    width: 100%;
    display: block;
}
.diff-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.diff-items {
    position: relative;
    padding: 20px;
    text-align: center;
    background: var(--muted);
    /*border: 1px solid rgba(15, 76, 129, 0.08);*/
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: all .4s ease;
}
.diff-items::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--navy-800), var(--gold));
}
.diff-items:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(15,76,129,.18);
}
.diff-inners {
    display: grid;
    grid-template-columns: 0.8fr 2.2fr;
    gap: 0px;
    align-items: center;
}
.diff-inners h2{
    border-right: unset;
}
.checks {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    background: linear-gradient(135deg, var(--navy-800), var(--gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.diff-items h4 {
    margin: 0;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.diff-items p {
    margin: 0;
    color: #555;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
}
.diff-items::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(201,154,75,.09);
    border-radius: 50%;
    right: -80px;
    bottom: -80px;
    transition: .4s;
}
.diff-items:hover::after {
    transform: scale(1.3);
}
.swiper.ClientSwiper img {
    display: block;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
}

.services {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}
.services-card {
    position:relative;
    overflow:hidden;
    border-radius:7px;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}
.services-thumb img {
    width:100%;
    display:block;
    transition:0.5s;
    height: 240px;
}
.services-content {
    position:absolute;
    left:0;
    bottom:-100%;
    width:100%;
    height:100%;
    background:rgba(14,26,61,.95);
    color:var(--muted);
    padding:20px;
    display:inline-block;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    transition:0.5s;
}
.services-content h4 {
    margin-bottom:10px;
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: 500;
}
.services-content p {
    font-size:14px;
    line-height:1.6;
    margin-bottom:20px;
    font-family: var(--fontfamily);
    letter-spacing: 0.08em;
}
.services-view {
    display:inline-block;
    padding:10px;
    background:var(--muted);
    color:var(--navy-800);
    text-decoration:none;
    border-radius:5px;
    line-height: 1;
    font-size: 13px;
    letter-spacing: 0.08em;
    font-weight: 600;
}
.services-view:hover {
    background:var(--navy-800);
    color:var(--muted);
    border: 1px solid rgb(255 255 255 / 40%);
}
.services-card:hover .services-content {
    bottom:0;
}
.services-card:hover img {
    transform:scale(1.1);
}

.services-section{
    display:flex;
    gap:10px;
}
.tabs{
    width:280px;
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,.1);
}
.tabs button{
    width:100%;
    padding:18px;
    border:none;
    border-bottom:1px solid #eee;
    background:#fff;
    cursor:pointer;
    text-align:left;
    font-size:16px;
    transition:0.5s;
    font-family: var(--fontfamily);
    font-weight: 600;
}
.tabs button:hover,
.tabs button.active{
    background:var(--navy-700);
    color:#fff;
}
.tab-content{
    flex:1;
    background:#fff;
    border-radius:8px;
    padding:15px;
    box-shadow:0 5px 15px rgba(0,0,0,.1);
}
.tab-pane{
    display:none;
}
.tab-pane.active{
    display:block;
}
.tab-pane img{
    width:50%;
    max-height:100%;
    object-fit:cover;
    border-radius:5px;
    margin-bottom:20px;
}
.tab-pane h2{
    margin-bottom:0px;
    color:#000;
}
.tab-pane p{
    line-height:1.7;
    color:#000;
}
.tabimg {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.btn3{
    display:inline-block;
    margin-top:10px;
    padding:10px;
    background:var(--navy-700);
    color:#fff;
    text-decoration:none;
    border-radius:5px;
    line-height:1;
}
.btn3:hover {
    border: 1px solid var(--navy-700);
    color: var(--navy-700);
    background: unset;
}

/*team member*/
.team-card{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 330px;
    margin-top: 10px;
    background: #fff;
    transition: .35s ease;
}
.team-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,.15);
}
.top{
    height: 170px;
    background: linear-gradient(135deg,var(--navy-700),var(--gold));
}
.top::after{
    content: "";
    position: absolute;
    top: 100px;
    left: 50%;
    width: 500px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    transform: translateX(-50%);
}
.image-box{
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 190px;
    height: 190px;
    padding: 8px;
    /*background: #fff;*/
    border-radius: 50%;
    /*box-shadow: 0 8px 20px rgba(0,0,0,.15);*/
    z-index: 2;
}
.image-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 5px solid #060b1e;
    border-radius: 50%;
}
.contents{
    margin-top: 80px;
    padding: 10px;
    text-align: center;
}
.contents h2{
    margin-bottom: 0px;
    color: #222;
    font-size: 20px;
}
.teamSwiper .contents h2 {
    text-transform: uppercase;
    line-height: 1;
}
.contents p{
    margin-bottom: 5px;
    color: #777;
}
.line{
    width: 70px;
    height: 2px;
    margin: auto;
    background: #060b1e;
}
.socials{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 10px;
    background: linear-gradient(135deg,var(--navy-700),var(--gold));
}
.socials a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    /*transform: translateY(50px);*/
    transition: .35s;
}
.team-card:hover .socials a{
    transform: translateY(0);
}
.socials a:hover{
    background: #fff;
    color: var(--navy-700);
    transform: translateY(-5px);
}
.socials a:nth-child(1){transition-delay:.1s;}
.socials a:nth-child(2){transition-delay:.2s;}
.socials a:nth-child(3){transition-delay:.3s;}
.socials a:nth-child(4){transition-delay:.4s;}
.img-services {
    text-align: center;
    background: #ffffffc7;
    color: #000;
    padding: 10px;
    bottom: 0px;
    position: absolute;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: 500;
}
.services-card:hover .img-services{
    opacity: 0;
}
.services .services-card:last-child {
    grid-column: 2;
}
.services-card:nth-child(4) {
    grid-column: 1 / 2;
    margin-left: 50%;
    width: 100%;
}
.services-card:nth-child(5) {
    grid-column: 2 / 3;
    margin-left: 50%;
    width: 100%;
}


.contact_us{
    width:1200px;
    max-width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    background:var(--navy-700);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.15);
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 30px 60px rgba(0,0,0,.35);
}
.left{
    padding:50px;
    color:#fff;
}
.left h1{
    font-size:40px;
    margin-bottom:10px;
}
.left p{
    opacity:.9;
    line-height:1.8;
    margin-bottom:35px;
}
.info{
    margin-bottom:25px;
    background: #0e1a3d80;
    padding:20px;
    border-radius:15px;
    margin-bottom:30px;
    border-left:4px solid #fff;
    transition:.4s;
}
.info h4{
    color:var(--gold);
    margin-bottom:5px;
}
.info span{
    opacity:.9;
}
.info:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 10px rgb(15 76 129 / 50%);
}

.tabimg img{
    transition: transform .4s ease;
}
.tabimg img:hover{
    transform: scale(1.03);
}
.ullist {
    color: #000;
}
.ullist li {
    margin-left: 30px;
}
.right{
    background:#fff;
    padding:50px;
}
.right h2{
    color:#0f172a;
    margin-bottom:25px;
}
.form-group{
    position:relative;
    margin-bottom:20px;
}
input,textarea{
    width:100%;
    border:none;
    border-bottom:2px solid #ddd;
    padding:14px 5px;
    font-size:15px;
    outline:none;
    background:transparent;
}
textarea{
    resize:none;
    height:120px;
}
label{
    position:absolute;
    left:5px;
    top:15px;
    color:#777;
    transition:.3s;
    pointer-events:none;
}
input:focus+label,
input:valid+label,
textarea:focus+label,
textarea:valid+label{
    top:-10px;
    font-size:14px;
    color:var(--navy-700);
    font-weight:600;
}
input:focus,
textarea:focus{
    border-color:var(--navy-700);
}
input::-webkit-input-placeholder {color: #8A8A8A;}
input::-moz-placeholder {color: #8A8A8A;}
input:-ms-input-placeholder {color: #8A8A8A;}
input::placeholder {color: #8A8A8A;}
.button{
    width:100%;
    padding:16px;
    border:none;
    border-radius:10px;
    background:var(--navy-700);
    color:#fff;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}
.button:hover{
    transform:translateY(-2px);
    box-shadow:0 15px 30px rgba(19,33,82,.35);
    border: 1px solid var(--navy-700);
    background: transparent;
    color: var(--navy-700);
}
#msg{
    margin-top:15px;
    background-color:green;
    color:#fff;
    font-weight:700;
    padding: 10px;
    border-radius: 5px;
    display: none;
    transition:0.4s ease;
}
#msg.show{
    display:block;
}


.faq-section{
    padding:40px 0;
    /*background:#f8f8f8;*/
    background:var(--navy-700);
}
.faq-title{
    text-align:center;
    font-size:42px;
    margin:20px 0 50px;
}
.faq-wrapper{
    max-width:900px;
    margin:auto;
}
.faq-item{
    background:#fff;
    margin-bottom:15px;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}
/*.faq-question{
    width:100%;
    padding:20px;
    border:none;
    background:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
}
.faq-question span{
    font-size:24px;
    color:#111;
}*/

.faq-question {
    width: 100%;
    padding: 20px;
    border: none;
    background: #fff;
    display: flex;
    /*align-items: center;*/
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    text-align: left;
}
.faq-question small {
    position: absolute;
    left: 20px;
    bottom: 12px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.faq-question span {
    font-size: 24px;
    color: #111;
    margin-left: auto;
}

.faq-answer{
    display:none;
    padding:15px;
    /*margin-top: -15px;*/
    background-color: #f5f5f5;
}
.faq-answer p{
    line-height:1.7;
    color:#666;
    margin:0;
}
.faq-item.active .faq-answer{
    display:block;
}
.faq-item.active .faq-question span{
    transform:rotate(45deg);
}

/*our work page*/
.work-grids {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.work-cards {
    background: #111827;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgb(201 154 75 / 60%);
    transition: 0.4s;
    
    display:flex;
    flex-direction:column;
    height:100%;
}
.work-cards:hover {
    transform: translateY(-12px) !important;
    border-color: var(--gold);
    box-shadow: 0 3px 10px var(--gold);
}
.work-cards img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.content-text {
    padding: 20px;
    display:flex;
    flex-direction:column;
    height:100%;
    justify-content: center;
}
.content-text h2 {
    font-size: 20px;
    margin-bottom: 5px;
    text-align: center;
}
.content-text p {
    color: #94a3b8;
    line-height: 1.6;
}
.work-btn {
    display:inline-block;
    padding:7px;
    color:var(--muted);
    background:var(--gold);
    text-decoration:none;
    border-radius:5px;
    font-weight:bold;
    line-height: 1;
    
    margin-top:auto;
    width: fit-content;
}
.work-btn:hover {
    background:var(--navy-800);
    color:var(--gold);
    border: 1px solid rgb(201 154 75 / 30%);
}


.blog-grids{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
}
.blog-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.4s;
    display:flex;
    flex-direction:column;
}
.blog-card:hover{
    transform:translateY(-10px);
}
.blog-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}
.blog-content{
    padding:20px;
    display:flex;
    flex-direction:column;
    height:100%;
}
.blog-date{
    color:var(--gold);
    font-size:14px;
    font-weight:600;
}
.blog-content h2{
    margin:10px 0;
    font-size:24px;
    line-height:1.2;
    color: #000;
}
.blog-content p{
    color:#666;
    line-height:1.4;
    margin-bottom:20px;
}


/*work page*/
    /*.portfolio-section{
        padding:80px 0;
        background:#0d1117;
    }*/
    .portfolio-tabs{
        display:flex;
        justify-content:center;
        gap:15px;
        margin-bottom:40px;
        flex-wrap:wrap;
    }
    .tabs-btn{
        border:none;
        padding:14px 35px;
        border-radius:10px;
        background:#1d2634;
        color:#fff;
        cursor:pointer;
        font-size:16px;
        font-weight:600;
        transition:.4s;
        width: 250px;
    }
    .tabs-btn:hover{
        background:var(--gold);
        transform:translateY(-3px);
    }
    .tabs-btn.active{
        background:var(--gold);
        box-shadow:0 15px 35px rgb(201 175 54 / 20%);
    }
    .tabs-content{
        display:none;
        animation:fade .5s ease;
    }
    .tabs-content.active{
        display:block;
    }
    /*.work-grids{
        display:grid;
        grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
        gap:30px;
    }
    .work-cards{
        overflow:hidden;
        border-radius:20px;
        background:#151b26;
        position:relative;
        transition:.4s;
    }
    .work-cards img{
        width:100%;
        height:260px;
        object-fit:cover;
        display:block;
        transition:.6s;
    }
    .work-cards:hover img{
        transform:scale(1.1);
    }
    .content-text{
        padding:25px;
        color:#fff;
    }
    .content-text h2{
        margin-bottom:12px;
    }
    .content-text p{
        color:#c8c8c8;
        line-height:1.7;
    }
    .work-btn{
        display:inline-block;
        margin-top:18px;
        padding:10px 24px;
        border-radius:40px;
        background:#ff4d4d;
        color:#fff;
        text-decoration:none;
        transition:.3s;
    }
    .work-btn:hover{
        background:#fff;
        color:#000;
    }
    .work-cards:hover{
        transform:translateY(-10px);
        box-shadow:0 25px 50px rgba(0,0,0,.4);
    }*/
    .work-cards-creative img {
        height: auto;
    }
    .creative{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:30px;
        margin-bottom: 30px;
    }
    .cover-pics-single{
        display:grid;
        grid-template-columns:repeat(1,1fr);
        gap:30px;
        margin-bottom: 30px;
    }
    .cover-pics-two{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:30px;
        margin-bottom: 30px;
    }
    .work-cards-cre {
        background: #111827;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid rgb(201 154 75 / 60%);
        transition: 0.4s;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .work-cards-cre img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .work-cards-cre:hover {
        transform: translateY(-12px) !important;
        border-color: var(--gold);
        box-shadow: 0 3px 10px var(--gold);
    }
    /*@keyframes fade{
        from{
            opacity:0;
            transform:translateY(20px);
        }
        to{
            opacity:1;
            transform:translateY(0);
        }
    }*/
/*work page*/

/*insights*/
    *{
        margin:0;
        padding:0;
        box-sizing:border-box;
        font-family: var(--fontfamily);;
    }
    /*body{
        background:#08111f;
        color:#fff;
    }*/
    /* Cards */
    .success-grid{
        display:grid;
        grid-template-columns:repeat(auto-fit,minmax(330px,1fr));
        gap:35px;
    }
    .testimonial-card{
        background:rgba(14,26,61,1);
        backdrop-filter:blur(18px);
        border:1px solid rgba(14,26,61,.12);
        border-radius:25px;
        padding:35px;
        transition:.4s;
        position:relative;
        overflow:hidden;
        margin-top: 10px;
    }
    .testimonial-card::before{
        content:"";
        position:absolute;
        inset:0;
        background:linear-gradient(135deg,#2563eb22,#06b6d422);
        opacity:0;
        transition:.4s;
    }
    .testimonial-card:hover{
        transform:translateY(-10px);
        box-shadow:0 5px 10px rgba(14,26,61,.30);
        border-color:var(--navy-800);
    }
    .testimonial-card:hover::before{
        opacity:1;
    }
    .quote-icon{
        width:65px;
        height:65px;
        border-radius:18px;
        display:flex;
        align-items:center;
        justify-content:center;
        background:linear-gradient(135deg,#2563eb,#06b6d4);
        font-size:22px;
        color:#fff;
        margin-bottom:22px;
    }
    .stars{
        color:#FFD43B;
        margin-bottom:18px;
    }
    .stars i{
        margin-right:4px;
    }
    .testimonial-text{
        color:#d8e6f3;
        line-height:1.9;
    }
    .client{
        display:flex;
        align-items:center;
        gap:16px;
        padding-bottom: 20px;
    }
    .avatar{
        width:60px;
        height:60px;
        border-radius:50%;
        display:flex;
        justify-content:center;
        align-items:center;
        background:linear-gradient(135deg,#2563eb,#06b6d4);
        font-weight:700;
        font-size:20px;
    }
    .client-info h4{
        font-size:18px;
        margin-bottom:5px;
    }
    .client-info span{
        color:#90a8bf;
        font-size:14px;
    }
    .client-infos {
        padding-top: 20px;
        border-top: 1px solid rgb(255 255 255 / 30%);
    }
    
    
    
    .success-grid{
        width:100%;
    }
    .swiper{
        width:100%;
        padding:20px 10px 50px;
    }
    .swiper-slide{
        height:auto;
    }
    /*.testimonial-card{
        background:#fff;
        padding:30px;
        border-radius:15px;
        box-shadow:0 10px 30px rgba(0,0,0,0.08);
        height:100%;
    }
    .client{
        display:flex;
        align-items:center;
        gap:15px;
    }
    .avatar{
        width:60px;
        height:60px;
        border-radius:50%;
        background:#2563eb;
        color:white;
        display:flex;
        align-items:center;
        justify-content:center;
        font-weight:bold;
        font-size:20px;
    }
    .client-info h4{
        font-size:18px;
        margin-bottom:5px;
    }
    .client-info span{
        color:#777;
        font-size:14px;
    }
    .testimonial-text{
        margin-top:20px;
        color:#555;
        line-height:1.7;
        font-size:16px;
    }*/
    /* Pagination */
    .testimonialSwiper  .swiper-pagination-bullet{
        background:#fff;
    }
    .testimonialSwiper .swiper-button-prev {
        color: var(--muted) !important;
        left: 2px;
    }
    .testimonialSwiper .swiper-button-next {
        color: var(--muted) !important;
        right: 2px;
    }
    .testimonialSwiper .swiper-button-next:after, .testimonialSwiper .swiper-button-prev:after {
        font-size: 26px !important;
        font-weight: 600;
    }
/*insights*/

/*events*/
    * {
        box-sizing: border-box;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -12px;
        margin-left: -12px;
    }
    .row > * {
        padding-right: 12px;
        padding-left: 12px;
    }
    .gx-4 > * {
        padding-left: 12px;
        padding-right: 12px;
    }
    .g-4 > * {
        padding: 12px;
    }
    .col-lg-3,
    .col-lg-6,
    .col-md-6,
    .col-md-12 {
        width: 100%;
    }
    .mb-0 {
        margin-bottom: 0 !important;
    }
    @media (min-width:768px){
       .col-md-6 {
            width:50%;
        }
    }
    @media (max-width:992px){
        #work .content {
            height: auto;
        }
    }
    @media (min-width:992px){
      .col-lg-3 {
            width:25%;
        }
        .col-lg-6 {
            width:50%;
        }
    }
    .gallery-style1 {
        position: relative;
        overflow: hidden;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        margin-bottom: 30px;
        background: #fff;
        transition: all 0.4s ease;
    }
    .gallery-style1:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }
    .gallery-thumb {
        position: relative;
        overflow: hidden;
        height: 280px;
    }
    .gallery-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }
    .gallery-style1:hover .gallery-thumb img {
        transform: scale(1.08);
    }
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
        opacity: 0.8;
        transition: opacity 0.3s ease;
        z-index: 1;
    }
    .gallery-style1:hover {
        border: 1px solid var(--gold);
        box-shadow: 0 3px 10px var(--gold);
    }
    .gallery-style1:hover .overlay {
        opacity: 0.9;
    }
    .popup-link {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        background: var(--navy-700);
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
        font-size: 16px;
        transition: background 0.3s ease, transform 0.3s ease;
        text-decoration: none;
    }
    .popup-link:hover {
        background: var(--navy-950);
        color: #fff;
        transform: scale(1.1);
    }
    .gallery-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        z-index: 2;
    }
    .gallery-date span {
        color: var(--gold);
        font-size: 13px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 0px;
        margin-bottom: 8px;
        background: rgba(0, 0, 0, 0.4);
        padding: 4px 10px;
        border-radius: 10px;
        backdrop-filter: blur(4px);
    }
    .gallery-date p {
        font-size: 13px;
        font-weight: 700;
    }
    .gallery-title {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
    }
    .gallery-title a {
        color: #ffffff;
        text-decoration: none;
        transition: color 0.2s ease;
    }
    .gallery-title a:hover {
        color: var(--gold);
    }
    .fa-image {
        color: var(--gold);
    }
    @media (min-width: 992px) {
        .grid-item--width2 .gallery-thumb {
            height: 280px;
        }
    }
/*events*/

#web .work-cards:nth-child(4) {
    margin-left: 0%;
}
#web .work-cards:nth-child(5) {
    margin-left: 0%;
}
#web .content-text {
    height: 90px;
    flex-direction: inherit;
}
.breadcrumb-wrap {
    /*position: absolute;*/
    position: relative;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 2;
}
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumb li {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.breadcrumb li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.breadcrumb li a:hover {
    color: #c9a24d;
}
.breadcrumb li span {
    color: #c9a24d;
}

@media (min-width:768px) and (max-width:1024px) {
    .services-content {
        padding: 5px;
    }
    .services-content h4 {
        font-size: 12px;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .services-content p {
       font-size: 12px;
       margin-bottom: 10px;
    }
    .services-view {
        padding: 5px;
        line-height: 1;
        font-size: 12px;
    }
    #creative .work-cards:nth-child(13) {
        grid-column: auto;
        margin-left: 0%;
    }
    #creative .work-cards:nth-child(14) {
        grid-column: auto;
        margin-left: 0%;
    }
    /*#web .work-cards:nth-child(4) {
        grid-column: auto;
        margin-left: 0%;
    }
    #web .work-cards:nth-child(5) {
        grid-column: auto;
        margin-left: 0%;
    }*/
}

@media (max-width:991px) {
    .links{
        position:absolute;
        top:90px;
        left:0;
        width:100%;
        background:var(--navy-800);
        flex-direction:column;
        align-items:center;
        padding:20px 0;
        display:none;
        box-shadow:0 5px 15px rgba(0,0,0,.1);
    }
    .links.show {
        display:flex;
        align-items: flex-start;
        padding-left: 30px;
        gap: 15px;
    }
    .btn2 {
        display:none;
    }
    .mobile-btn {
        display:inline-block;
        margin-bottom:10px;
        border-bottom: 1px solid rgba(244, 241, 234, 0.4) !important;
        padding: 8px !important;
    }
    .burger{
        display:flex;
    }
    .headerlogo {
        width: 160px;
    }
    .diff-inners {
        display: block;
    }
    .diff-lists {
        grid-template-columns:repeat(3,1fr);
    }
    .section-label {
        font-size: 20px;
    }
    .intro h2 {
        font-size: 18px;
    }
    .img-services {
        font-size: 12px;
    }
    .cover-pics-two{
        grid-template-columns:repeat(1,1fr);
    }
}

@media (max-width: 980px) {
  nav.links {
    display: none;
  }
  .burger {
    display: flex;
  }
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    order: -1;
    max-width: 340px;
    margin: 0 auto;
  }
  .stats-inner {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
  .stat {
    border-left: none;
  }
  .cards3 {
    grid-template-columns: 1fr;
    /*display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;*/
  }
  .diff-inner {
    grid-template-columns: 1fr;
  }
  .diff-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .work-grid {
    grid-template-columns: 1fr;
  }
  .quote-inner {
    flex-direction: column;
    text-align: center;
  }
  .quote-visual {
    display: none;
  }
  .foot-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 30px;
  }
  .hero-copy h1 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .btn {
      font-size: 11px;
      padding: 10px;
    }
    .hero-copy p {
        margin-bottom: 0px;
    }
    .border-removes {
        border-right: unset;
    }
}

@media(max-width:900px){
    .left,.right{
        padding:35px;
    }
    .left h1{
        font-size:32px;
    }
}

@media(max-width:768px){
    .services-section {
        flex-direction:column;
    }
    .tabs{
        width:100%;
    }
    .faq-title{
        font-size:30px;
    }
    .faq-question{
        font-size:16px;
        padding:18px;
    }
    .creative{
        grid-template-columns:1fr;
    }
}

@media (max-width: 767px) {
    .btn {
        font-size: 11px;
        padding: 10px;
    }
    .borderremoves {
        border-right: unset;
    }
    .hero-copy h1 {
        font-size: 11px;
    }
    .hero-copy {
        left: 4% !important;
    }
    .hero-copy p {
        font-size: 9px;
        width: 34%;
        line-height: 1.3;
    }
    .hero-copy1 p {
        font-size: 9px;
        width: 50%;
        line-height: 1.3;
    }
    .heroSwiper .imgwidth {
        object-fit: contain !important;
    }
    .hero-copy h1 {
        margin-bottom: 5px;
    }
    .diff h2 {
        border-right: unset;
    }
    .foot-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-bottom: 20px;
    }
    .borderright {
        border-right: unset;
        padding-right: 0px;
    }
    .stat {
        display: grid;
    }
    .cta h2 {
        font-size: 22px;
    }
    .cta-inner {
      padding: 10px 30px;  
    }
    
    .hero-btns {
        display: none;
    }
    .herobanner {
        top: 7%;
        left: 35%;
    }
    .cardaboutus {
        grid-template-columns: 1fr;
    }
    .diff-inners h2 {
       margin-bottom: 15px; 
    }
    .diff-lists{
        grid-template-columns:1fr;
    }
    .checks{
        font-size:42px;
    }
    .services {
        grid-template-columns: 1fr;
    }
    .services .services-card:last-child {
        grid-column: auto;
    }
    .contact_us {
        grid-template-columns: 1fr;
    }
    .services-card:nth-child(4) {
        margin-left: 0%;
    }
    .services-card:nth-child(5) {
        margin-left: 0%;
    }
    #creative .work-cards:nth-child(4) {
        margin-left: 0%;
    }
    #creative .work-cards:nth-child(5) {
        margin-left: 0%;
    }
    .work-grids {
        grid-template-columns: 1fr;
    }
    #creative .work-cards {
        grid-column: auto !important;
    }
     #web .work-cards {
        grid-column: auto !important;
    }
    #creative .content-text {
        height: 70px;
    }
    #web .content-text {
        height: 90px;
        justify-content: center;
    }
}