﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1207px;
    max-width: 100%;
}

section {
    background-color: rgb(192,199,206);
}
.footer {
    flex: 0 0 auto;
}
svg {
    width: 30px;
    height: 30px;
}
header,footer {
    width: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Ubuntu, sans-serif;
    color: #000000;
}
.wrap-structure123 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.site_core526 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}.homepage789 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgb(139,152,177);
}

.homepage789 .training_pro230 {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.homepage789 .page_entry459 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.homepage789 .page_entry459::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        0deg,
        rgb(139,152,177,0.5) 0%,
        transparent 50%,
        rgb(139,152,177,0.5) 100%
    );
    z-index: 2;
    pointer-events: none;
}

.homepage789 .page_entry459::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        ellipse at center,
        transparent 40%,
        rgb(82,106,152) 100%
    );
    z-index: 2;
    pointer-events: none;
    opacity: 0.7;
}

.homepage789 .course_front069 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    height: 100%;
    width: 100%;
    animation: grid-shuffle 25s ease-in-out infinite;
}

.homepage789 .page_base394 {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    opacity: 1;
}

.homepage789 .page_base394:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
    animation: scale-up 25s infinite ease-in-out;
}

.homepage789 .page_base394:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
    animation: scale-down 25s infinite ease-in-out;
    animation-delay: 6.25s;
}

.homepage789 .page_base394:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
    animation: scale-up 25s infinite ease-in-out;
    animation-delay: 12.5s;
}

.homepage789 .page_base394:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3;
    animation: scale-down 25s infinite ease-in-out;
    animation-delay: 18.75s;
}

.homepage789 .course_front069:has(.page_base394:nth-child(1):nth-last-child(1)) {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.homepage789 .course_front069:has(.page_base394:nth-child(1):nth-last-child(1)) .page_base394:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.homepage789 .course_front069:has(.page_base394:nth-child(2):nth-last-child(1)) {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
}

.homepage789 .course_front069:has(.page_base394:nth-child(2):nth-last-child(1)) .page_base394:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.homepage789 .course_front069:has(.page_base394:nth-child(2):nth-last-child(1)) .page_base394:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.homepage789 .course_front069:has(.page_base394:nth-child(3):nth-last-child(1)) {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.homepage789 .course_front069:has(.page_base394:nth-child(3):nth-last-child(1)) .page_base394:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.homepage789 .course_front069:has(.page_base394:nth-child(3):nth-last-child(1)) .page_base394:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.homepage789 .course_front069:has(.page_base394:nth-child(3):nth-last-child(1)) .page_base394:nth-child(3) {
    grid-area: 2 / 1 / 3 / 3;
}

.homepage789 .page_base394 img {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    object-fit: cover;
    margin: -10px;
    filter: grayscale(30%) brightness(0.8);
    transition: all 0.5s ease;
}

.homepage789 .page_base394::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgb(139,152,177,0.5),
        transparent
    );
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
    mix-blend-mode: overlay;
}

.homepage789 .page_base394:nth-child(even)::before {
    background: linear-gradient(
        rgb(82,106,152,0.5),
        transparent
    );
}

.homepage789 .carousel-auto-slide.active::before {
    opacity: 0.6;
}

.homepage789 .text_holder_item571 {
    position: absolute;
    z-index: 5;
    width: 70%;
    max-width: 800px;
    text-align: center;
    padding: 3rem;
    backdrop-filter: blur(10px);
    transition: all 0.5s ease;
}

.homepage789 .text_holder_item571::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: -1;
    border-radius: 10px;
}

.homepage789 .text_holder_item571::after {
    content: "";
    position: absolute;
    inset: -5px;
    background-image: 
        linear-gradient(90deg, transparent 30%, rgb(139,152,177) 50%, transparent 70%),
        linear-gradient(180deg, transparent 30%, rgb(82,106,152) 50%, transparent 70%);
    background-size: 200% 200%;
    background-position: 0% 0%;
    animation: border-light 5s linear infinite;
    z-index: -2;
    border-radius: 10px;
    filter: blur(8px);
    opacity: 0.5;
}

.homepage789 .text_holder_item571 h2 {
    color: #ffffff;
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
}

.homepage789 .text_holder_item571 h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, rgb(139,152,177), rgb(82,106,152));
    margin: 15px auto 0;
}

.homepage789 .text_holder_item571 p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.homepage789 .text_holder_item571 .support_reach489 {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: rgb(139,152,177);
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.homepage789 .text_holder_item571 .support_reach489::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgb(139,152,177),
        rgb(82,106,152),
        rgb(139,152,177)
    );
    background-size: 200% 100%;
    background-position: 0% 0%;
    z-index: -1;
    transition: all 0.5s ease;
}

.homepage789 .text_holder_item571 .support_reach489:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.homepage789 .text_holder_item571 .support_reach489:hover::before {
    background-position: 100% 0%;
}

@keyframes grid-shuffle {
    0%, 20% {
        transform: rotate(0deg) scale(1.1);
    }
    25%, 45% {
        transform: rotate(5deg) scale(1.15);
    }
    50%, 70% {
        transform: rotate(0deg) scale(1.2);
    }
    75%, 95% {
        transform: rotate(-5deg) scale(1.15);
    }
    100% {
        transform: rotate(0deg) scale(1.1);
    }
}

@keyframes scale-up {
    0%, 5%, 25%, 30%, 50%, 55%, 75%, 80%, 100% {
        opacity: 0.4;
    }
    10%, 15%, 20%, 35%, 40%, 45%, 60%, 65%, 70%, 85%, 90%, 95% {
        opacity: 1;
    }
}

@keyframes scale-down {
    0%, 5%, 25%, 30%, 50%, 55%, 75%, 80%, 100% {
        opacity: 1;
    }
    10%, 15%, 20%, 35%, 40%, 45%, 60%, 65%, 70%, 85%, 90%, 95% {
        opacity: 0.4;
    }
}

