﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.outer-container_071 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
svg {
    width: 30px;
    height: 30px;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Lato, sans-serif;
    color: #000000;
}
.head_teach_681 {
    flex: 1 0 auto;
}
section {
    background-color: rgb(242,228,229);
}
header,footer {
    width: 100%;
}
.container {
    margin: auto;
    width: 1217px;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}
.footer {
    flex: 0 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;
    }
}.thanksField_517 {
    background: linear-gradient(135deg, rgb(225,195,197), rgb(202,158,161));
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
}
.thanksField_517 .container {
    background: linear-gradient(to bottom right, rgb(225,195,197), rgb(202,158,161));
    border-radius: 12px;
    padding: 40px;
    max-width: 700px;
    width: 100%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.thanksField_517 h2 {
    font-family: Lato, sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.thanksField_517 p {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 0;
}
.thanksField_517 .gradient-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(to bottom right, rgb(225,195,197), rgb(202,158,161));
    border-radius: 12px;
    z-index: -1;
}
@media only screen and (max-width: 800px) {
    .thanksField_517 {
        padding: 40px 10px;
    }
    .thanksField_517 .container {
        padding: 30px;
    }
    .thanksField_517 h2 {
        font-size: calc(34px - 3px);
    }
    .thanksField_517 p {
        font-size: calc(18px - 1px);
    }
}
.greeting_page_180 {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    background: rgb(225,195,197);
}

.greeting_page_180 .quick_skill_819 {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.greeting_page_180 .course_head_136 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    perspective: 1000px;
    perspective-origin: center;
}

.greeting_page_180 .course_head_136::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, 
        rgb(225,195,197) 0%,
        transparent 30%, 
        transparent 70%, 
        rgb(225,195,197) 100%
    );
    z-index: 3;
}

.greeting_page_180 .course_head_136::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgb(225,195,197) 0%,
        transparent 30%, 
        transparent 70%, 
        rgb(225,195,197) 100%
    );
    z-index: 3;
}

.greeting_page_180 .edu_base_695 {
    width: 500%;
    height: 100%;
    display: flex;
    transform-style: preserve-3d;
    animation: carousel-3d 25s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}

.greeting_page_180 .skill_plus_890 {
    width: 20%;
    height: 100%;
    position: relative;
    overflow: hidden;
    transform-origin: center;
    transition: transform 0.5s ease;
    backface-visibility: hidden;
}

.greeting_page_180 .skill_plus_890:nth-child(odd) {
    animation: slide-odd 15s ease-in-out infinite alternate;
}

.greeting_page_180 .skill_plus_890:nth-child(even) {
    animation: slide-even 15s ease-in-out infinite alternate;
}

.greeting_page_180 .skill_plus_890 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9) contrast(1.1);
    transform: scale(1.1);
    transition: transform 8s ease;
}

.greeting_page_180 .skill_plus_890::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.4;
    z-index: 2;
    mask-image: repeating-conic-gradient(
        from 0deg,
        transparent 0deg 5deg,
        #fff 5deg 10deg
    );
    mask-size: 20px 20px;
}

.greeting_page_180 .caption_box_468 {
    position: relative;
    z-index: 10;
    max-width: 600px;
    width: 90%;
    text-align: left;
    background: linear-gradient(
        145deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 100%
    );
    border-radius: 24px;
    padding: 3.5rem;
    overflow: hidden;
    transform: translateZ(50px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgb(225,195,197,0.5);
}

.greeting_page_180 .caption_box_468::before,
.greeting_page_180 .caption_box_468::after {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    background: conic-gradient(
        from 0deg,
        transparent,
        rgb(225,195,197,0.5),
        transparent
    );
    animation: rotate-bg 12s linear infinite;
    z-index: -1;
}

.greeting_page_180 .caption_box_468::after {
    filter: blur(15px);
    opacity: 0.3;
    animation-duration: 15s;
    animation-direction: reverse;
}

.greeting_page_180 .caption_box_468 h2 {
    font-size: 33px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1.8rem;
    position: relative;
    padding-left: 25px;
    line-height: 1.3;
}

.greeting_page_180 .caption_box_468 h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 8px;
    background: rgb(225,195,197);
    border-radius: 10px;
}

.greeting_page_180 .caption_box_468 p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    opacity: 0.95;
}

.greeting_page_180 .caption_box_468 .contact_request_194 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 35px;
    background: rgb(225,195,197);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 24px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.greeting_page_180 .caption_box_468 .contact_request_194::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgb(202,158,161);
    transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: -1;
}

.greeting_page_180 .caption_box_468 .contact_request_194::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transform: translateX(-100%);
    animation: button-shimmer 4s infinite;
    z-index: -1;
}

.greeting_page_180 .caption_box_468 .contact_request_194:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.greeting_page_180 .caption_box_468 .contact_request_194:hover::before {
    height: 100%;
}

@keyframes carousel-3d {
    0%, 18% {
        transform: translateX(0) translateZ(0);
    }
    20%, 38% {
        transform: translateX(-20%) translateZ(0);
    }
    40%, 58% {
        transform: translateX(-40%) translateZ(0);
    }
    60%, 78% {
        transform: translateX(-60%) translateZ(0);
    }
    80%, 98% {
        transform: translateX(-80%) translateZ(0);
    }
    100% {
        transform: translateX(0) translateZ(0);
    }
}

@keyframes slide-odd {
    0% {
        transform: scale(1) rotateY(0deg);
    }
    50% {
        transform: scale(1.05) rotateY(3deg);
    }
    100% {
        transform: scale(1) rotateY(0deg);
    }
}

@keyframes slide-even {
    0% {
        transform: scale(1) rotateY(0deg);
    }
    50% {
        transform: scale(1.05) rotateY(-3deg);
    }
    100% {
        transform: scale(1) rotateY(0deg);
    }
}

@keyframes rotate-bg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes button-shimmer {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1200px) {
    .greeting_page_180 .caption_box_468 {
        max-width: 550px;
        padding: 3rem;
    }
}

@media (max-width: 992px) {
    .greeting_page_180 {
        height: auto;
        min-height: 550px;
    }
    
    .greeting_page_180 .caption_box_468 {
        max-width: 500px;
        padding: 2.5rem;
    }
    
    .greeting_page_180 .caption_box_468 h2 {
        font-size: calc(33px * 0.9);
    }
}

@media (max-width: 768px) {
    .greeting_page_180 {
        min-height: 500px;
    }
    
    .greeting_page_180 .course_head_136 {
        perspective: none;
    }
    
    .greeting_page_180 .course_head_136::before {
        background: linear-gradient(to right, 
            #000000 0%, 
            transparent 20%, 
            transparent 80%, 
            #000000 100%
        );
    }
    
    .greeting_page_180 .course_head_136::after {
        background: linear-gradient(to bottom, 
            #000000 0%, 
            transparent 20%, 
            transparent 80%, 
            #000000 100%
        );
    }
    
    .greeting_page_180 .caption_box_468 {
        max-width: 90%;
        padding: 2rem;
        text-align: center;
    }
    
    .greeting_page_180 .caption_box_468 h2 {
        padding-left: 0;
    }
    
    .greeting_page_180 .caption_box_468 h2::before {
        left: 50%;
        top: auto;
        bottom: -15px;
        height: 4px;
        width: 70px;
        transform: translateX(-50%);
    }
}

