/*
Theme Name: Doodle Elementor
Version: V.1.0
Author: Doodletech team
Author URI: doodletech.ae
Text Domain: doodleelementor
*/

html,
body,
p {
  padding: 0 !important ;
  box-sizing: border-box;
  margin: 0 !important;
}

#header-cus .current-menu-item .menu-item-link .lakit-nav-link-inner::after{
	content:'';
	position:absolute;
	width:100%;
	height:2px;
	background-color:#3b52a1;
	bottom:-5px;
	left:0;
}
#header-cus {
  transition:
    background-color 0.3s ease,
    padding 0.3s ease,
    box-shadow 0.3s ease;
}
#header-cus.scrolled {
  background: #000000b2;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease,
    padding 0.3s ease;
  will-change: background-color, box-shadow, padding;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cus-blur-btn a {
  padding: 12px 24px;
  border: none;
  border-radius: 12px;
  background: #ffffff17 !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: white;
  font-size: 16px;
  cursor: pointer;

  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.48);
  will-change: background-color, filter, color;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}
.cus-blur-btn a:hover {
  background: #ffffff !important;
  color: #3b52a1;
}

.cus-contact-btn.black .elementor-button svg {
  inline-size: 0.5em;
}
.cus-counter .odometer-inside {
  display: flex;
  flex-wrap: nowrap;
}
.cus-counter .lakit-counter-title {
  white-space: nowrap;
}
.cus-counter .lakit-counter {
  gap: 10px;
}
.cus-color-heading .elementor-heading-title span,
.cus-color-heading p span, .cus-color-heading .elementor-heading-title span a {
  color: #3b52a1;
}
.cus-contact-btn.black {
  position: relative !important;
  background: transparent;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Elementor reset */
.cus-contact-btn.black .elementor-button {
  background: transparent !important;
  border: none;
  box-shadow: none;
  color: inherit;
  position: relative;
  z-index: 3;
}
.cus-contact-btn.black::before {
  content: '';
  position: absolute;

  width: 250%;
  aspect-ratio: 1;

  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
  will-change: transform, filter;

  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    transparent 315deg,
    rgba(255, 255, 255, 0.15) 320deg,
    rgba(255, 255, 255, 1) 330deg,
    rgba(255, 255, 255, 1) 338deg,
    rgba(255, 255, 255, 0.15) 345deg,
    transparent 360deg
  );

  animation: rotate 3s linear infinite;

  filter: blur(2px) drop-shadow(0 0 6px #fff) drop-shadow(0 0 12px #fff) drop-shadow(0 0 24px #fff);

  z-index: 0;
}
.cus-contact-btn.black::after {
  content: '';
  position: absolute;
  inset: 0.5px;
  background: #3f51b5;
  border-radius: 10px;
  z-index: 1;
}
.cus-contact-btn.black {
  border-radius: 25px;
}

.cus-contact-btn.black::after {
  background: #000;
  border-radius: 23px;
}

.cus-grey-back {
  filter: grayscale(100%);
}

.cus-grey-back:hover {
  filter: grayscale(0%);
}

.cus-la-carousel-width .lakit-carousel.e-swiper--variablewidth .swiper-slide.swiper-slide-active {
  width: auto !important;
}

.cus-client .lakit-carousel__item-inner .lakit-carousel__item-img {
  object-fit: contain;
}

.cus-project-slider .lakit-carousel__dots .swiper-pagination-current {
  color: white !important;
}
.cus-project-slider .lakit-carousel__dots .swiper-pagination-total {
  color: rgba(255, 255, 255, 0.3) !important;
}
.cus-project-slider .swiper-pagination.swiper-pagination-fraction span:nth-child(2) {
  color: rgba(255, 255, 255, 0.3) !important;
  font-size: 0.85em !important;
}

.cus-project-slider .lakit-carousel .swiper-pagination-fraction {
  mix-blend-mode: normal !important;
  font-family: 'Poppins', Sans-serif;
}

.cus-project-slider .lakit-carousel .lakit-carousel__dots {
  width: fit-content;
  bottom: 5.8rem;
  left: 11rem;
}

.cus-breath-bg {
  overflow: hidden !important;
}
.cus-breath-bg::before {
  content: '';
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  background-color: transparent;
  will-change: transform, opacity;
  /* --background-overlay: ''; */
  background-image: radial-gradient(at bottom center, #3b52a1 0%, #000000 60%);
  transform-origin: bottom center;
  animation: blackToGradientAnimation 4s ease-in-out infinite;
}

.cus-gradient-follow {
  position: relative;
  overflow: hidden;
  --mouse-x: 50%;
  --mouse-y: 50%;
}

.cus-gradient-follow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-side at var(--mouse-x) var(--mouse-y), #3b52a182 0%, transparent 40%) !important;
  z-index: -1;
  pointer-events: none !important;
  transition: background-position 800ms ease !important;
}

#back-to-top {
  cursor: pointer;
}