@keyframes border-light {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

@media (max-width: 992px) {
    .homepage789 .text_holder_item571 {
        width: 80%;
        padding: 2.5rem;
    }
    
    .homepage789 .text_holder_item571 h2 {
        font-size: calc(43px * 0.85);
    }
    
    .homepage789 .text_holder_item571 p {
        font-size: calc(18px * 0.95);
    }
}

@media (max-width: 768px) {
    .homepage789 .text_holder_item571 {
        width: 85%;
        padding: 2rem;
    }
    
    .homepage789 .text_holder_item571 h2 {
        font-size: calc(43px * 0.7);
        margin-bottom: 1.2rem;
    }
    
    .homepage789 .text_holder_item571 h2::after {
        width: 60px;
        margin: 10px auto 0;
    }
    
    .homepage789 .text_holder_item571 p {
        font-size: calc(18px * 0.9);
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }
    
    .homepage789 .text_holder_item571 .support_reach489 {
        padding: 0.8rem 2rem;
    }
    
    @keyframes grid-shuffle {
        0%, 20% {
            transform: rotate(0deg) scale(1.05);
        }
        25%, 45% {
            transform: rotate(3deg) scale(1.1);
        }
        50%, 70% {
            transform: rotate(0deg) scale(1.15);
        }
        75%, 95% {
            transform: rotate(-3deg) scale(1.1);
        }
        100% {
            transform: rotate(0deg) scale(1.05);
        }
    }
}

@media (max-width: 576px) {
    .homepage789 .text_holder_item571 {
        width: 90%;
        padding: 1.5rem;
    }
    
    .homepage789 .text_holder_item571 h2 {
        font-size: calc(43px * 0.6);
        margin-bottom: 1rem;
    }
    
    .homepage789 .text_holder_item571 h2::after {
        width: 50px;
        margin: 8px auto 0;
    }
    
    .homepage789 .text_holder_item571 p {
        font-size: calc(18px * 0.85);
        line-height: 1.5;
        margin-bottom: 1.2rem;
    }
    
    .homepage789 .text_holder_item571 .support_reach489 {
        padding: 0.7rem 1.7rem;
        font-size: calc(17px * 0.9);
    }
    
    @keyframes grid-shuffle {
        0%, 20% {
            transform: rotate(0deg) scale(1.03);
        }
        25%, 45% {
            transform: rotate(2deg) scale(1.06);
        }
        50%, 70% {
            transform: rotate(0deg) scale(1.09);
        }
        75%, 95% {
            transform: rotate(-2deg) scale(1.06);
        }
        100% {
            transform: rotate(0deg) scale(1.03);
        }
    }
}.service_connect129 {
  position: relative;
  background: rgb(192,199,206);
  padding: 6rem 0;
  overflow: hidden;
}

.service_connect129::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgb(139,152,177,0.5) 0%, transparent 50%, rgb(82,106,152,0.5) 100%);
  opacity: 0.1;
  z-index: 1;
}

.service_connect129::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 10% 20%, rgb(139,152,177,0.5) 0%, transparent 8%),
    radial-gradient(circle at 90% 80%, rgb(82,106,152,0.5) 0%, transparent 8%),
    radial-gradient(circle at 50% 50%, rgb(139,152,177,0.5) 0%, transparent 10%);
  opacity: 0.15;
  z-index: 2;
  animation: pulseBackground 15s infinite alternate ease-in-out;
}

@keyframes pulseBackground {
  0% {
    opacity: 0.05;
    background-position: 0% 0%, 100% 100%, 50% 50%;
    background-size: 350px 350px, 400px 400px, 300px 300px;
  }
  50% {
    opacity: 0.15;
    background-position: 2% 3%, 98% 98%, 51% 52%;
    background-size: 380px 380px, 420px 420px, 320px 320px;
  }
  100% {
    opacity: 0.1;
    background-position: 3% 5%, 96% 96%, 52% 53%;
    background-size: 400px 400px, 450px 450px, 350px 350px;
  }
}

.service_connect129 .container {
  position: relative;
  z-index: 10;
}

.service_connect129 .reach_us428 {
  position: relative;
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(10px);
  border-radius: 13px;
  padding: 3.5rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  overflow: hidden;
}

.service_connect129 .reach_us428::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 65%, rgba(255, 255, 255, 0.03) 70%, rgba(255, 255, 255, 0.01) 75%, transparent 80%);
  transform: rotate(25deg);
  animation: shimmer 8s infinite linear;
  z-index: -1;
}

@keyframes shimmer {
  0% {
    transform: rotate(25deg) translateX(-30%);
  }
  100% {
    transform: rotate(25deg) translateX(30%);
  }
}

.service_connect129 .reach_us428:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.service_connect129 .reach_us428 h2 {
  color: rgb(139,152,177);
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.service_connect129 .reach_us428 h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, rgb(139,152,177), rgb(82,106,152));
  border-radius: 10px;
  transition: width 0.3s ease;
}

.service_connect129 .reach_us428:hover h2::after {
  width: 100%;
}

.service_connect129 .reach_us428 p {
  color: #000000;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 90%;
}

.service_connect129 .reach_us428 p:last-of-type {
  color: rgb(139,152,177);
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  display: flex;
  align-items: center;
}

.service_connect129 .reach_us428 p:last-of-type svg {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  fill: rgb(139,152,177);
  margin-right: 10px;
}

.service_connect129 .reach_us428 p:last-of-type svg path {
  fill: rgb(139,152,177);
}

.service_connect129 .contact_ask025 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.service_connect129 .ask_for_help250 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  min-width: 200px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 13px;
  color: rgb(139,152,177);
  font-weight: 600;
  font-size: calc(15px * 1.1);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.service_connect129 .ask_for_help250::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.7s ease;
}

.service_connect129 .ask_for_help250:hover {
  background: rgb(139,152,177,0.5);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service_connect129 .ask_for_help250:hover::before {
  left: 100%;
}

.service_connect129 .ask_for_help250 svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transition: transform 0.3s ease;
}

.service_connect129 .ask_for_help250 svg {
  fill: rgb(139,152,177);
}

.service_connect129 .ask_for_help250:hover svg {
  fill: #ffffff;
  transform: scale(1.1);
}

.service_connect129 .ask_for_help250 svg path {
  fill: rgb(139,152,177);
  transition: fill 0.3s ease;
}

.service_connect129 .ask_for_help250:hover svg path {
  fill: #ffffff;
}

