*{
    margin: 0px;
    padding: 0px;
}

body {
    /* padding-top:80px; */
}

/* .navbar.fixed-top {
    width: 84%;
    margin: 0 auto;
    box-sizing: border-box;
} */

.bg-img {
    background-image: url('../images/aspera-bg1.png');
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;   
}
.bg1-img {
    background-image: url('../images/product-bg.jpg');
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;      
}
.logo_img{
    width: 160px;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg,
 .navbar>.container-md,.navbar>.container-sm, .navbar>.container-xl, 
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    padding-left: 3%;
    padding-right: 2%;
}

a {
    text-decoration: none;
}

.heading_underline{
width: 80px;
border-radius: 8px;
height: 4px;
background-color: #00476B;
/* background-color: #009BD7; */
margin: 0 auto;
margin-top: -2px;
}

.heading_underline1{
    width: 70px;
    border-radius: 8px;
    height: 4px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: -2px;
    }

    .carousel-control-prev {
        left: -40px;
    }

    .carousel-control-next {
        right: -40px;
    }

/* [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
    padding-left: 10px;
} */

@media screen and (max-width: 678px) {
    .logo_img{
        width: 120px;
    }
    .hide-email{
        display: none !important;
    }
    .carousel-control-prev {
        left: 0px !important;
    }

    .carousel-control-next {
        right: 0px !important;
    }
    }

    @media screen and (max-width: 992px) {
        .hide-email{
            display: none !important;
        }

        .carousel-control-prev {
            left: 0px !important;
        }
    
        .carousel-control-next {
            right: 0px !important;
        }
        }

/* --------------------------navbar start -----------------------------*/

