:root {
    --primary-dark: #01234A;
    --primary-orange: #FFAF5E;
    --card-bg: rgba(255, 255, 255, 0.75);
    --card-border: rgba(255, 255, 255, 0.5);
    --text: #333333;
    --light-bg: #f8fafc;
    --success-green: #10B981;
}


body {
    cursor: url("../images/coursor.svg") 10 10, auto !important;
}

button:hover {
    cursor: url('../images/coursor-pointer.svg'), pointer;
}

/* Custom cursor for links */
a:hover {
    cursor: url('../images/coursor-pointer.svg'), pointer;
}

.pl-150 {
    padding-left: 150px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.color-db {
    color: #dbdbdb !important;
}

h1, h2, h3 {
    color: #01234A;
}

.webinar-btn-blue {
    color: white;
    padding: 10px 25px;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #01234A !important;
    border-radius: 5px;
    transition: all .4s;
    font-weight: 700;
    border: none;
    outline: none;
    cursor: pointer;
}

.webinar-btn-blue:hover {
    background-color: #ffaf5e !important;;
    text-decoration: none;
    color: #121212;
}

.icon-list li {
    position: relative;
    padding-left: 20px !important;
}

.icon-list li i {
    position: absolute;
    left: -5px;
    top: 8px;
}

.menu-bar-webinar {
    background-color: transparent !important;
}

.menu-bar-webinar .sign-up-btn a {
    background-color: transparent;
    border: 2px solid #f1f3f8;
    color: #fff !important;
}

.menu-b-webinar i {
    color: #fff;
}

.collaps-login-icon-btn i {
    font-size: 15px;
}

.nav-details button {
    color: var(--color1);
}

.menu-b .collaps-login-icon-btn i {
    color: var(--color1);
}

.menu-bar-webinar .collaps-login-icon-btn i {
    color: #fff !important;
}

.menu-bar-webinar .nav-details-webinar ul a {
    color: #fff !important;
}

.nav-details-webinar ul a {
    color: #000000 !important;
}

.login-btn-webinar a {
    color: #FFF !important;
}

.sub-menu-webinar {
    background-color: #8fc9ff !important;
}

.join-btn-page-bottom {
    position: fixed;
    padding: 14px 16px;
    bottom: 0;
    left: 0;
    z-index: 50;
    display: none;
    backdrop-filter: blur(8px);
    background-color: rgba(38, 61, 89, 0.7);
    color: #fff;
    font-weight: lighter;
}

.join-btn-page-bottom .join-btn {
    font-weight: bold;
}

.join-btn {
    background: #FFAF5E !important;
    padding: 10px 26px;
    font-size: 1.0000rem;
    border-radius: 4px;
    color: #01234A !important;
    border: 1px solid #FFAF5E;
    text-transform: uppercase;
    font-weight: 500;
}

.glow-btn {
    transition: all .4s;
    animation: glow infinite 2s;
}

.glow-btn:hover {
    box-shadow: none !important;
}

@keyframes glow {
    1% {
        box-shadow: 0 0 0 #ffaf5e;
    }
    50% {
        box-shadow: 0 0 15px #ffaf5e;
    }
    100% {
        box-shadow: 0 0 0 #ffaf5e;
    }
}

/* Styling for the video button */
.video-btn {
    position: absolute;
    z-index: 1000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FFAF5E;
    /*top: calc(35% - 30px);*/
    /*left: calc(55% - 30px);*/
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    transition: all 300ms ease;
    color: #ffffff;
    font-size: 1.2500rem;
    margin: 0 auto;
    animation: shadowPulse 2s linear infinite;
    cursor: pointer;
}

/* Styling for the video overlay */
.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.90);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.3s ease;
}

.video-overlay.active {
    display: flex;
    opacity: 1; /* Full opacity when active */
    transform: scale(1); /* Full size when active */
}

.video-overlay iframe {
    width: 80%;
    height: 80%;
    border: none;
    transition: all 0.6s ease;
}

/* Close button styling */
.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #FFAF5E;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.5000rem;
    cursor: pointer;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.2s ease; /* Smooth transition for background and scale */
}

.close-btn:hover {
    background: #ff8a3d;
    color: #fff;
    transform: scale(1.1);
}

