﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.footer {
    flex: 0 0 auto;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Ubuntu, sans-serif;
    color: #000000;
}
svg {
    width: 30px;
    height: 30px;
}
.wrapper-segment {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
section {
    background-color: rgb(238,237,233);
}
.nav_pro {
    flex: 1 0 auto;
}
header,footer {
    width: 100%;
}
.container {
    margin: auto;
    width: 1270px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}.cost_plan {
  position: relative;
  padding: 180px 0;
  background: linear-gradient(140deg, rgb(238,237,233) 30%, #000000 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.cost_plan .container {
  position: relative;
  z-index: 2;
}

.cost_plan::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 30% 50%, rgb(212,210,202,0.5) 0%, transparent 50%),
                    radial-gradient(circle at 70% 80%, rgb(177,176,164,0.5) 0%, transparent 30%);
  opacity: 0.1;
  filter: blur(120px);
}

.cost_plan .skill_pricing {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.cost_plan .price_opts {
  max-width: 800px;
  margin-left: 0;
  padding: 40px;
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.5), transparent);
  border-radius: 23px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.cost_plan .price_opts h2 {
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
}

.cost_plan .price_opts h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, rgb(212,210,202), transparent);
}

.cost_plan .price_opts .edu_rates {
  font-size: 21px;
  color: #ffffff;
  opacity: 0.9;
  line-height: 1.8;
  max-width: 600px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cost_plan .package_deal {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.cost_plan .pricing_options {
  flex: 1;
  min-width: 360px;
  text-decoration: none;
  position: relative;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.cost_plan .pricing_options::before {
  content: '';
  position: absolute;
  inset: -1px;
  background: linear-gradient(45deg, rgb(212,210,202,0.5), rgb(177,176,164,0.5));
  border-radius: 40px;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.cost_plan .pricing_options:hover {
  transform: translateY(-8px);
}

.cost_plan .pricing_options:hover::before {
  opacity: 1;
}

.cost_plan .study_cost {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  border-radius: 40px;
  overflow: hidden;
  padding: 2px;
}

.cost_plan .pricing_options .image_click {
  height: 280px;
  border-radius: 35px 35px 0 0;
  margin: -1px;
  position: relative;
  overflow: hidden;
}

.cost_plan .pricing_options .image_click::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, #000000);
}

.cost_plan .deal_opts {
  position: relative;
  margin: -60px 25px 25px;
  padding: 30px;
  background: linear-gradient(160deg, rgba(255,255,255,0.03), transparent);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 30px;
  backdrop-filter: blur(10px);
}

.cost_plan .deal_opts h3 {
  font-size: 21px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
}

.cost_plan .deal_opts h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: rgb(212,210,202);
}

.cost_plan .deal_opts .fee_plan {
  display: block;
  font-size: 28px;
  color: #ffffff;
  margin: 25px 0;
  font-weight: 700;
  background: linear-gradient(90deg, #ffffff, rgb(212,210,202));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cost_plan .deal_opts p {
  font-size: 13px;
  color: #ffffff;
  opacity: 0.7;
  line-height: 1.7;
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .cost_plan .pricing_options {
    min-width: calc(50% - 15px);
  }
}

@media (max-width: 991px) {
  .cost_plan {
    padding: 120px 0;
  }
  
  .cost_plan .skill_pricing {
    gap: 80px;
  }
  
  .cost_plan .price_opts h2 {
    font-size: calc(45px * 0.9);
  }
}

@media (max-width: 768px) {
  .cost_plan {
    padding: 100px 0;
  }

  .cost_plan .pricing_options {
    min-width: 100%;
  }
  
  .cost_plan .pricing_options .image_click {
    height: 240px;
  }
  
  .cost_plan .price_opts {
    text-align: center;
    margin: 0 auto;
    padding: 30px;
  }
  
  .cost_plan .price_opts h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 480px) {
  .cost_plan {
    padding: 80px 0;
  }
  
  .cost_plan .price_opts {
    padding: 25px;
  }
  
  .cost_plan .pricing_options .image_click {
    height: 200px;
  }
  
  .cost_plan .deal_opts {
    margin: -50px 20px 20px;
    padding: 25px;
  }
  
  .cost_plan .deal_opts .fee_plan {
    font-size: calc(28px * 0.85);
  }
  
  .cost_plan .skill_pricing {
    gap: 60px;
  }
}.class_plan {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(238,237,233);
}

.class_plan::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgb(177,176,164,0.5) 2px, rgb(177,176,164,0.5) 4px),
        repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(212,210,202,0.5) 2px, rgb(212,210,202,0.5) 4px);
    opacity: 0.03;
    z-index: 0;
}

.class_plan::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    background: 
        radial-gradient(ellipse at top left, rgb(212,210,202,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at bottom right, rgb(177,176,164,0.5) 0%, transparent 60%);
    filter: blur(40px);
    z-index: 0;
    animation: ambientLight 15s infinite alternate ease-in-out;
}

.class_plan .container {
    position: relative;
    z-index: 1;
}

.class_plan .skill_philo {
    position: relative;
    display: flex;
    flex-direction: column;
    background: transparent;
    overflow: visible;
    max-width: 100%;
    border-radius: 30px;
}

.class_plan .image_click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    filter: saturate(0.8) contrast(1.1);
    transform: translateZ(0);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.class_plan .image_click::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgba(0, 0, 0, 0.5) 100%
    );
    mix-blend-mode: multiply;
    z-index: 1;
}

.class_plan .image_click::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(to right, #000000 0%, transparent 20%, transparent 80%, #000000 100%),
        linear-gradient(to bottom, #000000 0%, transparent 20%, transparent 80%, #000000 100%);
    opacity: 0.7;
    z-index: 2;
}

.class_plan .skill_philo:hover .image_click {
    filter: saturate(1.1) contrast(1.2);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        65% 100%, 
        60% 85%, 
        40% 85%, 
        35% 100%, 
        0% 100%
    );
}

.class_plan .class_plan {
    position: relative;
    z-index: 3;
    padding: 80px 60px;
    margin: 40px auto;
    width: 85%;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    transition: all 0.6s ease;
}