@media (max-width: 576px) {
    .greeting_page_180 {
        min-height: unset;
    }
    
    .greeting_page_180 .caption_box_468 {
        padding: 1.5rem;
    }
    
    .greeting_page_180 .caption_box_468 h2 {
        font-size: calc(33px * 0.8);
        margin-bottom: 2rem;
    }
    
    .greeting_page_180 .caption_box_468 p {
        font-size: calc(18px * 0.9);
        margin-bottom: 2rem;
    }
    
    .greeting_page_180 .caption_box_468 .contact_request_194 {
        width: 100%;
        padding: 12px 25px;
    }
    
    .greeting_page_180 .skill_plus_890::before {
        mask-size: 15px 15px;
    }
}

@media (orientation: landscape) and (max-height: 600px) {
    .greeting_page_180 {
        height: auto;
        min-height: 100vh;
    }
    
    .greeting_page_180 .caption_box_468 {
        padding: 1.5rem;
        max-width: 500px;
    }
    
    .greeting_page_180 .caption_box_468 h2 {
        margin-bottom: 1.5rem;
    }
    
    .greeting_page_180 .caption_box_468 p {
        margin-bottom: 1.5rem;
    }
}.customer_opinions_194 {
    background-color: rgb(242,228,229);
    padding: 60px 0;
}

.customer_opinions_194 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.customer_opinions_194 .quick_skill_819 {
    text-align: center;
}

.customer_opinions_194 h3 {
    font-size: 29px;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 700;
}

.customer_opinions_194 .testimonials_078 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.customer_opinions_194 .feedback_corner_106 {
    background-color: #ffffff;
    border-radius: 27px;
    padding: 20px;
    display: flex;
    align-items: center;
    width: calc(33.333% - 20px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.customer_opinions_194 .image_frame_243 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
    flex-shrink: 0;
}

.customer_opinions_194 .text {
    text-align: left;
    flex-grow: 1;
}

.customer_opinions_194 .text p {
    font-size: 22px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 600;
}

.customer_opinions_194 .text span {
    font-size: 15px;
    color: #000000;
    display: block;
}

@media (max-width: 992px) {
    .customer_opinions_194 .feedback_corner_106 {
        width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .customer_opinions_194 {
        padding: 40px 0;
    }

    .customer_opinions_194 h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .customer_opinions_194 .testimonials_078 {
        gap: 20px;
    }

    .customer_opinions_194 .feedback_corner_106 {
        width: 100%;
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .customer_opinions_194 .image_frame_243 {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .customer_opinions_194 .text {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .customer_opinions_194 {
        padding: 30px 0;
    }

    .customer_opinions_194 h3 {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .customer_opinions_194 .feedback_corner_106 {
        padding: 10px;
    }

    .customer_opinions_194 .image_frame_243 {
        width: 60px;
        height: 60px;
    }

    .customer_opinions_194 .text p {
        font-size: 15px;
    }

    .customer_opinions_194 .text span {
        font-size: 14px;
    }
}.sign_up_for_updates_152 {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.sign_up_for_updates_152 .quick_skill_819 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sign_up_for_updates_152 input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(202,158,161,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.sign_up_for_updates_152 h2 {
    margin-bottom: 20px;
    text-align: center;
}

.sign_up_for_updates_152 .contact_request_194 {
    background: rgb(202,158,161);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.sign_up_for_updates_152 .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .sign_up_for_updates_152 .quick_skill_819 {
        flex-direction: column;
    }

    .sign_up_for_updates_152 {
        padding: 30px 20px;
    }

    .sign_up_for_updates_152 input {
        min-width: unset;
    }

    .sign_up_for_updates_152 .contact_request_194 {
        flex-shrink: unset;
    }

    .sign_up_for_updates_152 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .sign_up_for_updates_152 input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .outer-container_071 .sign_up_for_updates_152 .quick_skill_819 h2 {
        font-size: 20px;
    }
}

.outer-container_071 .sign_up_for_updates_152 {
    padding: 80px 0;
    background: rgb(242,228,229);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: Lato, sans-serif;
}

.outer-container_071 .sign_up_for_updates_152::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top left, rgb(225,195,197,0.5), rgb(202,158,161,0.5));
    opacity: 0.5;
    z-index: 0;
    transition: opacity 0.6s ease-in-out;
}

.outer-container_071 .sign_up_for_updates_152:hover::before {
    opacity: 0.7;
}

.outer-container_071 .sign_up_for_updates_152 .quick_skill_819 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    background: rgb(202,158,161);
    border-radius: 100px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.outer-container_071 .sign_up_for_updates_152 .quick_skill_819:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.outer-container_071 .sign_up_for_updates_152 h2 {
    color: #ffffff;
    margin: 0 0 30px;
    font-size: 34px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.outer-container_071 .sign_up_for_updates_152 .input_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.outer-container_071 .sign_up_for_updates_152 input {
    border-radius: 23px;
    background: #ffffff;
    color: #000000;
    margin-bottom: 20px;
    border: 2px solid rgb(225,195,197);
    padding: 15px 20px;
    font-size: 17px;
    width: 100%;
    max-width: 400px;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.outer-container_071 .sign_up_for_updates_152 input:focus {
    border: 2px solid rgb(202,158,161);
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.outer-container_071 .sign_up_for_updates_152 .contact_request_194 {
    background: linear-gradient(135deg, rgb(225,195,197), rgb(202,158,161));
    border-radius: 23px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.outer-container_071 .sign_up_for_updates_152 .contact_request_194:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgb(202,158,161), rgb(225,195,197));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 800px) {
    .outer-container_071 .sign_up_for_updates_152 {
        padding: 40px 20px;
    }

    .outer-container_071 .sign_up_for_updates_152 .quick_skill_819 {
        padding: 30px;
        width: 100%;
    }

    .outer-container_071 .sign_up_for_updates_152 h2 {
        margin-bottom: 25px;
    }

    .outer-container_071 .sign_up_for_updates_152 .input_holder {
        width: 100%;
    }

    .outer-container_071 .sign_up_for_updates_152 input {
        width: 100%;
    }

    .outer-container_071 .sign_up_for_updates_152 .contact_request_194 {
        width: 100%;
        padding: 15px 0;
    }
}.course_offering_918 {
  position: relative;
  background: linear-gradient(135deg, rgb(242,228,229) 0%, rgba(0, 0, 0, 0.5) 100%);
  padding: 80px 0;
  overflow: hidden;
}

.course_offering_918::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%, rgb(225,195,197,0.5) 0%, transparent 50%);
  z-index: 1;
}

.course_offering_918::after {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(202,158,161,0.5) 0%, transparent 70%);
  z-index: 1;
  animation: pulse 8s infinite alternate;
}

.course_offering_918 .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.course_offering_918 .quick_skill_819 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  backdrop-filter: blur(5px);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
  border: 1px solid rgb(225,195,197,0.5);
  border-radius: 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 40px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.course_offering_918 .quick_skill_819::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: shine 5s infinite;
}

.course_offering_918 .learn_tools_213 {
  flex: 1;
  padding-right: 20px;
  position: relative;
}

.course_offering_918 .learn_tools_213::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid rgb(225,195,197,0.5);
  top: -30px;
  left: -30px;
  z-index: -1;
  animation: rotate 25s linear infinite;
}

.course_offering_918 .learn_tools_213::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgb(202,158,161,0.5);
  bottom: -20px;
  right: 50px;
  z-index: -1;
  animation: float 8s ease-in-out infinite;
}

.course_offering_918 .main_learn_247 {
  position: relative;
  margin-bottom: 20px;
  max-width: 180px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background: linear-gradient(145deg, #ffffff 0%, rgb(242,228,229) 100%);
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transform: translateZ(0);
  transition: transform 0.3s ease;
}

.course_offering_918 .main_learn_247:hover {
  transform: translateY(-5px) translateZ(0);
}

.course_offering_918 .main_learn_247 svg {
  max-height: 100%;
  max-width: 100%;
  fill: rgb(225,195,197);
  transition: fill 0.3s ease;
  width: 40px;
  height: 40px;
}

.course_offering_918 .main_learn_247 svg path {
  fill: rgb(225,195,197);
  transition: fill 0.3s ease;
}

.course_offering_918 .main_learn_247:hover svg,
.course_offering_918 .main_learn_247:hover svg path {
  fill: rgb(202,158,161);
}

.course_offering_918 h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  color: rgb(225,195,197);
  position: relative;
  padding-bottom: 15px;
}

.course_offering_918 h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, rgb(225,195,197), rgb(202,158,161));
  border-radius: 10px;
}