#back-to-top:hover .elementor-heading-title {
  color: #3b52a1;
}

/* slider */
/* slider  */


.cus-items-thumb-slider .nextend-thumbnail-horizontal .nextend-thumbnail-inner {
  background: transparent !important;
  padding: 0 !important;
}
.cus-items-thumb-slider .nextend-thumbnail-horizontal .n2-thumbnail-dot {
  margin: 10px 0px !important;
  border-radius: 7px !important;
  margin-right: 20px !important;
}
.cus-items-thumb-slider.cus-home .nextend-arrow-next {
  margin-left: 30px;
}
.cus-items-thumb-slider.cus-home .nextend-bar {
  margin-left: 80px;
}
.cus-slider-small-box {
  width: fit-content !important;
  background: black;
  border-radius: 24px;
  padding: 5px 12px;
  font-family: 'Poppins', Sans-serif !important;
  border: 1px solid white;
}

.cus-slider-small-box2 {
  width: fit-content !important;
  font-family: 'Poppins', Sans-serif !important;
  /* 	position: absolute !important; */
}

.cus-items-thumb-slider.inner .cus-slider-small-box {
  top: 0;
  left: 0;
  position: absolute !important;
}
.cus-slider-small-box .n2-ss-layer-row-inner {
  gap: 8px;
}
.cus-slider-bigtext {
  width: fit-content !important;
}
.cus-items-thumb-slider.inner .cus-slider-bigtext {
  position: absolute !important;
  bottom: 0;
  right: 0;
}
.cus-slider-bigtext > div {
  font-family: 'Poppins', Sans-serif !important;
}
.cus-slider-smalltext > div {
  white-space: nowrap;
}
.cus-slider-smalltext-icon {
	width:fit-content !important;
}
.cus-items-thumb-slider .n2-ss-slider-controls .nextend-bar-horizontal > div {
  position: absolute !important;
  left: 150px;
  bottom: 5px;
  font-family: 'Poppins', Sans-serif !important;
  font-style: normal !important;
  background: transparent !important;
}
.n2-ss-slider-controls .nextend-bar-horizontal > div > span {
  font-family: 'Poppins', Sans-serif !important;
  font-style: normal !important;
}

.cus-items-thumb-slider .nextend-arrow img {
  padding: 10px !important ;
  border: 1px solid white !important;
}

.n2-ss-slider-controls .nextend-bar-horizontal > div > span:last-child {
  color: #ffffff4d !important;
}

.cus-items-thumb-slider.inner .n2-ss-slider .n2-ss-slide-background-image img {
  border-radius: 20px !important;
}

.cus-items-thumb-slider.cus-home .nextend-thumbnail-inner {
  background: transparent !important;
}

.cus-items-thumb-slider.cus-home .nextend-thumbnail-vertical .n2-align-content-start {
  align-content: center !important;
  padding-right: 30px;
}

.cus-home-slider-content {
  margin-top: auto !important;
  margin-bottom: 140px !important;
  margin-left: 140px !important;
}

/* slider  */
/* slider  */

.cus-project-list-inner .aj-project-pagination > a {
  border-radius: 0;
}
#change-image img {
  /* Scales and changes opacity from the absolute center */
  transform-origin: center center; 
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
  opacity: 1;
  transform: scale(1);
}

/* This state runs during the image swap */
#change-image img.animate-out {
  opacity: 0;
  transform: scale(0.95); /* Shrinks slightly before loading back out */
}



