@import url(../css/all.min.css);
@import url(../css/bootstrap.css);
@import url(../css/animate.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);

@font-face {
    font-family: 'DINNextLTArabic-Light';
    src: url(../fonts/DINNextLTArabic-Light.ttf) format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DINNextLTArabic-Regular';
    src: url(../fonts/DINNextLTArabic-Regular.ttf) format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DINNextLTArabic-Medium';
    src: url(../fonts/DINNextLTArabic-Medium.ttf) format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DINNextLTArabic-Bold';
    src: url(../fonts/DINNextLTArabic-Bold.ttf) format('opentype');
    font-weight: 700;
    font-style: normal;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #8CAD52;
    --sub-color: #414E52;
    --sec-padding: 80px 0;
}

body {
    font-family: 'DINNextLTArabic-Regular', sans-serif;
    background-color: #6c6d68;
    color: white;
    font-size: 16px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DINNextLTArabic-Bold', sans-serif !important;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .0s ease;
    transition: -webkit-transform .0s ease;
    transition: transform .0s ease;
    transition: transform .0s ease,
        -webkit-transform .0s ease;
}

.hamburger,
.is-closed {
    width: 25px;
    height: 17px;
    background: transparent;
    display: none;
    flex-direction: column;
    justify-content: center;
    margin-right: 0px;
}

.hamburger span,
.is-closed span {
    width: 25px;
    height: 3px;
    border-radius: 20px;
    background-color: var(--sub-color);
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger span:nth-child(1) {
    width: 25px
}

.hamburger span:nth-child(2) {
    width: 21px
}

.hamburger span:nth-child(3) {
    width: 17px;
    margin-bottom: 0
}

.is-closed span:nth-child(1) {
    transform: rotate(45deg);
}

.is-closed span:nth-child(2) {
    display: none;
}

.is-closed span:nth-child(3) {
    transform: rotate(135deg);
    margin-top: -6px;
}

.mobile-menu {
    height: 100vh;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    padding: 20px;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.mobile-menu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.logo-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-mobile img {
    max-width: 150px;
}

.mmenu {
    padding-top: 40px;
}

/* Style Header */

#header {
    position: relative;
    height: 84px;
    width: 100%;
    z-index: 33;
}

body.transparent-header #header{
    position: fixed;
}


#header .header-inner{
    width: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all 0.2s ease;
}

body.transparent-header #header .header-inner{
    padding: 20px 0;
}

body.admin-bar #header .header-inner{
    top: 32px;
}

#header .header-inner {
    position: fixed;
    background: #ccccca;
    box-shadow: none;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 33;
    padding: 0;
}

#header.fixed-header .header-inner{
    background-color: #fff;
    box-shadow: 0 0 15px #00000014;
    padding: 0 !important;
}

body.transparent-header #header .header-inner{
    background-color: transparent;
    box-shadow: none;
}

body.transparent-header #header.fixed-header .header-inner{
    background-color: #ebebebeb;
    box-shadow: 0 0 15px #00000014;
    backdrop-filter: blur(2px);
}


#header .header-inner .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 50px;
    position: relative;
    z-index: 9;
}

.logo-site a {
    display: inline-block;
}

.logo-site img {
    width: 210px;
}

.logo-site .logo-white {
    display: none;
}

.page-id-148 .logo-site .logo-default {
    display: none;
}

.page-id-148 .logo-site .logo-white {
    display: inline-block;
}

body #header.fixed-header .logo-default {
    display: inline-block;
}

body #header .mobile-menu .logo-white,
body #header.fixed-header .logo-white {
    display: none;
}

.main_menu {
    display: flex;
    align-items: center;
    gap: 25px;
}

.main_menu_link.btn-site {
    padding: 5px 17px;
    display: inline-block;
    font-size: 7px !important;
    height: unset;
}

.main_menu_link.btn-site span {
    font-size: 16px;
}

.main_menu_link.desktop,
.main_menu.desktop {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.fixed-header .main_menu_link.desktop,
.fixed-header .main_menu.desktop {
    opacity: 1;
    pointer-events: all;
}

.main_menu > li {
    position: relative;
}

.main_menu > li > a {
    display: block;
    color: #2D2D2D;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    padding: 10px;
}

.main_menu > li > a.btn-site {
    padding: 12px 30px
}

body.transparent-header #header .main_menu > li > a {
    position: relative;
    color: #fff;
}

body.transparent-header #header .mobile-menu .main_menu > li > a {
    color: var(--main-color) !important;
}

body.transparent-header #header .main_menu > li > a:hover {
    color: var(--main-color) !important;
}

body.transparent-header #header .main_menu > li > a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 2px;
    background-color: var(--main-color);
    content: "";
    transition: 0.35s;
}

body.transparent-header #header .main_menu > li > a:hover::before {
    width: 100%;
}

body.transparent-header #header.fixed-header .main_menu > li > a {
    color: #2D2D2D;
}

.main_menu li ul.sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    padding: 10px 0;
    background: #e2e2e1;
    border: solid 1px #ffffff9c;
    box-shadow: 2px 10px 15px #0000001f;
    border-radius: 10px;
    min-width: 200px;
    z-index: 99;
}

.main_menu li ul.sub-menu a {
    display: block;
    padding: 10px 20px;
    color: #2D2D2D;
}

@media screen and (max-width: 768px) {
    .main_menu li ul.sub-menu {
        position: relative;
        margin-top: 13px;
        box-shadow: none;
        border: none;
    }
}

