/* 
    Theme Name: Tornado
    Author: Zigit
*/


@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/heebo/Heebo-Light.ttf');
}

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/heebo/Heebo-Regular.ttf');
}

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/heebo/Heebo-Medium.ttf');
}

@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/heebo/Heebo-Bold.ttf');
}

.f500 
{
    font-weight: 500;
}

html {
    height: 100%;
    width: 100%;
    text-decoration: none;
    border: none;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Heebo', arial, sans-serif;
    border: none;
    direction: rtl;
}

body {
    font-family: 'Heebo', arial, sans-serif;
}

.dropdown-menu {
    text-align: right;
}

header {
    position: absolute;
    width: 100%;
    z-index: 100;
}

.headerRow {
    background-color: #58B947;
    clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
    padding: 30px 0;
}
a
{
    text-decoration: none;
}
a:hover 
{
    text-decoration: none;
    --bs-link-color-rgb:transparent;
}
h4 {
    font-weight: 400;
}

.sc1 {
    color: #1B1B1B;
}

.sc2 {
    color: #666666;
}
.fbold{font-weight: 700;}

.lh1{line-height: 1;}
.container.c14 {
    max-width: 1420px;
}


.fs16 
{
    font-size: 16px;
}
.fs18
{
    font-size: 18px;
}
.fs20 {
    font-size: 20px;
}

.fs32 {
    font-size: 32px;
}

.fs28 {
    font-size: 28px;
}

.fs24 {
    font-size: 22px;
}

.fs40 {
    font-size: 40px;
}

.fs48 {
    font-size: 48px;
}
.fs64 
{
    font-size: 64px;
}
.fs76 {
    font-size: 76px;
}

.imgc {
    max-width: 100%;
    max-height: 100%;
}
.bgimg
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mlink 
{
    width: max-content;
    max-width: 100%;
    padding: 12px 40px;
    background-color: #046AE5;
    border:1px solid #046ae5;
    border-radius: 8px;
    color:#fff;
    transition: all 0.3s ease;
    line-height: 1;
}
.mlink:hover 
{
    background-color: #fff;
    border:1px solid #046ae5;
    color:#046AE5;
}
.arrowwrap
{
    transition: all 0.3s ease;
}
.arrowwrap:hover 
{
   box-shadow:1px 2px 5px rgba(0,0,0,0.5);
}
.NewHeaderMenu ul 
{
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
}
.NewHeaderMenu ul li 
{
    padding: 0 20px;
}
.NewHeaderMenu ul li a 
{
    color:#000;
    font-size: 20px;
}
.formwrapper {
    background-color: #255E3E;
    border-radius: 20px;
}

.mainform input,.mainform textarea ,.mainform select{
    display: block;
    width: 100%;
    background-color: #EBEBEB;
    border-radius: 15px;
    padding: 10px 16px;
    padding-right: 15px;
    direction: rtl !important;
    max-height: 126px;
    margin-bottom: 30px;
}

.mainform label 
{
    font-weight: 700;
    margin:0 10px 5px 0px;
    font-size: 20px;
}
/* .mainform input[type="text"] {
    background-image: url('images/txtbg.png');
    background-repeat: no-repeat;
    background-position: 97%;
}

.mainform input[type="tel"] {
    background-image: url('images/telbg.png');
    background-repeat: no-repeat;
    background-position: 97%;
}

.mainform input[type="email"] {
    background-image: url('images/mailbg.png');
    background-repeat: no-repeat;
    background-position: 97%;
} */

.mainform input[type="submit"] {
    max-width: 250px;
    background-color:#046AE5;

    padding-right: 0;
    color: #fff;
    padding: 8px 0;
    cursor: pointer;
    font-size: 28px;
    font-weight: 500;
}

.socials img 
{
    width: 32px;
    height: 32px;
}
.floatingmail {
    position: fixed;
    left: 20px;
    bottom: 80px;
    width: 60px;
    height: 60px;
    z-index: 1000;
}

.floatingwats {
    position: fixed;
    left: 20px;
    width: 60px;
    height: 60px;
    bottom: 145px;
    z-index: 1000;
}

.wpcf7-spinner {
    display: none;
}

