.academy-info-9 {
    flex: 0 0 auto;
}

.academy-info-9 {
    color: #ffffff;
    padding: 6rem 0 2rem;
    background: linear-gradient(45deg, #000000 0%, rgb(190,154,108,0.5) 100%);
    font-family: Arial, sans-serif;
    position: relative;
}



html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: inherit;
}

svg {
    width: 30px;
    height: 30px;
}

.container {
    margin: auto;
    width: 1247px;
    max-width: 100%;
}

.get-in-touch-7::before {
    opacity: 0.6;
    top: 0;
    background: radial-gradient(circle at 20% 50%, rgb(217,189,151,0.5) 0%, transparent 40%),
                radial-gradient(circle at 80% 30%, rgb(190,154,108,0.5) 0%, transparent 40%);
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
}

.get-in-touch-7 .container {
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

.get-in-touch-7 .inquiry-panel-7 {
    overflow: hidden;
    display: flex;
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    z-index: 3;
    border-radius: 13px;
}

.get-in-touch-7 .inquiry-panel-7::before {
    border-radius: 50%;
    content: '';
    height: 150px;
    opacity: 0.2;
    right: 0;
    background: rgb(217,189,151,0.5);
    transform: translate(50%, -50%);
    top: 0;
    width: 150px;
    position: absolute;
}

.get-in-touch-7 .help-inquiry-4 {
    position: relative;
    padding: 50px;
    flex: 1;
}

.get-in-touch-7 form h3 {
    margin-bottom: 25px;
    text-align: left;
    font-size: 18px;
}

.get-in-touch-7 input[type="text"],
.get-in-touch-7 textarea {
    color: #000000;
    width: 100%;
    background: #ffffff;
    font-size: 16px;
    font-family: Arial, sans-serif;
    border-radius: 13px;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.get-in-touch-7 .inquiry-query-9 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.get-in-touch-7 .inquiry-query-9 label::before {
    position: absolute;
    border: 2px solid rgb(217,189,151,0.5);
    width: 20px;
    content: '';
    transition: all 0.3s ease;
    top: 2px;
    border-radius: 10px;
    height: 20px;
    left: 0;
}

.get-in-touch-7 .inquiry-query-9 input[type="checkbox"]:checked + label::after {
    left: 7px;
    height: 10px;
    transform: rotate(45deg);
    border: solid #ffffff;
    top: 6px;
    position: absolute;
    content: '';
    border-width: 0 2px 2px 0;
    width: 6px;
}

.get-in-touch-7 .feedback-info-4::before {
    top: 0;
    content: '';
    height: 100%;
    background: rgb(190,154,108);
    transition: transform 0.4s ease;
    left: 0;
    position: absolute;
    z-index: -1;
    transform: translateX(-100%);
    width: 100%;
}

.get-in-touch-7 .feedback-info-4:hover {
    box-shadow: 0 5px 15px rgb(217,189,151,0.5);
}

.get-in-touch-7 .support-panel-0 {
    width: 35%;
    background: linear-gradient(135deg, rgb(217,189,151), rgb(190,154,108));
    color: #ffffff;
    position: relative;
    padding: 50px;
    overflow: hidden;
}

.get-in-touch-7 .support-panel-0 h4 {
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
    font-size: 18px;
    color: #ffffff;
}

.get-in-touch-7 .support-panel-0 h4::after {
    border-radius: 3px;
    bottom: -10px;
    width: 40px;
    height: 3px;
    content: '';
    position: absolute;
    left: 0;
    background: #ffffff;
}

.get-in-touch-7 .query-list-2 li {
    transition: transform 0.3s ease;
    padding-bottom: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
}

.get-in-touch-7 .query-list-2 svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.get-in-touch-7 .query-list-2 li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}

.get-in-touch-7 .query-list-2 a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}

header::before {
    content: '';
    width: 100%;
    top: 0;
    height: 100%;
    background-size: 20px 20px;
    position: absolute;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    left: 0;
    z-index: 0;
}

header .first-pagebar-0 {
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 3%;
    margin-left: 5px;
    display: flex;
}

header .first-teach-7:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}

header .first-teach-7 svg {
    height: auto;
    transition: all 0.3s ease;
    width: 140px;
}

header .header-lesson-9::before {
    top: -2px;
    background: linear-gradient(135deg, rgb(217,189,151,0.5), rgb(190,154,108,0.5));
    left: -2px;
    opacity: 0.5;
    bottom: -2px;
    content: '';
    position: absolute;
    border-radius: calc(10px + 2px);
    z-index: -1;
    right: -2px;
}