@media (max-width: 991px) {
  .service_connect129 {
    padding: 4rem 0;
  }
  
  .service_connect129 .reach_us428 {
    padding: 2.5rem;
  }
  
  .service_connect129 .reach_us428 h2 {
    font-size: calc(35px * 0.9);
  }
  
  .service_connect129 .reach_us428 p {
    max-width: 100%;
  }
  
  .service_connect129 .contact_ask025 {
    gap: 1rem;
  }
}

@media (max-width: 767px) {
  .service_connect129 {
    padding: 3rem 0;
  }
  
  .service_connect129 .reach_us428 {
    padding: 2rem 1.5rem;
  }
  
  .service_connect129 .reach_us428 h2 {
    font-size: calc(35px * 0.8);
  }
  
  .service_connect129 .contact_ask025 {
    flex-direction: column;
    gap: 1rem;
  }
  
  .service_connect129 .ask_for_help250 {
    width: 100%;
  }
  
  .service_connect129::after {
    background-size: 250px 250px, 300px 300px, 200px 200px;
  }
  
  @keyframes pulseBackground {
    0% {
      opacity: 0.05;
      background-position: 0% 0%, 100% 100%, 50% 50%;
      background-size: 200px 200px, 250px 250px, 180px 180px;
    }
    50% {
      opacity: 0.15;
      background-position: 2% 3%, 98% 98%, 51% 52%;
      background-size: 220px 220px, 270px 270px, 200px 200px;
    }
    100% {
      opacity: 0.1;
      background-position: 3% 5%, 96% 96%, 52% 53%;
      background-size: 250px 250px, 300px 300px, 220px 220px;
    }
  }
}.instructor_profile861 {
    padding: 100px 20px;
    background: rgb(192,199,206);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.instructor_profile861::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgb(139,152,177,0.5) 0%, transparent 100%);
    opacity: 0.2;
    z-index: -1;
    animation: gradientAnimation 6s infinite alternate;
}

@keyframes gradientAnimation {
    0% {
        transform: translateX(-20%);
    }
    100% {
        transform: translateX(20%);
    }
}

.instructor_profile861 .alumni_quotes182 {
    border: 1px solid rgb(139,152,177);
    border-radius: 12px;
    padding: 30px;
    max-width: 350px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.instructor_profile861 .image_showcase703 {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.instructor_profile861 .image_showcase703::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgb(139,152,177));
    opacity: 0.7;
    mix-blend-mode: overlay;
    transition: opacity 0.3s ease;
}

.instructor_profile861 .image_showcase703:hover::before {
    opacity: 0.5;
}

.instructor_profile861 .career_container239 {
    text-align: center;
}

.instructor_profile861 .alumni_quotes182 .name {
    font-size: 24px;
    font-weight: 700;
    color: rgb(139,152,177);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.instructor_profile861 .alumni_quotes182 span {
    font-size: 18px;
    font-weight: 600;
    color: rgb(82,106,152);
    margin-bottom: 20px;
}

.instructor_profile861 .alumni_quotes182 .exp_timeline751 {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    color: #000000;
    border-left: 3px solid rgb(82,106,152);
    padding-left: 10px;
    position: relative;
}


@media only screen and (max-width: 1200px) {
    .instructor_profile861 {
        padding: 70px 20px;
    }

    .instructor_profile861 .alumni_quotes182 {
        max-width: 300px;
    }
}

@media only screen and (max-width: 800px) {
    .instructor_profile861 {
        padding: 50px 20px;
    }


    .instructor_profile861 .alumni_quotes182 {
        width: 100%;
    }
}

.wrap-structure123 .instructor_profile861 {
    padding: 60px 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.wrap-structure123 .instructor_profile861::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgb(82,106,152,0.5) 0%, transparent 100%);
    opacity: 0.2;
    z-index: -1;
    animation: gradientAnimation 6s infinite alternate;
}

.wrap-structure123 .instructor_profile861 .training_pro230 {
    background: rgb(192,199,206);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.wrap-structure123 .instructor_profile861 .alumni_quotes182 {
    flex-direction: row;
    max-width: unset;
    padding: 0;
    align-items: center;
    transition: none;
    border-radius: 0;
    box-shadow: none;
}

.wrap-structure123 .instructor_profile861 .image_showcase703 {
    height: 400px;
    width: 400px;
    border-radius: 0 10px 10px 0;
    border: 2px solid rgb(82,106,152);
}

.wrap-structure123 .career_container239 {
    width: calc(100% - 400px);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.wrap-structure123 .instructor_profile861 .alumni_quotes182 .name {
    font-size: 28px;
    font-weight: 700;
    color: rgb(139,152,177);
    margin-bottom: 20px;
}

.wrap-structure123 .instructor_profile861 .alumni_quotes182 span {
    font-size: 22px;
    color: rgb(82,106,152);
    margin-bottom: 30px;
}

.wrap-structure123 .instructor_profile861 .alumni_quotes182 .exp_timeline751 {
    font-size: 18px;
    color: #000000;
    font-style: italic;
    border-left: 3px solid rgb(139,152,177);
    padding-left: 10px;
    position: relative;
    text-align: left;
}

@media only screen and (max-width: 1000px) {
    .wrap-structure123 .instructor_profile861 .alumni_quotes182 {
        flex-direction: column;
    }

    .wrap-structure123 .career_container239 {
        width: 100%;
        padding: 20px;
    }

    .wrap-structure123 .instructor_profile861 .image_showcase703 {
        width: 100%;
        height: 300px;
        border-radius: 10px;
    }

    .wrap-structure123 .instructor_profile861 .alumni_quotes182 .name {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .wrap-structure123 .instructor_profile861 .alumni_quotes182 span {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .wrap-structure123 .instructor_profile861 .alumni_quotes182 .exp_timeline751 {
        font-size: 18px;
    }
}
.meet_us084 {
    background: rgb(192,199,206);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.meet_us084::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(139,152,177,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(82,106,152,0.5) 0%, transparent 40%);
    z-index: 1;
    animation: gradientShift 15s infinite alternate ease-in-out;
}

.meet_us084::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(139,152,177,0.5) 49%, rgb(139,152,177,0.5) 51%, transparent 52%) 0 0 / 60px 60px,
        linear-gradient(-45deg, transparent 48%, rgb(82,106,152,0.5) 49%, rgb(82,106,152,0.5) 51%, transparent 52%) 0 0 / 60px 60px;
    opacity: 0.1;
    z-index: 1;
}

.meet_us084 .container {
    position: relative;
    z-index: 2;
}

.meet_us084 .training_pro230 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    position: relative;
    border-radius: 30px;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 60px;
    transition: all 0.4s ease;
}

.meet_us084 .training_pro230::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, rgb(139,152,177,0.5), transparent, rgb(82,106,152,0.5)) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.meet_us084 .training_pro230 h3 {
    grid-column: 1 / -1;
    font-size: 29px;
    font-weight: 700;
    color: rgb(139,152,177);
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.meet_us084 .training_pro230 h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, rgb(139,152,177), rgb(82,106,152));
    border-radius: 10px;
}

