
    /* Custom CSS for Bootstrap conversion */
    :root {
    --primary-orange: #fcb752;
    --primary-dark: #343433;
    --primary-red: #ca191f;
    --primary-purple: #a435f0;
    --light-gray: #d9d9d9;
    --warning-light: rgba(252, 183, 82, 0.1);
    }

    body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    }

    /* Hero Section */
    .hero-section {
    height: 900px;
    overflow: hidden;
    }

    .top-bar {
    height: 50px;
    background-color: var(--light-gray) !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    }

    .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    }

    .logo {
    position: absolute;
    top: 34px;
    left: 100px;
    width: 174px;
    height: 62px;
    z-index: 4;
    object-fit: cover;
    }

    .hero-text {
    position: absolute;
    top: 21%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #000;
    }

    .hero-text h1 {
    font-size: 45px;
    line-height: 55px;
    }

    /* Section Titles */
    .section-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 80px;
    color: #000;
    margin-bottom: 0;
    }

    .section-subtitle {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
    }

    /* Service Cards */
    .service-card {
    background-color: var(--primary-dark);
    border-radius: 25px;
    padding: 50px 35px;
    height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    }

    .service-card.bg-warning {
    background-color: var(--primary-orange) !important;
    color: #000 !important;
    }

    .service-icon {
    margin-bottom: 30px;
    }

    .service-icon img {
    width: 83px;
    height: 83px;
    }

    .service-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.2;
    }

    .service-description {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    }

    /* Services Section Decorations */
    .services-section {
    position: relative;
    }

    .services-section .container {
    max-width: 992px !important;
    }

    .section-decorations {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
    }

    .decoration-1 {
    position: absolute;
    width: 275px;
    height: 431px;
    top: 484px;
    right: 0;
    }

    .decoration-2 {
    position: absolute;
    width: 280px;
    height: 421px;
    top: 0;
    left: 0;
    }

    .decoration-3 {
    position: absolute;
    width: 130px;
    height: 158px;
    top: 43px;
    right: 50px;
    }

    .decoration-4 {
    position: absolute;
    width: 164px;
    height: 143px;
    bottom: 50px;
    left: 28px;
    }

    /* YouTube Section */
    .youtube-section .container {
    max-width: 1018px !important;
    }

    .bg-warning-light {
    background-color: var(--warning-light) !important;
    }

    .youtube-card {
    /* background: white; */
    border-radius: 25px;
    overflow: hidden;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    }

    .youtube-card .card-img-top {
    width: 100%;
    height: 270px;
    object-fit: cover;
    }

    .youtube-card .card-body {
    padding: 30px 35px;
    }

    .youtube-card .card-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    }

    .youtube-card .card-text {
    font-size: 15px;
    color: #000;
    line-height: 1.4;
    }

    /* Udemy Section */
    .udemy-card {
    padding: 20px;
    }

    .udemy-image-wrapper {
    position: relative;
    width: 185px;
    height: 185px;
    margin: 0 auto 30px;
    }

    .udemy-image {
    width: 156px;
    height: 156px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }

    .circle-overlay {
    width: 185px;
    height: 185px;
    position: absolute;
    top: 0;
    left: 0;
    }

    .udemy-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    }

    .udemy-decorations {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
    }

    .udemy-logo-1 {
    position: absolute;
    width: 250px;
    height: 346px;
    top: 179px;
    left: 0;
    filter: blur(12.5px);
    }

    .udemy-logo-2 {
    position: absolute;
    width: 158px;
    height: 158px;
    top: 0;
    right: 50px;
    }

    /* Newsletter Section */
    .newsletter-card {
    background-color: var(--primary-dark) !important;
    border-radius: 25px;
    padding: 24px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .newsletter-text {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    }

    .newsletter-decorations {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
    }

    .newsletter-image-1 {
    position: absolute;
    width: 317px;
    height: 527px;
    top: 0;
    right: 0;
    filter: blur(10px);
    object-fit: cover;
    }

    .newsletter-image-2 {
    position: absolute;
    width: 200px;
    height: 220px;
    bottom: 50px;
    left: 0;
    object-fit: cover;
    }

    /* Custom Buttons */
    .btn-purple {
    background-color: var(--primary-purple);
    border-color: var(--primary-purple);
    color: white;
    font-weight: 600;
    font-size: 20px;
    padding: 20px 40px;
    border-radius: 10px;
    }

    .btn-purple:hover {
    background-color: #8b2ec7;
    border-color: #8b2ec7;
    color: white;
    }

    .btn-warning {
    background-color: var(--primary-orange);
    border-color: var(--primary-orange);
    color: #000;
    font-weight: 600;
    font-size: 20px;
    padding: 20px 40px;
    border-radius: 10px;
    }

    .btn-warning:hover {
    background-color: #e6a347;
    border-color: #e6a347;
    color: #000;
    }

    .btn-danger {
    background-color: var(--primary-red);
    border-color: var(--primary-red);
    color: white;
    font-weight: 600;
    font-size: 20px;
    padding: 20px 40px;
    border-radius: 10px;
    }

    .btn-danger:hover {
    background-color: #a01419;
    border-color: #a01419;
    color: white;
    }

    /* Footer */
    .footer-content {
    background-color: var(--primary-orange) !important;
    position: relative;
    }

    .footer-image {
    width: 100%;
    max-width: 326px;
    height: auto;
    object-fit: cover;
    }

    .footer-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    color: #000;
    margin-bottom: 10px;
    }

    .footer-subtitle {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    margin-bottom: 20px;
    }

    .footer-email {
    font-size: 22px;
    line-height: 33px;
    color: #000;
    margin-bottom: 0;
    }

    .copyright {
    font-size: 15px;
    line-height: 22.5px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
    .hero-text h1 {
        font-size: 32px;
        line-height: 40px;
    }
    
    .section-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .logo {
        left: 20px;
        width: 140px;
        height: 50px;
    }
    
    .service-card {
        height: auto;
        min-height: 300px;
        padding: 30px 20px;
    }
    
    .footer-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .footer-email {
        font-size: 18px;
        line-height: 24px;
    }
    }

    @media (max-width: 576px) {
    .hero-text h1 {
        font-size: 28px;
        line-height: 36px;
    }
    
    .section-title {
        font-size: 28px;
        line-height: 36px;
    }
    
    .service-card {
        padding: 25px 15px;
    }
    
    .btn-lg {
        font-size: 18px;
        padding: 15px 30px;
    }
    }