@font-face {
  font-family: 'Cormorant';
  src: url('assets/fonts/Cormorant-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'NotoSans';
  src: url('assets/fonts/NotoSans-VariableFont_wdth,wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Lora';
  src: url('assets/fonts/Lora-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'MontserratBold';
  src: url('assets/fonts/Montserrat-Bold.ttf') format('truetype');
  /*font-weight: bold;*/
  /*font-style: normal;*/
}
@font-face {
  font-family: 'NeoGramBold';
  src: url('assets/fonts/NeoGramTrial-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --white: white;
  --black: black;
  --grasy: gray;
  --primary: #B2B1BD;
  --action: #5E5C76;
  --secondary: #9290A2;
  --bg-color: #FDFDFD;
  --bg-color2: #CECDD5;
  --font-heading: 'Lora', serif;
  --font-subheading: 'Cormorant', serif;
  --font-content: 'NotoSans', sans-serif;
  --transition: all linear 0.2s;
}
a{
    text-decoration: none !important;
}

body{
  background: white;
  /*overflow-x:hidden ;*/
}

p {
  font-family: var(--font-content);
  font-size: 16px;
  text-align: justify;

}

a {
  text-decoration: none;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}
.align-item{
    display: flex;
    align-items: center;
}

/* ================== class ================== */
.container-fluid {
  margin: 0!important;
  padding: 0!important ;
}

.section-body {
  padding: 50px 4vw 50px 4vw;
 
}
.pad-bt{
padding-bottom: 70px;
}
.pad_bt_0{
    padding-bottom:0;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.align-item {
  display: flex;
  align-items: center;
}

section {
  padding: 0;
  margin: 0;
}

.background-color {
  background-color: var(--bg-color2);
}

/* ================== button ================== */

.animated-button {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  border: none;
  text-decoration: none;
  font-size: 16px;
  background-color: var(--action);
  /*border-top-left-radius: 20px;*/
  /*border-top-right-radius: 20px;*/
  /*border-bottom-right-radius: 20px;*/

  font-weight: 600;
  color: white;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.animated-button {
  margin: 10px;
}

.animated-button span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: var(--black);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);

}

.animated-button span:first-child {
  position: relative;
  z-index: 1;
}

.animated-button:hover {

  color: var(--white);
}

.animated-button:active {
  scale: 0.95;
}

.animated-button:hover span:last-child {
  width: 150px;
  height: 150px;
  opacity: 1;
}

/* ================== heading ================== */
.heading-body {
  width: 100%;
  padding: 0px;
  
  display: flex;
  flex-direction: column;
  align-items: center;
}

.small-heading i {
  color: #ff3705;
}

.small-heading {
  font-family: var(--font-subheading);
  color:#ff3705;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;

}

.big-heading {
  font-family: var(--font-heading);
  font-size: clamp(25px, 2.5vw, 40px);
  position: relative;
  display: inline;
  padding-bottom: 14px;
  font-weight: 600;
  width: 100%;
  color: var(--black);
}

.big-heading::before {
  position: absolute;
  content: '';
  bottom: 0;
  width: 200px;
  height: 3px;
  background-color: #ff3705;
  left: 50%;
  transform: translateX(-50%);
}

.strat::before {
  left: 0%;
  transform: translateX(0%);
}

.heading-center {
  padding: 10px 0;
  width: 70%;
  text-align: center;
}

/* ================== heading ================== */
header{
    background: var(--action);
}
.myheader-body {
  position: relative;
  padding: 0px 0vw 0px 0vw;
  background: var(--white);
  z-index: 100;
  /*background: red;*/
}

.myheader {
  position: relative;
  width: 100%;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*transform: translateY(25px);*/
  background: var(--action);
  padding: 10px 2vw;
 width: 95%;
 margin: auto;
/*  border-bottom-left-radius:25px ;*/
/*border-bottom-right-radius:25px ;*/
}

.header-item a {
  padding: 0 10px;
  color: var(--white);
}

.header-item a:hover {
  color: var(--secondary)
}


.titel {
  font-size: 23px;
  margin: 10px 0;
  font-family: var(--font-subheading);
  font-weight: 600;

}

/* ------------- navbar ------------- */

.navbar {
  background-color: var(--white);
  /*padding: 10px 20px;*/
  /*margin-top: 15px;*/
  border-radius: 6px;
  width: 100%;
  padding: 10px 0;
  /*transform: translateY(30px);*/
  /*box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;*/
}

.logo {
  height: 70px;
  padding-left: 15px;
  font-family: 'MontserratBold', sans-serif;
}

.logo img {
  height: 100%;
}

.navbar-nav .nav-item .nav-link {
  padding: 10px 1.7vw;
  color: var(--action);
  font-weight: 500;
  font-size: 16px;
  font-family: var(--font-subheading);
  transition: var(--transition);
   font-family: 'NeoGramBold', sans-serif;
}

.navbar-nav .nav-item .nav-link:hover {
  background-color: var(--action);
  color: var(--white);

}

.dropdown .dropdown-menu {
  padding: 0px;
  border: none;
  height: 300px;
  background-color: var(--primary);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  overflow-y : auto;
}
.dropdown .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: var(--action); /* Scroll thumb color */
  border-radius: 10px;
}

.dropdown .dropdown-menu::-webkit-scrollbar-track {
  background-color: #000; /* Scroll track color */
}

.dropdown .dropdown-menu .dropdown-item {
  padding: 15px 20px;
  border-bottom: 1px solid var(--white);
  color: var(--action);
  font-weight: 600;
}

.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: var(--action);
  color: var(--white);
}

.dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible,
.navbar-toggler:hover {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler {
  border: none;
  /* Remove border */
  padding: 0rem !important;
  border: none;
  outline: none;
  box-shadow: none;
  width: 50px;
}

/*.navbar-toggler-icon {*/
/*  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.7)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");*/
/*  width: fit-content;*/
/*  height: fit-content;*/
/*}*/

.hamburger {
  width: 100%;
  height: 50px;
   /*background-color: red; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  margin-right: 15px;
  position:relative;

}

.hamburger-line {
  width: 100%;
  height: 5px;
  background-color: var(--action);
    transition: all 0.3s ease-in-out;
    

}

.navbar-toggler[aria-expanded="true"] .hamburger-line:nth-child(1) {
  transform: rotate(45deg) ;
  position: absolute;
}

.navbar-toggler[aria-expanded="true"] .hamburger-line:nth-child(2) {
  opacity: 0;
  position: absolute;
}

.navbar-toggler[aria-expanded="true"] .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) ;
  position: absolute;
}

/* ================== heading ================== */
.carousel .custom-prev1,
.carousel .custom-next1 {
  background-color: rgba(146, 144, 162, 0.5);
  /*color:  var(--action) !important;*/
  width: 45px;
  height: 45px;
  color: #000 !important;
  padding: 8px 11px;
  font-size: 30px;
  border-radius: 5px;
  text-decoration: none;
  top: 80%;
  right: 90%;
  
}

.carousel .custom-prev1 {
  left: 70px;
}

.carousel .custom-next1 {
left: 120px;
}

.carousel .custom:hover {
  background-color: var(--action);
}

/* ================== step  section  ================== */

.step-section {
  padding: 0px 3vw;
}

.step-body {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 10px;
  width: 90%;
  margin: auto;
  /*transform: translateY(-100px);*/
  /*padding: 50px 0px;*/

}

.step-item {

  width:100px;
  min-width: 300px;
  height: auto;
  /*border-top-right-radius: 30px;*/
  /*border-bottom-right-radius: 30px;*/
  /*border-top-left-radius: 30px;*/
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 15px;
  background-color: var(--bg-color);
  margin-right: 10px;
  transition: linear 0.4s;
}


.step-item:hover{
    transform: translateY(-10px);
}

/* -------step  card ----------- */

.step-card {
  padding: 10px;
  background-color: var(--bg-color);
}

.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.step-top .step-icon {
  font-size: 45px;
  height: 50px;
  min-height: 30px;
  position: relative;
  z-index: 2;
 display: block;
 margin: auto;
  color: var(--action);
  transition: var(--transition);
}

.step-top .step-icon span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--primary);
  left: 0px;
  top: 0;
  border-radius: 61% 39% 70% 30% / 60% 72% 28% 40%;
  z-index: -1;
  transition: var(--transition);
}

/*.step-top .step-num {*/
/*  border: 2px solid var(--primary);*/
/*  border-radius: 8px;*/
/*  color: transparent;*/
/*  background-color: var(--primary);*/
/*  width: 50px;*/
/*  height: 50px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  font-size: 45px;*/
/*  font-weight: bolder;*/
/*  font-family: var(--font-heading);*/
/*  transform: skewX(-15deg);*/
/*  transition: var(--transition);*/

/*  -webkit-text-stroke: 2px var(--action);*/
/*}*/
.step-content .titel{
    text-align: center;
}
.step-content p {
  font-size: 14px;
  line-height: 25px;
  margin: 0;
 text-align: center;
}

.step-card:hover .step-top .step-icon span {
  transform: rotate(90deg);

}

.step-card:hover .step-top .step-icon {
  color: var(--black);
}

.step-card:hover .step-num {
  transform: skewX(0);
  -webkit-text-stroke: 2px var(--black);
}






/* ================== About us ================== */
.about-sec {
  padding-top: 0;
}

.about-left-img {
  width: 100%;
  height: 100%;

}

.about-left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  /*border: 5px solid var(--action);*/
  /*  border-top-left-radius: 20px;*/
  /*border-top-right-radius: 20px;*/
  /*border-bottom-left-radius: 20px;*/
}

.about-right-img {
  width: 100%;
}

.about-right-img img {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  
}

.about-right-img .top-img {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  /*margin-bottom: 20px;*/
}

.about-right-img .bottom-img {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.about-item {
  position: relative;
  overflow: hidden;
}

.about-item::before {
  background-color: var(--primary);
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 40%;
  height: 40%;
  z-index: -1;
  border-radius: 42% 58% 70% 30% / 73% 46% 54% 27%;
  animation: bg linear 10s infinite;
}

@keyframes bg {

  0%,
  100% {
    transform: scale(0.8) rotate(0);
    opacity: 0.3;
  }

  50% {
    transform: scale(1) rotate(360deg);
    opacity: 0.8;
  }
}

.about-button {
  width: 100%;
  background-color: var(--action);
  font-size: 25px;
  font-weight: bold;
  font-family: var(--font-subheading);
  color: var(--white);
  text-align: center;
  padding: 10px 10px;
  margin-top: 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.about-contact {
  display: flex;
  align-items: center;
  justify-content: start;
}

.about-des {
  padding: 20px 0;
}

.about-contact {
  width: 100%;
}

.about-num {

  display: flex;
}

.about-num img {
  width: 70px;
}

.about-num b {
  font-size: 20px;
  font-family: var(--font-heading);
}

/* ================== Product section ================== */
.product-body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.product-item {
  width: 100%;
  margin: 20px;
}

.pro-card {
  width: 100%;
  position: relative;
  overflow: hidden;
  transform: skewX(-5deg);
  transition: var(--transition);
  /*border-radius: 6px;*/
  /* box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
  
}

.pro-card .pro-img {
  width: 100%;
   overflow: hidden;


}

.pro-card .pro-img img {
  width: 100%;
  transition: all linear 1s;


}

.pro-card .pro-name-item {
  width: fit-content;
  background: var(--bg-color2);
  /*position: absolute;*/

  padding: 15px 30px;
  /*transform: skewX(20deg);*/
  /*border-radius: 10px;*/
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--black);
  transition: var(--transition);
  width: 100%;
}

.pro-card .pro-name-item .pro-name {
  /*transform: skewX(-20deg);*/
  padding-left: 15px;
  text-align: center;
}

.pro-card:hover .pro-name-item {
  bottom: 20px;
  background-color: var(--action);
  color: var(--white);
}

.pro-card:hover .pro-img img {
  transform: scale(1.1);
}

.pro-card:hover {
  border: 10px solid var(--action);
}
.product-body .slick-list{
 /* margin: 20px 30px 60px 30px; */
 margin-bottom: 60px;
 background-color: none;
}

.custom-prev,
.custom-next {
  background: #ffffffcc;
  border: none;
  border-radius: 50%;
  color: #333;
  font-size: 20px;
  padding: 10px;
  z-index: 2;
  
  position: absolute;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
top:100%;
}


.custom-prev {
  left: 50%;
    transform: translateX(50%);
}

.custom-next {
  right: 50%;
  transform: translateX(-50%);
}


.custom-prev:hover,
.custom-next:hover {
  background-color: var(--action);
  color: #fff;

}


.slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  padding: 20px 0;
  list-style: none;position: absolute;
  bottom: -25px;
}


.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background:blacks;
  text-indent: -9999px; /* hide numbers */
  cursor: pointer;
  transition: background 0.3s;
}

