
.ptb-100{
    padding:100px 0;
}
.pt-90{
    padding-top:90px;
}
.pt-100{
    padding-top:100px;
}
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


.icon-badge img {
    width: 39px;
}
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #ffffff;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hero-title {
   font-size: 58.453px;
    font-weight: 300;
    line-height: 1.2;
    margin-top: auto;
    color: #fff;
    font-family: "Helvetica Neue LT Arabic";
}
h2.hero-title2 {
    margin-bottom: auto;
    margin-top: 20px;
}

.hero-btn {
   border-radius: 10px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    color: #FFF;
    font-family: "Helvetica Neue LT Arabic";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
        padding: 13px 40px;
    text-decoration: none;
}

.hero-btn:hover {
    background-color: #b8965a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(201, 167, 107, 0.3);
    color: #ffffff;
}

.fullpage-wrapper {
    position: relative;
}

.fullpage-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.parallax-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    will-change: transform;
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 2;
}

.section-content {
    position: relative;
    z-index: 3;
    width: 100%;
    color: #ffffff;
}

.section-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.section-description {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    max-width: 600px;
    color: rgba(255, 255, 255, 0.9);
}

.btn-white {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 1rem 2.5rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-white:hover {
    background-color: #ffffff;
    color: #1a1a1a;
}

.projects-slider-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #0a0a0a;
}

.projectsFullSwiper {
    width: 100%;
    height: 100%;
}

.project-full-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.project-full-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}

.project-content {
    position: absolute;
    bottom: 4rem;
    left: 0;
    right: 0;
    z-index: 3;
    color: #ffffff;
}

.project-name {
    margin-bottom: 0.5rem;
    color: #FFF;
    font-family: "Helvetica Neue LT Arabic";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 51.304px;
}

.project-cat {
        margin-bottom: 1.5rem;
    color: #FFF;
    font-family: "Helvetica Neue LT Arabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.project-actions {
    display: flex;
    gap: 1.5rem;
    margin-top: 1.5rem;
    align-items: center;
}

.btn-view {
   text-decoration: none;
    transition: all 0.3s 
ease;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    padding: 13px 50px;
    color: #FFF;
    font-family: "Helvetica Neue LT Arabic";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.542px;
}
.project-actions a.btn-all {
    background: transparent;
    padding: 0;
    backdrop-filter: none;
    color: #FFF;
    font-family: "Helvetica Neue LT Arabic";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.542px; /* 133.333% */
    padding-left: 40px;
   
}

.btn-view:hover {
    color: #c9a76b;
}

.btn-all {
       text-decoration: none;
    transition: all 0.3s 
ease;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    color: #FFF;
    font-family: "Helvetica Neue LT Arabic";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.542px;
    padding: 13px 63px;
}
.featured-project-content .col-md-3 {
    display: flex;
    justify-content: end;
    align-items: end;
}
.btn-all:hover {
    background-color: #ffffff;
    color: #1a1a1a;
}

.project-thumbs-overlay {
    position: absolute;
    bottom: 4rem;
    right: 4rem;
    z-index: 4;
}

.thumb-item {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.thumb-item.active {
    border-color: #c9a76b;
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.projectsFullSwiper .swiper-button-next::after,
.projectsFullSwiper .swiper-button-prev::after {
    font-size: 16px;
    font-weight: 700;
}


.statistics-section {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
}

.stats-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
    object-fit: cover;
}

.stats-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2;
}

