.theme-color {
    color: #288ed9;
}



a {
    color: unset;
}

body {
    background-color: #f7f7f7;
}

a:hover {
    color: #9b9b9b;
}

div {
    font-family: regux;
    font-size: 14px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 5px;
    border-radius: 4px;
    direction: ltr;
    text-align: left;
    max-height: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
}

p {
    font-size: 14px;
}


#particles-js {
    color: white;
    direction: rtl;
    text-align: right;
    font-family: regux;
    width: 100%;
    height: 500px;
    background: url("../img/main/corp-slider-background-opt.jpg") no-repeat center fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.particles-js-inner {
    text-align: center;
    padding-top: 200px;
}

.navbar {
    direction: rtl;
}

.logo {
    margin-top: -25px;
    margin-bottom: -25px;
}

.nav-item {
    font-family: regux;
}

.btn {
    font-family: regux;
}

.blog-img {
    width: 100%;
    height: 225px;
}

.rtl {
    text-align: right;
    direction: rtl;
}

.rfloat {
    float: right;
}

.justify {
    text-align: justify !important;
}

.font26 {
    font-size: 26px;
}

.font24 {
    font-size: 24px;
}

.font20 {
    font-size: 20px;
}

.font16 {
    font-size: 16px;
}

.font15 {
    font-size: 15px;
}

.font14 {
    font-size: 14px;
}

.font13 {
    font-size: 13px;
}

.font12 {
    font-size: 12px;
}

.font11 {
    font-size: 11px;
}

.bold {
    font-weight: bold;
}

.card {
    font-family: regux;
}

footer {
    background-color: #333135;
    color: white;
    padding-top: 50px;
}


.footer-inner {
    background-color: #333135;
    color: white;
    margin-top: 0px !important;
    padding-top: 0px !important;
    font-family: regux;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;

}

.blog-container {
    margin: 20px auto 20px auto;
}



