/* Start custom CSS for html, class: .elementor-element-3f4840a *//* =========================================================
   ICO RUSSIA — INSTRUCTORS PAGE
   ========================================================= */

.ico-instructors-v1 {
  --ico-navy: #0B3567;
  --ico-blue: #155494;
  --ico-green: #6F9820;
  --ico-pale: #EDF5FF;
  --ico-text: #102E53;
  --ico-muted: #687E95;
  --ico-border: #DCE9F5;

  width: 100%;
  overflow: hidden;

  color: var(--ico-text);

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7fbff 60%,
      #edf5ff 100%
    );

  font-family:
    Inter,
    Manrope,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
}


.ico-instructors-v1 *,
.ico-instructors-v1 *::before,
.ico-instructors-v1 *::after {
  box-sizing: border-box;
}


.ico-instructors-v1 [hidden] {
  display: none !important;
}


.ico-inst-shell {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}



/* =========================================================
   HERO
   ========================================================= */

.ico-inst-hero {
  position: relative;
  isolation: isolate;

  min-height: 590px;

  display: flex;
  align-items: center;

  overflow: hidden;

  background-image:
    linear-gradient(
      90deg,
      rgba(5, 32, 66, 0.97) 0%,
      rgba(5, 37, 74, 0.90) 25%,
      rgba(7, 43, 81, 0.70) 43%,
      rgba(5, 34, 67, 0.30) 62%,
      rgba(5, 34, 67, 0.04) 83%
    ),
    url("https://icorussia.org/wp-content/uploads/2026/09/heroICOin.png");

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


.ico-inst-hero::before {
  content: "";

  position: absolute;
  inset: 0;

  z-index: 0;

  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(4, 27, 57, 0.03) 0%,
      rgba(4, 27, 57, 0.01) 58%,
      rgba(4, 27, 57, 0.30) 100%
    );
}


.ico-inst-hero::after {
  content: "";

  position: absolute;

  left: -150px;
  top: -150px;

  width: 620px;
  height: 620px;

  border-radius: 50%;

  pointer-events: none;

  background:
    radial-gradient(
      circle,
      rgba(21, 84, 148, 0.24),
      transparent 70%
    );
}


.ico-inst-hero__inner {
  position: relative;
  z-index: 3;

  min-height: 590px;

  display: flex;
  align-items: center;

  padding-block: 90px;
}


.ico-inst-hero__content {
  position: relative;
  z-index: 4;

  width: 100%;
  max-width: 660px;
}


.ico-inst-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;

  margin-bottom: 18px;

  color: rgba(255,255,255,0.74);

  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.24em;
}


.ico-inst-eyebrow span {
  color: #9fc456;
}


.ico-inst-hero h1 {
  max-width: 650px;

  margin: 0 0 18px;

  color: #ffffff;

  font-size: clamp(46px, 5vw, 72px);
  line-height: 1;

  letter-spacing: -0.045em;

  font-weight: 850;

  text-shadow:
    0 4px 24px
    rgba(0,0,0,0.25);
}


.ico-inst-hero__lead {
  max-width: 600px;

  margin: 0;

  color: rgba(255,255,255,0.91);

  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.65;

  text-shadow:
    0 2px 14px
    rgba(0,0,0,0.18);
}


.ico-inst-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;

  margin-top: 32px;
}


.ico-inst-hero__trust {
  display: flex;
  align-items: center;
  gap: 11px;

  margin-top: 29px;

  color: rgba(255,255,255,0.74);

  font-size: 12px;
  font-weight: 600;
}


.ico-inst-hero__trust > span {
  width: 34px;
  height: 2px;

  display: inline-block;

  border-radius: 999px;

  background: #8caf3d;
}



/* =========================================================
   BUTTONS
   ========================================================= */

.ico-inst-btn {
  min-height: 50px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  padding: 13px 23px;

  border-radius: 15px;

  text-decoration: none !important;

  font-size: 14px;
  font-weight: 800;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}


.ico-inst-btn:hover {
  transform: translateY(-2px);
}


.ico-inst-btn--primary {
  color: #ffffff !important;

  background:
    linear-gradient(
      135deg,
      #81aa30,
      #638d1b
    );

  box-shadow:
    0 14px 30px
    rgba(62, 93, 18, 0.27);
}


.ico-inst-btn--light {
  color: var(--ico-navy) !important;

  background: #ffffff;

  box-shadow:
    0 13px 30px
    rgba(0, 30, 62, 0.18);
}


.ico-inst-btn--disabled {
  color: #71859A;

  cursor: default;

  border:
    1px solid
    rgba(11, 53, 103, 0.12);

  background:
    rgba(255,255,255,0.78);
}