.course_offering_918 p {
  font-size: 14px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.7;
  margin-bottom: 30px;
  position: relative;
}

.course_offering_918 .image_frame_243 {
  flex: 1;
  position: relative;
  min-height: 400px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transform: perspective(1000px) rotateY(-5deg);
  transition: all 0.5s ease;
}

.course_offering_918 .image_frame_243::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 2;
}

.course_offering_918 .image_frame_243::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
  transform: rotate(25deg);
  animation: shine-effect 6s infinite;
  z-index: 3;
}

.course_offering_918 .quick_skill_819:hover .image_frame_243 {
  transform: perspective(1000px) rotateY(0deg);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine-effect {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  80%, 100% {
    transform: rotate(25deg) translateX(100%);
  }
}

@media screen and (max-width: 991px) {
  .course_offering_918 {
    padding: 60px 0;
  }
  
  .course_offering_918 .quick_skill_819 {
    flex-direction: column;
    padding: 30px;
    gap: 30px;
  }
  
  .course_offering_918 .learn_tools_213 {
    width: 100%;
    padding-right: 0;
  }
  
  .course_offering_918 .image_frame_243 {
    width: 100%;
    min-height: 350px;
    transform: perspective(1000px) rotateY(0);
  }
  
  .course_offering_918 h3 {
    font-size: calc(32px - 4px);
  }
}

@media screen and (max-width: 767px) {
  .course_offering_918 {
    padding: 50px 0;
  }
  
  .course_offering_918 .quick_skill_819 {
    padding: 25px;
  }
  
  .course_offering_918 .main_learn_247 {
    max-width: 150px;
    height: 50px;
  }
  
  .course_offering_918 h3 {
    font-size: calc(32px - 6px);
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  
  .course_offering_918 h3::after {
    width: 60px;
    height: 2px;
  }
  
  .course_offering_918 p {
    font-size: calc(14px - 1px);
    margin-bottom: 20px;
  }
  
  .course_offering_918 .image_frame_243 {
    min-height: 300px;
  }
}

@media screen and (max-width: 576px) {
  .course_offering_918 {
    padding: 40px 0;
  }
  
  .course_offering_918 .quick_skill_819 {
    padding: 20px;
    gap: 20px;
  }
  
  .course_offering_918 .main_learn_247 {
    max-width: 120px;
    height: 40px;
    margin-bottom: 15px;
  }
  
  .course_offering_918 h3 {
    font-size: calc(32px - 8px);
  }
  
  .course_offering_918 .image_frame_243 {
    min-height: 250px;
  }
}.about_this_408 {
    position: relative;
    background: rgb(242,228,229);
    padding: 100px 0;
    overflow: hidden;
}

.about_this_408::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(225,195,197,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(202,158,161,0.5) 0%, transparent 40%);
    opacity: 0.6;
    z-index: 0;
}

.about_this_408 .container {
    position: relative;
    z-index: 1;
}

.about_this_408 .quick_skill_819 {
    position: relative;
}

.about_this_408 h3 {
    font-size: 37px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.about_this_408 h3::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: rgb(225,195,197);
}

.about_this_408 .online_mastery_683 {
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
    position: relative;
}

.about_this_408 .online_mastery_683 span {
    font-size: 23px;
    font-weight: 600;
    color: rgb(225,195,197);
    margin-bottom: 20px;
    display: block;
}

.about_this_408 .online_mastery_683 p {
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 30px;
    width: 60%;
}

.about_this_408 .online_mastery_683 .image_frame_243 {
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 23px;
    box-shadow: -15px 15px 0 rgb(225,195,197,0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about_this_408 .online_mastery_683 .image_frame_243:hover {
    transform: translate(5px, -5px);
    box-shadow: -20px 20px 0 rgb(225,195,197,0.5);
}

.about_this_408 .edu_values_724 {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 50px;
}

.about_this_408 .edu_values_724 p {
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 30px;
    margin-left: auto;
    width: 60%;
}

.about_this_408 .edu_values_724 .learning_space_018 {
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 23px;
    box-shadow: 15px 15px 0 rgb(202,158,161,0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about_this_408 .edu_values_724 .learning_space_018:hover {
    transform: translate(-5px, -5px);
    box-shadow: 20px 20px 0 rgb(202,158,161,0.5);
}

.about_this_408 .quick_skill_819::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border: 2px dashed rgb(225,195,197,0.5);
    border-radius: 50%;
    top: -100px;
    left: -100px;
    z-index: -1;
    animation: rotate 30s infinite linear;
}

.about_this_408 .quick_skill_819::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border: 2px dashed rgb(202,158,161,0.5);
    border-radius: 50%;
    bottom: -75px;
    right: -75px;
    z-index: -1;
    animation: rotate 20s infinite linear reverse;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.about_this_408 .online_mastery_683::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    background: linear-gradient(to right, rgb(225,195,197,0.5), transparent);
    bottom: -35px;
    left: 0;
}

.about_this_408 .online_mastery_683 svg {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    left: -45px;
    color: rgb(225,195,197);
    opacity: 0.7;
}

.about_this_408 .online_mastery_683 svg path {
    fill: rgb(225,195,197);
}

.about_this_408 .edu_values_724 svg {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: -45px;
    color: rgb(202,158,161);
    opacity: 0.7;
}

.about_this_408 .edu_values_724 svg path {
    fill: rgb(202,158,161);
}

.about_this_408 .container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, rgb(242,228,229) 25%, transparent 25%),
                      linear-gradient(-45deg, rgb(242,228,229) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgb(242,228,229) 75%),
                      linear-gradient(-45deg, transparent 75%, rgb(242,228,229) 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    opacity: 0.05;
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    .about_this_408 {
        padding: 80px 0;
    }
    
    .about_this_408 h3 {
        font-size: calc(37px * 0.9);
        margin-bottom: 40px;
    }
    
    .about_this_408 .online_mastery_683 p,
    .about_this_408 .edu_values_724 p {
        width: 55%;
    }
    
    .about_this_408 .online_mastery_683 .image_frame_243,
    .about_this_408 .edu_values_724 .learning_space_018 {
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    .about_this_408 {
        padding: 60px 0;
    }
    
    .about_this_408 h3 {
        font-size: calc(37px * 0.8);
        margin-bottom: 35px;
    }
    
    .about_this_408 .online_mastery_683 {
        margin-bottom: 50px;
    }
    
    .about_this_408 .online_mastery_683 p,
    .about_this_408 .edu_values_724 p {
        width: 100%;
        margin-bottom: 230px;
    }
    
    .about_this_408 .online_mastery_683 .image_frame_243,
    .about_this_408 .edu_values_724 .learning_space_018 {
        width: 100%;
        height: 200px;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin-bottom: 20px;
    }
    
    .about_this_408 .online_mastery_683 .image_frame_243 {
        margin-top: -230px;
    }
    
    .about_this_408 .edu_values_724 .learning_space_018 {
        order: -1;
        margin-bottom: 20px;
    }
    
    .about_this_408 .edu_values_724 {
        display: flex;
        flex-direction: column;
    }
    
    .about_this_408 .online_mastery_683 svg,
    .about_this_408 .edu_values_724 svg {
        position: static;
        display: block;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .about_this_408 {
        padding: 40px 0;
    }
    
    .about_this_408 h3 {
        font-size: calc(37px * 0.7);
        margin-bottom: 30px;
    }
    
    .about_this_408 h3::after {
        width: 40px;
        bottom: -10px;
    }
    
    .about_this_408 .online_mastery_683 {
        margin-bottom: 40px;
    }
    
    .about_this_408 .online_mastery_683 p,
    .about_this_408 .edu_values_724 p {
        margin-bottom: 180px;
        font-size: calc(17px * 0.9);
    }
    
    .about_this_408 .online_mastery_683 .image_frame_243,
    .about_this_408 .edu_values_724 .learning_space_018 {
        height: 160px;
    }
    
    .about_this_408 .online_mastery_683 .image_frame_243 {
        margin-top: -180px;
        box-shadow: -8px 8px 0 rgb(225,195,197,0.5);
    }
    
    .about_this_408 .edu_values_724 .learning_space_018 {
        box-shadow: 8px 8px 0 rgb(202,158,161,0.5);
    }
    
    .about_this_408 .online_mastery_683 .image_frame_243:hover {
        transform: translate(3px, -3px);
        box-shadow: -10px 10px 0 rgb(225,195,197,0.5);
    }
    
    .about_this_408 .edu_values_724 .learning_space_018:hover {
        transform: translate(-3px, -3px);
        box-shadow: 10px 10px 0 rgb(202,158,161,0.5);
    }
    
    .about_this_408 .online_mastery_683 span {
        font-size: calc(23px * 0.9);
        margin-bottom: 15px;
    }
    
    .about_this_408 .quick_skill_819::before,
    .about_this_408 .quick_skill_819::after {
        width: 100px;
        height: 100px;
    }
}.confidential_asylum_601 {
    background-color: rgb(225,195,197);
    padding: 2em;
    font-family: Lato, sans-serif;
    color: #ffffff;
    box-shadow: 0 0 20px rgb(225,195,197,0.5);
    margin: 0 auto;
    border: 1px solid rgb(225,195,197,0.5);
}
.confidential_asylum_601 h1 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5em;
    text-shadow: 0 0 10px rgb(225,195,197,0.5);
}
.confidential_asylum_601 h2 {
    font-size: 33px;
    color: rgb(202,158,161);
    font-weight: 600;
    margin-bottom: 1em;
    text-shadow: 0 0 8px rgb(202,158,161,0.5);
}
.confidential_asylum_601 h3,
.confidential_asylum_601 h4,
.confidential_asylum_601 h5,
.confidential_asylum_601 h6 {
    margin-bottom: 0.75em;
    color: #ffffff;
}
.confidential_asylum_601 h3 {
    font-size: calc(24px - 0.2em);
    font-weight: 400;
}
.confidential_asylum_601 h4 {
    font-size: calc(24px - 0.4em);
    font-weight: 400;
}
.confidential_asylum_601 h5 {
    font-size: 24px;
    font-weight: 300;
}
.confidential_asylum_601 h6 {
    font-size: 22px;
    font-weight: 300;
}
.confidential_asylum_601 ul,
.confidential_asylum_601 ol {
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}
.confidential_asylum_601 ul {
    list-style-type: circle;
}
.confidential_asylum_601 ol {
    list-style-type: decimal;
}
.confidential_asylum_601 li {
    margin-bottom: 0.75em;
    font-size: 13px;
    color: #ffffff;
}
.confidential_asylum_601 p {
    font-size: 13px;
    margin-bottom: 1.5em;
    line-height: 1.7;
    color: #ffffff;
}
.confidential_asylum_601 span {
    color: rgb(225,195,197);
    font-weight: 600;
}
.confidential_asylum_601 div {
    margin-bottom: 1.5em;
}
@media only screen and (max-width: 800px) {
    .confidential_asylum_601 {
        padding: 1em;
        border-radius: 10px;
    }
    .confidential_asylum_601 h1 {
        font-size: calc(24px - 0.5em);
    }
    .confidential_asylum_601 h2 {
        font-size: calc(24px - 0.4em);
    }
    .confidential_asylum_601 p,
    .confidential_asylum_601 li {
        font-size: calc(13px - 0.2em);
    }
}
.confidential_asylum_601 h1::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: rgb(225,195,197);
    margin: 0.5em auto 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(225,195,197,0.5);
}
.confidential_asylum_601 h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: rgb(202,158,161);
    margin: 0.5em auto 0;
    border-radius: 10px;
    box-shadow: 0 0 8px rgb(202,158,161,0.5);
}
.confidential_asylum_601 ul li::before,
.confidential_asylum_601 ol li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: rgb(225,195,197);
    border-radius: 50%;
    margin-right: 0.5em;
    box-shadow: 0 0 5px rgb(225,195,197,0.5);
}
.confidential_asylum_601 a {
    color: rgb(225,195,197);
    text-decoration: underline;
    box-shadow: 0 0 5px rgb(225,195,197,0.5);
}
.confidential_asylum_601 a:hover {
    color: rgb(202,158,161);
    box-shadow: 0 0 5px rgb(202,158,161,0.5);
}
.confidential_asylum_601 blockquote {
    margin: 1em 0;
    padding: 1.5em;
    border-left: 5px solid rgb(225,195,197);
    background-color: rgba(0, 0, 0, 0.5);
    font-style: italic;
    color: #ffffff;
    box-shadow: 0 0 10px rgb(225,195,197,0.5);
}footer {
    background: rgb(202,158,161);
    color: #ffffff;
}

