﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}.wrap-container {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.case_study {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1145px;
}.head_info {
    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;
}}
.title_page {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgb(230,226,207), rgb(149,151,147,0.5), rgba(0, 0, 0, 0.5) 90%);
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    justify-content: center;
    min-height: 100vh;
}.title_page::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    left: 0;
    background: radial-gradient(circle at 30% 30%, rgb(149,151,147,0.5) 0%, transparent 60%);
    top: 0;
    animation: pulse 15s ease-in-out infinite alternate;
}.title_page::after {
    animation: float 20s ease-in-out infinite;
    background: radial-gradient(ellipse, rgb(189,193,187,0.5) 0%, transparent 70%);
    top: -20%;
    content: "";
    height: 60%;
    width: 60%;
    z-index: 1;
    right: -10%;
    position: absolute;
}.title_page .edu_first {
    z-index: 2;
    grid-template-columns: 1fr;
    transform: translateY(2rem);
    gap: 3rem;
    max-width: 1200px;
    display: grid;
    width: 100%;
    position: relative;
    opacity: 0;
    animation: fadeUp 1.2s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}.title_page .edu_first > div:first-child {
    position: relative;
    order: 2;
}.title_page .edu_first > div:first-child::before {
    width: 120px;
    top: -30px;
    background: linear-gradient(90deg, rgb(189,193,187), transparent);
    animation: scaleInX 1.5s 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    left: 0;
    transform: scaleX(0);
    height: 3px;
    transform-origin: left;
    position: absolute;
    content: "";
}.title_page .edu_first > div:first-child p {
    transform: translateX(-10px);
    letter-spacing: 0.5px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    animation: fadeSlideRight 1s 1s ease-out forwards;
    opacity: 0;
    line-height: 1.6;
    color: #ffffff;
    font-size: calc(13px * 1.2);
    max-width: 90%;
}.title_page .learn_experts {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    order: 1;
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}.title_page .learn_experts:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}.title_page .learn_experts > div {
    justify-content: space-between;
    flex-direction: column;
    min-height: 460px;
    position: relative;
    display: flex;
    padding: 3rem 2.5rem;
}.title_page .learn_experts > div::before {
    left: 0;
    z-index: 1;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 10%, transparent 50%, #000000 110%);
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
}.title_page .learn_experts > div::after {
    left: 0;
    height: 60%;
    position: absolute;
    background: linear-gradient(to top, #000000 10%, rgba(0, 0, 0, 0) 100%);
    content: "";
    z-index: 2;
    bottom: 0;
    width: 100%;
}.title_page .learn_experts h3 {
    color: #ffffff;
    line-height: 1.4;
    font-weight: 400;
    position: relative;
    opacity: 0;
    animation: fadeUp 1s 0.6s ease-out forwards;
    font-size: calc(20px * 1.1);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.5rem;
    z-index: 3;
    transform: translateY(-10px);
    max-width: 90%;
}.title_page .learn_experts > div > div {
    z-index: 3;
    position: relative;
}.title_page .learn_experts > div > div > div {
    position: relative;
    padding-left: 1.5rem;
}.title_page .learn_experts > div > div > div::before {
    left: 0;
    animation: scaleInY 1.2s 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    background: rgb(189,193,187);
    content: "";
    position: absolute;
    transform-origin: top;
    width: 4px;
    height: 100%;
    top: 0;
    transform: scaleY(0);
}.title_page .learn_experts .title_style_header {
    letter-spacing: 1px;
    line-height: 1.2;
    font-size: 46px;
    opacity: 0;
    animation: fadeUp 1.2s 1.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    font-weight: 700;
    transform: translateY(10px);
    margin: 0;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeSlideRight {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleInX {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes scaleInY {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-15px) translateX(10px);
  }
  50% {
    transform: translateY(5px) translateX(-10px);
  }
  75% {
    transform: translateY(-5px) translateX(5px);
  }
}

@media (min-width: 768px) {.title_page {
    padding: 5rem 3rem;
}.title_page .edu_first {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.title_page .edu_first > div:first-child {
    order: 1;
    align-items: center;
    display: flex;
}.title_page .edu_first > div:first-child p {
    font-size: calc(13px * 1.4);
    max-width: 80%;
}.title_page .learn_experts {
    order: 2;
    transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}.title_page .learn_experts > div {
    padding: 4rem 3rem;
    min-height: 520px;
}.title_page .learn_experts h3 {
    font-size: calc(20px * 1.2);
    max-width: 85%;
}.title_page .learn_experts .title_style_header {
    font-size: calc(46px * 1.2);
}
}

@media (min-width: 1024px) {.title_page {
    padding: 0;
}.title_page .edu_first {
    grid-template-columns: 45% 50%;
    gap: 5%;
}.title_page .edu_first > div:first-child p {
    font-size: calc(13px * 1.6);
    max-width: 95%;
}.title_page .learn_experts > div {
    min-height: 580px;
}.title_page .learn_experts h3 {
    max-width: 80%;
    font-size: calc(20px * 1.3);
}.title_page .learn_experts .title_style_header {
    font-size: calc(46px * 1.4);
}
}

@media (min-width: 1440px) {.title_page .edu_first {
    grid-template-columns: 40% 55%;
    gap: 5%;
}.title_page .edu_first > div:first-child p {
    font-size: calc(13px * 1.8);
}.title_page .learn_experts > div {
    padding: 5rem 4rem;
    min-height: 640px;
}.title_page .learn_experts h3 {
    font-size: calc(20px * 1.4);
}.title_page .learn_experts .title_style_header {
    font-size: calc(46px * 1.6);
}
}

@media (max-width: 480px) {.title_page {
    padding: 3rem 1.5rem;
}.title_page .edu_first > div:first-child p {
    font-size: 13px;
    max-width: 100%;
}.title_page .learn_experts > div {
    min-height: 400px;
    padding: 2rem 1.5rem;
}.title_page .learn_experts h3 {
    font-size: 20px;
}.title_page .learn_experts .title_style_header {
    font-size: calc(46px * 0.85);
}}.access_now {
    overflow: hidden;
    padding: 130px 0;
    z-index: 1;
    background: linear-gradient(125deg, rgb(189,193,187) 0%, rgb(149,151,147) 100%);
    position: relative;
}.access_now::before {
    z-index: -1;
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.07) 1px, transparent 1px);
    position: absolute;
    height: 100%;
    background-size: 20px 20px;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
}.access_now::after {
    width: 100%;
    content: '';
    height: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 30% 20%, rgba(255,255,255,0.2) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255,255,255,0.2) 0%, transparent 50%);
    left: 0;
    filter: blur(60px);
}.access_now .class_space {
    align-items: center;
    padding: 70px 50px;
    z-index: 2;
    justify-content: center;
    transform: rotateX(2deg) rotateY(2deg);
    position: relative;
    border-radius: 30px;
    margin: 0 auto;
    transform-style: preserve-3d;
    backdrop-filter: blur(15px);
    transition: transform 0.6s ease;
    box-shadow:
        0 20px 50px rgba(0,0,0,0.15),
        0 5px 15px rgba(255,255,255,0.05),
        inset 0 0 0 1px rgba(255,255,255,0.1);
    flex-direction: column;
    perspective: 1000px;
    background: rgba(255,255,255,0.1);
    max-width: 900px;
    display: flex;
}.access_now .class_space::before {
    filter: blur(5px);
    position: absolute;
    left: -5px;
    animation: borderGlow 10s linear infinite;
    z-index: -1;
    right: -5px;
    background: linear-gradient(45deg, 
        rgba(255,255,255,0.1),
        rgba(255,255,255,0),
        rgba(255,255,255,0.1),
        rgba(255,255,255,0),
        rgba(255,255,255,0.1)
    );
    bottom: -5px;
    top: -5px;
    border-radius: 35px;
    opacity: 0.5;
    content: '';
}.access_now .class_space::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    border-radius: 30px;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(to bottom,
            rgba(255,255,255,0.1) 0%,
            transparent 100%
        );
    left: 0;
}.access_now .class_space:hover {
    transform: rotateX(0deg) rotateY(0deg) translateY(-5px);
}.access_now h3 {
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-weight: 700;
    font-size: 34px;
    position: relative;
    margin-bottom: 55px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}.access_now h3::before {
    transform: translateX(-50%);
    height: 4px;
    left: 50%;
    border-radius: 2px;
    width: 60px;
    box-shadow: 0 2px 10px rgba(255,255,255,0.2);
    position: absolute;
    bottom: -20px;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        #ffffff, 
        transparent);
}.access_now h3::after {
    left: -100%;
    content: '';
    animation: lightScan 5s linear infinite;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255,255,255,0.1), 
        transparent
    );
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
}.access_now .ask_question {
    text-decoration: none;
    z-index: 1;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    background: rgba(255,255,255,0.9);
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    font-weight: 600;
    transition: all 0.4s ease;
    font-size: 17px;
    display: inline-block;
    letter-spacing: 2px;
    padding: 18px 50px;
    transform: perspective(1000px) translateZ(20px);
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    color: rgb(189,193,187);
}.access_now .ask_question::before {
    opacity: 0;
    height: 100%;
    left: 0;
    position: absolute;
    content: '';
    background: linear-gradient(45deg, 
        rgb(189,193,187), 
        rgb(149,151,147));
    z-index: -1;
    width: 100%;
    transition: opacity 0.4s ease;
    top: 0;
}.access_now .ask_question::after {
    z-index: 1;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255,255,255,0.7),
        transparent
    );
    transform: rotate(35deg);
    top: -50%;
    height: 200%;
    transition: all 0.6s ease;
    content: '';
    position: absolute;
    width: 20px;
    left: -100px;
}.access_now .ask_question:hover {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 10px 25px rgba(0,0,0,0.1),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    transform: perspective(1000px) translateZ(30px);
    color: #ffffff;
}.access_now .ask_question:hover::before {
    opacity: 1;
}.access_now .ask_question:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.access_now {
    padding: 110px 0;
}.access_now .class_space {
    max-width: 85%;
    padding: 60px 40px;
}.access_now h3 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.9);
}.access_now h3::before {
    bottom: -18px;
    width: 50px;
    height: 3px;
}.access_now .ask_question {
    font-size: calc(17px * 0.95);
    padding: 16px 45px;
}
}