.class_plan .class_plan::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(
        45deg,
        rgb(212,210,202) 0%,
        transparent 30%,
        transparent 70%,
        rgb(177,176,164) 100%
    );
    border-radius: calc(30px + 2px);
    z-index: -1;
    opacity: 0.7;
    transition: opacity 0.6s ease;
}

.class_plan .class_plan::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px dashed rgb(212,210,202,0.5);
    border-radius: 10px;
    opacity: 0.5;
    z-index: -1;
    transition: all 0.4s ease;
}

.class_plan .skill_philo:hover .class_plan {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.15),
        0 10px 25px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}

.class_plan .skill_philo:hover .class_plan::before {
    opacity: 1;
}

.class_plan .skill_philo:hover .class_plan::after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    opacity: 0.7;
}

.class_plan .head_wrap {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.05),
        0 0 0 5px rgb(212,210,202,0.5);
    z-index: 5;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.class_plan .head_wrap::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    background: 
        conic-gradient(
            rgb(212,210,202) 0deg, 
            rgb(212,210,202) 90deg, 
            transparent 90deg, 
            transparent 180deg, 
            rgb(177,176,164) 180deg, 
            rgb(177,176,164) 270deg, 
            transparent 270deg, 
            transparent 360deg
        );
    z-index: -1;
    animation: rotateConic 10s linear infinite;
    opacity: 0.5;
    transition: opacity 0.5s ease;
}

.class_plan .head_wrap:hover {
    transform: translateX(-50%) scale(1.1);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 6px 12px rgba(0, 0, 0, 0.08),
        0 0 0 5px rgb(177,176,164,0.5);
}

.class_plan .head_wrap:hover::before {
    opacity: 0.8;
}

.class_plan .head_wrap svg {
    width: 40px;
    height: 40px;
    transition: transform 0.5s ease;
}

.class_plan .head_wrap:hover svg {
    transform: rotate(15deg);
}

.class_plan .head_wrap svg path {
    fill: rgb(212,210,202);
    transition: fill 0.5s ease;
}

.class_plan .head_wrap:hover svg path {
    fill: rgb(177,176,164);
}

.class_plan h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

.class_plan h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: rgb(212,210,202);
    transition: width 0.5s ease;
}

.class_plan h3::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background: rgb(177,176,164,0.5);
    transition: width 0.5s ease;
}

.class_plan .class_plan:hover h3::before {
    width: 100px;
}

.class_plan .class_plan:hover h3::after {
    width: 150px;
}

.class_plan p {
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
    position: relative;
    max-width: 90%;
    margin: 0 auto;
}

.class_plan p::before, 
.class_plan p::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 0.3;
    transition: all 0.5s ease;
}

.class_plan p::before {
    top: -10px;
    left: -10px;
    border-top: 2px solid rgb(212,210,202);
    border-left: 2px solid rgb(212,210,202);
}

.class_plan p::after {
    bottom: -10px;
    right: -10px;
    border-bottom: 2px solid rgb(177,176,164);
    border-right: 2px solid rgb(177,176,164);
}

.class_plan .class_plan:hover p::before,
.class_plan .class_plan:hover p::after {
    width: 40px;
    height: 40px;
    opacity: 0.6;
}

@keyframes ambientLight {
    0% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(1) rotate(5deg);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .class_plan {
        padding: 100px 0;
    }
    
    .class_plan .class_plan {
        padding: 70px 50px;
        width: 90%;
    }
    
    .class_plan h3 {
        font-size: calc(36px - 2px);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .class_plan {
        padding: 80px 0;
    }
    
    .class_plan .class_plan {
        padding: 60px 40px;
        width: 90%;
        margin: 30px auto;
    }
    
    .class_plan .head_wrap {
        top: -30px;
        width: 60px;
        height: 60px;
    }
    
    .class_plan .head_wrap svg {
        width: 35px;
        height: 35px;
    }
    
    .class_plan h3 {
        font-size: calc(36px - 4px);
        margin-bottom: 25px;
        padding-bottom: 15px;
    }
    
    .class_plan p {
        font-size: calc(14px - 1px);
        line-height: 1.7;
    }
}

@media (max-width: 767px) {
    .class_plan {
        padding: 60px 0;
    }
    
    .class_plan .class_plan {
        padding: 50px 30px;
        width: 95%;
        margin: 25px auto;
        transform: none;
    }
    
    .class_plan .head_wrap {
        top: -25px;
        width: 50px;
        height: 50px;
    }
    
    .class_plan .head_wrap svg {
        width: 30px;
        height: 30px;
    }
    
    .class_plan .head_wrap::before {
        display: none;
    }
    
    .class_plan h3 {
        font-size: calc(36px - 6px);
        margin-bottom: 20px;
        padding-bottom: 12px;
    }
    
    .class_plan p {
        font-size: calc(14px - 2px);
        line-height: 1.6;
        max-width: 100%;
    }
    
    .class_plan p::before, 
    .class_plan p::after {
        width: 15px;
        height: 15px;
    }
    
    .class_plan .class_plan:hover p::before,
    .class_plan .class_plan:hover p::after {
        width: 25px;
        height: 25px;
    }
    
    .class_plan h3::before {
        width: 40px;
    }
    
    .class_plan h3::after {
        width: 80px;
    }
    
    .class_plan .class_plan:hover h3::before {
        width: 70px;
    }
    
    .class_plan .class_plan:hover h3::after {
        width: 110px;
    }
    
    .class_plan .image_click {
        clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            60% 100%, 
            50% 95%, 
            40% 95%, 
            30% 100%, 
            0% 100%
        );
    }
    
    .class_plan .skill_philo:hover .image_click {
        clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            65% 100%, 
            55% 92%, 
            35% 92%, 
            25% 100%, 
            0% 100%
        );
    }
    
    .class_plan .class_plan::after {
        display: none;
    }
}.explore_now {
    padding-bottom: 80px;
    padding-top: 80px;
}

.explore_now h2 {
    color: rgb(177,176,164);
}

