body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

header {
    background-color: #f8f8f8;
    padding: 10px 20px;
    text-align: center;
    /* Center the content horizontally */
}
.nav-cont {
    align-items: flex-start;
}
.dropdown-item {
    text-align: left !important;
}
.Smbtn {
    border: none;
    color: rgb(255, 255, 255);
    background-color: #0099ff;
    box-shadow: inset 0 0 0 0#ffffff;
    transition: ease-out 0.3s;
    outline: none !important;
    width: 80% !important;
    letter-spacing: 2px;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 10px 25px;
    /* color: #ffffff; */
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    text-align: center;
  }
  .Smbtn:hover {
    box-shadow: inset 200px 0 0 0 #ffffff;
    color: #286679;
    font-weight: bolder;

  }

h6 {
    margin-right: 20px;
}

nav {
    flex-grow: 1;
}

nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    margin: 0 10px;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    padding: 10px 15px;
    display: block;
    font-family: "Cairo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
    "slnt" 0;
}

nav ul li a:hover {
    background-color: #7b9fc9;
    border-radius: 5px;
    color: white !important;
}

.menu-icon i {
    font-size: 30px;
    /* حجم الأيقونة */
    color: black;
    /* لون الأيقونة */
}

/* Responsive styling */
#two {
    background-image: url("/assets/images/background1.jpg");
    background-size: cover; /* Ensure the background image covers the entire section */
    background-position: center; /* Center the background image */
    width: 100%; /* Set the width to 100% to make it responsive */
    padding: 3.25rem 0; /* Add padding to the top and bottom of the section */
}

.logo img {
    height: 60px;
}

.search-box {
    position: relative;
    width: 200px;
    /* Adjust width as needed */
}

.search-box input {
    padding-right: 30px;
    /* Adjust according to the icon size */
    border-radius: 5px;
    /* Add border-radius */
    border: 1px solid #ccc;
    /* Optional: Add border style */
    height: 30px;
}

.search-button {
    position: absolute;
    top: 50%;
    right: 5px;
    /* Adjust distance from the right side */
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
}


.menu-icon {
    display: none;
    cursor: pointer;
}

.menu-icon img {
    width: 30px;
    height: 30px;
}

nav ul li .dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 200px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

nav ul li .dropdown-content a {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

nav ul li .dropdown-content a:hover {
    background: #7b9fc9;;
}

nav ul li:hover .dropdown-content {
    display: block;
}

.main-hero {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

#wrap {

    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    /* Align items to the right */
    padding-bottom: 20px;
    padding-right: 20px;
    /* Add some right padding for spacing */
}

#back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: inherit;
    z-index: -1;
}

.social-icons {
    margin-right: 15px;
    display: flex;
    flex-direction: row-reverse;
    /* Change direction to row-reverse */
    align-items: center;
}

.social-icons a {
    display: inline-block;
}

.social-icons img {
    width: 40px;
    height: 40px;
}

.section-title{
    color: #009cff;
    font-family: "Dosis", sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 35px;
}
/* ------------------------- */
/* Banners */
/* ---------------------- */

.banner{
    width: 100%;
    height: 30vh;
}
.banner img{
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 500px) {
    .banner {
        height: 18% !important;
    }
}
/* section State Counter  */
.Stats{
    margin-bottom: 5rem;
}
.Stats .row{
    justify-content: center; /* centers items horizontally */
    align-items: center; /* centers items vertically */
}
.fact-item {
    transition: .5s;
   
    width: 18rem;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}
.Stats .row .wow{
    display: flex;

    justify-content: center; /* centers items horizontally */
    align-items: center; /* centers items vertically */
}
.numbers_cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.counter {
    color: #fff;
    background: linear-gradient(to right bottom, #000000c7, #90323000);
    font-family: "Dosis", sans-serif;
    text-align: center;
    width: 160px;
    height: 170px;
    padding: 40px 20px 20px;
    margin: 25px auto;
    border-radius: 10px 10px 100px 100px;
    box-shadow: -20px 0px 15px -5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}

.counter:after {
    content: "";
    background-color: #f6e18d00;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.counter .counter-value {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 15px;
    display: block;
}

.counter h3 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px;
}

