@font-face {
  font-family: "Instrument Sans";
  src: url("/font/Instrument_Sans/InstrumentSans-VariableFont_wdth,wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-display: swap;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: "Instrument Sans", sans-serif;
  color: #081123;
  background: linear-gradient(
    90deg,
    #003da5 0%,
    #053688 35%,
    #0f2b5d 70%,
    #051532 100%
  );
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

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

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

ul,
ol {
  list-style: none;
}

:root {
  --green: #66bb46;
  --green-glow: rgba(102, 187, 70, 0.57);
  --blue: #003da5;
  --blue-deep: #0f3b84;
  --blue-nav: #0040c1;
  --dark: #081123;
  --gray: #3b485e;
  --gray-muted: #565656;
  --nav-text: #111827;
  --white: #fff;
  --off-white: #f5f5f2;
  --light-blue: #eff4ff;
  --border-blue: #d1e0ff;
  --border-gray: #dfe5ed;
  --nav-bg: #f9f9f9;
  --radius-pill: 100px;
  --font-body: "Inter", sans-serif;
}

.mobile-nav-divider {
  width: 1px;
  height: 24px;
  background-color: #ccc;
  flex-shrink: 0;
}

.icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}

.sprite-icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  color: #003da5;
  flex-shrink: 0;
}

.daright-icon {
  margin-right: 15px;
}

.daright-icon {
  display: none;
}

.job-guarantee-icons-1 {
  width: 45px;
  height: 45px;
  margin-bottom: 4px;
}


/* ====== NAVBAR ====== */

.navbar {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1000;
}

/* ===== navbar-wrapper ===== */
.navbar-wrapper {
position: sticky;
  top: 30px;
  z-index: 1000;
  transition: all 0.3s ease;
  width: 95%;
  margin: auto;
}

.navbar-wrapper.scrolled {
  top: 12px;
  margin-top: 12px;
}

.navbar-wrapper.scrolled .navbar-inner {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 64, 193, 0.2);
}

/* ===== navbar-inner ===== */
.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--nav-bg);
  border: 1px solid var(--border-blue);
  border-radius: var(--radius-pill);
  padding: 8px 12px;
  backdrop-filter: blur(16px);
  transition: all 0.3s ease;
  height: 60px;
}

@media (min-width: 2560px) {
  .navbar-inner {
    height: 80px;
  }
}

/* ===== topbar ===== */
.topbar {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 97%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #66bb46;
  border-radius: var(--radius-pill) var(--radius-pill) 0 0;
  padding: 8px 24px;
  transition: all 0.3s ease;
}

.topbar-contact {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  color: #fff;
}

.topbar-contact span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.topbar-contact i {
  color: #fff;
  font-size: 14px;
}

.topbar-social {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #fff;
}

.topbar-social img {
  width: 16px;
  height: 16px;
}

.navbar-wrapper.scrolled .topbar {
  transform: translateX(-50%) translateY(100%);
  opacity: 0;
  pointer-events: none;
}

/* ===== nav-logo ===== */
.nav-logo {
  display: flex;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--border-blue);
  border-radius: var(--radius-pill);
  padding: 4px 16px;
  flex-shrink: 0;
  height: 100%;
}

.nav-logo img {
  height: 36px;
  width: auto;
}

/* ===== nav-links ===== */
.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: var(--radius-pill);
  padding: 4px;
  height: 100%;
}

.nav-links a {
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: var(--nav-text);
  padding: 6px 12px;
  border-radius: var(--radius-pill);
  transition: all 0.2s;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.active {
  background: var(--light-blue);
  color: var(--blue-nav);
}

/* ===== navmenu ===== */
.navmenu {
  display: flex;
  align-self: stretch;
}

.navcourses {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0040C1;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 0 20px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 14px
}

.navcourses-icon-wrap {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}

.navcourses-icon-wrap .icon {
  width: 16px;
  height: 16px;
  filter: brightness(1) invert(1);
}

/* ===== nav-cta ===== */
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--blue-nav);
  color: var(--white);
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 6px 6px 16px;
  border-radius: var(--radius-pill);
  transition: all 0.3s;
  flex-shrink: 0;
}

.nav-cta:hover {
  background: #0035a3;
}

.nav-cta svg {
  height: 22px;
  width: 22px;
  flex-shrink: 0;
}

/* ===== nav-hamburger ===== */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  cursor: pointer;
}

.nav-hamburger span {
  width: 24px;
  height: 2px;
  background: var(--dark);
  border-radius: 2px;
  transition: 0.3s;
}

.nav-hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-hamburger.active span:nth-child(2) {
  opacity: 0;
}

.nav-hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ===== show-content ===== */
.show-content {
  width: 100%;
  padding: 2px 0 2px 0;
  height: auto;
  background-color: #fff
}

