@import 'https://fonts.googleapis.com/css?family=alegreya+Sans+Sofia+Manrope ';


body {
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;

}

a {
   
    text-decoration-style: none;
    list-style-type: none;
    list-style: none;
    text-decoration: none;
}  

ul li{
    list-style-type: none;
    list-style: none;
    text-decoration: none;
    
}

/*************** header ****************/

header{
    background-color: #AC55A6;
    padding: 10px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    overflow: hidden;
    display: flex;
 
    
}


header a{
    color: #ffffff;
    text-decoration-style: none;
    list-style-type: none;
    list-style: none;
    text-decoration: none;
    text-transform: uppercase;
    
}

header .phone{
    float: right;
    

}

 .phone{
    margin: 0px;
    padding: 4px;
    border: 1px solid #ffffff;
}

.phone a{
    font-size: 15px;
}
.logo {
    flex: 50;
    margin: auto;
}

.logo a{
    font-size: 20px;
}
/*************** Banner front page ****************/


.banner{
    width: auto;
    height: auto;
    display: flex;
    background-color: #ffffff;

}

.innerbannermobile{
   display:none !important;
    width:100%;
    background-image: url("/img/banner-dirt-viper1.png");
    background-size: contain;       /* Makes the image cover the entire div */
    background-position: center;  /* Centers the image */
    background-repeat: no-repeat; /* Prevents tiling */
}

.innerbanner {
    flex: 60;
    margin: 0px !important;
}

.innerbanner img{
    width: 100%;
    height: 100% !important;

}

.innerbantext {
    flex: 40;
    text-align: center;
    margin: auto;
   padding: 0px 15px;
    

}

.innerbantext h1{
    font-size:35px;
     color: #AC55A6;
    padding: 10px;
    font-family: Manrope;
}

.innerbantext h2{
    font-family:cursive; 
    font-size: 30px;
    color: #00129A;

}

.innerbantext h3{
    font-size: 25px;
    color: red;
        

    
}

.innerbantext span {
    width: 34px;
    height: 34px;
    margin: 10px;
    background-color: #DB1A21;
    padding: 35px 10px;
    color: #ffffff;
    text-align: center;
    font: 20px Arial, sans-serif;
    border-radius: 184px 184px 184px 184px;
-moz-border-radius: 184px 184px 184px 184px;
-webkit-border-radius: 184px 184px 184px 184px;
}



button {
    padding: 10px;
    margin-top: 25px;
     margin-bottom: 25px;
    margin-right: 25px;
    font-size: 20px;
    border-radius: 5px;
     border: 0.5px solid #AC55A6;
    background-color: #AC55A6;
    color: #fefefe;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); /* Bottom shadow */
-moz-box-shadow: 0px 2px 3px  rgba(0,0,0,0.2);
box-shadow: 0px 2px 3px rgba(0,0,0,0.2);

}

button a{
     color: #ffffff;
    text-decoration-style: none;
    list-style-type: none;
    list-style: none;
    text-decoration: none;
    text-transform: uppercase;
    
}


/*************** About home page ****************/


.about {
    display: flex;
    margin: 0px;
    padding: 10px 0px;
    background-color: #f4f4f4;
    position: relative;
    overflow: hidden;
    border: 0.5px solid #ececece;
    box-shadow: inset 0 -4px 10px rgba(0, 0, 0, 0.2), inset 0 4px 10px rgba(0, 0, 0, 0.2);



}

.title {
    width: 15%;
    color: #ac55a6;
    text-align: center;
    align-items: center;
    position: absolute;
    top: 0%;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Perfectly centers it */
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 5px;
    margin: 20px auto;
    padding: 5px;
    z-index: 100;
    border: 0.5px solid #ececece;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Bottom shadow */
    
}

.title h1{
    padding-top: 5px;
    margin: 10px auto;
    font-size: 25px;
}

.title a{
    text-decoration-style: none;
    list-style-type: none;
    list-style: none;
    
}
.innerabout{
    margin: 45px 10px auto auto !important;
    flex: 50;
    
}

