* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.trial_offerexp {
    flex: 0 0 auto;
}


.trial_offerexp {
    font-family: Arial, sans-serif;
    background-color: rgb(233,225,231);
    position: relative;
    padding: 5rem 0 2rem;
    color: #000000;
}

.trial_offerexp .learn_navexp {
    flex-direction: column;
    display: flex;
}

.trial_offerexp .get_connectedexp::after {
    content: '';
    height: 1px;
    width: 100%;
    bottom: -1px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(173,152,167,0.5) 50%,
        transparent 100%);
}

.trial_offerexp .info_item:hover {
    transform: translateY(-5px);
}

.trial_offerexp .info_item svg {
    transition: transform 0.3s ease;
    height: 20px;
    fill: rgb(208,191,203);
    width: 20px;
}

.trial_offerexp .nav_learnexp svg {
    max-width: 160px;
    transition: all 0.3s ease;
    height: auto;
}

.trial_offerexp .slack_inviteexp::before {
    bottom: 0;
    position: absolute;
    content: '';
    width: 4px;
    top: 0;
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(208,191,203), rgb(173,152,167));
    left: 0;
}

.trial_offerexp .nav_startexp:first-child {
    position: relative;
}

.trial_offerexp .nav_startexp a::before {
    left: 0;
    transition: all 0.3s ease;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: rgb(173,152,167,0.5);
    content: '';
    border-radius: 50%;
    position: absolute;
}

.trial_offerexp .subscribe_holder p {
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
}

.trial_offerexp .input_holder input[type="email"] {
    font-size: 17px;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 1.125rem 1.25rem;
}

.trial_offerexp .sub_promoexp:hover::before {
    opacity: 1;
}

.trial_offerexp .discuss_ctaexp {
    padding-top: 2rem;
    text-align: center;
    position: relative;
    margin-top: 4rem;
}

.trial_offerexp .sample_docsexp {
    font-size: 13px;
    color: #000000;
    opacity: 0.8;
}

.course_programexp .training_planexp {
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 45%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    left: 0;
}

.course_programexp .training_planexp {
    position: relative;
    height: 300px;
    clip-path: none;
    width: 100%;
}

.course_programexp .learn_nowexp {
    height: 20%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.course_programexp .learn_nowexp {
    height: 100%;
    width: 20%;
}

.course_programexp .learn_nowexp:hover img {
    transform: scale(1.15);
    filter: brightness(1) contrast(1.05) saturate(1.2);
}

.course_programexp .skill_boostexp {
    margin-right: 2%;
    width: 55%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.course_programexp .skill_boostexp {
    margin: 0;
    width: 100%;
}

.course_programexp .skill_academyexp h3 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    padding-bottom: 1rem;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 31px;
}

.course_programexp .skill_academyexp h3 {
    font-size: calc(31px * 0.8);
}

.course_programexp .skill_academyexp .request_feedbackexp {
    font-size: 19px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    background: linear-gradient(
        to right,
        rgb(208,191,203) 0%,
        rgb(173,152,167) 100%
    );
    transition: all 0.4s ease;
    overflow: hidden;
    padding: 1rem 2.5rem;
    z-index: 1;
    background-size: 200% auto;
    position: relative;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    color: #ffffff;
}

.course_programexp .skill_academyexp .request_feedbackexp {
    width: 100%;
    padding: 0.8rem 1.5rem;
}

.attempt_nowexp .request_feedbackexp:hover {
    transform: translate(5px, 5px);
    box-shadow: 0 0 0 rgb(208,191,203);
}

.attempt_nowexp .skill_boostexp::after {
    width: 200px;
    opacity: 0.3;
    right: -50px;
    height: 200px;
    z-index: -1;
    border-radius: 50%;
    bottom: -100px;
    content: '';
    border: 2px solid rgb(173,152,167,0.5);
    position: absolute;
}

.consent_complyexp {
    padding: 10px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(208,191,203);
    margin-right: 20px;
    flex-shrink: 0;
    border-radius: 18px;
}

.consent_complyexp:hover svg {
    transform: rotate(20deg);
}

.cookie_overviewexp p {
    text-shadow: 0 0 5px rgb(208,191,203,0.5);
    color: #ffffff;
    margin-bottom: 0;
    font-size: 15px;
}

.cookie_message_alertexp p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(208,191,203);
}

