.profile_view_section {
  position: relative;
  padding-top: max(52%, 324px);
  width: 100%;
  height: 0;
}

@media screen and (max-width: 480px) {

  .profile_view_section {
    padding-top: max(100vh, 324px);
  }
}

.example-marquee h1 {
  color: #fff;
  font-weight: 600;
  width: 100%;
  margin: 0 auto;
  font-size: 1.5em;
  line-height: 1.2em;
  ;
  text-transform: uppercase;
  /*font-family: "Noto Kufi Arabic", sans-serif;*/
  /*font-family: 'Poppins', sans-serif !important;*/
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}

.prague-header {
  justify-content: center;
}

/*BANNER */


.stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0;
  flex-direction: row;
}


.stat-box {
  border-radius: 15px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
  padding: 14px 2px;
  width: 220px;
  text-align: center;
  transition: 0.3s ease-in-out;
}

.stat-box:hover {
  transform: scale(1.05);
}

.stat-number {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 16px;
  color: #fff9f9;
  font-weight: 600;
}

.example-marquee .btn-open {
  background: #c7551d;
  margin-top: 1em;
}

@media (max-width: 600px) {
  .about-section-page .stat-box {
    width: 100%;
  }

  .about-section-page .about-title {
    font-size: 28px;
  }

  .example-marquee .btn-open {
    margin-top: 0;
    padding: 7px;
    font-size: 13px;
  }

}

.heading .content p:not(:last-child) {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .example-marquee .content {
    min-height: 303px;
  }
}

@media only screen and (max-width: 900px) {
  .example-marquee h1 {
    font-weight: 400;
    margin: 0;
  }
}


/*SERVICES*/




.services-section-inner {
  padding: 60px 40px;
  max-width: 1400px;
  margin: auto;
}

.services-section-inner .section-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
}



.services-section-inner h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 auto;
  width: 50%;
  text-align: center;
}



.services-section-inner .service-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.services-section-inner .center-on-last-row:nth-last-child(2) {
  grid-column-start: 2;
}

.services-section-inner .service-box {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  border-radius: 10px;
  border: 1px solid #e0dbdb;
}

.services-section-inner .service-box:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.services-section-inner .service-icon {
  font-size: 40px;
  color: #5bbc48;
  margin-bottom: 15px;
}

