/* Shared public responsive and Lighthouse fixes. */
:root {
  --public-container: min(1200px, calc(100vw - 32px));
  --public-space: clamp(16px, 3vw, 40px);
  --public-radius: 12px;
  --public-focus: 0 0 0 3px rgba(37, 99, 235, 0.28);
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.no-scroll {
  overflow: hidden;
}

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

img {
  height: auto;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 0;
  box-shadow: var(--public-focus);
}

.container,
.about-container,
.contact-container,
.courses-container,
.gallery-container,
.college-container,
.main-container {
  width: var(--public-container);
  max-width: var(--public-container);
  margin-left: auto;
  margin-right: auto;
}

main,
.page-main {
  width: 100%;
}

.hero,
.page-header,
.hero-section,
.college-hero,
.colleges-page-search-section,
.about-section,
.course-categories,
.gallery-section,
.contact-section,
.college-list-section,
.cta {
  padding-left: max(16px, env(safe-area-inset-left));
  padding-right: max(16px, env(safe-area-inset-right));
}

.hero,
.page-header,
.hero-section,
.college-hero,
.colleges-page-search-section {
  position: relative;
  height: auto !important;
  min-height: 0 !important;
  padding-block: clamp(32px, 6vw, 76px) !important;
  overflow: hidden;
}

.hero-content,
.page-header .container,
.college-hero .container,
.colleges-page-search-container {
  width: var(--public-container);
  max-width: var(--public-container);
  margin-inline: auto;
  min-width: 0;
}

.hero-content h1,
.inhe-main-headline,
.page-header h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.hero-content p,
.inhe-description,
.page-header p {
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.admission-section,
.about-section,
.course-section,
.gallery-section,
.contact-section {
  padding-block: clamp(36px, 6vw, 80px) !important;
}

.admission-content,
.about-content,
.about-us .about-container,
.contact-flex,
.contact-wrapper,
.contact-content {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}

.admission-text,
.admission-image,
.about-text,
.about-image,
.contact-info,
.contact-form {
  min-width: 0;
}

.admission-image,
.about-image,
.course-image,
.college-hero,
.gallery-item {
  min-width: 0;
}

.admission-image img,
.about-image img,
.graduate-image,
.college-hero img {
  display: block;
  width: 100%;
  max-width: min(620px, 100%);
  height: auto !important;
  object-fit: cover;
  margin-inline: auto;
}

.courses-grid,
.gallery-grid,
.services-grid,
.services-grids,
.team-grid,
.testimonials-grid,
.colleges-grid,
.about-stats,
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.course-card,
.gallery-item,
.service-card,
.service-cards,
.team-card,
.testimonial-card,
.college-card {
  min-width: 0;
}

.course-image,
.gallery-item,
.about-image,
.features-image,
.admission-image {
  overflow: hidden;
}

.course-image img,
.gallery-item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.course-image {
  height: auto !important;
  aspect-ratio: 16 / 10;
}

.course-image img {
  height: 100% !important;
}

.hero-buttons,
.college-hero .hero-buttons,
.admission-text .btn,
.cta .btn {
  max-width: 100%;
}

.about-content,
.about-us .about-container,
.admission-flex,
.academic-flex,
.contact-wrapper,
.contact-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
}

form,
.form-container,
.registration-card,
.login-container {
  max-width: 100%;
}

input,
select,
textarea,
button,
.btn {
  max-width: 100%;
}

input,
select,
textarea {
  min-height: 44px;
}

table {
  max-width: 100%;
}

.table-responsive,
.admin-table-wrapper,
.college-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.modal,
.popup-overlay,
.custom-popup-overlay {
  padding: 12px;
}

.modal-dialog,
.popup-container,
.custom-popup {
  width: min(100% - 24px, 560px);
  max-height: 90vh;
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto;
}

.college-slider-container {
  width: min(100%, 1200px);
  margin-inline: auto;
}

.college-slider-track {
  align-items: center;
}

.college-slider-slide {
  width: 240px;
}

@media (min-width: 1200px) {
  .unique-header-header-container {
    max-width: 1200px;
  }

  .unique-header-header-top {
    display: grid;
    grid-template-columns: auto minmax(280px, 1fr) auto;
    gap: 24px;
  }

  .unique-header-header-search {
    margin: 0;
  }

  .unique-header-main-nav ul {
    flex-wrap: nowrap;
    gap: clamp(20px, 2.3vw, 34px);
  }
}

@media (max-width: 1199px) {
  .unique-header-header-container {
    max-width: calc(100vw - 32px);
  }

  .unique-header-header-top {
    gap: 16px;
  }

  .unique-header-header-search {
    margin-inline: 0;
    max-width: 520px;
  }

  .unique-header-header-cta {
    min-width: 0;
    gap: 10px;
  }

  .unique-header-auth-btn,
  .unique-header-header-btn {
    padding: 10px 14px;
  }

  .unique-header-main-nav ul {
    gap: 22px;
  }
}

@media (max-width: 991px) {
  .unique-header-main-header {
    min-height: 0;
  }

  .unique-header-header-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    padding-block: 10px;
  }

  .unique-header-header-logo img {
    width: clamp(144px, 32vw, 204px);
    height: auto;
  }

  .unique-header-mobile-actions {
    display: flex;
    grid-column: 3;
    justify-content: flex-end;
    gap: 6px;
  }

  .unique-header-header-search,
  .unique-header-header-cta,
  .unique-header-header-bottom {
    display: none;
  }

  .unique-header-header-search.active {
    display: block;
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .about-content,
  .about-us .about-container,
  .admission-content,
  .contact-flex,
  .admission-flex,
  .academic-flex,
  .contact-wrapper,
  .contact-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .admission-image,
  .about-image {
    order: 1;
  }

  .admission-text,
  .about-text {
    order: 2;
  }

  .admission-steps li,
  .contact-info ul li {
    text-align: left;
  }

  .inhe-hero-content {
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  :root {
    --public-container: min(100%, calc(100vw - 24px));
  }

  .hero,
  .page-header,
  .hero-section,
  .college-hero,
  .colleges-page-search-section {
    padding-block: clamp(32px, 9vw, 56px);
  }

  .about-content,
  .admission-flex,
  .academic-flex {
    padding: clamp(20px, 6vw, 32px);
  }

  .inhe-button-group,
  .academic-buttons,
  .category-tabs,
  .hero-buttons,
  .college-hero .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .inhe-button-group a,
  .hero-buttons a,
  .hero-buttons button,
  .college-hero .hero-buttons .btn,
  .btn-large,
  form button[type="submit"] {
    width: 100%;
    min-height: 44px;
    justify-content: center;
    text-align: center;
  }

  .college-slider-slide {
    width: 180px;
    padding-inline: 10px;
  }

  .college-slider-slide img {
    width: 150px;
    height: 50px;
  }
}

@media (max-width: 480px) {
  .unique-header-header-container {
    max-width: calc(100vw - 20px);
    padding-inline: 0;
  }

  .unique-header-mobile-search-btn,
  .unique-header-mobile-call-btn,
  .unique-header-mobile-user-btn,
  .unique-header-mobile-menu-btn {
    min-width: 44px;
    min-height: 44px;
    padding: 8px;
  }

  .college-slider-slide {
    width: 148px;
    padding-inline: 8px;
  }

  .college-slider-slide img {
    width: 132px;
    height: 44px;
    padding: 6px 10px;
  }

  .registration-card,
  .login-container {
    width: calc(100vw - 24px);
    margin: 12px auto;
  }
}

/* Homepage admission partner section */
.home-admission-partner {
  display: block !important;
  padding: clamp(40px, 6vw, 88px) 16px !important;
}

.home-admission-partner .about-container {
  display: grid !important;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr) !important;
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  width: min(1200px, 100%) !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: clamp(24px, 4vw, 48px);
  overflow: visible;
}

.home-admission-partner .about-image-side {
  width: 100%;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  overflow: hidden;
}

.home-admission-partner .about-image-side img {
  display: block;
  width: 100%;
  height: 100% !important;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

.home-admission-partner .experience-box {
  right: 20px;
  bottom: 20px;
  max-width: min(180px, calc(100% - 32px));
}

.home-admission-partner .about-content-side {
  min-width: 0;
  padding: 0 !important;
}

.home-admission-partner .about-content-side h2 {
  max-width: 720px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.12;
  overflow-wrap: normal;
}

.home-admission-partner .about-content-side p,
.home-admission-partner .tab-content p {
  max-width: 700px !important;
}

.home-admission-partner .tab-content {
  min-height: 0 !important;
}

.home-admission-partner .tabs-container {
  flex-wrap: wrap;
  gap: 8px 20px;
}

@media (max-width: 991px) {
  .home-admission-partner .about-container {
    grid-template-columns: 1fr !important;
    text-align: center;
    padding: clamp(20px, 5vw, 36px);
  }

  .home-admission-partner .about-image-side {
    width: min(520px, 100%);
    margin: 0 auto;
    aspect-ratio: 16 / 10;
  }

  .home-admission-partner .about-image-side img {
    min-height: 0;
  }

  .home-admission-partner .experience-box {
    right: 14px;
    bottom: 14px;
  }

  .home-admission-partner .about-content-side {
    align-items: center;
    text-align: center;
  }

  .home-admission-partner .tabs-container {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .home-admission-partner {
    padding: 32px 12px 48px !important;
  }

  .home-admission-partner .about-container {
    padding: 16px;
    border-radius: 12px;
    gap: 22px;
  }

  .home-admission-partner .about-image-side {
    aspect-ratio: auto;
    border-radius: 12px;
    overflow: visible;
  }

  .home-admission-partner .about-image-side img {
    height: auto !important;
    aspect-ratio: 4 / 3;
  }

  .home-admission-partner .experience-box {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 12px;
    transform: none;
  }

  .home-admission-partner .about-content-side h2 {
    font-size: clamp(1.8rem, 9vw, 2.4rem);
  }

  .home-admission-partner .tabs-container {
    width: 100%;
  }
}

/* Site-wide public UI polish */
:root {
  --ca-blue: #0b5ea8;
  --ca-blue-dark: #084f8e;
  --ca-orange: #ff6b35;
  --ca-ink: #172033;
  --ca-muted: #55657a;
  --ca-soft: #f6f9fc;
  --ca-line: #e5edf5;
  --ca-card-shadow: 0 10px 28px rgba(15, 35, 65, 0.08);
}

body {
  color: var(--ca-ink);
  background: #fff;
}

.page-header,
.hero,
.hero-section,
.college-hero,
.compare-hero,
.colleges-page-search-section {
  margin-top: 0 !important;
  background-size: cover;
  background-position: center;
}

.page-header .container,
.hero-content,
.college-hero .container,
.compare-hero .container {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}

.page-header h1,
.hero h1,
.hero-content h1,
.college-hero h1,
.compare-hero h1 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.4rem) !important;
  line-height: 1.1;
  letter-spacing: 0;
}

.page-header p,
.hero p,
.hero-content p,
.college-hero p,
.compare-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: inherit;
  font-size: clamp(1rem, 2vw, 1.16rem) !important;
  line-height: 1.65;
}