.thanksPartexp::before {
    position: absolute;
    left: 0;
    opacity: 0.7;
    background: 
        radial-gradient(circle at 20% 30%, rgb(208,191,203,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(173,152,167,0.5) 0%, transparent 60%);
    z-index: 0;
    content: "";
    right: 0;
    animation: pulse 10s infinite alternate ease-in-out;
    bottom: 0;
    top: 0;
}

.thanksPartexp .skill_boostexp::before {
    background: linear-gradient(90deg, rgb(208,191,203), rgb(173,152,167));
    height: 5px;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    z-index: 3;
    top: 0;
}

.thanksPartexp li {
    padding: 40px;
    background: #ffffff;
    transition: transform 0.3s ease;
    position: relative;
}

.education_frameworkexp {
    position: relative;
    background: linear-gradient(135deg, rgb(233,225,231) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
}

.education_frameworkexp .skill_boostexp {
    margin: 0 auto;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1200px;
    padding: 0 30px;
    gap: 50px;
    position: relative;
}

.education_frameworkexp:hover h2 {
    transform: translateX(0);
}

.education_frameworkexp .text_body_wrapexp {
    background: #ffffff;
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -8px -8px 20px rgba(255, 255, 255, 0.9),
        inset 2px 2px 5px rgba(255, 255, 255, 0.8),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 40px;
    border-radius: 10px;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
}



.ideal_participantsexp .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

.ideal_participantsexp h4 {
    line-height: 1.3;
    color: #000000;
    font-weight: 700;
    margin: 0;
    font-size: 32px;
    padding: 0;
    position: relative;
}

.ideal_participantsexp div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ideal_participantsexp div p:nth-child(even) {
    transform: translateX(30px);
}

.ideal_participantsexp div p:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.ideal_participantsexp div p svg {
    transition: all 0.3s ease;
    width: 28px;
    position: relative;
    z-index: 2;
    margin-right: 20px;
    height: 28px;
    min-width: 28px;
}

header .top_primaryexp {
    padding: 20px;
    position: relative;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 15px;
    display: grid;
}

header .top_primaryexp .nav_learnexp::after {
    transform-origin: bottom right;
    border-bottom: 2px solid rgb(173,152,167);
    transition: transform 0.3s ease;
    transform: scale(0);
    bottom: -5px;
    right: -5px;
    border-right: 2px solid rgb(173,152,167);
}

header .top_primaryexp .first_teachexp::before,
header .top_primaryexp .first_teachexp::after {
    content: "";
    top: 15%;
    width: 2px;
    height: 70%;
    background: rgb(208,191,203,0.5);
    position: absolute;
}

header .top_primaryexp .first_teachexp::before {
    left: 0;
}

header .top_primaryexp .first_teachexp .head_trainexp a:hover {
    color: rgb(208,191,203);
}

header .top_primaryexp .first_teachexp .head_trainexp a:hover::before {
    transform: scaleX(1);
}

.our_backgroundexp::before {
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6));
    left: 0;
    z-index: 1;
    height: 100%;
}

.our_backgroundexp .text_body_wrapexp {
    transform: translateZ(0) rotateX(2deg);
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgba(255, 255, 255, 0.07);
    transform-origin: top center;
    position: relative;
    animation: slideIn 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-left: 4px solid rgb(173,152,167);
}

.developer_experienceexp::before {
    content: "";
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(208,191,203,0.5) 30px,
        rgb(208,191,203,0.5) 32px
    );
    position: absolute;
    width: 100%;
    opacity: 0.05;
    top: 0;
    height: 100%;
}

.developer_experienceexp .work_expexp::before {
    height: 0;
    background: linear-gradient(to bottom, rgb(208,191,203), rgb(173,152,167));
    content: "";
    top: 0;
    width: 4px;
    left: 0;
    position: absolute;
    transition: height 0.5s ease;
}