@media screen and (max-width: 990px) {
    .counter {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    #wrap {
        padding-right: 40px;
        /* Adjust right padding for larger screens */
    }
}
@media (max-width: 500px) {
    .main-hero .social-icons {
        margin-right: -10px !important;
    }
    #wrap {
        padding-right: 0 !important;
        height: 76%;
    }
    #back {
        height: 70%;
    }
    .main-hero{
        height: 50vh;
    }
    .social-icons a{
        padding: 10px ;
    }
}

.dropdown-menu {
    display: flex;
    flex-wrap: wrap;
}

.language-switcher {
    display: flex;
    align-items: center;
    gap: 5px;
    /* Adjust the gap as needed */
}

.language-switcher a {
    text-decoration: none;
}

.language-switcher span {
    margin: 0;
}
#sy-whatshelp {
    right: 25px;
    bottom: 25px;
    position: fixed;
    z-index: 9999;
}
#sy-whatshelp a {
    position: relative;
}
#sy-whatshelp a.sywh-open-services {
    background-color: #129bf4;
    color: #fff;
    line-height: 55px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 23px;
    width: 55px;
    height: 55px;
    text-align: center;
    box-shadow: 2px 2px 8px -3px #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    display: inline-block;
    text-decoration: none !important;
}
#sy-whatshelp a.sywh-open-services i {
    line-height: 55px;
}
#sy-whatshelp a.sywh-open-services i.fa-times {
    display: none;
}
#sy-whatshelp .sywh-services {
    width: 55px;
    height: auto;
}
#sy-whatshelp .sywh-services a {
    display: none;
}
#sy-whatshelp .sywh-services a i {
    background-color: #129bf4;
    color: #fff;
    line-height: 55px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    font-size: 23px;
    width: 55px;
    height: 55px;
    text-align: center;
    box-shadow: 2px 2px 8px -3px #000;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
}
@media (max-width: 991px) {
    .mr {
        margin-right: 14px;
    }
    .search-box {
        display: none;
    }
}
.title {
    margin-top: 50px;

    h1 {
        text-align: center;
        margin: 0;
        padding: 0;
        font-family: Arial;
        text-transform: uppercase;
        color: #d63031;

        span {
            display: block;
            color: darken(#d63031, 40%);
            font-size: 20px;
            margin-bottom: 10px;
        }
    }
}

/*Carousel Gallery*/


.clints-container{
    background-color: #fff;
    margin-top: 50px;
}
.testimonial-item{
    position: relative;
    width: 250px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.12) 0.063rem 0.5rem 1.25rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding: 10px;
}
.testimonial-item:hover{
    background-color: #cccccc;
}
.testimonial-img{
    width: 100%; /* Make image take full width of the parent */
    height: 100%; /* Make image take full height of the parent */
    object-fit: inherit; /
}


/* Responsive adjustments */
@media (max-width: 1200px) {
    .carousel-gallery .swiper-container {
        width: 90%; /* Increase container width on large screens */
    }

    .carousel-gallery .swiper-slide .image {
        width: 180px; /* Adjust width */
        height: 180px; /* Adjust height */
    }
}

@media (max-width: 992px) {
    .carousel-gallery .swiper-container {
        width: 95%; /* Increase container width on medium screens */
    }

    .carousel-gallery .swiper-slide .image {
        width: 150px; /* Adjust width */
        height: 150px; /* Adjust height */
    }
}

@media (max-width: 768px) {
    .carousel-gallery .swiper-container {
        width: 100%; /* Full width on small screens */
    }

    .carousel-gallery .swiper-slide .image {
        width: 120px; /* Adjust width */
        height: 120px; /* Adjust height */
    }
}

