/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 28 2025 | 06:57:07 */
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body.page {
	padding: 2rem;
}

.video-section,
.video-section video {
	height: calc(100dvh - 68px) !important;
	position: relative;
}

.video-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	z-index: 1;
}

.video-content video::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.category-list ul.premium-bullet-list-box li {
	border: 1px solid transparent;
	transition: all .4s;
}

.category-list ul.premium-bullet-list-box li .premium-bullet-list-link:hover {
	border: 1px solid var(--e-global-color-primary);
}

.category-list ul.premium-bullet-list-box li:hover .premium-bullet-list-text span {
	color: var(--e-global-color-primary);
}

.nav-menu .ue-menu .uc_cl-effect-3 a::after {
	height: 2px;
    background: rgb(0 0 0);
}

/* Apply hover effect on active menu item also */
.nav-menu .ue-menu .current-menu-item a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #000000;
    height: 2px;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(0px);
	opacity: 1;
}

/* Make the line fully visible */
.nav-menu .ue-menu .current-menu-item a {
    position: relative;
	color: #000000;
}

/* .nav-menu .ue-menu .current-menu-item a::after {
    bottom: 0;
} */

.offcanvas-panel {
	position: fixed;
	left: 0;
	top: 10rem;
	z-index: 999999999;
}

.offcanvas-panel:hover .ue_hamburger::after {
	border-color: transparent transparent #2A2A2A transparent;
	transition: all .4s;
}

.offcanvas-panel .ue_hamburger {
	position: relative;
	z-index: 1;
}

.offcanvas-panel .ue_hamburger::after {
	content: '';
	position: absolute;
	width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 70px 90px 70px;
    border-color: transparent transparent #000000 transparent;
    transform: rotate(90deg); 
	z-index: -1;
}

.offcanvas-panel .outer-menu .ue_menu_wrapper .ue_menu {
	max-width: 400px;
}

.offcanvas-panel .menu-opened .ue_inner_menu,
.offcanvas-panel .menu-opened .ue_inner_menu .ue_inner_menu-box {
	width: 100% !important;
	padding: 1rem;
}

.offcanvas-panel .ue_menu .uc-list-menu .menu-item a:hover {
	color: var(--e-global-color-accent);
	transition: all .3s;
}

.gallery-container .pa-gallery-img.style2:hover .pa-gallery-icons-caption-container {
	transform: translate(0px, 0px);
	outline: 1px solid #fff;
    outline-offset: -1rem;
}

.gallery-container .pa-gallery-img .premium-gallery-caption .premium-gallery-img-name {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}

.gallery-container .pa-gallery-img .premium-gallery-caption .premium-gallery-img-desc {
	font-size: 1rem;
	line-height: 1.2;
	font-style: italic;
	font-weight: 400;
}

/* Inner Page CSS Starts */

.main-heading h1 a {
	color: var(--e-global-color-primary);
	text-decoration: none;
}

.page-heading h2 {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffffab !important;
  transform: scale(1);
  opacity: 1;
  transition: transform 4s ease, opacity 2s ease;
}

/* Grow only */
.page-heading h2.grow {
  transform: scale(1.3);
}

/* Then fade out */
.page-heading h2.fade-out {
  opacity: 0;
}


.social-share .elementor-social-icons-wrapper .elementor-social-icon {
	width: 32px;
	height: 32px;
}

.social-share .elementor-social-icons-wrapper .elementor-social-icon svg {
	display: block;
    height: 1em;
    position: relative;
    width: 1em;
}

/* Inner Page CSS Ends */

/* Price Page CSS Starts */

.price-box {
	transition: all .4s;
	border-radius: 10px;
}

.price-box:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; 
}

.price-box.one .uc_ispt_container_main {
	min-height: 162px !important;
}

.ue_pricing_above_header .uc_ispt_header_subtitle {
	text-align: center;
}

.price-box .uc_ispt_container .uc_ispt_header {
	border-top: 1px dashed var(--e-global-color-accent);
	border-bottom: 1px dashed var(--e-global-color-accent);
}

/* Price Page CSS Ends */

/* Contact Us Page Starts */

/* Form Styles */
.form-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.form-box .input-col {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 10px;
}

