@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Cairo:100, 100i, 200, 200i, 300, 300i, 400, 400i, 500, 500i, 600, 600i, 700, 700i, 800, 800i, 900, 900i|Source + Serif + Pro:400, 600, 700);

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DynaPuff:wght@400..700&display=swap');

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
}
.cursor-pointer {
    cursor: pointer;
}
HTML5 display-role reset for older browsers article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body,
html {
    overflow-x: hidden;
}
body {
    font-family: Cairo, sans-serif;
}
.outer-container {
    display: table;
    height: 100%;
}
.inner-container {
    display: table-cell;
    vertical-align: middle;
}
a.boxed-btn {
    padding: 20px;
    display: inline-block;
    color: #fff;
    background-color: #25d06f;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border: none;
    text-decoration: none;
}
.section-summary {
    font-size: 36px;
    font-weight: 400;
    margin: 16px 0 47px 0;
    font-weight: 400;
    line-height: 1.4;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.section-title {
    font-family: "Cairo", serif;
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
}
ul.breadcumb {
    display: block;
    margin-top: 40px;
}
ul.breadcumb li {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    text-transform: capitalize;
}
ul.breadcumb li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
ul.breadcumb li a:hover {
    /* color: #25d06f; */
}
ul.breadcumb li::after {
    position: absolute;
    right: -20px;
    top: 0;
    content: "/\00a0";
}
ul.breadcumb li:first-child {
    margin-left: 0;
}
ul.breadcumb li:last-child {
    font-weight: 600;
}
ul.breadcumb li:last-child::after {
    display: none;
}
.form-element {
    margin-bottom: 20px;
}
.form-element:last-child {
    margin-bottom: 0;
}
.form-element label {
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}
.form-element label.custom-control-label {
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 5px;
}
.form-element label span {
    color: #ff3737;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding-left: 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px;
}
select {
    border: 1px solid #ddd;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    color: #38383c;
    outline: 0;
    font-size: 14px;
}
textarea {
    display: inline-block;
    width: 100%;
    height: 100px;
    padding: 15px 0 0 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px;
}
button[type="submit"],
input[type="submit"] {
    border: none;
    color: #fff;
    padding: 18px 45px;
    display: inline-block;
    outline: 0;
    font-weight: 600;
    background-color: #0a3041;
    border: 1px solid #0a3041;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
button[type="submit"]:hover,
input[type="submit"]:hover {
    background-color: #fff;
    color: #0a3041;
}
::-webkit-input-placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px;
}
:-ms-input-placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px;
}
::placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px;
}
:-ms-input-placeholder {
    color: #38383c;
    font-size: 14px;
}
::-ms-input-placeholder {
    color: #38383c;
    font-size: 14px;
}
.back-to-top {
    bottom: 30px;
    right: 0;
    position: fixed;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #25d06f;
    border: 1px solid #25d06f;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.back-to-top:hover {
    background-color: #fff;
    color: #25d06f;
}
.back-to-top.show {
    opacity: 1;
    right: 30px;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.buttonBar {
    display: none;
}
.rtl {
    direction: rtl !important;
}
.ltr {
    direction: ltr !important;
}
.height-100 {
    height: 100%;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.header-absolute {
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.support-bar-area {
    padding-top: 20px;
    font-size: 14px;
    color: #fff;
}
.support-bar-area .support-contact-info i {
    color: #25d06f;
    font-size: 16px;
    margin-right: 4px;
}
.support-bar-area i {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.support-bar-area .address {
    margin-right: 25px;
}
.support-bar-area ul.social-links {
    position: relative;
    display: inline-block;
}
.support-bar-area ul.social-links::after {
    position: absolute;
    content: "|";
    display: inline-block;
    right: 0;
    top: 0;
}
.support-bar-area ul.social-links li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    z-index: 1;
}
.support-bar-area ul.social-links li a {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.support-bar-area ul.social-links li a:hover {
    /* color: #25d06f; */
}
.support-bar-area ul.social-links li:last-child {
    margin-right: 12px;
}
.support-bar-area a {
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: 400;
}
.language {
    display: inline-block;
    margin-left: 6px;
    position: relative;
}
a.language-btn {
    position: relative;
    text-decoration: none;
    padding-right: 15px;
    text-align: left;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
a.language-btn:hover {
    color: #25d06f;
}
.language-btn::after {
    content: "\f078";
    position: absolute;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    top: 2px;
    font-size: 10px;
}
ul.language-dropdown {
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 25px;
    left: 0;
    width: 120px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.dashboard ul.language-dropdown {
    width: 180px;
    text-align: left;
}
ul.language-dropdown.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
ul.dropdown li {
    display: block;
}
ul.language-dropdown li {
    position: relative;
    background-color: #0a3041;
    z-index: -1;
}
ul.language-dropdown li a {
    display: block;
    position: relative;
    padding: 12px 16px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
}
ul.language-dropdown li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #25d06f;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
ul.language-dropdown li a:hover::before {
    width: 100%;
}
ul.language-dropdown li:last-child a {
    border-bottom: none;
}
.language a i {
    margin-right: 3px;
}
.logo-wrapper {
    display: table;
    height: 100%;
}
.logo-wrapper a {
    display: table-cell;
    vertical-align: middle;
}
.logo-wrapper img {
    max-width: 150%;
    max-height: 60px;
}
#mobileMenu {
    display: none;
}
.header-navbar {
    padding: 29px 0 10px 0;
    border-bottom: 1px solid #94a7b2;
    position: relative;
    border-bottom: 4px solid transparent;
   border-image: linear-gradient(to right, #fece04 0%, #fecd06 33%, #dd0000 33%, #da0001 66%, #212529 66%, #000 100%);
   border-image-slice:1
}
.sticky-navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    -webkit-animation: navFadeIn 1s;
    animation: navFadeIn 1s;

    /* 🔥 الحل */
    background: rgba(10, 48, 65, 0.2); /* خففها شوي */

    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);

    border: 1px solid rgba(255, 255, 255, 0.2);

    /* ❗ مهم */
    z-index: 9999;
}
@-webkit-keyframes navFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes navFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.sticky-navbar .support-bar-area {
    display: none;
}
.sticky-navbar .header-navbar {
    border: none;
    padding: 15px 0;
}
.sticky-navbar .main-menu {
    padding: 6px 0;
}
.main-menu li {
    display: inline-block;
}
.main-menu li:last-child {
    margin-right: 0;
}
.main-menu li a {
    display: block;
    position: relative;
    padding: 15px 10px;
    font-size: 14px;
    text-transform: inherit;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
/* .main-menu li a::after {
    content: "";
    width: 0;
    height: 3px;
    background-color: #25d06f;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
} */
.main-menu li a::before {
    content: "";
    width: 0;
    height: 3px;
    background-color: #25d06f;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.main-menu li a:hover::after {
    width: 100%;
}
.main-menu li a:hover::before {
    width: 100%;
}
.main-menu li a:hover {
    /* color: #25d06f; */
}
.main-menu li a.boxed-btn::after,
.main-menu li a.boxed-btn::before {
    display: none;
}
.main-menu li.active a {
    color: #25d06f;
}
.main-menu li a.boxed-btn {
    font-weight: 600;
    padding: 20px;
    margin-left: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50px;
}
.main-menu li a.boxed-btn:hover {
    background-color: #fff;
    border: 1px solid #25d06f;
    color: #25d06f;
}
.main-menu li.dropdown {
    position: relative;
    margin-right: 12px;
}
.main-menu li.dropdown.mega {
    display: none;
}
.main-menu li.dropdown::after {
    position: absolute;
    content: "\f107";
    right: -5px;
    top: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.main-menu li.dropdown.active::after {
    color: #25d06f;
}
.main-menu li.dropdown ul.dropdown-lists {
    position: absolute;
    top: 45px;
    left: 0;
    width: 220px;
    text-align: left;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.1s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.main-menu li.dropdown:hover ul.dropdown-lists {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.main-menu li.dropdown:hover a {
    color: #25d06f;
}
.main-menu li.dropdown:hover a.dropdown-btn::after {
    width: 100%;
}
.main-menu li.dropdown:hover a.dropdown-btn::before {
    width: 100%;
}
.main-menu li.dropdown:hover::after {
    color: #25d06f;
}
.main-menu li.dropdown ul.dropdown-lists li {
    display: block;
    margin: 0;
    position: relative;
    z-index: -1;
    /* background-color: #0a3041; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);



}
.main-menu li.dropdown ul.dropdown-lists {
    position: absolute;
    top: 45px;
    left: 0;
    width: 220px;
    text-align: left;
    z-index: 10;

    /* الحالة */
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease;
    transform: translateY(20px);

    /* 🔥 الشكل الجديد */
    border-radius: 14px;
    overflow: hidden;

    background: #4855a6a8;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px); /* Safari */

    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.3);
}

.main-menu li.dropdown ul.dropdown-lists li:last-child {
    border-bottom: none;
}
.main-menu li.dropdown ul.dropdown-lists li a {
    position: relative;
    color: #fff;
    border-top: none;
    line-height: 20px;
}
.main-menu li.dropdown ul.dropdown-lists li.active a {
    background-color: #25d06f;
    color: #fff;
}
.main-menu li.dropdown ul.dropdown-lists li a::after {
    background-color: transparent;
}
/* .main-menu li.dropdown ul.dropdown-lists li a::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #25d06f;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
} */
.main-menu li.dropdown ul.dropdown-lists li a:hover::before {
    width: 100%;
}
.main-menu li.submenus ul {
    position: absolute;
    left: 100%;
    width: 220px;
    top: 0;
    display: none;
}
.main-menu li.submenus:hover > ul {
    display: block;
}
li.submenus::after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    top: 50%;
    font-weight: 700;
    color: #fff;
    transform: translateY(-50%);
    font-size: 12px;
    right: 10px;
}
.main-menu li.dropdown ul.dropdown-lists a {
    padding: 15px;
}
.mega-dropdown {
    display: inline-block;
}
.mega-dropdown .dropbtn {
    font-size: 14px !important;
    border: none;
    outline: 0;
    color: #fff;
    padding: 14px 12px;
    background-color: inherit;
    font: inherit;
    margin: 0;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.mega-dropdown .dropbtn.active {
    color: #25d06f;
}
.mega-dropdown:hover a.dropbtn {
    color: #25d06f;
}
.mega-dropdown .dropbtn::before {
    content: "";
    width: 0;
    height: 3px;
    background-color: #25d06f;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.mega-dropdown:hover .dropbtn::before {
    width: 100%;
}
.mega-dropdown .dropbtn::after {
    content: "";
    width: 0;
    height: 3px;
    background-color: #25d06f;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.mega-dropdown:hover .dropbtn::after {
    width: 100%;
}
.mega-dropdown .dropbtn i {
    margin-left: 3px;
}
.mega-dropdown-content {
    position: absolute;

    background: linear-gradient(135deg, rgba(10, 48, 65, 0.2), rgba(10, 48, 65, 0.05));
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), 
                0 0 20px rgba(255, 255, 255, 0.05) inset;

                
   
    width: 100%;
    left: 0;
    
    z-index: 1;
    background-color: #4855a682;
    color: #fff;
    padding: 30px 20px 30px;
    max-height: 565px;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: .1s;
}
.mega-dropdown-content .header {
    background: red;
    padding: 16px;
    color: #fff;
}
.mega-dropdown:hover .mega-dropdown-content {
    opacity: 1;

   
    visibility: visible;
    transform: translateY(0px);

}
.mega-dropdown .service-category {
    margin-bottom: 30px;
}
.service-category a {
    float: none;
    color: #000;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    transform: translateX(0);
    transition: 0.5s;
}
.service-category a:hover {
    transform: translateX(5px);
}
.mega-dropdown .service-category a.active {
    transform: translateX(5px);
    color: #25d06f;
}
.service-category a:hover {
    background-color: #ddd;
}
.mega-dropdown-content .service-category h3 {
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    color: #25d06f;
}
.mega-dropdown-content .service-category a {
    position: relative;
    display: block;
    padding: 0;
    padding-left: 15px;
    line-height: 25px;
    margin-bottom: 10px;
}
.mega-dropdown-content .service-category a:hover {
    /* background-color: transparent; */
}
.mega-dropdown-content .service-category a::before {
    content: "\f105";
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    top: -1px;
    color: #25d06f;
}
.mega-dropdown-content .service-category a:hover::after,
.mega-dropdown-content .service-category a:hover::before {
    width: 0;
}
.hero-area {
    position: relative;
}
.hero-area-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
        border-radius: 0px 0px 50px 50px;
    width: 100%;
    background-color: #0a3041;
    opacity: 0.6;
}
.hero-txt {
    padding: 310px 270px 373px 0;
    color: #fff;
    position: relative;
    z-index: 100;
}
.hero-txt span {
    font-family: "Cairo", serif;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: capitalize;
}
.hero-txt h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.4;
}
a.hero-boxed-btn {
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 42px;
    position: relative;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    letter-spacing: 1px;
}
a.hero-boxed-btn:hover {
    color: #fff;
    background-color: #25d06f;
}
a.hero-boxed-btn::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: 100%;
    right: 100%;
    border-top: 2px solid #0a3041;
    border-left: 2px solid #0a3041;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
a.hero-boxed-btn::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    top: 100%;
    left: 100%;
    border-right: 2px solid #0a3041;
    border-bottom: 2px solid #0a3041;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
a.hero-boxed-btn:hover::before {
    visibility: visible;
    bottom: 0;
    right: 0;
}
a.hero-boxed-btn:hover::after {
    visibility: visible;
    top: -2px;
    left: -2px;
}
.hero-feature {
    color: #fff;
    z-index: 1000;
}
.hero-features {
    color: #fff;
    position: relative;
    z-index: 100;
    padding: 0 15px;
}
.single-hero-feature {
    position: relative;
    padding: 40px 60px 41px 60px;
}
.single-hero-feature::after {
    position: absolute;
    content: "";
    height: 25px;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
}
.single-hero-feature:hover::after {
    top: -25px;
}
.hero-features i {
    font-size: 50px;
    margin: 0;
}
.hero-features h3 {
    margin-top: 26px;
    font-size: 24px;
    font-weight: 600;
}
.intro-section {
    margin-top: -245px;
}
.intro-txt {
    padding: 77px 47px 79px 47px;
    background-color: #25d06f;
    color: #fff;
}
.intro-txt h2 {
    color: #fff;
}
.intro-txt a {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #0a3041;
    border: none;
    text-decoration: none;
    font-size: 14px;
}
.intro-txt a span {
    display: inline-block;
    margin-left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.intro-txt a:hover span {
    margin-left: -10px;
}
.intro-txt a::after {
    content: "\f101";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    right: 50px;
    color: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.intro-txt a:hover::after {
    visibility: visible;
    opacity: 1;
    right: 45px;
}
.intro-bg {
    height: 100%;
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
.video-play-button::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #25d06f;
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite;
}
.video-play-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #25d06f;
    border-radius: 50%;
    transition: all 0.2s;
}
.video-play-button:hover::after {
    background-color: darken(#25d06f, 10%);
}
.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    margin: 7px 0 0 6px;
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.service-categories {
    padding-top: 120px;
}
.service-categories .section-title {
    color: #afb2be;
}
.service-categories .single-category {
    box-shadow: 0 0 5px #0000001a;
    border-radius: 8px;
    text-align: center;
    padding: 40px 30px;
    margin-bottom: 40px;
    transform: translateY(0);
    transition: 0.3s;
}
.service-categories .single-category:hover {
    transform: translateY(-10px);
}
.single-category img {
    max-width: 100%;
}
.single-category .text h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.single-category .text p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 10px;
}
.single-category .text {
    margin-top: 10px;
}
.single-category .text a.readmore {
    font-size: 14px;
    font-weight: 600;
    color: #25d06f;
    text-transform: capitalize;
}
.services-area {
    padding-top: 120px;
}
.services-area .services-item .services-thumb img {
    width: 100%;
}
.services-area .services-item .services-content {
    border: 1px solid #dcdfe2;
    border-top: 0;
    padding: 30px 30px 20px;
}
.services-area .services-item .services-content .title {
    font-size: 22px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.services-area .services-item .services-content p {
    font-size: 15px;
    line-height: 27px;
    padding-top: 16px;
    padding-bottom: 6px;
}
.services-area .services-item .services-content a {
    font-size: 15px;
    font-weight: 700;
    font-family: Cairo, sans-serif;
    color: #13287d;
}
.services-area .services-item .services-content a i {
    height: 45px;
    width: 45px;
    background: #fff;
    text-align: center;
    line-height: 45px;
    color: #13287d;
    margin-left: 18px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.services-area .services-item:hover .services-content a i {
    background: #279e64;
    color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(39, 158, 100, 0.5);
    box-shadow: 0 10px 30px 0 rgba(39, 158, 100, 0.5);
}
.services-area.services-area-two {
    padding-top: 130px;
    background-color: #eff2f7;
    background-image: url(../images/service-bg.jpg);
    background-position: center;
    background-size: cover;
}
.services-area.services-area-two .services-item-2 {
    background-color: transparent;
    border: 1px solid #dcdfe2;
    border-radius: 5px;
    padding: 30px 55px 55px 55px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-area.services-area-two .services-item-2 {
        padding: 25px;
    }
}
.services-area.services-area-two .services-item-2 .services-thumb {
    font-size: 80px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    color: #279e64;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.services-area.services-area-two .services-item-2 .services-thumb .icon-shape {
    position: absolute;
    left: 50px;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.services-area.services-area-two .services-item-2 .services-content {
    padding: 0;
    border: none;
}
.services-area.services-area-two .services-item-2 .services-content i {
    background: 0 0;
}
.services-area.services-area-two .services-item-2 .services-content,
.services-area.services-area-two .services-item-2 .services-content .title,
.services-area.services-area-two .services-item-2 .services-content a,
.services-area.services-area-two .services-item-2 .services-content i,
.services-area.services-area-two .services-item-2 .services-content p {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.services-area.services-area-two .services-item-2.active {
    background-color: #279e64;
}
.services-area.services-area-two .services-item-2.active .services-thumb {
    color: #fff;
}
.services-area.services-area-two .services-item-2.active .services-thumb .icon-shape {
    opacity: 0.15;
}
.services-area.services-area-two .services-item-2.active .services-content .title,
.services-area.services-area-two .services-item-2.active .services-content a,
.services-area.services-area-two .services-item-2.active .services-content p {
    color: #fff;
}
.services-area.services-area-two .services-item-2.active .services-content i {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
.services-area span.section-title {
    color: #afb2be;
}
.services-area .services-item {
    margin-bottom: 40px;
}
.services-area .services-item .services-content a {
    text-decoration: none;
}
.services-area .services-item .services-content a.title {
    color: #444448;
    display: block;
    width: 100%;
}
.approach-section {
    padding: 80px 0 118px 0;
}
ul.approach-lists {
    padding: 0;
    list-style: none;
}
.approach-section .section-summary {
    margin: 15px 0 55px 0;
}
.approach-summary {
    padding-right: 150px;
}
.approach-summary span.section-title {
    font-size: 18px;
    font-style: italic;
    color: #afb2be;
    font-weight: 700;
    font-family: "Cairo", serif;
}
.approach-summary h2 {
    color: #38383c;
}
.single-approach {
    margin-bottom: 30px;
}
.single-approach:last-child {
    margin-bottom: 0;
}
.single-approach h4 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 9px;
}
.single-approach p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
}
.single-approach:last-child {
    margin-bottom: 0;
}
.single-approach::after {
    content: "";
    display: block;
    clear: both;
}
.approach-icon-wrapper {
    height: 80px;
    width: 80px;
    border: 1px solid #3fd680;
    border-radius: 50%;
    text-align: center;
    float: left;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.approach-icon-wrapper i {
    margin: 0;
    line-height: 80px;
    font-size: 30px;
    color: #25d06f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-approach:hover .approach-icon-wrapper {
    background-color: #25d06f;
    border: 1px solid #25d06f;
}
.single-approach:hover .approach-icon-wrapper i {
    color: #fff;
}
.approach-text {
    margin-left: 110px;
}
.approach-summary a.boxed-btn {
    position: relative;
    border: 1px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.approach-summary a.boxed-btn:hover {
    border: 1px solid #25d06f;
    color: #25d06f;
    background-color: #fff;
}
.statistics-section {
    padding: 90px 0 83px;
    text-align: center;
    position: relative;
}
.statistics-container {
    position: relative;
    z-index: 1;
}
.statistic-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0a3041;
    opacity: 0.9;
    height: 100%;
    width: 100%;
}
.statistics-bg {
    background-image: url(../img/statistic_bg.jpg);
    background-size: cover;
}
.statistics-section .round {
    min-height: 255px;
    margin-top: 30px;
    position: relative;
    margin-bottom: 20px;
}
.statistics-section .round strong {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    transform: translate(-50%);
    font-size: 40px;
    color: #fff;
    font-weight: 400;
}
.statistics-section h5 {
    display: block;
    color: #fff;
    margin-top: 15px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    word-break: break-all;
}
.statistics-section h5 i {
    color: #25d06f;
    font-size: 22px;
    margin-right: 6px;
}
.cta-bg {
    background-image: url(../img/cta_bg.jpg);
    background-size: cover;
}
.cta-section {
    padding: 49px 0;
    position: relative;
}
.cta-section h3 {
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
}
.contact-btn-wrapper {
    text-align: right;
}
.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0a3041;
    opacity: 0.7;
}
.cta-content {
    position: relative;
    z-index: 10;
}
a.contact-btn {
    position: relative;
    width: 180px;
    text-align: center;
}
a.contact-btn span {
    display: inline-block;
    margin-left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
a.contact-btn:hover span {
    margin-left: -10px;
}
a.contact-btn::after {
    content: "\f101";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    right: 35px;
    color: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
a.contact-btn:hover::after {
    visibility: visible;
    opacity: 1;
    right: 30px;
}
.case-bg {
    background-image: url(../img/case/header-bg.jpg);
}

.case-carousel {
    position: relative;
}
.case-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    background: 0 0;
}
.case-carousel button.owl-prev {
    display: inline-block;
    position: absolute;
    height: 40px;
    width: 40px;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    line-height: 40px;
    left: -20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: 0;
}
.case-carousel button.owl-prev i {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.case-carousel button.owl-prev:hover {
    border: 2px solid #25d06f !important;
}
.case-carousel button.owl-prev:hover i {
    color: #25d06f;
}
.case-carousel button.owl-next {
    display: inline-block;
    position: absolute;
    height: 40px;
    width: 40px;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    line-height: 40px;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.case-carousel button.owl-next i {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.case-carousel button.owl-next:hover {
    border: 2px solid #25d06f !important;
}
.case-carousel button.owl-next:hover i {
    color: #25d06f;
}
.case-carousel:hover button.owl-prev {
    left: 0;
    opacity: 1;
}
.case-carousel:hover button.owl-next {
    right: 0;
    opacity: 1;
}
.case-carousel .owl-nav::after {
    display: block;
    clear: both;
    content: "";
}
.case-carousel::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 120px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(10, 10, 10, 0.9)), color-stop(rgba(0, 0, 0, 0.6)), color-stop(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(10, 10, 10, 0.9), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.case-carousel:hover::before {
    opacity: 1;
}
.case-carousel::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 120px;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(10, 10, 10, 0.9)), color-stop(rgba(0, 0, 0, 0.6)), color-stop(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(10, 10, 10, 0.9), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.case-carousel:hover::after {
    opacity: 1;
}
.testimonial-section {
    padding-bottom: 116px;
}
.testimonial-section .section-title {
    color: #afb2be;
}
.testimonial-section .section-summary {
    margin: 17px 0 51px;
}
.testimonial-carousel.owl-carousel .owl-item img {
    display: inline-block;
    width: 70px;
    border-radius: 50%;
}
.testimonial-carousel::after {
    content: "";
    display: block;
    clear: both;
}
.single-testimonial .img-wrapper {
    float: left;
}
.client-desc {
    margin-left: 100px;
}
.single-testimonial {
    padding: 40px 40px 40px;
    background-color: #f7f7f7;
    position: relative;
    margin: 4px;
}
.single-testimonial::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 100%;
    right: 100%;
    opacity: 0;
    /* border-top: 2px solid #25d06f;
    border-right: 2px solid #25d06f; */
}
.single-testimonial:hover::before {
    opacity: 1;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 1ms, right 0.125s linear 1ms, bottom 0.125s linear 0.126s;
    transition: opacity 1ms, right 0.125s linear 1ms, bottom 0.125s linear 0.126s;
}
.single-testimonial::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    top: 100%;
    left: 100%;
    opacity: 0;
    border-bottom: 2px solid #25d06f;
    border-left: 2px solid #25d06f;
}
.single-testimonial:hover::after {
    -webkit-transition: opacity 1ms linear 0.251s, left 0.125s linear 0.252s, top 0.125s linear 0.377s;
    transition: opacity 1ms linear 0.251s, left 0.125s linear 0.252s, top 0.125s linear 0.377s;
    opacity: 1;
    left: 0;
    top: 0;
}
.single-testimonial p.comment {
    font-weight: 400;
    font-size: 18px;
    color: #5d5d61;
    line-height: 28px;
    margin-bottom: 18px;
}
.single-testimonial h6 {
    font-family: "Cairo", serif;
    font-weight: 700;
    color: #25d06f;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.single-testimonial p.rank {
    font-weight: 400;
    font-size: 14px;
    color: #666;
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot {
    outline: 0;
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #25d06f;
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    transition: 0.3s;
}
.team-section {
    position: relative;
    padding: 116px 0 120px;
}
.team-section .section-summary {
    margin: 20px 0 47px;
}
.team-bg {
    background-image: url(../img/team_bg.jpg);
    background-size: cover;
}
.team-overlay {
    background-color: #0a3041;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.8;
}
.team-content {
    position: relative;
    z-index: 2;
    color: #fff;
}
.owl-carousel.common-carousel .owl-nav button.owl-next,
.owl-carousel.common-carousel .owl-nav button.owl-prev {
    background: #25d06f;
    width: 40px;
    display: inline-block;
    height: 40px;
    border: 1px solid #25d06f;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
}
.owl-carousel.common-carousel:hover .owl-nav button.owl-next,
.owl-carousel.common-carousel:hover .owl-nav button.owl-prev {
    opacity: 1;
}
.owl-theme.common-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.owl-carousel.common-carousel .owl-nav button.owl-prev {
    float: left;
    margin-left: -20px;
    transition: 0.5s;
}
.owl-carousel.common-carousel .owl-nav button.owl-next {
    float: right;
    margin-right: -20px;
    transition: 0.5s;
}
.owl-carousel.common-carousel .owl-nav button.owl-next:hover,
.owl-carousel.common-carousel .owl-nav button.owl-prev:hover {
    background: #fff;
    color: #25d06f;
}

.blog-section {
    padding: 117px 0 118px;
}
.blog-section .section-summary {
    margin: 20px 0 47px;
}
.blog-section .section-title {
    color: #afb2be;
}
.blog-img-wrapper {
    overflow: hidden;
}
.blog-img-wrapper img {
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}
.single-blog:hover img {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.blog-txt {
    background-color: #f7f7f7;
    padding: 29px 25px 30px;
    margin-top: -3px;
    position: relative;
}
.blog-txt .date {
    font-size: 16px;
    color: #95959e;
    font-weight: 400;
}
.blog-txt .date span {
    color: #25d06f;
    font-weight: 700;
}
.blog-txt small:first-child {
    margin-right: 10px;
}
.blog-txt small:last-child {
    margin-left: 10px;
}
.blog-txt .blog-title {
    font-size: 24px;
    color: #38383c;
    font-family: "Cairo", serif;
    font-weight: 700;
    margin: 16px 0 10px;
    line-height: 1.3;
}
.blog-txt .blog-title a {
    color: #38383c;
    position: relative;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.blog-txt .blog-title a:hover {
    /* color: #25d  06f; */
}
.blog-txt .blog-summary {
    font-weight: 400;
    color: #5d5d61;
    font-size: 14px;
    line-height: 24px;
}
.single-blog {
    position: relative;
    margin: 4px;
}
.single-blog::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: 100%;
    bottom: 100%;
    border-top: 2px solid #25d06f;
    border-left: 2px solid #25d06f;
    visibility: hidden;
    z-index: -10;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-blog::before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    left: 100%;
    top: 100%;
    border-right: 2px solid #25d06f;
    border-bottom: 2px solid #25d06f;
    visibility: hidden;
    z-index: -10;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-blog:hover::after {
    visibility: visible;
    right: 0;
    bottom: 0;
}
.single-blog:hover::before {
    visibility: visible;
    left: -2px;
    top: -2px;
}
a.readmore-btn {
    display: inline-block;
    position: relative;
    margin-top: 18px;
    font-size: 14px;
    background-color: #25d06f;
    color: #fff;
    padding: 15px;
    text-align: center;
    width: 120px;
    font-weight: 600;
    text-decoration: none;
}
a.readmore-btn span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
a.readmore-btn:hover span {
    margin-left: -10px;
}
a.readmore-btn::after {
    position: absolute;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    right: 15px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 1px;
}
a.readmore-btn:hover::after {
    opacity: 1;
    right: 12px;
}
.partner-section .top-border {
    border-top: 2px solid #dbddde;
}
.single-partner-item {
    height: 196px;
    text-align: center;
}
.single-partner-item .outer-container {
    margin: 0 auto;
}
.owl-carousel.common-carousel.partner-carousel .owl-nav button.owl-next,
.owl-carousel.common-carousel.partner-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    font-size: 12px;
    border-radius: 50%;
    outline: 0;
}
.footer-section {
    background-color: #0a3041;
    color: #c5dadc;
}
.footer-logo-wrapper {
    text-align: left;
    max-width: 150px;
    max-height: 60px;
}
.footer-logo-wrapper a {
    display: inline-block;
}
.footer-logo-wrapper img {
    width: 100%;
}
.footer-section .footer-txt {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 22px;
}
.footer-section h4 {
    font-size: 18px;
    font-family: "Cairo", serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 32px;
}
ul.footer-links li {
    display: block;
    margin-bottom: 10px;
}
ul.footer-links li:last-child {
    margin-bottom: 0;
}
ul.footer-links li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #c5dadc;
    text-decoration: none;
    padding-left: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
ul.footer-links li a::after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 700;
    color: #25d06f;
}
ul.footer-links li a:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    /* color: #25d06f; */
}
.top-footer-section {
    padding: 70px 0 50px 0;
    border-bottom: 2px solid #214c5f;
}
.footer-contact-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    line-height: 1.4;
}
.footer-contact-info ul li::after {
    content: "";
    display: block;
    clear: both;
}
.footer-contact-info ul li i {
    color: #23c66c;
    font-size: 14px;
}
.footer-contact-info ul li span {
    font-weight: 400;
    font-size: 14px;
    margin-left: 15px;
    line-height: 24px;
    margin-top: -6px;
}
.copyright-section {
    padding: 25px 0 27px;
    font-size: 14px;
}
.footer-newsletter {
    margin-top: 15px;
}
.footer-newsletter p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 22px;
}
.footer-newsletter input[type="email"] {
    height: 40px;
    background-color: #0a30411a;
    color: #fff;
}
.footer-newsletter input[type="email"]::placeholder {
    color: #fff;
}
.footer-newsletter button[type="submit"],
.footer-newsletter input[type="submit"] {
    background-color: #25d06f;
    padding: 10px 22px;
    margin-top: 10px;
    border-radius: 0;
    margin-left: 0;
    border: 1px solid #25d06f;
    transition: 0.3s;
}
.footer-newsletter button[type="submit"]:hover,
.footer-newsletter input[type="submit"]:hover {
    background-color: #fff;
    color: #25d06f;
}
.hero2-carousel {
    position: relative;
}
.hero2-carousel.owl-theme .owl-dots {
    position: absolute;
    right: 28px;
    width: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hero2-carousel.owl-theme .owl-dots .owl-dot {
    outline: 0;
}
.hero2-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.2);
    height: 20px;
    width: 20px;
}
.hero2-carousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: #25d06f;
}
.hero-bg-1 {
    background-size: cover;
}
.hero-bg-2 {
    background-size: cover;
        border-radius: 0px 0px 50px 50px;
}
.hero-bg-3 {
    background-size: cover;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.hero2-carousel .owl-item.active .hero-txt span {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.hero2-carousel .owl-item.active .hero-txt a.hero-boxed-btn,
.hero2-carousel .owl-item.active .hero-txt h1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.hero-txt.home-3 {
    position: static;
    z-index: 0;
}
.hero-txt.home-3 * {
    position: relative;
    z-index: 100;
}
div#particles-js canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}
.home-3.intro-section {
    position: relative;
}
.breadcrumb-area .breadcrumb-txt {
    padding: 260px 0 112px 0;
}
.breadcrumb-area {
    position: relative;
}
.breadcrumb-txt {
    padding: 325px 270px 360px 0;
    color: #fff;
    position: relative;
    z-index: 100;
}
.breadcrumb-txt span {
    font-family: "Cairo", serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: capitalize;
    display: inline-block;
}
.cases .breadcrumb-txt span {
    margin-bottom: 8px;
}
.breadcrumb-txt h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.3;
}
.about ul.breadcumb {
    display: block;
    margin-top: 48px;
}
.breadcrumb-area-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0a3041;
    opacity: 0.6;
}
.about-bg {
    background-image: url(../img/about/header-bg.jpg);
    background-size: cover;
}
.about-company-section {
    padding: 118px 0;
}
.about-company-section img {
    max-width: 100%;
}
.about-company-section .section-summary {
    margin: 20px 0 42px;
}
.about-company-section .section-title {
    color: #afb2be;
}
.about-company-txt {
    padding-right: 10px;
}
.about-company-txt p {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin-bottom: 23px;
    line-height: 28px;
}
.about .section-title {
    color: #afb2be;
}
.about .section-summary {
    color: #38383c;
}
.tile-gallery .big-img {
    min-height: 280px;
    margin-bottom: 30px;
}
.tile-gallery .big-img-bg {
    background-image: url(../img/about/gallery_1.jpg);
    background-size: cover;
}
.tile-gallery .small-img {
    min-height: 230px;
}
.tile-gallery .small-img-bg-1 {
    background-image: url(../img/about/gallery_2.jpg);
    background-size: cover;
}
.tile-gallery .small-img-bg-2 {
    background-image: url(../img/about/gallery_3.jpg);
    background-size: cover;
}
.choose-us {
    margin-top: 63px;
}
.single-reason {
    padding-right: 10px;
}
.about-icon-wrapper {
    height: 100%;
    width: 80px;
    border: 1px solid #3fd680;
    border-radius: 50%;
    text-align: center;
    float: left;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-reason .reason-txt {
    margin-left: 105px;
}
.single-reason .reason-txt h4 {
    font-size: 22px;
    color: #38383c;
    font-weight: 500;
    margin-top: 17px;
}
.single-reason .reason-txt p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    font-weight: 400;
    margin-top: 9px;
}
.about-icon-wrapper i {
    margin: 0;
    line-height: 80px;
    font-size: 30px;
    color: #25d06f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-reason:hover .about-icon-wrapper {
    background-color: #25d06f;
    border: 1px solid #25d06f;
}
.single-reason:hover .about-icon-wrapper i {
    color: #fff;
}
.about .member-info {
    background-color: #f3f5f9;
}
.about.testimonial-section {
    padding: 117px 0 113px;
}
.about.team-section {
    padding: 0 0 120px;
}
.about.team-section .section-summary {
    margin: 15px 0 47px;
}
.about.testimonial-section .section-summary {
    margin: 15px 0 52px;
}
.breadcrumb-txt span {
    font-family: "Cairo", serif !important;
}
.subscribe-section span {
    font-family: "Cairo", serif !important;
}
.product-items .section-title {
    font-family: "Cairo", serif !important;
}
.blog-txt .blog-title {
    font-size: 24px !important;
}
a.readmore-btn {
    font-size: 14px !important;
}
.blog-details-title {
    font-family: "Cairo", serif;
}
.package-order.single-pricing-table .features * {
    color: #fff !important;
}
.package-order.single-pricing-table .price {
    color: #fff;
}
.package-order.single-pricing-table span.title {
    color: #fff;
}
.quote-area {
    padding: 110px 0 120px;
}

.checkout-area {
    position: relative;
    display: block;
    padding-top: 130px;
}
.checkout-area .shop-title-box h3 {
    position: relative;
    font-size: 24px;
    color: #282828;
    margin-bottom: 30px;
    font-weight: 600;
}
.checkout-area .exisitng-customer {
    position: relative;
    display: block;
    background: #f8f7ff;
    padding: 20px 28px 21px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.checkout-area .exisitng-customer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    content: "";
    background: #25d06f;
}
.checkout-area .exisitng-customer h5 {
    color: #222;
    font-size: 16px;
    font-weight: 500;
}
.checkout-area .exisitng-customer h5 a {
    font-weight: 400;
    display: inline-block;
    padding-left: 15px;
    color: #25d06f;
}
.checkout-area .coupon {
    position: relative;
    display: block;
    background: #f8f7ff;
    padding: 20px 28px 21px;
    margin-bottom: 60px;
    border-radius: 5px;
}
.checkout-area .coupon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    content: "";
    background: #25d06f;
}
.checkout-area .coupon h5 {
    color: #222;
    font-size: 16px;
    font-weight: 500;
}
.checkout-area .coupon h5 a {
    font-weight: 400;
    display: inline-block;
    padding-left: 15px;
    color: #25d06f;
}
.checkout-area .form form .field-label {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: capitalize;
}
.checkout-area .form form .field-input input[type="text"] {
    border: 1px solid #f0eef9;
    color: #848484;
    display: block;
    font-size: 16px;
    height: 48px;
    margin-bottom: 25px;
    padding: 0 15px;
    width: 100%;
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.checkout-area .form form .field-input input[type="text"]:focus {
    border: 1px solid #222;
}
.checkout-area .create-acc .checkbox {
    margin: 7px 0 0;
}
.checkout-area .create-acc .checkbox label {
    color: #282828;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}
.checkout-area .create-acc .checkbox input {
    position: relative;
    top: 1px;
}
.checkout-area .shipping-info input[type="checkbox"] {
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 20px;
    position: relative;
    top: 0;
    vertical-align: middle;
}
.checkout-area .form form .field-input textarea {
    border: 1px solid #f0eef9;
    color: #848484;
    display: block;
    font-size: 16px;
    height: 121px;
    margin-bottom: 28px;
    padding: 10px 15px;
    width: 100%;
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.checkout-area .form form .field-input textarea:focus {
    border-color: #25d06f;
}
.checkout-area .cart-table tbody tr .qty .input-group-btn-vertical {
    display: none;
}
.checkout-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
    width: 50px;
}
.checkout-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin .quantity-spinner {
    border-radius: 6px;
    background: 0 0;
    text-align: center;
}
.checkout-area .bottom {
    position: relative;
    display: block;
    background: #fdfcfb;
    padding-top: 126px;
    padding-bottom: 130px;
    margin-top: 115px;
}
.checkout-area .table {
    overflow-x: auto;
    position: relative;
    width: 100%;
    margin-bottom: 0;
}
.checkout-area .table .cart-table {
    min-width: auto;
    width: 100%;
}
.checkout-area .table .cart-table .cart-header {
    position: relative;
    background: #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
    border: 1px solid #eaeaea;
}
.checkout-area .table .cart-table thead tr th {
    font-weight: 500;
    line-height: 24px;
    min-width: 110px;
    padding: 19px 30px 17px;
    border-top: none;
    border-bottom: none;
    font-size: 18px;
    color: #282828;
}
.checkout-area .table .cart-table thead tr th.product-column {
    padding-left: 30px;
    text-align: left;
}
.checkout-area .table .cart-table tbody tr {
    border-bottom: 1px solid #e8e6f4;
}
.checkout-area .table .cart-table tbody tr td {
    vertical-align: middle;
}
.checkout-area .table .cart-table tbody tr td {
    min-width: 110px;
    max-width: 160px;
    padding: 30px 0;
    border-top: none;
}
.checkout-area .table .cart-table tbody tr td.qty input {
    border-radius: 6px;
    background: 0 0;
    text-align: center;
    height: 40px;
    width: 40px;
    border: 1px solid #ddd;
    margin-left: 20px;
    padding: 0;
}
.checkout-area .table .cart-table.shipping-method tbody tr td {
    padding-left: 30px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box {
    min-height: 70px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb a {
    display: block;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
    display: block;
    max-width: 60px;
    border-radius: 6px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb,
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
    display: table-cell;
    vertical-align: middle;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
    padding-left: 20px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
    color: #282828;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.checkout-area .table .cart-table tbody tr td.price {
    font-size: 18px;
    font-weight: 500;
}
section.checkout-area .field-label {
    display: inline-block;
    margin-bottom: 10px;
}
p.gateway-desc {
    background: #f1f1f1;
    font-size: 14px;
    padding: 10px 25px;
    margin-bottom: 20px;
    color: #212529;
}
.gateway-instruction {
    background: #f1f1f1;
    padding: 15px 30px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.gateway-details label {
    font-size: 14px;
    display: block;
    margin-bottom: 7px;
}
.cart-total-table {
    border: 1px solid #e8e6f4;
    border-radius: 6px;
}
.cart-total-table li {
    border-bottom: 1px solid #e8e6f4;
}
.cart-total-table li:last-child {
    border-bottom: none;
}
.cart-total-table li span.col.col-title {
    position: relative;
    display: block;
    float: left;
    border-right: 1px solid #e8e6f4;
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    padding: 10px 18px;
    width: 50%;
}
.cart-total-table li span.col {
    position: relative;
    display: block;
    float: left;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 18px;
    width: 50%;
}
.cart-total .payment-options {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #e8e6f4;
    padding: 23px 20px 35px;
    border-radius: 6px;
}
.cart-total .payment-options .option-block {
    margin-bottom: 14px;
}
.cart-total .payment-options .option-block .checkbox {
    margin: 0 0 5px;
}
.cart-total .payment-options .option-block .checkbox label {
    display: block;
    font-weight: 500;
    min-height: 20px;
    padding-left: 0;
    margin: 0;
}
.cart-total .payment-options .option-block .checkbox label input {
    position: relative;
    top: 1px;
}
.cart-total .payment-options .option-block .checkbox label span {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
}
.cart-total .payment-options .option-block .checkbox label span b {
    color: #222;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding-left: 25px;
    text-decoration: underline;
}
.cart-total .payment-options .option-block .text {
    padding-left: 30px;
}
.cart-total .payment-options .option-block .text p {
    margin: 0;
    line-height: 28px;
}
.placeorder-button .btn-style-one .btn-title {
    padding: 8px 30px;
}
.cart-area {
    padding-top: 122px;
    padding-bottom: 130px;
}
.cart-area .qty input.quantity-spinner.form-control {
    width: 100px;
    height: 60px;
    text-align: center;
    border: 2px solid #ebebeb;
    font-weight: 700;
    border-radius: 0;
}
.cart-area .qty input.quantity-spinner.form-control:focus {
    outline: 0;
    box-shadow: none;
}
.cart-area .qty span.input-group-btn-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
}
.cart-area .qty span.input-group-btn-vertical .bootstrap-touchspin-up {
    position: absolute;
    right: 24px;
    top: 20px;
    width: 20px;
    height: 20px;
    background: 0 0;
}
.cart-area .qty span.input-group-btn-vertical .bootstrap-touchspin-down {
    position: absolute;
    left: 24px;
    top: 22px;
    width: 20px;
    height: 20px;
    background: 0 0;
}
.cart-area .qty span.input-group-btn-vertical .bootstrap-touchspin-up:before {
    position: absolute;
    content: "+";
    top: 0;
    left: 0;
    line-height: 18px;
    width: 20px;
    font-size: 17px;
    color: #999;
}
.cart-area .qty span.input-group-btn-vertical .bootstrap-touchspin-down:before {
    position: absolute;
    content: "-";
    top: 0;
    left: 0;
    line-height: 18px;
    width: 20px;
    font-size: 30px;
    color: #999;
}
.total-item-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.total-item-info li {
    font-size: 15px;
    color: #282828;
}
.total-item-info li span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #282828;
}
.cart-area .table-outer {
    overflow-x: auto;
    position: relative;
    width: 100%;
}
.cart-area .cart-table {
    min-width: 1024px;
    width: 100%;
}
.cart-area .cart-table .cart-header {
    position: relative;
    background: #f6f6f6;
    color: #27282c;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
}
.cart-area .cart-table .cart-header tr {
    background: #f4f1ee;
}
.cart-area .cart-table thead tr th {
    font-weight: 500;
    line-height: 24px;
    min-width: 110px;
    padding: 20px 25px;
    font-size: 18px;
}
.cart-area .cart-table thead tr th.prod-column {
    padding-left: 30px;
    text-align: left;
    width: 24%;
}
.cart-area .cart-table thead tr th.availability {
    padding: 0 40px;
}
.cart-area .cart-table tbody tr {
    border-bottom: 1px solid #e7e7e7;
}
.cart-area .cart-table tbody tr td {
    color: #282828;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    min-width: 100px;
    padding: 30px 25px 5px;
    width: 20%;
}
.cart-area .cart-table tbody tr .prod-column {
    padding-left: 30px;
    text-align: left;
}
.cart-area .cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 100px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb a {
    position: relative;
    display: block;
    border-radius: 0;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb a img {
    width: 70px;
    border-radius: 0;
}
.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb,
.cart-area .cart-table tbody tr .prod-column .column-box .title {
    display: table-cell;
    vertical-align: middle;
}
.cart-area .cart-table tbody tr .prod-column .column-box .title {
    padding-left: 20px;
}
.cart-area .cart-table tbody tr .prod-column .column-box .title h3 {
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}
.cart-table tbody tr .qty {
    padding-right: 25px;
}
.cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
}
.cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}
.cart-table tbody tr td.unit-price {
    padding-left: 20px;
    padding-right: 20px;
}
.cart-area .cart-table tbody .available-info {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding-left: 50px;
}
.cart-area .cart-table tbody .available-info .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    background: #25d06f;
}
.cart-area .cart-table tbody .available-info .icon.thm-bg-rmv {
    background: #ff3737;
}
.cart-area .cart-table tbody tr td.price {
    font-size: 15px;
    font-weight: 500;
}
.cart-area .cart-table tbody tr .sub-total {
    font-size: 15px;
    font-weight: 500;
}
.cart-area .cart-table tbody tr td .remove {
    text-align: center;
    font-size: 30px;
    color: #999;
    font-weight: 400;
}
.cart-area .cart-table tbody tr td .remove .checkbox label {
    color: #828282;
    font-size: 15px;
    font-weight: 400;
}
.cart-area .cart-table tbody tr td .remove .checkbox label input[type="checkbox"] {
    display: inline-block;
    position: relative;
    top: 1px;
}
.cart-area .cart-table tbody tr td .remove span {
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.cart-area .cart-table tbody tr td .remove span:hover {
    color: #25d06f;
}
.cart-middle {
    padding-top: 30px;
}
.cart-middle .apply-coupon {
    padding-left: 245px;
    position: relative;
}
.cart-middle .apply-coupon input[type="text"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    height: 58px;
    border: 1px solid #ededed;
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    padding: 0 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 29px;
}
.cart-middle .apply-coupon input[type="text"]:focus {
    border: 1px solid #222;
}
.cart-middle .apply-coupon .apply-coupon-button .btn-style-one .btn-title {
    color: #282828;
    background: #f6f6f6;
}
.cart-middle .apply-coupon .apply-coupon-button button {
    border: 1px solid #25d06f;
    background: #25d06f;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    transition: all linear 0.3s;
    cursor: pointer;
}
.cart-middle .apply-coupon .apply-coupon-button button:hover {
    color: #25d06f;
    background-color: transparent;
}
.cart-middle .update-cart button {
    border: 1px solid #25d06f;
    background: #25d06f;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    transition: all linear 0.3s;
    cursor: pointer;
}
.cart-middle .update-cart button:hover {
    color: #25d06f;
    background-color: transparent;
}
.cart-bottom {
    overflow: hidden;
    padding-top: 70px;
}
.cart-bottom .calculate-shipping .shop-page-title {
    padding-bottom: 16px;
}
.cart-bottom .calculate-shipping .ui-state-default .ui-icon {
    background: 0 0;
}
.cart-bottom .calculate-shipping .ui-state-default {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 0;
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    margin-bottom: 30px;
    outline: medium none;
    width: 100%;
}
.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    line-height: 18px;
    overflow: hidden;
    padding: 15px 19px;
    text-align: left;
}
.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: 1px solid #ededed;
    display: block;
    width: 60px;
    height: 48px;
    text-indent: 0;
    margin: 0;
}
.cart-bottom .calculate-shipping input[type="text"] {
    position: relative;
    display: block;
    border: 1px solid #ededed;
    color: #828282;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.cart-bottom .calculate-shipping input[type="text"]:focus {
    border: 1px solid #1d1d1d;
}
.cart-bottom .calculate-shipping button {
    color: #27282c;
    background: #f6f6f6;
}
.cart-bottom .calculate-shipping button:hover {
    color: #fff;
    background: #c84522;
}
.cart-link {
    cursor: pointer;
}
.cart-bottom button.checkout-btn {
    color: #27282c;
    background: #f6f6f6;
    margin-top: 30px;
}
.cart-bottom button.checkout-btn:hover {
    color: #fff;
    background: #c84522;
}
.login-btn {
    display: inline-block;
    margin-left: 15px;
}
.review-show {
    color: #25d06f;
}
.review-none {
    color: #ccc;
}
a.proceed-checkout-btn {
    padding: 13px 20px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #25d06f;
    text-decoration: none;
    color: #25d06f;
    background-color: #fff;
    transition: 0.5s;
}
a.proceed-checkout-btn:hover {
    background-color: #25d06f;
    color: #fff;
}
.checkout-message {
    padding: 120px 0;
    max-width: 780px;
    margin: 0 auto;
}
.checkout-success {
    background: #f1f1f1;
    padding: 40px 0;
    text-align: center;
    border-radius: 15px;
}
.checkout-success h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
}
.checkout-success p {
    line-height: 26px;
}
.checkout-success .icon i {
    font-size: 60px;
}
.checkout-success .icon {
    display: block;
    margin-bottom: 20px;
}
.rate {
    background-image: url(../img/rate-star.png);
    background-position: 0 -13px;
    background-repeat: repeat-x;
    height: 13px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    width: 95px;
    margin-bottom: 2px;
}
.rating {
    background-image: url(../img/rate-star.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 13px;
}
.product-details-slide-item .slick-list.w-100,
.product-details-slide-item .slick-track.w-100 {
    width: 100% !important;
}
.slick-initialized .slick-slide {
    display: block;
    border: 1px solid #0000000a;
}
.subscribe-section h3 {
    font-size: 24px !important;
}
.subscribe-section span {
    font-size: 14px !important;
}
.subscribe-form button[type="submit"],
.subscribe-form input[type="submit"] {
    font-size: 14px !important;
}
.category-lists h4,
.popular-posts-lists h4 {
    font-size: 18px;
    font-family: "Cairo", serif;
}
.category-lists ul li a {
    font-size: 14px;
}
.service-details-section {
    padding: 115px 0 110px;
}

.case-lists .col-md-6:nth-last-child(1) .single-case {
    margin-bottom: 0;
}
.case-lists .col-md-6:nth-last-child(2) .single-case {
    margin-bottom: 0;
}
.case-lists .col-md-6:nth-last-child(3) .single-case {
    margin-bottom: 0;
}
.case-lists.section-padding.case-page {
    padding: 120px 0 80px;
}
.project-infos h3 {
    font-size: 20px !important;
}

.single-pic h4 {
    font-size: 22px !important;
}
.faq-section .accordion .card .card-header .btn {
    font-size: 16px !important;
}
a.proceed-checkout-btn {
    line-height: 50px !important;
}
a#cartIcon .cart-length {
    padding: 7px 10px 5px !important;
}
a#cartIcon span.length {
    margin-top: 0 !important;
}

.megamenu-cats ul li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #ffffff1a;
}

.megamenu-cats ul li a {
    display: block;
    width: 100%;
}
.mega-dropdown-content img:not(.loaded) {
    width: 100%;
    opacity: 0;
    color: transparent;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
}
.mega-dropdown-content img.loaded {
    opacity: 1;
    border-radius: 26px;
}
.mega-dropdown-content .title a {
    text-align: left;
    padding: 0;
    font-size: 14px;
    text-transform: inherit;
    display: block;
    margin-top: 5px;
}

.mega-dropdown-content .title a::before {
    display: none;
}

.mega-dropdown-content .title a::after {
    display: none;
}

.mega-dropdown-content .single-item {margin-bottom: 10px;}
.megamenu-cats ul li a {
    font-size: 13px;
}
.megamenu-cats ul li a::after, .megamenu-cats ul li a::before {
    display: none;
}
.mega-tab h3.category a {
    padding: 0;
    text-align: left;
    font-size: 16px;
    display: block;
    margin: 16px 0 13px 0;
}

.mega-tab h3.category a::before,.mega-tab h3.category a::after {
    display: none;
}
.mega-dropdown-content .thumb a {
    padding: 0;
}
.mega-dropdown-content .thumb a::before, .mega-dropdown-content .thumb a::after {
    display: none;
}
.team-carousel img {
    width: 100% !important;
}
.partner-carousel img {
    width: 100% !important;
}



/* للنص داخل الصندوق الزجاجي */
.boxed-menu-content {
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* للسكرول بار داخل الصندوق الزجاجي */
.your-element::-webkit-scrollbar {
    width: 6px;
}

.your-element::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.your-element::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.your-element::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}





.hero-features {
  /* padding: 60px 0; */
  position: relative;
}

.hero-features .row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.single-hero-feature {
  flex: 1;
  min-width: 220px;
  background: transparent !important;
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.outer-container {
  position: relative;
    background: rgb(49 49 104 / 0%);
    backdrop-filter: blur(11px);
    border-radius: 32px;
    padding: 32px 20px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgb(255 255 255 / 38%);
    overflow: hidden;
}

.outer-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.single-hero-feature:hover .outer-container {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 25px 40px -15px rgba(0, 0, 0, 0.4);
}

.single-hero-feature:hover .outer-container::before {
  opacity: 1;
}

.inner-container {
  position: relative;
  z-index: 2;
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  transition: all 0.3s ease;
  position: relative;
}

.icon-wrapper i {
  font-size: 32px;
  transition: all 0.3s ease;
}

.single-hero-feature:hover .icon-wrapper {
  border-radius: 35% 65% 70% 30% / 40% 50% 50% 60%;
  background: rgba(255, 255, 255, 0.12);
  transform: scale(1.05);
}

.single-hero-feature h3 {
  font-size: 1.35rem;
  font-weight: 600;
  margin: 16px 0 0;
  letter-spacing: -0.3px;
  background: linear-gradient(135deg, #fff 30%, rgba(255,255,255,0.7) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  transition: all 0.3s;
}

.single-hero-feature::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  transition: width 0.35s ease;
  background-color: currentColor;
}

.single-hero-feature:hover::after {
  width: 60px;
}

/* لكل feature لونه الخاص من الـ style المضمن */
.single-hero-feature .outer-container::before {
  color: currentColor;
}

.single-hero-feature .icon-wrapper i {
  color: currentColor;
}

.single-hero-feature:hover .icon-wrapper i {
  text-shadow: 0 0 12px currentColor;
}

@media (max-width: 768px) {
  .hero-features .row {
    gap: 16px;
  }
  
  .outer-container {
    padding: 24px 16px;
  }
  
  .icon-wrapper {
    width: 55px;
    height: 55px;
  }
  
  .icon-wrapper i {
    font-size: 26px;
  }
  
  .single-hero-feature h3 {
    font-size: 1.1rem;
  }
}






.neo-section {
  position: relative;
  padding: 40px;
}

/* TEXT BOX */
.neo-text-box {
  background: #ffa60c;
    padding: 35px;
    border-radius: 45px;
    box-shadow: 0 20px 60px rgb(0 0 0 / 39%);
    position: relative;
    z-index: 2;
    border: 1px solid #ffa60c;
}

/* Label */
.neo-label {
  display: inline-block;
  background: #ff6a00;
  color: #fff;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 13px;
  margin-bottom: 20px;
}

/* Heading */
.neo-heading {
  font-size: 40px;
  font-weight: 800;
  color: #111;
  margin-bottom: 25px;
}

/* Button */
.neo-main-btn {
  display: inline-block;
  padding: 14px 30px;
  background: #ff6a00;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.neo-main-btn:hover {
  background: #111;
}

/* MEDIA BOX */
.neo-media-box {
  position: relative;
  margin-top: 40px;
  z-index: 1;
}

/* IMAGE */
.neo-media-img {

  height: 400px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    box-shadow: 0px -20px 70px rgb(0 0 0 / 19%);
    margin-left: -60px;
    border: 2px solid #ffa60c;
}

/* VIDEO BUTTON */
.neo-video-btn {
  position: absolute;
  bottom: -25px;
  left: 50px;
  background: #fff;
  color: #ff6a00;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;

  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  transition: 0.3s;
}

.neo-video-btn:hover {
  transform: scale(1.1);
  background: #ff6a00;
  color: #fff;
}

/* FLOATING ICONS */
.neo-float-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6a00, #ffb347);
  box-shadow: 0 10px 30px rgba(255,106,0,0.4);
}

.float-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* مهم حتى ما تنقص الصورة */
}

/* TOP ICON */
.top-icon {
  top: 10%;
  right: 5%;
  z-index: 3;
  animation: floatUp 4s ease-in-out infinite;
}

/* BOTTOM ICON */
.bottom-icon {
  bottom: 5%;
  left: 10%;
  animation: floatDown 5s ease-in-out infinite;
}

/* Animations */
@keyframes floatUp {
  0% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}

@keyframes floatDown {
  0% { transform: translateY(0); }
  50% { transform: translateY(20px); }
  100% { transform: translateY(0); }
}

/* Responsive */
@media (max-width: 991px) {
  .neo-media-img {
    margin-left: 0;
  }

  .neo-text-box {
    margin-bottom: 30px;
  }
}

.elite-btn,
.elite-btn:link,
.elite-btn:visited,
.elite-btn:hover,
.elite-btn:active,
.legendary-play,
.legendary-play:link,
.legendary-play:visited,
.legendary-play:hover,
.legendary-play:active {
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-thickness: 0 !important;
  text-underline-offset: none !important;
}

/* أو بشكل عام لجميع الروابط داخل القسم */
.premium-dual-section a {
  text-decoration: none !important;
  text-underline-offset: 0 !important;
  text-decoration-line: none !important;
}

a {
text-decoration: none !important;
  text-underline-offset: 0 !important;
  text-decoration-line: none !important;
}


.video-play-button i,
.video-play-button .play-icon {
    font-size: 24px;
    color: #fff;
}




.neo-ai-network.full-version {
  width: 1000px;
  height: 1000px;
  margin: 48px auto;
}

/* CENTER */
.neo-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 140px;
  height: 140px;
  background: #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.neo-core img {
  width: 84%;
}