@media (max-width: 576px) {
    .carousel-gallery .swiper-container {
        width: 100%; /* Full width on extra small screens */
    }

    .carousel-gallery .swiper-slide {
        margin: 10px 0; /* Reduce margin */
    }

    .carousel-gallery .swiper-slide .image {
        width: 100px; /* Adjust width */
        height: 100px; /* Adjust height */
    }

    .carousel-gallery .swiper-pagination {
        margin-top: 15px; /* Adjust pagination margin */
    }
    .testimonial-item{
        width: 85%;
    }
}
/*#  End Carousel Gallery*/


/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services {
    margin-bottom: 35px;
  }
.services .icon-box {
    text-align: center;
    border: 1px solid #ededed;
    padding: 10px 20px;
    transition: all ease-in-out 0.3s;
    margin-bottom: 35px;
    border-radius: 10px;
  }
  .services .icon {
    margin: 0 auto;
    width: 90px;
    height: 90px;
    background: #8edaff75;
    border-radius: 45px;
    transition: all 0.3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transform-style: preserve-3d;
    margin-top: -45px;
    outline: 2px solid white
  }
  .services .icon  img{
    width: 100% ;
    height: 100% ;
  }

  .services .icon-box .icon i {
    color: #fff;
    font-size: 28px;
  }

  .services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .services .icon-box  h4 a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
  }

  .services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }

  .services .service-item:hover .icon-box {
    background: #57b5e3;
    border-color: #57b5e3;
  }

  .services .service-item:hover .icon {
    background: #fff;
  }

  .services .service-item:hover .icon i {
    color: #57b5e3;
  }

  .services .service-item:hover .icon::before {
    background: #c7f7ff;
  }

  .services .service-item:hover h4 a,
  .services .service-item:hover p {
    color: #fff;
  }
  .services .details{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
  }

  .services .service-item {
    overflow: hidden; /* Ensure the image doesn't overflow its container */
    position: relative; /* Establish positioning context for pseudo-elements */
}
.services .service-item .img{
    width: 100%;
    height: 18rem;
 }
.services .service-item  .img img {
        opacity: 0.8;
        border-radius:10px;
        width: 100%;
        height: 100%;
}
.services .service-item:hover .img img {
    transform: scale(1.2); /* Scale the image by 10% on hover */
    transition: transform 1s ease; /* Smooth transition */
    opacity: 1;
}

/*--------------------------------------------------------------
# Services page
--------------------------------------------------------------*/
.services_page {
    margin-bottom: 35px;
}
.services_page .icon-box {
    text-align: center;
    border: 1px solid #ededed;
    padding: 10px 20px;
    transition: all ease-in-out 0.3s;
    margin-bottom: 35px;
    border-radius: 10px;
}
.services_page .icon {
    margin: 0 auto;
    width: 90px;
    height: 90px;
    background: #d8d5d5;
    border-radius: 45px;
    transition: all 0.3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transform-style: preserve-3d;
    margin-top: -45px;
    outline: 2px solid white
}
  .services_page .icon  img{
    width: 100% ;
    height: 100% ;
  }

  .services_page .icon-box .icon i {
    color: #fff;
    font-size: 28px;
  }

  .services_page .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .services_page .icon-box  h4 a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
  }

  .services_page .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }

  .services_page .service-item:hover .icon-box {
    background: #57b5e3;
    border-color: #57b5e3;
  }

  .services_page .service-item:hover .icon {
    background: #fff;
  }

  .services_page .service-item:hover .icon i {
    color: #57b5e3;
  }

  .services_page .service-item:hover .icon::before {
    background: #c7f7ff;
  }

  .services_page .service-item:hover h4 a,
  .services_page .service-item:hover p {
    color: #fff;
  }
  .services_page .details{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px;
  }

  .services_page .service-item {
    overflow: hidden; /* Ensure the image doesn't overflow its container */
    position: relative; /* Establish positioning context for pseudo-elements */
}
.services_page .service-item .img{
    width: 100%;
    height: 18rem;
 }
