:root {
  --primary-color: #c19c4f;
  --secondary-color: #ffffff;
  --background-color: #616161;
  --text-color: #333;
  --font-family: "DIN Next LT Arabic";
  --section-spacing: 0.1rem;
  --line-service-color: linear-gradient(90deg,
      #c19c4f 0%,
      #a19576 21.47%,
      #5d6d63 27.56%,
      #5d6d63 91.83%);
}

/* @import url("../Fonts/stylesheet.css"); */
@font-face {
  font-family: 'DIN Next LT Arabic';
  src: url('../Fonts/subset-DINNextLTArabic-Regular.woff2') format('woff2'),
    url('../Fonts/subset-DINNextLTArabic-Regular.woff') format('woff'),
    url('subset-DINNextLTArabic-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100vh;
  width: 100vw;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  padding: 0;
}

body {
  font-family: var(--font-family);

}

.Background-vectors {
  background: url("../Victors/web%20idea.svg");
  background-size: cover;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom;
  width: 100%;


}

@media (max-width: 767.98px) {
  .Background-vectors {
    background: url("../Victors/iPhone\ 16\ -\ 7.svg");

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top 23rem;
    width: 100%;

  }
}

/* Header section */

.main {
  background-image: 
     linear-gradient(270deg, rgba(108, 110, 107, 0.8), rgba(62, 85, 67, 0.8)),
    url(../Images/IdeaMainLogo2.png);

background-repeat: no-repeat;
background-size: cover;
background-position: center 40%; /* Shift image a bit downward */
background-attachment: fixed;
min-height: 100vh;
display: flex;
flex-direction: column;
width: 100%;


}

.Container-header {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 10px;
  position: relative;
}


@media (max-width: 991.98px) and (min-width:576px) {
  .main {
    min-height: 35rem !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .Container-header {
    height: 25rem !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .title-idea {
    margin-top: 10rem;
  }


}

@media (max-width: 575.98px) {
  .main {
    height: 70vh !important;
    padding-bottom: 2rem;
  }

  .Container-header {

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 10px;
    position: relative;
  }

  .title-idea {
    margin-bottom: 8rem;
  }

 
}

.navbar-toggler-icon {
  width: 1.7rem;
  height: 2.5rem;
  background-color: transparent;
  /* removes any gray bg */
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox%3D%270 0 30 30%27 xmlns%3D%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke%3D%27%23c19c4f%27 stroke-width%3D%272%27 stroke-linecap%3D%27round%27 stroke-miterlimit%3D%2710%27 d%3D%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border: none;
  box-shadow: none;
}



.container>nav {
  font-size: 36px;
}

.nav-center-links {
  color: var(--secondary-color);
  padding: 1.2rem 0rem 0rem 0rem;
  font-size: 1.8rem;
  margin-bottom: 1rem;


}



@media (max-width: 991px) {
  .mobile-navbar {
    background: #33473A;
    box-shadow: 10px 20px 20px 0px #00000040;
    z-index: 2;
    padding-bottom: 2rem;
  }

  hr {
    display: none;
  }


}

.btn-Book-service>span {
  font-size: 1.5rem;

}

@media (max-width:767.98px) {
  .btn-Book-service {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px !important;
    margin: auto;
  
    padding: 0px 10px 0px 10px !important;
  }

  .nav-center-links {
    text-align: center;
    font-size: 1rem !important;
  }

  .btn-Book-service>span {
    margin-bottom: 3px;
    font-size: 1rem;
  }

}

@media (min-width:768px) and (max-width: 992px) {
  .btn-Book-service {

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;

    margin: auto;
    width: 8rem !important;
    padding: 3px 3px 3px 3px !important;



  }

  .btn-Book-service>span {
    display: block;


    font-family: var(--font-family);
    font-weight: 400;
    text-align: center;
    padding-bottom: 4px;
    font-size: 1.5rem;

  }

  .nav-center-links {
    text-align: center;
    font-size: 22px !important;
  }


}


.btn-Book-service {


  text-align: center;
  background-color: var(--primary-color);
  color: var(--background-color);
  border-color: transparent;
  border-radius: 30px;
  max-width: 190px;


  padding: 0rem 0.7rem;


  font-weight: 400;
  line-height: 100%;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .btn-Book-service {


    padding: 0.1rem 0.6rem;
    white-space: nowrap;
  }

  .btn-Book-service > span {
    position: relative;
    top: -5px; 
   
    white-space: nowrap;
  }
}



.btn-Book-service:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.logo {
width: 105.15617370605469px;
height: 112.68800354003906px;

}

.navbar-toggler:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(193, 156, 79, 0.5);
}

@media (max-width:992px) and (min-width:576px) {
  .logo {
    width: 3.5rem;
    height: 3.5rem;
  }

}

@media (max-width: 575.98px) {
  .logo {
    width: 60.15617370605469px;
    height: auto;
  }
}

hr {
  width: 90%;

  margin: 2rem auto;
  border: 1px solid rgba(255, 255, 255, 0.4);
  opacity: 0.52;
  position: relative;
}

@media (max-width: 767.98px) {
  .title-idea>h1 {
    font-size: 34px;
  }

  .title-idea>span {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .title-idea>h1 {
    font-size: 38px;
  }

  .title-idea>span {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .title-idea>h1 {
    font-size: 50px;
  }

  .title-idea>span {
    font-size: 50px;
  }
}

#title-idea{
  height: 100vh;
    display: flex; 
       justify-content: center;
    align-items: center;
}
.title-idea {
  text-align: center;
  color: var(--secondary-color);


  width: 80%;
  
 
}

@media (min-width: 992px) {
  .title-idea {
    width: 46.5rem;
    margin-bottom: 5rem;
  }
}

.idea-word {
  color: var(--primary-color);
  font-weight: 400;

  line-height: 0;
  letter-spacing: 0;
  text-align: center;
}

/* 


/* الزر الأساسي: اعرف أكثر */
.btn-about-us {
  width: 100%;
  max-width: 392px;
  height: 100%;
  max-height: 80px;

  border: 1px solid var(--bs-secondary);
  background-color: #c19c4f;
  color: #36493e;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}

/* الزر الثانوي: طلب استشارة */
/* .btn-consultation-request {
  width: 100%;
  max-width: 390px;
  height: 100%;
  max-height: 80px;

  border: 1px solid var(--bs-secondary);
  background-color: transparent;
  color: #c19c4f;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}


.btn-about-us,
.btn-consultation-request {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-size: 1.5rem;
} */

/* @media (max-width: 991.98px) {
  
  .btn-about-us,
  .btn-consultation-request {
    font-size: 1.1rem;
    max-height: 55px;
  }
}

@media (max-width: 767.98px) {
  .btn-about-us,
  .btn-consultation-request {
    font-size: 0.94rem;
    max-height: 45px;
  }
} */

/* .btn-about-us:active,
.btn-consultation-request:active, */
.company-pdf {
  transform: scale(0.95);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* About us section */

main>.about-us {
    

      background-image:linear-gradient(270deg, rgba(108, 110, 107, 0.8), rgba(62, 85, 67, 0.8)),
    url(../Images/about-us.jpeg);


  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;

  background-position: center, center;

  width: 100vw;
  height: 100%;
  margin-top: var(--section-spacing);
}

@media (min-width:992px){
  main{
    height: 100vh;
  }
}
.about-us-content {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

@media (max-width: 767.98px) {
  .about-us-img {
    border-radius: 20px !important;
        height: auto;

  }

  main>.about-us {
    margin-top: calc(var(--section-spacing) / 2);
  }
}


.about-us-img {

    max-width: 600.600px;
    width: 100%;
    height: 544.567871px;
    object-fit: fill;
    object-position: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 121px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin: auto;
}
@media (max-height: 790px) {
  .about-us-img {
    max-height: 300px;
    width: 100%;
  }
  .about-us-text{
    font-size: 16px !important;
  }
  .about-us-content{
    padding-top: 0px !important;
    /*margin-bottom: 2rem;*/
    
  }
}
@media (max-width: 575.98px){
  .about-us-img{
    height: auto;
  }
}


#about-us-title {

  letter-spacing: 1;
  font-size: 2.5rem;
  max-width: 100%;
  color: var(--primary-color);
}

/* Media Queries for More Control */
@media (min-width: 768px) {
  #about-us-title {
    font-size: 48px;
   
  }


  
}


.about-us-text {
  color: var(--secondary-color);
  text-align: justify;
  font-weight: 400;
  font-size: 24px;
  width: 100%;
  letter-spacing: 0.01rem;
  max-width: 680px;
  height: auto;
  padding: 0 0.3rem;
  box-sizing: border-box;
    text-justify:inter-character;

}

@media (min-width:992px) and (max-width:1200px){
  .about-us-text{

    font-size:22px;
  }
}
@media (max-width: 480px) {
  .about-us-text {
    font-size: 0.9rem !important;
    margin-top: 2rem;
    margin-bottom: 3rem;

  }
}

/* تحسين على الشاشات الصغيرة */
@media (max-width: 767.98px) {
  .about-us-text {
    font-size: 1rem;
    margin: 2rem auto;

  }
}


.about-us-right-side {
  padding-right: 1.5rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #about-us-title {
    font-size: 64px;
  }

.about-us-img {
  max-width: 355px;
  width: 100%;
  height: 500px; 
  object-fit: fill;
  object-position: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: auto;
}


  .about-us-right-side {
    margin: 9rem 0px;
    height: 50rem;
  }

  .about-us-text {
    font-size: 24px;
    margin-top: 6rem;
  }

  .about-us-content {
    align-items: stretch !important;
  }
}

/* our services */

.OurServices {
  margin-top: var(--section-spacing);

}

.OurServices>.ourservice-title {
  background: linear-gradient(70deg, rgba(93, 98, 97, 0.9) 0%, rgba(56, 76, 65, 0.9) 100%);
}

@media (max-width: 767.98px) {
  .OurServices>.ourservice-title {
    margin-top: calc(var(--section-spacing) / 2);
  }
}

.OurServices>.row>.ourservice-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ourservice-img{
 
    /* height: 100%;
    height: 20rem; */
    /* background-position: right; */
    /* background: url(../Images/ourservice.png);
    background-size: 100% 105%;
    background-position: center bottom -1rem;
    border-top-left-radius: 230px;
    background-repeat: no-repeat; */


}
@media (min-width: 992px) {
  .OurServices>.row>.ourservice-img>img {
  width: 100%;
        height:20rem;
        object-fit: fill;
  }
}
.OurServices>.row>.ourservice-img {
  /* border-top-left-radius: 20px;
  border-top-right-radius: 230px;

  border-bottom-left-radius: 20px; */
}
.OurServices>.row>.ourservice-img>img {
  border-top-left-radius: 20px;
  border-top-right-radius: 230px;
/* object-fit: cover;
    object-position: center; */
  border-bottom-left-radius: 20px;
}

@media (max-width: 575.98px) {
  .OurServices>.row>.ourservice-title>h3 {
    font-size: 1.5rem !important;
  }

  .Line-Service-Color {}

    .OurServices>.row>.ourservice-img {
    /* border-top-right-radius: 65.15px; */

  }
  .OurServices>.row>.ourservice-img>img {
    border-top-right-radius: 65.15px;

  }
}

@media (min-width: 576px) and (max-width: 980px) {
  .OurServices>.row>.ourservice-title>h3 {
    font-size: 2rem !important;
  }
}

.OurServices>.row>.ourservice-title>h3 {
  font-size: 4.5rem;

  color: var(--primary-color);
  line-height: 100%;
  font-weight: 400 !important;
}


.Line-Service-Color {
  background: linear-gradient(90deg, #C19C4F 0%, #A19576 21.47%, #5D6D63 27.56%, #5D6D63 91.83%);
  display: block;
  height: 1rem;
}

.Line-Service-Color-middle {
  display: block;
  height: 1rem;
  background: linear-gradient(90deg,
      #eec38c 0%,
      #a19576 21.47%,
      #ffffff 27.56%,
      #ffffff 91.83%);
}





@media (min-width: 768px) and (max-width: 991.98px) {
  .service-card {

    height: 330px !important;
    border-radius: 1rem;

    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
  }

  .service-card-middle {
    height: 100% !important;
    border-radius: 1rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
  }

  .service-box {
    padding: 1.5rem;

  }

  .service-icon {
    width: 80px !important;
    height: 80px !important;
    margin-top: 0.5rem;
  }

  .service-icon-middle {
    margin-bottom: 12rem;

  }

  .service-icon-box {
    margin-top: 0;
  }

  .service-text-box-middle {
    font-size: 1.3rem !important;
    line-height: 1.7;
    color: #333;

  }

  .service-text-box {
    margin-top: 1.5rem !important;
    font-size: 1.3rem !important;
    line-height: 1.7;
    color: #333;
    padding: 0rem 1rem;

  }

  .service-text,
  .service-text-middle {
    font-size: 1.3rem !important;
  
  }

  .Line-Service-Color,
  .Line-Service-Color-middle {
    height: 0.5rem;
  }
}


.service-card-middle {
  box-shadow: 0px 40px 50px 0px #00000040;
  height: 100%;
  width: 100%;
  cursor: pointer;

  background-color: #5d6d63;
}

.service-card {
  cursor: pointer;

  box-shadow: 0px 40px 50px 0px #00000040;
  height: 45vh;
  width: 100%;

  background-color: white;
}

.service-icon {
  width: 120px;
  height: 120px;
}

.service-card-middle>.service-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.service-card-middle>.service-box>.service-icon-box {
  height: auto;

  max-height: 7rem;

  
}

.service-icon-box {
  margin-top: 2rem;
}

.service-text-box {
  font-weight: 400;
  font-size: 1.5rem;
  margin-top: 0.5rem;

  color: #5d6d63;
  line-height: 1.8;
}

.service-text-box-middle {

  font-weight: 400;
  color: #5d6d63;
  line-height: 147%;
  text-align: center;
}


.service-text-middle {
  font-weight: 400;
  font-size: 1.7rem;
  margin-top: 0.5rem;

  color: var(--secondary-color);
  line-height: 147%;
}

@media (max-width: 767.98px) {

  .service-card,
  .service-card-middle {
    position: relative;
    background-color: #5d6d63;

    height: auto;
    width: auto;
    max-width: 25rem;
    margin: 0rem auto;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .service-icon {
    width: 70px;
    height: 70px;
    margin-top: 0;
  }

  .service-icon-box {
    margin-top: 0;
  }

  .service-text-box,
  .service-text-box-middle {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    position: static;
    transform: none;
    left: auto;
    top: auto;
  }

  .service-text,
  .service-text-middle {
    font-size: 1rem;
    margin: 0;
    color: var(--secondary-color);
  }



  .Line-Service-Color,
  .Line-Service-Color-middle {
    display: block;

    position: absolute;
    top: 0;
    height: 0.5rem;
    width: 100%;
    background: linear-gradient(90deg,
        #eec38c 0%,
        #a19576 21.47%,
        #ffffff 27.56%,
        #ffffff 91.83%);
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
}

/* clients */

.Clients {
  margin-top: 2rem;
}

.Client-section {
  background: linear-gradient(270deg, rgba(93, 98, 97, 0.9) 0%, rgba(56, 76, 65, 0.9) 100%);


  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;

}
.clients-background {
    height: 20rem; 
    background: url(../Images/Clients/client.png);
    background-size: 100% 100%; /* Stretches image to fit */
    background-repeat: no-repeat;
    background-position: center;

}


@media (min-width:992px) {

  .client-image {
    width: 100%;
    height: 20rem;
  }
}
.clients-background {
    border-top-left-radius: 230px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.client-image {
  margin-left: 0.8rem;
  border-top-left-radius: 230px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;

}

.client-text {
  font-weight: 400 !important;
  font-size: 4.5rem !important;
  font-family: var(--font-family);
  color: var(--primary-color);

}


@media (max-width: 575.98px) {
  .client-text {
    font-size: 1.5rem !important;
  }

  .Clients {
    margin-top:0.4rem;

  }
.clients-background {
     border-top-left-radius: 65px;

}
  .client-image {
    border-top-left-radius: 65px;


  }
}

@media (min-width: 576px) and (max-width: 980px) {
  .client-text {
    font-size: 2rem !important;
  }
}




.client-v-line {
  height: 11rem;
  width: 15rem;


  border-bottom-right-radius: 100px;
  background: linear-gradient(270deg, rgba(93, 98, 97, 0.9) 0%, rgba(56, 76, 65, 0.9) 100%);

  margin-right: -12px;
  border-width: 0;
  border-style: none;
}


@media (max-width: 575.98px) {
  .client-v-line {
    height: 15vh;
    width: 7rem;
  }

}

@media (max-width: 991.98px) {
  .slider-logo img {
    max-width: 75px;

    object-fit: contain;
  }
}

@media ((min-width:576px) and (max-width: 991.98px)) {
  .client-v-line {
    height: 12rem;
    width: 12rem;
  }


}

.client-logos {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  white-space: nowrap;


}


.effect {
  display: flex;
}

.slider-logo {
  display: inline-block;
  animation: 40s scroll infinite linear;
  transition: 2s;

}



.slider-logo img {
  width: 130px;
  margin-right: 5rem;
  flex-shrink: 0;
}



@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}


/* Contact Section */
.contact {

  background: linear-gradient(270deg, rgba(93, 98, 97, 0.9) 0%, rgba(56, 76, 65, 0.9) 100%);
  width: 100%;
  height: 210px;
  margin-top: 2rem;

}

@media (max-width:767.98px) {
  .contact {
 
    margin-top: 1rem;
  }
}
.contact-info>div {
  text-align: -webkit-match-parent;
}

/* Main heading */
.contact>div>h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

/* Email and Phone number base style */
.email,
.phone-number {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 5px;
  word-break: break-word;
}


@media (min-width: 992px) {

  .email-icon,
  .whatsapp-icon {

    margin-bottom: 8px;

  }
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .contact {
    height: 170px;
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;



  }

  .email,
  .phone-number {
    font-size: 1.3rem;
    letter-spacing: 3px;
  }

  .contact>div>h2 {
    font-size: 2rem;
  }

  .email-icon,
  .whatsapp-icon {
    width: 30px;
    height: 30px;
  }
}


@media (max-width: 576px) {

  .email,
  .phone-number {
    font-size: 0.85rem;
    letter-spacing: 1px;
    padding-top: 4px;
  }

  .contact {
    padding: 0.6rem 0.6rem 0.6rem 0.6rem;

    height: 22vh !important;
  }

  .contact>div>h2 {
    font-size: 1.4rem;
  }

  .email-icon,
  .whatsapp-icon {

    width: 28px;
    height: 28px;
  }

}



a {
  text-decoration: none;
  list-style: none;
}


a>span {
  font-weight: 400 !important;
  font-size: clamp(1rem, 2vw, 2rem);
  color: #616161;
}


.url-link {
  letter-spacing: 11px;
  font-size: clamp(1rem, 2vw, 2rem);

}
@media (max-width:567px){
  .url-link {
  letter-spacing: 4px;
  font-size: clamp(1rem, 2vw, 2rem);
}}
.company-pdf {
  height: 4rem;
  margin: 2rem auto 0rem auto;
  color: #35483C;
  width: 65%;

  margin-bottom: 7px;

  max-width: 30rem;
  padding: 1.3rem 1rem;
  background: var(--primary-color);
  border-radius: 20px;
  box-shadow: 0px 20px 20px 0px #00000040;
  text-align: center;

}

.Download-Idea-pdf {
  font-family: var(--font-family);
  font-weight: 400 !important;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 5px;
}

.company-pdf-img {
  height: 2rem;
  width: 1.5rem;
}

@media (max-width: 1024px) and (min-width: 768.98px) {
  .Download-Idea-pdf {
    font-size: 1.4rem;
    
  }
  .company-pdf{
        width: 48%;
            height: 3.5rem;


  }

}

@media (min-width:577px) and (max-width: 768.98px) {
  .company-pdf {
    height: 3.5rem;
    width: 64%;
    margin: calc(var(--section-spacing) / 2) auto;
  }

  .Download-Idea-pdf {
    font-size: 1.5rem;
  }




}

@media (max-width: 576px) {
  .Download-Idea-pdf {
    font-size: 0.85rem;
  }

  .company-pdf {
    height: 2rem !important;
    margin: 1rem auto 0rem auto;
    color: #35483C;
    width: 65%;
    margin-bottom: 7px;
    max-width: 575px;
    background: var(--primary-color);
    border-radius: 20px;
    box-shadow: 0px 20px 20px 0px #00000040;
    text-align: center;
  }

  .company-pdf-img {
    height: 1.5rem;
    width: 1.5rem;
  }
}


/* service details */
#service-details {
  padding: 2rem 0;
}

#service-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
}


#service-details>.section-container>#service-items {
  text-align: justify;
  text-justify: inter-character;
}

.context {
  font-size: 1.8rem;

}

button span {
  font-weight: 500;
  font-size: 1.6rem;
}

/* ========== زر الرجوع ========== */
#back-button {
  width: 80%;
  max-width: 385px;
  height: 60px;
  border-radius: 10px;
  background: #C19C4F;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 0 20px;
  border: none;
  font-size: 1.2rem;
}

/* ========== خط الفاصل ========== */
.line-column {
  position: relative;
  height: auto;
  min-height: 25rem;
  width: 1%;
}

.line {
  position: absolute;
  left: 0;
  top: 10%;
  height: 70%;
  border-left: 1px solid #35473f;
}

/* ========== أجهزة التابلت ========== */
@media (max-width: 991.98px) {
  .line-column {
    display: none;
  }

  h3 {
    font-size: 2.2rem;
  }

  .context {
    font-size: 1.4rem;
  }

  #service-image {
    width: 150px !important;
    height: auto !important;
    margin-bottom: 1rem;
  }

  .tablet-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #back-button {
    margin: 0.9rem;
  }
}

/* ========== أجهزة الجوال ========== */
@media (max-width: 576px) {
  #service-details {
    padding: 1rem;
  }

  h3 {
    font-size: 1.8rem;
    text-align: center;
  }

  .context {
    font-size: 1.1rem;
    text-align: justify;
  }

  #back-button {
    width: 90%;
    height: 50px;
    font-size: 1rem;
    margin-top: 1.5rem;
  }

  button span {
    font-size: 1.2rem;
  }

  .back-button-desktop {
    display: none !important;
  }

  .line-column {
    display: none !important;
  }

  #service-image {
    width: 85px !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
  }

  #service-items {
    margin-top: 1.5rem;
  }
}