@keyframes blackToGradientAnimation {
  0%,
  100% {
    opacity: 0.75;
    transform: scale3d(0.95, 0.95, 1); /* scale3d triggers hardware acceleration */
  }
  50% {
    opacity: 1;
    transform: scale3d(1, 1, 1); /* Keeping max scale at 1 prevents pixel blurring */
  }
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.cus-circle-rotate {
  animation: spin 5s linear infinite;
}
.cus-contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cus-contact-form .half-width-container {
  display: flex;
  flex: wrap;
  gap: 20px;
}
.cus-contact-form textarea {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

.wpcf7-response-output {
  color: white !important;
  font-family: 'Poppins', sans-serif;
}

.wpcf7-not-valid-tip {
  font-family: 'Poppins', sans-serif;
}

.cus-contact-form .form-submit-row input[type='submit']:hover {
  background: black !important;
  cursor: pointer;
}
.container-gradient-border,.cus-partners-inside .lakit-bannerlist__inner{
	position: relative;
  	border: 0.5px solid transparent !important; 
  	background: 
    	linear-gradient(#000000, #000000) padding-box, 
    	linear-gradient(90deg, #474747, #C2C2C2) border-box;
}




.cus-service-outer:hover .cus-service-inner{
	background-color:black!important;
}
.cus-service-outer:hover{
	position:relative;
	transform: translate(0px, -5px);
}

.lakit-posts__meta__item.lakit-posts__meta__item--author.post__author.posted-by{
	display:none;
}

/* Container centered on the page */
.aj-project-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}

/* Main Dropdown Styling */
.aj-project-filter .aj-project-category-filter {
  /* Typography */
  font-size: 20px;
  font-family: 'Poppins', Sans-serif !important;
  color: #ffffff;
	font-weight:500;
  
  /* Reset Default Browser Arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  
  /* Background & FIXED White Arrow Icon */
  background-color: #1B1B1B;
  background-image: url("https://demo3.wowdle.com/inaara_wp/wp-content/uploads/2026/06/Vector1.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 18px;

  /* Borders & Spacing */
  border: none;
  border-radius: 10px;
  padding: 15px 50px 15px 23px;
  
  /* Interaction & Effects */
  cursor: pointer;
  outline: none;
  transition: opacity 0.2s ease, box-shadow 0.2s ease;
 	box-shadow: 0 0 0 2px rgba(59, 82, 161, 0.3);
}

/* Interaction States */
.aj-project-filter .aj-project-category-filter:hover {
  opacity: 0.9;
}

.aj-project-filter .aj-project-category-filter:focus {
  box-shadow: 0 0 0 2px rgba(59, 82, 161, 0.3); /* Custom blue glow ring */
}

/* Dropdown Menu Options */
.aj-project-filter .aj-project-category-filter option {
  color: #3B52A1;
  background-color: #ffffff;
  font-size: 18px; /* Slightly smaller text for cleaner option list */
}


@media (max-width: 880px) {
  .cus-contact-form .half-width-container {
    flex-wrap: wrap;
  }
  .cus-home-slider-content .cus-slider-bigtext > div {
    font-size: 250% !important;
  }
  .cus-application-area {
    position: relative !important;
    top: 0% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    /*   		justify-content: center !important; */
    /*   		align-items: center !important; */
  }
  .cus-application-area-outer {
    position: relative !important;
  }
}

@media (max-width: 700px) {
  .cus-items-thumb-slider.inner .cus-slider-small-box .n2-ss-layer-row-inner,
  .cus-items-thumb-slider .cus-slider-small-box .n2-ss-layer-row-inner {
    flex-wrap: nowrap !important;
  }

  .cus-items-thumb-slider .n2-ss-slider-controls .nextend-bar-horizontal > div {
    left: 0 !important;
    bottom: 0;
    padding: 0px 20px 0px 20px !important;
  }
  .cus-home-slider-content .cus-slider-bigtext > div {
    font-size: 200% !important;
  }
  .cus-home-slider-content {
    margin-top: auto !important;
    margin-bottom: 50px !important;
    margin-left: 50px !important;
  }
  .cus-items-thumb-slider.cus-home .nextend-bar {
    margin-left: 40px;
    margin-bottom: 30px;
  }
	.cus-items-thumb-slider .n2-ss-slider {
		min-height:350px !important;
	}
}
