* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    width: 3px;
}::-webkit-scrollbar-button {
    height: 8px;
    border-radius: 6px;
    width: 7px;
    background: rgb(160,188,183);
}::-webkit-scrollbar-track {
    border-radius: 14.6vh;
    background: rgb(123,151,146,0.5);
}::-webkit-scrollbar-thumb {
    animation: shift_scrollbar 5.3s linear 5;
    border-radius: 9.4rem;
    border: 1px ridge #ffffff;
    background: rgb(87,109,104,0.5);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 5px 3px 9px 2px rgba(0, 0, 0, 0.8);
    transform: translateX(-2px);
    background: rgb(87,109,104,0.5);
    border-color: rgb(87,109,104,0.5);
}html {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(123,151,146);
    scrollbar-width: auto;
}.container {
    margin: auto;
    width: 1145px;
    max-width: 100%;
}html,body {
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}.nav_base_dev {
    flex: 1 0 auto;
}.wrapping-container_dev {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}.rating_stars_dev {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    backdrop-filter: blur(10px);
    position: fixed;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgb(123,151,146,0.5);
    top: 0;
    left: 0;
    transition: all 0.4s ease;
    background: linear-gradient(180deg, 
        rgb(123,151,146) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    z-index: 1000;
    width: 100%;
    -webkit-backdrop-filter: blur(10px);
}header:before {
    background: 
        radial-gradient(circle at 15% 15%, rgb(123,151,146,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(87,109,104,0.5) 0%, transparent 25%);
    content: '';
    opacity: 0.1;
    top: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
    left: 0;
    position: absolute;
}header:after {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    mix-blend-mode: overlay;
    width: 100%;
    opacity: 0.02;
    top: 0;
}header .top_expert_dev {
    overflow: hidden;
    position: relative;
}header .top_expert_dev:before {
    opacity: 0.7;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(123,151,146) 25%,
        #ffffff 50%,
        rgb(123,151,146) 75%,
        transparent 100%
    );
    bottom: 0;
    box-shadow: 0 0 15px rgb(123,151,146), 0 0 35px rgb(123,151,146);
    width: 200%;
    position: absolute;
    height: 1px;
    animation: scanlineGlow 4s linear infinite;
    left: -50%;
}header .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 18px 25px;
}header .container:before {
    height: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    opacity: 0.5;
    mix-blend-mode: overlay;
    pointer-events: none;
    content: '';
    width: 100%;
    position: absolute;
}header .main_sitewrap_dev {
    align-items: center;
    position: relative;
    display: flex;
    justify-content: space-between;
}header .main_sitewrap_dev:before {
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    position: absolute;
    background: rgb(123,151,146);
    filter: blur(15px);
    animation: breathe 5s infinite alternate;
    left: -10px;
    opacity: 0.3;
    content: '';
    top: 50%;
    border-radius: 50%;
}header .main_sitewrap_dev:after {
    top: 50%;
    filter: blur(15px);
    animation: breathe 5s infinite alternate-reverse;
    background: rgb(87,109,104);
    position: absolute;
    transform: translateY(-50%);
    opacity: 0.3;
    content: '';
    border-radius: 50%;
    right: -10px;
    width: 20px;
    height: 20px;
}header .main_know_dev {
    gap: 30px;
    position: relative;
    align-items: center;
    display: flex;
}header .main_know_dev:before {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(123,151,146,0.5), 
        transparent
    );
    height: 110%;
    position: absolute;
    width: 110%;
    content: '';
    filter: blur(5px);
    left: -5%;
    opacity: 0.15;
    top: -5%;
    animation: menuGlow 10s infinite ease-in-out;
    transform: translateX(-100%);
}header .nav_mainbar_dev {
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 0 1px #ffffff;
    padding: 8px 2px;
    font-size: 18px;
    position: relative;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
}header .nav_mainbar_dev:before {
    width: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    transform: skewX(-20deg) scale(0.8, 1);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(123,151,146,0.5), 
        transparent
    );
    z-index: -1;
    height: 100%;
    transition: all 0.4s ease;
    top: 0;
    content: '';
}header .nav_mainbar_dev:after {
    content: '';
    bottom: -2px;
    width: 0;
    background: linear-gradient(90deg, 
        rgb(123,151,146),
        #ffffff 50%,
        rgb(123,151,146)
    );
    height: 2px;
    filter: blur(0.5px);
    position: absolute;
    transform: translateX(-50%);
    opacity: 0.8;
    left: 50%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .nav_mainbar_dev:hover {
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(123,151,146);
    transform: translateY(-2px);
    color: #ffffff;
}header .nav_mainbar_dev:hover:before {
    opacity: 0.15;
    transform: skewX(-20deg) scale(1.05, 1);
}header .nav_mainbar_dev:hover:after {
    box-shadow: 
        0 0 5px rgb(123,151,146),
        0 0 10px rgb(123,151,146);
    width: 100%;
}header .nav_start_dev {
    text-decoration: none;
    align-items: center;
    padding: 5px;
    display: flex;
    position: relative;
    transition: all 0.3s ease;
    justify-content: center;
}header .nav_start_dev:before {
    top: 50%;
    content: '';
    opacity: 0;
    height: 150%;
    transition: opacity 0.5s ease;
    width: 150%;
    transform: translate(-50%, -50%);
    left: 50%;
    background: radial-gradient(circle, 
        rgb(123,151,146,0.5) 0%, 
        transparent 70%
    );
    position: absolute;
}header .nav_start_dev:after {
    position: absolute;
    border-image: linear-gradient(45deg, rgb(123,151,146), rgb(87,109,104), rgb(123,151,146)) 1;
    width: calc(100% + 10px);
    content: '';
    border: 1px solid transparent;
    left: -5px;
    transition: all 0.5s ease;
    opacity: 0;
    top: -5px;
    height: calc(100% + 10px);
}header .nav_start_dev:hover:before {
    opacity: 0.3;
}header .nav_start_dev:hover:after {
    animation: borderRotate 4s linear infinite;
    opacity: 0.7;
}header .nav_start_dev svg {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 2px rgb(123,151,146,0.5));
    position: relative;
}header .nav_start_dev:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(123,151,146));
}header .nav_start_dev:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(123,151,146), rgb(87,109,104), rgb(123,151,146)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(123,151,146), rgb(87,109,104), rgb(123,151,146)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(123,151,146), rgb(87,109,104), rgb(123,151,146)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .main_know_dev {
    gap: 20px;
}header .nav_start_dev svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .main_know_dev {
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    position: fixed;
    padding: 85px 30px 30px;
    top: 0;
    overflow-y: auto;
    max-width: 330px;
    -webkit-backdrop-filter: blur(15px);
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 85%;
    flex-direction: column;
    height: 100vh;
    gap: 25px;
    z-index: 1001;
    backdrop-filter: blur(15px);
    right: -100%;
}header .main_know_dev:before {
    top: 70px;
    left: 10%;
    opacity: 0.3;
    width: 80%;
    animation: none;
    height: 1px;
}header .main_know_dev:after {
    height: 30px;
    background: transparent;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    content: '';
    border: 1px solid rgb(123,151,146,0.5);
    opacity: 0.6;
}header .menu.active {
    right: 0;
}header .nav_mainbar_dev {
    opacity: 0.8;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgb(123,151,146,0.5);
    padding: 12px 5px;
}header .nav_mainbar_dev:last-child {
    border-bottom: none;
}header .nav_mainbar_dev:hover {
    transform: translateY(0);
    opacity: 1;
}header .nav_start_dev {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .nav_start_dev svg {
    height: 35px;
}header .main_know_dev {
    width: 100%;
    max-width: 100%;
}}footer {
    perspective: 1000px;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
}footer::before {
    position: absolute;
    content: "";
    width: 100%;
    z-index: -1;
    opacity: 0.85;
    height: 100%;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(123,151,146,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    top: 0;
}footer::after {
    z-index: -1;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    animation: scanline 10s linear infinite;
}.rating_stars_dev {
    padding: 5rem 0 3rem;
    z-index: 1;
    position: relative;
}.rating_stars_dev::before {
    height: 2px;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    animation: glowPulse 3s ease-in-out infinite alternate;
    content: "";
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(87,109,104) 50%, 
                transparent 100%);
}.rating_stars_dev .container {
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    display: grid;
}.rating_stars_dev .company_holder {
    position: relative;
    border-left: 3px solid rgb(123,151,146);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    border-radius: 15px;
    transform-style: preserve-3d;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.2);
}.rating_stars_dev .company_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(123,151,146,0.5);
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
    border-left: 3px solid #ffffff;
}.rating_stars_dev .company_holder h3 {
    color: #ffffff;
    margin-bottom: 1.75rem;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 0.75rem;
    font-weight: 700;
    font-size: calc(34px * 0.9);
}.rating_stars_dev .company_holder h3::after {
    bottom: 0;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(123,151,146);
    width: 60px;
    transition: width 0.4s ease-in-out;
    height: 3px;
}.rating_stars_dev .company_holder:hover h3::after {
    width: 100%;
}.rating_stars_dev .footer_account_dev {
    padding-left: 1rem;
    max-width: 100%;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    position: relative;
}.rating_stars_dev .footer_account_dev::before {
    top: 0;
    width: 2px;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, 
                rgb(123,151,146) 0%, 
                transparent 100%);
    position: absolute;
    content: "";
}.rating_stars_dev .student_aid_dev {
    position: relative;
}.rating_stars_dev .header_bar_dev {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    display: grid;
}.rating_stars_dev .main_know_dev {
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    transform-style: preserve-3d;
    background: rgba(255, 255, 255, 0.03);
    padding: 2rem;
    backdrop-filter: blur(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}.rating_stars_dev .main_know_dev::before {
    top: -50%;
    position: absolute;
    left: -50%;
    transition: all 0.6s ease;
    transform: rotate(45deg);
    z-index: -1;
    content: "";
    width: 200%;
    height: 200%;
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
}.rating_stars_dev .main_know_dev:hover::before {
    top: -100%;
    left: -100%;
}.rating_stars_dev .main_know_dev::after {
    transition: all 0.4s ease;
    position: absolute;
    transform-style: preserve-3d;
    height: 0;
    right: 0;
    content: "";
    width: 0;
    border-width: 0 25px 25px 0;
    top: 0;
    border-style: solid;
    transform: translateZ(5px);
    border-color: transparent rgb(123,151,146) transparent transparent;
}.rating_stars_dev .main_know_dev:hover::after {
    border-color: transparent rgb(87,109,104) transparent transparent;
    border-width: 0 35px 35px 0;
}.rating_stars_dev .main_know_dev:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateZ(15px) scale(1.03);
    background: rgba(255, 255, 255, 0.05);
}.rating_stars_dev .main_know_dev h5 {
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-block;
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    position: relative;
}.rating_stars_dev .main_know_dev h5::before {
    content: "";
    bottom: -8px;
    left: 0;
    background: rgb(87,109,104);
    width: 100%;
    height: 1px;
    position: absolute;
}.rating_stars_dev .main_know_dev h5::after {
    height: 3px;
    transition: width 0.4s ease-in-out;
    left: 0;
    background: rgb(123,151,146);
    width: 30%;
    position: absolute;
    bottom: -8px;
    content: "";
}.rating_stars_dev .main_know_dev:hover h5::after {
    width: 100%;
}.rating_stars_dev .main_know_dev .header_bar_dev {
    flex-direction: column;
    display: flex;
    gap: 0.875rem;
}.rating_stars_dev .main_know_dev a {
    font-size: 18px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transform-style: preserve-3d;
    display: block;
    padding: 0.5rem 0;
    position: relative;
}.rating_stars_dev .main_know_dev a::before {
    opacity: 0;
    left: -20px;
    transform: translateZ(5px);
    content: "→";
    transition: all 0.3s ease;
    position: absolute;
}.rating_stars_dev .main_know_dev a:hover {
    color: #ffffff;
    transform: translateX(20px);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}.rating_stars_dev .main_know_dev a:hover::before {
    left: 0;
    opacity: 1;
}.trial_offer_dev {
    position: relative;
    backdrop-filter: blur(10px);
    padding: 1.5rem 0;
    margin-top: 3rem;
    background: rgba(0, 0, 0, 0.3);
}.trial_offer_dev::before {
    left: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(123,151,146) 30%, 
                #ffffff 50%, 
                rgb(87,109,104) 70%, 
                transparent 100%);
    width: 100%;
    height: 1px;
    top: 0;
    content: "";
    position: absolute;
}.trial_offer_dev .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.trial_offer_dev .footer_classes_dev {
    text-align: center;
    position: relative;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 0.5rem 1.5rem;
    background: rgba(0, 0, 0, 0.2);
}.trial_offer_dev .footer_classes_dev:hover {
    box-shadow: 0 0 15px rgba(rgb(123,151,146), 0.3);
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(87,109,104,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(87,109,104);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.rating_stars_dev .company_holder::before,
.rating_stars_dev .main_know_dev::before {
    transition: opacity 0.5s ease;
    z-index: -1;
    width: 100px;
    position: absolute;
    content: "";
    height: 100px;
    border-radius: 50%;
    opacity: 0;
    filter: blur(30px);
    background: radial-gradient(circle, rgb(123,151,146,0.5) 0%, transparent 70%);
}.rating_stars_dev .company_holder::before {
    bottom: -20px;
    right: -20px;
}.rating_stars_dev .main_know_dev::before {
    top: -20px;
    left: -20px;
}.rating_stars_dev .company_holder:hover::before,
.rating_stars_dev .main_know_dev:hover::before {
    opacity: 0.5;
}.rating_stars_dev .company_holder::after {
    position: absolute;
    width: 30px;
    transition: all 0.4s ease;
    top: 20px;
    border-top: 2px solid rgb(123,151,146);
    content: "";
    opacity: 0.7;
    border-right: 2px solid rgb(123,151,146);
    right: 20px;
    height: 30px;
}.rating_stars_dev .company_holder:hover::after {
    height: 40px;
    width: 40px;
    transform: rotate(45deg);
}

@media (max-width: 992px) {.rating_stars_dev {
    padding: 4rem 0 2rem;
}.rating_stars_dev .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.rating_stars_dev .company_holder,
    .rating_stars_dev .student_aid_dev {
    width: 100%;
}.rating_stars_dev .header_bar_dev {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.rating_stars_dev {
    padding: 3.5rem 0 1.5rem;
}.rating_stars_dev .header_bar_dev {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.rating_stars_dev .company_holder,
    .rating_stars_dev .main_know_dev {
    padding: 1.5rem;
}.rating_stars_dev .company_holder h3,
    .rating_stars_dev .main_know_dev h5 {
    margin-bottom: 1.25rem;
}.trial_offer_dev {
    padding: 1.25rem 0;
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.rating_stars_dev {
    padding: 3rem 0 1rem;
}.rating_stars_dev .company_holder {
    padding: 1.25rem;
}.rating_stars_dev .company_holder h3 {
    font-size: calc(34px * 0.8);
}.rating_stars_dev .main_know_dev h5 {
    font-size: calc(23px * 0.9);
}.rating_stars_dev .main_know_dev a,
    .rating_stars_dev .footer_account_dev {
    font-size: calc(18px * 0.9);
}.trial_offer_dev .footer_classes_dev {
    font-size: calc(14px * 0.9);
    padding: 0.4rem 1rem;
}}

.rating_stars_dev .company_holder .footer_account_dev::after {
    bottom: -10px;
    background: linear-gradient(to right, rgb(123,151,146), transparent);
    height: 3px;
    width: 70px;
    transition: width 0.4s ease;
    left: 1rem;
    position: absolute;
    content: "";
}.rating_stars_dev .company_holder:hover .footer_account_dev::after {
    width: calc(100% - 1rem);
}.rating_stars_dev::after {
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.3;
    top: 0;
    content: "";
    background-size: 40px 40px;
    position: absolute;
    z-index: -2;
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
}.rating_stars_dev .main_know_dev:nth-child(1)::before {
    background: radial-gradient(circle, rgb(123,151,146,0.5) 0%, transparent 70%);
}.rating_stars_dev .main_know_dev:nth-child(2)::before {
    background: radial-gradient(circle, rgb(87,109,104,0.5) 0%, transparent 70%);
}.rating_stars_dev .header_bar_dev a::after {
    left: 0;
    height: 1px;
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    width: 0;
    background: linear-gradient(to right, rgb(123,151,146), rgb(87,109,104));
}.rating_stars_dev .header_bar_dev a:hover::after {
    width: 100%;
}.educational_yield_dev {
    position: relative;
    padding: 100px 0;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(160,188,183) 0%, rgba(245, 247, 250, 0.95) 100%);
}.educational_yield_dev::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -50%;
    background: radial-gradient(ellipse at center, rgba(rgb(123,151,146,0.5), 0.03) 0%, rgba(rgb(123,151,146,0.5), 0) 70%);
    transform: rotate(-15deg);
    pointer-events: none;
    left: -25%;
    width: 150%;
    height: 200%;
}.educational_yield_dev::after {
    position: absolute;
    right: 0;
    z-index: 0;
    bottom: 0;
    height: 35%;
    width: 35%;
    content: "";
    background: radial-gradient(circle at bottom right, rgba(rgb(87,109,104,0.5), 0.08) 0%, rgba(rgb(87,109,104,0.5), 0) 70%);
}.educational_yield_dev h5 {
    transition: transform 0.6s ease-out;
    position: relative;
    font-size: 22px;
    color: #000000;
    text-align: center;
    z-index: 1;
    transform: translateY(-5px);
    margin-bottom: 50px;
    font-weight: 700;
}.educational_yield_dev h5::after {
    bottom: -12px;
    left: 50%;
    height: 3px;
    position: absolute;
    background: rgb(123,151,146);
    transform: translateX(-50%) scaleX(0.8);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    width: 60px;
}.educational_yield_dev h5:hover {
    transform: translateY(-8px);
}.educational_yield_dev h5:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.educational_yield_dev .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.educational_yield_dev .smart_study_dev {
    flex-direction: column;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: #ffffff;
    display: flex;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transform: perspective(1000px) rotateX(2deg);
    overflow: hidden;
    border-radius: 12px;
}.educational_yield_dev .smart_study_dev:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 8px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.educational_yield_dev .img_pic_dev {
    filter: brightness(1.02) contrast(1.05);
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    object-position: center;
    height: 250px;
    width: 100%;
    vertical-align: middle;
}.educational_yield_dev .smart_study_dev:hover .img_pic_dev {
    transform: scale(1.03);
}.educational_yield_dev .content_wrap_dev {
    padding: 40px 30px;
    position: relative;
}.educational_yield_dev .content_wrap_dev::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(123,151,146) 0%, rgb(87,109,104) 100%);
    content: "";
    right: 0;
    transition: transform 0.6s ease-out;
    top: 0;
    transform: scaleX(0.97);
    height: 6px;
    opacity: 0.8;
    left: 0;
}.educational_yield_dev .smart_study_dev:hover .content_wrap_dev::before {
    transform: scaleX(1);
}.educational_yield_dev ul {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 0;
    gap: 18px;
    display: grid;
    margin: 0;
    list-style: none;
}.educational_yield_dev li {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding-left: 38px;
}.educational_yield_dev li:hover {
    transform: translateX(5px);
}.educational_yield_dev li div {
    position: relative;
}.educational_yield_dev li p {
    color: #000000;
    margin: 0;
    position: relative;
    line-height: 1.6;
    font-size: 15px;
}.educational_yield_dev li svg {
    height: 24px;
    position: absolute;
    top: 2px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    left: -38px;
    width: 24px;
}.educational_yield_dev li:hover svg {
    transform: scale(1.15) rotate(8deg);
}.educational_yield_dev li svg path {
    transition: fill 0.3s ease;
    fill: rgb(123,151,146);
}.educational_yield_dev li:hover svg path {
    fill: rgb(87,109,104);
}.educational_yield_dev li:nth-child(even) svg path:first-child {
    fill-opacity: 0.9;
}.educational_yield_dev li:nth-child(odd) svg path:last-child {
    fill-opacity: 0.85;
}

@media (min-width: 768px) {.educational_yield_dev .smart_study_dev {
    flex-direction: row;
    align-items: stretch;
}.educational_yield_dev .smart_study_dev > div:first-child {
    overflow: hidden;
    flex: 0 0 40%;
}.educational_yield_dev .img_pic_dev {
    height: 100%;
}.educational_yield_dev .content_wrap_dev {
    padding: 50px 40px;
    flex: 0 0 60%;
}.educational_yield_dev .content_wrap_dev::before {
    bottom: 15px;
    height: auto;
    right: auto;
    transform: scaleY(0.97);
    top: 15px;
    width: 6px;
}.educational_yield_dev .smart_study_dev:hover .content_wrap_dev::before {
    transform: scaleY(1);
}.educational_yield_dev h5 {
    margin-bottom: 60px;
    font-size: calc(22px * 1.1);
}.educational_yield_dev ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 30px;
}
}