.slick-dots li.slick-active button {
  background: #000;
}




/* ================== Why Choose us Section ================== */

.why-choose{
  padding: 0;
  
}
.why-img{
  width: 100%;
  height: 100%;
}
.why-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-body{
  position: relative;
}
.why-body::before{
  background: url();
  content: '';
  position: absolute;
  right: 10px;
}
.why-item{
  width: 100%;
  height: auto;
}
.why-item {
    margin: 10px 0px;
    padding: 0;
}
.why-item li{
padding: 15px;
display: flex;
margin-top:20px;
border-left: 5px solid var(--action);
box-shadow: 0 0 10px lightgray;
/*border-top-left-radius: 20px;*/
/*  border-top-right-radius: 20px;*/
/*  border-bottom-right-radius: 20px;*/
}
.why-item li p{
  padding: 0;
  margin-bottom: 0 !important;
}
.why-item  .icon{
  font-size: 30px;
  display: flex;
  align-items: center;
  padding-right: 10px;
  color: var(--action);
}


.client-logo-section{
    background: var(--bg-color2);
    margin-top: 0px;
}
.client-logo-body{
    display: flex;
    align-items: center;
    justify-content: center;
}
.client-logo-body .client-logo{
    margin: 10px;
    width: 100%;
}
.client-logo-body .client-logo img{
    width: 100%;
}

