

/* Mobile */
@media (max-width: 768px) {
    .right-mains{
        justify-content: center !important;
    }
    .number{
        display: none !important;
    }
    
    .headache{
        height: auto !important;
    }
 .benifit-detail img {
    height: 198px !important;
    object-fit: cover;
    object-position: top;
}
.wh-350 {
    width: 240px;
    height: 240px;
}
.banner-h1{
    font-size: 38px !important;
}
.left-side-btn button{
    width: 100% !important;
}
.banner-sec {
    background:unset;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999;
     background-color: #55949C;
   
}
    .creator-box {
        width: 100% !important;
    }
    .font-48{
        font-size: 32px !important;
    }
    .terms-h1{
         font-size: 32px !important;
    }
    .padding-x {
    padding: 0px 20px ;
}
    .margin-x {
    margin: 0px 20px !important;
}
.creator-box .creater-div{
    display: flex !important;
    gap: 20px !important;
    align-items:  center;
        line-height: 28px;
}
.banner-sec {
   
    padding-bottom: 31px !important;
}
.Benefits{
    background-image: none !important;
}
.learn-btn{
    background: rgba(40, 40, 40, 0.4); /* Semi-transparent dark fill */
    backdrop-filter: blur(12px);        /* The "Frost" effect */
    -webkit-backdrop-filter: blur(12px); /* Safari support */
 
    /* 3. THE GLOW & LIGHT REFLECTION (Crucial Part) */
    /* We use box-shadow to simulate the Light coming from top-left (-45deg) */
    box-shadow: 
      /* Top-Left Inner Highlight (Sharp white light) */
      inset 1px 1px 0px 0px rgba(255, 255, 255, 0.5),
      /* Bottom-Right Inner Shadow (Soft dark shadow) */
      inset -1px -1px 0px 0px rgba(0, 0, 0, 0.2),
      /* Outer Drop Shadow (Depth) */
      0px 10px 20px rgba(0,0,0,0.4);
 
    /* 4. The Border (Very subtle frame) */
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.mok{
    justify-content: center !important;
}
.download-bloom{
    font-size: 22px !important;
}
.find-help{
    font-size: 18px !important;
}
@media (min-width: 768px) {
    

            .contact-form
{
    margin-top: 5px;
}
.contact-content{
  height: auto;
}

.contact_sec
{
    margin-top: 30px;
}

    .container, .container-md, .container-sm
 {
        max-width: 720px;
}
}



/* MOBILE STYLING */
@media(max-width: 992px) {
.translate-detail{
        width: 100% !important;
    }
    /* Hide desktop menu & button */
    .menu-list,
    .download-desktop {
        display: none !important;
    }

    /* Show mobile menu icon */
    .mobile-menu-icon {
        display: block !important;
        cursor: pointer;
        z-index: 50;
    }
    .wh-300 {
        width: 158px !important;
        height: 158px !important;
        object-fit: cover;
    }

    /* Mobile popup menu */
     .mobile-nav {
        position: absolute;
        top: 75px;
        left: 50%;
        transform: translateX(-50%);
        width: 82%;
        background-color: #55949C;
        padding: 20px;
        border-radius: 20px;
        box-shadow: 0 0 40px rgba(0,0,0,0.5);
        display: none;
        z-index: 100;
        text-align: center;
    }


    .mobile-nav a {
        display: block;
        color: #fff;
        padding: 12px 0;
        font-size: 16px;
        text-decoration: none;
       

   
}


.creator-box {
        width: calc(33.33% - 20px); /* 3 per row */
    }

}

@media (min-width: 786px) and (max-width: 992px) {
    .banner-h1 {
     font-size: 36px !important;
    
}
 .left-side-btn button{
        width: 100%;
     }
     .creators-row{
        justify-content: unset;
     }

         .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;}
}
