:root {
  --blue: #124F93;
  --deep-blue: #124F93;
  --navy: #124F93;
  --orange: #ff7417;
  --sky: #eaf6ff;
  --pale: #f7fbff;
  --text: #18345b;
  --muted: #5f7391;
  --border: #dce9f5;
  --shadow: 0 16px 36px rgba(7, 55, 105, .12);

}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.svg-icon {
  display: inline-block;
  width: 1.15em;
  height: 1.15em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
  transition: transform .3s ease, color .3s ease, stroke .3s ease;
}


.btn {
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, border-color .25s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-primary-sm,
.btn-main {
  color: #fff;
  background: var(--orange);
  border: 1px solid var(--orange);
  box-shadow: 0 12px 22px rgba(255, 116, 23, .24);
}

.btn-primary-sm:hover,
.btn-main:hover {
  color: #fff;
  background: #f16508;
  border-color: #f16508;
  box-shadow: 0 16px 28px rgba(255, 116, 23, .34);
}

.btn-primary-sm {
  padding: 13px 20px;
  font-size: 13px;
}

.btn-main {
  padding: 17px 25px;
  font-size: 18px;
}

.btn-outline-main,
.btn-outline-light {
  padding: 17px 28px;
  font-size: 14px;
  background: transparent;
}

.btn-outline-main {
  color: var(--blue);
  border: 1px solid var(--blue);
}

.btn-outline-light {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .95);
  &:hover {
    color: #124F93;
    background: rgba(255, 255, 255, .95);
    border-color: rgba(255, 255, 255, .95);
    box-shadow: 0 16px 28px rgba(255, 255, 255, .34);
  }
}

.section-padding {
  padding: 80px 0;
}



h1,
h2 {
  color: var(--deep-blue);
  font-weight: 800;
  line-height: 1.04;
  margin: 0;
}

h1 {
  max-width: 680px;
  font-size: 58px;
}

h1 span,
h2 span {
  color: var(--orange);
}

h2 {
  font-size: 34px;
}


.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 575px;
  padding: 162px 0 80px;
  background:
    radial-gradient(circle at 92% 22%, rgba(255, 222, 198, .85), transparent 24%),
    linear-gradient(112deg, #fff 0%, #f4fbff 44%, #fff3e8 100%);
background-size: cover;
background-repeat: no-repeat;
.location-banner-img {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 60%;
}
}

.hero-content {
  animation: fadeUp .8s ease both;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 86px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(230,245,255,.88));
}

.hero-content {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 9px 15px;
  color: #193c6e;
  background: rgba(255, 255, 255, .82);
  border: 1px solid var(--border);
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(10, 68, 126, .08);
  font-weight: 700;
  font-size: 14px;
}

.eyebrow .svg-icon {
  color: #0a9d63;
}

.hero-content p {
  max-width: 530px;
  margin: 18px 0 28px;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.hero-features span,
.support-grid span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 10px 15px;
  color: #173867;
  background: rgba(255,255,255,.9);
  border: 1px solid var(--border);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(7, 55, 105, .09);
  font-size: 13px;
  font-weight: 800;
}

.hero-features .svg-icon,
.support-grid .svg-icon {
    color: var(--blue);
    width: auto;
    height: 40px;
}


.city-section {
  overflow: hidden;
    padding: 130px 0;
    background: linear-gradient(90deg, #edf8ff, #fff 48%, #e9f6ff);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
  .section-title {
    margin-bottom: 50px;
  }
}

.city-grid {
  margin-top: 22px;
}

.city-card,
.service-card,
.subject-card,
.testimonial-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: rgba(255,255,255,.9);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(7, 55, 105, .08);
}

.city-card::before,
.service-card::before,
.subject-card::before,
.testimonial-card::before,
.faq-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 116, 23, .11), rgba(9, 110, 211, .09));
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

.city-card::before {
  background: radial-gradient(circle at 50% 0, rgba(255, 116, 23, .18), transparent 55%);
}

.service-card::before {
  background: linear-gradient(180deg, rgba(9, 110, 211, .09), rgba(255, 116, 23, .07));
}

