/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://yoursite.com/
 Description:  Child theme for hello-elementor
 Author:       AWT
 Author URI:   https://yoursite.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 160%;
}
h1,h2,h3,h4,h5{
    color:#101828;
    font-family: "Manrope", sans-serif;
}
h1 {
    font-size: 50px;
    line-height: 120%;
}

h2{
    font-size: 34px;
    line-height: 120%;
    position: relative;
}

h3 {
    font-size: 22px;
	font-weight:600;
}

p, li {
    color: #3D4658;
    line-height: 160%;
}

a {
    text-decoration: none;
}
.underline{
    text-decoration: underline!important;
}
.mt8 {
    margin-top: 8px;
}
.mt16 {
    margin-top: 16px;
}
.mt24 {
    margin-top: 24px;
}
.mt40 {
    margin-top: 40px;
}
.pt16 {
    padding-top: 16px;
}

.pt40 {
    padding-top: 40px;
}

.clr-blue {
    color: #1E40AF !important;
}
.bg-lgt{
    background:#F7F8FA;
}
.bg-lgt-lgt{
    background:#F6F4F0;
}
.dark-bg {
    background: #0E1C40;
    color: #fff;
}
.site-width {
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
    margin-left: auto;
    margin-right: auto;
}

.ptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.mx400 {
    max-width: 400px;
}
.mx500 {
    max-width: 500px;
}

.mx800 {
    max-width: 800px;
}
.mx1200 {
    max-width: 1200px;
}
.mlr-auto {
    margin-left: auto;
    margin-right: auto;
}

.t-center {
    text-align: center;
}

.flex {
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.gap80 {
    gap: 80px;
}

.gap40 {
    gap: 40px;
}
.gap24 {
    gap: 24px;
}
.gap16 {
    gap: 16px;
}
.gap8 {
    gap: 8px;
}
.align-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.home header.entry-header,
a.skip-link.screen-reader-text{
    display: none;
}
header .flex {
    align-items: center;
    justify-content: space-between;
}

.logo {
    max-width: 170px;
}

.btn,
#btn,
#submit-btn,
#submit-btn2{
    background-color: #1E40AF;
    color: #fff;
    padding: 12px 18px;
    font-weight: 600;
    border-radius: 6px;
    display: block;
    width: max-content;
    border:1.5px solid #1E40AF;
    cursor:pointer;
}

.btn.trans{
    background-color: unset;
    border:1.5px solid #D8DBE2;
    color: #101828;
     display:flex;
}

.btn.trans img{
    margin-right: 8px;
    width: 20px;
}

header {
    padding: 16px 0;
    position: sticky;
    top: 0;
	background:#050D1D;
    z-index:999;
}
.banner .btn.trans{
    background:#1E40AF;
    color:#fff;
}
.banner .btn.trans img{
filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(96deg) brightness(107%) contrast(101%);
}

.col {
    flex: 1;
}
.list {
    list-style: none;
}
.list li {
    padding-bottom: 16px;
    padding-left: 30px;
    position: relative;
}
ul.list li::before {
    content: '';
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 25px;
    left: 0px;
    top: -1px;
    background-image: url(../../../../../wp-content/uploads/2026/08/check.svg);
}
.top-line::before{
    content:'';
    position:absolute;
        background: #1E40AF;
    width: 44px;
    height: 2px;
    top: -2px;
	    line-height: unset;
}
.top-line.cntr::before{
    left: 50%;
    transform: translateX(-50%);
	    line-height: unset;
	top:-3px;
}
.hr-card {
    background: #fff;
    padding: 34px 32px;
    border: 1px solid #D8DBE2;
    border-radius: 12px;
    box-shadow: 0 5px 34px -22px rgba(14, 28, 64, 0.16);
}

.hr-icon {
    width: 44px;
    height: 44px;
    padding: 4px;
    background: #EFF6FF;
    border: 1px solid rgba(22, 192, 208, 0.28);
    background: rgba(30, 64, 175, 0.08);
    border-radius: 10px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hr-icon img {
    width: 22px!important;
    height: 22px!important;
}

.hr-card h3 {
    color: #1E40AF;
    line-height: 140%;
}
.faq-wrap {
    max-width: 823px;
    margin-left: auto;
    margin-right: auto;
}
.faq-item {
    border-bottom: 1px solid #EDEFF3;
    padding: 24px 0;
}

.faq-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap:5px;
}

.faq-head span {
    color: #010828;
    font-size: 24px;
}

