 :root {
     --sym-prod-brand-blue: #61b5c9;
     --sym-prod-grey-bg: #efeeee;
     --sym-prod-text-dark: #1a1f36;
     --sym-prod-text-muted: #4f566b;
     --sym-prod-container-width: 1100px;
 }

 .sym-prod-scope-container {
     box-sizing: border-box;
 }

 .sym-prod-main-container {
     max-width: var(--sym-prod-container-width);
     margin: 0 auto;
     padding: 0 20px;
 }

 .sym-prod-hero-wrapper {
     padding: 170px 0 120px;
     background: var(--sym-prod-grey-bg);
     position: relative;
 }

 .sym-prod-hero-wrapper::after {
     content: "";
     position: absolute;
     bottom: -50px;
     left: 0;
     width: 100%;
     height: 180px;
     background: white;
     transform: skewY(-3deg);
     z-index: 300;
 }

 .sym-prod-hero-grid-layout {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 6px;
     align-items: center;
     position: relative;
     z-index: 2;
     top: 60px;
 }

 .sym-prod-hero-heading-main {
     font-size: 32px;
     font-weight: 700;
     color: #1a1f36;
     line-height: 1.1;
     margin-bottom: 15px;
 }

 .sym-prod-hero-body-text {
     font-size: 16px;
     color: var(--sym-prod-text-muted);
     max-width: 85%;
     text-align: justify;
     line-height: 1.5;
 }

 .sym-prod-scroll-media-column {
     height: 496px;
     position: relative;
     overflow: hidden;
     top: -15%;
     left: 20%;
 }

 .sym-prod-float-area {
     position: relative;
     height: 100%;
     width: 100%;
 }

 .sym-prod-float-bubble {
     width: 70px;
     height: 70px;
     background: var(--sym-prod-brand-blue);
     border-radius: 50%;
     padding: 10px;
     box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
     object-fit: contain;
     position: absolute;
     animation: symProdFloatUp linear infinite;
 }

 @keyframes symProdFloatUp {
     0% {
         top: 100%;
         opacity: 0;
     }

     10% {
         opacity: 1;
     }

     90% {
         opacity: 1;
     }

     100% {
         top: -120px;
         opacity: 0;
     }
 }

 /* Bubble positions copied exactly from your code */
 .sym-prod-float-bubble:nth-child(1) {
     left: 10%;
     top: 5%;
     animation-duration: 12s;
 }

 .sym-prod-float-bubble:nth-child(2) {
     left: 35%;
     animation-duration: 16s;
 }

 .sym-prod-float-bubble:nth-child(3) {
     left: 65%;
     top: 5%;
     animation-duration: 13s;
 }

 .sym-prod-float-bubble:nth-child(4) {
     left: 45%;
     animation-duration: 18s;
 }

 .sym-prod-float-bubble:nth-child(5) {
     left: 75%;
     animation-duration: 14s;
 }

 .sym-prod-float-bubble:nth-child(6) {
     left: 25%;
     top: 5%;
     animation-duration: 28s;
 }

 .sym-prod-float-bubble:nth-child(7) {
     left: 55%;
     animation-duration: 17s;
 }

 .sym-prod-float-bubble:nth-child(8) {
     left: 85%;
     top: 5%;
     animation-duration: 17s;
 }

 .sym-prod-float-bubble:nth-child(9) {
     left: 20%;
     animation-duration: 18s;
     animation-delay: -9s;
 }

 .sym-prod-float-bubble:nth-child(10) {
     left: 60%;
     top: 5%;
     animation-duration: 21s;
     animation-delay: -10s;
 }

 .sym-prod-float-bubble:nth-child(11) {
     left: 25%;
     animation-duration: 19s;
     animation-delay: -8s;
 }

 .sym-prod-float-bubble:nth-child(12) {
     left: 85%;
     animation-duration: 22s;
     animation-delay: -11s;
 }

 .sym-prod-float-bubble:nth-child(13) {
     left: 40%;
     top: 5%;
     animation-duration: 25s;
     animation-delay: -12s;
 }

 .sym-prod-float-bubble:nth-child(14) {
     left: 70%;
     animation-duration: 20s;
     animation-delay: -13s;
 }

 .sym-prod-float-bubble:nth-child(15) {
     left: 40%;
     top: 5%;
     animation-duration: 23s;
     animation-delay: -14s;
 }

 .sym-prod-float-bubble:nth-child(16) {
     left: 10%;
     animation-duration: 26s;
     animation-delay: -15s;
 }

 .sym-prod-api-container {
     max-width: 1100px;
     position: relative;
     margin: -31px auto;
     padding: 20px 20px 18px;
     z-index: 500;
 }

 .sym-prod-api-main-heading {
     text-align: left;
     font-size: 30px;
     font-weight: 600;
     color: #61b5c9;
     margin-bottom: 35px;
     border-left: 3px solid #61b5c9;
     padding-left: 20px;
 }

 .sym-prod-api-sub-heading {
     font-size: 20px;
     font-weight: 600;
     color: black;
     margin-bottom: 35px;
 }

 .sym-prod-api-grid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 180px;
 }

 .sym-prod-api-block-title {
     font-size: 18px;
     font-weight: 600;
     text-transform: uppercase;
     color: #666;
     margin-bottom: 23px;
     text-align: left;
 }

 .sym-prod-api-product-title {
     font-size: 15px;
     font-weight: 550;
     color: #666;
     margin: 6px 56px;
     border-bottom: 2px solid #cccccc;
     padding-bottom: 6px;
 }

 .sym-prod-api-list {
     list-style: none;
     padding: 0;
     margin: 0 42px;
 }

 .sym-prod-api-list-item {
     position: relative;
     padding-left: 12px;
     margin-bottom: 6px;
     font-size: 15px;
     line-height: 1.6;
     color: #6b6b6b;
     text-transform: uppercase;
 }

 .sym-prod-api-list-item::before {
     content: "•";
     position: absolute;
     left: -45px;
     top: 0;
     font-size: 17px;
     color: #7a7a7a;
 }

 .sym-prod-api-divider {
     margin-top: 5px;
     border-top: 1px solid #dcdcdc;
 }

 .sym-prod-cep-container {
     max-width: 1100px;
     margin: 0 auto;
     padding: 20px 20px 90px;
 }

 .sym-prod-cep-heading {
     text-align: left;
     font-size: 20px;
     font-weight: 600;
     color: black;
     margin-bottom: 35px;
 }

 .sym-prod-cep-btn-wrapper {
     display: flex;
     justify-content: space-between;
     margin-top: 55px;
 }

 .sym-prod-cep-btn {
     padding: 12px 28px;
     font-size: 14px;
     font-weight: 500;
     color: #6bb6c9;
     border: 1px solid #6bb6c9;
     background: transparent;
     border-radius: 4px;
     cursor: pointer;
     transition: 0.2s ease;
 }

 .sym-prod-cep-btn:hover {
     background: #6bb6c9;
     color: #fff;
 }

 .sym-prod-card-tag {
     font-size: 12px;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 2px;
     color: var(--sym-prod-brand-blue);
     padding: 6px 0px;
     display: inline-block;
 }

 .sym-prod-alpha-img {
     height: 20px;
     width: 20px;
     object-fit: cover;
     margin: -5px auto;
     vertical-align: middle;
 }

 @media (max-width: 900px) {
     .sym-prod-api-grid {
         grid-template-columns: 1fr;
         gap: 40px;
     }
 }
 
 
 /* --- Mobile Responsive Fixes --- */