/* Pulse */
.pulse-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #ff6a00;
  animation: pulse 2s infinite !important;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.7); opacity: 0; }
}

/* NODE */
.neo-node {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 220px;
  z-index: 5;
}



/* CARD */
.neo-node-card {
  background: #fff;
  padding: 10px;
  border-radius: 18px;
  text-align: center;
  transition: 0.4s;
  box-shadow: 0 15px 50px rgba(0,0,0,0.1);
}

.neo-node-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 25px 80px rgba(255,106,0,0.4);
}

/* IMAGE */
.img-wrapper img {
 width: 90px;
    margin-bottom: 9px;
    border-radius: 40px;

}

/* TEXT */
.neo-desc {
  font-size: 14px;
  color: #555;
  margin: 10px 0 15px;
  line-height: 1.6;
}

/* BUTTON */
.neo-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #ff6a00;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 13px;
  transition: 0.3s;
}

.neo-btn:hover {
  background: #111;
}

/* SVG LINES */
.neo-energy-svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.energy-line {
  fill: none;
  stroke: #ff6a00;
  stroke-width: 2;
  stroke-dasharray: 6 6;
  animation: flow 2s linear infinite;
  opacity: 0.5;
}

@keyframes flow {
  to { stroke-dashoffset: -30; }
}