.client-logo-body .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  padding: 20px 0;
  list-style: none;
  position: absolute;
  top: 100%;
}


.client-logo-body .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background:blacks;
  text-indent: -9999px; /* hide numbers */
  cursor: pointer;
  transition: background 0.3s;
}

.client-logo-body .slick-dots li.slick-active button {
  background: #000;
}

   /* <!--  ================== Industries  Served section ==================  --> */
.served-body{
  padding: 30px 0px;
}
.served-card{
width: 100%;
height: auto;
/*border-top-left-radius: 30px;*/
/*  border-top-right-radius: 30px;*/
/*  border-bottom-right-radius: 30px;*/
  overflow: hidden;
  margin-bottom: 20px;
  transition: var(--transition);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;    
}
.served-card .served-img {
  width: 100%;
  height: 200px;
}
.served-card .served-img img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.served-card .served-title{
  position: relative;
  width: 100%;
  height: auto;
}
.served-card .served-title .served-icon{
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  top:-25px;
  right: 20px;
  background: var(--action);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 20px;
}
.served-card .served-title .served-name{
  padding: 10px  15px;
  color: var(--black);
  background-color: var(--primary);
  font-family: var(--font-subheading);
  font-size: 20px;
}
.served-card .served-title .served-name h5{
  font-weight: bold;

}.served-card:hover{
  transform: translateY(-20px) scale(1.1);
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

   /* <!--  ================== Banner  section ==================  --> */
.banner-section{
  width: 100%;
  height: 330px;
  background-position: center;
  background-attachment: fixed;
}
.banner-body{
  background-color: #9290a270;
  width: 100%;
  height: 100%;
}
.banner-body .banner-heading{
  color: var(--white);
}
  /* <!--  ================== Vision  section ==================  --> */

  .vision-body{
margin-top: 30px;
  }
  .vision-img{
    width: 100%;
    height: 100%;
  }
  .vision-img img{
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
  }

  .vision-item{
    padding:10px ;
    margin: 10px 20px;
    border-bottom: 1px solid var(--action);
  }
   .vision-item .vision-title{
    font-size: 25px;
    font-weight: bold;
    font-family: var(--font-heading);
    color: #ff3705;
  }
  .vision-item .vision-title i{
    /* color: var(--action); */
    margin-right: 5px;
   }



/* ================== counter Section ================== */
.counter-img{
  width: 100%;
  position: relative;
}
.counter-img img{
  width: 70%;
  /*  border-top-left-radius: 50px;*/
  /*border-top-right-radius: 50px;*/
  /*border-bottom-right-radius: 50px;*/
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.count-bottom-img{
  position: absolute;
  width: 50% !important;
  right: 0;
  bottom: -10%;
  /*border-top-left-radius: 50px;*/
  border-top-right-radius:  0px !important;
  /*border-bottom-right-radius: 50px;*/
  /* border-bottom-left-radius: 50px;*/
}
.year-body{
  height: 310px;
  width: 100%;
  background: linear-gradient(var(--action),var(--secondary),var(--action));
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  position: relative;
    border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.year-body p{
  color: var(--white);
  /* font-weight: 500; */
  position: absolute;
  bottom: 0px;
  letter-spacing: 3px;
  font-size: 20px;
}
.client-item{
  height: 150px;
  width: 100%;
  background-color: var(--action);
  margin-bottom:10px ;
    display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--white);
  background: linear-gradient(to left,var(--action),var(--secondary),var(--action));
}
.year-num{
  /* font-size: 100px; */
  font-size: clamp(80px, 5vw, 100px);
  font-weight:bold;
  font-family: var(--font-subheading);
    color: var(--white);
  transform: translateY(-20px);
}
.years-icon{
  font-size: clamp(80px, 5vw, 100px);
  transform: translateY(30px);
  color: gold;
}
.client-item1{
  border-top-right-radius: 50px;
}
.client-item2{
  border-bottom-right-radius: 50px;
}
.client-name{
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.client-name p{
  text-align: center;
}
/* ================== contact form heading ================== */



{
    
}
.container-new {
  width: 100%;
  position: relative;
  /*background: red;*/
  padding: 2vw;
box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
border-radius: 10px;
overflow: hidden;
}
.contact-heading{
    font-size: 25px;
    font-weight: bolder;
}
.contact-title{
    display: flex;
    align-items: strat;
}
.contact-title .title{
    padding: 7px 10px;
    width: fit-content;
    border: 2px solid lightgray;
    margin: 15px 0;
    margin-right: 15px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 30px;
    transition: all 0.4s;
}
.my-form textarea
{
    width: 100%;
    padding: 8px;
     border: 1px solid lightgray;
     border-radius:15px;
     margin-block: 5px;
}
.my-form textarea:focus {
    outline:1px solid black;
}
.my-form textarea:hover{
    border-color:black ;
}

.my-form .form-control{
    box-shadow: none !important;
    border-color:black  ;
}
.my-form .phone-input
{
    display: flex;
    align-items: center;
    height: 50px;
/*background: red;*/
border: 1px solid lightgray;
border-radius: 7px;
overflow: hidden;
}
.my-form .phone-input .icon{
    display: flex;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.my-form .phone-input  .input-group{
    height: 100%;
    width: 100%;
}
.my-form .phone-input .input-group .input{
    border:none;
    outline: none;
    height: 100%;
    width: 100%;
}
.my-form .phone-input .input-group .input input{
    border:none;
    outline: none;
        height: 100% ;
    width: 100%;
}
.phone-input .form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  border: none;
}
.phone-input .form-control {
  box-shadow: none !important;
  border:none;
}
.my-form .phone-input .input-group .input input:focus{
    box-shadow: none !important;
}
.my-form .phone-input:hover{
    border: 1px solid black;
}
.contact-title .title:hover{
    background: var(--action);
    color: white;
    border-color:white ;
}
.contact-btn{
    width: 100%;
    background: black;
    color: white;
    outline: none;
    border:  2px solid  white;
    padding: 10px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    margin-top:15px;
    transition: all 0.3s;
}
.contact-btn:hover{
    background: var(--action);
    color: black;
}
/*.form-header {*/
/*  margin-bottom: 20px;*/
/*  color: var(--white);*/
/*}*/
/*.form-header h2{*/
/*    font-weight: 600;*/
/*  font-family: h;*/

/*}*/

/*.close-btn {*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    right: 15px;*/
/*    font-size: 24px;*/
/*    cursor: pointer;*/
/*}*/

/*.inquiry-form {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*.inquiry-form input,*/
/*.inquiry-form textarea , .inquiry-form select {*/
/*    margin-bottom: 15px;*/
/*    padding: 10px;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 4px;*/
/*    font-size: 14px;*/
/*}*/
/*.inquiry-form input:focus , .inquiry-form select ,.inquiry-form textarea:focus{*/
/*  outline: none;*/
/*}*/

/*.inquiry-form button {*/
    /* padding: 10px; */
/*    background-color: #d5006d;*/
/*    color: white;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    font-size: 16px;*/
/*    width: fit-content;*/
/*    margin: 0;*/
/*}*/

/*.inquiry-form button:hover {*/
/*    background-color: #a70047;*/
/*}*/

/*.contact-content{*/
/*  backdrop-filter: blur(2px);*/
/*  background: rgba(255, 255, 255, 0.411);*/
/*  border-radius: 7px;*/
 

/*}*/
/*.get-in{*/
/*  color: #a70047;*/
/*}*/
/* ================== Testimonials form heading ================== */


.test-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* padding: 30px; */
}

.test-item {
  width: 100%;
  margin: 30px;
   background-color: var(--white);
  padding: 25px;
  /* border-top-left-radius: 50px;*/
  /*border-top-right-radius:  50px ;*/
  /*border-bottom-right-radius: 50px;*/
}

.test-card {
  width: 100%;
  position: relative;
  border-radius: 6px; 
}

.test-body{
  background-color: var(--bg-color2);
}
.test-section  .slick-{
  padding: 30px;
}
.test-item p{
  text-align: center;
  padding-top:20px ;
}
.test-name{
  font-size: 23px;
  width: fit-content;
  padding: 5px 25px;
  background-color: var(--action);
  color: var(--white);
  font-weight: 500;
  /* border-top-left-radius: 50px;*/
  /*border-top-right-radius:  50px ;*/
  /*border-bottom-left-radius: 50px;*/
  margin-bottom: 10px;
transform: translateX(-40px);
position: relative;
z-index: 20;
}
.rating{
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 10px;
  color: gold;
}
.test-img{
  position: absolute;
  width: 20%;
  right: 20px;
  top: 10px;
  
}
.test-img img{
  width: 100%;
}


.test-section .slick-list{
 margin-bottom: 60px;
 background-color: none;
}

.custom-prev,
.custom-next {
  background: #ffffffcc;
  border: none;
  border-radius: 50%;
  color: #333;
  font-size: 20px;
  padding: 10px;
  z-index: 2;
  
  position: absolute;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
top:100%;
}


.custom-prev {
  left: 50%;
    transform: translateX(50%);
}

.custom-next {
  right: 50%;
  transform: translateX(-50%);
}


.custom-prev:hover,
.custom-next:hover {
  background-color: var(--action);
  color: #fff;

}


.slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 10px;
  padding: 20px 0;
  list-style: none;position: absolute;
  bottom: -25px;
}


.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background:blacks;
  text-indent: -9999px; /* hide numbers */
  cursor: pointer;
  transition: background 0.3s;
}