.statistics-section .container {
    position: relative;
    z-index: 3;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.stat-box {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 3rem 2rem;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.stat-box:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

.stat-box-large {
    grid-column: span 1;
}

.stat-box:nth-child(4) {
    grid-column: 1 / 3;
}

.stat-box:nth-child(5) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}


.stat-content {
    width: 100%;
}


.awards-section {
    
        background: url(/wp-content/uploads/2025/10/Rectangle-23.png);
        background-size: cover;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
}

.award-card {
   
    text-align: center;
    transition: all 0.3s ease;
}

.award-card:hover {
    transform: translateY(-10px);
    border-color: #c9a76b;
}

.award-card img {
 
    height: auto;
   
}
.rtl .card-content {
    text-align: right;
}
.news-section {
    
    background-color: #f2f2f2;
}
.news-grid {
    margin-top: 50px;
}
.news-section .section-heading {
    color: #1a1a1a;
}
span.news-category {
    position: absolute;
    bottom: 6px;
    z-index: 9999999;
    left: 10px;
    border-radius: 7.46px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(3.730203866958618px);
    color: #FFF;
    font-family: "Helvetica Neue LT Arabic";
    font-size: 11.191px;
    font-style: normal;
    font-weight: 300;
    line-height: 7.46px; 
    padding: 8px 27px;
}
.btn-view-all {
       text-decoration: none;
    transition: all 0.3s 
ease;
    border-radius: 10px;
    background: #000000;
    backdrop-filter: blur(5px);
    padding: 13px 45px;
    color: #FFFFFF;
    font-family: "Helvetica Neue LT Arabic";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.542px;
}
h2.section-heading {
    color: #333435;
    font-family: "Helvetica Neue LT Arabic";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 51.304px; 
}
.btn-view-all:hover {
    background-color: rgba(0,0,0,0.8);
    color: #ffffff;
}



.news-item {
    background-color: #ffffff;
    border-radius: 7.46px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.news-featured {
    grid-row: span 2;
}

.news-image {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.news-featured .news-image {
    height: 400px;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.news-item:hover .news-image img {
    transform: scale(1.1);
}

.news-body {
    padding: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-title {
   font-size: 14px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #333435;
    line-height: 1.4;
}

.news-featured .news-title {
    font-size: 1.75rem;
}

.news-text {
        font-size: 12px;
    line-height: 1.7;
    color: #333435;
    margin-bottom: 23px;
    flex: 1;
}

.news-link {
color: #D4B388;
    font-weight: 600;
    font-size: 11px;
    transition: all 0.3s 
ease;
    text-align: right;
    text-decoration: underline;
}

.news-link:hover {
    color: #b8965a;
}

.partners-section {
     background: url(/wp-content/uploads/2025/10/Rectangle-23.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.partners-section .section-heading {
    color: #1a1a1a;
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.3s ease;
}
.partners-slider {
    padding-top: 65px;
}
.partner-logo:hover {
    opacity: 1;
}

.partner-logo img {
    max-width: 180px;
    height: auto;
   
    transition: filter 0.3s ease;
}


.cta-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 28.02%, #494A4A 100.99%);
}

.cta-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
    object-fit: cover;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 28.02%, #000 100.99%);
    z-index: 2;
}

.cta-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #ffffff;
    padding: 2rem;
    max-width: 65%;
}

.cta-title {
  margin-bottom: 40px;
    letter-spacing: normal;
    color: #FFF;
    text-align: center;
    font-family: "Helvetica Neue LT Arabic";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 55.8px;
}

.cta-btn {
        text-decoration: none;
    transition: all 0.3s 
ease;
    display: inline-block;
    border-radius: 7.496px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    padding: 12px 52.144px 12.467px 53px;
    color: #FFF;
    font-family: "Helvetica Neue LT Arabic";
    font-size: 15px;
    font-style: normal;

    line-height: 20.988px;
}

.cta-btn:hover {
    background-color: #b8965a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(201, 167, 107, 0.3);
    color: #ffffff;
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .section-title {
        font-size: 2.5rem;
    }

    .section-heading {
        font-size: 2.25rem;
    }

    .project-name {
        font-size: 2rem;
    }

    .project-thumbs-overlay {
        bottom: 2rem;
        right: 2rem;
    }

    .thumb-item {
        width: 100px;
        height: 100px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .stat-box:nth-child(4),
    .stat-box:nth-child(5) {
        grid-column: span 1;
    }

    

    .news-grid {
        grid-template-columns: 1fr;
    }

    .news-featured {
        grid-row: span 1;
    }

    .cta-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 1.75rem;
    }

    .hero-btn {
        padding: 0.875rem 2rem;
        font-size: 0.9375rem;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .section-heading {
        font-size: 1.75rem;
    }

    .section-description {
        font-size: 1rem;
    }

    .project-name {
        font-size: 1.5rem;
    }

    .project-content {
        bottom: 2rem;
    }

    .project-actions {

        gap: 1rem;
         align-items: baseline;
    }

    .project-thumbs-overlay {
        bottom: 2rem;
        right: 2rem;
    }

    .thumb-item {
        width: 80px;
        height: 80px;
    }

    

    .stats-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem;
    }

    .stat-box {
        padding: 2rem 1.5rem;
    }

    .stat-box:nth-child(4),
    .stat-box:nth-child(5) {
        grid-column: span 1;
    }

    

    .news-image {
        height: 200px;
    }

    .news-featured .news-image {
        height: 250px;
    }

    .news-body {
        padding: 1.5rem;
    }

    .news-title {
        font-size: 1.125rem;
    }

    .news-featured .news-title {
        font-size: 1.5rem;
    }

    .cta-section {
        height: 96vh;
    }

    .cta-title {
        font-size: 20px;
        line-height: 23px;
    }

    .cta-btn {
        padding: 0.875rem 2rem;
        font-size: 0.9375rem;
    }
    .cta-content {
    max-width: 90%;
}
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 1.5rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .section-heading {
        font-size: 1.5rem;
    }

    .project-thumbs-overlay {
        display: none;
    }
}




    .featured-project-full-slide img {
      width: 100%;
      height: 100vh;
      object-fit: cover;
      transition: transform 1.2s ease;
    }
    .featuredprojectsFullSwiper {
            width: 100%;
            height: 100vh;
        }
    .swiper-slide-active .featured-project-full-slide img {
      transform: scale(1.05);
    }

    .featured-project-overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0.1));
      z-index: 1;
    }

    .featured-project-content {
      position: absolute;
      bottom: 92px;
      color: #fff;
      z-index: 2;
      width: 100%;
    }

    .featured-projects-slider-section .swiper-button-prev {
    right: 10px;
    left: 97%;
    top: 48%;
    transform: rotate(90deg);
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 8px;
    background: transparent;
}

.featured-projects-slider-section .swiper-button-next {
    top: 56%;
    transform: rotate(90deg);
    background: transparent;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 8px;
    right: 16px;
}

.featured-projects-slider-section .swiper-button-next:after {
    color: #fff;
    font-size: 14px;
}

.featured-projects-slider-section .swiper-button-prev:after {
    color: #fff;
    font-size: 14px;
}
    .featured-project-name {
      margin-bottom: 0.5rem;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(5px);
    width: fit-content;
    color: #FFF;
    font-family: "Helvetica Neue LT Arabic";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    padding: 4px 18px;
    }

    .featured-project-cat {
      display: block;
    margin-bottom: 1rem;
    color: #FFF;
    font-family: "Helvetica Neue LT Arabic";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 51.304px;
    }

    .featured-project-content p {
      color: #FFF;
    font-family: "Helvetica Neue LT Arabic";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
        margin-bottom: 0;
    }
    .featured-projects-slider-section {
      width: 100%;
      height: 100vh;
      position: relative;
    }
    .featured-project-full-slide {
    position: relative;
    width: 100%;
}

.approach-section {
  min-height: 100vh;
  display: flex;
  align-items: center;

  background: url(https://staging.osus.com.sa/wp-content/uploads/2025/10/Rectangle-23.png);
  background-color: #f2f2f2;
}
.approach-slider {
    margin-top: 105px;
}
.approach-section .swiper-button-prev, .approach-section .swiper-button-next {
    top: 40%;
}
/* Header Styles */
.approach-title {
  font-size: 40px;
  font-weight: 400;
  color: #333435;
  margin-bottom: 20px;
}

.text-accent {
  color: #000;  
  font-weight: 400;
}

.approach-subtitle {
  color: #333435;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

/* Card Styles */
.approach-card {
  background: transparent;
  transition: transform 0.3s ease;
}

.approach-card:hover {
  transform: translateY(-5px);
}

/* Center card positioning */
.card-center {
  margin-top: 208px;
}

@media (max-width: 991px) {
  .card-center {
    margin-top: 0;
  }
}

/* Image Wrapper */
.approach-card .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 7.4px;
  margin-bottom: 2rem;
}

.approach-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  border-radius: 7.4px;
}

/* Curved corner effect using pseudo-element */
.approach-card .image-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 84px;
    height: 84px;
    border-top-right-radius: 100%;
    z-index: 1;
    background: #f1f3f3;
    border-radius: 0 78% 0 0;
}
.icon-badge:before {
    background-color: #f1f3f3;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    content: "";
    position: absolute;
    top: -46px;
    right: 57%;
    transform: rotate(0deg);
}