@media (min-width: 992px) {.educational_yield_dev {
    padding: 120px 0;
}.educational_yield_dev .smart_study_dev {
    transform: perspective(1200px) rotateX(2deg) rotateY(-1deg);
}.educational_yield_dev .smart_study_dev:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg) translateY(-7px);
}.educational_yield_dev .content_wrap_dev {
    padding: 60px 50px;
}.educational_yield_dev ul {
    gap: 30px 40px;
}.educational_yield_dev li {
    padding-left: 42px;
}.educational_yield_dev li svg {
    width: 26px;
    left: -42px;
    height: 26px;
    top: 3px;
}
}

@media (max-width: 767px) {.educational_yield_dev {
    padding: 70px 0;
}.educational_yield_dev h5 {
    margin-bottom: 40px;
    padding: 0 15px;
    font-size: calc(22px * 0.9);
}.educational_yield_dev .smart_study_dev > div:first-child {
    height: 200px;
    overflow: hidden;
}.educational_yield_dev .content_wrap_dev {
    padding: 30px 20px;
}.educational_yield_dev ul {
    display: block;
}.educational_yield_dev li {
    margin-bottom: 15px;
}.educational_yield_dev li:last-child {
    margin-bottom: 0;
}
}

@media (max-width: 480px) {.educational_yield_dev {
    padding: 50px 0;
}.educational_yield_dev h5 {
    margin-bottom: 30px;
    font-size: calc(22px * 0.8);
}.educational_yield_dev .smart_study_dev > div:first-child {
    height: 180px;
}.educational_yield_dev .content_wrap_dev {
    padding: 25px 18px;
}.educational_yield_dev li {
    padding-left: 34px;
}.educational_yield_dev li svg {
    width: 22px;
    left: -34px;
    height: 22px;
}.educational_yield_dev li p {
    font-size: calc(15px * 0.95);
}}.privacySettingsBanner_dev {
    background: rgb(160,188,183);
    width: 100%;
    position: fixed;
    border-top: 2px solid rgb(123,151,146);
    bottom: 0;
    z-index: 90;
}.visitor_confirm_dev {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}#cookie_disclaimer_dev {
    display: none;
}#cookie_disclaimer_dev:checked ~ .privacySettingsBanner_dev {
    visibility: hidden;
    opacity: 0;
}.privacySettingsBanner_dev h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.privacySettingsBanner_dev p {
    font-size: 18px;
}.online_cookies_dev {
    flex-shrink: 0;
    margin-right: 10px;
}.online_cookies_dev svg, .online_cookies_dev svg path, .online_cookies_dev img {
    width: 100px;
    height: 100px;
    fill: rgb(123,151,146);
}.edu_consent_dev {
    white-space: nowrap;
    margin-left: 10px;
    text-align: center;
    text-decoration: none;
    min-width: 120px;
    font-size: 24px;
    color: rgb(123,151,146);
    line-height: 35px;
    cursor: pointer;
    border-bottom: 2px solid rgb(123,151,146);
    flex-shrink: 0;
}.privacySettingsBanner_dev p a {
    color: rgb(123,151,146);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.privacySettingsBanner_dev {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.online_cookies_dev {
    display: none;
}.visitor_confirm_dev {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.privacySettingsBanner_dev h5 {
    text-align: center;
}.privacySettingsBanner_dev p {
    text-align: center;
}.cookie_verify_dev {
    margin-bottom: 20px;
}body .wrapping-container_dev .edu_consent_dev {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapping-container_dev .privacySettingsBanner_dev {
    background: #ffffff;
    box-shadow: rgb(123,151,146,0.5) 0px 0px 40px 39px;
    border: none;
}.wrapping-container_dev .edu_consent_dev {
    background: rgb(123,151,146);
    margin-left: 30px;
    border: none;
    font-weight: 400;
    padding: 10px;
    color: #ffffff;
    font-size: 20px;
}.wrapping-container_dev .online_cookies_dev {
    width: 80px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    background:rgb(123,151,146);
    height: 80px;
}.wrapping-container_dev .online_cookies_dev svg, .wrapping-container_dev .online_cookies_dev svg path, .wrapping-container_dev .online_cookies_dev img {
    width: 40px;
    fill:#000000;
    height: 40px;
}.wrapping-container_dev .cookie_verify_dev h5, .wrapping-container_dev .cookie_verify_dev p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapping-container_dev .online_cookies_dev {
    margin: 0;
    margin-bottom: 14px;
}}

.program_overview_dev {
    position: relative;
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background-color: rgb(160,188,183);
    overflow: hidden;
}.program_overview_dev .pro_skills_dev {
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
}.program_overview_dev .pro_skills_dev::before {
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    z-index: 2;
    width: 100%;
    top: 0;
    background: radial-gradient(circle at center, transparent 30%, #000000 100%);
}.program_overview_dev .training_flow_dev {
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
}.program_overview_dev .career_class_dev {
    height: 100%;
    width: 100%;
    transition: transform 1s ease;
    position: absolute;
    transform: scale(1.1);
    animation: fade-slides 30s infinite;
    top: 0;
    opacity: 0;
    left: 0;
}.program_overview_dev .pro_skills_dev:hover .career_class_dev {
    animation-play-state: paused;
}.program_overview_dev .career_class_dev:hover {
    transform: scale(1);
}.program_overview_dev .career_class_dev:nth-child(1) {
    animation-delay: 0s;
}.program_overview_dev .career_class_dev:nth-child(2) {
    animation-delay: -6s;
}.program_overview_dev .career_class_dev:nth-child(3) {
    animation-delay: -12s;
}.program_overview_dev .career_class_dev:nth-child(4) {
    animation-delay: -18s;
}.program_overview_dev .career_class_dev:nth-child(5) {
    animation-delay: -24s;
}.program_overview_dev .career_class_dev img {
    width: 100%;
    filter: saturate(0.8) brightness(0.7);
    object-fit: cover;
    height: 100%;
}.program_overview_dev .container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 10;
    max-width: 1200px;
}.program_overview_dev .smart_study_dev {
    display: flex;
    justify-content: center;
    align-items: center;
}.program_overview_dev .career_learn_dev {
    padding: 3rem;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
    text-align: center;
    flex-direction: column;
    max-width: 1000px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    aspect-ratio: 1;
    width: 100%;
}.program_overview_dev .career_learn_dev::before {
    right: -5px;
    opacity: 0.7;
    left: -5px;
    top: -5px;
    position: absolute;
    bottom: -5px;
    border-radius: 50%;
    animation: rotate-border 15s linear infinite;
    z-index: -1;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgb(123,151,146,0.5) 90deg,
        transparent 180deg,
        rgb(87,109,104,0.5) 270deg,
        transparent 360deg
    );
    content: "";
}.program_overview_dev .career_learn_dev::after {
    height: 120%;
    background: radial-gradient(
        ellipse at center,
        rgb(123,151,146,0.5) 0%,
        transparent 70%
    );
    position: absolute;
    z-index: -2;
    width: 120%;
    content: "";
    filter: blur(20px);
    opacity: 0.1;
    animation: pulse-glow 5s ease-in-out infinite alternate;
}.program_overview_dev .career_learn_dev h3 {
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 31px;
    position: relative;
    font-weight: 700;
}.program_overview_dev .career_learn_dev p {
    line-height: 1.6;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    color: #000000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 2rem;
}.program_overview_dev .message_message_dev {
    padding: 0.8rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    border-radius: 50px;
    z-index: 1;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    background: rgb(123,151,146);
    font-size: 19px;
}.program_overview_dev .message_message_dev::before {
    width: 100%;
    content: "";
    top: 0;
    background: rgb(87,109,104);
    position: absolute;
    transform: scaleX(0);
    z-index: -1;
    transition: transform 0.6s ease;
    left: 0;
    height: 100%;
    transform-origin: right;
}.program_overview_dev .message_message_dev:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}.program_overview_dev .message_message_dev:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.program_overview_dev .career_learn_dev .orbital-elements {
    left: 0;
    border-radius: 50%;
    pointer-events: none;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
}.program_overview_dev .career_learn_dev::before,
.program_overview_dev .career_learn_dev::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}.program_overview_dev::after {
    gap: 15px;
    left: 50%;
    position: absolute;
    content: "";
    bottom: 15%;
    transform: translateX(-50%);
    display: flex;
    z-index: 100;
}.program_overview_dev::after {
    height: 10px;
    width: 100px;
    opacity: 0.3;
    background: repeating-linear-gradient(
        90deg,
        #ffffff,
        #ffffff 10px,
        transparent 10px,
        transparent 25px
    );
}

