/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor page builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

body input::placeholder, body textarea::placeholder {
  opacity: 1 !important; 
}
.elementor-widget-container p:first-child {
    margin-block-start: 0;
}

header ul.elementor-nav-menu--dropdown a, header ul.elementor-nav-menu--dropdown a:focus, header ul.elementor-nav-menu--dropdown a:hover {
    border-inline-start: 0px solid transparent;
}
header, header .elementor-element.top-bar, header .e-con-inner{
	transition: .8s;
}
header.elementor-sticky--effects{
	box-shadow: 0px 3px 20px 0px #00000021;
	border-radius: 0px 0px 15px 15px;
}
header.elementor-sticky--effects .e-con-inner{
    padding: 20px 0px;
}
header.elementor-sticky--effects .top-bar{
	visibility: hidden;
    margin-top: -40px;
}
body .ti-widget.ti-goog .ti-review-item>.ti-inner {
    border-radius: 15px !important;
    border: 1px solid #70C8CD !important;
}
.elementor-select-wrapper .select-caret-down-wrapper svg {fill: #154962 !important;}
.elementor-form .elementor-button {cursor: pointer;}

@media (min-width: 1921px) {
.container-xl {
    max-width: 1400px;
    margin: 0 auto !important;
}
}

@media (min-width:1500px) and (max-width:1920px){
	.welcome-img{
		min-height: 550px !important;
	}
}

@media (min-width:1400px) and (max-width:1499px){
	.welcome-img{
		min-height: 600px !important;
	}
}

@media (min-width:1024px) and (max-width:1399px){
	.welcome-img{
		min-height: 550px !important;
	}
}

@media(max-width:1250px){
	header .menu-item a{
		font-size: 14px !important;
	}
	header .e-con-inner{
		gap: 0px !important;
	}
}

@media(max-width:1399px){
	body, p, .elementor-widget-container{
		font-size: 16px !important;
	}
}

@media (min-width:1025px) and (max-width:1215px) {
header ul.elementor-nav-menu li a:not(ul.sub-menu li a) {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    font-size: 13px !important;
}
.elementor-element.e-con-full.logo-container {
    width: 18%;
}
.elementor-element.e-con-full.menu-container {
    width: 82%;
}
	
}

@media (max-width:767px) {
footer .elementor-nav-menu__align-start .elementor-nav-menu {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.elementor-widget-container ul {
    padding-left: 15px;
    list-style: inside;
    margin-top: 0;
    margin-bottom: 0;
}	
}

/* Site button design 
.site-btn a {
    display: inline-block;
    position: relative;
transition:all .3s ease-in-out;
}
.site-btn a:before {
    box-shadow: 5px 5px 0px #e92a3280;
    content: "";
    height: 42px;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
	transition:all .3s ease-in-out;
	z-index:1;
}
.site-btn a:hover{transition:all .3s ease-in-out;}
.site-btn a:hover:before{width:100%;}

.elementor-element.blog-sec .page-numbers.prev, .elementor-element.blog-sec .page-numbers.next, .elementor-element.gall-sec .next.page-numbers, .elementor-element.gall-sec .prev.page-numbers{
	font-size: 0px;
    height: 55px;
    width: 55px;
    display: inline-block;
    border-radius: 4px;
	position: relative;
}
.elementor-element.blog-sec .page-numbers.prev:before, .elementor-element.gall-sec .prev.page-numbers:before{
	background-image: url("https://new.yourportaldesign.com/ypdev2/ackerman/wp-content/uploads/2025/04/chevron-left.png");
}
.elementor-element.blog-sec .page-numbers.next:before, .elementor-element.gall-sec .next.page-numbers:before{
	background-image: url("https://new.yourportaldesign.com/ypdev2/ackerman/wp-content/uploads/2025/04/chevron-right.png");
}
.elementor-element.blog-sec .page-numbers.prev:before, .elementor-element.gall-sec .prev.page-numbers:before,
.elementor-element.blog-sec .page-numbers.next:before, .elementor-element.gall-sec .next.page-numbers:before{
	content:"";
	height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 17px;
    display: inline-block;
}

.elementor-element.blog-sec .elementor-pagination{
	display: flex;
    align-items: center;
    justify-content: center;
}

.elementor-element.blog-sec .page-numbers, .elementor-element.gall-sec .page-numbers {
    color: #473535 !important;
    height: 55px;
    width: 55px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    position: relative;
    transition: .3s;
    background: #fff;
}
.elementor-element.blog-sec .page-numbers.current {    
	background-color: #000;
    border-color: transparent;
    color: #fff !important;
}
.elementor-element.blog-sec .page-numbers.prev, .elementor-element.blog-sec .page-numbers.next {
    background: #e92a32;
}

*/

nav.elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
a.page-numbers {
    width: 55px;
    height: 55px;
    border: 1px solid #154962;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #154962;
	transition: .6s;
}
span.page-numbers.current {
    width: 55px;
    height: 55px;
    border: 1px solid #154962;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: #154962;
	transition: .6s;
}
a.page-numbers:hover{
	background-color: #154962;
	color: #fff;
}