@media screen and (max-width: 768px) {.access_now {
    padding: 90px 0;
}.access_now .class_space {
    padding: 50px 30px;
    transform: none;
}.access_now h3 {
    letter-spacing: 2px;
    margin-bottom: 45px;
    font-size: calc(34px * 0.8);
}.access_now h3::before {
    width: 45px;
    height: 3px;
    bottom: -15px;
}.access_now .ask_question {
    transform: none;
    letter-spacing: 1.5px;
    padding: 14px 40px;
    font-size: calc(17px * 0.9);
}.access_now .ask_question:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.access_now {
    padding: 70px 0;
}.access_now .class_space {
    border-radius: 20px;
    padding: 40px 20px;
}.access_now h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 40px;
    letter-spacing: 1.5px;
}.access_now h3::before {
    width: 40px;
    bottom: -12px;
    height: 2px;
}.access_now .ask_question {
    padding: 12px 35px;
    letter-spacing: 1px;
    font-size: calc(17px * 0.85);
    border-radius: 30px;
}}

@keyframes borderGlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@keyframes lightScan {
    0%, 100% {
        left: -100%;
        opacity: 0;
    }
    50% {
        left: 100%;
        opacity: 0.5;
    }
}.course_benefits {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,226,207) 0%, rgb(189,193,187,0.5) 100%);
}.course_benefits::before {
    top: 0;
    left: 0;
    background: radial-gradient(circle at 20% 30%, rgb(149,151,147,0.5) 0%, transparent 40%);
    position: absolute;
    height: 100%;
    opacity: 0.7;
    content: "";
    width: 100%;
}.course_benefits::after {
    right: -200px;
    border-radius: 50%;
    background: rgb(189,193,187,0.5);
    filter: blur(80px);
    animation: rotate 30s linear infinite;
    height: 400px;
    width: 400px;
    top: -200px;
    position: absolute;
    content: "";
    opacity: 0.5;
}.course_benefits .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.course_benefits .class_space {
    gap: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.course_benefits .photo_album {
    flex: 0 0 42%;
    transition: all 0.5s ease;
    max-width: 42%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
    border-radius: 30px;
}.course_benefits .photo_album:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}.course_benefits .text_description {
    backdrop-filter: blur(10px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    flex: 0 0 52%;
    border-radius: 20px;
}.course_benefits .text_description::before {
    opacity: 0.7;
    z-index: -1;
    border-radius: 20px;
    height: 80px;
    content: "";
    transform: rotate(45deg);
    top: -20px;
    background: linear-gradient(135deg, rgb(189,193,187,0.5), rgb(149,151,147,0.5));
    width: 80px;
    right: 30px;
    position: absolute;
}.course_benefits h3 {
    font-size: 32px;
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-bottom: 35px;
}.course_benefits h3::after {
    background: linear-gradient(to right, rgb(189,193,187), rgb(149,151,147));
    content: "";
    bottom: -12px;
    left: 0;
    height: 3px;
    border-radius: 10px;
    width: 50px;
    position: absolute;
}.course_benefits ul {
    flex-direction: column;
    gap: 16px;
    list-style: none;
    margin: 0;
    display: flex;
    padding: 0;
}.course_benefits li {
    transition: all 0.3s ease;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}.course_benefits li::before {
    width: 100%;
    content: "";
    opacity: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(189,193,187,0.5), transparent);
    transition: opacity 0.3s ease;
}.course_benefits li:hover {
    transform: translateX(10px);
}.course_benefits li:hover::before {
    opacity: 0.3;
}.course_benefits li p {
    gap: 16px;
    line-height: 1.5;
    padding: 16px 20px;
    position: relative;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    margin: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    backdrop-filter: blur(5px);
    z-index: 1;
    border-radius: 12px;
    transition: all 0.3s ease;
}.course_benefits li:hover p {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}.course_benefits svg {
    padding: 5px;
    align-items: center;
    display: flex;
    background: linear-gradient(135deg, #ffffff, rgb(230,226,207));
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    justify-content: center;
    flex-shrink: 0;
}.course_benefits svg path {
    transition: fill 0.3s ease;
    fill: rgb(189,193,187);
}.course_benefits li:hover svg {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    background: #ffffff;
}.course_benefits li:hover svg path {
    fill: rgb(149,151,147);
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 992px) {.course_benefits {
    padding: 70px 0;
}.course_benefits .class_space {
    flex-direction: column;
    gap: 40px;
}.course_benefits .photo_album {
    flex: none;
    max-width: 60%;
    margin: 0 auto;
}.course_benefits .text_description {
    flex: none;
    margin: 0 auto;
    width: 90%;
}
}

@media (max-width: 576px) {.course_benefits {
    padding: 50px 0;
}.course_benefits .photo_album {
    max-width: 85%;
}.course_benefits .text_description {
    width: 100%;
    padding: 30px 25px;
}.course_benefits .text_description::before {
    height: 60px;
    right: 20px;
    top: -15px;
    width: 60px;
}.course_benefits h3 {
    margin-bottom: 25px;
    font-size: 21px;
}.course_benefits li p {
    padding: 12px 15px;
}.course_benefits svg {
    height: 22px;
    width: 22px;
    padding: 4px;
}}.privacy_cabinet {
    color: #ffffff;
    font-family: Arial, sans-serif;
    background-color: rgb(189,193,187);
    border: 1px solid rgb(149,151,147);
    padding: 40px 20px;
}.privacy_cabinet h1, .privacy_cabinet h2, .privacy_cabinet h3, .privacy_cabinet h4, .privacy_cabinet h5, .privacy_cabinet h6 {
    text-shadow: 0 0 5px rgb(189,193,187);
    color: rgb(149,151,147);
    margin-bottom: 20px;
}.privacy_cabinet h1 {
    font-weight: 700;
    border-bottom: 1px solid rgb(149,151,147);
    font-size: 39px;
    padding-bottom: 10px;
}.privacy_cabinet h2 {
    font-weight: 600;
    font-size: 31px;
    padding-bottom: 8px;
    border-bottom: 1px dashed rgb(149,151,147);
}.privacy_cabinet h3 {
    font-weight: 600;
    font-size: 1.5em;
}.privacy_cabinet h4 {
    font-size: 1.25em;
    font-weight: 400;
}.privacy_cabinet h5 {
    font-weight: 400;
    font-size: 24px;
}.privacy_cabinet h6 {
    font-weight: 300;
    font-size: 16px;
}.privacy_cabinet ul, .privacy_cabinet ol {
    margin-left: 20px;
    padding-left: 20px;
}.privacy_cabinet ul li, .privacy_cabinet ol li {
    font-size: 13px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    color: rgb(149,151,147);
    line-height: 1.6;
}.privacy_cabinet ul li:before {
    color: rgb(189,193,187);
    font-size: 1.2em;
    position: absolute;
    left: 0;
    content: '➤';
}.privacy_cabinet p, .privacy_cabinet span, .privacy_cabinet div {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.privacy_cabinet {
    padding: 20px 10px;
}.privacy_cabinet h1 {
    font-size: calc(24px - 10%);
}.privacy_cabinet h2 {
    font-size: calc(24px - 10%);
}.privacy_cabinet p, .privacy_cabinet span, .privacy_cabinet div {
    font-size: calc(13px - 10%);
}}
.privacy_cabinet a {
    color: rgb(189,193,187);
    border-bottom: 1px solid rgb(189,193,187);
    text-decoration: none;
}.privacy_cabinet a:hover {
    color: rgb(149,151,147);
    border-bottom: 1px solid rgb(149,151,147);
}.privacy_cabinet blockquote {
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    font-style: italic;
    color: rgb(149,151,147);
    margin: 20px 0;
    border-left: 5px solid rgb(149,151,147);
}.privacy_cabinet code {
    background-color: rgb(189,193,187,0.5);
    color: #000000;
    border-radius: 10px;
    padding: 2px 6px;
    font-family: monospace;
}.privacy_cabinet hr {
    border: 0;
    background: rgb(189,193,187,0.5);
    height: 1px;
    margin: 30px 0;
}.academic_expertise {
    padding: 8rem 0;
    min-height: 700px;
    position: relative;
    background: linear-gradient(150deg, rgb(230,226,207) 0%, #000000 100%);
    overflow: hidden;
}.academic_expertise::before {
    opacity: 0.1;
    animation: gridFlow 20s linear infinite;
    top: 0;
    left: 0;
    background-size: 150px 150px;
    position: absolute;
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(189,193,187,0.5) 85%, rgb(189,193,187,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(149,151,147,0.5) 85%, rgb(149,151,147,0.5) 88%, transparent 88%);
}.academic_expertise .container {
    position: relative;
    max-width: 1300px;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
}.academic_expertise .client_story {
    gap: 20px 30px;
    background: transparent;
    display: grid;
    grid-template-rows: auto auto 1fr;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    position: relative;
    grid-template-columns: 45% 1fr;
    min-height: 580px;
}.academic_expertise .client_story::before {
    position: absolute;
    border-radius: 14px;
    right: 0;
    transform: translateY(-50%);
    opacity: 0.3;
    left: 0;
    z-index: -1;
    content: "";
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    filter: blur(40px);
    height: 90%;
    top: 50%;
    background: linear-gradient(90deg, rgb(189,193,187,0.5) 0%, transparent 50%);
}.academic_expertise .client_story::after {
    top: 0;
    left: 0;
    content: "";
    backdrop-filter: blur(15px);
    position: absolute;
    z-index: -2;
    border-radius: 14px;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.academic_expertise .photo_album {
    overflow: hidden;
    filter: contrast(1.1) brightness(1.05);
    border-radius: 14px 0 0 14px;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    grid-area: photo;
    z-index: 2;
    position: relative;
    height: 100%;
    transform: scale(1);
}.academic_expertise .client_story:hover .photo_album {
    transform: scale(1.02);
    filter: contrast(1.2) brightness(1.1);
}.academic_expertise .photo_album::before {
    animation: pulseOpacity 3s ease-in-out infinite;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgb(189,193,187);
    width: 10px;
    opacity: 0.7;
    content: "";
    z-index: 3;
}.academic_expertise .name {
    position: relative;
    font-size: 33px;
    padding-bottom: 10px;
    z-index: 3;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    color: #ffffff;
    transform: translateX(0);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    margin-top: 80px;
    align-self: end;
    font-weight: 700;
    grid-area: name;
}.academic_expertise .client_story:hover .name {
    transform: translateX(15px);
}.academic_expertise .name::after {
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
    transition: width 0.5s ease;
    height: 2px;
    width: 0;
    background: rgb(189,193,187);
}.academic_expertise .client_story:hover .name::after {
    width: 60%;
}.academic_expertise .client_story span:not(.name) {
    padding: 0.6rem 1.2rem;
    backdrop-filter: blur(5px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    transform: translateX(0);
    grid-area: job;
    font-size: 19px;
    align-self: start;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    color: rgb(149,151,147);
    font-weight: 600;
    border-radius: 10px;
    z-index: 3;
    display: inline-block;
    position: relative;
}.academic_expertise .client_story:hover span:not(.name) {
    transform: translateX(15px);
    background: rgba(0, 0, 0, 0.3);
}.academic_expertise .exp_content {
    padding: 2rem;
    z-index: 2;
    margin-right: 0;
    color: #ffffff;
    font-size: 15px;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    align-self: start;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    grid-area: quote;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    width: 95%;
    border-radius: 14px;
    line-height: 1.8;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(149,151,147);
    transform: translateY(0);
}.academic_expertise .client_story:hover .exp_content {
    transform: translateX(15px) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.academic_expertise .container::after {
    animation: pulseGlow 10s ease-in-out infinite alternate;
    position: absolute;
    width: 300px;
    bottom: -150px;
    opacity: 0.3;
    height: 300px;
    filter: blur(70px);
    content: "";
    background: radial-gradient(circle, rgb(149,151,147,0.5) 0%, transparent 70%);
    right: -150px;
    z-index: -1;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.academic_expertise .client_story {
    grid-template-areas:
            "photo_album"
            "name"
            "work_container"
            "exp_content";
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-rows: auto auto auto auto;
}.academic_expertise .photo_album {
    border-radius: 14px 14px 0 0;
    height: 350px;
}.academic_expertise .photo_album::before {
    width: 100%;
    height: 10px;
}.academic_expertise .name {
    text-align: center;
    margin-top: 0;
}.academic_expertise .name::after {
    left: 50%;
    transform: translateX(-50%);
}.academic_expertise .client_story:hover .name {
    transform: translateY(-5px);
}.academic_expertise .client_story span:not(.name) {
    margin: 0 auto;
}.academic_expertise .client_story:hover span:not(.name) {
    transform: translateY(-5px);
}.academic_expertise .exp_content {
    border-top: 4px solid rgb(149,151,147);
    margin: 0 auto;
    border-left: none;
    width: 90%;
}.academic_expertise .client_story:hover .exp_content {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.academic_expertise {
    padding: 5rem 0;
}.academic_expertise .photo_album {
    height: 250px;
}.academic_expertise .name {
    font-size: 19px;
}.academic_expertise .client_story span:not(.name) {
    padding: 0.5rem 1rem;
    font-size: 15px;
}.academic_expertise .exp_content {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
    padding: 1.5rem;
    width: 95%;
}}.target_audience {
    position: relative;
    padding: 100px 0;
    background-color: #edf0f8;
    overflow: hidden;
}.target_audience::before {
    opacity: 0.4;
    width: 100%;
    z-index: 1;
    content: '';
    left: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    top: 0;
    position: absolute;
    height: 100%;
}.target_audience .class_space {
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    z-index: 10;
    text-align: center;
    margin: 0 auto;
}.target_audience h3 {
    padding: 20px 40px;
    border-radius: 15px;
    display: inline-block;
    font-size: 31px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    font-weight: 700;
    position: relative;
    background-color: #edf0f8;
    color: #000000;
    margin-bottom: 60px;
}.target_audience h3::after {
    position: absolute;
    border-radius: 10px;
    transform: translateX(-50%);
    height: 5px;
    background: linear-gradient(90deg, rgb(189,193,187), rgb(149,151,147));
    bottom: -15px;
    content: '';
    width: 60px;
    left: 50%;
}.target_audience ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
    padding: 0;
    display: flex;
    margin: 0;
    list-style: none;
}.target_audience ul li {
    transition: all 0.4s ease;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    position: relative;
    background-color: #edf0f8;
    gap: 20px;
    display: flex;
    text-align: left;
    border-radius: 20px;
    align-items: flex-start;
    min-width: 280px;
    width: calc(33.333% - 24px);
    padding: 35px 30px;
}.target_audience ul li:hover {
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
    transform: translateY(-5px);
}.target_audience ul li::before {
    width: 12px;
    position: absolute;
    border-radius: 50%;
    top: 15px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(189,193,187), rgb(149,151,147));
    content: '';
    height: 12px;
    right: 15px;
}.target_audience ul li:hover::before {
    opacity: 1;
}.target_audience ul li svg {
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    width: 50px;
    height: 50px;
    padding: 10px;
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    flex-shrink: 0;
    border-radius: 12px;
    transition: all 0.4s ease;
}.target_audience ul li:hover svg {
    transform: scale(1.05);
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
}.target_audience ul li svg path {
    fill: rgb(189,193,187);
    transition: fill 0.4s ease;
}.target_audience ul li:hover svg path {
    fill: rgb(149,151,147);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.target_audience ul li {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}.target_audience ul li:nth-child(1) {
    animation-delay: 0.1s;
}.target_audience ul li:nth-child(2) {
    animation-delay: 0.2s;
}.target_audience ul li:nth-child(3) {
    animation-delay: 0.3s;
}.target_audience ul li:nth-child(4) {
    animation-delay: 0.4s;
}.target_audience ul li:nth-child(5) {
    animation-delay: 0.5s;
}.target_audience ul li:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 992px) {.target_audience {
    padding: 80px 0;
}.target_audience h3 {
    margin-bottom: 50px;
    padding: 15px 30px;
}.target_audience ul {
    gap: 25px;
}.target_audience ul li {
    padding: 30px 25px;
    width: calc(50% - 13px);
}
}

@media (max-width: 768px) {.target_audience ul li {
    width: 100%;
    max-width: 400px;
}
}

@media (max-width: 576px) {.target_audience {
    padding: 60px 0;
}.target_audience h3 {
    font-size: calc(31px * 0.85);
    padding: 15px 20px;
    margin-bottom: 40px;
}.target_audience ul li {
    gap: 15px;
    padding: 25px 20px;
}.target_audience ul li svg {
    width: 40px;
    padding: 8px;
    height: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.target_audience ul li {
    opacity: 1;
    animation: none;
}.target_audience ul li:hover {
    transform: none;
}}.cookie_message_panel {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    bottom: 0;
    border-top: 3px solid rgb(189,193,187);
    z-index: 90;
    transition: transform 0.3s ease-in-out;
    position: fixed;
    background: rgb(230,226,207);
}.cookies_terms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    padding: 20px 15px;
    margin: 0 auto;
}.cookie_tab {
    flex-shrink: 0;
    margin-right: 15px;
}.cookie_tab svg {
    transition: fill 0.3s ease;
    width: 60px;
    height: 60px;
    fill: rgb(189,193,187);
}.cookie_tab svg:hover {
    fill: rgb(149,151,147);
}.cookie_reset {
    flex-grow: 1;
    margin-right: 15px;
    color: #000000;
}.cookie_message_panel h5 {
    color: rgb(189,193,187);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
}.cookie_message_panel p {
    font-size: 17px;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    color: #000000;
}.track_alert {
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    padding: 10px 20px;
    margin-left: 10px;
    color: #ffffff;
    background: rgb(189,193,187);
    line-height: 35px;
    border-radius: 16px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}.track_alert:hover {
    background: rgb(149,151,147);
    box-shadow: 0 0 10px rgb(149,151,147,0.5);
}#consent_to_cookie_policy {
    background: rgb(189,193,187);
}#doNotAcceptCookiesCollection {
    background: rgba(0, 0, 0, 0.5);
}.cookie_message_panel p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(189,193,187);
}.cookie_message_panel p a:hover {
    color: rgb(149,151,147);
}
@media only screen and (max-width: 1200px) {.cookies_terms {
    flex-direction: column;
    align-items: center;
}.cookie_tab {
    margin-bottom: 15px;
}.cookie_reset {
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
}.track_alert {
    max-width: 200px;
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
}
}
@media only screen and (max-width: 800px) {.cookies_terms {
    padding: 15px;
}.cookie_tab {
    display: none;
}.cookie_message_panel h5 {
    font-size: 20px;
}.cookie_message_panel p {
    font-size: 16px;
}}
#cookie_box_overlay {
    display: none;
}#cookie_box_overlay:checked ~ .cookie_message_panel {
    visibility: hidden;
    opacity: 0;
}.ty_block_id {
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(189,193,187,0.5) 0%, rgb(230,226,207) 100%);
}.ty_block_id::before {
    animation: pulse 15s infinite alternate ease-in-out;
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(149,151,147,0.5) 0%, transparent 60%);
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0.7;
    width: 100%;
    content: "";
}.ty_block_id::after {
    opacity: 0.2;
    bottom: -50px;
    position: absolute;
    background: linear-gradient(225deg, rgb(189,193,187) 0%, transparent 70%);
    content: "";
    width: 300px;
    z-index: 0;
    filter: blur(40px);
    height: 300px;
    right: -50px;
}.ty_block_id .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.ty_block_id .class_space {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    padding: 60px 40px;
    flex-direction: column;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    display: flex;
    transform: perspective(1000px) rotateY(-2deg);
}.ty_block_id .class_space::before {
    height: 100%;
    width: 5px;
    transform: scaleY(1.02);
    content: "";
    background: linear-gradient(to bottom, rgb(189,193,187), rgb(149,151,147));
    top: 0;
    left: 0;
    position: absolute;
}.ty_block_id .class_space::after {
    top: -15px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 80px;
    z-index: -1;
    animation: float 8s infinite ease-in-out;
    transform: rotate(15deg);
    width: 80px;
    content: "";
    background: rgb(149,151,147,0.5);
    right: 40px;
    position: absolute;
}.ty_block_id .class_space:hover {
    transform: perspective(1000px) rotateY(0deg);
}.ty_block_id h5 {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    line-height: 1.4;
}.ty_block_id h5::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(189,193,187), rgb(149,151,147));
    content: "";
    left: 0;
    bottom: 0;
    width: 80px;
    position: absolute;
    transition: width 0.3s ease;
}.ty_block_id .class_space:hover h5::after {
    width: 120px;
}.ty_block_id p {
    position: relative;
    transition: color 0.3s ease;
    z-index: 2;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 0;
}.ty_block_id a {
    overflow: hidden;
    padding: 5px 0;
    display: block;
    text-decoration: none;
    position: relative;
}.ty_block_id a::before {
    height: 1px;
    background: linear-gradient(90deg, rgb(189,193,187,0.5), transparent);
    width: 100%;
    transform: scaleX(0);
    left: 0;
    bottom: 0;
    content: "";
    transform-origin: left;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.ty_block_id a:hover::before {
    transform: scaleX(1);
}.ty_block_id a:hover p {
    color: rgb(189,193,187);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 0.9;
        transform: scale(1.05);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(15deg);
    }
    50% {
        transform: translateY(-15px) rotate(20deg);
    }
}