.show-item {
  width: 75%;
  margin: auto;
  display: flex;
  box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
  position: absolute;
  z-index: 100;
  padding:20px;
  background:white;
}

.show-item-left {
  width: 35%;
  padding: 2px 0 2px 0;
  line-height: 2.6;
  background-color: #edf8fa
}

.show-item-left h3 {
  padding-left: 15px;
  font-family: "Instrument Sans", sans-serif;
  font-size: 17px;
  font-weight: 600
}

.show-item-left ul {
  line-height: 2.6;

  margin-top: 8px
}

.show-item-left ul li {
  list-style: none;
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Instrument Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 35px;
}

.show-item-left i {
  margin-right: 15px
}

.show-item-left ul li:hover {
  background-color: #272566;
  color: white;
}

.show-item-left ul li:hover i {
  color: white !important
}

.show-item-right {
  width: 100%;
  height: auto
}

.show-item-content {
  width: 100%;
  height: 444px;
  display: flex;
  justify-content: space-between
}

.show-item-one {
  width: 33%;
  height: auto;
  padding: 2px 2px 2px 2px;
  line-height: 2.6
}

.show-item-one>h3 {
  font-family: "Instrument Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  padding-left: 15px
}

.show-item-one ul {
  display: flex;
  flex-direction: column
}

.show-item-one ul a {
  list-style: none;
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin-left: 15px;
  padding: 0;
  margin-bottom: 7px;
  text-decoration: none;
  color: #384252
}

.show-item-two {
  width: 33%;
  height: auto;
  padding: 2px 2px 2px 2px;
  line-height: 2.6
}

.show-item-two>h3 {
  font-family: "Instrument Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  padding-left: 15px
}

.show-item-two-container {
  width: auto;
  padding: 2px 2px 2px 15px;
  display: flex;
  justify-content: flex-start;
  margin-top: 1px
}

.show-item-two-container-box {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center
}

.show-item-two-container a {
  text-decoration: none;
  color: #000;
  display: flex
}

.show-item-two-container p {
  padding-left: 15px;
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin-top: 7px
}

.show-item-three {
  width: 33%;
  height: auto;
  padding: 2px 2px 2px 2px;
  line-height: 2.6
}

.show-item-three>h3 {
  font-family: "Instrument Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  padding-left: 1px
}

.show-item-container {
  width: auto;
  padding: 5px 0 5px 5px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  background-color: #edf8fa;
  border-radius: 6px;
  margin-right: 7px;
  height: 80px;
}

.show-item-container a {
  display: flex;
  justify-content: space-around;
  width: 100%;
  text-decoration: none;
  color: #000
}

.show-item-container-box {
  width: 56px;
  height: 58px;
  background-color: #fff;
  margin-block: auto;
}

.show-item-container-box img {
  width: 100%;
  height: 100%
}

.show-item-container-box-one {
  width: 59%;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.show-item-container-box-one p {
  font-family: "Instrument Sans", sans-serif;
  font-size: 13px;
  font-weight: 600
}

.item {
  padding-top: 25px
}

.show-item-right-button {
  padding: 0 10px 0 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 3px;
}

.show-item-right-button button {
  border: 2px solid #272566;
  width: 31%;
  height: 45px;
  cursor: pointer;
  color: #272566;
  background-color: #fff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-family: "Instrument Sans", sans-serif;
  margin: 0 0 10px 0px;
  font-size: 14px;
  font-weight: bold;
}

.show-item-right-button button:hover {
  background-color: #def6fb;
  color: black;
}

#hover-content {
  display: none;
  flex: 0;
  margin-top: 11px;

}

#hover-content.flex-display {
  display: flex;
  flex: 1;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  margin: 0 !important;
}

@media screen and (min-width:1200px) and (max-width:1281px) {
  #hover-content.flex-display {
    margin-left: -99px
  }
}

@media screen and (min-width:1282px) and (max-width:1442px) {
  #hover-content.flex-display {
    margin-left: -116px
  }
}

@media screen and (min-width:1443px) and (max-width:1605px) {
  #hover-content.flex-display {
    margin-left: -162px
  }
}

@media screen and (min-width:1606px) and (max-width:1765px) {
  #hover-content.flex-display {
    margin-left: -192px
  }
}

@media screen and (min-width:1766px) and (max-width:1925px) {
  #hover-content.flex-display {
    margin-left: -224px
  }
}

@media screen and (min-width:1926px) and (max-width:2048px) {
  #hover-content.flex-display {
    margin-left: -249px
  }
}

@media screen and (min-width:2049px) and (max-width:2565px) {
  #hover-content.flex-display {
    margin-left: -351px
  }
}

