/*
Theme Name: Obact Custom Website
Theme URI: https://obact.in/
Author: Obact
Author URI: https://obact.in/
Description: Custom Web Design And Development
Version: Update 
*/
#preloader{display: none !important;}

.after-before-slider .elementor-swiper-button-prev{left:-50px!important;}

@media (max-width: 1200px) {
	.after-before-slider .elementor-swiper-button-prev{left:0px!important;}
}
	
	
	
	
.after-before-slider .elementor-swiper-button-next{right:-50px!important;}

@media (max-width: 1200px) {
	.after-before-slider .elementor-swiper-button-next{right:0px!important;}
}



.spanhtwo {
    color: #727375;
    font-family: "Montserrat"; 
    font-size: 30px;
	  display: block;
	  margin-top: 0px
}

@media (max-width: 1024px) {
	.spanhtwo {
    font-size: 18px;

}
}


.spanCTA {
  font-family: "Montserrat";
	font-size: 25px;
	font-weight: 700;
	text-transform: none!important;
	margin-top: 0px;
	display: block;
	
}

@media (max-width: 1024px) {
	.spanCTA {
    font-size: 18px;

}
}


.spanhone {
	color:#719CC2;
	font-family: "Barlow Condensed Regular";
	letter-spacing: 5;
	font-weight: 300;
	font-size: 55px;
	display: inline-block;
}

@media (max-width: 800px) {
.spanhone {
    font-size: 30px;

}
}


.line1 , .line2 {
	position: relative;
}

.line1::before , .line2:before{
content: "";
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	pointer-events: none;
	z-index: 1;
}

.line1:before {
	background-image: url("/wp-content/uploads/2024/11/01.png");
	width: 50px;
	height: 50px;
	bottom: -15px;
	right: 10px;
}

@media (max-width: 1024px) {
	.line1:before {
		width: 40px;
	height: 40px;
	bottom: -20px;
	right: 10px;
	}
}


.line2::before {
	background-image: url("/wp-content/uploads/2024/11/01-1.png");
  width: 50px;
	height: 50px;
	bottom: -15px;
	left: 10px;
}
	
	
	@media (max-width: 1024px) {
	.line2:before {
		width: 40px;
	height: 40px;
	bottom: -20px;
	right: 10px;
	}
	}

ul {
	margin-left: 20px;
	list-style-type: disc!important;
}



.elementor-kit-7 button {
	background-color: transparent;
    background-image: linear-gradient(180deg, #7FA6C8 50%, #719CC2 50%);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 0px 2px #A8A9AA;
}

.elementor-kit-7 button:hover{
background-color: transparent;
    background-image: linear-gradient(180deg, #808183 50%, #727375 50%);
}

div.elementor-posts-nothing-found {
	text-align: center;
}

/* Smooth header fade-in */
header {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  /* Fallback: show header after 1.5s if JavaScript fails */
  animation: header-fallback 0.1s 1.5s forwards;
}

body.header-loaded header {
  opacity: 1;
  transform: translateY(0);
  animation: none; /* Disable fallback animation when JS works */
}

/* Fallback animation for when JavaScript doesn't load */
@keyframes header-fallback {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* If your theme wraps the main header in a different element (e.g. .site-header),
   you can swap `header` for that selector instead. */