@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
:root {
    --primary-color: #1a1f3d;
    --secondary-color: #97837A;
    --text-color: #ffffff;
    --bg-card: #14172F;
  }
  
  body {
    font-family: "Cairo", sans-serif;
    direction: rtl;
    background-color: var(--primary-color); 
  }
  [dir="rtl"] .navbar-nav {
    margin-right: auto;
    margin-left: 0 !important;
}
p,h1,h2,h3,h4,h5,h6
{
    color: var(--text-color);

}

.text-color-two
{
    color: var(--primary-color);
}
.text-right 
{
    text-align: right;
}
.btn-custom-bg
{
    background-color: var(--primary-color);
    color: var(--text-color);
}
.btn-custom-bg:hover
{
    background-color: var(--bg-card);
    color: var(--text-color);
}
.btn-custom-seoncde
{
    background-color: var(--secondary-color);
    color: var(--text-color);
}
.btn-custom-seoncde:hover
{
    background-color: var(--text-color);
    color: var(--bg-card);
}
.bg-custom
{
    background-color: #1E2147;
    border: 8px solid white;
    border-radius: 20px;
}
.btn-custom-bg:focus
{
    background-color: var(--bg-card);
    color: var(--text-color);
}

.title-color 
{
    color: var(--text-color);
}
.bg-contact-us
{
    background-color: var(--bg-card);

}
.title-color-two 
{
    color: var(--secondary-color);
}
.p-color 
{
    color: var(--secondary-color);
}
.text-color-tab
{
    color: var(--secondary-color);
}
.btn-project
{
    color: var(--secondary-color);
}
.card-project 
{
    background-color: var(--bg-card);
}
.icon-btn-project
{
    transform: rotate(-60deg);
    color: var(--secondary-color);
}
.line
{
    line-height: 3rem;
}
  .navbar {
    background-color: var(--primary-color); 
    padding: 10px 20px;
}

.title-style {
    font-family: 'Arial', sans-serif; /* Replace with your desired font */
    font-size: 5rem; /* Adjust size as needed */
    color: #b8a9a4; /* Text color */
    text-align: center;
    position: relative;
    display: inline-block;
    font-weight: 900;
}

.title-style::before,
.title-style::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 50px; /* Adjust line length */
    height: 1px; /* Adjust line thickness */
    background-color: #b8a9a4; /* Line color */
    transform: translateY(-50%);
}

.title-style::before {
    right: 100%; /* Position to the left of text */
    margin-right: 10px; /* Adjust spacing */
}

.title-style::after {
    left: 100%; /* Position to the right of text */
    margin-left: 10px; /* Adjust spacing */
}


.navbar-brand .logo {
    height: 70px; /* Adjust logo size */
}

.navbar-nav {
    font-size: 14px;
}

.navbar-nav .nav-link {
    color: #ffffff; /* White text for links */
    margin: 0 15px; /* Add spacing between links */
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #f7c08a; /* Light golden hover effect */
}

.request-btn {
    background-color: #b5a089; /* Light Brown Button */
    border: none;
    color: #ffffff; /* White text */
    padding: 5px 15px;
}

