/*

TemplateMo 563 SEO Dream

https://templatemo.com/tm-563-seo-dream

/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/*
---------------------------------------------
font & reset css
---------------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");

/*
---------------------------------------------
reset
---------------------------------------------
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: "poppins", sans-serif;
}

/* clear fix */
.grid:after {
    content: "";
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 50%;
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: "poppins", sans-serif;
    font-weight: 500;
    background-color: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}

p {
    font-size: 15px;
    line-height: 30px;
    color: rgb(85, 85, 85);
}

img {
    width: 100%;
    overflow: hidden;
}

/*
---------------------------------------------
global styles
---------------------------------------------
*/
html,
body {
    background: #fff;
    font-family: "poppins", sans-serif;
}

::selection {
    background: #ff7800;
    color: #fff;
}

::-moz-selection {
    background: #ff7800;
    color: #fff;
}

@media (max-width: 991px) {
    html,
    body {
        overflow-x: hidden;
    }

    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .mobile-bottom-fix {
        margin-bottom: 30px;
    }

    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}

.page-section {
    margin-top: 120px;
}

.section-heading {
    margin-bottom: 60px;
}

.section-heading h6 {
    font-size: 15px;
    font-weight: 700;
    color: #ff7800;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-heading h2 {
    font-size: 30px;
    text-transform: capitalize;
    color: #ff7800;
    font-weight: 800;
    position: relative;
    z-index: 2;
    line-height: 45px;
}

.section-heading h2 em {
    font-style: normal;
    color: #ff7800;
}

.section-heading h2 span {
    color: #ff7800;
}

.main-blue-button a {
    display: inline-block;
    background-color: #ff7800;
    font-size: 17px !important;
    font-family: "poppins", sans-serif !important;
    font-weight: 450 !important;
    color: #fff !important;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    border-bottom: 2px solid #fff !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.main-blue-button a:hover {
    background-color: #fff !important;
    color: #4771cb !important;
    border-bottom: 2px solid #4771cb !important;
}

.main-green-button a {
    display: inline-block;
    background-color: #33ccc5;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    border-bottom: 2px solid #4771cb !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.main-green-button a:hover {
    background-color: #4771cb !important;
    color: #fff !important;
    border-bottom: 2px solid #33ccc5 !important;
}

/*
---------------------------------------------
header
---------------------------------------------
*/

.background-header {
    background-color: #fff !important;
    height: 80px !important;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
    color: #fff;
}

.background-header .main-nav .nav li:hover a {
    color: #33ccc5;
}

.background-header .nav li a.active {
    position: relative;
    color: #fff;
}

.background-header .nav li a.active:after {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #4771cb;
    content: "";
    left: 50%;
    bottom: 0px;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
}

.header-area {
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

.header-area .main-nav {
    min-height: 80px;
    background: transparent;
}

.header-area .main-nav .logo {
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo h4 {
    font-size: 30px;
    font-weight: 800;
    text-transform: capitalize;
    color: #fff;
    line-height: 100px;
    float: left;
    transition: all 0.3s ease 0s;
}

/* تنسيق ال مخلخ بس لما كان بداخل ال h4 */

.header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-top: -20px;
    margin-left: 5px;
}

.background-header .main-nav .logo h4 {
    line-height: 80px;
}

.background-header .main-nav .nav {
    margin-top: 20px !important;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 30px;
    margin-right: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding-left: 20px;
    padding-right: 20px;
}

.header-area .main-nav .nav > li:last-child {
    padding-right: 0px;
    padding-left: 40px;
}

.header-area .main-nav .nav > li:last-child a,
.background-header .main-nav .nav li:last-child a {
    padding: 0px 20px;
    font-weight: 400;
}

.header-area .main-nav .nav > li:last-child a:hover,
.background-header .main-nav .nav > li:last-child a:hover {
    color: #ff7800 !important;
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 450;
    font-size: 17px;
    color: #2a5cc9;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
    -ms-transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
    color: #e15e21 !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
    color: #c75910 !important;
    opacity: 1;
}

.header-area .main-nav .nav li.submenu {
    position: relative;
    padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 12px;
    color: #2a2a2a;
    position: absolute;
    right: 18px;
    top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
    color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 50px;
    opacity: 0;
    transform: translateY(+2em);
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
        z-index 0s linear 0.01s;
    -webkit-transform: translateY(+2em);
    -moz-transform: translateY(+2em);
    -ms-transform: translateY(+2em);
    -o-transform: translateY(+2em);
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
        z-index 0s linear 0.01s;
    -moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
        z-index 0s linear 0.01s;
    -ms-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
        z-index 0s linear 0.01s;
    -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
        z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #2a5cc9 !important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    -ms-transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
    background: #fff;
    color: #e15e21 !important;
    padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 33px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}

.background-header .main-nav .menu-trigger {
    top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #ff7800;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #ff7800;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #ff7800;
    -o-transform: translateY(6px) translateX(1px) rotate(45deg);
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #ff7800;
    -o-transform: translateY(-6px) translateX(1px) rotate(-45deg);
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #fff;
}

.header-area.header-sticky {
    min-height: 80px;
}

.header-area .nav {
    margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
    color: #ff8700 !important;
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;
    }

    .header-area .main-nav:before {
        display: none;
    }
}

@media (max-width: 992px) {
    .header-area .main-nav .nav > li:last-child,
    .background-header .main-nav .nav > li:last-child {
        display: none;
    }

    .header-area .main-nav .nav li:nth-child(6),
    .background-header .main-nav .nav li:nth-child(6) {
        padding-right: 0px;
    }
}

@media (max-width: 1400px) {
    .background-header .main-nav .nav {
        margin-top: 80px !important;
    }

    .header-area .main-nav .logo {
        color: #1e1e1e;
    }

    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        color: #ff7800 !important;
        opacity: 1;
    }

    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }

    .header-area {
        background-color: #fff;
        padding: 0px 15px;
        height: 100px;
        box-shadow: none;
        text-align: center;
    }

    .header-area .container {
        padding: 0px;
    }

    .header-area .logo {
        margin-left: 120px;
    }

    .header-area .menu-trigger {
        display: block !important;
    }

    .header-area .main-nav {
        overflow: hidden;
    }

    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        display: none;
        transition: all 0s ease 0s;
        margin-left: 0px;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -ms-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
    }

    .background-header .nav {
        margin-top: 80px;
    }

    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }

    .header-area.header-sticky .nav {
        margin-top: 100px;
    }

    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #e7e7e7;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: #f7f7f7 !important;
        color: #2a5cc9 !important;
    }

    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
        color: #ff7800 !important;
    }

    .header-area .main-nav .nav li.submenu ul {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
    }

    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }

    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0px;
    }

    .header-area .main-nav .nav li.submenu ul.active {
        height: auto !important;
    }

    .header-area .main-nav .nav li.submenu:after {
        color: #3b566e;
        right: 25px;
        font-size: 14px;
        top: 15px;
    }

    .header-area .main-nav .nav li.submenu:hover ul,
    .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }
}

