.wrapper-border-5 {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}

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

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

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

.top-page-6 {
    flex: 1 0 auto;
}

.top-page-6 {
    padding-top: 2rem;
    position: relative;
    z-index: 1;
    background: rgb(203,238,212);
}

.user-comments-9 .success-metric-4 {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}

.user-comments-9 h4::before {
    transform: translateX(-50%);
    background: rgb(166,209,174);
    height: 3px;
    left: 50%;
    position: absolute;
    bottom: -15px;
    content: "";
    width: 60px;
}

.user-comments-9 .rating-zone-5 {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(20deg);
}

.user-comments-9 .feedback-track-4:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        20px 20px 0 -5px rgb(203,238,212),
        20px 20px 0 0px rgb(127,173,137);
    transform: translateZ(30px) translateY(-10px);
}

.user-comments-9 .feedback-track-4::before {
    transition: all 0.5s ease;
    background: linear-gradient(45deg, transparent, rgb(166,209,174,0.5) 80%);
    content: "";
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    opacity: 0;
    border-radius: 30px;
}

.user-comments-9 .feedback-track-4:hover .media-image-5 {
    transform: translateZ(50px) rotate(5deg);
    border-radius: 50%;
}

.user-comments-9 .feedback-track-4:hover .media-image-5::before {
    opacity: 0.4;
}

.user-comments-9 .feedback-track-4 span {
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    color: #000000;
    transform: translateZ(20px);
    display: block;
    transition: all 0.4s ease;
    margin-bottom: 1.2rem;
}

.user-comments-9 .feedback-track-4:nth-child(3n+1) {
    transform: translateZ(10px) translateY(0);
}

.user-comments-9 .feedback-track-4:nth-child(3n+3) {
    transform: translateZ(5px) translateY(0);
}

.user-comments-9 .feedback-track-4:nth-child(3n+3):hover {
    transform: translateZ(35px) translateY(-10px);
}

.receive-updates-1::after {
    left: -5%;
    transform: rotate(25deg) skewY(5deg);
    background: rgb(127,173,137,0.5);
    animation: float 12s infinite alternate-reverse ease-in-out;
    z-index: -1;
    width: 25%;
    position: absolute;
    height: 50%;
    filter: blur(30px);
    bottom: -5%;
    content: "";
}

.receive-updates-1 h3 {
    position: relative;
    margin-bottom: 2rem;
    line-height: 1.4;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 600;
    transform: translateX(5px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.receive-updates-1 .input_holder::before {
    width: 100%;
    position: absolute;
    clip-path: polygon(80% 0, 100% 0, 100% 100%, 60% 100%);
    content: "";
    top: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05));
    height: 100%;
}

.receive-updates-1 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

.receive-updates-1 .sub-material-0 {
    background: rgb(127,173,137);
    transform-origin: left;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    padding: 1.1rem 2rem;
    position: relative;
    color: #ffffff;
    border: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    align-self: flex-start;
    border-radius: 10px;
    cursor: pointer;
}

.program-information-7 .grow-skills-9 {
    height: 100%;
    display: flex;
    width: 500%;
    animation: split-carousel 40s linear infinite;
}

.program-information-7 .career-learn-1 {
    overflow: hidden;
    position: relative;
    flex: 1;
}

.program-information-7 .career-learn-1 img {
    object-fit: cover;
    width: 100%;
    transform: scale(1.1);
    height: 100%;
    filter: grayscale(0.3) contrast(1.2);
    transition: all 0.7s ease;
}

.program-information-7 .job-skills-0 {
    border: 1px solid rgb(166,209,174,0.5);
    overflow: hidden;
    padding: 3rem;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    max-width: 550px;
    position: relative;
    text-align: center;
}

.program-information-7 .job-skills-0 h3::after {
    left: 50%;
    background: rgb(166,209,174);
    position: absolute;
    bottom: -10px;
    width: 80px;
    transform: translateX(-50%);
    content: "";
    height: 2px;
}

.program-information-7 .job-skills-0 .support-panel-5::before {
    border-radius: 50%;
    content: "";
    left: 50%;
    z-index: -1;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 0;
    background-color: rgb(166,209,174);
    height: 0;
    transition: width 0.6s ease, height 0.6s ease;
}

.developer-experience-6::before {
    top: 40%;
    height: 1px;
    animation: lineExpand 5s ease-in-out infinite alternate;
    transform-origin: left center;
    content: "";
    background: linear-gradient(to right, transparent, rgb(166,209,174,0.5), transparent);
    position: absolute;
    width: 40%;
    left: 0;
}