.blog-title-container {
    background: url("../img/main/header.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}

.dark-shadow {
    background-color: #020101;
    opacity: 0.80;
    height: 400px;
}

.blog-title {
    color: white;
    padding-top: 200px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tag-area {
    padding-top: 50px;
    font-size: 14px;
    color: gray;
}

.footer-inner div p a {
    color: white;
}

.image-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 20px 20px;
}

.image-center img {
    width: 100%;
    max-width: 800px;
    height: auto;
}

.blog-area {
    background-color: white;
    padding: 40px;

}

.comment-area {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.login-area {
    background-color: white;
    padding: 40px;
    padding-right: 20%;
    padding-left: 20%;

}

.login-hr {
    display: none;
    padding-bottom: 0px;
}



.cat-ul {

    list-style-type: none;
    padding-right: 0px;
    font-size: 14px;
}

.mw-500 {
    max-width: 500px !important;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 1550px) {
    .login-area {
        padding-right: 10%;
        padding-left: 10%;
    }
}

@media only screen and (max-width: 1170px) {
    .login-area {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 1040px) {
    .login-area {
        padding-right: 5px;
        padding-left: 5px;
    }
}
/* 
@media (max-width: 768px) {

    .blog-container {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .blog-area {
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .login-area {
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 20px;
        margin-bottom: 10px;
    }


    .category-area {
        margin-top: 10px;
        margin-bottom: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .image-center {
        padding: 10px 0 10px 0;
    }

    .login-hr {
        display: block;
        padding-bottom: 20px;
    }

} */

#id_captcha_1 {
    /* display: block; */
    /* width: 100%; */
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.right-slide {
    color: white;
    top: 100px;
}

.nav-child {
    text-align: right;
    font-size: 13px;
}

.dropdown-menu {
    right: 0 !important;
    left: unset !important;
}

/* .services-block-three > a {
    display: block;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;

}

.services-block-three > a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #9c57f7;
    border-right: 2px solid #9c57f7;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-block-three > a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #9c57f7;
    border-left: 2px solid #9c57f7;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.padding-15px-bottom {
    padding-bottom: 15px;
}

.services-block-three h4 {
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.services-block-three p {
    margin-bottom: 0;
    color: #757575;
}

.services-block-three > a:hover {
    opacity: 1;
    border-color: #d5d5d5;
}

a:hover, a:active {
    color: #03a9f5;
    text-decoration: none;
}

.services-block-three > a:hover:before, .services-block-three > a:hover:after {
    width: 95%;
    height: 90%;
}


hr.style1 {
    border-top: 1px solid #8c8b8b;
}


hr.style2 {
    border-top: 3px double #8c8b8b;
}

hr.style3 {
    border-top: 1px dashed #8c8b8b;
}

hr.style4 {
    border-top: 1px dotted #8c8b8b;
}

hr.style5 {
    background-color: #fff;
    border-top: 2px dashed #8c8b8b;
}


hr.style6 {
    background-color: #fff;
    border-top: 2px dotted #8c8b8b;
}

hr.style7 {
    border-top: 1px solid #8c8b8b;
    border-bottom: 1px solid #fff;
}


hr.style8 {
    border-top: 1px solid #8c8b8b;
    border-bottom: 1px solid #fff;
}

hr.style8:after {
    content: '';
    display: block;
    margin-top: 2px;
    border-top: 1px solid #8c8b8b;
    border-bottom: 1px solid #fff;
}

hr.style9 {
    border-top: 1px dashed #8c8b8b;
    border-bottom: 1px dashed #fff;
}

hr.style10 {
    border-top: 1px dotted #8c8b8b;
    border-bottom: 1px dotted #fff;
}


hr.style11 {
    height: 6px;
    background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
    border: 0;
}


hr.style12 {
    height: 6px;
    background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0 0;
    border: 0;
}

hr.style13 {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
}


hr.style14 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #fff, #cec9c9, #fff);
    background-image: -moz-linear-gradient(left, #fff, #cec9c9, #fff);
    background-image: -ms-linear-gradient(left, #fff, #cec9c9, #fff);
    background-image: -o-linear-gradient(left, #fff, #cec9c9, #fff);
}


hr.style15 {
    border-top: 4px double #8c8b8b;
    text-align: center;
}

hr.style15:after {
    content: '\002665';
    display: inline-block;
    position: relative;
    top: -15px;
    padding: 0 10px;
    background: #f0f0f0;
    color: #8c8b8b;
    font-size: 18px;
}

hr.style16 {
    border-top: 1px dashed #8c8b8b;
}

hr.style16:after {
    content: '\002702';
    display: inline-block;
    position: relative;
    top: -12px;
    left: 40px;
    padding: 0 3px;
    background: #f0f0f0;
    color: #8c8b8b;
    font-size: 18px;
}


hr.style17 {
    border-top: 1px solid #8c8b8b;
    text-align: center;
}

hr.style17:after {
    content: '§';
    display: inline-block;
    position: relative;
    top: -14px;
    padding: 0 10px;
    background: #f0f0f0;
    color: #8c8b8b;
    font-size: 18px;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
}


hr.style18 {
    height: 30px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}

hr.style18:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}


.sectionClass {
    position: relative;
    display: block;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}


.sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
}

.sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
}


.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
}


.projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    background: url("../img/main/server.jpg") no-repeat center fixed;
    background-size: cover;
}


#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
}

.projectFactsWrap .item:nth-child(1) {

}

.projectFactsWrap .item:nth-child(2) {

}

.projectFactsWrap .item:nth-child(3) {

}

.projectFactsWrap .item:nth-child(4) {

}

.projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 0;
    font-weight: bold;
}

.projectFactsWrap .item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 10px;
    font-family: 'regux';
}


.projectFactsWrap .item span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}


.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p {
    color: white;
}

.projectFactsWrap .item:hover span {
    background: white;
}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
} */


.about-me-img {
    width: 120px;
    height: 120px;
    left: 10px;
    /* bottom: 30px; */
    position: relative;
    border-radius: 100px;
}


.about-me-img img {
}


.authorWindow {
    width: 600px;
    background: #75439a;
    padding: 22px 20px 22px 20px;
    border-radius: 5px;
    overflow: hidden;
}

.authorWindowWrapper {
    display: none;
    left: 110px;
    top: 0;
    padding-left: 25px;
    position: absolute;
}


.trans {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow {
        width: 210px;
    }

    .authorWindowWrapper {
        bottom: -170px;
        margin-bottom: 20px;
    }

    footer p {
        font-size: 14px;
    }
}


.item1 {
    background: url("../../../../media/wallpaper/1.webp") no-repeat center;
    background-size: cover;
}

.item2 {
    background: url("../../../../media/wallpaper/2.jpg") no-repeat center;
    background-size: cover;

}

.item3 {
    background: url("../../../../media/wallpaper/3.jpg") no-repeat center;
    background-size: cover;
}

.carousel-item {
    height: 320px;
}

.carousel-caption-1 {
    top: 100px;
}


.demo10 {
    background: #C0BFBF;
    padding: 30px 0
}

.pricingTable10 {
    text-align: center;
    border: #cecece solid 1px;
}

.pricingTable10 .pricingTable-header {
    padding: 30px 0;
    background: #4d4d4d;
    position: relative;
    transition: all .3s ease 0s
}

.pricingTable10:hover .pricingTable-header {
    background: #09b2c6
}

.pricingTable10 .pricingTable-header:after, .pricingTable10 .pricingTable-header:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #d9d9d8;
    position: absolute;
    bottom: 12px
}

.pricingTable10 .pricingTable-header:before {
    left: 40px
}

.pricingTable10 .pricingTable-header:after {
    right: 40px
}

.pricingTable10 .heading {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0
}

.pricingTable10 .price-value {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    transition: all .3s ease 0s
}

.pricingTable10:hover .price-value {
    color: #fff
}

.pricingTable10 .currency {
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    top: 6px;
    left: -19px
}

.pricingTable10 .month {
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: -30px;
    text-transform: uppercase
}

.pricingTable10 .pricing-content {
    padding-top: 50px;
    background: #fff;
    position: relative
}

.pricingTable10 .pricing-content:after, .pricingTable10 .pricing-content:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #7c7c7c;
    position: absolute;
    top: 12px
}

.pricingTable10 .pricing-content:before {
    left: 40px
}

.pricingTable10 .pricing-content:after {
    right: 40px
}

.pricingTable10 .pricing-content ul {
    padding: 0 20px;
    margin: 0;
    list-style: none
}

.pricingTable10 .pricing-content ul:after, .pricingTable10 .pricing-content ul:before {
    content: "";
    width: 8px;
    height: 46px;
    border-radius: 3px;
    background: linear-gradient(to bottom, #818282 50%, #727373 50%);
    position: absolute;
    top: -22px;
    z-index: 1;
    box-shadow: 0 0 5px #707070;
    transition: all .3s ease 0s
}

.pricingTable10:hover .pricing-content ul:after, .pricingTable10:hover .pricing-content ul:before {
    background: linear-gradient(to bottom, #40c4db 50%, #34bacc 50%)
}

.pricingTable10 .pricing-content ul:before {
    left: 44px
}

.pricingTable10 .pricing-content ul:after {
    right: 44px
}

.pricingTable10 .pricing-content ul li {
    font-size: 15px;
    font-weight: 700;
    color: #777473;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d8
}

.pricingTable10 .pricing-content ul li:last-child {
    border-bottom: none
}

.pricingTable10 .read {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #d9d9d8;
    padding: 8px 25px;
    margin: 30px 0;
    transition: all .3s ease 0s
}

.pricingTable10 .read:hover {
    text-decoration: none
}

.pricingTable10:hover .read {
    background: #09b1c5
}

@media screen and (max-width: 990px) {
    .pricingTable10 {
        margin-bottom: 25px
    }
}

.linethrough {
    -webkit-text-decoration-line: line-through; /* Safari */
    text-decoration-line: line-through;
}

canvas {
    display: block;
    vertical-align: bottom;
}

/*.navbar {*/
/*    z-index: 100 !important;*/
/*}*/


.navbar {
    transition: all 0.4s;
}

.navbar .nav-link {
    color: #fff;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #000;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #fff;

}


/* Change navbar styling on scroll */
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: #555;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #555;
}


/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
        direction: ltr;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #555;
    }
}

div#navbarSupportedContent {
    text-align: right;
}