.developer_experienceexp .work_expexp > div:nth-child(2) {
    opacity: 0.8;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 18px;
    transform: translateX(0);
    text-transform: uppercase;
    color: rgb(173,152,167);
    transition: all 0.4s ease 0.1s;
}

.title_boardexp::before {
    background-size: 40px 40px;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgba(94,170,168,0.1) 5px, transparent 60px),
        radial-gradient(circle at 80% 70%, rgba(94,170,168,0.1) 10px, transparent 80px),
        linear-gradient(45deg, rgba(94,170,168,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(45deg, rgba(94,170,168,0.05) 25%, transparent 25%) 20px 20px;
    top: 0;
    left: 0;
    z-index: 0;
    animation: backgroundShift 30s infinite alternate ease-in-out;
    position: absolute;
    width: 100%;
}

.title_boardexp .course_introexp p {
    line-height: 1.6;
    z-index: 2;
    color: #000000;
    font-size: calc(17px * 1.1);
    margin-top: 1.5rem;
    position: relative;
    max-width: 600px;
}

.title_boardexp svg text {
    transition: fill 0.3s ease;
    font-weight: 700;
    fill: rgb(94,170,168);
}

.title_boardexp .request_feedbackexp::before {
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0.2), rgba(255,255,255,0));
    z-index: -1;
    width: 100%;
    transition: left 0.5s ease;
    content: "";
    position: absolute;
    transform: skewX(-25deg);
    left: -100%;
}

.title_boardexp .img_lightboxexp:hover {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}

.title_boardexp .img_lightboxexp:hover::before {
    opacity: 0.8;
}

.connect_formexp {
    overflow: hidden;
    padding: 100px 0;
    background-color: rgb(233,225,231);
    position: relative;
}

.connect_formexp h2 {
    position: relative;
    font-size: 29px;
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-bottom: 15px;
}

.connect_formexp .reach_panelexp {
    padding: 60px;
    flex: 0 0 60%;
    position: relative;
}

.connect_formexp form {
    width: 100%;
    padding-left: 25px;
}

.connect_formexp form h3 {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 600;
}

.connect_formexp form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}

.connect_formexp .inquiry_feedbackexp label {
    line-height: 1.5;
    cursor: pointer;
    font-size: 14px;
    padding-left: 35px;
    color: #000000;
    position: relative;
}

.connect_formexp .inquiry_feedbackexp label a {
    transition: all 0.3s ease;
    color: rgb(208,191,203);
    text-decoration: none;
}

.connect_formexp form .request_feedbackexp::before {
    background: rgba(255, 255, 255, 0.2);
    left: -10%;
    width: 120%;
    position: absolute;
    transform: rotate(45deg) translateX(-200%);
    content: "";
    top: -10%;
    transition: all 0.4s ease;
    height: 120%;
}

.plan_containerexp .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 15px;
}

.plan_containerexp .learning_costexp {
    opacity: 0.9;
    margin: 0 auto 60px;
    max-width: 800px;
    color: #ffffff;
    line-height: 1.6;
    font-size: 17px;
    text-align: center;
}

.plan_containerexp .learn_dealsexp {
    will-change: transform;
    text-decoration: none;
    transform-style: preserve-3d;
    display: block;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.plan_containerexp .fee_structexp h4 {
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 21px;
}

.plan_containerexp .fee_structexp h4::after {
    left: 0;
    width: 40px;
    bottom: 0;
    background: rgb(208,191,203);
    content: "";
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
}

.plan_containerexp .learn_dealsexp:hover .trial_ratesexp {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}

.privacy_fortificationexp::before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    top: 0;
    height: 8px;
    z-index: 1;
    background: linear-gradient(90deg, rgb(208,191,203) 0%, rgb(173,152,167) 100%);
}

.privacy_fortificationexp h1::after {
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(208,191,203), rgb(173,152,167,0.5));
    width: 80px;
    transform-origin: left;
    transition: width 0.4s ease-out;
    bottom: 0;
    height: 4px;
}

.privacy_fortificationexp h2:hover {
    transform: translateX(5px);
}

.privacy_fortificationexp h4 {
    padding-left: 0.8rem;
    margin: 2rem 0 1rem;
    color: #000000;
    font-size: calc(22px * 1.1);
    font-weight: 600;
    position: relative;
}

