/********** Template CSS **********/
:root {
    --primary: #ef3238;
    --secondary: #FDBE33;
    --light: #F4F6F8;
    --dark: #040F28;
}
body {
    margin: 0;
    font-family: "poppins",sans-serif;
}
.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
}

.btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: -1px;
    left: 50%;
    background: var(--primary);
    transition: .5s;
}

.btn.btn-primary::after {
    background: var(--dark);
}

.btn:hover::after,
.btn.active::after {
    width: 50%;
    left: 25%;
}

.btn-primary {
    color: #FFFFFF;
}

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

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

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

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right:20px;
    bottom:48px;
    /*margin-left: -22px;*/
    border-radius: 10px;
    z-index: 99;
}

.bg-dark-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}

.bg-light-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}
.btn-yellow{
    background: #ddb768;
}
.text-yellow{
    color: #ddb768;
}
.logo img{
    width: 185px;
}
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 35px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background-color: #ff0000;
}
.dropdown-item {
    padding: 0.55rem 1rem;
}
[id]{
    scroll-margin-top: 7rem;
}

/*==========================================*/


#header-carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(4, 15, 40, .7);*/
     /*background: rgb(86 86 88 / 0.7);*/
     background: rgb(19 19 61 / 60%);;
    z-index: 1;
}

@media (max-width: 576px) {
    #header-carousel .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    #header-carousel .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.tp-slider-2-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0% !important;   
    opacity: 0;
  }
  .tp-slider-2-shape-2 {
  position: absolute;
    bottom: 0;
    right: 00px;
    z-index: 1;   
    opacity: 0;
}
.carousel-item .animated-title {
    opacity: 0;
}

/* Define the animation */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Apply animation only when the parent has the .active class */
.carousel-item.active .animated-title {
  animation: fadeInLeft 1s ease-in-out forwards;
}

.carousel-item.active .tp-slider-2-shape-1 {
  animation: fadeInRight 1s ease-in-out forwards;
}

.carousel-item.active .tp-slider-2-shape-2 {
  animation: fadeInRight 1s ease-in-out forwards;
}
.text-justify{
    text-align: justify;
}
@media (max-width: 576px) {
.flex-sm-col-reverse{
    flex-direction: column-reverse;
}
}

/*==================================*/
.page-header {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/page-banner.jpg) center center no-repeat;
    background-size: cover;
}
.bgSmall-title{
    display: inline-block;
    background: rgba(212, 160, 23, 0.1);
    color: var(--ve-gold);
    border: 1px solid rgba(212, 160, 23, 0.25);
    border-radius: 50px;
    padding: 5px 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
}
/*==================about
==================================================================*/

.about-one{
  position: relative; 
}
.about-one img{
  border-radius: 30px;
}

.emergency-contact {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: color-mix(in srgb, var(--light), transparent 50%);
  border: 1px solid color-mix(in srgb, var(--primary), transparent 80%);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  position: absolute;
  content: "";
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
}