@keyframes fade-slides {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes rotate-border {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.05);
    }
}

@keyframes slide-indicator {
    0%, 16% {
        left: calc(50% - 50px);
    }
    20%, 36% {
        left: calc(50% - 25px);
    }
    40%, 56% {
        left: calc(50%);
    }
    60%, 76% {
        left: calc(50% + 25px);
    }
    80%, 96% {
        left: calc(50% + 50px);
    }
    100% {
        left: calc(50% - 50px);
    }
}


@media screen and (max-width: 1200px) {.program_overview_dev .career_learn_dev {
    max-width: 900px;
}
}

@media screen and (max-width: 992px) {.program_overview_dev .career_learn_dev {
    padding: 3rem;
    max-width: 800px;
}
}

@media screen and (max-width: 768px) {.program_overview_dev {
    padding: 2rem 0;
}.program_overview_dev .career_learn_dev {
    border-radius: 20px;
    aspect-ratio: auto;
    min-height: 700px;
    height: auto;
    max-width: 700px;
    padding: 3rem;
}.program_overview_dev .career_learn_dev::before {
    border-radius: 20px;
}.program_overview_dev .career_learn_dev h3 {
    font-size: calc(31px * 0.9);
}.program_overview_dev .career_learn_dev p {
    -webkit-line-clamp: 3;
}
}

@media screen and (max-width: 576px) {.program_overview_dev .career_learn_dev {
    border-radius: 15px;
    min-height: auto;
    max-width: 90%;
    padding: 2rem 1.5rem;
    aspect-ratio: auto;
}.program_overview_dev .career_learn_dev::before {
    border-radius: 15px;
}.program_overview_dev .career_learn_dev h3 {
    font-size: calc(31px * 0.8);
}.program_overview_dev .career_learn_dev p {
    margin-bottom: 1.5rem;
    font-size: calc(14px * 0.9);
    -webkit-line-clamp: 4;
}.program_overview_dev .message_message_dev {
    padding: 0.7rem 1.8rem;
    font-size: calc(19px * 0.9);
}.program_overview_dev::after {
    bottom: 10%;
}}


.program_overview_dev .training_flow_dev:has(.career_class_dev:nth-child(2):last-child) .career_class_dev:nth-child(1) {
    animation-delay: 0s;
}.program_overview_dev .training_flow_dev:has(.career_class_dev:nth-child(2):last-child) .career_class_dev:nth-child(2) {
    animation-delay: -15s;
}.program_overview_dev .training_flow_dev:has(.career_class_dev:nth-child(3):last-child) .career_class_dev:nth-child(1) {
    animation-delay: 0s;
}.program_overview_dev .training_flow_dev:has(.career_class_dev:nth-child(3):last-child) .career_class_dev:nth-child(2) {
    animation-delay: -10s;
}.program_overview_dev .training_flow_dev:has(.career_class_dev:nth-child(3):last-child) .career_class_dev:nth-child(3) {
    animation-delay: -20s;
}.program_overview_dev .training_flow_dev:has(.career_class_dev:nth-child(4):last-child) .career_class_dev:nth-child(1) {
    animation-delay: 0s;
}.program_overview_dev .training_flow_dev:has(.career_class_dev:nth-child(4):last-child) .career_class_dev:nth-child(2) {
    animation-delay: -7.5s;
}.program_overview_dev .training_flow_dev:has(.career_class_dev:nth-child(4):last-child) .career_class_dev:nth-child(3) {
    animation-delay: -15s;
}.program_overview_dev .training_flow_dev:has(.career_class_dev:nth-child(4):last-child) .career_class_dev:nth-child(4) {
    animation-delay: -22.5s;
}.privacy_depot_dev {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(160,188,183) 0%, rgba(248, 248, 252, 0.95) 100%);
}.privacy_depot_dev::before {
    opacity: 0.4;
    filter: blur(80px);
    height: 300px;
    position: absolute;
    transform: rotate(-15deg);
    background: linear-gradient(to right, rgb(123,151,146,0.5), rgb(87,109,104,0.5));
    top: -10%;
    width: 300px;
    right: -5%;
    z-index: 0;
    content: "";
}.privacy_depot_dev::after {
    height: 250px;
    filter: blur(70px);
    left: -5%;
    position: absolute;
    bottom: -10%;
    z-index: 0;
    transform: rotate(15deg);
    background: linear-gradient(to right, rgb(87,109,104,0.5), rgb(123,151,146,0.5));
    width: 250px;
    opacity: 0.3;
    content: "";
}.privacy_depot_dev .container {
    z-index: 1;
    position: relative;
    backdrop-filter: blur(10px);
    padding: 0 20px;
    border-left: 3px solid rgb(123,151,146);
    max-width: 1140px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.85);
}.privacy_depot_dev h1 {
    font-weight: 700;
    transform: translateX(-10px);
    font-size: 38px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
}.privacy_depot_dev h1::after {
    transition: transform 0.4s ease-out;
    left: 0;
    height: 3px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(123,151,146) 0%, rgb(87,109,104) 100%);
    transform: scaleX(1);
    bottom: 0;
    transform-origin: left;
    width: 80px;
}.privacy_depot_dev h1:hover::after {
    transform: scaleX(1.5);
}.privacy_depot_dev h2 {
    margin-bottom: 20px;
    margin-top: 40px;
    color: #000000;
    position: relative;
    font-size: 33px;
    font-weight: 600;
    padding-left: 16px;
}.privacy_depot_dev h2::before {
    width: 4px;
    background: rgb(123,151,146);
    left: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    transform: scaleY(0.8);
    opacity: 0.8;
}.privacy_depot_dev h2:hover::before {
    opacity: 1;
    transform: scaleY(1.1);
}.privacy_depot_dev h3 {
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(rgba(0, 0, 0, 0.5), 0.2);
    color: #000000;
    margin-top: 30px;
    font-size: calc(33px * 0.85);
    padding-bottom: 10px;
    font-weight: 600;
}.privacy_depot_dev h4 {
    margin-top: 25px;
    font-weight: 600;
    color: #000000;
    opacity: 0.9;
    font-size: calc(33px * 0.75);
    margin-bottom: 12px;
}.privacy_depot_dev p {
    max-width: 95%;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #000000;
    font-size: 13px;
    transition: transform 0.3s ease;
}.privacy_depot_dev p:hover {
    transform: translateX(5px);
}.privacy_depot_dev p strong {
    position: relative;
    color: #000000;
    display: inline-block;
    font-weight: 600;
}.privacy_depot_dev p strong::after {
    transition: transform 0.3s ease;
    position: absolute;
    content: "";
    left: 0;
    transform: scaleX(0);
    height: 2px;
    bottom: -2px;
    background: rgb(87,109,104);
    transform-origin: right;
    width: 100%;
}.privacy_depot_dev p strong:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.privacy_depot_dev span {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 15px;
    font-size: 13px;
    display: block;
    transform: translateY(0);
    color: #000000;
    margin-bottom: 30px;
    background: rgba(rgb(255, 255, 255, 0.5), 0.4);
    line-height: 1.6;
    border-left: 2px solid rgb(87,109,104);
}.privacy_depot_dev span:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.privacy_depot_dev ul {
    margin-bottom: 30px;
    padding-left: 20px;
    list-style: none;
    margin-top: 15px;
}.privacy_depot_dev li {
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 15px;
    color: #000000;
    font-size: 13px;
    transform: translateZ(0);
    padding-left: 25px;
    line-height: 1.6;
}.privacy_depot_dev li::before {
    top: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    content: "";
    opacity: 0.8;
    left: 0;
    width: 8px;
    border-radius: 50%;
    height: 8px;
    position: absolute;
    background: rgb(123,151,146);
}.privacy_depot_dev li:hover {
    transform: translateX(5px);
}.privacy_depot_dev li:hover::before {
    transform: scale(1.3);
    background: rgb(87,109,104);
}