.request-btn:hover {
    background-color: #977c64; /* Darker Brown Hover */
}

  
  /* ------------------------- Hero Slider Styles */
  .hero-slider {
    height: 100vh;
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  
  .swiper-slide {
    position: relative;
    overflow: hidden;
  }
  
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
  }
  
  .gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(26, 31, 61, 0) 0%, rgba(26, 31, 61, 0.8) 100%);
  }
  
  .slide-content {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    z-index: 2;
    color: var(--text-color);
    text-align: right;
  }
  
  .slide-content h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
  }
  
  .logo-bottom {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  
  .bottom-logo {
    height: 120px;
    opacity: 0.8;
  }
  
  /*------------------------------- About Section Styles */
#about
{
    position: relative;
    height: 95vh;
    overflow: hidden;
}
ul.nav.nav-tabs {
    background: #ffffff12;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: fit-content;
    flex-direction: column;
    height: 100%; 
    justify-content: center;
    border-radius: 20px; 
    padding: 20px 0; 
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; 
    border:none;
    backdrop-filter: blur(15px) saturate(113%);
-webkit-backdrop-filter: blur(15px) saturate(113%);
background-color: rgba(199,199,199, 0.46);
border-radius: 12px;
position: relative;
z-index: 1000000000;
    
}

.nav-tabs .nav-item {
    margin: 10px 0;
    padding: 0 0px 1px 21px;
}

.nav-tabs .nav-link {
    color: var(--text-color);
    background-color: transparent;
    border: 1px solid var(--primary-color);
    padding: 20px;
    font-size: 16px;
    text-align: center; 
    transition: filter 0.3s ease;
    border: var(--primary-color);
    -webkit-writing-mode: vertical-lr;
    font-size: 2rem;
    
}




.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.active .nav-link {
    filter: blur(0px); 
    background-color: var(--primary-color);
    color: var(--text-color);
    border-color: var(--primary-color);
    border-radius: 0px;

}

.nav-tabs .nav-link {
    filter: blur(1.58px);
    position: relative;
    transition: 0.5s all;
}
.nav-tabs .nav-link button {
    position: relative;
}

.tabs-container {
    padding:  20px 0; 
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    filter: blur(0px); 
    color: var(--text-color);
    background-color: var(--primary-color);
    transition: 0.5s all;
    margin: 0 -5px 0 0;
}

.nav-tabs .nav-link.active::before {
    position: absolute;
    content: '';
    top: -30px;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    z-index: 1000;
    box-shadow: 15px 15px 0 var(--primary-color);
    transition: 0.5s all;
}
.nav-tabs .nav-link.active::after {
    position: absolute;
    content: '';
    bottom: -30px;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    z-index: 1000;
    box-shadow: 15px -15px 0 var(--primary-color);
    transition: 0.5s all;
}
.text-center-phone
{
  text-align: right !important;
}
h1.text-outline {
    text-align: center;
    outline: 50px;
    -webkit-text-stroke-width: thick;
    color: transparent;
    -webkit-text-stroke: 2px #ffffff0d;
    font-size: 18rem !important;
    background-size: 200%;
    background-clip: text;
    -webkit-background-clip: text; 
    transition: background-position 0.2s linear; 
    position: relative;
    top: -47px;
    font-family: "Playfair Display", serif;
}





/*----------------------------- achievement-section  */

.achievement-section {
    position: relative;
    background-image: url('../images/Group.png'); 
    background-size: cover;
    background-position: center;
    background-color: var(--primary-color); /* Background color for the section */
    color: white;
    padding: 150px 0;
}

/* Title Style */
.section-title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    color: var(--secondary-color); /* Matching color for title */
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
}

/* Section Title with Achievements */
.title-achievement-section {
    position: relative;
    display: flex;
    align-items: center; /* Vertically center the text */
    justify-content: center; /* Horizontally center the text */
}

.title-achievement-section h1 {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding: 0 20px; /* Space between the lines and text */
}

.title-achievement-section h1::before,
.title-achievement-section h1::after {
    content: " ";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: var(--secondary-color);
}

.title-achievement-section h1::before {
    left: -311px;
}

.title-achievement-section h1::after {
    right: -311px;
}



/* Section Title with Achievements */
.title-achievement-section-service {
    position: relative;
    display: flex;
    align-items: center; /* Vertically center the text */
    justify-content: center; /* Horizontally center the text */
}

.title-achievement-section-service h1 {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding: 0 20px; /* Space between the lines and text */
}

.title-achievement-section-service h1::before,
.title-achievement-section-service h1::after {
    content: " ";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: var(--secondary-color);
}

.title-achievement-section-service h1::before {
    left: -311px;
}

.title-achievement-section-service h1::after {
    right: -311px;
}



/* Container to hold stats */
.container {
    text-align: center;
}

.custom-number-bg
{
    background-color: var(--bg-card);
    
}
.custom-number-bg .number-box .number
{
    color: var(--secondary-color);
    font-size: 2rem;
    
}

/* Text below number */
p {
    font-size: 1.2rem;
    font-weight: normal;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
}




/*----------------------------- service-section  */


.services-section {
    /* min-height: 100vh; */
    padding: 2rem 0;
    text-align: right !important;
}

.service-item {
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 8px;
    width: fit-content;
}

.service-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    width: fit-content;
}

.service-item.active {
    background-color: rgba(255, 255, 255, 0.15);
    width: fit-content;
}

.arrow-icon {
    width: 24px;
    height: 24px;
    /* background-color: var(--bg-card); */
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}
.arrow-icon img {
    width: 60px;
    background: #ffffff0f;
    padding: 10px;
    border-radius: 10px;
}

.service-item:hover .arrow-icon {
    transform: translateX(-5px);
}

.main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
    transition: opacity 0.3s ease;
}