@media screen and (min-width:2566px) and (max-width:3205px) {
  #hover-content.flex-display {
    margin-left: -420px
  }
}

@media screen and (min-width:3206px) and (max-width:4000px) {
  #hover-content.flex-display {
    margin-left: -470px
  }
}

@media screen and (min-width:1200px) and (max-width:1240px) {
  .show-item {
    margin-left: -211px
  }
}

@media screen and (min-width:1280px) and (max-width:1440px) {
  .show-item-left i {
    margin-left: 60px
  }

  .show-item-right-button button {
    width: 32%
  }
}

@media screen and (max-width: 1199px) {
  .navbar {
    display: none;
    visibility: hidden;
  }
  .navbar-wrapper {
    position: static;
    width: 100%;
    max-width: 100%;
    margin: 0;
    top: auto;
  }
  #mobile-navigation {
    top: 0;
  }
}

@media screen and (min-width:1200px) and (max-width:4000px) {
  #mobile-navigation,
  .mobile-navbar {
    display: none ;
    visibility: hidden ;
  }
}

@media (max-width: 768px) {
  .topbar {
    padding: 6px 16px;
  }

  .topbar-contact {
    gap: 12px;
    font-size: 12px;
  }

  .nav-links {
    display: none;
  }

  .nav-links.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    position: fixed;
    inset: 0;
    background: var(--white);
    z-index: 999;
  }

  .nav-links.active a {
    font-size: 18px;
    padding: 12px 24px;
  }

  .nav-hamburger {
    display: flex;
    z-index: 1000;
    position: relative;
  }
}

/* ============ Mobile Navigation ============ */

#mobile-navigation {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 10000;
  background-color: #fff;
  height: 48px;
}

.mobile-navbar {
  width: 100%;
  position: relative;
}

.mobile-nav {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.moblie-nav-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.moblie-nav-logo {
  display: flex;
  align-items: center;
}

.moblie-nav-logo img {
height: 48px;
  width: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
  cursor: pointer;
  padding: 7px;
}

.moblie-nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-nav-right-one {
  cursor: pointer;
  width: max-content;
}

.mobile-nav-right-one p {
  font-family: "Instrument Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  background: #0040C1;
  padding: 8px 20px;
  border-radius: 20px;
}

.mobile-nav-right-one .navcourses-icon-wrap {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}

.mobile-nav-right-one .navcourses-icon-wrap .icon {
  width: 10px;
  height: 10px;
  filter: brightness(1) invert(1);
}

.mobile-nav-right-two {
  cursor: pointer;
}

#hamburger {
  width: 26px;
  height: 26px;
  display: block;
}

.mobile {
  width: 100%;
  height: 100%;
}

#mobile-view {
  height: 100vh;
  overflow-y: auto;
}

/* ============ Mobile All Courses Overlay ============ */

.displaymobilecontent {
  position: absolute;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 400;
}

.allcoursespage {
  border: 1px solid #f3f4f6;
  width: 100%;
  padding: 10px 0;
  background-color: #f3f4f6;
}

.allcourses-heading {
  width: 100%;
}

.allcourses-heading-page {
  width: 90%;
  margin: auto;
  display: flex;
}

.allcourses-heading-left {
  width: 20%;
  font-size: 20px;
}

.allcourses-heading-left i {
  color: #272566;
}