.slick-dots li.slick-active button {
  background: #000;
}

 /* ================== footer section ================== */

.f-logo{
  width: 300px;
  /*border: 1px solid var(--primary);*/
  /*padding: 10px;*/
  /*border-radius: 10px;*/
  padding: 0;
}
.f-logo img{
width: 100%;
}
.f-company{
  padding: 0px 0px ;
  text-align: justify;
  color: black;
}

.f-social{
  display: flex;
}
.button {
  display: block;
  position: relative;
  width: 56px;
  height: 56px;
  margin: 0;
  overflow: hidden;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  border: 0;
}

.button:before,
.button:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 7px;
}

.button:before {
  border: 4px solid #f0eeef;
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
    transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

.button:after {
  border: 4px solid #96daf0;
  transform: scale(1.3);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}

.button:hover:before,
.button:focus:before {
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button:hover:after,
.button:focus:after {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms,
    transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

.button-box {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.button-elem {
  /* display: block; */
 width: 56px;
  height: 56px;
display: flex;
align-items: center;
justify-content: center;
  /* margin: 17px 18px 0 24px; */
  /* transform: rotate(180deg); */
  fill: #f0eeef;
}

.button:hover .button-box,
.button:focus .button-box {
  transition: 0.4s;
  transform: translateX(-50%);
}




.footer-items{
  width: 100%;
  padding: 0px 0vw 0px 1.5vw;
  margin-top:40px;
}
.footer-items ul .f-heading{
position: relative;
font-size: 18px;
font-weight: 600;
font-family: var(--font-heading);
margin-bottom: 25px;

}
.footer-items ul{
    /*height: 260px;*/
    overflow-y: auto;
}
/* Chrome, Edge, and Safari */
.footer-item ul::-webkit-scrollbar {
  width: 5px;
}

.footer-item ul::-webkit-scrollbar-track {
  background: #000; /* Black track */
  border-radius: 10px;
}

.footer-item ul::-webkit-scrollbar-thumb {
  background-color: var(--action); /* Yellow thumb */
  border-radius: 10px;
  border: 2px solid #000; /* Optional: creates a gap */
}

.footer-item ul::-webkit-scrollbar-thumb:hover {
  background-color: #e6b600; /* Slight hover effect */
}
✅ Apply to Footer 



.footer-items ul .f-heading span{
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: var(--primary);
  bottom: 0;
  left: 0;
  transform: skewX(50deg);
}
.footer-items ul .f-heading .tow{
  left: 40px;
}
.footer-items ul li a{
  color: var(--action);
  color: black;
  padding: 4px 0px;
  position: relative;
}
.footer-items ul li a::before{
  position: absolute;
  width: 0%;
  height: 1px;
  background: black;
  content: '';
  bottom: 0;
  left: 0;
  transition: var(--transition);
}
.footer-items ul li a:hover::before{
  width: 100%;

}
.footer-items ul li a:hover{
  color: var(--action);
}

.footer-items ul li{
  margin-bottom: 10px;
}

.f-contact-detail{
  background-color: var(--action);
 margin-bottom: 30px;
 padding: 0px;
 border-radius: 4px;
}


.footer-card{
  width: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
}
.footer-card .f-icon{
  width: 70px;
  height: 100px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  color: black;
}
.footer-card .f-icon img{
    width: 100%;
}
.footer-card .f-contact{
  padding: 15px;
margin-top: 10px;
color: white;
}
.f-contact p{
  font-size: 14px;
  align-items: start;
}


.copyright{
  background: var(--action);
}
.copyright-body{
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright-body p {
margin: 0;
padding: 10px;
color: white;
text-align: center;
}
.copyright-body a {
margin: 0;
font-weight: 600;
color: white ;
}
.copyright-body:hover a {
color: var(--primary);
}