.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.height-width-100px {
    height: 100px;
    width: 100px;
}

/* ==========================================
   MODERN NAVBAR STYLES
   ========================================== */

.modern-header {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.modern-navbar {
    padding: 15px 0;
}

.navbar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* Logo Section */
.navbar-brand-modern {
    flex-shrink: 0;
}

.navbar-brand-modern a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.navbar-brand-modern a:hover {
    opacity: 0.8;
}

.navbar-brand-modern .logo-img {
    height: 45px;
    width: auto;
}

.navbar-brand-modern .brand-text {
    font-size: 22px;
    font-weight: bold;
    color: #1a1a1a;
    font-family: 'regux', sans-serif;
}

/* Navigation Menu */
.navbar-menu {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
    direction: rtl;
}

.nav-links .nav-item a {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
    padding: 5px 0;
}

.nav-links .nav-item a:hover,
.nav-links .nav-item.active a {
    color: #4A90E2;
}

.nav-links .nav-item a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #4A90E2;
    transition: width 0.3s ease;
}

.nav-links .nav-item a:hover::after,
.nav-links .nav-item.active a::after {
    width: 100%;
}

/* Action Buttons */
.navbar-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

.btn-contact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #F5D78E;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-contact:hover {
    background: #F0CA76;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 215, 142, 0.4);
}

