:root {
  --ias-green-950: #061a2e;
  --ias-green-900: #092238;
  --ias-green-800: #123b61;
  --ias-green-600: #245b88;
  --ias-cream: #fbf8f1;
  --ias-cream-2: #f1eadc;
  --ias-gold: #b88a3b;
  --ias-ink: #092238;
  --ias-muted: #66727e;
}

body {
  background: var(--ias-cream);
  color: var(--ias-ink);
}

p,
.features__content p,
.ias-detail-card p,
.blog__content p {
  color: #465a54;
  line-height: 1.75;
}

a,
.main-menu ul li a:hover,
.features__content a,
.footer-widget_menu-link li a:hover,
.footer-widget_menu-link-info li a:hover {
  color: var(--ias-green-800);
}

.theme-bg,
.footer-copyright__wrapper {
  background: var(--ias-green-800);
}

.header-top {
  background: var(--ias-green-950);
}

.header-menu {
  background: rgba(255, 250, 240, 0.98);
  border-bottom: 1px solid rgba(15, 61, 51, 0.12);
}

.header-logo img,
.footer-logo img {
  width: 210px;
  max-width: 100%;
  border-radius: 0;
}

.header-language {
  display: flex;
  gap: 8px;
  align-items: center;
}

.ias-lang-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 250, 240, 0.32);
  color: var(--ias-cream);
  font-weight: 700;
  font-size: 12px;
}

.ias-lang-link.active,
.ias-lang-link:hover {
  color: var(--ias-green-950);
  background: var(--ias-cream);
}

.theme-btn {
  background: var(--ias-green-800);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 28px;
  line-height: 1.2;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.theme-btn:before,
.theme-btn:after {
  display: none;
}

.theme-btn:hover {
  color: #fff;
  background: var(--ias-gold);
}

.theme-btn i {
  position: static;
  transform: none;
  margin: 0;
  line-height: 1;
}

.slider-height::before {
  background: linear-gradient(90deg, rgba(3, 33, 28, 0.96), rgba(5, 45, 38, 0.82), rgba(5, 45, 38, 0.42));
}

.slide-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(5, 45, 38, 0.65), rgba(5, 45, 38, 0.28));
  pointer-events: none;
}

.slider-top-text {
  color: #ffd58c;
  font-weight: 800;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.aslider--title {
  max-width: 760px;
  color: #fffaf0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.55);
}

.aslider--subtitle {
  max-width: 650px;
  color: #fff7e8;
  font-weight: 600;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.visa-area {
  background: var(--ias-green-900);
}

.visa__items {
  border-color: rgba(255, 250, 240, 0.2);
}

.visa__items-single-icon i,
.visa__items-single-title a {
  color: var(--ias-cream);
}

.section-title {
  color: var(--ias-green-950);
  letter-spacing: 0;
}

.about-area,
.blog-area,
.featurs-services,
.global-area {
  background: var(--ias-cream);
}

.grey-bg {
  background: var(--ias-cream-2);
}

.features {
  background: #fff;
  border: 1px solid rgba(15, 61, 51, 0.12);
  box-shadow: 0 18px 45px rgba(5, 45, 38, 0.08);
  height: 100%;
}

.features__thumb img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.features__content {
  background: #fff;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.features:hover .features__content {
  background: var(--ias-green-800);
}

.features:hover .features__content a,
.features:hover .features__content p,
.features:hover .features__content-title a {
  color: #fff;
}

.global-area-img {
  background: radial-gradient(circle at 50% 45%, rgba(31, 122, 98, 0.18), transparent 58%);
}

.fact {
  background: #fff;
  border: 1px solid rgba(15, 61, 51, 0.12);
  padding: 32px 20px;
}

.fact h1,
.fact span {
  color: var(--ias-green-950);
}

.calltoaction-area::before {
  background: rgba(5, 45, 38, 0.86);
}

.calltoaction-title {
  color: var(--ias-cream);
}

.partners-area {
  background-color: var(--ias-green-900);
}

.partners-area .section-title,
.partners-area p {
  color: var(--ias-cream);
}

.partner-img {
  background: rgba(255, 250, 240, 0.08);
  color: var(--ias-cream);
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  border: 1px solid rgba(255, 250, 240, 0.16);
}

.testimonail__wrapper,
.blog,
.ias-detail-card {
  background: #fff;
  border: 1px solid rgba(15, 61, 51, 0.12);
  box-shadow: 0 18px 45px rgba(5, 45, 38, 0.08);
}

.footer-bg {
  background: var(--ias-green-950);
}

.footer-area p,
.footer-widget__title,
.footer-widget_menu-link li a,
.footer-widget_menu-link-info li a,
.footer-about-1__title {
  color: var(--ias-cream);
}

.footer-area a,
.footer-area span,
.footer-copyright-area p {
  color: rgba(255, 250, 240, 0.86);
}

.footer-area .social_links a {
  color: var(--ias-cream);
  border-color: rgba(255, 250, 240, 0.3);
}

.footer-copyright-area {
  background: var(--ias-green-900);
}

.copyright-title,
.copyright-botom-right ul li a {
  color: var(--ias-cream);
}

.subscribe-footer input {
  background: var(--ias-cream);
  color: var(--ias-ink);
}

.subscribe-footer button {
  background: var(--ias-gold);
  color: var(--ias-green-950);
}

.page-title__area {
  background-color: var(--ias-green-900);
}

.page-title__area::before {
  background: rgba(5, 45, 38, 0.86);
}

.page__title-wrapper h3,
.breadcrumb .bd-items,
.breadcrumb .bd-items a {
  color: #fffaf0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.ias-detail-area {
  background: var(--ias-cream);
}

.ias-detail-card {
  padding: 34px;
  height: 100%;
}

.ias-detail-card h3,
.ias-detail-card h4 {
  color: var(--ias-green-950);
}

.ias-card-title-link {
  display: block;
  color: var(--ias-green-950);
}

.ias-card-title-link:hover h4,
.ias-read-more:hover {
  color: var(--ias-gold);
}

.ias-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--ias-green-800);
  font-weight: 700;
}

.ias-detail-image {
  width: 100%;
  max-height: 430px;
  object-fit: cover;
  margin-bottom: 28px;
}

.ias-detail-rich {
  color: #465a54;
  line-height: 1.75;
}

.ias-detail-rich img {
  max-width: 100%;
  height: auto;
}

.ias-detail-list li {
  margin-bottom: 10px;
  color: var(--ias-muted);
}

@media (max-width: 767px) {
  .header-logo img,
  .footer-logo img {
    width: 170px;
  }

  .aslider--title {
    font-size: 38px;
    line-height: 1.15;
  }

  .theme-btn {
    min-height: 48px;
    padding: 0 20px;
    width: auto;
    max-width: 100%;
    white-space: normal;
  }

  .features__content {
    min-height: auto;
  }
}

/* Canonical spacing and component rules */
:root {
  --ias-section-space: clamp(72px, 7.5vw, 112px);
  --ias-grid-gap: clamp(20px, 2.2vw, 30px);
}