@media (max-width: 991px) {.privacy_depot_dev {
    padding: 60px 0;
}.privacy_depot_dev .container {
    padding: 30px 25px;
}.privacy_depot_dev h1 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.9);
}.privacy_depot_dev h2 {
    font-size: calc(33px * 0.9);
    margin-top: 35px;
}.privacy_depot_dev p, .privacy_depot_dev span {
    font-size: calc(13px * 1);
    max-width: 100%;
}
}

@media (max-width: 767px) {.privacy_depot_dev {
    padding: 40px 0;
}.privacy_depot_dev::before,
    .privacy_depot_dev::after {
    height: 200px;
    width: 200px;
}.privacy_depot_dev .container {
    border-left-width: 2px;
    padding: 25px 20px;
}.privacy_depot_dev h1 {
    transform: translateX(0);
    font-size: calc(38px * 0.8);
    margin-bottom: 20px;
}.privacy_depot_dev h1::after {
    width: 60px;
}.privacy_depot_dev h2 {
    font-size: calc(33px * 0.85);
    margin-top: 30px;
    padding-left: 12px;
}.privacy_depot_dev h2::before {
    width: 3px;
}.privacy_depot_dev h3 {
    font-size: calc(33px * 0.75);
}.privacy_depot_dev h4 {
    font-size: calc(33px * 0.7);
}.privacy_depot_dev p, .privacy_depot_dev span, .privacy_depot_dev li {
    font-size: calc(13px * 0.95);
}.privacy_depot_dev ul {
    padding-left: 5px;
}.privacy_depot_dev li {
    padding-left: 20px;
}
}

@media (max-width: 480px) {.privacy_depot_dev {
    padding: 30px 0;
}.privacy_depot_dev::before,
    .privacy_depot_dev::after {
    opacity: 0.25;
}.privacy_depot_dev .container {
    padding: 20px 15px;
}.privacy_depot_dev h1 {
    font-size: calc(38px * 0.7);
}.privacy_depot_dev h2 {
    font-size: calc(33px * 0.75);
    margin-top: 25px;
}.privacy_depot_dev h3 {
    font-size: calc(33px * 0.7);
}.privacy_depot_dev h4 {
    font-size: calc(33px * 0.65);
}.privacy_depot_dev p, .privacy_depot_dev span, .privacy_depot_dev li {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}.privacy_depot_dev p:hover,
    .privacy_depot_dev li:hover,
    .privacy_depot_dev span:hover {
    transform: none;
}}.contact_dev {
    background: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}.contact_dev::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    background-size: 20px 20px;
    z-index: 0;
    width: 100%;
}.contact_dev .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
}.contact_dev h2 {
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    text-align: left;
    color: #000000;
    border-left: 5px solid rgb(123,151,146);
    margin-bottom: 50px;
    font-size: 33px;
}.contact_dev .help_links_dev {
    border-radius: 17px;
    flex-direction: row-reverse;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    display: flex;
    overflow: hidden;
}.contact_dev .img_pic_dev {
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}.contact_dev .img_pic_dev::before {
    z-index: 1;
    left: 0;
    content: "";
    background: rgb(123,151,146,0.5);
    mix-blend-mode: multiply;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
}.contact_dev .help_query_dev {
    padding: 60px;
    flex: 0 0 60%;
    position: relative;
}.contact_dev .help_query_dev::after {
    background: rgb(160,188,183);
    border-radius: 0 0 0 100%;
    right: 0;
    height: 150px;
    width: 150px;
    z-index: -1;
    content: "";
    top: 0;
    position: absolute;
}.contact_dev #contact {
    flex-direction: column;
    display: flex;
    gap: 30px;
}.contact_dev h3 {
    font-weight: 700;
    font-size: 23px;
    color: #000000;
    position: relative;
    margin-bottom: 30px;
}.contact_dev h3::after {
    background: rgb(123,151,146);
    width: 40px;
    position: absolute;
    bottom: -10px;
    content: "";
    left: 0;
    height: 2px;
}.contact_dev input[type="text"] {
    background: rgb(160,188,183);
    color: #000000;
    padding: 18px 20px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    width: 100%;
    border: none;
    font-size: 18px;
    transition: all 0.3s ease;
}.contact_dev input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(123,151,146,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: #ffffff;
}.contact_dev input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact_dev .request_list_dev {
    align-items: center;
    margin-top: 5px;
    gap: 12px;
    display: flex;
}.contact_dev .request_list_dev input[type="checkbox"] {
    cursor: pointer;
    height: 22px;
    position: relative;
    transition: all 0.2s ease;
    appearance: none;
    border-radius: 10px;
    border: 2px solid rgb(160,188,183);
    width: 22px;
}.contact_dev .request_list_dev input[type="checkbox"]:checked {
    background: rgb(123,151,146);
    border-color: rgb(123,151,146);
}.contact_dev .request_list_dev input[type="checkbox"]:checked::after {
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    width: 6px;
    content: "";
    border: solid #ffffff;
    position: absolute;
    left: 7px;
    height: 11px;
    top: 3px;
}.contact_dev .request_list_dev label {
    line-height: 1.5;
    color: #000000;
    font-size: 18px;
}.contact_dev .request_list_dev a {
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    color: rgb(123,151,146);
}.contact_dev .request_list_dev a:hover {
    color: rgb(87,109,104);
}.contact_dev .request_list_dev a::after {
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    height: 1px;
    bottom: -2px;
    background: rgb(123,151,146);
    width: 100%;
    content: "";
}.contact_dev .request_list_dev a:hover::after {
    background: rgb(87,109,104);
}.contact_dev .message_message_dev {
    font-size: 18px;
    transition: all 0.3s ease;
    border: none;
    margin-top: 20px;
    background: rgb(123,151,146);
    align-self: flex-start;
    border-radius: 17px;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 4px 15px rgb(123,151,146,0.5);
    color: #ffffff;
    padding: 18px 40px;
}.contact_dev .message_message_dev:hover {
    background: rgb(87,109,104);
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgb(87,109,104,0.5);
}.contact_dev svg {
    width: 20px;
    transition: all 0.3s ease;
    fill: rgb(123,151,146);
    height: 20px;
}.contact_dev svg path {
    transition: all 0.3s ease;
    fill: rgb(123,151,146);
}.contact_dev svg:hover {
    fill: rgb(87,109,104);
}.contact_dev svg:hover path {
    fill: rgb(87,109,104);
}

