* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

body {
    background-color: #000000;
}

:root {
    --bold: mont_bold;
    --med: mont_med;
    --sbold: mont_sbold;
    --bg: #0d0d0d;
    --surface: #161616;
    --card: #1a1a1a;
    --gold: #c9972c;
    --gold-light: #e0b44a;
    --text: #f0ede8;
    --muted: #888;
    --radius: 10px;
    --bg: #0d0d0d;
    --gold: #c9972c;
    --gold-light: #e0b44a;
    --text: #f0ede8;
    --muted: #888;
    --border: #2e2e2e;
    --radius: 8px;
}

.Navbar_section {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.Navbar_section .Navbar_urls {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Navbar_section .Navbar_urls .Links ul {
    list-style: none;
}

.Navbar_section .Navbar_urls .Links ul li {
    display: inline-block;
    margin-left: 20px;
}

.Navbar_section .Navbar_urls .Links ul li a {
    color: #fff;
    font-family: var(--sbold);
}

.Navbar_section .Navbar_urls .Actions_Lang {
    display: flex;
    justify-content: space-around;
    gap: 40px;
    align-items: center;
}

.Navbar_section .Navbar_urls .Actions_Lang a {
    color: #fff;
    padding: 8px 15px;
    border: 1px solid #fff;
    font-family: var(--sbold);
}

.Navbar_section .Navbar_urls .Actions_Lang .Lang h5 {
    color: #DEAD68;
    font-family: var(--med);
    font-size: 20px;
}

.Navbar_section .Navbar_urls .Actions_Lang .Lang h5 span {
    color: #fff;
}

.HeroSection {
    height: 100vh;
    background-image: url("../images/Hero_Sections.png");
    background-size: cover;
    display: flex;
    align-items: center;
}

.HeroSection .Hero_Content {
    width: 80%;
    margin:0 auto;
    position: relative;
    top: 90px;
}

.Header_Mobile{
  display: none;
  
}

.cursor {
      display: inline-block;
      font-weight: 300;
      color: #DEAD68;
      animation: blink 0.7s step-end infinite;
      margin-left: 2px;
    }
 
    @keyframes blink {
      0%, 100% { opacity: 1; }
      50%       { opacity: 0; }
    }

.HeroSection .Hero_Content h1 {
    color: #fff;
    font-family: var(--bold);
    font-size: 75px;
    width: 80%;
    margin-bottom: 20px;
}

.HeroSection .Hero_Content p {
    font-size: 22px;
    width: 70%;
    letter-spacing: 13%;
    line-height: 39px;
    color: #D3D3D3;
    font-family: var(--med);
}

.HeroSection .Hero_Content .Action_Hero_Section {
    background-color: #DEAD68;
    color: #fff;
    font-family: var(--med);
    padding: 15px 0;
    width: 180px;
    margin-top: 40px;
    text-align: center;
    display: block;
    box-shadow: inset 0px 4px 4px 0px rgba(17, 94, 44, 0.14);
}


.About_Us {
    background-image: url("../images/About.png");
    background-position: bottom;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 800px;
    margin-top: 150px;
}

.About_Us .Points_Aout {
    width: 55%;
}

.About_Us .Points_Aout .Points_Item {
    width: 500px;
    padding: 20px;
    border: 1px solid #FFFFFF66;
    border-radius: 5px;
    margin-bottom: 20px;
}

.About_Us .Points_Aout .Points_Item:nth-child(2) {
    position: relative;
    left: -70px;
}

.About_Us .Points_Aout .Points_Item:hover {
    border: 1px solid #DEAD6866;
    box-shadow: 0 0 9px 4px #DEAD6833;
}

.About_Us .Points_Aout .Points_Item .head_item {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.About_Us .Points_Aout .Points_Item .head_item h3 {
    color: #fff;
    font-family: var(--sbold);
    color: #fff;
    letter-spacing: 8%;
    font-weight: 600;
    font-size: 21px;
}

.About_Us .Points_Aout .Points_Item p {
    color: #878787;
    font-family: var(--sbold);
    margin-top: 20px;
    line-height: 24px;
    width: 100%;
    text-align: justify;
    font-size: 15px;
}

.Data_Analsis {
    min-height: 500px;
    background-image: url("../images/Analsis.png");
    display: flex;
    align-items: center;
}

.Data_Analsis .Analsis_Data_Content {
    width: 100%;
    margin: 0 auto;
}


.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 800px;
    aspect-ratio: 16 / 9;
}

.cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-left: 0.5px solid #333;
    border-bottom: 0.5px solid #333;
}


.num {
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    font-family: sans-serif;
}

.label {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    font-family: sans-serif;
    letter-spacing: 0.02em;
}

.gold .num,
.gold .label {
    color: #C9922A;
}


.Clients_Sections {
    margin-top: 100px;
}

.header_title {
    text-align: center;

}

.title-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    gap: 10px;
    position: relative;
}