.ico-inst-btn--disabled:hover {
  transform: none;
}



/* =========================================================
   DIRECTORY
   ========================================================= */

.ico-inst-directory {
  padding:
    82px 0
    55px;
}


.ico-inst-section-head {
  max-width: 750px;

  margin-bottom: 29px;
}


.ico-inst-section-kicker {
  display: inline-block;

  margin-bottom: 9px;

  color: var(--ico-green);

  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
}


.ico-inst-section-head h2,
.ico-inst-options__heading h2,
.ico-inst-cta__content h2 {
  margin: 0;

  color: var(--ico-navy);

  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.12;

  letter-spacing: -0.032em;

  font-weight: 850;
}


.ico-inst-section-head p {
  max-width: 700px;

  margin: 13px 0 0;

  color: var(--ico-muted);

  font-size: 15px;
  line-height: 1.75;
}



/* =========================================================
   FILTERS
   ========================================================= */

.ico-inst-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  margin-bottom: 35px;
}


.ico-inst-filter {
  min-height: 41px;

  padding: 10px 18px;

  cursor: pointer;

  border:
    1px solid
    #d7e6f4;

  border-radius: 999px;

  color: var(--ico-navy);

  background:
    rgba(255,255,255,0.93);

  font-family: inherit;
  font-size: 12px;
  font-weight: 750;

  box-shadow:
    0 7px 18px
    rgba(15,65,112,0.04);

  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}


.ico-inst-filter:hover {
  transform: translateY(-1px);

  border-color: #b8d2e9;
}


.ico-inst-filter.is-active {
  color: #ffffff;

  border-color: var(--ico-navy);

  background: var(--ico-navy);

  box-shadow:
    0 10px 24px
    rgba(11,53,103,0.18);
}



/* =========================================================
   GRID
   ========================================================= */

.ico-inst-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 24px;
}



/* =========================================================
   CARD
   ========================================================= */

.ico-instructor-card {
  position: relative;

  min-width: 0;
  height: 100%;

  display: flex;
  flex-direction: column;

  overflow: hidden;

  border:
    1px solid
    var(--ico-border);

  border-radius: 25px;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #ffffff 72%,
      #f7fbff 100%
    );

  box-shadow:
    0 18px 50px
    rgba(30, 78, 121, 0.09);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}


.ico-instructor-card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;
  right: 0;

  height: 195px;

  pointer-events: none;

  background:
    radial-gradient(
      circle at 50% 10%,
      rgba(39, 132, 210, 0.12),
      transparent 65%
    );
}


.ico-instructor-card:hover {
  transform: translateY(-6px);

  border-color: #c2d9ee;

  box-shadow:
    0 28px 65px
    rgba(30, 78, 121, 0.15);
}


.ico-instructor-card__top {
  position: relative;
  z-index: 3;

  min-height: 45px;

  display: flex;
  align-items: center;

  padding:
    15px 17px 0;
}



/* =========================================================
   COUNTRY BADGE
   ========================================================= */

.ico-inst-country {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  min-height: 27px;

  padding: 6px 10px;

  border:
    1px solid #dbe9f5;

  border-radius: 999px;

  color: var(--ico-navy);

  background:
    rgba(255,255,255,0.95);

  font-size: 9px;
  font-weight: 800;
}


.ico-inst-country-dot {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--ico-blue);
}



/* =========================================================
   INSTRUCTOR PHOTO
   ========================================================= */

.ico-inst-photo {
  position: relative;
  z-index: 3;

  width: 165px;
  height: 165px;

  flex: 0 0 165px;

  margin:
    6px auto
    16px;

  overflow: hidden;

  border:
    6px solid #ffffff;

  border-radius: 50%;

  background:
    #edf5fd;

  box-shadow:
    0 15px 35px
    rgba(20,72,118,0.18);
}


.ico-inst-photo img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  object-position: center;
}



/* =========================================================
   CARD BODY
   ========================================================= */

.ico-instructor-card__body {
  position: relative;
  z-index: 2;

  flex: 1;

  padding:
    0 25px 19px;

  text-align: center;
}


.ico-instructor-card__body h3 {
  margin:
    0 0 4px;

  color: #0c2f5a;

  font-size: 20px;
  line-height: 1.25;

  letter-spacing: -0.02em;

  font-weight: 850;
}


.ico-inst-secondary-name {
  min-height: 20px;

  color: #657b91;

  font-size: 11px;
  font-weight: 650;
  line-height: 1.45;
}


.ico-inst-role {
  margin-top: 12px;

  color: var(--ico-navy);

  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
}


.ico-inst-position {
  min-height: 40px;

  margin:
    5px 0
    13px;

  color: #8998a8;

  font-size: 10.5px;
  line-height: 1.5;
}