.services_page .service-item  .img img {
        opacity: 0.8;
        border-radius:10px;
        width: 100%;
        height: 100%;
}
.services_page .service-item:hover .img img {
    transform: scale(1.2); /* Scale the image by 10% on hover */
    transition: transform 1s ease; /* Smooth transition */
    opacity: 1;
}
/*--------------------------------------------------------------
# Contact page
--------------------------------------------------------------*/
.contact-group{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.contact-group input{
    width: 70%;
}
.contact-group label{
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_company_naem{
    margin-top: 3rem;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}

  /*******************************/
    /********* Contact CSS *********/
    /*******************************/
    .contact {
        position: relative;
        width: 100%;
        padding: 45px 0;
    }

    .contact h2.section-title {
        position: relative;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 45px;
        padding-bottom: 15px;
    }

    .contact h2.section-title::after {
        position: absolute;
        content: "";
        width: 60px;
        height: 3px;
        bottom: 0;
        left: 0;
        background: linear-gradient(to left, #4f84c4, #00539c, #4f84c4);
        border-radius: 0 100% 100% 0;
    }

    .contact .contact-info {
        position: relative;
        width: 100%;
        margin-bottom: 45px;
    }

    .contact .contact-info iframe {
        width: 100%;
        height: 300px;
        margin-bottom: 30px;
        border-radius: 10px;
    }

    .contact .contact-info h3 {
        color: #3f4b5a;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .contact .contact-info h3 span {
        font-weight: 400;
        padding-left: 5px;
    }

    .contact .contact-info p {
        color: #3f4b5a;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .contact .editor-info {
        position: relative;
        width: 100%;
        margin-bottom: 45px;
    }

    @media (min-width: 992px) {
        .contact .editor-info {
            padding-left: 30px;
        }
    }

    .contact .editor-item {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #dddddd;
    }

    .contact .editor-item:last-child {
        margin: 0;
        padding: 0;
        border: none;
    }

    .contact .editor-img {
        width: 120px;
        height: 120px;
        margin-right: 20px;
    }

    .contact .editor-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 10px;
    }

    .contact .editor-text {
        width: auto;
    }

    .contact .editor-text h3 {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .contact .editor-text a {
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0;
    }
/*--------------------------------------------------------------
# Clients page
--------------------------------------------------------------*/
.team-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: unset;
    height: 100%;
}
/*--------------------------------------------------------------
# Location Section
--------------------------------------------------------------*/

.skills {
    --background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  }

  .skill .progress {
    height: 5px !important;
  }
  .img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid #009cff;
    border-radius: 6px;
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}

  .skills .progress .skill {
    color: var(--heading-color);
    padding: 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: var(--heading-font);
  }

  .skills .progress .skill .val {
    float: right;
    font-style: normal;
  }

  .skills .progress-bar-wrap {
    background: color-mix(in srgb, var(--default-color), transparent 90%);
    height: 10px;
  }

  .skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;

  }

  @media (max-width: 576px) {
    .Location-cont{
        padding: 0 !important;
        margin-top: 30px;
    }
    .img-border img {
        position: absolute;
        top: 1rem;
        left: 1rem;
        width: calc(100% - 1rem);
        height: 45vh;
        object-fit: cover;
        border-radius: 6px;
    }
    .img-border::before {
        position: absolute;
        content: "";
        top: -15px;
        left: 0;
        right: 2rem;
        bottom: 3rem;
        border: 5px solid #009cff;
        border-radius: 6px;
        height: 47vh;
    }
  }

.plugins {
    text-align: center;
}

.plugins h3 {
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: Arial;
    text-transform: uppercase;
    color: #111;
}

.plugins a {
    display: inline-block;
    font-family: Arial;
    color: #777;
    font-size: 14px;
    margin: 10px;
    transition: all 0.2s linear;
}

