


@media (min-width: 300px) and (max-width: 889px) {
  
  
/* BAR LINKS REMOVE LATER*/


.barslinks2 {

    display: none;


}


/* HTML, BODY */

    html, body {

        margin: 0;
        padding: 0;
        border: 0;
        box-sizing: border-box; 
        overflow-x: hidden;
        scroll-behavior: smooth;


    }

/* BODY */

    body {

        background-color: #FAFAFA;
        overflow-x: hidden;

    }

/* Header Background */

    .hBg {

        margin-top: 20px;
        background: none;
        display: flex;
        
        position: absolute;
        z-index: 1;
        width: 90%;
        left: 50%;
        transform: translate(-50%);

    }

    .rLogo {

        width: clamp(50px, 10%, 200px);


    }

/* Navagation Bars */

    .barsExtensionBG {

        backdrop-filter: blur(0px);
        background: rgba(255, 255, 255, 0);
        width: 100%;
        height: 100vh;
        z-index: 2;
        position: fixed;
       
        overflow-x: hidden;

        transition: 1s ease; 
        pointer-events: none;

    }

    .barsExtension {

        background-color: white;

        width: 60%;
        height: 100vh;
        z-index: 3;
        position: absolute;
        top: 0;
        right: 0;    
        transform: translateX(100%);
        transition:  .7s ease-in-out;   

    }

    .barsFlex {

        display: flex;
        flex-direction: column;
        margin-left: 10%;
        
        width: 90%;
        margin-top: 40px;
        
        


    }

    .separator {

        margin-top: 50px;
        background-color: black;
        width: 80%;
        height: 2px;

    }

    .barsFlex2 {

        gap: 10px;
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        
        


    }

    .barsFlex1 {

        
        
        display: flex;
        flex-direction: row;

        font-size: 32px;
        font-family: "DM Sans", sans-serif;
        color: black;
        font-weight: 500;
        


    }

    .navX {

        padding-left: 20%;
        transition: 0.5s;
        
        

    }

    .navX:hover {

        font-size: 37px;

        

    }
    
    .barsFlex2 a {

        font-size: 25px;
        font-family: "DM Sans", sans-serif;
        color: black;
        text-decoration: none;
        transition: 0.5s;

    }

    .barsFlex2 a:hover {

        font-size: 30px;

    }

    .navBars {

        align-content: center;
        margin-left: auto;
        background: transparent;
        border: none;

        
         
    }

    

/* Home, About Services */

    .home, .about, .services{

        display: none;

    }

/* Main Background */

    .mBg {
    display: flex;
    position: relative;
    width: 100%;
    
    height: 100vh;
    
    flex-direction: column;
    overflow: visible;

    }

/* Spline Animation */

    .spline {
      
    position: absolute;
    margin-top: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;      
    pointer-events: auto;     
     
    }

/* Main Grid */

    .mGrid {
       
        margin-top: 600px;
        padding: 2rem;
        display: flex;
        flex-direction: column;
        width: max-content; /* or a fixed width */
        margin: 60vh auto 0;
        
        
        
    
    }

/* Landing Page Text 1 "See Life Clearly" */

    .LT1 {
    
        font-size: 32px;
        font-family: "Shrikhand", serif;
        font-weight: 400;
        font-style: normal;
        margin-top: 15px;
        color: white;
        font-weight: 100;
        text-shadow: 0 2px 8px rgba(0,0,0,0.5);

    }

/* Landing Page Text 2 "Best Window Cleaning" */

    .LT2 {

        font-family: "DM Sans", sans-serif;
        font-size: 16px;
        margin: 5px;
        color: white;
        
        text-shadow: 0 2px 8px rgba(0,0,0,0.5);

    }

/* Laning Page Button 1 (Our Methods) */

    .LB1 {
        font-family: "DM Sans", sans-serif;
        width: 100px;
        height: 40px;
        border-radius: 50px;
        margin-top: 10px;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        
        background: linear-gradient(
            
        to left,
        rgba(255, 255, 255, 0.224),
        rgba(255, 255, 255, 0.499),
        rgba(255, 255, 255, 0.224
        
        )); /* 50% transparent */
        border: 2px solid white;
        color: white;

        background-size: 300% 100%;   
        background-position: 0% 50%; 
        will-change: transform, background-position;

        
    }

    

    

/* Social Media Button (Links) */

    .Socials {

        margin-top: 5%

    }

/* Marquee Text (Separator) */
    
    .movingText {

        border: .5px solid rgb(226, 226, 226);
        font-family: "DM Sans", sans-serif;
        background-color: rgb(240, 240, 240);
        font-size: 12px;

    }

/* Social Proof Area Background */
    
    .sBg {

        display: grid;
        grid-template-rows: 50% 50%;
        
        width: 100%;
        height: 1600px;

        background: linear-gradient(

            to bottom,
            #FAFAFA,
            #FAFAFA,
            #FAFAFA,
            #FAFAFA,
        
            #43B0FF,
            #43B0FF,
            #B5E0FF

        );

    }

/* Social Section 1 */

    .test {

        display: flex;
        flex-direction: column;
        
        align-items: center;

    }

    .Ss1 {

        display: flex;
        flex-direction: column;
        
        width: 100%;
        align-items: center;
        margin-top: 70px;
    
    }

/* Social Section Text 1, 2, and 3 */

    .St1, .St2, .St3 {

        margin: 1%;
        align-items: center;

    }

/* Social Text 1 */
    
    .St1 {

        font-size: 42px;
        font-family: "DM Sans", sans-serif;
        font-weight: 700;
        letter-spacing: -2.5px;
        display: flex;
        align-items: baseline;
        
    background: linear-gradient(
        to left,
        #88ceff,
        #88ceff,
        #88ceff,
        #43B0FF,
        #43B0FF,
        #88ceff
    );

    background-size: 300% 100%;   
    background-position: 0% 50%; 
    

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    
    }

/* Social Text 2 */

    .St2 {

        font-size: 21px;
        font-family: "DM Sans", sans-serif;
        
        background: linear-gradient(
        to left,
        #B5E0FF,
        #B5E0FF,
        #B5E0FF,
        #43B0FF,
        #43B0FF,
        #B5E0FF
        );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    }

/* Social Text 3 */

    .St3 {

        margin-top: w;
        font-size: 15px;
        font-family: "DM Sans", sans-serif; 
        text-align: left;

    }

/* Social Buttons Grouped  */

    .Sb {

        display: flex;
        flex-direction: row;
        margin: 15px;

    }

/* Social Button 1 (Call Now1) */

    .Sb1 {
        width: 100px;
        height: 38px;
        margin-left: 9px;
        border-radius: 50px;
        text-decoration: none;
        
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;

        background: linear-gradient(to left, #43B0FF, #70c0fa, #43B0FF);
        border: 2px solid #43B0FF;

        background-size: 300% 100%;   
        background-position: 0% 50%; 

        background-clip: padding-box;
        color: white;
        font-family: "DM Sans", sans-serif;
    }

/* Social Button 2 (Get a Quote) */

    .Sb2 {

        width: 100px;
        height: 38px;
        margin-left: 9px;
        border-radius: 50px;

        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        text-decoration: none;

        background: linear-gradient(to left, #43B0FF, #70c0fa, #43B0FF);
        border: 2px solid #43B0FF;

        background-size: 300% 100%;   
        background-position: 0% 50%; 

        background-clip: padding-box;
        color: white;
        font-family: "DM Sans", sans-serif;

    }

/* Social Images GRID Animated Images */

    .SImages {
        
        margin-top: 50px;
        display: grid;
        z-index: 1;
        position: relative;
        gap: 10px;
        width: 100%;
        transition: transform 0.7s ease;

    }

    .deskflex {

        display: flex;
        flex-direction: row;
        gap: 10px;
        object-fit: cover;
        

    }

    .deskflex img {

        width: 50px;
        height: 100px;
        border-radius: 15px;

    }

    



   

   

/* Social Images Flex 1 */


    .marquee1 {

        animation: marquee 10s linear infinite;
        white-space: nowrap;

    }

    .SIFlex1 {

        display: flex;
        flex-direction: row;
        overflow: hidden;
        width: 100%;
        transition: 1s ease-in-out;
        
    
        
        
       

    }

    .SIFlex1:hover img {

            transform: scale(1.2);

    }

    .SIFlex1:hover .SIFlex1R1 .deskflex {

        gap: 30px;
        padding-right: 20px;

    }

    .SIFlex1R1 {

        display: flex;
        padding-right: 10px;
        
        width: max-content;
        animation: spin 15s linear infinite;
        gap: 10px;
        transition: transform 0.7s ease;
        

    }

    .SIFlex1R1 img, .SIFlex1R2 img {

        width: 100px;
        object-fit: cover;
        transition: transform 0.7s ease;
        

    }

    .SIFlex1R2 {

       
        margin: none;
        

        

    }

/* Social Images Flex 2 */

    .SIFlex2 {

        display: flex;
        flex-direction: row;
        overflow: hidden;
        width: 100%;

    }

    .SIFlex2:hover img {

            transform: scale(1.2);

    }

    .SIFlex2:hover .SIFlex2R2 .deskflex {

        gap: 30px;
        padding-right: 20px;

    }

    .SIFlex2R2 {

        display: flex;
        flex-direction: row;
        padding-right: 10px;
        
        
        width: max-content;
        animation: spin 14s linear infinite;
        gap: 10px;

    }

    .SIFlex2R2 img {

        width: 100px;
        object-fit: cover;
        transition: transform 0.7s ease;

    }

    @keyframes spin2 {
        from { transform: translateX(0); }
        to { transform: translateX(100%); }
    }

/* Social Images Flex 3 */

    .SIFlex3 {

        display: flex;
        flex-direction: row;
        overflow: hidden;
        

    }

    .SIFlex3:hover img {

            transform: scale(1.2);


    }

    .SIFlex3:hover .SIFlex3R2 .deskflex {

        gap: 30px;
        padding-right: 20px;

    }

    .SIFlex3R2 {

        display: flex;
        flex-direction: row;
        padding-right: 10px;
        
        
        width: max-content;
        animation: spin 16s linear infinite;
        gap: 10px;

    }

    

    .SIFlex3R2 img {

        width: 100px;
        object-fit: cover;
        transition: transform 0.7s ease;

    }

    

    .SIFlex3R2 img {

        width: 100px;
        object-fit: cover;

    }

/* Images */

    .Simg1, .Simg2, .Simg3, .Simg4, .Simg5, .Simg6, .Simg7, .Simg8, .Simg9, .Simg10 {

        width: 200px;
        height: 100px;
        border-radius: 15px;

    }

/* Social Section 2 */

    .Ss2 {

        display: flex;
        flex-direction: column;
        
        width: 100%;
        align-items: center;
        margin-top: 150px;

        

    }

    .test2 {

        display: flex;
        flex-direction: column;
        
        align-items: center;


    }

/* Social Sections 2 Text 1, 2, and 3 */

     .St21, .St22, .St23 {

        margin: 1%;
        align-items: center;

    }


/* Social Text 1 Section 2 */
    
    .St21 {

        font-size: 42px;
        font-family: "DM Sans", sans-serif;
        font-weight: 700;
        letter-spacing: -2.5px;
        
        background: linear-gradient(
        45deg, 
        
        #ffffff,
        #ffffff,
        #FAE08A,
        #FAE08A,
        #FAE08A,
        #ffffff

        );

    background-size: 300% 100%;   
    background-position: 0%; 

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
        
        
        
    }

/* Social Text 2 Section 2 */

    .St22 {

        font-size: 21px;
        font-family: "DM Sans", sans-serif;
        
        
         background: linear-gradient(
        to right,
        #FAE08A,
        #ffffff

        );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
        

    }

/* Social Text 3 Section 2 */

    .St23 {

        margin-top: w;
        font-size: 15px;
        font-family: "DM Sans", sans-serif; 
        text-align: left;
        color: white;
        width: 100%;
        
        

    }

/* Social Button Group 2 */

    .Sb2S2 {

        display: flex;
        flex-direction: row;
        margin: 15px;
        
        
    
    }

/* Social Button 2 "Call Now!" */  

      .Sb21 {

        width: 100px;
        height: 38px;
        margin-left: 9px;
        border-radius: 50px;

        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        text-decoration: none;

        

        background: linear-gradient(to right, #ffffff2b, #ffffff78, #ffffff2b);
        border: 1.5px solid #ffffff;
        background-size: 300% 100%;   
        background-position: 0%; 
        background-clip: padding-box;
        color: white;
        font-family: "DM Sans", sans-serif;
    }

/* Social Button 2 "See Reviews" */  

    .Sb22 {

        width: 100px;
        height: 38px;
        margin-left: 9px;
        border-radius: 50px;

        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        text-decoration: none;

         

        background: linear-gradient(to right, #ffffff2b, #ffffff78, #ffffff2b);
        border: 1.5px solid #ffffff;

        background-size: 300% 100%;   
        background-position: 0%;

        background-clip: padding-box;
        color: white;
        font-family: "DM Sans", sans-serif;

    }

/* Reviews Images */

    .Ss2G {

        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 50% 50%;
        
        height: 310px;
        width: 320px;
        overflow: hidden;

        

    }

    .cell {
    display: flex;
    align-items: center;    /* vertical center */
    justify-content: center; /* horizontal center */
    padding: 5px;
}

    .review-img {

        width: 100%;
        height: 100%;
        object-fit: contain;
        opacity: 0;               /* start invisible */
        transition: opacity 1s ease-in-out; /* fade-in over 1 second */
        
    }

/* Why Us Section */

    .Qs {

        margin-top: 100px;
        margin-bottom: 100px;
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 100%;
        
        overflow-x: hi;
        gap: 50px;
        text-align: left;
        

    }

/* WU Section Text 1 */

    .Qt1 {

        font-size: 42px;
        font-family: "DM Sans", sans-serif;
        font-weight:700;
        letter-spacing: -2.5px;
        background: linear-gradient(
            to left,
            #B5E0FF,
            #B5E0FF,
            #B5E0FF,
            #43B0FF,
            #43B0FF,
            #B5E0FF
        );

        background-size: 300% 100%;   
        background-position: 0%; 

        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;

    }

/* WU Section Text 2 */

    .Qt2 {

        
        font-family: "DM Sans", sans-serif;
        white-space: nowrap;
        font-size: 14px;
        margin: 1%;
        align-items: center;



    }

/* WU Section Flex for Images */

    .QiFlex {

        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        

    }

/* WU Section Images */

    .Qi1, .Qi2, .Qi3 {

        width: 100px;

    }

/* WU Section Image 2 */

    .Qi2 {

        height: 100px;
        width: auto;

    }

/* WU Section Text Below Images */

   .Qi1T, .Qi2T, .Qi3T {

    font-family: "DM Sans", sans-serif;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;

   }

/* Our Services Section 1*/   

   .OSs {

        
        display: flex;
        flex-direction: column;
        gap: 10px;
        overflow-x: hidden;

   }

   .OSsA1 {

        width: 100%;
        height: 400px;
        position: relative;

   }

   .OSsV1 {

        object-position: center;
        width: 100%;
        height: 400px;
        object-fit: cover;
        position: absolute;
        z-index: -1;
        overflow-x: hidden;
        

   }

   .OSsF1 {

    display: flex;
    flex-direction: column;
    
    height: 400px;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin-left: 20px;
    margin-right: 20px;

   }

   .OSsF1T1 {

        font-size: 42px;
        font-family: "DM Sans", sans-serif;
        font-weight: 700;
        color: white;
        letter-spacing: -2;
        text-shadow: 0 2px 8px rgba(0,0,0,0.5);

   }

   .OSsF1T2 {

        font-size: 21px;
        font-family: "DM Sans", sans-serif;
        color: white;
        text-shadow: 0 2px 8px rgba(0,0,0,0.5);
       

   }

   .OSsBS1 {

        display: flex;
        margin-top: 20px;
        

   }

   .OSsBS1B1 {

        width: 100px;
        height: 38px;
        margin-left: 9px;
        border-radius: 20px;
        text-decoration: none;
        display: none;
        justify-content: center;
        align-items: center;
        font-size: 13px;
       
        border: 1px solid #1FA0FF;

        background-clip: padding-box;
        background-color: #1FA0FF;
        color: white;
        font-family: "DM Sans", sans-serif;

   }

   .OSsBS1B2 {

        width: 100px;
        height: 38px;
        
        border-radius: 20px;
        font-weight: 800;

        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
    text-decoration: none;
        background: linear-gradient(to left, #ffffff37, #ffffff83, #ffffff37);
        border: 2px solid #43B0FF;

        background-size: 300% 100%;   
        background-position: 0% 50%; 

        background-clip: padding-box;
        color: #43B0FF;
        font-family: "DM Sans", sans-serif;

        

   }


/* Our Services Section 2*/  

   .OSsA2 {

        width: 100%;
        height: 400px;
        position: relative;

   }

   .OSsV2 {

        object-position: center;
        width: 100%;
        height: 400px;
        object-fit: cover;
        position: absolute;
        z-index: -1;
        overflow-x: hidden;

   }

   .OSsF2 {

    display: flex;
    flex-direction: column;
    
    height: 400px;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin-left: 20px;
    margin-right: 20px;

   }

   .OSsF2T1 {

        font-size: 42px;
        font-family: "DM Sans", sans-serif;
        font-weight: 700;
        color: white;
        letter-spacing: -2;
        text-shadow: 0 2px 8px rgba(0,0,0,0.5);

   }

   .OSsF2T2 {

        font-size: 21px;
        font-family: "DM Sans", sans-serif;
        color: white;
        text-shadow: 0 2px 8px rgba(0,0,0,0.5);
       

   }

   .OSsBS2 {

        display: flex;
        margin-top: 20px;

   }

   .OSsBS2B1 {

        width: 100px;
        height: 38px;
        margin-left: 9px;
        border-radius: 20px;
text-decoration: none;
        display: none;
        justify-content: center;
        align-items: center;
        font-size: 13px;

       
        border: 1px solid #1FA0FF;

        background-clip: padding-box;
        background-color: #1FA0FF;
        color: white;
        font-family: "DM Sans", sans-serif;

   }

   .OSsBS2B2 {

        width: 100px;
        height: 38px;
        margin-left: 9px;
        border-radius: 20px;
        font-weight: 800;

        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        text-decoration: none;
        background: linear-gradient(to left, #ffffff37, #ffffff83, #ffffff37);
        border: 2px solid #43B0FF;

        background-size: 300% 100%;   
        background-position: 0% 50%; 

        background-clip: padding-box;
        color: #43B0FF;
        font-family: "DM Sans", sans-serif;

   }

/* Our Services Section 3*/  
        

   .OSsA3 {

        
        width: 100%;
        height: 400px;
        position: relative;

   }

   .OSsV3 {

        
        object-position: center;
        width: 100%;
        height: 400px;
        object-fit: cover;
        position: absolute;
        z-index: -1;
        overflow-x: hidden;

   }

   .OSsF3 {

    display: flex;
    flex-direction: column;
    
    height: 400px;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin-left: 20px;
    margin-right: 20px;

   }

   .OSsF3T1 {

        font-size: 42px;
        font-family: "DM Sans", sans-serif;
        font-weight: 700;
        color: white;
        letter-spacing: -2;
        text-shadow: 0 2px 8px rgba(0,0,0,0.5);

   }

   .OSsF3T2 {

        font-size: 21px;
        font-family: "DM Sans", sans-serif;
        color: white;
        text-shadow: 0 2px 8px rgba(0,0,0,0.5);
       

   }

   .OSsBS3 {

        display: flex;
        flex-direction: row;
        margin-top: 20px;

   }

   .OSsBS3B1 {

        width: 100px;
        height: 38px;
        margin-left: 9px;
        border-radius: 20px;
        text-decoration: none;
        display: none;
        justify-content: center;
        align-items: center;
        font-size: 13px;

       
        border: 1px solid #1FA0FF;

        background-clip: padding-box;
        background-color: #1FA0FF;
        color: white;
        font-family: "DM Sans", sans-serif;

   }

   .OSsBS3B2 {

        width: 100px;
        height: 38px;
        margin-left: 9px;
        border-radius: 20px;
        font-weight: 800;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;

        background: linear-gradient(to left, #ffffff37, #ffffff83, #ffffff37);
        border: 2px solid #43B0FF;

        background-size: 300% 100%;   
        background-position: 0% 50%; 

        background-clip: padding-box;
        color: #43B0FF;
        font-family: "DM Sans", sans-serif;

   }

/*Section 4*/

   .OSs4 {

    display: flex;
    flex-direction: row;
    overflow-x: hidden;
    width: 100%;

   }
   
   .OSs4F1 {
        display: flex;
        padding-right: 10px;
        gap: 10px;
        width: max-content; /* ensures the container fits all images horizontally */
        animation: spin 20s linear infinite; /* slower for smoother scroll */
        
        height: 500px;

    }

    @keyframes spin {
        from { transform: translateX(0); }
        to { transform: translateX(-100%); }
    } 
    
   .OSsI1, .OSsI2, .OSsI3, .OSsI4, .OSsI5 {

        
        height: 500px;
        object-fit: cover;
       
   }

   /*Footer / Contact Info*/

   .footer {

        display: flex;        
        background: linear-gradient(to bottom, #383838, #242424);
        width: 100%;
        height: 300px;
        margin-top: 10px;
        justify-content: center;
        align-items: center;



   }

   .contactFlex {

        display: grid;
        grid-template-columns: 50% 50%;
        
        gap: 10px;
        justify-content: center;

        
        width: 90%;
        margin: 10px;
        
        
       
        


   }

   .SCF {

        text-align: left;
        

   }

   .socs {

        font-family: "DM Sans", sans-serif;
        color: white;
        font-weight: 700;

   }

   .socialsFooter a {

        display: flex;
        flex-direction: column;
        font-family: "DM Sans", sans-serif;
        color: white;

   }

   .locationFooter {

        display: flex;
        flex-direction: column;
        white-space: nowrap;
        font-family: "DM Sans", sans-serif;
        color: white;


   }

   .FT1 {

        font-weight: 700;

   }

   .legalFooter a {

        display: flex;
        flex-direction: column;
        text-align: right;
        font-family: "DM Sans", sans-serif;
        color: white;
        

   }



}

    



