/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 01 2025 | 01:42:42 */
*::selection {
 background: #0a0a0a;
  color: #ffffff;
}
*::-moz-selection {
 background: #0a0a0a;
  color: #ffffff;
}
*::-webkit-selection {
 background: #0a0a0a;
	color: #ffffff;
}

.footerGlass{

                backdrop-filter: blur(14px);
                -webkit-backdrop-filter: blur(14px);
}

.subscribeGlass{

                backdrop-filter: blur(14px);
                -webkit-backdrop-filter: blur(14px);
}
h1, h2, h3, h4, h5, h6, p{
	margin: 0 auto !important;
}
.stickyWrap > * {
  height: auto !important;
}
.WorkImgWrap {
  position: relative; /* required for absolute positioning */
}



/* Base: hidden off-screen */
.Fullmenu {
  position: fixed !important;
  inset: 0;
  background: #F5F5F5;
  color: #1B1B1B;
  z-index: 98;
  transform: translateX(100%);                      /* off-screen right */
  transition: transform 0.6s cubic-bezier(.2,.9,.2,1), opacity 0.25s ease;
  pointer-events: none;
  visibility: hidden;                               /* hidden when fully closed */
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Open: visible + on-screen */
.Fullmenu.active {
  transform: translateX(0);
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

/* Closing: start slide-out but KEEP visible until animation finishes */
.Fullmenu.closing {
  transform: translateX(100%);   /* slide back to the right */
  pointer-events: none;          /* no interaction during closing */
  visibility: visible;           /* IMPORTANT: keep visible while animating out */
  opacity: 0;
}

/* Menu links animation */
.Fullmenu a {
  display: block;
  color: #1B1B1B;
  text-decoration: none;
  margin: 12px 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.Fullmenu.active a {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.12s;
}



/* Mobile-specific behaviour (optional) */
@media (min-width: 992px) {
  .Fullmenu { display: none !important; }
}

.stickyWrap {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;           
  max-height: 200px;      
  box-sizing: border-box; 
  transform: translate(0, 0);
  transition: transform 0.05s ease-out; /* optional for smoothness */
}




.viewMore {
  position: relative;
  display: inline-block;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.2s ease-out;
}

.viewMore .elementor-button-text {
  transition: transform 0.2s ease-out;
  will-change: transform;
}
.mouse-follower,
.mouse-follower-img {
    border-radius: 0 !important;   /* remove circle */
    overflow: hidden !important;   /* ensure image stays within square */
}

.serviceList h4{
	cursor: none;
}



.mf-cursor-media-box {
  border-radius: 0 !important; /* Changes the circle to a square */
}

.mf-cursor-media img,
.mf-cursor-media video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px !important;
}

.elementor-635 .elementor-element.elementor-element-8514026 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: rgba(255,255,255,.5);
    opacity: 1;
    width: 8px;
	height:5px;
	border-radius: 0px;
	transition: all .3s ease;
	transform-origin: center;
}
.elementor-635 .elementor-element.elementor-element-8514026 
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(255,255,255,1);
    opacity: 1;
    width: 24px;
	height: 5px;
	border-radius: 0px;
	transition: all .3s ease;
	transform-origin: center;
}
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: 20px;
}

@media (max-width: 767px) {
  .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 5px !important;
    transform: scale(.5);
    transform-origin: center;
  }
}
.whatsappBtn{
	cursor: pointer;
}/* Base text bubble style */
.mf-cursor-text {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(10deg);
  opacity: 0;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #000 !important;
  background: none !important;
  transition: opacity 0.4s, transform 0.3s;
  pointer-events: none;
  z-index: 20;
}

/* Circle transitions */
.mf-cursor:before {
  transition: transform 0.25s ease-in-out, opacity 0.1s, background 0.18s ease;
}

/* WhatsApp hover cursor circle */
.mf-cursor.whatsapp-hover:before {
  background: #fff !important;
  opacity: 1 !important;
  transform: scale(3.3) !important;
}