.title-wrapper h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    font-family: var(--bold);
    text-align: center;
}

.title-wrapper::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(222, 173, 104, 0.1), #DEAD68);
}

.Clients_Sections .All_Clients {
    width: 75%;
    margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.Clients_Sections .All_Clients .Client_Item {
    width: 500px;
    height: 470px;
    overflow: hidden;
    position: relative;
}

.Client_Item:nth-child(4n+2),
.Client_Item:nth-child(4n+4) {
    position: relative;
    top: 100px;
}

.Clients_Sections .All_Clients .Client_Item:hover .title_client {
    background-color: #DEAD68;
}

.Clients_Sections .All_Clients .Client_Item:hover .title_client img {
    background-color: #fff;
}

.Clients_Sections .All_Clients .Client_Item img {
    width: 100%;
    height: 370px;
    border-radius: 8px;
}

.Clients_Sections .All_Clients .Client_Item .title_client {
    position: absolute;
    bottom: 60px;
    left: 80px;
    background-color: #353535;
    width: 500px;
    height: 90px;
    border-radius: 7px;
}

.title_client_data {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 80%;
    padding-left: 10px;
    height: 100%;
}

.Clients_Sections .All_Clients .Client_Item .title_client h3 {
    color: #fff;
    font-size: 22px;
    font-family: var(--bold);
}

.Clients_Sections .All_Clients .Client_Item .title_client img {
    width: 40px;
    height: auto;
    background-color: #D8CFBC;
    position: relative;
    top: 15px;
    left: -10px;
}

.Clients_Sections .view_more {
    text-align: center;
    margin-top: 100px;

}

.Clients_Sections .view_more a {
    text-align: center;
    color: #fff;
    padding: 10px 40px;
    border: 1px solid #fff;
    width: 200px;
    font-family: var(--sbold);
}





/* ===== Swiper_Client ===== */
 
    .Swiper_Client {
      width: 100%;
      max-width: 960px;
      margin-top: 40px;
    }
 
    .Swiper_Client .swiper-slide {
      border-radius: 8px;
      overflow: hidden;
      aspect-ratio: 3 / 4;
    }
 
    .Swiper_Client .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 8px;
    }
 
    .Swiper_Client .swiper-slide .placeholder {
      width: 100%;
      height: 100%;
      background: #222;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #555;
      font-family: sans-serif;
      font-size: 14px;
    }
 
    /* ===== Global ===== */
 
   
    .btn-view-more {
      display: inline-block;
      padding: 12px 36px;
      border: 1px solid #fff;
      color: #fff;
      font-family: sans-serif;
      font-size: 15px;
      font-weight: 500;
      background: transparent;
      cursor: pointer;
      letter-spacing: 0.03em;
      transition: background 0.2s, color 0.2s;
      text-decoration: none;
    }
 
    .btn-view-more:hover {
      background: #fff;
      color: #111;
    }

    /* ===== Section Title ===== */
    .section-header {
      text-align: center;
      margin-bottom: 50px;
      margin-top: 50px;
    }
 
    .section-header h2 {
      color: #fff;
      font-size: 42px;
      font-weight: 700;
      margin-bottom: 14px;
      font-family: var(--bold);
    }
 
    .section-header .line {
      width: 500px;
      max-width: 90%;
      height: 1px;
      margin: 0 auto;
      background: linear-gradient(to right, rgba(222, 173, 104, 0.1), #DEAD68);
    }
 
    /* ===== Cards Grid ===== */
    .cards-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      max-width: 1100px;
      margin: 0 auto;
    }
 
    /* ===== Card ===== */
    .card {
      border-radius: 12px;
      overflow: hidden;
      position: relative;
      cursor: pointer;
    }
 
    .card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease;
    }
 
    .card:hover img {
      transform: scale(1.05);
    }
 
    .card-overlay {
      position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    padding: 20px 18px 22px;
    width: 85%;
    background: rgba(0, 0, 0, .8);
    margin: 0 auto;  
    }
 
    .card-date {
      display: flex;
      align-items: center;
      gap: 7px;
      color: #fff;
      font-size: 15px;
      margin-bottom: 10px;
      font-family: var(--sbold);
    }
 
    .card-date img {
      width: 20px;
      height: 20px;
      /* object-fit: contain; */
    }
 
    .card-title {
      color: #fff;
      font-size: 17px;
      font-weight: 700;
      line-height: 1.4;
      margin-bottom: 12px;
      font-family: var(--bold);
      width: 90%;
    }
 
    .card-read-more {
      color: #DEAD68;
      font-size: 20px;
      font-weight: 600;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 5px;
      letter-spacing: 0.02em;
      font-family: var(--bold);
    }
 
    /* .card-read-more::after {
      content: '→';
    } */
 
    @media (max-width: 768px) {
      .cards-grid {
        grid-template-columns: 1fr;
      }
 
      .section-header h2 {
        font-size: 28px;
      }
    }

    .Samer_Start .Samer_Start_Data{
        display: flex;
        align-items: center;
        margin: 0 auto;
        justify-content: flex-end;
    }

        .Samer_Start .Samer_Start_Data .section-header{
            text-align: left;
            font-family: var(--bold);
            
        }
        .Samer_Start .Samer_Start_Data .section-header h2{
font-size: 35px;
        }
  .Samer_Start .Samer_Start_Data .Info_Data {
    width:40%;
  }
        .Samer_Start .Samer_Start_Data .Info_Data p{
            font-family: var(--sbold);
            color: #fff;
            line-height: 27px;
        }

        .Samer_Start .Samer_Start_Data .Info_Data a{
            padding: 10px;
            width: 217px;
            text-align: center;
            color: #fff;
            display: block;
            background-color: #DEAD68;
            font-family: var(--sbold);
            margin-top: 30px;
        }


    .Samer_Start_Data .Imag_Samer img{
        width: 800px;
    }

    /* ===== Footer Main ===== */
    footer {
      background: #0f0f0f;
      padding: 60px 80px 30px;
    }
 
    .footer-top {
      display: grid;
      grid-template-columns: 1.2fr 1.2fr 1fr 1.3fr;
      gap: 40px;
      padding-bottom: 40px;
      border-bottom: 1px solid #2a2a2a;
    }
 
    /* ===== Col 1 — Logo + Description ===== */
    
 
    .footer-logo p {
      color: #fff;
      font-size: 14px;
      line-height: 1.8;
      text-align: justify;
      font-family: var(--med);
    }
 
    /* ===== Col 2 — Contact ===== */
    .footer-col h3 {
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 24px;
      font-family: var(--bold);
    }
 
    .contact-item {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 18px;
    }

    .contact-item a{
      color:#fff;
    }
 
    .contact-item img {
      width: 22px;
      height: 22px;
      object-fit: contain;
      flex-shrink: 0;
    }
 
    .contact-item span {
      color: #fff;
      font-size: 15px;
      font-family: var(--med);
    }
 
    /* ===== Col 3 — Links ===== */
    .footer-links {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin-top: 0;
    }

    .footer-links li {
    margin-bottom: 15px;
}
 
    .footer-links li a {
      color: #fff;
      font-size: 15px;
      text-decoration: none;
      transition: color 0.2s;
      font-family: var(--med);
    }
 
    .footer-links li a:hover {
      color: #DEAD68;
    }
 
    /* ===== Col 4 — Mailing List ===== */
    .footer-col h4 {
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 16px;
      margin-top: 8px;
      font-family: var(--sbold);
    }
 
    .newsletter-form {
      display: flex;
      margin-bottom: 30px;
    }
 
    .newsletter-form input {
      flex: 1;
      padding: 12px 16px;
      background: #2a2a2a;
      border: none;
      outline: none;
      color: #aaa;
      font-size: 14px;
      font-family: var(--sbold);
    }
 
    .newsletter-form input::placeholder {
      color: #aaa;
    }
 
    .newsletter-form button {
      width: 50px;
      background: #fff;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: background 0.2s;
    }
 
    .newsletter-form button:hover {
      background: #DEAD68;
    }
 
    .newsletter-form button img {
      width: 18px;
      height: 18px;
      object-fit: contain;
    }
 
    /* ===== Social Icons ===== */
    .social-icons {
      display: flex;
      align-items: center;
      gap: 16px;
    }
 
    .social-icons a {
      display: flex;
      align-items: center;
      justify-content: center;
    }
 
    .social-icons a img {
      width: 32px;
      height: 32px;
      object-fit: contain;
    }
 
    /* Animations */
    .social-icons a:nth-child(1) img { animation: bounce 2s infinite 0s; }
    .social-icons a:nth-child(2) img { animation: spin 3s infinite 0.2s; }
    .social-icons a:nth-child(3) img { animation: pulse 2s infinite 0.4s; }
    .social-icons a:nth-child(4) img { animation: swing 2.5s infinite 0.6s; }
    .social-icons a:nth-child(5) img { animation: bounce 2s infinite 0.8s; }
 
    @keyframes bounce {
      0%, 100% { transform: translateY(0); }
      50%       { transform: translateY(-6px); }
    }
 
    @keyframes spin {
      0%   { transform: rotate(0deg); }
      25%  { transform: rotate(15deg); }
      75%  { transform: rotate(-15deg); }
      100% { transform: rotate(0deg); }
    }
 
    @keyframes pulse {
      0%, 100% { transform: scale(1); }
      50%       { transform: scale(1.2); }
    }
 
    @keyframes swing {
      0%, 100% { transform: rotate(0deg); }
      25%       { transform: rotate(10deg); }
      75%       { transform: rotate(-10deg); }
    }
 
    /* ===== Footer Bottom ===== */
    .footer-bottom {
      text-align: center;
      padding-top: 24px;
      color: #666;
      font-size: 14px;
    }
 
    /* ===== Responsive ===== */
    @media (max-width: 900px) {
      footer {
        padding: 40px 24px 24px;
      }
 
      .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
      }
    }
 
    @media (max-width: 560px) {
      .footer-top {
        grid-template-columns: 1fr;
      }
    }

    /* ############ Start Page Our Clintes Css */
    .Page_Title{
      height: 490px;
      background-image: url("../images/Hero_Sections.png");
          background-position: 0 33%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
    }
    .Page_Title h1{
      color: #fff;
      font-family: var(--bold);
      font-size: 64px;
      text-align: center;
    }

    .Page_Title .braed_crumb{
      font-family: var(--bold);
      font-size: 20px;
      margin-top: 20px;
    }
    .Page_Title .braed_crumb a{
      color: #D8CFBC;
    }
    .Page_Title .braed_crumb span{
      color: #7C7C7C;
    }
    .Info_Page{
      width: 80%;
      margin:0 auto;
      margin-top:50px;
      color: #fff;
    font-family: var(--bold)
    }
    .Info_Page h2{
      font-family: var(--bold);
      margin-bottom: 20px;
      color: #fff;
      font-size: 30px;
    }
    .Info_Page p{
      font-family: var(--sbold);
      margin-bottom: 20px;
      color: #fff;
      width: 80%;
      line-height: 25px;
    }

    

        /* ############ End Page Our Clintes Css ###########################*/


        /* ###############  Start Media Page ######################################### */

         /* ── Section ── */
  .section { margin-bottom: 44px; width: 80%; margin: 0 auto; }
 
  .section .section_header_media {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 6px;
    margin-top: 50px;
  }

  .section .cards-grid {
    max-width: unset;
}
 
  .section .section-title {
    font-family: var(--bold);
    font-size:30px;
    font-weight: 700;
    color: var(--text);
    position: relative;
    padding-bottom: 6px;
  }
 
  .section-title::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 2px;
    background: var(--gold);
  }
 
  .view-all {
    color: var(--gold);
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: color 0.2s;
    font-family: var(--bold);
  }
  .view-all:hover { color: var(--gold-light); }
 
  .section-desc {
    font-size: 18px;
    color: var(--muted);
    margin-bottom: 30px;
    line-height: 1.5;
    font-family: var(--sbold);
  }
 
  /* ── Interviews Grid ── */
  .interviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
 
  /* ── Articles Grid ── */
  .articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
 
  /* ── Videos Grid ── */
  .videos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
 
  /* ── Video Card (interviews + videos) ── */
  .video-card {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    cursor: pointer;
        height: 300px;
    background: #111;
  }
 
  .video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease, filter 0.3s;
    filter: brightness(0.75);
  }
 
  .video-card:hover img {
    transform: scale(1.04);
    filter: brightness(0.55);
  }
 
  .video-card .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 38px;
    height: 38px;
    background: rgba(201,151,44,0.92);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s, background 0.2s;
  }
 
  .video-card:hover .play-btn {
    transform: translate(-50%, -60%) scale(1.1);
    background: var(--gold-light);
  }
 
  .play-btn img {
    width: 60px;
    height: 60px;
  }
 
  .video-card .card-label {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 24px 10px 9px;
    background: linear-gradient(transparent, rgba(0,0,0,0.75));
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    font-family: var(--sbold);
  }
 
  /* ── Article Card ── */
  .article-card {
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--card);
    cursor: pointer;
    transition: transform 0.3s;
  }
  .article-card:hover { transform: translateY(-3px); }
 
  .article-card .thumb {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
    filter: brightness(0.9);
    transition: filter 0.3s;
  }
  .article-card:hover .thumb { filter: brightness(0.75); }
 
  .article-card .article-body {
    padding: 10px;
    background: rgba(10,10,10,0.9);
  }
 
  .article-date {
    font-size: 10px;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
  }
  .article-date img { width: 11px; height: 11px; opacity: 0.7; }
 
  .article-title {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--text);
    margin-bottom: 7px;
  }
 
  .read-more {
    font-size: 11px;
    color: var(--gold);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    text-decoration: none;
    transition: color 0.2s;
  }
  .read-more:hover { color: var(--gold-light); }
  .read-more::after { content: ' ›'; }
 
  /* ── Modal ── */
  .modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.88);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .modal-overlay.active { display: flex; }
 
  .modal-box {
    background: #111;
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
    max-width: 560px;
    position: relative;
    box-shadow: 0 30px 80px rgba(0,0,0,0.7);
    animation: popIn 0.25s ease;
  }
 
  @keyframes popIn {
    from { transform: scale(0.9); opacity: 0; }
    to   { transform: scale(1);   opacity: 1; }
  }
 
  .modal-close {
    position: absolute;
    top: 12px; right: 14px;
    background: rgba(255,255,255,0.1);
    border: none;
    color: #fff;
    font-size: 20px;
    width: 32px; height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    z-index: 10;
    transition: background 0.2s;
  }
  .modal-close:hover { background: rgba(255,255,255,0.2); }
 
  .modal-video-wrap {
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
 
  .modal-video-wrap video,
  .modal-video-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
  }
 
  /* placeholder when no video src */
  .modal-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--muted);
    font-size: 13px;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20px;
  }
  .modal-placeholder img { width: 48px; opacity: 0.4; }
 
  .modal-info {
    padding: 16px 18px 20px;
  }
  .modal-label {
    font-size: 11px;
    color: var(--gold);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .modal-title {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
  }
  /* ########################## End Media Page ############################### */

  /* ══════════════════════════════
     SEARCH BAR
  ══════════════════════════════ */
  .search-bar {
    display: flex;
    align-items: center;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #111;
    overflow: hidden;
       width: 80%;
    margin: 20px auto;
  }
 
  .search-bar input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: var(--text);
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    padding: 14px 18px;
  }
 
  .search-bar input::placeholder {
    color: var(--muted);
    font-weight: 300;
  }
 
  .search-bar .search-btn {
    background: transparent;
    border: none;
    border-left: 1px solid var(--border);
    padding: 12px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
  }
 
  .search-bar .search-btn:hover {
    background: rgba(201,151,44,0.08);
  }
 
  .search-bar .search-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    opacity: 0.75;
    transition: opacity 0.2s;
  }
 
  .search-bar .search-btn:hover img {
    opacity: 1;
  }
 
  /* ══════════════════════════════
     FILTER BUTTONS
  ══════════════════════════════ */
  .filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
        width: 80%;
    margin: 30px auto;
    
  }
 
  .filter-tab {
    background: transparent;
    border: 1px solid var(--border);
    color: var(--text);
    font-family: var(--sbold);
    font-size: 13px;
    font-weight: 400;
    padding: 7px 18px;
    border-radius: var(--radius);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    white-space: nowrap;
  }
 
  .filter-tab:hover {
    border-color: var(--gold);
    color: var(--gold);
  }
 
  .filter-tab.active {
    background: var(--gold);
    border-color: var(--gold);
    color: #000;
    font-weight: 500;
  } 

  /* hidden card when filtered out */
  .card.hidden { display: none; }
 
  /* no-results message */
  .no-results {
    grid-column: 1 / -1;
    text-align: center;
    color: var(--muted);
    font-size: 13px;
    padding: 40px 0;
    display: none;
  }
  .no-results.show { display: block; }


  .artical{
    width:80%;
    margin: 0 auto;
  }

  .artical .img_artical{
    width: 100%;
        height: 500px;
    object-fit: fill;
    border-radius: 20px;
  }

  .artical .data_artical{
    margin-top: 30px;
    color:#fff;
    line-height: 27px;
    font-family: var(--med);
    text-align: justify;
  }


  /* ══════════════════════════════════
   STORYTELLING SECTION
══════════════════════════════════ */
.storytelling {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 340px;
  position: relative;
  width: 80%;
    margin: 50px auto 30px auto;
}
 