@media (max-width: 992px) {.contact_dev .help_links_dev {
    flex-direction: column;
}.contact_dev .img_pic_dev {
    min-height: 300px;
    flex: 0 0 auto;
    order: 1;
}.contact_dev .help_query_dev {
    padding: 50px 40px;
    flex: 0 0 auto;
    order: 2;
}.contact_dev h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.contact_dev {
    padding: 60px 0;
}.contact_dev h2 {
    margin-bottom: 30px;
    font-size: calc(33px - 4px);
}.contact_dev .help_query_dev {
    padding: 40px 30px;
}.contact_dev #contact {
    gap: 25px;
}.contact_dev .img_pic_dev {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_dev {
    padding: 40px 0;
}.contact_dev .container {
    padding: 0 15px;
}.contact_dev h2 {
    margin-bottom: 25px;
    font-size: calc(33px - 6px);
    padding-left: 15px;
}.contact_dev .help_query_dev {
    padding: 30px 20px;
}.contact_dev #contact {
    gap: 20px;
}.contact_dev input[type="text"] {
    padding: 15px;
}.contact_dev .message_message_dev {
    width: 100%;
    padding: 15px 20px;
}.contact_dev .img_pic_dev {
    min-height: 200px;
}}.customer_comments_dev {
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(160,188,183) 0%, rgb(87,109,104,0.5) 100%);
}.customer_comments_dev::before {
    left: 0;
    height: 3px;
    content: "";
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(87,109,104), transparent);
    top: 0;
    position: absolute;
}.customer_comments_dev::after {
    height: 1px;
    right: 0;
    transform: translateX(20%);
    width: 60%;
    background: linear-gradient(90deg, transparent, rgb(87,109,104), transparent);
    bottom: 0;
    content: "";
    position: absolute;
}.customer_comments_dev .container {
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.customer_comments_dev h2 {
    font-size: 30px;
    color: #000000;
    transform: translateX(-5%);
    line-height: 1.3;
    position: relative;
    font-weight: 600;
    margin-bottom: 3.5rem;
    letter-spacing: 0.5px;
    max-width: 80%;
}.customer_comments_dev h2::after {
    width: 80px;
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(123,151,146);
    bottom: -15px;
    position: absolute;
    content: "";
    left: 0;
    transform: scaleX(1);
    transform-origin: left center;
}.customer_comments_dev:hover h2::after {
    transform: scaleX(1.5);
}.customer_comments_dev .learner_feedback_dev {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    gap: 2.5rem;
    margin: 0;
    display: grid;
}.customer_comments_dev .client_testimonials_dev {
    height: 100%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    padding: 2rem;
    display: flex;
    background: #ffffff;
    transform: translateY(0);
    border-left: 3px solid rgb(87,109,104);
    position: relative;
}.customer_comments_dev .client_testimonials_dev:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.customer_comments_dev .client_testimonials_dev div {
    margin-bottom: 1.5rem;
    align-items: center;
    display: flex;
}.customer_comments_dev .client_testimonials_dev img {
    border: 2px solid rgb(87,109,104,0.5);
    border-radius: 50%;
    margin-right: 1rem;
    height: 60px;
    width: 60px;
    object-fit: cover;
    transition: transform 0.3s ease;
}.customer_comments_dev .client_testimonials_dev:hover img {
    transform: scale(1.1);
}.customer_comments_dev .client_testimonials_dev h4 {
    font-size: 18px;
    color: #000000;
    margin: 0;
    position: relative;
    font-weight: 600;
}.customer_comments_dev .client_testimonials_dev h4::after {
    bottom: -6px;
    left: 0;
    background: rgb(123,151,146);
    height: 2px;
    content: "";
    width: 0;
    transition: width 0.3s ease;
    position: absolute;
}.customer_comments_dev .client_testimonials_dev:hover h4::after {
    width: 80%;
}.customer_comments_dev .client_testimonials_dev .description {
    color: #000000;
    font-size: 13px;
    flex-grow: 1;
    line-height: 1.6;
    margin: 0;
    padding-left: 1.5rem;
    position: relative;
}.customer_comments_dev .client_testimonials_dev .description::before {
    font-family: Georgia, serif;
    left: -10px;
    font-size: 4rem;
    position: absolute;
    opacity: 0.6;
    top: -15px;
    color: rgb(87,109,104,0.5);
    content: "";
}.customer_comments_dev a {
    padding: 0.8rem 2rem;
    color: #ffffff;
    margin-top: 3rem;
    display: inline-block;
    background: rgb(123,151,146);
    letter-spacing: 0.5px;
    font-size: 14px;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}.customer_comments_dev a:hover {
    transform: translateY(-5px);
    background: #000000;
}.customer_comments_dev a::before {
    left: -100%;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    transition: 0.5s;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    top: 0;
}.customer_comments_dev a:hover::before {
    left: 100%;
}.customer_comments_dev .smart_study_dev {
    position: relative;
}.customer_comments_dev .smart_study_dev::before {
    background: 
        linear-gradient(45deg, transparent 49%, rgb(87,109,104,0.5) 49%, rgb(87,109,104,0.5) 51%, transparent 51%),
        linear-gradient(-45deg, transparent 49%, rgb(87,109,104,0.5) 49%, rgb(87,109,104,0.5) 51%, transparent 51%);
    position: absolute;
    opacity: 0.2;
    top: 2rem;
    background-size: 20px 20px;
    right: -2rem;
    content: "";
    height: 200px;
    width: 200px;
    z-index: -1;
}


@media (max-width: 1200px) {.customer_comments_dev {
    padding: 6rem 0;
}.customer_comments_dev h2 {
    font-size: calc(30px * 0.9);
    max-width: 90%;
}.customer_comments_dev .learner_feedback_dev {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.customer_comments_dev {
    padding: 5rem 0;
}.customer_comments_dev h2 {
    transform: translateX(0);
    max-width: 100%;
}.customer_comments_dev .learner_feedback_dev {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.customer_comments_dev .smart_study_dev::before {
    height: 150px;
    width: 150px;
    right: -1rem;
}
}

@media (max-width: 768px) {.customer_comments_dev {
    padding: 4rem 0;
}.customer_comments_dev h2 {
    margin-bottom: 2.5rem;
    font-size: calc(30px * 0.8);
}.customer_comments_dev .learner_feedback_dev {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.customer_comments_dev .client_testimonials_dev {
    padding: 1.5rem;
}.customer_comments_dev .smart_study_dev::before {
    display: none;
}
}

@media (max-width: 576px) {.customer_comments_dev {
    padding: 3rem 0;
}.customer_comments_dev h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 2rem;
}.customer_comments_dev .client_testimonials_dev div {
    margin-bottom: 1rem;
}.customer_comments_dev .client_testimonials_dev img {
    width: 50px;
    height: 50px;
}.customer_comments_dev .client_testimonials_dev .description {
    padding-left: 0.5rem;
}.customer_comments_dev a {
    padding: 0.7rem 1.5rem;
    margin-top: 2rem;
}
}

@media (hover: none) {.customer_comments_dev .client_testimonials_dev:hover {
    transform: translateY(0);
}.customer_comments_dev .client_testimonials_dev:hover img {
    transform: none;
}.customer_comments_dev .client_testimonials_dev:hover h4::after {
    width: 0;
}}.attempt_now_dev {
    background: linear-gradient(135deg, rgb(160,188,183) 0%, rgba(rgb(123,151,146,0.5), 0.1) 100%);
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 5rem 0;
}.attempt_now_dev::before {
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    height: 200%;
    width: 70%;
    content: "";
    opacity: 0.08;
    top: -50%;
    transform: rotate(-15deg);
    z-index: -1;
    left: -10%;
    background: linear-gradient(140deg, rgb(123,151,146) 0%, transparent 80%);
}.attempt_now_dev::after {
    right: -5%;
    bottom: -30%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    z-index: -1;
    opacity: 0.06;
    position: absolute;
    content: "";
    transform: rotate(12deg);
    height: 180%;
    background: linear-gradient(220deg, rgb(87,109,104) 0%, transparent 70%);
    width: 60%;
}.attempt_now_dev .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.attempt_now_dev h2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 2.5rem;
    color: #000000;
    font-size: 33px;
    text-align: center;
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
    line-height: 1.4;
}.attempt_now_dev .smart_study_dev {
    transform: translateY(0);
    gap: 2rem;
    display: flex;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
              0 5px 15px rgba(0, 0, 0, 0.03),
              0 0 0 1px rgba(0, 0, 0, 0.02);
    flex-direction: column;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
              box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    align-items: center;
    border-radius: calc(100px / 1.5);
    padding: 3rem;
}.attempt_now_dev .smart_study_dev:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
              0 10px 20px rgba(0, 0, 0, 0.05),
              0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: translateY(-5px);
}.attempt_now_dev svg {
    transform: translateY(0);
    height: 50px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
}.attempt_now_dev .smart_study_dev:hover svg {
    transform: translateY(-3px) scale(1.05);
}.attempt_now_dev svg path {
    fill: rgb(123,151,146);
    transition: fill 0.3s ease;
}.attempt_now_dev .smart_study_dev:hover svg path {
    fill: rgb(87,109,104);
}.attempt_now_dev .message_message_dev {
    padding: 0.8rem 2.2rem;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), 
              box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    background: linear-gradient(135deg, rgb(123,151,146) 0%, rgb(87,109,104) 100%);
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    position: relative;
    transform: translateZ(0);
    box-shadow: 0 4px 12px rgba(rgb(123,151,146,0.5), 0.2);
    border-radius: 19px;
}.attempt_now_dev .message_message_dev::before {
    content: "";
    opacity: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(87,109,104) 0%, rgb(123,151,146) 100%);
    left: 0;
    bottom: 0;
    z-index: -1;
    top: 0;
    right: 0;
    position: absolute;
}.attempt_now_dev .message_message_dev:hover {
    box-shadow: 0 6px 16px rgba(rgb(123,151,146,0.5), 0.3);
    transform: translateY(-2px) scale(1.02);
}.attempt_now_dev .message_message_dev:hover::before {
    opacity: 1;
}.attempt_now_dev .message_message_dev:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 2px 8px rgba(rgb(123,151,146,0.5), 0.2);
}

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

@media (min-width: 768px) {.attempt_now_dev {
    padding: 7rem 0;
}.attempt_now_dev h2 {
    margin-left: auto;
    font-size: calc(33px * 1.1);
    max-width: 80%;
    margin-right: auto;
}.attempt_now_dev .smart_study_dev {
    max-width: 85%;
    padding: 3.5rem 4rem;
    margin: 0 auto;
    justify-content: space-between;
    gap: 3rem;
    flex-direction: row;
}.attempt_now_dev svg {
    height: 60px;
    width: 60px;
}
}

@media (min-width: 992px) {.attempt_now_dev {
    padding: 8rem 0;
}.attempt_now_dev h2 {
    max-width: 70%;
    font-size: calc(33px * 1.2);
}.attempt_now_dev .smart_study_dev {
    max-width: 75%;
    padding: 4rem 5rem;
}.attempt_now_dev::before {
    width: 55%;
}.attempt_now_dev::after {
    width: 45%;
}.attempt_now_dev .message_message_dev {
    padding: 1rem 2.5rem;
    font-size: calc(20px * 1.1);
}
}

@media (min-width: 1200px) {.attempt_now_dev h2 {
    max-width: 60%;
}.attempt_now_dev .smart_study_dev {
    max-width: 65%;
}.attempt_now_dev svg {
    width: 70px;
    height: 70px;
}.attempt_now_dev .message_message_dev {
    padding: 1.2rem 3rem;
}
}

@media (max-width: 767px) {.attempt_now_dev {
    padding: 4rem 0;
}.attempt_now_dev h2 {
    line-height: 1.5;
    font-size: calc(33px * 0.9);
}.attempt_now_dev .smart_study_dev {
    padding: 2.5rem 2rem;
}.attempt_now_dev .message_message_dev {
    padding: 0.8rem 1.8rem;
}
}

@media (hover: none) {.attempt_now_dev .smart_study_dev:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: none;
}.attempt_now_dev .smart_study_dev:hover svg {
    transform: none;
}.attempt_now_dev .message_message_dev:hover {
    transform: none;
    box-shadow: 0 4px 12px rgba(rgb(123,151,146,0.5), 0.2);
}}.teaching_history_dev {
    position: relative;
    background: rgb(160,188,183);
    overflow: hidden;
    padding: 100px 0;
}.teaching_history_dev::before {
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(123,151,146,0.5) 10%, 
        transparent 11%);
    opacity: 0.3;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    animation: gradientSlide 30s linear infinite;
    width: 100%;
    height: 100%;
    background-size: 150px 100%;
}.teaching_history_dev .container {
    margin: 0 auto;
    max-width: 800px;
    z-index: 2;
    position: relative;
}.teaching_history_dev .client_testimonials_dev {
    background: #ffffff;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    flex-direction: column;
    display: flex;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    padding: 60px 40px 40px;
    position: relative;
    border-radius: 2px;
}.teaching_history_dev .client_testimonials_dev:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.teaching_history_dev .img_pic_dev {
    transform: rotate(0deg);
    width: 120px;
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(123,151,146);
    left: 40px;
    transition: all 0.5s ease;
    border-radius: 2px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    top: -60px;
    height: 120px;
    position: absolute;
}.teaching_history_dev .client_testimonials_dev:hover .img_pic_dev {
    transform: rotate(-5deg);
}.teaching_history_dev .name {
    margin-top: 40px;
    font-size: calc(22px * 1.2);
    transition: transform 0.5s ease;
    font-weight: 700;
    color: #000000;
    transform: translateX(0);
    margin-left: 0;
    letter-spacing: -0.5px;
}.teaching_history_dev .client_testimonials_dev:hover .name {
    transform: translateX(10px);
}.teaching_history_dev .client_testimonials_dev span:not(.name) {
    letter-spacing: 1px;
    margin-top: 5px;
    text-transform: uppercase;
    transform: translateX(0);
    font-size: 18px;
    color: #000000;
    transition: transform 0.5s ease;
    font-weight: 300;
}.teaching_history_dev .client_testimonials_dev:hover span:not(.name) {
    color: rgb(123,151,146);
    transform: translateX(10px);
}.teaching_history_dev .exp_summary_dev {
    padding-left: 0;
    font-weight: 400;
    position: relative;
    font-size: 18px;
    line-height: 1.8;
    transition: padding 0.5s ease;
    color: #000000;
    margin-top: 40px;
}.teaching_history_dev .exp_summary_dev::before {
    transform: scaleX(0);
    top: 15px;
    height: 2px;
    transition: transform 0.5s ease;
    transform-origin: right;
    width: 30px;
    left: -40px;
    content: "";
    background: rgb(123,151,146);
    position: absolute;
}.teaching_history_dev .client_testimonials_dev:hover .exp_summary_dev {
    padding-left: 20px;
}.teaching_history_dev .client_testimonials_dev:hover .exp_summary_dev::before {
    transform: scaleX(1);
}

@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