/* Pulse animation for the play button */
@keyframes shadowPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 175, 94, 0.4),
        0 0 0 20px rgba(255, 175, 94, 0.2),
        0 0 0 40px rgba(255, 175, 94, 0.1);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 175, 94, 0.2),
        0 0 0 40px rgba(255, 175, 94, 0.1),
        0 0 0 60px rgba(255, 175, 94, 0);
    }
}

.limited-seat-pop {
    bottom: 20px;
    right: 20px;
    z-index: 100;
    padding: 15px;
    border-radius: 6px;
    gap: 10px;
    border: 1px solid #dee2e6;
    animation: bounce 1s infinite;
    transition: all .3s;
}

@keyframes bounce {
    1% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.limited-seat-pop .icon {
    background-color: #fee2e2;
    color: #ef4444;
}

/*===============================================
Divider Section
================================================*/

.divider-ribbon {
    z-index: 1;
}

.divider-ribbon h2 {
    font-size: 35px;
}

.ribbon-dark {
    background-color: var(--primary-dark);
}

.ribbon-patten-dark {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: repeating-linear-gradient(45deg, #01234A 0, #01234A 2px, transparent 0, transparent 50%);
    background-size: 20px 20px;
    z-index: -1;
}

.ribbon-dark h2 {
    color: #fff !important;
    font-weight: 600;
}

.ribbon-light {
    background-color: var(--primary-orange);
}

.ribbon-light h2 {
    color: var(--primary-dark) !important;
    font-weight: 600;
}

.ribbon-light p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.95;
    color: #01234A;
}

.ribbon-light .cta-button {
    background: linear-gradient(135deg, var(--primary-dark), #012070);
    color: #fff !important;
}

.urgent-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #01234a1c;
    border: 1px solid #01234a;
    color: #01234a;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    margin-bottom: 25px;
    animation: shake 1.5s infinite;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-2px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(2px);
    }
}

.countdown {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    gap: 10px;
    flex-wrap: wrap;
}

.countdown-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    text-transform: capitalize;
    padding: 20px;
    min-width: 100px;
    box-shadow: 0 10px 20px rgba(1, 35, 74, 0.1);
    transition: transform 0.3s ease;
}

.countdown-inner span:nth-child(1) {
    font-size: 30px;
}

.countdown-inner span:nth-child(2) {
    font-size: 14px;
}

.seats-left {
    margin-top: 15px;
    color: rgb(255, 35, 42);
    font-size: 14px;
    animation: blink 1.5s infinite;
    font-weight: lighter;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/*===============================================
Hero Section
================================================*/

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, var(--primary-dark), #023872);
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 150px;
}

/* Animated Background Elements */
.animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.animated-shape {
    position: absolute;
    background: var(--primary-orange);
    opacity: 0.03;
    border-radius: 50%;
}

.shape-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -100px;
    animation: floatAnimation 15s infinite linear;
}

.shape-2 {
    width: 400px;
    height: 400px;
    bottom: -150px;
    left: -150px;
    animation: floatAnimation 20s infinite linear reverse;
}

@keyframes floatAnimation {
    0% {
        transform: rotate(0deg) translate(0) rotate(0deg);
    }
    50% {
        transform: rotate(180deg) translate(50px) rotate(-180deg);
    }
    100% {
        transform: rotate(360deg) translate(0) rotate(-360deg);
    }
}

/* Success Banner */
.success-banner {
    background: rgba(255, 175, 94, 0.1);
    border-radius: 8px;
    padding: 12px 20px;
    color: #FFAF5E;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    font-weight: 600;
    animation: plus 2s infinite;
}

@keyframes plus {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes slideIn {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.star-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.star-rating svg {
    animation: starPulse 2s infinite;
}

.star-rating svg:nth-child(2) {
    animation-delay: 0.2s;
}

.star-rating svg:nth-child(3) {
    animation-delay: 0.4s;
}

.star-rating svg:nth-child(4) {
    animation-delay: 0.6s;
}

.star-rating svg:nth-child(5) {
    animation-delay: 0.8s;
}

@keyframes starPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* Main Content */
.hero-title {
    color: white;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    animation: fadeUp 0.8s ease-out;
}

.hero-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 40px;
    animation: fadeUp 0.8s ease-out 0.2s backwards;
}

@keyframes fadeUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Features Section */
.features-wrapper {
    border-radius: 16px;
    margin-bottom: 40px;
    animation: fadeIn 1s ease-out 0.4s backwards;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 15px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(10px);
}

.feature-icon {
    width: 44px;
    height: 44px;
    background: rgba(255, 175, 94, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-orange);
    position: relative;
}

.feature-icon::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 12px;
    border: 2px solid var(--primary-orange);
    opacity: 0;
    animation: ping 2s infinite;
}

