@font-face {
	font-family: 'Almoni Tzar ML v5 AAA';
    src: url('../fonts/almoni-tzar-regular-aaa.woff2') format('woff2'),
         url('../fonts/almoni-tzar-regular-aaa.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Almoni Tzar ML v5 AAA';
    src: url('../fonts/almoni-tzar-demibold-aaa.woff2') format('woff2'),
         url('../fonts/almoni-tzar-demibold-aaa.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Almoni Tzar ML v5 AAA';
    src: url('../fonts/almoni-tzar-bold-aaa.woff2') format('woff2'),
         url('../fonts/almoni-tzar-bold-aaa.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body{
	background: #151831;
	font-family: 'Almoni Tzar ML v5 AAA';
	letter-spacing: -0.02em;
}
input,button{
	font-family: 'Almoni Tzar ML v5 AAA';
}
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-track {
    background: #2fd2ff;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #151831, #555);
    border-radius: 6px;
    border: 3px solid #f0f0f0;
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, #000, #333);
}
* {
    scrollbar-width: thin;
    scrollbar-color: #151831 #f0f0f0;
}
.header{
	background: rgba(3, 1, 21, 0.15);
	backdrop-filter: blur(8px);
	width: 100%;
	height: auto;
	padding: 20px 0;
	gap: 52px;
	position: fixed;
	top: 0px;
	z-index: 10;
}
.container-header{
	width: 1440px;
	max-width: 100%;
	margin: 0 auto;
}
.header .header-end .list{
	padding: 2px;
	margin: 0 auto;
	width: 290px;
	height: 36px;
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 4px;
}
.btn.btn-primary {
    background: #1CC8F4;
    display: flex;
    width: 147.76px;
    height: 36px;
    padding: 8px 16px;
    gap: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #151831;
    border: 0;
    text-transform: uppercase;
    transition: all 0.3s ease;
	cursor: pointer;
}
.btn.btn-primary:hover {
    background: #fff;
}
.header .btn.btn-secondary {
    background: #03011526;
    width: 143px;
    height: 32px;
    line-height: 24px;
	font-size: 20px;
    padding: 3px 10px;
    box-shadow: 0px 2px 20px rgba(0,0,0,0.26);
    border-radius: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    color: #EBFDFF;
    text-decoration: none;
}
.header .btn.btn-secondary:hover {
    background: #03011540;
    box-shadow: 0px 4px 24px rgba(0,0,0,0.3);
    cursor: pointer;
}
.header .btn.btn-white {
    padding: 3px 10px;
    width: 143px;
    height: 32px;
    line-height: 24px;
	font-size: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(0,0,0,0.26);
    border-radius: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    color: #070424;
    text-decoration: none;
}
.header .btn.btn-white:hover {
    background: #f0f0f0;
    box-shadow: 0px 4px 24px rgba(0,0,0,0.3);
    cursor: pointer;
}
.header-center .btn-link{
	font-weight: 400;
	font-size: 24px;
	line-height: 38px;
	color: #EDEDF2;
	text-decoration: none;
}
.header-end{
    display: flex;
    align-items: center;
    gap: 50px;
}
.header-center .list{
	gap:15px;
}
.section-hero{
	background: radial-gradient(51.33% 39.98% at 51.04% 39.98%, #343D7B 0%, #070526 100%), #D9D9D9;
	max-width: 100%;
	padding-bottom: 40px;
}
#section-hero {
	padding-top: 197px;
}
.section-hero-inner {
	position: relative;
}
.hero-title{
	font-weight: 400;
	font-size: 116px;
	line-height:104px;
	color: #FFFFFF;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.hero-text{
	font-weight: 700;
	font-size: 68px;
	line-height: 88px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 22px;
	letter-spacing: 1px;
}
.subtitle{
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #1CC8F4;
	display: inline-block;
	margin-bottom: 17px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}
.container-about{
	padding: 0px 0px 16px;
	isolation: isolate;
	background: rgba(12, 11, 48, 0.25);
	backdrop-filter: blur(13.2px);
	width: 1140px;
	max-width: 100%;
	height: 361px;
	padding-top: 52px;
	padding-right: 90px;
	padding-bottom: 52px;
	padding-left: 90px;
	margin-top: 126px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.tiles-Background{
	position: absolute;
	left: 0;
	right: 0;
	top: -33px;
	margin: 0 auto;
	width: 1400px;
	max-width: 100%;
	pointer-events: none;
}
.GlowEffect{
	position: absolute;
	left: 0;
	right: 0;
	top: 95px;
	margin: 0 auto;
	width: 1400px;
	max-width: 100%;
	pointer-events: none;
}
.about-start{
	width: 446px;
	gap: 56px;
	max-width: 100%;
}
.about-end{
	width: 617px;
	max-width: 100%;
	gap: 56px;
	padding-top: 54px;
}
.about-title{
	font-weight: 700;
	font-size: 68px;
	line-height: 68px;
	color: #EAEDFF;
	letter-spacing: -0.02em;
}
.about-text{
	font-weight: 400;
	font-size: 28px;
	line-height: 42px;
	color: #CBDCFA;
}
.about-text p{
	margin: 0;
}
.container-services{
	width: 1190px;
	max-width: 100%;
	padding-top: 143px;
}
.services-title{
	font-weight: 700;
	font-size: 68px;
	line-height: 68px;
	color: #EAEDFF;
	margin-top: -5px;
	width: 424px;
	max-width: 100%;
	letter-spacing: -0.02em;
}
.services-text{
	font-weight: 400;
	font-size: 28px;
	line-height: 42px;
	color: #CBDCFA;
	margin-top: 14px;
	letter-spacing: -0.005em;
}
.services-list{
	margin-top: 66px;
}
.services-list .list{
	width: 800px;
	max-width: 100%;
	gap: 0 20px;
}
.services-img-wrap1 {
	display: flex;
	flex-grow: 1;
}
.services-img-wrap{
	width: 100%;
}
.services-img {
	width: 826px;
	height: auto;
    max-width: none;
	position: absolute;
    left: 56%;
    bottom: -40px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.services-list-item{
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	color: #FFFFFF;
	width: 369px;
}
.services-list-item-title{
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	padding-inline-start: 10px;
	padding-top: 10px;
	margin-bottom: 0;
}
.services-list-item-text{
	padding-inline-start: 10px;
	padding-top: 0;
}
.section-expert{
	background-color: #0b112f;
}
.container-expert{
	margin: 0 auto;
	margin-top: 153px;
	max-width: 1400px;
}
.expert-subtitle{
	text-align: center;
	display: block;
}
.expert-title{
	font-weight: 700;
	font-size: 68px;
	line-height: 68px;
	color: #EAEDFF;
	margin-top: -13px;
	letter-spacing: -0.02em;
	text-align: center;
}
.expert-text{
	font-weight: 400;
	font-size: 28px;
	line-height: 42px;
	color: #CBDCFA;
	margin-top: 14px;
	letter-spacing: -0.005em;
}
.expert-list{
	margin-top: 50px;
}
.expert-list .list{
	background: linear-gradient(180deg, #0a1035 7.81%, rgba(6, 10, 32, 50%) 100%);
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	padding: 0px;
	isolation: isolate;
	width: 1141px;
	max-width: 100%;
	border: 2px solid #334679;
	backdrop-filter: blur(1px);
	margin: 0 auto;
}
.expert-img{
	max-width: none;
	position: absolute;
	left: 50%;
	top: -120px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: -1;
}
.expert-list-item{
	width: 50%;
}
.services-content-wrap {
	z-index: 1;
}
#expert-list-item-1 {
}
#expert-list-item-2 {
	background: linear-gradient(180deg, #080E28 22%, rgb(0 0 0 / 0%) 100%);
}
#expert-list-item-3 {
}
#expert-list-item-4 {
	background: linear-gradient(207deg, rgb(11 35 88) 0%, rgba(196, 203, 245, 0) 50%);
}
.expert-lightEffect{
	position: absolute;
	width: 627px;
	height: 361px;
	top: 25%;
	background: #1959AD;
	filter: blur(200px);
	margin: 0 auto;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.expert-list-item [class*="col-"] {
    padding-right: 4.2rem;
    padding-left: 4.2rem;
}
.expert-list-item-title{
	font-weight: 600;
	font-size: 50px;
	line-height: 45px;
	letter-spacing: -0.02em;
	color: #FCFFFF;
	margin-top: .6rem;
	margin-bottom: 1rem;
}
.expert-list-item-text{
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: -0.01em;
	color: #CBDCFA;
	padding: 0 0 30px 0;
}
.section-needed{
	background-color: #0b112f;
}
.container-needed{
	width: 1160px;
	max-width: 100%;
}
.needed-start {
    padding-top: 20.5rem;
    padding-inline-start: 2.5rem;
}
.needed-title{
	font-weight: 600;
	font-size: 56px;
	line-height: 60px;
	letter-spacing: -0.02em;
	color: #FCFFFF;
	margin-top: -5px;
}
.needed-text{
	font-weight: 400;
	font-size: 28px;
	line-height: 42px;
	letter-spacing: -0.01em;
	color: #CBDCFA;
	margin-top: 22px;
	width: 580px;
	max-width: 100%;
}
.needed-list{
	margin-top: 66px;
}
.needed-list .list{
	width: 800px;
	gap: 0 20px;
}
.needed-img{
position: relative;
}
.needed-list-item{
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	color: #FFFFFF;
	width: 369px;
}
.needed-list-item-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #FFFFFF;
    padding-inline-start: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}
.needed-list-item-text p{
	margin: 0;
}
.needed-img2 {
    position: absolute;
    right: -105px;
    width: auto;
    bottom: 30px;
}
#needed-list-item-1 {
    margin-right: 15px;
    margin-top: -7px;
}
#needed-list-item-2 {
    margin-top: 50px;
    margin-right: 55px;
}
#needed-list-item-3 {
    margin-top: 50px;
    margin-right: 95px;
}
.section-contact{
	background-color: #0b112f;
	padding-top: 100px;
}
.container-contact{
	max-width: 100%;
	width: 1920px;
	height: 815px;
	margin-top: 0;
	border-top: 1px #0E1434 solid;
}
.contact-start {
	padding-inline-end: 12rem;
	padding-top: 7rem;
}
.contact-end {
    width: calc(1920px - 1344px);
    background-image: url(../../images/footer.png);
    background-position: 0 -2px;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-title{
	font-weight: 600;
	font-size: 56px;
	line-height: 60px;
	letter-spacing: -0.02em;
	color: #FCFFFF;
	margin-top: -5px;
}
.contact-text{
	font-weight: 400;
	font-size: 28px;
	line-height: 42px;
	letter-spacing: -0.01em;
	color: #CBDCFA;
	margin-top: 22px;
	width: 580px;
	max-width: 100%;
}
.contact-list{
	margin-top: 66px;
}
.contact-list .list{
	width: 800px;
	gap: 0 20px;
}
.contact-img{
	position: relative;
}
.contact-img2 {
    position: absolute;
    bottom: 0;
    left: -35%;
    bottom: 13.5%;
    width: 48%;
}
.contact-triangle{position: absolute;right: -40px;pointer-events: none;}
.footer{
	margin-top: -70px;
	position: relative;
}
.footer .btn-link{
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	text-decoration: none;
}
.contact-form{
	width: 720px;
	max-width: 100%;
	margin-top: 3.7rem;
}
.form-control:focus,
.form-control{
	box-sizing: border-box;
	padding: 24px 25px;
	gap: 4px;
	width: 354px;
	height: 65px;
	background: rgba(8, 13, 39, 0.5);
	border: 3px solid rgba(139, 179, 230, 0.25);
	backdrop-filter: blur(10px);
	border-radius: 2px;
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	direction: rtl;
}
.form-control:focus {
    border-color: #1959AD8C;
    background: transparent;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 0px;
}
.form-control::placeholder {
    color: #748383;
    opacity: 1;
}
.form-control:-ms-input-placeholder { 
    color: #748383; 
}
.form-control::-ms-input-placeholder { 
    color: #748383; 
}
.form-check-label {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.02em;
    color: #C4CBF5;
    padding-right: 1rem;
}
.form-check-input[type=checkbox]{
	--bs-form-check-bg: transparent;
	border-radius: 2px;
	width: 1.5em;
	height: 1.5em;
}
.form-check-input:checked {
    background-color: #1cc8f4;
    border-color: #1cc8f4;
}
.wpcf7 input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1.5em;
    height: 1.5em;
    border: 1px solid #ced4da;
    border-radius: 2px;
    background-color: transparent;
    cursor: pointer;
    position: relative;
}
.wpcf7 input[type="checkbox"]:checked {
    background-color: #1cc8f4;
    border-color: #1cc8f4;
}
.wpcf7 input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    inset: 3px;
    background: #000;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0, 43% 62%);
}
.btn-submit{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 8px 24px;
	gap: 8px;
	width: 348px;
	max-width: 100%;
	height: 53px;
	background: #1CC8F4;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 16px 24px rgba(0, 0, 0, 0.25), inset 0px 4px 10px #3391FF;
	border-radius: 2px;
	font-weight: 600;
	font-size: 32px;
	line-height: 20px;
	letter-spacing: -0.2px;
	color: #151831;
	cursor: pointer;
}
.btn-submit {
    position: relative;
    overflow: hidden;
    transition:
        background 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.25s ease;
}
.btn-submit svg {
    transition: transform 0.3s ease;
}
.btn-submit:hover {
    background: #2fd2ff;
    box-shadow:
        0px 6px 10px rgba(0, 0, 0, 0.25),
        0px 20px 32px rgba(0, 0, 0, 0.25),
        inset 0px 4px 12px #4da3ff;
}
.btn-submit:hover svg {
    transform: translateX(-6px);
}
.btn-submit:active {
    transform: translateY(1px);
    box-shadow:
        0px 3px 6px rgba(0, 0, 0, 0.3),
        inset 0px 3px 8px rgba(0, 0, 0, 0.25);
}
.btn-submit:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(28, 200, 244, 0.35),
        0px 6px 10px rgba(0, 0, 0, 0.25);
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl !important;
}
.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: pink;
    display: inline;
    padding: 0;
    border: 0;
    letter-spacing: .5px;
    margin: 0;
}
.form-check{
	padding: 0;
	display: flex;
}
.form-check br{
	display: none;
}
.wpcf7-list-item{
	margin: 0;
}
.wpcf7-not-valid-tip {
    color: pink;
    letter-spacing: .5px;
}
.offcanvas {
    max-width: 90%;
}
.offcanvas .btn-link {
    color: #151831;
    font-size: inherit;
    font-size: 30px;
    text-decoration: none;
}

