body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    padding-top: 70px;
    direction: ltr;
}

nav.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.navbar {
    padding: 10px 15px;
    background: #fff;
    color: #0e177e;
    border-radius: 0;
}

.navbar-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#navbarNav {
    flex-grow: 1;
    text-align: center;
}

#navbarNav .navbar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-right: 0;
}

.navbar-nav .nav-item {
    margin: 0 20px;
    text-decoration: none;
    color: #ffffff;
}

.navbar-nav .nav-link {
    color: #0e177e;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.navbar-nav .nav-link:hover {
    color: #475396;

}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.language-switcher {
    display: flex;
    gap: 10px;
}

.language-switcher button {
    background: none;
    border: 1px solid white;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
}

.language-switcher button:hover {
    background: white;
    color: #333;
}

.menu-btn {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

#footer {
    position: relative;
    padding: 0;
    background: #333;
    color: white;
    padding-top: 40px;
}

#footer::before {
    content: "";
    position: absolute;
    background: url("../img/bg_f.png") no-repeat center;
    width: 100%;
    height: 128px;
    top: -5px;
    left: 0;
}

#footer::after {
    content: "";
    position: absolute;
    background: url("../img/daroosahel_150.png") no-repeat center;
    width: 100%;
    height: 128px;
    top: -41px;
    right: 3px;
}

#footer footer {
    margin-top: 65px;
}

.footer-container {
    display: flex;
}

.footer-center-content {
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #b1b1b1, rgba(0, 0, 0, 0)) 1 100%;
}

.phone-box, .location-box {
    width: 35px;
    height: 35px;
    background: #6B6B6B;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.address-content, .location-content {
    display: flex;
}

.location-content {
    margin-top: 40px;
}

.location-content p {
    font-size: 14px !important;
    margin-left: 10px;
    margin-top: 10px;
}

.address-context p {
    color: #ccc;
    font-size: 14px !important;
    margin-left: 13px;
    margin-top: 11px;
}

.footer_header {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #f8f9fa;
}

.widget p, .widget a {
    color: #ccc;
    font-size: 14px;
    text-decoration: none;
}

.widget a:hover {
    color: #f8f9fa;
}

.widget i {
    margin-left: 10px;
    color: #f8f9fa;
}

.footer-links ul li {
    margin: 10px 0
}

.footer-links h5, .footer-contact h5 {
    margin-left: 40px;
    padding-bottom: 10px;
}

.footer-links .list-unstyled{
    padding-left: 40px;
}

.footer-links h5::before, .footer-contact h5::before {
    content: "";
    display: block;
    width: 20%;
    border-bottom: 4px solid #00B2F6;
    position: absolute;
    top: 30px;
}

.footer-links h5::after, .footer-contact h5::after {
    content: "";
    display: block;
    width: 4%;
    border-bottom: 4px solid #00B2F6;
    top: 30px;
    position: absolute;
    left: 117px;
}

.company-social {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    text-align: center;
    margin-left: 40px;
    padding-top: 7px;
}

.social-dribble a {
    width: 35px;
    height: 35px;
    background: #6B6B6B;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.sub-footer {
    background: #222;
    padding: 10px 0;
    text-align: center;
    margin-top: 20px;
}

.sub-footer .container{
    display: flex;
    justify-content: center;
}

.sub-footer p {
    margin: 0;
    color: #bbb;
    font-size: 14px;
}

main .slider-section {
    display: flex;
    background: url("../img/bodybg/slider_bg_.jpg") no-repeat center;
    background-size: cover;
    height: 600px;
}

main .slider-section .slide-bg-content {
    display: flex;
}

main .slider-section .slide-bg-content .slide-text-content {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
}

main .slider-section .slide-bg-content .slide-text-content .text-box {
    position: absolute;
    top: 10rem;
}

.slide-text-content .text-box h2 {
    color: #0E177E;
    font-weight: bold;
    font-size: 33px;
    text-shadow: 1px 3px 4px #939393;
}

.slide-text-content .text-box ul li {
    font-size: 35px;
    color: #FFCC00;
    text-shadow: 1px 3px 4px #939393;
}

.slide-text-content .text-box p {
    text-align: center;
    font-size: 23px;
    text-shadow: 1px 3px 4px #939393;
    color: #0E177E;
    padding-top: 25px;
    margin-right: 12px;
    font-weight: bold;
}

.company-features {
    background: #E7F8FF;
    border-radius: 15px;
    text-align: left;
    position: relative;
    padding: 0 24px;
}

.company-features .feature-img {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 25px;
    width: 75px;
    height: 75px;
}

.company-features .feature-img .img-box {
    position: relative;
}