/* FLOATING ICONS */
.neo-float-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}




@keyframes float1 { 50% { transform: translateY(-20px); } }
@keyframes float2 { 50% { transform: translateY(20px); } }
@keyframes float3 { 50% { transform: translateX(20px); } }
@keyframes float4 { 50% { transform: translateX(-20px); } }


.neo-section-header {
  margin-bottom: 60px;
}

.neo-section-title {
  display: inline-block;
  background: linear-gradient(135deg, #ff6a00, #ffb347);
  color: #fff;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 15px;
}

.neo-section-subtitle {
  font-size: 36px;
  font-weight: 800;
  color: #111;
}





.neo-ai-network.full-version {
  position: relative;
  width: 900px;
  height: 900px;
  margin: 45px auto;
}

/* CENTER */
.neo-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 180px;
  height: 180px;
  background: rgb(48 48 48);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

/* .neo-core img {
  width: 70%;
} */

/* Pulse */
.pulse-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #ff6a00;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.7); opacity: 0; }
}

/* NODE */
.neo-node {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 220px;
  z-index: 5;
}

/* CARD */
.neo-node-card {
  background: #fff;
  padding: 10px;
  border-radius: 18px;
  text-align: center;
  transition: 0.4s;
  box-shadow: 0 15px 50px rgba(0,0,0,0.1);
}