.story-text {
  padding: 40px 30px 40px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}
 
.story-text h2 {
  font-family: var(--bold);
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 14px;
  position: relative;
  padding-bottom: 10px;
}
 
.story-text h2::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 2px;
  background: var(--gold);
}
 
.story-text p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  font-weight: 300;
  font-family: var(--sbold);
  text-align: justify;
}
 
.story-image {
  position: relative;
  overflow: hidden;
}
 
.story-image img {
    height: 100%;
    object-position: top center;
    display: block;
    filter: brightness(0.85);
    display: block;
    margin: 0 auto;
}
 

/* ══════════════════════════════════
   TIMELINE SECTION
══════════════════════════════════ */
.timeline-section {
  padding: 50px 20px 60px;
}
 
.timeline-section h2 {
  font-family: var(--bold);
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: var(--text);
  margin-bottom: 50px;
}
 
/* wrapper holds the vertical centre line + all items */
.timeline {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
}
 
/* vertical line */
.timeline::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--border) 10%, var(--border) 90%, transparent);
}
 
/* ── each timeline row ── */
.tl-item {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-bottom: 52px;
  position: relative;
}
 
/* dot on the centre line */
.tl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
  border: 2px solid var(--bg);
  box-shadow: 0 0 0 2px var(--gold);
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
 
