header,footer {
    width: 100%;
}

.top_lead {
    flex: 1 0 auto;
}

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

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

.exam_prep {
    flex: 0 0 auto;
}

.exam_prep {
    position: relative;
    padding: 70px 0 30px;
    background-color: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
}

header .top_base::after {
    left: -25%;
    width: 150%;
    height: 100px;
    content: "";
    opacity: 0.1;
    background: rgb(147,163,159);
    z-index: -2;
    transform: rotate(-2deg);
    position: absolute;
    top: -50px;
}

header .nav_section {
    z-index: 2;
    position: relative;
}

header .head_teach:hover {
    box-shadow: 8px 8px 0 rgb(147,163,159);
    transform: rotate(0deg) translateY(-5px);
}

header .head_teach:hover::before {
    left: -8px;
    right: -8px;
    top: -8px;
    bottom: -8px;
    opacity: 1;
}

header .top_train::before {
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    transition: width 0.3s ease;
    z-index: -1;
    width: 85%;
    background: linear-gradient(90deg, transparent, rgb(113,129,125,0.5) 100%);
    position: absolute;
    opacity: 0.15;
    border-radius: 0 12px 12px 0;
}

header .nav_learning a::after {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(147,163,159) 0%, rgb(113,129,125) 100%);
    width: 100%;
    content: "";
    bottom: 0;
    position: absolute;
    transition: transform 0.3s ease 0.1s;
    height: 2px;
    left: 0;
    transform: scaleX(0);
}

header .nav_learning a:hover::after {
    transform: scaleX(1);
}

.teaching_experience::before {
    left: -5%;
    transform: skewY(-5deg);
    position: absolute;
    width: 120%;
    height: 120%;
    content: "";
    top: -10%;
    z-index: 0;
    background: linear-gradient(
        135deg,
        rgb(113,129,125,0.5) 0%,
        transparent 40%,
        rgb(147,163,159,0.5) 100%
    );
}

.teaching_experience .success_testimonials > div:first-child {
    transform: translateZ(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    height: 240px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: relative;
    transition: transform 0.4s ease-out;
}

.teaching_experience .success_testimonials:hover .img_list {
    transform: scale(1.03);
}

.teaching_experience .success_testimonials:hover > div:nth-child(2)::before {
    transform: scaleY(1);
}

.teaching_experience .name::after {
    height: 2px;
    width: 40%;
    background-color: rgb(147,163,159);
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: width 0.4s ease;
}

.teaching_experience .success_testimonials > div:nth-child(2) > div {
    font-size: calc(18px - 2px);
    color: rgb(113,129,125);
    font-weight: 600;
    letter-spacing: 0.5px;
    opacity: 0.9;
    margin-top: 5px;
}

.plan_shelf {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.plan_shelf::before {
    left: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(20, 20, 40, 0.75) 100%);
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
}

.plan_shelf .training_fees {
    font-weight: 400;
    margin: 0 auto 50px;
    color: #ffffff;
    font-size: 15px;
    max-width: 700px;
    transform: translateZ(20px);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    line-height: 1.6;
    text-align: center;
    opacity: 0.9;
}

.plan_shelf .cost_card {
    height: 100%;
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.07) 0%,
        rgba(255, 255, 255, 0.03) 100%);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-style: preserve-3d;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
}

.plan_shelf .study_packages p {
    overflow-wrap: break-word;
    overflow-y: auto;
    line-height: 1.6;
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
    padding-right: 5px;
    word-wrap: break-word;
    hyphens: auto;
    opacity: 0.85;
    margin: 0 0 25px;
    max-height: 250px;
}

.plan_shelf .value_pricing li:hover {
    transform: translateY(-5px) scale(1.02);
}

.plan_shelf .value_pricing li:hover .cost_card::before {
    transform: scaleX(1);
}

.plan_shelf .value_pricing li:hover .cost_card::after {
    transform: scaleY(1.5);
    opacity: 0.9;
}