header .nav-info-7::before {
    background: linear-gradient(45deg, rgb(217,189,151,0.5), rgb(190,154,108,0.5));
    left: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: '';
    position: absolute;
    z-index: -1;
}

header .nav-info-7:hover::before {
    opacity: 1;
}

.title-portal-0 > div {
    display: grid;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.title-portal-0 > div {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

.title-portal-0::before {
    z-index: 1;
    height: 100%;
    opacity: 0.15;
    top: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(190,154,108,0.5) 100%);
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
}

.title-portal-0 h1.start-head-9 {
    position: relative;
    transform: translateY(-5px);
    animation: fadeInDown 0.8s ease-out forwards;
    font-size: 40px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #000000;
}

.title-portal-0 h1.start-head-9 {
    font-size: calc(40px * 1.2);
    max-width: 90%;
}

.title-portal-0 .course-first-8 {
    perspective: 1000px;
    width: 100%;
    position: relative;
    transform-style: preserve-3d;
}

.title-portal-0 .study-track-8 {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
    transform: translateZ(20px) rotateX(3deg);
    padding: 3rem 2rem;
    position: relative;
    animation: fadeInUp 1s ease-out 0.6s forwards;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5) !important;
    transition: transform 0.5s ease;
    background-blend-mode: overlay !important;
}

.title-portal-0 .study-track-8 {
    margin-left: -2rem;
    padding: 3.5rem 3rem;
}

.title-portal-0 .study-track-8:hover {
    transform: translateZ(30px) rotateX(1deg);
}

.title-portal-0 .study-track-8 h3 {
    line-height: 1.5;
    font-size: calc(24px * 0.9);
    margin: 0;
    color: #000000;
    font-weight: 600;
}

.tariff-box-9 {
    overflow: hidden;
    background: rgb(243,229,209);
    position: relative;
    padding: 100px 0;
}

.tariff-box-9::after {
    left: -50px;
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    width: 250px;
    height: 250px;
    background: rgb(190,154,108,0.5);
    bottom: -50px;
    content: "";
    z-index: 0;
    position: absolute;
    filter: blur(60px);
}

.tariff-box-9 .package-price-7 {
    flex-direction: column;
    display: flex;
    gap: 60px;
}

.tariff-box-9 .discount-plan-7 h2 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    position: relative;
    font-size: 30px;
}

.tariff-box-9 .learning-package-4 {
    opacity: 0.85;
    color: #000000;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.6;
}