/* content block (text + image) */
.tl-content {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
 
/* LEFT side items: content on left, empty on right */
.tl-item.left .tl-content { grid-column: 1; justify-content: flex-end; }
.tl-item.left .tl-dot     { grid-column: 2; }
.tl-item.left .tl-empty   { grid-column: 3; }
 
/* RIGHT side items: empty on left, content on right */
.tl-item.right .tl-empty   { grid-column: 1; }
.tl-item.right .tl-dot     { grid-column: 2; }
.tl-item.right .tl-content { grid-column: 3; justify-content: flex-end; }
 
/* ── content internals ── */
.tl-text { max-width: 180px; }
 
.tl-year {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 4px;
}
 
.tl-company {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 5px;
  font-family: var(--sbold);
}
 
.tl-desc {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.6;
  font-weight: 300;
  font-family: var(--sbold);
}
 
.tl-img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  filter: brightness(0.9);
  transition: filter 0.3s;
}
.tl-img:hover { filter: brightness(1); }
 
/* LEFT: text first, then image */
.tl-item.left .tl-content { flex-direction: row-reverse; }
 
/* RIGHT: image first, then text */
.tl-item.right .tl-content { flex-direction: row; }
 
/* ══════════════════════════════════
   RESPONSIVE
══════════════════════════════════ */
@media (max-width: 600px) {
 
  /* storytelling stacks */
  .storytelling {
    grid-template-columns: 1fr;
  }
 
  .story-image {
    height: 260px;
  }
 
  .story-image::before {
    background: linear-gradient(to bottom, #111 0%, transparent 40%);
  }
 
  .story-text {
    order: -1;
    padding: 30px 20px;
  }
 
  /* timeline: line on the left */
  .timeline::before {
    left: 20px;
    transform: none;
  }
 
  .tl-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    margin-bottom: 40px;
    justify-content: center;
  }
 
  .tl-dot {
    margin-top: 8px;
    flex-shrink: 0;
  }
 
  .tl-item.left .tl-content,
  .tl-item.right .tl-content {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
 
  .tl-empty { display: none; }
 
  .tl-img {
    width: 70px;
    height: 70px;
  }
 
  .tl-year { font-size: 26px; font-family: var(--sbold); }
}

/* ############################################################## */
/* ######################### Start Fonts ############## */
/* ############################################################## */
@font-face {
    font-family: mont_bold;
    src: url("../Fonts/Montserrat-Bold.ttf");
}

@font-face {
    font-family: mont_med;
    src: url("../Fonts/Montserrat-Medium.ttf");
}

@font-face {
    font-family: mont_sbold;
    src: url("../Fonts/Montserrat-SemiBold.ttf");
}

/* ############################################################## */
/* ######################### End Fonts ############## */
/* ############################################################## */

/* ############################################################## */
/* ######################### Start Mobile Scroll Design ############## */
/* ############################################################## */


/* Start Scroll Colors */
/* width */
::-webkit-scrollbar {
  width: 10px;

}

/* Track */
::-webkit-scrollbar-track {
  background: #dead68;
		/* border-radius:20px !important ; */
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #cf7a03;
		/* border-radius:20px !important ; */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* Start Scroll Colors */


/* ############################################################## */
/* ######################### End Mobile Scroll Design ############## */
/* ############################################################## */

/* ############################################################## */
/* ######################### Start Mobile Version ############## */
/* ############################################################## */

@media(max-width:768px){
 
.Header_Pc{
  display: none;
}

 .Header_Mobile{
  display: block;
   position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.Header_Mobile .Header_Mobile_Data {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

.togle_menu img {
    width: 75px;
}

.HeroSection .Hero_Content h1 {
    font-size: 25px;
    width: 100%;
    text-align: center;
}

.HeroSection .Hero_Content p {
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.HeroSection{
  background-position: 85%;
}

.HeroSection .Hero_Content .Action_Hero_Section{
  margin: 0 auto;
}
.About_Us {
  background-position: left;
}

.About_Us .Points_Aout {
    width: 100%;
}

.About_Us .Points_Aout .Points_Item {
    width: 85%;
    margin: 20px auto;
}
.About_Us .Points_Aout .Points_Item:nth-child(2){
  left: 0;
}


.grid {
    display: grid;
    grid-template-columns: 2fr 2fr;
    width:75%;
    aspect-ratio: 16 / 15;
}

.num {
    font-size: 32px;
}

.label {
    font-size: 11px;
}

.Clients_Sections .All_Clients {
    width: 95%;
    margin: 20px auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.Clients_Sections .All_Clients .Client_Item{
  width: 100%;
}

.Clients_Sections .All_Clients .Client_Item .title_client{
   left: 20px; 
}

.title_client_data {
    width: 65%;
}
.Clients_Sections .All_Clients .Client_Item .title_client h3 {
    font-size: 22px;
}

.Clients_Sections .All_Clients .Client_Item:nth-child(2), .Clients_Sections .All_Clients .Client_Item:nth-child(4){
  top: 0;
}

.view_More_clients{
  margin-top: 10px !important;
}

.Clients_Sections {
    margin-top: 0px;
}

.Samer_Start .Samer_Start_Data {
    flex-direction: column-reverse;
}

.Samer_Start .Samer_Start_Data .section-header h2 {
    font-size: 20px;
    text-align: center;
} 

.Samer_Start .Samer_Start_Data .Info_Data p {
    font-size: 12px;
    text-align: center;
}

.Samer_Start .Samer_Start_Data .Info_Data a{
  margin: 30px auto;
}

.Samer_Start .Samer_Start_Data .Info_Data {
    width: 90%;
    margin: 0 auto;
}

.Samer_Start_Data .Imag_Samer img {
    width: 100%;
}

.About_Us{
  background-position: -109px -138px;
    padding-top: 400px;
    background-repeat: no-repeat;
    margin-top: 0;
}

.About_Us .Points_Aout .Points_Item .head_item h3{
  font-size: 15px;
  letter-spacing: 0;
}

.About_Us .Points_Aout .Points_Item p{
  font-size: 12px;
}

.Clients_Sections .All_Clients .Client_Item .title_client img{
  left: -25px;
}

.Data_Analsis{
  background-position: 65%;
  background-size: cover;
}

.Page_Title{
  background-position: top right;
}
.Info_Page {
    width: 95%;
}

.Info_Page h2 {
    font-size: 26px;
    text-align: center;
}

.Info_Page p {
    width: 100%;
    text-align: center;
}

.section .section-title {
    font-size: 20px;
}
.section-header {
    align-items: stretch;
}

.interviews-grid {
    grid-template-columns: repeat(1, 1fr);
}

.section .card {
    height: 430px;
}


.videos-grid {
    grid-template-columns: repeat(1, 1fr);
}

.Page_Title h1 {
    font-size: 40px;
}

.Page_Title{
  background-size: cover;
}

}

/* ############################################################## */
/* ######################### End Mobile Version ############## */
/* ############################################################## */



/* ####################### Start Side Menu ################################### */