footer .review_block_348 {
    background: rgb(225,195,197);
}

footer .main_learn_247 svg, footer .main_learn_247 svg path {
    fill: rgb(225,195,197);
}

footer h5 {
    color: rgb(225,195,197);
}

footer .nav_base_601 a {
    color: #ffffff;
}

footer .zoom_meet_735 {
    color: #ffffff;
}

footer .zoom_meet_735 a {
    color: #ffffff;
    text-decoration: underline;
}

footer .help_info_796 div svg, footer .help_info_796 div svg path {
    fill: #ffffff;
}

footer .help_info_796 div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .review_block_348 {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .eco_foot_438 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .main_learn_247 svg, footer .main_learn_247 img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 23px;
    margin-bottom: 16px;

}

footer .help_info_796 {
    display: flex;
    flex-direction: column;
}

footer .help_info_796 div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .help_info_796 div img, footer .help_info_796 div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .site_prime_765 {
    display: flex;
    flex-direction: column;
}

footer .nav_base_601 a {
    text-decoration: none;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .review_block_348 {
    font-size: 12px;
}

@media only screen and (max-width: 1200px) {
    footer .eco_foot_438 {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .nav_base_601, footer .site_prime_765, footer .eco_foot_438 {
        flex-direction: column;
    }

    footer .help_info_796 {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.outer-container_071 footer .eco_foot_438 {
    flex-direction: column;
    align-items: center;
}

.outer-container_071 footer .main_learn_247 svg, .outer-container_071 footer .main_learn_247 img {
    margin: 0;
    margin-bottom: 20px;
}

.outer-container_071 footer .site_prime_765 {
    flex-direction: row;
    justify-content: center;
    padding: 14px;
    flex-wrap: wrap;
}

.outer-container_071 footer .nav_base_601 a {
    font-size: 16px;
    font-weight: 400;
    color: rgb(225,195,197);
    margin: 0;
    padding: 0 14px;
    width: 50%;
    text-align: left;
}

.outer-container_071 footer .nav_base_601 a:first-child {
    border-right: 1px solid #ffffff;
    text-align: right;
}

.outer-container_071 footer .nav_base_601 a:nth-child(3) {
    text-align: center;
    margin-top: 10px;
}

.outer-container_071 footer .nav_base_601 a:hover {
    color: #ffffff;
}

.outer-container_071 footer .main_learn_247 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.outer-container_071 footer .footer {
    padding: 0;
    padding-top: 30px;
}

.outer-container_071 footer .review_block_348 {
    background: rgb(202,158,161);
    padding: 0;
}

.outer-container_071 footer .zoom_meet_735 {
    text-align: center;
}

.outer-container_071 footer {
    padding-bottom: 30px;
}

.outer-container_071 footer .nav_base_601 {
    width: 100%;
}

.outer-container_071 footer .site_prime_765 {
    width: 100%;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 800px) {
    .outer-container_071 footer .eco_foot_438 {
        padding: 0;
    }

    .outer-container_071 footer .site_prime_765 {
        padding: 0;
        margin: 14px 0;
    }
}header .head_pagewrap_956 {
    background: #ffffff;
    width: 100%;
}
header .container {
    max-width: unset;
    width: 100%;
    margin: 0;
    padding: 0;
}
.head_pagewrap_956 .page_top_934 {
    display: flex;
    width: 100%;
    position: relative;
    height: 150px;
    flex-direction: column;
    padding-left: 150px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.head_pagewrap_956 .page_top_934 .main_learn_247 {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top:0;
    background: rgb(202,158,161);
}
.head_pagewrap_956 .page_top_934 .main_learn_247 svg, header .page_top_934 .main_learn_247 img {
    width: 90px;
    height: 90px;
    fill: #ffffff;
}
.head_pagewrap_956 .main_start_042 svg text {
    fill: #ffffff;
}
.head_pagewrap_956 .nav_tutor_489 {
    padding: 18px 20px;
    background: rgb(225,195,197);
    color: #ffffff;
    width: 100%;
}
.head_pagewrap_956 .top_study_028 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.head_pagewrap_956 .top_study_028 a {
    padding: 18px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(202,158,161);
    position: relative;
    font-size: 18px;
    font-weight: 700;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head_pagewrap_956 .top_study_028 a:hover {
    background: rgb(242,228,229);
}
@media only screen and (max-width: 800px) {
    .head_pagewrap_956 .page_top_934 {
        padding: 0;
        height: auto;
        justify-content: center;
        align-items: center;
    }
    .head_pagewrap_956 .page_top_934 .main_learn_247 {
        position: static;
    }
    .head_pagewrap_956 .nav_tutor_489 {
        text-align: center;
    }
    .head_pagewrap_956 .top_study_028 {
        flex-direction: column;
    }
}header .top_plank {
    background: rgb(225,195,197);
    color:  #ffffff;
}
header .top_plank .header_sec_491 div svg, header .top_plank .header_sec_491 div svg path {
    fill: #ffffff;
}
header .top_plank .header_sec_491 div span {
    color: #ffffff;
}
header .top_plank .header_sec_491 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 13px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .header_sec_491 div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .header_sec_491 div img, header .top_plank .header_sec_491 div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.contact_203 {
    position: relative;
    background: rgb(242,228,229);
    padding: 90px 0;
    overflow: hidden;
}

.contact_203::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(225,195,197), 0.05) 49%, rgba(rgb(225,195,197), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(202,158,161), 0.05) 49%, rgba(rgb(202,158,161), 0.05) 51%, transparent 52%);
    background-size: 40px 40px;
    z-index: 0;
}

.contact_203 .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact_203 h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 3px solid rgb(225,195,197);
}

.contact_203 .feedback_query_294 {
    display: flex;
    background: #ffffff;
    border-radius: 21px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
}

.contact_203 .image_frame_243 {
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

.contact_203 .query_support_962 {
    flex: 0 0 55%;
    padding: 60px;
    background: #ffffff;
    position: relative;
}

.contact_203 .query_support_962::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    background-size: 30px 30px;
    background-position: 0 0, 15px 15px;
    opacity: 0.1;
    z-index: -1;
}

.contact_203 #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact_203 h3 {
    font-size: 24px;
    font-weight: 700;
    color: rgb(225,195,197);
    margin-bottom: 30px;
    position: relative;
}

.contact_203 input[type="text"] {
    background: rgb(242,228,229);
    border: none;
    border-left: 3px solid rgb(225,195,197);
    border-radius: 0 10px 10px 0;
    padding: 15px 20px;
    color: #000000;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
}

.contact_203 input[type="text"]:focus {
    background: #ffffff;
    border-left-color: rgb(202,158,161);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
}

.contact_203 input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}