.subject-card::before {
  background: linear-gradient(135deg, rgba(24, 184, 172, .12), rgba(9, 110, 211, .08));
}

.testimonial-card::before {
  background: linear-gradient(90deg, rgba(255, 116, 23, .12), transparent 48%);
}

.faq-card::before {
  width: 4px;
  background: var(--orange);
  opacity: 0;
  transform: scaleY(.2);
  transform-origin: top;
  transition: opacity .25s ease, transform .3s ease;
}

.city-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 108px;
  color: var(--deep-blue);
  text-align: center;
  p{
    font-size: 24px;
    font-family: 'Georgia Bold';
  }
  img{
    margin-bottom: 0;
  }
}

.city-card > .svg-icon {
  margin-bottom: 0px;
  filter: brightness(0) saturate(100%) invert(15%) sepia(98%) saturate(2402%) hue-rotate(201deg) brightness(99%) contrast(86%);
    width: 100px;
    height: auto;
}

.city-card,
.service-card,
.subject-card,
.testimonial-card,
.demo-form,
.faq-card {
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.city-card:hover::before,
.service-card:hover::before,
.subject-card:hover::before,
.testimonial-card:hover::before,
.faq-card:hover::before,
.faq-card.active::before {
  opacity: 1;
}

.faq-card:hover::before,
.faq-card.active::before {
  transform: scaleY(1);
}

.city-card:hover {
  transform: translateY(-10px) scale(1.025);
  border-color: rgba(255, 116, 23, .36);
  box-shadow: 0 24px 46px rgba(255, 116, 23, .14);
}

.city-card:hover > .svg-icon {
  color: var(--orange);
  transform: translateY(-3px) scale(1.08);
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(9, 110, 211, .28);
  box-shadow: 0 22px 52px rgba(9, 110, 211, .16);
}

.subject-card:hover {
  transform: translateY(-6px) rotate(-1deg);
  border-color: rgba(24, 184, 172, .34);
  box-shadow: 0 18px 42px rgba(24, 184, 172, .13);
}

.testimonial-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 116, 23, .24);
  box-shadow: 0 20px 44px rgba(7, 55, 105, .13);
}

.demo-form:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 46px rgba(255, 255, 255, .16), 0 18px 40px rgba(0, 35, 82, .18);
}

.faq-card:hover {
  transform: translateX(6px);
  border-color: rgba(255, 116, 23, .32);
  box-shadow: 0 16px 34px rgba(7, 55, 105, .12);
}

.city-card > *,
.service-card > *,
.subject-card > *,
.testimonial-card > *,
.faq-card > * {
  position: relative;
  z-index: 1;
}


.service-card {
  padding: 28px 22px;
  text-align: center;
}

.service-icon {
  display: inline-grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
  color: #fff;
  border-radius: 50%;
  transition: transform .35s ease;
}

.service-icon .svg-icon {
  filter: brightness(0) saturate(100%) invert(97%) sepia(4%) saturate(180%) hue-rotate(225deg) brightness(117%) contrast(100%);
  width: auto;
   height: 50px;
}

.service-card:hover .service-icon {
  transform: translateY(-4px) scale(1.12);
  box-shadow: 0 14px 24px rgba(9, 110, 211, .2);
}

.subject-card:hover > .svg-icon {
  transform: scale(1.14) rotate(-7deg);
}

.why-item:hover > .svg-icon {
  transform: translateY(-4px) scale(1.1);
}