.allcourses-heading-right {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.allcourses-heading-right>p {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.allcourses-menu-section {
  width: 100%;
  height: 100vh;
  padding: 10px 0;
}

.allcourses-menu-list {
  width: 100%;
  margin: auto;
}

.allcourses-menu-list ul {
  list-style: none;
  line-height: 2.5;
}

.allcourses-menu-list ul li {
display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-family: "Instrument Sans", sans-serif;
  box-shadow: transparent 0 0 0 3px, rgba(183, 172, 172, 0.1) 0 6px 20px;
  margin-bottom: 10px;
  padding: 10px 5% 10px 6%;
  font-weight: 600;
  line-height: 24px;
}

.allcourses-menu-list ul a {
  text-decoration: none;
  color: #000;
}

/* ============ Mobile Course Sub-pages ============ */

.software-pages,
.networking-page,
.digital-page,
.ai-page,
.data-page,
.learning,
.cybers {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  background-color: #fff;
  z-index: 400;
}

.software-pages {
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
}

.software {
  border: 1px solid #f3f4f6;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.19) 0 0 0, rgba(0, 0, 0, 0.23) 0 2px 6px;
}

.software-heading {
  width: 100%;
}

.software-heading-page {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.software-heading-left {
  width: 20%;
  font-size: 20px;
}

.software-heading-left i {
  color: #272566;
}

.software-heading-right {
  width: 80%;
  padding-left: 25px;
  font-weight: 600;
}

.software-heading-right>p {
  font-family: "Instrument Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.software-menu-section {
  width: 100%;
  padding: 10px 0;
  background-color: white;
  height: 100vh;
  overflow-y: scroll;
}

.software-menu-list {
  width: 100%;
  margin: auto;
}

.software-menu-courses {
  width: 100%;
  padding: 10px 0 15px 0;
}

.software-menu-courses h4 {
  padding-left: 8%;
  background-color: white;
}

.software-menu-courses h4::after {
  content: "";
  width: 90px;
  height: 2px;
  background: #1179ef;
  display: block;
  margin-top: 8px;
}

.software-menu-job-program {
  width: 100%;
  padding: 10px 0 15px 0;
}

.software-menu-job-program h4 {
  padding-left: 8%;
  background-color: white;
}

.software-menu-job-program h4::after {
  content: "";
  width: 90px;
  height: 2px;
  background: #1179ef;
  display: block;
  margin-top: 8px;
}

.software-menu-job-submenu {
  width: 100%;
  padding-left: 68px;
  background-color: #fff;
  margin-bottom: 10px;
  box-shadow: transparent 0 0 0 3px, rgba(183, 172, 172, 0.1) 0 6px 20px;
}

.software-menu-submenu {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  line-height: 2.5;
  background-color: #fff;
  margin-top: 5px;
  font-family: "Instrument Sans", sans-serif;
}

.software-menu-submenu-list {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  line-height: 2.5;
  background-color: #fff;
  margin-top: 5px;
  font-family: "Instrument Sans", sans-serif;
  list-style: none;
}

.software-menu-submenu-list a {
  text-decoration: none;
  color: #384252;
  padding-left: 68px;
  list-style: none;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  box-shadow: transparent 0 0 0 3px, rgba(183, 172, 172, 0.1) 0 6px 20px;
}

.software-menu-job-submenu-box {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
}

.software-menu-submenu a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.software-menu-submenu p {
  padding-left: 20px;
  color: #384252;
  font-size: 14px;
  font-weight: bold;
}

.software-master-program {
  width: 100%;
  height: 700px;
  padding: 10px 0 15px 0;
}

.software-master-program h4 {
  padding-left: 8%;
  background-color: white;
}

.software-master-program h4::after {
  content: "";
  width: 90px;
  height: 2px;
  background: #1179ef;
  display: block;
  margin-top: 8px;
}

.software-master-program-submenu {
  width: 100%;
  margin: auto;
  padding: 10px 0;
  background-color: #fff;
}

.software-master-program-menu {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  background-color: #edf8fa;
  box-shadow: 0 20px 10px -20px rgb(135, 240, 227) inset, 0 -20px 10px -20px rgb(135, 240, 227) inset;
  padding: 10px 0 10px 49px;
}

.software-master-program-box {
  width: 28%;
  height: 79px;
}

.software-master-program-box-one {
  width: 70%;
  padding-left: 15px;
  display: flex;
}

.software-master-program-box-one a {
  text-decoration: none;
  color: #384252;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

/* ============ Mobile Hamburger Menu ============ */

.mobile-hamburg-click-section {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
  display: none;
  z-index: 9999;
}

.mobile-hamburg-click-section-heading {
  width: 100%;
  height: auto;
  background-color: #f3f4f6;
  padding: 10px 0;
}

.mobile-hamburg-click-section-heading-page {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
}

.mobile-hamburg-click-section-heading-left {
  width: 20%;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.mobile-hamburg-click-section-heading-left i {
  color: #272566;
}

.mobile-hamburg-click-section-heading-right {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.mobile-hamburg-menu-list {
  padding: 10px 0 0;
  position: relative;
  z-index: 100;
  background: #fff;
}

.mobile-hamburg-submenu {
  width: 100%;
  margin: auto;
}

.mobile-hamburg-submenu ul {
  list-style: none;
  line-height: 2;
  cursor: pointer;
}

.mobile-hamburg-submenu ul li {
  padding-left: 0;
  font-size: 14px;
  font-weight: 600;
  font-family: "Instrument Sans", sans-serif;
  line-height: 24px;
}

.mobile-hamburg-submenu ul li a {
  text-decoration: none;
  color: #384252;
}

#heads {
  display: flex;
  justify-content: space-between;
  padding: 10px 5% 10px 6%;
  box-shadow: transparent 0 0 0 3px, rgba(183, 172, 172, 0.1) 0 6px 20px;
}

#about-job li,
#student-job li,
#women-job li {
  padding-left: 73px;
  margin-bottom: 10px;
  box-shadow: transparent 0 0 0 3px, rgba(183, 172, 172, 0.1) 0 6px 20px;
  line-height: 2.5;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#women-job {
  margin-top: 10px;
}

.underline-women,
.underline-student,
.underline-about {
  border-bottom: none;
}

.underline-women.active::after,
.underline-student.active::after,
.underline-about.active::after {
  content: "";
  width: 90px;
  height: 2px;
  background: #1179ef;
  display: block;
  margin-top: 8px;
}

/* ============ Scroll to Top & Float Job Button ============ */

#scrollToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0055d4;
  color: #fff;
  border: none;
  font-size: 24px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition:
    opacity 0.3s,
    visibility 0.3s,
    transform 0.3s,
    background 0.3s;
  z-index: 9999;
  box-shadow: 0 4px 15px rgba(0, 85, 212, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#scrollToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#scrollToTop:hover {
  background: #003d99;
  box-shadow: 0 6px 20px rgba(0, 85, 212, 0.4);
}
.float-job-btn {
  position: fixed;
  bottom: 30px;
  left: 20px;
  background: #66bb46;
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-family: "Instrument Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(102, 187, 70, 0.3);
  z-index: 9999;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.float-job-btn:hover {
  background: #4da335;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 187, 70, 0.4);
}
.float-job-btn.show {
  opacity: 1;
  visibility: visible;
}
.float-job-btn.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* ============ Mobile Enquiry Bar ============ */

.mobile-enquiry-section {
display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9998;
  height: 50px;
  margin: auto;
}
.mobile-enquiry-section .mobile-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
}
.mobile-enquiry-section .mobile-button:not(:last-child) {
  border-right: 2px solid #ddd;
}
.mobile-enquiry-section .mobile-button span {
  font-size: 12px;
  font-weight: 500;
  color: #003da5;
  white-space: nowrap;
}
.mobile-enquiry-section .mobile-icon {
  width: 24px;
  height: 24px;
  color: #003da5;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .mobile-enquiry-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.2fr;
    align-items: center;
  }
  .float-job-btn {
    display: none;
  }
  #scrollToTop {
    bottom: 80px;
  }

}

/* ============ Utilities ============ */

.btn-arrow {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  filter: brightness(1) invert(1);
}

.btn-arrow.review {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  filter: brightness(1) invert(1);
}

#mobile-plus,#mobile-minus {
  width: 13px;
  height: 13px;
  vertical-align: middle;
}

/* ============ FOOTER ============ */

.footer {
  background: #081123;
  color: #fff;
  padding: 50px 0 25px;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-container {
  width: 90%;
  margin: auto;
}

.footer .top-section {
  margin-bottom: 30px;
}

.footer .top-row {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 40px;
}

.footer .bottom-row {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.footer .bottom-left {
  flex: 1;
}

.footer-logo {
  width: 160px;
  margin-bottom: 20px;
}

.footer .company-desc {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.8;
  max-width: 850px;
  margin-bottom: 30px;
}

.footer .contact-title {
  font-size: 34px;
  margin-bottom: 15px;
  font-weight: 600;

}

.footer .contact-number {
  color: #ffffff;
  margin-bottom: 25px;
  font-size: 14px;
}

.footer .addresses {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 25px;
}

.footer .address-box {
  display: flex;
  gap: 12px;
  flex: 1;
}

.footer .address-box svg {
  margin-top: 4px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.footer .address-box p {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.6;
}

.footer .social-icons {
  display: flex;
  gap: 18px;
}

.footer .social-icons a {
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}

.social-footer-icon {
  display: flex;
  align-items: center;
}

.social-footer-icon svg.icon {
  width: 18px;
  height: 18px;
  display: block;
}

.social-icon-facebook {
  padding: 5px;
  border-radius: 8px;
  background-color: #1877F2;
  display: flex;
  justify-content: center;
  align-items: center
}

.social-icon-facebook:hover {
  background-color: #1877F2;
}

.social-icon-twitter {
  padding: 5px;
  border-radius: 8px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center
}

.social-icon-twitter:hover {
  background-color: black
}

.social-icon-youtube {
  padding: 5px;
  border-radius: 8px;
  background-color: #FF0000;
  display: flex;
  justify-content: center;
  align-items: center
}

.social-icon-youtube:hover {
  background-color: #DE2925
}

.social-icon-insta {
  padding: 5px;
  border-radius: 8px;
  background-color: #E1306C;
  display: flex;
  justify-content: center;
  align-items: center
}

.social-icon-insta:hover {
  background-image: radial-gradient(circle at 23% 84%, #f9ed32, #f8d939 5%, #f5a54d 17%, #f0536c 33%, #ee2a7b 40%, #9e2aa7 56%, #5b2acd 72%, #2a2ae8 85%, #0b2af9 95%, #002aff)
}

.social-icon-linkdein {
  padding: 5px;
  border-radius: 8px;
  background-color: #0077B5;
  display: flex;
  justify-content: center;
  align-items: center
}

.social-icon-linkdein:hover {
  background-color: #1b86bd
}

.footer .social-icons a:hover {
  color: #57d13b;
}

.footer .map-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.footer .map-item {
  width: 100%;
  flex: 1;
  background: #d9d9d9;
  border-radius: 14px;
  overflow: hidden;
}
.footer .map-item iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 14px;
}

.footer-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 25px 0;
}

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

.footer-column h3 {
  color: #66bb46;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
}

.footer-column ul li a:hover {
  color: #57d13b;
}

.footer-bottom-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 40px;
}

.footer .disclaimer {
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  margin-top: 15px;
  line-height: 1.7;
}

@media (max-width: 1200px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer-social-page {
    width: 100%;
    padding: 20px 0 20px 0;
    display: flex;
    justify-content: space-between;
} .footer-declaimer {
    line-height: 1.5;
    width: 50%;
    color: #99cbc5;
    font-family: "Instrument Sans", sans-serif;
    margin-bottom: 60px;
} .footer-declaimer p, .footer-box-one.courses h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Instrument Sans", sans-serif;
    color: white;
    font-weight: bold;
} .footer-reserved {
    color: #9ad6cf;
    font-family: "Instrument Sans", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    text-align: end;
    margin-bottom: 34px;
} #chotac {
    font-size: 14px;
}

@media screen and (min-width: 1px) and (max-width: 599px) {
    .footer-social-page {
        flex-direction: column;
    }

    .footer-declaimer {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-declaimer-sub-para {
        font-size: 14px;
    }

    .footer-reserved {
        margin-top: 25px;
        margin-bottom: 95px;
        font-size: 14px;
        text-align: start;
    }
}

@media screen and (min-width: 392px) and (max-width: 599px) {
    #chotac {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
  .footer .top-row {
    flex-direction: column;
  }

  .footer .bottom-row {
    flex-direction: column;
  }

  .footer .map-box {
    width: 100%;
  }

  .footer-social-page {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer .contact-title {
    font-size: 28px;
  }

  .footer .map-box {
    flex-direction: column;
  }
}

/* ===== LEAD WRAPPER (from style.css) ===== */
.lead-wrapper {
  background: #fff;
  width: 100%;
  position: relative;
  padding: 60px 20px;
}

@media (min-width: 1200px) {
  .lead-wrapper {
    padding: 100px 20px;
  }
}

.lead-inner {
  max-width: 90%;
  margin: auto;
}

@media (max-width: 1200px) {
  .lead-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .lead-inner {
    width: 100%;
    max-width: 100%;
  }
}

.lead-banner {
  height: 60%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 45px 60px;
  background: radial-gradient(
    circle at center,
    #003da5 0%,
    #002b78 42%,
    #00173f 100%
  );
}

.lead-content {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.lead-heading-wrap {
  margin: 0;
  margin-bottom: 35px;
}

.lead-text-wrap {
  margin: 0;
  margin-bottom: 35px;
}



.lead-heading {
  line-height: 1.3;
  font-weight: 700;
  color: white;
  font-size: 32px;
  margin: 0;
}



.lead-content p {
  color: #66bb46;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 600;
  
}

.lead-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 500px;
}

.lead-stat h3 {
  font-size: 40px;
  color: #66bb46;
  font-weight: 700;
}

.lead-stat span {
  display: block;
  color: white;
  font-size: 14px;
}

.lead-student {
  position: absolute;
  bottom: 0;
  right: 24%;
  width: clamp(400px, 40vw, 750px);
  z-index: 3;
}

@media (min-width: 1900px) {
  .lead-student {
    width: clamp(400px, 40vw, 750px);
  }
}

@media (min-width: 1600px) {
  .lead-student {
    width: clamp(400px, 40vw, 750px);
  }
}

@media (max-width: 1599px) and (min-width: 1401px) {
  .lead-student {
    width: clamp(400px, 48vw, 750px);
  }
}

@media (max-width: 1400px) and (min-width: 1201px) {
  .lead-student {
    width: clamp(280px, 40vw, 500px);
    right: 30%;
  }
}

.lead-student img {
  width: 100%;
  display: block;
  transform: scaleX(-1);
}

@media (max-width: 480px) {

  .lead-content p {
    font-size: 14px;
    line-height: 1.5;
  }

  .lead-stats {
    gap: 16px;
  }

  .lead-stat h3 {
    font-size: 26px;
  }

  .lead-stat span {
    font-size: 12px;
  }

  .lead-banner {
    padding: 16px;
    height: 469px;
  }
}

@media (max-width: 1200px) {
  .lead-student {
    display: none;
  }

  .lead-banner {
    padding: 48px;
  }

  .lead-content {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .lead-heading {
    font-size: 30px;
  }

  .lead-content p {
    font-size: 16px;
  }

  .lead-stat h3 {
    font-size: 34px;
  }

  .lead-stat span {
    font-size: 13px;
  }

  .lead-stats {
    gap: 28px;
  }

  .lead-banner {
    padding: 36px;
  }
}

@media (max-width: 768px) {
  .lead-heading {
    font-size: 24px;
  }

  .lead-content p {
    font-size: 15px;
    max-width: 95%;
  }

  .lead-stats {
    gap: 20px;
  }

  .lead-stat h3 {
    font-size: 32px;
  }

  .lead-stat span {
    font-size: 13px;
  }

  .lead-banner {
    height: auto;
    padding: 10px 6% 10px 7%;
    margin: auto;
  }

  .lead-content {
    padding: 15px 0px;
  }
}

@media (max-width: 480px) {
  .lead-heading {
    font-size: 26px;
    line-height: 1.3;
  }}

@media (min-width: 1280px) {
  .lead-heading {
    font-size: 32px;
  }
  .lead-content p {
    font-size: 20px;
  }
}

@media (min-width: 1440px) {
  .lead-heading {
    font-size: 38px;
  }
  .lead-content p {
    font-size: 22px;
  }
}

@media (min-width: 1920px) {
  .lead-heading {
    font-size: 48px;
  }
  .lead-content p {
    font-size: 24px;
  }
}

@media (min-width: 2560px) {
  .lead-heading {
    font-size: 56px;
  }
  .lead-content p {
    font-size: 28px;
  }
}

/* ===== LEAD FORM (from contact.css) ===== */
.lead-wrapper .cisco-training-form {
position: absolute;
  top: 50%;
  right: 11%;
  transform: translateY(-50%);
  width: clamp(300px, 24vw, 400px);
  z-index: 10;
  height: 550px;
}

.lead-wrapper .cisco-training-form::after {
 position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 110%;
    border-radius: 270px;
    background-color: #d3dfde;
    content: "";
    z-index: -1;
}

@media (max-width: 1200px) {
  .lead-wrapper .cisco-training-form {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    margin: 28px auto 0;
  }
}

@media (max-width: 1024px) {
  .lead-wrapper .cisco-training-form {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .lead-wrapper .cisco-training-form {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    margin: 30px auto 0;
  }
}

.lead-wrapper .cisco-form {
  width: 100%;
}

.cisco-form {
width: 75%;
  margin: auto;
  padding: 25px 15px 25px 15px;
  background-color: #F2F4FF;
  color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 550px;
  border: 4px solid rgba(0, 61, 165, 0.1);
}

@media (min-width:1px) and (max-width:500px) {
  .cisco-form {
    width: 100%
  }
}

@media (min-width:501px) and (max-width:1285px) {
  .cisco-form {
    width: 80%
  }
}

@media (min-width: 1280px) {
  .lead-wrapper .cisco-training-form {
    height: 550px;
    width: 370px;
  }
  .cisco-form {
    height: 550px;
    width: 100%;
  }
}

@media (min-width: 1440px) {
  .lead-wrapper .cisco-training-form {
    height: 600px;
    width: 400px;
  }
  .cisco-form {
    height: 600px;
    width: 100%;
  }
}

@media (min-width: 1920px) {
  .lead-wrapper .cisco-training-form {
    height: 670px;
    width: 440px;
  }
  .cisco-form {
    height: 670px;
    width: 100%;
  }
}

@media (min-width: 2560px) {
  .lead-wrapper .cisco-training-form {
    height: 770px;
    width: 500px;
  }
  .cisco-form {
    height: 770px;
    width: 100%;
  }
}

.cisco-training-form::after {
  content: "";
  width: 85%;
  margin: auto;
  border-radius: 270px;
  background-color: #d3dfde;
  display: inline-block;
  position: relative;
  bottom: 87%;
  z-index: -2;
  height: 536px;
  left: 7.3%;
}

.cisco-form h3,.cisco-form p {
color: #003DA5;
  font-weight: 900;
  font-size: 19px;
  line-height: 1.4;
  margin: 0 auto 20px auto;
  text-align: center;
  width: 91%;
}

.cisco-form label {
  margin-top: 10px;
  
  font-size: 14px
}

.cisco-form input {
width: 100%;
  height: 40px;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid #D0D5DD;
  outline: none;
  background-color: #fff;
  font-family: "Instrument Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  
}

.cisco-form input::placeholder {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

textarea.cisco-textarea::placeholder {
  font-size: 13px;
  font-weight: 600;
  width: 85%;
  margin: auto;
  text-align: center;
}

.cisco-textarea {
  width: 100%;
  height: 69px;
  border-radius: 5px;
  margin-bottom: 20px;
  max-height: 69px;
  border: none;
  outline: none;
  background-color: #fff;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  padding-top: 20px;
  padding-left: 0px;
  font-size: 14px;
  
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cisco-form button {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  font-weight: 800;
  font-size: 14px;
  margin-top: 20px;
  border: none;
  outline: none;
  background-color: #4fa842;
  color: #fff;
  margin: 0;
  position: relative;
  overflow: hidden;
  

  padding: 10px;
  cursor: pointer;
}

.cisco-form button::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 75%);
  animation: glare-effect 3s infinite linear;
}

@keyframes glare-effect {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(200%);
  }
}

.custom-select-wrapper {
  position: relative;
  user-select: none;
  margin-bottom: 20px;
}

.custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
}

.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #3d3d3d;
  height: 40px;
  background: #ffffff;
  cursor: pointer;
  border-radius: 5px;
  z-index: 100;
  font-size: 14px;
  font-weight: 600;
  
  
}

.custom-options {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #4fca82;
  border-radius: 5px;
  padding: 10px 0 10px 0px;
  text-align: center;
  background-color: #edf8fA;
  z-index: 102;
  width: 90%;
  box-shadow: 2px 2px #4fca82;
}

.custom-select.open .custom-options {
  display: block;
}

.custom-options.open {
  display: block;
}

.custom-option {
  position: relative;
  padding: 0 2px;
  color: black;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5%;
  margin-right: 5%;
  border-radius: 5px;
  background: #afe1c4;
  margin-bottom: 2px;
}

.custom-option:hover {
  background-color: #e9e9e9;
}

.custom-select.open .custom-options {
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: -334px;
}

.select-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 22px;
  height: 22px;
  filter: brightness(1) invert(1);
  z-index: 105;
  margin-bottom: 0;
}

.select-arrow--left {
  left: 5px;
}

.select-arrow--right {
  right: 5px;
}

.custom-option:hover {
  padding-left: 10px;
  border-left: 3px solid #3ca0e7;
  transition: all 0.3s ease;
  box-shadow: 2px 2px #4fca82;
}

@media screen and (min-width:1366px) and (max-width:1600px) {
  .cisco-form label {
    font-size: 12px
  }

  .cisco-form input {
    font-size: 14px;
    height: 36px
  }

  .cisco-form button {
    height: 36px;
    padding: 0
  }
}

@media screen and (min-width:2050px) and (max-width:4000px) {
  .cisco-training-form::after {
    display: none;
    visibility: hidden;
  }
}

@media screen and (min-width:1280px) and (max-width:1365px) {
  .cisco-training-form::after {
    height: 403px;
    bottom: 64%;
    left: 4.7%;
    width: 90%;
  }
}

@media screen and (min-width:1366px) and (max-width:1450px) {
  .cisco-training-form::after {
    height: 403px;
    bottom: 64%;
    left: 4.7%;
    width: 90%;
  }
}

@media screen and (min-width:1451px) and (max-width:1760px) {
  .cisco-training-form::after {
    height: 450px;
    bottom: 72%;
    left: 7.5%;
    width: 85%;
  }
}

@media screen and (min-width:1199px) and (max-width:1279px) {
  .cisco-training-form::after {
    width: 95%;
    margin: auto;
    bottom: 67%;
    height: 396px;
    left: 2.5%
  }
}

@media screen and (min-width:800px) and (max-width:1199px) {
  .cisco-form label {
    font-size: 12px;
  }

  .cisco-training-form::after {
    display: none;
    visibility: hidden;
  }

  .cisco-training-form {
    width: 100%;
  }
}

@media screen and (min-width:600px) and (max-width:799px) {
  .cisco-form label {
    font-size: 12px;
  }

  .cisco-training-form::after {
    width: 92%;
    height: 504px;
    bottom: 82%;
    left: 4%;
  }

  .cisco-training-form {
    width: 100%;
  }
}

@media screen and (min-width:1px) and (max-width:1199px) {
  .cisco-training-page {
    flex-direction: column;
  }
}

@media screen and (min-width:1px) and (max-width:599px) {
  .cisco-training-form {
    width: 100%
  }

  .cisco-form label {
    font-size: 13px
  }

  .cisco-form button {
    font-size: 16px
  }

  .cisco-training-form::after {
    bottom: 88%
  }
}

@media screen and (max-width:320px) {
  .cisco-form h3 {
    font-size: 15px;
  }

  .cisco-form label {
    font-size: 12px;
  }
}

#desktop-wa-button {
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 9998;
  display: none;
}
#desktop-wa-button img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 85, 212, 0.3);
  transition: transform 0.3s;
}
#desktop-wa-button img:hover {
  transform: scale(1.1);
}
@media (min-width: 1200px) {
  #desktop-wa-button { display: block; }
}