.services-section-inner .service-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.services-section-inner .read-more {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .services-section-inner .service-boxes {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .services-section-inner .service-boxes {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-section-inner .center-on-last-row:nth-last-child(2) {
    grid-column-start: unset;
  }
}

@media screen and (max-width: 480px) {


  .services-section-inner h2 {
    font-size: 32px;
    width: 100%;
  }
}

.services-section-home {
  background-image: url('img/bg/serives_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}






.service-icon img {
  width: 100px;
}

@media screen and (max-width: 480px) {

  .services-section-inner .service-title {
    font-size: 14px;
    line-height: 17px;
  }

  .services-section-inner .service-boxes {
    gap: 10px;
  }

}




.learn-more {

  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 18px;
  letter-spacing: 1.5px;
  font-weight: 700;
  background-color: transparent;
  border: none;
  color: #111111;
  border-radius: 0;
  padding: 7px 7px 7px 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  position: relative;
  background-image: url(../img/arrow-btn.png);
  background-repeat: no-repeat;
  background-position: 9% 43%;
}

/*PROPERTYTYPE*/

.services-container-section {
  display: flex;
  /*height: 500px;*/
  height: 700px;
  position: relative;
  overflow: hidden;
  background-image: url(img/Abu-Dhabi_city.jpg);
  background-size: cover;
  background-position: center center;

  /*transition: background-image 0.1s ease; */
  /* Smooth transition */
}

.service-columns-section {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.service-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  color: white;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  justify-content: space-between;
  align-items: center;
}

.service-column::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.service-column:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}



.service-column:hover {
  background: rgb(0 0 0 / 27%);
}

.service-column h2 {
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 27px;
}

.service-column p {
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}

.learn-more-section {


  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
  display: inline-block;
  width: fit-content;
  color: #fff !important;
}

@media screen and (max-width: 480px) {

  .services-container-section {
    height: auto;
    flex-direction: column;
  }

}

@media screen and (min-width: 768px) {
  .multi_btn_container {
    position: relative;
    top: 4em;
  }
}

/*multi btn*/
/* Background gradient to match the teal/turquoise cityscape */
.multi_btn_container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* Container for the tabs */
.multi_container {
  width: 100%;
  max-width: 665px;
  /*background-color: rgb(198 198 198 / 25%);*/


  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: rgba(60, 60, 67, .18);
  border: 1px solid rgba(235, 235, 245, .18);
  border-radius: 12px;

}

/* Tabs navigation */
/*.multi_container  .tabs {*/
/*  display: flex;*/
/*  background-color: rgba(255, 255, 255, 0.9);*/
/*  border-radius: 50px;*/
/*  padding: 8px;*/
/*  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
/*}*/

.multi_container .tabs {
  justify-content: center;
  display: flex;
  gap: 5px;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.multi_container h3 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  margin-top: 0.7em;
}

/* Individual tab buttons */
.multi_container .tab-btn {
  flex: 1;
  padding: 10px 15px;
  border: none;
  background: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  transition: all 0.3s ease;
  outline: none;
  font-family: "Noto Kufi Arabic", sans-serif;
}

/* Hover effect for tabs */
.multi_container .tab-btn:hover:not(.active) {
  background-color: rgb(149 54 7);
}

/* Active tab styling */
.multi_container .tab-btn {
  color: white;
}

.multi_container .tab-btn.active {
  background-color: rgb(149 54 7);
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .multi_container .tab-btn {
    padding: 8px 10px;
    font-size: 12px;
  }

  .multi_container h3 {
    display: none;
  }
}

@media (max-width: 400px) {
  .multi_container .tabs {
    padding: 5px;
  }

  .multi_container .tab-btn {
    padding: 6px 8px;
    font-size: 11px;
  }

}

/*multi btn*/


/*#servicesModal .btn-open {*/
/*  padding: 12px 24px;*/
/*  background-color: #007bff;*/
/*  color: white;*/
/*  border: none;*/
/*  border-radius: 8px;*/
/*  font-size: 16px;*/
/*  cursor: pointer;*/
/*}*/

/*#servicesModal .btn-open:hover {*/
/*  background-color: #0056b3;*/
/*}*/

/* Modal Styles */
/*#servicesModal  {*/
/*  display: none;*/
/*  position: fixed;*/
/*  z-index: 1000;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  overflow: auto;*/
/*  background-color: rgba(0,0,0,0.4);*/
/*}*/

/*#servicesModal .modal-content {*/
/*  background-color: #fff;*/
/*  margin: 10% auto;*/
/*  padding: 30px;*/
/*  width: 80%;*/
/*  max-width: 600px;*/
/*  box-shadow: 0 4px 20px rgba(0,0,0,0.2);*/
/*  position: relative;*/
/*}*/

/*#servicesModal .modal-header {*/
/*  font-size: 22px;*/
/*  margin-bottom: 20px;*/
/*  font-weight: bold;*/
/*}*/

/*#servicesModal .modal-close {*/
/*  position: absolute;*/
/*  top: 15px;*/
/*  right: 20px;*/
/*  font-size: 24px;*/
/*  cursor: pointer;*/
/*}*/

/*#servicesModal .service-row {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  background: #f1f1f1;*/
/*  padding: 15px 20px;*/
/*  margin-bottom: 15px;*/
/*  border-radius: 8px;*/
/*  transition: 0.3s ease;*/
/*}*/

/*#servicesModal .service-row:hover {*/
/*  background-color: #e0e0e0;*/
/*  transform: scale(1.01);*/
/*}*/

/*#servicesModal .service-text {*/
/*  font-weight: 600;*/
/*  font-size: 16px;*/
/*}*/

/*#servicesModal .contact-btn {*/
/*  padding: 8px 16px;*/
/*  background-color: #007bff;*/
/*  border: none;*/
/*  color: white;*/
/*  cursor: pointer;*/
/*  transition: background-color 0.3s ease;*/
/*}*/

/*#servicesModal .contact-btn:hover {*/
/*  background-color: #0056b3;*/
/*}*/


.counter-container {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  width: 100%;
  /*text-align: right;*/
}


.counters>div {
  margin-bottom: 25px;
  font-size: 29px;
  text-transform: uppercase;
  color: #ffffffcc;
  font-family: "Satisfy", cursive;
  text-transform: capitalize;
}

.counter,
.year-counter {
  display: inline-block;
  font-size: 36px;
  color: #a3afa1;
  font-weight: bold;
  text-shadow: 0 0 10px #5abd48;
}

.counters>div:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .counter-container {
    display: none;
    padding: 30px;
    font-size: 16px;
  }

  .counter,
  .year-counter {
    font-size: 28px;
  }
}




#servicesModal .btn-open {
  padding: 12px 24px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

#servicesModal .btn-open:hover {
  background-color: #0056b3;
}

/* Modal Styles */
#servicesModal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

#servicesModal .modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 30px;
  width: 80%;
  max-width: 600px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  position: relative;
}

