@font-face {
font-family: 'Cairo';
src: url('../font/Almarai/Almarai-Regular.ttf') format('truetype');

}
:root {
    --main-color : #4b4d28;
    --secondary-color : #dceab5;
}
        body {
            font-family: 'Cairo', sans-serif;
            overflow-x: hidden;
            text-align: right;
        }

       /* Styling the circular floating logo */
.navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 1050; /* Ensures it stays above other elements */
    margin: 0 !important;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


.navbar-brand::before{
       content: "";
    position: absolute;
        width: 180px;           /* Adjust size as needed */
    height: 260px;          /* Must match width for a perfect circle */
    background:  rgba(75,77,40,0.8);;       /* Background color behind the logo */
 /* This creates the triangle/shield shape */
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
z-index: -1;
    padding: 10px;          /* Space between logo and edge of circle */

 
}
.navbar-brand::after{
    content: "";
    position: absolute;
        width: 180px;           /* Adjust size as needed */
    height: 220px;          /* Must match width for a perfect circle */
    background: rgba(255,255,255,1);       /* Background color behind the logo */
 /* This creates the triangle/shield shape */
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 50% 100%, 0% 75%);
    padding: 10px;          /* Space between logo and edge of circle */
   z-index: 0;
 
}
.navbar-brand img {
    padding: 4px;
    width: 140px;           /* Adjust size as needed */
    height: 140px;          /* Must match width for a perfect circle */
    object-fit: contain;    /* Keeps logo proportions safe */
z-index: 2;
}



/* Ensure the navbar itself doesn't hide the logo overflow */
.navbar {
    overflow: visible !important;
    height: 80px; /* Set a fixed height for better control */
}
        .contact-info-top a {
            text-decoration: none;
            color: #333;
            margin-left: 15px;
            font-size: 0.9rem;
        }

        /* Hero Section */
        .hero {
            background: linear-gradient(rgba(0,0,0,0.06), rgba(0,0,0,0.06)), url('../img/hero.jpg');
            background-size: cover;
            background-position: center;
            height: 80vh;
            display: flex;
            align-items: center;
            color: white;
        }

        /* Sections Padding */
        section {
            padding: 80px 0;
        }

        .service-box {
            padding: 30px;
            border-radius: 0px;
          border: 1px solid var(--secondary-color);
            transition: 0.3s;
            background: transparent;
        }

        .service-box:hover {
            transform: translateY(-10px);
        }

        .icon-box {
            font-size: 40px;
          
            margin-bottom: 15px;
        }
.secondary-text{
    color: var(--secondary-color);
}
        /* cusyom css */
        .nav-link {
           margin-left: 15px;
        }
        .fs-16{
            font-size: 18px;
            font-weight: bold;
        }
.b-bo{
      border-bottom : 4px solid var(--main-color);
}

.mobile-links {
        padding
: 17px 0 17px 0;
    border-bottom: 1px solid #f3f3f3;
    font-weight
: 600;
    color: #20282d;
    font-size: 18px;
}
.text-d{
    color: #333;
}
.text-bl{
        color: #20282d;
    font-size: 18px;
    padding : 4px 0;
       border-bottom: 1px solid #f3f3f3;
}

.bg-theme {
    background-color: var(--main-color);
}

.custom-section {
    margin-top: -15px;
    border-top-left-radius: 15px;
     border-top-right-radius: 15px;
}

/* about */
.rts-section-gap {
    padding: 120px 0;
    overflow-x: hidden;
}
.rts-about-area-two

 {
    position: relative;
}
.left-thumbnail-about-area-two {
    display: flex;
    justify-content
: center;
    max-width: 490px;
    margin: auto;
    position: relative;
}
.about-inner-content-two
 {
    padding-left: 20px;
}
.title-style-two {
    position
: relative;
    z-index: 1;
}

.title-style-two .bg-content {
    font-size: 150px;
    position: absolute;
    font-weight

: 900;
    letter-spacing: 0;
    left: -90px;
    z-index: -1;
    top: -65px;
    font-family: var(--main-color);
    min-width: max-content;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.1);
    line-height: 1;
}

.title-style-two .pre {
    font-size: 25px;
    color: #333;
    display: flex;
    margin-bottom

: 22px;
    font-weight: 600;
 
}

.about-inner-content-two .about-between-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 55px;
    flex-wrap: wrap;
    gap: 15px;
}
.rts-about-area-two .shape-area .one {
    position: absolute;
    right: 0;
    top: 50%;
    animation: jump-2 8s linear infinite;
}
.disc {
    font-size: 19px;
    font-weight: 600;
}
img {

    border: 0;
    vertical-align
: middle;
    max-width: 100%;
    height: auto;
}

.rts-about-area-two .shape-area .two {
    position: absolute;
    left
: 0;
    top: 20%;
  
}

.shadow-soft

 {
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03) !important;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03) !important;
}
.bg-main
{
    background-color: #4b4d28;
}

.icon.icon-lg {
    height: 3.75rem;
}

@media (min-width: 768px) {
    .icon {
        height: 3rem;
    }
}
.icon.icon-lg i, .icon.icon-lg svg {
    width: 2.75rem;
}
.bg-second{
    background-color: var(--secondary-color);
}

.second-text{
    color: var(--secondary-color);

}
/* Gallery Styling */
#gallery .img-fluid {
  border-radius: 10px;
  transition: transform 0.3s ease;
}

#gallery .img-fluid:hover {
  transform: scale(1.05);
}

/* Filter Buttons */
.filter-button {
  margin: 5px;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 18px;
  background-color: var(--main-color);
  border: 1px solid #4b4d28;
  color: var(--secondary-color);
}
.filter-button:hover {
  background-color: var(--main-color);
  border: 1px solid #4b4d28;
  color: white;
}
.filter-button.active {
  background-color: var(--main-color);
  color: white;
}

/* Layout and Spacing */
#gallery .row {
  display: flex;
  flex-wrap: wrap;
}

#gallery .col-md-3 {
  margin-bottom: 15px;
}



#spinner-loader {
  background-color: var(--main-color); /* Light background with transparency */
}

.spinner-border {
  animation: spin 1s linear infinite; /* Spinning effect */
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