.contact_203 .request_block_718 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 10px;
}

.contact_203 .request_block_718 input[type="checkbox"] {
    appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid rgb(242,228,229);
    background: rgb(242,228,229);
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 3px;
}

.contact_203 .request_block_718 input[type="checkbox"]:checked {
    background: rgb(225,195,197);
    border-color: rgb(225,195,197);
}

.contact_203 .request_block_718 input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 5px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.contact_203 .request_block_718 label {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
}

.contact_203 .request_block_718 a {
    color: rgb(225,195,197);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.contact_203 .request_block_718 a:hover {
    color: rgb(202,158,161);
}

.contact_203 .request_block_718 a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgb(225,195,197);
    left: 0;
    bottom: -2px;
    transition: all 0.3s ease;
}

.contact_203 .request_block_718 a:hover::after {
    height: 2px;
    background: rgb(202,158,161);
}

.contact_203 .contact_request_194 {
    background: rgb(225,195,197);
    border: none;
    border-radius: 10px;
    padding: 15px 35px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}

.contact_203 .contact_request_194::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.6s ease;
}

.contact_203 .contact_request_194:hover {
    background: rgb(202,158,161);
}

.contact_203 .contact_request_194:hover::after {
    width: 300%;
    height: 300%;
}

.contact_203 svg {
    fill: rgb(225,195,197);
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

.contact_203 svg path {
    fill: rgb(225,195,197);
    transition: all 0.3s ease;
}

.contact_203 svg:hover {
    fill: rgb(202,158,161);
}

.contact_203 svg:hover path {
    fill: rgb(202,158,161);
}

@media (max-width: 992px) {
    .contact_203 {
        padding: 70px 0;
    }

    .contact_203 .feedback_query_294 {
        flex-direction: column;
    }

    .contact_203 .image_frame_243 {
        flex: 0 0 auto;
        min-height: 300px;
    }

    .contact_203 .query_support_962 {
        flex: 0 0 auto;
        padding: 40px 30px 50px;
    }
}

@media (max-width: 768px) {
    .contact_203 {
        padding: 60px 0;
    }

    .contact_203 h2 {
        font-size: calc(30px - 4px);
        margin-bottom: 40px;
    }

    .contact_203 .query_support_962 {
        padding: 35px 25px 45px;
    }

    .contact_203 #contact {
        gap: 20px;
    }

    .contact_203 .image_frame_243 {
        min-height: 250px;
    }
}