.neo-node-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 25px 80px rgba(255,106,0,0.4);
}



/* TEXT */
.neo-desc {
  font-size: 14px;
  color: #555;
  margin: 10px 0 15px;
  line-height: 1.6;
}

/* BUTTON */
.neo-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #ff6a00;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 13px;
  transition: 0.3s;
}

.neo-btn:hover {
  background: #111;
}

/* SVG LINES */
.neo-energy-svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.energy-line {
  fill: none;
  stroke: #ff6a00;
  stroke-width: 2;
  stroke-dasharray: 6 6;
  animation: flow 2s linear infinite;
  opacity: 0.5;
}

@keyframes flow {
  to { stroke-dashoffset: -30; }
}

/* FLOATING ICONS */
.neo-float-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.float-icon {
  position: absolute;
  width: 20%;
  height: 20%;
  /* background: linear-gradient(135deg, #ff6a00, #ffb347); */
  border-radius: 50%;
  opacity: 0.7;
}

/* positions + animation */
.i1 { top: -3%; left: -9%; animation: float1 6s infinite; }
.i2 {     top: 19%;
    right: -1%;
    z-index: 9;
    animation: float2 7s infinite; }
.i3 { 
        bottom: 11%;
    z-index: 9;
    left: -4%;
    animation: float3 8s infinite;
 }
.i4 { 
    bottom: 23%;
    right: -3%;
    z-index: 9;
    animation: float4 6s infinite;
 }

@keyframes float1 { 50% { transform: translateY(-20px); } }
@keyframes float2 { 50% { transform: translateY(20px); } }
@keyframes float3 { 50% { transform: translateX(20px); } }
@keyframes float4 { 50% { transform: translateX(-20px); } }


.neo-section-header {
  margin-bottom: 60px;
}

.neo-section-title {
  display: inline-block;
  background: linear-gradient(135deg, #ff6a00, #ffb347);
  color: #fff;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 15px;
}

.neo-section-subtitle {
  font-size: 36px;
  font-weight: 800;
  color: #111;
}


/* =========================
   TABLET (iPad)
========================= */
@media (max-width: 991px) {

  .neo-ai-network.full-version {
    width: 100%;
    height: auto;
    margin: 80px auto;
  }

  /* إخفاء الخطوط */
  .neo-energy-svg {
    display: none;
  }

  /* إزالة التمركز */
  .neo-node {
    position: relative;
    left: auto !important;
    top: auto !important;
    transform: none;
    width: 100%;
    margin-bottom: 20px;
  }

  /* Grid */
  .neo-ai-network {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 20px;
  }

  /* نقل اللوغو */
  .neo-core {
    position: relative;
    transform: none;
    margin: 0 auto 30px;
  }

  /* إخفاء pulse */
  .pulse-ring {
    display: none;
  }

}


/* =========================
   MOBILE
========================= */
@media (max-width: 576px) {

  .neo-ai-network {
    grid-template-columns: 1fr;
  }

  .neo-node-card {
    padding: 18px;
  }

  .neo-section-subtitle {
    font-size: 24px;
  }

  .neo-section-title {
    font-size: 12px;
  }

}




.flavor-premium {
    padding: 53px 0;
    background: linear-gradient(135deg, #020617, #0f172a);
    color: #fff;
}

/* 🔥 Header */
.flavor-header .main-logo {
    width: 120px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 25px rgba(255,122,0,0.7));
}

.flavor-header h2 {
    font-size: 38px;
    font-weight: 700;
}

.flavor-header p {
    opacity: 0.7;
    margin-bottom: 60px;
}

/* 🔥 Grid */
.flavor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 35px;
}

/* 🔥 Card */
.flavor-card {
    position: relative;
    padding: 30px 20px;
    border-radius: 25px;
    backdrop-filter: blur(12px);
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    transition: 0.5s;
    transform-style: preserve-3d;
}

/* Glow layer */
.hover-glow {
    
    inset: 0;
    background: radial-gradient(circle at center, rgba(255,122,0,0.4), transparent);
    opacity: 0;
    transition: 0.4s;
}

/* Image */
.image-box {
    text-align: center;
}

.image-box img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 20px;
    transition: 0.5s;
}

/* Content */
.content {
    text-align: center;
    margin-top: 20px;
}

.content h4 {
    margin: 0;
    font-size: 18px;
}

.content span {
    font-size: 14px;
    opacity: 0.6;
}

/* 🔥 Hover Effects (WOW) */
.flavor-card:hover {
    transform: translateY(-15px) scale(1.03);
    border-color: rgba(255,122,0,0.5);
}

.flavor-card:hover .hover-glow {
    opacity: 1;
}

.flavor-card:hover img {
    transform: scale(1.1) rotate(-2deg);
}

/* 🔥 subtle floating animation */
.flavor-item {
    animation: floatCard 6s ease-in-out infinite;
}

.flavor-item:nth-child(2) { animation-delay: 1s; }
.flavor-item:nth-child(3) { animation-delay: 2s; }
.flavor-item:nth-child(4) { animation-delay: 3s; }

@keyframes floatCard {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 768px) {
    .flavor-header h2 {
        font-size: 26px;
    }

    .image-box img {
        width: 100px;
        height: 100px;
    }
}


/* حاوية الـ header */
.flavor-header {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  padding: 20px 0 30px;
}

/* الأشرطة الثلاثة - العلم الألماني */
.flavor-header .german-stripes {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 25px;
}