.mainform p {
    margin-bottom: 0 !important;
}

.resultItem {
    position: relative;


    overflow: hidden;
    /* Ensure gradient is contained within the item */
}

.resultItem::before {
    content: '';
    /* Pseudo-element for gradient border */
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    z-index: -1;
    /* Move below content */
    background: linear-gradient(180deg, rgba(37, 94, 62, 0) 0%, #255E3E 50%, rgba(37, 94, 62, 0) 100%);
    pointer-events: none;
    /* Ensure the pseudo-element doesn't interfere with mouse events */

}

.resultItem::after {
    content: '';
    /* Pseudo-element for gradient border */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: -1;
    /* Move below content */
    background: linear-gradient(90deg, rgba(37, 94, 62, 0) 0%, #255E3E 50%, rgba(37, 94, 62, 0) 100%);
    pointer-events: none;
    /* Ensure the pseudo-element doesn't interfere with mouse events */
}

.resultItem:nth-child(6n + 1)::after {
    display: none;
}

.resultItem:nth-child(6n + 2)::after {
    display: none;
}

.resultItem:nth-child(6n + 3)::after,
.resultItem:nth-child(6n + 3)::before {
    display: none;
}

.resultItem:nth-child(6n + 6)::before {
    display: none;
}

.hidden-xs-up {
    display: none !important
}

.filters
{
    cursor: pointer;
    width: max-content;
    padding:10px 40px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background-color: #F3F3F3;
}
.filters:hover,.filters.active
{
    background-color: #046AE5;
    color:#fff;
}
#cities-data ,#cities-data *
{
    width: 100%;
}
.stickyFormLink
{
    position: fixed;
    left: 0;
    top:50%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    cursor: pointer;
    width: max-content;
    padding: 5px 25px;
    z-index: 1000;
    background-color: #046AE5;
}
.stickyform
{
    position: fixed;
    top:50%;
    z-index: 1000;
    transition: all 0.3s ease;
    max-width: 400px;
    transform: translateY(-50%);
    padding:30px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 1px 2px 20px rgba(0,0,0,0.4);
    left: 0vh;
}
.pointer 
{
    cursor: pointer;
}
.stickyform.active 
{
    left:0;
}
/*******************************************************footer***************************************************************************/
.flogo 
{
    margin-top:-19px;
}
.FooterNav ul 
{
    list-style-type: none;
    display: block;
    margin-bottom: 0;

}
.FooterNav ul li 
{
    padding: 5px 0;
}
.FooterNav ul li a 
{
    color:#797D80;
    font-size:16px;
}

.floatingwats {
    position: fixed;
    right: 40px;
    width: 60px;
    height: 60px;
    bottom: 145px;
    z-index: 1000;
}

.techbox 
{
    background-color: #F4F4F4;
    border-radius: 40px;
    padding:20px;
    position:relative;
    transition:all 0.3s ease;
    min-height: 220px;
}
.techbox img 
{
    transition:all 0.3s ease;
}
.techiconwrap 
{
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:3px solid #003B82;
    border-radius: 50%;
}
.techiconwrap img 
{
    max-width: 50%;
}
.techbox:hover 
{
    background-image: url('images/techbg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.techbox:hover .techiconwrap
{
    border:3px solid #fff;
}
.techbox:hover * 
{
    color:#fff!important;
}
.techbox:hover img 
{
    filter: brightness(0) invert(1);
}
.cold
{
    position: absolute;
    left:0;
    top:0;
}


.slick-dots
{
    max-width: 100px;
    overflow: hidden;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-height: 35px;
    overflow: hidden;
}
/* Styling the scrollbar for Safari and other browsers */

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Enables momentum scrolling in Safari */
    max-width: 100%;
    margin-bottom: 1rem;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Light gray */
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
    background-color: #046AE5; /* Blue color */
    border-radius: 6px; /* Rounded corners */
}

/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
    background-color: #0452e5; /* Darker shade of blue */
}

.techs_slider .slick-slide 
{
    margin:0 15px;
}
.product_slider .slick-slide 
{
    margin:0 5px;
}
.techs_slider .slick-dots li button::before,.product_slider .slick-dots li button::before
{
    color:#046AE5;
    font-size: 8px;
}
.techs_slider .slick-dots li.slick-active button::before,.product_slider .slick-dots li.slick-active button::before
{
    font-size: 12px;
}
.specsTable 
{
    margin:0 auto
}
.specsTable tr th 
{
    padding:15px;
    background-color: #F3F3F3;
    color:#000;
    text-align: center;
    min-width: 170px;
}
.specsTable tr td 
{
    direction: ltr;
    text-align: center;
    padding:10px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
thead {
    background-color: #f2f2f2;
}
thead th {
    padding: 10px;
    text-align: right;
    border: 1px solid #ddd;
}
tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
tbody tr:nth-child(odd) {
    background-color: #ffffff;
}
tbody td {
    padding: 10px;
    border: 1px solid #ddd;
}
/*******************************************************mobile***************************************************************************/
@media (max-width:575px) {
    .mbh100{height: 100px!important;}
    .mbh180{height: 180px!important;}
    .mhfs20 {font-size: 20px!important;}
    .hauto{height: auto!important;}
    .stickyFormLink
    {
        padding:5px 10px;
    }
    .mbh200
    {
        height: 200px!important;
    }
    .mbh300
    {
        height: 300px!important;
    }
    .mbh400
    {
        height: 400px!important;
    }
    .NewHeaderMenu ul
    {
        display: block;
    }
    .mobilemask 
    {
        position: absolute;
        left: 0;
        max-width: 100%;
        right: 0;
        margin:0 auto;
        bottom: -23px;
    }
    .mw100
    {
        width: 100% !important;
    }
    .HeaderRow 
    {
        position: absolute;
        width: 100%;
    }
    .mlink {

    }
    .fs28 {
        font-size: 17px;
    }
    .mw50 
    {
        width: 50%;
    }
    .NewHeaderMenu
    {
        position: fixed;
        left: -100vh;
        height: 100vh;
        background-color: #fff;
        top:0;
        transition: all 0.3s ease;
        padding-top:40px;
    }    
    .menubutton
    {
        width: 45px;
        height: 45px;
        background-color: #046AE5;
       border-radius: 5px;
       background-repeat: no-repeat;
       background-position: center;
       background-image: url('images/menubutton2.png');
    }
    .menubutton.active 
    {
        background-image: url('images/close.png');
    }
    .NewHeaderMenu.active 
    {
        left:0;
    }
    .NewHeaderMenu ul
    {
        padding-top:40px;
    }
    .NewHeaderMenu ul li
    {
        padding:20px;
    }
    header {
        position: relative;
    }

    .fs76 {
        font-size: 40px;
    }
    .fs64 {
        font-size:40px;
    }
    .fs40 {
        font-size: 22px;
    }

    .fs48 {
        font-size: 30px;
    }

    .fs24 {
        font-size: 18px;
    }

    .fs32 {
        font-size: 24px;
    }

    .fs20 {
        font-size: 15px;
    }

    .mainform input[type="submit"] {
        font-size: 20px;
        width: 100%;
        max-width: 100%;
    }

    .resultItem:nth-child(6n + 1)::after {
        display: none;
    }

    .resultItem:nth-child(6n + 2)::after {
        display: none;
    }

    .resultItem:nth-child(6n + 2)::before {
        display: none;
    }

    .logos {
        height: 85px !important;
    }

    .resultItem:nth-child(6n + 4)::before {
        display: none;
    }

    .resultItem:nth-child(6n + 3)::after,
    .resultItem:nth-child(6n + 3)::before {
        display: block;
    }

    .resultItem:nth-child(6n + 6)::before {
        display: none;
    }
    .mnha {min-height: auto!important;}

    .floatingwats {

        left: 10px;
        width: 50px;
        height: 50px;
        right: auto;
        top:auto;
        bottom:15px;
    }
    .floatingmail
    {
        left: 10px;
        width: 50px;
        top:65px;
        height: 50px;
        right: auto;
        bottom: auto; 
    }
    .hidden-xs-down {
        display: none !important
    }
}
@media screen and (min-width: 769px) and (max-width: 1260px) {
    .fs20 {
        font-size: 15px;
    }
}
@media (min-width:576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width:991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width:992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width:1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}