@media (max-width: 576px) {
    .contact_203 {
        padding: 50px 0;
    }

    .contact_203 .container {
        padding: 0 15px;
    }

    .contact_203 h2 {
        font-size: calc(30px - 6px);
        margin-bottom: 30px;
    }

    .contact_203 .query_support_962 {
        padding: 30px 20px 40px;
    }

    .contact_203 .contact_request_194 {
        width: 100%;
    }

    .contact_203 .image_frame_243 {
        min-height: 200px;
    }
}.help_desk_info_196 {
    position: relative;
    background: rgb(242,228,229);
    padding: 80px 0;
    overflow: hidden;
    z-index: 1;
}

.help_desk_info_196::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(225,195,197,0.5) 0%, transparent 50%, rgb(202,158,161,0.5) 100%);
    opacity: 0.15;
    z-index: -1;
}

.help_desk_info_196::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 10% 20%, transparent 20%, rgb(225,195,197,0.5) 21%, transparent 22%),
                radial-gradient(circle at 90% 80%, transparent 20%, rgb(202,158,161,0.5) 21%, transparent 22%),
                radial-gradient(circle at 50% 50%, transparent 30%, rgb(225,195,197,0.5) 31%, transparent 32%);
    background-size: 60px 60px, 80px 80px, 100px 100px;
    animation: patternMove 120s linear infinite;
    opacity: 0.07;
    z-index: -1;
}

@keyframes patternMove {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 1000px 500px, -500px 1000px, 500px -500px;
    }
}

.help_desk_info_196 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.help_desk_info_196 .submit_request_053 {
    position: relative;
    background: #ffffff;
    border-radius: 17px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: 45px 40px;
    backdrop-filter: blur(10px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    z-index: 2;
    overflow: hidden;
}

.help_desk_info_196 .submit_request_053::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, rgb(225,195,197) 0%, rgb(202,158,161) 100%);
    z-index: 3;
}

.help_desk_info_196 .submit_request_053::after {
    content: '';
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgb(225,195,197,0.5) 0%, transparent 70%);
    opacity: 0.2;
    border-radius: 50%;
    z-index: -1;
}

.help_desk_info_196 .submit_request_053:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
}

.help_desk_info_196 h3 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}

.help_desk_info_196 h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 3px;
    background: rgb(225,195,197);
    border-radius: 10px;
}

.help_desk_info_196 .contact_query_278 {
    color: #000000;
    font-size: 13px;
    margin-bottom: 35px;
    max-width: 90%;
    line-height: 1.6;
}

.help_desk_info_196 .msg_support_306 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    position: relative;
}

.help_desk_info_196 .msg_support_306::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgb(225,195,197,0.5) 0%, transparent 100%);
    opacity: 0.3;
}

.help_desk_info_196 .msg_support_306 span {
    display: flex;
    flex-direction: column;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.help_desk_info_196 .msg_support_306 span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: rgb(225,195,197);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.help_desk_info_196 .msg_support_306 span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
    border-color: rgba(rgb(225,195,197), 0.2);
}

.help_desk_info_196 .msg_support_306 span:hover::before {
    width: 5px;
}

.help_desk_info_196 .msg_support_306 span p {
    color: #000000;
    font-size: 13px;
    margin: 0;
    font-weight: 400;
}

.help_desk_info_196 .msg_support_306 span:first-child p {
    font-weight: 600;
}

.help_desk_info_196 .msg_support_306 span:nth-child(2) p {
    font-weight: 600;
}

.help_desk_info_196 .msg_support_306 span > span {
    padding: 0;
    margin-top: 8px;
    background: transparent;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.help_desk_info_196 .msg_support_306 span > span::before {
    display: none;
}

.help_desk_info_196 .msg_support_306 span > span:hover {
    box-shadow: none;
    transform: none;
}

.help_desk_info_196 .msg_support_306 span a {
    color: rgb(225,195,197);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}

.help_desk_info_196 .msg_support_306 span a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: rgb(225,195,197);
    transition: width 0.3s ease;
}

.help_desk_info_196 .msg_support_306 span a:hover {
    color: rgb(202,158,161);
}

.help_desk_info_196 .msg_support_306 span a:hover::after {
    width: 100%;
    background: rgb(202,158,161);
}

.help_desk_info_196 .msg_support_306 span svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    flex-shrink: 0;
    fill: none;
    stroke: rgb(225,195,197);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.3s ease;
}

.help_desk_info_196 .msg_support_306 span:hover svg {
    stroke: rgb(202,158,161);
    transform: scale(1.1);
}

.help_desk_info_196 .msg_support_306 span:nth-child(3) svg {
    transform-origin: center;
}

.help_desk_info_196 .msg_support_306 span:nth-child(3) svg path {
    stroke-dasharray: 20;
    stroke-dashoffset: 0;
    animation: dashAnimation 3s linear infinite;
}

.help_desk_info_196 .msg_support_306 span:nth-child(4) svg {
    transform-origin: center;
}

.help_desk_info_196 .msg_support_306 span:nth-child(4) svg path {
    stroke-dasharray: 24;
    stroke-dashoffset: 0;
    animation: dashAnimation 3s linear infinite;
    animation-delay: 0.5s;
}

