/********** Template CSS **********/
:root {
    --primary: #12b1d9;
    --secondary: #273478;
    --light: #F1F3FA;
    --dark: #1C2035;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	scroll-behavior: smooth;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    /*transition: opacity .5s ease-out, visibility 0s linear .5s;*/
    z-index: 99999;
}

.spinner-grow {
    display: inline-block;
    width: 0!important;
    height: 0!important;
    vertical-align: -0.125em;
    background-color: #fff!important;
    /*border-radius: 50%;*/
    opacity: 0;
    animation: 5s ease-out spinner-grow!important;
}
.my-nav-p {
    padding: 0 0.5rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.top-con a {
    color: #fff;
}

.fw-medium {
    font-weight: 500;
}

/* Global css */
.section-entry {
    padding: 5rem 0 5rem;
  }
  .section-entry-top {
    padding-top: 5rem;
  }
  .section-entry-bottom {
    padding-bottom: 5rem;
  }
  .txtct {
    text-align: center;
  }
  .align-c {
    align-items: center;
  }
  .txtbc h1, .txtbc h2, .txtbc h3, .txtbc h4, .txtbc h5, .txtbc h6, .txtbc p, .txtbc i, .txtbc a, .txtbc span {
    color: #000;
  }
  .txtwt h1, .txtwt h2, .txtwt h3, .txtwt h4, .txtwt h5, .txtwt h6, .txtwt p, .txtwt i, .txtwt a, .txtwt span {
    color: #fff;
  }
  .txtyl {
    color: #1e7db8;
  }
  .txtor {
    color: #ff2515;
  }
  
  .tmft h2, .tmft h3 {
    font-size: 45px;
  }
  p{
      color: #000;
  }

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
.spinner-grow {
        margin-right: 9rem;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: #000 !important;
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: black;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
    background: #fff;
}


.logo {
    width:190px;
    
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}

/*home page*/
.tmbtn {
    background: var(--primary);
    color: #fff;
    padding: 0.5rem 1rem;
}
.tmbtn:hover {
    background-color: #000;
    color: #fff;
}

.animated-title h2 {
   font-family: "Libre Baskerville", serif;
   text-transform: uppercase;
   /*color: $neu-01;*/
   font-weight: normal;
   /*line-height: 47px;*/
   font-size: 65px;
   letter-spacing: 1.56px;
   position: relative;
   /*margin: auto;*/
   /*text-align: center;*/
   display: table;
   /*width: fit-content;*/
   /*width: -moz-fit-content;*/
   z-index: 1;
   transition: all 0.3s ease;
}
 .animated-title h2:before {
      content: "";
      width: 50%;
      height: 100%;
      background-color: #1e7db8;
      position: absolute;
      top: 0;
      left: 0px;
      z-index: -1;
      transition: all 1s 0.5s ease;
      animation: title 0.8s ease;
      animation-fill-mode: forwards;
}
      @keyframes title {
         0% {
            width: 0;
         }
         100% {
            width: 50%;
         }
      }
.animated-title2 h2 {
   font-family: "Libre Baskerville", serif;
   text-transform: uppercase;
   font-weight: normal;
   font-size: 65px;
   letter-spacing: 1.56px;
   position: relative;
   display: table;
   z-index: 1;
   transition: all 0.3s ease;
   text-align: right;
}
 .animated-title2 h2:before {
      content: "";
      width: 50%;
      height: 100%;
      background-color: #1e7db8;
      position: absolute;
      top: 0;
      right: 0;
      text-align: right;
      z-index: -1;
      transition: all 1s 0.5s ease;
      animation: title 0.8s ease;
      animation-fill-mode: forwards;
}
      @keyframes title {
         0% {
            width: 0;
         }
         100% {
            width: 50%;
         }
      }      
      
      
      .bg-about{
          /*background-image: linear-gradient(#ffffff61,#ffffff69),url(../img/bg.jpeg);*/
          background-image: linear-gradient(#fff,#fff),url(../img/bg.jpeg);
          
      }
   
.about-carousel{
           border: 5px double #1e7db8;
}   

.hm-wel-side {
    padding: 1rem;
}
.hm-our-wrap {
    background-color: #fff;
        padding: 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 100%;
}
.arrow i {
    color: #fff;
    background: var(--primary);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    font-size: 25px;
}
.arrow-b {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-image: url('../img/new/services-ex-1.jpg');
    background-size: cover;
    background-position: center;
}
.arrow-b-ser {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-image: url('../img/hm-ser.jpg');
    background-size: cover;
}
.arrow-our a i{
    color: #fff;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 25px;
}
.arrow-our a i:hover {
    background: var(--primary);
}
.hm-hide {
    visibility: hidden;
}
.hm-our-wrap:hover {
    background: var(--primary);
}
.hm-our-wrap:hover h3, .hm-our-wrap:hover p{
    color: #fff;
}
.hm-our-cover {
    background: #fff;
}
/***** inner-col ******/
.inner-col{
    padding: 2rem 1rem 3rem 1rem;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.inner-col h3 {
    font-size: 22px;
}
.inner-col .circles:after{
    content: "";
    height: 150px;
    width: 150px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    background-color:  #1e7db894;
    right: -10%;
    top: -10%;
}
.inner-col .circles:before{
    content: "";
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    background-color:#1e7db894;
    left: -9%;
    bottom: -10%;
}
.div-outer{
    position: relative;
    height:100%;
    
}
.div-outer .inner-col{
    height:100%;
    background: linear-gradient(#1e7db894 0 0) no-repeat;
    background-size: 100% 0%;
    transition: .4s;
}
.div-outer:hover .inner-col{
    background-size: 100% 100%;
    transition: .6s;
}

.div-outer .link-btn{
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.div-outer .link-btn{
    display: inline-block;
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    border: 1px solid lightgrey;
    padding: 0.4rem 1.5rem;
}

/***** inner-col-End ******/

/*** Testimonial ***/
.testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    /*height:400px;*/
}
.owl-item .testimonial-item,
.testimonial-item * {
    transition: .5s;
}

.owl-item.center .testimonial-item,
.testimonial-item:hover {
    background: var(--primary);
}
.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
    color: #FFFFFF !important;
}
.testimonial-item img {
    width: 100px !important;
    height: 100px !important;
    /*border-radius: 100px;*/
}
.testimonial-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}
.test-container {
    padding-left: 0!important;
}
.ft-a {
    color: #1e7db8b5!important;
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}
.hm-in-t {
  text-align: end;
}
.hm-pro-wrap {
  background-image: url("../img/golden-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 100%;
}
.hm-pro-in {
  margin-bottom: 1.5rem;
}
/*counter*/

.counter-style li{
    background: rgba(0, 0, 0, 0.4); backdrop-filter: blur(8px);

    /*margin:0.5rem;*/
    padding: 2rem 0.5rem;
    display:flex;
    flex-direction:column;
    height: 100%;
}
.counter-style li span{
    font-size: 20px;
    color: black;
    font-weight:bold;
}

.counter-style img{
    height:50px;
    width:50px;
}

.counter-style li h4{
    color:#585555;
    font-size: 1.8rem!important;
    font-weight: 500;
}

   .counter-before {
      position: relative;
      background-image: linear-gradient(#1e7db863, #f2d6b18a), url(../img/new/m-v.avif);
      background-size: cover;
      background-attachment: fixed;
   }
   .counter-before::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
      z-index: 1;
   }
   .counter-before .container {
      position: relative;
      z-index: 2;
   }
 #counter{
     padding-left:0;
 }
 
 #counter li {
    list-style: none;
}
 #counter span.percent:after {
   content: "+";
   display: inline-block;
}
.hm-pro-cover{
    background-image:  linear-gradient(#dad5d547,#a6a2a254),url(../img/header.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0;
    background-position: left;
}
.logo-section{
    padding: 0.5rem;
    background: #fff;
}
.logo-section img {
    width: 145px!important;
}
.img-counter-size{
    height: 50px;
    width: 50px;
    animation: animName 5s linear infinite;

}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.hm-vd-back{
   background-image:url(../images/pagetop-bg.jpg);
   background: #1e7db8;
}

.inner-why-sub-col h4{
    color: white;
}
.inner-why-sub-col{
    padding:1rem;
    background-color: #041139;
    color: black;
    border-radius: 10px;
}
.inner-why-sub-col p {
    color: #fff;
}
.v-m-c {
    font-size: 50px;
}

/*** Footer ***/
.back-footer-color h4{
    color: #1e7db8!important;
    font-size: 3rem;
}

.back-footer-color h4 span{
    color:#000;
    font-size: 2rem;
}
.back-footer-color .rounded-circle,.signupfooter{
    background-color: var(--primary);
}
.footer {
    color: #fff;
    background: var(--light);
}

.ft-micon {
    color: var(--primary);
}
.aign-c {
    align-items: center;
}
/*breadcrum*/

.back-image {
    position: relative;
    padding: 6.5rem 0.5rem !important;
    background-image: url(../img/new/pagetop-bg.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    color: white; /* Ensures text is visible */
}

.back-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Adjust opacity as needed */
    z-index: 1;
}
.breadcrumb-item a {
    color: #fff;
}

.back-image * {
    position: relative;
    z-index: 2;
}


.text-edit-breadc h1{
    font-size: 2rem!important;
    color:#fff;
    font-weight: 500;
    
}
.breadcrumb-item.active, .breadcrumb-item {
    color: #fff;
}


/*sitemap*/
.sitemap-back{
    padding:0.5rem 0.5rem!important;
    border-radius: 10px;
    background-image: url(../img/sitemap-back.jpg)!important;
    background-size: cover;
    background-repeat:no-repeat;
}

.sitemap-back:hover{
    
    background-image: linear-gradient(-45deg,rgb(233 184 122 / 46%), rgb(253 234 197 / 77%)), url(../img/sitemap-back.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    
}
.sitemap-back a{
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    background: linear-gradient(180deg, #12B8E3 0%, #0A6BA8 100%);
    width: 100%;
    display: block;
    padding: 0.5rem;
}

.service-text-contact i {
    font-size: 25px;
    color: var(--primary);
}

.service-item {
    padding: 0.5rem;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/*product inner page*/
.pro-inner-cover{
    margin-top: 3rem;
}
.con-email {
    word-break: break-word;
}

.pro-inner-wrap{
    border: 4px double #e9b87a;
    
}

.myform {
  margin-bottom: 2rem;
}
.proj-box {
    border-radius: 5%;
    background: #fff;
    transform-style: preserve-3d;
    transition: 0.25s ease;
    cursor: pointer;
    background: #1e7db8;
    background-size: 100% 0%;
    transition: .4s;
    padding: 0.5rem;
    border: 1px solid var(--primary);
}
.proj-box:hover{
    background-color: #fff;
}
.pro-view {
	float: left;
}
.pro-view img {
	width: 400px;
    border: 1px solid #e9b87a;
    margin: 0 2rem 0.5rem 0;
}
.proj-info h3 {
    font-size: 20px;
    text-align: center;
}

.pro-wrap a{
    color:#000;
}

.service-text-contact {
    text-align: center;
}
.contact-page{
    margin-top: 2rem;
    margin-bottom:2rem;
}
.img-sty {
    filter: grayscale(1);   
}
.hm-counter {
    margin-bottom: 2.5rem;
}


.card-count {
    background: linear-gradient(180deg, #12B8E3 0%, #0A6BA8 100%);

    padding: 3.5rem 0;
    color: #fff;
}
.card-count-in h6 {
    color: #fff;
    font-size: 18px;
}
.card-count-in h2 {
    font-size: 30px;
    color: #fff;
} 
.card-count-in p {
    color: #fff;
}
#counter {
/*     background: rgba(0, 0, 0, .05);*/
     padding: 0;
/*     width: 800px;*/
/*     max-width: 100%;*/
     margin: 0 auto;
     display: flex;
     justify-content: space-between;
     margin-top: 2rem;
}
 #counter li {
     flex: 1;
     text-align: center;
     font-size: 35px;
}
 #counter span.percent:after {
     content: "%";
     display: inline-block;
}
.counter-ul {
    display: flex;
    justify-content: space-between; /* Distributes space evenly between items */
    padding: 0; /* Optional: Remove padding if you want a cleaner edge */
    list-style: none; /* Remove default list styling */
}

.counter-ul li {
    background: #efefff;
    padding: 10px; /* Adds padding inside all li elements */
    margin: 0 10px; /* Equal margin on left and right for all items */
}

/* Remove margins from the first and last items */
.counter-ul li:first-child {
    margin-left: 0;
}

.counter-ul li:last-child {
    margin-right: 0;
}
.counter-ul li:nth-child(1)  {
    color: green; /* Example color for the first li  */
}

.counter-ul li:nth-child(2)  {
    color: #000; /* Example color for the second li  */
}

.counter-ul li:nth-child(3)  {
    color: #12afdd; /* Example color for the third li  */
}
.counter-ul li:nth-child(4)  {
    color: #114856; /* Example color for the third li span */
}
.counter-ul li p {
    font-size: 18px;
}





 .faq-container {
            max-width: 800px;
            margin: 50px auto;
        }

        .faq-heading {
            text-align: center;
            font-weight: bold;
            color: #e80808;
            margin-bottom: 30px;
        }

        .accordion-button {
            background-color: #000;
            color: white;
            font-weight: bold;
            box-shadow: none;
        }

        .accordion-button:not(.collapsed) {
            background-color: #1e7db8; /* Darker shade when active */
            color: white;
        }

        .accordion-button:hover {
            background-color: #1e7db8;
        }

        .accordion-item {
            border: 1px solid #e80808;
            border-radius: 5px;
            margin-bottom: 10px;
        }

        .accordion-body {
            background-color: #fff5f5; /* Light red tint */
        }

.accordion-button:not(.collapsed)::after, .accordion-button::after {
    filter: brightness(5)!important;
}



.services-ex-bg {
  background: #044496;
}

.gry-bg {
  background: #f6f7f8;
}

.business-sbg {
  background: #044496;
}

.footer-bg {
  background: #131313;
}

.footer-copyright-bg {
  background: #171717;
}
.pd-name-ft li a{
  color: white;
  padding-left: 18px;
  position: relative;
}
.pd-name-ft{
  max-height: 246px;
  overflow-y: auto;
}
.pd-name-ft::-webkit-scrollbar{
  width: 4px;
  background: gray;
}
.pd-name-ft::-webkit-scrollbar-thumb{
  background: white;
}
.pd-name-ft li a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 8px;
  height: 8px;
  background: gray;
}
.footer__widget-logo {
  max-width: 150px;
}


.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #000;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
}