.flavor-header .stripe {
  width: 50px;
  height: 4px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.flavor-header .stripe-1 {
  background: linear-gradient(90deg, #1A1A1A, #333333);
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.flavor-header .stripe-2 {
  background: linear-gradient(90deg, #DD0000, #FF3333);
  box-shadow: 0 2px 6px rgba(221,0,0,0.3);
}

.flavor-header .stripe-3 {
  background: linear-gradient(90deg, #FFD700, #FFC107);
  box-shadow: 0 2px 6px rgba(255,215,0,0.3);
}

/* توزيع مختلف - أشرطة ممتدة بعرض مناسب */
.flavor-header .german-stripes-wide {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.flavor-header .stripe-wide {
  width: 70px;
  height: 3px;
}

.flavor-header .stripe-wide-1 {
  background-color: #1A1A1A;
}

.flavor-header .stripe-wide-2 {
  background-color: #DD0000;
}

.flavor-header .stripe-wide-3 {
  background-color: #FFD700;
}

/* خيار ثالث - أشرطة ناعمة مع blur */
.flavor-header .german-stripes-soft {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
}

.flavor-header .stripe-soft {
  width: 60px;
  height: 3px;
  border-radius: 3px;
  filter: blur(0.5px);
}

.flavor-header .stripe-soft-1 {
  background: #1A1A1A;
  opacity: 0.7;
}

.flavor-header .stripe-soft-2 {
  background: #DD0000;
  opacity: 0.7;
}

.flavor-header .stripe-soft-3 {
  background: #FFD700;
  opacity: 0.7;
}

/* عنوان */
.flavor-header h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  /* color: #FFFFFF; */
  letter-spacing: -0.5px;
  position: relative;
  display: inline-block;
  /* background: linear-gradient(135deg, #FFFFFF, rgba(255,255,255,0.7)); */
  background-clip: text;
  -webkit-background-clip: text;
  /* color: transparent; */
}

/* النص السفلي */
.flavor-header p {
  font-size: 1.1rem;
  /* color: rgba(255,255,255,0.7); */
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* تأثير hover على الأشرطة */
.flavor-header:hover .stripe {
  transform: scaleX(1.1);
}

.flavor-header:hover .stripe-wide {
  transform: scaleX(1.05);
}

.flavor-header:hover .stripe-soft {
  transform: scaleX(1.08);
}

/* استجابة */
@media (max-width: 768px) {
  .flavor-header h2 {
    font-size: 2rem;
  }
  
  .flavor-header p {
    font-size: 0.95rem;
  }
  
  .flavor-header .stripe {
    width: 40px;
  }
  
  .flavor-header .stripe-wide {
    width: 50px;
  }
  
  .flavor-header .stripe-soft {
    width: 45px;
  }
}










.approach-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #f5f7ff 0%, #eef2ff 100%);
            position: relative;
            overflow: hidden;
        }
        
        /* عناصر خلفية متحركة (تأثير خرافي) */
        .approach-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 80%;
            height: 150%;
            background: radial-gradient(circle, rgba(99,102,241,0.08) 0%, rgba(99,102,241,0) 70%);
            border-radius: 50%;
            z-index: 0;
            animation: floatBlob 12s infinite alternate ease-in-out;
        }
        
        .approach-section::after {
            content: '';
            position: absolute;
            bottom: -20%;
            left: -10%;
            width: 60%;
            height: 80%;
            background: radial-gradient(circle, rgba(236,72,153,0.06) 0%, rgba(236,72,153,0) 70%);
            border-radius: 50%;
            z-index: 0;
            animation: floatBlob2 15s infinite alternate ease-in-out;
        }
        
        @keyframes floatBlob {
            0% { transform: translate(0, 0) scale(1); }
            100% { transform: translate(-5%, 5%) scale(1.2); }
        }
        
        @keyframes floatBlob2 {
            0% { transform: translate(0, 0) scale(1); }
            100% { transform: translate(5%, -5%) scale(1.3); }
        }
        
        .container {
            position: relative;
            z-index: 2;
        }
        
        /* قسم النص التعريفي */
        .approach-summary {
            position: relative;
            padding-right: 30px;
        }
        
        .section-title {
            display: inline-block;
            background: linear-gradient(120deg, #e69e02, #f2c960);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            font-weight: 700;
            font-size: 1rem;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 20px;
            position: relative;
            padding-left: 40px;
        }
        
        .section-title::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            width: 30px;
            height: 3px;
            background: linear-gradient(90deg, #e69e02, #f2c960);
            border-radius: 3px;
            transform: translateY(-50%);
        }
        
        .section-summary {
            font-size: 3rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 30px;
            background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
        }
        
        /* الزر الخرافي */
        .boxed-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            /* background: linear-gradient(90deg, #6366f1, #a855f7); */
            color: white;
            padding: 14px 35px;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            /* transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); */
            box-shadow: 0 10px 20px -5px rgba(99,102,241,0.4);
            position: relative;
            /* overflow: hidden; */
            z-index: 1;
        }
        
        
        
        .boxed-btn:hover::before {
            width: 100%;
        }
        
        .boxed-btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 30px -8px #4855a63d;
            color: white;
        }
        
        /* قائمة البطاقات */
        .approach-lists {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
        }
        
        .single-approach {
                background: rgba(255, 255, 255, 0.7);
                border-radius: 28px;
                padding: 15px 15px;
                display: flex;
                align-items: flex-start;
                /* gap: 20px; */
                transition: all 0.4s ease;
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
                border: 1px solid rgba(255, 255, 255, 0.5);
                cursor: pointer;
                position: relative;
                overflow: hidden;
        }
        
        .single-approach::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0%;
            height: 4px;
            background: linear-gradient(90deg, #ffa60c, #fdcb75);
            transition: width 0.4s ease;
            border-radius: 2px;
        }
        
        .single-approach:hover::after {
            width: 100%;
        }
        
        .single-approach:hover {
            transform: translateY(-8px);
            background: rgba(255, 255, 255, 0.95);
            box-shadow: 0 25px 40px -12px rgba(0,0,0,0.15);
            border-color: rgba(99,102,241,0.3);
        }
        
        /* أيقونة البطاقة */
        .approach-icon-wrapper {
            min-width: 65px;
            height: 65px;
            background: linear-gradient(135deg, #eef2ff, #ffffff);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            color: #6366f1;
            transition: all 0.3s ease;
            box-shadow: 0 10px 15px -5px rgba(99,102,241,0.1);
        }
        
        .single-approach:hover .approach-icon-wrapper {
            background: linear-gradient(135deg,  #ffa60c, #fdcb75);;
            color: white;
            transform: rotate(5deg) scale(1.05);
            box-shadow: 0 15px 20px -8px rgba(99,102,241,0.4);
        }
        
        /* النص */
        .approach-text h4 {
            font-size: 1.35rem;
            font-weight: 700;
            color: #1e1b4b;
            margin-bottom: 10px;
            transition: color 0.3s;
        }
        
        .single-approach:hover .approach-text h4 {
            color: #ffa60c;
        }
        
        .approach-text p {
            color: #4b5563;
            line-height: 1.6;
            font-size: 0.95rem;
            margin-bottom: 0;
        }
        
        /* زر see more المطور */
        .see-more {
            color: #6366f1;
            font-weight: 600;
            text-decoration: none;
            margin-left: 5px;
            transition: all 0.2s;
            display: inline-block;
            cursor: pointer;
            position: relative;
        }
        
        .see-more:hover {
            color: #a855f7;
            letter-spacing: 0.5px;
        }
        
        /* انيميشن ظهور البطاقات */
        @keyframes fadeSlideUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .single-approach {
            animation: fadeSlideUp 0.6s ease forwards;
            opacity: 0;
        }
        
        /* نجعل كل بطاقة تظهر بتأخير مختلف */
        .single-approach:nth-child(1) { animation-delay: 0.1s; }
        .single-approach:nth-child(2) { animation-delay: 0.2s; }
        .single-approach:nth-child(3) { animation-delay: 0.3s; }
        .single-approach:nth-child(4) { animation-delay: 0.4s; }
        .single-approach:nth-child(5) { animation-delay: 0.5s; }
        .single-approach:nth-child(6) { animation-delay: 0.6s; }
        
        /* Responsive */
        @media (max-width: 991px) {
            .approach-section {
                padding: 60px 0;
            }
            .section-summary {
                font-size: 2rem;
            }
            .approach-summary {
                margin-bottom: 50px;
                text-align: center;
                padding-right: 0;
            }
            .section-title::before {
                left: 50%;
                transform: translateX(-50%) translateY(-50%);
                top: -15px;
            }
            .section-title {
                padding-left: 0;
            }
        }
        
        @media (max-width: 768px) {
            .single-approach {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
            .approach-icon-wrapper {
                margin-bottom: 10px;
            }
        }






        .portfolio-showcase-section {
    padding: 100px 0;
    /* background: linear-gradient(135deg, #0f0c29, #302b63, #24243e); */
    position: relative;
    overflow: hidden;
}

/* تأثيرات خلفية سحرية */
.portfolio-showcase-section::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,107,107,0.3), transparent);
    top: -150px;
    right: -150px;
    border-radius: 50%;
    animation: floatPulse 8s infinite;
}

.portfolio-showcase-section::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(78,205,196,0.2), transparent);
    bottom: -200px;
    left: -200px;
    border-radius: 50%;
    animation: floatPulse 12s infinite reverse;
}

@keyframes floatPulse {
    0%, 100% { transform: scale(1) translate(0, 0); opacity: 0.5; }
    50% { transform: scale(1.2) translate(20px, -20px); opacity: 0.8; }
}

/* الهيدر المتألق */
.showcase-header {
    position: relative;
    z-index: 2;
}

.glow-tag {
    display: inline-block;
    background: linear-gradient(90deg, #ff6b6b, #4ecdc4);
    padding: 8px 24px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    box-shadow: 0 0 20px rgba(78,205,196,0.5);
}

.mega-headline {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff, #4ecdc4, #ff6b6b);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 20px;
}

.header-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff6b6b, #4ecdc4);
    margin: 20px auto 0;
    border-radius: 4px;
    animation: underlineWidth 2s ease infinite;
}

@keyframes underlineWidth {
    0%, 100% { width: 80px; }
    50% { width: 120px; }
}

/* أزرار الفلترة الخارقة */
.filter-buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.filter-btn {
    /* background: rgba(255, 255, 255, 0.08); */
    /* backdrop-filter: blur(10px); */
    /* border: 1px solid rgb(3 3 3 / 75%); */
    padding: 10px 28px;
    border-radius: 50px;
    color: #2f2f2f;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.filter-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    /* background: radial-gradient(circle, rgba(78,205,196,0.4), transparent); */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.filter-btn:hover::before {
    width: 200px;
    height: 200px;
}

.filter-btn:hover {
    /* background: rgba(78, 205, 196, 0.2); */
    border-color: #feb211;
    transform: translateY(-3px);
}

.filter-btn.active {
    background: linear-gradient(90deg, #ffa60c, #f7d725);
    border-color: transparent;
    box-shadow: 0 5px 15px rgb(255 166 12);
}

/* تاغات المشاريع على الصورة */
.project-tags-wrapper {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 3;
}

.project-tag-badge {
     background: linear-gradient(90deg, #ffffff, #ffffff);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 600;
    color: #000000;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.project-card:hover .project-tag-badge {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* شبكة Masonry متفاعلة */
.masonry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

/* البطاقات الخارقة */
.project-card {
    perspective: 1000px;
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
    transition: all 0.4s ease;
}

.project-card.hide {
    display: none;
}

.project-card.show {
    display: block;
    animation: fadeInUp 0.5s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.project-card-inner {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.project-card:hover .project-card-inner {
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    border-color: rgba(78, 205, 196, 0.5);
}

/* منطقة الصورة */
.project-media {
    height: 280px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.project-overlay {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background: linear-gradient(135deg, rgb(255 166 12 / 0%), rgb(25 21 58));
    opacity: 0;
    transition: all 0.8s ease;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-badge {
position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #ffa80e, #f7d626) !important;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    transform: rotate(10deg);
    transition: all 0.3s ease;
    z-index: 2;
}

.project-card:hover .project-badge {
    transform: rotate(0deg) scale(1.1);
}

/* محتوى البطاقة */
.project-content {
    padding: 24px;
    position: relative;

    background: #19153a;
}

.project-meta {
    margin-bottom: 15px;
}

.project-category {
    background: rgba(78, 205, 196, 0.2);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    color: #4ecdc4;
    font-weight: 600;
}

.project-category i {
    margin-right: 6px;
    font-size: 0.7rem;
}

.project-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    line-height: 1.4;
}

.project-stats {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
}

.stat-item i {
    font-size: 0.9rem;
    color: #4ecdc4;
}

/* رابط الاستكشاف الخارق */
.explore-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #ffa60c, #ffa30c);
    padding: 10px 24px;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.explore-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.explore-link:hover::before {
    width: 300px;
    height: 300px;
}

.explore-link:hover {
    transform: translateX(10px);
    gap: 15px;
    color: white;
}

.explore-link i {
    transition: transform 0.3s ease;
}

.explore-link:hover i {
    transform: translateX(5px);
}

/* عداد النتائج */
.filter-counter {
    text-align: center;
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.9rem;
}

/* تصميم متجاوب */
@media (max-width: 768px) {
    .masonry-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .mega-headline {
        font-size: 2rem;
    }
    
    .project-media {
        height: 220px;
    }
    
    .portfolio-showcase-section {
        padding: 60px 0;
    }
    
    .filter-btn {
        padding: 6px 18px;
        font-size: 0.8rem;
    }
    
    .filter-buttons-wrapper {
        gap: 10px;
    }
}






/* الحاوية الرئيسية للـ carousel */
.testimonial-carousel {
  position: relative;
  padding: 20px 10px;
}

/* البطاقة الواحدة */
.single-testimonial {
  position: relative;
      background: linear-gradient(145deg, rgb(249 239 225 / 88%), rgb(249 239 225 / 95%));
  backdrop-filter: blur(12px);
  border-radius: 48px;
  padding: 40px 35px 45px;
  margin: 15px;
  border: 1px solid rgba(212,175,55,0.2);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  z-index: 1;
}

.single-testimonial::before {
  content: '"';
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 120px;
  font-family: serif;
  color: rgba(212,175,55,0.08);
  z-index: -1;
  pointer-events: none;
}

.single-testimonial::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #D4AF37, #FFD700, #D4AF37, transparent);
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

.single-testimonial:hover::after {
  transform: scaleX(1);
}

.single-testimonial:hover {
  transform: translateY(-12px);
  border-color: rgba(212,175,55,0.4);
  box-shadow: 0 30px 45px -47px rgba(0,0,0,0.5), 0 0 0 1px rgba(212,175,55,0.15) inset;
}

/* صورة العميل */
.single-testimonial .img-wrapper {
  width: 85px;
  height: 85px;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(212,175,55,0.4);
  transition: all 0.4s;
  position: relative;
}

.single-testimonial .img-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(212,175,55,0.3), transparent);
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 50%;
}

.single-testimonial:hover .img-wrapper::before {
  opacity: 1;
}

.single-testimonial .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.single-testimonial:hover .img-wrapper {
  border-color: #D4AF37;
  transform: rotate(5deg) scale(1.02);
}

.single-testimonial:hover .img-wrapper img {
  transform: scale(1.08);
}

/* محتوى العميل */
.client-desc {
  text-align: center;
}

.client-desc .comment {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
  margin-bottom: 25px;
  position: relative;
  font-style: italic;
  min-height: 100px;
}

.client-desc .comment::before {
  content: '“';
  font-size: 40px;
  color: #D4AF37;
  opacity: 0.4;
  position: absolute;
  left: -15px;
  top: -15px;
  font-family: serif;
}

.client-desc .name {
  font-size: 1.2rem;
  font-weight: 700;
  /* color: #FFFFFF; */
  margin-bottom: 5px;
  letter-spacing: -0.3px;
}

.client-desc .rank {
  font-size: 0.8rem;
  color: #D4AF37;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  opacity: 0.8;
}

/* أيقونات زخرفية */
.testimonial-carousel .quote-icon {
  position: absolute;
  font-size: 80px;
  color: rgba(212,175,55,0.06);
  pointer-events: none;
  z-index: 0;
}

/* تعديل نقاط التنقل في الـ Owl Carousel */
.testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 40px;
}

.testimonial-carousel .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  margin: 0 6px;
  display: inline-block;
  transition: all 0.3s;
}

.testimonial-carousel .owl-dot.active {
  width: 30px;
  border-radius: 20px;
  background: #D4AF37;
}

.testimonial-carousel .owl-dot:hover {
  background: #D4AF37;
  opacity: 0.7;
}

/* أزرار التنقل (السهمين) */
.testimonial-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
}

.testimonial-carousel .owl-nav button {
  position: absolute;
  width: 45px;
  height: 45px;
  background: rgba(212,175,55,0.15) !important;
  backdrop-filter: blur(8px);
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  pointer-events: auto;
  border: 1px solid rgba(212,175,55,0.3);
}

.testimonial-carousel .owl-nav button:hover {
  background: rgba(212,175,55,0.4) !important;
  transform: scale(1.1);
}

.testimonial-carousel .owl-nav .owl-prev {
  left: -20px;
}

.testimonial-carousel .owl-nav .owl-next {
  right: -20px;
}

.testimonial-carousel .owl-nav button span {
  font-size: 28px;
  color: #D4AF37;
  line-height: 1;
}

/* للشاشات المتوسطة */
@media (max-width: 1200px) {
  .testimonial-carousel .owl-nav .owl-prev {
    left: -10px;
  }
  
  .testimonial-carousel .owl-nav .owl-next {
    right: -10px;
  }
}

@media (max-width: 992px) {
  .single-testimonial {
    padding: 30px 25px;
  }
  
  .testimonial-carousel .owl-nav {
    display: none;
  }
  
  .client-desc .comment {
    font-size: 0.9rem;
    min-height: auto;
  }
}

@media (max-width: 576px) {
  .single-testimonial {
    padding: 25px 20px;
    border-radius: 32px;
  }
  
  .single-testimonial .img-wrapper {
    width: 70px;
    height: 70px;
  }
  
  .client-desc .name {
    font-size: 1rem;
  }
  
  .client-desc .rank {
    font-size: 0.7rem;
    letter-spacing: 1.5px;
  }
  
  .client-desc .comment {
    font-size: 0.85rem;
  }
  
  .client-desc .comment::before {
    font-size: 30px;
    left: -8px;
    top: -10px;
  }
}

/* دعم للـ RTL */
[dir="rtl"] .client-desc .comment::before {
  left: auto;
  right: -15px;
}

[dir="rtl"] .single-testimonial::before {
  right: auto;
  left: 30px;
}





/* ============================================
   BLOG CAROUSEL - SWIPER LUXURY DESIGN
   ============================================ */

/* الحاوية الرئيسية */
.blog-carousel-container {
  position: relative;
  padding: 20px 10px 60px;
  isolation: isolate;
}

/* حاوية السلايدر */
.blog-swiper {
  position: relative;
  overflow: hidden;
  padding: 10px 5px;
}

/* ===== بطاقة المدونة ===== */
.blog-slide {
  height: auto;
  transition: transform 0.3s;
}

.blog-card {
  position: relative;
  height: 100%;
  background: linear-gradient(145deg, rgba(18, 16, 38, 0.92), rgba(10, 8, 24, 0.96));
  backdrop-filter: blur(12px);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.2);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
}

.blog-card:hover {
  transform: translateY(-12px);
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 30px 45px -20px rgba(0, 0, 0, 0.5);
}

/* إطار ذهبي متوهج */
.blog-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.15), transparent 70%);
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  z-index: 1;
}

.blog-card:hover::after {
  opacity: 1;
}

/* حاوية الصورة */
.blog-image-area {
  position: relative;
  overflow: hidden;
  height: 230px;
}

.blog-image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s cubic-bezier(0.3, 0.9, 0.4, 1.1);
}

.blog-card:hover .blog-image-area img {
  transform: scale(1.12);
}

/* طبقة ذهبية متحركة */
.image-gold-layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0) 0%, rgba(212, 175, 55, 0.15) 40%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 2;
}

.blog-card:hover .image-gold-layer {
  opacity: 1;
}