.help_desk_info_196 .msg_support_306 span:nth-child(5) svg {
    stroke-width: 1.7;
    transform-origin: center;
}

.help_desk_info_196 .msg_support_306 span:nth-child(5) svg path {
    transition: all 0.3s ease;
}

.help_desk_info_196 .msg_support_306 span:nth-child(5):hover svg path {
    stroke-width: 2.2;
}

.help_desk_info_196 .msg_support_306 span:nth-child(6) svg {
    transform-origin: center;
}

.help_desk_info_196 .msg_support_306 span:nth-child(6) svg path {
    stroke-dasharray: 15;
    stroke-dashoffset: 0;
    animation: dashAnimation 3s linear infinite;
    animation-delay: 1s;
}

.help_desk_info_196 .msg_support_306 span:nth-child(3) svg {
    position: relative;
}

.help_desk_info_196 .msg_support_306 span:nth-child(3) svg::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    background: rgb(225,195,197);
    opacity: 0.1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    z-index: -1;
}

.help_desk_info_196 .msg_support_306 span:nth-child(3):hover svg::before {
    opacity: 0.2;
    width: 30px;
    height: 30px;
    background: rgb(202,158,161);
}

.help_desk_info_196 .msg_support_306 span:nth-child(4) svg {
    position: relative;
}

.help_desk_info_196 .msg_support_306 span:nth-child(4) svg path {
    transform-origin: center;
}

.help_desk_info_196 .msg_support_306 span:nth-child(4):hover svg path {
    animation-duration: 2s;
}

.help_desk_info_196 .msg_support_306 span:nth-child(6) svg path {
    transform-origin: center;
}

.help_desk_info_196 .msg_support_306 span:nth-child(6):hover svg path {
    animation-duration: 2s;
}

@keyframes dashAnimation {
    0% {
        stroke-dashoffset: 20;
    }
    50% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -20;
    }
}

.help_desk_info_196 .request_support_745 {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, rgba(rgb(225,195,197), 0.03) 0%, rgba(rgb(202,158,161), 0.03) 100%);
    padding: 25px 30px;
    border-radius: 10px;
    margin-top: 15px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.help_desk_info_196 .request_support_745::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 0%, rgb(225,195,197,0.5) 0%, transparent 70%);
    opacity: 0.05;
    z-index: 0;
}

.help_desk_info_196 .request_support_745 h4 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.help_desk_info_196 .request_support_745 h4::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.help_desk_info_196 .request_support_745 h4 svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    fill: none;
    stroke: rgb(225,195,197);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: clockRotation 12s linear infinite;
    transform-origin: center;
}

@keyframes clockRotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.help_desk_info_196 .request_support_745 h4 svg circle {
    fill: transparent;
    stroke: rgb(225,195,197);
    stroke-opacity: 0.2;
}

.help_desk_info_196 .request_support_745 h4 svg path {
    stroke: rgb(225,195,197);
}

.help_desk_info_196 .request_support_745 span {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
    color: #000000;
    position: relative;
    z-index: 1;
    margin-bottom: 6px;
}

.help_desk_info_196 .request_support_745 span:last-child {
    border-bottom: none;
}

.help_desk_info_196 .request_support_745 span::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    background-color: rgb(225,195,197);
    opacity: 0.5;
    border-radius: 50%;
}