.copyright {
    background: #111111;
}

.copyright a:hover {
    color:  #fff !important;
    text-decoration:underline;
}




/* CSS */
.button-19 {
  appearance: button;
  background-color: #273478;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: din-round,sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .8px;
  line-height: 20px;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 13px 16px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter .2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  /*width: 100%;*/
}

.button-19:after {
  background-clip: padding-box;
  background-color: #1CB0F6;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.button-19,
.button-19:focus {
  user-select: auto;
}

.button-19:hover::after {
   background-color: #273478;
   color: #fff;
}

.button-19:hover{
    color: #fff;
}

.button-19:disabled {
  cursor: auto;
}

.button-19:active {
  border-width: 4px 0 0;
  background: none;
}



.about-section {
            padding: 50px 0;
            background-color: #f8f9fa;
        }
        .about-text {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .about-image img {
            width: 100%;
            border-radius: 10px;
        }
        
        
        .hm-icon-w i {
            color: #12b1d9;
        }
        .hm-icon-wrap p {
            color: #fff;
        }
        .count-c {
    margin: 0.5rem 0;
     color: #fff!important;
}




/* CSS */
.button-23 {
    background-color: #ffffff36;
    border: 1px solid #222222;
    border-radius: 8px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    outline: none;
    padding: 13px 23px;
    position: relative;
    text-align: center;
    text-decoration: none;
    touch-action: manipulation;
    transition: box-shadow .2s, -ms-transform .1s, -webkit-transform .1s, transform .1s;
    user-select: none;
    -webkit-user-select: none;
    width: auto;
}

.button-23:focus-visible {
  box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
  transition: box-shadow .2s;
}
.button-23:hover {
    color: #ffffffeb;
}
.button-23:active {
  background-color: #F7F7F7;
  border-color: #000000;
  transform: scale(.96);
}

.button-23:disabled {
  border-color: #DDDDDD;
  color: #DDDDDD;
  cursor: not-allowed;
  opacity: 1;
}

.feature-card {
            position: relative;
            background-size: cover;
            background-position: center;
            border-radius: 10px;
            overflow: hidden;
            min-height: 300px;
            display: flex;
            align-items: flex-end;
            padding: 20px;
            color: white;
        }
        .feature-card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }
        .card-content {
            position: relative;
            z-index: 2;
            color: #fff;
        }
        .card-content h4 , .card-content p {
            color: #fff;
        }
        
        
        .counter-style-ser li{
    background: rgba(0, 0, 0, 0.4); backdrop-filter: blur(8px);

    /*margin:0.5rem;*/
    padding: 2rem 0.5rem;
    display:flex;
    flex-direction:column;
    height: 100%;
}
.counter-style-ser li span{
    font-size: 20px;
    color: black;
    font-weight:bold;
}


.counter-style-ser li h4{
    color:#585555;
    font-size: 1.8rem!important;
    font-weight: 500;
}
.hm-t-w {
    font-size: 34px;
    color: #000;
}
.hm-t-b {
    font-size: 34px;
    color: #fff;
}


.why-choose-us {
    padding: 60px 0;
  background: linear-gradient(180deg, #12B8E3 0%, #0A6BA8 100%);
    background-size: cover;
    background-position: center;
    color: #fff;
}

.why-choose-us .content h6 {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffcc00;
}

.why-choose-us .content h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.why-list {
    list-style: none;
    padding: 0;
}

.why-list li {
    font-size: 18px;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.why-list li i {
    color: #ffcc00;
    font-size: 22px;
    margin-right: 10px;
}

.image-box img {
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}




        