@font-face {
    font-family:'Montserrat';
    src: url("assets/fonts/Montserrat-Bold.ttf") format('truetype');
}
@font-face {
    font-family:'Numans' ;
    src: url("assets/fonts/Numans-Regular.ttf") format('truetype');
}
@font-face {
    font-family:'Lora' ;
    src: url("assets/fonts/Lora-Bold.ttf") format('truetype');
}
@font-face {
  font-family: 'DM Serif Text Italic';
  src: url('fonts/DMSerifText-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'CiscoSans';
  src: url('assets/fonts/CiscoSans-Bold.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
}


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root{
    --black:rgb(19, 19, 19);
    --white:white;
    --gray:gray;

    --primary-color:#3d83c9;
    --secondary-color:#0D6EFD;
    --secondary-color:#3F78E0;
    --action-color:#FF9A40;
    --action-color:#FAB758;

    --bg1:#F7F3EB;
    --bg1:#F1F5FD;
    --bg2: rgb(239, 250, 255);

    --gradient1:background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);

    --heading:'CiscoSans', sans-serif;
    --sub-heading: 'Poppins', sans-serif;
    --content: 'Poppins', sans-serif;
}
body{
   scroll-behavior: smooth;
   overflow-x: hidden;
}

a{
    text-decoration: none;
    color:var(--secondary-color);
    transition: linear 0.2s;
}
a:hover{
    color: var(--action-color);
}
li{
    list-style: none;
}
ul{
    margin: 0;
    padding: 0;
}
p{
    font-family: var(--sub-heading);
    font-size: 16px;
    line-height: 20px;
  text-align: justify;
  hyphens: auto;
  overflow-wrap: break-word;
    margin-top: 10px;
}
.center-item{
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

/* ================== class ================= */


/* background color  */
.bg-black{
    background: var(--black);
}
.bg-white{
    background:white ;
}
.bg-primary{
    background:var(--primary-color) ;
}
.bg-secondary{
    background:var(--secondary-color) ;
}
.bg-action{
    background:var(--action-color) ;
}
.bg1{
    background: var(--bg1);
}
.bg2{
    background: var(--bg2);
}
.bg-gradient1{
    background:var(--gradient1);
}
.bg-gradient2{
    background:var(--gradient2);
}
.white{
    color: white;
}
.black{
    color: var(--black);
}
.primary{
    color: var(--primary-color);
}
.secondary{
    color: var(--secondary-color) !important;
}
.action{
    color: var(--action) ;
}
.text-action{
    color: #f88622 !important;
}


/* text color  */

section{
padding: 0;
margin: 0;
}
.container-fluid{
    position: relative;
    padding: 0;
    margin: 0;
}
.section-item{
    position: relative;
    padding: 60px  clamp(15px, 6vw, 60px);
}

.container{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.align-item{
    display: flex;
    align-items: center;
}
.px-10{
 padding: 0 10px;
}
.des{
    color: black;
    font-family: var(--content);
    font-size: 15px;
    margin-top: 25px;
}


/* -------------- button ------------- */



/* -------------- heading ------------- */

.heading-body{
    display: flex;
    flex-direction: column;
}
 .heading-body .small-heading {
    color: var(--secondary-color);
    font-family: var(--sub-heading);
    font-style: italic;
    font-size: 23px;
    position: relative;
 }
 /* .heading-body .small-heading::after {
   content: '';
   width: 50%;
   height: 2px;
   position: absolute;
   top: 50%;
   background:linear-gradient(to left,var(--primary-color), transparent);
 right: 110%;
 border-radius: 20px;
 } */
  /* .heading-body .small-heading::before {
   content: '';
   width: 50%;
   height: 2px;
   position: absolute;
   top: 50%;
 border-radius: 20px;
 background:linear-gradient(to right,var(--primary-color), transparent);
left: 110%;
 } */
 .heading-body .big-heading {
    font-size: clamp(25px, 4vw , 40px);
    font-weight: bold;
    font-family: var(--heading);
    color: var(--black);
 }
  .heading-body .content-heading {
    width: 70%;
  }
.center{
    align-items:center;
}
.start{
    align-items: start;
}
.end{
    align-items: end;
}


/* ------------------ header section -------------- */


header{
    background: #F5F7FA;
    background:var(--secondary-color) ;
    padding: 5px 0px;

}
.myheader{
    display: flex;
    align-items: center;
    justify-content: space-between;
   
}
.myheader a{
    color: white;
}
.header-item svg{
    color: white !important;
}
.myheader a:hover{
    color: var(--action-color);
}
.header-right a{
margin-left: 20px;
}

/* ---------------- navbar --------------- */
.navbar-body{
 /*top: 36px;*/
   /*position: fixed;*/
   width: 100%;
   z-index: 100;
   box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; 
}
.mask-custom {
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, .15);
  background: white;
}
.logo
{
    height: 65px;
}
.logo img{
    height: 100%;
}
.nav-link{
    font-size: 16px;
    font-family: var(--heading);
    /*color: var(--white);*/
    /*text-shadow: 1px 1px black;*/
     color: var(--primary-color) ;
    text-shadow: none;
}
.nav-link:hover{
    color: var(--action-color);
}
.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-menu{
    border: none;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    width: 250px;
    height: 300px;
    overflow-y: auto;
}
.dropdown-menu::-webkit-scrollbar{
    width: 7px;
    border-radius: 4px;
    background-color: #619AD3;
}
.dropdown-menu::-webkit-scrollbar-thumb{
    border-radius: 4px;

    background-color: var(--action-color);
}
.dropdown-menu::-webkit-scrollbar-thumb:hover{
    background-color: #f88622;
}

.dropdown-menu .dropdown-item{
    color:var(--black);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--sub-heading);
    padding: 10px 15px;
    position: relative;
    
}
.dropdown-menu .dropdown-item::before{
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    transition: linear 0.4s;
}
.dropdown-menu .dropdown-item:hover::before{
    left: 3px;
 content: "	\f101"; 
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
}
.dropdown-menu li{
    border-bottom: 1px solid var(--primary-color);

}
.dropdown-menu li:last-child {
  border-bottom: none;
}
.dropdown-menu .dropdown-item:hover{
    background: none;
    background-color:var(--primary-color);
    color: var(--action-color);
}
.contact-number{
    width: fit-content;
    height: auto;
    position: relative;
    display: flex;

    /* padding: 10px; */
    border-radius: 5px;
}

.contact-number .icon{
    height: 60px;
}
.contact-number .icon img{
    height: 100%;
}
.contact-number .btn-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-number .btn-content p{
    padding: 0;
    margin: 0;
}
.contact-number .btn-content a{
    font-size: 20px;
}

.sticky{
    top: 0px !important;
    position: fixed;
    animation:  navbar linear 1s;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
}
.sticky .nav-link{
    color: var(--primary-color) ;
    text-shadow: none;
}
.sticky .nav-link:hover{
    color: var(--action-color) ;
}
.sticky .dropdown-menu{
    background-color: var(--white) !important;
}

@keyframes navbar {
    0%{
       transform: translateY(-100%);
    }
    100%{
      transform: translateY(0%);
    }
}
.custom-toggler {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 40px;
  height: 34px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  padding: 7px 5px;
  background-color: var(--action-color);
}

.custom-toggler span {
  display: block;
  height: 3px;
  width: 90%;
  background-color: var(--primary-color); /* or #333 */
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

/* Optional: animate on toggle (when button has class 'collapsed' removed) */
.custom-toggler:not(.collapsed) span:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
  top: 15px;
}

.custom-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.custom-toggler:not(.collapsed) span:nth-child(3) {
  transform: rotate(-45deg) ;
    position: absolute;
     top: 15px;
}


/* =================== Company Profite ===================== */

.about-content {
    padding: 2vw;
    background-color: white;
    box-shadow: 0px 0px 4px gainsboro;
    border-radius: 10px;
    height: 100%;
    width:  100%;
}

.about-content .heading-body .big-heading{
color: var(--primary-color);
}

.about-right{
   padding: 2vw;
    background-color: white;
    box-shadow: 0px 0px 4px gainsboro;
    border-radius: 10px;
     height: 100%;
    width:  100%;
}
.about-img {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  transition: background-image 1s ease-in-out;
  /*image-rendering: pixelated;*/
  /*background-image: url('../../images/bg/about-bg.jpg');*/
   background-image: url('https://www.webnexindia.in/project/new_entero/images/about-bg1.jpg');
   /*background: RED;*/
}


@keyframes pixelTransition {
  0% {
    filter: blur(0px);
    transform: scale(1);
  }
  50% {
    filter: blur(4px);
    transform: scale(1.05);
  }
  100% {
    filter: blur(0px);
    transform: scale(1);
  }
}


/* @keyframes about-img {
    0%{
    background: url('../../images/bg/about-bg.jpg');
     background-position: center;
    background-size: cover;
    }
     20%{
    background: url('../../images/bg/about-bg1.jpg');
     background-position: center;
    background-size: cover;
    }
     40%{
    background: url('../../images/bg/about-bg2.jpg');
     background-position: center;
    background-size: cover;
    }
     60%{
    background: url('../../images/bg/about-bg3.jpg');
     background-position: center;
    background-size: cover;
    }
     80%{
    background: url('../../images/bg/about-bg4.jpg');
     background-position: center;
    background-size: cover;
    }
     100%{
    background: url('../../images/bg/about-bg5.jpg');
     background-position: center;
    background-size: cover;
    }
} */
.counter-box{
    width: 100%;
    background: var(--secondary-color);
    padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 7px;
    margin-bottom: 20px;
}
.counter-box .number{
    font-size: 30px;
    font-weight: bolder;
    color: var(--action-color);
}
.counter-box .counter-name{
    font-size: 22px;
    font-weight: 600;
    color: var(--white);
}
.counter-box:hover{
    cursor: pointer;
}
 
.top-prod-section{
    /*background: url('../../images/bg/dotted.png');*/
    background-position: center;
    background-size: cover;
   
}
.product-body{
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-prod-body{
    width: 100%;
    height: 100%;
    background: #619ad32d;
}

.top-prod-card{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    margin-bottom: 30px;
}
.top-prod-img{
    width: 100%;
    position: relative;
}
.top-prod-img .top-name{
    position: absolute;
    background: var(--action-color);
    margin-top: 20px;
    width: fit-content;
    padding: 4px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    color: var(--white);
    font-weight: 500;
    left: -100%;
    transition: linear 0.7s;
    z-index: 4;
    text-transform: capitalize;

}
.top-prod-img img{
width: 100%;
overflow: hidden;
transition: linear .5s;
}
.top-content{
    padding: 10px 15px;
    position: relative;
    background-color: var(--white);
    overflow: hidden;
}
.top-content .top-des{
   text-align: justify;
   word-break: break-all;
    z-index: 2;
    position: relative;
}
.top-content::before{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background-color: var(--secondary-color);
    left: 0;
    top: -100%;
    z-index: 0;
    transition: all 0.5s;
}
.top-content .name{
    font-size: 20px;
    font-weight: 500;
    transition: linear 0.5s;
    z-index: 2;
    position: relative;

   
}
.top-prod-card:hover .top-prod-img .top-name{
    left: 0;
}
.top-prod-card:hover .top-content::before{
    top: 0;
}
.top-prod-card:hover .top-prod-img img{
    transform: scale(1.1);
}
.top-prod-card:hover .top-content .name{
  color: var(--action-color);
   
}
.top-prod-card:hover .top-content .top-des{
  color: white;
   
}
.top-content .name:hover{
    text-decoration: underline;
    cursor: pointer;
}

/* ====================== Three care section ==================== */


.three-card{
    width:90%;
    background: var(--white);
    padding: 25px 20px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 4px;
    transition: linear 0.2s;
}
.three-icon{
    width: 100%;
    height: 120px;
    padding: 25px 10px;
}
.three-icon img{
   height:100%;
   margin: auto;
   display: block;
    animation: pop linear 2.5s infinite;
}
.three-name{
    font-size: 23px;
    text-align: center;
    font-weight: 600;
    color: var(--black);
   
}
@keyframes pop {
    0%,100%{
        transform: scale(1);
    }50%{
        transform: scale(1.1);

    }
}
.three-card:hover{
    transform: translateY(-10px);
}



/* ========================= serve-body ======================== */

.serve-body{
    background:url('../../images/bg/bg.jpg');
background-position: center;
background-size: cover;
}
.serve-item{
    padding: 80px 0;
    background: linear-gradient(to right,black,transparent);
}
.swiper {
  width: 100%;
  padding: 40px 0 0 0 ;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  height: auto !important;
  transition: all 0.3s ease;
}

.swiper-slide:hover {
background-color: #0D6EFD;
}

.swiper-slide:hover .serve-name {
  color: var(--action-color);
}

.serve-icon {
  width: 70px;
  margin-top: 20px;
}

.serve-icon img {
  width: 100%;
}

.serve-name {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  margin: 20px 0;
  color: var(--primary-color);
}
.swiper-pagination {
  position: relative;
  bottom: 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}


.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #d0d0d0;
  opacity: 1;
  border-radius: 50%;
  margin: 0 6px;
  transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
  background-color: var(--primary-color); 
  transform: scale(1.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}



/* ==================== Why Choose Us =================== */

.why-section{
    background:var(--secondary-color);
}


.why-heading .big-heading span{
    text-transform: uppercase;
    color: white;
}
.why-heading .big-heading span b{
    color: var(--action-color);
}
.why-card{
    width: 100%;
    height: 100%;
    margin-top: 20px;
    background-color: white;
    padding: 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}
.why-card::before{
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    background-color:white;
    right: -30px;
    top: -30px;
    border-radius: 60% 40% 35% 65% / 55% 45% 55% 45%;
    animation: move linear 4s infinite;
}
@keyframes move {
    0% ,100%{
        transform: scale(1);
        opacity: 0.2;
    }
    50%{
        transform: scale(1.3);
        opacity: 1;
    }
}

.why-card .why-icon{
    width: 50px;
    height: 50px;
    margin: 10px;
}
.why-card .why-icon img{
    width: 100%;
}
.why-card .why-name{
    font-size: var(--black);
    font-size: 23px;
    font-weight: 700;
    font-family: var(--heading);
}
.why-card .why-content{
    font-family: var(--sub-heading);
    color: gray;
    font-weight: 400 !important;
}
.card-one{
    background-color: var(--action-color);
}
.card-one .why-content{
    color: white;
}
.why-card:hover{
 background-color: var(--action-color);
}
.why-card:hover .why-content{
    color: white;
}

/* ============ scroll section ============= */

.scroll-body{
    background:linear-gradient(to right,#0d6dfdca,transparent) ,url('../../images/bg/bg-banner.jpg');
    background-size:cover ;
    background-position: center;
    background-attachment: fixed;
}
.scroll-section{
    padding: 150px 20px;
}


 /* <!-- ======================  Category  Section Section ======================= --> */


.cate-card{
    width: 100%;
    height: 100%;
    display: flex;
    margin-top: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.cate-card .cate-img{
    width:40%;
    height: auto;
    
}
.cate-card .cate-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cate-card .cate-content{
    width: 60%;
    width: 100%;
    padding: 15px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.cate-card .cate-content::before{
    position: absolute;
    content: '';
    width:0%;
    height: 100%;
    background: var(--secondary-color);
    left: 0;
    top: 0;
    transition: linear 0.4s;
}
.cate-card .cate-content .cate-name{
    font-size: 25px;
    font-weight: 600;
    color: var(--secondary-color);
    z-index: 10;
}
.cate-card .cate-content .cate-des{
    z-index: 10;
}
.cate-des a{
    color: var(--action-color);
}
.cate-card:hover .cate-content::before{
    width: 100%;
}
.cate-card:hover .cate-content .cate-name{
    color: var(--action-color);
}
.cate-card:hover .cate-content .cate-des{
    color: white;
}a
.cate-card:hover .cate-content .cate-des a{
    color: var(--white) !important;
}
.cate-card .cate-content .cate-des a:hover{
    text-decoration: underline;
}

.rad-img{
    width: 100%;
    height: 100%;
}
.rad-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rad-content{
    width: 100%;
    height: auto;
    padding: 0px  0 20px 0;
}
.rad-item{
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 10px;
}
.rad-item .rad-icon{
    width: 50px;
}
.rad-item .rad-icon img{
    display:block;
    width: 80%;
    margin: auto;

}
.rad-item .rad-des{
    width: fit-content;
}
.rad-item .rad-des {
    width: fit-content;
}
.rad-item .rad-des p{
    margin: 0;
}

.map-body{
    width: 100%;
    height: 100%;
    position: relative;
}
.map-img{
    width: 70%;
    height: 100%;
    margin: auto;
}
.map-img img{
    width: 100%;
}
.map-content{
position: absolute;
/*background:rgba(255, 255, 255, 0.519) ;*/
/*background: rgba(255, 255, 255, 0.519);*/
/*background: linear-gradient(rgba(255, 255, 255, 0.519), rgba(255, 255, 255, 0.519)), #FF9A40;*/
background: var(--action-color);
backdrop-filter: blur(2px);
bottom: 20px;
width: 300px;
left: 10%;
padding: 20px;
}
.map-content .heading{
    font-size: 20px ;
    color: var(--secondary-color);
    font-weight: 500;
}
.map-content  a{
    color: var(--secondary-color) !important;
}
.map-content  a:hover{
    color: white !important;
}

.certificat-section{
    background: linear-gradient(to left,#619ad37b,#619ad37b),url('../../images/bg/bg1.jpg');
    background-position: center;
    background-size: cover;
}

.certified-body{
    display: flex;
    align-items: center;
    justify-content: center;
}

.certified-badge {
  width: 200px;
  aspect-ratio: 1 / 1.1;
  background: linear-gradient(to bottom, #0c2746, #0f4d7c);
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  position: relative;
  color: white;
  font-family: Arial, sans-serif;
  text-align: center;
  padding-top: 40px;

 margin:20px auto 0 auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.certified-badge .cer-logo{
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    background-color: white;
    /* border-radius: 54% 46% 29% 71% / 53% 23% 77% 47% ; */
    overflow: hidden;
    border-radius: 20px;
}
.certified-badge .cer-logo img{
    width: 100%;
    object-fit: contain;
    padding: 10px;
}


.badge-text .cer-name {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
margin-top: 5px;
}

.badge-text p {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.4;
}
s





.client-section .swiper-slide{
    background: none;
      
}

.client-body{
    display: flex;
    align-items: center;
    /* background-color: red; */
}
.client-section .client-logo{
    width: 100px;
    height: 60px ;
    padding: 0px 15px;
    transition: transform 5s linear !important;
    border: 2px solid blur;
  /*box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;*/
}
.client-section .client-logo img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.client-logo:hover{
    background: none;
}

.contact-section{
    /* background: linear-gradient( -135deg, #0d6dfde4,#0d6dfdcd,transparent),url('../../images/bg/HILmr.png'); */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-color: var(--bg2);
}
.cont-body{
    
    position: relative;
}
.cont-body img{
    width: 100%;
    width: 100%;
    position: absolute;
}

.contact-detail{
    width: 100%;
    min-width: 300px;
    /* height: auto; */

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2vw;
    background: var(--action-color);
    border-radius: 3px;
   border-radius: 20px;
}


.cont-point {
    margin-top: 20px;
    text-align: center;
    z-index: 10;
}
.cont-point .cont-iframe{
    border: 10px solid var(--secondary-color);
}
.cont-point a{
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
}
.cont-point a:hover{
    color: var(--secondary-color);
}

#contact{
    padding: 20px 3vw;
    border-radius: 30px;
    background: var(--white);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
#contact h2{
    color: var(--secondary-color);
    font-family: var(--heading);
}
.form-label{
    font-size: 14px;
    font-weight: 500;
}
#contact input,#contact select,
#contact textarea {
  border-radius: 30px;
  box-shadow: none;
  width: 100%;
}
#contact textarea{
  border-radius: 10px;

}

#contact .submit-btn {
  border-radius: 8px;
  font-weight: 500;
  padding: 10px 10px;
  background:var(--secondary-color);
  border: none;
  outline: none;
  transition: 0.3s ease;
  color: white;
}

#contact .submit-btn:hover {
  background-color: var(--action-color);
  color: var(--black);
  transform: scale(1.05);
}


.test-img{
    width: 100%;
    height: 100%;
}
.test-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.test-section .section-item{
    padding-top:30px ;
    padding-bottom:30px;
}
.test-item{
    width: 100%;
margin-top: 20px;
}
.test-item .test-img{
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
}
.test-item .test-img img{
    width: 100%;
}
.test-item .test-name{
    font-size: 28px;
    padding: 10px 0px;
}

.test-item .test-content{
    width: 100%;
    max-width: 600px;
    text-align: start;
    font-size: 18px;
}
.test-item .test-rating{
    margin-top: 20px;
    font-size: 25px;
    color: var(--action-color);
}


.test-body .custom-slider-btn{
    background-color: var(--primary-color);
    position: absolute !important;
    width: 40px;
    height: 40px;
    top: 50px !important;
    right: 20px;
    padding: 10px;
}
.test-body .carousel-control-prev{
    left: 99%;
}


/* ==================footer ========================== */

.footer-body{
background: var(--secondary-color);
}
.footer-item{
    width: 100%;
}
.f-about{
    margin-left: 3vw;
   
}
.footer-item .f-heading{
    font-size: 23px;
    font-weight: bolder;
    font-family: var(--heading);
    color: var(--action-color);
    position: relative;
}
.footer-item .f-heading::after{
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color: var(--action-color);
    bottom: 0;
    left: 0;
    transform: skewX(-30deg);
}
.footer-item ul{
    width: 100%;
    height: 200px;
    overflow-y: auto ;
}
.footer-item ul::-webkit-scrollbar{
    width: 7px;
    background: white;
    border-radius: 10px;
}
.footer-item ul::-webkit-scrollbar-thumb{
    background: var(--action-color);
      border-radius: 10px;
}

.footer-item .f-des{
    font-size: 16px;
    margin-top: 20px;
    text-align: justify;
    word-break: break-all;
    hyphens:auto ;
    color: white;
}

.footer-item .f-socail-iocn {
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-top: 20px;
}
.footer-item .f-socail-iocn a {
    color: white;
    margin-right: 30px;
}
.footer-item .f-socail-iocn a:hover{
    color: var(--action-color);
}


.footer-item ul{
    margin-top: 20px;
}
.footer-item ul li a{
    color: white;
    
}
.footer-item ul li a:hover{
    color: var(--action-color);
}
.footer-item ul li{
    margin-bottom: 8px;
}
.copyright{
    padding: 10px;
    background: white;

}
.copyright-body{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright-body p{
    padding: 10px 0;
    margin: 0;
}

/* .whatsapp{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    left: 20px;
} */


.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
   width: 50px;
    height: 50px;
  background-color: #25D366;
  color: white !important;
  font-size: 28px;
  padding: 15px;
  border-radius: 50%;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  animation: pulse 2s infinite;
  transition: transform 0.3s ease-in-out;
  text-align: center;
  display: flex;
  align-items:center;
  justify-content: center;
}
.whatsapp i{
    color: white;
}


@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Hover Effect */
.whatsapp-float:hover {
  transform: scale(1.2);
}

.socailbar{
    width: 30px;
    height: fit-content;
    background: var(--secondary-color);
    position: fixed;
    top:50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0;

}
.socailbar a{
margin: 5px 0;
display: flex;
align-items: center;
justify-content: center;
color: var(--white);
}
.socailbar a:hover {
    color: var(--action-color) !important;
}