@keyframes ping {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.feature-content {
    margin-left: 10px;
}

.feature-content h3 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.feature-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin: 0;
}

/* CTA Button */
.cta-button {
    background: var(--primary-orange);
    color: var(--primary-dark);
    font-size: 18px;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 8px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    animation: fadeIn 1s ease-out 0.6s backwards;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 175, 94, 0.3);
}

.cta-button::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: rotate(45deg);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) rotate(45deg);
    }
}

/* Image Section */
.hero-image-container {
    position: relative;
    padding: 15px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    animation: fadeIn 1s ease-out 0.4s backwards;
}

.hero-image-container:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.hero-image {
    width: 100%;
    border-radius: 12px;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.achievement-card {
    position: absolute;
    top: 30px;
    right: -20px;
    background: white;
    padding: 16px 24px;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.achievement-card h4 {
    color: var(--primary-dark);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.achievement-card p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

/* Fade In Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .hero-section {
        padding: 60px 0;
        min-height: auto;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .hero-image-container {
        margin-top: 40px;
        transform: none;
    }

    .achievement-card {
        position: static;
        margin-top: 20px;
        margin-right: 15px;
    }

    .success-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/*===============================================
schedule section
================================================*/

.program-section {
    background: linear-gradient(135deg, #f9f9f9, #ffffff);
}

.program-header span {
    animation: badgeSlide 0.6s ease;
}

.program-header p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

@keyframes badgeSlide {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.testimonial-title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    animation: fadeInDown 0.8s ease-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Timeline Layout */
.timeline-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.timeline-container::after {
    content: '';
    position: absolute;
    width: 4px;
    background: var(--primary-dark);
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.3;
    z-index: -1;

}

/* Timeline Item Styles */
.timeline-item {
    padding: 20px 40px;
    position: relative;
    width: 50%;
    opacity: 0;
    transform: translateY(20px);
    /*animation: fadeInUp 0.6s ease forwards;*/
}

.timeline-item:nth-child(even) {
    left: 50%;
}

.timeline-item::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--primary-orange);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.timeline-item:nth-child(odd)::before {
    right: -10px;
}

.timeline-item:nth-child(even)::before {
    left: -10px;
}

/* Enhanced Timeline Content (Glassmorphism Effect) */
.timeline-content {
    background: var(--card-bg);
    padding: 20px 20px 20px;
    border-radius: 12px;
    border: 1px solid var(--card-border);
    backdrop-filter: blur(5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-content:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

/* Persuasive Copy & Tag Styles */
.timeline-day {
    /*display: none;*/
    color: #01234A;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
    display: inline-block;
    background-color: #ffaf5e;
    padding: 4px 15px;
    border-radius: 30px;
}

.timeline-title {
    color: var(--primary-dark);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.timeline-topics {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.topic-tag {
    background: #f8f9ff;
    color: var(--primary-dark);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    border: 1px solid rgba(1, 35, 74, 0.1);
}

/* Persuasive Call-to-Action */

.join-now button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 175, 94, 0.4);
}

.join-now button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-20deg);
    transition: left 0.5s ease;
}

.join-now button:hover::after {
    left: 100%;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .timeline-container::after {
        left: 30px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 20px;
    }

    .timeline-item:nth-child(even) {
        left: 0;
    }

    .timeline-item::before {
        left: 20px;
    }

    .timeline-item:nth-child(odd)::before {
        right: auto;
        left: 0px;
    }

    .timeline-item:nth-child(even)::before {
        left: 0px;
    }
}

/*===============================================
Whatsapp-section
================================================*/

.whatsapp-section {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.whatsapp-card {
    border-radius: 16px;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

.whatsapp-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    margin: 0 auto 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.whatsapp-icon i {
    color: var(--success-green);
    font-size: 36px;
}

.whatsapp-title {
    color: #01234A;
    font-weight: 700;
    margin-bottom: 15px;
}

.whatsapp-subtitle {
    color: #01234A;
    margin-bottom: 30px;
}

.benefit-card {
    background: #01234A;
    border-radius: 10px;
    padding: 20px 15px;
    text-align: center;
    transition: transform 0.3s ease;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.benefit-card:hover {
    transform: translateY(-5px);
    background: rgba(1, 35, 74, 0.84);
}

.benefit-icon {
    color: var(--primary-orange);
    font-size: 24px;
    margin-bottom: 15px;
}

.benefit-title {
    font-weight: 600;
    color: white;
    font-size: 15px;
    margin-bottom: 0;
}

.join-btn-wp {
    background-color: var(--success-green);
    color: white;
    border: none;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
    transition: all 0.3s ease;
}

.join-btn-wp:hover {
    background-color: #0DA271;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
    color: white;
}

@media (max-width: 767.98px) {
    .benefit-col {
        margin-bottom: 15px;
    }

    .benefit-col:last-child {
        margin-bottom: 30px;
    }
}

/*===============================================
FAQ-section
================================================*/
.head-tag-transparent {
    background: rgba(255, 175, 94, 0.1);
    border: 1px solid var(--primary-orange);
    border-radius: 30px;
    padding: 12px 20px;
    color: #FFAF5E;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    font-weight: 600;
}

.faq-section {
    background-color: #01234A;
}

.faq-head p {
    font-size: 1.2500rem;
}

.faq-head h2 {
    font-weight: 600;
}

.faq-cards .card-header {
    padding: 20px 22px 20px 22px !important;
}

.faq-cards .card-header {
    background-color: transparent;
    border: none !important;
}

.faq-icon i {
    font-size: 26px;
}

.drop-icon {
    font-size: 16px;
}

.faq-cards h4 {
    color: #fff;
    font-size: 20px;
}

.faq-cards li {
    padding-left: 8px;
    color: #fff;
}

.faq-cards i {
    color: #ffaf5e !important;
}

.faq-cards .card {
    border: 1px solid #ffaf5e !important;

}

.faq-cards .card {
    background-color: transparent;
}

.faq-cards li {
    font-size: 1.1250rem;
    margin-bottom: 5px;
    font-weight: 400;
    letter-spacing: 0.01rem;
    word-spacing: 0.01rem;
}

/*===============================================
Reword Section
================================================*/

.rewards-section {
    background: linear-gradient(135deg, #01234A, #023872);
    color: white;
    position: relative;
    overflow: hidden;
}

/* Animated Background */
.animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.particle {
    position: absolute;
    background: #FFAF5E;
    border-radius: 50%;
    opacity: 0.03;
    animation: float 15s infinite linear;
}

.particle:nth-child(1) {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -50px;
}

.particle:nth-child(2) {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: 10%;
}

.particle:nth-child(3) {
    width: 150px;
    height: 150px;
    top: 40%;
    right: 20%;
}

@keyframes float {
    0% {
        transform: rotate(0deg) translate(0) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translate(50px) rotate(-360deg);
    }
}

/* Prize Cards */
.prize-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 60px;
    position: relative;
    z-index: 2;
}

.prize-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.prize-card:hover::before {
    transform: translateX(100%);
}

.prize-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.top-prize {
    border: 1px solid #FFAF5E;
    position: relative;
    background: rgba(255, 175, 94, 0.1);
}

.prize-rank {
    display: inline-block;
    background: rgb(51 67 87);
    background: rgb(9 50 95);
    border: 1px solid #ffaf5e;
    color: #FFAF5E;
    padding: 4px 14px;
    border-radius: 100px;
    font-weight: 600;
    margin-bottom: 20px;
    position: absolute;
    top: -18px;
    right: 31px;
}

.top-prize .prize-rank {
    background: #ffaf5e !important;
    color: #01234A !important;

}

.prize-icon {
    width: 70px;
    height: 70px;
    background: rgb(255 175 94 / 10%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 21px auto 20px;
    transition: transform 0.3s ease;
}

.prize-card:hover .prize-icon {
    transform: scale(1.1);
}

.prize-name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #FFF;
}

.prize-value {
    background: rgba(16, 185, 129, 0.1);
    color: #10B981;
    padding: 5px 15px;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 15px;
}

.prize-features {
    text-align: left;
    margin-top: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}

/* Header Section */
.rewards-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.header-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 175, 94, 0.1);
    color: #FFAF5E;
    padding: 8px 20px;
    border-radius: 100px;
    margin-bottom: 20px;
}

.rewards-value {
    background: rgba(16, 185, 129, 0.1);
    color: #10B981;
    padding: 10px 25px;
    border-radius: 100px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 600;
}

/* CTA Section */
.rewards-cta {
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

@keyframes ticker {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .rewards-section {
        padding: 60px 0;
    }

    .prize-cards {
        gap: 20px;
    }

    .prize-card {
        padding: 20px;
    }
}

/*===============================================
Mentor
================================================*/

.mentor-section {
    background: #F8FAFC;
    position: relative;
    overflow: hidden;
}

/* Main Content Card */
.mentor-card {
    position: relative;
}

.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(16, 185, 129, 0.1);
    color: var(--success);
    padding: 8px 20px;
    border-radius: 100px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Achievement Highlights */
.achievement-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 30px 0;
    padding: 20px;
    background: #F8FAFC;
    border-radius: 16px;
}

.achievement-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.achievement-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 12px;
    color: var(--primary-orange);
    box-shadow: 0 4px 10px rgba(255, 175, 94, 0.1);
}

/* Social Proof Section */
.social-proof {
    margin: 30px 0;
    padding: 20px;
    background: rgba(1, 35, 74, 0.02);
    border-radius: 16px;
}

.review-stats {
    display: flex;
    align-items: center;
    gap: 30px;
}

.rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.rating-stars {
    color: #FFB400;
}

/* Mentor Image Styling */
.mentor-image-wrapper {
    position: relative;
    padding-right: 40px;
}

.mentor-image {
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.experience-badge {
    position: absolute;
    top: 30px;
    right: 0;
    background: white;
    padding: 15px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: var(--primary-dark);
}

.success-badge {
    position: absolute;
    bottom: 30px;
    right: 0;
    background: var(--success-green);
    color: white;
    padding: 15px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(16, 185, 129, 0.2);
}

/* Name and Headline */
.mentor-name {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary-dark), #023872);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.mentor-headline {
    font-size: 1.1rem;
    color: #4A5568;
    margin-bottom: 30px;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .mentor-section {
        padding: 40px 0;
    }

    .achievement-grid {
        grid-template-columns: 1fr;
    }

    .mentor-image-wrapper {
        padding-right: 0;
        margin-top: 30px;
    }

    .experience-badge,
    .success-badge {
        position: static;
        margin-top: 20px;
    }
}

/*===============================================
Testimonials section
================================================*/
.testimonial-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, var(--primary-dark), #023872);
    font-family: system-ui, -apple-system, sans-serif;
    color: white;
    position: relative;
    overflow: hidden;
}

/* Enhanced Background Elements */
.bg-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.05;
}

.circle-1 {
    width: 600px;
    height: 600px;
    background: var(--primary-orange);
    top: -200px;
    right: -200px;
    animation: float1 20s infinite;
}

.circle-2 {
    width: 800px;
    height: 800px;
    background: var(--primary-orange);
    bottom: -400px;
    left: -200px;
    animation: float2 25s infinite;
}

@keyframes float1 {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(30px, 30px);
    }
}

@keyframes float2 {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, -30px);
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Enhanced Header */
.section-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.section-title {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #01234A;
    line-height: 1.2;
}

.section-subtitle {
    color: rgba(255, 255, 255, .5) !important;
    font-size: 18px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Enhanced Featured Testimonial */
.featured-testimonial {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 50px;
    margin-bottom: 80px;
    text-align: center;
    position: relative;
}

.featured-testimonial::before {
    content: '';
    position: absolute;
    inset: 1px;
    background: linear-gradient(135deg, transparent, rgba(255, 175, 94, 0.05));
    border-radius: 11px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.featured-testimonial:hover::before {
    opacity: 1;
}

.quote-icon {
    font-size: 80px;
    line-height: 1;
    color: var(--primary-orange);
    opacity: 0.2;
    margin-bottom: 30px;
}

.featured-text {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 40px;
    font-style: italic;
    position: relative;
}

.featured-student {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
}

.student-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-orange), #ff8c38);
    font-size: 28px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(255, 175, 94, 0.2);
}

.student-info {
    text-align: left;
}

.student-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.student-detail {
    color: var(--primary-orange);
    font-size: 16px;
}

/* Success Stats */
.stats-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.stat-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
}