@media (min-width: 1400px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
}
@media (max-width: 991px) {
    .header-area .main-nav .logo {
        display: flex !important;
        margin-left: auto !important;
    }
}
@media (max-width: 270px) {
    .header-area .menu-trigger {
        display: none !important;
    }
}
/* new */
.dropdown-menu {
    padding: 10px 0;
    border: none;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.dropdown-menu .dropdown-item {
    font-size: 15px;
    color: #2a5cc9;
    white-space: nowrap;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f5f5f5;
}

.dropdown-menu .dropdown-item {
    height: auto;
    line-height: normal;
}

/*
---------------------------------------------
preloader
---------------------------------------------
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
        -moz-transform: translateX(96px);
        -ms-transform: translateX(96px);
        -o-transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
        -moz-transform: translateX(96px);
        -ms-transform: translateX(96px);
        -o-transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
        -moz-transform: translateX(-31px);
        -ms-transform: translateX(-31px);
        -o-transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #ff7800;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #ff7800;
    border-radius: 50%;
}
/*
--------------------------------------------
Banner Style
--------------------------------------------
*/
.slider {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    width: 100%;
    height: 85vh;
    padding: 2rem;
    margin: 0 auto;
    background-image: url("../images/world-map.webp");
    background-size: 55%;
    background-position: right;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    position: relative;
    z-index: 1;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 2rem;
    background-color: rgba(194, 192, 189, 0.086);
    backdrop-filter: blur(20px);
}

.slider-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 100%;
    scroll-snap-align: start;
    padding: 0 5%;
    box-sizing: border-box;
}

.slider-text {
    flex: 1;
    color: #fff;
    max-width: 50%;
    position: relative;
    z-index: 2;
    margin-top: 30px;
    margin-left: 100px;
}

.slider-text h2 {
    font-size: 50px;
    font-weight: 700;
    color: #ff8700;
    line-height: 72px;
}

.slider-text h2 span {
    color: #ff8700;
    font-weight: 700;
    text-transform: uppercase;
}

.slider-text p {
    font-size: 1.5rem;
    margin-top: 50px;
    margin-bottom: 1.5rem;
    color: #000;
    font-weight: 400;

    line-height: 1.5;
    max-width: 80%;
    margin-left: -15px;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
}

#p1,
#p2,
#p3 {
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 1.5rem;
    color: #000;
    font-weight: bold;
    margin-left: -15px;
    border-radius: 0px;
    box-shadow: none;
}

.slider-btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #ff8700;
    color: #fff;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.slider-btn:hover {
    background-color: #fff;
}

.slider-item img {
    max-width: 39%;
    height: 700px;
    object-fit: contain;
    border-radius: 1rem;
    position: relative;
    z-index: 1;
    bottom: -50px;
}

.slider-nav {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #000;
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.dot:hover,
.dot.active {
    opacity: 1;
    transform: scale(1.2);
}

.slider-item:target .dot {
    background-color: #ff6f61;
}

.slider-nav .dot {
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.dot.active {
    background-color: #ff6f61;
    transform: scale(1.2);
}

@keyframes slideShow {
    0% {
        transform: translateX(0);
    }

    33% {
        transform: translateX(-100%);
    }

    66% {
        transform: translateX(-200%);
    }

    100% {
        transform: translateX(0);
    }
}

.slider-item {
    animation: slideUp 3s ease-out forwards;
}

@keyframes slideUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 1900px) {
    .slider-item img {
        /* height: auto; */
        margin-top: 30px;
        bottom: -50px;
        /* background-color:rgb(188, 12, 12); */
    }
}

@media (max-width: 1450px) {
    .slider-item img {
        /* height: auto; */
        margin-top: 30px;
        bottom: -70px;
        /* background-color:rgb(35, 64, 226); */
    }
}

@media (max-width: 1350px) {
    .slider-item img {
        /* height: auto; */
        margin-top: 30px;
        bottom: -100px;
        /* background-color:rgb(35, 64, 226); */
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    .slider {
        padding: 1rem;
        height: 70vh;
        background-size: 80%;
    }

    .slider-item img {
        height: auto;
        margin-top: 40px;
        bottom: -90px;
        /* background-color:rgb(239, 234, 234); */
    }
}

@media (max-width: 992px) {
    .slider-item {
        flex-direction: column;
        text-align: center;
    }

    .slider-text {
        max-width: 100%;
        margin-top: 20px;
    }

    .slider-text h2 {
        font-size: 40px;
        line-height: 1.2;
    }

    .slider-text p,
    #p1,
    #p2,
    #p3 {
        font-size: 1.2rem;
        max-width: 100%;
        padding: 0 10px;
    }

    .slider-btn {
        margin-top: 20px;
    }

    .slider-item img {
        max-width: 80%;
        height: auto;
        margin-top: 20px;
        bottom: -50px;
        /* background-color: black; */
    }

    .slider {
        padding: 1rem;
        height: auto;
        background-size: 100%;
    }
}

@media (max-width: 576px) {
    .slider-text h2 {
        font-size: 32px;
        margin-left: -50px !important;
    }

    .slider-text p,
    #p1,
    #p2,
    #p3 {
        font-size: 1rem;
    }

    .dot {
        width: 10px;
        height: 10px;
    }

    .slider-item img {
        max-width: 80%;
        /* height: auto; */
        margin-top: 30px;
        bottom: -50px;
        /* background-color:black; */
    }
}
/* Media Queries للشاشات الصغيرة */
@media (max-width: 991px) {
    .container-fluid {
        padding: 0 15px !important;
    }
}

/*
--------------------------------------------
Contract Style
--------------------------------------------
*/
.contract-section {
    /* background-color: #f0f4f8; */
    padding: 60px 0;
}
.contract-card {
    background-color: white;
    padding: 30px;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    height: 100%;
}
.contract-card h2 {
    font-weight: bold;
    margin-bottom: 25px;
    color: #ff8700;
}
.contract-card p {
    font-size: 17px;
    text-align: justify;
}
.contract-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
/*
---------------------------------------------
Stats Style
---------------------------------------------
*/
.stats {
    position: relative;
    padding: 80px 0;
    background: url("../images/counter_back.jpg") center center no-repeat;
    background-size: cover;
}

