/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.top-header{
    background:#f7f7f7;
    padding:5px 0;
}

.top-header .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
	max-width:1170px;
	width:100%;
	margin:0 auto;
}

.top-left{
    display:flex;
    gap:35px;
    align-items:center;
}

.header-item{
    display:flex;
    align-items:center;
    gap:10px;
}

.header-item a{
    text-decoration:none;
    color:#333;
	    font-size: 13px;
}

.header-item i{
    color:#004d63;
}

.top-right{
    display:flex;
    gap:15px;
}

.top-right a{
    width:35px;
    height:35px;
    border:2px solid #004d63;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#004d63;
    text-decoration:none;
    transition:.3s;
}

.top-right a:hover{
    background:#004d63;
    color:#fff;
}
.site-header {
    padding-block-end: 5px;
    padding-block-start: 5px;
	min-height:80px;
}
.site-logo {
    position: absolute;
    top: 0;
    z-index: 2;
	    background: #fff;
    border-radius: 20px;
	padding: 15px;
}
.custom-logo {
    width: 170px;
    

}
#site-header .site-navigation ul.menu>li:last-child>a {
    padding-right: 0;
}
#site-header .site-navigation ul.menu>li.current-menu-item>a {
    color: #ff7d44;
}
#site-header .site-navigation ul.menu>li>a {
color:#003b49;
	font-weight: 500;
}
#site-header .site-navigation ul.menu>li>a:hover{
	color: #ff7d44;
}
.hero-banner-slider{
    width:100%;
    position:relative;
}

.heroSwiper{
    width:100%;
    height:700px;
}

.hero-slide{
    position:relative;
    width:100%;
    height:700px;
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

.hero-content{
    position:relative;
    z-index:2;
    max-width:1170px;
    width:100%;
    margin:auto;
    padding:0 20px;
}

.hero-content h1{
    color:#fff;
    font-size:68px;
    line-height:1.1;
    font-weight:700;
    margin-bottom:25px;
}

.hero-content h1 span{
    display:block;
    color:#ff7b42;
}

.hero-content p{
    max-width:720px;
    color:#fff;
    font-size:22px;
    line-height:1.7;
    margin-bottom:35px;
}

.hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#ff7b42;
    color:#fff;
    text-decoration:none;
    padding:18px 45px;
    border-radius:5px;
    font-size:20px;
    font-weight:600;
    transition:.3s;
}

.hero-btn:hover{
    background:#ff935d;
}

/* Hide dots */

.heroSwiper .swiper-pagination{
    display:none!important;
}

/* Navigation */

.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev{

    width:70px;
    height:70px;
    background:rgba(0,0,0,.45);
    border-radius:8px;

    opacity:0;
    visibility:hidden;

    transition:.35s;
}

.hero-banner-slider:hover .swiper-button-next,
.hero-banner-slider:hover .swiper-button-prev{

    opacity:1;
    visibility:visible;

}

.heroSwiper .swiper-button-next{
    right:30px;
}

.heroSwiper .swiper-button-prev{
    left:30px;
}

.heroSwiper .swiper-button-next:after,
.heroSwiper .swiper-button-prev:after{

    color:#fff;
    font-size:28px;
    font-weight:700;

}
.site-header .header-inner .custom-logo-link {
    transition: all 0.3s ease;
}

.site-header .header-inner .custom-logo-link.sticky_head {
    transform: scale(0.9);
}
.site-header.sticky_head .header-inner .custom-logo-link .custom-logo {
    width: 75px;
}
#site-header.sticky_head {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}
#site-header.sticky_head .site-logo {
    padding: 0;
}
/* Responsive */
@media (min-width: 1200px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1170px;
    }
}
@media(max-width:991px){

.heroSwiper,
.hero-slide{
    height:550px;
}

.hero-content h1{
    font-size:48px;
}

.hero-content p{
    font-size:18px;
}

}


@media(max-width:767px){

.top-header .container{
    flex-direction:column;
    gap:20px;
}

.top-left{
    flex-direction:column;
    gap:15px;
}

.heroSwiper,
.hero-slide{
    height:500px;
}

.hero-content{
    text-align:center;
}

.hero-content h1{
    font-size:34px;
}

.hero-content p{
    font-size:16px;
}

.hero-btn{
    padding:15px 35px;
    font-size:17px;
}

.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev{
    width:50px;
    height:50px;
}
	
}