.emergency-contact .emergency-icon {
  width: 50px;
  height: 50px;
  background: var(--primary);
  color: var(--light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.emergency-contact .emergency-info small {
     display: block;
    color: var(--primary);
    font-size: 1.15rem;
    margin-bottom: 0.25rem;
    font-weight: 500;
}

.emergency-contact .emergency-info strong {
  color: #333983;
  font-size: 2rem;
  font-weight: 700;
}

.li-before li{
    position: relative;
    padding-left: 25px;
    text-align: left;
    list-style: none;
    padding-bottom: 5px;
}
.li-before li:before{
    position: absolute ;
    content: "\F270";
    left: 0;
    font-family: bootstrap-icons !important ;
    color: var(--primary);

}
 .stats-row {
  position: relative;
  z-index: 1;
  margin-top: 5rem;
 
}
@media screen and (max-width: 700px){
    .emergency-contact .emergency-info strong {
    color: #333983;
    font-size: 1.5rem;
}
}
/*======== counter ==========================================*/
 .stat-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
   background-color: var(--surface-color);
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding-bottom: 2rem;
  text-align: center;
  position: relative;
    transition: all ease-in-out 0.4s;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
 .stat-item:before {
  content: "";
  position: absolute;
  background: color-mix(in srgb, var(--accent-color), transparent 96%);
  right: -80px;
  top: -80px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: -1;
}
 .stat-item:after {
  content: "";
  position: absolute;
  background: color-mix(in srgb, var(--accent-color), transparent 97%);
  right: -140px;
  top: -140px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: -1;
}
 .stat-item:hover:before,
 .stat-item:hover:after {
  background: color-mix(in srgb, var(--accent-color), transparent 6%);
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
 .stat-item:hover h2,
 .stat-item:hover p {
  color: var(--surface-color);
}

 .stat-item .stat-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  border-radius: 50px;
  transition: 0.3s;
}
.stat-item img{
    width: 90px;
}

 .stat-item .stat-icon i {
  font-size: 2.3rem;
  color: var(--accent-color);
}

 .stat-item:hover .stat-icon {
  background-color:   var(--contrast-color);
}

/* .stat-item:hover .stat-icon i {
  color: var(--contrast-color);
}*/

 .stat-item .stat-content {
  flex-grow: 1;
}

 .stat-item  h2 {
  /*font-size: 1.25rem;*/
  margin-bottom: 0.25rem;
  font-weight: 800 !important;
      -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

 .stat-item .stat-content p {
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0;
}

@media (max-width: 575px) {
   .stat-item {
    padding: 1.5rem;
  }
}

@keyframes float-badge {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}
/*========services
==================================*/
.service-section{
    background: url(../img/servicebg.jpg) no-repeat center;
    background-size: cover;
}
.service-item {
    border-radius: 20px;
    text-align: left;
    height: 100%;
    margin-top: 50px;
}
.service-item .service-icon {
        width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 3px solid #ddd;
    position: absolute;
    content: "";
    top: -50px;

}

.service-item .service-icon img {
   border-radius: 50%;
    
}
.serviceBox-title{
    background: #ddd;
    padding:    10px;
    padding-top:  70px;
        width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
}
.services-carousel .owl-stage{display: flex;}
/* Control buttons */
.services-carousel .owl-prev,
.services-carousel .owl-next {
  align-items: center;
  background-color: rgb(137 133 133 / 50%);
  border: none;
  /*border-radius: 50%;*/
  color: white;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  width: 40px;
  z-index: 10;
}

.services-carousel .owl-prev:hover,
.services-carousel .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.services-carousel .owl-prev {
  left: -10px;
}

.services-carousel .owl-next {
  right: -10px;
}
/*===========================================*/
.how-box{
  background: #f79521;
  border-radius: 18px;
  height: 100%;
  box-shadow: 0px 15px 20px 4px rgb(0 0 0 / 0.15);
}
.how-box-inner{
    text-align: center;
    background: #f9f9f9;
    height: 100%;
    border-radius: 18px;
    padding: 30px 40px;
    position: relative;
    -webkit-clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);

}

.how-box .count{
       font-size: 4rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    color: #fff;
    padding: 6px 20px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 2px #004568;
}
.how-box h5{
    font-weight: 600;
}

/*===============================================*/


.ser-icon-box{
    background: rgb( 255 255 255/ 0.2);
    padding: 20px;
    border-radius: 20px;
    gap: 30px;
    height: 100%;
}
.ser-icon-box img{
    width: 70px;
}
.fw-600{
    font-weight: 600;
}

/** chooseus-section **/

.chooseus-section{
overflow: hidden;
}


.chooseus-section .single-item-list li {
  counter-increment: item;
  position: relative;
  padding-left: 40px; /* Space for the circle */
  margin-bottom: 18px;
  list-style: none;
  border-bottom: 1px solid #deb868;
}
.chooseus-section .single-item-list  li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 37px;
    background-color: #deb868;
    color: white;
    /* border-radius: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    transform: skewX(10deg);
}

.chooseus-section .single-item-list h4{
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  
}

.chooseus-section .sec-title h2{
  margin-bottom: 21px;
}

.chooseus-section .sec-title p{
  font-size: 16px;
  line-height: 28px;
  color: rgba(255,255,255,0.6);
}


.chooseus-section .img-inner h2{
    position: absolute;
    bottom: 7px;
    content: "";
    left: -15px;
    color: #fff;
    font-size: 1.5rem;
    background: #ff0000;
    border-radius: 20px;
    display: inline-block;
    padding: 20px;
    padding: 30px 20px;
    line-height: 2rem;

}
@media only screen and (max-width: 767px) {
.chooseus-section .img-inner img {
    position: relative;
    max-width: 100%;
}
.chooseus-section .img-inner h2{
    position: relative;
}
.chooseus-section .img-inner h2 br{ display: none};
}

/*===============================================*/

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/sliders/banner-2.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}


/*=======================================*/
.footer-box .icon{
  width: 50px;
    height: 50px;
    border-radius: 5px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    padding: 13px;
}
.footer-box .icon i{color:var(--white); font-size:24px;  }

.address-block{ border-bottom: 1px solid #7F8499;}

.address-block p{ color:var(--white);line-height: 28px;}
/*==================================================*/

.myPopupOverlay{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    z-index:99999;
}

.myPopupBox{
    background:#fff;
    width:60%;
    max-width:90%;
    padding:30px;
    border-radius:10px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.myCloseBtn{
    position:absolute;
    top:10px;
    right:20px;
    font-size:30px;
    cursor:pointer;
}

@media screen and (max-width: 700px){

  .myPopupBox{
    width: 90%;
  }
}
/*==========thankyou-card===============*/
 .thankyou-card {
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(15px);
            border-radius: 20px;
            padding: 50px;
            text-align: center;
            width: 100%;
            max-width: 500px;
            box-shadow: 0 8px 32px rgba(0,0,0,0.2);
            animation: fadeInUp 1s ease;
            margin: 0 auto;
        }

        .success-icon i {
            color: #00ff99;
            animation: pop 1s ease infinite alternate;
        }

.form-control:disabled, .form-control:read-only {
    background-color: #fff;
    opacity: 1;
}