@media (min-width: 768px) {.ty_block_id {
    padding: 140px 0 100px;
}.ty_block_id .class_space {
    padding: 80px 60px;
    max-width: 900px;
    margin: 0 auto;
}.ty_block_id h5 {
    padding-bottom: 25px;
    font-size: calc(24px * 1.2);
    margin-bottom: 40px;
}.ty_block_id p {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
}.ty_block_id .class_space::after {
    width: 100px;
    height: 100px;
    right: 60px;
}
}

@media (min-width: 992px) {.ty_block_id {
    padding: 160px 0 120px;
}.ty_block_id .class_space {
    padding: 100px 80px;
    margin: 0 auto;
    transform: perspective(1200px) rotateY(-3deg);
    max-width: 1000px;
}.ty_block_id .class_space::before {
    width: 8px;
}.ty_block_id h5 {
    font-size: calc(24px * 1.3);
    max-width: 80%;
}.ty_block_id p {
    max-width: 90%;
}.ty_block_id .class_space::after {
    top: -20px;
    right: 80px;
    height: 120px;
    width: 120px;
}
}

@media (max-width: 767px) {.ty_block_id {
    padding: 80px 0 60px;
}.ty_block_id .class_space {
    padding: 40px 25px;
    transform: perspective(800px) rotateY(-1deg);
}.ty_block_id h5 {
    font-size: calc(24px * 0.9);
    margin-bottom: 25px;
    padding-bottom: 15px;
}.ty_block_id p {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}.ty_block_id .class_space::before {
    width: 3px;
}.ty_block_id .class_space::after {
    width: 60px;
    top: -10px;
    height: 60px;
    right: 20px;
}
}