.main_menu li:hover > ul.sub-menu {
    display: block;
}

/* Style Home Slide */

.section_home {
    display: flex;
    align-items: end;
    position: relative;
    padding: 180px 0;
    z-index: 1;
    height: 110vh;
}

.section_home .container {
    position: relative;
    z-index: 3;
}

.section_home.video-bg .thumb-hero {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.thumb-hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.section_home:before {
    content: "";
    background: linear-gradient(180deg, #fcfcfc00 50%, #6c6d68 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* opacity: 0%; */
}

.section_home.video-bg::after {
    content: "";
    background: linear-gradient(135deg, rgb(108 109 104 / 3%) 30%, rgb(108 109 104) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    /* opacity: 30%; */
}

.home_txt {
    position: relative;
    width: 650px;
    max-width: 100%;
    z-index: 1
}

.home_txt h1 {
    color: white;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 52px;
}

.home_txt p {
    color: white;
    font-size: 24px;
    margin-bottom: 30px;
}

.thumb-hero {
    position: absolute;
    top: 0;
    left: 0;
}

.thumb-hero figure {
    position: relative;
    margin-bottom: 0;
}

.thumb-hero figure img {
    max-height: 110vh;
    width: 1000px;
    object-fit: cover;
}

/* Style Stac Site */

.sec_head {
    margin-bottom: 40px;
    position: relative;
    width: 70%;
}

.sec_head h2 {
    position: relative;
    color: white;
    font-size: 90px;
    margin-bottom: 50px;
    display: inline-block;
}

.sec_head h2:before {
    content: "";
    background: var(--main-color);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -35px;
    z-index: -1;
}

body.en .sec_head h2:before {
    right: unset;
    left: -35px;
}

.sec_head p {
    font-size: 14px;
    color: var(--sub-color);
    font-weight: 400;
}

.btn-site {
    height: 60px;
    font-size: 15px;
    padding: 5px 30px 12px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    justify-content: center;
    background: var(--main-color);
    width: max-content;
    position: relative;
    overflow: hidden;
}

.btn-site:before {
    background: #EBEBEB;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
}

.btn-site:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}

.btn-site span {
    color: #fff;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-site:hover span {
    color: var(--main-color);
}

/* Style About */

.section_about {
    position: relative;
    padding: 80px 0;
}

.thumb-about {
    position: relative;
}

.thumb-about:before {
    content: "";
    background: var(--main-color);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.thumb-about img {
    display: block;
    margin: auto;
    width: 330px;
    height: 330px;
    object-fit: cover;
    border-radius: 50%;
    border: 10px solid #F6F6F6;
    filter: grayscale(1);
}

.txt-about h2 {
    position: relative;
    color: white;
    font-size: 90px;
    margin-bottom: 40px;
    display: inline-block;
}

.txt-about h2:before {
    content: "";
    background: var(--main-color);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: -1;
}

body.en .txt-about h2:before {
    right: unset;
    left: -20px;
}

.txt-about p {
    color: #e9e9e9;
    font-size: 20px;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 40px;
}

/* Style Services */

.section_services {
    position: relative;
    padding: 50px 0;
}

.item-serv {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    padding: 40px 0;
    border-radius: 15px;
    background: #00000000;
    box-shadow: none;
    transform: translate(0, 0);
    transition: all ease-in-out 0.3s;
    overflow: hidden;
}

/* لمعة قبلية */
.item-serv::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        0deg,
        transparent,
        transparent 30%,
        rgb(255 255 255 / 9%)
    );
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}

/* تأثير الهوفر */
.item-serv:hover {
    background: #ffffff0d;
    box-shadow: -2px 7px 30px #0000000f;
    transform: translate(1px, -3px);
}

/* تفعيل اللمعة عند الهوفر */
.item-serv:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(110%);
}


.item-serv-icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    background-color: #8cad52;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