section {
  scroll-margin-top: 110px;
}

.section-title,
.course-categories h2,
.gallery-section h2,
.contact-info h2,
.contact-form h2,
.admission-steps h2,
.why-trust h2,
.faq-section h2,
.study-services h2,
.countries-section h2,
.stats-section h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.6rem) !important;
  line-height: 1.18;
  letter-spacing: 0;
}

.course-card,
.service-card,
.service-cards,
.gallery-item,
.college-card,
.trust-card,
.step-card,
.country-card,
.stat-card,
.testimonial-card,
.contact-form,
.contact-info,
.registration-card,
.login-card,
.login-container {
  border: 1px solid var(--ca-line);
  border-radius: 12px;
  box-shadow: var(--ca-card-shadow);
}

.course-card,
.service-card,
.service-cards,
.gallery-item,
.college-card,
.trust-card,
.step-card,
.country-card,
.testimonial-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.course-card .course-content,
.service-card .card-content,
.service-cards,
.college-card .college-content,
.gallery-item .gallery-caption {
  min-width: 0;
}

.course-card h3,
.service-card h3,
.service-cards h3,
.college-card h3,
.trust-card h4,
.step-card h3 {
  overflow-wrap: anywhere;
  line-height: 1.25;
}

.course-card p,
.service-card p,
.service-cards p,
.college-card p,
.trust-card p,
.step-card p {
  color: var(--ca-muted);
  line-height: 1.65;
}

