/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure {
    margin: 0;
}
a,
button {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-decoration: none;
}
html{
	overflow-x:hidden; 
	direction:rtl;
	scroll-behavior: smooth;
}strong,b {	font-weight: bold !important;}.skip-link {	left: 1px;}

/* Smooth scroll offset for sections */
section[id],
div[id] {
    scroll-margin-top: 80px;
}

@media (max-width: 992px) {
    section[id],
    div[id] {
        scroll-margin-top: 70px;
    }
}

body {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 400;
	font-style: normal;
    background-color: #eaeef6;
    color: #0d1f30;
    text-decoration: none;
	direction:rtl;
	padding-top: 0;
}
.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.container {
    max-width: 894px;
    padding: 0 15px;
    margin: 0 auto;
}
/* ***** End Common Css **** */


.footer{width:100%; clear:both; margin:0; padding:0;}
.copyright_stip{width:100%; clear:both; margin:0; padding:20px 0 42px; background:#042a55;  text-align:center;}
.copyright_stip p{
	font-weight: 700; 
    font-size: 35px;
    line-height: 34.2px;
    letter-spacing: -0.02em;
    color: #ffffff;
	margin:0 0 15px;
}
.copyright_stip p strong{font-weight:800;}
a.btn{font-size:30px; font-weight:bold; letter-spacing: -0.02em; text-align:center;
background-image: linear-gradient(
        to bottom,
        #f98412 0%,
        #e67606 100%
    );
    background-size: 100% 150%; /* Scale 150% */
    background-position: center;
    background-repeat: no-repeat;
	color:white; 
	width:239px;
	cursor:pointer;
	text-align:center;
	padding: 13.5px 0;
	display:inline-block;
	margin:10px auto 0;
	border-radius:100px;
	outline:0;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
a.btn:hover{
	background-position: center bottom;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(249, 132, 18, 0.4);
}

.form_Section{width:100%; clear:both; margin:0; padding:40px 0; background:#eaeef6;}
.form_inner{max-width:874px; margin:0 auto; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:19px;}
.from_right{width:100%;}
.dgroup{display: flex; width: 100%; gap: 8px;}
.from_right h3{font-size:29.46px; line-height:31.57px; color:#ffffff; letter-spacing: -0.02em; margin:0 0 8px; text-align:center; font-weight:bold;}
.from_right form{width:100%; direction: rtl;}
.from_right form .form-group{width:100%; margin:0;}
.from_right form .form-group .form-control{width:100%; border-radius: 12px; color:#042a55; font-size:23.94px; font-weight:400; line-height:22.96px; letter-spacing: -0.02em; font-family: "Rubik", sans-serif; border: none; outline: 0; text-align: center; padding: 12.5px 0; background-color: rgba(241, 246, 246, 0.58);}
.from_right form .form-group .form-control:placeholder{color:#308d90; }
.from_right form .form-group .form-control::placeholder {
    color: #042a55;
	font-family: "Rubik", sans-serif;
}

.from_right form .form-group .form-control::-webkit-input-placeholder {
    color: #042a55;
	font-family: "Rubik", sans-serif;
}

.from_right form .form-group .form-control::-moz-placeholder {
    color: #042a55;
	font-family: "Rubik", sans-serif;
}

.from_right form .form-group .form-control:-ms-input-placeholder {
    color: #042a55;
	font-family: "Rubik", sans-serif;
}
.from_right p {margin:0px; text-align: right;}

input[type="submit"]{
	font-family: "Rubik", sans-serif; border: none; outline: 0; text-align: center;
	background: linear-gradient(
		to bottom,
		#f66917 0%,
		#f55212 100%
	);
    background-size: 100% 150%; /* Scale 150% */
    background-position: center;
    background-repeat: no-repeat;
	color:white; 
	width: 208px;
    line-height: 47px;
    border: none;
    border-radius: 100px;
    margin: 10px auto 0;
    display: grid;
    font-size: 25.92px;
    font-weight: bold;
	cursor:pointer;
	transition: all 0.3s ease;
	letter-spacing: -0.02em;
}
input[type="submit"]:hover{
	background-position: center bottom;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(249, 132, 18, 0.4);
}
.subinfo{width:100%; margin:0 0 15px;}
.subinfo h3{font-size:20px; font-weight:800; margin:0 0 5px; line-height:23.33px; color:#0d1f30; letter-spacing: -0.02em; display:flex; cursor:pointer;}
.subinfo span{width:22px;}
.subinfo p{font-size:18px; font-weight:400; margin:0; line-height:21.19px; color:#0d1f30; letter-spacing: -0.02em; margin:0; max-width:100%; padding-right:22px; display:none;}
.from_left{background:#ffffff; box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.10); padding:25px 15px 0px 15px; border-radius: 22px;}

.title{max-width:1200px; margin:0 auto 15px; text-align:center;}
.title h2{color:#f55212; margin:0 auto; font-size:35px; line-height:38.58px; font-weight:bold; letter-spacing: -0.02em; width:max-content; background:transparent; padding:0 3px;}	
.v_info{max-width:620px; margin:0 auto; text-align:center; clear:both;}
.v_info p{color:#0d1f30; font-size:25px; line-height:25.72px; font-weight:400; letter-spacing: -0.02em; margin:0 0 25px;}
.variaty h3{color:#f55212; margin:0; padding:0; text-align:center; font-weight:bold; letter-spacing: -0.02em; font-size:35px; line-height:38.58px;}

.icon-services {
    max-width: 617px;
    margin: 14px auto 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 37px;
    row-gap:22px;
	z-index: 1;
    position: relative;
}

.icon-card {
    background: rgba(255, 255, 255, 0.57);
    border-radius: 24px;
    padding: 24px 19px 20px;
    text-align: center;
    box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.10);
	box-shadow: 0 1px 24px rgba(0, 0, 0, 0.50);
	transition: all 0.3s ease;
}

.icon-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.60) !important;
}

.icon-card img {
    max-width:100%;
	margin:0 auto;
	margin-bottom: 18px;
}

.icon-card p {
    font-size: 22.25px;
	line-height:17.58px;
    font-weight: 400;
    color: #0d1f30;
	letter-spacing: -0.02em;
}
/*.variaty{width:100%; margin:30px 0 0; clear:both; position:relative;}.variaty:before{content:'';width:602px;height:809px;position:absolute;top:-30px;left:0;background-size:100%;background-position:top left;background:url('../images/ins_layer.png');background-repeat: no-repeat;background-size: 100% 100%;}*/
.features-strip {
	background: #f8f9fc;	
	width:100%;
}
.infeatures-strip {
    background: #f8f9fc;
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    max-width: 950px;
    margin: 0 auto;
    padding: 41px 0px 50px;
    gap: 10px;
}

.feature-item {
    text-align: center;
    max-width: 233px;
	min-width: 200px;
	padding-bottom: 0px;
}

.feature-item img {
    max-width:100%;
	margin:0 auto;
    margin-bottom: 7px;
	transition: all 0.3s ease;
}

.feature-item:hover img {
    transform: scale(1.1) !important;
    opacity: 0.9 !important;
}

.feature-item p {
    font-size: 24.67px;
    line-height: 21.71px;
    font-weight: 400;
    color: #042a55;
	margin:0;
	letter-spacing: -0.02em;
}

/* Vertical divider */
.divider {
    width: 4px;
    height: 110px;
    background: #f55212;
	align-self: flex-end;
}

header {
    width: 100%;
    background: #eaeef6;
    direction: rtl;
    position: relative;
    z-index: 1000;
    transition: all 0.4s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: rgba(234, 238, 246, 0.98);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

/* CONTAINER */
header .container {
    max-width: 756px;
    margin: 0 auto;
    padding: 0;
    transition: all 0.4s ease;
}

header.sticky .container {
    padding: 0px 0px;
    transition: all 0.4s ease;
}


/* INSIDE HEADER */
.inside_header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 49px;
    position: relative;
    /* height: 100%; */
    min-height: 100%;
    height: 140px;
    transition: all 0.4s ease;
}

/* LOGO */
.logo {
    transition: all 0.4s ease;
	background: #ffffff;
    box-shadow: 0px 2px 10px rgba(23, 48, 66, 0.72);
    border-radius: 0 0 25px 25px;
    padding: 5px 14.5px 0;
	position: absolute;
    top: 0;
    right: 0;
}

.logo:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.logo img {
    max-width:100%;
    display: block;
    height: auto;
    transition: all 0.4s ease;
	transition: all 0.4s ease;
    max-height: 175px;
}

header.sticky .logo img {
   max-height: 120px;
    transition: all 0.4s ease;
}

/* CALL INFO */
.call_info {
    text-align: right;
	padding: 0;
	position: relative;
}
.call_info:before{
	content: '';
    position: absolute;
    width: 2px;
    height: 62px;
    left: -29px;
    top: -22px;
    background: #f55212;
}

.call_info h4 {
    margin: 0 0 5px;
    font-size: 16.32px;
    font-weight: 800;
	letter-spacing: -0.02em;
    color: #898a8a;
}

.call_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
	display: flex;
    align-items: center;
    vertical-align: middle;
    gap: 25px;
}

.call_info li {
    margin-bottom: 0px;
	position:relative;
}
.call_info li:last-child{margin-bottom:0px;}
.call_info li:last-child:before{
	 content: "";
  position: absolute;
  right: -14px;             
  top: 8px;             
  width: 5px;
  height: 5px;
  background: #f55212;
  border-radius: 50%;
}
.call_info a {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 17.59px;
	line-height:18.18px;
    color: #0e1870;
    text-decoration: none;
	font-weight:400;
	justify-content: space-between;
	transition: color 0.3s ease, transform 0.3s ease;
}
.call_info a span{font-weight:800; font-size:20.71px;}

.call_info a:hover {
    color: #f55312;
    transform: translateX(-3px);
}

.call_info img {
    width: 18px;
    height: auto;
	align-items:flex-end;
}

/* EMAIL */
.eml {
    font-size: 16.32px;
	line-height:16.86px;
	font-weight:400;
    color: #898a8a;
	letter-spacing: -0.02em;
    text-decoration: none;
    white-space: nowrap;
	text-transform:uppercase;
	transition: color 0.3s ease, transform 0.3s ease;
}

.eml:hover {
    color: #f55312;
    transform: translateX(-3px);
}

/* CONTACT BUTTON */
.cntbtn {
    background: #f58220;
    color: #ffffff;
    font-size: 17.17px;
	line-height:32px;
    font-weight: 700;
    padding: 0;
    border-radius: 100px;
    text-decoration: none;
    white-space: nowrap;
	background-image: linear-gradient(180deg, #f66917 -25%, #f55212 125%);
    background-size: 100% 150%; /* Scale 150% */
    background-position: center;
    background-repeat: no-repeat;
	cursor:pointer;
	transition: all 0.3s ease;
	letter-spacing: -0.02em;
	width:113px;
	text-align:center;
}

.cntbtn:hover {
    background-position: center bottom;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(249, 132, 18, 0.4);
}

header.sticky .inside_header{height: 80px;}


.hero-section {
    width: 100%;
    direction: rtl;
	padding-bottom:56px;
	padding-top: 0;
	position: relative;
	background-image: url('../images/layber_bg.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 55% 100%;
}

/* CONTAINER */
.hero-container {
    max-width: 944px;
    margin: 0 auto;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
	z-index: 1;
    position: relative;
}

/* CONTENT */
.hero-content {
    width: 471px;
    color: #fff;
	margin-right:auto;
	text-align:center;
}

/* TOP NAV */
.hero-nav {
    position: relative;
}

.hero-nav ul,
.hero-nav .nav-menu {
    display: flex;
    background: #f55312;
    border-radius: 0 0 8px 8px;
    margin-bottom: 26px;
    padding: 5px 0;
    list-style: none;
}

/* Desktop menu visibility will be set after tablet media query */

.hero-nav li {
    flex: 1;
	position:relative;
}

.hero-nav a {
    display: block;
    text-align: center;
    padding: 12px 0;
    font-size: 18px;
	font-weight:400;
	letter-spacing: -0.02em;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
	border-left: 1px solid rgba(82, 94, 82, 0.26);
}

.hero-nav a:hover {
    color: #042a55;
}
.hero-nav li:last-child a{border-left:none;}

/* Menu Toggle Button (Hamburger) - Hidden on Desktop */
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 35px;
    height: 35px;
    background: #77c6b0;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    padding: 5px;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    transition: all 0.3s ease;
    z-index: 1000;
}

.menu-toggle span {
    width: 100%;
    height: 3px;
    background: #ffffff;
    border-radius: 3px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.menu-toggle:hover {
    background: #6ab8a0;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

/* Mobile Header */
.mobile-header {
    display: none;
    width: 100%;
    background: #fff;
    padding: 12px 15px;
    position: relative;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
    transition: all 0.4s ease;
}

.mobile-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    padding: 8px 15px;
    transition: all 0.4s ease;
}

.mobile-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
}

.mobile-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    flex: 1;
    justify-content: center;
    transition: all 0.4s ease;
}

.mobile-logo:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.mobile-logo img {
    max-width: 140px;
    width: auto;
    height: auto;
    transition: all 0.4s ease;
}

.mobile-header.sticky .mobile-logo img {
    max-width: 110px;
    max-height: 80px;
    transition: all 0.4s ease;
}

.mobile-header-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    flex-shrink: 0;
}

.mobile-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.mobile-icon:hover {
    transform: scale(1.1);
}

.mobile-icon img {
    width: 100%;
    height: auto;
    max-width: 22px;
}

.mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 35px;
    height: 35px;
    background: #12234e;
	background:transparent;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    padding: 5px;
    transition: all 0.3s ease;
    z-index: 1001;
    flex-shrink: 0;
    order: -1;
}

.mobile-menu-toggle span {
    width: 100%;
    height: 3px;
    background: #ffffff;
	background:#12234e;
    border-radius: 3px;
    transition: all 0.3s ease;
    transform-origin: center;
    display: block;
}

.mobile-menu-toggle:hover {
    background: #6ab8a0;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Prevent body scroll when menu is open */
body.menu-open {
    overflow: hidden;
}

/* Mobile Full Width Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #12234e;
    z-index: 1000;
    transition: right 0.4s ease-in-out;
    overflow-y: auto;
}

.mobile-menu-overlay.active {
    right: 0;
}

.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1002;
    transition: all 0.3s ease;
    padding: 0;
}

.mobile-menu-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.mobile-menu-close span {
    position: absolute;
    width: 20px;
    height: 3px;
    background: #ffffff;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.mobile-menu-close span:nth-child(1) {
    transform: rotate(45deg);
}

.mobile-menu-close span:nth-child(2) {
    transform: rotate(-45deg);
}

.mobile-menu-content {
    padding: 80px 20px 20px;
    width: 100%;
    height: 100%;
}

.mobile-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.mobile-nav-menu li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-nav-menu li:last-child {
    border-bottom: none;
}

.mobile-nav-menu a {
    display: block;
    padding: 20px 15px;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    text-align: right;
    transition: background 0.3s ease, padding-right 0.3s ease, transform 0.3s ease;
    letter-spacing: -0.02em;
}

.mobile-nav-menu a:hover,
.mobile-nav-menu a.active {
    background: rgba(255, 255, 255, 0.15);
    padding-right: 25px;
    transform: none;
}

/* TITLE */
.hero-content h1 {
    font-size: 59.17px;
    line-height: 51.63px;
    margin: 0 auto 15px;
    font-weight: 800;
	text-align:center;
	max-width:100%;
	letter-spacing: -0.02em;
	color:#ffffff;
	padding-top: 25px;
}

/* DESCRIPTION */
.hero-content p {
    font-size: 25.65px;
    line-height: 24.99px;
	font-weight:400;
	letter-spacing: -0.02em;
    margin-bottom: 24px;
	text-align:center;
	max-width: 361px;
    margin-right: auto;
    margin-left: auto;
}

/* BUTTON */
.hero-btn {
    display: inline-block;
    background: #f58220;
    color: #fff;
    padding: 7.65px 0px;
    border-radius: 20px;
    font-size: 31.3px;
	line-height:55.73px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: -0.02em;
	background: linear-gradient(180deg, #f66917 -25%, #f55212 125%);
    background-repeat: no-repeat;
	cursor:pointer;
	transition: all 0.3s ease;
	letter-spacing: -0.02em;
	width:392px;
	text-align:center;
	
}

.hero-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(249, 132, 18, 0.4);
}
.hero-image{
	position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    right: 0;
    height: 100%;
}
.hero-image img{
	max-width: 100%;
    object-fit: cover;
    width: 100%;
    object-position: right;
    position: absolute;
    height: 100%;
    max-width: max-content;
    /* top: 50%; */
    right: 0;
    /* transform: translate(-50%, -50%); */
    height: 100%;
}
.form_Section .title {
    margin: 0 auto 34px;
    max-width:851px;
	text-align: center;
    background: url(../images/gallery_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.form_Section .title h2{background:#eaeef6; padding:0 14px;}
.workblock .title {
    margin: 0px auto;
    max-width:100%;
	text-align: center;
}
.workblock{background:#eaeef6; padding:42px 0; position: relative;}
.workblock::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../images/gallery_bgnew.png');
    background-size: auto;
    background-position: bottom right;
    background-repeat: no-repeat;
    /*opacity: 0.11;*/
    mix-blend-mode: luminosity;
    pointer-events: none;
	width: 772px;
    height: 311px;
    bottom: 0;
    right: 0;
    top: inherit;
}
.work-slider-wrap {
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
    padding: 0;
}

.work-swiper {
    height: 355px;            /* FIXED height */
    padding: 0;
}

.work-swiper .swiper-slide {
    height: 100%;
    display: flex;
    align-items: center;      /* vertical center */
    justify-content: center;
}

.work-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    transition: all 0.4s ease;
}

/* IMAGE BASE */
.work-swiper img {
    border-radius: 6px;
    transition: all 0.4s ease;
}

/* CENTER */
.work-swiper .swiper-slide.is-active img {
    width: 533px;
    opacity: 1;
    margin: 0;
}


.work-swiper img {
    width: auto;
    height: 260px;
    object-fit: cover;
    border-radius: 0px;
    transition: transform 0.45s ease, opacity 0.45s ease;
}
.work-swiper video {
    height: 260px;
    width: auto;
	width:100%;
    object-fit: cover;
    transition: transform 0.45s ease, opacity 0.45s ease;
    will-change: transform;
}
.work-swiper .swiper-slide.is-active video {
    width: 533px;
    opacity: 1;
    margin: 0;
}

/* CENTER */
.work-swiper .swiper-slide.is-active img {
    opacity: 1;
}
.work-swiper .swiper-slide.is-active video {
    opacity: 1;
    transform: scale(1.10);
}

/* SIDE */
.work-swiper .swiper-slide.is-prev img,
.work-swiper .swiper-slide.is-next img {
    opacity: 0.5;
}
.work-swiper .swiper-slide.is-prev video,
.work-swiper .swiper-slide.is-next video {
    opacity: 0.5;
}

/* PREV + NEXT */
.work-swiper .swiper-slide.is-prev img,
.work-swiper .swiper-slide.is-next img {
    width: auto;
    opacity: 0.5;
    margin: 0;
	max-width:100%;
}
.work-swiper .swiper-wrapper{align-items:center;}

/* ARROWS */
.work-swiper .swiper-button-prev,
.work-swiper .swiper-button-next {
    width: 38px;
    height: 38px;
    
}

.work-swiper .swiper-button-prev {
    left: 66.5%;
    right: inherit;
}

.work-swiper .swiper-button-next {
    right: 66.5%;
    left: inherit;
}
.work-swiper .swiper-button-prev::after{
	background: url(../images/right_arw.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 38px;
    height: 38px;
}
.work-swiper .swiper-button-next::after{
	background: url(../images/left_arw.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 38px;
    height: 38px;
}
.work-swiper .swiper-button-prev::after,
.work-swiper .swiper-button-next::after {
    font-size: 0px;
    font-weight: bold;
}

.is-active img {transform: scale(1.10); }
.is-prev img,
.is-next img {transform: scale(0.85);  }

.work-swiper img {
    will-change: transform;
}
.is-active video {transform: scale(1.10); }
.is-prev video,
.is-next video {transform: scale(0.85);  }

.work-swiper img {
    will-change: transform;
}
.work-swiper video {
    will-change: transform;
}
.workblock .container{max-width:1230px;}.home_bot{width:100%; margin:0; padding:0; clear:both; position:relative;}
.home_bot:before {    content: '';    width: 562px;    height: 782px;    position: absolute;    top: 25%;    right: 0;    background-size: 100%;    background-position: top right;    background: url(../images/secondvecto.png);    background-repeat: no-repeat;    background-size: 100% 100%;	z-index: 1;}.wpcf7-list-item label{display: flex;    align-items: center;    gap: 5px;    color: white;    font-weight: 400;    font-size: 16px; direction:rtl;}.wpcf7-list-item label a{color:white; font-weight:bold;}.welcome_info{	width: 100%;    clear: both;    margin: 0 auto;    padding: 60px 0;    background: #042a55;}.welcome_info h1,.global_info h1{		font-size: 60px;    line-height: 52.36px;    margin: 0 auto 15px;    font-weight: 800;	text-align:right;	letter-spacing: -0.02em;	color:white;}.global_info{width:100%; clear:both; padding:70px 0; background-color:#eaeef6;}.global_info h1{color:#0d1f30;}.global_info h2{ font-size: 50px; line-height:normal; margin: 0 auto 15px; font-weight: 600; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}.global_info h3{ font-size: 40px; line-height:normal; margin: 0 auto 15px; font-weight: 400; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}.global_info h4{ font-size: 35px; line-height:normal; margin: 0 auto 15px; font-weight: 400; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}.global_info h5{ font-size: 30px; line-height:normal; margin: 0 auto 15px; font-weight: 400; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}.global_info h6{ font-size: 25px; line-height:normal; margin: 0 auto 15px; font-weight: 400; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}.global_info ul{list-style:disc; padding-right:20px; margin-bottom:15px;}.global_info ul li{list-style:disc; margin-bottom:10px;}.global_info ul li:last-child{margin-bottom:0px;}.global_info ol{list-style:decimal; padding-right:20px; margin-bottom:15px;}.global_info ol li{list-style:decimal; margin-bottom:10px;}.global_info ol li:last-child{margin-bottom:0px;}.global_info ul li,.global_info ol li{color: #0d1f30;    font-size: 20px;    line-height: 28px;    font-weight: 400;    letter-spacing: -0.02em;}.global_info p{	color: #0d1f30;    font-size: 20px;    line-height: 28px;    font-weight: 400;    letter-spacing: -0.02em;    margin: 0 0 15px;}.global_info p a{	color: #0d1f30;}.from_right form .row{position:relative;}.wpcf7-spinner{	position: absolute;    right: 0;    margin: 0;    bottom: 0;}.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{	border: none;	border-color: transparent;    margin: 10px 0 0;    padding: 0; color:white;}.wpcf7-not-valid-tip{font-size: 14px;}.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{direction:rtl;}
.wpcf7 form.sent .wpcf7-response-output{margin:10px 0 0;    padding: 0;    border: none; color:#ffffff;}
.global_info ul li a, .global_info ol li a{color:#0d1f30;}
/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
.wpcf7-list-item{margin:0;}
.team-section-main{width:100%; clear:both; margin:0; padding:25px 0 20px;}
.team-section-main .container{max-width:960px; margin:0 auto;}
.team-section {
  display: grid;
  grid-template-columns:1fr 1fr;
  gap: 17px;
  justify-content: center;
	padding:0;
}

.card {
  position: relative;
  background: url('../images/layer.webp');
  background-repeat:repeat-y;
  background-size:100%;
  border-radius: 20px;
  padding: 22px 29px 40px;
  color: #fff;
}

.card-content {
  z-index: 2;
  position: relative;
}

.card h2 {
  font-size: 42px;
  line-height:65.49px;
  font-weight:900;
  letter-spacing: -0.02em;
  color:#ffffff;
  margin-bottom: 0px;
}
.cinfo{
	 font-size: 21px;
  line-height:21px;
  font-weight:400;
  letter-spacing: -0.02em;
  color:#ffffff;
}
.card ul {
  padding: 0 20px 0 0;
  margin: 0 0 15px;
  list-style: disc;
}

.card ul li {
 list-style: disc;
}

.btnblock {
  display: inline-block;
  background: linear-gradient(180deg, #37a938 0%, #28d045 100%);
  color: #ffffff;
  text-decoration: none;
	padding: 8.5px 27px 8.5px 27px;
    border-radius: 16px;
    font-weight: bold;
    text-align: center;
    font-size: 23.61px;
    line-height: normal;
    font-weight: 800;
    letter-spacing: -0.02em;
    display: grid;
    /* width: 237px; */
    grid-template-columns: auto 1fr;
    align-items: center;
    max-width: max-content;
    gap: 8px;
	transition: all 0.3s ease;
	cursor:pointer;
}
.btnblock:hover{
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(44, 198, 66, 0.4);
}

.btnblock span {
  font-size:20.34px;
  line-height:normal;
  font-weight:500;
  display: block;
}

.card-image {
  position: absolute;
  bottom: 3px;
}

.card-image.left {
  left: -8%;
}

.card-image.right {
  right: -5%;
}

.card-image img {
  height: auto;
  max-width:100%;
  object-fit:cover;
}
.card:nth-child(odd){padding-left:20px;}
.card:nth-child(odd) .card-content{max-width:max-content; margin-right:auto;}
.centerblock{width:100%; clear:both; margin:0; padding:0; position:relative;}
.centerblock::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/top_bg.webp);
    background-size: auto;
    background-position: top left;
    background-repeat: no-repeat;
    /* opacity: 0.11; */
    mix-blend-mode: luminosity;
    pointer-events: none;
    width: 755px;
    height: 655px;
    left: 0;
    top: 0;
	right: inherit;
}
.footerlinks ul{ padding: 50px 0px 0px; display: flex; justify-content: center; column-gap: 15px;}
.footerlinks a{color: #fff; font-size:16px;}
.footerlinks a:hover{color:#f66917;}
.optionaltext.global_info{
	    background: transparent;
    padding: 0;
    color: white;
    padding: 30px 0 0;
}
.optionaltext.global_info p{color:white;}
.optionaltext.global_info h1{color:white;}
.optionaltext.global_info h2{color:white;}
.optionaltext.global_info h3{color:white;}
.optionaltext.global_info h4{color:white;}
.optionaltext.global_info h5{color:white;}
.optionaltext.global_info h6{color:white;}
.optionaltext.global_info ul li,.optionaltext.global_info ul li a{color:white;}
.optionaltext.global_info ol li,.optionaltext.global_info ol li a{color:white;}


/* Large Tablets and Small Desktops */
@media (min-width: 1920px) {
	.hero-section{max-width:1920px; margin:0 auto;}
}
@media (max-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
    
    .workblock .container {
        max-width: 100%;
        padding: 0 20px;
    }
    
    .work-slider-wrap {
        max-width: 100%;
        padding: 0 20px;
        margin: 0 auto;
    }
    
    .work-swiper .swiper-button-prev {
        left: 66.5%;
        right: inherit;
    }
    
    .work-swiper .swiper-button-next {
        right: 66.5%;
        left: inherit;
    }
}
@media (min-width: 1023px) and (max-width: 1300px) {
	.inside_header{height:100px;}
	header.sticky .inside_header{height:70px;}
	header.sticky .logo img{max-height:100px;}
	.logo img{max-height:120px;}
	.work-swiper{height:320px; padding:0;}
	.work-swiper .swiper-slide.is-active img{width:auto;}
	.hero-content h1{    font-size: 45px; line-height:normal; max-width: 350px;} 
	.hero-content p{    font-size: 20px; line-height:normal;}
	.hero-btn{font-size: 26.3px;
    line-height: 42.73px; width: 274px;}
	.card h2{font-size:35px; line-height:normal;}
	.cinfo{font-size:17px;}
	.btnblock{font-size:17px;}
	.btnblock span{font-size:16px;}
	.btnblock img{max-width:28px;}
	.variaty h3{font-size:30px;line-height:normal;}
	.icon-card p{font-size:18px; line-height:normal;}
	.feature-item p{font-size:18px; line-height:normal;}
	.title h2{font-size:30px;line-height:normal;}
	.copyright_stip p{font-size:30px;line-height:normal;}
	.from_right form .form-group .form-control{font-size:20px;}
	input[type="submit"]{font-size:20px;}
}
@media (min-width: 1023px) and (max-width: 1200px) {
.work-swiper{height:320px; padding:0;}
.work-swiper .swiper-slide.is-active img{width:auto;}
}
@media (max-width: 1024px) {
	.centerblock::before{content:none;}
	.workblock::before{content:none;}
	html{overflow-x:hidden;}
}
@media (min-width: 993px) and (max-width: 1024px) {
	.card-image.right{right:0;}
	.card-image.left{left:0;}
}
@media (min-width: 1023px) and (max-width: 1300px) {
.card-image.left{left:-4%;}
	.card-image.right{right:-4%;}
}
@media (min-width: 768px) and (max-width: 992px) {
	.btnblock{padding: 5px 10px 5px 16px; font-size: 16px;
    line-height: normal;}
	.btnblock span{font-size:14px;}
	.btnblock img{max-width:20px;}
	.cinfo{font-size: 15px;
        line-height: 20px;
	max-width: 63%;}
	.card:nth-child(odd) .card-content{max-width:57%;}
	.card:nth-child(odd) .card-content .cinfo{max-width:100%;}
}
/* Medium Tablets (769px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
    /* Features Strip - Same as mobile layout */
    .infeatures-strip {
        flex-wrap: wrap;
        justify-content: center;
        padding: 30px 15px;
        gap: 0;
    }
    
    .feature-item {
        width: calc(50% - 12px);
        margin-bottom: 25px;
    }
    
    .divider {
        display: block;
        width: 3px;
        height: 70px;
        align-self: center;
    }
    
    /* Hide divider between 2nd and 3rd items (between rows) */
    .feature-item:nth-child(2) + .divider {
        display: none;
    }
    
    .divider.hidem {
        display: none !important;
    }
    
    .feature-item p {
        font-size: 20px;
        line-height: 22px;
    }
}

/* Tablets */@media (max-width: 1024px) {	.global_info{padding:40px 0;}}
@media (max-width: 992px) {
    /* Hide Desktop Header */
    header {
        display: none;
    }
    
    /* Show Mobile Header */
    .mobile-header {
        display: block;
    }
    
    /* Header */
    .inside_header {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
    
    .call_info {
        padding: 0 20px;
        border-right: none;
        border-left: none;
        border-top: 1px solid #308d90;
        border-bottom: 1px solid #308d90;
        width: 100%;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
		display: none;
    }
    
    .eml {
        font-size: 14px;
		display: none;
    }
	.cntbtn{display:none;}
	.hero-nav ul, .hero-nav .nav-menu{display:none;}
    
    /* Hero Section */
    .hero-section {
        background-size: 100%;
        padding-bottom: 20px;
		padding-bottom: 0;
		padding-top: 0;
        background: rgb(48 141 144 / 30%);
		overflow: hidden;
    }
    
    .hero-container {
        flex-direction: column;
        padding: 0px;
		height: 100%;
    }
    
    .hero-content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        height: 100%;
        padding: 35px 0;
    }
    
    .hero-image {
        height: 100%;
        object-fit: cover;
    }
    
    .hero-image img {
        position: relative;
        height: 100%;
        object-fit: cover;
		max-width: 100%;
    }
    
    .hero-content h1 {
        font-size: 45px;
        line-height: 48px;
        max-width: 348px;
    }	.welcome_info h1,.global_info h1{ font-size: 45px;        line-height: 48px;}
    .global_info h2{ font-size: 40px; line-height:normal; margin: 0 auto 15px; font-weight: 600; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}	.global_info h3{ font-size: 35px; line-height:normal; margin: 0 auto 15px; font-weight: 400; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}	.global_info h4{ font-size: 30px; line-height:normal; margin: 0 auto 15px; font-weight: 400; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}	.global_info h5{ font-size: 25px; line-height:normal; margin: 0 auto 15px; font-weight: 400; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}	.global_info h6{ font-size: 20px; line-height:normal; margin: 0 auto 15px; font-weight: 400; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}	.global_info p{ font-size: 20px; line-height:normal;}	.global_info ul li,.global_info ol li{ font-size: 20px; line-height:normal;}
    .hero-content p {
        font-size: 20px;
        line-height: 24px;
    }
    
    /* Features Strip */
    .infeatures-strip {
        flex-wrap: wrap;
        justify-content: center;
        padding: 40px 20px;
    }
    
    .feature-item {
        max-width: 100%;
        width: calc(50% - 15px);
        margin-bottom: 20px;
    }
    
    .divider {
        display: block;
        width: 3px;
        height: 80px;
    }
    
    /* Hide divider between 2nd and 3rd items (between rows) */
    .feature-item:nth-child(2) + .divider {
        display: none;
    }
    
    /* Icon Services */
    .icon-services {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 0 20px;
    }
    
   
    
    /* Form Section */
    .form_inner {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 20px;
    }
    
    /* Work Slider */
    .work-swiper {
        height: 300px;
    }
    
    .work-swiper .swiper-slide.is-active img {
        width: 400px;
    }
	.cinfo{font-size: 15px; line-height: 20px;}
	.mobile-header-icons{gap:30px;}
	.mobile-icon span{margin-left:2px; font-weight:800;}
}

/* Desktop - Show menu (above 992px) - Must come after tablet media query */
@media (min-width: 993px) {
    .hero-nav ul,
    .hero-nav .nav-menu {
        display: flex !important;
    }
    
    .menu-toggle {
        display: none !important;
    }
	
	
	
}

/* Small Tablets and Large Phones */
@media (max-width: 768px) {
    /* Hide Desktop Header */
    header {
        display: none;
    }
    
    /* Show Mobile Header */
    .mobile-header {
        display: block;
    }
    .mobile-header-icons{
	flex-direction: column;
        row-gap: 0px;
        column-gap: 5px;
        justify-content: center;
    }
    
    .mobile-icon {
        width: 28px;
        height: 28px;
		gap: 0px;
        justify-content: end;
    }
	.mobile-icon span{font-size:16px; margin-left:5px; font-weight:800; color:#12234e;}
	
    /* Header */
    header .container {
        padding: 10px 15px;
    }
    
    .inside_header {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .logo {
        order: 1;
    }
    
    .call_info {
        order: 2;
        width: 100%;
        padding: 10px 15px;
		display: none;
    }
    
    .eml {
        order: 3;
        font-size: 13px;
        word-break: break-all;
		display: none;
    }
    
    .cntbtn {
        order: 4;
        width: 100%;
        max-width: 200px;
        padding: 8px 0;
		display: none;
    }
    
    /* Hero Section */
    .hero-content h1 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 12px;
    }	.welcome_info h1,.global_info h1{ font-size: 32px;        line-height: 36px;}
    .global_info h2{ font-size: 28px; line-height:normal; margin: 0 auto 15px; font-weight: 600; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}	.global_info h3{ font-size: 25px; line-height:normal; margin: 0 auto 15px; font-weight: 400; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}	.global_info h4{ font-size: 22px; line-height:normal; margin: 0 auto 15px; font-weight: 400; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}	.global_info h5{ font-size: 20px; line-height:normal; margin: 0 auto 15px; font-weight: 400; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}	.global_info h6{ font-size: 18px; line-height:normal; margin: 0 auto 15px; font-weight: 400; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}	.global_info p{ font-size: 18px; line-height:normal;}	.global_info ul li,.global_info ol li{ font-size: 18px; line-height:normal;}
    .hero-content p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    
    /* Menu Toggle Button - Hide on Tablet */
    .menu-toggle {
        display: none;
    }
    
    .hero-nav ul,
    .hero-nav .nav-menu {
        max-height: 0;
        overflow: hidden;
        margin-bottom: 0;
        padding: 0;
        transition: max-height 0.3s ease, padding 0.3s ease, margin-bottom 0.3s ease;
    }
    
    .hero-nav .nav-menu.active {
        max-height: 500px;
        padding: 5px 0;
        margin-bottom: 26px;
    }
    
    .hero-nav a {
        font-size: 16px;
        padding: 10px 0;
    }
    
    .hero-btn {
        font-size: 18px;
        font-size: 16px;padding: 6px 0;        width: 200px; line-height:20px;
    }
    
    .hero-image {
        height: 250px;
    }
	.hero-content h1 {
		max-width:100%;
	}
    
    /* Features Strip */
    .infeatures-strip {
        padding: 30px 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .feature-item {
        width: calc(50% - 12px);
        margin-bottom: 25px;
    }
    
    .feature-item:last-child {
        margin-bottom: 0;
    }
    
    .divider {
        display: block;
        width: 3px;
        height: 70px;
		align-self: center;
    }
	.hidem{display:none;}
    
    /* Hide divider between 2nd and 3rd items (between rows) */
    .feature-item:nth-child(2) + .divider {
        display: none;
    }
    
    .feature-item p {
        font-size: 20px;
    }
    
    /* Variaty Section */
    .title h2 {
        font-size: 28px;
        line-height: 32px;
        padding: 0 10px;
		margin-bottom:20px;
    }
    
    .v_info {
        padding: 0 15px;
    }
    
    .v_info p {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    
    .variaty h3 {
        font-size: 28px;
        line-height: 32px;
		margin-bottom: 20px;
    }
    
    /* Icon Services */
    .icon-services {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        row-gap: 20px;
        margin: 14px auto 40px;
        padding: 0 15px;
    }
    
    .icon-card {
        padding: 20px 15px;
    }
    
    .icon-card p {
        font-size: 20px;
    }
    
    
    /* Work Block */
    .workblock {
        padding: 30px 0;
    }
    
    .work-swiper {
        height: 250px;
    }
    
    .work-swiper .swiper-slide.is-active img {
        width: 280px;
    }
    
    /* Form Section */
    .form_Section {
        padding: 30px 0;
    }
    
    .form_inner {
        padding: 0 15px;
    }
    
    
    
    .from_right h3 {
        font-size: 24px;
        line-height: 26px;
    }
    
    .from_right form .form-group .form-control {
        font-size: 18px;
        padding: 10px 0;
    }
    
    input[type="submit"] {
        width: 100%;
        max-width: 200px;
        font-size: 22px;
        line-height: 42px;
    }
    
    .from_left {
        padding: 20px 12px 0px 12px;
    }
    
    .subinfo h3 {
        font-size: 17px;
        line-height: 22px;
    }
    
    .subinfo p {
        font-size: 15px;
        line-height: 20px;
    }
    
    /* Footer */
    .copyright_stip {
        padding: 25px 15px 40px;
    }
    
    .copyright_stip p {
        font-size: 24px;
        line-height: 28px;
    }
    
    a.btn {
        font-size: 24px;
        width: 200px;
        padding: 10px 0;
        margin-top: 15px;
    }	.variaty:before{content:none;}	.home_bot:before{content:none;}	.work-swiper .swiper-button-next{left:0; right:inherit;}	.work-swiper .swiper-button-prev{right:0; left:inherit;}	.workblock .title{margin:0 auto;}
	
	.dgroup{display:grid;}
	.from_right form .form-group .form-control{text-align:right; padding-right:10px; padding-left:10px;}
	.wpcf7-list-item label{margin-top:5px;}
}
@media (max-width: 767px) {
	.team-section{grid-template-columns: 1fr;}
	.card:nth-child(odd){padding: 20px 20px 20px; display: grid;
        grid-template-columns: 1fr 1fr; gap: 10px;}
	.card{padding: 20px 20px 20px;
	display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
	}
	.cinfo{font-size: 18px; line-height: 22px;}
	.card h2{font-size: 28px; line-height: 32px;}
	.card-image{position:relative; bottom:0; margin-top: 20px;}
	.card-image.right{right:inherit;}
	.card-image.left{left:inherit;}
	.card:nth-child(odd) .card-content{margin-right:0;}
	.footerlinks{ padding: 25px 0px 0px;}
}
/* Mobile Phones */
@media (max-width: 640px) {
    /* Mobile Header Logo Size */
    .mobile-logo img {
        max-width: 60px;
    }
    
    .mobile-header.sticky .mobile-logo img {
        max-width: 60px;
        max-height: 73px;
    }
    
    .mobile-header-icons {
        gap: 10px;
		flex-direction: column;
        row-gap: 0px;
        column-gap: 5px;
        justify-content: center;
    }
    
    .mobile-icon {
        width: 28px;
        height: 28px;
		gap: 0px;
        justify-content: end;
    }
    
    .mobile-icon img {
        max-width: 22px;
    }
    
    /* Header */
    .call_info h4 {
        font-size: 14px;
    }
    
    .call_info a {
        font-size: 14px;
    }
    
    .eml {
        font-size: 12px;
    }
    
    .cntbtn {
        font-size: 14px;
        line-height: 28px;
    }
    
    /* Hero Section */
    .hero-content h1 {
        font-size: 26px;
        line-height: 30px;
    }			.welcome_info h1,.global_info h1{ font-size: 26px;        line-height: 30px;}				.global_info h2{ font-size: 24px; line-height:normal; margin: 0 auto 15px; font-weight: 600; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}		.global_info h3{ font-size: 22px; line-height:normal; margin: 0 auto 15px; font-weight: 400; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}		.global_info h4{ font-size: 20px; line-height:normal; margin: 0 auto 15px; font-weight: 400; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}		.global_info h5{ font-size: 18px; line-height:normal; margin: 0 auto 15px; font-weight: 400; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}		.global_info h6{ font-size: 16px; line-height:normal; margin: 0 auto 15px; font-weight: 400; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}		.global_info p{ font-size: 16px; line-height:normal;}
		.global_info ul li,.global_info ol li{ font-size: 16px; line-height:normal;}
    .hero-content p {
        font-size: 16px;
        line-height: 20px;
    }
    
    /* Menu Toggle Button - Hide on Mobile (using mobile-menu-toggle instead) */
    .menu-toggle {
        display: none;
    }
    
    .hero-nav ul,
    .hero-nav .nav-menu {
        flex-direction: column;
        border-radius: 8px;
        max-height: 0;
        overflow: hidden;
        margin-bottom: 0;
        padding: 0;
        transition: max-height 0.3s ease, padding 0.3s ease, margin-bottom 0.3s ease;
    }
    
    .hero-nav .nav-menu.active {
        max-height: 500px;
        padding: 5px 0;
        margin-bottom: 26px;
    }
    
    .hero-nav a {
        border-left: none;
        border-bottom: 1px solid rgba(82, 94, 82, 0.26);
        padding: 10px 0;
    }
    
    .hero-nav li:last-child a {
        border-bottom: none;
    }
    
    .hero-btn {
        font-size: 16px;padding: 6px 0;        width: 180px; line-height:20px;
        
    }
	.btnblock{
		font-size: 16px;padding: 5px 15px;        width: 180px; line-height:20px;
	}
	.btnblock span{font-size: 14px;line-height:20px;}
	.btnblock img{max-width:25px;}
    
    .hero-image {
        height: 100%;
    }
    
    /* Features Strip */
    .infeatures-strip {
        padding: 25px 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .feature-item {
        width: calc(46% - 10px);
        margin-bottom: 20px;
    }
    
    .divider {
        display: block;
        width: 3px;
        height: 60px;
        align-self: center;
    }
    .hidem{display: none;}
    
    /* Hide divider between 2nd and 3rd items (between rows) */
    .feature-item:nth-child(2) + .divider {
        display: none;
    }
    
    .feature-item img {
        max-width: 60px;
        margin-bottom: 10px;
    }
    
    .feature-item p {
        font-size: 14px;
        line-height: 20px;
    }
    
    /* Variaty Section */
    .title h2 {
        font-size: 24px;
        line-height: 28px;
    }
    
    .v_info p {
        font-size: 16px;
        line-height: 22px;
    }
    
    .variaty h3 {
        font-size: 24px;
        line-height: 28px;
    }
    
    /* Icon Services */
    .icon-services {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin: 14px auto 30px;
    }
    
    .icon-card {
        padding: 18px 12px;
    }
    
    .icon-card img {
        max-width: 80px;
        margin-bottom: 12px;
    }
    
    .icon-card p {
        font-size: 18px;
    }
    
    
    /* Work Block */
    .workblock {
        padding: 25px 0;
    }
    
    .work-swiper {
        height: 200px;
    }
    
    .work-swiper .swiper-slide.is-active img {
        width: 220px;
        height: 180px;
    }
    
    .work-swiper img {
        height: 150px;
    }
	
	.work-swiper .swiper-slide.is-active video {
        width: 220px;
        height: 180px;
    }
    
    .work-swiper video {
        height: 150px;
    }
	
    .work-swiper .swiper-button-prev,
    .work-swiper .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    
    .work-swiper .swiper-button-prev::after,
    .work-swiper .swiper-button-next::after {
        width: 30px;
        height: 30px;
    }
    
    /* Form Section */
    .form_Section {
        padding: 25px 0;
    }
    
    
    .from_right h3 {
        font-size: 20px;
        line-height: 22px;
    }
    
    .from_right form .form-group .form-control {
        font-size: 16px;
        padding: 9px 10px;
    }
    
    input[type="submit"] {
        font-size: 20px;
        line-height: 38px;
        max-width: 100%;
    }
    
    .from_left {
        padding: 18px 10px 0px 10px;
    }
    
    .subinfo {
        margin: 0 0 12px;
    }
    
    .subinfo h3 {
        font-size: 15px;
        line-height: 20px;
        flex-wrap: wrap;
    }
    
    .subinfo span {
        width: 18px;
    }
    
    .subinfo p {
        font-size: 14px;
        line-height: 18px;
        padding-right: 18px;
    }
    
    /* Footer */
    .copyright_stip {
        padding: 20px 10px 40px;
    }
    
    .copyright_stip p {
        font-size: 20px;
        line-height: 24px;
    }
    
    a.btn {
        font-size: 20px;
        width: 100%;
        max-width: 250px;
        padding: 9px 0;
    }	
	.welcome_info{padding:40px 0;}	.global_info{padding:30px 0;}
	
	.menu-item-has-children {
        position: relative;
    }

    /* Toggle arrow */
    .submenu-toggle {
        position: absolute;
        left: 0; /* RTL */
        /*top: 50%;
        transform: translateY(-50%);*/
		top:0;
        width: 40px;
        height: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .submenu-toggle::after {
        content: "▾";
        font-size: 45px;
        transition: transform 0.3s ease;
		color:white;
    }
	.menu-item-has-children a{width:calc(100% - 40px);}
	.menu-item-has-children ul li a{width:100%;}

    /* Rotate arrow when open */
    .menu-item-has-children.open > .submenu-toggle::after {
        transform: rotate(180deg);
    }

    /* Submenu default hidden */
    .menu-item-has-children > .sub-menu {
        display: none;
        padding-right: 15px;
    }

    /* Show submenu */
    .menu-item-has-children.open > .sub-menu {
        display: block;
		position: relative;
		background:transparent;
    }
	.centerblock::before{content:none;}
	.workblock::before{content:none;}
	.team-section{grid-template-columns: 1fr;}
	.card:nth-child(odd){padding: 20px 20px 20px;}
	.card{padding:20px 20px 20px;}
	.cinfo{font-size: 16px; line-height: 20px;}
	.card h2{font-size: 24px; line-height: 28px;}
}

/* Extra Small Phones */
@media (max-width: 400px) {
    .hero-content h1 {
        font-size: 22px;
        line-height: 26px;
    }			.welcome_info h1,.global_info h1{ font-size: 22px;        line-height: 26px;}						.global_info h2{ font-size: 21px; line-height:normal; margin: 0 auto 15px; font-weight: 600; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}		.global_info h3{ font-size: 20px; line-height:normal; margin: 0 auto 15px; font-weight: 400; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}		.global_info h4{ font-size: 18px; line-height:normal; margin: 0 auto 15px; font-weight: 400; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}		.global_info h5{ font-size: 16px; line-height:normal; margin: 0 auto 15px; font-weight: 400; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}		.global_info h6{ font-size: 14px; line-height:normal; margin: 0 auto 15px; font-weight: 400; text-align:right;letter-spacing: -0.02em; color:#0d1f30;}
		.global_info p{ font-size: 14px; line-height:normal;}		.global_info ul li,.global_info ol li{ font-size: 14px; line-height:normal;}
    .hero-content p {
        font-size: 14px;
        line-height: 18px;
    }
    
    .title h2 {
        font-size: 20px;
        line-height: 24px;
		margin-bottom:10px;
    }
    
    .variaty h3 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .work-swiper .swiper-slide.is-active img {
        width: 180px;
        height: 150px;
    }
    
    .work-swiper img {
        height: 120px;
    }
	.cinfo{font-size: 16px; line-height: 20px;}
	.card h2{font-size: 22px; line-height: 24px; margin-bottom:10px;}
}


.nav-menu li > .sub-menu {
    position: absolute;
    top: 113%;
    right: 0; /* use left:0 if LTR */
	min-width: 256%;
    background: rgb(245 83 18 / 90%);
    padding: 8px;
    margin: 0;
    list-style: none;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 99;
	display: inherit !important;
    box-shadow: none !important;
}
.nav-menu li > .sub-menu li{margin:0px; line-height:normal; border: none;}
.nav-menu li > .sub-menu li a{padding:0px; line-height:normal; line-height: 28px;
    text-align: right;
    border: none;}
.nav-menu li > .sub-menu li a:after{content:none;}
/* Show submenu on hover */
.nav-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}