.stat-number {
    font-size: 36px;
    font-weight: 800;
    color: var(--primary-orange);
    margin-bottom: 8px;
}

.stat-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}

/* Enhanced Testimonial Grid */
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 80px;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    inset: 1px;
    background: linear-gradient(135deg, transparent, rgba(255, 175, 94, 0.05));
    border-radius: 11px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
}

.testimonial-card:hover::before {
    opacity: 1;
}

.student-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.avatar-small {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-orange), #ff8c38);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(255, 175, 94, 0.2);
}

.score-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 175, 94, 0.1);
    color: var(--primary-orange);
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.testimonial-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
}

.testimonial-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Enhanced CTA Section */
.testimonial-cta {
    text-align: center;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.testimonial-cta::before {
    content: '';
    position: absolute;
    inset: 1px;
    background: linear-gradient(135deg, transparent, rgba(255, 175, 94, 0.05));
    border-radius: 11px;
    opacity: 0;
}

.cta-text {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    background: linear-gradient(135deg, #ffffff 0%, var(--primary-orange) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--primary-orange), #ff8c38);
    color: #01234A;
    padding: 16px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.cta-button::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: rotate(45deg);
    transition: 0.5s;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 175, 94, 0.3);
}

.cta-button:hover::after {
    left: 100%;
}

@media (max-width: 1024px) {
    .stats-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .featured-testimonial {
        padding: 30px;
    }

    .featured-text {
        font-size: 20px;
    }

    .testimonial-cta {
        padding: 40px 20px;
    }

    .cta-text {
        font-size: 24px;
    }
}

/*===============================================
Pricing section
================================================*/

.pricing-section {
    padding: 100px 20px;
    background: var(--light-bg);
    font-family: system-ui, -apple-system, sans-serif;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
}

.pricing-header {
    text-align: center;
    margin-bottom: 40px;
}

.header-tag {
    display: inline-block;
    background: linear-gradient(135deg, rgba(255, 175, 94, 0.1), rgba(255, 140, 56, 0.1));
    color: var(--primary-dark);
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 175, 94, 0.3);
    box-shadow: 0 2px 10px rgba(255, 175, 94, 0.1);
    transition: transform 0.3s ease;
}