.btn-primary-modern {
    display: inline-block;
    padding: 10px 25px;
    background: #684597;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary-modern:hover {
    background: #6c4e94;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.4);
    color: #ffffff;
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1001;
}

.mobile-menu-toggle span {
    display: block;
    width: 26px;
    height: 3px;
    background: #333;
    margin: 5px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 1100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu Drawer */
.mobile-menu-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    max-width: 85%;
    height: 100vh;
    background: #ffffff;
    z-index: 1200;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
}

.mobile-menu-drawer.active {
    right: 0;
}

/* Mobile Menu Header */
.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    border-bottom: 1px solid #e0e0e0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.mobile-menu-logo {
    height: 40px;
    width: auto;
}

.mobile-menu-close {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.mobile-menu-close:hover {
    background: #f0f0f0;
}

.mobile-menu-close i {
    font-size: 24px;
    color: #333;
}

/* Mobile Menu Content */
.mobile-menu-content {
    padding: 20px 0;
}

.mobile-nav-links {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}

.mobile-nav-item {
    margin-bottom: 5px;
}

.mobile-nav-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: transparent;
}

.mobile-nav-item a:hover {
    background: #f5f5f5;
    color: #4A90E2;
    transform: translateX(-5px);
}

.mobile-nav-item.active a {
    /* background: linear-gradient(135deg, #4A90E2 0%, #3A7BC8 100%);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3); */
}

.mobile-nav-item a i {
    font-size: 14px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.mobile-nav-item a:hover i,
.mobile-nav-item.active a i {
    opacity: 1;
    transform: translateX(-3px);
}

/* Mobile Menu Actions */
.mobile-menu-actions {
    padding: 20px 20px;
    border-top: 1px solid #e0e0e0;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mobile-btn-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    background: #F5D78E;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(245, 215, 142, 0.3);
}

.mobile-btn-contact:hover {
    background: #F0CA76;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 215, 142, 0.5);
}

.mobile-btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    background: linear-gradient(135deg, #7650a8 0%, #684597 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(104, 69, 151, 0.3);
}

.mobile-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(104, 69, 151, 0.5);
    color: #ffffff;
}

/* Old mobile toggle - hide */
.navbar-toggler,
.btn-menu-mobile {
    display: none;
}

/* ==========================================
   MODERN HERO/SLIDER STYLES
   ========================================== */

.hero_area_modern {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #4A90E2 100%);
    position: relative;
    overflow: hidden;
}

.hero-slider-section {
    padding: 60px 0 20px;
    position: relative;
    background: linear-gradient(135deg, #506cea 0%, #5c2296 100%);
}

.hero-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
}

/* Hero Text Content */
.hero-text-content {
    color: #ffffff;
    text-align: right;
    direction: rtl;
}

.hero-title {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #ffffff;
}

.hero-subtitle {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 0.9);
}

.hero-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: #ffffff;
    color: #4A90E2;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.btn-hero-primary:hover {
    background: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    color: #3A7BC8;
}

.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-hero-secondary i {
    font-size: 24px;
}

.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    transform: translateY(-3px);
    color: #ffffff;
}

/* Slider Container */
.hero-slider-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
}

.slider-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 930px;
}

.slider-wrapper .carousel {
    border-radius: 30px;
    position: relative;
}

.slider-wrapper .carousel-inner {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.slider-wrapper .carousel-item {
    border-radius: 30px;
    transition: transform 0.6s ease-in-out;
}

.slider-wrapper .carousel-item-next,
.slider-wrapper .carousel-item-prev,
.slider-wrapper .carousel-item.active {
    display: block;
}

/* Slider Card */
.slider-card {
    background: #ffffff;
    border-radius: 30px !important;
    padding: 45px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
    direction: rtl;
    min-height: 320px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    overflow: hidden;
}

.slider-card:hover {
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.25);
}

.card-illustration {
    text-align: center;
    width: 40%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-illustration img {
    width: 100%;
    max-width: 300px;
    height: auto;
    object-fit: contain;
}

.card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: right;
    width: 60%;
}

.card-title {
    font-size: 26px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.6;
    margin-bottom: 0;
}

.card-description {
    font-size: 15px;
    line-height: 2;
    color: #555;
    margin-bottom: 10px;
}