#servicesModal .modal-header {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
}

#servicesModal .modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

#servicesModal .service-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f1f1f1;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  transition: 0.3s ease;
}

#servicesModal .service-row:hover {
  background-color: #e0e0e0;
  transform: scale(1.01);
}

#servicesModal .service-text {
  font-weight: 600;
  font-size: 16px;
}

#servicesModal .contact-btn {
  padding: 8px 16px;
  background-color: #007bff;
  border: none;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#servicesModal .contact-btn:hover {
  background-color: #0056b3;
}

.download-section {
  background-color: #f6f6f6;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  text-align: center;
  transition: transform 0.3s ease;
}

.download-section:hover {
  transform: translateY(-5px);
}

.profile-title {
  color: #111111;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.profile-description {
  color: #5d6778;
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 600px;
}

.download-button {
  display: inline-block;
  background-color: #c7551d;
  color: white;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(52, 152, 219, 0.2);
}

.download-button:hover {
  color: white !important;
}

/*.download-button:hover {*/
/*    background-color: #2980b9;*/
/*    box-shadow: 0 6px 12px rgba(52, 152, 219, 0.3);*/
/*    transform: translateY(-2px);*/
/*}*/

.download-icon {
  margin-right: 10px;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .download-section {
    padding: 30px 20px;
  }

  .profile-title {
    font-size: 2rem;
  }
}



.our_clients .section-title h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: center;
}







/*.read-more {*/
/*    display: inline-block;*/
/*    padding: 10px 17px;*/
/*    background-color: #3498db;*/
/*    color: white;*/
/*    text-decoration: none;*/
/*    border-radius: 30px;*/
/*    font-weight: 600;*/
/*    text-transform: uppercase;*/
/*    font-size: 9px;*/
/*    letter-spacing: 1px;*/
/* opacity: 0; */
/*    transform: translateY(20px);*/
/*    transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s, background-color 0.3s;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*        margin-top: 2em;*/
/*}*/

/*.read-more:hover {*/
/*    background-color: #2980b9;*/
/*}*/





.brnd-col {
  text-align: center;
  margin: 10px;
}