.meet_us084 .knowledge_learn678 {
    display: flex;
    flex-direction: column;
    position: relative;
}

.meet_us084 .knowledge_learn678::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border: 2px solid rgb(139,152,177,0.5);
    border-radius: 50%;
    top: -20px;
    left: -20px;
    z-index: -1;
    animation: pulseEffect 4s infinite alternate;
}

.meet_us084 .knowledge_learn678 span {
    font-size: 23px;
    font-weight: 600;
    color: rgb(82,106,152);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.meet_us084 .knowledge_learn678 span::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: rgb(82,106,152);
    bottom: -10px;
    left: 0;
}

.meet_us084 .knowledge_learn678 p {
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
}

.meet_us084 .knowledge_learn678 .image_showcase703 {
    width: 100%;
    height: 300px;
    border-radius: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.meet_us084 .knowledge_learn678 .image_showcase703::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(139,152,177,0.5) 100%);
    z-index: 1;
    opacity: 0.4;
}

.meet_us084 .knowledge_learn678 .image_showcase703::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
    animation: shineEffect 5s infinite;
}

.meet_us084 .fast_track123 {
    display: flex;
    flex-direction: column;
    position: relative;
}

.meet_us084 .fast_track123::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border: 2px solid rgb(82,106,152,0.5);
    border-radius: 50%;
    bottom: -30px;
    right: -30px;
    z-index: -1;
    animation: pulseEffect 4s infinite alternate 1s;
}

.meet_us084 .fast_track123 p {
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    order: 2;
}

.meet_us084 .fast_track123 .quick_skill935 {
    width: 100%;
    height: 300px;
    border-radius: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    order: 1;
    margin-bottom: 30px;
}

.meet_us084 .fast_track123 .quick_skill935::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(82,106,152,0.5) 0%, transparent 100%);
    z-index: 1;
    opacity: 0.4;
}

.meet_us084 .fast_track123 .quick_skill935::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
    animation: shineEffect 5s infinite 2s;
}

@keyframes pulseEffect {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}

@keyframes shineEffect {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }
    20%, 100% {
        transform: translateX(100%) rotate(45deg);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1024px) {
    .meet_us084 {
        padding: 80px 0;
    }
    
    .meet_us084 .training_pro230 {
        padding: 40px;
        gap: 30px;
    }
    
    .meet_us084 .knowledge_learn678 .image_showcase703,
    .meet_us084 .fast_track123 .quick_skill935 {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .meet_us084 {
        padding: 60px 0;
    }
    
    .meet_us084 .training_pro230 {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 30px;
    }
    
    .meet_us084 .training_pro230 h3 {
        font-size: calc(29px * 0.9);
        margin-bottom: 30px;
    }
    
    .meet_us084 .knowledge_learn678::before,
    .meet_us084 .fast_track123::after {
        width: 80px;
        height: 80px;
    }
    
    .meet_us084 .knowledge_learn678 .image_showcase703,
    .meet_us084 .fast_track123 .quick_skill935 {
        height: 220px;
    }
}

@media (max-width: 576px) {
    .meet_us084 {
        padding: 40px 0;
    }
    
    .meet_us084 .training_pro230 {
        padding: 25px 20px;
        gap: 30px;
    }
    
    .meet_us084 .training_pro230 h3 {
        font-size: calc(29px * 0.8);
        margin-bottom: 25px;
    }
    
    .meet_us084 .training_pro230 h3::after {
        width: 60px;
        height: 3px;
    }
    
    .meet_us084 .knowledge_learn678 span {
        font-size: calc(23px * 0.9);
    }
    
    .meet_us084 .knowledge_learn678::before,
    .meet_us084 .fast_track123::after {
        display: none;
    }
    
    .meet_us084 .knowledge_learn678 p,
    .meet_us084 .fast_track123 p {
        font-size: calc(18px * 0.95);
        line-height: 1.6;
        margin-bottom: 20px;
    }
    
    .meet_us084 .knowledge_learn678 .image_showcase703,
    .meet_us084 .fast_track123 .quick_skill935 {
        height: 200px;
    }
}footer {
    background: rgb(82,106,152);
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 2px solid rgb(139,152,177);
}
footer .footer_subscribe914 {
    background: rgba(0, 0, 0, 0.5);
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgb(82,106,152);
    text-align: center;
}
footer .nav_learn405 svg, footer .nav_learn405 svg path {
    fill: #ffffff;
}
footer .nav_learn405 img {
    height: 80px;
    width: 80px;
    border-radius: 10px;
}
footer .nav_core042 a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    margin-right: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid transparent;
}
footer .nav_core042 a:hover {
    border-bottom: 2px solid rgb(139,152,177);
}
footer .idea_pool986 {
    color: #ffffff;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
footer .idea_pool986 a {
    color: rgb(139,152,177);
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
footer .idea_pool986 a:hover {
    border-bottom: 1px solid rgb(139,152,177);
}
footer .footer {
    padding: 40px 20px;
    background: rgb(82,106,152);
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .honor_cta461 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}
footer .nav_learn405 svg, footer .nav_learn405 img {
    height: 60px;
    width: 60px;
    border-radius: 10px;
}
footer .top_info291 {
    display: flex;
    flex-direction: row;
}
footer .nav_core042 a {
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 5px;
}

footer .footer_subscribe914 {
    font-size: 15px;
}
@media only screen and (max-width: 1200px) {
    footer .honor_cta461 {
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
    }
    footer .top_info291 {
        justify-content: center;
    }
}
@media only screen and (max-width: 800px) {
    footer .honor_cta461 {
        flex-direction: column;
        align-items: center;
    }
    footer .top_info291 {
        flex-direction: column;
        align-items: center;
    }
    footer .nav_core042 a {
        font-size: 18px;
        margin-bottom: 10px;
        margin-right: 0;
    }
    footer .idea_pool986 {
        text-align: center;
        flex-direction: column;
    }
    footer .idea_pool986 a {
        margin-top: 5px;
    }
}.course_overview782 {
    position: relative;
    padding: 8rem 0;
    background: rgb(192,199,206);
    overflow: hidden;
}

.course_overview782::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(192,199,206) 0%, rgb(139,152,177,0.5) 100%);
    opacity: 0.6;
    z-index: 1;
}