.form-box .input-col-33 {
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding: 10px;
}

.form-box label {
    margin-bottom: 10px !important;
    margin-top: 5px !important;
    color: #000000 !important;
    font-size: 1rem !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
}

.form-box .input-col-full {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 10px;
}

.form-box .wpcf7-form-control-wrap input, .form-box .wpcf7-form-control-wrap select {
	padding: 10px !important;
    font-size: 1rem !important; 
	line-height: 1.2 !important;
	margin-bottom: 0 !important;
	height: 48px !important;
	border-radius: 8px !important;
	border: 1px solid #D9D9D9 !important;
	transition: all .4s;
}

.form-box .wpcf7-textarea.comments,
.form-box .wpcf7-textarea.feedback {
	padding: 10px !important;
    font-size: 1rem !important; 
	line-height: 1.2 !important;
	margin-bottom: 0 !important;
	border-radius: 8px !important;
	border: 1px solid #D9D9D9 !important;
	transition: all .4s;
	height: 126px !important;
}

.form-box .wpcf7-form-control-wrap input:focus,
.form-box .wpcf7-textarea.comments:focus,
.form-box .wpcf7-form-control-wrap select:focus,
.form-box .wpcf7-textarea.feedback:focus {
	border: 1px solid var(--e-global-color-accent) !important;
}

.form-box .wpcf7-submit {
	width: 100% !important;
	display: block !important;
	margin-bottom: 0 !important;
	border-radius: 8px !important;
	background-color: #000000 !important;
	transition: all .4s;
	border: 1px solid #000000 !important;
	color: #ffffff;
	font-size: 18px !important;
    line-height: 1.2;
}

.form-box .wpcf7-submit:hover {
	background-color: transparent !important;
	color: #000000 !important;
}

.req-star {
    color: #FF0000 !important;
}

/* Contact Us Page Ends */

.page-id-1173 .header,
.page-id-1173 .footer {
	display: none;
}

.video-section .reach-list ul li {
	margin-left: 1.5rem !important;
	margin-bottom: 0 !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0 10px;
}

.fcom-text {
	color: var(--e-global-color-accent) !important; 
	text-decoration: none !important;
	transition: all .3s;
}

a.fcom-text:hover {
	text-decoration: underline !important;
}

.price-box .uc_ispt_header .ue_old_price {
	display: none;
}


/* Image Carousel Starts */
.inner-banner-slider {
	position: relative;
	width: 100%;
	min-height: 568px; /* Default for desktop */
	overflow: hidden;
}

.inner-banner-slider .slide {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: transform 1s ease-in-out, opacity 1s ease-in-out;
	z-index: 0;
	opacity: 1;
}

.inner-banner-slider .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.above-heading {
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
	transform: translatey(-50%);
    z-index: 2;
}

/* Image Carousel Ends */

/* RESPONSIVE STARTS */

@media (max-width: 1024px) {
	body.page {
       padding: 0rem;
    }
	
	.offcanvas-panel {
       top: 4rem;
    }

}

@media (max-width: 768px) {
	 /* Homepage */
	.video-section,
    .video-section video {
	  height: 100dvh !important;
    }
	
	

}

@media (max-width: 576px) {

	.nav-menu .ue-nav-menu .ue-menu {
		flex-wrap: wrap;
		gap: 8px !important;
		justify-content: center !important;
	}
	
	.offcanvas-panel {
		top: 4rem;
	}
	
	.offcanvas-panel .ue_hamburger::after {
       border-width: 0 60px 75px 60px;
    }
	
	.offcanvas-panel .ue_menu_wrapper .ue_inner_menu .ue_inner_menu-box {
		margin-top: 5rem !important;
	}
	
	.gallery-container .pa-gallery-img .premium-gallery-caption .premium-gallery-img-name {
      font-size: 1rem;
      font-weight: 500;
    }
	
	.gallery-container .pa-gallery-img .premium-gallery-caption .premium-gallery-img-desc {
      font-size: 14px;
    }
	
	.page-heading h2 {
      font-size: 1.8rem;
    }
	
	.inner-banner-slider {
	  min-height: 320px; /* Default for Mobile */
   }

}

/* RESPONSIVE ENDS */