/* بادج التاريخ */
.date-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: linear-gradient(135deg, #D4AF37, #B8860B);
  padding: 6px 14px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
  transform: translateX(-10px);
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.blog-card:hover .date-badge {
  transform: translateX(0);
  opacity: 1;
}

.date-badge .day {
  font-size: 16px;
  font-weight: 800;
  color: #0A0A10;
  line-height: 1;
}

.date-badge .month {
  font-size: 9px;
  font-weight: 600;
  color: #0A0A10;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* محتوى المدونة */
.blog-text-area {
  padding: 22px 24px 28px;
  position: relative;
}

/* خط ذهبي علوي */
.blog-text-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #D4AF37, #FFE793, #D4AF37, transparent);
  transform: scaleX(0);
  transition: transform 0.4s;
}

.blog-card:hover .blog-text-area::before {
  transform: scaleX(1);
}

/* معلومات الكاتب */
.author-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  flex-wrap: wrap;
  gap: 10px;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author-icon {
  width: 32px;
  height: 32px;
  background: rgba(212, 175, 55, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.author-icon i {
  font-size: 14px;
  color: #D4AF37;
}

.author-name {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
}

.author-name strong {
  color: #D4AF37;
  font-weight: 600;
}

/* أيقونة القراءة */
.read-stats {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.45);
}

.read-stats i {
  color: #D4AF37;
  font-size: 10px;
}

/* عنوان المقال */
.blog-title-link {
  display: block;
  margin-bottom: 12px;
}

.blog-title-link h4 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #FFFFFF;
  transition: all 0.3s;
  display: inline;
  background: linear-gradient(120deg, #D4AF37 0%, #D4AF37 100%);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: 0% 100%;
}

.blog-title-link:hover h4 {
  color: #D4AF37;
  background-size: 100% 1px;
}

/* الملخص */
.blog-short-desc {
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* زر القراءة */
.read-more-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  color: #D4AF37;
  padding: 6px 0;
  transition: all 0.3s;
  position: relative;
}

.read-more-button .button-text {
  position: relative;
}

.read-more-button .button-arrow {
  transition: transform 0.3s;
}

.read-more-button:hover {
  gap: 12px;
  color: #FFE47A;
}

.read-more-button:hover .button-arrow {
  transform: translateX(5px);
}

.read-more-button::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #D4AF37;
  transition: width 0.3s;
}

.read-more-button:hover::before {
  width: 100%;
}

/* ===== أزرار التنقل (Swiper) ===== */
.blog-swiper .swiper-button-prev,
.blog-swiper .swiper-button-next {
  width: 48px;
  height: 48px;
  background: rgba(15, 13, 35, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.4);
  transition: all 0.3s;
}

.blog-swiper .swiper-button-prev::after,
.blog-swiper .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
  color: #D4AF37;
}

.blog-swiper .swiper-button-prev:hover,
.blog-swiper .swiper-button-next:hover {
  background: rgba(212, 175, 55, 0.25);
  border-color: #D4AF37;
  transform: scale(1.1);
}

.blog-swiper .swiper-button-prev {
  left: -20px;
}

.blog-swiper .swiper-button-next {
  right: -20px;
}

/* ===== نقاط التنقل ===== */
.blog-swiper .swiper-pagination {
  bottom: -35px;
}

.blog-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.3s;
  margin: 0 6px !important;
}

.blog-swiper .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 20px;
  background: linear-gradient(90deg, #D4AF37, #FFE793);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .blog-swiper .swiper-button-prev {
    left: -10px;
  }
  
  .blog-swiper .swiper-button-next {
    right: -10px;
  }
}

@media (max-width: 992px) {
  .blog-swiper .swiper-button-prev,
  .blog-swiper .swiper-button-next {
    display: none;
  }
  
  .blog-image-area {
    height: 210px;
  }
  
  .blog-text-area {
    padding: 18px 20px 24px;
  }
  
  .blog-title-link h4 {
    font-size: 1.05rem;
  }
}

@media (max-width: 768px) {
  .blog-image-area {
    height: 190px;
  }
  
  .blog-text-area {
    padding: 16px 18px 20px;
  }
  
  .blog-short-desc {
    font-size: 0.8rem;
    -webkit-line-clamp: 2;
  }
  
  .date-badge {
    bottom: 10px;
    left: 10px;
    padding: 4px 10px;
  }
  
  .date-badge .day {
    font-size: 14px;
  }
  
  .date-badge .month {
    font-size: 8px;
  }
}

@media (max-width: 480px) {
  .blog-image-area {
    height: 170px;
  }
  
  .author-row {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .blog-text-area {
    padding: 14px 16px 18px;
  }
  
  .blog-title-link h4 {
    font-size: 0.95rem;
  }
  
  .blog-short-desc {
    font-size: 0.75rem;
  }
}

/* ===== دعم RTL ===== */
[dir="rtl"] .date-badge {
  left: auto;
  right: 15px;
}

[dir="rtl"] .read-more-button:hover .button-arrow {
  transform: translateX(-5px);
}

[dir="rtl"] .read-more-button::before {
  left: auto;
  right: 0;
}

[dir="rtl"] .blog-swiper .swiper-button-prev {
  left: auto;
  right: -20px;
}

[dir="rtl"] .blog-swiper .swiper-button-next {
  right: auto;
  left: -20px;
}

@media (max-width: 992px) {
  [dir="rtl"] .blog-swiper .swiper-button-prev,
  [dir="rtl"] .blog-swiper .swiper-button-next {
    display: none;
  }
}



/* ============================================
   SECTOR PAGE - MEMBERS HUB DESIGN
   WITH CENTERED LOGO
   ============================================ */

/* الحاوية الرئيسية */
.sector-page {
  position: relative;
  min-height: 100vh;
  padding: 80px 0;
  overflow-x: hidden;
  isolation: isolate;
}

/* خلفية متحركة فاخرة */
.sector-page::before {
  content: '';
  position: absolute;
  inset: 0;
  /* background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.08) 0%, rgba(10, 10, 25, 0.98) 80%); */
  z-index: -2;
}

.sector-page::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.03"><path fill="none" stroke="%23D4AF37" stroke-width="0.5" d="M20,20 L80,20 M20,40 L80,40 M20,60 L80,60 M20,80 L80,80 M40,20 L40,80 M60,20 L60,80 M80,20 L80,80"/><circle cx="50" cy="50" r="15" stroke="%23D4AF37" stroke-width="0.5" fill="none"/></svg>');
  background-repeat: repeat;
  background-size: 60px;
  pointer-events: none;
  z-index: -1;
}

/* ===== اللوغو المركزي - محور التصميم ===== */
.center-logo-hub {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 80px; */
  z-index: 5;
}

.logo-orb {
  position: relative;
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(212, 175, 55, 0.05));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(15px);
  border: 2px solid rgba(212, 175, 55, 0.4);
  box-shadow: 0 0 40px rgba(212, 175, 55, 0.2), inset 0 0 30px rgba(212, 175, 55, 0.1);
  animation: logoPulse 3s ease-in-out infinite;
}

.logo-orb::before {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background: linear-gradient(135deg, transparent, rgba(212, 175, 55, 0.2), transparent);
  animation: orbitRotate 4s linear infinite;
}

.logo-orb::after {
  content: '';
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  border: 1px dashed rgba(212, 175, 55, 0.3);
  animation: orbitRotateReverse 6s linear infinite;
}

.logo-orb img {
  width: 190px;
  height: 190px;
  object-fit: contain;
  filter: drop-shadow(0 0 15px rgba(212, 175, 55, 0.5));
  animation: logoGlow 2s ease-in-out infinite;
}

.logo-title {
  position: absolute;
  bottom: -35px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #D4AF37, #FFF5C4, #D4AF37);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  white-space: nowrap;
}

/* ===== المسار الدائري للأعضاء ===== */
.members-orbit {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}

/* شبكة دائرية */
.members-circle-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* بطاقة العضو - تصميم دائري متداخل */
.member-orbit-card {
  position: relative;
  width: calc(25% - 30px);
  min-width: 200px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.member-orbit-card:hover {
  transform: translateY(-15px) scale(1.02);
}

/* الحاوية الخارجية */
.member-outer-ring {
  position: relative;
  padding: 8px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.3), rgba(212, 175, 55, 0.05));
  border-radius: 50%;
  transition: all 0.4s;
}

.member-orbit-card:hover .member-outer-ring {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.5), rgba(212, 175, 55, 0.1));
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.3);
}

/* الصورة دائرية */
.sector-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(145deg, #1a1635, #0f0c22);
  border: 3px solid rgba(212, 175, 55, 0.4);
  transition: all 0.4s;
}

.member-orbit-card:hover .sector-img-wrapper {
  border-color: #D4AF37;
  transform: rotate(5deg) scale(1.02);
}

.sector-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.member-orbit-card:hover .sector-img-wrapper img {
  transform: scale(1.1);
}

/* حلقة ذهبية متحركة حول الصورة */
.sector-img-wrapper::before {
  content: '';
  position: absolute;
  inset: -3px;
  background: linear-gradient(135deg, transparent 0%, #D4AF37 50%, transparent 100%);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}

.member-orbit-card:hover .sector-img-wrapper::before {
  opacity: 0.6;
  animation: rotateGlow 2s linear infinite;
}

/* أيقونة صغيرة في الزاوية */
.member-icon-badge {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, #D4AF37, #B8860B);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #0A0A10;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 5;
}

.member-orbit-card:hover .member-icon-badge {
  opacity: 1;
  transform: scale(1);
}

/* معلومات العضو */
.sector-info {
  text-align: center;
  margin-top: 18px;
  position: relative;
}

.sector-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
  letter-spacing: -0.2px;
  transition: color 0.3s;
}

.member-orbit-card:hover .sector-name {
  color: #D4AF37;
}

.sector-info small {
  font-size: 0.7rem;
  color: rgb(50 50 50 / 80%);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: inline-block;
  position: relative;
}

.sector-info small::before,
.sector-info small::after {
  content: '✦';
  font-size: 8px;
  color: #D4AF37;
  opacity: 0.5;
  margin: 0 5px;
}

/* ===== خطوط ربط دائرية ===== */
.members-orbit::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  border: 1px dashed rgba(212, 175, 55, 0.15);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.members-orbit::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  border: 1px dotted rgba(212, 175, 55, 0.1);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* ===== أيقونات زخرفية متحركة ===== */
.orbit-deco {
  position: absolute;
  font-size: 24px;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.deco-1 {
  top: 10%;
  left: 5%;
  animation: floatSlow 6s ease-in-out infinite;
}

.deco-2 {
  bottom: 10%;
  right: 5%;
  animation: floatSlow 7s ease-in-out infinite reverse;
}

.deco-3 {
  top: 20%;
  right: 8%;
  animation: spinSlow 12s linear infinite;
}

.deco-4 {
  bottom: 15%;
  left: 3%;
  animation: floatSlow 8s ease-in-out infinite;
}

/* ===== حركات ===== */
@keyframes logoPulse {
  0%, 100% {
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.15), inset 0 0 20px rgba(212, 175, 55, 0.05);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 60px rgba(212, 175, 55, 0.35), inset 0 0 40px rgba(212, 175, 55, 0.15);
    transform: scale(1.02);
  }
}

@keyframes logoGlow {
  0%, 100% { filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.4)); }
  50% { filter: drop-shadow(0 0 25px rgba(212, 175, 55, 0.8)); }
}

@keyframes orbitRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes orbitRotateReverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes rotateGlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes floatSlow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

@keyframes spinSlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
  .member-orbit-card {
    width: calc(33.33% - 25px);
  }
  
  .logo-orb {
    width: 140px;
    height: 140px;
  }
  
  .logo-orb img {
    width: 75px;
    height: 75px;
  }
  
  .logo-title {
    font-size: 1rem;
    bottom: -30px;
  }
  
  .sector-name {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .sector-page {
    padding: 50px 0;
  }
  
  .center-logo-hub {
    margin-bottom: 50px;
  }
  
  .member-orbit-card {
    width: calc(50% - 20px);
  }
  
  .logo-orb {
    width: 120px;
    height: 120px;
  }
  
  .logo-orb img {
    width: 60px;
    height: 60px;
  }
  
  .logo-title {
    font-size: 0.85rem;
    letter-spacing: 2px;
    bottom: -25px;
  }
  
  .members-orbit::before,
  .members-orbit::after {
    display: none;
  }
  
  .orbit-deco {
    display: none;
  }
  
  .sector-name {
    font-size: 0.95rem;
  }
  
  .sector-info small {
    font-size: 0.65rem;
  }
  
  .member-icon-badge {
    width: 25px;
    height: 25px;
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .member-orbit-card {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
  
  .logo-orb {
    width: 100px;
    height: 100px;
  }
  
  .logo-orb img {
    width: 50px;
    height: 50px;
  }
  
  .logo-title {
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    bottom: -22px;
  }
  
  .sector-name {
    font-size: 0.9rem;
  }
  
  .sector-info small {
    font-size: 0.6rem;
  }
  
  .sector-info small::before,
  .sector-info small::after {
    font-size: 6px;
  }
}



/* ============================================
   SERVICE SECTION - GLOBAL LUXURY DESIGN
   ============================================ */

/* الحاوية الرئيسية */
.service2-section {
  position: relative;
  padding: 80px 0;
  isolation: isolate;
  overflow-x: hidden;
}

.service2-section::before {
  content: '';
  position: absolute;
  inset: 0;
  /* background: radial-gradient(circle at 0% 30%, rgba(212, 175, 55, 0.05) 0%, rgba(8, 8, 20, 0.98) 80%); */
  z-index: -2;
}

.service2-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.3), rgba(212, 175, 55, 0.5), rgba(212, 175, 55, 0.3), transparent);
  z-index: -1;
}

/* ===== بطاقة الخدمة الواحدة ===== */
.single-service2 {
    position: relative;
    background: linear-gradient(145deg, rgb(249 241 227), rgb(245 237 223));
    backdrop-filter: blur(10px);
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid rgb(255 166 12 / 28%);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    flex-direction: column;
    height: calc(100% - 30px);
}

.single-service2:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 25px 40px -20px rgba(0, 0, 0, 0.5);
}

/* خط ذهبي علوي */
.single-service2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #D4AF37, #FFE793, #D4AF37, transparent);
  transform: scaleX(0);
  transition: transform 0.4s ease;
  z-index: 2;
}

.single-service2:hover::before {
  transform: scaleX(1);
}

/* حاوية الصورة */
.service-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 200px;
  flex-shrink: 0;
}

.service-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.3, 0.9, 0.4, 1.1);
}

.single-service2:hover .service-img-wrapper img {
  transform: scale(1.08);
}

/* طبقة ذهبية فوق الصورة */
.service-img-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0) 0%, rgba(212, 175, 55, 0.1) 40%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}

.single-service2:hover .service-img-wrapper::after {
  opacity: 1;
}

