

* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
    font-family: 'Kanit', sans-serif; 
    font-weight: 500; 
    font-style: normal; 
    font-weight:550; 
}

    a { 
        text-decoration: none;  
    }

    .main {
      max-width: 1000px;
      margin: auto;
      background: #f4f4f4;
      padding: 1rem;
    }
    #font {
        font-family: 'Kanit', sans-serif;
        font-weight: 500;
        font-style: normal;
    }

    .contact-btn {
        padding: 0.75rem 4rem;
        font-size: 1.25rem;
        font-weight: 400;
        background-color: #D0AF4F;
        color: black;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        
    }

    .contact-btn.showphone {
        visibility: visible !important;
    }

    .section_1 {    
        display: flex;  
        flex-direction:row-reverse;
        align-items: center;
        height: auto;
    }


    #sec_1_bg{
        background-image: url('../images/Rockbackground.jpg');
        background-size:cover;
        background-position: center;
    }


    .overlay button{
        margin-top: 3rem;
        padding: 0.75rem 4rem;
        font-size: 1.25rem;
        font-weight: 400;
        background-color: #D0AF4F;
        color: black;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .service_links a {
        color: #D0AF4F;
    }

    .gold{
        color:#D0AF4F;
    }

    .white{
        color:#f4f4f4;
    }

    .black{
        color:#333;
    } 
        
    

    .left {
        text-align: right;   /* pushes text toward center */
    }

    .right {
        text-align: left;    /* pushes text toward center */
    }

    .center_line {
        text-align: center;
        padding: 0 0.5rem;
    }

    .section_2, .section_3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;    
        text-align: center;
    }


    .section_2, .section_2 div {

        width: 100%;

    }

    #service_1 {

        background-image: url('../images/rentals.PNG');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        filter: saturate(60%);
        height: 40vh;
        width: 25%;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    #service_2 {

        background-image: url('../images/transport.PNG');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        filter: saturate(60%);
        height: 40vh;
        width: 25%;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    #service_3 {

        background-image: url('../images/refuel.JPG');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        filter: saturate(60%);
        height: 40vh;
        width: 25%;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    #service_4 {
            background-image: url('../images/hdmech.JPG');
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            filter: saturate(60%);
            height: 40vh;
            width: 25%;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            word-break: break-word;
            overflow-wrap: anywhere;
            padding: 0.5rem;
            max-width: 100%;
    }

    @media (max-width: 768px) {
        #service_4 {
            width: 100%;
            max-width: 100%;
            min-width: 0;
        }
        #service_4 h1, #service_4 h1 a {
            word-break: break-word;
            overflow-wrap: anywhere;
            max-width: 100%;
            white-space: normal;
            margin: 0;
            padding: 0 0.25rem;
            text-wrap: nowrap;
        } 
    
    }

    .section_3{
        background-color: #D0AF4F;
        height: 50vh;
        justify-content: space-between;
        
    }

    #about_button {
        background-color: #f4f4f4;
        color: black;
        border: none;
        padding: 0.75rem 4rem;
        font-size: 1.25rem;
        font-weight: 400;
        border-radius: 5px;
        cursor: pointer;
    }

    .section_4, .section_5 {

        display: flex;
        flex-direction: column;    
        padding: .25rem;

    }

    .section_4{
        background-image: url('../images/slate.jpg');
        background-size: cover;
        color: white;
        height: auto;
        justify-content: center;  
        align-items: center;
        padding-top: 4rem;
        
    }

    .testimonials-container h4{
        color: #D0AF4F;
    }

    .testimonial {
        padding: 1rem;
    }

    .section_5{
        background-image: url('../images/mowing.JPG');
        background-size: cover;
        background-position: center;
        color: white;
        height: auto; 
        align-items: left;
    }

    .why{
        padding: 1rem;
    }
    .why p{
        margin-top: 1rem;
    }

    .section_5 a{
        background-color: #D0AF4F;
        color: black;
        border: none;
        padding: 0.75rem 4rem;
        font-size: 1.25rem;
        font-weight: 400;
        border-radius: 5px;
        cursor: pointer;
        width: auto;
        max-width: 235px;
    }

    

    .contact_info {

        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
        margin: 0.5rem 0;

    }

    .section_6{
        padding-top: 5rem;
        padding-bottom: 3rem;
    }

    .sec_6_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        
    }

    .footmenu a {
        color: black;
    }
    .footmenu div{
        font-weight: bold;
        font-size: 1.25rem;}
    #contact{
        font-weight: bold;
        font-size: 1.25rem;
    }

    footer {
      padding: 1rem;
      margin-top: 1rem;
    }


    .ultimate-highlight {
    color:#D0AF4F !important;
    }

    @media (min-width: 769px) {
        .section_1{
            flex-direction: row-reverse;
        }
        .sec_1_logo {    
            width: 40%;
            display: flex;
            justify-content: center;    
            align-items: center;
        }

        .section_1 img{
            width: 70%;
            height: 70%;
        }
        #sec_1_title{
            font-size: 4rem;   
            font-weight: bold;
            margin: 0;
            padding: 0;
            line-height: 1;
        }
        #title_desc{
            font-size: 2rem;
            margin-top: 1rem;
            font-weight: 400;
            line-height: 1;
        }
        .service_links {
            display: grid;
            grid-template-columns: 1fr auto 1fr;
            align-items: center;
            margin: 1rem 0;
            font-size: 1.25rem;
        }
        #center{
            display: block;
        }

        .service_link_container {            
            display: flex;
            flex-direction: row;
            align-items: center;
        }
        .overlay{
            align-items:flex-start;
            padding: 1.5rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 60%;
        }
        .section_2{
            flex-direction: row;
            gap: 1.5rem;
            padding-bottom: 3rem;  
            padding-top: 3rem;
            padding-left: 1rem;
            padding-right: 1rem;
        }
        #service_1, #service_2, #service_3, #service_4 {
            background-size: cover;
        }
        .section_3 h1{
            width: 20%;
            padding-left: 2rem;
        }
        .sec_3_desc{
            display: flex; 
            flex-direction: column;
            align-items: center;
            gap: 2rem;
            width: 60%;
            padding-right: 2rem;
    
        }
        .section_3{
            padding-top: 1rem;
            padding-bottom: 1rem;
            flex-direction: row;
            gap: 1rem;
        }
        .testimonials-container{
            display: flex;
            flex-direction: row;
            gap: 1rem;
            padding: 3rem;
            justify-content: space-evenly;
        }
        .testimonial{
            display: flex;
            flex-direction: column;
            gap: 1rem;   gap: 1rem;
            width: 25%;
        }   
        .section_5{       
            padding-bottom: 2rem;
            padding: 5rem;
            gap: 4rem;
    
        }
        .showphone{
            display: none !important;
        }
        .hidephone{
            display: block;
        }
        .section_6{
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items:start;
            padding-right: 2rem;
            padding-left: 10rem;
            margin: 0 auto;
            gap: 2rem;
            width: 100%;
        }
        .sec_6_desc{
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }
        .sec_6_head{
            display: flex;
            flex-direction: column;
            align-items: left;
            justify-content: space-between;
            gap: 3rem;
        }
        .sec_6_header{
            gap: 0.5rem;
        }
        .footer{
            display: flex;
            flex-direction: column;
            gap: 1rem;
            align-items: left;
        }
        .footmenu{
            display: flex;
            flex-direction: column;
            align-items: left;
            height: 50%;
            gap: .5rem;
        }
        .TOS {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            gap: 0.5rem;
        }
    }

    @media (max-width: 768px) {
        .section_1 {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding-top: 3rem;
            padding-bottom: 3rem;
        }
        .sec_1_logo {    
            width: 100%;
            display: flex;
            justify-content: center;    
            align-items: center;
        }
        .section_1 img{
            width: 90%;
            height: auto;
        }
        #sec_1_title{
            font-size: 2.5rem;   
            font-weight: bold;
            margin: 0;
            padding: 0;
            line-height: 1;
        }
        .overlay{
            display: flex;
            flex-direction: column;
            align-items:center;
            justify-content: center;
            width: 100%;
        }
        #title_desc{
            font-size: 1.25rem;
            margin-top: 1rem;
            font-weight: 400;
            line-height: 1;
        }
        .service_links {
            display: grid;
            grid-template-columns: 1fr auto 1fr;
            align-items: center;
            margin: 1rem 0;
            font-size: 1rem;
        }
        .service_link_container{
            padding-top: 2rem;
        }
        #service_1, #service_2, #service_3, #service_4 {
            width:100% ;
        }
        .section_2{
            gap: 1rem;
            padding: 1rem;
        }
        .section_3{
            width: 100%;
            height: auto;
            gap: 1rem;
            padding-top: 2rem;
        }
        .sec_3_desc{
            display: flex; 
            flex-direction: column;
            align-items: center;
            gap: 1rem;
            width: 100%;
            padding-bottom: 2rem;
            padding: 1rem;
        }
        #center{
            display: none; 
        }
        .section_5{
            display: flex;
            align-items: center;
            padding-bottom: 2rem;
        }   
        .section_5 h1{
            padding: 1rem;
        } 
        .hidephone{
            display: none !important;
        }
        .showphone{
            display: inline-block !important;
        }   
         .testimonials-container{
            display: flex;
            flex-direction: column;
            gap: 1rem;
            padding: 1rem;
            justify-content: center;
        }    
        .section_6 {
            display: flex;
            flex-direction: column;
            align-items: left;    
            padding: 1rem;
            background: #f4f4f4;
            gap: 1rem;
        }
        .sec_6_header{
            justify-content:flex-start;
        }
        .sec_6_header div{
            font-size: 1.25rem;
            font-weight: 400;
        }
        .sec_6_head{
            display: flex;
            flex-direction: column;
            align-items: left;
            justify-content: space-between;
            gap: 1rem;
        }
        .TOS {
            display: flex;
            flex-direction: column;
            align-items: left;
            gap: 0.5rem;
        }
}   

    .footer{

        display: flex;
        flex-direction: column;
        align-items: left;
        gap: 1rem;

    }

    .footmenu{

        display: flex;
        flex-direction: column;
        align-items: left;

    }
    

    

    #hide {
        display: none;
        }