@media (max-width: 768px) {.teaching_history_dev {
    padding: 80px 0;
}.teaching_history_dev .client_testimonials_dev {
    margin: 0 15px;
    padding: 80px 25px 30px;
}.teaching_history_dev .img_pic_dev {
    width: 100px;
    height: 100px;
    left: 25px;
}.teaching_history_dev .name {
    font-size: 22px;
}.teaching_history_dev .exp_summary_dev {
    font-size: calc(18px * 0.95);
}.teaching_history_dev .exp_summary_dev::before {
    width: 20px;
    left: -25px;
}}.tariff_container_dev {
    padding: 120px 0;
    isolation: isolate;
    overflow: hidden;
    position: relative;
}.tariff_container_dev::before {
    position: absolute;
    z-index: -1;
    left: 0;
    background: linear-gradient(135deg, rgb(123,151,146,0.5), rgba(0, 0, 0, 0.5) 70%);
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
}.tariff_container_dev::after {
    width: 45%;
    position: absolute;
    right: 0;
    background: linear-gradient(225deg, rgb(87,109,104,0.5) 10%, transparent 65%);
    z-index: -1;
    top: 0;
    height: 100%;
    pointer-events: none;
    content: "";
}.tariff_container_dev .container {
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.tariff_container_dev .cost_matrix_dev {
    align-items: center;
    flex-direction: column;
    position: relative;
    display: flex;
}.tariff_container_dev h2 {
    font-size: 35px;
    z-index: 2;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    text-align: center;
}.tariff_container_dev h2::after {
    margin: 16px auto 0;
    border-radius: 2px;
    width: 80px;
    content: "";
    background: rgb(123,151,146);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(2px);
    height: 4px;
    display: block;
}.tariff_container_dev .class_cost_dev {
    font-size: calc(12px + 2px);
    opacity: 0.9;
    max-width: 700px;
    line-height: 1.6;
    letter-spacing: 0.3px;
    margin: 0 auto 50px;
    font-weight: 400;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #ffffff;
}.tariff_container_dev .learning_pricing_dev {
    position: relative;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 0;
    display: grid;
    z-index: 2;
    list-style: none;
    width: 100%;
}.tariff_container_dev .learning_pricing_dev li {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
}.tariff_container_dev .learning_pricing_dev li:hover {
    transform: translateY(-8px);
}.tariff_container_dev .pricing_tiers_dev {
    height: 100%;
    width: 100%;
    display: flex;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    text-decoration: none;
    overflow: hidden;
}.tariff_container_dev .pricing_tiers_dev:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}.tariff_container_dev .annual_plan_dev {
    z-index: 1;
    position: relative;
    border-radius: 12px;
    flex-direction: column;
    box-sizing: border-box;
    flex-grow: 1;
    display: flex;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
}.tariff_container_dev .annual_plan_dev::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(145deg, rgba(rgb(123,151,146), 0.03), rgba(rgb(87,109,104), 0.05));
    z-index: -1;
    top: 0;
    left: 0;
}.tariff_container_dev .annual_plan_dev::after {
    height: 180px;
    opacity: 0.1;
    z-index: -1;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    position: absolute;
    content: "";
    transition: all 0.5s ease;
    width: 180px;
    background: linear-gradient(225deg, rgb(123,151,146,0.5) 10%, transparent 70%);
    border-radius: 0 0 0 180px;
}.tariff_container_dev .pricing_tiers_dev:hover .annual_plan_dev::after {
    transform: translate(40%, -40%) scale(1.1);
    opacity: 0.2;
}.tariff_container_dev .package_pricing_dev {
    flex-grow: 1;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 35px 25px;
}.tariff_container_dev .package_pricing_dev::before {
    width: 100%;
    bottom: 0;
    left: 0;
    height: 40%;
    content: "";
    z-index: -1;
    position: absolute;
    background: linear-gradient(to top, rgba(rgb(123,151,146), 0.03), transparent);
}.tariff_container_dev .package_pricing_dev h4 {
    position: relative;
    font-size: calc(19px + 2px);
    color: #000000;
    font-weight: 600;
    margin: 0 0 20px;
    display: inline-block;
}.tariff_container_dev .package_pricing_dev h4::after {
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    border-radius: 2px;
    bottom: -8px;
    background: rgb(123,151,146);
    width: 40px;
    height: 3px;
    content: "";
}.tariff_container_dev .package_pricing_dev p {
    font-size: 12px;
    margin: 0 0 30px;
    word-break: break-word;
    line-height: 1.6;
    flex-grow: 1;
    color: #000000;
    overflow-wrap: break-word;
    hyphens: auto;
}.tariff_container_dev .learn_fees_devFPfxD {
    font-weight: 700;
    position: relative;
    color: rgb(123,151,146);
    align-self: flex-start;
    transition: all 0.3s ease;
    padding: 10px 20px;
    backdrop-filter: blur(4px);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    margin-top: auto;
    display: inline-block;
    font-size: calc(19px + 6px);
    border-radius: 8px;
}.tariff_container_dev .pricing_tiers_dev:hover .learn_fees_devFPfxD {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    transform: scale(1.05);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}