.innerabout h3{
    font-size: 20px;
    text-align: center;
   
}

.innerabout p{
    margin-top: 20px ;
    padding: 0px 30px;
    font-size: 20px;
    text-align: justify;
    font-family: alegreya;
    
}

.innerabout ul li{
    list-style: none;
    list-style-type: none;
    font-size: 18px;
    padding: 5px;
    
}

.inneraboutmg{
    flex: 50;
    background-color: transparent;

}

.inneraboutmg img{
    width: 100%;
 

}

.inneraboutimgtext{
     background: linear-gradient(to bottom, 
    #ffffff 0%,       /* Starts with white at the top */
    #ffffff 70%,    /* Light gray starts at 70% of the element height */
    #F4F4F4 100%    /* Ends with #F4F4F4 at the bottom */
  );
    text-align: center;
    margin: auto auto;
    padding: 20px;
    border-radius: 4px;

    
}

.inneraboutimgtext h3{
    font-size: 20px;
    margin: 20px;
    
}

.inneraboutimgtext p{
    margin: 20px;
    font-size: 18px;
    
}
.aboutsec{
    display: flex;
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.aboutcol{
    flex: 100%;
    margin: 0px;
    padding: 20px;
}

.aboutcol1{
     flex: 100%;
    margin: 0px;
    padding: 20px;
}

.aboutcol img {
    width: 45%;
}

.aboutcol1 img {
    width: 45%;
    
}
    
/*************** Service home page ****************/


.services {
    display: flex;
    width: 100%;
    text-align: center;
   
}

#backgroundserv{
     background-image: url("/img/service-image.png");
    background-size: cover;           /* Fit image inside without cropping */
  background-position: center center; /* Center the image */
  background-repeat: no-repeat;       /* Don’t repeat */
  overflow: hidden;

}

.titleserv {
    margin-top: 30px;
    text-align: center;
    

}

.titleserv h1{
    width: 30%;
    background-color: #f4f4f4;
    color: #000000;
    border: 1px solid #f4f4f4;
    margin: auto;
    border-radius: 4px;
    padding: 10px;
}

.servicecol1{
    flex: 50;
    margin: 10px;
    background-color: rgba(255, 255, 255, 0.8); /* Black with 30% opacity */
    color: #000000;
    overflow: hidden;
    border-radius: 5px;
     border: 0.5px solid #e8e7e6;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Bottom shadow */
   -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Bottom shadow */
-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Bottom shadow */


}

.servicecol1 h1{
    padding: 2px 5px;
    font-size: 25px;

    
}

.servicecol1 img {
    width: 100%;
    height: auto;
    padding: 0px;
    opacity: 1;
     
}

.servicecol1 p{
    padding: 10px;
}

/*************** Apps home page ****************/


.apps {
text-align: center;
margin: 40px auto auto auto;
    
}
.apps h1{
    margin: 20px auto;
    font-size: 20px;
}

.apps img{
    width: 11.5%;
   margin: 40px 20px; 
}


 #myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed position */
  bottom: 10px; /* Distance from bottom */
  right: -30px; /* Distance from right */
  z-index: 99; /* Stay on top */
  border: none;
  outline: none;
  background-color: #4CAF508;
  color: #ffffff;
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 5px;
  font-size: 16px;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}


#topBtn:hover {
  background-color: #555; /* Darker on hover */
}

/*************** Footer home page ****************/

footer {
    background-color: #5f6061;
    margin: 0px;
    padding: 5px;
    color: #ffffff;
    text-transform: uppercase;

}

footer ul li{
    text-decoration-style: none;
    list-style-type: none;
    list-style: none;
    text-decoration: none;
    display: inline;
    margin: 5px;
}

footer a{
    color: #ffffff;
    
}

.topfoot {
    display: flex;
   
}

.topfoot h5{
    font-family: serif;
    font-size: 125%;
    
}

.social {
    flex: 50;
    text-align: center;


}

.social img {
    width: 15%;
}
.payment {
    flex: 50;
 
    text-align: center;
}