.tariff-box-9 .pricing-levels-8 {
    color: inherit;
    text-decoration: none;
    perspective: 1000px;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.tariff-box-9 .pricing-levels-8:hover .pricing-catalog-0 {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(217,189,151,0.5);
}

.tariff-box-9 .payment-option-0 {
    z-index: 2;
    position: relative;
    overflow: hidden;
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.tariff-box-9 .pricing-levels-8:hover .payment-option-0::before {
    transform: scaleX(1);
}

.tariff-box-9 .payment-option-0 h3 {
    overflow-wrap: break-word;
    white-space: normal;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: calc(20px + 2px);
    word-break: break-word;
    transition: transform 0.4s ease, color 0.3s ease;
    color: #000000;
}

.tariff-box-9 .premium-plan-7 {
    margin: 10px 0 20px;
    color: rgb(190,154,108);
    display: block;
    word-break: break-word;
    font-weight: 700;
    white-space: normal;
    transition: transform 0.4s ease;
    font-size: 20px;
    overflow-wrap: break-word;
    position: relative;
}

.tariff-box-9 .payment-option-0 p {
    overflow-wrap: break-word;
    transition: color 0.3s ease;
    margin-bottom: 0;
    flex-grow: 1;
    word-break: break-word;
    color: #000000;
    white-space: normal;
    line-height: 1.6;
    font-size: calc(15px - 1px);
}

.tariff-box-9 .pricing-levels-8:hover .img-round-5 {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}

.tariff-box-9 .pricing-levels-8:hover .img-round-5::after {
    opacity: 0.4;
}

.tariff-box-9 .pricing-levels-8:hover::after {
    opacity: 0.5;
}

.company-info-7 {
    padding: 120px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.company-info-7::before {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.75));
    content: "";
    top: 0;
    z-index: 1;
}

.company-info-7 .container {
    margin: 0 auto;
    z-index: 5;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}

.company-info-7 .content-column-1 {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding: 60px 50px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 
                0 0 0 1px rgba(255, 255, 255, 0.1);
    border-left: 4px solid rgb(217,189,151);
    transform: perspective(1000px) rotateY(1deg);
}

.company-info-7 .content-column-1::after {
    position: absolute;
    bottom: -75px;
    z-index: -1;
    width: 150px;
    height: 150px;
    left: -75px;
    border-radius: 50%;
    opacity: 0.05;
    content: "";
    background: rgb(190,154,108);
}

.company-info-7 h5::after {
    content: "";
    transform-origin: left;
    width: 50%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    background: rgb(217,189,151);
}

.company-info-7 .content-column-1:hover p b {
    transform: translateX(10px);
}

.company-info-7 ol {
    position: relative;
    margin-top: 30px;
    padding-left: 0;
}

.company-info-7 ol li {
    padding-left: 0;
    font-size: 18px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-align: justify;
    color: rgba(255, 255, 255, 0.9);
    list-style-type: none;
    line-height: 1.8;
    position: relative;
}

.company-info-7 .content-column-1:hover ol::before {
    transform: scaleY(1);
}

.appWrap-8 {
    position: relative;
    background: linear-gradient(135deg, rgb(243,229,209) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
}

.appWrap-8::after {
    content: "";
    filter: blur(70px);
    bottom: -80px;
    right: -80px;
    width: 280px;
    animation: float 15s ease-in-out infinite reverse;
    background: rgb(217,189,151,0.5);
    height: 280px;
    position: absolute;
    z-index: 0;
}

.appWrap-8 .mentor-team-9 {
    padding: 3.5rem;
    grid-template-columns: 1fr;
    backdrop-filter: blur(15px);
    clip-path: polygon(
        0% 0%, 
        97% 0%, 
        100% 3%, 
        100% 100%, 
        3% 100%, 
        0% 97%
    );
    position: relative;
    display: grid;
    background: rgba(255, 255, 255, 0.85);
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.05);
}

.appWrap-8 .mentor-team-9:hover > div:first-child::after {
    transform: scaleX(1.5);
}

.appWrap-8 h5 {
    line-height: 1.3;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(0);
}

.appWrap-8 a:hover {
    transform: translateY(-5px);
}

.appWrap-8 a::before {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    transition: height 0.5s ease, opacity 0.5s ease;
    position: absolute;
    background: linear-gradient(to top, rgb(217,189,151,0.5) 0%, transparent 100%);
    height: 0;
    opacity: 0;
}

.secure-citadel-5::before {
    top: 0;
    z-index: 1;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(217,189,151,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(190,154,108,0.5), 0.04) 0%, transparent 50%);
    pointer-events: none;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
}

.secure-citadel-5 h1::after {
    opacity: 0;
    width: 80px;
    content: "";
    left: 0;
    transform-origin: left;
    position: absolute;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(217,189,151) 0%, rgb(190,154,108) 100%);
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 3px;
    animation-delay: 0.2s;
}

.secure-citadel-5 h3 {
    color: #000000;
    position: relative;
    font-weight: 600;
    font-size: calc(29px * 0.85);
    border-left: 2px solid rgb(190,154,108);
    padding-left: 1rem;
    margin: 2.5rem 0 1.25rem;
}

.secure-citadel-5 p {
    transform: translateZ(0);
    margin-bottom: 1.5rem;
    font-size: 18px;
    max-width: 90ch;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    position: relative;
}

.secure-citadel-5 ul {
    padding: 0;
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
}

.secure-citadel-5 li::before {
    border-radius: 50%;
    height: 6px;
    left: 0;
    background-color: rgb(217,189,151);
    position: absolute;
    transform: translateY(-50%);
    content: "";
    width: 6px;
    top: 0.8rem;
}




.secure-citadel-5 h2:hover,
.secure-citadel-5 h3:hover,
.secure-citadel-5 h4:hover {
    transform: translateX(5px);
    transition: transform 0.3s ease-out;
}

.operation-process-7::before {
    z-index: 1;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(190,154,108,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(217,189,151,0.5) 0%, transparent 15%);
    opacity: 0.6;
    content: '';
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
}

.operation-process-7::before,
.operation-process-7::after {
    transition: all 0.5s ease;
}