/* =========================================================
   TAGS
   ========================================================= */

.ico-inst-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;

  margin-bottom: 17px;
}


.ico-inst-tags span {
  display: inline-flex;

  padding:
    6px 10px;

  border-radius: 999px;

  color: #155494;

  background: #eaf4ff;

  font-size: 9px;
  font-weight: 800;
}


.ico-inst-tags span:nth-child(2n) {
  color: #537518;

  background: #eef7e4;
}



/* =========================================================
   BIO
   ========================================================= */

.ico-inst-bio {
  position: relative;

  min-height: 95px;

  display: flex;
  gap: 8px;

  align-items: flex-start;

  padding:
    14px;

  border-radius: 16px;

  text-align: left;

  background:
    linear-gradient(
      135deg,
      #f8fbff,
      #f2f8fe
    );
}


.ico-inst-quote {
  flex: 0 0 auto;

  color: #91b5da;

  font-family: Georgia, serif;

  font-size: 34px;
  line-height: 0.9;
}


.ico-inst-bio p {
  margin: 0;

  color: #647b92;

  font-size: 10.5px;
  line-height: 1.65;

  font-style: italic;
}



/* =========================================================
   CARD ACTIONS
   ========================================================= */

.ico-inst-actions {
  display: grid;

  grid-template-columns:
    repeat(
      auto-fit,
      minmax(110px, 1fr)
    );

  gap: 8px;

  padding: 14px;

  border-top:
    1px solid #e8f0f8;

  background:
    rgba(248,251,255,0.85);
}


.ico-inst-action {
  min-height: 64px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding:
    9px 10px;

  border:
    1px solid
    #dce9f5;

  border-radius: 14px;

  color:
    var(--ico-navy) !important;

  text-decoration: none !important;
  text-align: left;

  background: #ffffff;

  box-shadow:
    0 6px 14px
    rgba(22,68,111,0.04);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}


.ico-inst-action:hover {
  transform: translateY(-2px);

  border-color: #b9d4ed;

  box-shadow:
    0 10px 20px
    rgba(22,68,111,0.10);
}


.ico-inst-action-icon {
  width: 28px;
  height: 28px;

  flex: 0 0 28px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 9px;

  color: var(--ico-blue);

  background: #eaf4ff;

  font-size: 14px;
  font-weight: 850;
}


.ico-inst-action > span:last-child {
  display: flex;
  flex-direction: column;

  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
}


.ico-inst-action small {
  margin-bottom: 2px;

  color: #8999a9;

  font-size: 8px;
  font-weight: 650;
}


.ico-inst-action--booking {
  color: #ffffff !important;

  border-color: #679121;

  background:
    linear-gradient(
      135deg,
      #82ae2d,
      #608b19
    );
}


.ico-inst-action--booking
.ico-inst-action-icon {
  color: #ffffff;

  background:
    rgba(255,255,255,0.15);
}


.ico-inst-action--booking small {
  color:
    rgba(255,255,255,0.70);
}



/* =========================================================
   STUDENT OPTIONS
   ========================================================= */

.ico-inst-options {
  padding:
    25px 0
    65px;
}


.ico-inst-options__box {
  padding: 34px;

  border:
    1px solid
    #dce9f5;

  border-radius: 25px;

  background:
    rgba(255,255,255,0.93);

  box-shadow:
    0 18px 55px
    rgba(28,77,120,0.07);
}


.ico-inst-options__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;

  margin-bottom: 27px;
}


.ico-inst-options__heading h2 {
  font-size:
    clamp(26px, 3vw, 36px);
}


.ico-inst-options__micro {
  color: #8194a7;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}



/* =========================================================
   FEATURE GRID
   ========================================================= */

.ico-inst-feature-grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 12px;
}


.ico-inst-feature {
  min-height: 145px;

  display: flex;
  gap: 13px;

  padding: 19px;

  border:
    1px solid
    #deebf6;

  border-radius: 17px;

  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f4f9fe
    );
}


.ico-inst-feature__number {
  width: 35px;
  height: 35px;

  flex: 0 0 35px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 10px;

  color: #ffffff;

  background: var(--ico-navy);

  font-size: 9px;
  font-weight: 850;
}


.ico-inst-feature h3 {
  margin:
    1px 0
    7px;

  color: var(--ico-navy);

  font-size: 13px;
  line-height: 1.35;

  font-weight: 850;
}


.ico-inst-feature p {
  margin: 0;

  color: #6e8297;

  font-size: 10.5px;
  line-height: 1.6;
}



/* =========================================================
   CTA
   ========================================================= */

.ico-inst-cta {
  padding:
    0 0
    85px;
}


