﻿header,footer {
    width: 100%;
}

header {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    z-index: 100;
    background: rgb(213,218,195);
    position: relative;
    width: 100%;
    padding: 1rem 0;
}


.course_program_descriptionstyle {
    background: linear-gradient(135deg, rgb(213,218,195) 0%, rgb(213,218,195) 60%, rgba(rgb(170,183,171,0.5), 0.1) 100%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.course_program_descriptionstyle .image_box_itemstyle::after {
    background: linear-gradient(135deg, rgba(rgb(170,183,171,0.5), 0.2) 0%, transparent 70%);
    position: absolute;
    z-index: 1;
    inset: 0;
    content: '';
}

.course_program_descriptionstyle h3 {
    transform: translateZ(0);
    font-size: calc(20px * 1.1);
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.course_program_descriptionstyle span.description {
    display: none;
}

.course_program_descriptionstyle .textual_boxstyle:hover h3::after {
    width: 100px;
}

.course_program_descriptionstyle .image_box_itemstyle:hover {
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.3);
    transform: perspective(1000px) rotateY(0) translateZ(10px);
}

.primary_pagestyle .achieve_statsstyle {
    position: relative;
    gap: 3rem;
    max-width: 1200px;
    grid-template-columns: 1fr;
    z-index: 2;
    display: grid;
    width: 90%;
    margin: 0 auto;
}



.primary_pagestyle .edu_startstyle {
    margin-bottom: 2rem;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.primary_pagestyle .edu_startstyle svg {
    width: 100px;
    animation: floatAnimation 6s ease-in-out infinite;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    height: 100px;
    margin-bottom: 1.5rem;
}

.primary_pagestyle ul li {
    margin: 0 0.5rem;
}

.primary_pagestyle .inquiry_sectionstyle:hover {
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.3);
    transform: translateY(-5px) translateZ(0);
}

.primary_pagestyle .image_box_itemstyle {
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    height: 400px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.visitor_acceptancestyle {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.popupPrivacySettingsstyle h5 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.popupPrivacySettingsstyle p a:hover {
    border-bottom-color: rgb(127,134,126);
    color: rgb(127,134,126);
}

.enroll_instantlystyle {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(213,218,195);
}

.enroll_instantlystyle .container p {
    font-weight: 700;
    z-index: 5;
    font-size: 30px;
    position: relative;
    grid-column: 1 / -1;
    margin: 0;
    line-height: 1.4;
    color: #000000;
}

.enroll_instantlystyle .inquiry_sectionstyle:hover {
    transform: translate(5px, 5px);
    box-shadow: 0 0 0 rgb(170,183,171);
}

.enroll_instantlystyle .achieve_statsstyle::after {
    right: -50px;
    border: 2px solid rgb(127,134,126,0.5);
    opacity: 0.3;
    z-index: -1;
    content: '';
    bottom: -100px;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    position: absolute;
}

.offer_boxstylerjF .container {
    padding: 0 15px;
    position: relative;
    z-index: 1;
    max-width: 1320px;
    margin: 0 auto;
}

.offer_boxstylerjF .member_feesstyle h2 {
    margin-bottom: 20px;
    color: #000000;
    font-size: 33px;
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.offer_boxstylerjF .rate_optionsstyle {
    text-decoration: none;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
    z-index: 1;
}

.offer_boxstylerjF .indv_substyle h3 {
    margin-bottom: 15px;
    position: relative;
    font-size: 19px;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    color: #000000;
}

.offer_boxstylerjF .basic_coststyle::before {
    background: linear-gradient(90deg, rgb(170,183,171,0.5), transparent);
    content: "";
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 100%;
    position: absolute;
}

.offer_boxstylerjF .image_box_itemstyle::after {
    left: 0;
    transition: opacity 0.3s ease;
    right: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    bottom: 0;
    content: "";
    position: absolute;
    opacity: 0.6;
    top: 0;
}

.about_thisstyle .textual_boxstyle {
    border-left: 4px solid rgb(170,183,171);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(10px);
    padding: 50px;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.5s ease-out;
}

.about_thisstyle li {
    margin-bottom: 25px;
    transform: translateY(20px);
    animation: fadeUp 0.8s 0.3s ease-out forwards;
    opacity: 0;
}

.about_thisstyle span {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    text-align: justify;
    font-size: 12px;
    position: relative;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
}

.confidential_lockupstyle h3,
.confidential_lockupstyle h4,
.confidential_lockupstyle h5,
.confidential_lockupstyle h6 {
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 10px;
    color: rgb(170,183,171);
}

.confidential_lockupstyle h3 {
    font-size: calc(20px - 0.2rem);
}

.confidential_lockupstyle span {
    color: rgb(170,183,171);
    font-weight: 600;
}

header::before {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    background: linear-gradient(to right, 
        rgb(170,183,171,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(127,134,126,0.5) 100%);
    opacity: 0.4;
    content: '';
    height: 100%;
}

header .head_guidestyle {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    display: flex;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.5);
    grid-area: menu;
    padding: 0.6rem;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.statistical_datastyle::before {
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(127,134,126,0.5) 100%);
    height: 100%;
    z-index: -1;
    position: absolute;
    content: "";
}

.statistical_datastyle ul {
    list-style: none;
    margin: 0;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding: 0;
    display: grid;
}

.statistical_datastyle .key_classesstyle {
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    background: rgba(255, 255, 255, 0.5);
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    aspect-ratio: 1/1;
    text-align: center;
    padding: 30px 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    position: relative;
}

.statistical_datastyle ul:has(.key_classesstyle:only-child) .key_classesstyle {
    margin: 0 auto;
    width: 250px;
    height: 250px;
}

.statistical_datastyle ul:has(.key_classesstyle:nth-child(5):last-child) {
    grid-template-columns: repeat(3, 1fr);
}

.statistical_datastyle ul:has(.key_classesstyle:nth-child(9):last-child),
.statistical_datastyle ul:has(.key_classesstyle:nth-child(10):last-child) {
    grid-template-columns: repeat(5, 1fr);
}

.tyFramestyle .container {
    z-index: 2;
    margin: 0 auto;
    animation: slideUp 0.8s forwards 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    padding: 0 2rem;
    max-width: 1200px;
    opacity: 0;
    position: relative;
}

.tyFramestyle .achieve_statsstyle {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    transform: translateY(0);
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    border-radius: 28px;
    position: relative;
    padding: 3rem;
}

.target_audiencestyle::before {
    right: 0;
    animation: rotateRings 30s linear infinite;
    left: 0;
    background: 
        radial-gradient(circle at center, transparent 30%, rgb(127,134,126,0.5) 31%, transparent 32%) 0 0 / 80px 80px,
        radial-gradient(circle at center, transparent 20%, rgb(170,183,171,0.5) 21%, transparent 22%) 40px 40px / 80px 80px;
    z-index: -1;
    opacity: 0.3;
    content: '';
    bottom: 0;
    position: absolute;
    top: 0;
}

.target_audiencestyle h3::after {
    bottom: -38px;
    opacity: 0.6;
    border-radius: 50%;
    width: 50px;
    border: 2px solid rgb(170,183,171,0.5);
    content: '';
    left: 50%;
    position: absolute;
    animation: orbitRotate 8s infinite linear;
    height: 50px;
    transform: translateX(-50%);
}

.target_audiencestyle ul li::after {
    animation: pulsateBubble 5s infinite alternate;
    position: absolute;
    opacity: 0.3;
    bottom: -30px;
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid rgb(170,183,171,0.5);
    right: -30px;
}

.leadership_profilestyle {
    background-color: rgb(213,218,195);
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
}

.leadership_profilestyle .past_careerstyle {
    display: flex;
    width: 55%;
    flex-direction: column;
    padding: 3rem 0 3rem 4rem;
    justify-content: center;
    position: relative;
}

.leadership_profilestyle .career_recordstyle {
    color: #000000;
    font-size: 13px;
    max-width: 90%;
    padding-left: 0;
    line-height: 1.8;
    position: relative;
}

.customer_reviewsstyle {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,218,195) 0%, #ffffff 100%);
}

.customer_reviewsstyle h2 {
    text-align: center;
    font-size: 31px;
    transition: transform 0.5s ease-out;
    position: relative;
    margin-bottom: 60px;
    font-weight: 700;
    transform: perspective(1000px) translateZ(0px);
    color: #000000;
}

.customer_reviewsstyle .review_carouselstyle {
    background: #ffffff;
    position: relative;
    border-radius: 10px;
    padding: 30px;
    transform: translateY(0);
    border-left: 3px solid transparent;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.customer_reviewsstyle .review_carouselstyle img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    object-fit: cover;
    transition: transform 0.3s ease;
    height: 60px;
    margin-right: 15px;
    border: 2px solid #ffffff;
    width: 60px;
}

.customer_reviewsstyle .review_carouselstyle:nth-child(even) {
    transform: perspective(800px) rotateY(2deg);
}

.customer_reviewsstyle a::before {
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    position: absolute;
    transition: left 0.7s ease;
}

.contact_usstyle::after {
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    background-size: 100px 100px;
    z-index: 0;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(90deg, rgb(213,218,195) 6px, transparent 6px),
        linear-gradient(0deg, rgb(213,218,195) 6px, transparent 6px);
    opacity: 0.2;
}

.contact_usstyle .query_inquirystyle {
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    display: flex;
}

.contact_usstyle .help_infostyle::before {
    border: 2px solid rgba(0, 0, 0, 0.05);
    pointer-events: none;
    left: 20px;
    right: 20px;
    content: '';
    bottom: 20px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    top: 20px;
    position: absolute;
}

.contact_usstyle .help_infostyle input[type="text"]:focus,
.contact_usstyle .help_infostyle textarea:focus {
    outline: none;
    box-shadow: 8px 8px 0 rgb(170,183,171,0.5);
    background-color: rgba(0, 0, 0, 0.02);
    transform: translate(-3px, -3px);
}

.contact_usstyle .help_infostyle .query_feedbackstyle input[type="checkbox"]:checked + label::before {
    background-color: rgb(170,183,171);
}

.contact_usstyle .help_infostyle .query_feedbackstyle a::after {
    transition: transform 0.3s ease;
    transform: scaleX(0);
    width: 100%;
    background-color: rgb(170,183,171);
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    transform-origin: left;
    height: 2px;
}

.contact_usstyle .query_supportstyle {
    padding: 60px 60px 60px 80px;
    background: rgb(213,218,195);
    flex: 1 1 40%;
    position: relative;
    z-index: 1;
    color: #ffffff;
    margin-left: -40px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}

.contact_usstyle .query_supportstyle h4 {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 23px;
}

.contact_usstyle .query_supportstyle .query_gridstyle li svg {
    margin-right: 20px;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}

.contact_usstyle .query_supportstyle .query_gridstyle li a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}



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

footer .contact_formstyle {
    border-radius: 30px;
    backdrop-filter: blur(8px);
    padding: 25px;
    gap: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

footer .main_pagebarstyle svg {
    width: auto;
    transition: filter 0.3s ease;
    height: 50px;
    filter: drop-shadow(0 0 5px rgb(170,183,171,0.5));
    margin-bottom: 10px;
}

footer .head_guidestyle::before {
    z-index: -1;
    content: "";
    background: linear-gradient(45deg, rgb(170,183,171), transparent, rgb(127,134,126), transparent);
    right: -2px;
    top: -2px;
    border-radius: calc(30px + 2px);
    opacity: 0;
    position: absolute;
    left: -2px;
    bottom: -2px;
    transition: opacity 0.5s ease;
}

footer .head_wrapstyle a:hover::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    box-shadow: 0 0 5px rgb(170,183,171), 0 0 10px rgb(170,183,171,0.5);
    background-color: rgb(170,183,171);
}



footer .subscribe_holder h5 {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    font-size: 22px;
    color: #ffffff;
}

footer .input_holder {
    flex-direction: column;
    position: relative;
    gap: 15px;
    display: flex;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .get_startedstyle::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    position: absolute;
    transition: left 0.7s ease;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
}

.newsletter_signupstyle {
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(170,183,171,0.5), rgb(127,134,126));
}

.newsletter_signupstyle h4 {
    line-height: 1.4;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    font-weight: 600;
    margin: 0;
    transform: translateY(0);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-size: 20px;
}

.newsletter_signupstyle .input_holder span {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.newsletter_signupstyle input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    font-size: 12px;
    width: 100%;
    backdrop-filter: blur(5px);
    padding: 1rem 1.5rem;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.1);
}

.newsletter_signupstyle .get_startedstyle:hover {
    transform: translateY(-3px);
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    color: rgb(127,134,126);
}



::-webkit-scrollbar {
    width: 2%;
}

::-webkit-scrollbar-track {
    border-radius: 7px;
}

::-webkit-scrollbar-thumb {
    min-height: 86px;
    transition: box-shadow 2.8s ease-in;
    background: rgb(213,218,195);
    border-radius: 14.5vw;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: -3px -4px 4px 1px rgba(0, 0, 0, 0.3);
    background: rgb(170,183,171,0.5);
    border-color: rgb(170,183,171,0.5);
    transform: scale(1.05);
}



@media (prefers-reduced-motion: reduce) {.course_program_descriptionstyle .image_box_itemstyle,
  .course_program_descriptionstyle .textual_boxstyle,
  .course_program_descriptionstyle h3::after,
  .course_program_descriptionstyle .textual_boxstyle::before {
    transition: none;
    transform: none;
}}



@media (max-width: 767px) {.primary_pagestyle {
    padding: 4rem 0;
}.primary_pagestyle .achieve_statsstyle {
    grid-template-columns: 1fr;
}.primary_pagestyle .textual_boxstyle {
    order: 2;
    padding: 1.5rem;
}.primary_pagestyle .image_box_itemstyle {
    order: 1;
    height: 250px;
}.primary_pagestyle h1 {
    text-align: center;
    font-size: calc(38px * 0.9);
}.primary_pagestyle .edu_startstyle svg {
    width: 80px;
    height: 80px;
}.primary_pagestyle .edu_startstyle p {
    font-size: calc(18px * 0.9);
}.primary_pagestyle .inquiry_sectionstyle {
    font-size: calc(18px * 0.9);
    padding: 0.8rem 1.5rem;
}}



@media (min-width: 992px) {.offer_boxstylerjF {
    padding: 160px 0;
}.offer_boxstylerjF .cost_breakdownstyle {
    align-items: center;
    flex-direction: row;
    gap: 80px;
}.offer_boxstylerjF .member_feesstyle {
    padding: 0;
    text-align: left;
    flex: 0 0 30%;
}.offer_boxstylerjF .member_feesstyle h2 {
    font-size: calc(33px + 4px);
}.offer_boxstylerjF .member_feesstyle h2::after {
    left: 0;
    transform: none;
}.offer_boxstylerjF .group_plansstyle {
    margin-left: 0;
}.offer_boxstylerjF .value_pricingstyle {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 768px) {.about_thisstyle {
    padding: 60px 0;
}.about_thisstyle::after {
    height: 60%;
    width: 80%;
}.about_thisstyle .textual_boxstyle {
    padding: 30px 25px;
    transform: none;
}.about_thisstyle .textual_boxstyle::before,
    .about_thisstyle .textual_boxstyle::after {
    height: 40px;
    width: 40px;
}.about_thisstyle h1 {
    font-size: calc(40px - 8px);
    margin-bottom: 30px;
}.about_thisstyle h4 {
    font-size: 23px;
}
}



@media screen and (min-width: 1441px) {.statistical_datastyle {
    padding: 150px 0;
}.statistical_datastyle h2 {
    font-size: calc(48px * 1.2);
    margin-bottom: 100px;
}.statistical_datastyle .key_classesstyle p {
    font-size: 3rem;
}
}



@media screen and (max-width: 991px) {.statistical_datastyle {
    padding: 80px 0;
}.statistical_datastyle h2 {
    font-size: calc(48px * 0.9);
    margin-bottom: 60px;
}.statistical_datastyle ul {
    grid-template-columns: repeat(2, 1fr);
}.statistical_datastyle ul:has(.key_classesstyle:nth-child(3):last-child),
    .statistical_datastyle ul:has(.key_classesstyle:nth-child(4):last-child),
    .statistical_datastyle ul:has(.key_classesstyle:nth-child(5):last-child),
    .statistical_datastyle ul:has(.key_classesstyle:nth-child(6):last-child),
    .statistical_datastyle ul:has(.key_classesstyle:nth-child(7):last-child),
    .statistical_datastyle ul:has(.key_classesstyle:nth-child(8):last-child),
    .statistical_datastyle ul:has(.key_classesstyle:nth-child(9):last-child),
    .statistical_datastyle ul:has(.key_classesstyle:nth-child(10):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.statistical_datastyle ul:has(.key_classesstyle:nth-child(5):last-child) .key_classesstyle:nth-child(5) {
    grid-column: auto;
}.statistical_datastyle .key_classesstyle {
    padding: 20px;
}.statistical_datastyle .key_classesstyle p {
    font-size: 2rem;
}
}



@media (max-width: 576px) {.leadership_profilestyle {
    padding: 4rem 1rem;
}.leadership_profilestyle .image_box_itemstyle {
    height: 320px;
}.leadership_profilestyle .name {
    font-size: 38px;
}.leadership_profilestyle .past_careerstyle > div:nth-child(2) {
    font-size: 15px;
}.leadership_profilestyle .career_recordstyle {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 576px) {.customer_reviewsstyle {
    padding: 50px 0 30px;
}.customer_reviewsstyle h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.75);
}.customer_reviewsstyle .review_carouselstyle {
    padding: 20px;
}.customer_reviewsstyle .review_carouselstyle img {
    width: 50px;
    height: 50px;
}.customer_reviewsstyle a {
    padding: 12px 30px;
    font-size: calc(20px * 0.9);
}
}



@media (max-width: 768px) {.contact_usstyle {
    padding: 50px 0;
}.contact_usstyle h3 {
    letter-spacing: 2px;
    font-size: calc(38px);
    margin-bottom: 40px;
}.contact_usstyle .help_infostyle h3,
    .contact_usstyle .query_supportstyle h4 {
    margin-bottom: 30px;
    font-size: calc(23px - 2px);
}.contact_usstyle .help_infostyle input[type="text"],
    .contact_usstyle .help_infostyle textarea {
    padding: 15px;
    margin-bottom: 20px;
}.contact_usstyle .help_infostyle textarea {
    height: 120px;
}.contact_usstyle .help_infostyle .inquiry_sectionstyle {
    padding: 15px 30px;
}.contact_usstyle .query_supportstyle .query_gridstyle li {
    margin-bottom: 20px;
    padding-bottom: 15px;
}.contact_usstyle .query_supportstyle .query_gridstyle li svg {
    width: 20px;
    margin-right: 15px;
    height: 20px;
}
}



@media (max-width: 767px) {.newsletter_signupstyle {
    padding: 4rem 1.5rem;
}.newsletter_signupstyle .input_holder {
    grid-template-columns: 1fr;
}.newsletter_signupstyle h4 {
    margin-bottom: 1rem;
    text-align: center;
}.newsletter_signupstyle .achieve_statsstyle {
    transform: perspective(1000px) rotateX(0);
}.newsletter_signupstyle .achieve_statsstyle > div::before {
    height: 3px;
    width: 50px;
    transform: none;
    left: 0;
    top: -10px;
}.newsletter_signupstyle .achieve_statsstyle:hover > div::before {
    height: 3px;
    width: 80px;
}.newsletter_signupstyle .get_startedstyle {
    margin-top: 0.5rem;
    width: 100%;
}
}



@keyframes appearDot {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}



@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