/* أيقونة الخدمة */
.service-icon-badge {
  position: absolute;
  bottom: -20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #D4AF37, #B8860B);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0) translateY(0);
  transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 5;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.single-service2:hover .service-icon-badge {
  opacity: 1;
  transform: scale(1) translateY(-10px);
}

.service-icon-badge i {
  font-size: 22px;
  color: #0A0A10;
}

/* محتوى الخدمة */
.service2-txt {
  padding: 24px 22px 28px;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* عنوان الخدمة */
.service2-title {
  margin-bottom: 14px;
  line-height: 1.35;
}

.service2-title a {
    font-size: 1.15rem;
    font-weight: 700;
    color: #494848;
    text-decoration: none;
    transition: all 0.3s;
    display: inline;
    background: linear-gradient(120deg, #ffa60c 0%, #e6c313 100%);
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: 0% 100%;
}

.service2-title a:hover {
  color: #D4AF37;
  background-size: 100% 2px;
}


.service2-summary {
    font-size: 0.88rem;
    line-height: 1.6;
    color: rgb(45 45 45 / 65%);
    margin-bottom: 20px;
    flex: 1;
}

.service2-summary .see-more {
  color: #D4AF37;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
  margin-left: 5px;
}

.service2-summary .see-more:hover {
  color: #FFE47A;
  letter-spacing: 0.3px;
}

/* زر القراءة */
.readmore-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 17px;
  color: #D4AF37;
  padding: 8px 0;
  transition: all 0.3s;
  width: fit-content;
}

.readmore-btn span {
  position: relative;
}



.readmore-btn:hover {
  color: #FFE47A;
  gap: 15px;
}

.readmore-btn:hover::before {
  opacity: 1;
  transform: translateX(0);
}

/* ===== سايدبار - تصميم عالمي ===== */

/* حاوية الويدجت */
.service2-sidebar-widgets {
    background: linear-gradient(145deg, rgb(32 32 52), rgb(71 82 159));
    border-radius: 24px;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid rgb(255 166 12);
    transition: all 0.3s;
}

.service2-sidebar-widgets:hover {
  border-color: rgba(212, 175, 55, 0.3);
}

/* شريط البحث */
.searchbar-form-service {
  width: 100%;
}

.searchbarservice {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 60px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  transition: all 0.3s;
  overflow: hidden;
}

.searchbarservice:focus-within {
  border-color: #D4AF37;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.15);
}

.searchbarservice input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 14px 20px;
  color: #FFFFFF;
  font-size: 0.9rem;
  outline: none;
}

.searchbarservice input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.searchbarservice button {
  background: linear-gradient(135deg, #D4AF37, #B8860B);
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}

.searchbarservice button i {
  color: #0A0A10;
  font-size: 18px;
}

.searchbarservice button:hover {
  background: linear-gradient(135deg, #E5C158, #D4AF37);
  transform: scale(1.02);
}

/* قسم الفئات */
.category-widget {
  padding: 0;
  overflow: hidden;
}

.category2-lists {
  padding: 25px;
}

.category2-lists h4 {
 font-size: 1.2rem;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgb(255 166 12);
    display: inline-block;
    letter-spacing: -0.3px;
}

.category2-lists ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single2-category {
  margin-bottom: 12px;
  transition: all 0.3s;
}

.single2-category a {
display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 15px;
    /* background: rgb(0 0 0 / 2%); */
    border-radius: 12px;
    color: rgb(255 249 249 / 70%);
    text-decoration: none;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.single2-category a::before {
  content: '▹';
  color: #D4AF37;
  font-size: 12px;
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.3s;
}

.single2-category:hover a,
.single2-category.active a {
    background: rgb(255 166 12 / 35%);
    color: #ffffff;
    transform: translateX(5px);
}

.single2-category:hover a::before,
.single2-category.active a::before {
  opacity: 1;
  transform: translateX(0);
}

/* قسم الاشتراك */
.subscribe-service2 {
 background: linear-gradient(135deg, rgb(29 28 45), rgb(72 85 166));
    border-radius: 24px;
    padding: 30px 25px;
    text-align: center;
    border: 1px solid rgba(212, 175, 55, 0.2);
    position: relative;
    overflow: hidden;
}

.subscribe-service2::before {
  content: '✧';
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 100px;
  color: rgba(212, 175, 55, 0.05);
  pointer-events: none;
}

.subscribe-service2 span {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 3px;
  color: #D4AF37;
  background: rgba(212, 175, 55, 0.15);
  padding: 4px 15px;
  border-radius: 30px;
  margin-bottom: 15px;
}

.subscribe-service2 h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.4;
}

.subscribe-form .form-element {
  margin-bottom: 15px;
}

.subscribe-form input[type="email"] {
  width: 100%;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 0.9rem;
  transition: all 0.3s;
  outline: none;
}

.subscribe-form input[type="email"]:focus {
  border-color: #D4AF37;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.15);
}

.subscribe-form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.subscribe-form input[type="submit"] {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #D4AF37, #B8860B);
  border: none;
  border-radius: 50px;
  color: #0A0A10;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s;
}

.subscribe-form input[type="submit"]:hover {
  background: linear-gradient(135deg, #E5C158, #D4AF37);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.25);
}

.err-email {
  font-size: 0.75rem;
  margin-top: -8px;
  margin-bottom: 10px;
  text-align: left;
}

/* ===== التصفح (Pagination) ===== */
.pagination-nav {
  margin-top: 20px;
  text-align: center;
}

.pagination-nav ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.pagination-nav li {
  display: inline-block;
}

.pagination-nav a,
.pagination-nav span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.pagination-nav a:hover,
.pagination-nav li.active span {
  background: linear-gradient(135deg, #D4AF37, #B8860B);
  border-color: transparent;
  color: #0A0A10;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .service2-section {
    padding: 60px 0;
  }
  
  .service2-txt {
    padding: 20px 18px 24px;
  }
  
  .service-img-wrapper {
    height: 180px;
  }
  
  .service2-title a {
    font-size: 1rem;
  }
  
  .service2-summary {
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .service2-sidebar-widgets {
    margin-top: 20px;
  }
  
  .service-img-wrapper {
    height: 200px;
  }
  
  .single-service2 {
    height: auto;
  }
  
  .subscribe-service h3 {
    font-size: 1.1rem;
  }
  
  .category2-lists h4 {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .service2-section {
    padding: 40px 0;
  }
  
  .service2-txt {
    padding: 18px 16px 22px;
  }
  
  .service-img-wrapper {
    height: 170px;
  }
  
  .service2-title a {
    font-size: 0.95rem;
  }
  
  .service2-summary {
    font-size: 0.8rem;
  }
  
  .service-icon-badge {
    width: 40px;
    height: 40px;
  }
  
  .service-icon-badge i {
    font-size: 18px;
  }
  
  .readmore-btn {
    font-size: 0.75rem;
  }
  
  .pagination-nav a,
  .pagination-nav span {
    min-width: 35px;
    height: 35px;
    font-size: 0.8rem;
  }
}

/* ===== RTL Support ===== */
[dir="rtl"] .readmore-btn::before {
  content: '←';
}

[dir="rtl"] .readmore-btn:hover {
  gap: 15px;
}

[dir="rtl"] .single2-category a::before {
  content: '◃';
}

[dir="rtl"] .single2-category:hover a,
[dir="rtl"] .single2-category.active a {
  transform: translateX(-5px);
}

[dir="rtl"] .service-icon-badge {
  right: auto;
  left: 20px;
}

[dir="rtl"] .subscribe-service::before {
  right: auto;
  left: -20px;
}







   .contact-hero {
            position: relative;
            padding: 30px 0 80px;
            
            overflow: hidden;
        }

        .contact-hero::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(201,169,110,0.08) 0%, transparent 70%);
            pointer-events: none;
        }

        .contact-hero::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -10%;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(201,169,110,0.05) 0%, transparent 70%);
            pointer-events: none;
        }

        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
            position: relative;
            z-index: 1;
        }

        .hero-content {
            text-align: center;
            margin-bottom: 80px;
        }

        .hero-label {
            display: inline-block;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 4px;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 20px;
            position: relative;
            padding: 0 20px;
        }

        .hero-label::before,
        .hero-label::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 40px;
            height: 1px;
            background: #ff665f;
            opacity: 0.4;
        }

        .hero-label::before { right: 100%; }
        .hero-label::after { left: 100%; }

        .hero-title {
            font-family: 'Playfair Display', serif;
            font-size: 56px;
            font-weight: 700;
            color: var(--white);
            line-height: 1.1;
            margin-bottom: 20px;
        }

        .hero-subtitle {
            font-size: 18px;
            color: var(--text-muted);
            max-width: 500px;
            margin: 0 auto;
            font-weight: 300;
        }

        /* Info Cards */
        .contact-infos {
            margin-bottom: 100px;
        }

        .info-cards-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .info-card {
            background: #4855a6;
            border: 1px solid #fff;
            border-radius: 55px;
            padding: 40px 32px;
            text-align: center;
            position: relative;
            overflow: hidden;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);

        }


        :root {
            --primary: #0a0e1a;
            --primary-light: #12182b;
            --accent: #c9a96e;
            --accent-light: #d4b87a;
            --text: #e8e4dc;
            --text-muted: #8a8f9e;
            --text-dark: #5a5f6e;
            --white: #ffffff;
            --border: rgba(201,169,110,0.15);
            --border-light: rgba(201,169,110,0.08);
            --gradient-start: #c9a96e;
            --gradient-end: #d4b87a;
        }



        .info-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: var(--accent);
            transform: scaleX(0);
            transform-origin: center;
            transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .info-card:hover {
            transform: translateY(-8px);
            border-color: rgba(201,169,110,0.3);
            box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 60px rgba(201,169,110,0.05);
        }

        .info-card:hover::before {
            transform: scaleX(1);
        }

        .info-card-icon {
            width: 64px;
            height: 64px;
            margin: 0 auto 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: rgba(201,169,110,0.1);
            border: 1px solid var(--border);
            transition: all 0.5s ease;
        }

        .info-card:hover .info-card-icon {
            background: #FFA609;
            border-color: #FFF;
            transform: rotateY(360deg);
        }

        .info-card-icon svg {
            width: 24px;
            height: 24px;
            fill: none;
            stroke: #fff;
            stroke-width: 1.5;
            transition: stroke 0.5s ease;
        }

        .info-card:hover .info-card-icon svg {
            stroke: var(--primary);
        }

        .info-card-title {
            font-family: 'Playfair Display', serif;
            font-size: 20px;
            font-weight: 600;
            color: var(--white);
            margin-bottom: 16px;
        }

        .info-card-details p {
            font-size: 15px;
            color: #fff;
            margin-bottom: 8px;
            transition: color 0.3s ease;
        }

        .info-card:hover .info-card-details p {
            /* color: #ff6644; */
        }

        .info-card-details p:last-child {
            margin-bottom: 0;
        }

        /* Main Content */
        .contact-main {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: start;
        }

        /* Form Section */
        .contact-form-section {
            padding-bottom: 120px;
        }

        .form-header {
            margin-bottom: 48px;
        }

        .form-label {
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 12px;
            display: block;
        }

        .form-title {
            font-family: 'Playfair Display', serif;
            font-size: 36px;
            font-weight: 700;
            color: var(--white);
            line-height: 1.2;
        }

        .contact-form {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .form-group {
            position: relative;
        }

        .form-group.full-width {
            grid-column: 1 / -1;
        }

        .form-input {
                width: 100% !important;
    padding: 18px 20px;
    background: rgb(198 198 198 / 50%) !important;
    border: 1px solid #4855a691 !important;
    border-radius: 22px !important;
    color: #333333;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none !important;
        }

        .form-input::placeholder {
            color: var(--text-dark);
            font-weight: 400;
        }

        .form-input:focus {
            border-color: var(--accent);
            background: rgba(18, 24, 43, 0.8);
            box-shadow: 0 0 0 4px rgba(201,169,110,0.1), 0 0 20px rgba(201,169,110,0.05);
        }

        .form-input:hover:not(:focus) {
            border-color: rgba(201,169,110,0.25);
        }

        textarea.form-input {
            min-height: 160px;
            resize: vertical;
        }

        .form-error {
            font-size: 13px;
            color: #e74c3c;
            margin-top: 6px;
            display: flex;
            align-items: center;
            gap: 6px;
            opacity: 0;
            transform: translateY(-5px);
            transition: all 0.3s ease;
        }

        .form-error.show {
            opacity: 1;
            transform: translateY(0);
        }

        .form-error::before {
            content: '!';
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: #e74c3c;
            color: white;
            font-size: 11px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Submit Button */
        .form-submit-wrapper {
            margin-top: 10px;
        }

        .form-submit {
            position: relative;
            display: inline-flex !important;
            align-items: center;
            justify-content: center;
            gap: 35px;
            padding: 18px 48px !important;
            background: #4855a6 !important;
            color: #ffffff !important;
            border: none;
            border-radius: 12px;
            font-family: 'Inter', sans-serif;
            font-size: 15px !important;
            font-weight: 600 !important;
            letter-spacing: 1px;
            cursor: pointer;
            overflow: hidden;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
            text-transform: uppercase !important;
        }

        .form-submit::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: var(--primary);
            transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 0;
        }

        .form-submit:hover::before {
            left: 0;
        }

        .form-submit:hover {
            color: var(--accent);
            box-shadow: 0 10px 30px rgba(201,169,110,0.3);
            transform: translateY(-2px);
        }

        .form-submit span,
        .form-submit svg {
            position: relative;
            z-index: 1;
        }

        .form-submit svg {
            width: 18px;
            height: 18px;
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
            transition: transform 0.3s ease;
        }

        .form-submit:hover svg {
            transform: translateX(4px);
        }

        /* Map Section */
        .map-section {
            position: relative;
            height: 100%;
            min-height: 500px;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid var(--border);
        }

        .map-wrapper {
            position: relative;
            width: 100%;
            height: 100%;
            min-height: 500px;
        }

        .map-wrapper iframe {
            width: 100%;
            height: 100%;
            min-height: 500px;
            border: none;
            filter: grayscale(80%) contrast(1.1);
            transition: filter 0.5s ease;
        }

        .map-wrapper:hover iframe {
            filter: grayscale(40%) contrast(1);
        }

        .map-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(10, 14, 26, 0.3);
            pointer-events: none;
            transition: background 0.5s ease;
        }

        .map-wrapper:hover .map-overlay {
            background: rgba(10, 14, 26, 0.1);
        }

        /* Decorative Elements */
        .deco-line {
            width: 60px;
            height: 3px;
            background: var(--accent);
            margin: 0 auto 30px;
            border-radius: 2px;
        }

        /* Responsive */
        @media (max-width: 991px) {
            .info-cards-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .contact-main {
                grid-template-columns: 1fr;
                gap: 60px;
            }

            .hero-title {
                font-size: 40px;
            }

            .form-row {
                grid-template-columns: 1fr;
            }

            .map-section {
                min-height: 400px;
            }

            .map-wrapper,
            .map-wrapper iframe {
                min-height: 400px;
            }
        }

        @media (max-width: 576px) {
            .contact-hero {
                padding: 80px 0 60px;
            }

            .hero-title {
                font-size: 32px;
            }

            .hero-subtitle {
                font-size: 16px;
            }

            .info-card {
                padding: 32px 24px;
            }

            .form-title {
                font-size: 28px;
            }
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(40px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        .animate-fade-up {
            animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            opacity: 0;
        }

        .delay-1 { animation-delay: 0.1s; }
        .delay-2 { animation-delay: 0.2s; }
        .delay-3 { animation-delay: 0.3s; }
        .delay-4 { animation-delay: 0.4s; }
        .delay-5 { animation-delay: 0.5s; }

        /* Recaptcha */
        .recaptcha-wrapper {
            margin: 10px 0;
        }



        /* Portfolio Showcase - Ultra Modern Design */
.portfolio-showcase {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #f0f2ff 100%);
    position: relative;
    overflow: hidden;
}

/* Animated Background Elements */
.portfolio-showcase::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 80%;
    height: 150%;
    background: radial-gradient(circle, rgba(99,102,241,0.08) 0%, transparent 70%);
    border-radius: 50%;
    animation: floatShape 15s infinite alternate;
}

.portfolio-showcase::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -20%;
    width: 60%;
    height: 120%;
    background: radial-gradient(circle, rgba(168,85,247,0.06) 0%, transparent 70%);
    border-radius: 50%;
    animation: floatShape 12s infinite alternate-reverse;
}

@keyframes floatShape {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(-5%, -5%) scale(1.1); }
}

/* Header Styles */
.portfolio-header {
    position: relative;
    z-index: 2;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(120deg, #6366f1, #a855f7);
    padding: 8px 24px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin-bottom: 25px;
    box-shadow: 0 10px 20px -5px rgba(99,102,241,0.3);
    animation: pulse 2s infinite;
}

/* @keyframes pulse {
    0%, 100% { box-shadow: 0 10px 20px -5px rgba(99,102,241,0.3); }
    100% { box-shadow: 0 15px 30px -5px rgba(99,102,241,0.5); }
} */

.portfolio-main-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #1e1b4b;
    margin-bottom: 20px;
}