.explore_now .request_query {
    background: rgb(177,176,164);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.explore_now .request_query:hover {
    background: rgb(212,210,202);
}

.explore_now .skill_philo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.explore_now h2 {
    font-size: 31px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.explore_now .request_query {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .explore_now .skill_philo {
        flex-direction: column;
    }

    .wrapper-segment section.explore_now h2 {
        font-size: 26px;
    }

    .explore_now h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .explore_now .request_query {
        font-size: 24px;
    }

    .explore_now {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-segment .explore_now {
    background: rgb(177,176,164);
    color: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.wrapper-segment .explore_now .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.wrapper-segment .explore_now .skill_philo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    padding: 60px 40px;
    border: 2px solid rgb(212,210,202);
    box-shadow: inset 0 0 0 4px rgb(177,176,164), 0 0 20px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
}

.wrapper-segment .explore_now h2 {
    font-family: Ubuntu, sans-serif;
    font-size: 31px;
    color: #000000;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(212,210,202);
    width: fit-content;
    margin-right: 0;
}

.wrapper-segment .explore_now .request_query {
    display: inline-block;
    padding: 15px 50px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: rgb(212,210,202);
    border: 2px solid rgb(212,210,202);
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.wrapper-segment .explore_now .request_query:hover {
    color: rgb(212,210,202);
    background: #ffffff;
    border-color: rgb(212,210,202);
}

@media only screen and (max-width: 800px) {
    .wrapper-segment .explore_now .skill_philo {
        padding: 40px 20px;
    }

    .wrapper-segment .explore_now h2 {
        font-size: 39px;
    }

    .wrapper-segment .explore_now .request_query {
        padding: 10px 30px;
        font-size: 16px;
    }
}.course_benefits {
    position: relative;
    padding: 200px 0;
    background: rgb(238,237,233);
    perspective: 3000px;
    overflow: hidden;
}

.course_benefits::before {
    content: '';
    position: absolute;
    inset: -50%;
    background: 
        radial-gradient(
            circle at 20% 20%,
            rgb(212,210,202,0.5) 0%,
            transparent 40%
        ),
        radial-gradient(
            circle at 80% 80%,
            rgb(177,176,164,0.5) 0%,
            transparent 40%
        );
    filter: blur(60px);
    animation: plasmaFlow 15s ease-in-out infinite alternate;
}

.course_benefits::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgba(255, 255, 255, 0.02) 40px,
            rgba(255, 255, 255, 0.02) 41px
        );
    mask-image: radial-gradient(circle at 50% 50%, black, transparent);
    animation: pulseEffect 4s ease-in-out infinite;
}

.course_benefits .container {
    position: relative;
    z-index: 2;
}

.course_benefits .skill_philo {
    position: relative;
    transform-style: preserve-3d;
    border-radius: 14px;
}

.course_benefits .competence_track {
    position: relative;
    padding: 140px 100px;
    border-radius: 14px;
    overflow: hidden;
    isolation: isolate;
}

.course_benefits .competence_track::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(
            120deg,
            #000000 0%,
            transparent 40%
        ),
        radial-gradient(
            ellipse at 100% 0%,
            rgb(212,210,202,0.5) 0%,
            transparent 60%
        ),
        radial-gradient(
            ellipse at 0% 100%,
            rgb(177,176,164,0.5) 0%,
            transparent 60%
        );
    z-index: 1;
}

.course_benefits .competence_track::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background-image:
        linear-gradient(45deg, rgb(212,210,202,0.5) 1px, transparent 1px),
        linear-gradient(-45deg, rgb(212,210,202,0.5) 1px, transparent 1px);
    background-size: 40px 40px;
    background-position: center;
    opacity: 0.05;
    transform: perspective(1000px) rotateX(60deg);
    transform-origin: 50% 50%;
    animation: matrixFlow 20s linear infinite;
}

.course_benefits .competence_track h3 {
    position: relative;
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 100px;
    text-align: center;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(
        120deg,
        #ffffff 0%,
        rgb(212,210,202) 30%,
        rgb(177,176,164) 70%,
        #ffffff 100%
    );
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientFlow 8s linear infinite;
}

.course_benefits .competence_track div {
    position: relative;
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    gap: 35px;
    z-index: 2;
}

.course_benefits .competence_track p {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.8;
    padding: 45px;
    background: 
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.05) 100%
        );
    border-radius: 14px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    opacity: 0;
    animation: floatIn 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    animation-delay: calc(0.12s * var(--i));
}

.course_benefits .competence_track p::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
        rgba(255, 255, 255, 0.1) 0%,
        transparent 50%
    );
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
}

.course_benefits .competence_track p:hover::before {
    opacity: 1;
}

.course_benefits .competence_track p:nth-child(5n + 1) {
    grid-column: span 10;
    transform: translateZ(70px) rotate3d(1, -1, 0, 2deg);
}

.course_benefits .competence_track p:nth-child(5n + 2) {
    grid-column: span 6;
    transform: translateZ(50px) rotate3d(-1, 1, 0, -2deg);
}

.course_benefits .competence_track p:nth-child(5n + 3) {
    grid-column: span 8;
    transform: translateZ(60px) rotate3d(1, 1, 0, 1deg);
}

.course_benefits .competence_track p:nth-child(5n + 4) {
    grid-column: span 7;
    transform: translateZ(40px) rotate3d(-1, -1, 0, -1deg);
}

.course_benefits .competence_track p:nth-child(5n + 5) {
    grid-column: span 9;
    transform: translateZ(55px) rotate3d(1, 0, 1, 1deg);
}