.payment img{
   width:  13%;
   padding: 0px 5px;
   border-radius: 13px;
}

.copyrights {
    text-align: center;
    border-top: 1px solid #ffffff;
    padding: 15px;
    background-color: #ffffff;
    color: #6F33A4;
    margin: 0px;

}

.copyrights a{
    color: #6F33A4;
}

/*************** End of home page****************/


/*************** Contact page****************/

.formmain {
   width: 80%; 
    margin: 20px auto;
}

#uploadForm {
    margin: 30px;;
    text-align: center;
    padding: 20px;
    background-color: #f4f4f4 ;
    border: 0.5px solid #C3C3C3;
    border-radius: 5px;

}

.formtitle p{
    font-style: italic;
    font-size: 20px;
 
}

.formtitle h2{
    text-transform: uppercase;
    font-size: 30px;
}

.inputarea {
     margin: 10px auto;
    
}

.inputarea input{
    margin: 10px;
    padding: 15px;
    border: 1px solid #dedede;
    border-radius: 5px;


}

.forminnerrow2 {
    display: flex;
    margin: auto;
    overflow: hidden;
   
}

.forminnerphone {
      margin: auto;
}


.forminnerphone input{
    margin: 10px;
    padding: 15px;
    border: 1px solid #dedede;
    border-radius: 5px;
}

.forminnerphone select{
    margin: 10px;
    padding: 15px;
    border: 1px solid #dedede;
    border-radius: 5px;
}

.messageinner textarea{
    margin: 30px auto;
    padding: 5px;
    width: 80%;
    border: 1px solid #dedede;
    border-radius: 5px;
}

/*************** Terms page****************/


#termsmain{
    margin: 30px auto;
    width: 90%;
    padding: 20px;
   

}

#termsmain h1{
    text-align: center;
    text-transform: uppercase;
}

.termscol {
    padding: 15px;
}
 

/*************** Order  page****************/
.orderbanner{
  display: flex;
  width: 100%;
 border-bottom: 0.1px solid #E5E1DA;
    background-color: #ffffff;
}


.ordbannerinner{
    flex: 50%;
    margin: auto auto;
    overflow: hidden;
    background-color: #F4F6FF;
}
.ordbannerinner img{
    width:100%;
    margin-bottom: -5px;
   margin-left: auto;
    margin-right: auto;
    

}


.ordbannerinnerhead{
     width: 50%;
    text-align: center;
      margin: auto auto;

 

}


.ordbannerinnerhead h1 {
  font-size: 45px;
    padding:  0;
    color: #659287;
    text-transform: uppercase;


}

.ordbannerinnerhead h2 {
    color: #C62E2E;
    text-transform: uppercase;

}

.thanksec{
    width: 100%;
    background-color: #E4E0E1;

}

.thankseccol{
 margin: auto;
 width: 80%;
 padding: 30px;

}


.thankseccol h1{
    font-size: 40px;
    text-align: center;
}

.thankseccol p{
     text-align: center;
    font-size: 25px;

}

.thankseccol ol{
    font-size: 20px;

}

.thankseccol li{
    margin: 20px;
}


.order{
    display: flex;
    background-color: #ffffff;
    margin: 20px auto;
    clear:both;

    
}

.paynote {
    color: #F72C5B;
}

.ordercol {
    flex: 50;
    margin: 20px 0;
    text-align: center;
    border-top: 1px solid #E4E0E1;
    border-right: 1px solid #E4E0E1;
    border-radius: 1px;
    background-color: #ffffff;

}


.ordercol img{
    width: 55%;
    margin: 15px;
   
   
}

.ordercol a img{
     list-style: none;
 text-decoration-style: none;
    list-style-type: none;
    text-decoration: none;
       
}
.ordercol2{
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;
    display: block;
    border-top: 1px solid #E4E0E1;

    
}

.ordercol2 h1 {
   text-transform: uppercase;
    font-size: 15px;
    margin: 20px auto;

}


.form-group{
    flex: 100;
    margin: 20px;
    background-color: #ffffff;

}