@media (max-width: 1200px) {.tariff_container_dev {
    padding: 100px 0;
}.tariff_container_dev .learning_pricing_dev {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.tariff_container_dev h2 {
    font-size: calc(35px - 2px);
}.tariff_container_dev .class_cost_dev {
    margin-bottom: 40px;
    font-size: 12px;
}
}

@media (max-width: 992px) {.tariff_container_dev {
    padding: 80px 0;
}.tariff_container_dev .learning_pricing_dev {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.tariff_container_dev .package_pricing_dev {
    padding: 30px 20px;
}.tariff_container_dev .learn_fees_devFPfxD {
    padding: 8px 16px;
    font-size: calc(19px + 2px);
}
}

@media (max-width: 768px) {.tariff_container_dev {
    padding: 60px 0;
}.tariff_container_dev .learning_pricing_dev {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.tariff_container_dev h2 {
    font-size: calc(35px - 4px);
}.tariff_container_dev .package_pricing_dev h4 {
    font-size: 19px;
}.tariff_container_dev .package_pricing_dev p {
    font-size: calc(12px - 1px);
}
}

@media (max-width: 576px) {.tariff_container_dev {
    padding: 50px 0;
}.tariff_container_dev h2 {
    font-size: calc(35px - 6px);
}.tariff_container_dev .class_cost_dev {
    font-size: calc(12px - 1px);
    margin-bottom: 30px;
}.tariff_container_dev .package_pricing_dev {
    padding: 25px 18px;
}.tariff_container_dev .learn_fees_devFPfxD {
    font-size: 19px;
    padding: 6px 12px;
}}.our_mission_dev {
    color: #ffffff;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}.our_mission_dev::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.65));
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
}.our_mission_dev::after {
    content: "";
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(123,151,146), 0.03) 0px,
        rgba(rgb(123,151,146), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    left: 0;
    pointer-events: none;
    z-index: 2;
    position: absolute;
    top: 0;
    height: 100%;
}.our_mission_dev .container {
    display: grid;
    max-width: 1200px;
    position: relative;
    grid-template-columns: 1fr;
    padding: 0 20px;
    z-index: 10;
    margin: 0 auto;
}.our_mission_dev h4 {
    letter-spacing: 2px;
    color: rgb(123,151,146);
    text-transform: uppercase;
    font-weight: 700;
    transform: translateY(0);
    position: relative;
    text-align: center;
    opacity: 1;
    z-index: 10;
    margin-bottom: 40px;
    font-size: 32px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.our_mission_dev:hover h4 {
    transform: translateY(-5px);
}.our_mission_dev h4::after {
    transform: translateX(-50%) scaleX(0.8);
    left: 50%;
    position: absolute;
    bottom: -12px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgb(123,151,146);
    width: 60px;
    content: "";
    height: 3px;
}.our_mission_dev:hover h4::after {
    transform: translateX(-50%) scaleX(1.2);
}.our_mission_dev .content_wrap_dev {
    border-radius: 10px;
    transform: perspective(1000px) rotateY(0deg);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 40px;
}.our_mission_dev .content_wrap_dev:hover {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2), 0 15px 35px rgba(0, 0, 0, 0.15);
}.our_mission_dev .content_wrap_dev::before {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(rgb(123,151,146), 0.08) 0%,
        rgba(rgb(87,109,104), 0.05) 100%
    );
    content: "";
    left: 0;
    z-index: -1;
    clip-path: inherit;
    top: 0;
}.our_mission_dev .content_wrap_dev h6 {
    margin-bottom: 20px;
    color: rgb(123,151,146);
    font-size: calc(20px * 1.1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
    transform: translateX(0);
    display: inline-block;
    position: relative;
}.our_mission_dev .content_wrap_dev:hover h6 {
    transform: translateX(5px);
}.our_mission_dev .content_wrap_dev h6::after {
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -8px;
    background: linear-gradient(
        90deg,
        rgb(123,151,146) 0%,
        rgb(87,109,104) 100%
    );
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleX(0.5);
    position: absolute;
    transform-origin: left;
}.our_mission_dev .content_wrap_dev:hover h6::after {
    transform: scaleX(1);
}.our_mission_dev .content_wrap_dev div {
    position: relative;
    overflow: hidden;
}.our_mission_dev .content_wrap_dev span {
    text-align: justify;
    display: block;
    font-size: 15px;
    column-count: 1;
    column-gap: 40px;
    color: #000000;
    transition: opacity 0.3s;
    opacity: 0.9;
    line-height: 1.8;
}.our_mission_dev .content_wrap_dev:hover span {
    opacity: 1;
}.our_mission_dev .content_wrap_dev span::first-letter {
    font-size: 2.5em;
    margin-right: 8px;
    line-height: 0.8;
    color: rgb(123,151,146);
    font-weight: 700;
    float: left;
}.our_mission_dev::before {
    transition: background-position 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background-size: 200% 200%;
    background-position: 0% 0%;
}.our_mission_dev:hover::before {
    background-position: 100% 100%;
}


@media (min-width: 768px) {.our_mission_dev {
    padding: 100px 0;
}.our_mission_dev h4 {
    margin-bottom: 60px;
    font-size: calc(32px * 1.2);
}.our_mission_dev .content_wrap_dev {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 30px), 
            calc(100% - 30px) 100%, 
            0 100%
        );
    padding: 50px 60px;
}.our_mission_dev .content_wrap_dev h6 {
    margin-bottom: 30px;
    font-size: calc(20px * 1.3);
}.our_mission_dev .content_wrap_dev span {
    column-gap: 50px;
    column-count: 2;
}
}

@media (min-width: 1024px) {.our_mission_dev {
    padding: 120px 0;
}.our_mission_dev .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.our_mission_dev .content_wrap_dev {
    padding: 60px 70px;
}.our_mission_dev .content_wrap_dev span {
    column-count: 2;
}
}

@media (max-width: 767px) {.our_mission_dev {
    padding: 60px 0;
}.our_mission_dev h4 {
    margin-bottom: 30px;
    font-size: calc(20px * 1.2);
}.our_mission_dev .content_wrap_dev {
    padding: 30px 25px;
}.our_mission_dev .content_wrap_dev h6 {
    margin-bottom: 15px;
    font-size: 19px;
}.our_mission_dev .content_wrap_dev span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.our_mission_dev {
    padding: 50px 0;
}.our_mission_dev .content_wrap_dev {
    padding: 25px 20px;
}.our_mission_dev .content_wrap_dev span::first-letter {
    font-size: 2em;
}}.help_desk_info_dev {
    overflow: hidden;
    perspective: 1000px;
    padding: 5rem 0;
    color: #ffffff;
    position: relative;
    background: linear-gradient(140deg, #000000 0%, #151a23 100%);
}.help_desk_info_dev::before {
    width: 100%;
    content: '';
    opacity: 0.1;
    background-size: 50px 50px;
    height: 100%;
    top: 0;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 95%, rgba(rgb(123,151,146,0.5), 0.3) 95%),
        linear-gradient(rgba(rgb(123,151,146,0.5), 0.2) 1px, transparent 1px);
    left: 0;
    z-index: 1;
}.help_desk_info_dev::after {
    top: -250px;
    content: '';
    z-index: 0;
    right: -250px;
    position: absolute;
    height: 500px;
    filter: blur(80px);
    width: 500px;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(123,151,146) 0%, transparent 60%);
    animation: pulseGlow 10s infinite alternate;
}@keyframes pulseGlow {
    0% { opacity: 0.05; transform: scale(1); }
    50% { opacity: 0.2; transform: scale(1.1); }
    100% { opacity: 0.05; transform: scale(1); }
}
.help_desk_info_dev .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 3;
    position: relative;
    max-width: 1200px;
}.help_desk_info_dev .instant_contact_dev {
    border-radius: 25px;
    overflow: visible;
    perspective: 800px;
    position: relative;
    transform-style: preserve-3d;
}.help_desk_info_dev .instant_contact_dev h3 {
    font-size: 46px;
    letter-spacing: 1px;
    text-shadow: 0 0 10px rgba(rgb(123,151,146,0.5), 0.5);
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #ffffff;
    padding-left: 1rem;
    transform: translateZ(5px);
    border-left: 4px solid rgb(123,151,146);
}.help_desk_info_dev .instant_contact_dev h3::after {
    bottom: -10px;
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, rgb(123,151,146), transparent);
}.help_desk_info_dev .help_request_dev {
    position: relative;
    max-width: 80%;
    margin-bottom: 3rem;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    transform: translateZ(5px);
}.help_desk_info_dev .contact_faq_dev {
    position: relative;
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}.help_desk_info_dev .contact_faq_dev span {
    border-radius: 10px;
    position: relative;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    transform: translateZ(0);
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(rgb(123,151,146,0.5), 0.2);
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
}.help_desk_info_dev .contact_faq_dev span::before {
    left: 0;
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    background: linear-gradient(45deg, transparent 0%, rgba(rgb(123,151,146,0.5), 0.05) 100%);
    width: 100%;
    height: 100%;
}.help_desk_info_dev .contact_faq_dev span::after {
    height: 6px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    width: 50px;
    bottom: 0;
    background: rgb(123,151,146);
    content: '';
}.help_desk_info_dev .contact_faq_dev span:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 0 15px rgba(rgb(123,151,146,0.5), 0.3);
    transform: translateY(-5px) translateZ(10px);
    border-color: rgba(rgb(123,151,146,0.5), 0.4);
}.help_desk_info_dev .contact_faq_dev span:hover::after {
    width: 100%;
}.help_desk_info_dev .contact_faq_dev span p {
    align-items: center;
    margin: 0 0 0.75rem;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    color: #ffffff;
}.help_desk_info_dev .contact_faq_dev span p::before {
    width: 10px;
    margin-right: 10px;
    content: '';
    height: 2px;
    background: rgb(123,151,146);
    display: block;
}.help_desk_info_dev .contact_faq_dev span svg {
    position: absolute;
    transform: translateZ(10px);
    opacity: 0.8;
    height: 24px;
    transition: all 0.3s ease;
    right: 1rem;
    width: 24px;
    filter: drop-shadow(0 0 5px rgba(rgb(123,151,146,0.5), 0.7));
    fill: rgb(123,151,146);
    top: 1rem;
}.help_desk_info_dev .contact_faq_dev span:hover svg {
    opacity: 1;
    fill: #ffffff;
    filter: drop-shadow(0 0 8px rgb(123,151,146));
    transform: translateZ(15px) rotate(15deg) scale(1.1);
}.help_desk_info_dev .contact_faq_dev span svg path {
    transition: all 0.3s ease;
    stroke: rgba(0, 0, 0, 0.4);
    stroke-width: 0.5;
}.help_desk_info_dev .contact_faq_dev span:hover svg path {
    stroke: rgb(123,151,146);
    stroke-width: 1;
}.help_desk_info_dev .contact_faq_dev span > span {
    display: flex;
    align-items: center;
    border: none;
    transform: none !important;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.7);
    box-shadow: none;
    background: transparent;
}.help_desk_info_dev .contact_faq_dev span > span:hover {
    box-shadow: none;
    transform: none;
}.help_desk_info_dev .contact_faq_dev span > span::before,
.help_desk_info_dev .contact_faq_dev span > span::after {
    display: none;
}.help_desk_info_dev .contact_faq_dev span > span svg {
    position: relative;
    opacity: 0.7;
    margin-bottom: 0;
    margin-right: 0.75rem;
    width: 18px;
    top: auto;
    right: auto;
    height: 18px;
}.help_desk_info_dev .contact_faq_dev span:hover > span svg {
    opacity: 0.9;
    transform: translateZ(5px) rotate(0) scale(1);
}.help_desk_info_dev .contact_faq_dev span a {
    transition: all 0.3s ease;
    align-items: center;
    position: relative;
    color: rgb(123,151,146);
    display: inline-flex;
    text-decoration: none;
}.help_desk_info_dev .contact_faq_dev span a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgb(123,151,146);
}.help_desk_info_dev .contact_faq_dev span a svg {
    opacity: 0.9;
    right: auto;
    height: 16px;
    width: 16px;
    position: relative;
    margin-right: 0.5rem;
    top: auto;
}.help_desk_info_dev .contact_faq_dev span a:hover svg {
    fill: #ffffff;
    transform: translateZ(5px) scale(1.1);
}.help_desk_info_dev .message_card_dev {
    overflow: hidden;
    border: 1px solid rgba(rgb(87,109,104,0.5), 0.3);
    grid-column: 1 / -1;
    background: rgba(rgb(87,109,104,0.5), 0.1);
    position: relative;
    backdrop-filter: blur(5px);
    padding: 2rem;
    border-radius: 10px;
    margin-top: 1.5rem;
}.help_desk_info_dev .message_card_dev::before {
    top: 0;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    left: 0;
    content: '';
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, transparent, rgba(rgb(87,109,104,0.5), 0.05));
}.help_desk_info_dev .message_card_dev::after {
    right: -30px;
    position: absolute;
    top: -30px;
    width: 60px;
    content: '';
    border-radius: 50%;
    background: rgb(87,109,104);
    height: 60px;
    opacity: 0.1;
}.help_desk_info_dev .message_card_dev h4 {
    text-transform: uppercase;
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
    display: flex;
    font-size: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    padding-bottom: 1rem;
    position: relative;
    align-items: center;
    color: #ffffff;
}.help_desk_info_dev .message_card_dev h4 svg {
    filter: drop-shadow(0 0 5px rgba(rgb(87,109,104,0.5), 0.5));
    animation: clockRotate 10s linear infinite;
    fill: rgb(87,109,104);
    height: 22px;
    width: 22px;
    margin-right: 0.75rem;
    transform-origin: center;
}@keyframes clockRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.help_desk_info_dev .message_card_dev h4::after {
    bottom: -1px;
    left: 0;
    content: '';
    width: 50px;
    background: rgb(87,109,104);
    position: absolute;
    height: 2px;
}.help_desk_info_dev .message_card_dev span {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
    position: relative;
    margin-bottom: 14px;
    padding: 0.75rem;
}.help_desk_info_dev .message_card_dev span:hover {
    color: #ffffff;
}.help_desk_info_dev .message_card_dev span svg {
    margin-right: 10px;
    width: 14px;
    opacity: 0.7;
    fill: rgb(87,109,104);
    transition: all 0.3s ease;
    height: 14px;
}.help_desk_info_dev .message_card_dev span:hover svg {
    transform: translateX(3px);
    opacity: 1;
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}
.help_desk_info_dev::before {
    content: '';
    height: 5px;
    position: absolute;
    opacity: 0.5;
    animation: scanline 8s linear infinite;
    background: linear-gradient(90deg, transparent, rgba(rgb(123,151,146,0.5), 0.5), transparent);
    z-index: 4;
    width: 100%;
    left: 0;
    top: 0;
}@keyframes typingCursor {
    0%, 100% { border-right-color: transparent; }
    50% { border-right-color: rgb(123,151,146); }
}
.help_desk_info_dev .instant_contact_dev h3 span {
    animation: typingCursor 1s step-end infinite;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid rgb(123,151,146);
}@keyframes blinkingLight {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.6; }
}
.help_desk_info_dev .container::before {
    background: rgb(123,151,146);
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(123,151,146);
    z-index: 5;
    right: 20px;
    animation: blinkingLight 2s infinite;
    height: 10px;
    bottom: 20px;
    width: 10px;
    content: '';
    position: absolute;
}
@media (max-width: 991px) {.help_desk_info_dev {
    padding: 4rem 0;
}.help_desk_info_dev .instant_contact_dev h3 {
    font-size: calc(46px * 0.8);
}.help_desk_info_dev .help_request_dev {
    margin-bottom: 2.5rem;
    max-width: 90%;
}.help_desk_info_dev .contact_faq_dev {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.help_desk_info_dev .contact_faq_dev span svg {
    height: 20px;
    width: 20px;
}
}
@media (max-width: 767px) {.help_desk_info_dev {
    padding: 3.5rem 0;
}.help_desk_info_dev .instant_contact_dev h3 {
    font-size: calc(46px * 0.7);
}.help_desk_info_dev .help_request_dev {
    max-width: 100%;
    margin-bottom: 2rem;
}.help_desk_info_dev .contact_faq_dev {
    grid-template-columns: 1fr;
}.help_desk_info_dev .contact_faq_dev span svg {
    top: 0.75rem;
    height: 18px;
    right: 0.75rem;
    width: 18px;
}
}
@media (max-width: 575px) {.help_desk_info_dev {
    padding: 3rem 0;
}.help_desk_info_dev .instant_contact_dev h3 {
    font-size: calc(46px * 0.6);
}.help_desk_info_dev .help_request_dev {
    font-size: calc(15px * 0.95);
}.help_desk_info_dev .contact_faq_dev span {
    padding: 1.25rem;
}.help_desk_info_dev .message_card_dev {
    padding: 1.5rem;
}.help_desk_info_dev .message_card_dev h4 {
    font-size: calc(24px * 0.9);
    margin-bottom: 1.25rem;
}.help_desk_info_dev .message_card_dev h4 svg {
    width: 18px;
    height: 18px;
}}
.help_desk_info_dev .container::after {
    opacity: 0.3;
    background-repeat: repeat;
    height: 100%;
    position: absolute;
    left: 0;
    content: '';
    z-index: -1;
    background-size: 250px 250px;
    background: 
        radial-gradient(2px 2px at 40px 70px, rgb(123,151,146) 50%, transparent 50%),
        radial-gradient(2px 2px at 90px 40px, rgb(87,109,104) 50%, transparent 50%),
        radial-gradient(2px 2px at 140px 90px, rgb(123,151,146) 50%, transparent 50%),
        radial-gradient(2px 2px at 210px 60px, rgb(87,109,104) 50%, transparent 50%);
    top: 0;
    width: 100%;
    animation: parallaxStars 60s linear infinite;
}@keyframes parallaxStars {
    from { background-position: 0 0; }
    to { background-position: 1000px 1000px; }
}.newsletter_dev {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(123,151,146,0.5), rgb(160,188,183));
    overflow: hidden;
    position: relative;
}.newsletter_dev::before {
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03) 0px,
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    left: 0;
    position: absolute;
    content: "";
}.newsletter_dev::after {
    opacity: 0.1;
    height: 200px;
    background: rgb(123,151,146);
    width: 200px;
    border-radius: 50%;
    content: "";
    position: absolute;
    z-index: 0;
    top: -50px;
    right: -50px;
    filter: blur(40px);
}.newsletter_dev .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.newsletter_dev .smart_study_dev {
    transform: perspective(1000px) rotateX(1deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    border-left: 3px solid rgb(123,151,146);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    padding: 50px;
    position: relative;
}.newsletter_dev .smart_study_dev::before {
    z-index: -1;
    width: 100%;
    background: linear-gradient(
        to right,
        rgb(123,151,146,0.5) 0%,
        transparent 10%
    );
    opacity: 0.2;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
}.newsletter_dev h3 {
    color: #000000;
    transform: translateY(0);
    position: relative;
    font-size: calc(19px * 1.1);
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.4;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.newsletter_dev h3::after {
    transform-origin: left;
    position: absolute;
    left: 0;
    width: 80px;
    height: 2px;
    content: "";
    bottom: -10px;
    transition: transform 0.5s ease;
    transform: scaleX(1);
    background: rgb(123,151,146);
}.newsletter_dev .smart_study_dev:hover h3 {
    transform: translateY(-5px);
}.newsletter_dev .smart_study_dev:hover h3::after {
    transform: scaleX(1.5);
}.newsletter_dev .input_holder {
    display: flex;
    margin-top: 30px;
    gap: 15px;
    align-items: stretch;
    position: relative;
    flex-direction: row;
    max-width: 600px;
}.newsletter_dev .input_holder > div {
    position: relative;
    flex: 1;
}.newsletter_dev .input_holder input[type="email"] {
    width: 100%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: #ffffff;
    padding: 10px 20px;
    border-bottom: 2px solid rgb(123,151,146);
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    height: 55px;
    outline: none;
}.newsletter_dev .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(var(--primary-color-rgb), 0.1);
    border-color: rgb(123,151,146);
    transform: translateY(-2px);
}.newsletter_dev .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.newsletter_dev .input_holder input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.6;
}.newsletter_dev .input_holder .join_list_dev {
    color: #ffffff;
    background: rgb(123,151,146);
    justify-content: center;
    min-width: 150px;
    display: flex;
    cursor: pointer;
    font-weight: 600;
    align-items: center;
    padding: 0 25px;
    font-size: 17px;
    height: 55px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    position: relative;
    border: none;
}.newsletter_dev .input_holder .join_list_dev::before {
    transition: left 0.7s ease;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    top: 0;
    left: -100%;
    width: 100%;
    content: "";
    position: absolute;
}.newsletter_dev .input_holder .join_list_dev:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    background: rgb(87,109,104);
}.newsletter_dev .input_holder .join_list_dev:hover::before {
    left: 100%;
}.newsletter_dev .input_holder .join_list_dev:active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