@media (max-width: 991px) {
    /* 1. Fix the Hero Wrapper Spacing */
    .sym-prod-hero-wrapper {
        padding: 100px 0 60px; /* Reduced padding for smaller screens */
        text-align: center;
    }

    /* 2. Remove the Grid and stack columns */
    .sym-prod-hero-grid-layout {
        display: flex;
        flex-direction: column;
        gap: 30px;
        top: 0; /* Resets the 'top: 60px' from desktop */
    }

    /* 3. Reset the Text Column offsets */
    .sym-prod-hero-content-col {
        position: static !important; /* Removes 'top: -20%' */
        padding: 0 15px;
    }

    /* 4. Center and Scale Text */
    .sym-prod-hero-heading-main {
        font-size: 28px;
        text-align: center;
    }

    .sym-prod-hero-body-text {
        max-width: 100%;
        text-align: center; /* Better for mobile readability */
        font-size: 15px;
    }

    /* 5. Fix the Bubble Column */
    .sym-prod-scroll-media-column {
        height: 300px; /* Much shorter for mobile */
        width: 100%;
        left: 0; /* Resets 'left: 20%' */
        top: 0;  /* Resets 'top: -15%' */
        margin-top: 20px;
    }

    /* 6. Scale Bubbles down so they don't block text */
    .sym-prod-float-bubble {
        width: 50px;
        height: 50px;
        padding: 8px;
    }

    /* 7. Adjust the Skewed Background (optional) */
    .sym-prod-hero-wrapper::after {
        height: 100px;
        bottom: -40px;
    }
}

/* Extra small devices (Phones) */
@media (max-width: 480px) {
    .sym-prod-hero-heading-main {
        font-size: 24px;
    }
    
    .sym-prod-scroll-media-column {
        height: 250px;
    }
}
 
 
 