/*
Theme Name: Unira Project
Theme URI: https://example.com/unira-project
Author: Dotlogics
Author URI: https://www.dotlogics.com/
Description: A simple WordPress theme with necessary hooks.
Version: 1.0
License: GPL v2 or later
Text Domain: unira-project
*/
body {
    margin: 0;
}
/* Header css started */
.mian-haeder .elementor-container.elementor-column-gap-default {
    justify-content: space-between;
}
.site-logo svg#Layer_1 g path {
    fill: #fff;
}
.mobile-item{
    display:none !important;
}
.fz-p p {
    margin: 0px !important;;
}
.fz-p {
    margin-bottom: 0px !important;
}
.site-menu-simple ul li a {
    position: relative;
    text-decoration: none; /* Remove default underline */
    margin:0px 19px 0px 11px;
}
.site-menu-simple ul li a::after {
    content: "";
    position: absolute;
    bottom: -5px; /* Adjust the gap */
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #56c1ff; /* Change as needed */
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
.site-menu-simple ul li a:hover::after {
    width: 100%;
    left: 0;
}
.app-btn a {
    width: 100% !important;
}
.scrolled {
    background-color: #03092C !important;
	box-shadow: 0 6px 15px 8px #3db7ff45;
    border-bottom: 1px solid #3DB7FF;
}

a.unirapp {
    overflow: hidden !important;
    position: absolute;
    background-color: #61CE7000;
    font-family: "Inter-SemiBold", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #3DB7FF;
    border-radius: 50px 50px 50px 50px;
    line-height: 1;
    padding: 19px 24px;
    width: 100%;
    text-align: center;
    color: #fff;
	top: -28px;
}
a.unirapp span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30%;
    height: 1px;
    background: linear-gradient(to right, #ffffff, #1779ff);
    animation: animate1 4s linear infinite;
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

a.unirapp span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff, #1779ff);
    animation: animate2 4s linear infinite;
    animation-delay: 1s;
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

a.unirapp span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 30%;
    height: 1px;
    background: linear-gradient(to left, #ffffff, #1779ff);
    animation: animate3 4s linear infinite;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

a.unirapp span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, #ffffff, #1779ff);
    animation: animate4 4s linear infinite;
    animation-delay: 1s;
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}
svg.uniapp {
    width: 25px;
    height: 20px;
    margin-right: 5px;
    position: absolute;
    left: 12px;
    top: 15px;
}
svg.uniapp path {
    fill: #fff;
}
a.unirapp:hover {
    box-shadow: 0 0 10px 0 #3DB7FF inset, 0 0 20px 2px #3DB7FF;
    background-color: #3db7ff8f;
    backdrop-filter: blur(5px);
}
.term-and-pvc-page ul li a span.elementor-icon-list-text:after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #56c1ff;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out !important;
}
.term-and-pvc-page ul li a span.elementor-icon-list-text:hover::after{
    width: 100%;
    left: 0;
}
.term-and-pvc-page ul li a span.elementor-icon-list-text{
    position: relative;
    text-decoration: none; /* Remove default underline */
}

.subscribe-form button:hover {
	box-shadow: 0 0 10px 0 #3db7ffb0 inset, 0 0 20px 2px #3db7ffb0
}
.subscribe-form button {
	cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 17px;
    height: 50px;
}
.subscribe-form input {
    height: 61px;
	padding-left: 30px;
}
.unira-footer .elementor-background-overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.67;
    background: linear-gradient(180deg, 
        rgba(14, 19, 51, 1) 1%,  /* Dark at bottom */
        rgba(22, 57, 125, 1) 28%, /* Mid darker blue */
        rgba(38, 125, 255, 1) 89%);
	position: absolute;
}
.blurd-section {
    width: 100% !important;
    backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
.circale-section .eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn {
   	width: fit-content;
    height: 36px !important;
    border-radius: 50px;
   
}
.circale-section .eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-btn-icon {
    border-radius: 0%;
	background: linear-gradient(90deg, #0bbafb 0%, #3e88ed 100%);
	padding: 0px 29px;
}
.eael-circle-content p {
    background-color: #fff;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 5px rgba(82, 132, 214, 0.4);
}
.light-box .ekit-wid-con:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    top: 0;
    z-index: 1;
    box-shadow: 0 0 1px 0 #3DB7FF inset, 0 0 20px 2px #3DB7FF;
	border-radius: 15px;
}
.light-box .elementskit-infobox {
    min-height: 312px;
}
/* .light-box .ekit-wid-con:after {
   content: '';
    position: absolute;
    width: 0; 
    height: 3px;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 0 1px 0 #3DB7FF inset, 0 0 20px 2px #3DB7FF;
    border-radius: 15px;
    left: 0%;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out !important;
} */
.light-box .ekit-wid-con:hover::after {
     width: 100%;
    left: 0;
}
.read-list span.elementor-icon-list-icon i.icon.icon-cross {
    background-color: #f44336;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.green-list span.elementor-icon-list-icon i.icon.icon-tick {
    background-color: #00ba00;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.surgen-section .elementor-container.elementor-column-gap-default {
    margin-left: auto !important;
    margin-right: 0;
    max-width: calc((100% - 1200px) / 2 + 1200px) !important;
}
.get-started-box .box-body:before {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: -14px;
    transition: 0.5s;
	

}
/* .get-started-box:hover .box-body:before {
    width: 50%;
    transition: 0.5s;
	box-shadow: 0 0 1px 0 #3DB7FF inset, 0 0 5px 2px #3DB7FF;
} */
.get-started-box:hover {
    
	cursor:pointer;
}
.get-started-box .elementskit-box-header .elementskit-info-box-icon img {
    margin-left: -10px;
}
.tabs-home .eael-tabs-nav {
    width: 65.5%;
    margin: 0 auto;
}
.tabs-home ul {
    background-color: #161d4f !important;
    height: 53px;
    border-radius: 50px !important;
	padding: 0px 10px !important;
	border: 1px solid #38417d;
	gap: 5px;
}
.tabs-home ul li {
    background-color: transparent !important;
    height: 47px;
	border-radius: 50px !important;
}
.tabs-home ul li.eael-tab-item-trigger.eael-tab-nav-item.active {
    background-color: #1C5CC1 !important;
    color: #fff;
	
	
}
.tabs-home ul li:hover {
/*     background-color: #1C5CC1 !important; */
    color: #fff;
/* 	box-shadow: 0 0 10px 0 #3DB7FF inset, 0 0 20px 2px #3DB7FF; */
}
.blog-date .elementor-widget-container {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
	padding: 15px;
}
.site-menu-simple .eael-simple-menu-container {
    min-height: auto;
}
.site-menu-simple ul li a.eael-item-active::after {
    width: 100%;
    left: 0;
}
.site-menu-simple ul.sub-menu li a::after{
	display:none;
}
.site-menu-simple ul.sub-menu {
    margin-top: 5px !important;
}
span.eael-simple-menu-toggle-text {
    display: none;
}
.site-menu-simple ul li a span {
    position: relative !important;
}
.site-menu-simple ul li a span svg.e-font-icon-svg.e-fas-angle-down {
    position: absolute;
    top: 2px;
	fill: #fff;
}
.pricing-faqs .elementor-accordion-item {
    background: linear-gradient(90deg, #04224f 0%, #080d2e 75%) !important;
}
.pricing-faqs .elementor-tab-title.elementor-active {
    background: linear-gradient(90deg, #1f63ce 0%, #080d2e 75%);
}
.pricing-faqs .elementor-tab-content {
    background: linear-gradient(90deg, #1f63ce 0%, #080d2e 75%);
}
.subscribe-form input#form-field-email {
    padding-right: 150px;
}
.unira-app-on-abt svg.uniapp {
    left: 30px;
}
.btn-icons.app-button .ekit-double-btn.ekit-double-btn-two:hover {
    box-shadow: 0 0 10px 0 #3DB7FF inset, 0 0 20px 2px #3DB7FF;
}

.btn-icons.app-button .ekit-double-btn.ekit-double-btn-one:hover{
    box-shadow: 0 0 10px 0 #3DB7FF inset, 0 0 20px 2px #3DB7FF;
}
.nav-app-button a {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #3DB7FF;
    border-radius: 50px 50px 50px 50px;
    line-height: 1;
    position: relative;
	width: 100%;
}
.nav-app-button a:before {
    content: '';
    width: 100%;
    height: 5px;
    background-image: url(/wp-content/uploads/2025/02/shadow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    display: inline;
    top: -3px;
    right: 10%;
}
.nav-app-button a:after {
    content: '';
    width: 100%;
    height: 5px;
    background-image: url(/wp-content/uploads/2025/02/shadow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    display: inline;
    bottom: -3px;
    right: -26%;
}
.nav-app-button a:hover {
    box-shadow: 0 0 10px 0 #3DB7FF inset, 0 0 20px 2px #3DB7FF;
    background-color: #3db7ff8f !important;
    backdrop-filter: blur(5px);
}
.nav-app-button.log-btn-nav a::after {
    right: -10% !important;
}
.nav-app-button a span.elementor-button-icon {
    margin-top: -2px;
}
.btn-icons.app-button a.ekit-double-btn.ekit-double-btn-two {
    position: relative;
	overflow: visible;
}
.btn-icons.app-button a.ekit-double-btn.ekit-double-btn-two:before {
    content: '';
    width: 100%;
    height: 5px;
    background-image: url(/wp-content/uploads/2025/02/shadow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    display: inline;
    top: -3px;
    right: 10%;
}
.btn-icons.app-button a.ekit-double-btn.ekit-double-btn-two:after {
    content: '';
    width: 100%;
    height: 5px;
    background-image: url(/wp-content/uploads/2025/02/shadow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    display: inline;
    bottom: -3px;
    right: -26%;
}
.btn-icons.app-button a.ekit-double-btn.ekit-double-btn-two:hover:before {
   display:none;
}
.btn-icons.app-button a.ekit-double-btn.ekit-double-btn-two:hover:after {
   display:none;
}
.pvc-page a:hover {
    color: #56C1FF ! IMPORTANT;
}
.read-more-btn a {
    cursor: pointer;
}
.how-surgenos-box .elementor-widget-wrap.elementor-element-populated {
    border-color: #697891 #117bc2 #050e37 #18a1f3 !important;
}
.multi-color-border .elementor-widget-wrap.elementor-element-populated {
    border-color: #3e5173 #1b1944 #050e37 #1b1944 !important;
}
.feature-icon-box .elementor-widget-wrap.elementor-element-populated {
    border-left: 1px solid #d9e5f3;
    border-radius: 17px 17px 10px 10px;
    border-right: 1px solid #13c1ff;
/*     border-top: 1px solid #1d2344; */
}
.about-teams .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-content h3.elementor-image-box-title {
	font-size: 24px !important;
}
.circale-section .eael-circle-btn {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.blog-posts .elementor-post__card {
    background-color: transparent !important;
}
.blog-posts .elementor-post__card a {
    margin-bottom: 0px !important;
}
.blog-posts .elementor-post__card .elementor-post__text {
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
    padding-bottom: 20px !important;
    padding-top: 30px !important;
}
.blog-posts .elementor-post__meta-data {
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
	padding-top: 5px !important;
	padding-bottom: 20px !important;
}
.contact-us-form form.elementor-form {
    opacity: 1 !important;
}
.contact-us-form .elementor-message-svg:before {
    background-image: unset ! IMPORTANT;
    content: "\e90e" !important;
    height: 1em;
    width: 1em;
    color: #fff;
    position: absolute;
	left:15px;
}
.contact-us-form .elementor-message.elementor-message-success.elementor-message-svg {
    padding-left: 25px;
}
.blog-posts .elementor-post__card .elementor-post__thumbnail img {
    transition: 1s;
}
@media only screen and (max-width: 1600px) {
	.about-teams .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-content h3.elementor-image-box-title {
		font-size: 22px !important;
	}
}
@media only screen and (max-width: 1250px) {
	a.unirapp {
		padding: 12px 14px;
	}
	a.unirapp{
		 font-size: 15px !important;
	}
	 .site-menu-simple ul li a {
    
        font-size: 15px !important;
    }
	svg.uniapp {
		top: 8px;
	}
	a.unirapp {
		top: -20px;
	}
	.nav-app-button a{
        padding: 12px 14px !important;
        font-size: 15px !important;
    }
	

}
@media only screen and (max-width: 1150px) {
    .site-menu-simple ul li a {
    
        font-size: 14px !important;
    }
    a.unirapp {
        font-size: 12px !important;
    }
	svg.uniapp {
		width: 25px;
		height: 18px;
	}
	.nav-app-button a{
        font-size: 12px !important;
    }
}
@media only screen and (max-width: 1024px) {
    .mobile-item{
        display:block !important;
    }   
    ul#menu-mian-menu {
        background-color: #03092C;
        margin-top:10px;
		padding-top: 15px;
        padding-bottom: 15px;
		
    }
    .site-menu-simple ul li a {
        margin:0px 19px 0px 11px;
    }
	.site-menu-simple ul li a::after {
		display:none;	
	}
	.eael-circle-content p {
		width: 100px;
		height: 100px;
		
	}
	.circale-section .eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn .eael-circle-btn-icon {
		padding: 0px 15px;
	}
	.light-box .elementskit-infobox {
		min-height: 250px;
	}
	.tabs-home .eael-tabs-nav {
		width: 80%;
	}
	.header-white-section {
		background-color: #03092c !important;
	}
	.unira-app-on-abt svg.uniapp {
		left: 3px;
	}
	.site-menu-simple ul li a span svg.e-font-icon-svg.e-fas-angle-down {
		top: 5px;
	}
	.site-menu-simple ul.sub-menu {
		margin-top: 0px !important;
	}
	.site-menu-simple ul#menu-2-9efe2df {
		padding-top: 15px;
		padding-bottom: 25px;
	}
}
@media only screen and (max-width: 767px) {
    .subscribe-form input {
		height: 50px;
	}
	.subscribe-form button {
		height: 40px;
	}
	.circale-section .eael-circle-inner {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		column-gap: 5px !important;
		row-gap: 5px !important;
	}
	.circale-section .eael-circle-content p {
		width: 60px;
		height: 60px;
		box-shadow:none;
	}
	.circale-section .eael-circle-content p img {
		width: 50px;
	}
	.elementor-20 .elementor-element.elementor-element-d66a4f5 .eael-circle-content {
		background: #246cdd00 !important;
		padding: 0px 0px 0px 0px !important;
	}
	.eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-item {
			padding: 10px !important;
	}
	.circale-section .eael-circle-wrapper.eael-interactive-circle-preset-1 .eael-circle-info .eael-circle-inner .eael-circle-item .eael-circle-btn     {
		width: 100%;
	}
	.light-box .elementskit-infobox {
		min-height: 250px;
	}
	.tabs-home .eael-tabs-nav {
		width: 100%;
	}
	.vidoe-section .slick-dotted.slick-slider {
		margin-bottom: 40px !important;
	}
	.blog-date .elementor-widget-container {
		width: 60px;
		height: 60px;
	}
	.subscribe-form input#form-field-email {
		padding-right: 130px;
	}
	.tabs-home ul li {
		height: 35px;
	}
	.tabs-home ul {
		height: 45px;
	}
	.blog-posts .elementor-post__card .elementor-post__text {
		padding-top: 15px !important;
	}
	
}