
@font-face {
  font-family: 'RioGlamour';
  src: url('../fonts/RioGlamour.woff') format('opentype');
  font-weight: normal;
  font-style: normal;
}

h1 , h2 , h3 , h4 , h5 , h6,
.h1 , .h2 , .h3 , .h4 , .h5 , .h6,
.title , .title-h1 , .title-h2 , .title-h3 ,
.title-h4 , .title-h5 , .title-h6
{
  font-family: 'RioGlamour';
}

label , input , select
{
  font-family: 'RioGlamour' !important;
}

.en{
  direction:ltr;
  display:inline-block;;
}
/*--------   color ----------*/
.bg-color-1{
  background-color: #2dbfc6;
}
.bg-color-3{
  background-color: #116571;
}
.bg-color-red{
  background-color: red;
}

.color-white{
  color: #FFF !important;
}

/*--------  ------- ----------*/
#dsn_preloader,
#dsn_preloader .loading-text,
#dsn_preloader .loading-count {
  color: #116571;
}

/*--------*/
.btn-primary {
    display: inline-block;
    background-color: #2dbfc6;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: 0.25s ease-in-out;
}

.btn-primary:hover {
    background-color: #27aab0;
    color: #fff;
}

.btn-primary:active {
    background-color: #1e8b91;
}

.btn-primary:disabled,
.btn-primary.disabled {
    background-color: #9cdde0;
    cursor: not-allowed;
}

/*----*/
.btn-outline-primary {
    display: inline-block;
    background-color: #ffffff;
    color: #2dbfc6;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    border: 2px solid #2dbfc6;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

/* عند المرور بالماوس */
.btn-outline-primary:hover {
    background-color: #2dbfc6;
    color: #ffffff;
}

.btn-outline-primary:active {
    background-color: #1e8b91;
    border-color: #1e8b91;
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
    color: #9cdde0;
    border-color: #9cdde0;
    background-color: #ffffff;
    cursor: not-allowed;
}

/*----*/
.btn-secondary {
    display: inline-block;
    padding: 10px 18px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.25s ease-in-out;
}

.btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:active {
    background-color: #4e555b;
    border-color: #464e54;
}

.btn-secondary:disabled,
.btn-secondary.disabled {
    opacity: 0.65;
    cursor: not-allowed;
}
/*----*/
.btn-warning {
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: rgb(229, 103, 0);
    border: 1px solid rgb(229, 103, 0);
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.25s ease-in-out;
}

/* عند المرور */
.btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
    color: #000;
}

/* عند الضغط */
.btn-warning:active {
    background-color: #c69500;
    border-color: #b88600;
}

/* غير مفعل */
.btn-warning:disabled,
.btn-warning.disabled {
    background-color: #ffe08a;
    border-color: #ffe08a;
    color: #666;
    cursor: not-allowed;
}


/*-----------*/
.text-danger{
  color: red;
}

/*-----------*/
.gap-10 {
    gap: 10px;
}
.gap-15 {
    gap: 15px;
}
.gap-20 {
    gap: 20px;
}
.gap-25 {
    gap: 25px;
}
/*-----------*/
.alert {
    padding: 14px 18px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 5px solid #ccc;
    background-color: #f8f9fa;
    color: #333;
}

.alert-danger {
    background-color: #f8d7da;
    color: #842029;
    border-left-color: #dc3545;
}

.alert .icon {
    font-size: 18px;
    display: inline-block;
}

.small{
    font-size: small;
}

/*--------  HEADER ----------*/
/*.main-brand img{
  width: 120px;
}*/


.main-brand img {
  width: 200px;
  transition: width 0.3s ease;
}
.nav-bg .main-brand img {
  width: 120px;
}


/*--------------*/
.v-light #site_menu_header:not(.nav-bg) {
  background-color: transparent;
}


.nav_1 .nav-item a{
  font-weight: normal;
}
.nav_1:not(.nav-bg) .primary-nav > .nav-item > a > span{
  color : #FFF
}

/*--------------*/
.site-header.dsn-hamburger ul.primary-nav li {
  margin: 10px 0 !important;
}

.header-normal {
  padding-bottom: 80px !important;
}
/*--------------*/
/*
.hero-video-element {
    object-fit: cover;
    width: 100%;
    height: 100%;
}*/

#hero_video{
  width: 100%;
  height: 100%;
}


#dsn_header.dsn-full-header .entry-header ,
#dsn_header.dsn-full-header #hero_content{
    min-height: 80vh !important;
}

/*
.hero-video-element{
  width: 100%;
}
*/

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

/*--------------*/
/* V2 */
.sec-clients{

}

/*--------------*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  letter-spacing: normal;
}
/*--------------*/
.join-btn {
  background-color: #ff7a00;
  color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  transition: background 0.3s ease;
}

.join-btn:hover {
  background-color: #e56700;
}

#dsn-primary-list .nav-item  a{
  display: block;
}

/*--------------*/
/*
.btn-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}

.btn-whatsapp a {
  background: #25d366;
  color: #fff;
  padding: 10px 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-whatsapp a:hover {
  background: transparent;
  color: #1ebe57;
}
.btn-whatsapp i {
  font-size: 24px;
}
*/

/* ========== pagination ========== */

/* ========== Custom Pagination (RTL) ========== */
.pg{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin:16px 0;
    direction: rtl;
    flex-wrap: wrap;
}

.pg__pages{
    display:flex;
    gap:6px;
    align-items:center;
}

