.banner{
background-color: #000000;
width:100%;
min-height:55px;
height:auto;
display:flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-evenly;
text-decoration: none;
top:0px;



}

.b,  .b a{text-decoration: none;
color:#b38f3a;
font-weight:680;
font-size:16px;
font-family: montserrat, sans-serif;

}

.nav-row{
background-color:beige;
width:100%;
height:130px;
align-items: center;
align-content: center;
display: flex;
justify-content:space-between;

}
.logo{
background-image: url(/asmlogo.webp);
width:225px;
height:90px;
background-size: contain;
background-repeat: no-repeat;
margin-top: 20px;

}
.nav-menu, .nav-menu a{
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    color:black;
    font-size: 16px;
    font-family: montserrat, sans-serif;
    font-weight: 500;
    align-items: center;
    align-content: center;
    padding-right: 20px;
    
} 

.mobile-toggler {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 30px;}

    .mobile-toggler:active {
    transform: scale(0.9);
}


.hero-slider {
    position: relative;
    width: 100%;
    height: 95vh;
    overflow: hidden;
    background-color: #000; 
    


}
.slider-track {
    display: flex; /* Lines the slides up horizontally */
    width: 100%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1); /* Premium, smooth sliding animation */
    z-index: 1;
}



.slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Luxury dark-to-transparent fade */
    background: linear-gradient(to right rgba(0.4, 0.5, 0.2, 0.35), rgba(0.4, 0.5, 0.2, 0.35)),;
    z-index: 2; 

}


.slide {
    flex: 0 0 100%;
    width:100%;
    height:100%;
    background-size: contain;
    background-position: center;
}







.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
    background-size: contain;
    background-position: center;

}











.fyd{
align-items: center;
font-family: montserrat, sans-serif;
color:whitesmoke;
font-size: 70px;
height:100%;
width:100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: center;
padding-top: 100px;
box-sizing: border-box;
position:absolute;
z-index: 10;
padding:0 10%;
top:0;
left:0;
z-index:10;
padding-top:50px;

}

.fydd{
width:100%;
font-weight: 550;
text-align: center;
}
.dh{

width:100%;}


.des{width:100%;
height:40px;
font-size: 17px;
font-family: montserrat, sans-serif;
text-align: center;
font-weight: 400;

}

.button{width:200px;
    margin-top: 90px;
 height:60px;
background-color:#f0b732;
justify-content:center;
align-content: center;
border:2px solid #b38f3a;
border-radius: 2px;
text-align: center;
color:white;
font-family: montserrat, sans-serif;
font-weight: 500;
font-size: 20px;

}
.button a{
    text-decoration: none;
    color:white;
}


.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20; 
    
    background-color: rgba(0, 0, 0, 0.4);
    color: #c5a880; 
    border: 1px solid rgba(197, 168, 128, 0.3);
    
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover effect for a premium feel */
.slider-arrow:hover {
    background-color: #c5a880;
    color: #000;
    border-color: #c5a880;
}

/* Position left and right */
.prev-arrow {
    left: 20px;
}

.next-arrow {
    right: 20px;
}

.container-aboutc{

max-width:1200px;
width:100%;
margin:auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-top: 100px;
height:100%;
}

.aboutnotes{
width:600px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
display: flex;
text-align: justify;



}





.aboutimageorg{
display: flex;
flex-wrap: wrap;
width:500px;
gap:20px;
height:100%;


}



.aboutimage{
width:500px;
height: 400px;
display: flex;
flex-wrap: wrap;
flex-direction: column;
background-image:url(/aboutimage.webp);
background-size: cover;


}


.aboutimage1{
width:500px;
height:400px;
background-image: url(/aboutimage1.webp);
background-size: cover;



}

.atext{
width:100%;
text-align: center;
padding-bottom: 50px;
font-size: 40px;
font-family: montserrat, sans-serif;
font-weight: 600;
justify-content: center;



}


.pabout{
width:100%;
background-color:beige;
height:100%;


}



.swo{
width:fit-content;
margin:0 auto;
font-family: montserrat, sans-serif;
text-align: center;
display: flex;
justify-content: center;
font-size: 28px;
font-weight: 600;
border-left:5px solid #f0b732;
padding-top: 20px;
padding-bottom: 10px;

}

