/* =========================================================
   OUR PARTNERS PAGE (Clean Final Styling)
========================================================= */

/* =========================
   1) Intro Section (Title + Text)
========================= */

body.our-partners .service-section{
  padding-top: 120px !important;
  padding-bottom: 90px !important;
}

body.our-partners .service-section .sec-title{
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 0 16px;
}

/* العنوان */
body.our-partners .service-section .sec-title h2{
  font-size: 56px;
  font-weight: 800;
  margin: 0 0 18px 0;
  line-height: 1.1;
  letter-spacing: -0.6px;
  color: #111;
}

/* نص الشكر */
body.our-partners .service-section .sec-title h5{
  margin: 0;
}

body.our-partners .service-section .sec-title h5 span{
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  color: #ff6a2a;
  max-width: 900px;
  margin: 0 auto;
}

/* موبايل */
@media (max-width: 992px){
  body.our-partners .service-section .sec-title h2{
    font-size: 40px;
  }

  body.our-partners .service-section .sec-title h5 span{
    font-size: 16px;
    line-height: 1.85;
    max-width: 92%;
  }
}


/* =========================
   2) Partners Grid Section
========================= */

body.our-partners .news-section.bg-color-3{
  padding-top: 60px !important;
}

body.our-partners .news-section.bg-color-3 .auto-container{
  margin-top: 20px;
}


/* =========================
   3) Partner Card Design
========================= */

body.our-partners .news-section.bg-color-3 .news-block-two .inner-box{
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

/* صندوق الصورة */
body.our-partners .news-section.bg-color-3 .news-block-two .image-box{
  height: 220px;
  background: #fff;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 18px 18px 0 0 !important;
}

/* figure لازم يكون Flex عشان التوسيط */
body.our-partners .news-section.bg-color-3 .news-block-two .image-box figure.image{
  margin: 0 !important;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 25px;
  box-sizing: border-box;
  overflow: hidden !important;
}

/* الصورة */
body.our-partners .news-section.bg-color-3 .news-block-two .image-box img{
  display: block;
  object-fit: contain !important;

  max-width: 85% !important;
  max-height: calc(100% - 25px) !important;

  width: auto !important;
  height: auto !important;

  border-radius: 16px !important;
}

/* النص تحت الصورة */
body.our-partners .news-section.bg-color-3 .news-block-two .lower-content{
  padding: 14px 16px;
  text-align: center;
}

body.our-partners .news-section.bg-color-3 .news-block-two .lower-content h3{
  font-size: 18px;
  margin: 0;
}
.partner-events-note{
  margin-top: 6px;
  font-size: 13px;
  opacity: 0.75;
  font-weight: 600;
}
.partner-events-note span{
  margin-top: 6px;
  font-size: 13px;
  opacity: 0.75;
  font-weight: 600;
  color: #ff6a2a;
}