.stats:before {
    content: "";
    /* background: color-mix(in srgb, var(--background-color), transparent 50%); */
    position: absolute;
    /* background-color: var(--background-color); */
    inset: 0;
    z-index: 2;
}

.stats .container {
    position: relative;
    z-index: 3;
}

.stats .stats-item {
    padding: 30px;
    width: 100%;
}

.stats .stats-item span {
    font-size: 48px;
    display: block;
    color: var(--default-color);
    font-weight: 700;
}

.stats .stats-item p {
    padding: 0;
    margin: 0;
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 700;
    color: #fff ;
}

.accent-background {
    --background-color: #ff8700;
    --default-color: #fff;
    --heading-color: #ffffff;
    --accent-color: #ffffff;
    --surface-color: #7c25ba;
    --contrast-color: #ffffff;
}

/*
---------------------------------------------
Services Style
---------------------------------------------
*/
.service-item {
    position: relative;
    padding: 45px 30px;
    background: #fff;
    transition: 0.5s;
    border-radius: 15px !important;
    height: 550px;
}

.service-item:hover {
    /* background: var(--primary); */
    background: #ff8700;
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    color: #ff8700;
    background: #f8f9fa;
    transition: 0.5s;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item:hover .service-icon {
    background: #fff;
}
.service-icon img {
    width: 50%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.service-item h5,
.service-item p {
    transition: 0.5s;
}

.service-item:hover h5,
.service-item:hover p {
    color: #fff;
}

.service-item a.btn {
    position: relative;
    display: flex;
    color: #ff8700;
    background-color: #f8f9fa;
    transition: 0.5s;
    z-index: 1;
}

.service-item:hover a.btn {
    color: #ff8700;
}

.btn-readmore {
    background: #ff8700;
    color: #fff;
    border-color: #ff8700 !important;
}

.btn-readmore:hover {
    color: #fff;
    border-color: #ff8700;
}

.service-item a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: var(--light);
    transition: 0.5s;
    z-index: -1;
}

.service-item:hover a.btn::before {
    width: 100%;
    background: var(--light);
}

/* الزر العادي */
.pagination .page-link {
    color: #ff8700;
    /* لون النص */
    background-color: #fff;
    border: 1px solid #ff8700;
    transition: all 0.3s ease;
    margin: 0 5px;
}

/* الهوفر */
.pagination .page-link:hover {
    background-color: #fff;
    color: #ff8700;
    border-color: #ff8700;
}

/* الزر النشط (current page) */
.pagination .page-item.active .page-link {
    background-color: #ff8700;
    border-color: #ff8700;
    color: #fff;
}

/* إزالة الـ Focus الأزرق في بعض المتصفحات */
.pagination .page-link:focus {
    box-shadow: none;
}
/*
---------------------------------------------
End Landing Style
---------------------------------------------
*/
/*
---------------------------------------------
About Us Style
---------------------------------------------
*/
body,
h1,
h2,
h3,
h4,
html,
img,
p,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: initial;
}
.Section {
    overflow: hidden;
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}
.Section--start {
    padding-top: 190px;
    padding-bottom: 80px;
}
@media (max-width: 767.98px) {
    .Section--start {
        padding-bottom: 60px;
    }
}
@media (max-width: 991.98px) {
    .Section {
        padding-bottom: 60px;
    }
    .Section--start {
        padding-bottom: 10px;
    }
}
.Section-content {
    margin: 0 auto;
    max-width: 1300px;
    padding-left: 70px;
    padding-right: 70px;
    position: relative;
    width: 100%;
}
.Section-content p {
    text-align: justify;
}

@media (max-width: 991.98px) {
    .Section-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.Awards {
    border: 1px solid #ff7800;
    border-radius: 20px;
    display: flex;
}
.Awards img {
    width: auto !important;
}
@media (max-width: 767.98px) {
    .Awards {
        flex-direction: column;
    }
}

.Awards__img {
    min-height: 64px;
}

@media (max-width: 991.98px) {
    .Awards__img--rating img:not(:first-child) {
        margin-left: -8px;
    }
}

.Awards__img--devs {
    display: flex;
}

.Awards__img--devs img {
    overflow: hidden;
}

.Awards__img--devs img:not(:first-child) {
    margin-left: -12px;
}

@media (max-width: 991.98px) {
    .Awards__img--devs img:not(:first-child) {
        margin-left: -28px;
    }
}

@media (max-width: 767.98px) {
    .Awards__img--devs img:not(:first-child) {
        margin-left: -12px;
    }
}

.Awards__item {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    justify-content: space-between;
    min-height: 384px;
    padding: 28px;
}

@media (max-width: 1199.98px) {
    .Awards__item {
        min-height: 340px;
        padding: 16px;
    }
}

@media (max-width: 767.98px) {
    .Awards__item {
        min-height: 282px;
    }
}

.Awards__item:not(:first-child) {
    border-left: 1px solid #fff;
}

@media (max-width: 767.98px) {
    .Awards__item:not(:first-child) {
        border-left: 0;
        border-top: 1px solid #fff;
    }
}

@media (max-width: 767.98px) {
    .Awards__item br {
        display: none;
    }
}

.Awards--small .Awards__desc {
    width: 75%;
}

@media (max-width: 991.98px) {
    .Awards--small .Awards__desc {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .Awards--small .Awards__item {
        min-height: 276px;
    }
}

@media (min-width: 768px) {
    .Awards--small .Awards__img {
        height: 36px;
        min-height: unset;
    }
}

@media (min-width: 768px) {
    .Awards--small .Awards__img img {
        height: 100%;
        width: auto;
    }
}

@media (min-width: 768px) {
    .Awards--small .Awards__img--rating {
        height: 28px;
    }
}

@media (max-width: 991.98px) {
    .Awards--small .Awards__img--devs img:not(:first-child) {
        margin-left: -12px;
    }
}

.Awards__plus {
    display: inline-block;
    transform: translateY(-9px);
    -webkit-transform: translateY(-9px);
    -moz-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    -o-transform: translateY(-9px);
}

.BorderedGroup--top {
    border-top: 1px solid transparent;
}

.BorderedGroup--emperor {
    border-color: #4f4f4f;
}

.Image {
    display: block;
    height: auto;
    max-width: 100%;
    position: relative;
}

.Typography--alto {
    color: #cecece;
}

.Typography--alto:-internal-autofill-selected,
.Typography--alto:-webkit-autofill,
.Typography--alto:-webkit-autofill:focus,
.Typography--alto:-webkit-autofill:hover {
    -webkit-text-fill-color: #cecece;
}

.Typography--white {
    color: #fff;
}

.Typography--white:-internal-autofill-selected,
.Typography--white:-webkit-autofill,
.Typography--white:-webkit-autofill:focus,
.Typography--white:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff;
}

.Typography--heading1 {
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .Typography--heading1 {
        font-size: 36px;
        line-height: 44px;
    }
}

.Typography--heading2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .Typography--heading2 {
        font-size: 28px;
        line-height: 36px;
    }
}