.developer-experience-6 .media-image-5::after {
    opacity: 0.5;
    mix-blend-mode: overlay;
    width: 100%;
    transition: all 0.7s ease;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(166,209,174,0.5) 0%, transparent 50%);
    left: 0;
    content: "";
}

.developer-experience-6 .name::after {
    transform-origin: left;
    transition: transform 0.5s ease 0.2s;
    transform: scaleX(0);
    position: absolute;
    height: 2px;
    content: "";
    left: 0;
    width: 50px;
    background: rgb(166,209,174);
    bottom: -0.5rem;
}

.developer-experience-6 .work-list-8::before {
    line-height: 1;
    left: 0;
    font-family: serif;
    top: -1rem;
    color: rgb(166,209,174,0.5);
    content: "";
    position: absolute;
    font-size: 4rem;
}

.developer-experience-6 .feedback-track-4:hover .name {
    transform: translateX(10px);
}

.developer-experience-6 .feedback-track-4:hover .work-list-8 {
    transform: translateX(5px);
}

.meet-us-8::after {
    height: 70%;
    content: "";
    z-index: 0;
    width: 40%;
    animation: float 15s ease-in-out infinite;
    opacity: 0.15;
    transform: rotate(15deg);
    top: -10%;
    right: -5%;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: linear-gradient(145deg, rgb(166,209,174,0.5), rgb(127,173,137,0.5));
    position: absolute;
}

.meet-us-8:hover h4::after {
    width: 100px;
}

.meet-us-8 .text-slot-9::before {
    transition: transform 0.5s ease;
    content: "";
    top: 0;
    position: absolute;
    width: 5px;
    background: linear-gradient(to bottom, rgb(166,209,174), rgb(127,173,137));
    height: 100%;
    transform-origin: center;
    left: 0;
    transform: scaleY(0.6);
}

.meet-us-8 h6 {
    color: #000000;
    letter-spacing: 0.5px;
    transform: translateX(0);
    transition: transform 0.4s ease;
    margin-bottom: 1.5rem;
    font-size: calc(21px * 1.5);
    position: relative;
    padding-bottom: 0.75rem;
    text-transform: capitalize;
    font-weight: 700;
}

.pricing-grid-9 {
    overflow: hidden;
    padding: 5rem 1rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(203,238,212), rgba(0, 0, 0, 0.5));
    position: relative;
}

.pricing-grid-9 .training-sub-0 {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.pricing-grid-9 .cost-rates-4 {
    animation: fadeUp 0.8s ease-out forwards;
    order: -1;
    transform: translateY(20px);
    opacity: 0;
    max-width: 800px;
    margin: 0 auto 2rem;
    text-align: center;
}

.pricing-grid-9 .package-deals-6 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
    gap: 2rem;
}

.pricing-grid-9 .pay-options-5:nth-child(2) {
    animation-delay: 0.2s;
}

.pricing-grid-9 .pay-options-5:nth-child(4) {
    animation-delay: 0.4s;
}

.pricing-grid-9 .pay-options-5:hover {
    transform: translateZ(30px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.pricing-grid-9 .pay-options-5:hover::before {
    transform: scaleX(1);
}

.pricing-grid-9 .plan-table-6 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing-grid-9 .pay-options-5:hover .annual-plan-4 h3 {
    color: rgb(166,209,174);
}

.pricing-grid-9 .plan-options-2::after {
    left: 0;
    position: absolute;
    width: 40px;
    content: "";
    background-color: rgb(127,173,137);
    height: 2px;
    transition: width 0.3s ease;
    bottom: -8px;
}

.pricing-grid-9 .media-image-5 {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    height: 200px;
    position: relative;
    width: 100%;
}

.pricing-grid-9 .pay-options-5:hover .media-image-5::after {
    opacity: 0.4;
}

.welcome-page-6 .edu-front-5 {
    align-items: center;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    justify-content: flex-start;
    display: flex;
}

.welcome-page-6 .mission-block-4 {
    max-width: 1200px;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    z-index: 10;
    padding: 5% 8%;
    width: 100%;
}

.welcome-page-6 .mission-block-4 > div:nth-child(1) {
    animation-delay: 0.3s;
}

.welcome-page-6 .mission-block-4 > div:nth-child(3) {
    animation-delay: 0.9s;
}

.welcome-page-6 .title_style_header {
    position: relative;
    max-width: 90%;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    line-height: 1.2;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 2rem;
    font-size: calc(42px * 1.2);
    letter-spacing: -0.5px;
}

.trust-badge-2::before {
    content: '';
    z-index: 0;
    height: 100%;
    position: absolute;
    top: 0;
    background: 
        linear-gradient(135deg, rgb(166,209,174,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(127,173,137,0.5) 0%, transparent 70%);
    opacity: 0.07;
    width: 100%;
    left: 0;
}

.trust-badge-2 .container {
    position: relative;
    z-index: 2;
}

.trust-badge-2 .write-feedback-8 {
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    gap: 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    margin-bottom: 4rem;
}

.trust-badge-2 .info_item::before {
    width: 1px;
    content: '';
    height: 60%;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.06);
}

.trust-badge-2 .info_item svg {
    transition: transform 0.3s ease;
    height: 20px;
    fill: rgb(166,209,174);
    width: 20px;
}

.trust-badge-2 .nav-site-7 {
    margin-right: auto;
    width: 100%;
    flex-direction: column;
    max-width: 300px;
    display: flex;
    gap: 1.5rem;
}

.trust-badge-2 .trophy-case-3::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(166,209,174), rgb(127,173,137));
    left: 0;
    width: 4px;
    border-radius: 2px;
    position: absolute;
    content: '';
    bottom: 0;
}

