/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */
body{
	font-family:'Inter',system-ui,-apple-system,sans-serif;
}
h1,h2,h3{
	font-family:'Playfair Display',Georgia,serif;
	font-weight:700;
}
.accent-bar{
	background: linear-gradient(90deg, #1FA4D6, #0A2F4E);
    padding: 3px 0;	
}

.site-logo img{
	width: auto;
	height: 56px; 
}
.site-header .site-branding{
	font-family: 'Inter',system-ui,-apple-system,sans-serif;
	flex-direction: row;
	align-items: center;
}
.site-header .header-inner .site-branding .site-description{
	font-size: 14px;
	font-weight: 600;
	color: #0a304f;
}

.site-navigation ul.menu li a{
	font-size: 14px;
	font-weight: 600;
	padding: 8px 25px;
	line-height: 1.7;
	color: #0a304f;
	text-transform: uppercase;
}
li#menu-item-19 a{
	background: #0a304f;
    color: #fff;
    border-radius: 5px;
}
.site-navigation ul.menu li a:hover,
.site-navigation ul.menu li.current-menu-item a{
	color: #1FA4D6;
}

#site-footer{
	background: #061E33;
	padding: 0;
}
.site-footer .footer-inner .copyright p{
	font-family: 'Inter',system-ui,-apple-system,sans-serif;
	font-size: 12.8px;
	line-height: 21.76px;
	color: rgba(255,255,255,.3);
}
.site-footer .footer-inner{
	justify-content: center;
	padding: 30px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.copyright p{
	font-size: 14px;
	color: #fff;
}
.site-footer .footer-inner .site-branding .site-logo img{
	width: 60px;
	height: 60px;
}


.bullet-card{
	border: 1px solid #E2E5E8;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}
.bullet-card::after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #1FA4D6;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s;
}
.bullet-card:hover{
	transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(10, 47, 78, .08);
    border-color: transparent;
}
.bullet-card:hover::after {
    transform: scaleX(1);
}


.h-imagebox {
	position: relative;
}
.h-imagebox:hover{
	transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(10, 47, 78, .2);
}
.h-imagebox .elementor-image-box-img{
	position: relative;
	bottom: 0;
	margin-bottom: 0 !important;
}
.h-imagebox .elementor-image-box-content{
	position: absolute;
	bottom: 0;
	left: 0;
}
.h-imagebox .elementor-image-box-img img{
	border-radius: 12px !important;
	background: linear-gradient(180deg,transparent 0%,rgba(6,30,51,.9) 100%);
}
.h-imagebox .elementor-image-box-img:hover img{
    transform: scale(1.01);
}
.h-imagebox .elementor-image-box-content h3{
	padding-left: 20px;
	padding-bottom: 20px;	
}


.testi-nblue{
	background: linear-gradient(135deg, #061E33, #0A2F4E);
}

.h-testi .elementor-testimonial-content{
	padding-bottom: 20px;
	border-bottom: 2px solid #1FA4D6;
}
.h-testi .elementor-testimonial-content::before{
	content: '“';
	font-family: 'Playfair Display', serif;
	color: #1FA4D6;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 12px;
	display: block;
}

.curved-section {
  position: relative;
}
.curve-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.curve-container svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px); /* Prevents tiny gaps on some browsers */
  height: 120px;
}

header.sticky{
	position: fixed;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	z-index:100;
	padding: 5px 0;
}

#back-top-top{
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9;
	padding: 12px;
	background: #0a304f;
}

#recent-publications a{
	color: #fff;
}
#recent-publications a:hover{
	color: #061E33;
	text-decoration: underline;
}

#contact-form-wrap input{
	width: 100%;
}
#contact-form-wrap input.wpcf7-submit{
	background-color: #1FA4D6;
    font-family: "Inter", Sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    border-radius: 6px 6px 6px 6px;
    padding: 12px 28px 12px 28px;
	border: 0;
	color: #fff;
}
#contact-form-wrap input.wpcf7-submit:hover{
	background-color: #061E33;
}

/*.admin-bar header.sticky{
	top: 32px;
}

header.sticky main#content{
	margin-top: 56px;
}
.admin-bar main#content{
	margin-top: 88px;
}*/