.Typography--heading4 {
    font-size: 28px;
    line-height: 39px;
}

@media (max-width: 991.98px) {
    .Typography--heading4 {
        font-size: 22px;
        line-height: 26px;
    }
}

.Typography--body2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

@media (max-width: 991.98px) {
    .Typography--body2 {
        font-size: 16px;
        line-height: 26px;
    }
}

.Typography--body3 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
}

@media (max-width: 991.98px) {
    .Typography--body3 {
        font-size: 16px;
        line-height: 26px;
    }
}

.Typography--body6 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
}

@media (max-width: 991.98px) {
    .Typography--body6 {
        font-size: 18px;
        line-height: 26px;
    }
}

.Typography--body16 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.Typography--centered {
    text-align: center;
}

.Image--table-icon {
    width: 40px;
    margin-right: 60px;
}

@media (max-width: 767.98px) {
    .Image--table-icon {
        margin-right: 0;
        margin-bottom: 16px;
    }
}
.Typography {
    line-height: 1.4;
}

.Typography--heading1 {
    line-height: 1.2;
}

@media (max-width: 767.98px) {
    .Typography--heading2,
    .Typography--heading4 {
        line-height: 1.2;
    }
}

.Typography--heading1custom {
    font-size: 64px;
    line-height: 64px;
    font-weight: 700;
}

@media (max-width: 1098.98px) {
    .Typography--heading1custom {
        font-size: 52px;
        line-height: 56px;
    }
}

@media (max-width: 767.98px) {
    .Typography--heading1custom {
        font-size: 56px;
        line-height: 56px;
    }
}

.Typography--heading4 {
    font-weight: 700;
}

@media (max-width: 1098.98px) {
    .Typography--heading4 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 767.98px) {
    .Typography--heading4 {
        font-size: 22px;
        line-height: 26px;
    }
}

.Typography--heading32custom {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
}