.trust-badge-2 .top-tutor-2 {
    padding: 0 1.5rem;
    flex-direction: column;
    display: flex;
    gap: 0.75rem;
}

.trust-badge-2 .top-tutor-2 a {
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    color: #000000;
    position: relative;
    font-size: 12px;
    padding-left: 1.25rem;
}

.trust-badge-2 .subscribe_holder {
    flex-direction: column;
    max-width: 400px;
    gap: 1.5rem;
    padding: 2rem;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    border-radius: 28px;
    width: 100%;
}

.trust-badge-2 .input_holder {
    flex-direction: column;
    gap: 1rem;
    display: flex;
    margin-top: 0.5rem;
    position: relative;
}

.trust-badge-2 .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

.trust-badge-2 .sub-material-0:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.trust-badge-2 .sub-material-0:hover::before {
    opacity: 1;
}

.trust-badge-2 .footer-edu-2 {
    margin-top: 4rem;
    padding-top: 2rem;
    position: relative;
    text-align: center;
}

.trust-badge-2 .app-store-0 {
    color: #000000;
    opacity: 0.8;
    font-size: 14px;
}

header::after {
    content: '';
    background: 
        linear-gradient(to right, transparent 0%, rgb(127,173,137,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(127,173,137,0.5) 50%, transparent 100%);
    top: 0;
    z-index: 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
}

header .nav-site-7:hover {
    transform: translateX(5px);
    box-shadow: 5px 0 15px -5px rgb(166,209,174);
}

header .nav-site-7:hover::before {
    transform: scaleX(1);
    opacity: 1;
}

header .top-header-3::after {
    content: '';
    transition: all 0.3s ease;
    bottom: -5px;
    width: 10px;
    right: -5px;
    opacity: 0;
    height: 10px;
    position: absolute;
    background: rgb(166,209,174);
}

header .head-nav-6 {
    position: relative;
    margin: 0 1px;
}

header .head-nav-6 a::before {
    top: 0;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    z-index: -1;
    background: rgb(166,209,174);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

header .head-nav-6 a::after {
    left: 0;
    transform: scaleX(0);
    position: absolute;
    background: rgb(166,209,174);
    width: 100%;
    transition: transform 0.3s ease;
    top: 0;
    content: '';
    transform-origin: right;
    height: 2px;
}

header .head-sitewrap-8::after {
    height: 30px;
    position: absolute;
    left: 20px;
    width: 1px;
    content: '';
    background: rgb(166,209,174);
    top: 20px;
}

.tyWrapper-7::before {
    height: 300px;
    width: 300px;
    opacity: 0.6;
    background: radial-gradient(circle, rgb(166,209,174,0.5) 0%, transparent 70%);
    animation: pulse 8s infinite alternate ease-in-out;
    position: absolute;
    content: "";
    transform: rotate(-15deg);
    z-index: 1;
    top: -50px;
    right: -50px;
}

.tyWrapper-7 h2 {
    font-size: 33px;
    opacity: 1;
    transform: translateY(0);
    color: #000000;
    font-weight: 700;
    margin-bottom: 40px;
    animation: slideInTitle 1.2s ease-out;
    position: relative;
}

.tyWrapper-7 .success-metric-4::before {
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(255, 255, 255, 0.5) 100%);
    z-index: -1;
}

.tyWrapper-7 li span {
    color: #000000;
    font-size: 18px;
    line-height: 1.8;
    display: block;
    font-family: Arial, sans-serif;
}

.privacy-parapet-3 {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    font-family: Arial, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 50px;
}

.privacy-parapet-3 ul {
    margin: 20px 0;
    padding-left: 40px;
    list-style-type: square;
}

.privacy-parapet-3 h3, .privacy-parapet-3 h4, .privacy-parapet-3 h5, .privacy-parapet-3 h6 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 3px solid rgb(166,209,174);
    color: rgb(166,209,174);
}