.course_benefits .competence_track p:hover {
    transform: translateZ(100px) scale(1.05);
    background: linear-gradient(
        135deg,
        rgb(212,210,202,0.5) 0%,
        rgb(177,176,164,0.5) 100%
    );
    box-shadow: 
        0 35px 70px -15px rgba(0, 0, 0, 0.6),
        inset 0 0 0 2px rgb(212,210,202,0.5);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes plasmaFlow {
    0%, 100% { transform: rotate(0deg) scale(1.5); }
    50% { transform: rotate(180deg) scale(2); }
}

@keyframes pulseEffect {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
}

@keyframes matrixFlow {
    0% { background-position: 0 0; }
    100% { background-position: 40px 40px; }
}

@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

@keyframes floatIn {
    0% {
        opacity: 0;
        transform: translateY(100px) translateZ(-100px) scale(0.8);
        filter: blur(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0) scale(1);
        filter: blur(0);
    }
}

@media (max-width: 1600px) {
    .course_benefits .competence_track {
        padding: 120px 80px;
    }
    
    .course_benefits .competence_track p:nth-child(5n + 1) { grid-column: span 9; }
    .course_benefits .competence_track p:nth-child(5n + 2) { grid-column: span 7; }
    .course_benefits .competence_track p:nth-child(5n + 3) { grid-column: span 8; }
    .course_benefits .competence_track p:nth-child(5n + 4) { grid-column: span 8; }
    .course_benefits .competence_track p:nth-child(5n + 5) { grid-column: span 8; }
}

@media (max-width: 1200px) {
    .course_benefits {
        padding: 160px 0;
    }
    
    .course_benefits .competence_track {
        padding: 100px 60px;
    }
    
    .course_benefits .competence_track div {
        grid-template-columns: repeat(12, 1fr);
        gap: 25px;
    }
    
    .course_benefits .competence_track p {
        padding: 35px;
    }
    
    .course_benefits .competence_track p:nth-child(n) {
        grid-column: span 6;
    }
}

@media (max-width: 992px) {
    .course_benefits {
        padding: 140px 0;
    }
    
    .course_benefits .competence_track {
        padding: 80px 40px;
    }
    
    .course_benefits .competence_track div {
        grid-template-columns: repeat(6, 1fr);
    }
    
    .course_benefits .competence_track p:nth-child(n) {
        grid-column: span 3;
    }
    
    .course_benefits .competence_track h3 {
        font-size: calc(42px * 0.8);
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .course_benefits {
        padding: 120px 0;
    }
    
    .course_benefits .competence_track {
        padding: 60px 30px;
    }
    
    .course_benefits .competence_track div {
        grid-template-columns: 1fr;
    }
    
    .course_benefits .competence_track p:nth-child(n) {
        grid-column: span 1;
        padding: 30px;
    }
    
    .course_benefits .competence_track h3 {
        font-size: calc(42px * 0.7);
        margin-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .course_benefits {
        padding: 100px 0;
    }
    
    .course_benefits .competence_track {
        padding: 40px 20px;
    }
    
    .course_benefits .competence_track p {
        padding: 25px;
        font-size: calc(12px * 0.9);
    }
    
    .course_benefits .competence_track h3 {
        font-size: calc(42px * 0.6);
        margin-bottom: 40px;
    }
}.confidential_asylum {
    background-color: rgb(238,237,233);
    color: #000000;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    font-family: Ubuntu, sans-serif;
    transition: all 0.3s ease;
}
.confidential_asylum:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}
.confidential_asylum h1 {
    color: rgb(212,210,202);
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.confidential_asylum h2 {
    color: rgb(177,176,164);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.confidential_asylum h3, .confidential_asylum h4, .confidential_asylum h5, .confidential_asylum h6 {
    color: #000000;
    margin-bottom: 10px;
    font-weight: 400;
}
.confidential_asylum h5 {
    font-size: 20px;
}
.confidential_asylum h6 {
    font-size: 20px;
}
.confidential_asylum ul, .confidential_asylum ol {
    margin-left: 20px;
    margin-bottom: 20px;
}
.confidential_asylum li {
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
    font-size: 15px;
}
.confidential_asylum li::before {
    content: '•';
    color: rgb(212,210,202);
    position: absolute;
    left: 0;
    top: 0;
}
.confidential_asylum p, .confidential_asylum span {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.confidential_asylum p {
    text-align: justify;
}
.confidential_asylum .container {
    max-width: 1200px;
    margin: 0 auto;
}
.confidential_asylum .container div {
    margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
    .confidential_asylum {
        padding: 20px;
        border-radius: 10px;
    }
    .confidential_asylum h1 {
        font-size: calc(20px - 10px);
    }
    .confidential_asylum h2 {
        font-size: calc(20px - 8px);
    }
    .confidential_asylum p, .confidential_asylum span {
        font-size: calc(15px - 2px);
    }
}
.confidential_asylum a {
    color: rgb(212,210,202);
    text-decoration: none;
    border-bottom: 1px solid rgb(212,210,202,0.5);
    transition: all 0.3s ease;
}
.confidential_asylum a:hover {
    color: rgb(177,176,164);
    border-bottom: 1px solid rgb(177,176,164);
}
.confidential_asylum button {
    background-color: rgb(212,210,202);
    color: #ffffff;
    font-size: 14px;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.confidential_asylum button:hover {
    background-color: rgb(177,176,164);
}.title_board {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    background-color: #000000;
}

.title_board::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(212,210,202,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(177,176,164,0.5) 0%, transparent 25%),
        linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    animation: backgroundPulse 15s infinite alternate ease-in-out;
}

.title_board .skill_philo {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 2;
}

.title_board .start_welcome {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.title_board .start_intro {
    display: flex;
    height: 100%;
    width: fit-content;
    animation: carouselSlide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.title_board .fast_school {
    width: 100vw;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.title_board .fast_school::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.6) 60%,
        #000000 100%
    );
    z-index: 2;
}

.title_board .fast_school img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    filter: brightness(0.8) contrast(1.1) saturate(1.2);
    transition: transform 8s ease-in-out;
    animation: zoomEffect 10s infinite alternate;
}

.title_board .text_item {
    position: relative;
    max-width: 600px;
    margin-left: 10%;
    padding: 3rem;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.7) 100%
    );
    backdrop-filter: blur(8px);
    border-radius: 18px;
    border-left: 4px solid rgb(212,210,202);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 
                0 0 0 1px rgba(255, 255, 255, 0.05),
                0 0 20px rgba(rgb(212,210,202), 0.2);
    transform: translateY(0);
    opacity: 1;
    z-index: 3;
    animation: textAppear 1s ease-out forwards;
}

.title_board .text_item::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, rgb(212,210,202), rgb(177,176,164));
    border-radius: calc(18px + 2px);
    z-index: -1;
    opacity: 0.3;
    animation: borderGlow 4s infinite alternate;
}

.title_board .text_item h2 {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: 1px;
}

.title_board .text_item h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, rgb(212,210,202), transparent);
}

