﻿

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif !important;
    color: #4d4643;
}

a {
    color: #006838;
    text-decoration: none;
}

    a:hover {
        color: #fd5c28;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Muli", sans-serif;
}

.container .Circle {
    z-index: 2;
  }
  .container .Circle{
    width: 200px;
    height: 200px;
   
    border-radius: 50%;
    z-index: -1;
   
  }
  @media (min-width:768px) {
    .container .Circle{

    }
  }
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #1c75bc;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }
  
    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }
  
    .back-to-top:hover {
        background: #fd541e;
        color: #fff;
    }
  
    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    height: 160px;
    transition: all 0.5s;
    background: #fff;
    border-radius: 19px;
  }
  
    #header.fixed-top {
     width: 60%;
     left: 20%;
     top: 20px;
     box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    }
    @media (max-width: 768px){
        #header.fixed-top {
            width: 100%;
            left: 0;
            top: 0;
        }
  }
    @media (min-width: 768px){
        #header.fixed-top {
            width: 80%;
            left: 10%;
           
        }
  }
    @media (min-width: 988px){
        #header.fixed-top {
            width: 60%;
            left: 20%;
           
        }
  }
    #header .logo h1 {
        font-size: 28px;
        margin: 0;
        padding: 10px 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        display: inline-block;
    }
  
        #header .logo h1 a,
        #header .logo h1 a:hover {
            color: #2b2320;
            text-decoration: none;
        }
  
    #header .logo img {
      max-width: 120%;
    position: relative;
    top: 65px;
    overflow: hidden;
    float: left;
    }
  
  .scrolled-offset {
    margin-top: 70px;
  }
  
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation 
  */
  .navbar {
    padding: 0;
  }
  
  nav ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  
    .navbar li {
        position: relative;
    }
  
    .navbar a {
      color: #65534c;
      text-decoration: none;
      padding: 10px 20px;
      font-size: 14px;
      font-weight: bold;
      white-space: nowrap;
      transition: all 0.3s ease;
  }
  
  /* عند التمرير على الروابط */
  .navbar a:hover,
  .navbar .active,
  .navbar li:hover > a {
      color: #006838; /* اللون عند التمرير */
  }
  
  /* التأكد من ظهور الروابط في كل الحالات */
  nav ul li a {
      pointer-events: auto;
  }
  
  
  
  
  
  /**
  * menu Navigation 
  */
  .menu-icon {
    color: #2b2320;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  
  @media (max-width: 768px) { 
  .menu-icon {
      display: block;
  }
  nav ul {
      display: none;
      position: absolute;
      top: 100px;
      right: 0;
      background-color: #f8f9fa; 
      width: 300px;
      height: 250px;
      z-index: 1000; /* تأكد من أن القائمة تظهر فوق العناصر الأخرى */
  }
  
  nav ul.active {
      display: grid; /* عرض القائمة عند النقر على الأيقونة */
  }
  
  /* تمكين النقر على الروابط في القوائم */
  nav ul li a {
      pointer-events: auto;
  }
  
  /* التأثير عند التمرير على الروابط في القائمة الجانبية */
  .navbar a:hover {
    color: #006838;
  }
      
  }
  

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #b4aca8;
    font-size: 14px;
    background: #14100f;
    flex-shrink: 0;
}


.footer-sections {
    display: flex;
    justify-content: center;
    align-items: stretch; /* Make sure all items stretch to the same height */
}

.footer-section {
    padding: 2%; /* Reduced padding for a more compact look */
    flex: 1 1 auto; /* Allows the section to grow and shrink as needed */
    min-width: 140px; /* Minimum width of a section before it wraps */
    box-sizing: border-box; /* Include padding and border in the element's total width */
    text-align: center; /* Center text for all items */
    position: relative; /* Necessary for absolute positioning of the pseudo-element */
}

.footer-section:not(:last-child)::after {
    content: ''; /* This is the pseudo-element acting as the divider */
    position: absolute;
    right: -32px;;
    top: 0;
    bottom: 0;
    width: 2px; /* Width of the divider */
    background-color: #1c75bc; /* Color of the divider */

}

/* Adjusting the media query to ensure dividers remain on all screen sizes */
@media (max-width: 768px) {
    .footer-sections {
        flex-direction: column;
    }
    
    .footer-section {
        padding: 5% 2%; /* Adjust padding for smaller screens */
    }

    .footer-section:not(:last-child)::after {
        content: ''; /* Ensure the divider is visible */
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%; /* Full width dividers for smaller screens */
        height: 2px; /* Divider thickness */
        top: auto; /* Reset top positioning */
        background-color: #006838; /* Divider color */
    }
}
.footer-section ul{
    font-size: 16px;
}


    #footer .logo img {
        justify-content: center;
        padding: 10%;
        float: left;
    }

    #footer .footer-top {
        padding: 2%;
        background: black;
    }

            #footer .footer-top .footer-contact h3 {
                font-size: 22px;
                margin: 0 0 10px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 500;
                letter-spacing: 1px;
                text-transform: uppercase;
                color: #fff;
            }

            #footer .footer-top .footer-contact p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Muli", sans-serif;
                color: #b4aca8;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            position: relative;
            padding-bottom: 12px;
            right: -15px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 20px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin-left: 15%;
                margin-right: 15%;
                margin-bottom: 15%;
                margin-top: 5%;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #fd6f41;
                    font-size: 18px;
                    line-height: 1;
                }



                #footer .footer-top .footer-links ul li::before {
                    content: "\2022";
                    color: #006838;
                    font-weight: bold;
                    display: inline-block;
                    width: 1em;
                    margin-left: -1em;
                    gn-items: center;
                }





                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #b4aca8;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }


            #footer .footer-top .footer-links i {
                font-size: 20px;
                display: inline-block;
                background: #006838;
                color: #fff;
                line-height: 1;
                padding: 8px;
                margin: 8px;
                border-radius: 50%;
                text-align: center;
                width: 36px;
                height: 36px;
                transition: 0.3s;
                text-align: justify; /* For Edge */
                -moz-text-align-last: left; /* For Firefox prior 58.0 */
                text-align-last:left;
            }

            #footer .footer-top .footer-links ul a:hover {
                text-decoration: none;
                color: #fd6f41;
            }

    #footer .credits {
        padding-top: 5px;
        font-size: 13px;
        color: #b4aca8;
    }

    #footer .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #006838;
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }

        #footer .social-links a:hover {
            background: #fd5c28;
            color: #fff;
            text-decoration: none;
        }



.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate {
    display: none;
    visibility: hidden;
}



.goog-te-gadget-simple img {
    display: none;
}



.goog-te-gadget {
    font-size: 24px !important;
}

.goog-te-gadget-simple {
    background-color: transparent !important;
    border: none !important;
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.goog-te-gadget-icon {
    display: none !important;
}