
:root {
    --red: #ED1C24;
    --black: #242527;
    --gray: #979797;
    --light-gray: #C4C4C4;
    --dark-gray: #474747;
    --white: #fff;
}

body{
    font-family: "Cairo", sans-serif !important;
    font-weight: 500 !important;
}

/* Helper */
.btn-primary, .btn-primary-outline{
    background: var(--red) !important;
    border: none !important;
    padding: 20px 40px !important;
    color: var(--white) !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    cursor: pointer !important;
}

.btn-primary-outline{
    background: transparent !important;
    border: 1px solid var(--red) !important;
    color: black !important;
}

.btn-outline{
    background: transparent !important;
    border: 1px solid var(--red) !important;
    padding: 7px 25px !important;
    color: var(--white) !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    cursor: pointer !important;
}

ul{
    list-style: none;
    padding: 0;
}
.desktop-only{ display: block;}
.mobile-only{ display: none;}
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////////////////////// */
/* Header */
/* /////////////////////////////////////////////////////////////////////////////// */
.header {
  background: #00000066;
  box-shadow: 0px 4px 40px 0px #0000001A;
  position: fixed;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100px;
}

.header.scrolled {
  background: black;
}

.navbar-brand{
    margin: 0 !important;
    padding: 0 !important;
}
.navbar-brand img{ height: 85px;}

.navbar-toggler-icon{
    color: var(--white);
    align-content: center;
    font-size: 25px;
    outline: none;
}

.navbar-collapse { justify-content: center ;}

.navbar-nav{ gap: 60px;}

.nav-link {
    font-weight: 500;
    color: var(--white) !important;
    display: inline-block !important;
    padding-bottom: 4px !important;
}

.nav-link.active{
    font-weight: 700;
    border-bottom: 2px solid var(--red);
}



/* /////////////////////////////////////////////////////////////////////////////// */
/* Home Page */
/* /////////////////////////////////////////////////////////////////////////////// */
.hero{
    margin-bottom: 40px;
    height: 100vh;
    position: relative;
}
.hero img{
    width: 100%;
    height: 100%;
}

.hero-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: start;
    color: var(--white);
}
.hero-content h1, .hero-content h3 {
    font-size: 60px;
    font-weight: 500;
    width: 70%;
    margin-bottom: 30px;
}

.hero-content h3{
    font-size: 40px;
}

.hero-content p {
    margin-bottom: 55px;
    font-size: 18px;
    color: var(--light-gray);
    max-width: 400px;
}

.hero-content .btn-primary{
    padding: 16px 25px !important;

}

/* ////////////////////////////////////////////////////////////////// */

.gif-logo{
    text-align: center;
    max-width: 90%;
    margin: auto;
}

/* ////////////////////////////////////////////////////////////////// */

.home-pg.title{
    justify-content: start !important;
    padding: 0;
    margin-bottom: 0;
}

.home-pg.about-text{
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: center;
}







/* ////////////////////////////////////////////////////////////////// */

.numbers{
    background: url('./assets/Logo/crop-logo.png') no-repeat;
    background-color: black;
    height: 300px;
    margin: 40px 0 120px;
    align-content: center;
}

.stats-wrap{
    display: flex;
    align-items: center;
}
.stats-grid {
    display: flex;
    gap: 60px;
    flex: 1;
    justify-content: center;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    min-width: 100px;
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.plus {
    color: var(--red);
    font-size: 36px;
    font-weight: 700;
}

.stat-label {
    font-size: 18px;
    color: var(--light-gray);
    font-weight: 600;
}

.titl {
    font-size: 46px;
    font-weight: 700;
    color: var(--white);
}

/* ////////////////////////////////////////////////////////////////// */


.our-services{
    margin-top: -40px;
}
.service-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.service-wrap .title{
    justify-content: start !important;
    width: 50%;
}
.service-intro{
    width: 50%;
    padding-inline-start: 40px;
}
.service-intro p{
    font-size: 18px;
    color: #565656;
    max-width: 90%;
}

/* /////////////////////////////////////////////////////////////////////////////// */
/* About */
/* /////////////////////////////////////////////////////////////////////////////// */
.about{
    padding: 80px 0;
}

.about-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}
.about-text p{
    max-width: 85%;
    font-size: 18px;
    color: var(--dark-gray);
}