.navbar {
    border-radius:0px  0px 10px 10px;
    background-image: linear-gradient(to right, #E6F6FF , #F8FBFD, #E6F6FF);
  }

.nav-text{
    font-size: 20px;
    color: #00476B !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

/* .nav-text:hover{
    font-size: 20px;
    color: #00476B !important;
    text-decoration: underline;
} */

.nav-icon{
    font-size:20px;
    color:#00476B ;
    /* background-color:#4B86A4 ; */
    /* padding: 2px; */
}

.nav-icon:hover{
    font-size:20px;
    color:#4B86A4 ;
    background-color:#fff;
    /* padding: 2px; */
}

.nav-link {
    transition: transform 0.3s ease-in-out;
}

.nav-link:hover {
    transform: scale(1.1); 
    text-decoration: underline; 
    text-underline-offset: 6px;
}

.nav-link_email:hover{
    transform: scale(1.0); 
    text-decoration: underline; 
    text-underline-offset: 6px;    
}

.navbar-center {
    display: flex;
    justify-content: center;
    width: 100%;
}

@media screen and (max-width: 992px) {
  .social_icon{
    display: none;
  }
  }

  @media screen and (max-width: 480px) {  
    .nav-link:hover {
        transform: scale(1.0); 
        text-decoration: underline; 
        text-underline-offset: 4px;
    }

    .mobile-side-margin{
        --bs-gutter-x: 0rem;
       }

       .carousel-control-prev {
        left: 0px !important;
    }

    .carousel-control-next {
        right: 0px !important;
    }
    }

/*--------------------------------------- navbar end-------------------------------------- */


/*--------------------------------------- banner start ------------------------------*/

.carousel-item img{
    border-radius: 16px;
}

.banner-text {
    padding: 8% 3% 3% 8%;
    color: #00476B;
    font-size: 44px;
    position: relative;    
    line-height: 1.2;
}

.banner-text_list{
    font-size: 26px;
}

ul.banner-text_list {
    list-style-type: none;  
    margin: 0;              
    padding: 0;            
}
  
ul.dots_margin{
    list-style-type: none;
}
  
ul.banner-text_list li{
     margin-bottom:8px;
}

.banner-img {   
    color: #00476B;
    font-size: 54px;
    position: relative;
    z-index: 10;
}

.img-fluid{
    width: 100% !important;
    height: 100% !important;
}

.banner-text1 {  
    font-size: 40px;
    font-weight: 600;
}

.carousel-item img {
    width: 100%;
    height: 550px;
}

.text-end {
    text-align: end;
}

.carousel-inner {
    position: relative;
}

.row.position-absolute {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
}

@media (max-width: 480px) {
    .banner-text{
        font-size: 30px !important;
    }
    .banner-text1 {
        font-size: 30px;
    }
    .banner-text_list{
        font-size: 24px;
    }

    ul.dots_margin{
        list-style-type: none; 
        padding-top: 30px !important;
        padding-bottom: 30px !important;
     }
    .mob-gap{
        padding-bottom:30px
    }
    
    .mob-specification-gap{
        margin-top: 30px;
    }

    .mob-specification-gap2{
        margin-bottom: 30px;
    }

}

@media (max-width: 768px) {
    .banner-text{
        font-size: 24px !important;
    }
    .banner-text1 {
        font-size: 24px;
    }
    .banner-text_list{
        font-size: 20px;
    }
    .img-fluid{
        width: 100% !important;
        height: 100% !important;
    }
    .carousel-item img {
        width: 100%;
        height: 680px;
    }    
  }

/*--------------------------------------- banner End ------------------------------*/

/* --------------------------------about section start ---------------------------------------------*/

.about-img {
    border-radius: 16px;    
  }

  .about-text {
    border-radius: 16px;
    padding: 30px;
  }

  .about-heading {
    color: #00476B;
  }

  .about-text1 {
    color: #313131;
    font-size: 18px;
    text-align: justify;
  }

  /* Responsive Styles */
  @media (max-width: 768px) {
    .about-text {
      padding: 1.5rem !important;
    }

    .about-text1 {
      font-size: 18px;
    }

    .about-img img {
      height: auto;
    }
  }

  @media (max-width: 576px) {
    .about-img img {
      width: 100%;
      height: auto;
    }
    .mobile-margin{
        margin-top: 20px;
    }

    .about-text {
      padding: 1rem;
    }

    .about-text1 {
      font-size: 16px;
    }
  }

/* --------------------------------about section end---------------------------------------------*/


/* ----------------------------------------------NEXIO-N301 Start----------------------------------- */

.n301_heading, .n500_heading {
    color: #FFFFFF;
    text-align: center;
    font-size: 35px; /* Adjusts with viewport width */
}

.text-overlay {
    position: absolute;
    top: 0;         
    left: 50%;      
    transform: translateX(-50%);
    text-align: center;  
    padding: 10px; 
}

.img-fluid {
    width: 100%;
    height: auto;
}

.n301_heading{
    /* padding-top: 30px; */
    /* padding-bottom: 30px; */
}

/* Text Box */
.text_n301_box {
    border-radius: 16px;
    padding: 2rem;
    background-color: #FFFFFF;
}

.text_n301_box2 {
    border-radius: 16px;
    padding: 2rem;
    background-color: #FFFFFF;
}

.text_n500_box {
    border-radius: 16px;
    padding: 2rem;
    background-color: #FFFFFF;
}

.bg-pad{
    padding-top: 20px;
}

/* Responsive Text Styling */
.text_n301_heading {
    color: #00476B;
    font-size: 35px;
    padding: 1rem 1rem;
}

.text_n301_text {
    color: #313131;
    font-size: 24px;
    padding: 0rem 1rem 1rem 1rem;
}

/* Image Styles */
.text_n301_img img {
    border-radius: 16px;
    width: 100%;
    height: auto;
}

.read_more_btn{
    background-color: #4B86A4;
    border-color:#4B86A4 ;
    font-size: 20px;
    margin: 0rem 1rem 1rem 1rem;
}

/* Media Queries for Mobile */
@media (max-width: 768px) {
    .n301_heading, .n500_heading {
        /* font-size: 24px; */
        /* margin-bottom: 10%; */
    }
 
    .text_n301_heading {
        font-size: 20px;
        padding: 2rem 1rem;
    }

    .text_n301_text {
        font-size: 16px;
    }

    .text_n301_box {
        margin-bottom: 2rem;
        margin-top:36px
    }

    .text_n301_box2 {
        margin-bottom: 2rem;
        margin-top:0px
    }

    .text_n500_box {
        margin-bottom: 0rem;
        margin-top:36px
    }
}

@media (max-width: 480px) {
    .bg-pad{
        padding-top: 0px !important;
    }
    .n301_heading{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .read_more_btn{
        background-color: #4B86A4;
        border-color:#4B86A4 ;
        font-size: 16px;
        margin: 0rem 1rem 1rem 1rem;
    } 
    .n301_heading, .n500_heading {
       
        font-size: 30px;
    }
    
    }

/* ----------------------------------------------NEXIO-N301 End----------------------------------- */

/* ----------------------------------------------NEXIO-N500 Start----------------------------------- */

.n500_heading{
    color: #00476B;
    text-align: center;
}

/* ----------------------------------------------NEXIO-N500 End----------------------------------- */


/*-------------------------- form start---------------------------------*/

.form_top_text{
    padding-top:20px;
    color: #404246;
    font-size: 24px;
    text-align: center;
    line-height: 1.1;
}

.form_background{
    background-color:#ECF5FA ;
}

.img-fluid_n301{
    width: 95%;
}

.form-heading{
    font-size: 14px;
    font-weight: 650;
    color: #404246;
}

.form-heading1{
    font-size: 13px;
    font-weight: 400;
    color: #686D76;
}

.form-icon{
    width: 35px;
    background-color: #009BD7;
    height: 35px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    border-radius: 4px;
    margin-top: 6px;
}

.form-icon-text{
    padding-left: 20px;
}

.form-icon-text1{
    font-size: 21px;
    color: #151515;
    font-weight: 620;
}

.form-icon-text2{
    font-size: 14px;
    color: #8995B4;
    font-weight: 400;
    padding-top: -12px;
}

@media (max-width: 480px) {
    .form_top_text{
        padding-top:20px;
        color: #404246;
        font-size: 16px;
        text-align: center;
        line-height: 1.1;
    }

    .n500_heading {
        color: #00476B;
        text-align: center;
        /* font-size: 20px; */
    }    
}

/*-------------------------- form end---------------------------------*/


/*--------------------------------- footer  start-----------------------------*/

.footer-bg-img {
    background-image: url('../images/footer-bg.jpg');
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;   
}

.footer-text{
    color: #313131;
    font-size: 18px;
    text-align: justify;
    padding-right: 5%;
}

.footer-text2{
    color: #313131;
    font-size: 18px;
    text-align: justify;
    /* padding-left: 5%; */
}

.social_icon_color{
    color: #1D83B9;
    font-size: 18px;
}

.social_icon_color:hover{
    color: #054A6D;
}

.footer-text2 {
    color: #313131;
    font-size: 18px;
    text-align: justify;
    /* padding-left: 5%; */
}

.social_icon .nav-link {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

@media (max-width: 992px) {
   .footer-text{
       
        padding-right: 0% !important;
    }

    .footer-text2{
        padding-left: 0% !important;
    }
}

.footer-contact{
    color: #00476B;
    font-size: 20px;
    /* padding-left: 5%; */
}

@media (max-width: 480px) {
    .footer-text {
        font-size: 14px;
    } 

    .footer-text2 {
        font-size: 14px;
    }
    .footer-last{
        font-size:14px;
    }
 }

.botam{
    padding: 2px;
}
/*-------------------------- form end---------------------------------*/


/*------------------------- N3001 -----------------------*/

.n301_banner_img{
    background-size: cover; 
    background-position: center; 
    height: 350px !important; 
    border-radius: 16px;
}

.n500_banner_img{
    background-size: cover; 
    background-position: center; 
    height: 350px !important; 
    border-radius: 16px;
}

.n301_standard_heading{
    color: #00476B;
    font-size: 30px;
    text-align: center;
}

.n301_standard_text{
    font-size: 24px;
    color: #054A6D;
    padding-top: 10px;
}

.n301_heading2{
    font-size: 24px;
    text-align: left;
    padding-top: 16px;
    color: #054A6D;
}

.n301_list_heading{
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
    background-color: #00476B;
    margin-left: 5rem;
    margin-right: 5rem;
    padding-top: 10px;
    padding-bottom: 12px;
    border-radius: 16px;
}

.banner-text_n301{
    padding-top: 5%;
    padding-left: 8%;
    color: #00476B;
    font-size: 44px;
    position: relative;
    line-height: 1.2;
}

.banner-text2_n301{
    color: #00476B;
    font-size: 18px; 
    padding-left: 8%;
}

.main_function_list{
    color: #00476B;
    font-size: 26px;
    padding-top: 12% !important;
}
.main_function_list li{
    margin-bottom:8px;
}

.N500-banner_img{
    /* width: 80%; */
    padding-right: 30px
}

@media (max-width: 768px) {
    .n301_banner_img{
        background-size: cover; 
        background-position: center; 
        height: 750px !important; 
        border-radius: 16px;
        width: 80%;
    }

    .n500_banner_img{
        background-size: cover; 
        background-position: center; 
        height: 850px !important; 
        border-radius: 16px;
        width: 80%;
    }
    .main_function_list{
        font-size: 18px !important;
        padding: 2% !important;
    }
}

@media (max-width: 480px) {
    .n301_banner_img{
        background-size: cover; 
        background-position: center; 
        height: 620px !important; 
        border-radius: 16px;
        width: 80%;
    }

    .banner-text_n301{
        font-size: 30px;
    }

    .vibration-mobile-box{
        margin-top: 20px;
    }

    .n500_banner_img{
        background-size: cover; 
        background-position: center; 
        height: 680px !important; 
        border-radius: 16px;
        width: 80%;
    }
   
    .N500-banner_img {
        width: 93%;
        padding-right: 0px !important;
    }

    .main_function_list_n500{
        color: #00476B;
        font-size: 18px !important;
    }

    .nexio_img_n500{
        padding-top: 0%;
        }
 }

.n301_banner-text2 {
    color: #00476B;
    font-size: 18px;
}

.main_function_list_n500{
    color: #00476B;
    font-size: 26px;
}

.nexio_img_n500{
/* padding-top: 15%; */
}

.page_section2{
    background-color: #fff;
    border-radius: 16px;
    padding-left: 3%;
    padding-bottom: 3%;  
}

.main_function_section{
background-color: #fff;
padding:4% 2%;
border-radius: 16px;
}

.carousel-container {
    overflow: hidden;
    width: 800px; /* Adjust as needed to fit 4 cards */
}

#carouselItems {
    display: flex;
    transition: transform 0.5s ease;
}
.col {
    min-width: 200px; /* Width of each card */
    flex: 0 0 auto;
}

.teble_section{
    background-color: #fff; 
    padding: 4% 2%;
    border-radius:16px ;
}

.table_color{
    border: 2px solid #00476B;
    border-radius: 8px;
}

.table-bordered>:not(caption)>*>* {
    border-width: 2px;
}

.footer-text3{
    padding-top: 30px;
    line-height: 1.0;
}