.service-icon.blue { background: #4d69df; }
.service-icon.coral { background: #ef526b; }
.service-icon.teal { background: #18b8ac; }
.service-icon.cyan { background: #1595d0; }
.service-icon.indigo { background: #5c67d9; }

.service-card h3 {
  color: var(--deep-blue);
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
}

.service-card p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.igcse-section {
  overflow: hidden;
  padding: 45px 0;
  background: linear-gradient(95deg, #dff2ff, #f6fbff 42%, #e5f6ff);
  .dec{
    text-align: left;
  }
}


.subject-card {
  display: grid;
  place-items: center;
  min-height: 100px;
  padding: 14px 8px;
  color: var(--deep-blue);
  text-align: center;
}

.subject-card > .svg-icon {
 margin-bottom: 10px;
    width: auto;
    height: 60px;
}

.subject-card strong {
  font-size: 13px;
}

.support-grid span {
  width: 100%;
  min-height: 48px;
  border-radius: 12px;
  white-space: normal;
}

.why-section {
  background: #fff;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  text-align: center;
}

.why-item > .svg-icon {
    display: block;
    width: auto;
    height: 60px;
    margin: 0 auto 13px;
    transition: transform .3s ease, color .3s ease;
}

.why-item p {
  color: var(--deep-blue);
  font-size: 16px;
  line-height: 1.35;
  font-family: 'Georgia Bold';
}

.why-item:hover > .svg-icon {
  color: var(--orange);
}

.demo-section {
  padding: 0 0 42px;
}

.demo-panel {
  overflow: hidden;
  padding: 44px 58px 44px;
  color: #fff;
  position: relative;
  background:
    radial-gradient(circle at 85% 25%, rgba(25, 116, 193, .95), transparent 28%),
    linear-gradient(130deg, #003d7e, #00549c);
    border-radius: 26px;
  .demo-side-img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
  }
  .dec{
    text-align: left;
  }
}

.demo-panel h2,
.demo-panel p {
  color: #fff;
}

.demo-list {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.demo-list li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 14px;
}

.demo-list .svg-icon {
  color: var(--orange);
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.demo-form {
  padding: 24px;
  background: rgba(255,255,255,.92);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.demo-form label {
    color: #365071;
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}

.demo-form .form-control,
.demo-form .form-select {
    height: 50px;
    border: 1px solid #d8e5f1;
    border-radius: 9px;
    color: #607089;
    font-size: 14px;
    display: block;
    padding: 12px;
}

.demo-form .btn-main {
  min-width: 270px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.thumb-boy {
  position: relative;
  height: 275px;
}

.thumb-boy::before {
  content: "";
  position: absolute;
  right: 28px;
  top: 0;
  width: 115px;
  height: 135px;
  background: #ffd1a5;
  border-radius: 44%;
  box-shadow: inset -12px -10px 0 rgba(208,100,63,.13);
}

.thumb-boy::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: 0;
  width: 205px;
  height: 180px;
  background: linear-gradient(135deg, #176aa6, #e8f6ff 76%);
  border-radius: 70px 70px 0 0;
}

.testimonial-section {
  background: linear-gradient(110deg, #fff, #f4fbff);
}

.parents-slider {
  margin: 0 -14px;
}

.testimonial-slide {
  padding: 0 14px 36px;
}

.parents-slider .slick-track {
  display: flex;
}

.parents-slider .slick-slide {
  height: auto;
}

.parents-slider .slick-slide > div,
.parents-slider .testimonial-slide,
.parents-slider .testimonial-card {
  height: 100%;
}

.parents-slider .slick-dots {
  bottom: -8px;
}

.parents-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 4px;
}

.parents-slider .slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
  background: #b9d4ec;
  border-radius: 999px;
  transition: width .25s ease, background-color .25s ease;
}

.parents-slider .slick-dots li button::before {
  display: none;
}

.parents-slider .slick-dots li.slick-active button {
  width: 24px;
  background: var(--blue);
}

.testimonial-card {
  position: relative;
  padding: 26px 30px;
}

.testimonial-card::after {
  content: "\201D";
  position: absolute;
  right: 28px;
  bottom: 44px;
  color: var(--orange);
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: 1;
}

.testimonial-card p {
  min-height: 78px;
  color: #233f67;
  font-weight: 700;
  font-size: 14px;
}

.stars {
  color: #ffae18;
  letter-spacing: 4px;
}

.parent {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
}

.parent span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #fff;
  background: linear-gradient(135deg, #0e5ca0, #ffad7a);
  border-radius: 50%;
  font-weight: 800;
}

.parent strong {
  color: var(--deep-blue);
  line-height: 1.2;
}

.parent small {
  display: block;
  color: #1a72bd;
}

.faq-section {
  padding: 14px 0 54px;
}

.faq-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(7, 55, 105, .06);
}

.faq-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 44px;
  padding: 12px 18px;
  color: #294a73;
  background: transparent;
  border: 0;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  transition: color .25s ease, background-color .25s ease;
}

.faq-item::before {
  content: "?";
  display: inline-grid;
  place-items: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-size: 12px;
}

.faq-item span {
  flex: 1;
}

.faq-item .chevron-icon {
  width: 18px;
  height: 18px;
  transition: transform .3s ease, color .3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .36s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 20px 18px 50px;
  color: #5c7190;
  font-size: 14px;
  font-weight: 600;
}

.faq-card.active {
  border-color: rgba(255, 116, 23, .35);
  box-shadow: 0 18px 42px rgba(7, 55, 105, .13);
}

.faq-card.active .faq-item {
  color: var(--deep-blue);
}

.faq-card.active .faq-item .chevron-icon {
  color: var(--orange);
  transform: rotate(180deg);
}

.cta-section {
  padding: 0 0 50px;
}

.cta-panel {
  position: relative;
    overflow: hidden;
    padding: 90px 48px;
    color: #fff;
    background: linear-gradient(90deg, rgba(0, 61, 126, .98), rgba(0, 83, 158, .84)), linear-gradient(120deg, #00427f, #0961b0);
    border-radius: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.cta-panel h2,
.cta-panel p {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: left;
}

.cta-panel .hero-actions {
  position: relative;
  z-index: 2;
  margin-top: 42px;
}

.cta-skyline {
  right: 0;
  width: 48%;
  height: 185px;
  opacity: .65;
  filter: brightness(1.3);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(38px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.author-section{
  padding-bottom: 0;
}
.author-panel{
  .dec{
    text-align:left;
  }
}
.author-panel{
    background:#fff;
    border-radius:30px;
    padding:60px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
    overflow:hidden;
    position:relative;
}

.author-panel::before{
    content:"";
    width:280px;
    height:280px;
    background:linear-gradient(135deg,#1d4ed8,#60a5fa);
    position:absolute;
    top:-120px;
    right:-120px;
    border-radius:50%;
    opacity:.08;
}

.author-image{
  position: relative;
    height: 630px;
    overflow: hidden;
    border-radius: 25px;
}

.author-image img{
    width:100%;
    display:block;
    object-fit:cover;
}

.author-tag{
    display:inline-block;
    padding:10px 22px;
    background:#eff6ff;
    color:#3376c3;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}


.qualification-box{
    background: #f8fafc;
    border-left: 5px solid #3376c3;
    padding: 10px 14px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.qualification-box h5{
    font-size:16px;
    margin-bottom:15px;
    font-weight:700;
}

.qualification-box ul{
    margin:0;
    padding-left:20px;
    padding-left: 15px;
}

.qualification-box li{
    margin-bottom:10px;
    color:#555;
    line-height:1.6;
    &::before{
      content:"✓ ";
      color: #0a9d63;
    }
}

.location-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:-5px;
}

.location-tags span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:30px;
    padding:6px 14px;
    background:#eff6ff;
    border:1px solid rgba(51,118,195,.18);
    border-radius:50px;
    color:#3376c3;
    font-size:14px;
    font-weight:600;
    line-height:1.2;
}

.author-description{
    color:#555;
    line-height:1.9;
    font-size:17px;
}

.privacy-policy-banner {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    .hero-content{
display: flex;
    align-items: center;
    justify-content: center;
    }
}

.legal-content-section {
  background: linear-gradient(180deg, #fff, #f7fbff 100%);
}

.legal-content-section .legal-content {
  /* max-width: 980px; */
  margin: 0 auto;
  /* padding: 46px 52px; */
  /* background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(7, 55, 105, .08); */
}

.legal-content-section .legal-content h2 {
  margin: 36px 0 14px;
  color: var(--deep-blue);
  font-size: 26px;
  line-height: 1.2;
}

.legal-content-section .legal-content h2:first-child {
  margin-top: 0;
}

.legal-content-section .legal-content p,
.legal-content-section .legal-content li {
  color: #395371;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 500;
}

.legal-content-section .legal-content p {
  margin: 0 0 18px;
}

.legal-content-section .legal-content ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.legal-content-section .legal-content li {
  position: relative;
  padding-left: 24px;
}

.legal-content-section .legal-content li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--orange);
  border-radius: 50%;
}

.legal-content-section .legal-updated {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-weight: 700;
}
.video-card{
  padding: 10px;
  video{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
  }
}
.pt-0{
  padding-top: 0;
}
@media (max-width: 1440px), (max-width: 1366px) {
    .hero-section{
        h1{
            font-size: 45px;
        }
    .location-banner-img {
        position: absolute;
        bottom: -10px;
        right: 0;
        width: 66%;
    }
    }
    .hero-features {
    gap: 10px;
}
    .hero-features span, .support-grid span {
    gap: 3px;
    min-height: 38px;
    padding: 2px 4px;
    padding-right: 12px;
}
.city-section {
    overflow: hidden;
    padding: 60px 0;
}
.city-card > .svg-icon {
    width: 80px;
    height: auto;
}
.city-card > p {
    font-size: 18px;
}
.service-card h3 {
    font-size: 20px;
}
.service-card p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}
}
@media (max-width: 1199px) {
  h1 {
    font-size: 48px;
  }

  .nav-link {
    padding-inline: 9px !important;
  }
}

@media (max-width: 991px) {
 

  .hero-section {
    min-height: auto;
    padding: 100px 0px 24px;
    h1 {
            font-size: 32px;
        }
  }


  .student-card {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .why-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .demo-panel {
    padding: 38px 28px 0;
  }

  .thumb-boy {
    height: 210px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 29px;
  }

  .section-padding {
    padding: 44px 0;
  }

  .legal-content-section .legal-content {
    padding: 32px 24px;
    border-radius: 14px;
  }

  .legal-content-section .legal-content h2 {
    font-size: 23px;
  }

  .legal-content-section .legal-content p,
  .legal-content-section .legal-content li {
    font-size: 16px;
    line-height: 1.75;
  }

  .hero-actions,
  .hero-features {
    align-items: center;
    justify-content: center;
  }

  .hero-actions .btn {
    width: auto;
  }
.hero-content {
    text-align: center;
}
  .city-section {
    padding-top: 32px;
  }



  .study-visual {
    min-height: 230px;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 14px;
  }

  .demo-panel,
  .cta-panel {
    border-radius: 18px;
  }

  .demo-form .btn-main {
    min-width: 100%;
  }

  .testimonial-card p {
    min-height: auto;
  }

  .faq-item {
    align-items: flex-start;
    border-radius: 16px;
  }

  .cta-panel {
    padding: 34px 24px;
  }

  .cta-skyline {
    width: 100%;
    opacity: .28;
  }
}

@media (max-width: 575px) {
      .hero-section {
        .location-banner-img {
            position: relative;
            bottom: -26px;
            right: 0;
            width: 100%;
            margin-top: -90px;
        }
    }

.btn-main {
    font-size: 16px;
}
.city-section {
    .section-title {
        text-align: center;
        margin-bottom: 20px;
    }
}
  .brand-logo {
    font-size: 16px;
  }

  .brand-mark {
    width: 40px;
  }
.service-card {
    padding: 24px 15px;
    text-align: center;
}
.demo-panel {
    .demo-side-img {
        display: none;
    }
}
.cta-section {
    padding: 0 0 50px;
    padding-bottom: 160px;
}
.cta-panel {
       .col-md-8 {
    margin-inline: auto;
    text-align: center;
    h2,p{
        text-align: center;
    }
}
    }
  .student-card {
    width: 330px;
    height: 300px;
  }

  .student-face {
    right: 92px;
    width: 95px;
    height: 118px;
  }

  .student-face::after {
    left: -46px;
    top: 110px;
    width: 205px;
    height: 160px;
  }

  .headphones {
    right: 78px;
    width: 128px;
    height: 120px;
  }

  .laptop {
    width: 185px;
    height: 120px;
  }

  .city-card {
    min-height: 98px;
  }

  .demo-panel {
    padding-inline: 18px;
  }

  .demo-form {
    padding: 18px;
  }
  .author-panel {
    padding: 20px;
    .row .col-lg-5{
      order:-1
    }
}
}