.welcome_section .img_list {
    z-index: 0;
    height: 100%;
    top: 0;
    width: 100%;
    animation: subtle-zoom 20s infinite alternate ease-in-out;
    transform: scale(1.05);
    position: absolute;
    left: 0;
    filter: saturate(0.8) contrast(1.1);
}

.welcome_section h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: clamp(2.5rem, 6vw, 38px);
    transform: translateX(-5px);
    position: relative;
    max-width: 860px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.welcome_section .text_bubble:hover {
    transform: translateY(-5px);
}

.welcome_section .text_bubble p {
    margin-bottom: 2rem;
    font-weight: 400;
    opacity: 0.95;
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    line-height: 1.5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.welcome_section svg:hover {
    transform: scale(1.08);
}

.welcome_section svg path {
    fill: rgb(113,129,125);
    transition: fill 0.3s ease;
}

.welcome_section .inquiry_widget {
    transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-size: 20px;
    display: inline-block;
    position: relative;
    background: linear-gradient(135deg, rgb(147,163,159), rgb(113,129,125));
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    color: #ffffff;
    padding: 1rem 2.5rem;
    box-shadow: 
    0 8px 25px rgba(94, 170, 168, 0.3),
    0 2px 5px rgba(0, 0, 0, 0.15);
    z-index: 1;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.who_we_are .container {
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}

.who_we_are h2 {
    padding-bottom: 12px;
    transform: translateX(-10px);
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 28px;
    color: #ffffff;
    position: relative;
    margin-bottom: 60px;
    display: inline-block;
}

.who_we_are .text_bubble:hover {
    transform: translateY(-5px);
}

.who_we_are .text_bubble::before {
    height: 180px;
    content: "";
    border-radius: 50%;
    border: 3px solid rgb(113,129,125);
    z-index: -1;
    opacity: 0.15;
    left: -90px;
    width: 180px;
    position: absolute;
    top: -90px;
}

.who_we_are .text_bubble p::after {
    right: 0;
    position: absolute;
    transform: translateY(-50%);
    width: 40px;
    background: rgb(147,163,159);
    height: 2px;
    top: 50%;
    transition: width 0.3s ease;
    content: "";
}

.thanks_box {
    padding: 120px 0 100px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(181,196,194) 0%, rgb(147,163,159,0.5) 100%);
    position: relative;
}

.thanks_box .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    padding: 0 20px;
    perspective: 1000px;
}

.thanks_box h2::after {
    left: 0;
    transform: scaleX(0);
    animation: expandLine 1.2s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, rgb(147,163,159), rgb(113,129,125));
    height: 4px;
    transform-origin: left;
    bottom: -15px;
    width: 80px;
    content: "";
    position: absolute;
}

.thanks_box .path_edu::after {
    background: radial-gradient(circle, rgb(147,163,159,0.5) 0%, transparent 70%);
    transition: opacity 1.5s ease, transform 1.5s ease;
    left: -100%;
    width: 300%;
    z-index: 0;
    height: 300%;
    position: absolute;
    content: "";
    transform: scale(0.8);
    opacity: 0;
    top: -100%;
    pointer-events: none;
}

.thanks_box .path_edu:hover {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(20px) perspective(1000px) rotateX(1deg);
    box-shadow: 0 22px 60px -20px rgba(0, 0, 0, 0.2);
}

.secure_safehold h1 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    margin-bottom: 15px;
}

.secure_safehold ul {
    margin: 20px 0;
    list-style-type: square;
    color: #000000;
}