.left {
    white-space: nowrap;
}


.overlay p {
    display: flex;
    flex-direction: column;
    justify-content: left;
}

@media (max-width: 768px) {
    #hide {  
        display: inline; 
    }    
}

/* FULLSCREEN OVERLAY */
#intro {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: black;
    overflow: hidden;
}

/* Gradient overlay for top and bottom fade */
#intro::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7) 10%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.7) 90%, rgba(0,0,0,1) 100%);
}

/* VIDEO CENTERED IN VIEWPORT WITH BLACK BARS */
#intro {
    display: flex;
    align-items: center;
    justify-content: center;
}
#intro video {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    object-fit: contain;
    background: black;
    display: block;
    filter: brightness(1.25) contrast(1.05);
    opacity: 0;
    transition: opacity 1.2s ease;
}

#intro.video-fadein video {
    opacity: 1;
}

/* TEXT */
#introText {
  position: absolute;
  left: 8%;
  bottom: 15%;
  color: white;
  font-size: 3rem;
  font-weight: 700;
  opacity: 0;
  animation: textFlash 1.2s ease forwards;
}

@keyframes textFlash {
  0% { opacity: 0; transform: translateY(20px); }
  30% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; }
}

/* 🦁 INTRO LOGO (START POSITION) */
#introLogo {
    position: absolute;
    width: 220px;
    right: 10%;
    top: 50%;
    transform: translateY(-50%) scale(0.85);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: opacity 0.8s ease;
}

/* FINAL TRANSITION STATE */
#introLogo.animate {
  transition: all 1s ease;
}

/* FADE OUT */
.fade-out {
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}

#mainLogo {
  opacity: 1;
}

.noexist {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 60vh;
  width: 100%;
  gap: 2rem;


}

.noexist a {
  background-color: #D0AF4F;
  color: black;
  border: none;
  padding: 0.75rem 4rem;
  font-size: 1.25rem;
  font-weight: 400;
  border-radius: 5px;
  cursor: pointer;
}