.image-container {
    position: relative;
    width: 100%;
    height: 600px;
    border-radius: 32px;
    overflow: hidden;
    clip-path: polygon(80% 0, 80% 25%, 80% 43%, 100% 43%, 100% 100%, 34% 100%, 0 100%, 0% 43%, 0 0);
    border-radius: 25px;
}


.image-overlay-circle {
    position: absolute;
    top: -20%;
    right: -32%;
}

.image-overlay-circle  img 
{
    width: 70%;
    animation: circle 20s infinite linear;
}
@keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.service-text {
    color: var(--text-color);
    margin-right: 34px;
}




/* -------------------------- Start accredited-section */

.accredited-section
{
    background-image: url('../images/1.png');
    background-size: cover;
    background-color: var(--text-color);
}


.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 40%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: var(--text-color);
    background: transparent;
    border: 0;

}

.carousel-control-prev {
    right: -80px;
}

.carousel-control-next {
    left: -80px;
}

svg.svg-inline--fa.fa-arrow-right-long {
    color: var(--bg-card);
    font-size: 5rem;
}
svg.svg-inline--fa.fa-arrow-left-long {
    color: var(--bg-card);
    font-size: 5rem;
}


.slider-container {
    display: flex;
    overflow: hidden;
    width: 100%;
  }
  .slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  .slider-item {
    flex: 0 0 25%; /* 4 items per view */
    box-sizing: border-box;
    text-align: right;
    padding: 0 10px;
  }
  .slider-controls {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  .slider-controls button {
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
  }






/* -------------------------- Start contact-us  */

.bg-contact-us
{
    background-image: url('../images/Group.png');
    background-size: cover;
    background-color: var(--primary-color);
}

.bg-contact-us .container
{
    background-color: var(--bg-card);
padding: 100px;
border-radius: 25px;    
}







/* -------------------- Start form  */


input.form-control-custom {
    outline: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #14172f;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
textarea.form-control-custom {
    outline: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #14172f;
    border-radius: 0;
    padding: 0;
    margin: 0;
}


.form-control-custom:focus {
    color: var(--primary-color);
    border-color: var(--secondary-color);
    outline: 0;
    box-shadow: none;
}

.form-control-custom
{
    width: 100%;
    
}



.radio-group {
    display: flex;
    gap: 2rem;
    align-items: center;
  }

  .radio-group label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1.2rem;
    color: #333;
  }

  .radio-group input[type="radio"] {
    display: none;
  }

  .radio-group label span {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 0.5rem;
    border: 2px solid #333;
    border-radius: 50%;
    position: relative;
    background-color: #fff;
    text-align: center;
  }

  .radio-group input[type="radio"]:checked + label span {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
  }

  .radio-group input[type="radio"]:checked + label span::after {
    content: "✔";
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.letter_send
{
    position: absolute;
    bottom: -8%;
    left: -10%;
}
 .bg-custom
 {
    display: flex;
    align-items: center;
    justify-content: center;

 }
 

  .image-contact 
  {
    position: relative;
    top: 5%;

  }
  .image-contact img 
  {
    position: absolute;
  
    right:-70%;
    width: 100%;
    top:-100px;
  }

  .social-media
  {
    position: absolute;
    bottom:0;
    right:0%;
  }











  
  /* ------------------------------- projects */
    
  
  
  /* Previous CSS remains the same */
  .hero-section {
    height: 35vh;
    background: url('../images/project-hero.png') no-repeat center;
    background-size: cover;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero-title {
    font-size: 4rem;
    color: white;
    position: relative;
    z-index: 1;
}

.filter-btn {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 8px 20px;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
}

/* Enhanced Animation Styles */
.gallery-item {
    margin-bottom: 24px;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.5s ease;
    opacity: 1;
    transform: translateY(0);
}

.gallery-item.hidden {
    display: none;
}

.gallery-item.fade-out {
    opacity: 0;
    transform: translateY(20px);
}

.gallery-item.fade-in {
    animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gallery-item:hover {
    transform: scale(1.02);
}

.gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}


.filters-container {
    background-color: var(--primary-color);
    padding: 20px 0;
}


.filter-btn {
    position: relative;
    overflow: hidden;
}

.filter-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.filter-btn:hover::after,
.filter-btn.active::after {
    transform: translateX(0);
}

.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.fade-in {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.hidden {
    display: none;
}
.modal-dialog {
    max-width: 90%;
    width: auto;
}
.modal-body img {
    width: 100%;
    height: auto;
}
.modal-title {
    font-size: 1.5rem;
}