/* Show text when whatsapp-hover is active */
.mf-cursor.whatsapp-hover .mf-cursor-text,
.mf-cursor.whatsapp-hover.-text .mf-cursor-text,
.mf-cursor.whatsapp-hover.-icon .mf-cursor-text {
  opacity: 1 !important;
  transform: scale(1) rotate(0deg) !important;
  color: #000 !important;
	text-align:center !important;
}
/* Large white circle on hover */
.mf-cursor.drag-hover:before {
  background: #fff !important;
  transform: scale(2) !important;
  opacity: 1 !important;
}
.sliderBody{
	cursor: none !important;
}
/* Show and style text */
.mf-cursor.drag-hover .mf-cursor-text {
  opacity: 1 !important;
  transform: scale(1) rotate(0deg) !important;
  color: #000 !important;
  background: transparent !important;
}
.subscribePop {
  display: none; /* hide by default */
   z-index: 9999;
  justify-content: center;
  align-items: center;
  filter: none !important;
  backdrop-filter: none !important;
	  transform: translate(-50%, -50%) translateZ(0); /* keeps centering, forces GPU layer */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  will-change: transform;
}

.subscribePop.active {
  display: flex; /* show when active */
}

.closePop, .addMe{
	cursor: pointer;
}
/* Forminator custom form white theme */
#forminator-module-1079 {
  color: #fff !important;

}

/* Label text */
#forminator-module-1079 .forminator-label {
  color: #fff !important;
}

/* Input text */
#forminator-module-1079 input[type="text"],
#forminator-module-1079 input[type="email"],
#forminator-module-1079 input[type="tel"],
#forminator-module-1079 textarea {
  color: #fff !important;
	font-size: 26px !important;
}

/* Placeholder text */
#forminator-module-1079 input::placeholder,
#forminator-module-1079 textarea::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
	font-size: 18px !important;
}

/* Floating label active/focus state */
#forminator-module-1079 .forminator-floating--input.forminator-is_filled .forminator-label,
#forminator-module-1079 .forminator-floating--input.forminator-is_active .forminator-label {
  color: #fff !important;
}

/* Error message text */
#forminator-module-1079 .forminator-error-message {
  color: #FF6262 !important;
}

/* Validation border when error */
#forminator-module-1079 .forminator-has_error .forminator-input {
  border-color: #fff !important;
}

/* Submit button styling */
#forminator-module-1079 .forminator-button-submit {
  display: inline-block;
  background: #fff !important;
  color: #000 !important;
  border: none !important;
  border-radius: 100px;
  padding: 20px 40px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 20px auto 0;
	font-family: "Manrope", sans-serif !important;
	font-size: 18px;
}

/* Center align the submit button */
#forminator-module-1079 .forminator-row-last {
  text-align: center !important;
}
.forminator-response-message{
	background: none !important;
	color: #fff !important;
}

@media (max-width: 767px) {
  /* Smaller input text & better spacing */
  #forminator-module-1079 input[type="text"],
  #forminator-module-1079 input[type="email"],
  #forminator-module-1079 input[type="tel"],
  #forminator-module-1079 textarea {
    font-size: 16px !important;
    padding: 10px 0px !important;
  }

  /* Placeholder smaller */
  #forminator-module-1079 input::placeholder,
  #forminator-module-1079 textarea::placeholder {
    font-size: 13px !important;
  }

  /* Labels more compact */
  #forminator-module-1079 .forminator-label {
    font-size: 13px !important;
  }

  /* Submit button smaller and centred */
  #forminator-module-1079 .forminator-button-submit {
    font-size: 16px !important;
    padding: 14px 28px !important;
    width: auto;
  }

  /* Ensure proper centering */
  #forminator-module-1079 .forminator-row-last {
    text-align: center !important;
  }
}


/* Make single posts full width in Astra */
.single-post .ast-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.single-post #primary {
  margin: 0 !important;
  padding: 0 !important;
}

.single-post .entry-content .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
  padding: 0 !important;
}