.course_overview782::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(82,106,152,0.5) 15px, rgb(82,106,152,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(139,152,177,0.5) 15px, rgb(139,152,177,0.5) 16px);
    background-size: 4rem 4rem;
    opacity: 0.15;
    z-index: 1;
    animation: gridShift 30s infinite linear;
}

.course_overview782 .container {
    position: relative;
    z-index: 3;
}

.course_overview782 .training_pro230 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(8, minmax(50px, auto));
    gap: 1rem;
    position: relative;
}

.course_overview782 .study_map208 {
    grid-column: 1 / 9;
    grid-row: 2 / 8;
    background: #ffffff;
    border-radius: 10px;
    padding: 3rem;
    position: relative;
    z-index: 5;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.course_overview782 .image_showcase703 {
    grid-column: 7 / 13;
    grid-row: 1 / 7;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 3;
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.course_overview782 .image_showcase703::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(139,152,177,0.5) 0%, transparent 70%);
    z-index: 2;
}

.course_overview782 .image_showcase703::after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 70%;
    height: 70%;
    border: 2px solid rgb(82,106,152);
    border-radius: 10px;
    z-index: 1;
    opacity: 0.6;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}

.course_overview782 .nav_learn405 {
    position: absolute;
    top: -2rem;
    right: 3rem;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: rotate(-5deg);
    transition: transform 0.3s ease-out;
}

.course_overview782 .nav_learn405:hover {
    transform: rotate(0deg) scale(1.05);
}

.course_overview782 .nav_learn405 svg {
    width: 3rem;
    height: 3rem;
    transition: all 0.3s ease;
}

.course_overview782 .nav_learn405:hover svg {
    transform: scale(1.1);
}

.course_overview782 .nav_learn405 svg path {
    fill: rgb(139,152,177);
}

.course_overview782 h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1rem;
    border-left: 4px solid rgb(139,152,177);
    color: #000000;
    line-height: 1.3;
}

.course_overview782 p {
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    position: relative;
    margin-bottom: 0;
}

.course_overview782 .training_pro230::before {
    content: "";
    position: absolute;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background: rgb(139,152,177,0.5);
    top: -6rem;
    left: -6rem;
    z-index: 1;
    filter: blur(100px);
    opacity: 0.6;
    animation: moveCircle 20s infinite alternate;
}

.course_overview782 .training_pro230::after {
    content: "";
    position: absolute;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: rgb(82,106,152,0.5);
    bottom: -4rem;
    right: -4rem;
    z-index: 1;
    filter: blur(80px);
    opacity: 0.5;
    animation: moveCircle 15s infinite alternate-reverse;
}

.course_overview782 .study_map208::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgb(139,152,177) 0%, rgb(82,106,152) 100%);
    border-radius: 0 10px 0 10px;
}

.course_overview782 .study_map208::after {
    content: "";
    position: absolute;
    height: 100px;
    width: 5px;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgb(139,152,177) 0%, rgb(82,106,152) 100%);
    border-radius: 0 0 10px 0;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 1200px) {
    .course_overview782 {
        padding: 7rem 0;
    }
    
    .course_overview782 .training_pro230 {
        gap: 0.75rem;
    }
    
    .course_overview782 .study_map208 {
        grid-column: 1 / 8;
        padding: 2.5rem;
    }
    
    .course_overview782 .image_showcase703 {
        grid-column: 6 / 13;
    }
    
    .course_overview782 .nav_learn405 {
        right: 2rem;
    }
}

@media (max-width: 992px) {
    .course_overview782 {
        padding: 6rem 0;
    }
    
    .course_overview782 .training_pro230 {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 2rem;
    }
    
    .course_overview782 .study_map208 {
        grid-column: auto;
        grid-row: 2 / 3;
        padding: 2.5rem;
    }
    
    .course_overview782 .image_showcase703 {
        grid-column: auto;
        grid-row: 1 / 2;
        height: 350px;
        clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    }
    
    .course_overview782 .nav_learn405 {
        top: auto;
        bottom: -2rem;
        right: 3rem;
    }
    
    .course_overview782 h3 {
        font-size: calc(34px * 0.9);
    }
}

@media (max-width: 768px) {
    .course_overview782 {
        padding: 5rem 0;
    }
    
    .course_overview782 .study_map208 {
        padding: 2rem;
    }
    
    .course_overview782 .image_showcase703 {
        height: 300px;
    }
    
    .course_overview782 .nav_learn405 {
        width: 4.5rem;
        height: 4.5rem;
        bottom: -1.5rem;
        right: 2rem;
    }
    
    .course_overview782 .nav_learn405 svg {
        width: 2.5rem;
        height: 2.5rem;
    }
    
    .course_overview782 h3 {
        font-size: calc(34px * 0.8);
        margin-bottom: 1.25rem;
    }
    
    .course_overview782 p {
        font-size: calc(18px * 0.95);
        line-height: 1.7;
    }
    
    .course_overview782 .study_map208::before {
        width: 70px;
    }
    
    .course_overview782 .study_map208::after {
        height: 70px;
    }
}