.header-title {
    font-size: 32px;
    color: var(--primary-dark);
    font-weight: 700;
    margin-bottom: 15px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.price-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.popular {
    border: 2px solid var(--primary-orange);
    position: relative;
}

.popular-tag {
    position: absolute;
    top: -12px;
    right: 20px;
    background: var(--primary-orange);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.plan-name {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 10px;
}

.price-amount {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 20px;
}

.price-period {
    font-size: 16px;
    color: #666;
    font-weight: normal;
}

.feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: var(--text);
}

.feature-check {
    color: #22c55e;
}

.join-button {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    cursor: pointer;
    transition: opacity 0.2s;
}

.join-button:hover {
    opacity: 0.9;
}

.popular .join-button {
    background: var(--primary-orange);
    color: var(--primary-dark);
    border: none;
}

.normal .join-button {
    background: transparent;
    color: var(--primary-dark);
    border: 1px solid var(--primary-dark);
}

@media (max-width: 768px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .price-card {
        margin-bottom: 20px;
    }
}

/*===============================================
problem solved left
================================================*/

.problem-solve-left h2 {
    font-weight: 600;
}

.problem-solve-left p {
    font-size: 1.1250rem;
    font-weight: lighter;
    color: #606060;
    line-height: 1.3;
    margin-bottom: 24px;
    margin-top: 24px;
}

.problem-solve-left li {
    color: #4d4d4d;
    font-size: 1.2500rem;
    margin-bottom: 10px;
    /*padding-bottom: 10px;*/
    border-bottom: 0.10rem dashed #c8c8c8;
    width: fit-content;
    padding: 0 0 10px 12px;
    stroke-dashoffset: 10px;
}

.problem-solve-left i {
    color: #48ae5f;
    margin-right: 15px;
    font-size: 1.5000rem;
}

/*===============================================
about-me-section
================================================*/
.about-me-section {
    background-image: url("../images/white-grid.png");
}

.about-me-left h2 {
    font-weight: 600;
}

.about-me-left p {
    font-size: 1.1250rem;
    font-weight: lighter;
    color: #606060;
    line-height: 1.3;
    margin-bottom: 24px;
    margin-top: 24px;
}

.achievement-full span {
    display: block;
}

.vr {
    width: 2px;
    background-color: #c6c6c6;
    height: 30px;
    margin: 0 20px 0 20px;
}

.vr-2 {
    width: 2px;
    background-color: transparent;
    height: 23px;
    margin: 0 12px;
}

.achievement span:nth-child(1) {
    color: #38a869;
    font-weight: bold;
}

.achievement span:nth-child(2) {
    color: #606060;
    font-weight: 400;
}

.social-app i {
    font-size: 1.8750rem;
}

/*=============================================
conform to buy webinar popup
=============================================*/
.conform-to-buy-webinar h5 {

}

.webinar-details hr, .webinar-price-details hr {
    margin: 5px 0 5px 0;
}

.webinar-details div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.webinar-details div span:nth-child(1) {
    font-weight: 600;
}

.webinar-details div span:nth-child(2) {
    font-weight: 500;
    color: var(--color1);
}

.discountBox {
    width: 100%;
    position: relative;
}

.discountBox .btn {
    padding: 5px 12px;
    font-size: 12px;
    position: absolute;
    right: 6px;
    margin-top: 0 !important;
}

.discountBox .btn-success {
    background-color: #1c7430 !important;
}

.discountBox .btn-danger {
    background-color: #831010 !important;
}

.discountBox input[type="text"] {
    padding: 20px 15px;
}

#discountInfo {
    font-size: 12px;
}