.ias-section,
.featurs-services.ias-section,
.about-area.ias-section,
.global-area.ias-section,
.team-area.ias-section,
.partners-area.ias-section,
.testimonail-area.ias-section,
.blog-area.ias-section,
.ias-detail-area.ias-section {
  padding-top: var(--ias-section-space);
  padding-bottom: var(--ias-section-space);
}

.ias-section--white {
  background: #fff;
}

.ias-section--soft {
  background: #f5f8f6;
}

.ias-section--dark {
  background-color: var(--ias-green-950);
}

.ias-section > .container > .row,
.ias-stats-section > .container > .row {
  row-gap: var(--ias-grid-gap);
}

.featurs-services .container > .row:last-child,
.blog-area .container > .row:last-child,
.team-area .container > .row:last-child,
.ias-detail-area .container > .row {
  row-gap: var(--ias-grid-gap);
}

.featurs-services [class*="col-"],
.blog-area [class*="col-"],
.team-area [class*="col-"],
.ias-detail-area [class*="col-"] {
  margin-bottom: 0 !important;
}

.features,
.blog,
.ias-detail-card {
  height: 100%;
}

.about-area .row,
.global-area .row,
.partners-area .row {
  align-items: center;
}

.ias-stats-section {
  padding: 0 0 var(--ias-section-space);
  background: #fff;
}

.ias-system-visual {
  position: relative;
  min-height: 420px;
  display: grid;
  align-content: center;
  gap: 28px;
  padding: clamp(28px, 4vw, 52px);
  overflow: hidden;
  border: 1px solid rgba(5,45,38,.11);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 10%, rgba(184,138,59,.21), transparent 30%),
    linear-gradient(145deg, #fff, #edf5f1);
  box-shadow: 0 25px 65px rgba(5,45,38,.09);
}

.ias-consulting-board {
  min-height: 470px;
  display: grid;
  align-content: center;
  gap: 34px;
  padding: clamp(30px, 5vw, 58px);
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 10%, rgba(184,138,59,.30), transparent 28%),
    linear-gradient(145deg, var(--ias-green-950), var(--ias-green-800));
  box-shadow: 0 28px 70px rgba(5,45,38,.20);
}

.ias-consulting-board__head strong {
  display: block;
  color: #fff;
  font-size: clamp(52px, 8vw, 92px);
  line-height: .9;
  letter-spacing: .08em;
}

.ias-consulting-board__head span {
  display: block;
  margin-top: 16px;
  color: #f0d29d;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ias-consulting-board__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ias-consulting-board__steps div {
  min-height: 102px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 13px;
  background: rgba(255,255,255,.07);
}

.ias-consulting-board__steps b {
  color: #f0d29d;
  font-size: 12px;
}

.ias-consulting-board__steps span {
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
}

.ias-system-visual::before,
.ias-system-visual::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(31,122,98,.14);
  border-radius: 50%;
}

.ias-system-visual::before {
  top: -105px;
  right: -70px;
}

.ias-system-visual::after {
  bottom: -125px;
  left: -65px;
}

.ias-system-visual__brand {
  position: relative;
  z-index: 1;
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 24px;
  background: var(--ias-green-900);
  color: #fff !important;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: .12em;
  box-shadow: 0 15px 30px rgba(5,45,38,.22);
}

.ias-system-visual__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ias-system-visual__grid span {
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 14px;
  border: 1px solid rgba(5,45,38,.10);
  border-radius: 13px;
  background: rgba(255,255,255,.88);
  color: var(--ias-green-950);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
}

.ias-section-lead--left {
  margin-left: 0;
}

.partners-area .section-title,
.partners-area .ias-section-lead {
  color: #fff;
}

.partners-area .ias-section-lead {
  color: rgba(255,255,255,.72);
}

.main-menu-wrapper__call-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(31,122,98,.10);
  color: var(--ias-green-800);
  font-size: 17px;
}

.footer-area {
  padding-top: var(--ias-section-space);
  padding-bottom: 72px;
}

.footer-area .row {
  row-gap: 42px;
}

.footer-about-1-content > p {
  max-width: 330px;
  margin-bottom: 28px !important;
}

.ias-footer-cta {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 20px;
  border-radius: 10px;
  background: var(--ias-gold);
  color: var(--ias-green-950) !important;
  font-weight: 800;
}

.ias-footer-cta:hover {
  background: #d2a753;
}

.page-title__area {
  padding-top: clamp(80px, 9vw, 118px);
}

.page__title-wrapper h3 {
  margin: 0;
  padding: 0 0 clamp(58px, 7vw, 88px);
}

.breadcrumb {
  min-height: 62px;
  margin: 0;
  padding: 18px 0;
}

.ias-card-media {
  width: calc(100% + 68px);
  height: 190px;
  margin: -34px -34px 28px;
  border-radius: 0 !important;
  object-fit: cover;
}

.ias-contact-form .row {
  row-gap: 18px;
}

.ias-contact-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--ias-green-950);
  font-size: 13px;
  font-weight: 750;
}

.ias-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.ias-form-status {
  margin-bottom: 22px;
  padding: 14px 16px;
  border-radius: 10px;
  font-weight: 700;
}

.ias-form-status--success {
  background: #e7f6ed;
  color: #17633f;
}

.ias-form-status--warning {
  background: #fff7df;
  color: #755613;
}

.ias-form-status--error {
  background: #fff0ee;
  color: #a23b30;
}

.ias-kvkk-check {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid rgba(9, 34, 56, .14);
  border-radius: 10px;
  background: #f8faf8;
}

.ias-kvkk-check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--ias-green-900);
}