.gradient-text {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.portfolio-subtitle {
    font-size: 1.1rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

.title-shape {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.title-shape span {
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #6366f1, #a855f7);
    border-radius: 2px;
}

.title-shape i {
    color: #6366f1;
    font-size: 1.2rem;
}

/* Filter Tags - Modern Design */
.filter-tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    position: relative;
    z-index: 2;
}

.filter-tag-btn {
    background: white;
    border: 2px solid #e5e7eb;
    padding: 10px 28px;
    border-radius: 50px;
    color: #4b5563;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.filter-tag-btn i {
    font-size: 0.9rem;
    color: #4855a6;
}

.filter-tag-btn:hover {
    /* border-color: #6366f1;
    color: #6366f1; */
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -5px rgba(99,102,241,0.2);
}

.filter-tag-btn.active {
    background: linear-gradient(135deg, #ffa60c, #f5ba17);
    border-color: transparent;
    color: white;
}

.filter-tag-btn.active i {
    color: white;
}

/* Portfolio Grid - Masonry Layout */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 2;
}

/* Portfolio Card - 3D Effect */
.portfolio-card {
    opacity: 0;
    animation: cardFadeIn 0.6s ease forwards;
    transition: all 0.3s ease;
}

.portfolio-card.hide {
    display: none;
}

.portfolio-card.show {
    display: block;
    animation: cardFadeIn 0.5s ease forwards;
}

@keyframes cardFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.portfolio-card-inner {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
}

.portfolio-card-inner:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 40px rgba(0,0,0,0.12);
}

/* Image Container */
.portfolio-image-wrapper {
    position: relative;
    overflow: hidden;
}

.portfolio-image {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}

.portfolio-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.portfolio-card-inner:hover .portfolio-image img {
    transform: scale(1.1);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #6366f100,  #4855a6e3);

    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.portfolio-card-inner:hover .image-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.portfolio-card-inner:hover .overlay-content {
    transform: translateY(0);
}

.project-category-badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 50px;
    color: white;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.view-project-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    color: #ffa40a;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.view-project-btn:hover {
    transform: scale(1.1);
    background: #ffa508;
    color: white;
}

/* Content Section */
.portfolio-content {
    padding: 24px;
}

.content-header {
    margin-bottom: 20px;
}

.service-tag {
     display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eaeaea;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    /* color: #6366f1; */
    font-weight: 600;
    margin-bottom: 12px;
}

.portfolio-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

.portfolio-title a {
    color: #1e1b4b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.portfolio-title a:hover {
    color: #4855a6;
}

/* Footer Stats */
.portfolio-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.portfolio-stats {
    display: flex;
    gap: 15px;
}

.stat {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #9ca3af;
    font-size: 0.8rem;
}

.stat i {
    color: #6366f1;
    font-size: 0.75rem;
}

.explore-link {
    display: flex;
    align-items: center;
    gap: 8px;
    /* color: #6366f1; */
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.explore-link i {
    transition: transform 0.3s ease;
}

.explore-link:hover {
    gap: 12px;
    /* color: #a855f7; */
}

.explore-link:hover i {
    transform: translateX(5px);
}

/* Empty State */
.empty-state {
    padding: 80px 20px;
    background: white;
    border-radius: 24px;
    text-align: center;
}

.empty-icon {
    font-size: 4rem;
    color: #d1d5db;
    margin-bottom: 20px;
}

.empty-state h3 {
    font-size: 1.5rem;
    color: #4b5563;
    margin-bottom: 10px;
}

.empty-state p {
    color: #9ca3af;
}

/* Load More Button */
.load-more-btn {
    background: transparent;
    border: 2px solid #e5e7eb;
    padding: 14px 40px;
    border-radius: 50px;
    color: #4b5563;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.load-more-btn:hover {
    border-color: #6366f1;
    color: #6366f1;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -5px rgba(99,102,241,0.2);
}

.load-more-btn i {
    transition: transform 0.3s ease;
}

.load-more-btn:hover i {
    transform: rotate(180deg);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .portfolio-grid {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 992px) {
    .portfolio-main-title {
        font-size: 2.5rem;
    }
    
    .filter-tags-wrapper {
        gap: 12px;
    }
    
    .filter-tag-btn {
        padding: 8px 20px;
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .portfolio-showcase {
        padding: 60px 0;
    }
    
    .portfolio-main-title {
        font-size: 2rem;
    }
    
    .portfolio-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .filter-tags-wrapper {
        gap: 10px;
    }
    
    .filter-tag-btn {
        padding: 6px 16px;
        font-size: 0.8rem;
    }
    
    .title-shape span {
        width: 30px;
    }
}


/* Portfolio Details Modern - Matching Previous Design */
.portfolio-details-modern {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #f0f2ff 100%);
    position: relative;
    overflow: hidden;
}

/* Animated Background */
.portfolio-details-modern::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -20%;
    width: 70%;
    height: 140%;
    background: radial-gradient(circle, rgba(99,102,241,0.08) 0%, transparent 70%);
    border-radius: 50%;
    animation: floatShape 15s infinite alternate;
    z-index: 0;
}

.portfolio-details-modern::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -15%;
    width: 60%;
    height: 120%;
    background: radial-gradient(circle, rgba(168,85,247,0.06) 0%, transparent 70%);
    border-radius: 50%;
    animation: floatShape 12s infinite alternate-reverse;
    z-index: 0;
}

@keyframes floatShape {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(-5%, -5%) scale(1.1); }
}

.container {
    position: relative;
    z-index: 2;
}

/* Project Header */
.project-header {
    margin-bottom: 50px;
    position: relative;
}

.project-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(120deg, #6366f1, #a855f7);
    padding: 8px 24px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin-bottom: 25px;
    box-shadow: 0 10px 20px -5px rgba(99,102,241,0.3);
}

.project-title-main {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #1e1b4b, #4f46e5);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 20px;
}

.title-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.title-divider span {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #6366f1, #a855f7);
    border-radius: 3px;
}

.title-divider i {
    color: #6366f1;
    font-size: 1.2rem;
    animation: pulse 2s infinite;
}

/* @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(0.9); }
} */

/* Gallery Showcase */
.gallery-showcase {
    background: white;
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    margin-bottom: 40px;
    position: relative;
}

.main-slider {
    position: relative;
}

.main-slider .slider-item {
    border-radius: 16px;
    overflow: hidden;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.image-wrapper:hover img {
    transform: scale(1.05);
} 

.image-overlay-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(72 85 166 / 56%), rgb(72 85 166));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.image-wrapper:hover .image-overlay-gallery {
    opacity: 1;
}

.magnify-btn {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4855a6;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.magnify-btn:hover {
    transform: scale(1.1);
    background: #4855a6;
    color: white;
}

/* Owl Carousel Navigation Arrows Fix */
.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.95) !important;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    color: #6366f1 !important;
    font-size: 1.3rem !important;
    margin: 0;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    opacity: 0.7;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: linear-gradient(135deg, #4855a6, #788aff) !important;
    color: white !important;
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.owl-theme .owl-prev {
    left: -20px;
}

.owl-theme .owl-next {
    right: -20px;
}

@media (max-width: 768px) {
    .owl-theme .owl-prev {
        left: -10px;
    }
    .owl-theme .owl-next {
        right: -10px;
    }
    .owl-theme .owl-nav [class*=owl-] {
        width: 35px;
        height: 35px;
        font-size: 1rem !important;
    }
}

/* Owl Carousel Dots */
.owl-theme .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #cbd5e1;
    margin: 0 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #6366f1;
    width: 25px;
    border-radius: 5px;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #a855f7;
}

/* Thumbnail Slider */
.thumbnail-slider {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: thin;
}

.thumbnail-slider::-webkit-scrollbar {
    height: 5px;
}

.thumbnail-slider::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.thumbnail-slider::-webkit-scrollbar-thumb {
    background: #6366f1;
    border-radius: 10px;
}

.thumbnail-slider .thumb-item {
    min-width: 100px;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.thumbnail-slider .thumb-item.active {
    border-color: #6366f1;
    transform: scale(0.95);
}

.thumbnail-slider .thumb-item img {
    width: 100%;
    height: 70px;
    object-fit: cover;
}

/* Project Description */
.project-description {
    background: white;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.description-header {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.description-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e1b4b;
    margin: 0;
}

.description-header h3 i {
    color: #6366f1;
    margin-right: 10px;
}

.description-content {
    color: #4b5563;
    line-height: 1.8;
}

.description-content p {
    margin-bottom: 20px;
}

/* Info Sidebar */
.info-sidebar {
    position: sticky;
    top: 100px;
}

/* Info Card */
.info-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}

.card-header {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.card-header i {
    color: white;
    font-size: 1.5rem;
}

.card-header h3 {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
}

.card-body {
    padding: 25px;
}

.info-row {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.info-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.info-label {
    margin-bottom: 8px;
}

.info-label i {
    color: #6366f1;
    margin-right: 8px;
    font-size: 0.9rem;
}

.info-label strong {
    color: #1e1b4b;
    font-size: 0.9rem;
}

.info-value {
    color: #6b7280;
    font-size: 1rem;
}

.service-badge {
    display: inline-block;
    background: linear-gradient(120deg, #eef2ff, #f0f2ff);
    padding: 5px 15px;
    border-radius: 20px;
    color: #6366f1;
    font-weight: 600;
    font-size: 0.85rem;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
}

.status-completed {
    background: linear-gradient(120deg, #10b981, #059669);
    color: white;
}

.status-progress {
    background: linear-gradient(120deg, #f59e0b, #d97706);
    color: white;
}

.progress-bar-custom {
    margin-top: 12px;
    height: 6px;
    background: #e5e7eb;
    border-radius: 3px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #6366f1, #a855f7);
    border-radius: 3px;
    animation: fillProgress 2s ease;
}

@keyframes fillProgress {
    from { width: 0; }
}

/* Live Demo Button */
.demo-row {
    margin-top: 20px;
    padding-top: 10px;
}



/* Newsletter Card - Fixed Version */
.newsletter-card {
    background: linear-gradient(135deg, #4855a6, #2d2a5e);
    border-radius: 24px;
    padding: 35px 30px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.newsletter-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(99,102,241,0.15), transparent);
    animation: rotateBg 20s infinite linear;
}

@keyframes rotateBg {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.newsletter-icon {
    font-size: 3rem;
    color: #FFF;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.newsletter-card h3 {
    color: white;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.newsletter-card p {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

/* Input Group - Fixed Layout */
.input-group-modern2 {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 60px;
    padding: 4px;
    position: relative;
    z-index: 2;
    gap: 8px;
}

.input-group-modern2 input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 14px 20px;
    color: white;
    font-size: 0.95rem;
    outline: none;
    border-radius: 60px;
}

.input-group-modern2 input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.input-group-modern2 input:focus {
    background: rgba(255, 255, 255, 0.05);
}

.input-group-modern2 button {
    /* background: linear-gradient(90deg, #6366f1, #a855f7); */
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 0% !important;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.input-group-modern2 button:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(99,102,241,0.4);
}

.input-group-modern2 button i {
    margin: 0;
    font-size: 1.1rem;
}

/* Error message styling */
.err-email {
    font-size: 0.8rem;
    margin-top: 10px !important;
    color: #f87171 !important;
    text-align: left;
    padding-left: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .newsletter-card {
        padding: 25px 20px;
    }
    
    .input-group-modern2 input {
        padding: 12px 15px;
        font-size: 0.85rem;
    }
    
    .input-group-modern2 button {
        width: 42px;
        height: 42px;
        font-size: 1rem;
    }
}

/* Share Card */
.share-card {
    background: white;
    border-radius: 24px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.share-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e1b4b;
    margin-bottom: 20px;
}

.share-card h4 i {
    color: #6366f1;
    margin-right: 8px;
}

.social-share {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.share-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
    text-decoration: none;
}

.share-link.facebook {
    background: #1877f2;
}

.share-link.twitter {
    background: #1da1f2;
}

.share-link.linkedin {
    background: #0077b5;
}

.share-link.whatsapp {
    background: #25d366;
}

.share-link:hover {
    transform: translateY(-5px);
    color: white;
}

/* Responsive */
@media (max-width: 992px) {
    .portfolio-details-modern {
        padding: 60px 0;
    }
    
    .project-title-main {
        font-size: 2rem;
    }
    
    .info-sidebar {
        position: static;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .project-title-main {
        font-size: 1.5rem;
    }
    
    .thumbnail-slider .thumb-item {
        min-width: 70px;
    }
    
    .thumbnail-slider .thumb-item img {
        height: 50px;
    }
    
    .card-header {
        padding: 15px 20px;
    }
    
    .card-body {
        padding: 20px;
    }
    
    .newsletter-card {
        padding: 25px;
    }
}


/* RTL Support for Owl Carousel */
html[dir="rtl"] .owl-theme .owl-prev {
    left: auto;
    right: -20px;
}





html[dir="rtl"] .owl-theme .owl-next {
    right: auto;
    left: -20px;
}

/* RTL Support for Thumbnails */
html[dir="rtl"] .thumbnail-slider {
    direction: rtl;
}

/* RTL Support for input group */
html[dir="rtl"] .input-group-modern input {
    text-align: right;
}

html[dir="rtl"] .input-group-modern i:first-child {
    margin-left: 15px;
    margin-right: 0;
}

/* RTL Support for info rows */
html[dir="rtl"] .info-label i {
    margin-right: 0;
    margin-left: 8px;
}

html[dir="rtl"] .description-header h3 i {
    margin-right: 0;
    margin-left: 10px;
}

@media (max-width: 768px) {
    html[dir="rtl"] .owl-theme .owl-prev {
        right: -10px;
        left: auto;
    }
    html[dir="rtl"] .owl-theme .owl-next {
        left: -10px;
        right: auto;
    }
}



/* Services Section - Modern Design Matching Portfolio */
.services-modern-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #f0f2ff 100%);
    position: relative;
    overflow: hidden;
}

/* Animated Background */
.services-modern-section::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -20%;
    width: 70%;
    height: 140%;
    background: radial-gradient(circle, rgba(99,102,241,0.08) 0%, transparent 70%);
    border-radius: 50%;
    animation: floatShape 15s infinite alternate;
    z-index: 0;
}

.services-modern-section::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -15%;
    width: 60%;
    height: 120%;
    background: radial-gradient(circle, rgba(168,85,247,0.06) 0%, transparent 70%);
    border-radius: 50%;
    animation: floatShape 12s infinite alternate-reverse;
    z-index: 0;
}

@keyframes floatShape {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(-5%, -5%) scale(1.1); }
}

.container {
    position: relative;
    z-index: 2;
}

/* Services Header */
.services-header {
    margin-bottom: 40px;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(120deg, #6366f1, #a855f7);
    padding: 8px 24px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin-bottom: 25px;
    box-shadow: 0 10px 20px -5px rgba(99,102,241,0.3);
}

.services-main-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1e1b4b;
    margin-bottom: 20px;
}

.gradient-text {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.services-subtitle {
    font-size: 1.1rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

.title-shape {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.title-shape span {
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #6366f1, #a855f7);
    border-radius: 2px;
}

.title-shape i {
    color: #6366f1;
    font-size: 1.2rem;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
}

/* Service Card */
.service-card {
    opacity: 0;
    animation: cardFadeIn 0.6s ease forwards;
}

@keyframes cardFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-card-inner {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
    position: relative;
}

.service-card-inner:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 40px rgba(0,0,0,0.12);
}

/* Service Image */
.service-image-wrapper {
    position: relative;
    overflow: hidden;
}

.service-image {
    position: relative;
    padding-top: 70%;
    overflow: hidden;
}

.service-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card-inner:hover .service-image img {
    transform: scale(1.08);
}



.service-card-inner:hover .image-overlay {
    opacity: 1;
}

.view-details-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    padding: 12px 24px;
    border-radius: 50px;
    color: #4b58a7;
    font-weight: 600;
    text-decoration: none;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.service-card-inner:hover .view-details-btn {
    transform: translateY(0);
}

.view-details-btn:hover {
    background: #4b58a7;
    color: white;
    gap: 15px;
}

/* Service Content */
.service-content {
    padding: 25px;
    position: relative;
}

.service-icon {
   position: absolute;
    top: -25px;
    /* right: 25px; */
    /* width: 50px; */
    height: 50px;
    background: linear-gradient(135deg, #4855a6, #4855a6e0);
    /* border-radius: 15px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.3rem;
    box-shadow: 0 10px 20px rgba(99, 102, 241, 0.3);
}

.service-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 15px;
    padding-right: 50px;
}

.service-title a {
    color: #1e1b4b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-title a:hover {
    color: #6366f1;
}

.service-summary {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.see-more-link {
    color: #6366f1;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

.see-more-link:hover {
    color: #a855f7;
}

.service-readmore {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    padding: 8px 0;
    color: #6366f1;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.85rem;
}

.service-readmore:hover {
    gap: 12px;
    color: #a855f7;
}

/* Pagination */
.pagination-wrapper {
    margin-top: 50px;
}

.pagination-wrapper nav {
    display: flex;
    justify-content: center;
}

.pagination-wrapper .pagination {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.pagination-wrapper .page-item .page-link {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    color: #4b5563;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pagination-wrapper .page-item.active .page-link {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    border-color: transparent;
    color: white;
}

.pagination-wrapper .page-item .page-link:hover {
    background: #6366f1;
    border-color: #6366f1;
    color: white;
    transform: translateY(-2px);
}

/* Sidebar */
.services-sidebar {
    position: sticky;
    top: 100px;
}

/* Sidebar Widgets */
.sidebar-widget {
    background: white;
    border-radius: 24px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.sidebar-widget:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.widget-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.widget-header i {
    font-size: 1.3rem;
    color: #6366f1;
}

.widget-header h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e1b4b;
    margin: 0;
}

/* Search Widget */
.search-input-group {
    display: flex;
    align-items: center;
    background: #f9fafb;
    border-radius: 60px;
    padding: 0px 5px 0px 20px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.search-input-group:focus-within {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99,102,241,0.1);
}

.search-input-group input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 14px 0;
    outline: none;
    font-size: 0.9rem;
}

.search-input-group button {
        background: linear-gradient(135deg, #ffa609, #ffa609c7);
    border: none;
    padding: 0% !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-input-group button:hover {
    transform: scale(1.05);
}

/* Categories Widget */
.categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-item {
    margin-bottom: 12px;
}

.category-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    background: #f9fafb;
    border-radius: 12px;
    color: #4b5563;
    text-decoration: none;
    transition: all 0.3s ease;
}

.category-item:hover a {
    background: linear-gradient(120deg, #eef2ff, #f0f2ff);
    color: #6366f1;
    transform: translateX(5px);
}

.category-item.active a {
    background: linear-gradient(135deg, #4855a6, #4c55aad4);
    color: white;
}

.category-name {
    font-weight: 500;
}

.category-count {
    background: rgba(99,102,241,0.1);
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.active .category-count {
    background: rgba(255,255,255,0.2);
    color: white;
}

/* Newsletter Widget */
.newsletter-widget {
    background: linear-gradient(135deg, #4754a5, #2d2a5e);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.newsletter-widget::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(99,102,241,0.15), transparent);
    animation: rotateBg 20s infinite linear;
}

@keyframes rotateBg {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

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



.newsletter-widget h4 {
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.newsletter-widget p {
    color: rgba(255,255,255,0.7);
    font-size: 0.85rem;
    margin-bottom: 20px;
}

.newsletter-input-group {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.1);
    border-radius: 60px;
    padding: 5px;
    gap: 5px;
}

.newsletter-input-group i {
    color: rgba(255,255,255,0.5);
    margin-left: 12px;
}

.newsletter-input-group input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 12px 5px;
    color: white;
    outline: none;
}

.newsletter-input-group input::placeholder {
    color: rgba(255,255,255,0.5);
}

.newsletter-input-group button {
    background: linear-gradient(90deg, #ffa609, #ffd109);
    border: none;
    padding: 0%;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-input-group button:hover {
    transform: scale(1.05);
}

/* Empty State */
.empty-state {
    padding: 80px 20px;
    background: white;
    border-radius: 24px;
    text-align: center;
}

.empty-icon {
    font-size: 4rem;
    color: #d1d5db;
    margin-bottom: 20px;
}

.empty-state h3 {
    font-size: 1.5rem;
    color: #4b5563;
    margin-bottom: 10px;
}

.empty-state p {
    color: #9ca3af;
}

/* RTL Support */
html[dir="rtl"] .service-icon {
    right: auto;
    left: 25px;
}

html[dir="rtl"] .service-title {
    padding-right: 0;
    padding-left: 50px;
}

html[dir="rtl"] .service-readmore i {
    transform: rotate(180deg);
}

html[dir="rtl"] .category-item:hover a {
    transform: translateX(-5px);
}

html[dir="rtl"] .newsletter-input-group i {
    margin-left: 12px;
    margin-right: 12px;
}

/* Responsive */
@media (max-width: 992px) {
    .services-modern-section {
        padding: 60px 0;
    }
    
    .services-main-title {
        font-size: 2rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .services-sidebar {
        position: static;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .services-main-title {
        font-size: 1.6rem;
    }
    
    .service-content {
        padding: 20px;
    }
    
    .service-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        top: -20px;
    }
    
    .service-title {
        font-size: 1.1rem;
        padding-right: 40px;
    }
    
    .widget-header h4 {
        font-size: 1rem;
    }
    
    .pagination-wrapper .page-item .page-link {
        width: 35px;
        height: 35px;
    }
}