@media(min-width: 768px) {
	.needed-text br{
		display: none;
	}
	#needed-list-item-1 br{
		display: none;
	}
}
@media(max-width: 1200px) {
	.services-img {
		width: 68vw;
	}
}
@media(max-width: 991px) {
	.hero-title{
		font-weight: 400;
		font-size: 74px;
		line-height: 67px;
	}
	.hero-text{
		font-weight: 700;
		font-size: 28px;
		line-height: 36px;
		margin-top: 15px;
	}
	.subtitle{
		font-weight: 700;
		font-size: 14px;
		line-height: 16px;
	}
	.about-title{
		font-weight: 700;
		font-size: 28px;
		line-height: 28px;
	}
	.about-text{
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
	}
	.services-title{
		font-weight: 700;
		font-size: 28px;
		line-height: 28px;
	}
	.services-text{
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
	}
	#services-list-item-1{
		order: 4;
	}
	#services-list-item-2{
		order: 2;
	}
	#services-list-item-3{
		order: 3;
	}
	#services-list-item-4{
		order: 1;
	}
	.services-list-item-title{
		font-weight: 700;
		font-size: 20px;
		line-height: 24px;
		padding-top: 0;
	}
	.services-list-item-text{
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
	}
	.expert-title{
		font-weight: 700;
		font-size: 28px;
		line-height: 28px;
	}
	.expert-text{
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
		text-align: center;
		margin-top: 0;
	}
	.expert-list {
	    margin-top: 15px;
	}
	.expert-list-item-title {
	    font-weight: 700;
	    font-size: 20px;
	    line-height: 24px;
	    margin-top: 5px;
	    margin-bottom: 0;
	}
	.expert-list-item-text{
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
	}
	.expert-list-item-text br{
		display: none;
	}
	.contact-title{
		font-weight: 400;
		font-size: 28px;
		line-height: 28px;
	}
	.form-check-label{
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
	}
	.footer .btn-link{
		font-weight: 700;
		font-size: 12px;
		line-height: 18px;
	}
	.contact-form {
	    width: 335px;
	    margin-top: 1.5rem;
	}
	.contact-start {
	    padding-inline-end: 0;
	    padding-top: 0;
	}
	.contact-triangle {
	    right: 0;
	    left: 0;
	    top: -100px;
	    padding: 0;
	}
	.form-control {
	    width: 335px;
	    height: 44px;
	    font-weight: 400;
	    font-size: 20px;
	    line-height: 24px;
	}
	.footer .list{
		padding: 0 50px;
	}
	.section-hero {
	    max-width: 100%;
	    padding-top: 135px;
	}
	.container-about {
	    padding: 0;
	    width: 335px;
	    height: auto;
	    margin-top: 65px;
	    padding: 30px 0 10px;
	    text-align: center;
	}
	.about-subtitle {
	    margin-bottom: 5px;
	}
	.about-end {
	    padding-top: 10px;
	}
	.GlowEffect {
	    top: 100px;
	}
	.container-services {
	    padding-top: 30px;
	}
	.services-subtitle{
		margin-bottom: 15px;
	}
	.services-text {
	    margin-top: 0;
	}
	.services-list {
	    margin-top: 25px;
	}
	.services-list .img-fluid{
		width: 70px;
	}
	.services-img {
		width: 540px;
		left: -50px;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.services-list-item {
		width: 100%;
	}
	.container-expert {
	    margin-top: 30px;
	}
	.expert-subtitle {
		margin-bottom: 20px;
	}
	.expert-list-item {
	    width: 100%;
	}
	.expert-list-item [class*="col-"] {
	    padding-right: 1.5rem;
	    padding-left: 1.5rem;
	}
	.expert-list-item .img-fluid {
	    width: 60px;
	}
	.needed-start {
	    padding-top: 120px;
	    padding-right: 1.5rem;
	    padding-left: 1.5rem;
	}
	.needed-title{
		font-weight: 700;
		font-size: 28px;
		line-height: 28px;
	}
	.needed-text{
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
		margin-top: 0;
	}
	.needed-list {
	    margin-top: 15px;
	}
	.needed-list-item-text{
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
	}
	.needed-img {
	    margin-top: 10px;
	}
	#needed-list-item-1 {
		margin-right: 8px;
		margin-top: 0;
	}
	#needed-list-item-2 {
	    margin-top: 5px;
	    margin-right: 28px;
	}
	#needed-list-item-3 {
	    margin-top: 6px;
	    margin-right: 47px;
	}
	.section-needed .container-fluid{
		padding: 0;
	}
	.section-needed .container-fluid [class*="col-"]{
		padding: 0;
	}
	.container-contact {
	    height: auto;
	    margin-top: 120px;
	}
	.section-contact .container-fluid{
		padding: 0;
	}
	.contact-start {
	    margin-top: -8px;
	}
	.contact-end {
		height: 200px !important;
		background: none;
	}
	.header .header-end .list{
		width: 200px;
		height: 36px;
	}
	.header .btn.btn-white,
	.header .btn.btn-secondary {
		width: 100px;
		height: 36px;
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
		padding: 0;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
	}
	.header-logo{
		width: 54px;
		height: auto;
	}
	.header-end {
	    gap: 20px;
	}
	.btn-toggle-menu-mobile{
		padding: 0;
		gap: 8px;
		margin: 0 auto;
		width: 36px;
		height: 36px;
		background: rgba(235, 253, 255, 0.1);
		align-items: center;
		justify-content: center;
	}
	.container-header{
		padding: 0;
	}
	.expert-img {
	    top: -80px;
	}
	.about-text p{
		margin-bottom: 0;
	}
	.services-title p{
		margin-bottom: 0;
	}
}
@media(max-width: 767px) {
    .services-img {
		width: auto;
		height: 310px;
		left: -120px;
		bottom: 10px;
	}
	.contact-bg-img {
		display: block;
		margin: 0 auto;
	}
	.section-hero {
        background: #0D183C;
    }
	.GlowEffect img {
		width: 100%;
	}
}
@media(max-width: 479px) {
    .services-img {
		height: 60vw;
		bottom: 20px;
	}
}


.floating-whatsapp-link {
    position: fixed;
    left: 40px;
    width: 130px;
    bottom: 40px;
}
@media(max-width: 1024px){
	.floating-whatsapp-link {
	    left: 0;
	    width: 80px;
	    bottom: 0;
	}
}

/* This targets Desktop users with 200% zoom or Tablets */
@media screen and (max-width: 992px) and (min-width: 768px) {
    .contact-form {
        width: 100%;
        max-width: none; /* Removes the limitation */
    }
}



/* Target any element in focus */
:focus {
  /* 2px red dashed border that doesn't affect layout size */
  outline: 2px dashed red !important;
  /* Adds spacing between the element and the outline for better visibility */
  outline-offset: 2px !important;
}

/* Recommended: Apply styles only when using a keyboard (focus-visible).
  This prevents the red outline from appearing on mouse clicks, 
  which can be distracting for some users.
*/
:focus-visible {
  outline: 2px dashed red !important;
  outline-offset: 2px !important;
}

/* Hide the default focus ring for mouse users if focus-visible is supported */
:focus:not(:focus-visible) {
  outline: none !important;
}