.brnd-col img {
  max-width: 150px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.carousel-wrap {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.our_clients .owl-nav {
  display: none;
}

.our_clients .owl-dots {
  display: none;
}






/*.services {*/
/*    padding: 100px 20px;*/
/*    background-color: white;*/
/*}*/

/*.services-wrapper {*/
/*    max-width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/

/*.section-title {*/
/*    text-align: center;*/
/*    margin-bottom: 60px;*/
/*    position: relative;*/
/*}*/

/*.section-title h2 {*/
/*    font-size: 2.5rem;*/
/*    color: #111111;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.section-title p {*/
/*    font-size: 1.1rem;*/
/*    color: #555;*/
/*    max-width: 600px;*/
/*    margin: 0 auto;*/
/*}*/

/*.section-title::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -15px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    width: 80px;*/
/*    height: 3px;*/
/*    background-color: #66bc46;*/
/*    visibility: hidden;*/
/*}*/

/*.services-grid {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
/*    gap: 30px;*/
/*}*/

/*.service-card {*/
/*    background-color: #f8f9fa;*/
/*    border-radius: 15px;*/
/*    padding: 35px;*/
/*    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);*/
/*    transition: transform 0.3s, box-shadow 0.3s;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*.service-card:hover {*/
/*    transform: translateY(-10px);*/
/*    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);*/
/*}*/

/*.service-icon {*/
/*    font-size: 3rem;*/
/*    color: #66bc46;*/
/*    margin-bottom: 20px;*/
/*    display: inline-block;*/
/*    transition: transform 0.5s;*/
/*}*/

/*.service-card:hover .service-icon {*/
/*    transform: rotateY(360deg);*/
/*}*/

/*.service-title {*/
/*    font-size: 1.5rem;*/
/*    margin-bottom: 15px;*/
/*    color: #111111;*/
/*}*/

/*.service-desc {*/
/*    color: #555;*/
/*    line-height: 1.6;*/
/*}*/

/*.service-card::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 5px;*/
/*    height: 0;*/
/*    background-color: #66bc46;*/
/*    transition: height 0.3s;*/
/*}*/

/*.service-card:hover::before {*/
/*    height: 100%;*/
/*}*/

/* Animation for service cards */
/*@media (max-width: 768px) {*/
/*    .services-grid {*/
/*        grid-template-columns: 1fr;*/
/*    }*/
/*}*/







.about-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  max-width: 1200px;
  margin: 0rem auto;
  padding: 0 2rem;
}



.image-container {
  flex: 0 0 auto;
  /* Changed to prevent growing/shrinking */
  width: 230px;
  /* Set fixed width */
  height: 150px;
  /* Set fixed height for perfect circle if needed */
  border-radius: 6px;
  overflow: hidden;
  /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
  display: flex;
  /* Added for centering */
  align-items: center;
  /* Centers vertically */
  justify-content: center;
  /* Centers horizontally */
  padding: 0.5em;
  margin: 0 auto;
}

.about-image {
  width: 100%;
  /* Makes image fill container */
  height: auto;
  /* Maintains aspect ratio */
  object-fit: cover;
  /* Ensures image covers area without distortion */
}

.content-container {
  flex: 1;
  min-width: 300px;
}

.about-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.about-image:hover {
  transform: scale(1.02);
}

.about-title {
  margin: 0 0 1.5rem 0;
  font-size: 2.2rem;
  color: #2c3e50;
  font-weight: 700;
  position: relative;
  padding-bottom: 0.5rem;
  text-align: center;
  text-transform: uppercase;
}

/*.about-title:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 60px;*/
/*    height: 3px;*/
/*    background: #e74c3c;*/
/*}*/

.about-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  /* Start from center */
  transform: translateX(-50%);
  /* Shift back by 50% of its own width */
  width: 60px;
  height: 3px;
  background: #e74c3c;
}

.about-content {
  color: #34495e;
  line-height: 1.7;
  font-size: 1.05rem;
}

.about-content p {
  margin-bottom: 1.5rem;
  text-align: right;
}

/*.about-content p:last-of-type {*/
/*  margin-bottom: 0;*/
/*  width: 75%;*/
/*    margin: 0 auto;*/
/*}*/


.about-content b {
  color: #2c3e50;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1.8rem;
  background: #e74c3c;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.about-btn:hover {
  background: #c0392b;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.a-btn-line {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: white;
  margin-right: 10px;
  transition: width 0.3s ease;
}

.about-btn:hover .a-btn-line {
  width: 30px;
}

@media (max-width: 768px) {
  .about-container {
    padding: 1.5rem;
    gap: 2rem;
  }

  .about-title {
    font-size: 1.8rem;
    text-align: left;
  }

  .about-content p {
    text-align: left;
  }

  .service-columns-section {
    flex-direction: column;
  }

  .services-container-section {
    height: 100%;
  }
}