@media (max-width: 576px) {
    .course_overview782 {
        padding: 4rem 0;
    }
    
    .course_overview782 .study_map208 {
        padding: 1.5rem;
    }
    
    .course_overview782 .image_showcase703 {
        height: 250px;
        clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    }
    
    .course_overview782 .nav_learn405 {
        width: 4rem;
        height: 4rem;
        bottom: -1.25rem;
        right: 1.5rem;
    }
    
    .course_overview782 .nav_learn405 svg {
        width: 2.25rem;
        height: 2.25rem;
    }
    
    .course_overview782 h3 {
        font-size: calc(34px * 0.7);
        margin-bottom: 1rem;
        padding-left: 0.75rem;
    }
    
    .course_overview782 p {
        font-size: calc(18px * 0.9);
        line-height: 1.6;
    }
    
    .course_overview782 .study_map208::before {
        width: 50px;
    }
    
    .course_overview782 .study_map208::after {
        height: 50px;
    }
    
    .course_overview782 .training_pro230::before,
    .course_overview782 .training_pro230::after {
        display: none;
    }
}.contact_us482 {
    position: relative;
    background: #ffffff;
    padding: 80px 0;
    overflow: hidden;
}

.contact_us482::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    background-size: 20px 20px;
    z-index: 0;
}

.contact_us482 .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact_us482 h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    text-align: left;
    margin-bottom: 50px;
    position: relative;
    padding-left: 20px;
    border-left: 5px solid rgb(139,152,177);
}

.contact_us482 .inquiry_query701 {
    display: flex;
    flex-direction: row-reverse;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.contact_us482 .image_showcase703 {
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}

.contact_us482 .image_showcase703::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(139,152,177,0.5);
    z-index: 1;
    mix-blend-mode: multiply;
}

.contact_us482 .query_support397 {
    flex: 0 0 60%;
    padding: 60px;
    position: relative;
}

.contact_us482 .query_support397::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: rgb(192,199,206);
    border-radius: 0 0 0 100%;
    z-index: -1;
}

.contact_us482 #contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact_us482 h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
}

.contact_us482 h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 2px;
    background: rgb(139,152,177);
}

.contact_us482 input[type="text"] {
    background: rgb(192,199,206);
    border: none;
    border-radius: 10px;
    padding: 18px 20px;
    color: #000000;
    font-size: 14px;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
}

.contact_us482 input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(139,152,177,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    outline: none;
}

.contact_us482 input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}

.contact_us482 .request_message762 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 5px;
}

.contact_us482 .request_message762 input[type="checkbox"] {
    appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid rgb(192,199,206);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

.contact_us482 .request_message762 input[type="checkbox"]:checked {
    background: rgb(139,152,177);
    border-color: rgb(139,152,177);
}

.contact_us482 .request_message762 input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 7px;
    width: 6px;
    height: 11px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.contact_us482 .request_message762 label {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}

.contact_us482 .request_message762 a {
    color: rgb(139,152,177);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.contact_us482 .request_message762 a:hover {
    color: rgb(82,106,152);
}

.contact_us482 .request_message762 a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(139,152,177);
    transition: all 0.3s ease;
}

.contact_us482 .request_message762 a:hover::after {
    background: rgb(82,106,152);
}

.contact_us482 .support_reach489 {
    background: rgb(139,152,177);
    border: none;
    border-radius: 15px;
    padding: 18px 40px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgb(139,152,177,0.5);
    align-self: flex-start;
    margin-top: 20px;
}

.contact_us482 .support_reach489:hover {
    background: rgb(82,106,152);
    box-shadow: 0 7px 20px rgb(82,106,152,0.5);
    transform: translateY(-2px);
}

.contact_us482 svg {
    fill: rgb(139,152,177);
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

.contact_us482 svg path {
    fill: rgb(139,152,177);
    transition: all 0.3s ease;
}

.contact_us482 svg:hover {
    fill: rgb(82,106,152);
}

.contact_us482 svg:hover path {
    fill: rgb(82,106,152);
}

@media (max-width: 992px) {
    .contact_us482 .inquiry_query701 {
        flex-direction: column;
    }

    .contact_us482 .image_showcase703 {
        flex: 0 0 auto;
        min-height: 300px;
        order: 1;
    }

    .contact_us482 .query_support397 {
        flex: 0 0 auto;
        padding: 50px 40px;
        order: 2;
    }

    .contact_us482 h2 {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .contact_us482 {
        padding: 60px 0;
    }

    .contact_us482 h2 {
        font-size: calc(32px - 4px);
        margin-bottom: 30px;
    }

    .contact_us482 .query_support397 {
        padding: 40px 30px;
    }

    .contact_us482 #contact {
        gap: 25px;
    }

    .contact_us482 .image_showcase703 {
        min-height: 250px;
    }
}

@media (max-width: 576px) {
    .contact_us482 {
        padding: 40px 0;
    }

    .contact_us482 .container {
        padding: 0 15px;
    }

    .contact_us482 h2 {
        font-size: calc(32px - 6px);
        margin-bottom: 25px;
        padding-left: 15px;
    }

    .contact_us482 .query_support397 {
        padding: 30px 20px;
    }

    .contact_us482 #contact {
        gap: 20px;
    }

    .contact_us482 input[type="text"] {
        padding: 15px;
    }

    .contact_us482 .support_reach489 {
        width: 100%;
        padding: 15px 20px;
    }

    .contact_us482 .image_showcase703 {
        min-height: 200px;
    }
}.privacy_space347 {
    background-color: rgb(139,152,177);
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    padding: 50px;
    border: 1px solid rgb(139,152,177);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.privacy_space347 h1 {
    font-size: 39px;
    font-weight: 700;
    color: rgb(82,106,152);
    margin: 30px 0;
    text-transform: uppercase;
    padding-left: 20px;
    border-left: 5px solid rgb(82,106,152);
}
.privacy_space347 h2 {
    font-size: 32px;
    font-weight: 600;
    color: rgb(82,106,152);
    margin: 15px 0;
    padding-left: 20px;
    text-transform: uppercase;
    border-left: 3px solid rgb(82,106,152);
}
.privacy_space347 h3, .privacy_space347 h4, .privacy_space347 h5, .privacy_space347 h6 {
    margin: 10px 0;
}
.privacy_space347 ul {
    list-style: none;
    padding-left: 0;
    color: #ffffff;
    margin: 10px 0;
}
.privacy_space347 li {
    font-size: 17px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border-left: 3px solid rgb(139,152,177);
}
.privacy_space347 li:not(:last-child) {
    margin-bottom: 15px;
}
.privacy_space347 p {
    font-size: 17px;
    line-height: 1.8;
    color: #ffffff;
}
.privacy_space347 span {
    background-color: rgb(82,106,152,0.5);
    color: #000000;
    padding: 3px 6px;
    border-radius: 10px;
    font-weight: 700;
}
.privacy_space347 a {
    color: rgb(82,106,152);
    text-decoration: underline;
    font-weight: 700;
}
@media only screen and (max-width: 800px) {
    .privacy_space347 {
        padding: 30px;
        gap: 15px;
    }
    .privacy_space347 h1 {
        font-size: calc(24px * 0.9);
        padding-left: 10px;
    }
    .privacy_space347 h2 {
        font-size: calc(24px * 0.9);
        padding-left: 8px;
    }
    .privacy_space347 p {
        font-size: calc(17px * 0.9);
    }
    .privacy_space347 li {
        padding: 8px;
    }
}
.learning_impact198 {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(192,199,206) 0%, rgb(82,106,152,0.5) 100%);
    overflow: hidden;
}

.learning_impact198::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(139,152,177,0.5) 0%, transparent 50%);
    pointer-events: none;
}