@media (max-width: 992px) {
    .help_desk_info_196 {
        padding: 60px 0;
    }
    
    .help_desk_info_196 .submit_request_053 {
        padding: 35px 30px;
    }
    
    .help_desk_info_196 h3 {
        font-size: calc(28px * 0.9);
    }
    
    .help_desk_info_196 .contact_query_278 {
        max-width: 100%;
    }
    
    .help_desk_info_196 .msg_support_306 {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }
    
    .help_desk_info_196 .msg_support_306 span svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 768px) {
    .help_desk_info_196 {
        padding: 50px 0;
    }
    
    .help_desk_info_196 .submit_request_053 {
        padding: 30px 25px;
    }
    
    .help_desk_info_196 h3 {
        font-size: calc(28px * 0.8);
        padding-bottom: 12px;
        margin-bottom: 15px;
    }
    
    .help_desk_info_196 .contact_query_278 {
        margin-bottom: 25px;
        font-size: calc(13px * 0.95);
    }
    
    .help_desk_info_196 .msg_support_306 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .help_desk_info_196 .msg_support_306 span {
        padding: 12px 16px;
    }
    
    .help_desk_info_196 .request_support_745 {
        padding: 20px 25px;
    }
    
    .help_desk_info_196 .request_support_745 h4 {
        font-size: calc(24px * 0.9);
    }
    
    .help_desk_info_196 .request_support_745 h4::before {
        width: 18px;
        height: 18px;
    }
    
    .help_desk_info_196 .request_support_745 h4 svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 576px) {
    .help_desk_info_196 {
        padding: 40px 0;
    }
    
    .help_desk_info_196 .submit_request_053 {
        padding: 25px 20px;
    }
    
    .help_desk_info_196 h3 {
        font-size: calc(28px * 0.7);
        padding-bottom: 10px;
    }
    
    .help_desk_info_196 .msg_support_306 span {
        padding: 10px 14px;
    }
    
    .help_desk_info_196 .msg_support_306 span p,
    .help_desk_info_196 .msg_support_306 span a {
        font-size: calc(13px * 0.9);
    }
    
    .help_desk_info_196 .msg_support_306 span svg {
        width: 14px;
        height: 14px;
        margin-right: 6px;
    }
    
    .help_desk_info_196 .request_support_745 {
        padding: 18px 20px;
    }
    
    .help_desk_info_196 .request_support_745 span {
        padding: 6px 0;
        font-size: calc(13px * 0.9);
    }
    
    .help_desk_info_196 .request_support_745 h4::before {
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }
    
    .help_desk_info_196 .request_support_745 h4 svg {
        width: 16px;
        height: 16px;
    }
}.give_it_a_try_347 {
    padding: 80px 0;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.give_it_a_try_347::before,
.give_it_a_try_347::after,
.give_it_a_try_347 .container::before,
.give_it_a_try_347 .container::after {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    background-image: 
        radial-gradient(2px 2px at 40px 60px, #ffffff, transparent),
        radial-gradient(2px 2px at 20px 50px, #ffffff, transparent),
        radial-gradient(2px 2px at 30px 100px, #ffffff, transparent),
        radial-gradient(2px 2px at 40px 60px, #ffffff, transparent),
        radial-gradient(2px 2px at 110px 90px, #ffffff, transparent),
        radial-gradient(3px 3px at 190px 150px, #ffffff, transparent),
        radial-gradient(3px 3px at 80px 120px, #ffffff, transparent);
    background-repeat: repeat;
    background-size: 250px 250px;
    opacity: 0.5;
    animation: starMove 150s linear infinite;
    z-index: 0;
    pointer-events: none;
}

.give_it_a_try_347::after {
    background-size: 350px 350px;
    animation-duration: 200s;
    opacity: 0.4;
}

.give_it_a_try_347 .container::before {
    background-image: 
        radial-gradient(2px 2px at 150px 15px, #ffffff, transparent),
        radial-gradient(2px 2px at 185px 100px, #ffffff, transparent),
        radial-gradient(2px 2px at 65px 175px, #ffffff, transparent),
        radial-gradient(3px 3px at 125px 80px, #ffffff, transparent),
        radial-gradient(3px 3px at 45px 225px, #ffffff, transparent);
    animation-duration: 250s;
    opacity: 0.3;
}

.give_it_a_try_347 .container::after {
    background-image: 
        conic-gradient(
            from 220deg at 50% 50%,
            transparent 0deg,
            rgb(225,195,197,0.5) 60deg,
            rgb(202,158,161,0.5) 120deg,
            rgb(225,195,197,0.5) 180deg,
            rgb(202,158,161,0.5) 240deg,
            transparent 360deg
        );
    filter: blur(40px);
    opacity: 0.4;
    animation: milkyWayRotate 300s linear infinite;
}

@keyframes starMove {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-2%) rotate(1deg); }
    50% { transform: translateY(0) rotate(0deg); }
    75% { transform: translateY(2%) rotate(-1deg); }
}

@keyframes milkyWayRotate {
    0% { transform: rotate(0deg) scale(1); }
    25% { transform: rotate(90deg) scale(1.1); }
    50% { transform: rotate(180deg) scale(1); }
    75% { transform: rotate(270deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}

.give_it_a_try_347 .container {
    max-width: 1100px;
    width: 100%;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.give_it_a_try_347 .quick_skill_819 {
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(225,195,197);
    border-radius: 12px;
    box-shadow: 0 0 20px rgb(225,195,197,0.5), 0 0 40px rgb(202,158,161,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.give_it_a_try_347 .quick_skill_819::before,
.give_it_a_try_347 .quick_skill_819::after {
    content: '';
    position: absolute;
    border: 2px solid rgb(225,195,197);
    border-radius: 12px;
    pointer-events: none;
}

.give_it_a_try_347 .quick_skill_819::before {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    opacity: 0.5;
}

.give_it_a_try_347 .quick_skill_819::after {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    opacity: 0.2;
}

.give_it_a_try_347 .quick_skill_819 svg,
.give_it_a_try_347 .quick_skill_819 svg path {
    fill: rgb(225,195,197);
    width: 80px;
    height: 80px;
}

.give_it_a_try_347 .quick_skill_819 h2 {
    font-size: 40px;
    font-family: Lato, sans-serif;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}

.give_it_a_try_347 .quick_skill_819 .contact_request_194 {
    padding: 15px 30px;
    background: rgb(225,195,197);
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    border: 2px solid rgb(202,158,161);
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    box-shadow: 0 0 10px rgb(225,195,197,0.5), 0 0 20px rgb(202,158,161,0.5);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.give_it_a_try_347 .quick_skill_819 .contact_request_194:hover,
.give_it_a_try_347 .quick_skill_819 .contact_request_194:focus {
    background-color: rgb(202,158,161);
    transform: translateY(-2px);
}

.give_it_a_try_347 .quick_skill_819 .contact_request_194:active {
    transform: translateY(1px);
}

@media (max-width: 1024px) {
    .give_it_a_try_347 .quick_skill_819 {
        padding: 30px;
    }
    .give_it_a_try_347 .quick_skill_819 h2 {
        font-size: 30px;
    }
    .give_it_a_try_347 .quick_skill_819 .contact_request_194 {
        font-size: 14px;
        padding: 12px 25px;
    }
}

@media (max-width: 768px) {
    .give_it_a_try_347 .quick_skill_819 {
        padding: 20px;
    }
    .give_it_a_try_347 .quick_skill_819 h2 {
        font-size: 18px;
    }
    .give_it_a_try_347 .quick_skill_819 .contact_request_194 {
        font-size: 19px;
        padding: 10px 20px;
    }
    .give_it_a_try_347 .quick_skill_819 svg,
    .give_it_a_try_347 .quick_skill_819 svg path {
        width: 60px;
        height: 60px;
    }
}.teacher_profile_329 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #ffffff;
}

.teacher_profile_329 .quick_skill_819 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.teacher_profile_329 .feedback_corner_106 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 33%;
    background: rgb(202,158,161,0.5);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 18px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    margin: 20px;
}


.teacher_profile_329 .image_frame_243 {
    width: 300px;
    height: 300px;
    max-width: 100%;
    margin-bottom: 16px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    border: 5px solid rgb(225,195,197);
    transition: border 0.3s ease-in-out;
}

.teacher_profile_329 .feedback_corner_106 .name {
    font-size: 20px;
    color: rgb(225,195,197);
    margin-bottom: 8px;
    font-weight: 600;
    text-align: center;
}

.teacher_profile_329 .feedback_corner_106 span {
    font-size: 13px;
    color: rgb(202,158,161);
    font-weight: 400;
    margin-bottom: 14px;
    text-align: center;
}

.teacher_profile_329 .feedback_corner_106 .career_record_745 {
    font-size: 13px;
    color: #000000;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    padding: 0 20px;
}

@media only screen and (max-width: 1200px) {
    .teacher_profile_329 .feedback_corner_106 {
        max-width: unset;
        width: 45%;
    }
}

@media only screen and (max-width: 800px) {
    .teacher_profile_329 .quick_skill_819 {
        flex-direction: column;
    }

    .teacher_profile_329 .feedback_corner_106 {
        max-width: unset;
        width: 80%;
        padding: 20px;
    }

    .teacher_profile_329 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.outer-container_071 .teacher_profile_329 {
    position: relative;
    padding: 20px 0;
}

.outer-container_071 .teacher_profile_329::after {
    content: "";
    width: 100%;
    height: 280px;
    background: rgb(202,158,161);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.outer-container_071 .teacher_profile_329 .quick_skill_819 {
    position: relative;
    z-index: 1;
    justify-content: center;
}

.outer-container_071 .teacher_profile_329 .feedback_corner_106 {
    max-width: 80%;
    width: auto;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 30px;
}

.outer-container_071 .teacher_profile_329 .image_frame_243 {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 8px solid #ffffff;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.outer-container_071 .career_section_549 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.outer-container_071 .teacher_profile_329 .feedback_corner_106 .name {
    width: 100%;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    color: rgb(225,195,197);
    margin-bottom: 12px;
}

.outer-container_071 .teacher_profile_329 .feedback_corner_106 span {
    font-size: 22px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: rgb(202,158,161);
    margin-bottom: 16px;
}

.outer-container_071 .teacher_profile_329 .feedback_corner_106 .career_record_745 {
    width: 100%;
    text-align: center;
    margin-top: 16px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .outer-container_071 .teacher_profile_329 .feedback_corner_106 {
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 0;
        max-width: 100%;
        width: 100%;
    }

    .outer-container_071 .career_section_549 {
        width: 100%;
    }

    .outer-container_071 .teacher_profile_329 .image_frame_243 {
        width: 220px;
        height: 220px;
        margin: 20px;
    }

    .outer-container_071 .teacher_profile_329::after {
        height: 200px;
    }
}
