:root {
  --main: #1D7873;
  --secend: #FF4E53;
  --crayola:#F4c095;
}

@font-face {
  font-family: 'EstedadFamily';
  src: url('../asset/fonts/Estedad/Estedad-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'EstedadFamily';
  src: url('./fonts/MyFont-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'EstedadFamily';
src: url('../asset/fonts/Estedad/Estedad-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'EstedadFamily';
src: url('../asset/fonts/Estedad/Estedad-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'EstedadFamily';
  src: url('../asset/fonts/Estedad/Estedad-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'EstedadFamily';
  src: url('../asset/fonts/Estedad/Estedad-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'EstedadFamily';
  src: url('../asset/fonts/Estedad/Estedad-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'EstedadFamily';
  src: url('../asset/fonts/Estedad/Estedad-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'EstedadFamily';
  src: url('../asset/fonts/Estedad/Estedad-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

::selection {
  color: #fff;
  background: var(--main);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'EstedadFamily';
  overflow-x: hidden;
}
.container {
    max-width: 1350px;
}
.hero{
  background-image: url("../images/texture.png");
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ;
}

.accordion-content.open {
  max-height: 200px;
}
#mobile_menu {
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}

#mobile_menu.open {
    transform: translateX(0);
}

#backdrop {
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

#backdrop.open {
    opacity: 1;
}
.blogCarousel .owl-prev , .owl-next{
    position: absolute;
    background: linear-gradient(123deg, rgba(255, 165, 102, 0.40) 10.17%, rgba(239, 49, 53, 0.40) 92.08%) !important;
    width: 32px;
    height: 32px;
    border-radius: 12px !important;
    font-size: 20px !important;
    fill: #fff;

}
.blogCarousel .owl-prev:hover , .owl-next:hover{
    background: var(--main) !important;
}

.owl-prev span , .owl-next span{
    color: white; !important;
}
.blogCarousel .owl-prev , .owl-next{
    color: white; !important;
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%,0) !important;
}
.blogCarousel .owl-next{
    right: -35;
}
.blogCarousel .owl-prev{
    left: 0;
}
.tab.active{
    color: var(--secend);
    border-bottom: 2px solid var(--secend);
    padding-bottom: 10px;
}
.has-submenu > a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 0.25rem;
  background-image: url('../asset/icons/down-2-svgrepo-com.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

.has-submenu:hover > a::after,
.has-submenu:focus-within > a::after {
  transform: rotate(180deg);
}
@keyframes gradient-move {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.animate-gradient {
    background: linear-gradient(270deg, #fca5a5, #fdba74, #FF844E);
    background-size: 600% 600%;
    animation: gradient-move 6s ease infinite;
}
.hero-services{
  background-image: url("../images/ChatGPT Image Jun 10, 2025, 10_23_46 AM.png");
    background-size: cover;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.animate-float {
  animation: float 3s ease-in-out infinite;
}


/* MagicMouse */
body #magicMouseCursor {
	  z-index:10000000!important;
	  position: fixed;
	  width: 35px;
	  height: 35px;
	  border: 1px solid #fff;
	  background: rgba(0,0,0,0.2);
	  border-radius: 50%;
	  z-index: 9999;
	  left: 0;
	  top: 0;
	  transition: transform 0.07s, width 0.3s, height 0.3s;
	  pointer-events: none;
}
body #magicMouseCursor.cursor-square {
    border-radius: 0;
}

body #magicPointer {
	  z-index:10000000!important;
	  height: 5px;
	  width: 5px;
	  top: 0;
	  left: 0;
	  position: fixed;
	  background: var(--main);;
	  border-radius: 50%;
	  pointer-events: none;
	  transition: background 0.2s, width 0.2s, height 0.2s, box-shadow 0.2s;
}
body #magicPointer.is-hover {
		background: #fff; }
body #magicPointer.pointer-blur {
		height: 50px;
		width: 50px;
		background: none;
		border: 1px solid #fff;
		box-shadow: 0px 0px 15px -5px white;
}
body #magicPointer.pointer-overlay {
		height: 50px;
		width: 50px;
		mix-blend-mode: difference;
		box-shadow: 0px 0px 15px -5px white;
}

body .magic-hover {
	  transition: all 0.2s;
}
body .magic-hover:hover {
		cursor: none!important;
}
@media (hover: none), (pointer: coarse) {
  #magicMouseCursor,
  #magicPointer {
    display: none !important;
  }
}