@media (max-width: 768px) {.newsletter_dev {
    padding: 60px 0;
}.newsletter_dev .smart_study_dev {
    padding: 30px;
    transform: perspective(1000px) rotateX(0deg);
}.newsletter_dev h3 {
    font-size: 22px;
    margin-bottom: 20px;
}.newsletter_dev .input_holder {
    gap: 10px;
    flex-direction: column;
}.newsletter_dev .input_holder input[type="email"],
    .newsletter_dev .input_holder .join_list_dev {
    height: 50px;
}.newsletter_dev .input_holder .join_list_dev {
    width: 100%;
    min-width: unset;
}
}

@media (max-width: 480px) {.newsletter_dev {
    padding: 40px 0;
}.newsletter_dev .smart_study_dev {
    padding: 25px 20px;
}.newsletter_dev h3 {
    font-size: calc(22px * 0.9);
}.newsletter_dev .input_holder {
    margin-top: 20px;
}.newsletter_dev .input_holder input[type="email"],
    .newsletter_dev .input_holder .join_list_dev {
    height: 45px;
    font-size: calc(18px * 0.9);
}
}

@media (hover: none) {.newsletter_dev .smart_study_dev:hover h3 {
    transform: none;
}.newsletter_dev .smart_study_dev:hover h3::after {
    transform: scaleX(1);
}
}

@media (prefers-reduced-motion) {.newsletter_dev .smart_study_dev,
    .newsletter_dev h3,
    .newsletter_dev h3::after,
    .newsletter_dev .input_holder input[type="email"],
    .newsletter_dev .input_holder .join_list_dev,
    .newsletter_dev .input_holder .join_list_dev::before {
    transition: none;
}}.thanksUnit_dev {
    position: relative;
    background: linear-gradient(135deg, rgb(160,188,183) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
}.thanksUnit_dev::before {
    top: -10%;
    animation: float 15s ease-in-out infinite;
    position: absolute;
    right: -5%;
    background: linear-gradient(120deg, rgb(123,151,146,0.5) 0%, rgb(87,109,104,0.5) 100%);
    z-index: 0;
    height: 70%;
    width: 40%;
    content: "";
    opacity: 0.4;
    transform: rotate(-15deg) skewX(15deg);
    filter: blur(25px);
}.thanksUnit_dev::after {
    bottom: -5%;
    opacity: 0.3;
    height: 60%;
    left: -2%;
    transform: rotate(10deg) skewX(-10deg);
    background: linear-gradient(220deg, rgb(87,109,104,0.5) 0%, rgb(123,151,146,0.5) 100%);
    position: absolute;
    width: 30%;
    content: "";
    z-index: 0;
    animation: float 18s ease-in-out infinite reverse;
    filter: blur(20px);
}.thanksUnit_dev .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
}.thanksUnit_dev .smart_study_dev {
    transform: perspective(1000px) rotateX(1deg);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-left: 5px solid rgb(123,151,146);
    background-color: #ffffff;
    padding: 3.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}.thanksUnit_dev .smart_study_dev:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
              0 10px 20px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thanksUnit_dev .smart_study_dev::before {
    content: "";
    top: 0;
    mask-size: 200% 200%;
    background: linear-gradient(to right, 
               #ffffff 0%, 
               rgba(255, 255, 255, 0.8) 100%);
    height: 100%;
    z-index: -1;
    position: absolute;
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, 0.7) 50%, #000 75%);
    animation: shimmerMask 8s infinite linear;
    left: 0;
    width: 100%;
}.thanksUnit_dev .smart_study_dev > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.thanksUnit_dev .smart_study_dev > div:first-child::after {
    left: 0;
    bottom: -1rem;
    height: 4px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(123,151,146) 0%, rgb(87,109,104) 100%);
    position: absolute;
    content: "";
    width: 60px;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.thanksUnit_dev .smart_study_dev:hover > div:first-child::after {
    width: 120px;
}.thanksUnit_dev h5 {
    animation: fadeInUp 0.8s forwards 0.2s;
    font-size: 23px;
    color: #000000;
    position: relative;
    line-height: 1.4;
    transform: translateZ(0);
    opacity: 0;
    margin: 0;
    font-weight: 600;
}.thanksUnit_dev a {
    transform: translateZ(0);
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}.thanksUnit_dev a:hover {
    transform: translateY(-3px);
}.thanksUnit_dev p {
    font-weight: 400;
    color: #000000;
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
    animation: fadeInUp 0.8s forwards 0.5s;
    font-family: Arial, sans-serif;
    opacity: 0;
}

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

@keyframes shimmerMask {
  0% {
    mask-position: 0% 0%;
  }
  100% {
    mask-position: 200% 0%;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 992px) {.thanksUnit_dev {
    padding: 5rem 0;
}.thanksUnit_dev .smart_study_dev {
    padding: 2.5rem;
}.thanksUnit_dev h5 {
    font-size: calc(23px * 0.95);
}
}

@media (max-width: 768px) {.thanksUnit_dev {
    padding: 4rem 0;
}.thanksUnit_dev .smart_study_dev {
    transform: perspective(1000px) rotateX(0deg);
    padding: 2rem;
}.thanksUnit_dev h5 {
    font-size: calc(23px * 0.9);
}.thanksUnit_dev p {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.thanksUnit_dev {
    padding: 3rem 0;
}.thanksUnit_dev .smart_study_dev {
    padding: 1.5rem;
    border-left-width: 3px;
}.thanksUnit_dev .smart_study_dev > div:first-child::after {
    width: 50px;
    height: 3px;
}.thanksUnit_dev .smart_study_dev:hover > div:first-child::after {
    width: 80px;
}.thanksUnit_dev h5 {
    font-size: calc(23px * 0.85);
}.thanksUnit_dev p {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}.title_board_dev {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(160,188,183), #ffffff 90%);
}.title_board_dev::before {
    right: 0;
    background: linear-gradient(45deg, rgba(94,170,168,0.1), rgba(94,170,168,0.05));
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    width: 60%;
    z-index: 1;
}.title_board_dev::after {
    content: "";
    left: 0;
    background: radial-gradient(circle at 20% 30%, rgba(94,170,168,0.12), transparent 50%);
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 100%;
}.title_board_dev .smart_study_dev {
    margin: 0 auto;
    gap: 2rem;
    position: relative;
    min-height: 100vh;
    max-width: 1400px;
    padding: 5rem 2rem;
    display: grid;
    z-index: 5;
    grid-template-columns: 1fr 1fr;
}.title_board_dev h1 {
    grid-column: 1 / -1;
    animation: slideDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    font-size: 38px;
    color: #000000;
    margin-bottom: 2rem;
    position: relative;
    transform: translateY(-20px);
}.title_board_dev h1::after {
    bottom: -10px;
    background: rgb(123,151,146);
    transform: scaleX(0);
    left: 0;
    transform-origin: left;
    content: "";
    animation: scaleIn 0.6s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 4px;
    width: 60px;
    position: absolute;
}.title_board_dev .content_wrap_dev {
    transform: translateX(-30px);
    display: flex;
    position: relative;
    z-index: 10;
    justify-content: center;
    animation: slideRight 0.8s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    flex-direction: column;
    opacity: 0;
}.title_board_dev .master_expert_dev {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(123,151,146);
}.title_board_dev .master_expert_dev:hover {
    transform: perspective(1000px) rotateY(0);
}.title_board_dev .master_expert_dev p {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 2rem;
    font-size: calc(15px * 1.2);
    position: relative;
}.title_board_dev .master_expert_dev p::after {
    left: 0;
    height: 2px;
    width: 40px;
    background: rgb(87,109,104);
    position: absolute;
    bottom: -10px;
    content: "";
}.title_board_dev svg {
    filter: drop-shadow(0 6px 12px rgba(94,170,168,0.2));
    margin: 1.5rem 0;
    transform: scale(0.9);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 120px;
    height: 120px;
}.title_board_dev svg:hover {
    transform: scale(1);
}.title_board_dev svg path {
    transition: fill 0.3s ease;
    fill: rgb(123,151,146);
}.title_board_dev svg:hover path {
    fill: rgb(87,109,104);
}.title_board_dev svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.title_board_dev svg:hover text {
    fill: #000000;
}.title_board_dev .message_message_dev {
    transform: translateY(0);
    margin-top: 1.5rem;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    font-weight: 600;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    background: linear-gradient(45deg, rgb(123,151,146), rgb(87,109,104));
    border: none;
    cursor: pointer;
    display: inline-block;
    padding: 1rem 2rem;
    position: relative;
    font-size: 17px;
    z-index: 1;
}.title_board_dev .message_message_dev::before {
    position: absolute;
    z-index: -1;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(45deg, rgb(87,109,104), rgb(123,151,146));
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.title_board_dev .message_message_dev:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(94,170,168,0.4);
}.title_board_dev .message_message_dev:hover::before {
    opacity: 1;
}.title_board_dev .img_pic_dev {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    transform: translateX(30px) scale(0.95);
    animation: slideLeft 0.8s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    height: 100%;
    position: relative;
    opacity: 0;
    z-index: 3;
}.title_board_dev .img_pic_dev::after {
    background: linear-gradient(to bottom, transparent 70%, rgba(94,170,168,0.3));
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

@keyframes slideDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideRight {
    from {
        transform: translateX(-30px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideLeft {
    from {
        transform: translateX(30px) scale(0.95);
        opacity: 0;
    }
    to {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@media (max-width: 992px) {.title_board_dev .smart_study_dev {
    padding: 4rem 1.5rem;
    grid-template-columns: 1fr;
    gap: 3rem;
}.title_board_dev h1 {
    text-align: center;
    font-size: calc(38px * 0.9);
}.title_board_dev h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}@keyframes scaleIn {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .title_board_dev .content_wrap_dev {
    order: 2;
}.title_board_dev .img_pic_dev {
    height: 300px;
    order: 1;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.title_board_dev::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    width: 100%;
}
}

@media (max-width: 768px) {.title_board_dev .smart_study_dev {
    gap: 2rem;
    padding: 3rem 1rem;
}.title_board_dev h1 {
    font-size: calc(38px * 0.8);
}.title_board_dev .master_expert_dev {
    padding: 1.5rem;
}.title_board_dev .master_expert_dev p {
    font-size: 15px;
}.title_board_dev svg {
    height: 100px;
    width: 100px;
}.title_board_dev .img_pic_dev {
    height: 250px;
}.title_board_dev .message_message_dev {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 576px) {.title_board_dev .smart_study_dev {
    padding: 2rem 1rem;
}.title_board_dev h1 {
    font-size: calc(38px * 0.7);
}.title_board_dev .master_expert_dev {
    padding: 1.25rem;
    transform: perspective(1000px) rotateY(0);
}.title_board_dev svg {
    width: 80px;
    margin: 1rem 0;
    height: 80px;
}.title_board_dev .img_pic_dev {
    height: 200px;
}
}