.card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 30px;
    background: #F5D78E;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    align-self: flex-start;
    box-shadow: 0 4px 12px rgba(245, 215, 142, 0.3);
}

.card-btn:hover {
    background: #F0CA76;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(245, 215, 142, 0.5);
    color: #222;
}

.card-btn i {
    transition: transform 0.3s ease;
}

.card-btn:hover i {
    transform: translateX(-4px);
}

/* Carousel Indicators */
.carousel-indicators-modern {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 10px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
    visibility: visible !important;
    opacity: 1 !important;
}

.carousel-indicators-modern li {
    width: 32px;
    height: 8px;
    border-radius: 10px;
    background: rgba(51, 51, 51, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.carousel-indicators-modern li.active {
    background: #f6f3f3;
    width: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Decorative Elements */
.hero-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.decoration-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.circle-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -50px;
}

.circle-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: -30px;
}

/* ==========================================
   RESPONSIVE STYLES
   ========================================== */

@media (max-width: 1024px) {
    .hero-content-wrapper {
        gap: 40px;
    }

    .carousel-item {
        height: 240px;
    }
    
    .hero-title {
        font-size: 42px;
    }
    
    .nav-links {
        gap: 25px;
    }
    
    .slider-wrapper {
        max-width: 800px;
    }
    
    .card-title {
        font-size: 24px;
    }
    
    .card-description {
        font-size: 15px;
    }
    
    .card-btn {
        padding: 11px 26px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .modern-header {
        padding: 0;
    }
    
    .modern-navbar {
        padding: 10px 0;
    }
    
    .navbar-content {
        flex-wrap: nowrap;
        position: relative;
    }
    
    /* Show mobile menu toggle */
    .mobile-menu-toggle {
        display: block;
    }
    
    /* Hide desktop menu */
    .navbar-menu {
        display: none;
    }
    
    /* Hide contact button on mobile */
    .btn-contact {
        display: none;
    }
    
    /* Hide profile/login button on mobile */
    .btn-primary-modern {
        display: none;
    }
    
    .hero-content-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .hero-text-content {
        text-align: center;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .hero-actions {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .slider-wrapper {
        max-width: 100%;
        padding: 0 15px;
    }
    
    .slider-card {
        flex-direction: row;
        padding: 30px 20px;
        min-height: auto;
        gap: 20px;
        height: auto;
    }
    
    .card-illustration {
        width: 35%;
        min-width: 120px;
    }
    
    .card-content {
        width: 65%;
        text-align: right;
        gap: 12px;
    }
    
    .card-illustration img {
        width: 100%;
        height: auto;
    }
    
    .card-title {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .card-description {
        font-size: 12px;
        line-height: 1.6;
    }
    
    .card-btn {
        padding: 10px 24px;
        font-size: 11px;
        align-self: flex-start;
    }
}
    
    .card-description {
        font-size: 15px;
        line-height: 1.9;
    }
    
    .carousel-indicators-modern {
        bottom: -45px;
    }
    
    .hero-slider-container {
        padding-bottom: 80px;
    }


@media (max-width: 480px) {
    .hero-title {
        font-size: 26px;
        line-height: 1.4;
    }
    
    .hero-subtitle {
        font-size: 15px;
    }
    
    .hero-slider-section {
        padding: 35px 0 60px;
    }
    
    .btn-hero-primary,
    .btn-hero-secondary {
        padding: 11px 22px;
        font-size: 14px;
    }
    
    .slider-wrapper {
        padding: 0 10px;
    }
    
    .slider-card {
        flex-direction: row;
        padding: 25px 15px;
        gap: 15px;
        min-height: auto;
    }
    
    .card-illustration {
        width: 35%;
        min-width: 76px;
    }
    
    .card-content {
        width: 65%;
        gap: 10px;
        text-align: right;
    }
    
    .card-title {
        font-size: 10px;
        line-height: 1.5;
    }
    
    .card-description {
        font-size: 8px;
        line-height: 1.6;
    }
    
    .card-btn {
        padding: 8px 10px;
        font-size: 9px;
        align-self: flex-start;
    }
    
    .card-illustration img {
        width: 100%;
        height: auto;
    }

    .carousel-item {
        height: 185px;
    }
    
    .carousel-indicators-modern {
        bottom: -40px;
    }
    
    .hero-slider-container {
        padding-bottom: 70px;
    }
    
    .navbar-brand-modern .logo-img {
        height: 35px;
    }
    
    .navbar-brand-modern .brand-text {
        font-size: 18px;
    }
}