.plugins a:hover {
    color: #d63031;
}

/*# Carousel Gallery*/

.plugins {
    text-align: center;

    h3 {
        text-align: center;
        margin: 0;
        padding: 0;
        font-family: Arial;
        text-transform: uppercase;
        color: #111;
    }

    a {
        display: inline-block;
        font-family: Arial;
        color: #777;
        font-size: 14px;
        margin: 10px;
        transition: all 0.2s linear;

        &:hover {
            color: #d63031;
        }
    }
}
.label-txt {
    text-align: right;
    width: 100%;
}
/*--------------------------------------------------------------
# youtube
--------------------------------------------------------------*/
.youtube-container{
    margin-top: 50px;
    margin-bottom: 50px;
}
/*--------------------------------------------------------------
# news letter
--------------------------------------------------------------*/
.newsletter-container{
   background-image: url('../images/shape1.png');
   height: 15rem;
}
.news-title{
    text-align: center;
    padding-top: 20px;
    font-size: 30px;
    font-weight: 700;
    color: white;
}
.news-words{
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: white;
}
.form-group{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 50%;
}
.form-group button{
    width: 120px;
    padding: 10px;
    border-radius: 15px;
    background-color: #316989;
    color: white;
}
.form-group button:hover{
    background-color: #4190bd;
    color: white;
 }
@media (max-width: 576px) {
    .form-group{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        margin-top: 20px;
        width: 100% !important;
    }
    .newsletter-container {
        height: 40vh;
    }
    .news-title{
        font-size: 25px;
    }
}
@media (max-width: 992px) {
    .form-group{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        margin-top: 20px;
        width: 80%;
    }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .section-header{
    width: 70%;
    margin: auto;
    margin-top: 60px;
}

/*--------------------------------------------------------------
# Project-type Page
--------------------------------------------------------------*/

#Project-type .project-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 35px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40vh;
}

#Project-type .project-item:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(134, 134, 134, 0.5);
    transition: background-color 0.5s ease;
}

#Project-type .project-item .content {
    position: absolute;
    left: -100%;
    width: 100%;
    background-color: rgba(0, 57, 122, 0.7);
    color: #fff;
    padding: 20px;
    transition: left 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#Project-type .project-item:hover .content {
    left: 0;
}

#Project-type .project-item .content {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#Project-type .project-item .content .Smbtn a {
    font-size: 15px;
    font-weight: 500;
    color: white;
    text-decoration: none !important;
}
#Project-type .project-item .content .Smbtn:hover a {
    font-size: 15px;
    font-weight: 800;
    color: #286679;
    text-decoration: none !important;
}

#Project-type .project-item .project-title a {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: white;
    text-decoration: none !important;
}


#Project-type .project-item .content .button a {
    background-color: #57b5e3;
    color: #fff;
    border: none;
    padding: 10px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
    transition: background-color 0.3s ease;
    text-decoration: none !important;
    margin-top: 10px;
}

#Project-type .project-item .content .btn:hover {
    background-color: #45a2ce;
}
/*--------------------------------------------------------------
# Projects Page
--------------------------------------------------------------*/

#Projects .project-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 35px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40vh;
}

#Projects .project-item:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(134, 134, 134, 0.5);
    transition: background-color 0.5s ease;
}

#Projects .project-item .content {
    position: absolute;
    left: -100%;
    width: 100%;
    background-color: rgba(0, 57, 122, 0.7);
    color: #fff;
    padding: 20px;
    transition: left 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#Projects .project-item:hover .content {
    left: 0;
}

#Projects .project-item .content {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Projects .project-item .content .project-title a {
    font-size: 28px;
    font-weight: 700;
    color: white;
    text-decoration: none !important;
}

#Projects .project-item .content .button a {
    background-color: #57b5e3;
    color: #fff;
    border: none;
    padding: 10px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
    transition: background-color 0.3s ease;
    text-decoration: none !important;
    margin-top: 10px;
}