.about-text p:last-child:not(:nth-child(3)){
    margin-top: 50px;
}

.about-img img{
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.about-img, .about-text{ width: 50%;}

.info-wrap{
    display: flex;
    align-items: start;
    gap: 15px;

}
.info-wrap:not(:last-child){ margin-bottom: 40px;}

.info{ padding-top: 10px;}
.info ul{ padding: 0;}
.info h2{
    font-weight: 700;
    font-size: 24px;
    color: var(--dark-gray);
    margin-bottom: 25px;
}

.info p, .info li{
    font-weight: 500;
    font-size: 18px;
    color: var(--dark-gray);
}

.info li:not(:last-child){ margin-bottom: 15px;}




/* /////////////////////////////////////////////////////////////////////////////// */
/* Services Page */
/* /////////////////////////////////////////////////////////////////////////////// */

.services {
    padding: 80px 0;
}

.services-header p{
    margin-bottom: 80px ;
    font-size: 18px;
    line-height: normal;
    color: var(--dark-gray);
    max-width: 90%;
}
.services-grid {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service-box {
    overflow: hidden;
    width: 400px;
    margin-bottom: 20px;
}
.service-box img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    margin-bottom: 20px;
}
.service-content { padding: 20px 0; }

.service-content h3 {
    margin-bottom:30px;
    font-size: 28px;
    font-weight: 700;
    color: var(--black);
    max-width: 90%;

}
.service-content p {
    font-size: 18px;
    color: var(--gray);
    line-height: normal;
    max-width: 90%;
}


/* /////////////////////////////////////////////////////////////////////////////// */
/* Partners page */
/* /////////////////////////////////////////////////////////////////////////////// */
.title{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-bottom: 100px;
    padding-top: 80px;
}

.title h2{
    font-weight: 700;
    font-size: 46px;
    color: var(--black);
    margin-bottom: 0;
}

.sectors-grid{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 40px;
}

.sector-box {
    width: 310px;
    margin-bottom: 80px;
}
.sector-box img {
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
}
.sector-content { padding: 20px 0; }

.sector-content h3 {
    margin-bottom:30px;
    font-size: 24px;
    font-weight: 600;
    color: var(--blackk);
    max-width: 90%;

}
.sector-content p {
    font-size: 18px;
    color: var(--gray);
    line-height: normal;
    max-width: 90%;
}

/* /////////////////////////////////////////////////////////////////////////////// */
/* Partner Section */
/* /////////////////////////////////////////////////////////////////////////////// */
.partners{
    background: #F8F8F8;
    height: 300px;
    margin: 80px 0;
    align-content: center;
}

.swiper-slide { text-align: center; }
.swiper-slide img {
  max-height: 80px;
  max-width: 100%;
  object-fit: cover;
}

/* /////////////////////////////////////////////////////////////////////////////// */
/* Banner Section */
/* /////////////////////////////////////////////////////////////////////////////// */

.banner{
    background: url('./assets/Background/main-bg.png') no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
    background-color: black;
    align-content: center;
}

.banner-content{
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 80px;
}

.banner-content img{
    width: 120px;
    height: 120px;
}
.banner-content h2{
    font-weight: 700;
    font-size: 46px;
    color: var(--white);
    margin-bottom: 0;
}

/* /////////////////////////////////////////////////////////////////////////////// */
/* Get In Touch Section */
/* /////////////////////////////////////////////////////////////////////////////// */

.contact{ margin-bottom: 120px;}
.contact-wrapper{
    display: flex;
    height: 850px;
    width: 90%;
    margin: auto;
}
.right-content, .left-content{ width: 50%;}

.right-content img{
    width: 100%;
    height: 100%;
}
.left-content{
    background-color: black;
    box-shadow: 0px 10px 15px 0px #00000014;
    padding: 60px;
}

.left-content h2{
    font-weight: 700;
    font-size: 46px;
    margin-bottom: 35px;
    color: var(--white);
}
.left-content .note{
    color: var(--gray);
    font-size: 18px;
    margin-bottom: 45px;
}

.left-content .cta{
    text-align: end;
}
.cta button{
    color: var(--white) !important;
}
label{
    color: var(--white);
    font-size: 14px;
    display: block !important;
    margin-bottom: 10px;
}
input, textarea{
    border: 1px solid #EAECF0;
    padding: 8px 10px;
    background: #FAFBFC;
    width: 100%;
    font-size: 14px;
    outline: none;
}

input::placeholder, textarea::placeholder{
    font-weight: 400;
    font-size: 12px;
    color: #747E8A;
    opacity: 0.5;
}

.form-group{ margin-bottom: 30px;}


/* /////////////////////////////////////////////////////////////////////////////// */
/* Footer */
/* /////////////////////////////////////////////////////////////////////////////// */
.footer {
  background: url(./assets/Background/main-bg.png) no-repeat;
  background-size: cover;
  padding: 80px 0;

}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    color: var(--white);
}