.imgbox{
width:100%;
aspect-ratio: 19/ 12;
background-size: cover;

background-position: center 10%;
border-radius: 6px 6px 0 0;

}


.imgbox:hover{
transform: translatey(-5%);

}





.services{
overflow-x: hidden;
height:100%;
padding-left: 40px;
padding-right: 40px;


}



.dnotes{
text-align: justify;
display: flex;
padding-top: 10px;
flex-wrap: wrap;
font-family: montserrat, sans-serif;
font-size: 18px;
}

.enquire {
    text-decoration: none;
    width:100%;
    justify-content:space-between;
    color:#FFFFFF;  
   height:100%;
    display: flex;
   flex-wrap: wrap;
   padding-top: 15px;
}



.enquiree{
text-decoration: none;
color:#FFFFFF;
background-color: cornflowerblue;
font-size: 15px;
font-family: montserrat, sans-serif;
border:2px solid cornflowerblue;
border-radius:5%;
font-weight: 600;
border-width: 5px;
display:flex;

}

.call{
display: flex;
align-items: center;
padding-right:10px;
text-decoration: none;
color:white;
font-size: 15px;
font-family: montserrat, sans-serif;
font-weight: 600;
background-color:cornflowerblue;
margin-right: 5px;
border:2px solid cornflowerblue;
border-radius: 5%;
}


.heading{
    width:100%;
    text-align: center;
    font-family:montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #b38f3a;
}





.achievements-section {
    background-color: #1a1a1a; /* Dark theme */
    color: #ffffff;
    align-content: center;
    text-align: center;
    justify-content: center;
    width:100%;
    display: flex;

  }
.counter-box {
    padding: 20px;
    border-radius: 10px;
    transition: transform 0.3s ease;
    align-content: center;
    text-align: center;
    padding-top:50px; 
}
.counter-box:hover {
    transform: translateY(-10px); /* Subtle lift on hover */
}

.counter-box i {
    font-size: 40px;
    color: #c5a059; /* Gold accent */
    margin-bottom: 15px;
}

.counter-box h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 5px;
    color:#D31f8f;
    text-align: center;
    
    align-content: start;
    display: flex;
    padding-left:50px;
}

.counter-box p {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #cccccc;
  
    width:100%;
}



.imgbox1{
width: 500px;
height:300px;
background-size:contain;
background-repeat: no-repeat;

background-position: center;
border-radius: 6px 6px 0 0;

}