.item-serv figure {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-serv figure img {
    max-height: 100%;
    /* filter: brightness(0) invert(1) opacity(0.8); */
    transition: all ease-in-out 0.3s;
}

.item-serv:hover figure img {
    filter: brightness(0) invert(1);
    transform: rotateY(360deg);
}

.item-serv p {
    color: #e3e3e3;
    font-size: 25px;
}

/* Style Schedule */

.section_schedule {
    position: relative;
    padding: 50px 0;
    /* background: linear-gradient(225deg, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%); */
}

/* .section_schedule::before {
    content: "";
    background: linear-gradient(0deg, rgba(174, 174, 174, 0) 0%, rgba(145, 145, 145, .3) 50%, rgba(169, 169, 169, 0) 100%);
    width: 100%;
    height: 400%;
    position: absolute;
    top: -200%;
    left: 0;
    z-index: -1;
} */
.txt-schedule {
    position: relative;
    text-align: center;
}

.txt-schedule h2 {
    color: var(--main-color);
    font-size: 40px;
    margin-bottom: 20px;
}

.txt-schedule h2 span {
    color: white;
}

.txt-schedule p {
    color: #d4d4d4;
    font-size: 18px;
    margin-bottom: 15px;
}

.txt-schedule .btn-site {
    margin: 0 auto;
    background: var(--sub-color);
    height: 45px;
    padding: 0px 30px 5px;
}

.txt-schedule .btn-site span {
    font-size: 16px;
}

/* Style Statistics */

.section_statistics {
    position: relative;
    padding: 80px 0 30px;
}

.section_statistics .container {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #DADADA
}

.item-statistic {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.item-statistic figure {
    margin-bottom: 0;
}

.txt-statistic h3 {
    color: white;
    font-size: 30px;
}

.txt-statistic p {
    color: #e7e7e7;
    font-size: 14px;
}

/* Style Statistics */

.section_projects {
    position: relative;
    padding: 40px 0 80px
}

.section_projects:before {
    content: "";
    background: url(../images/shape-project.svg);
    background-size: 100% 100%;
    width: calc(120% + 210px);
    height: 120%;
    min-height: 1500px;
    position: absolute;
    right: -210px;
    top: -310px;
    filter: brightness(0) invert(1);
    z-index: -1;
}






/* project card */

.item-projects {
    position: relative;
    background: #fff;
    border: 1px solid #D9DCE1;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 24px;
    height: 100%;
}

.flip-card-back .item-projects {
    background: white;
    color: black;
}

.flip-card-back .item-projects .dta-proj span {
    color: white;
}

.flip-card-back .name-proj h4 {
    color: #8cad52
}

.item-projects figure {
    overflow: hidden;
    border-radius: 20px;
}

.item-projects figure img {
    height: 280px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    transition: .3s;
}

.item-projects:hover figure img {
    transform: scale(1.1) rotate(3deg);
}

.flip-card .txt-proj {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.txt-proj > div {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.txt-proj > div:not(:last-child) {
    margin-bottom: 15px;
}

.name-proj h4,
.name-proj strong {
    color: var(--sub-color);
    font-size: 28px;
}

.name-proj h4 a,
.name-proj strong a {
    color: inherit;
}

.name-proj h4 {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proj-desc {
    flex: 1;
}

.flip-card .proj-desc {
    overflow-y: auto;
}


.flip-card .proj-desc p{
    white-space: pre-wrap;
}

.dta-proj span {
    color: var(--main-color);
    font-size: 20px;
}

.dta-proj span a {
    color: inherit;
}

.dta-proj .btn-site {
    background: #6D6E71;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
}

.dta-proj .btn-site span {
    color: #fff;
}

.dta-proj .btn-site:hover span {
    color: var(--main-color)
}

.dta-proj .btn-site:hover:before {
    left: 0;
}


.flip-card {
    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    transition: transform 0.6s ease-in-out;
    transform-style: preserve-3d;
  }
  
  /* عند التحويم يتم قلب المحتوى */
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  /* نستخدم block layout بدلاً من absolute لتجنب انهيار الارتفاع */
  .flip-card-front,
  .flip-card-back {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: opacity 0.3s ease-in-out;
  }
  
  /* نخلي الخلفية خلف الواجهة الأولى */
  .flip-card-front {
    display: block;
  }
  
  .flip-card-back {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg);
  }
  

/* end project card */



/* view all button */
.view-all a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
}

.view-all a:hover {
    color: var(--main-color);
}

.view-all a span {
    background: var(--main-color);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #fff;
    transition: .3s;
}

.view-all a:hover span {
    background: var(--main-color);
}

/* Style Clients */

.section_clients {
    position: relative;
    padding: 80px 0;
}

.clients-slider-container {
    width: 90%;
    z-index: 1;
    margin: auto;
    border: solid 1px #ffffff73;
    border-radius: 16px;
    padding: 0px 10px 0px 10px;
    background: #ffffff;
}

.clients-slider-container .owl-dots {
    display: none;
}

.item-clients {
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-clients img {
    max-width: 100%;
    max-height: 100%;
    height: 50px;
    mix-blend-mode: color-burn;
    object-fit: contain;
}

figure.item-clients.logo-square img {
    height: 90px;
}

/* Style Blogs */

.section_blogs {
    position: relative;
    padding: 0 0 40px;
}



@media screen and (max-width: 991px) {
    .section_blogs:before {
        content: "";
        background: url(../images/shape-project.svg);
        background-size: 100% 100%;
        width: calc(120% + 210px);
        height: 500px;
        min-height: 150px;
        position: absolute;
        right: -40px;
        top: -140px;
        filter: brightness(0) invert(1);
        z-index: -1;
    }
}
/* .section_blogs:before {
    content: "";
    background: linear-gradient(0deg, rgba(174, 174, 174, 0) 0%, rgba(145, 145, 145, .3) 50%, rgba(169, 169, 169, 0) 100%);
    width: 100%;
    height: 40%;
    position: absolute;
    top: -200%;
    left: 0;
    z-index: -1
} */

.section-blogs-row {
    gap: 60px 0;
}

@media screen and (max-width: 991px) {
    .section-blogs-row {
        gap: 0 0;
    }
}

.item-blog {
    position: relative;
    text-align: center;
    padding-bottom: 60px;
}

.item-blog figure {
    position: relative;
    margin-bottom: 0;
    height: 220px;
}

.item-blog figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.txt-blog {
    /* background: #ebebeb; */
    /* padding: 15px; */
    /* border-radius: 8px; */
    /* box-shadow: 0 13px 63px rgb(0 0 0 / 10%); */
    /* width: 90%; */
    /* min-height: 210px; */
    /* position: relative; */
    /* top: 90px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* margin: auto; */
    /* margin-top: -150px; */
    /* margin-bottom: -50px; */
    /* z-index: 7; */
    background: #ebebeb;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 13px 63px rgb(0 0 0 / 10%);
    width: 90%;
    min-height: 210px;
    max-height: 210px;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.txt-blog h3 {
    color: #8cad52;
    font-size: 17px;
    text-align: start;
    margin-bottom: 10px;
}

.txt-blog p {
    color: var(--sub-color);
    font-size: 16px;
    line-height: 1.7;
    display: -webkit-box;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    text-align: center;
    /* overflow: hidden; */
}

.txt-blog a {
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-weight: 700;
}

.txt-blog a span {
    transition: .3s;
}

.txt-blog:hover a span {
    transform: translateX(-10px);
}

/* Style Contact */

.section_contact {
    position: relative;
    padding: 110px 0;
}

.contact-wrapper {
    position: relative;
    padding: 25px 45px;
    background: rgb(255 255 255 / 63%);
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    display: flex;
    gap: 40px;
}

.dta-contact {
    flex: 0 0 auto;
    width: calc(65% - 20px);
}

.dta-contact > p {
    color: var(--sub-color);
    margin-bottom: 20px;
}

.form-contact label {
    display: block;
    margin-bottom: 5px;
    color: var(--sub-color);
    position: relative;
}

.form-contact .d-flex {
    gap: 20px;
}

.form-contact .d-flex .form-group {
    flex: 0 0 auto;
    width: calc(50% - 10px);
}

.form-contact .form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-contact .form-control {
    background-color: #F3F4F6;
    border-radius: 4px;
    border: 0;
    height: 40px;
}

.form-contact .form-control::placeholder {
    color: #6C737F;
}

.form-contact textarea.form-control {
    height: 100px
}

.d-mobile {
    display: flex;
    align-items: center;
    direction: ltr;
}

.d-mobile .form-select {
    width: 100px;
    padding: 0.375rem 0.75rem 0.375rem 2.25rem;
    background-position: left 0.75rem center;
    border-radius: 4px 0 0 4px;
}

.d-mobile input.form-control {
    border-radius: 0 4px 4px 0;
}

.form-contact .form-control:focus {
    box-shadow: 0 0 0 0.10rem rgb(140 173 82 / 0.25);
}

.form-contact .btn-site {
    height: 40px;
}

.form-contact .btn-site span {
    font-size: 16px;
}

.info-contact {
    flex: 0 0 auto;
    width: calc(35% - 20px);
    background: #fff;
    border: 1px solid #D2D6DB;
    padding: 40px 35px;
    border-radius: 16px;
    height: calc(100% - 70px);
    margin: auto;
}

.info-contact > div:not(:last-child) {
    margin-bottom: 30px;
}

.info-contact > div h5 {
    color: var(--sub-color);
    font-size: 17px;
    margin-bottom: 10px;
}

.item-contact {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}


.item-contact figure {
    margin-bottom: 0;
}

.item-contact h5 {
    color: var(--sub-color);
    font-size: 17px;
}

.item-contact p {
    color: var(--main-color);
    font-weight: 700;
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.item-contact p span {
    cursor: pointer;
}

#copy-tooltip {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 9999;
}

#copy-tooltip.show {
    opacity: 1;
}

.lst-social ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lst-social ul li a {
    display: block;
    transition: .3s;
}

.lst-social ul li a:hover {
    transform: translateY(5px)
}

.icon-phone {
    background: url(../images/phone.svg);
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
}

.icon-mail {
    background: url(../images/mail.svg);
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
}

.icon-copy {
    background: url(../images/copy.svg);
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    display: block;
}

.icon-instagram {
    background: url(../images/instagram.svg);
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
}

.icon-linkedin {
    background: url(../images/linkedin.svg);
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
}

.icon-x-twitter {
    background: url(../images/x-twitter.svg);
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
}

/* Style Fotter */

footer {
    position: relative;
}

footer:before {
    content: "";
    background: url(../images/shape-ft.svg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    filter: brightness(0) invert(1);
    z-index: -1;
}

@media screen and (max-width: 991px) {
    footer:before {
        content: "";
        background: url(../images/shape-ft.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: -350px 0;
        width: 100%;
        height: 400px;
        position: absolute;
        left: 0;
        top: unset;
        bottom: 0;
        pointer-events: none;
        z-index: -1;
    }
}

.top-footer {
    padding: 30px 0;
}
.cont-ft {
    position: relative;
}
.logo-ft {
    margin-bottom: 30px;
    display: block;
    text-align: end;
}

.logo-ft img {
    width: 200px;
    max-width: 100%;
    margin-bottom: 15px;
    /* filter: brightness(0) invert(1) opacity(0.5); */
}

.cont-ft > p {
    margin-bottom: 25px;
    color: #cdcdcd;
    font-size: 17px;
    text-align: justify;
}

.menu-ft ul li {
    margin-bottom: 15px;
}

.menu-ft ul li a {
    color: #cdcdcd;
    font-size: 18px;
}

.li-ft li a:hover {
    color: var(--main-color);
}

.menu-ft ul.li-ft li a {
    position: relative;
}

.menu-ft ul.li-ft li a:before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 0;
    height: 2px;
    background-color: var(--main-color);
    content: "";
    transition: 0.35s;
}

.menu-ft ul.li-ft li a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.list-contact li {
    display: block;
    margin-bottom: 10px;
}

.list-contact li a {
    color: var(--sub-color);
    display: flex;
    align-items: center;
    gap: 15px;
}

.list-contact li a span {
    border: 1px solid #cdcdcd;
    width: 35px;
    height: 35px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-contact li a p {
    width: calc(100% - 42.5px);
    text-decoration: underline;
    color: #cdcdcd;
}

.list-contact li a span i,
.list-contact li a span svg {
    color: #cdcdcd !important;
    fill: #cdcdcd !important;
}

.menu-social {
    margin-top: 40px;
}
.menu-social h5 {
    color: white;
    margin-bottom: 15px;
    font-size: 18px;
}
.list-social {
    display: flex;
    align-items: center;
    gap: 15px;
}
.list-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9DCE1;
    border-radius: 7px;
    width: 35px;
    height: 35px;
    color: var(--sub-color);
}

.list-social li a:hover {
    background: var(--sub-color);
    color: #fff;
}

.list-social li a i,
.list-social li a svg {
    width: 17px;
    color: #cdcdcd !important;
    fill: #cdcdcd !important;
    transition: all 0.3s ease;
    transform: rotate(0deg);
}

.list-social li a:hover i,
.list-social li a:hover svg {
    color: #fff !important;
    fill: #fff !important;
    transform: rotate(360deg);
}

.icon-envelope {
    background: url(../images/envelope.svg);
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    display: block;
    filter: brightness(0) invert(1) opacity(0.5);
}
.icon-location {
    background: url(../images/location.svg);
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    display: block;
    filter: brightness(0) invert(1) opacity(0.5);
}


.bottom-ft {
    padding: 20px 0;
    background: #666966;
}

.cont-bt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyRight {
    color: #fff;
    font-size: 16px;
}


/* Style About Page */

.section_about_page {
    position: relative;
    padding: 180px 0 50px;
}
.section_about_page:before {
    content: "";
    background: rgb(171 171 171 / 20%);
    width: 800px;
    height: 800px;
    position: absolute;
    top: -300px;
    left: -300px;
    border-radius: 50%;
    filter: blur(140px);
}
.section_about_page:after {
    content: "";
    background: rgb(255 255 255 / 15%);
    width: 800px;
    height: 800px;
    position: absolute;
    bottom: 0;
    right: -200px;
    border-radius: 50%;
    filter: blur(140px);
}
.section_about_page .thumb-about img {
    border: 0;
    width: 470px;
    height: 470px;
}
.section_about_page .thumb-about:before {
    right: -20px;
}
.section_about_page .txt-about h2:before {
    display: none;
}

.section_about_page .btn-site span {
    gap: 10px;
    display: flex;
}

.section_about_page .btn-site:hover span svg path{
    stroke: var(--main-color);
}


.item-abt {
    position: relative;
    background: #fff;
    border: 1px solid rgba(239, 239, 239, 0.95);
    padding: 20px;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 13px 63px rgba(65, 78, 82, 0.05);
    margin-top: 40px;
}

.item-abt h3 {
    position: relative;
    color: var(--sub-color);
    font-size: 30px;
    margin-bottom: 30px;
    display: inline-block;
}

.item-abt h3:before {
    content: "";
    background: var(--main-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: -1;
}

.item-abt p {
    color: var(--sub-color);
    font-size: 14px;
    line-height: 1.5;
}

/* Style Value */

.section_values {
    position: relative;
    padding: 100px 0;
}

.item-value {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.item-value figure {
    margin-bottom: 0;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-value figure img {
    max-width: 100%;
    max-height: 100%;
}

.txt-value p {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
}

/* Style Certificates */

.section_certificates {
    position: relative;
    padding: 20px 0 50px;
}

.our-certificates {
    display: flex;
    width: 90%;
    border-radius: 16px;
    padding: 15px 10px;
    margin: auto;
    background: #ffffff;
}

.item-certificate {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.item-certificate.image-only img{
    width: 70%;
}

.item-certificate figure {
    width: 70px;
    margin-bottom: 0;
}

.item-certificate.image-only figure {
    width: 150px;
}

.item-certificate figure img {
    max-width: 100%;
}

.item-certificate p {
    color: var(--sub-color);
    font-size: 20px;
    font-weight: 500;
    padding-left: 30px;
}

/* Style Team */

.section_our_team {
    position: relative;
    padding: 50px 0;
}
.row-team {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.item-team {
    flex: 0 0 auto;
    width: calc(20% - 24px);
    margin-bottom: 50px;
}
.item-team figure img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    transition: .3s;
}
.item-team:hover figure img {
    transform: rotate(10deg);
}
.txt-team strong {
    display: block;
    color: var(--sub-color);
    text-align: center;
    font-size: 25px;
}

.txt-team span {
    display: block;
    text-align: center;
    color: var(--sub-color);
    font-size: 16px;
    margin: 5px 0 10px;
}
.txt-team ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.txt-team ul li a {
    background: #D9D9D9;
    color: var(--sub-color);
    border-radius: 8px;
    width: 28px;
    height: 28px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.txt-team ul li a:hover {
    background: var(--main-color);
    color: #fff;
}

.txt-team ul li a svg {
    width: 100%;
}

/* Style Clients About Page */

.clients_page {
    padding: 10px 0 80px;
}
.clients_page .col-lg-2 {
    width: 14.22222227%;
}
.clients_page .item-clients {
    padding: 8px;
    margin-bottom: 30px;
}
.clients_page .item-clients img {
    mix-blend-mode: unset;
}



/* Style Customers */

.section_customers {
  position: relative;
  padding: 80px 0 150px;
}
.item-customer {
    position: relative;
    border: 1px solid rgb(130 130 130 / 20%);
    background: #ebeceb;
    padding: 40px 30px;
    border-radius: 15px;
}

.slick-slide {
  margin: 0 8px;
}

.item-customer:before {
  content: "";
  background: url(../images/qoute.svg);
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  left: 30px;
}

.txt-review span {
  color: rgb(0 0 0 / 40%);
  font-size: 10px;
  display: block;
  margin-bottom: 5px;
}
.txt-review p {
  color: rgb(0 0 0 / 60%);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.opinion-review {
  display: flex;
  align-items: center;
  position: relative;
}

.opinion-review figure {
  margin-bottom: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.opinion-review figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.txt-opinion {
  width: calc(100% - 55px);
  padding-right: 15px;
}

.txt-opinion p {
  color: #191a23;
  font-size: 15px;
  margin-bottom: 5px;
}

.txt-opinion span {
  display: block;
  color: #5c5c5c;
  font-size: 14px;
}
#customer-slider .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--main-color);
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
#customer-slider .arrow-next.slick-arrow {
  left: calc(50% - 50px);
  opacity: 0.5;
}
#customer-slider .arrow-prev.slick-arrow {
  left: calc(50% + 50px);
}
#customer-slider .arrow-prev.slick-arrow .icon {
  transform: scale(-1);
}
#customer-slider .icon-arrow-color {
  background: url(../images/icon-arrow-color.svg);
}

  
/****************************************************************************/
/** Single.php *
/****************************************************************************/

/* .site-content {
    background-color: white;
  } */
  
  .single p {
    font-size: 18px;
    line-height: 35px;
  }
  
  .site-content.single-page h1 {
    text-align: center;
    padding: 35px 0;
  }

/****************************************************************************/
/** single post
/****************************************************************************/

.single-post .thumbnail-bg{
    position: relative;
    background-size: cover;
    background-position: center;
    height: 500px;
    display: flex;
    align-items: end;
    padding: 10px 20px 100px 20px;
}

@media screen and (max-width: 800px) {
    .single-post .thumbnail-bg {
        height: 350px;
        padding: 10px 15px 50px 15px;
    }
    
}

.single-post .thumbnail-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 64%);
}

.single-post .thumbnail-bg .container {
    z-index: 2;
}
.single-post .thumbnail-bg h1 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
}

.single-post .site-content-inner {
    /* padding: 10px; */
    padding-top: 50px;
  }
  
  .single-post h1 {
    font-size: 40px;
    line-height: 50px;
    padding: 0 15px;
    margin-bottom: 25px;
  }
  
  .single-post article {
    padding: 0 15px;
  }
  
  .single-post .single-post-content .thumbnail figure img {
    max-width: 900px;
    width: 100%;
    height: 500px;
    border-radius: 15px;
    object-fit: cover;
  }
  
  @media screen and (max-width: 800px) {

    .single-post h1 {
      padding: 0;
      font-size: 25px;
      line-height: 34px;
      margin-top: 20px;
    }
  
    .single-post article {
      padding: 0;
    }
  
    .single-post .single-post-content .thumbnail figure img {
      height: 250px;
    }
  }

/****************************************************************************/
/***  Single Page
/****************************************************************************/

.single-page h2,
.single-page h3,
.single-page h4,
.single-page h5,
.single-page h6 {
    color: #fff;
    margin: 20px 0;
}

.single-page h2 {
    font-size: 20px;
    background-color: #47584612;
    padding: 10px;
    padding-inline-start: 10px;
}

.single-page h3 {
    font-size: 20px;
}

.single-page h4 {
    font-size: 18px;
}

.single-page h5 {
    font-size: 16px;
}

.single-page h6 {
    font-size: 14px;
}

.single-page p {
    font-size: 16px;
    color: #dedede;
    margin: 20px 0 20px 0;
}

.single-page strong {
    color: #96b852;
}

.single-page ol, .single-page ul {
    margin-bottom: 20px;
    padding-left: 20px;
    margin-inline-start: 20px;
}

.single-page li {
    margin-bottom: 10px;
}

.single-page li ul {
    margin-top: 10px;
}

.single-page li ul li {
    margin-bottom: 5px;
}

.single-page a {
    color: #96b852;
    text-decoration: none;
}

.single-page a:hover {
    text-decoration: underline;
}

.single-page blockquote {
    padding: 15px;
    margin: 20px 0;
    background: #f8f9fa;
    border-left: 5px solid #96b852;
    font-style: italic;
}

.single-page img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .single-page .container {
        padding: 15px;
    }

    .single-page h4 {
        font-size: 20px;
    }

    .single-page p {
        font-size: 14px;
    }
}



/****************************************************************************/
/** breadcrumbs
/****************************************************************************/

.breadcrumbs {
    padding: 25px 25px;
    background-color: #e7e7e71a;
    font-size: 17px;
    position: relative;
  }

  .breadcrumbs::before {
    content: "";
    background: url(../images/shape-ft.svg);
    background-size: cover;
    background-position: 0px -188px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 42%;
  }
  
  .breadcrumbs ul {
    margin: 0;
  }
  
  .breadcrumbs ul li a{
    color: #fff;
  }
  
  .breadcrumbs-1 span.breadcrumb-delimiter {
    padding: 10px;
    color: #fff;
  }
  
  .breadcrumbs-1 .breadcrumbs-item {
    display: inline-block;
  }
  
  @media screen and (max-width: 800px) {
    .breadcrumbs {
      padding: 20px 15px;
      font-size: 18px;
    }
    .breadcrumbs ul {
      padding: 0;
    }
  }

  
/****************************************************************************/
/** Sidebar
/****************************************************************************/

.search-from-widget {
    position: relative;
  }

.search-from-widget input {
    padding: 15px 20px;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    background-color: whitesmoke;
    border: solid 1px #f5f5f5;
    box-shadow: 0 0 1px #00000014;
}
  .search-from-widget button {
    position: absolute;
    right: 10px;
    top: 6px;
    border: 0;
    background: none;
    height: 45px;
    width: 45px;
    font-size: 20px;
    border-radius: 50%;
    color: var(--secondary-black);
  }
  
  body.ar .search-from-widget button {
    right: unset;
    left: 10px;
  }
  
  .recent-posts-widget {
    margin-bottom: 60px;
  }
  .recent-posts-widget ul {
    padding: 0;
  }
  .recent-posts-widget ul li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }
  
  .recent-posts-widget ul li .thumbnail {
    width: 160px;
    padding: 5px 10px;
  }
  
  .recent-posts-widget ul li .thumbnail figure {
    margin: 0;
  }
  
  .recent-posts-widget ul li .thumbnail figure img {
    border-radius: 15px;
    width: 100%;
    height: 90px;
    object-fit: cover;
  }
  
  .single-ictc-product .recent-posts-widget ul li .thumbnail figure img {
    border-radius: 15px;
    width: 100%;
    height: 110px;
    padding: 7px;
    object-fit: contain;
    border: solid 1px #0000000d;
    box-shadow: 0 0 32px #0000000f;
  }

  .recent-posts-widget ul li .content {
    flex: 1;
  }
  
  .recent-posts-widget ul li .content .title {
    font-weight: 900;
    font-size: 16px;
    line-height: 25px;
  }
  
  .recent-posts-widget ul li .content .title a {
    color: var(--primary-black);
  }
  
  .recent-posts-widget ul li .content .date {
    color: var(--secondary-black);
    font-size: 14px;
  }
  
  /* links-list-widget */
  
  .links-list-widget {
    margin-bottom: 60px;
  }
  
  .links-list-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .links-list-widget ul li {
    font-size: 18px;
  }
  
  .links-list-widget ul li a {
    color: #979797;
    display: block;
    padding: 8px 5px;
    transition: all ease-in-out 0.2s;
  }
  
  .links-list-widget ul li a:hover {
    color: var(--primary-black);
  }
  
  @media screen and (max-width: 800px) {
    .recent-posts-widget ul li .thumbnail {
      width: 120px;
    }
  
    .recent-posts-widget ul li .thumbnail figure img {
      height: 70px;
    }
  }
  
  
 
/****************************************************************************/
/** post card
/****************************************************************************/

  .post-card {
    margin-bottom: 30px;
    text-align: start;
    box-shadow: 0 0 3px #ffffff17;
    background: #ffffff17;
    border-radius: 25px;
    overflow: hidden;
    padding: 0;
    transition: all ease-in-out 0.3s;
    transform: translateY(0);
}


.post-card:hover {
    box-shadow: 0 0 25px #00000017;
    transform: translateY(-5px);
}

.post-card .thumbnail {
    position: relative;
    overflow: hidden;
}

.post-card .thumbnail img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
    transition: transform 0.5s;
}


.col-md-4 .post-card .thumbnail img {
    min-height: 250px;
}

.col-md-6 .post-card .thumbnail img {
    min-height: 250px;
}

/* .post-card .thumbnail img:hover {
    transform: scale(1.1);
} */

.post-card .thumbnail figcaption {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.2rem;
    line-height: 22px;
    max-height: 58px;
    overflow: hidden;
    text-align: center;
}

.post-card .title {
    padding: 0 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}

.post-card .title a{
    color: white;
}
.post-card .excerpt {
    padding: 0 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    color: #dad8d8;
}

.post-card .read-more {
    display: inline-block;
    padding: 0 15px 30px 15px;
    font-size: 1rem;
}

.post-card .read-more a{
    color: var(--primary-color);
}

.post-card .read-more a i{
    margin-inline-start: 0;
    transition: margin ease-in-out 0.3s;
}

.post-card .read-more a:hover i{
    margin-inline-start: 5px;
}

@media screen and (max-width: 768px) {
    .col-md-4 .post-card .thumbnail img,
    .col-md-6 .post-card .thumbnail img,
    .post-card .thumbnail img {
        min-height: 200px;
    }

}

/****************************************************************************/
/** Pagination
/****************************************************************************/

.pagination {
    border: none;
    display: block;
}

.pagination .pagination-inner {
    direction: rtl;
    float: left;
    margin: 50px;
}

.pagination a {
    display: inline-block;
    color: #fff;
    margin: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    transition: 0.5s all;
}

.pagination a:hover {
    display: inline-block;
    color: #000;
    background-color: white;
    margin: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 3px 0 rgba(0, 0, 0, 0.19);
}

.pagination span.current {
    display: inline-block;
    color: white;
    background-color: #96b852;
    margin: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pagination span.dots {
    display: inline-block;
    margin: 5px;
}


/* Contact From 7 - CF7 */

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr;
}

body.rtl .wpcf7 input[type="url"]::placeholder,
body.rtl .wpcf7 input[type="email"]::placeholder,
body.rtl .wpcf7 input[type="tel"]::placeholder {
    text-align: right;
}


/****************************************************************************/
/** Left and Right Shadows */
/****************************************************************************/


.logo-shadow::before {
    content: "";
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
    width: 1200px;
    height: 1200px;
    position: absolute;
    top: -700px;
    left: -600px;
    border-radius: 50%;
    z-index: 2;
}

.cpd-shadow::before {
    content: "";
    background: radial-gradient(circle, rgb(145 145 145 / 62%) 0%, rgba(145, 145, 145, 0) 65%);
    width: 1600px;
    height: 1200px;
    position: absolute;
    top: 50%;
    left: -600px;
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: -1;
    filter: blur(10px);
}

.cpd-shadow.right-shadow::before {
    left: unset;
    right: -600px;
}

.cpd-gray::before {
    content: "";
    background: linear-gradient(to bottom, rgba(145, 145, 145, 0) 0%, rgba(145, 145, 145, 0.3) 50%, rgba(145, 145, 145, 0) 100%);
    width: 100%;
    height: 160%;
    position: absolute;
    top: -30%;
    left: 0;
    z-index: -1;    
}

.cpd-gray.cpd-gray-to-bottom::before {
    height: 360%;
    top: -60%;
}



/* Style Contact Page */

.section_contact_page .sec_head {
    margin: 0 auto 40px;
    text-align: center;
}
.section_contact_page .sec_head h2 {
    font-size: 60px;
    margin-bottom: 20px;
}
.section_contact_page .sec_head h2:before {
    width: 70px;
    height: 70px;
}
.section_contact_page .sec_head p {
    font-size: 18px;
}


/* Contact form */

.cont-form-contact {
    background: rgb(255 255 255 / 86%);
    padding: 30px;
    border-radius: 25px;
}

.cont-form-contact h4 {
    margin-bottom: 30px;
    font-size: 23px;
    color: #fff;
}

.form-contact .d-flex .form-group {
    flex: 0 50%;
    margin-left: 24px;
}

.form-contact .d-flex .form-group:last-child {
    margin-left: 0;
}

.form-contact .form-group {
    margin-bottom: 20px;
    position: relative;
}
.form-contact .form-group:last-child {
    margin-bottom: 0;
}
.form-contact .form-group label {
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
    color: var(--sub-color);
}

.form-contact .form-control {
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    height: 45px;
    padding-right: 20px;
}

.form-contact textarea.form-control {
    height: 100px
}

.form-contact .btn-site {
    margin: 20px auto 0 0 ;
    height: 50px;
    width: 130px;
    color: #fff;
}

/* From Contact Options */

.choose-option {
    position: relative;
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.choose-option > div {
    flex: 1;
}

.inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    visibility: hidden;
}

.form-group .inputGroup label {
    width: 100%;
    display: block;
    background: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 15px;
    height: 100%;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    margin-bottom: 0;
}

.inputGroup input[type=radio]:checked + label {
    border: 1px solid var(--main-color);
    transition: .5s;
}

.inputGroup input:checked ~ label:before {
    border: 0;
    font: normal normal normal 12px / 1 FontAwesome;
    content: "\f00c";
    font-size: 12px;
    color: var(--main-color);
    position: absolute;
    top: 6px;
    right: 7px;
}

.inputGroup input:checked ~ label:after {
    content: "";
    background-color: rgb(140 173 82 / 20%);
    width: 100px;
    height: 70px;
    position: absolute;
    top: -50px;
    right: -45px;
    transition: all 200ms ease-in;
    transform: rotate(45deg);
}

.inputGroup span {
    color: var(--sub-color);
    font-weight: 700;
    display: block;
}

.inputGroup input[type=radio]:checked + label span {
    color: var(--main-color);
}

/* contact info */

.contact-ifo {
    position: relative;
}

.item-contact {
    display: flex;
    margin-bottom: 25px;
    padding-left: 60px;
}

.item-contact figure {
    color: var(--sub-color);
    background: rgb(136 137 140 / 10%);
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-contact figure svg {
    width: 21px;
    height: 21px;
}

.txt-contact {
    width: calc(100% - 40px);
    padding-right: 10px;
}

.txt-contact h6 {
    color: white;
    margin-bottom: 5px;
    font-size: 15px;
}

.txt-contact p {
    color: #cdcdcd;
    font-size: 14px;
}

.lst-contact {
    margin-bottom: 50px;
}

.dta-social h5 {
    color: white;
    margin-bottom: 15px;
    font-size: 20px;
}

.dta-social .social-media {
    margin-bottom: 30px;
}

.dta-social .social-media li {
    display: inline-block;
    margin: 0 7px;
}

.dta-social .social-media li a {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}
.dta-social .social-media li a:hover {
    border-radius: 50%;
}
.dta-social .social-media li.instagram a {
    background-color:  #E1306C;
}

.dta-social .social-media li.facebook a {
    background-color: #3b5998;
}

.dta-social .social-media li.x-twitter a {
    background-color: #000;
}

.dta-social .social-media li.youtube a {
    background-color: #FF0000;
}

.dta-social .social-media li.tiktok a {
    background-color: #000;
}

.dta-social .social-media li.linkedin a {
    background-color: #0077B5;
}


.elementor-image-gallery figure {
    padding: 10px;
}