.title_board .text_item p {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 2rem;
    line-height: 1.7;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    letter-spacing: 0.3px;
}

.title_board .text_item .request_query {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: linear-gradient(
        90deg,
        rgb(212,210,202) 0%,
        rgb(177,176,164) 100%
    );
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
}

.title_board .text_item .request_query::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    transition: all 0.6s ease;
    animation: buttonShine 3s infinite;
}

.title_board .text_item .request_query:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    background: linear-gradient(
        90deg,
        rgb(177,176,164) 0%,
        rgb(212,210,202) 100%
    );
}

@keyframes carouselSlide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-100vw);
    }
    40%, 56% {
        transform: translateX(-200vw);
    }
    60%, 76% {
        transform: translateX(-300vw);
    }
    80%, 96% {
        transform: translateX(-400vw);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoomEffect {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.15);
    }
}

@keyframes textAppear {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.6;
    }
}

@keyframes buttonShine {
    0% {
        left: -100%;
    }
    40% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {
    .title_board .text_item {
        max-width: 500px;
        margin-left: 8%;
        padding: 2.5rem;
    }
}

@media screen and (max-width: 992px) {
    .title_board {
        height: 90vh;
    }
    
    .title_board .text_item {
        max-width: 450px;
        margin-left: 5%;
        padding: 2rem;
    }
    
    .title_board .text_item h2 {
        font-size: calc(34px * 0.9);
    }
}

@media screen and (max-width: 768px) {
    .title_board {
        height: auto;
        min-height: unset;
    }
    
    .title_board .skill_philo {
        flex-direction: column;
        justify-content: center;
        padding: 4rem 0;
    }
    
    .title_board .fast_school {
        height: 100vh;
    }
    
    .title_board .text_item {
        max-width: 90%;
        margin: 0 auto;
        padding: 2rem;
        backdrop-filter: blur(10px);
    }
    
    .title_board .text_item h2 {
        font-size: calc(34px * 0.8);
    }
    
    .title_board .text_item p {
        font-size: calc(13px * 0.95);
    }
}

@media screen and (max-width: 576px) {
    .title_board .text_item {
        padding: 1.5rem;
    }
    
    .title_board .text_item h2 {
        font-size: calc(34px * 0.7);
        margin-bottom: 1rem;
    }
    
    .title_board .text_item p {
        font-size: calc(13px * 0.9);
        margin-bottom: 1.5rem;
    }
    
    .title_board .text_item .request_query {
        padding: 0.8rem 2rem;
        font-size: calc(20px * 0.9);
    }
}.our_background {
    position: relative;
    background-color: rgb(238,237,233);
    padding: 120px 0;
    overflow: hidden;
}

.our_background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(0deg, rgb(238,237,233) 20%, transparent 80%),
        linear-gradient(90deg, rgb(238,237,233) 10%, transparent 90%);
    z-index: 1;
}

.our_background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(212,210,202,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(177,176,164,0.5) 0%, transparent 40%);
    z-index: 1;
    filter: blur(50px);
    opacity: 0.8;
}

.our_background .container {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.our_background h2 {
    font-size: 46px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.our_background h2::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, rgb(212,210,202), rgb(177,176,164));
    border-radius: 10px;
}

.our_background .study_classes {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    width: 100%;
}

.our_background .study_classes::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, 
        transparent 0%,
        rgb(212,210,202,0.5) 10%, 
        rgb(212,210,202) 50%,
        rgb(177,176,164) 50%,
        rgb(177,176,164,0.5) 90%,
        transparent 100%);
    z-index: 1;
}

.our_background .teach_method {
    position: relative;
    width: 55%;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 17px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
}

.our_background .teach_method:nth-child(1) {
    align-self: flex-start;
    transform: translateX(-40px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    border-left: 4px solid rgb(212,210,202);
}

.our_background .teach_method:nth-child(2) {
    align-self: flex-end;
    transform: translateX(40px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    border-right: 4px solid rgb(177,176,164);
}

.our_background .teach_method::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgb(212,210,202);
    border-radius: 50%;
    top: 50%;
    z-index: 3;
}

.our_background .teach_method:nth-child(1)::before {
    right: -55px;
    transform: translateY(-50%);
    box-shadow: 0 0 15px rgb(212,210,202,0.5);
}

.our_background .teach_method:nth-child(2)::before {
    left: -55px;
    transform: translateY(-50%);
    background: rgb(177,176,164);
    box-shadow: 0 0 15px rgb(177,176,164,0.5);
}

.our_background .teach_method::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
    top: 50%;
}

.our_background .teach_method:nth-child(1)::after {
    right: -35px;
}

.our_background .teach_method:nth-child(2)::after {
    left: -35px;
}

.our_background .teach_method:hover {
    transform: scale(1.03) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 4;
}

.our_background .teach_method:nth-child(1):hover {
    transform: scale(1.03) translateY(-5px) translateX(-40px);
}

.our_background .teach_method:nth-child(2):hover {
    transform: scale(1.03) translateY(-5px) translateX(40px);
}

.our_background .teach_method h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 1px;
}

.our_background .teach_method h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 2px;
    background: linear-gradient(90deg, rgb(212,210,202), transparent);
    transition: width 0.4s ease;
}

.our_background .teach_method:nth-child(2) h3::after {
    background: linear-gradient(90deg, rgb(177,176,164), transparent);
}

.our_background .teach_method:hover h3::after {
    width: 70%;
}

.our_background .teach_method p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    z-index: 2;
}

.our_background .container::before,
.our_background .container::after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: linear-gradient(45deg, rgb(212,210,202,0.5), transparent);
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    animation: floatAnim 15s linear infinite alternate;
    opacity: 0.2;
    filter: blur(60px);
    z-index: 0;
}

.our_background .container::before {
    top: 10%;
    left: -150px;
}

.our_background .container::after {
    bottom: 10%;
    right: -150px;
    background: linear-gradient(45deg, rgb(177,176,164,0.5), transparent);
    animation-delay: -5s;
}