.form-group input, select{
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #E4E0E1;

}
.ordercol2 form{
    width: 90%;
    margin: 20px auto;
}

.btnSubmit{
    margin: 20px;
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #629584;
    border: none;
    color: #ffffff;
} 

@media  (max-width: 786px) {
    
    .banner{
            display:block !important;
            position: relative;
            text-align: center;
            overflow: hidden;

    }
    
    .bannerbut{
        width: 100%;
        position: absolute;
        bottom: 0%;
        align-items: center;
        
    
     
    }
    
    .title{
       width: 30%;
    }
    
    .aboutsec{
        display: flex;
        flex-wrap: wrap;
        
    }
    
    .aboutcol {
        flex: 1 1 50%; /* full width on new row */
        box-sizing: border-box;
     }
     
    .aboutcol img{
        width: 100%;
    }
    
    .aboutcol1 img{
        width: 15%;
    }
    
    .apps a img{
        width: 30%;
    }
    
 
    
}


/* Mobile styles */
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px; /* Smaller font size on mobile */
  }
  
  .banner{
    width:100%;
    display:block !important;
    
    }
    
    .innerbannermobile {
    display:block !important;
      
    }
   
   .about{
    
        display: block;
    }
    
    .title{
    width: 40%;
    
}

.aboutcol img{
    width: 25%;
}

.apps img{
    width: 30%;
}
}




@media only screen and (max-width: 600px) {
    
    body{
        clear: both;
    }
    
    .banner{
    width:100%;
    display:block !important;
    background-image: url("/img/banner-dirt-viper1.png");
    background-size: contain;       /* Makes the image cover the entire div */
    background-position: center;  /* Centers the image */
    background-repeat: no-repeat; /* Prevents tiling */
    }

    
    
    .innerbantext{
        margin: 20px;
        
    }
     .innerbantextcol{
         width: 100%;
        
    }
    

    .innerbannermobile {
    display:block !important;
      
    }
    
    .innerbannermobile img{
    width: 100%;
    height: 100%;
}

    .innerbanner {
         display:none !important;
    }
    
    .about{
    
        display: block;
    }
    
    .innerabout p{
        text-align: center;
    }
    
    .aboutsec{
      display: block;

    }
    
    .title {
        width: 40%;
    }
    
    .titleserv h1{
        width: 80%;
    }
    
    .aboutcol{
        flex: 100%;
        margin: 0px;
    }
    
    .aboutcol img{
        width: 35%;
    }
    
    .aboutcol1 img {
    width: 25%;
    
    }
    .services{
        display: block;
    }
    
    .apps img{
        width: 40%;
        margin: 10px;
    }
    
    .topfoot{
        display: block;
    }
    
    
    .social{
        text-align: center;
        margin: 5px;
        border-bottom: 0.1px solid #dcdcdc;
    }
    
    .social img{
        width: 20%;
    }
    .payment{
        margin: 15px;
    }
    
    .payment img{
        width: 60px;
        
    }
    

    /**×********* Contact page *************/
    
    .formmain{
        width: 100%;
        margin: 20px auto;
        clear:both ;
    }
    #uploadForm{
        width: 90%;
        margin: auto auto ;
       
    }
    
  .forminnerphone select{
    margin: 10px;
    padding: 15px;
    border: 1px solid #dedede;
    border-radius: 5px;
}

    .messageinner{
        width: 100%;
        margin: 20px auto;
        }
    
    
    /*************** Order  page****************/
    .order form{
        display: block;
    }

    .ordercol{
     padding: 10px;
    }
    
     .ordercol img{
         width: 50%;
    }
     
    .ordercol h2{
        margin: 20px;
        padding: 20px;
    }
    .orderbanner{
        display: block;
        text-align: center;
    }
    
    .ordbannerinner img{
        margin: auto;
        float: none;
    }
    
    .ordbannerinnerhead{
        width: 100%;
    }
    .thankseccol{
        width: 95%;
        position: 5px;
        padding: 15px;
        
    }
    
 
}