/**
Main Color #d24d17
Secondary Color #f58025
**/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

body
{
    background-color: #ffffff;
    font-family: "Cairo", sans-serif;
}
a, p, h1, h2, h3, h4, h5, h6, button, small, ol, ul, li{
    font-family: "Cairo", sans-serif;
}
.btn-primary{
    background-color: #f58025 !important;
    border: none;
}
.btn-secondary{
    background-color: #ffffff !important;
    border: none;
    color: #f58025;
}
.btn-secondary:hover{
    background-color: #ffffff !important;
    border: none;
    color: #000000;
}
.work_card{
    background: #d24d17;
    padding: 3rem;
    color: #FFFFFF;
    border: 1px solid  #d24d17;
    border-radius: 10px;
}
.service-icon{
    color: #d24d17;
    margin-right: 10px;
}

.top{
    background-color: #d24d17;
    padding: 3px;
}
.social-link{
    color: #ffffff;
    font-size: 17px;
    margin: 5px;
}
.language{
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}
.lang-flag{
    width: 25px;
    height: 15px;
}

.lang-item{
    text-align: center !important;
    padding: 0px !important;
}
.logo{
    max-width: 300px;
    height: 50px;
}
.navbar-nav .dropdown-menu{
    margin-top: 19px;
    background-color: #f58025;
}
.drop-custom{
    color: white;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #f58025;
}

.hero-h{
    font-size: 47px;
    font-weight: 900;
    margin-left: 25%;

}
.her-p{
    font-size: 38px;
    font-weight: 800;
    margin-left: 25%;

}
.card-img-top{
    width: 100%;
    height: 235px;
}
.hero-btn{
    margin-left: 25%;
}
.hero-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 600px;
}

.news-ticker {
    background-color: #d24d17;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    direction: inherit;
}

.ticker-content {
    display: inline-block;
    white-space: nowrap;
    animation-duration: 60s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    font-weight: bold;
    color: white;
    font-size: 1.1rem;
}

.news-ticker[dir="rtl"] .ticker-content {
    padding-left: 100%;
    animation-name: ticker-scroll-rtl;
}

.news-ticker[dir="ltr"] .ticker-content {
    padding-right: 100%;
    animation-name: ticker-scroll-ltr;
}

.ticker-content span {
    margin: 0 2rem;
    display: inline-block;
}

/* RTL Animation */
@keyframes ticker-scroll-rtl {
    0%   { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

/* LTR Animation */
@keyframes ticker-scroll-ltr {
    0%   { transform: translateX(0%); }
    100% { transform: translateX(100%); }
}
.expertise-slider {
    padding: 60px 0;
    margin-bottom: 2rem;
}

.swiper {
    padding: 40px 0;
}
.swiper-slide {
    padding: 20px;
    background: transparent;
    transition: transform 0.3s ease;
}
.swiper-slide:hover {
    transform: translateY(-5px);
}
.service-img-wrapper {
    background: url('https://tgs-bulgaria.com/wp-content/uploads/2021/10/fond-picto-1.png') no-repeat center center;
    background-size: contain;
    padding: 40px;
    display: inline-block;
    margin-bottom: 20px;
}
.service-img {
    width: 60px;
}
.service-title {
    font-weight: bold;
    color: #333;
    margin-top: 15px;
}
.read-more {
    display: inline-flex;
    align-items: center;
    color: #f37021;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}
.read-more i {
    margin-right: 5px;
    transition: transform 0.3s ease;
}
.read-more:hover i {
    transform: translateX(-5px);
}
.read-arr{
    margin-left: 5px;
}
.see-all-btn {
    background-color: #f37021;
    color: white;
    font-weight: bold;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    margin: 30px 0 0;
    display: inline-block;
    float: right;
}
.swiper-button-next,
.swiper-button-prev {
    color: #333;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
    font-size: 14px;
}
.swiper-button-next {
    right: 10px;
    left: auto;
}
.swiper-button-prev {
    left: 10px;
    right: auto;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #444;
    font-size: 15px !important;
    font-weight: bolder;
}
.about-section {
    position: relative;
    overflow: hidden;
    padding: 200px 20px;
    text-align: center;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    width: 200%;
    height: 100%;
    transform: skewY(-3deg);
    z-index: -1;
}

/* السهم ناحية اليمين والبوز شمال */
.about-section::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    width: 150px;
    height: 60%;
    background-color: #d35423;
    clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
    z-index: 1;
}



.about-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.about-container h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.about-container p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.btn-orange {
    background-color: #f58220;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.btn-orange:hover {
    background-color: #e46d0f;
}

.bg-overlay {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    min-height: 50vh;
}

.call{
    margin-bottom: 20px;
}

.know-section {
    position: relative;
    overflow: hidden;
    padding: 200px 20px;
    text-align: center;
}

.know-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    width: 200%;
    height: 100%;
    transform: skewY(-3deg);
    z-index: -1;
}

/* السهم ناحية اليمين والبوز شمال */
.know-section::after {
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    width: 150px;
    height: 60%;
    background-color: #d35423;
    clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
    z-index: 1;
}

.know-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.know-container h2 {
    font-size: 32px;
    margin-bottom: 3rem;
    color: #333;
}


.btn-orange {
    background-color: #f58025;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.btn-orange:hover {
    background-color: #e46d0f;
}
.news-card{
    background-color: #f4f4f4;
    padding: 1rem;
    border-radius: 10px;
}
.news-date{
    font-size: 13px;
    font-weight: bold;
    color: #f58025;
}
.news-title{
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: black;

}
.news-description{
    font-size: 15px;
}
.news-link{
    text-decoration: none;
}
.footer {
    background-color: #D24D17;
    padding-top: 100px;
    padding-bottom: 7px;
    position: relative;
    overflow: hidden;
    direction: ltr; /* تحويل الاتجاه من اليمين لليسار لجميع النصوص داخل الفوتر */
    text-align: left; /* محاذاة النص لليمين */
    bottom: 0;
}

.footer-top-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
    z-index: 1;
    line-height: 0;
}