.container-theme{
    max-width: 1200px;
    width:100%;
    margin: auto;
    height:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.notest{width:100%;
display: flex;
justify-content: center;
}

.tnote{
font-size: 25px;
font-weight: 600;
font-family: montserrat, sans-serif;
}

.sample{
width:100%;
display: flex;
justify-content: center;
font-size: 20px;
}

.sample a{
    text-decoration: none;
    color:white;
    background-color:#f0b732;
    border:2px solid #f0b732;
    border-radius: 3%;
    border-width: 10px;
    font-weight: 600;
}

.theme1{
width:500px;
padding-top: 20px;
}




.testimonial{
    width:100%;
    height:100%;
    padding-top:100px;
    background-color:#eee;
    overflow-x: hidden;
}

.container-testimonial{
max-width:1200px;
width:100%;
margin:auto;
overflow-x: scroll;

}

.whatour{
font-family: montserrat, sans-serif;
font-weight: 700;
width:100%;
justify-content: center;
display: flex;
}

.testh{
width:650px;
display: flex;
justify-content: center;
flex-wrap: wrap;
align-content: center;
text-align: center;
font-family: montserrat, sans-serif;
}

.testhead{
width:100%;
display: flex;
justify-content: center;
padding-bottom: 50px;

}


.testimcon{
width:100%;
gap:30px;
padding-bottom: 50px;
justify-content: center;
display: flex;
flex-wrap: wrap;
}


.testimsg{
width:350px;
max-height:500px;
padding:40px;
border: 4px solid #ffffff ;
display: flex;
flex-wrap: wrap;
background-color: #FFFFFF;

 


}
.cnn{
display: flex;
flex-wrap: wrap;
font-family: montserrat, sans-serif;
font-weight: 600;
font-size: 18px;
align-content: center;
align-items: center;
justify-content: center;
font-weight: 700;
}


.cl{
width:70%;
display: flex;
font-family: montserrat, sans-serif;
font-weight: 600;
font-size: 14px;



}



.msg{
padding-top:20px;
width:100%;
display: flex;
font-family: montserrat, sans-serif;
justify-content: center;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
font-size: 14px;
color:#54595f;

}



html{
scroll-behavior: smooth;

}

.contact{

    border-left:4px solid rgb(251 191 36);
     font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-size: 35px;
     color:white;
     font-style: bold;    
     font-weight:600;
     max-width:100%;
     margin-left:80px;
     margin-bottom: 50px;
    }

.contactd{
    margin-bottom: 50px;
    background-color: rgb(20, 20, 36);
    overflow-x: hidden;
}

.aa{padding-left: 20px;}


 .conta{

margin-left:50px;
margin-bottom: 10px;
list-style-type: none;
color:whitesmoke;
font-weight: 600;
color-scheme: lightdark;
font-family: Montserrat, system-ui, Avenir, Helvetica, Arial, sans-serif;
padding-top: 30px;
padding-bottom: 30px;
font-size: 20px;
 }

 .cc{
    margin-bottom:20px;
 
    gap:20px;

    display:flex;
 }




.whatsapp-fixed, 
.Call-fixed {
    position: fixed;
    left: 18px; /* Locks both icons to the left side */
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    z-index: 9999; /* Keeps them on top of all text and slider layers */
    transition: transform 0.3s ease;
}



.whatsapp-fixed svg {
    width: 35px;
    height: 35px;
    display: block;
    min-height: 35px;
    min-width: 35px;
}

.Call-fixed {
    bottom: 105px; 
    background-color:#D31f8f;
    color: white;
}


.whatsapp-fixed {
    bottom: 30px;
    background-color: #25D366; 
    color: #fff;
}










@media screen and (max-width:1000px)

{

.mobile-toggler {
        display: block;
        color:black;
        text-align:right;
        font-size: 30px;
        z-index: 100001;
        padding-top: 20px;
      }

      #menu-toggle:checked ~ .hamburger::before {
    content: "\2716"; /* Unicode for X */

   color:white;}

  #menu-toggle:not(:checked) ~ .hamburger::before {
    content: "\2630"; /* Unicode for Hamburger */
}

.nav-menu {
    
        display: none; 
        flex-direction: column;
        position: fixed; 
        top: 80px; 
        left: 0;
        width: 100%;
        height: auto;
        background-color: white ;
        z-index: 99999 ;
        padding: 20px 0;
        box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    }
    
    .nav-menu.show-menu ~ .mobile-toggler, 
.show-menu + .mobile-toggler,
.mobile-toggler:has(~ .nav-menu.show-menu) {
    color: #D31f8f;
}

.show-menu{
    display: flex ;
    flex-direction: column; 
    align-items:end;
    align-content: start;
    justify-content:start; 
    background-color: #1a1a1a; 
    width:100%;    
}


.nav-menu a {
        padding: 10px;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #eee;
        font-style:Montserrat,sans-serif;
        color:white;
        justify-content: center;
        font-size: 20px;

    }

.hero-slider{
width:100%;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
height:450px;


}




 .fyd{
font-size: 30px;
padding-top:150px;


 }  

 .des{
text-align: center;
font-size:15px;

 }

.desktop-break{
display: none;

}


.button{
margin-top:50px;


}


.atext{
    padding:0px;
}

.container-aboutc{
justify-content: center;
gap:60px;

}

.aboutnotes{
width:100%;

}

.aboutimage,  .aboutimage1{
width:100%;
height:300px;
}

.aboutimageorg{
width:100%;



}


.counter-box{
width:100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: center;


}



.aboutnotes{
padding-left: 10px;
padding-right: 10px;
width:100%;

}


.imgbox{
height:auto;

}


.services{
padding:15px;


}

.theme1{width:100%;
    height:100%;
display: flex;
flex-wrap: wrap;
text-align: center;
gap:10px;
padding-top: 10px;
}

.imgbox1{width:100%;
height:250px;
}


.container-theme{
width:100%;
display: flex;
flex-wrap: wrap;
gap:10px;
}


.logo{
width:150px;
height:50px;

}

.swo{padding-top: 40px;}


.pabout{padding-bottom: 70px;}


.contactd{

    padding-top:20px;
}


.whatsapp-fixed, .Call-fixed{
left:20px;
width:60px;
height:60px;

}

}