.ias-contact-form .ias-kvkk-check label {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.ias-kvkk-disclosure {
  margin-top: 10px;
  border: 1px solid rgba(9, 34, 56, .12);
  border-radius: 10px;
  background: #fff;
}

.ias-kvkk-disclosure summary {
  padding: 13px 16px;
  color: var(--ias-green-900);
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.ias-kvkk-content {
  max-height: 360px;
  overflow-y: auto;
  padding: 4px 18px 18px;
  border-top: 1px solid rgba(9, 34, 56, .10);
}

.ias-kvkk-content h4 {
  margin: 18px 0 12px;
  font-size: 18px;
}

.ias-kvkk-content p {
  margin: 0;
  color: #53616e;
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .ias-stats-section {
    padding-top: 0;
  }

  .footer-widget {
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  :root {
    --ias-section-space: 68px;
    --ias-grid-gap: 20px;
  }

  .ias-system-visual {
    min-height: 340px;
    padding: 24px;
  }

  .ias-consulting-board {
    min-height: 380px;
    padding: 28px;
  }

  .ias-card-media {
    width: calc(100% + 50px);
    margin: -25px -25px 24px;
  }

  .footer-area {
    padding-bottom: 54px;
  }
}

/* 2026 visual system: spacious, trustworthy and fully content-led */
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Roboto", "Segoe UI", Arial, sans-serif;
  background: #f8faf8;
}

.container {
  max-width: 1200px;
}

.header-top {
  min-height: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.header-top-left ul li span,
.header-location ul li a,
.top-button a {
  color: rgba(255,255,255,.88);
  font-size: 12px;
}

.header-menu {
  min-height: 82px;
}

.header-menu .row {
  min-height: 82px;
}

.main-menu ul li a {
  color: var(--ias-green-950);
  font-weight: 700;
  font-size: 14px;
}

.main-menu ul li .sub-menu {
  border-top: 3px solid var(--ias-gold);
  box-shadow: 0 18px 45px rgba(5,45,38,.14);
}

.main-menu-wrapper__call-text span {
  color: var(--ias-muted);
}

.main-menu-wrapper__call-text h5 a {
  color: var(--ias-green-950);
}

.slider-height {
  min-height: 640px;
  height: 640px;
}

.single-slider {
  overflow: hidden;
}

.slider-height::before {
  z-index: 1;
  opacity: 1;
  background: linear-gradient(90deg, rgba(3,38,32,.97) 0%, rgba(5,54,45,.91) 47%, rgba(5,45,38,.57) 100%);
}

.slide-bg::after {
  background:
    radial-gradient(circle at 70% 20%, rgba(184,138,59,.18), transparent 30%),
    linear-gradient(120deg, rgba(5,45,38,.30), rgba(5,45,38,.60));
}

.aslider {
  max-width: 720px;
}

.slider-top-text,
.ias-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(184,138,59,.13);
  color: #9a6d22;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.slider-top-text {
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff3d7;
}

.aslider--title {
  font-size: clamp(44px, 5vw, 70px);
  line-height: 1.03;
  letter-spacing: -.045em;
  margin-top: 20px;
}

.aslider--subtitle {
  font-size: 18px;
  line-height: 1.72;
  font-weight: 400;
  color: rgba(255,255,255,.84);
}

.ias-hero-proof {
  max-width: 270px;
  margin-left: auto;
  padding: 12px 26px;
  border-left: 1px solid rgba(255,255,255,.22);
  text-align: center;
  color: #fff;
}

.ias-hero-proof__item {
  padding: 20px 8px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.ias-hero-proof__item:last-child {
  border: 0;
}

.ias-hero-proof__item strong {
  display: block;
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.ias-hero-proof__item span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
}

.slide-prev,
.slide-next {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  background: rgba(255,255,255,.12);
}

.visa-area {
  position: relative;
  z-index: 3;
  margin-top: -1px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(5,45,38,.10);
}

.visa__items {
  border-color: rgba(5,45,38,.09);
}

.visa__items-single {
  min-height: 128px;
  padding: 20px 24px;
}

.visa__items-single-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(31,122,98,.10);
}

.visa__items-single-icon i,
.visa__items-single-title a {
  color: var(--ias-green-900);
}

.visa__items-single-title {
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.featurs-services,
.about-area,
.global-area,
.blog-area,
.ias-detail-area {
  background: #f8faf8;
}

.featurs-services,
.about-area,
.global-area,
.blog-area {
  padding-top: 120px;
  padding-bottom: 100px;
}

.section-title {
  margin-top: 14px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.ias-section-lead {
  max-width: 660px;
  margin: 18px auto 0;
  font-size: 17px;
}

.features,
.blog,
.ias-detail-card,
.fact,
.testimonail__wrapper {
  border: 1px solid rgba(5,45,38,.10);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(5,45,38,.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.features:hover,
.blog:hover,
.ias-detail-card:hover {
  transform: translateY(-5px);
  border-color: rgba(31,122,98,.27);
  box-shadow: 0 24px 55px rgba(5,45,38,.11);
}

.features__thumb {
  overflow: hidden;
}

.features__thumb img,
.blog__thumb img {
  width: 100%;
  transition: transform .5s ease;
}

.features:hover .features__thumb img,
.blog:hover .blog__thumb img {
  transform: scale(1.04);
}

.features__content {
  min-height: 250px;
  padding: 28px;
}

.features__content-title {
  font-size: 21px;
  line-height: 1.25;
}

.features:hover .features__content {
  background: #fff;
}

.features:hover .features__content a,
.features:hover .features__content p,
.features:hover .features__content-title a {
  color: inherit;
}

.features:hover .features__content-title a,
.features__content > a {
  color: var(--ias-green-800);
}

.about-area {
  position: relative;
  background: #fff;
}

.about_wrapper__group-top img,
.ias-detail-area .img-fluid {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.about_wrapper__group-top img {
  min-height: 470px;
  max-height: 570px;
}

.section_title_wrapper-about-content p {
  font-size: 17px;
  margin-bottom: 28px;
}

.fact-area {
  padding: 0 0 110px;
  background: #fff;
}

.fact {
  border-radius: 14px;
}

.fact h1 {
  color: var(--ias-gold);
  font-size: 42px;
}

.global-area-img {
  min-height: 390px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background: radial-gradient(circle, rgba(31,122,98,.18), transparent 64%);
}

.calltoaction-area {
  min-height: 260px;
  padding: 62px 0;
  background:
    radial-gradient(circle at 75% 20%, rgba(184,138,59,.26), transparent 25%),
    linear-gradient(120deg, var(--ias-green-950), var(--ias-green-800));
}

.calltoaction-area::before {
  display: none;
}

.ias-cta-copy {
  position: relative;
  z-index: 2;
}

.ias-eyebrow--light {
  background: rgba(255,255,255,.10);
  color: #f7dab0;
}

.calltoaction-title {
  padding: 15px 0 8px;
  margin: 0;
  font-size: 34px;
}

.ias-cta-copy p {
  margin: 0;
  color: rgba(255,255,255,.75);
}

.calltoaction-btn {
  position: relative;
  z-index: 2;
}

.team-area.grey-bg,
.testimonail-area,
.blog-area {
  background: #f2f6f3;
}

.team-area .ias-detail-card h3 {
  color: var(--ias-gold);
  font-size: 42px;
}

.partners-area {
  background-image: none !important;
  background:
    radial-gradient(circle at 15% 10%, rgba(184,138,59,.18), transparent 30%),
    var(--ias-green-950);
}

.testimonail-area {
  padding-bottom: 130px;
}

.testimonail__wrapper {
  padding: 30px;
}

.blog__thumb img {
  height: 225px;
  object-fit: cover;
}

.blog__content {
  min-height: 245px;
  padding: 28px;
}

.blog__content__title {
  font-size: 22px;
}

.footer-area {
  padding-top: 95px;
}

.footer-widget__title {
  font-size: 18px;
}

.footer-widget_menu-link li,
.footer-widget_menu-link-info li {
  margin-bottom: 12px;
}

.page-title__area {
  position: relative;
  background-image: none !important;
  background:
    radial-gradient(circle at 80% 10%, rgba(184,138,59,.18), transparent 28%),
    linear-gradient(120deg, var(--ias-green-950), var(--ias-green-800));
}

.page-title__area::before {
  display: none;
}

.page__title-wrapper h3 {
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
  font-size: clamp(38px, 5vw, 60px);
  letter-spacing: -.035em;
}

.breadccrumb-bg {
  position: relative;
  z-index: 1;
  background: rgba(3,38,32,.62);
}

.ias-detail-area {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ias-detail-card {
  padding: 34px;
  background: #fff;
}

.ias-detail-card h3 {
  font-size: 34px;
  line-height: 1.18;
}

.ias-detail-card h4 {
  font-size: 21px;
  line-height: 1.3;
}

.ias-detail-rich,
.ias-detail-rich p,
.ias-detail-card p,
.ias-detail-list li {
  color: #43564f !important;
}

.ias-detail-card .form-control {
  min-height: 52px;
  border: 1px solid rgba(5,45,38,.16);
  border-radius: 9px;
  background: #fbfcfb;
  color: var(--ias-ink);
}

.ias-detail-card textarea.form-control {
  min-height: 150px;
}

.accordion-item,
.contact__gpinfo,
.ablog,
.widget {
  background: #fff;
  border: 1px solid rgba(5,45,38,.10);
  color: var(--ias-ink);
}

.accordion-button,
.accordion-body,
.ablog__text p,
.sidebar__post--title a {
  color: var(--ias-ink);
}

@media (max-width: 991px) {
  .header-menu,
  .header-menu .row {
    min-height: 72px;
  }

  .slider-height {
    min-height: 580px;
    height: 580px;
  }

  .featurs-services,
  .about-area,
  .global-area,
  .blog-area {
    padding-top: 85px;
    padding-bottom: 70px;
  }

  .about_wrapper__group-top img {
    min-height: 380px;
  }

  .calltoaction-btn {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .header-top {
    display: none;
  }

  .slider-height {
    min-height: 560px;
    height: 560px;
  }

  .aslider--title {
    font-size: 41px;
  }

  .aslider--subtitle {
    font-size: 16px;
  }

  .visa-area {
    box-shadow: none;
  }

  .visa__items-single {
    min-height: 94px;
  }

  .section-title {
    font-size: 36px;
  }

  .features__content {
    min-height: auto;
  }

  .about_wrapper__group-top img {
    min-height: 320px;
  }

  .global-area-img {
    min-height: 280px;
  }

  .calltoaction-area {
    text-align: center;
  }

  .ias-cta-copy .ias-eyebrow {
    margin: auto;
  }

  .calltoaction-title {
    font-size: 29px;
  }

  .calltoaction-btn {
    margin-top: 28px;
    text-align: center;
  }

  .page__title-wrapper h3 {
    padding-bottom: 65px;
  }

  .ias-detail-area {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .ias-detail-card {
    padding: 25px;
  }
}

/* Final cascade guard: one spacing source for every public section */
.ias-section,
.featurs-services.ias-section,
.about-area.ias-section,
.global-area.ias-section,
.team-area.ias-section,
.partners-area.ias-section,
.testimonail-area.ias-section,
.blog-area.ias-section,
.ias-detail-area.ias-section {
  padding-top: var(--ias-section-space);
  padding-bottom: var(--ias-section-space);
}

.ias-stats-section {
  padding-top: 0;
  padding-bottom: var(--ias-section-space);
}

.page-title__area {
  padding-top: clamp(80px, 9vw, 118px);
}

.page__title-wrapper h3 {
  padding-bottom: clamp(58px, 7vw, 88px);
}

@media (max-width: 767px) {
  .ias-section,
  .featurs-services.ias-section,
  .about-area.ias-section,
  .global-area.ias-section,
  .team-area.ias-section,
  .partners-area.ias-section,
  .testimonail-area.ias-section,
  .blog-area.ias-section,
  .ias-detail-area.ias-section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .ias-stats-section {
    padding-bottom: 68px;
  }
}

/* ================================================================
   IAS responsive layout stabilization
   This block intentionally comes last so the legacy theme cannot
   reintroduce menu, icon, title-band or footer spacing problems.
   ================================================================ */

html {
  scroll-padding-top: 88px;
}

body {
  min-width: 320px;
  font-size: 16px;
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
  font-family: "Roboto", "Segoe UI", Arial, sans-serif;
}

img,
svg {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  overflow-wrap: break-word;
}

p,
.features__content p,
.ias-section-lead,
.ias-detail-card p,
.ias-detail-rich,
.ias-detail-rich p,
.blog__content p,
.testimonail__wrapper p {
  font-size: clamp(14px, .2vw + 13.5px, 16px);
  line-height: 1.7;
}

.container {
  width: 100%;
  max-width: 1240px !important;
  padding-right: clamp(18px, 2vw, 24px);
  padding-left: clamp(18px, 2vw, 24px);
}

.section-title {
  font-size: clamp(28px, 2.7vw, 42px);
  line-height: 1.12;
  letter-spacing: -.025em;
}

.aslider--title {
  font-size: clamp(40px, 4.2vw, 62px);
  line-height: 1.05;
}

.aslider--subtitle {
  font-size: clamp(15px, .45vw + 13px, 18px);
}

/* Header: one-row desktop grid and a clean two-column mobile row */
.header-menu,
.header-menu .ias-header-grid {
  min-height: 78px;
}

.header-logo {
  line-height: 1;
}

.header-logo a {
  display: inline-flex;
  align-items: center;
}

.header-logo img {
  display: block;
  width: 170px;
  height: auto;
  max-width: 170px;
  max-height: 54px;
}

.main-menu-wrapper__call-number::before {
  height: 42px;
  left: -16px;
  background: rgba(5, 45, 38, .12);
}

.main-menu-wrapper__call-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin-right: 11px !important;
}

.main-menu-wrapper__call-text {
  min-width: 0;
}

.main-menu-wrapper__call-text span {
  margin: 0 0 2px;
  font-size: 11px;
  line-height: 1.25;
  white-space: nowrap;
}

.main-menu-wrapper__call-text h5 {
  margin: 0;
  font-size: 16px;
  line-height: 1.15;
}

.main-menu-wrapper__call-text h5 a {
  white-space: nowrap;
}

@media (min-width: 1400px) {
  .header-menu .ias-header-grid {
    display: grid !important;
    grid-template-columns: minmax(145px, 175px) minmax(0, 1fr) minmax(195px, 220px);
    align-items: center;
    gap: 22px;
    margin-right: 0;
    margin-left: 0;
    flex-wrap: nowrap;
  }

  .ias-header-grid > .ias-header-logo-col,
  .ias-header-grid > .ias-header-nav-col,
  .ias-header-grid > .ias-header-contact-col {
    width: auto;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }

  .ias-header-nav-col,
  .main-menu,
  .main-menu nav {
    min-width: 0;
    width: 100%;
  }

  .main-menu {
    text-align: initial;
  }

  .main-menu nav > ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
    gap: clamp(13px, 1.25vw, 23px);
    margin: 0;
    padding: 0;
  }

  .main-menu nav > ul > li {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin: 0;
    white-space: nowrap;
  }

  .main-menu nav > ul > li > a {
    display: flex;
    align-items: center;
    min-height: 78px;
    padding: 0 !important;
    font-size: clamp(11.5px, .35vw + 8.5px, 13px);
    line-height: 1.2;
    letter-spacing: .005em;
  }

  .main-menu nav > ul > li.menu-item-has-children {
    padding-right: 13px;
  }

  .main-menu nav > ul > li.menu-item-has-children::after {
    right: 0;
    font-size: 9px;
  }

  .main-menu nav > ul > li > .sub-menu {
    top: calc(100% + 10px);
    width: min(300px, 80vw);
    padding: 10px 0;
  }

  .main-menu nav > ul > li:hover > .sub-menu {
    top: 100%;
  }

  .main-menu nav > ul > li > .sub-menu li {
    display: block;
    margin: 0;
    white-space: normal;
  }

  .main-menu nav > ul > li > .sub-menu li a {
    min-height: 0;
    padding: 11px 20px !important;
    font-size: 13px;
    line-height: 1.4;
    text-transform: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-menu .ias-header-grid {
    grid-template-columns: 136px minmax(0, 1fr) 178px;
    gap: 14px;
  }

  .header-logo img {
    width: 136px;
    max-width: 136px;
  }

  .main-menu nav > ul {
    gap: 12px;
  }

  .main-menu nav > ul > li > a {
    font-size: 11.5px;
  }

  .main-menu-wrapper__call-number::before {
    left: -10px;
  }

  .main-menu-wrapper__call-icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    margin-right: 8px !important;
    font-size: 14px;
  }

  .main-menu-wrapper__call-text span {
    font-size: 10px;
  }

  .main-menu-wrapper__call-text h5 {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .header-menu,
  .header-menu .ias-header-grid {
    min-height: 70px;
  }

  .header-menu {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .header-menu .ias-header-grid {
    flex-wrap: nowrap;
  }

  .ias-header-logo-col,
  .ias-header-nav-col {
    display: flex;
    align-items: center;
  }

  .ias-header-nav-col {
    justify-content: flex-end;
  }

  .header-logo img {
    width: 150px;
    max-width: 150px;
    max-height: 46px;
  }

  .side-menu-icon,
  .side-menu-icon button {
    line-height: 1;
  }

  .side-menu-icon {
    width: 100%;
    text-align: right;
  }

  .side-menu-icon button {
    display: inline-grid !important;
    width: 42px;
    height: 42px;
    place-items: center;
    margin: 0;
    border: 1px solid rgba(5, 45, 38, .14);
    border-radius: 10px;
    background: rgba(31, 122, 98, .08);
    color: var(--ias-green-900);
  }

  .side-menu-icon button i {
    color: var(--ias-green-900) !important;
    font-size: 21px;
    line-height: 1;
  }
}

/* Quick-service icons: reset the legacy icon margin and nested padding */
.visa-area > .container {
  padding-right: clamp(18px, 2vw, 24px);
  padding-left: clamp(18px, 2vw, 24px);
}

.visa__items {
  height: 100%;
  border-left: 1px solid rgba(5, 45, 38, .09);
  background: #fff;
}

.visa__items:hover {
  border-left-color: rgba(5, 45, 38, .09);
  background: rgba(31, 122, 98, .035);
}

.visa__items-single,
.visa__items-single:hover {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center !important;
  gap: 12px;
  min-height: 92px;
  height: 100%;
  padding: 16px 18px !important;
  background: transparent;
}

.visa__items-single-icon {
  display: grid;
  width: 42px;
  height: 42px;
  min-width: 0;
  place-items: center;
  margin: 0 !important;
  padding: 0 !important;
}

.visa__items-single-icon i {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ias-green-800);
  font-size: 23px !important;
  line-height: 1 !important;
}

.visa__items-single-title {
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible;
  font-size: clamp(12px, .3vw + 10px, 14px);
  font-weight: 750;
  line-height: 1.35;
}

.visa__items-single-title a {
  display: block;
  margin: 0;
  padding: 0;
  color: var(--ias-green-950);
}

/* Inner-page title: compact, high contrast and independent of page images */
.page-title__area {
  position: relative;
  z-index: 1;
  min-height: 0;
  padding: 0 !important;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--ias-green-900) !important;
  background-image:
    radial-gradient(circle at 82% 14%, rgba(184, 138, 59, .24), transparent 28%),
    linear-gradient(118deg, #052d26 0%, #0d4a3d 64%, #17634f 100%) !important;
  background-position: center !important;
  background-size: cover !important;
}

.page-title__area::before {
  display: none !important;
  content: none !important;
}

.page-title__area > .container {
  padding-top: clamp(64px, 6.5vw, 88px);
  padding-bottom: clamp(48px, 5vw, 68px);
}

.page__title-wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.page__title-wrapper h3 {
  margin: 0;
  padding: 0 !important;
  color: #fff !important;
  font-size: clamp(32px, 3.5vw, 50px);
  font-weight: 750;
  line-height: 1.12;
  letter-spacing: -.03em;
  text-shadow: none !important;
}

.breadccrumb-bg {
  min-height: 54px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  background: rgba(3, 38, 32, .52) !important;
  backdrop-filter: blur(5px);
}

.breadccrumb-bg .breadcrumb {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px 18px;
}

.breadccrumb-bg .bd-items {
  padding: 0;
  color: rgba(255, 255, 255, .76) !important;
  font-size: 13px;
  line-height: 1.4;
}

.breadccrumb-bg .bd-items a {
  color: #fff !important;
  text-shadow: none !important;
}

.breadccrumb-bg .bdritems {
  color: rgba(255, 255, 255, .38) !important;
}

/* Cards and content typography */
.features__content-title,
.blog__content__title {
  font-size: clamp(18px, .55vw + 15px, 21px);
  line-height: 1.3;
}

.ias-detail-card h3 {
  font-size: clamp(26px, 2vw, 36px);
  line-height: 1.18;
}

.ias-detail-card h4 {
  font-size: clamp(18px, .65vw + 15px, 22px);
  line-height: 1.3;
}

.ias-detail-card img.img-fluid:not(.ias-card-media),
.ias-detail-area > .container > .row > [class*="col-"] > img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

/* Footer: remove the legacy floating black panels and nested offsets */
.footer-area {
  padding-top: clamp(70px, 7vw, 96px);
  padding-bottom: clamp(58px, 6vw, 82px);
}

.footer-area .row {
  row-gap: 36px;
}

.footer-about-1 {
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.footer-about-1::before {
  display: none !important;
  content: none !important;
}

.footer-about-1 .footer-about-1-content {
  margin: 0 !important;
  padding: 0 !important;
}

.footer-logo {
  margin-bottom: 24px !important;
}

.footer-logo img {
  width: auto;
  max-width: 180px;
  max-height: 62px;
}

.footer-about-1-content > p {
  margin-bottom: 22px !important;
}

.footer-about-1__title {
  margin-bottom: 22px !important;
  font-size: 17px;
  line-height: 1.35;
}

.footer-widget {
  margin: 0 !important;
  padding: 0 !important;
}

.footer-widget__title {
  margin-bottom: 20px !important;
  font-size: 17px;
  line-height: 1.3;
}

.footer-widget_menu-link li,
.footer-widget_menu-link-info li {
  margin: 0 0 10px;
}

.footer-widget_menu-link li:hover {
  margin-left: 0;
}

.footer-widget_menu-link li a,
.footer-widget_menu-link-info li a {
  font-size: 14px;
  line-height: 1.55;
}

.footer-widget_menu-link-info li a {
  align-items: flex-start;
  gap: 10px;
}

.footer-widget_menu-link-info li a i {
  flex: 0 0 18px;
  margin: 2px 0 0 !important;
  font-size: 15px;
  line-height: 1.4;
}

.footer-copyright-area {
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .09);
}

.footer-copyright-area > .container > .row {
  align-items: stretch;
}

.footer-copyright__wrapper.footer-copyright-home {
  min-height: 100%;
  margin: 0;
  padding: 22px 24px;
  border-right: 1px solid rgba(255, 255, 255, .09);
  background: rgba(255, 255, 255, .04);
}

.footer-copyright__wrapper__icon {
  flex: 0 0 40px;
  margin-right: 11px !important;
}

.footer-copyright__wrapper__icon i {
  margin: 0 !important;
  font-size: 30px;
}

.footer-copyright__wrapper__call-number span {
  display: block;
  margin-bottom: 2px;
  font-size: 11px;
  line-height: 1.3;
}

.footer-copyright__wrapper__call-number h5 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}

.subscribe-top {
  margin: 0 !important;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background: transparent !important;
}

.subscribe-top .copyright-title {
  font-size: clamp(16px, .55vw + 13px, 20px);
  line-height: 1.35;
}

.subscribe-footer {
  text-align: right;
}

.ias-footer-cta {
  display: inline-flex;
  width: auto;
  min-height: 44px;
  justify-content: center;
  padding: 0 18px;
  font-size: 13px;
}

.copyright-botom-padding {
  padding-top: 17px;
  padding-bottom: 17px;
}

.copyright-botom,
.copyright-botom p {
  margin: 0;
}

.copyright-botom p,
.copyright-botom-right ul li a {
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .footer-copyright__wrapper.footer-copyright-home {
    min-height: 104px;
    justify-content: center;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .subscribe-top {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 72px;
  }

  body {
    font-size: 15px;
  }

  .container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .aslider--title {
    font-size: clamp(34px, 10vw, 43px);
  }

  .section-title {
    font-size: clamp(27px, 8vw, 34px);
  }

  .visa-area > .container {
    padding-right: 0;
    padding-left: 0;
  }

  .visa__items-single,
  .visa__items-single:hover {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
    min-height: 80px;
    padding: 14px 16px !important;
  }

  .visa__items-single-icon {
    width: 38px;
    height: 38px;
  }

  .visa__items-single-icon i {
    font-size: 21px !important;
  }

  .page-title__area > .container {
    padding-top: 52px;
    padding-bottom: 42px;
  }

  .page__title-wrapper h3 {
    font-size: clamp(28px, 8.5vw, 36px);
    line-height: 1.16;
  }

  .breadccrumb-bg .breadcrumb {
    min-height: 50px;
    gap: 8px;
    padding: 11px 16px;
  }

  .breadccrumb-bg .bd-items {
    font-size: 12px;
  }

  .ias-detail-card {
    min-width: 0;
    max-width: 100%;
    padding: 24px;
  }

  .ias-detail-area .container > .row > [class*="col-"] {
    min-width: 0;
    max-width: 100%;
  }

  .ias-detail-card h3,
  .ias-detail-card h4 {
    max-width: 100%;
    white-space: normal;
  }

  .ias-card-media {
    width: calc(100% + 48px);
    margin: -24px -24px 22px;
  }

  .footer-area {
    padding-top: 62px;
    padding-bottom: 54px;
  }

  .footer-area .row {
    row-gap: 28px;
  }

  .footer-btm-mobile {
    margin-bottom: 0 !important;
  }

  .subscribe-top {
    padding: 20px 0;
    text-align: center;
  }

  .subscribe-top > [class*="col-"] + [class*="col-"] {
    margin-top: 14px;
  }

  .subscribe-footer {
    text-align: center;
  }

  .copyright-botom-padding {
    row-gap: 12px;
    text-align: center;
  }

  .copyright-botom-right {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .header-logo img {
    width: 132px;
    max-width: 132px;
  }

  .visa-area .row > [class*="col-"] {
    width: 100%;
  }

  .visa__items {
    border-right: 0;
    border-bottom: 1px solid rgba(5, 45, 38, .09);
    border-left: 0;
  }

  .visa__items-single-title {
    font-size: 13px;
  }

  .breadccrumb-bg .breadcrumb {
    flex-wrap: wrap;
  }
}

/* IAS navy & gold corporate system */
body {
  overflow-x: hidden;
  background: #fbfaf7;
  color: var(--ias-ink);
}

p,
.features__content p,
.ias-detail-card p,
.blog__content p,
.ias-detail-rich,
.ias-detail-list li {
  color: #53616e;
}

.header-top {
  min-height: 46px;
  background: #061a2e;
}

.header-top > .container > .row {
  min-height: 46px;
  flex-wrap: nowrap;
}

.header-top-left ul,
.header-location ul {
  margin: 0;
}

.header-top-left ul li,
.header-location ul li {
  display: flex;
  align-items: center;
}

.topheader-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.header-location {
  display: flex;
  align-items: center;
  min-height: 36px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  text-align: left;
}

.header-location ul li i {
  margin-right: 7px;
  color: #d1aa61;
  font-size: 13px;
}

.header-location ul li a {
  line-height: 1;
  white-space: nowrap;
}

.header-language {
  gap: 3px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  background: rgba(255, 255, 255, .04);
}

.ias-lang-link {
  min-width: 32px;
  height: 28px;
  padding: 0 7px;
  border: 0;
  border-radius: 4px;
}

.top-button a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 18px;
  border-radius: 6px;
  line-height: 1.15;
  white-space: nowrap;
}

.header-menu {
  background: rgba(255, 255, 255, .98);
  border-bottom-color: rgba(9, 34, 56, .10);
  box-shadow: 0 10px 34px rgba(9, 34, 56, .06);
}

.header-menu,
.header-menu .ias-header-grid {
  min-height: 86px;
}

.header-logo img {
  width: 158px;
  max-width: 158px;
  max-height: 66px;
  object-fit: contain;
}

.main-menu > nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 1.35vw, 28px);
  margin: 0;
  padding: 0;
}

.main-menu > nav > ul > li {
  display: block;
  margin: 0;
}

.main-menu > nav > ul > li > a {
  color: #092238;
  padding: 30px 0;
  font-size: clamp(11px, .68vw, 13px);
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: -.01em;
  white-space: nowrap;
}

.main-menu ul li .sub-menu {
  width: 310px;
  border-top: 3px solid var(--ias-gold);
  box-shadow: 0 20px 50px rgba(9, 34, 56, .14);
}

.main-menu ul li .sub-menu li {
  margin: 0;
}

.main-menu ul li .sub-menu li a {
  font-size: 13px;
  line-height: 1.35;
}

.ias-mobile-language {
  display: none !important;
}

.ias-side-panel-wrap {
  overflow: visible;
}

.side-info {
  width: min(360px, calc(100vw - 32px));
  padding: clamp(24px, 6vw, 30px);
}

.side-info .ias-mobile-language {
  display: flex !important;
  gap: 8px;
  padding-top: 16px;
}

.side-info .ias-mobile-language a {
  width: auto !important;
  min-width: 48px;
  padding: 10px 14px !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  text-align: center;
}

.side-info .mean-container .mean-nav ul li a {
  padding: 13px 0;
  font-size: clamp(14px, 3.8vw, 16px);
  line-height: 1.35;
  text-transform: none;
}

.side-info .mean-container .mean-nav ul li li a {
  padding-left: 18px;
  font-size: clamp(13px, 3.5vw, 15px);
}

.side-info .mean-container .mean-nav ul li.menu-item-has-children > a:first-child {
  width: calc(100% - 52px);
  padding-right: 8px;
  overflow-wrap: anywhere;
}

.side-info .mean-container .mean-nav ul li a.mean-expand {
  box-sizing: border-box;
  width: 46px;
  height: 46px;
  padding: 15px !important;
}

.slider-height::before {
  background: linear-gradient(90deg, rgba(6, 26, 46, .97), rgba(9, 34, 56, .88) 48%, rgba(9, 34, 56, .40));
}

.slide-bg::after {
  background: linear-gradient(120deg, rgba(6, 26, 46, .72), rgba(9, 34, 56, .20));
}

.slider-top-text {
  color: #e8c37c;
}

.aslider--title {
  max-width: 900px;
  color: #fff;
  font-size: clamp(46px, 4.2vw, 72px);
  line-height: 1.06;
  letter-spacing: -.035em;
  text-transform: none;
  overflow-wrap: break-word;
}

.aslider--subtitle {
  max-width: 790px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(17px, 1.2vw, 20px);
  font-weight: 500;
}

.aslider {
  width: 100%;
  max-width: 900px;
  min-width: 0;
}

.aslider--btn {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.theme-btn {
  border: 1px solid #123b61;
  border-radius: 5px;
  background: #123b61;
}

.theme-btn:hover {
  border-color: var(--ias-gold);
  background: var(--ias-gold);
}

.theme-btn--outline {
  border-color: rgba(255, 255, 255, .48);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);
}

.theme-btn--outline:hover {
  border-color: var(--ias-gold);
  background: var(--ias-gold);
  color: #061a2e;
}

.theme-btn--gold {
  border-color: var(--ias-gold);
  background: var(--ias-gold);
  color: #061a2e;
}

.theme-btn--gold:hover {
  border-color: #d1aa5d;
  background: #d1aa5d;
  color: #061a2e;
}

.visa-area {
  background: #092238;
}

.visa-area > .container {
  max-width: 1400px;
}

.visa__items {
  border-color: rgba(255, 255, 255, .10);
  background: transparent;
}

.visa__items:hover {
  border-color: rgba(255, 255, 255, .10);
  background: rgba(184, 138, 59, .10);
}

.visa__items-single-icon {
  border: 1px solid rgba(232, 195, 124, .38);
  border-radius: 50%;
}

.visa__items-single-icon i,
.visa__items-single-title a {
  color: #fff;
}

.ias-eyebrow {
  color: #9a6d22;
  letter-spacing: .12em;
}

.ias-eyebrow--light {
  color: #e8c37c;
}

.ias-section--soft {
  background: #f5f2eb;
}

.ias-section--navy {
  background:
    radial-gradient(circle at 88% 8%, rgba(184, 138, 59, .22), transparent 28%),
    linear-gradient(135deg, #061a2e, #092b49);
}

.features {
  overflow: hidden;
  border-color: rgba(9, 34, 56, .10);
  border-radius: 16px;
  box-shadow: 0 18px 46px rgba(9, 34, 56, .08);
}

.features__thumb {
  aspect-ratio: 16 / 10;
  height: auto !important;
  overflow: hidden;
  background: #e9edf0;
}

.features__thumb a,
.features__thumb img {
  display: block;
  width: 100%;
  height: 100% !important;
}

.features__thumb img {
  object-fit: cover;
  object-position: center;
  transition: transform .5s ease;
}

.features:hover .features__thumb img {
  transform: scale(1.035);
}

.features__content {
  min-height: 285px;
  padding: 28px;
}

.features:hover .features__content {
  background: #092238;
}

.ias-consulting-board {
  background:
    radial-gradient(circle at 85% 10%, rgba(184, 138, 59, .33), transparent 28%),
    linear-gradient(145deg, #061a2e, #123b61);
  box-shadow: 0 28px 70px rgba(9, 34, 56, .20);
}

.ias-system-visual {
  border-color: rgba(9, 34, 56, .10);
  background:
    radial-gradient(circle at 82% 10%, rgba(184, 138, 59, .20), transparent 30%),
    linear-gradient(145deg, #fff, #f2eee4);
  box-shadow: 0 25px 65px rgba(9, 34, 56, .09);
}

.ias-system-visual::before,
.ias-system-visual::after {
  border-color: rgba(184, 138, 59, .18);
}

.ias-system-visual__brand,
.ias-system-visual__grid span {
  color: #092238;
}

.ias-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #9a6d22;
  font-weight: 750;
}

.ias-text-link:hover {
  color: #092238;
}

.ias-process-grid {
  row-gap: 22px;
}

.ias-process-card {
  height: 100%;
  padding: 30px;
  border: 1px solid rgba(9, 34, 56, .10);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(9, 34, 56, .05);
}

.ias-process-card > span,
.ias-card-kicker {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid rgba(184, 138, 59, .35);
  border-radius: 50%;
  color: #9a6d22;
  font-size: 12px;
  font-weight: 800;
}

.ias-process-card h3,
.ias-audience-card h3,
.ias-value-card h3 {
  margin-bottom: 12px;
  color: #092238;
  font-size: 20px;
  line-height: 1.25;
}

.ias-process-card p,
.ias-audience-card p,
.ias-value-card p {
  margin: 0;
}

.ias-audiences .row,
.ias-audiences .container > .row:last-of-type {
  row-gap: 22px;
}

.ias-audience-card {
  position: relative;
  height: 100%;
  min-height: 260px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(9, 34, 56, .10);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(9, 34, 56, .06);
}

.ias-audience-card__number {
  display: block;
  margin-bottom: 45px;
  color: #b88a3b;
  font-size: 13px;
  font-weight: 800;
}

.ias-why-home .section-title,
.ias-why-home h3,
.ias-why-home p {
  color: #fff;
}

.ias-why-home .row {
  row-gap: 38px;
}

.ias-values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ias-value-card {
  min-height: 185px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 14px;
  background: rgba(255, 255, 255, .07);
}

.ias-value-card:first-child {
  grid-column: span 2;
}

.ias-value-card > span {
  display: block;
  margin-bottom: 22px;
  color: #e8c37c;
  font-size: 11px;
  font-weight: 800;
}

.ias-value-card--light {
  border-color: rgba(9, 34, 56, .10);
  background: #fff;
  box-shadow: 0 14px 34px rgba(9, 34, 56, .05);
}

.ias-value-card--light h3 {
  color: #092238;
}

.ias-value-card--light p {
  color: #53616e;
}

.calltoaction-area::before {
  background: rgba(6, 26, 46, .91);
}

.calltoaction-area {
  background-color: #092238;
}

.ias-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.ias-cta-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 700;
}

.ias-cta-whatsapp:hover {
  color: #e8c37c;
}

.page-title__area {
  background-image:
    radial-gradient(circle at 82% 14%, rgba(184, 138, 59, .24), transparent 28%),
    linear-gradient(118deg, #061a2e 0%, #092238 64%, #123b61 100%) !important;
}

.breadccrumb-bg {
  background: rgba(6, 26, 46, .62) !important;
}

.ias-detail-card {
  overflow: hidden;
  border-color: rgba(9, 34, 56, .10);
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(9, 34, 56, .07);
}

.ias-detail-card h3,
.ias-detail-card h4 {
  color: #092238;
}

.ias-detail-card--navy {
  background:
    radial-gradient(circle at 90% 6%, rgba(184, 138, 59, .25), transparent 28%),
    #092238;
}

.ias-detail-card--navy h3,
.ias-detail-card--navy p {
  color: #fff;
}

.ias-statement-card {
  border-top: 4px solid var(--ias-gold);
}

.ias-card-media {
  display: block;
  width: calc(100% + 68px);
  max-width: none !important;
  aspect-ratio: 16 / 10;
  height: auto !important;
  margin: -34px -34px 26px;
  object-fit: cover;
  object-position: center;
}

.ias-detail-rich h4 {
  margin: 28px 0 12px;
  color: #092238;
}

.ias-detail-rich ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.ias-detail-rich li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
}

.ias-detail-rich li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #b88a3b;
  font-weight: 800;
}

@media (min-width: 992px) {
  .ias-service-detail > div:first-child > img {
    position: sticky;
    top: 112px;
  }
}

.ias-legislation-card {
  border-top: 4px solid var(--ias-gold);
}

.ias-legal-note {
  margin-top: 28px;
  padding: 18px 22px;
  border-left: 4px solid var(--ias-gold);
  border-radius: 4px;
  background: #f1eadc;
  color: #53616e;
  font-size: 14px;
  line-height: 1.65;
}

.ias-faq {
  display: grid;
  gap: 12px;
}

.ias-faq .accordion-item {
  overflow: hidden;
  border: 1px solid rgba(9, 34, 56, .10);
  border-radius: 10px;
  background: #fff;
}

.ias-faq .accordion-button {
  padding: 22px 24px;
  color: #092238;
  font-size: 16px;
  font-weight: 750;
  box-shadow: none;
}

.ias-faq .accordion-button:not(.collapsed) {
  color: #092238;
  background: #f1eadc;
}

.ias-faq .accordion-body {
  padding: 0 24px 24px;
}

.ias-faq .accordion-body p {
  margin: 0;
}

.ias-contact-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 5px;
  background: #1f9d55;
  color: #fff;
  font-weight: 750;
}

.ias-contact-whatsapp:hover {
  background: #187c43;
  color: #fff;
}

.footer-bg,
.footer-copyright-area {
  background: #061a2e;
}

.footer-copyright-area {
  border-top-color: rgba(255, 255, 255, .09);
}

.ias-whatsapp-float {
  position: fixed;
  z-index: 999;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 999px;
  background: #1f9d55;
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(8, 64, 36, .28);
  transition: transform .2s ease, background .2s ease;
}

.ias-whatsapp-float:hover {
  transform: translateY(-2px);
  background: #187c43;
}

.ias-whatsapp-float i {
  font-size: 24px;
}

@media (max-width: 1399px) {
  .header-menu,
  .header-menu .ias-header-grid {
    min-height: 72px;
  }

  .ias-header-logo-col,
  .ias-header-nav-col {
    display: flex;
    align-items: center;
  }

  .ias-header-nav-col {
    justify-content: flex-end;
  }

  .side-menu-icon {
    width: 100%;
  }

  .side-menu-icon button {
    display: inline-grid !important;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(9, 34, 56, .14);
    border-radius: 10px;
    background: rgba(184, 138, 59, .10);
    color: #092238;
  }

  .side-menu-icon button i {
    color: #092238 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .topheader-info {
    gap: 6px;
  }

  .header-location {
    padding: 0 10px;
  }

  .top-button a {
    padding: 0 13px;
    font-size: 11px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .main-menu > nav > ul {
    gap: 16px;
  }

  .main-menu > nav > ul > li > a {
    font-size: 11px;
  }

  .header-logo img {
    width: 154px;
    max-width: 154px;
    max-height: 64px;
  }

  .main-menu-wrapper__call-text span {
    font-size: 10px;
  }

  .main-menu-wrapper__call-text h5 {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .ias-values-grid {
    margin-top: 8px;
  }

  .ias-cta-actions {
    align-items: flex-start;
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .header-top {
    display: none;
  }

  .single-slider,
  .slider-height {
    min-height: 650px;
  }

  .aslider--title {
    max-width: 100%;
    font-size: clamp(30px, 8.4vw, 38px);
    line-height: 1.12;
    letter-spacing: -.025em;
  }

  .aslider--subtitle {
    font-size: 16px;
    line-height: 1.7;
  }

  .aslider--btn {
    align-items: stretch;
    flex-direction: column;
  }

  .aslider--btn .theme-btn {
    width: 100%;
  }

  .features__content {
    min-height: auto;
  }

  .ias-values-grid {
    grid-template-columns: 1fr;
  }

  .ias-value-card:first-child {
    grid-column: auto;
  }

  .ias-audience-card {
    min-height: 220px;
  }

  .ias-card-media {
    width: calc(100% + 48px);
    max-width: none !important;
    margin: -24px -24px 22px;
  }

  .ias-whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 54px;
    padding: 0;
    justify-content: center;
  }

  .ias-whatsapp-float span {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-logo img {
    width: 126px;
    max-width: 126px;
    max-height: 52px;
  }
}

.footer-logo img {
  width: 210px;
  max-width: 210px;
  max-height: 88px;
  object-fit: contain;
}

/* Fluid hero typography keeps editable Turkish and English copy readable. */
.aslider--title {
  font-size: clamp(38px, 3.4vw, 58px);
  line-height: 1.08;
}

.aslider--subtitle {
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.65;
}

@media (min-width: 768px) and (max-width: 991px) {
  .aslider--title {
    font-size: clamp(33px, 5vw, 44px);
    line-height: 1.1;
  }
}

@media (max-width: 767px) {
  .aslider--title {
    font-size: clamp(26px, 7.1vw, 32px);
    line-height: 1.14;
    letter-spacing: -.018em;
  }

  .aslider--subtitle {
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.58;
  }

  .slider-top-text {
    padding: 7px 10px;
    font-size: 11px;
    line-height: 1.35;
  }
}