.operation-process-7 .mentor-team-9 {
    width: 90%;
    position: relative;
    max-width: 1200px;
    z-index: 5;
    justify-content: center;
    display: flex;
}

.operation-process-7 .content-column-1 {
    width: 70%;
    max-width: 800px;
    padding: 4rem;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        95% 100%,
        0 100%
    );
    position: relative;
}

.operation-process-7 h2 {
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    padding-bottom: 1.5rem;
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 2rem;
}

.operation-process-7 h2::after {
    right: -15px;
    height: 30px;
    position: absolute;
    width: 30px;
    top: -15px;
    border-top: 2px solid rgb(217,189,151);
    content: '';
    opacity: 0.5;
    border-right: 2px solid rgb(217,189,151);
    transition: all 0.3s ease;
}

.operation-process-7 p {
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.8;
    font-size: 12px;
    position: relative;
    z-index: 2;
}

.operation-process-7 .content-column-1:hover {
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.operation-process-7 .content-column-1:hover h2::after {
    transform: scale(1.2);
    opacity: 0.7;
}

.operation-process-7:hover::before {
    filter: blur(20px);
}

.customer-opinions-4 {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(217,189,151,0.5), rgb(190,154,108,0.5));
}

.customer-opinions-4::after {
    background: radial-gradient(circle, rgb(190,154,108) 10%, transparent 70%);
    content: "";
    opacity: 0.1;
    pointer-events: none;
    left: -5%;
    position: absolute;
    height: 40%;
    transform: rotate(15deg);
    width: 40%;
    bottom: -5%;
}

.customer-opinions-4 h2 {
    transform: translateX(-1rem);
    animation: slideInLeft 0.8s ease-out forwards 0.2s;
    font-size: 28px;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
    color: #000000;
    text-align: left;
    opacity: 0;
}

.customer-opinions-4 .alumni-quotes-1 {
    animation-delay: calc(0.1s * var(--i, 1));
    position: relative;
    transform: translateY(20px);
    padding: 2rem;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    opacity: 0;
    animation: fadeUp 0.6s ease-out forwards;
}

.customer-opinions-4 .alumni-quotes-1:nth-child(7) {
    --i: 7;
}

.customer-opinions-4 .alumni-quotes-1::after {
    left: 0;
    background: linear-gradient(90deg, rgb(217,189,151), rgb(190,154,108));
    content: "";
    height: 4px;
    width: 0;
    bottom: 0;
    transition: width 0.4s ease;
    position: absolute;
}

.customer-opinions-4 .alumni-quotes-1:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12), 0 2px 5px rgba(0, 0, 0, 0.05);
}

.customer-opinions-4 .alumni-quotes-1 img {
    border: 3px solid #ffffff;
    margin-right: 1rem;
    height: 60px;
    box-shadow: 0 0 0 3px rgb(217,189,151,0.5);
    object-fit: cover;
    width: 60px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 50%;
}

.customer-opinions-4 .alumni-quotes-1 h4::after {
    bottom: -5px;
    position: absolute;
    height: 2px;
    width: 30px;
    left: 0;
    transition: width 0.3s ease;
    content: "";
    background: rgb(190,154,108);
}

.customer-opinions-4 a {
    overflow: hidden;
    padding: 0.8rem 2rem;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(217,189,151), rgb(190,154,108));
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    font-size: 19px;
    margin-top: 3rem;
    text-decoration: none;
}

.customer-opinions-4 a:hover::before {
    opacity: 1;
}

header .top_plank .prime-learnings-8 div svg, header .top_plank .prime-learnings-8 div svg path {
    fill: #ffffff;
}

header .top_plank .prime-learnings-8 div {
    display: flex;
    margin-right: 24px;
    align-items: center;
    justify-content: flex-start;
}

header .top_plank .prime-learnings-8 div img, header .top_plank .prime-learnings-8 div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.course-program-description-1::before {
    opacity: 0.05;
    content: "";
    width: 65%;
    transform: rotate(-15deg);
    z-index: 0;
    height: 65%;
    position: absolute;
    background: linear-gradient(45deg, rgb(190,154,108,0.5), rgb(190,154,108));
    top: -5%;
    right: -10%;
}

.course-program-description-1 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1400px;
    z-index: 1;
}

.course-program-description-1 h2::after {
    height: 3px;
    transition: transform 0.5s ease;
    position: absolute;
    transform: scaleX(1);
    left: 0;
    content: "";
    width: 5rem;
    background: linear-gradient(90deg, rgb(190,154,108), rgb(217,189,151));
    transform-origin: left center;
    bottom: -0.75rem;
}