.contact-panel-1 .query-box-5 {
    flex-wrap: wrap;
    display: flex;
    padding: 60px 50px;
    border-radius: 0 0 30px 30px;
    grid-row: 2;
    justify-content: space-between;
    background: #ffffff;
}

.contact-panel-1 .query-box-5 div {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgb(203,238,212);
    flex: 0 0 calc(50% - 20px);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.contact-panel-1 .query-box-5 a:hover {
    color: rgb(127,173,137);
}

.contact-panel-1 .reach-inquiry-6::before {
    position: absolute;
    height: 150px;
    opacity: 0.2;
    border-radius: 50%;
    width: 150px;
    content: '';
    right: -50px;
    top: -50px;
    background: rgb(127,173,137);
}

.contact-panel-1 form h3::after {
    background: #ffffff;
    width: 80px;
    left: 50%;
    content: '';
    bottom: -15px;
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
}

.contact-panel-1 form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.contact-panel-1 .feedback-block-7 {
    margin: 25px 0 30px;
    display: flex;
    align-items: flex-start;
}

.contact-panel-1 .feedback-block-7 input[type="checkbox"]:checked::before {
    content: '';
    width: 6px;
    position: absolute;
    left: 7px;
    top: 4px;
    border-width: 0 2px 2px 0;
    border: solid rgb(166,209,174);
    height: 10px;
    transform: rotate(45deg);
}

.contact-panel-1 .feedback-block-7 a:hover {
    opacity: 0.8;
    border-bottom-color: #ffffff;
}

.contact-panel-1 .support-panel-5:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(203,238,212);
    transform: translateY(-3px);
}


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