@media (max-width: 480px) {.ty_block_id {
    padding: 60px 0 40px;
}.ty_block_id .class_space {
    padding: 30px 20px;
    transform: none;
}.ty_block_id h5 {
    padding-bottom: 15px;
    font-size: calc(24px * 0.85);
    margin-bottom: 20px;
}.ty_block_id .class_space::after {
    display: none;
}}.contact_panel {
    padding: 100px 0;
    background: linear-gradient(90deg, #ffffff 50%, rgb(230,226,207) 50%);
    overflow: hidden;
    position: relative;
}.contact_panel::before {
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    background-size: 60px 60px;
    left: 0;
    z-index: 0;
    height: 100%;
}.contact_panel .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}.contact_panel h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    color: rgb(189,193,187);
    font-size: 33px;
    margin-bottom: 60px;
}.contact_panel h2::after {
    position: absolute;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    background: rgb(189,193,187);
    content: "";
    width: 60px;
}.contact_panel .support_form {
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #ffffff;
    display: flex;
    border-radius: 28px;
}.contact_panel .support_form::before {
    background: linear-gradient(90deg, rgb(189,193,187), rgb(149,151,147));
    top: 0;
    left: 0;
    position: absolute;
    height: 5px;
    width: 100%;
    content: "";
}.contact_panel .photo_album {
    min-height: 550px;
    flex: 0 0 50%;
    transition: all 0.5s ease;
    position: relative;
}.contact_panel .photo_album::after {
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(189,193,187,0.5), transparent);
    height: 100%;
}.contact_panel .query_panel {
    background: #ffffff;
    padding: 60px 50px;
    position: relative;
    flex: 0 0 50%;
}.contact_panel .query_panel::before {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 10px;
    content: "";
    background: rgb(230,226,207);
}.contact_panel #contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}.contact_panel h3 {
    margin-bottom: 20px;
    color: #000000;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}.contact_panel h3::after {
    width: 100%;
    height: 2px;
    background: rgb(189,193,187,0.5);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}.contact_panel input[type="text"] {
    padding: 18px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    border: 2px solid rgb(230,226,207);
    background: #ffffff;
    font-size: 12px;
}.contact_panel input[type="text"]:focus {
    outline: none;
    border-color: rgb(189,193,187);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.contact_panel input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact_panel .inquiry_info {
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
    gap: 12px;
}.contact_panel .inquiry_info input[type="checkbox"] {
    position: relative;
    border: 2px solid rgb(230,226,207);
    appearance: none;
    cursor: pointer;
    width: 24px;
    margin-top: 2px;
    height: 24px;
    border-radius: 10px;
    transition: all 0.3s ease;
}.contact_panel .inquiry_info input[type="checkbox"]:checked {
    border-color: rgb(189,193,187);
    background: rgb(189,193,187);
}.contact_panel .inquiry_info input[type="checkbox"]:checked::after {
    border-bottom: 2px solid #ffffff;
    position: absolute;
    width: 6px;
    transform: rotate(45deg);
    height: 10px;
    content: "";
    left: 8px;
    border-right: 2px solid #ffffff;
    top: 5px;
}.contact_panel .inquiry_info label {
    line-height: 1.5;
    font-size: 12px;
    color: #000000;
}.contact_panel .inquiry_info a {
    text-decoration: none;
    color: rgb(189,193,187);
    transition: all 0.3s ease;
    font-weight: 600;
}.contact_panel .inquiry_info a:hover {
    color: rgb(149,151,147);
}.contact_panel .query_reach {
    font-size: 15px;
    align-self: flex-start;
    padding: 16px 40px;
    box-shadow: 0 8px 20px rgb(189,193,187,0.5);
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    margin-top: 20px;
    border: none;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    cursor: pointer;
    background: rgb(189,193,187);
}.contact_panel .query_reach::before {
    left: -100%;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: "";
    transition: all 0.6s ease;
    width: 100%;
    position: absolute;
}.contact_panel .query_reach:hover {
    box-shadow: 0 10px 25px rgb(149,151,147,0.5);
    background: rgb(149,151,147);
    transform: translateY(-3px);
}.contact_panel .query_reach:hover::before {
    left: 100%;
}.contact_panel svg {
    width: 22px;
    fill: rgb(189,193,187);
    height: 22px;
    transition: all 0.3s ease;
}.contact_panel svg path {
    fill: rgb(189,193,187);
    transition: all 0.3s ease;
}.contact_panel svg:hover {
    transform: translateY(-2px);
    fill: rgb(149,151,147);
}.contact_panel svg:hover path {
    fill: rgb(149,151,147);
}

@media (max-width: 1200px) {.contact_panel {
    background: #ffffff;
}
}

@media (max-width: 992px) {.contact_panel {
    padding: 80px 0;
}.contact_panel .support_form {
    flex-direction: column-reverse;
}.contact_panel .photo_album {
    min-height: 350px;
    flex: 0 0 auto;
}.contact_panel .query_panel {
    flex: 0 0 auto;
    padding: 50px 40px;
}.contact_panel .query_panel::before {
    width: 100%;
    height: 10px;
    left: 0;
    top: 0;
}
}

@media (max-width: 768px) {.contact_panel {
    padding: 60px 0;
}.contact_panel h2 {
    margin-bottom: 40px;
    font-size: calc(33px - 4px);
}.contact_panel .query_panel {
    padding: 40px 30px;
}.contact_panel #contact {
    gap: 25px;
}.contact_panel .photo_album {
    min-height: 300px;
}
}