.course-program-description-1 .img-round-5::before {
    content: "";
    transition: opacity 0.6s ease;
    opacity: 0.3;
    top: 0;
    background: linear-gradient(45deg, rgb(190,154,108,0.5), transparent);
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.course-program-description-1 .img-round-5::after {
    transition: left 0.8s ease-out;
    top: 30%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: rotate(45deg);
    width: 200%;
    left: -100%;
    position: absolute;
    height: 200%;
    content: "";
}

.course-program-description-1 .content-column-1 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 2.5rem;
    position: relative;
    transform: translateY(0);
    overflow: hidden;
    background-color: #ffffff;
}

.course-program-description-1 .container:hover .content-column-1 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.course-program-description-1 .description {
    color: #000000;
    font-size: 18px;
    margin-bottom: 1.5rem;
    position: relative;
    transition: color 0.3s ease;
    line-height: 1.8;
}

.course-program-description-1 .description strong {
    background-clip: text !important;
    background: linear-gradient(to right, rgb(190,154,108,0.5), transparent);
    -webkit-background-clip: text !important;
    color: #000000;
}

.teacher-profile-1::before {
    width: 100%;
    content: "";
    background: linear-gradient(45deg, transparent 45%, rgb(190,154,108,0.5) 45%, rgb(190,154,108,0.5) 55%, transparent 55%);
    position: absolute;
    transform: scale(1.5) rotate(-5deg);
    top: 0;
    height: 100%;
    left: 0;
}

.teacher-profile-1 .employee-info-4 {
    position: relative;
    transition: all 0.5s ease;
    z-index: 2;
    background: #ffffff;
    max-width: 450px;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(5deg) translateX(-30px);
}

.teacher-profile-1 .name {
    font-weight: 700;
    font-size: 31px;
    transform: skewX(-5deg);
    color: rgb(217,189,151);
    margin-bottom: 0.5rem;
}

.teacher-profile-1 .employee-info-4 div:nth-child(2) {
    color: rgb(190,154,108);
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 22px;
    transform: skewX(-5deg);
}

.teacher-profile-1 .emp-milestones-3::before {
    content: "";
    left: 0;
    width: 4px;
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(217,189,151), rgb(190,154,108));
    border-radius: 10px;
}

.academy-info-9::before {
    opacity: 0.15;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(217,189,151,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(190,154,108,0.5) 0%, transparent 30%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
}

.academy-info-9 .container {
    z-index: 3;
    position: relative;
}

.academy-info-9 .grant-cta-8 {
    position: relative;
    display: flex;
    flex-direction: column;
}

.academy-info-9 .write-feedback-1::before {
    border-radius: 14px;
    content: '';
    width: 100%;
    background: linear-gradient(135deg, transparent 20%, rgb(217,189,151,0.5) 140%);
    height: 100%;
    z-index: -1;
    position: absolute;
    opacity: 0.08;
    top: 0;
    left: 0;
}

.academy-info-9 .info_item {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    min-width: 200px;
    position: relative;
    max-width: 300px;
    flex: 1;
}

.academy-info-9 .info_item p,
.academy-info-9 .info_item a {
    border-radius: 10px;
    color: #000000;
    padding: 0.5rem;
    gap: 0.875rem;
    align-items: center;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    transition: all 0.3s ease;
}

.academy-info-9 .info_item svg {
    fill: rgb(217,189,151);
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
}

.academy-info-9 .text_main_holder {
    display: grid;
    gap: 4rem;
    position: relative;
    grid-template-columns: 1fr 1.5fr 1fr;
}

.academy-info-9 .top-base-9:hover svg {
    transform: scale(1.03);
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(217,189,151,0.5));
}

.academy-info-9 .header-lesson-9 {
    position: relative;
    flex-direction: column;
    display: flex;
}

.academy-info-9 .header-lesson-9::after {
    background: linear-gradient(to bottom, transparent, rgb(190,154,108,0.5) 30%, rgb(190,154,108,0.5) 70%, transparent);
    top: 0;
    bottom: 0;
    width: 1px;
    position: absolute;
    right: -2rem;
    content: '';
}

.academy-info-9 .header-lesson-9 h5::after {
    height: 2px;
    width: 60px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, rgb(217,189,151), transparent);
    content: '';
    left: 0;
}

.academy-info-9 .main-lead-8:first-child {
    margin-bottom: 2rem;
}