.courses-grid,
.services-grid,
.services-grids,
.gallery-grid,
.colleges-grid,
.trust-grid,
.steps-grid,
.countries-grid,
.stats-grid,
.comparison-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)) !important;
}

.course-card img,
.service-card img,
.service-cards img,
.gallery-item img,
.college-card img,
.country-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.college-logo,
.college-card-logo img,
.college-slider-slide img,
.university-logo img,
.card-logo img,
.logo-item img,
.partners img {
  object-fit: contain !important;
  max-width: 100%;
}

.college-slider-container,
.slider-container,
.universities-section,
.logo-slider {
  overflow: hidden;
}

.college-slider-slide,
.university-logo,
.logo-item,
.card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

form {
  min-width: 0;
}

.form-group,
.input-group {
  min-width: 0;
}

label {
  font-weight: 600;
  color: var(--ca-ink);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cfd8e3;
  border-radius: 10px;
  font-size: 1rem;
  line-height: 1.4;
}

textarea {
  resize: vertical;
}

.error-message,
.form-error,
.invalid-feedback {
  overflow-wrap: anywhere;
}

.btn,
button,
input[type="submit"],
.submit-btn,
.login-btn,
.cta-button,
.btn-primary,
.btn-secondary,
.btn-large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border-radius: 10px;
  text-align: center;
  line-height: 1.2;
  white-space: normal;
}