.ico-inst-cta__box {
  position: relative;

  min-height: 285px;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    auto;

  align-items: center;

  gap: 40px;

  overflow: hidden;

  padding:
    48px 55px;

  border:
    1px solid
    #cfe2f3;

  border-radius: 28px;

  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(111,152,32,0.16),
      transparent 26%
    ),
    radial-gradient(
      circle at 72% 80%,
      rgba(21,84,148,0.12),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #f8fcff,
      #eaf4ff
    );

  box-shadow:
    0 22px 60px
    rgba(27,76,118,0.08);
}


.ico-inst-cta__content {
  position: relative;
  z-index: 2;

  max-width: 700px;
}


.ico-inst-cta__content h2 {
  font-size:
    clamp(28px, 3vw, 42px);
}


.ico-inst-cta__content p {
  max-width: 650px;

  margin:
    13px 0 0;

  color: #657d94;

  font-size: 14px;
  line-height: 1.7;
}


.ico-inst-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;

  margin-top: 23px;
}


.ico-inst-cta__statement {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;

  padding-right: 25px;

  transform: rotate(-4deg);

  color: var(--ico-blue);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-style: italic;
}


.ico-inst-cta__statement span {
  font-size: 25px;
}


.ico-inst-cta__statement strong {
  margin-left: 38px;

  color: var(--ico-green);

  font-size: 28px;
}



/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.ico-instructors-v1 a:focus-visible,
.ico-instructors-v1 button:focus-visible {
  outline:
    3px solid
    rgba(111,152,32,0.48);

  outline-offset: 3px;
}



/* =========================================================
   RTL
   ========================================================= */

html[dir="rtl"]
.ico-instructors-v1 {
  direction: rtl;
}


html[dir="rtl"]
.ico-inst-bio,
html[dir="rtl"]
.ico-inst-action {
  text-align: right;
}



/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

  .ico-inst-hero {
    min-height: 540px;

    background-position:
      57% center;
  }


  .ico-inst-hero__inner {
    min-height: 540px;

    padding-block: 75px;
  }


  .ico-inst-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }


  .ico-inst-feature-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

}



/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .ico-inst-shell {
    width:
      min(
        100% - 28px,
        600px
      );
  }


  .ico-inst-hero {
    min-height: 580px;

    background-position:
      64% center;

    background-image:
      linear-gradient(
        90deg,
        rgba(5,32,66,0.95) 0%,
        rgba(5,32,66,0.84) 52%,
        rgba(5,32,66,0.45) 100%
      ),
      url("https://icorussia.org/wp-content/uploads/2026/09/heroICOin.png");
  }


  .ico-inst-hero__inner {
    min-height: 580px;

    padding:
      70px 0
      55px;
  }


  .ico-inst-hero h1 {
    font-size:
      clamp(41px, 12vw, 56px);
  }


  .ico-inst-hero__lead {
    font-size: 16px;
  }


  .ico-inst-hero__actions {
    display: grid;
    grid-template-columns: 1fr;

    max-width: 310px;
  }


  .ico-inst-hero__actions .ico-inst-btn {
    width: 100%;
  }


  .ico-inst-directory {
    padding:
      58px 0
      35px;
  }


  .ico-inst-filters {
    flex-wrap: nowrap;

    overflow-x: auto;

    margin-inline:
      -14px;

    padding:
      2px 14px
      12px;

    scrollbar-width: none;
  }


  .ico-inst-filters::-webkit-scrollbar {
    display: none;
  }


  .ico-inst-filter {
    flex: 0 0 auto;
  }


  .ico-inst-grid {
    grid-template-columns: 1fr;

    gap: 18px;
  }


  .ico-inst-photo {
    width: 155px;
    height: 155px;

    flex-basis: 155px;
  }


  .ico-inst-options {
    padding-bottom: 44px;
  }


  .ico-inst-options__box {
    padding:
      25px 18px;
  }


  .ico-inst-options__heading {
    display: block;
  }


  .ico-inst-options__micro {
    margin-top: 11px;
  }


  .ico-inst-feature-grid {
    grid-template-columns: 1fr;
  }


  .ico-inst-feature {
    min-height: auto;
  }


  .ico-inst-cta {
    padding-bottom: 60px;
  }


  .ico-inst-cta__box {
    grid-template-columns: 1fr;

    padding:
      35px 23px;
  }


  .ico-inst-cta__statement {
    display: none;
  }

}



/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 430px) {

  .ico-inst-eyebrow {
    font-size: 9px;
    letter-spacing: 0.17em;
  }


  .ico-inst-actions {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }


  .ico-inst-photo {
    width: 145px;
    height: 145px;

    flex-basis: 145px;
  }

}/* End custom CSS */