.faq-body {
    max-width: 98%;

    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    transition: max-height .35s ease, opacity .3s ease, margin-top .3s ease;
}

.faq-item.active .faq-body {
    max-height: max-content;
    opacity: 1;
    margin-top: 16px;
    color:#3D4658;
}

.faq-item.active .faq-head span {
    content: "-";
}
.dark-bg h2{
    color:#fff;
}
.dark-bg p{
    color:#9AA1B2;
}
.dark-bg .top-line::before {
    background: #9DB3E8;
}

.btn.wht{
    background: #fff;
    color:#101828;
}

header .btn.trans img,
.dark-bg .btn.trans img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(96deg) brightness(107%) contrast(101%);
}
header .btn.trans,
.dark-bg .btn.trans{
    color:#fff;
}
fieldset.hidden-fields-container{
    display:none;
}
.consultation-form {
    background: #fff;
    border: 1px solid #D8DBE2;
    border-radius: 12px;
    padding: 40px 32px;
    box-shadow: 0 5px 34px -22px rgba(14, 28, 64, 0.16);
}

.consultation-form .form-field {
    margin-bottom: 22px;
}

.consultation-form input[type="text"],
.consultation-form input[type="tel"],
.consultation-form select,
.consultation-form textarea {
    width: 100%;
    background: #F7F8FA;
    border: 1px solid #EDEFF3;
    border-radius: 12px;
    color: #3D4658;
    font-size:16px;
}

.consultation-form input[type="text"],
.consultation-form input[type="tel"],
.consultation-form select {
    padding:14px 24px;
}

.consultation-form textarea {
    height: 150px;
    padding: 24px;
    resize: vertical;
    font-family: 'Inter';
    line-height: 160%;
}

.consultation-form input::placeholder,
.consultation-form textarea::placeholder {
    color: #3D4658;
    opacity: 1;
}

.consultation-form select {
    appearance: auto;
}

.consultation-form input[type="submit"] {
    width: 100%!important;
    font-family: 'Inter';
    font-size: 16px;
}

.consultation-form input[type="submit"]:hover {
    background: #1E40AF;
}
span.wpcf7-form-control-wrap.has-error {
    position: relative;
    display: block;
}
span.custom-error {
    color: red;
    font-size: 13px;
    position: absolute;
    left: 10px;
    bottom: -25px;
}
textarea span.custom-error {
	bottom: -18px;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
	opacity:.5;
}
footer {
    background: #050D1D;
      color: #fff;
}

footer p,
footer a{
    color: #fff;
}

.footer-heading {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.98px;
    margin-bottom: 18px;
}

.footer-bottom {
    border-top: 1px solid #1D2635;
    border-bottom: 1px solid #1D2635;
    margin-top: 32px;
    padding: 16px 0 32px;
}

.footer-bottom p { 
    font-size: 12px;
}
.cta{
    margin-top:48px;
}
.cta a{
    color:#575757;
    font-weight:600;
}
.page-header {
    background: #F7F8FA;
    text-align: center;
    padding: 2rem 0;
}

/*Media query */
@media(max-width:1280px){
    .site-width {
    padding-left: 60px;
    padding-right: 60px;
}
}
@media(max-width:992px){
    .site-width {
    padding-left: 50px;
    padding-right: 50px;
}
.ptb60{
    padding-top:45px;
     padding-bottom:45px;
}
.flex{
    flex-direction:column;
}
.flex-rv{
    flex-direction:column-reverse;
}
header .flex,
.dark-bg .flex,
	.cta .flex{
    flex-direction:row;
}
header .btn {
    display: none;
}
h1{
    font-size:36px;
}
h2{
    font-size:24px;
}
h3{
    font-size:18px;
}
	.btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size:14px;
}
	h2{
		max-width:100%!important;
	}
}
@media(max-width:768px){
    .site-width {
    padding-left: 16px;
    padding-right: 16px;
}
.ptb60{
    padding-top:32px;
     padding-bottom:32px;
}

header .btn.trans span{
    display:none;
}
header .btn.trans {
    padding: 9px 11px;
}
header .btn.trans img{
    margin:0;
}
.dark-bg .flex{
    flex-direction:column;
}
.consultation-form input[type="text"], .consultation-form input[type="tel"], .consultation-form select {
    padding: 16px 12px;
}
.consultation-form {
    padding: 32px 16px;
}
	.faq-head {
    gap: 18px;
		align-items: flex-start;
}
	.faq-item.active .faq-body {
    padding-right: 30px;
}
}