.webinar-price-details div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.webinar-price-details div span:nth-child(1) {
    font-weight: 600;
}

.webinar-details div span:nth-child(2) {
    font-weight: 500;
}

.web-price span:nth-child(2) {
    color: #d31819;
    font-weight: bold;
    font-size: 1.1250rem;
}

.web-disc span:nth-child(2) {
    color: #1c7430;
    font-weight: bold;
    font-size: 1.1250rem;
}

.web-curren span:nth-child(2) {
    color: #01234A;
    font-weight: 600;
    font-size: 20px;
}

/*===============================================
carousel
===============================================*/

.carousel-full {
    width: 100%;
    /*height: 300px;*/
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.my-paper1 {
    left: 0;
}

.my-paper2 {
    right: 0;
}

.my-carousel {
    width: 100%;
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.my-card {
    width: 24%;
    height: 100%;
    margin: 0 0.5%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.my-card.my-is-selected {
    transform: scale(1.05);
    z-index: 10;
}

.my-controls {
    margin-top: 1rem;
}

.carousel-button {
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin: 0 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 3;
    background-color: #4e555b;
    transition: all .4s;
}

.carousel-button:hover {
    background-color: #cc010d;
    color: #fff;
    animation: leftPaddingShake 2s infinite;
}

.carousel-button:hover i {
    animation: paddingShake 2s infinite;
}

.my-container-fluid {
    padding: 0;
}

.my-carousel {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
}

/*.my-slider {*/
/*display: flex;*/
/*gap: 1rem;*/
/*transition: transform 0.3s ease-in-out;*/
/*}*/

.my-slider {
    display: flex;
    gap: 1rem;
    transition: transform 0.3s ease-in-out;
    position: relative;
    left: 0;
    transform: translateX(0);
}

/*.my-card {*/
/*min-width: 300px;*/
/*height: 535px;*/
/*max-height: 90vh;*/
/*position: relative;*/
/*border-radius: 10px;*/
/*overflow: hidden;*/
/*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
/*}*/

.my-card {
    min-width: 300px;
    height: 535px;
    max-height: 90vh;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.my-card-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.carousel-play-btn {
    width: 35px;
    height: 35px;
    background-color: #9f2929;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%);
    color: white !important;
    text-decoration: none !important;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
    animation: playBtnRed 4s infinite ease;
}

.video-title {
    width: 100%;
    height: 80px;
    max-height: 20%;
    padding: 15px;
    color: #fff;
    background: linear-gradient(0deg, black, #ffffff00);
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

@keyframes playBtnRed {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7),
        0 0 0 10px rgba(255, 99, 71, 0.5),
        0 0 0 20px rgba(255, 69, 58, 0.3);
    }
    50% {
        box-shadow: 0 0 0 7px rgba(255, 99, 71, 0.6),
        0 0 0 15px rgba(255, 69, 58, 0.4),
        0 0 0 22px rgba(255, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7),
        0 0 0 10px rgba(255, 99, 71, 0.5),
        0 0 0 20px rgba(255, 69, 58, 0.3);
    }
}

@keyframes paddingShake {
    0% {
        padding-right: 0px;
    }
    50% {
        padding-right: 5px;
    }
    100% {
        padding-right: 0px;
    }
}

/*================================================
WORK
=================================================*/
.work img {
    margin-top: -1px;
}

/*================================================
Sign-up-for-free-resources-section
=================================================*/
.free-resource-full {
    /*background-color: #EFF5F7;*/
}

.free-resource-left h3 {
    font-size: 2.00000rem;
    line-height: 1.5em;
}

.label-of-count {
    font-size: 16px !important;
    color: #696969 !important;
    font-weight: 600 !important;
}

.countdown span {
    font-size: 1.87500rem;
    font-weight: 700;
    color: black;
}

.countdown div {
    margin: 0 0;
    color: #01234A;
    font-size: 2.50000rem;
    border-radius: 5px;
    font-weight: 700;
}

.free-resource-left p {
    font-size: 0.87500rem;
    color: #696969;
}

.free-resource-center {
    max-width: 300px !important;
    margin: 0 auto;
}

.free-resource-right {
    height: 100%;
}

.signup-form {
    /*background-color: #a9dbff;*/
    border-radius: 5px;
}

.signup-form form {
    padding: 0 150px;
}

.signup-form h4 {
    font-size: 1.50000rem;
    font-weight: 700;
    line-height: 1.5em;
}

.form-inner-box {
    margin-bottom: 15px;
    position: relative;
}

.form-inner-box i {
    position: absolute;
    color: #9b9b9b;
    font-size: 1.00000rem;
    top: calc(50% - 7px);
    left: 13px;
}

.form-inner-box input {
    padding: 15px 20px 15px 40px;
    border-radius: 5px;
    font-size: 0.87500rem;
    font-weight: 500;
    border: 1px solid #f8f8f8;
    background-color: #f8f8f8;
    color: #252525;
    outline: none;
    width: 100%;
    transition: all .4s
}

.form-inner-box input[type=submit] {
    color: white;
    font-size: 1.12500rem;
    font-weight: 700;
    background-color: var(--color1);
}

.form-inner-box input[type=submit]:hover {
    color: black;
    background-color: #ffc221;
}

.form-inner-box input::placeholder {
    color: #9b9b9b;
}

.form-inner-box input:focus {
    background-color: white;
    border: 1px solid #01234A;
}

/*================================================
Media-quarry
=================================================*/
@media screen and (max-width: 1200px) {
    .pl-150 {
        padding-left: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .pl-150 {
        padding-left: 45px;
    }
}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 767px) {
    .pb-100 {
        padding-bottom: 60px;
    }

    .pt-100 {
        padding-top: 60px;
    }

}

@media screen and (max-width: 575px) {

    #scrollTopBtn {
        outline: none !important;
        border: none !important;
        width: 35px;
        height: 35px;
        z-index: 50;
        position: fixed;
        bottom: 85px;
        right: 21px;
        border-radius: 50%;
        background-color: #01234A;
        font-size: 14px;
    }

    h2 {
        font-size: 26px !important;
    }

    h5 {
        font-size: 1.1rem;
    }

    /*=================hero-start===================*/
    .pl-150 {
        padding-left: 30px;
    }

    .timeline-item {
        padding-left: 35px;
    }

    .timeline-container {
        padding: 0 10px;
    }

    .timeline-container::after {
        left: 20px;
    }

    .countdown-inner span:nth-child(1) {
        font-size: 24px;
    }
}

@media screen and (max-width: 495px) {
    p {
        line-height: 1.8;
    }

    h2 {
        font-size: 22px !important;
    }

    h4 {
        font-weight: 400;
        font-size: 15px;
    }

    h3 {
        font-size: 22px;
    }

    h5 {
        font-size: 14px;
    }
}

@media screen and (max-width: 371px) {
    .join-btn-2 {
        padding: 10px 13px;
    }

    .pl-150 {
        padding-left: 15px;
    }

}