.footer-top-shape svg {
    display: block;
    width: 100%;
    height: 100px;
}

.footer .footer-section h5 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: left;
}

.footer .footer-section ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.footer .footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer .footer-section ul li a {
    color: #fff;
    text-decoration: none;
}

.footer .footer-section ul li a:hover {
    text-decoration: underline;
}

.footer .social-icons a {
    color: #fff;
    margin-left: 10px;
    font-size: 1.25rem;
}

.footer .container {
    position: relative;
    left: 60px;
}

/* تعديل النصوص التي تحتاج إلى الاتجاه من اليمين لليسار */
.footer .text-CommaCode {
    text-align: left;
    color: #fff;
}

/* تنسيق الرابط عند التمرير */
.footer .small a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

/* تأثير التمرير (hover) */
.footer .small a:hover {
    color: #FF6347; /* تغيير اللون عند التمرير */
    text-decoration: underline;
}

.footer .small strong {
    font-weight: bold;
    color: #fff; /* تمييز TGS Bulgaria باللون الأبيض */
}
.article-read-more{
    text-decoration: none;
    color: black;
    font-weight: bold;
}
/* تحسين الاستجابة للأجهزة المحمولة */
@media (max-width: 767px) {
    .footer .container {
        left: 0;
    }

    .footer .row {
        flex-direction: column;
    }

    .footer .footer-section {
        text-align: left;
        margin-bottom: 1rem;
    }

    .footer .col-md-2 {
        width: 100%;
        margin-bottom: 1rem;
    }

    .footer .col-md-2 img {
        width: 50%;
        max-width: 120px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .footer .text-center {
        text-align: center;
    }

    .footer .footer-section h5 {
        font-size: 1.2rem;
    }

    .footer .footer-section ul li {
        font-size: 0.85rem;
    }

    .footer .social-icons a {
        font-size: 1.1rem;
    }

    .footer .text-CommaCode {
        font-size: 0.85rem;
    }

    .footer .small {
        font-size: 0.8rem;
    }
    .about-section::before,
    .about-section::after {
        display: none;
        content: none;
    }
    .see-all-btn{
        float : none;
    }
    .know-section::after {
        width: 50px;        /* أصغر عرض */
        height: 20%;        /* أصغر ارتفاع */
        top: 35%;           /* نزوله لتحت شوية */
    }
    .article-read-more{
        display: block;
        text-align: center;
        width: fit-content;
        margin: 20px auto; /* يوسطن الزرار أفقياً */
    }
    .hero {

        background-size: cover;
        background-position: center;
    }

    .hero .hero-image {
        display: none; /* إخفاء الصورة كعمود منفصل */
    }
    .hero-h {
        font-size: 38px;
        font-weight: 900 !important;
        margin-bottom: 4rem;
        text-align: center !important;
    }
    .her-p{
        font-size: 25px;
    }
    .btn-primary{
        font-size: 15px;
        box-shadow: -3px 4px 5px 0px rgba(0,0,0,0.51);
        -webkit-box-shadow: -3px 4px 5px 0px rgba(0,0,0,0.51);
        -moz-box-shadow: -3px 4px 5px 0px rgba(0,0,0,0.51);
    }
    .btn-light{
        font-size: 13px;
        box-shadow: -3px 4px 5px 0px rgba(0,0,0,0.51);
        -webkit-box-shadow: -3px 4px 5px 0px rgba(0,0,0,0.51);
        -moz-box-shadow: -3px 4px 5px 0px rgba(0,0,0,0.51);
    }
    .team-card{
        width: 100% !important;
    }
}