.icon-badge:after {
    background-color: #f1f3f3;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0,30 30,30 L 0 30 Z");
    content: "";
    position: absolute;
    top: 63%;
    right: -83%;
    transform: rotate(0deg);
}
/* Icon Badge */
.icon-badge {
  position: absolute;
  bottom: 7px;
  left: 4px;
  width: 60px;
  height: 60px;
  background-color: #CEAD82;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.icon-badge i {
  font-size: 1.5rem;
  color: white;
}

/* Card Content */
.card-content {
  text-align: left;
}

.card-title {
 color: #333435;
    font-family: "Helvetica Neue LT Arabic";
    font-size: 23.817px;
    font-style: normal;
    font-weight: 700;
    line-height: 40.73px;
}

.card-text {
  color: #333435;
    font-family: "Helvetica Neue LT Arabic";
    font-size: 15.878px;
    font-style: normal;
    font-weight: 300;
    line-height: 23.817px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .approach-title {
    font-size: 2rem;
  }

  .approach-image {
    height: 300px;
  }

  .icon-badge {
    width: 50px;
    height: 50px;
  }

  .icon-badge i {
    font-size: 1.2rem;
  }

  .card-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {


  .approach-title {
    font-size: 1.75rem;
  }

}


/* Stats Section */
        .stats-section {
            position: relative;
            width: 100%;
            min-height: 100vh;
            display: flex;
           
            justify-content: center;
          
            overflow: hidden;
        }

        .stats-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 0;
        }

        .stats-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }

        .stats-content {
            position: relative;
            z-index: 2;
            width: 100%;
            max-width: 1400px;
            padding: 0 2rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        /* Header Section */
        .stats-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .stats-icon {
            width: 100px;
            height: 100px;
            margin: 0 auto 2rem;
            background: rgba(255, 255, 255, 0.1);
            border: 3px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .stats-icon-inner {
            width: 60px;
            height: 60px;
            background: white;
            border-radius: 50%;
        }

        .stats-header p {
           color: #FFF;
text-align: center;
font-family: "Helvetica Neue LT Arabic";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 28.07px; /* 187.131% */
margin-top:20px;
    margin-bottom: 10px;
        }

        .stats-header .btn-read-more {
            color: #FFF;
text-align: center;
font-family: "Helvetica Neue LT Arabic";
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 28.07px; /* 233.914% */
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
        }

        /* Stats Grid */
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 13px;
            margin-top: 3rem;
        }

        .stat-item {
            text-align: center;
            position: relative;
        }
.stat-item:nth-child(2), .stat-item:nth-child(4) {
    margin-top: 198px;
}

.stat-item:nth-child(1),.stat-item:nth-child(3) {
    margin-top: 50px;
}

.stat-item:nth-child(5) {
    margin-top: 50px;
}
        .stat-icon {
            
            margin: 0 auto 8px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .stat-icon img {
    width: 47px;
}
        .stat-icon svg {
            width: 100%;
            height: 100%;
            stroke: #d4af37;
            stroke-width: 2;
            fill: none;
        }

        .stat-number {
          
            margin-bottom: 1rem;
            display: inline-block;
            color: #FFF;
            font-family: "Helvetica Neue LT Arabic";
            font-size: 50px;
            font-style: normal;
            font-weight: 700;
            line-height: 64.49px; /* 128.98% */
        }
.num-wrap {
    display: inline-block;
     color: #FFF;
}
span.num-label {
    padding-left: 6px;
}
.rtl span.num-label {
    padding-left: 0;
    padding-right: 10px;
}
.awards-section .row {
    display: flex;
    align-items: center;
}
        .stat-label {
           color: #FFF;
            text-align: center;
            font-family: "Helvetica Neue LT Arabic";
            font-size: 19px;
            font-style: normal;
            font-weight: 300;
            line-height: 43.392px; /* 216.958% */
        }

        /* Connecting Lines */
        

        /* Remove lines from middle item */
        .stat-item:nth-child(3)::after,
        .stat-item:nth-child(3)::before {
            display: none;
        }

        /* Responsive */
        @media (max-width: 1200px) {
            .stats-grid {
                grid-template-columns: repeat(3, 1fr) !important;
                gap: 2rem;
            }

            .stat-number {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 768px) {
            .stats-grid {
                grid-template-columns: repeat(2, 1fr) !important;
                gap: 2rem;
            }

            .stat-number {
                font-size: 2rem;
                        line-height: 30px;
        margin-bottom: 0;
            }

            .stat-item::after,
            .stat-item::before {
                display: none;
            }

            .stats-header {
                margin-bottom: 30px;
            }
        }

        @media (max-width: 480px) {
            .stats-grid {
                grid-template-columns: 1fr;
            }
        }

        /* Animation */
        .stat-item {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s ease;
        }

        .stat-item.animated {
            opacity: 1;
            transform: translateY(0);
        }

        .stat-item:nth-child(1).animated {
            transition-delay: 0.1s;
        }

        .stat-item:nth-child(2).animated {
            transition-delay: 0.2s;
        }

        .stat-item:nth-child(3).animated {
            transition-delay: 0.3s;
        }

        .stat-item:nth-child(4).animated {
            transition-delay: 0.4s;
        }

        .stat-item:nth-child(5).animated {
            transition-delay: 0.5s;
        }


        /* YouTube iframe styles for hero and CTA sections */
.hero-video-wrapper,
.cta-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.hero-video-iframe,
.cta-video-iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.news-category {
    display: inline-block;
    font-size: 0.75rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}


@media (max-width:767px){
    .hero-section{
        height: 96vh;
    }
    .hero-content{
        padding: 40px 2rem;
    }
    .featured-project-content .col-md-3 {
    justify-content: left;
    }
    .project-actions a.btn-all {
        padding-left: 10px;
    }
    .approach-slider {
    margin-top: 20px;
}
.container-fluid {
    padding: 0 20px;
}

.pt-90 {
    padding-top: 40px;
}


.ptb-100 {
    padding: 60px 0;
}

h2.section-heading {
    font-size: 30px;
    line-height: 30px;
}
.news-grid.row {
    gap: 20px;
}
.partner-logo img {
    width: 100%;
}
.stat-item svg {
    display: none;
}

.stat-item:nth-child(1) {
    margin-top: 0;
}

.stat-item:nth-child(2), .stat-item:nth-child(4) {
    margin-top: 0;
}

.stat-item:nth-child(5) {
    margin-top: 0;
}

section.stats-section {
    padding-bottom: 50px;
}

.pt-100 {
    padding-top: 50px;
}
.btn-view-all {
    min-width: 156px;
    padding: 13px 30px;
}
}


@media (min-width: 769px) {
  .mobile-news-slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-news-slider .swiper-slide {
    width: 25% !important;
    flex: 0 0 25%;
            padding: 0 10px;
  }
  .swiper-pagination {
    display: none !important;
  }
}

/* Mobile: slider layout */
@media (max-width: 768px) {
  .mobile-news-slider .col-md-3 {
    width: 100%;
  }
}