.learning_impact198 .container {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}

.learning_impact198 .training_pro230 {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.learning_impact198 .image_showcase703 {
    position: relative;
    height: 600px;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
}

.learning_impact198 .image_showcase703::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgb(139,152,177,0.5) 0%, transparent 100%);
    border-radius: 30px;
    opacity: 0.6;
}

.learning_impact198 .image_showcase703:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.learning_impact198 .text_holder_item571 {
    padding: 40px;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.learning_impact198 .text_holder_item571 h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.3;
}

.learning_impact198 .text_holder_item571 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.learning_impact198 .text_holder_item571 ul li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 12px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.6;
    padding: 15px;
    background: rgb(192,199,206);
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.learning_impact198 .text_holder_item571 ul li:hover {
    transform: translateX(10px);
}

.learning_impact198 .text_holder_item571 ul li svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    fill: rgb(139,152,177);
}

@media (max-width: 1200px) {
    .learning_impact198 {
        padding: 90px 0;
    }

    .learning_impact198 .training_pro230 {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .learning_impact198 .image_showcase703 {
        height: 500px;
    }

    .learning_impact198 .text_holder_item571 {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .learning_impact198 {
        padding: 70px 0;
    }

    .learning_impact198 .training_pro230 {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .learning_impact198 .image_showcase703 {
        height: 400px;
        transform: perspective(1000px) rotateY(0);
    }

    .learning_impact198 .text_holder_item571 {
        max-width: 720px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .learning_impact198 {
        padding: 50px 0;
    }

    .learning_impact198 .image_showcase703 {
        height: 300px;
    }

    .learning_impact198 .text_holder_item571 {
        padding: 25px;
    }

    .learning_impact198 .text_holder_item571 h2 {
        font-size: calc(32px * 0.9);
        margin-bottom: 25px;
    }

    .learning_impact198 .text_holder_item571 ul li {
        padding: 12px;
        margin-bottom: 15px;
        font-size: calc(12px * 0.95);
    }
}

@media (max-width: 480px) {
    .learning_impact198 {
        padding: 40px 0;
    }

    .learning_impact198 .image_showcase703 {
        height: 250px;
    }

    .learning_impact198 .text_holder_item571 {
        padding: 20px;
    }

    .learning_impact198 .text_holder_item571 h2 {
        font-size: calc(32px * 0.8);
        margin-bottom: 20px;
    }

    .learning_impact198 .text_holder_item571 ul li {
        padding: 10px;
        margin-bottom: 12px;
        font-size: calc(12px * 0.9);
    }
}.gratitudeWeb480 {
    background-color: rgb(192,199,206);
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
    border-top: 4px solid rgb(139,152,177);
    border-bottom: 4px solid rgb(139,152,177);
}
.gratitudeWeb480 .container {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 50px;
    max-width: 700px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: left;
}
.gratitudeWeb480 .container h2 {
    font-family: Ubuntu, sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: rgb(139,152,177);
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(139,152,177);
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.gratitudeWeb480 .container p {
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-top: 20px;
}
.gratitudeWeb480 .container hr {
    border: none;
    border-top: 1px solid #000000;
    margin: 20px 0;
}
@media only screen and (max-width: 800px) {
    .gratitudeWeb480 {
        padding: 30px 10px;
    }
    .gratitudeWeb480 .container {
        padding: 30px;
    }
    .gratitudeWeb480 .container h2 {
        font-size: calc(36px - 5px);
    }
    .gratitudeWeb480 .container p {
        font-size: calc(16px - 2px);
    }
}
.customer_feedback046 {
    background: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.customer_feedback046::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, rgb(192,199,206) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(192,199,206) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(192,199,206) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(192,199,206) 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    opacity: 0.05;
}

.customer_feedback046 .container {
    position: relative;
    z-index: 1;
}

.customer_feedback046 h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 20px;
    color: rgb(139,152,177);
    text-align: center;
    position: relative;
}

.customer_feedback046 h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: rgb(82,106,152);
}

.customer_feedback046 .client_views671 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.customer_feedback046 .client_views671 .alumni_quotes182 {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    min-width: 250px;
    position: relative;
    border-radius: 17px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.customer_feedback046 .client_views671 .alumni_quotes182:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.customer_feedback046 .client_views671 .alumni_quotes182 .image_showcase703 {
    width: 100%;
    padding-top: 75%;
    position: relative;
    z-index: 0;
    transition: opacity 0.3s ease;
}

.customer_feedback046 .client_views671 .alumni_quotes182 .image_showcase703::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.customer_feedback046 .client_views671 .alumni_quotes182:nth-child(6n+1) .image_showcase703::after {
    background: linear-gradient(to bottom, 
        rgb(139,152,177,0.5) 0%, 
        color-mix(in srgb, rgb(139,152,177,0.5) 60%, rgb(82,106,152) 40%) 50%, 
        rgb(82,106,152) 100%);
}

.customer_feedback046 .client_views671 .alumni_quotes182:nth-child(6n+2) .image_showcase703::after {
    background: linear-gradient(to bottom, 
        rgb(139,152,177,0.5) 0%, 
        color-mix(in srgb, rgb(139,152,177,0.5) 60%, rgb(82,106,152) 40%) 50%, 
        rgb(82,106,152) 100%);
}

.customer_feedback046 .client_views671 .alumni_quotes182:nth-child(6n+3) .image_showcase703::after {
    background: linear-gradient(to bottom, 
        rgb(139,152,177,0.5) 0%, 
        color-mix(in srgb, rgb(139,152,177,0.5) 60%, rgb(82,106,152) 40%) 50%, 
        rgb(82,106,152) 100%);
}

.customer_feedback046 .client_views671 .alumni_quotes182:nth-child(6n+4) .image_showcase703::after {
    background: linear-gradient(to bottom, 
        rgb(139,152,177,0.5) 0%, 
        color-mix(in srgb, rgb(139,152,177,0.5) 60%, rgb(82,106,152) 40%) 50%, 
        rgb(82,106,152) 100%);
}

.customer_feedback046 .client_views671 .alumni_quotes182:nth-child(6n+5) .image_showcase703::after {
    background: linear-gradient(to bottom, 
        rgb(139,152,177,0.5) 0%, 
        color-mix(in srgb, rgb(139,152,177,0.5) 60%, rgb(82,106,152) 40%) 50%, 
        rgb(82,106,152) 100%);
}

.customer_feedback046 .client_views671 .alumni_quotes182:nth-child(6n) .image_showcase703::after {
    background: linear-gradient(to bottom, 
        rgb(139,152,177,0.5) 0%, 
        color-mix(in srgb, rgb(139,152,177,0.5) 60%, rgb(82,106,152) 40%) 50%, 
        rgb(82,106,152) 100%);
}

.customer_feedback046 .client_views671 .alumni_quotes182:hover .image_showcase703::after {
    opacity: 0;
}

.customer_feedback046 .client_views671 .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    padding: 20px;
    transition: opacity 0.3s ease;
}

.customer_feedback046 .client_views671 .alumni_quotes182:hover .text {
    opacity: 0;
}

.customer_feedback046 .client_views671 .text p {
    color: #ffffff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.customer_feedback046 .client_views671 .text span {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.9;
    font-weight: 300;
}

.customer_feedback046::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        rgb(82,106,152) 0%, 
        rgb(139,152,177) 25%, 
        rgb(82,106,152,0.5) 50%, 
        rgb(139,152,177,0.5) 75%, 
        rgb(82,106,152) 100%);
}

@media only screen and (max-width: 1200px) {
    .customer_feedback046 .client_views671 .alumni_quotes182 {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 800px) {
    .customer_feedback046 {
        padding: 60px 0;
    }

    .customer_feedback046 .client_views671 {
        flex-direction: column;
        align-items: center;
    }

    .customer_feedback046 .client_views671 .alumni_quotes182 {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 480px) {
    .customer_feedback046 h3 {
        font-size: 24px;
    }

    .customer_feedback046 .client_views671 .text p {
        font-size: 16px;
    }

    .customer_feedback046 .client_views671 .text span {
        font-size: 13px;
    }

    .customer_feedback046 .client_views671 .alumni_quotes182 .image_showcase703 {
        padding-top: 66.67%;
    }
}header .nav_mainbar895 {
    background: rgb(139,152,177);
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgb(82,106,152,0.5);
    transition: all 0.3s ease-in-out;
}
header .nav_learn405 svg, header .nav_learn405 svg path, header .nav_learn405 img {
    fill: #ffffff;
}
header .nav_core042 a {
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease-in-out;
}
header .nav_core042 a:hover {
    color: rgb(82,106,152);
}
header .nav_core042 a.active {
    border-bottom: 3px solid rgb(82,106,152);
}
header .nav_core042 a.active:hover {
    color: #ffffff;
    background: rgb(82,106,152);
}
header .header_tutor920 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
header .nav_learn405 {
    display: flex;
    align-items: center;
    text-decoration: none;
}
header .nav_learn405 .head_skill972 svg, header .nav_learn405 .head_skill972 img {
    height: 60px;
    width: 60px;
}
header .nav_core042 {
    display: flex;
}
header .nav_core042 a {
    text-decoration: none;
    padding: 15px 20px;
    font-size: 17px;
    border-radius: 10px;
    transition: background 0.3s ease-in-out;
}
header .nav_core042 a:hover::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgb(82,106,152);
}
body .wrap-structure123 header .top_nav072 {
    display: flex;
}
@media only screen and (max-width: 1200px) {
    header .header_tutor920 {
        flex-direction: column;
        align-items: flex-start;
    }
    header .nav_core042 {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 30px;
        width: 100%;
        background: rgb(139,152,177);
    }
    header .nav_core042 a {
        width: 100%;
        padding: 10px 20px;
    }
}
.wrap-structure123 header .header_tutor920 {
    padding: 10px 20px;
}
.wrap-structure123 header .nav_learn405 {
    background: rgb(82,106,152,0.5);
    border-radius: 20px;
    padding: 5px 20px;
}
.wrap-structure123 header .nav_core042 {
    padding-right: 35px;
}
.wrap-structure123 header .nav_core042 a {
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.wrap-structure123 header .nav_core042 a:hover {
    color: rgb(82,106,152);
}
.wrap-structure123 header .nav_core042 a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 5px;
    background-color: rgb(82,106,152);
    border-radius: 10px;
    transition: width 0.3s ease-in-out;
}
.wrap-structure123 header .nav_core042 a:hover::before {
    width: 100%;
}
@media only screen and (max-width: 800px) {
    .wrap-structure123 header .nav_core042 {
        padding: 10px;
        align-items: center;
        border-radius: 10px;
    }
    .wrap-structure123 header .header_tutor920 {
        border-radius: 10px;
        align-items: center;
        padding: 0;
    }
    .wrap-structure123 header .nav_learn405 {
        display: flex;
        justify-content: center;
    }
    .wrap-structure123 header .nav_core042 a {
        padding: 10px 0;
        text-align: center;
    }
}