@media (max-width: 576px) {.contact_panel {
    padding: 50px 0;
}.contact_panel .container {
    padding: 0 15px;
}.contact_panel h2 {
    margin-bottom: 30px;
    font-size: calc(33px - 6px);
}.contact_panel .query_panel {
    padding: 35px 25px;
}.contact_panel #contact {
    gap: 20px;
}.contact_panel input[type="text"] {
    padding: 15px;
}.contact_panel .query_reach {
    padding: 15px 25px;
    width: 100%;
}.contact_panel .photo_album {
    min-height: 250px;
}}.price_pick {
    background: rgb(230,226,207);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.price_pick::before {
    background: rgb(189,193,187,0.5);
    filter: blur(80px);
    content: "";
    z-index: 0;
    width: 300px;
    height: 300px;
    right: -50px;
    top: -50px;
    position: absolute;
    animation: float-effect 12s infinite alternate ease-in-out;
}.price_pick::after {
    background: rgb(149,151,147,0.5);
    bottom: -50px;
    width: 250px;
    z-index: 0;
    height: 250px;
    filter: blur(60px);
    left: -50px;
    content: "";
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    position: absolute;
}.price_pick .container {
    position: relative;
    z-index: 1;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}.price_pick .skill_pricing {
    display: flex;
    flex-direction: column;
    gap: 60px;
}.price_pick .pricing_pack {
    max-width: 700px;
    text-align: center;
    padding: 0 20px;
    margin: 0 auto;
    order: -1;
    position: relative;
}.price_pick .pricing_pack h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 34px;
    display: inline-block;
    position: relative;
}.price_pick .pricing_pack h2::after {
    left: 50%;
    transform: translateX(-50%);
    background: rgb(189,193,187);
    content: "";
    width: 80px;
    height: 3px;
    bottom: -10px;
    position: absolute;
}.price_pick .plan_table {
    margin-bottom: 0;
    opacity: 0.85;
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
}.price_pick .price_options {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
}.price_pick .payment_scheme {
    text-decoration: none;
    position: relative;
    perspective: 1000px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    transform-style: preserve-3d;
    color: inherit;
}.price_pick .payment_scheme:hover {
    transform: translateY(-10px) scale(1.02);
}.price_pick .access_plans {
    background: #ffffff;
    height: 100%;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.4s ease;
    position: relative;
    transform-style: preserve-3d;
}.price_pick .payment_scheme:hover .access_plans {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(189,193,187,0.5);
}.price_pick .lesson_rates {
    position: relative;
    padding: 30px;
    flex-direction: column;
    display: flex;
    flex-grow: 1;
    overflow: hidden;
    z-index: 2;
}.price_pick .lesson_rates::before {
    transition: transform 0.5s ease;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    right: 0;
    left: 0;
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(189,193,187), rgb(149,151,147));
    top: 0;
}.price_pick .payment_scheme:hover .lesson_rates::before {
    transform: scaleX(1);
}.price_pick .lesson_rates h3 {
    word-break: break-word;
    overflow-wrap: break-word;
    transition: transform 0.4s ease, color 0.3s ease;
    font-size: calc(24px + 2px);
    white-space: normal;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}.price_pick .payment_scheme:hover .lesson_rates h3 {
    transform: translateX(5px);
    color: rgb(189,193,187);
}.price_pick .tuition_table {
    color: rgb(149,151,147);
    margin: 10px 0 20px;
    word-break: break-word;
    font-weight: 700;
    white-space: normal;
    display: block;
    font-size: 24px;
    position: relative;
    overflow-wrap: break-word;
    transition: transform 0.4s ease;
}.price_pick .tuition_table::before {
    width: 40px;
    height: 2px;
    transition: width 0.4s ease;
    left: 0;
    content: "";
    bottom: -8px;
    position: absolute;
    background: rgb(149,151,147,0.5);
}.price_pick .payment_scheme:hover .tuition_table::before {
    width: 80px;
}.price_pick .lesson_rates p {
    flex-grow: 1;
    overflow-wrap: break-word;
    color: #000000;
    word-break: break-word;
    font-size: calc(13px - 1px);
    transition: color 0.3s ease;
    white-space: normal;
    margin-bottom: 0;
    line-height: 1.6;
}.price_pick .photo_album {
    height: 200px;
    overflow: hidden;
    transition: transform 0.6s ease, filter 0.6s ease;
    transform: translateZ(-10px);
    position: relative;
}.price_pick .photo_album::after {
    inset: 0;
    opacity: 0.6;
    content: "";
    transition: opacity 0.5s ease;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}.price_pick .payment_scheme:hover .photo_album {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}.price_pick .payment_scheme:hover .photo_album::after {
    opacity: 0.4;
}.price_pick .payment_scheme::after {
    opacity: 0;
    content: "";
    position: absolute;
    background: rgb(189,193,187,0.5);
    transition: opacity 0.4s ease;
    filter: blur(10px);
    height: 15px;
    left: 30px;
    border-radius: 50%;
    z-index: -1;
    right: 30px;
    top: 100%;
}.price_pick .payment_scheme:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.price_pick .skill_pricing {
    align-items: center;
    flex-direction: row;
}.price_pick .pricing_pack {
    order: 0;
    text-align: left;
    padding-right: 40px;
    flex: 0 0 30%;
}.price_pick .pricing_pack h2::after {
    left: 0;
    transform: none;
}.price_pick .price_options {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (min-width: 1200px) {.price_pick .price_options {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.price_pick .lesson_rates {
    padding: 35px;
}.price_pick .photo_album {
    height: 220px;
}
}

@media (max-width: 991px) {.price_pick {
    padding: 80px 0;
}.price_pick .pricing_pack {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.price_pick {
    padding: 60px 0;
}.price_pick .price_options {
    gap: 25px;
    grid-template-columns: 1fr;
}.price_pick .pricing_pack h2 {
    font-size: calc(34px - 4px);
}.price_pick .photo_album {
    height: 180px;
}.price_pick .lesson_rates {
    padding: 25px;
}
}

@media (max-width: 480px) {.price_pick {
    padding: 50px 0;
}.price_pick .lesson_rates h3 {
    font-size: 24px;
}.price_pick .tuition_table {
    font-size: calc(24px - 2px);
}.price_pick .photo_album {
    height: 160px;
}.price_pick .lesson_rates {
    padding: 20px;
}}.statistical_summary {
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(230,226,207) 0%, rgb(189,193,187,0.5) 100%);
}.statistical_summary::before {
    left: 0;
    top: 0;
    background: radial-gradient(circle at 30% 70%, rgb(189,193,187,0.5) 0%, transparent 60%);
    position: absolute;
    z-index: 0;
    content: "";
    bottom: 0;
    right: 0;
    opacity: 0.4;
}.statistical_summary::after {
    width: 300px;
    z-index: 0;
    filter: blur(40px);
    right: -5%;
    top: -10%;
    background: linear-gradient(225deg, rgb(149,151,147,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    transform: rotate(-15deg);
    height: 300px;
}.statistical_summary .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
}.statistical_summary ul {
    margin: 0 0 3rem 0;
    list-style: none;
    padding: 0;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    display: grid;
}.statistical_summary .statistics_grow {
    position: relative;
    background: #ffffff;
    min-height: 180px;
    overflow: hidden;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.05), 
                -8px -8px 16px #ffffff;
    transform: translateZ(0) perspective(1000px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
}.statistical_summary .statistics_grow:hover {
    transform: translateZ(20px) perspective(1000px) scale(1.03);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.07),
                -12px -12px 24px #ffffff;
}.statistical_summary .statistics_grow::before {
    top: 0;
    background: linear-gradient(90deg, rgb(189,193,187) 0%, rgb(149,151,147) 100%);
    height: 6px;
    transform-origin: left center;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.statistical_summary .statistics_grow:hover::before {
    transform: scaleX(1);
}.statistical_summary .statistics_grow::after {
    transform: translate(20%, 20%);
    position: absolute;
    transition: transform 0.5s ease;
    opacity: 0.3;
    content: "";
    height: 40%;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, rgb(230,226,207) 0%, transparent 70%);
    width: 40%;
    z-index: 0;
}.statistical_summary .statistics_grow:hover::after {
    transform: translate(10%, 10%) scale(1.2);
}.statistical_summary .statistics_grow div {
    position: relative;
    padding: 2rem;
    z-index: 2;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    display: flex;
}.statistical_summary .statistics_grow p {
    transition: transform 0.3s ease, color 0.3s ease;
    margin: 0 0 0.5rem;
    font-weight: 700;
    font-size: calc(32px * 1.2);
    position: relative;
    color: rgb(189,193,187);
}.statistical_summary .statistics_grow:hover p {
    transform: translateY(-5px);
    color: rgb(149,151,147);
}.statistical_summary .statistics_grow p::after {
    position: absolute;
    height: 3px;
    bottom: -10px;
    content: "";
    width: 30px;
    left: 50%;
    transform: translateX(-50%) scaleX(0.6);
    transition: transform 0.4s ease, width 0.4s ease;
    background: rgb(149,151,147,0.5);
}.statistical_summary .statistics_grow:hover p::after {
    width: 50px;
    transform: translateX(-50%) scaleX(1);
}.statistical_summary .statistics_grow span {
    font-size: 14px;
    color: #000000;
    line-height: 1.4;
    margin-top: 1rem;
    display: block;
    transition: transform 0.4s ease 0.1s;
    font-weight: 400;
}.statistical_summary .statistics_grow:hover span {
    transform: translateY(5px);
}.statistical_summary h4 {
    left: 50%;
    position: relative;
    margin: 2rem 0 0;
    padding: 0.5rem 2rem;
    text-align: center;
    background: #ffffff;
    color: #000000;
    transition: transform 0.3s ease-out;
    font-size: 21px;
    display: inline-block;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
    transform: translateX(-50%);
}.statistical_summary h4:hover {
    transform: translateX(-50%) translateY(-5px);
}.statistical_summary h4::before {
    width: 5px;
    content: "";
    transform: scaleY(0.7);
    background: rgb(189,193,187);
    transition: transform 0.3s ease;
    position: absolute;
    height: 100%;
    top: 0;
    left: -10px;
}.statistical_summary h4:hover::before {
    transform: scaleY(1);
}

@media (max-width: 991px) {.statistical_summary ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.statistical_summary .statistics_grow {
    min-height: 160px;
}.statistical_summary .statistics_grow div {
    padding: 1.5rem;
}.statistical_summary .statistics_grow p {
    font-size: calc(32px * 1.1);
}
}

@media (max-width: 767px) {.statistical_summary {
    padding: 3rem 0;
}.statistical_summary ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.25rem;
}.statistical_summary .statistics_grow {
    min-height: 140px;
}.statistical_summary .statistics_grow div {
    padding: 1.25rem;
}.statistical_summary .statistics_grow p {
    font-size: 32px;
}.statistical_summary .statistics_grow span {
    font-size: calc(14px * 0.95);
}.statistical_summary h4 {
    font-size: calc(21px * 0.9);
    padding: 0.4rem 1.5rem;
}
}

@media (max-width: 576px) {.statistical_summary {
    padding: 2.5rem 0;
}.statistical_summary ul {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}.statistical_summary .statistics_grow {
    min-height: 120px;
}.statistical_summary .statistics_grow div {
    padding: 1rem;
}.statistical_summary .statistics_grow p {
    font-size: calc(32px * 0.9);
    margin-bottom: 0.25rem;
}.statistical_summary .statistics_grow span {
    margin-top: 0.75rem;
    font-size: calc(14px * 0.85);
}.statistical_summary h4 {
    width: 80%;
    padding: 0.3rem 1.25rem;
    font-size: calc(21px * 0.85);
}
}

@media (max-width: 400px) {.statistical_summary ul {
    grid-template-columns: 1fr;
}.statistical_summary .statistics_grow {
    min-height: 100px;
}.statistical_summary .statistics_grow div {
    padding: 0.75rem;
}}header {
    position: relative;
    z-index: 100;
    margin-top: 0;
    overflow: visible;
    background: rgb(149,151,147);
    padding: 0;
}header::before {
    z-index: 0;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    background-size: 20px 20px;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
}header::after {
    z-index: 0;
    content: '';
    width: 100%;
    background: 
        linear-gradient(to right, transparent 0%, rgb(149,151,147,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(149,151,147,0.5) 50%, transparent 100%);
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
}header .main_nav {
    z-index: 5;
    display: flex;
    padding: 1.3rem 2.5rem;
    justify-content: space-between;
    position: relative;
    align-items: center;
}header .top_bar {
    padding: 0.5rem 0.7rem;
    flex: 0 0 auto;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(189,193,187);
    overflow: hidden;
    margin-right: 2rem;
    z-index: 2;
    position: relative;
}header .top_bar::before {
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    content: '';
    opacity: 0;
    left: 0;
    transition: all 0.4s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    transform: scaleX(0);
}header .top_bar:hover {
    transform: translateX(5px);
    box-shadow: 5px 0 15px -5px rgb(189,193,187);
}header .top_bar:hover::before {
    transform: scaleX(1);
    opacity: 1;
}header .first_pagebar {
    position: relative;
    transition: all 0.3s ease;
    display: block;
}header .first_pagebar::after {
    position: absolute;
    transition: all 0.3s ease;
    right: -5px;
    content: '';
    width: 10px;
    height: 10px;
    opacity: 0;
    bottom: -5px;
    background: rgb(189,193,187);
}header .first_pagebar:hover::after {
    opacity: 1;
}header .first_pagebar img {
    max-height: 40px;
    filter: brightness(1.1);
}header .header_navbar {
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 2;
    margin: 0;
    display: flex;
}header .header_navbar::before {
    position: absolute;
    width: 40px;
    top: 50%;
    height: 1px;
    right: -20px;
    background: rgb(189,193,187);
    content: '';
    transform: translateY(-50%);
}header .header_pro {
    margin: 0 1px;
    position: relative;
}header .header_pro a {
    letter-spacing: 1px;
    color: #ffffff;
    justify-content: center;
    z-index: 1;
    height: 45px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 13px;
    padding: 0 1.2rem;
    display: flex;
    overflow: hidden;
    font-weight: 600;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    position: relative;
    align-items: center;
}header .header_pro a::before {
    left: 0;
    height: 100%;
    transform: translateX(-100%);
    position: absolute;
    content: '';
    z-index: -1;
    width: 100%;
    top: 0;
    transition: transform 0.3s ease;
    background: rgb(189,193,187);
}header .header_pro a:hover {
    border-left-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-right-color: rgba(255, 255, 255, 0.2);
}header .header_pro a:hover::before {
    transform: translateX(0);
}header .header_pro a::after {
    width: 100%;
    height: 2px;
    background: rgb(189,193,187);
    content: '';
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: right;
    left: 0;
    top: 0;
}header .header_pro a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}header .header_pro::before {
    transition: transform 0.3s ease;
    transform: translateY(-50%) scale(0);
    height: 5px;
    background: rgb(189,193,187);
    position: absolute;
    left: -10px;
    content: '';
    top: 50%;
    width: 5px;
}header .header_pro:hover::before {
    transform: translateY(-50%) scale(1);
}header .main_nav::before {
    left: 20px;
    top: 20px;
    content: '';
    width: 30px;
    position: absolute;
    background: rgb(189,193,187);
    height: 1px;
}header .main_nav::after {
    left: 20px;
    top: 20px;
    position: absolute;
    background: rgb(189,193,187);
    width: 1px;
    height: 30px;
    content: '';
}.head_info {
    position: relative;
    background: rgb(230,226,207);
    z-index: 1;
    padding-top: 2rem;
}@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

header .header_pro:last-child::after {
    content: '|';
    animation: typingCursor 1s infinite;
    right: -10px;
    position: absolute;
    font-weight: 700;
    transform: translateY(-50%);
    color: rgb(189,193,187);
    top: 50%;
}

@media (min-width: 1400px) {header .main_nav {
    margin: 0 auto;
    max-width: 1320px;
}header .header_pro {
    margin: 0 2px;
}header .header_pro a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .main_nav {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .top_bar {
    margin-bottom: 0;
    margin-right: 0;
}header .header_navbar {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .header_navbar::before {
    display: none;
}header .header_pro a {
    font-size: calc(13px - 1px);
    padding: 0 1rem;
    height: 40px;
}header .header_pro::before {
    display: none;
}header .main_nav::before,
    header .main_nav::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .main_nav {
    padding: 0.8rem 1.5rem;
}header .top_bar {
    padding: 0.4rem 0.6rem;
    max-width: 140px;
}header .first_pagebar img {
    max-height: 35px;
}header .header_navbar {
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
}header .header_navbar::-webkit-scrollbar {
    height: 3px;
}header .header_navbar::-webkit-scrollbar-thumb {
    background: rgb(189,193,187);
    border-radius: 10px;
}header .header_pro {
    flex: 0 0 auto;
    margin: 0;
}header .header_pro a {
    height: 35px;
    white-space: nowrap;
    letter-spacing: 0.5px;
    font-size: calc(13px - 2px);
    padding: 0 0.8rem;
}header .header_pro:last-child::after {
    display: none;
}
}

@media (max-width: 479px) {header .main_nav {
    padding: 0.7rem 1.2rem;
}header .top_bar {
    padding: 0.3rem 0.5rem;
    max-width: 120px;
}header .header_pro a {
    font-size: calc(13px - 3px);
    padding: 0 0.6rem;
    height: 32px;
}}.company_info {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}.company_info::before {
    opacity: 0.1;
    content: "";
    background: radial-gradient(circle at 10% 10%, rgb(189,193,187,0.5) 0%, transparent 50%);
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}.company_info::after {
    bottom: 0;
    position: absolute;
    width: 100%;
    opacity: 0.1;
    height: 100%;
    right: 0;
    content: "";
    background: radial-gradient(circle at 90% 90%, rgb(149,151,147,0.5) 0%, transparent 50%);
    z-index: 1;
}.company_info .container {
    position: relative;
    z-index: 5;
}.company_info h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 60px;
    display: inline-block;
    width: 100%;
    position: relative;
    color: #000000;
    text-align: center;
}.company_info h2::after {
    content: "";
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(189,193,187), rgb(149,151,147));
    height: 4px;
    width: 100px;
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
}.company_info .learn_learn {
    gap: 50px;
    flex-direction: column;
    display: flex;
    position: relative;
    align-items: center;
}.company_info .teach_method {
    gap: 40px;
    padding: 0;
    position: relative;
    align-items: flex-start;
    display: flex;
    max-width: 800px;
    width: 100%;
}.company_info .teach_method:first-child {
    flex-direction: row;
}.company_info .teach_method:last-child {
    flex-direction: row-reverse;
}.company_info .teach_method h3 {
    min-width: 200px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    border-radius: 22px;
    font-size: 21px;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transition: all 0.3s ease;
    margin: 0;
}.company_info .teach_method:first-child h3 {
    background: rgb(189,193,187);
}.company_info .teach_method:last-child h3 {
    background: rgb(149,151,147);
}.company_info .teach_method h3::after {
    transform: translateY(-50%) rotate(45deg);
    background: inherit;
    position: absolute;
    content: "";
    height: 20px;
    z-index: -1;
    width: 20px;
    top: 50%;
}.company_info .teach_method:first-child h3::after {
    right: -10px;
}.company_info .teach_method:last-child h3::after {
    left: -10px;
}.company_info .teach_method p {
    z-index: 1;
    line-height: 1.8;
    background: #ffffff;
    transition: all 0.3s ease;
    font-size: 13px;
    border-radius: 22px;
    padding: 30px;
    position: relative;
    color: #000000;
    flex: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.company_info .teach_method:hover h3 {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.company_info .teach_method:hover p {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.company_info .learn_learn::before {
    content: "";
    width: 1px;
    background: linear-gradient(to bottom, rgb(189,193,187,0.5), rgb(149,151,147,0.5));
    top: 0;
    opacity: 0.3;
    left: 50%;
    height: 100%;
    z-index: 0;
    position: absolute;
}

@media screen and (max-width: 992px) {.company_info {
    padding: 80px 0;
}.company_info h2 {
    margin-bottom: 50px;
    font-size: calc(48px * 0.9);
}.company_info .learn_learn {
    gap: 40px;
}
}

@media screen and (max-width: 768px) {.company_info {
    padding: 60px 0;
}.company_info h2 {
    font-size: calc(48px * 0.8);
    margin-bottom: 40px;
}.company_info h2::after {
    width: 80px;
    height: 3px;
}.company_info .teach_method {
    gap: 20px;
    align-items: center;
    flex-direction: column !important;
}.company_info .teach_method h3 {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}.company_info .teach_method h3::after {
    display: none;
}.company_info .teach_method p {
    width: 100%;
    padding: 25px;
}.company_info .learn_learn::before {
    display: none;
}
}

@media screen and (max-width: 576px) {.company_info {
    padding: 50px 0;
}.company_info h2 {
    margin-bottom: 30px;
    font-size: calc(48px * 0.7);
}.company_info h2::after {
    bottom: -10px;
    height: 3px;
    width: 60px;
}.company_info .learn_learn {
    gap: 30px;
}.company_info .teach_method h3 {
    padding: 15px;
    font-size: calc(21px * 0.9);
}.company_info .teach_method p {
    padding: 20px;
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}}.program_details {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    background-color: rgb(230,226,207);
}.program_details .job_classes {
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}.program_details .job_ready {
    display: flex;
    width: 500%;
    animation: slide-show 35s ease-in-out infinite;
    height: 100%;
}.program_details .job_classes:hover .job_ready {
    animation-play-state: paused;
}.program_details .education {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 20%;
}.program_details .education img {
    filter: brightness(0.8) saturate(1.3);
    width: 100%;
    animation: zoom-flow 20s ease-in-out infinite alternate;
    height: 100%;
    transform-origin: center;
    object-fit: cover;
}.program_details .education::before {
    opacity: 0.7;
    background: 
        linear-gradient(0deg, 
            rgb(189,193,187,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(149,151,147,0.5) 100%),
        linear-gradient(90deg, 
            rgb(189,193,187,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(149,151,147,0.5) 100%);
    content: '';
    z-index: 2;
    position: absolute;
    inset: 0;
}.program_details .education::after {
    z-index: 3;
    content: '';
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(189,193,187,0.5) 0px,
            rgb(189,193,187,0.5) 2px,
            transparent 2px,
            transparent 6px
        );
    animation: slide-pattern 15s linear infinite;
    mix-blend-mode: overlay;
    inset: 0;
    opacity: 0.3;
}.program_details .container {
    position: relative;
    z-index: 4;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}.program_details .class_space {
    background: linear-gradient(
        135deg,
        rgb(189,193,187,0.5) 0%,
        rgb(149,151,147,0.5) 100%
    );
    position: relative;
    max-width: 600px;
    backdrop-filter: blur(8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    margin-left: 0;
    padding: 0.5rem;
    width: 100%;
    border-radius: 29px;
}.program_details .learn_skills {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 3rem;
    background: rgb(230,226,207);
}.program_details .learn_skills::before {
    opacity: 0.15;
    position: absolute;
    background: 
        radial-gradient(
            circle at 30% 40%,
            rgb(189,193,187,0.5) 0%,
            transparent 70%
        ),
        radial-gradient(
            circle at 70% 60%,
            rgb(149,151,147,0.5) 0%,
            transparent 70%
        );
    z-index: -1;
    content: '';
    inset: 0;
}.program_details .learn_skills h3 {
    font-size: 38px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
    color: rgb(189,193,187);
}.program_details .learn_skills h3::after {
    border-radius: 10px;
    background: linear-gradient(to right, 
        rgb(189,193,187), 
        rgb(149,151,147));
    bottom: -10px;
    width: 60px;
    position: absolute;
    content: '';
    left: 0;
    height: 3px;
    transition: width 0.3s ease, transform 0.3s ease;
}.program_details .learn_skills:hover h3::after {
    transform: translateY(-3px);
    width: 100%;
}.program_details .learn_skills p {
    margin-bottom: 2rem;
    color: #000000;
    line-height: 1.7;
    font-size: 15px;
}.program_details .learn_skills .query_reach {
    display: inline-block;
    font-size: 17px;
    position: relative;
    box-shadow: 0 5px 15px rgb(189,193,187,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 10px;
    letter-spacing: 1px;
    background: linear-gradient(to right, 
        rgb(189,193,187), 
        rgb(149,151,147));
    color: #ffffff;
    padding: 0.9rem 1.8rem;
}.program_details .learn_skills .query_reach::before {
    height: 100%;
    width: 100%;
    transition: opacity 0.4s ease;
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, 
        rgb(149,151,147), 
        rgb(189,193,187));
    opacity: 0;
    content: '';
}.program_details .learn_skills .query_reach:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgb(149,151,147,0.5);
}.program_details .learn_skills .query_reach:hover::before {
    opacity: 1;
}

@keyframes slide-show {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {.program_details .learn_skills {
    padding: 2.5rem;
}.program_details .class_space {
    max-width: 550px;
}
}

@media (min-width: 1400px) {.program_details .class_space {
    max-width: 650px;
}.program_details .container {
    max-width: 1320px;
}
}

@media (max-width: 991px) {.program_details {
    flex-direction: column;
    min-height: auto;
    padding: 0;
}.program_details .job_classes {
    position: relative;
    height: 350px;
}.program_details .container {
    width: 100%;
    padding: 3rem 1.5rem;
}.program_details .class_space {
    margin: 0 auto;
    max-width: 100%;
}.program_details .learn_skills {
    padding: 2rem;
}
}

@media (max-width: 767px) {.program_details .job_classes {
    height: 300px;
}.program_details .job_ready {
    animation-duration: 25s;
}.program_details .container {
    padding: 2.5rem 1rem;
}.program_details .learn_skills {
    padding: 1.8rem;
}.program_details .learn_skills h3 {
    font-size: calc(38px * 0.9);
}.program_details .learn_skills p {
    margin-bottom: 1.5rem;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.program_details .job_classes {
    height: 250px;
}.program_details .job_ready {
    animation-duration: 20s;
}.program_details .container {
    padding: 2rem 0.8rem;
}.program_details .learn_skills {
    padding: 1.5rem;
}.program_details .learn_skills h3 {
    margin-bottom: 1rem;
    font-size: calc(38px * 0.8);
}.program_details .learn_skills p {
    line-height: 1.5;
    margin-bottom: 1.2rem;
    font-size: calc(15px * 0.85);
}.program_details .learn_skills .query_reach {
    width: 100%;
    padding: 0.8rem 1.5rem;
    text-align: center;
}
}

@media (prefers-reduced-motion) {.program_details .job_ready,
    .program_details .education img,
    .program_details .education::after {
    animation: none;
}}.operation_process {
    align-items: center;
    position: relative;
    background: linear-gradient(45deg, rgb(230,226,207) 0%, rgb(189,193,187,0.5) 100%);
    overflow: hidden;
    padding: 7rem 2rem;
    display: flex;
    min-height: 80vh;
}.operation_process::before {
    width: 60%;
    top: -10%;
    height: 60%;
    background: linear-gradient(225deg, rgb(149,151,147) 0%, rgb(189,193,187,0.5) 70%);
    right: -10%;
    filter: blur(60px);
    position: absolute;
    border-radius: 50%;
    content: '';
    animation: float 15s ease-in-out infinite;
}@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(5%, 5%) scale(1.05);
    }
    50% {
        transform: translate(2%, -5%) scale(0.95);
    }
    75% {
        transform: translate(-5%, 2%) scale(1.02);
    }
}

.operation_process::after {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    content: '';
    animation: gridMove 30s linear infinite;
    background: 
        linear-gradient(90deg, transparent 9px, rgb(189,193,187,0.5) 10px, transparent 10px) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 9px, rgb(149,151,147,0.5) 10px, transparent 10px) 0 0 / 100% 100px;
    opacity: 0.15;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.operation_process .class_space {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.operation_process .text_description {
    width: 55%;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 14px 0 14px 14px;
    padding: 4rem;
    transform: translateX(0);
}.operation_process .text_description:hover {
    transform: translateX(-10px);
}.operation_process .text_description::before {
    top: -15px;
    position: absolute;
    border-top: 4px solid rgb(189,193,187);
    left: -15px;
    border-left: 4px solid rgb(189,193,187);
    height: 30px;
    width: 30px;
    border-radius: 10px 0 0 0;
    content: '';
}.operation_process .text_description::after {
    content: '';
    border-left: 4px solid rgb(149,151,147);
    border-bottom: 4px solid rgb(149,151,147);
    border-radius: 0 0 0 10px;
    left: -15px;
    width: 30px;
    position: absolute;
    height: 30px;
    bottom: -15px;
}.operation_process h2 {
    margin-bottom: 2rem;
    color: rgb(189,193,187);
    padding-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    font-size: 33px;
}.operation_process h2::after {
    height: 4px;
    content: '';
    width: 80px;
    background: linear-gradient(90deg, rgb(189,193,187), rgb(149,151,147));
    bottom: 0;
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    border-radius: 10px;
}.operation_process .text_description:hover h2::after {
    width: 120px;
}.operation_process p {
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    line-height: 1.8;
}.operation_process .text_description::before,
.operation_process .text_description::after {
    transition: all 0.3s ease;
}.operation_process .text_description:hover::before {
    transform: translate(-5px, -5px);
}.operation_process .text_description:hover::after {
    transform: translate(-5px, 5px);
}@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

.operation_process::before,
.operation_process::after {
    animation-play-state: running;
}.operation_process:hover::before,
.operation_process:hover::after {
    animation-play-state: paused;
}

@media (max-width: 992px) {.operation_process {
    padding: 5rem 1.5rem;
}.operation_process .text_description {
    width: 70%;
    padding: 3rem;
}.operation_process h2 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.operation_process {
    padding: 4rem 1rem;
}.operation_process .class_space {
    justify-content: center;
}.operation_process .text_description {
    padding: 2.5rem;
    max-width: 500px;
    border-radius: 14px;
    width: 100%;
}.operation_process h2 {
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.8);
    padding-bottom: 1rem;
}.operation_process p {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.operation_process {
    min-height: auto;
    padding: 3rem 1rem;
}.operation_process .text_description {
    padding: 2rem;
}.operation_process h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1rem;
}.operation_process h2::after {
    height: 3px;
    width: 60px;
}.operation_process .text_description:hover h2::after {
    width: 90px;
}.operation_process p {
    font-size: calc(12px * 0.9);
}.operation_process .text_description::before,
    .operation_process .text_description::after {
    height: 20px;
    width: 20px;
}}footer {
    width: 100%;
    position: relative;
}footer .case_study {
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg, rgb(189,193,187), rgb(149,151,147));
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
}footer .case_study::before {
    height: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}footer .rating_stars {
    position: relative;
    z-index: 1;
}footer .team_contact {
    gap: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}footer .info_item {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    align-items: center;
    height: 220px;
    border-radius: 50%;
    display: flex;
    padding: 20px;
    flex: 0 1 220px;
    background-color: rgb(189,193,187,0.5);
    transition: all 0.4s ease;
    justify-content: center;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(5px);
}footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}footer .info_item:nth-child(2) {
    transform: translateY(20px);
}footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}footer .info_item:nth-child(4) {
    transform: translateY(10px);
}footer .info_item:hover {
    z-index: 2;
    transform: scale(1.05) translateY(0);
    background-color: rgb(149,151,147,0.5);
}footer .info_item svg {
    width: 24px;
    fill: #ffffff;
    height: 24px;
    margin-right: 10px;
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    max-width: 80%;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    display: flex;
    position: relative;
}footer .top_bar, footer .header_navbar, footer .subscribe_holder {
    overflow: hidden;
    text-align: center;
    max-width: 400px;
    backdrop-filter: blur(5px);
    border-radius: 12px;
    transition: all 0.3s ease;
    background-color: rgb(189,193,187,0.5);
    flex-direction: column;
    flex: 1 1 300px;
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
}footer .top_bar:hover, footer .header_navbar:hover, footer .subscribe_holder:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    background-color: rgb(149,151,147,0.5);
}footer .top_bar::before, footer .header_navbar::before, footer .subscribe_holder::before {
    height: 150px;
    position: absolute;
    content: "";
    opacity: 0.1;
    z-index: -1;
    width: 150px;
    border-radius: 50%;
}footer .top_bar::before {
    left: -50px;
    background-color: rgb(189,193,187);
    top: -50px;
}footer .header_navbar::before {
    right: -50px;
    background-color: rgb(149,151,147);
    bottom: -50px;
}footer .subscribe_holder::before {
    bottom: -50px;
    background-color: rgb(189,193,187);
    left: -50px;
}footer .top_bar svg {
    filter: brightness(0) invert(1);
    height: 50px;
    margin-bottom: 20px;
    width: auto;
}footer .debate_club {
    line-height: 1.6;
    max-width: 300px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}footer .header_navbar h5, footer .subscribe_holder h5 {
    font-size: 18px;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}footer .header_navbar h5::after, footer .subscribe_holder h5::after {
    transform: translateX(-50%);
    height: 2px;
    transition: width 0.3s ease;
    content: "";
    left: 50%;
    position: absolute;
    background-color: #ffffff;
    width: 40px;
    bottom: -8px;
}footer .header_navbar:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .top_header {
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    max-width: 300px;
}footer .top_header a {
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: rgb(189,193,187,0.5);
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    padding: 8px 15px;
}footer .top_header a:hover {
    background-color: rgb(149,151,147,0.5);
    transform: translateY(-3px);
}footer .subscribe_holder p {
    font-size: 16px;
    max-width: 300px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
    align-items: center;
    display: flex;
}footer .input_holder input[type="email"] {
    text-align: center;
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    padding: 15px 20px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(189,193,187,0.5);
    background-color: rgba(255, 255, 255, 0.3);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .instant_learn {
    border: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    background-color: rgb(189,193,187);
    cursor: pointer;
    padding: 15px 20px;
    font-weight: 600;
    width: 100%;
    font-size: 16px;
}footer .instant_learn:hover {
    transform: translateY(-3px);
    background-color: rgb(149,151,147);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .mod_tools {
    text-align: center;
    position: relative;
    margin-top: 60px;
}footer .progress_bar {
    display: inline-block;
    background-color: rgb(189,193,187,0.5);
    border-radius: 10px;
    padding: 8px 20px;
    font-size: 16px;
    backdrop-filter: blur(5px);
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    flex: 0 1 180px;
    height: 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}

@media (max-width: 767px) {footer .case_study {
    padding: 60px 0 30px;
}footer .team_contact {
    flex-direction: column;
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px;
    flex: 0 1 100px;
    height: 100px;
}footer .top_bar, footer .header_navbar, footer .subscribe_holder {
    padding: 25px 20px;
}footer .mod_tools {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .case_study {
    padding: 50px 0 20px;
}footer .info_item {
    flex: 0 1 90px;
    height: 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(16px - 1px);
}footer .header_navbar h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .top_header a {
    padding: 6px 12px;
    font-size: calc(16px - 1px);
}footer .input_holder input[type="email"],
    footer .instant_learn {
    padding: 12px 15px;
}footer .progress_bar {
    padding: 6px 15px;
}
}