.company-features .feature-img .img-box img {
    background: #e7f8ff;
    border-radius: 100px;
    padding: 7px;
    position: absolute;
    top: -15px;
    right: -15px;
}

.company-features .feature-title {
    padding: 30px 30px 1px 0;
    color: #444;
}

.company-features .feature-title::before {
    content: "";
    border-bottom: 1px solid #9999;
    width: 50%;
    position: absolute;
    top: 60px;
    left: 30px;
}

.company-features .feature-text {
    padding-bottom: 15px;
}

.company-features .feature-text p {
    font-size: 15px;
    color: #626262;
    padding-top: 19px;
    text-align: justify;
}

.about-us-content .about-us-image {
    width: 95%;
    border-radius: 25px;
}

.about-us-content .about-us-title, .product-content .product-title-content h2 {
    text-align: left;
    color: #3D3C41;
    font-size: 23px;
    font-weight: bold;
}

.about-us-content ul li,
.slogan-content .slogan-title ul li,
.product-content .product-title-content ul li,
.order-tracking-box .order-tracking-title ul li {
    font-size: 23px;
    color: #FFCC00;
}

.about-us-content .about-us-textbox .about-us-text {
    text-align: justify;
    font-size: 15px;
    font-weight: lighter;
}

.slogan-content {
    background: url("../img/bg_blue.jpg") no-repeat center;
    padding: 20px 0;
    border-radius: 81px;
    text-align: center;
}

.slogan-content .slogan-title {
    display: flex;
    justify-content: center;
    align-content: center;
}

.slogan-content .slogan-title h3 {
    text-align: right;
    color: #000;
    font-size: 23px;
    font-weight: bold;
    padding-top: 10px;
}

.slogan-content .slogan-text {
    font-size: 19px;
    font-weight: bold;
    color: #000;
    padding-bottom: 12px;
    text-transform: capitalize;
}

.product-images-box img {
    border-radius: 25px;
    box-shadow: 2px 2px 5px #ccc;
    height: 220px;
    margin-bottom: 15px;
}

.order-content {
    text-align: center;
}

.order-content .order-button {
    text-align: center;
    background: #00AEEF;
    color: #fff;
    padding: 12px 18px;
    position: relative;
    border-radius: 44px;
    text-decoration: none;
}

.order-content .order-button span {
    background: #fff;
    width: 40px;
    height: 40px;
    padding: 4px;
    border-radius: 50px;
}

.order-tracking-content {
    background: url("../img/bg-order.jpg") no-repeat center fixed;
    background-size: cover;
}

.order-tracking-content .order-tracking-box {
    text-align: left;
}

.order-tracking-content .order-tracking-box h2 {
    text-align: left;
    color: #000;
    font-size: 27px;
    font-weight: bold;
}

.order-tracking-content .order-tracking-box .order-tracking-text{
    margin-left: 30px;
    font-size: 17px;
    font-weight: bold;
    color: #000;
}

.order-tracking-content{
    justify-content: center;
}

.order-tracking-content .order-content {
    text-align: right;
}

.news-carousel .news-slide-content{
    width: 100%;
    background: #D9778861;
    height: 100%;
    padding: 30px;
    direction: ltr;
}

.news-carousel .news-slide-content .news-slide-box{
    border: 1px solid #5fa641;
    padding: 30px;
    position: relative;
    width: 100%;
    height: 240px;
    border-radius: 15px;
}

.news-carousel .news-slide-content .news-slide-box h3{
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 2px 4px #2f2f2f;
    line-height: 28px;
}

.news-carousel .news-slide-content .news-slide-box .news-btn-box{
    text-align: center;
    padding-top: 25px;
    display: flex;
    justify-content: center;
}

.news-carousel .news-slide-content .news-slide-box .news-btn-box .arrow-btn span{
    background: url("../img/arrow_g.png") no-repeat center center;
    background-size: auto;
    padding: 5px;
    background-size: contain;
}

.news-carousel .news-slide-content .news-slide-box .news-btn-box .arrow-btn{
    background: #fff;
    padding: 0 6px;
    margin-left: 5px;
    border-radius: 50px;
}

.news-carousel .news-slide-content .news-slide-box .news-btn-box .news-link {
    background: #0E7E40;
    padding: 5px 12px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    display: flex;
    justify-content: end;
}

.video-box .video-content{
    padding: 10px;
    text-align: center;
}
.video-box .video-content p{
    font-size: 14px;
    margin-top: 15px;
    border-bottom: 3px solid #9accdb;
    border-radius: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .widget {
        text-align: center;
    }

    .company-social {
        justify-content: center;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .navbar-nav {
        text-align: center;
    }

    .language-switcher {
        justify-content: center;
    }

    .menu-btn {
        font-size: 24px;
    }
}