.modal,
.modal.show,
.popup-overlay,
.custom-popup-overlay,
#bookConsultationModal {
  align-items: center;
  justify-content: center;
}

.modal-dialog,
.modal-content,
.popup-container,
.popup-content,
.popup-content-contact,
.custom-popup,
#bookConsultationModal .modal-content {
  width: min(calc(100vw - 24px), 640px) !important;
  max-height: 90vh;
  overflow-y: auto;
  margin: 12px auto;
}

.btn-close,
.close,
.close-btn,
.popup-close {
  min-width: 44px;
  min-height: 44px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  vertical-align: top;
  overflow-wrap: anywhere;
}

.comparison-table,
.courses-table,
.admin-table,
.data-table {
  min-width: 720px;
}

.comparison-section,
.table-section {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.footer {
  padding: clamp(32px, 5vw, 56px) 0 0;
}

.footer-content {
  display: grid !important;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: clamp(24px, 4vw, 48px) !important;
  align-items: start;
}

.footer-section {
  min-width: 0;
}

.footer-section p,
.footer-section li,
.footer-section a {
  line-height: 1.7;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.social-links a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-info .social-links a {
  background: #edf4ff;
  color: var(--ca-blue) !important;
}

.contact-info .social-links a:hover,
.contact-info .social-links a:focus {
  background: var(--ca-blue);
  color: #fff !important;
}

.site-footer-bottom {
  margin-top: 24px;
  text-align: center;
}

@media (min-width: 1200px) {
  .courses-grid,
  .services-grid,
  .services-grids,
  .gallery-grid,
  .colleges-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1440px) {
  :root {
    --public-container: min(1280px, calc(100vw - 64px));
  }
}

@media (max-width: 991px) {
  section {
    scroll-margin-top: 78px;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
  }

  .unique-header-header-search form::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .page-header,
  .hero,
  .hero-section,
  .college-hero,
  .compare-hero,
  .colleges-page-search-section {
    padding-block: clamp(30px, 8vw, 52px) !important;
  }

  .contact-flex,
  .contact-wrapper,
  .contact-content,
  .admission-content,
  .admission-flex,
  .about-content,
  .about-us .about-container,
  .academic-flex {
    grid-template-columns: 1fr !important;
    text-align: center;
  }

  .contact-info ul,
  .footer-section ul {
    text-align: left;
  }

  .footer-content {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .footer .container {
    width: min(100%, calc(100vw - 24px));
  }

  .modal-dialog,
  .modal-content,
  .popup-container,
  .popup-content,
  .popup-content-contact,
  .custom-popup,
  #bookConsultationModal .modal-content {
    width: calc(100vw - 24px) !important;
    max-height: 90vh;
  }
}

@media (max-width: 480px) {
  .page-header h1,
  .hero h1,
  .hero-content h1,
  .college-hero h1,
  .compare-hero h1 {
    font-size: clamp(1.75rem, 9vw, 2.35rem) !important;
  }

  .course-card,
  .service-card,
  .service-cards,
  .gallery-item,
  .college-card,
  .trust-card,
  .step-card,
  .country-card,
  .testimonial-card {
    border-radius: 10px;
  }
}

/* Homepage services and application process balancing */
.services {
  padding: clamp(40px, 6vw, 72px) 16px !important;
  background: #fff;
}

.services .container {
  width: min(1200px, 100%);
  max-width: 1200px;
  margin-inline: auto;
}

.services .section-title {
  margin-bottom: clamp(24px, 3vw, 36px);
}

.services .services-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px;
  align-items: stretch;
}

.services .service-card {
  min-height: 320px;
  height: 100%;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  border: 1px solid #e4edf7;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 12px 28px rgba(15, 54, 96, 0.08);
}

.services .service-icon {
  width: 72px;
  height: 72px;
  margin: 0 0 20px;
  flex: 0 0 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #eaf3ff;
  color: #0b5ea8;
  font-size: 2rem;
}

.services .service-card h3 {
  min-height: 54px;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  line-height: 1.25;
}

.services .service-card p {
  min-height: 58px;
  margin: 0 0 18px;
  color: #526477;
  line-height: 1.55;
}

.services .learn-more {
  margin-top: auto;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #0b5ea8;
  font-weight: 700;
}

.application-process {
  padding: clamp(40px, 6vw, 78px) 16px;
  background: #f7fbff;
}

.application-process .application-container {
  width: min(1200px, 100%);
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid #e4edf7;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 54, 96, 0.08);
}

.application-process .application-container h2 {
  margin: 0 0 clamp(24px, 3vw, 36px);
  color: #0b5ea8;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.15;
  text-align: center;
}

.application-process .process-flow {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 24px;
  align-items: stretch;
}

.application-process .process-arrow {
  display: none !important;
}

.application-process .process-step {
  min-height: 280px;
  height: 100%;
  padding: 26px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  position: relative;
  border: 1px solid #dceafa;
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbff 0%, #edf6ff 100%);
  box-shadow: 0 10px 24px rgba(15, 54, 96, 0.07);
}

.application-process .process-step:first-child,
.application-process .process-step:last-child {
  background: linear-gradient(180deg, #0b5ea8 0%, #084f8e 100%);
  border-color: #0b5ea8;
}

.application-process .process-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 2;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: #0b5ea8;
  border: 1px solid #dceafa;
  box-shadow: 0 8px 18px rgba(15, 54, 96, 0.12);
  font-weight: 800;
}

.application-process .step-icon {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  margin: 0 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #0b5ea8;
  border: 1px solid #dceafa;
  font-size: 1.9rem;
  box-shadow: 0 10px 22px rgba(15, 54, 96, 0.08);
}

.application-process .process-step:first-child .step-icon,
.application-process .process-step:last-child .step-icon {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.application-process .process-step h3,
.application-process .process-step h2 {
  min-height: 56px;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #172033;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.25;
}

.application-process .process-step p {
  min-height: 96px;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #526477;
  font-size: 0.95rem;
  line-height: 1.55;
}

.application-process .process-step:first-child h3,
.application-process .process-step:first-child h2,
.application-process .process-step:first-child p,
.application-process .process-step:last-child h3,
.application-process .process-step:last-child h2,
.application-process .process-step:last-child p {
  color: #fff;
}

@media (max-width: 1199px) {
  .services .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .application-process .process-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .application-process .process-step::after {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .services .services-grid,
  .application-process .process-flow {
    grid-template-columns: 1fr !important;
  }

  .services .service-card {
    min-height: 280px;
  }

  .services .service-card h3,
  .services .service-card p,
  .application-process .process-step h3,
  .application-process .process-step h2,
  .application-process .process-step p {
    min-height: 0;
  }

  .application-process .process-step {
    min-height: 240px;
  }

  .application-process .process-step:not(:last-child)::after {
    content: "↓";
    top: auto;
    right: auto;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex !important;
  }
}