@media (max-width: 992px) {.user-comments-9 {
    padding: 5rem 1.5rem;
}.user-comments-9 .rating-zone-5 {
    transform: perspective(1000px) rotateX(15deg);
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.user-comments-9 h4 {
    margin-bottom: 4rem;
    font-size: calc(29px * 0.9);
}.user-comments-9 .feedback-track-4:nth-child(2n+1) {
    transform: translateZ(10px) translateY(0);
}.user-comments-9 .feedback-track-4:nth-child(2n+2) {
    transform: translateZ(0) translateY(0);
}.user-comments-9 .feedback-track-4:nth-child(2n+1):hover {
    transform: translateZ(40px) translateY(-10px);
}.user-comments-9 .feedback-track-4:nth-child(2n+2):hover {
    transform: translateZ(30px) translateY(-10px);
}
}



@media (hover: none) {.receive-updates-1 .success-metric-4:hover {
    box-shadow: none;
    transform: none;
}.receive-updates-1 .sub-material-0:hover {
    transform: none;
    box-shadow: none;
    background: rgb(127,173,137);
}
}



@media (prefers-reduced-motion: reduce) {.receive-updates-1::before,
    .receive-updates-1::after,
    .receive-updates-1 h3::before,
    .receive-updates-1 .sub-material-0::before {
    transition: none;
    animation: none;
}.receive-updates-1 .success-metric-4,
    .receive-updates-1 input[type="email"],
    .receive-updates-1 .sub-material-0 {
    transition: none;
}}



@media (min-width: 1800px) {.program-information-7 .job-skills-0 {
    padding: 3.5rem;
    max-width: 650px;
}.program-information-7 .job-skills-0 h3 {
    font-size: calc(34px * 1.2);
}.program-information-7 .job-skills-0 p {
    font-size: calc(14px * 1.1);
}.program-information-7 .job-skills-0 .support-panel-5 {
    padding: 1rem 3rem;
}}



@media screen and (min-width: 992px) {.meet-us-8 {
    padding: 150px 0;
}.meet-us-8 .text-slot-9 {
    padding: 4.5rem 5rem;
}.meet-us-8 h4 {
    font-size: calc(23px * 1.6);
}.meet-us-8 h4::after {
    height: 4px;
}.meet-us-8 h6 {
    margin-bottom: 2rem;
}
}



@media screen and (max-width: 480px) {.meet-us-8 {
    padding: 60px 0;
}.meet-us-8 .text-slot-9 {
    padding: 1.5rem;
}.meet-us-8 h4 {
    letter-spacing: 1px;
}.meet-us-8 h4::after {
    width: 40px;
    height: 2px;
}.meet-us-8:hover h4::after {
    width: 60px;
}.meet-us-8 h6 {
    padding-bottom: 0.5rem;
}.meet-us-8 span {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}}



@media (min-width: 1200px) {.pricing-grid-9 {
    padding: 8rem 2rem;
}.pricing-grid-9 .cost-rates-4 {
    flex: 0 0 25%;
}.pricing-grid-9 .package-deals-6 {
    flex: 0 0 75%;
}.pricing-grid-9 .annual-plan-4 {
    padding: 2.5rem;
}
}



@media (max-width: 1200px) {.welcome-page-6 .title_style_header {
    font-size: calc(42px * 1.1);
    max-width: 95%;
}.welcome-page-6 .mission-block-4 h3 {
    font-size: 18px;
    max-width: 90%;
}
}



@media (max-width: 768px) {.welcome-page-6 {
    min-height: 500px;
    height: auto;
}.welcome-page-6 .edu-front-5 {
    min-height: 100vh;
    position: relative;
}.welcome-page-6 .mission-block-4 {
    transform: none;
    padding: 60px 30px;
}.welcome-page-6 .title_style_header {
    max-width: 100%;
    font-size: calc(31px * 1.1);
}.welcome-page-6 .mission-block-4 h3 {
    padding: 15px;
    max-width: 100%;
    font-size: calc(21px * 1.1);
}.welcome-page-6 .mission-block-4 p {
    max-width: 100%;
}
}



@media (max-width: 991px) {.trust-badge-2 {
    padding: 4rem 0 2rem;
}.trust-badge-2 .info_item {
    padding: 1rem;
    width: 50%;
}.trust-badge-2 .info_item:nth-child(3)::before {
    display: none;
}.trust-badge-2 .text_main_holder {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}.trust-badge-2 .nav-site-7 {
    align-items: center;
    max-width: 100%;
    text-align: center;
    width: 100%;
}.trust-badge-2 .trophy-case-3 {
    text-align: center;
    max-width: 500px;
    padding-left: 0;
}.trust-badge-2 .trophy-case-3::before {
    display: none;
}.trust-badge-2 .nav-begin-6 {
    max-width: 600px;
    width: 100%;
}.trust-badge-2 .subscribe_holder {
    width: 100%;
    max-width: 600px;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .head-sitewrap-8 {
    padding: 0.8rem 1.5rem;
}header .nav-site-7 {
    max-width: 140px;
    padding: 0.4rem 0.6rem;
}header .top-header-3 img {
    max-height: 35px;
}header .nav-begin-6 {
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    scrollbar-width: thin;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
}header .nav-begin-6::-webkit-scrollbar {
    height: 3px;
}header .nav-begin-6::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(166,209,174);
}header .head-nav-6 {
    margin: 0;
    flex: 0 0 auto;
}header .head-nav-6 a {
    white-space: nowrap;
    font-size: calc(16px - 2px);
    height: 35px;
    letter-spacing: 0.5px;
    padding: 0 0.8rem;
}header .head-nav-6:last-child::after {
    display: none;
}
}



@media (prefers-reduced-motion: reduce) {.tyWrapper-7, .tyWrapper-7::before, .tyWrapper-7::after, 
  .tyWrapper-7 h2, .tyWrapper-7 h2::after, 
  .tyWrapper-7 .success-metric-4, .tyWrapper-7 li, .tyWrapper-7 li::before {
    transition: none;
    animation: none;
}
}



@media (max-width: 992px) {.contact-panel-1 {
    padding: 90px 0;
}.contact-panel-1 .reach-inquiry-6,
    .contact-panel-1 .query-box-5 {
    padding: 50px 40px;
}
}



@media (max-width: 576px) {.contact-panel-1 {
    padding: 50px 0;
}.contact-panel-1 .reach-inquiry-6,
    .contact-panel-1 .query-box-5 {
    padding: 30px 25px;
}.contact-panel-1 .query-box-5 h3,
    .contact-panel-1 form h3 {
    font-size: calc(38px * 0.85);
    margin-bottom: 30px;
}.contact-panel-1 form input[type="text"],
    .contact-panel-1 form input[type="email"] {
    padding: 15px;
}
}



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



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



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



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



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



@keyframes rotateMark {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