@keyframes floatAnim {
    0% {
        transform: translateY(0) rotate(0deg);
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        border-radius: 60% 40% 40% 60% / 30% 70% 30% 70%;
    }
    100% {
        transform: translateY(0) rotate(360deg);
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
}

.our_background::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, transparent 10px, rgb(212,210,202,0.5) 10px, transparent 12px),
        radial-gradient(circle at 15% 15%, transparent 10px, rgb(212,210,202,0.5) 10px, transparent 12px),
        radial-gradient(circle at 20% 20%, transparent 10px, rgb(212,210,202,0.5) 10px, transparent 12px),
        radial-gradient(circle at 25% 25%, transparent 10px, rgb(212,210,202,0.5) 10px, transparent 12px),
        radial-gradient(circle at 30% 30%, transparent 10px, rgb(212,210,202,0.5) 10px, transparent 12px),
        radial-gradient(circle at 35% 35%, transparent 10px, rgb(212,210,202,0.5) 10px, transparent 12px),
        radial-gradient(circle at 40% 40%, transparent 10px, rgb(212,210,202,0.5) 10px, transparent 12px),
        radial-gradient(circle at 45% 45%, transparent 10px, rgb(212,210,202,0.5) 10px, transparent 12px),
        radial-gradient(circle at 50% 50%, transparent 10px, rgb(177,176,164,0.5) 10px, transparent 12px),
        radial-gradient(circle at 55% 55%, transparent 10px, rgb(177,176,164,0.5) 10px, transparent 12px),
        radial-gradient(circle at 60% 60%, transparent 10px, rgb(177,176,164,0.5) 10px, transparent 12px),
        radial-gradient(circle at 65% 65%, transparent 10px, rgb(177,176,164,0.5) 10px, transparent 12px),
        radial-gradient(circle at 70% 70%, transparent 10px, rgb(177,176,164,0.5) 10px, transparent 12px),
        radial-gradient(circle at 75% 75%, transparent 10px, rgb(177,176,164,0.5) 10px, transparent 12px),
        radial-gradient(circle at 80% 80%, transparent 10px, rgb(177,176,164,0.5) 10px, transparent 12px),
        radial-gradient(circle at 85% 85%, transparent 10px, rgb(177,176,164,0.5) 10px, transparent 12px),
        radial-gradient(circle at 90% 90%, transparent 10px, rgb(177,176,164,0.5) 10px, transparent 12px);
    background-size: 100px 100px;
    background-position: center;
    opacity: 0.15;
    z-index: 1;
}

@media screen and (max-width: 1200px) {
    .our_background .teach_method:nth-child(1) {
        transform: translateX(-20px);
    }
    
    .our_background .teach_method:nth-child(2) {
        transform: translateX(20px);
    }
    
    .our_background .teach_method:nth-child(1):hover {
        transform: scale(1.03) translateY(-5px) translateX(-20px);
    }
    
    .our_background .teach_method:nth-child(2):hover {
        transform: scale(1.03) translateY(-5px) translateX(20px);
    }
}

@media screen and (max-width: 991px) {
    .our_background {
        padding: 100px 0;
    }
    
    .our_background h2 {
        margin-bottom: 60px;
    }
    
    .our_background .teach_method {
        width: 50%;
        padding: 30px;
    }
    
    .our_background .teach_method:nth-child(1) {
        transform: translateX(-15px);
    }
    
    .our_background .teach_method:nth-child(2) {
        transform: translateX(15px);
    }
    
    .our_background .teach_method:nth-child(1):hover {
        transform: scale(1.03) translateY(-5px) translateX(-15px);
    }
    
    .our_background .teach_method:nth-child(2):hover {
        transform: scale(1.03) translateY(-5px) translateX(15px);
    }
}

@media screen and (max-width: 768px) {
    .our_background {
        padding: 80px 0;
    }
    
    .our_background h2 {
        margin-bottom: 50px;
        font-size: calc(35px + 0.1rem);
    }
    
    .our_background .study_classes::before {
        left: 30px;
    }
    
    .our_background .teach_method {
        width: 85%;
        max-width: 500px;
        margin-left: auto;
        padding: 25px;
    }
    
    .our_background .teach_method:nth-child(1),
    .our_background .teach_method:nth-child(2) {
        align-self: flex-end;
        transform: translateX(0);
        margin-left: 60px;
        border-left: 4px solid rgb(212,210,202);
        border-right: none;
    }
    
    .our_background .teach_method:nth-child(2) {
        border-left: 4px solid rgb(177,176,164);
    }
    
    .our_background .teach_method:nth-child(1):hover,
    .our_background .teach_method:nth-child(2):hover {
        transform: scale(1.03) translateY(-5px);
    }
    
    .our_background .teach_method::before {
        left: -45px;
        right: auto;
    }
    
    .our_background .teach_method::after {
        left: -25px;
        right: auto;
    }
}