.academy-info-9 .main-lead-8 a::before {
    height: 1px;
    content: '';
    position: absolute;
    width: 0;
    transition: width 0.3s ease;
    left: 0;
    background-color: rgb(217,189,151);
    bottom: 0;
}

.academy-info-9 .main-lead-8 a:hover::before {
    width: 20px;
}

.academy-info-9 .subscribe_holder {
    backdrop-filter: blur(10px);
    overflow: hidden;
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    flex-direction: column;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    position: relative;
    gap: 1.5rem;
}

.academy-info-9 .subscribe_holder::after {
    position: absolute;
    right: 0;
    animation: pulseGlow 6s infinite alternate;
    width: 150px;
    opacity: 0.3;
    z-index: -1;
    height: 150px;
    content: '';
    bottom: 0;
    background: radial-gradient(circle, rgb(217,189,151,0.5) 0%, transparent 70%);
}

.academy-info-9 .subscribe_holder p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 0.5rem;
}

.academy-info-9 .input_holder {
    flex-direction: column;
    position: relative;
    margin-top: 0.5rem;
    display: flex;
    gap: 1rem;
}



.academy-info-9 .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1.125rem 1.5rem;
}

.academy-info-9 .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(217,189,151,0.5);
    box-shadow: 0 0 0 3px rgb(217,189,151,0.5);
    background-color: rgba(255, 255, 255, 0.15);
}

.academy-info-9 .mail-container-1::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    height: 100%;
    transition: left 0.7s ease;
    top: 0;
    width: 100%;
    position: absolute;
    left: -100%;
    content: '';
}

.academy-info-9 .mail-container-1:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.academy-info-9 .mail-container-1:hover::before {
    left: 100%;
}

.academy-info-9 .mail-container-1:hover::after {
    opacity: 1;
}

.academy-info-9 .skill-test-3::before {
    background: linear-gradient(to right, transparent, rgb(190,154,108,0.5), transparent);
    top: 0;
    position: absolute;
    content: '';
    left: 20%;
    height: 1px;
    width: 60%;
}


@media (max-width: 768px) {::-webkit-scrollbar {
    width: 5px;
}::-webkit-scrollbar-thumb {
    background: rgb(217,189,151);
}}



@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 992px) {.get-in-touch-7 .img-round-5 {
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    width: 40%;
}.get-in-touch-7 .inquiry-panel-7 {
    margin: 0 auto;
    max-width: 90%;
    flex-direction: column;
}.get-in-touch-7 .help-inquiry-4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}.get-in-touch-7 .support-panel-0 {
    width: 100%;
}
}



@media (max-width: 576px) {.get-in-touch-7 {
    padding: 40px 0;
}.get-in-touch-7 h3 {
    font-size: calc(35px * 0.8);
}.get-in-touch-7 .inquiry-panel-7 {
    max-width: 95%;
}.get-in-touch-7 .help-inquiry-4,
    .get-in-touch-7 .support-panel-0 {
    padding: 30px 20px;
}.get-in-touch-7 input[type="text"],
    .get-in-touch-7 textarea {
    padding: 12px;
}.get-in-touch-7 .feedback-info-4 {
    padding: 12px;
    width: 100%;
}}



@media (max-width: 767px) {header::after {
    width: 3px;
}header .first-pagebar-0 {
    padding: 0.8rem 2%;
    flex-direction: column;
    gap: 0.7rem;
    margin-left: 3px;
    align-items: flex-start;
}header .first-teach-7 {
    padding: 0.4rem;
}header .first-teach-7 svg {
    width: 120px;
}header .header-lesson-9 {
    padding: 0.4rem;
    width: 98%;
    justify-content: flex-start;
    overflow-x: auto;
}header .header-lesson-9::-webkit-scrollbar {
    height: 2px;
}header .header-lesson-9::-webkit-scrollbar-thumb {
    background: rgb(217,189,151);
    border-radius: 10px;
}header .nav-info-7 {
    padding: 0.3rem 0.5rem;
    font-size: calc(19px - 1px);
    white-space: nowrap;
}
}



@media (max-width: 767px) {.title-portal-0 {
    padding: 4rem 1.5rem;
}.title-portal-0 h1.start-head-9 {
    font-size: calc(40px * 0.9);
}.title-portal-0 p {
    font-size: 15px;
    max-width: 100%;
}.title-portal-0 .study-track-8 {
    padding: 2rem 1.5rem;
}.title-portal-0 .study-track-8 span {
    padding: 0.75rem;
    transform: translateX(0);
}.title-portal-0 .study-track-8 h3 {
    font-size: calc(24px * 0.8);
}}