#Projects .project-item .content .btn:hover {
    background-color: #45a2ce;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-first-cont {
    display: flex;
    flex-direction: column;
}

.text-reset{
    text-decoration: none!important;
    color:inherit !important;
    font-size: 15px!important;
}
.text-reset:hover{
    font-weight: 600;
}

.footer li {
    text-align: left !important;
    text-decoration: none;
    margin-bottom: 10px;
    display: flex;
}

.footer-title-cont h2 {
    position: relative;
    margin-bottom: 45px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left !important;
}
.footer-title-cont h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 125px;
    background: linear-gradient(to right, #999999, #000000, #999999);
    border-radius: 100% 0 0 100%;
    top: 35px;
}

.footer-logo {
    width: 90px; /* Increase the size of the images */
    margin: 10 25px; /* Add margin to both sides for spacing */
}

.footer-logo:last-child {
    margin-right: 10px; /* Remove margin from the last child */
}

.icon-btn {
    background-color: #0f86d3;
    margin-left: 0.5rem;
}
.footer .footer-title-02 {
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: left !important;
}
.footer .footer-link-01 {
    text-align: left; /* Align links to the center */
}
.footer .footer-link-01 span{
    width: 40px; /* Align links to the center */
}

.footer .link-effect {
    margin-left: 5px; /* Adjust margin for better spacing */
}
.footer .row {
    flex-direction: row-reverse; /* Reverse the row direction for RTL */
}

.footer .row .col-sm-4,
.footer .row .col-sm-8 {
    display: flex;
    align-items: center; /* Center align items vertically */
    justify-content: center; /* Center align items horizontally */
    text-align: center; /* Ensure text is centered */
}

/* Optional: Add padding to the top and bottom of the footer for better spacing */
.footer {
    padding: 20px 0;
}
.footer-social-icons{
    display: flex;
    justify-content: left;
    align-items: center;
}
.footer-social-icons img{
    width: 40px;
    height: 40px;
    background-color: rgb(15, 171, 233);
    border-radius: 20px;
    opacity: 0.5;
}
.footer-social-icons img:hover{
opacity: 1;
}
.logos-alignment{
    margin-top: -80px
}
@media (max-width: 1200px) {
    .footer-logo {
        width: 85px; /* Adjust width for screens around 1200px */
        margin: 10 20px; /* Adjust margin for screens around 1200px */
    }
}

@media (max-width: 992px) {
    .footer-logo {
        width: 80px; /* Adjust width for medium screens */
        margin: 0 15px; /* Adjust margin for medium screens */
    }
    .foot .row {
        flex-direction: column-reverse;
    }
    .foot .row .source-part{
        width: 100% !important;
    }
    .foot .row div{
        margin-bottom: 30px ;
    }
    .footer-social-icons{
        justify-content: space-evenly;
        align-items: center;
    }
    .logos-alignment{
        margin-top: 0px !important
    }
}

@media (max-width: 768px) {
    .footer-logo {
        width: 70px; /* Adjust width for small screens */
        margin: 0 10px; /* Adjust margin for small screens */
    }
}

@media (max-width: 576px) {
    .footer-logo {
        width: 60px; /* Adjust width for extra small screens */
        margin: 0 5px; /* Adjust margin for extra small screens */
    }

    .footer .container.foot {
        text-align: center; /* Center-align content on small screens */
    }

    .footer .row {
        justify-content: center; /* Center-align rows */
    }

    .footer .row .col-sm-4,
    .footer .row .col-sm-8 {
        text-align: center; /* Ensure text is centered */
    }

    .footer .row .col-sm-4:last-child {
        text-align: center; /* Ensure the last column text is centered */
    }
}

/* Ensure proper alignment for footer links and text on all screen sizes */

.swiper-first {
    height: 170px !important;
}

/* end css footer */