.pg__btn,
.pg__page{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:38px;
    height:38px;
    padding:0 12px;
    border:1px solid #e5e7eb;
    border-radius:10px;
    text-decoration:none;
    font-size:14px;
    line-height:1;
    background:#fff;
    color:#111827;
    transition: all .15s ease;
}

.pg__page:hover,
.pg__btn:hover{
    border-color:#cbd5e1;
    background:#f8fafc;
}

.pg__page.is-active{
    background:#2dbfc6;
    border-color:#2dbfc6;
    color:#fff;
    pointer-events:none;
}

.pg__btn.is-disabled{
    opacity:.45;
    pointer-events:none;
}

.pg__dots{
    padding:0 6px;
    color:#6b7280;
}



/* ========== WhatsApp FAB ========== */
.whatsapp-fab{
  position: fixed;
  right: 18px;      /* ضع left:18px إذا أردت يسار */
  bottom: 18px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--theme-color, #25D366);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 26px;
  box-shadow: 0 10px 20px rgba(0,0,0,.15);
  cursor: pointer;
  z-index: 9999;
  transition: transform .15s ease, box-shadow .2s ease, opacity .2s ease;
}
.whatsapp-fab:hover{ transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0,0,0,.18); }

/* Tooltip */
.whatsapp-fab::after{
  content: "تحدث معنا";
  position: absolute;
  right: 66px; /* يظهر يسار الأيقونة */
  bottom: 50%;
  transform: translateY(50%);
  background: #111;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
.whatsapp-fab:hover::after{ opacity: .95; }

/* ========== Modal ========== */
.wa-modal[aria-hidden="true"]{ display: none; }
.wa-modal{
  position: fixed; inset: 0; z-index: 10000;
  display: grid; place-items: center;
}
.wa-modal__overlay{
  position: absolute; inset: 0; background: rgba(0,0,0,.45);
}
.wa-modal__dialog{
  position: relative;
  width: min(92vw, 520px);
  background: #fff;
  color: #222;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
  direction: rtl;
}
.v-dark .wa-modal__dialog{ background: var(--assistant-color, #171717); color: var(--reverse-color, #f9f9f9); } /* دعم الثيم الداكن إن وُجد */

.wa-modal__close{
  position: absolute; top: 8px; left: 10px; /* RTL */
  font-size: 28px; line-height: 1; background: transparent; cursor: pointer; color: inherit;
}

.wa-list{ list-style: none; margin: 14px 0 0; padding: 0; }
.wa-list__item + .wa-list__item{ margin-top: 10px; }

.wa-item{
  display: flex; align-items: center; justify-content: space-between;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--border-color, #e6e6e6);
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  background: var(--bg-color, #fff);
  transition: transform .12s ease, border-color .2s ease, background .2s ease;
}
.wa-item:hover{ transform: translateY(-1px); border-color: var(--theme-color, #25D366); background: var(--bg-btn, #f6fafd); }
.wa-item__title{ font-weight: 600; }
.wa-item__num{ opacity: .8; }



/*--------------*/
/*
.home-ds-two .dsn-bg-pattern.bg-offset.background-section::after,
.home-ds-two .background-section .dsn-bg-pattern.bg-offset::after{
  background-image: linear-gradient(var(--bg-offset), #116571 20%, transparent 100%);
}
*/
/*------ FORM --------*/
.dsn-form .entry-box select {
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  border: 1px solid var(--border-color);
  padding: 10px 18px;
  color: var(--heading-color);
  margin-bottom: 0;
  background-color: transparent;
  max-width: 300px;
}


/*------ AWARDS --------*/
.style-awards .post-content {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: rgba(255,255,255,0.5);
  width: 80%;
  padding: 30px;
}
.style-awards
.box-image-link{

}
.style-awards
.post-content {

}
.style-awards .box-image-bg{
  text-align: center;
}
.style-awards .box-image-bg .cover-bg-img{
  width: auto;
  height: 100%;
}

/*------ SECTOR --------*/
.sector-post-content {

}

.sector-post-content .post-content {

}
.sector-box-services {
  bottom: 140px !important;
}
.sector-box-products{

}
/*------ PARTNERS --------*/
.partners-wrapper{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media (max-width: 768px){
  .partners-wrapper{
    grid-template-columns: 1fr;
  }
}

.partners-wrapper .dsn-def-btn{
  overflow: hidden;
}
.partners-wrapper .dsn-def-btn .dsn-icon {
    width: 150px;
    height: 150px;
    line-height: 50px;
    border-radius: 100%;
}
.partners-wrapper .dsn-def-btn .dsn-icon img {
    padding: 20px;
}
.partners-wrapper .dsn-def-btn:not(.dsn-hover-icon) .dsn-btn:hover .dsn-icon::before{
  border-radius: 50px;
}

/*------ Mobail --------*/
@media (max-width: 999px) {
  /*
  .hero-video-element{
    width: auto;
  }
  #hero_video .cover-bg-img:not([height]){
    height: 100vh;
  }
  */
}

@media (max-width: 767px) {
  .d-grid-100 .dsn-icon , .d-grid-100 p{

  }

  .d-grid-100 .service-item-inner,
  .d-grid-100 .service-item,
  .d-grid-100 {
    display: block !important;
  }

  .section-title{
    z-index: 9;
  }
  .img-box-parallax{
    position: relative;
  }

  .main-brand img {
    width: 120px;
  }
}