.Typography--body6custom {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

@media (max-width: 1098.98px) {
    .Typography--body6custom {
        font-size: 18px;
        line-height: 26px;
    }
}

.u-bg-cod-gray {
    background-color: #111;
}

.u-bg-cod-light-gray {
    background-color: #f8f9fa;
}

.u-bg-cerise-red {
    background-color: #ff7800;
}

.u-mb-40 {
    margin-bottom: 40px;
}

.u-mb-24 {
    margin-bottom: 24px;
}

.u-mb-52 {
    margin-bottom: 52px;
}

@media (max-width: 767.98px) {
    .u-mb-sm-8 {
        margin-bottom: 8px;
    }
}

@media (max-width: 767.98px) {
    .u-mb-sm-16 {
        margin-bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    .u-mb-sm-24 {
        margin-bottom: 24px;
    }
}

.u-opacity-8 {
    opacity: 0.8;
}

.u-border-gradient-red {
    border-style: solid;
    border-width: 0 1px;
    border-color: #f8f9fa;
    padding: 1px;
    background: linear-gradient(180deg, #f8f9fa, #ff7800 50%, #f8f9fa);
}

.u-w-80 {
    width: 80%;
}

@media (max-width: 767.98px) {
    .u-w-80 {
        width: 100%;
    }
}

.u-p-24 {
    padding: 24px;
}

@media (max-width: 767.98px) {
    .u-p-sm-16 {
        padding: 16px;
    }
}

.u-align-center {
    align-items: center;
}

.u-py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
}

@media (max-width: 767.98px) {
    .u-py-sm-24 {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}
/*
---------------------------------------------
contact
---------------------------------------------
*/
/* PHP Email Form Messages
        ------------------------------*/
.php-email-form .error-message {
    display: none;
    background: #df1529;
    color: #ffffff;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.php-email-form .sent-message {
    display: none;
    color: #ffffff;
    background: #059652;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: #ffffff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #5846f9;
    border-top-color: #ffffff;
    animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.contact .info-item {
    background: color-mix(in srgb, #444444, transparent 96%);
    padding: 30px;
}

.contact .info-item i {
    font-size: 38px;
    line-height: 0;
    color: #5846f9;
}

.contact .info-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.contact .info-item p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    background: color-mix(in srgb, #444444, transparent 96%);
    padding: 30px;
    height: 82%;
}

.contact .php-email-form input[type="text"],
.contact .php-email-form input[type="email"],
.contact .php-email-form textarea {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: #444444;
    background-color: color-mix(in srgb, #ffffff, transparent 50%);
    border-color: color-mix(in srgb, #444444, transparent 80%);
}

.contact .php-email-form input[type="text"]:focus,
.contact .php-email-form input[type="email"]:focus,
.contact .php-email-form textarea:focus {
    border-color: #5846f9;
}

.contact .php-email-form input[type="text"]::placeholder,
.contact .php-email-form input[type="email"]::placeholder,
.contact .php-email-form textarea::placeholder {
    color: color-mix(in srgb, #444444, transparent 70%);
}

.contact .php-email-form button[type="submit"] {
    background: #5846f9;
    color: #ffffff;
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: color-mix(in srgb, #5846f9, transparent 20%);
}

.info-item {
    padding: 30px;
    border-radius: 15px;
    background-color: #fff;
    transition: all 0.4s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.info-item i {
    font-size: 40px;
    color: #ff6600;
    transition: transform 0.4s ease, color 0.4s ease;
    display: block;
    margin-bottom: 15px;
}

.info-item:hover {
    transform: scale(1.05);
    background-color: #fff4e6;
    box-shadow: 0 8px 20px rgba(255, 102, 0, 0.3);
}

.info-item:hover i {
    transform: rotate(15deg) scale(1.2);
    color: #ff6600;
}

.info-item h3 {
    font-size: 20px;
    color: #333;
    transition: color 0.4s ease;
}

.info-item:hover h3 {
    color: #ff6600;
}

.contact .php-email-form button[type="submit"] {
    background: #ff6600;
    color: #fff;
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 4px;
    margin-top: 10px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: color-mix(in srgb, #ff6600, transparent 20%);
}

/*
        ---------------------------------------------
        Footer Style
        ---------------------------------------------
        */
.footer {
    background: url(../images/footer2.webp) center center no-repeat;
    background-size: cover;
    padding: -60px 0;
    font-family: "Poppins", sans-serif !important;
}
.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border: 1px solid rgb(191, 100, 47);
    border-radius: 40px;
    transition: 0.3s;
}
.footer .btn.btn-link {
    text-align: center;
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: rgb(237, 232, 230);
    font-weight: 400;
    transition: 0.3s;
    font-size: 17px;
    font-family: "poppins", sans-serif !important;
}
.footer .btn.btn-link::before {
    font-family: "FontAwesome";
    position: relative;
    content: "\f105";
    font-weight: 900;
    margin-right: 10px;
}
.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
    color: rgba(255, 255, 255, 0.5);
}

.footer .copyright a:hover {
    color: #ffffff;
    background: #ff8700;
    border-radius: 5px;
    padding: 0 5px;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ff8700;
    color: #ff8700;
    font-weight: normal;
    transition: color 0.3s ease;
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

#btn {
    background: #ff8700;
    border-radius: 45%;
    border: solid 2px #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    transition: background-color 0.3s ease;
}

#btn:hover {
    background-color: #fff;
    color: #ff8700;
    border: solid 2px #ff8700;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#btn i {
    color: #fff;
    font-size: 26px;
}

#btn:hover i {
    color: #ff8700;
}

#btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.fa-tiktok {
    color: #fff;
}

.fab {
    color: #fff;
}
.address {
    color: #ff8700 !important;
    font-weight: 600;
    font-size: 20px;
    font-family: "Poppins", sans-serif !important;
}
/*
---------------------------------------------
ivisionmt-suite-information Style
---------------------------------------------
*/
.section-hero {
    background-color: #fff;
    padding: 100px 0 60px;
    text-align: center;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ff8700;
    margin-bottom: 20px;
}

.hero-description {
    font-size: 1.25rem;
    font-weight: 400;
    color: #555;
    max-width: 800px;
    margin: 0 auto 50px;
}

.suite-section {
    padding: 80px 0;
    overflow: hidden;
}

.bg-light-blue {
    background-color: #f0f8ff;
}

.suite-section .section-title,
.carousel-container .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ff7800;
    margin-bottom: 20px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
}

.content-block {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.content-block:last-child {
    margin-bottom: 0;
}

.content-block img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.text-content {
    padding: 0 40px;
}

.text-content h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #ff7800;
    margin-bottom: 15px;
}

.text-content p {
    font-size: 1.05rem;
    color: #444;
    line-height: 1.8;
}

.image-left .text-content {
    padding-left: 40px;
    padding-right: 0;
}

.image-right .text-content {
    padding-right: 40px;
    padding-left: 0;
}

.btn-call-to-action {
    background-color: #ff8700;
    color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 15px rgba(255, 135, 0, 0.3);
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transition: background-color 0.3s ease, transform 0.2s ease;
    -moz-transition: background-color 0.3s ease, transform 0.2s ease;
    -ms-transition: background-color 0.3s ease, transform 0.2s ease;
    -o-transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-call-to-action:hover {
    background-color: #e67a00;
    transform: translateY(-2px);
    color: #fff;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
}

/* Carousel Styles */
.carousel-container {
    padding: 60px 0;
    background-color: #f8f9fa;
}

/* تعديلات عرض الصور جنب بعض */
.app-screenshot-carousel .carousel-item {
    display: flex;
    /* لعرض الصور جنب بعض */
    justify-content: center;
    /* لتوسيط الصور */
    align-items: center;
    height: auto;
    /* لضمان مرونة الارتفاع */
}

.app-screenshot-carousel .screenshot-thumbnail {
    margin: 0 10px;
    /*مسافةبينالصورالمصغرة*/
    width: 200px;
    /*حجمالصورةالمصغرة*/
    height: 300px;
    /*ارتفاعثابتللصورالمصغرة*/
    object-fit: contain;
    /*للحفاظعلىأبعادالصورةداخلالإطار*/
    cursor: pointer;
    /*لإظهارإمكانيةالضغطعليها*/
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -ms-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
}

.app-screenshot-carousel .screenshot-thumbnail:hover {
    border-color: #ff8700;
    /* إطار عند تمرير الماوس */
}

/* إخفاء أزرار التحكم ومؤشرات الكاروسيل الافتراضية */
.app-screenshot-carousel .carousel-control-prev,
.app-screenshot-carousel .carousel-control-next,
.app-screenshot-carousel .carousel-indicators {
    display: none !important;
}

/* تعديل أزرار التحكم المخصصة إذا كنت تريدها (يمكن إضافتها يدوياً) */
.custom-carousel-controls {
    text-align: center;
    margin-top: 20px;
}

.custom-carousel-controls button {
    background-color: #ff8700;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-carousel-controls button:hover {
    background-color: #e67a00;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .section-hero,
    .suite-section {
        padding: 60px 0;
    }

    .hero-title {
        font-size: 2.8rem;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .suite-section .section-title,
    .carousel-container .section-title {
        font-size: 2rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .content-block {
        flex-direction: column;
        text-align: center;
        margin-bottom: 40px;
    }

    .content-block .order-md-1,
    .content-block .order-md-2 {
        order: unset !important;
    }

    .text-content {
        padding: 20px 0;
    }

    .content-block img {
        margin-bottom: 20px;
    }

    .image-left .text-content,
    .image-right .text-content {
        padding-left: 0;
        padding-right: 0;
    }

    /* صور الكاروسيل في الشاشات الصغيرة */
    .app-screenshot-carousel .screenshot-thumbnail {
        width: 150px;
        height: 250px;
        margin: 0 5px;
    }
}

@media (max-width: 767.98px) {
    .section-hero {
        padding: 50px 0 30px;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .hero-description {
        font-size: 0.95rem;
        margin-bottom: 30px;
    }

    .suite-section {
        padding: 40px 0;
    }

    .suite-section .section-title,
    .carousel-container .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 0.9rem;
    }

    .content-block {
        margin-bottom: 30px;
    }

    .text-content h3 {
        font-size: 1.6rem;
    }

    .text-content p {
        font-size: 0.9rem;
    }

    .btn-call-to-action {
        padding: 12px 25px;
        font-size: 1rem;
    }

    /* صور الكاروسيل في أصغر الشاشات */
    .app-screenshot-carousel .screenshot-thumbnail {
        width: 100px;
        height: 180px;
        margin: 0 3px;
    }
}

/*
---------------------------------------------
ivisionmt-portofilio Style
---------------------------------------------
*/
.header {
    background: linear-gradient(135deg, rgb(214, 165, 128) 0%, #ff9100 100%);
    color: white;
    padding: 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.header::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.05);
    transform: rotate(45deg);
    animation: header-bg-animate 15s infinite linear;
    z-index: 0;
}

@keyframes header-bg-animate {
    0% {
        transform: rotate(45deg) translate(-10%, -10%);
    }
    100% {
        transform: rotate(45deg) translate(10%, 10%);
    }
}

.header .container {
    position: relative;
    z-index: 1;
}

.header img {
    width: 180px;
    margin-bottom: 25px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.header h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #fff;
}

.header p {
    font-size: 1.3rem;
    opacity: 0.95;
    max-width: 700px;
    margin: 0 auto;
    color: #fff;
}

.section-spacing {
    padding: 60px 0;
}

.section-spacing .section-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #ff6f00;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.section-spacing .section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #ff6f00;
    border-radius: 2px;
}

.card-feature,
.bi-concept-card {
    background-color: white;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-feature:hover,
.bi-concept-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.card-feature .icon {
    font-size: 3rem;
    color: #ff6f00;
    margin-bottom: 20px;
    text-align: center;
}

.card-feature h5 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #343a40;
}

.card-feature p {
    font-size: 1rem;
    line-height: 1.6;
    color: #6c757d;
}

.list-item {
    font-size: 1.05rem;
    margin-bottom: 12px;
    color: #495057;
    display: flex;
    align-items: center;
}

.list-item i {
    color: #28a745; /* Green checkmark */
    margin-right: 10px;
    font-size: 1.2rem;
}

.roi-section {
    background: linear-gradient(135deg, #333 0%, #555 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.roi-section h2 {
    color: white;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.roi-section h2::after {
    background-color: white;
}

.roi-section p {
    font-size: 1.4rem;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
    font-weight: 300;
    position: relative;
    z-index: 1;
}

.roi-section .stats {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    flex-wrap: wrap;
}

.roi-section .stat-item {
    text-align: center;
    margin: 20px;
}

.roi-section .stat-item .number {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff; /* Yellow highlight */
    margin-bottom: 5px;
}

.roi-section .stat-item .label {
    font-size: 1.1rem;
    opacity: 0.8;
}

.paragraph {
    color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .header h1 {
        font-size: 2.5rem;
    }
    .header p {
        font-size: 1rem;
    }
    .section-spacing .section-title {
        font-size: 1.8rem;
    }
    .roi-section p {
        font-size: 1.1rem;
    }
    .roi-section .stat-item .number {
        font-size: 2.5rem;
    }
}
/*
---------------------------------------------
xight-portofilio Style
---------------------------------------------
*/
.row.equal-height-cards {
    display: flex;
    flex-wrap: wrap;
}
.card-feature-xight,
.card-feature-xight-start,
.bi-concept-card{
    height: auto;
    justify-content: flex-start;
}
.card-feature-xight{
    min-height: 300px;
}


.card-feature-xight p,
.card-feature-xight-start p {
    flex-grow: 1;
}

/* List styling with checkmarks */
.list-item-xight {
    align-items: flex-start;
}

.list-item-xight i {
    margin-top: 4px;
    flex-shrink: 0;
}

/* BI Concept Card specific styling */
.bi-concept-card {
    padding: 40px;
    /* Slightly more padding for these cards */
    min-height: 380px;
    /* Ensures cards have a minimum height */

}

.bi-concept-card h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #ff8700;
    margin-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.bi-concept-card h3 i {
    margin-right: 15px;
    font-size: 2.2rem;
    color: #ff8700;
}

.bi-concept-card p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #495057;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .bi-concept-card h3 {
        font-size: 1.5rem;
    }
    .bi-concept-card p {
        font-size: 0.95rem;
    }

    /* Ensure full width on smaller screens for cards, Bootstrap columns usually handle this */
    .card-feature-xight,
    .card-feature-xight-start,
    .bi-concept-card {
        margin-left: auto;
        margin-right: auto;
        max-width: 95%;
        /* A little margin for very small screens, avoid 100% to prevent horizontal scroll */
    }
}
/*
---------------------------------------------
ivision-demo Style
---------------------------------------------
*/
.main-content-wrapper {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-container {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 50px;
    margin: auto;
}

.form-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ff8700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.form-section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #ff8700;
    border-radius: 2px;
}

.form-container .php-email-form .form-control,
.form-container .php-email-form select {
    border-radius: 8px;
    border: 1px solid #ced4da;
    padding: 14px 18px;
    /* Increased padding for more spacious feel */
    height: auto;
    font-size: 1.05rem;
    /* Slightly larger font for better readability */
    transition: all 0.3s ease;
    box-shadow: none;
}

/* Apply spacing to each column containing an input */
.form-container .php-email-form .row.gy-4>[class*="col-"] {
    padding-bottom: 20px;
    /* Space below each column */
}

/* Remove padding from the last row's columns to prevent extra space at the bottom of the form */
.form-container .php-email-form .row.gy-4>[class*="col-"]:last-child {
    padding-bottom: 0;
}


.form-container .php-email-form .form-control:focus,
.form-container .php-email-form select:focus {
    border-color: #ff8700;
    /* Orange border on focus */
    box-shadow: 0 0 0 0.2rem rgba(255, 135, 0, 0.25);
    /* Orange shadow on focus */
}

.form-container .php-email-form textarea.form-control {
    min-height: 150px;
    /* Increased min-height for textarea */
    resize: vertical;
    /* Allow vertical resizing */
}

.form-container .php-email-form button[type="submit"] {
    background-color: #ff8700;
    /* Orange button background */
    color: white;
    border: 0;
    padding: 15px 40px;
    border-radius: 50px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 135, 0, 0.3);
    /* Orange button shadow */
}

.form-container .php-email-form button[type="submit"]:hover {
    background-color: #e67a00;
    /* Darker orange on hover */
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 135, 0, 0.4);
    /* Deeper orange shadow on hover */
}

.info-section {
    text-align: center;
    display: flex;
    /* Use flexbox for inner alignment */
    flex-direction: column;
    /* Stack logo and text vertically */
    justify-content: center;
    align-items: center;
    padding: 30px;
    background-color: #fff;
    /* Match form container background for consistency */
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    /* Match form container shadow */
    height: 100%;
    /* Important: make info section take full height of its column */
}

.info-section img {
    max-width: 150px;
    /* Smaller size for logo */
    height: auto;
    margin-bottom: 20px;
    /* Space between logo and text */
    border-radius: 10px;
    /* Slightly smaller radius for logo */
    padding: 10px;
    /* Add some padding around the logo */
    transition: transform 0.3s ease;
}

.info-section img:hover {
    transform: scale(1.05);
    /* Slightly more pronounced hover for a logo */
}

.info-section p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    text-align: justify;
    /* Text will be justified ( مستنسر ) */
    max-width: 90%;
    /* Control text width for readability */
    margin: 0 auto;
    /* Center text block */
    word-wrap: break-word;
    /* Ensure long words break */
}

@media (max-width: 991.98px) {

    /* For tablets and smaller */
    .form-container,
    .info-section {
        padding: 30px;
    }


    .info-section img {
        max-height: 120px;
        /* Adjust logo size for stacked view */
        margin-bottom: 15px;
    }

    .info-section p {
        font-size: 0.95rem;
    }



    .form-container .php-email-form .row.gy-4>[class*="col-"] {
        padding-bottom: 15px;
        /* Slightly less padding for mobile */
    }
}

@media (max-width: 767.98px) {

    /* For mobile phones */
    .form-section-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .form-container .php-email-form button[type="submit"] {
        padding: 12px 30px;
        font-size: 1rem;
    }
    .form-container,
    .info-section {
        padding: 25px;
    }
}
/*--------------------------------------------------------------
# custom.css
--------------------------------------------------------------*/
/* new service style */
/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.service-container{
    padding-top: 120px;
}
.sub-service{
    /* margin-top: 40px;
    padding-bottom: 60px; */
    padding: 40px 0 60px 0;
}
.section-title {
    text-align: center;
    /* padding-bottom: 60px; */
    position: relative;
    /* padding-top: 60px; */
}
.sub-service h2,
.sub-service h3,
.sub-service h4{
    color: #1a1f24;
}
.section-title h2 {
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #ff7800 !important;
}
.section-title p {
    margin-bottom: 0;
}
.sub-service-content{
    min-height: 480px;
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
  .main-title{
    background-image: url(../images/counter_back.jpg);
    padding: 70px 0;
  }
  .main-title h1{
    color: #fff;
  }
  .sub-service .about-img {
    position: relative;
    margin: 60px 0 0 60px;
  }

  .sub-service .about-img:before {
    position: absolute;
    inset: -60px 0 0 -60px;
    content: "";
    background: url("../images/about-bg.png") top left;
    background-repeat: no-repeat;
    z-index: 1;
  }

  .sub-service .about-img img {
    position: relative;
    z-index: 2;
    width: 452px;
    height: 500px;
  }
  .sub-service .intro{
    text-align: justify;
  }
  @media (max-width: 575px) {
    .sub-service .about-img {
      margin: 30px 0 0 30px;
    }

    .sub-service .about-img:before {
      inset: -30px 0 0 -30px;
    }
  }

  .sub-service h3 {
    font-weight: 300;
    font-size: 32px;
    margin-bottom: 20px;
  }

  @media (max-width: 768px) {
    .sub-service h3 {
      font-size: 28px;
    }
  }

  .sub-service .nav-pills {
    border-bottom: 1px solid color-mix(in srgb, #1a1f24, transparent 85%);
  }

  .sub-service .nav-pills li+li {
    margin-left: 40px;
  }

  .sub-service .nav-link {
    background: none;
    font-size: 18px;
    font-weight: 400;
    color: #1a1f24;
    /* after move intro p after h2 */
    padding: 0 0 12px 0;
    margin-bottom: -2px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

  .sub-service .nav-link.active {
    color: #ff7800;
    background: none;
    border-bottom: 3px solid #ff7800;
  }

  @media (max-width: 575px) {
    .sub-service .nav-link {
      font-size: 16px;
    }
  }

  .sub-service .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #1a1f24;
  }

  .sub-service .tab-content i {
    font-size: 22px;
    line-height: 0;
    margin-right: 8px;
    color: #ff7800;
  }
/* end new service style */
/* start */
.more_btn {
    padding: 0px 46px;
    background-image: -webkit-gradient(linear, left top, right top, from(#6fbcfe), color-stop(51%, #ea9d31), to(#ea9d31));
    background-image: -webkit-linear-gradient(left, #ea9d31 0%, #ea9d31 51%, #ea9d31 100%);
    background-image: -o-linear-gradient(left, #ea9d31 0%, #ea9d31 51%, #ea9d31 100%);
    background-image: linear-gradient(to right, #ea9d31 0%, #ea9d31 51%, #ea9d31 100%);
    background-size: 200% auto;
    z-index: 2;
    display: inline-block;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-family: 'poppins', sans-serif !important;
    line-height: 55px;
    border: 6px solid rgba(204, 241, 255, 0.5);
    border-radius: 33px;
}

.more_btn:hover {
    background-position: right center;
    color: #fff;
}
/* Slider Area css
=======
============================================================================================ */


/* End Challange Area css 23 march 2023 تنسيق صفحات ال subservices
============================================================================================ */
/* Portfolio Section CSS  تنسيق صفحة ال solution */

.ftco-section.ftco-portfolio {
    padding: 80px 0;
    background: #f8f9fa;
}

.portfolio-wrap {
    margin-bottom: 40px;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    /* خلفية بيضاء للكارد */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    /* ظل خفيف للكارد */
}

.img.js-fullheight {
    background-size: cover;
    background-position: center;
    min-height: 400px;
    position: relative;
    border-radius: 15px;
    border: 2px solid rgba(255, 120, 0, 0.3);
    /* إطار بلون الـ branding */
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4), 0 10px 25px rgba(0, 0, 0, 0.3) !important;
    /* ظل قوي */
    transition: box-shadow 0.4s ease, transform 0.4s ease, border-color 0.4s ease;
}

.img.js-fullheight:hover {
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.55), 0 15px 35px rgba(0, 0, 0, 0.35) !important;
    /* ظل أقوى عند الـ hover */
    transform: scale(1.05);
    border-color: #ff7800;
}

.text {
    padding: 20px;
    font-family: 'Poppins', sans-serif !important;
    background: #fff;
    border-radius: 10px;
}

.desc .top .subheading {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #7c8d93;
    margin-bottom: 10px;
    display: block;
}

.desc .top h2 {
    font-size: 36px;
    font-weight: 600;
    color: #2d3436;
    margin-bottom: 20px;
}

.desc .top h2 a {
    color: #2d3436;
    text-decoration: none;
    transition: color 0.3s ease;
}

.desc .top h2 a:hover {
    color: #ff7800;
}

.desc .absolute p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

.custom-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #ff7800;
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.custom-btn:hover {
    background-color: #e56b00;
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 991px) {
    .ftco-section.ftco-portfolio {
        padding: 50px 0;
    }

    .img.js-fullheight {
        min-height: 300px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 5px 10px rgba(0, 0, 0, 0.2) !important;
    }

    .img.js-fullheight:hover {
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 8px 15px rgba(0, 0, 0, 0.25) !important;
    }

    .desc .top h2 {
        font-size: 28px;
    }

    .text {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .img.js-fullheight {
        min-height: 200px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25) !important;
    }

    .img.js-fullheight:hover {
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.35) !important;
    }

    .desc .top h2 {
        font-size: 24px;
    }

    .desc .absolute p {
        font-size: 14px;
    }

    .ftco-section.ftco-portfolio {
        padding: 30px 0;
    }
}

/* About Us Section CSS */
.about-us {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.section-heading h6 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #7c8d93;
    margin-bottom: 15px;
}

.section-heading h2 {
    font-size: 48px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #2d3436;
}

.section-heading h2 em {
    color: #ff7800;
    font-style: normal;
}

.section-heading h2 span {
    color: #6fbbfe;
    font-style: italic;
}

.about-item {
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.about-item:hover {
    transform: translateY(-5px);
}

.about-item h4 {
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #ff7800;
    margin-bottom: 10px;
}

.about-item h6 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #2d3436;
}

.left-image img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}


.stats-section {
    background: #fff;
    padding: 40px 0;
    margin-top: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.stats-item {
    text-align: center;
    padding: 20px;

}

.stats-item h3 {
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #ff7800;
    margin-bottom: 10px;
}

.stats-item p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #2d3436;
    text-transform: uppercase;

}

#about-text {
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    line-height: 1.6;
    margin-top: 20px;
    padding: 0 15px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .about-us {
        padding: 50px 0;
    }

    .section-heading h2 {
        font-size: 36px;
    }

    .about-item h4 {
        font-size: 28px;
    }

    .left-image {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .section-heading h2 {
        font-size: 28px;
    }

    .about-item h4 {
        font-size: 24px;
    }

    .stats-item h3 {
        font-size: 30px;
    }

    .about-us {
        padding: 30px 0;
    }
}


    .main-content-wrapper {
        flex-grow: 1; /* يجعل هذا العنصر يتمدد ليأخذ كل المساحة العمودية المتاحة */
        padding: 40px 0; /* نقل الـ padding الذي كان على الـ body هنا */
        display: flex; /* لضمان محاذاة المحتوى الداخلي بشكل صحيح */
        justify-content: center;
        align-items: center;
    }


    .form-container {
      background-color: #ffffff;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      padding: 50px;
      margin: auto;
    }

    .form-section-title {
      font-size: 2.5rem;
      font-weight: 700;
      color: #ff8700;
      text-align: center;
      margin-bottom: 40px;
      position: relative;
    }

    .form-section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -10px;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #ff8700;
      border-radius: 2px;
    }

    .php-email-form .form-control,
    .php-email-form select {
      border-radius: 8px;
      border: 1px solid #ced4da;
      padding: 14px 18px;
      height: auto;
      font-size: 1.05rem;
      transition: all 0.3s ease;
      box-shadow: none;
    }


    .php-email-form .row.gy-4 > [class*="col-"] {
        padding-bottom: 20px;
    }

    .php-email-form .row.gy-4 > [class*="col-"]:last-child {
        padding-bottom: 0;
    }


    .php-email-form .form-control:focus,
    .php-email-form select:focus {
      border-color: #ff8700;
      box-shadow: 0 0 0 0.2rem rgba(255, 135, 0, 0.25);
    }

    .php-email-form textarea.form-control {
      min-height: 150px;
      resize: vertical;
    }

    .php-email-form button[type="submit"] {
      background-color: #ff8700;
      color: white;
      border: 0;
      padding: 15px 40px;
      border-radius: 50px;
      transition: background-color 0.3s ease, transform 0.2s ease;
      font-size: 1.1rem;
      font-weight: 600;
      box-shadow: 0 4px 15px rgba(255, 135, 0, 0.3);
    }

    .php-email-form button[type="submit"]:hover {
      background-color: #e67a00;
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(255, 135, 0, 0.4);
    }

    .info-section {
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 30px;
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      height: 100%;
    }

    .info-section img {
      max-width: 150px;
      height: auto;
      margin-bottom: 20px;
      border-radius: 10px;
      padding: 10px;
      transition: transform 0.3s ease;
    }

    .info-section img:hover {
      transform: scale(1.05);
    }

    .info-section p {
        font-size: 1rem;
        line-height: 1.6;
        color: #555;
        text-align: justify;
        max-width: 90%;
        margin: 0 auto;
        word-wrap: break-word;
    }




    /* Responsive adjustments */
    @media (min-width: 992px) { /* On large devices (desktops) */
      .form-column {
          flex: 0 0 55%; /* Slightly reduced form width to give info more space */
          max-width: 55%;
      }
      .info-column {
          flex: 0 0 45%; /* Made the info column noticeably wider */
          max-width: 45%;
      }
    }

    @media (max-width: 991.98px) { /* For tablets and smaller */
      .form-container, .info-section {
        padding: 30px;
      }
      .info-column {
        margin-top: 40px; /* Add space between form and info section on stacked view */
      }
      .info-section img {
        max-height: 120px; /* Adjust logo size for stacked view */
        margin-bottom: 15px;
      }
      .info-section p {
        font-size: 0.95rem;
      }
      /* Ensure default Bootstrap col behavior for stacking */
      .form-column, .info-column {
        flex: 0 0 100%;
        max-width: 100%;
      }
       .php-email-form .row.gy-4 > [class*="col-"] {
            padding-bottom: 15px; /* Slightly less padding for mobile */
        }
    }

    @media (max-width: 767.98px) { /* For mobile phones */
      .form-section-title {
        font-size: 2rem;
        margin-bottom: 30px;
      }
      .php-email-form button[type="submit"] {
        padding: 12px 30px;
        font-size: 1rem;
      }
      body {
        padding: 20px 0;
      }
      .form-container, .info-section {
        padding: 25px;
      }
    }

/* ivision demo form */
.msg-err{
    color: #ff8700;
    display: none;
}