.give_it_a_try {
    background: linear-gradient(120deg, rgb(113,129,125,0.5) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.give_it_a_try .path_edu {
    flex-direction: column;
    z-index: 10;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
}

.give_it_a_try .container p {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    margin: 0 0 60px 0;
    font-weight: 700;
    color: #000000;
    z-index: 5;
    position: relative;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    font-size: 30px;
    line-height: 1.4;
    background: #ffffff;
    padding: 40px 60px;
    max-width: 800px;
    text-align: center;
}

.give_it_a_try .inquiry_widget:hover::before {
    opacity: 1;
}

.give_it_a_try .inquiry_widget::after {
    content: '';
    width: 30px;
    top: 0;
    animation: shine 6s infinite;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transform: skewX(-15deg);
    height: 100%;
    left: -100px;
}

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

.course_highlights .skill_route {
    transform: translateZ(0);
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}

.course_highlights .img_list::before {
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
    content: "";
    inset: 0;
    z-index: 1;
}

.course_highlights .text_bubble {
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.course_highlights .text_bubble:hover::before {
    transform: scaleY(1);
}

.course_highlights h3::after {
    opacity: 0;
    top: 50%;
    height: 30%;
    width: 8px;
    position: absolute;
    transition: opacity 0.4s ease, left 0.4s ease;
    z-index: -1;
    content: "";
    background: rgb(147,163,159,0.5);
    left: -10px;
    transform: translateY(-50%);
}

.course_highlights span.description {
    display: none;
}

footer {
    position: relative;
    width: 100%;
}

footer .fellow_prog {
    gap: 60px;
    display: grid;
}

footer .info_item {
    margin-bottom: 15px;
    position: relative;
    margin-right: 30px;
}

footer .info_item:last-child {
    margin-right: 0;
}

footer .info_item a:hover {
    color: rgb(147,163,159);
}

footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

footer .nav_section svg {
    height: 40px;
    width: auto;
    margin-bottom: 20px;
}

footer .top_train h5::after {
    position: absolute;
    left: 0;
    bottom: -8px;
    background-color: rgb(147,163,159);
    width: 30px;
    height: 2px;
    content: "";
}

footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 600;
    color: #000000;
}

footer .input_holder input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 17px;
    color: #000000;
    transition: border-color 0.3s ease;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 14px 16px;
}

footer .degree_path {
    font-size: 15px;
    color: #000000;
    text-align: center;
}

.customer_opinions::before {
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(90deg, rgb(147,163,159,0.5) 0.5px, transparent 1px),
        linear-gradient(0deg, rgb(147,163,159,0.5) 0.5px, transparent 1px);
    transform: perspective(500px) rotateX(30deg) scale(1.5);
    background-size: 20px 20px;
    top: 0;
    z-index: 1;
    opacity: 0.2;
    transform-origin: center top;
    left: 0;
    height: 100%;
    content: "";
}

.customer_opinions .success_testimonials::before {
    background: linear-gradient(135deg, rgb(113,129,125,0.5), rgb(147,163,159,0.5));
    z-index: -1;
    border-radius: 14px;
    inset: 0;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease;
    content: "";
}

.customer_opinions .success_testimonials:hover::after {
    transform: scale(1) translateZ(10px);
    opacity: 0.3;
}

.customer_opinions .img_list {
    border-radius: 14px;
    width: 90px;
    height: 90px;
    transition: all 0.5s ease;
    border: 3px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin: 0 auto 20px;
    transform: translateZ(20px);
}

.customer_opinions .success_testimonials p {
    line-height: 1.7;
    font-size: 16px;
    transform: translateZ(10px);
    text-align: center;
    padding-top: 15px;
    position: relative;
    transition: all 0.5s ease;
    color: #000000;
}

.customer_opinions .success_testimonials:nth-child(3n+1) {
    animation: floatIn 0.7s ease-out both;
    animation-delay: 0.1s;
}

.course_methodology {
    position: relative;
    overflow: visible;
    background: linear-gradient(165deg, rgb(181,196,194) 0%, rgb(147,163,159,0.5) 120%);
    padding: 160px 0 140px;
}

.course_methodology .text_bubble {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.course_methodology .text_bubble::before {
    height: 200px;
    top: -40px;
    left: 30%;
    animation: float-rotate 20s infinite ease-in-out alternate;
    position: absolute;
    width: 200px;
    z-index: 1;
    transform: rotate(-15deg);
    border-radius: 20px;
    content: '';
    opacity: 0.1;
    border: 2px solid rgb(147,163,159,0.5);
}

.course_methodology .text_bubble h2::after {
    content: '';
    bottom: 15px;
    width: 80%;
    left: 10%;
    opacity: 0.3;
    background: #ffffff;
    height: 2px;
    position: absolute;
}

.course_methodology .text_bubble p::before {
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    border-radius: 20px;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    z-index: -1;
}

.course_methodology .path_edu::before {
    width: 150px;
    border-radius: 50%;
    position: absolute;
    filter: blur(50px);
    background: rgb(147,163,159);
    opacity: 0.05;
    height: 150px;
    animation: pulse-subtle 10s infinite alternate;
    right: 10%;
    bottom: -75px;
    content: '';
}

.reach_out .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}

.reach_out .inquiry_form::after {
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(147,163,159), rgb(113,129,125));
    position: absolute;
    content: '';
}