.footer h3, .footer h3 a {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
}

.footer-left {
    flex: 1 1 30%;
    color: var(--white);
}

.footer-left p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 32px;
    max-width: 85%;
}

.footer-left, .footer-middle{
    padding: 50px 30px;

}

.footer-middle {
    flex: 1 1 20%;
    color: var(--white);
    display: flex;
    justify-content: center;

}
.footer-middle li:not(:last-child) { margin-bottom: 35px; }

.footer-middle a {
    text-decoration: none;
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
}

.footer-middle a:hover{ color: var(--white);}


.footer-right {
    flex: 1 1 40%;
    padding: 25px;
}

.footer-right img {
    max-width: 139px;
    height: 85px;
    margin-bottom: 45px;
}
.footer-right p {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 50px;
    color: var(--gray);
}

.social-icons a {
    display: inline-block;
    margin: 0 6px;
    color: var(--white);
    font-size: 16px;
    text-decoration: none;
    width: 40px;
    height: 40px;
    background-color: #ED1C241A;
    border-radius: 50%;
    align-content: center;
    text-align: center;
}
.social-icons a:hover {
    color: var(--white);
}


/* ///////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////   Responsive   /////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////// */

@media(max-width: 768px){

    .desktop-only{ display: none;}
    .mobile-only{ display: block;}
    main{ margin-top: 70px;}

    /* //////////////////////////////////// */
    /* Header */
    .header{ height: 70px; background-color: black;}
    .navbar-brand img{ height: 55px;}
    .navbar-nav{ gap: 25px;}
    .navbar-collapse {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        height: 100vh;
        background: black;
        padding: 2rem;
    }
    .navbar-collapse.collapsing {
        height: 100vh !important;  /* override bootstrap animation */
        transition: none;          /* disable weird shrinking animation */
    }

    .navbar-collapse.show {
        height: 100vh !important;
    }

    /* //////////////////////////////////// */
    /* Home Page */
    .hero{ height: 450px;}
    .hero-content h1, .hero-content h3{ width: 95%; margin-bottom: 20px;}
    .hero-content h1{ font-size: 24px; }
    .hero-content h3{ font-size: 18px;}
    .hero-content p{
        font-size: 14px;
        max-width: 85%;
    }
    .hero-content .btn-primary{ padding: 10px 30px !important;}

    .gif-logo img{ width: 100%;}


    .home-pg.about-text{
        gap: 40px;
        width: 95%;
        margin : 0 auto 20px;
    }
    .home-pg.about-text p{ max-width: 100%; }

    .service-wrap{ flex-direction: column;}
    .service-wrap .title{
        width: 100%;
        margin-bottom: 40px;
        justify-content: center !important;
    }
    .service-intro{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .service-intro p{
        font-size: 14px;
        max-width: 95%;
        margin: 0 auto 16px;
    }
    /* //////////////////////////////////// */
    /* Footer */
    .footer {
        padding: 60px 0;
        background-color: black;
        background-size: auto;
    }
    .footer-content{ flex-direction: column;}
    .footer-right{ padding: 0 25px 25px;}
    .footer-right img{ margin-bottom: 30px;}
    .footer-right p{
        margin-bottom: 35px;
        font-size: 14px;
    }
    .social-icons a{
        font-size: 14px;
        width: 30px;
        height: 30px;
    }

    .footer-left, .footer-middle{ padding: 25px 30px;}
    .footer-middle{ justify-content: start;}
    .footer h3, .footer h3 a{ font-size: 16px;}
    .footer h3, .footer h3 a, .footer-middle li:not(:last-child){ margin-bottom: 20px;}
    .footer-middle a{ font-size: 14px;}

    .footer-left p{
        font-size: 14px;
        max-width: 100%;
    }

    /* //////////////////////////////////// */
    /* About Page */

    .about{ padding: 60px 0;}
    .about-content{ flex-direction: column;}
    .about-img, .about-text{ width: 100%;}
    .about-text p{
        max-width: 95%;
        margin: 0 auto 16px;
        font-size: 14px;
    }
    .about-img{ margin-top: 20px;}
    .about-img img{ height: 360px;}

    .info-wrap{
        margin: auto;
        width: 95%;
        gap: 10px;
    }
    .info-wrap img{ width: 50px;}
    .info h2{ font-size: 20px;}
    .info p, .info li{ font-size: 14px;}



    .numbers{ height: unset;}
    .stats-wrap{
        flex-direction: column;
        gap: 50px;
        padding: 40px 0 50px;
        align-items: unset;
    }
    .titl{
        font-size: 28px;
        padding-inline-start: 10px;
    }
    .stats-grid {gap: 40px;}
    .stat-item {min-width: unset;}
    .stat-number, .plus{ font-size: 22px;}
    .stat-label{ font-size: 14px;}


    /* //////////////////////////////////// */
    /* Partners */

    .partners{ height: 200px;}
    .swiper-slide img{ max-height: 60px;}

    .title{
        padding-top: 10px;
        gap: 5px;
        margin-bottom: 55px;
    }
    .title img{ width: 60px;}
    .title h2{ font-size: 26px;}

    .sector-content h3{ margin-bottom: 20px;}
    .sector-box{ margin-bottom: 20px;}
    .sector-box img {
        width: 50px;
        height: 50px;
        margin-bottom: 0;
    }
    /* //////////////////////////////////// */
    /* Banner */
    .banner{ height: 350px;}
    .banner-content{ justify-content: center;}
    .banner-content img { width: 80px; height: 80px;}
    .banner-content h2{ font-size: 36px;}

    /* //////////////////////////////////// */
    /* Get In Touch */
    .contact-wrapper{
        flex-direction: column;
        height: unset;
    }
    .right-content, .left-content{ width: 100%;}
    .left-content { padding: 30px; }
    .left-content h2{ font-size: 26px;}
    .left-content .note{ font-size: 14px;}
    label,input,textarea, input::placeholder, textarea::placeholder {font-size: 12px !important;}
    .btn-primary, .btn-primary-outline{
        font-size: 14px !important;
        padding: 10px 30px !important;
    }


    /* //////////////////////////////////// */
    /* Services Page */

    .services-header p{
        font-size: 14px;
        max-width: 95%;
        margin: 0 auto 80px;
    }
    .services-grid{
        width: 95%;
        margin: auto;
    }
    .service-content{ padding: 20px ;}
    .service-content h3, .sector-content h3{ font-size: 20px;}
    .service-content p, .sector-content p{
        font-size: 14px;
        max-width: 100%;
    }
}

@media(min-width: 768px) and (max-width: 1023px){
    .desktop-only{ display: none;}
    .mobile-only{ display: block;}
    main{ margin-top: 70px;}


    /* //////////////////////////////////// */
    /* Header */
    .header{ height: 70px; background-color: black;}
    .navbar-brand img{ height: 55px;}
    .navbar-nav{ gap: 25px;}
    .navbar-collapse {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        height: 100vh;
        background: black;
        padding: 2rem;
    }
    .navbar-collapse.collapsing {
        height: 100vh !important;
        transition: none;
    }

    .navbar-collapse.show {
        height: 100vh !important;
    }

    /* //////////////////////////////////// */
    /* Home Page */
    .hero{ height: 450px;}
    .hero-content h1, .hero-content h3{ width: 95%; margin-bottom: 20px;}
    .hero-content h1{ font-size: 32px; }
    .hero-content h3{ font-size: 24px;}
    .hero-content p{ font-size: 16px; }
    .hero-content .btn-primary{ padding: 10px 30px !important;}

    .home-pg.about-text{
        gap: 40px;
        width: 95%;
        margin : 0 auto 20px;
    }
    .home-pg.about-text p{ max-width: 100%; }

    .service-wrap .title img{ width: 100px;}
    .service-intro{ padding-inline-start: 20px; }
    .service-intro p{
        font-size: 14px;
        max-width: 95%;
        margin: 0 auto 16px;
    }
    /* //////////////////////////////////// */
    /* Footer */
    .footer { padding: 60px 0; }
    .footer-right{padding: 25px 0;}
    .footer-right img{ margin-bottom: 30px;}
    .footer-left{ padding: 50px 0;}
    .footer-left p{ max-width: 100%; }

    /* //////////////////////////////////// */
    /* About Page */

    .about{ padding: 60px 0;}
    .about-content{ flex-direction: column;}
    .about-img, .about-text{ width: 100%;}
    .about-text p{
        max-width: 95%;
        margin: 0 auto 16px;
    }
    .about-img{ margin-top: 20px;}
    .info-wrap{
        margin: auto;
        width: 95%;
        gap: 10px;
    }


    .titl{ font-size: 30px; }
    .stat-item {min-width: unset;}
    .stat-number, .plus{ font-size: 24px;}
    .stat-label{ font-size: 16px;}


    /* //////////////////////////////////// */
    /* Partners Page*/

    .title{
        padding-top: 10px;
        margin-bottom: 55px;
    }
    .title h2{ font-size: 32px;}

    .sector-content h3{ margin-bottom: 20px;}
    .sector-box{ margin-bottom: 40px;}
    .sector-box img { margin-bottom: 0; }

    /* //////////////////////////////////// */
    /* Banner */
    .banner{ height: 350px;}

    /* //////////////////////////////////// */
    /* Get In Touch */
    .contact-wrapper{
        height: unset;
        width: 100%;
    }
    .right-content, .left-content{ width: 100%;}
    .left-content { padding: 30px; }
    .left-content h2{ font-size: 26px;}
    .left-content .note{ font-size: 14px;}
    label,input,textarea, input::placeholder, textarea::placeholder {font-size: 12px !important;}
    .btn-primary, .btn-primary-outline{
        font-size: 14px !important;
        padding: 10px 30px !important;
    }


    /* //////////////////////////////////// */
    /* Services Page */

    .services-header p{ max-width: 95%; }
    .services-grid{ gap: 20px; }
    .service-content{ padding: 20px ;}
    .service-content h3, .sector-content h3{ font-size: 22px;}
    .service-content p, .sector-content p{
        font-size: 16px;
        max-width: 100%;
    }
    .service-box{ width: 48%;}
}