@media (min-width: 992px) {.tariff-box-9 .package-price-7 {
    flex-direction: row;
    align-items: center;
}.tariff-box-9 .discount-plan-7 {
    text-align: left;
    order: 0;
    flex: 0 0 30%;
    padding-right: 40px;
}.tariff-box-9 .discount-plan-7 h2::after {
    transform: none;
    left: 0;
}.tariff-box-9 .cost-table-4 {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}



@media (max-width: 480px) {.tariff-box-9 {
    padding: 50px 0;
}.tariff-box-9 .payment-option-0 h3 {
    font-size: 20px;
}.tariff-box-9 .premium-plan-7 {
    font-size: calc(20px - 2px);
}.tariff-box-9 .img-round-5 {
    height: 160px;
}.tariff-box-9 .payment-option-0 {
    padding: 20px;
}}



@media (max-width: 992px) {.company-info-7 {
    padding: 80px 0;
}.company-info-7 .content-column-1 {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(0.5deg);
}.company-info-7 h5 {
    font-size: calc(22px * 1.1);
}.company-info-7 p b {
    font-size: calc(18px * 1.3);
}
}



@media (max-width: 576px) {.company-info-7 {
    padding: 60px 0;
}.company-info-7 .content-column-1 {
    padding: 30px 20px;
    border-left-width: 2px;
}.company-info-7 h5 {
    letter-spacing: 1.5px;
    font-size: calc(22px * 0.9);
}.company-info-7 p {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
}.company-info-7 p b {
    font-size: calc(18px * 1.1);
}.company-info-7 ol {
    margin-top: 20px;
}.company-info-7 ol li {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.company-info-7 ol::before {
    left: -15px;
    width: 2px;
}}



@media (min-width: 992px) {.appWrap-8 {
    padding: 180px 0;
}.appWrap-8 .mentor-team-9 {
    padding: 5rem;
}.appWrap-8 h5 {
    font-size: calc(20px * 1.2);
}.appWrap-8 .mentor-team-9 > div:first-child::after {
    width: 100px;
}
}



@media (max-width: 480px) {.appWrap-8 {
    padding: 60px 0;
}.appWrap-8 .mentor-team-9 {
    padding: 2rem;
    clip-path: polygon(
            0% 0%, 
            95% 0%, 
            100% 5%, 
            100% 100%, 
            5% 100%, 
            0% 95%
        );
}.appWrap-8 h5 {
    font-size: calc(20px * 0.85);
}.appWrap-8 p {
    font-size: calc(13px * 0.9);
}}



@media (max-width: 768px) {.secure-citadel-5 {
    padding: 3rem 0;
}.secure-citadel-5 .container {
    padding: 0 1.5rem;
}.secure-citadel-5 h1 {
    margin-bottom: 2rem;
    font-size: calc(40px * 0.85);
}.secure-citadel-5 h1::after {
    width: 60px;
}.secure-citadel-5 h2 {
    margin: 2.5rem 0 1.25rem;
}.secure-citadel-5 h3 {
    margin: 2rem 0 1rem;
}.secure-citadel-5 li {
    padding-left: 1.5rem;
}
}



@media (max-width: 992px) {.operation-process-7 {
    padding: 5rem 1.5rem;
}.operation-process-7 .content-column-1 {
    width: 80%;
    padding: 3rem;
}.operation-process-7 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.9);
    padding-bottom: 1.2rem;
}.operation-process-7 .content-column-1:hover h2::before {
    width: 80px;
}.operation-process-7 p {
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 576px) {.operation-process-7 {
    min-height: auto;
    padding: 3rem 0.8rem;
}.operation-process-7 .content-column-1 {
    padding: 2rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% 95%,
            98% 100%,
            0 100%
        );
}.operation-process-7 h2 {
    font-size: calc(32px * 0.7);
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
}.operation-process-7 p {
    font-size: calc(12px * 0.9);
}.operation-process-7 .content-column-1::after {
    height: 3px;
}.operation-process-7::before {
    opacity: 0.4;
}.operation-process-7::after {
    opacity: 0.05;
}}



@media (max-width: 992px) {.customer-opinions-4 {
    padding: 4rem 0;
}.customer-opinions-4 h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2.5rem;
}.customer-opinions-4 .testimonial-space-4 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}