@media screen and (max-width: 576px) {
    .our_background {
        padding: 60px 0;
    }
    
    .our_background h2 {
        margin-bottom: 40px;
        font-size: 35px;
    }
    
    .our_background .study_classes {
        gap: 30px;
    }
    
    .our_background .study_classes::before {
        left: 20px;
    }
    
    .our_background .teach_method {
        width: 85%;
        margin-left: 40px;
        padding: 20px;
    }
    
    .our_background .teach_method::before {
        width: 15px;
        height: 15px;
        left: -35px;
    }
    
    .our_background .teach_method::after {
        width: 15px;
        left: -15px;
    }
    
    .our_background .teach_method h3 {
        font-size: calc(19px + 0.1rem);
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    
    .our_background .teach_method p {
        font-size: calc(16px - 0.05rem);
    }
}.tySpot {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgb(238,237,233);
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.tySpot .container {
    background-color: rgb(238,237,233);
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    max-width: 900px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tySpot h2 {
    font-size: 39px;
    color: rgb(212,210,202);
    margin-bottom: 20px;
    font-family: Ubuntu, sans-serif;
    font-weight: 600;
    border-bottom: 4px solid rgb(212,210,202);
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
}
.tySpot p {
    font-size: 13px;
    color: #000000;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    line-height: 1.8;
    max-width: 800px;
    margin: 20px auto 0;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-left: 4px solid rgb(177,176,164);
}
@media only screen and (max-width: 800px) {
    .tySpot {
        padding: 20px;
    }
    .tySpot .container {
        padding: 20px;
    }
    .tySpot h2 {
        font-size: 36px;
        padding-bottom: 5px;
    }
    .tySpot p {
        font-size: 17px;
        padding: 15px;
    }
}
.contact_box {
    position: relative;
    background: linear-gradient(125deg, rgb(238,237,233) 0%, rgb(238,237,233) 60%, rgb(212,210,202,0.5) 100%);
    padding: 110px 0;
    overflow: hidden;
}

.contact_box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(212,210,202,0.5),
        rgb(212,210,202,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    opacity: 0.05;
}

.contact_box .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact_box h2 {
    font-size: 31px;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.contact_box h2::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: rgb(212,210,202);
    border-radius: 2px;
}

.contact_box .connect_panel {
    position: relative;
    background: transparent;
    display: grid;
    grid-template-columns: 1fr 450px;
    gap: 40px;
    align-items: center;
}

.contact_box .image_click {
    position: relative;
    height: 550px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
}

.contact_box .image_click:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact_box .connect_list {
    background: #ffffff;
    padding: 50px;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    transition: transform 0.5s ease;
}

.contact_box .connect_list:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact_box form {
    width: 100%;
}

.contact_box form h3 {
    font-size: 23px;
    font-family: Ubuntu, sans-serif;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
}

.contact_box form input[type="text"] {
    width: 100%;
    padding: 16px 20px;
    background: rgb(238,237,233);
    border: none;
    border-radius: 10px;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    color: #000000;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.contact_box form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(212,210,202);
    outline: none;
}

.contact_box form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.contact_box .help_inquiry {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact_box .help_inquiry input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_box .help_inquiry label {
    position: relative;
    padding-left: 35px;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    cursor: pointer;
}

.contact_box .help_inquiry label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    background: rgb(238,237,233);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.contact_box .help_inquiry input[type="checkbox"]:checked + label::before {
    background: rgb(212,210,202);
}

.contact_box .help_inquiry input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 6px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
}

.contact_box .help_inquiry label a {
    color: rgb(212,210,202);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact_box .help_inquiry label a:hover {
    color: rgb(177,176,164);
}

.contact_box form .request_query {
    padding: 16px 35px;
    background: rgb(212,210,202);
    border: none;
    border-radius: 10px;
    font-family: Ubuntu, sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact_box form .request_query::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: rgb(177,176,164);
    transition: width 0.3s ease;
    z-index: 0;
}

.contact_box form .request_query:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.contact_box form .request_query span {
    position: relative;
    z-index: 1;
}

.contact_box svg {
    width: 22px;
    height: 22px;
    fill: rgb(212,210,202);
}

.contact_box svg path {
    fill: rgb(212,210,202);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 1100px) {
    .contact_box .connect_panel {
        grid-template-columns: 1fr 400px;
        gap: 30px;
    }
    
    .contact_box .image_click {
        height: 500px;
    }
    
    .contact_box .connect_list {
        padding: 40px;
    }
}

@media screen and (max-width: 991px) {
    .contact_box {
        padding: 80px 0;
    }
    
    .contact_box .connect_panel {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .contact_box .image_click {
        height: 400px;
        transform: perspective(1000px) rotateY(0deg);
    }
    
    .contact_box .connect_list {
        transform: perspective(1000px) rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .contact_box {
        padding: 60px 0;
    }
    
    .contact_box h2 {
        margin-bottom: 40px;
    }
    
    .contact_box .image_click {
        height: 350px;
    }
}

@media screen and (max-width: 576px) {
    .contact_box {
        padding: 50px 0;
    }
    
    .contact_box h2 {
        font-size: calc(31px * 0.85);
    }
    
    .contact_box .image_click {
        height: 250px;
    }
    
    .contact_box .connect_list {
        padding: 30px 25px;
    }
    
    .contact_box form h3 {
        font-size: calc(23px * 0.9);
    }
    
    .contact_box form .request_query {
        width: 100%;
    }
}.instructor_profile {
    padding: 100px 0;
    background-color: #ffffff;
    color: #000000;
    font-family: Ubuntu, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.instructor_profile .container {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.instructor_profile .client_review {
    display: flex;
    align-items: flex-start;
    background: rgb(212,210,202,0.5);
    border: 1px solid rgb(212,210,202);
    border-radius: 15px;
    padding: 20px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.instructor_profile .client_review:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.instructor_profile .image_click {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
    transition: transform 0.3s ease-in-out;
}

.instructor_profile .client_review:hover .image_click {
    transform: scale(1.05);
}

.work_container {
    flex-grow: 1;
}

.instructor_profile .name {
    font-size: 22px;
    color: rgb(212,210,202);
    margin-bottom: 8px;
    font-weight: 700;
}

.instructor_profile .experience_area {
    font-size: 17px;
    color: rgb(177,176,164);
    margin-bottom: 10px;
    font-weight: 400;
}

.instructor_profile .exp_section {
    font-size: 17px;
    color: #000000;
    font-style: italic;
    line-height: 1.6;
}

@media only screen and (max-width: 1200px) {
    .instructor_profile .container {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    .instructor_profile {
        padding: 60px 0;
    }
    .instructor_profile .client_review {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .instructor_profile .image_click {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.wrapper-segment .instructor_profile {
    background: rgb(177,176,164);
    padding: 80px 0;
}

.wrapper-segment .instructor_profile .client_review {
    background: #ffffff;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.wrapper-segment .instructor_profile .image_click {
    width: 150px;
    height: 150px;
}

.wrapper-segment .work_container {
    padding: 0;
}

.wrapper-segment .name {
    font-size: 21px;
    color: rgb(212,210,202);
}

.wrapper-segment .experience_area {
    font-size: 17px;
    color: rgb(177,176,164);
}

.wrapper-segment .exp_section {
    font-size: 17px;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .wrapper-segment .instructor_profile {
        padding: 60px 0;
    }
}
header {
    background: rgb(212,210,202,0.5);
    padding-top: 35px;
}
.header_page .main_nav .head_wrap svg, header .main_nav .head_wrap img {
    width: 60px;
    height: 60px;
    fill: #ffffff;
    flex-shrink: 0;
    margin-right: 22px;
    margin-left: 12px;
}
.header_page .head_pagewrap svg text {
    fill: #ffffff;
}
.header_page .main_nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.header_page .nav_train {
    padding-left: 22px;
    border-left: 2px solid #ffffff;
    width: calc(100% - 94px);
    font-size: 21px;
    color: #ffffff;
    font-weight: 700;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header_page .top_core {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}
.header_page .top_core a {
    padding: 10px 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.header_page .top_core a:hover {
    color: rgb(212,210,202);
}
@media only screen and (max-width: 1200px) {
    .header_page .main_nav {
        padding: 20px;
    }
}
@media only screen and (max-width: 800px) {
    .header_page .main_nav {
        padding: 0;
        height: auto;
        justify-content: center;
        align-items: center;
    }
    .header_page .nav_train {
        text-align: center;
        width: 100%;
        border-left: none;
        border-bottom: 2px solid #ffffff;
        padding-bottom: 20px;
        padding-left: 0;
        height: auto;
        margin-top: 20px;
    }
    .header_page .top_core {
        flex-direction: column;
    }
}footer {
    width: 100%;
    position: relative;
}

.footer {
    background-color: rgb(238,237,233);
    padding: 100px 0 30px;
    font-family: Ubuntu, sans-serif;
    color: #000000;
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: 
        linear-gradient(135deg, rgb(238,237,233) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(238,237,233) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(238,237,233) 25%, transparent 25%),
        linear-gradient(45deg, rgb(238,237,233) 25%, transparent 25%);
    background-size: 100px 100px;
    background-color: rgb(212,210,202,0.5);
}

.footer_clients {
    position: relative;
    z-index: 1;
    margin-top: -70px;
}

.get_contactpanel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 27px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    transform: translateY(-30px);
    position: relative;
    z-index: 2;
}

.info_item {
    flex: 1 1 200px;
    margin: 10px;
    padding: 10px 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background-color: rgb(238,237,233);
    position: relative;
}

.info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.info_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: rgb(212,210,202);
    border-radius: 3px 0 0 3px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.info_item:hover::before {
    opacity: 1;
}

.info_item svg {
    width: 20px;
    height: 20px;
    fill: rgb(212,210,202);
    margin-right: 10px;
    vertical-align: middle;
}

.info_item p, 
.info_item a {
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    vertical-align: middle;
    display: inline-block;
    transition: color 0.3s ease;
}

.info_item a:hover {
    color: rgb(212,210,202);
}

.text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
}

.text_main_holder::before {
    content: "";
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    height: calc(100% + 80px);
    background-color: #ffffff;
    border-radius: 27px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    z-index: -1;
}

.head_wrap {
    padding: 0 30px;
    position: relative;
}

.head_wrap::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 30px;
    right: 30px;
    height: 1px;
    background: linear-gradient(90deg, rgb(212,210,202), transparent);
}

.head_wrap svg {
    height: 45px;
    width: auto;
    margin-bottom: 15px;
}

.sample_docs {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    max-width: 330px;
}

.nav_primary {
    padding: 30px;
    position: relative;
    border-radius: 27px;
    background-color: rgb(238,237,233);
    margin-top: -10px;
    margin-left: 20px;
    margin-right: 20px;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.nav_primary h5 {
    font-size: 19px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.nav_primary h5::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: rgb(212,210,202);
}

.header_top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.header_top a {
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    padding: 8px 0;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.header_top a::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: rgb(212,210,202);
    transition: width 0.3s ease;
}

.header_top a:hover {
    color: rgb(212,210,202);
    transform: translateX(5px);
}

.header_top a:hover::after {
    width: 100%;
}

.subscribe_holder {
    padding: 30px;
    background-color: rgb(212,210,202);
    border-radius: 27px;
    color: #ffffff;
    position: relative;
    margin-top: -10px;
    margin-left: 40px;
    margin-right: 40px;
    z-index: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.subscribe_holder::before {
    content: "";
    position: absolute;
    top: -15px;
    right: 30px;
    width: 30px;
    height: 30px;
    background-color: rgb(212,210,202);
    transform: rotate(45deg);
    z-index: -1;
}

.subscribe_holder h5 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

.subscribe_holder p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
}

.input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.input_holder input[type="email"] {
    padding: 14px 16px;
    border: none;
    border-radius: 10px;
    font-size: 17px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
    transition: background-color 0.3s ease;
}

.input_holder input[type="email"]:focus {
    outline: none;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.sub_confirmation {
    padding: 14px 20px;
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sub_confirmation:hover {
    background-color: rgb(177,176,164);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.footer_address {
    margin-top: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.class_guide {
    font-size: 16px;
    color: #000000;
    background-color: #ffffff;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
    .text_main_holder {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .header_top {
        grid-template-columns: 1fr;
    }
    
    .input_holder {
        flex-direction: row;
    }
    
    .sub_confirmation {
        white-space: nowrap;
    }
}

@media (min-width: 992px) {
    .nav_primary {
        margin-top: 0;
    }
    
    .subscribe_holder {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .text_main_holder {
        gap: 50px;
    }
}

@media (max-width: 767px) {
    .footer {
        padding: 80px 0 30px;
    }
    
    .get_contactpanel {
        justify-content: center;
        padding: 20px;
    }
    
    .info_item {
        width: 100%;
    }
    
    .nav_primary, .subscribe_holder {
        margin-left: 10px;
        margin-right: 10px;
        padding: 25px 20px;
    }
    
    .footer_address {
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .footer {
        padding: 60px 0 20px;
    }
    
    .get_contactpanel {
        transform: translateY(-20px);
        margin-bottom: 40px;
        padding: 15px;
    }
    
    .text_main_holder::before {
        top: -30px;
        height: calc(100% + 60px);
    }
    
    .head_wrap {
        padding: 0 20px;
    }
    
    .head_wrap::after {
        left: 20px;
        right: 20px;
    }
    
    .nav_primary h5, .subscribe_holder h5 {
        font-size: calc(19px - 2px);
    }
    
    .header_top a {
        padding: 6px 0;
    }
    
    .input_holder input[type="email"],
    .sub_confirmation {
        padding: 12px 15px;
    }
}