@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{	 font-family: "Epilogue", sans-serif; font-size: 16px; font-weight: 400; width: 100%; cursor: default;}
.epilogue {font-family: "Epilogue", sans-serif;}
a, button{outline: none;}
/* X ICON CODE */
.fa.fa-twitter{font-family:sans-serif;}
.fa.fa-twitter::before{content:"𝕏";}

/* HEADER */
.header {position: relative; z-index: 99; width: 100%; transition: all 0.5s ease;}
.sticky-header {position: fixed; top: 0; left: 0; width:  100%; background-color: #ffffff; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); transition: background-color 0.3s ease;} 
.sticky-header .top-header{display: none; transition: all 0.5s ease;}
.sticky-header .logo{height: 50px; transition: all 0.5s ease;}
.sticky-header .scroll-submenu{margin-top: 100px; transition: all 0.5s ease;}
.sticky-header .m-menu-slide{height: calc(100dvh - 82px); transition: all 0.5s ease;}

/* mobilescreen menu */
.m-menu-slide {transition: all 0.3s ease;}
.m-menu-open {transform: translatex(0%);}
.m-menu-closed {transform: translatex(100%);}
.activemenu{background-color: #FFEBEC; } 
#m-menu .activemenu{color: #C52F33; background-color: white; } 
.bg1-gradient {background: #ED3237; background: linear-gradient(180deg, rgba(237, 50, 55, 1) 0%, rgba(102, 38, 38, 1) 100%);}
/* close icon */
.closetoggle{position: relative; width: 33px; height: 20px;}  
.close_icon, .close_icon::before, .close_icon::after {position: absolute; width: 33px; height: 3px; background-color:#AAAAAA; left: 0; border-radius: 2px;}
.close_icon{top:0px; bottom: 0px; margin: auto 0;}
.close_icon::before {width: 18px;  content: ""; bottom: 8px;}
.close_icon::after {content: ""; top: 8px;}
.toggled .close_icon {height: 3px; width: 33px; top: 0; transform: rotate(-45deg); background-color: #565656; border-radius: 3px;}
.toggled .close_icon::after {width: 33px; height: 3px; top: 0px; transform: rotate(-270deg); background-color: #565656;border-radius: 3px;}
.toggled .close_icon::before {transform: scale(0);}
.toggled i{ display: none;}
.close_icon, .close_icon::after {transition: all 0.4s linear;}

/* SUBMENU*/
.submenu, .m-submenu {display: none;}
.submenu.active, .m-submenu.active {display: block;}
.arrow-btn {/* background: none; */ border: none; cursor: pointer; display: inline-block; transition: transform 0.3s ease-in-out; transform-origin: center;}
.arrow-btn.rotate {transform: rotate(180deg);}

 /* OWL CAROUSEL */
.owl-carousel .owl-nav { display: flex; justify-items: center; align-items: center;  gap: 12px; }
.owl-carousel .owl-prev,  .owl-carousel .owl-next {border: 1px solid #ED3237!important; color: rgba(255, 255, 255, 0)!important;    transition: all ease 800ms; border-radius: 100%;  width: 55px; height: 55px;}
.owl-carousel .owl-prev {background: url('../images/home/icon/pre.svg')  center no-repeat !important; background-size: 40%!important; } 
.owl-carousel .owl-next {background: url('../images/home/icon/next.svg')  center no-repeat !important; background-size: 43%!important;}
.owl-carousel .owl-prev:hover{background-color: #ED3237!important;}
.owl-carousel .owl-next:hover { background-color: #ED3237!important;}
.client-carousel .owl-next{ position: absolute; left: 102%; bottom:0px;  top: 0px; margin: auto 0; }
.client-carousel .owl-prev{ position: absolute; right: 102%; bottom:0px;  top: 0px; margin: auto 0; }
.home-carousel .owl-nav { flex-direction: column; position: absolute; top: 40%; right: 10%;}
/* accordian */
.abc-content { overflow: hidden; height: 0; transition: height 0.5s linear; /* Adjust the duration as needed */}
.abc-content.hidden { height: 0;}
.abc-content:not(.hidden) { height: auto;}
/* LIST ICON */
.custom-list.list-disc {list-style-type: none; padding-left: 0; }
.custom-list.list-disc li {position: relative; }
.custom-list.list-disc li::before { content: "";  position: absolute; left: 0; top: 12px; transform: translateY(-50%); width: 16px !important;; height: 16px !important;; background-image: url('../images/home/icon/listicon.svg'); background-size: contain; background-repeat: no-repeat;}
  
.testimonial-slider .owl-nav .owl-prev,
.testimonial-slider .owl-nav .owl-next {
    pointer-events: all; /* Make only the buttons clickable */
    background: #ED3237 !important; /* bg-red-500 */
    color: white !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 20px !important;
    transition: background-color 0.3s ease;
}
.testimonial-slider .owl-nav .owl-prev{left:-15%;}
.testimonial-slider .owl-nav .owl-next {right: -15%;}

.testimonial-slider .owl-nav .owl-prev:hover,
.testimonial-slider .owl-nav .owl-next:hover {
    background: #ffffff !important; /* bg-red-600 */
    color: #ED3237 !important; /* text-red-500 */
}
.home-carousel .owl-dots {position: absolute;  top: 40%;  right: 7%; z-index: 999; flex-direction:column ; display: flex; justify-items: center; align-items: center; gap: 15px; } 
.home-carousel .owl-dot{ background-color: #FBD6D7 !important; width: 17px!important; height: 17px!important; border-radius: 50%!important;}
.home-carousel .owl-dot.active{background-color: #C52F33 !important;  width: 13px!important; height: 13px!important; outline: 1px solid #C52F33; outline-offset: 5px;}
.testimonial-slider .owl-dots {
    display: none; /* Hiding default dots */
}

@media (max-width: 1024px) {
	.sticky-header .m-menu-slide{height: calc(100dvh - 69px);}

.sticky-header .logo{height: 45px;}
.owl-carousel .owl-prev,  .owl-carousel .owl-next { width: 45px; height: 45px;}
.testimonial-slider .owl-nav .owl-prev,
.testimonial-slider .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    font-size: 16px !important;
  }
}
@media (max-width: 640px) {
  .testimonial-slider .owl-nav .owl-prev,
.testimonial-slider .owl-nav .owl-next {
    width: 25px;
    height: 25px;
    font-size: 14px !important;}
	.sticky-header .m-menu-slide{height: calc(100dvh - 64px);}

	.home-carousel .owl-nav { right: 5%;}
  .sticky-header .logo{height: 40px;}
  .owl-carousel .owl-prev,  .owl-carousel .owl-next { width: 35px; height: 35px;}
}
.suby-active, .parent-activemenu {
	color: #ED3237;
  }
  .suby-active i{
	color: #FB8D90;
  }
 
  .suby-active i {
	rotate: 90deg;
	transition: transform 0.3s ease;
  }
  #m-menu .suby-active i {
	rotate: 180deg;
  }
  .suby-arrow {
	transition: transform 0.3s ease;
  }
nav .activemenu, nav .main-activemenu{background-color: #FFEBEC; } 

#m-menu .main-activemenu .main1-active{background-color: #ffffff; color: #C52F33; } 
  .sub-activemenu {
	color: #c52f33;
  }
  .service-menu-active {
    background-color: #ffe4e6; /* light pink as example */
    color: #C52F33!important;            /* highlight text color */
  }
  
  .button.is-play {
    background-color: #C52F33;
    border-radius: 50%;
    width: 58px;
    height: 58px;
  }
  .button.is-play .button-outer-circle {
    background: rgba(197, 47, 51, 0.5);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
  .has-scale-animation {
    -webkit-animation: smallScale 3s infinite;
            animation: smallScale 3s infinite;
  }
  .has-delay-short {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
 
  @-webkit-keyframes smallScale {
    from {
      transform: scale(1);
      opacity: 1;
    }
    to {
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @keyframes smallScale {
    from {
      transform: scale(1);
      opacity: 1;
    }
    to {
      transform: scale(1.5);
      opacity: 0;
    }
  }
  