@media (max-width: 480px) {.customer-opinions-4 {
    padding: 3rem 0;
}.customer-opinions-4 h2 {
    font-size: calc(28px * 0.7);
}.customer-opinions-4 .alumni-quotes-1 {
    padding: 1.25rem;
}.customer-opinions-4 .alumni-quotes-1 img {
    height: 50px;
    width: 50px;
}.customer-opinions-4 .alumni-quotes-1 div {
    margin-bottom: 1rem;
}.customer-opinions-4 .alumni-quotes-1 .description {
    font-size: calc(13px * 0.95);
}}



@media (min-width: 992px) {.course-program-description-1 {
    padding: 10rem 0;
}.course-program-description-1 h2 {
    max-width: 60%;
    font-size: calc(35px * 1.2);
}.course-program-description-1 .knowledge-path-8 {
    gap: 4rem;
}.course-program-description-1 .img-round-5 {
    transform: perspective(1000px) rotateY(-5deg) translateX(-20px);
    height: 550px;
}.course-program-description-1 .container:hover .img-round-5 {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.course-program-description-1 .content-column-1 {
    margin-right: -2rem;
    background-color: rgba(255, 255, 255, 0.95);
    max-height: 550px;
    padding: 3.5rem;
    backdrop-filter: blur(10px);
}.course-program-description-1 .description {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
}
}



@media (min-width: 1200px) {.course-program-description-1 h2 {
    max-width: 50%;
    font-size: calc(35px * 1.3);
}.course-program-description-1 .knowledge-path-8 {
    gap: 5rem;
}.course-program-description-1 .img-round-5 {
    transform: perspective(1000px) rotateY(-5deg) translateX(-30px);
    height: 600px;
}.course-program-description-1 .content-column-1 {
    padding: 4rem;
    max-height: 600px;
    margin-right: -3rem;
}.course-program-description-1 .description {
    font-size: calc(18px * 1.1);
    line-height: 2;
}
}



@media screen and (max-width: 991px) {.teacher-profile-1 .alumni-quotes-1 {
    transform: rotate(0);
    flex-direction: column;
    gap: 3rem;
}.teacher-profile-1 .img-round-5 {
    margin: 0 auto;
    height: 320px;
    width: 280px;
    transform: perspective(1000px) rotateY(0);
}.teacher-profile-1 .employee-info-4 {
    transform: translateY(-30px) perspective(1000px) rotateY(0);
}.teacher-profile-1 .alumni-quotes-1:hover .img-round-5 {
    transform: perspective(1000px) rotateY(0);
}.teacher-profile-1 .alumni-quotes-1:hover .employee-info-4 {
    transform: translateY(-40px) perspective(1000px) rotateY(0);
}}



@media (max-width: 768px) {.academy-info-9 {
    padding: 4rem 0 2rem;
}.academy-info-9 .write-feedback-1 {
    padding: 1rem 1.5rem;
    transform: translateY(-2.5rem);
}.academy-info-9 .info_item {
    max-width: none;
    width: 100%;
}.academy-info-9 .main-lead-8 {
    grid-template-columns: repeat(2, 1fr);
}.academy-info-9 .skill-test-3 {
    margin-top: 3rem;
}
}



@media (max-width: 576px) {.academy-info-9 {
    padding: 3rem 0 1.5rem;
}.academy-info-9 .write-feedback-1 {
    transform: translateY(-1.5rem);
    padding: 1rem;
}.academy-info-9 .info_item p,
    .academy-info-9 .info_item a {
    font-size: calc(15px - 1px);
}.academy-info-9 .main-lead-8 {
    text-align: center;
    grid-template-columns: 1fr;
}.academy-info-9 .main-lead-8 a:hover {
    transform: none;
}.academy-info-9 .main-lead-8 a::before {
    left: 50%;
    transform: translateX(-50%);
}.academy-info-9 .main-lead-8 a:hover::before {
    width: 30px;
}.academy-info-9 .input_holder {
    width: 100%;
}
}



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


  
  @keyframes expandWidth {
    from {
      width: 0;
    }
    to {
      width: 100px;
    }
  }



@keyframes gradientShift {
    0% {
        opacity: 0.2;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.35;
    }
    100% {
        opacity: 0.3;
        background-position: 100% 100%;
    }
}

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



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



@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}



@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-1rem);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes scaleHorizontal {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