.reach_out .inquiry_form div {
    margin-bottom: 30px;
    align-items: center;
    padding-left: 15px;
    position: relative;
    display: flex;
}

.reach_out .inquiry_form div svg {
    width: 22px;
    margin-right: 20px;
    height: 22px;
}

.reach_out .inquiry_form div span {
    font-weight: 400;
    font-size: calc(13px * 0.95);
    color: #000000;
}

.reach_out .request_card {
    padding: 50px;
    background: rgba(0, 0, 0, 0.5);
}

.reach_out form input[type="text"],
.reach_out form input[type="email"] {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border: none;
    margin-bottom: 25px;
    font-size: 13px;
    padding: 15px 5px;
    transition: all 0.3s ease;
    background: transparent;
    color: #ffffff;
}

.reach_out .query_inquiry input[type="checkbox"]:checked + label::before {
    background-color: rgb(113,129,125);
    border-color: rgb(113,129,125);
}

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

.reach_out form .inquiry_widget:hover::before {
    width: 100%;
}



.reach_out .inquiry_form div:nth-child(even) {
    animation: pulse 4s infinite;
}


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



@media (max-width: 991px) {header .nav_master {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}header .nav_section {
    justify-self: center;
}header .top_train {
    justify-content: center;
}header .top_train::before {
    opacity: 0.1;
    background: rgb(113,129,125,0.5);
    width: 100%;
}
}



@media (max-width: 480px) {header .head_teach {
    transform: none;
    padding: 10px;
}header .head_teach svg {
    height: 40px;
}header .head_teach:hover {
    transform: translateY(-3px);
}}



@media screen and (min-width: 992px) {.teaching_experience {
    padding: 120px 0;
}.teaching_experience .success_testimonials {
    grid-template-columns: 380px 1fr;
    transform: perspective(1200px) rotateY(-3deg);
    padding: 60px;
    gap: 40px;
}.teaching_experience .name {
    font-size: calc(19px + 2px);
}.teaching_experience .success_testimonials > div:nth-child(2) > div {
    font-size: 18px;
}.teaching_experience .career_explore {
    padding: 30px 25px 30px 45px;
    line-height: 1.9;
}.teaching_experience .career_explore::before {
    font-size: calc(38px * 2);
}
}