.privacy_fortificationexp p strong::after {
    background: rgb(208,191,203,0.5);
    left: 0;
    bottom: 0;
    position: absolute;
    transform: scaleX(0);
    height: 1px;
    width: 100%;
    content: "";
    transition: transform 0.35s ease-out;
    transform-origin: right;
}

.privacy_fortificationexp li:hover {
    transform: translateX(5px);
}

.privacy_fortificationexp li:hover::before {
    background-color: rgb(208,191,203,0.5);
    transform: rotate(225deg);
}

.client_testimonialsexp {
    background: rgb(233,225,231);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.client_testimonialsexp .skill_boostexp {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}

.client_testimonialsexp h4::after {
    position: absolute;
    height: 30px;
    right: -40px;
    content: "";
    animation: rotate 6s linear infinite;
    top: -15px;
    background: rgb(208,191,203,0.5);
    width: 30px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.client_testimonialsexp .user_opinionsexp::after {
    content: "";
    z-index: -2;
    position: absolute;
    height: 50px;
    bottom: 0;
    transform: rotate(45deg) translateY(25px);
    right: 15%;
    width: 50px;
    background: rgb(233,225,231);
}

.client_testimonialsexp .user_opinionsexp:nth-child(even)::after {
    background: rgb(173,152,167,0.5);
}

.client_testimonialsexp .img_lightboxexp {
    border: 3px solid #ffffff;
    height: 80px;
    top: -20px;
    width: 80px;
    z-index: 3;
    position: absolute;
    right: 20px;
    transition: all 0.4s ease;
}

.client_testimonialsexp .user_opinionsexp:hover .img_lightboxexp {
    transform: translateY(-5px) rotate(-5deg);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
}

.client_testimonialsexp .user_ratingsexp::before {
    border-radius: 50%;
    height: 100px;
    top: -50px;
    left: 10%;
    content: "";
    border: 10px solid rgb(173,152,167,0.5);
    z-index: -1;
    position: absolute;
    width: 100px;
}



@media (max-width: 768px) {.trial_offerexp {
    padding: 3.5rem 0 1.5rem;
}.trial_offerexp .get_connectedexp {
    margin-bottom: 3rem;
}.trial_offerexp .info_item {
    width: 100%;
}.trial_offerexp .info_item::before {
    display: none;
}.trial_offerexp .nav_startexp {
    gap: 0.5rem 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}.trial_offerexp .nav_startexp a {
    padding: 0.5rem 1rem;
    text-align: center;
}.trial_offerexp .nav_startexp a::before {
    display: none;
}.trial_offerexp .nav_startexp a:hover {
    border-radius: 10px;
    padding-left: 1rem;
    background-color: rgba(0, 0, 0, 0.03);
}.trial_offerexp .discuss_ctaexp {
    margin-top: 3rem;
}
}



@media (max-width: 480px) {.attempt_nowexp {
    padding: 40px 0;
}.attempt_nowexp .skill_boostexp {
    padding-left: 15px;
    border-left-width: 3px;
    gap: 20px;
}.attempt_nowexp .container p {
    font-size: calc(17px * 1.2);
}.attempt_nowexp .request_feedbackexp {
    font-size: calc(20px * 0.9);
    padding: 12px 25px;
}}



@media (max-width: 480px) {.thanksPartexp {
    padding: 40px 0;
}.thanksPartexp h2 {
    padding-left: 12px;
    font-size: calc(28px * 0.7);
    border-left: 3px solid rgb(208,191,203);
}.thanksPartexp .container {
    padding: 0 15px;
}.thanksPartexp .skill_boostexp {
    transform: translateZ(5px) rotateX(0.5deg);
}.thanksPartexp .skill_boostexp:hover {
    transform: translateZ(10px) rotateX(0deg);
}.thanksPartexp li {
    padding: 20px 15px;
}.thanksPartexp li::before {
    height: 20px;
    font-size: 12px;
    width: 20px;
    left: 15px;
}.thanksPartexp span {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}}



@media (max-width: 767px) {.ideal_participantsexp {
    padding: 70px 0;
}.ideal_participantsexp .skill_boostexp {
    gap: 40px;
    grid-template-columns: 1fr;
}.ideal_participantsexp h4 {
    font-size: calc(32px - 2px);
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
}.ideal_participantsexp h4::before {
    transform: translateX(-50%);
    left: 50%;
}.ideal_participantsexp h4::after {
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}.ideal_participantsexp div p:nth-child(even) {
    transform: translateX(0);
}.ideal_participantsexp div p:nth-child(even):hover {
    transform: translateY(-5px);
}
}



@media (max-width: 767px) {header .top_primaryexp .first_teachexp {
    justify-content: center;
    flex-wrap: wrap;
}header .top_primaryexp .first_teachexp .head_trainexp {
    margin: 3px 0;
}header .top_primaryexp .first_teachexp .head_trainexp:not(:last-child)::after {
    display: none;
}}



@media (max-width: 767px) {.our_backgroundexp {
    padding: 80px 0;
}.our_backgroundexp h4 {
    font-size: calc(21px + 2px);
    margin-bottom: 25px;
}.our_backgroundexp .text_body_wrapexp {
    padding: 30px 20px;
    border-left-width: 3px;
}.our_backgroundexp h6 {
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 8px;
}.our_backgroundexp h6::after {
    height: 2px;
    width: 40px;
}.our_backgroundexp span {
    font-size: calc(15px - 1px);
    line-height: 1.6;
}}



@media (min-width: 1200px) {.title_boardexp .skill_boostexp {
    padding: 5rem;
}.title_boardexp .text_body_wrapexp {
    transform: translateZ(20px);
}.title_boardexp h1 {
    font-size: calc(39px * 1.5);
}.title_boardexp .img_lightboxexp {
    height: 600px;
}
}



@media screen and (max-width: 991px) {.connect_formexp .img_lightboxexp {
    min-height: 300px;
    flex: 0 0 100%;
}.connect_formexp .reach_panelexp {
    flex: 0 0 100%;
}.connect_formexp .reach_panelexp::before {
    background: linear-gradient(to right, rgb(208,191,203), rgb(173,152,167));
    height: 5px;
    width: calc(100% - 80px);
    top: 0;
    left: 40px;
}.connect_formexp form {
    padding-top: 25px;
    padding-left: 0;
}
}



@media (max-width: 480px) {.plan_containerexp {
    padding: 60px 0;
}.plan_containerexp h2 {
    font-size: calc(31px - 6px);
}.plan_containerexp .learning_costexp {
    font-size: calc(17px - 1px);
    margin-bottom: 30px;
}.plan_containerexp .fee_structexp {
    padding: 25px 15px;
}.plan_containerexp .fee_structexp p {
    margin-bottom: 20px;
    font-size: calc(17px - 3px);
}.plan_containerexp .cost_tableexp {
    font-size: calc(21px + 0px);
    padding: 8px 15px;
}
}



@media (max-width: 991px) {.privacy_fortificationexp h1 {
    font-size: calc(41px * 1.1);
}.privacy_fortificationexp h2 {
    font-size: calc(34px * 0.95);
}.privacy_fortificationexp p, .privacy_fortificationexp span {
    max-width: 100%;
}
}



@media (max-width: 767px) {.client_testimonialsexp {
    padding: 70px 0;
}.client_testimonialsexp h4 {
    transform: none;
    font-size: calc(34px * 0.85);
    display: block;
    text-align: center;
    margin-bottom: 60px;
}.client_testimonialsexp h4::before {
    width: 100%;
    transform: none;
    left: 0;
}.client_testimonialsexp .user_ratingsexp {
    grid-template-columns: 1fr;
    gap: 50px;
}.client_testimonialsexp .user_opinionsexp {
    padding: 30px 25px;
}.client_testimonialsexp .img_lightboxexp {
    height: 70px;
    width: 70px;
    top: -15px;
    right: 15px;
}.client_testimonialsexp .user_opinionsexp span {
    font-size: calc(17px * 0.9);
}.client_testimonialsexp .user_opinionsexp p {
    font-size: calc(13px * 0.9);
}
}



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



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



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