@media (max-width: 991px) {.plan_shelf {
    padding: 80px 0;
}.plan_shelf h2 {
    font-size: calc(29px * 0.9);
}.plan_shelf .value_pricing {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.plan_shelf .study_packages {
    padding: 30px 25px;
}
}



@media (max-width: 992px) {.welcome_section .path_edu {
    padding: 4rem 2rem;
}.welcome_section .text_bubble {
    max-width: 550px;
    padding: 2.5rem;
}
}



@media (max-width: 768px) {.welcome_section {
    min-height: 90vh;
}.welcome_section .path_edu {
    padding: 3rem 1.5rem;
}.welcome_section h1 {
    font-size: clamp(2rem, 7vw, 2.5rem);
}.welcome_section .text_bubble {
    padding: 2rem;
}.welcome_section svg {
    width: 100px;
    height: 100px;
}
}



@media (min-width: 992px) {.who_we_are::before {
    background: linear-gradient(135deg, rgb(113,129,125,0.5), transparent 90%);
}.who_we_are .container {
    padding: 0 50px;
}.who_we_are .text_bubble {
    width: 85%;
    padding: 70px 80px;
    margin-left: 15%;
}.who_we_are h2 {
    margin-bottom: 70px;
    font-size: calc(28px * 1.2);
}.who_we_are .text_bubble::before {
    height: 250px;
    width: 250px;
    top: -125px;
    left: -125px;
}
}



@media (prefers-reduced-motion) {.who_we_are::after {
    animation: none;
}.who_we_are .text_bubble:hover {
    transform: none;
}.who_we_are h2:hover::after {
    transform: scaleX(1);
}}



@media screen and (max-width: 576px) {.thanks_box {
    padding: 50px 0 40px;
}.thanks_box h2 {
    margin-bottom: 25px;
    font-size: calc(37px - 8px);
}.thanks_box .path_edu {
    padding: 25px 20px;
}.thanks_box li {
    padding-left: 22px;
}.thanks_box li span {
    line-height: 1.6;
    font-size: calc(16px - 1px);
}.thanks_box li::before {
    height: 7px;
    width: 7px;
    top: 10px;
}
}



@media (max-width: 991px) {.give_it_a_try {
    padding: 90px 0;
}.give_it_a_try .container p {
    padding: 35px 50px;
    margin-bottom: 50px;
    font-size: calc(21px * 1.2);
}.give_it_a_try .inquiry_widget {
    padding: 18px 40px;
}
}



@media (min-width: 768px) {.course_highlights .skill_route {
    gap: 50px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.course_highlights .img_list {
    height: 450px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.course_highlights .text_bubble {
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
}.course_highlights .img_list:hover,
    .course_highlights .text_bubble:hover {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}.course_highlights h3 {
    font-size: 38px;
}
}



@media (max-width: 767px) {footer .exam_prep {
    padding: 50px 0 30px;
}footer .reach_section {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .law_res {
    margin-top: 30px;
}
}



@media screen and (max-width: 1200px) {.course_methodology .text_bubble h2 {
    width: 45%;
}.course_methodology .text_bubble p {
    width: 45%;
}.course_methodology .text_bubble::before {
    left: 25%;
}
}



@media screen and (max-width: 768px) {.course_methodology {
    padding: 120px 0 100px;
    overflow: hidden;
}.course_methodology .text_bubble {
    align-items: center;
    flex-direction: column;
}.course_methodology .text_bubble h2 {
    margin-bottom: 20px;
    order: 1;
    transform: none;
    font-size: calc(29px * 0.9);
    width: 90%;
}.course_methodology .text_bubble p {
    order: 2;
    transform: none;
    width: 90%;
}.course_methodology .text_bubble::before,
    .course_methodology .text_bubble::after,
    .course_methodology::after,
    .course_methodology .path_edu::before,
    .course_methodology .path_edu::after {
    display: none;
}
}



@media screen and (max-width: 576px) {.reach_out {
    padding: 60px 0;
}.reach_out .inquiry_form,
    .reach_out .request_card {
    padding: 30px 20px;
}.reach_out .inquiry_form h3 {
    font-size: calc(30px * 0.85);
    margin-bottom: 30px;
}.reach_out .inquiry_form div {
    margin-bottom: 20px;
}.reach_out form .inquiry_widget {
    width: 100%;
    padding: 12px 20px;
}
}




@keyframes slideTitle {
    0% { opacity: 0; transform: translateZ(30px) translateY(-20px); }
    100% { opacity: 1; transform: translateZ(30px) translateY(0); }
}



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



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



@keyframes floatIn {
    from {
        opacity: 0;
        transform: rotateX(20deg) rotateY(-20deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: rotateX(10deg) rotateY(-10deg) translateY(0);
    }
}



@keyframes pulse-fade {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

