.gdrfa-container {
    width: 100%
}

.gdrfa-container {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}

.dnrd-main-header {
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 1 !important;
    top: 0;
}

.gdrfa-banner {
    min-height: 100vh;
}

.gdrfa-banner {
    min-height: 110vh;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image .3s ease-out;
    -webkit-transition: background-image .3s ease-in-out
}

.gdrfa-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.75) 8%, rgba(0, 0, 0, 0.50) 16%, rgba(0, 0, 0, 0.25) 22%, rgba(0, 0, 0, 0.00) 34%) no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.75) 8%, rgba(0, 0, 0, 0.50) 20%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0.00) 90%) no-repeat;
}


.gdrfa-banner-content-container {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100vh;
    position: relative;
}

.dnrd-banner-wrapper {
    padding: 0 0 16px;
    background-color: rgba(0,0,0,0.01);

}

.gdrfa-banner .swiper-slide {
    opacity: 0 !important;
}

.gdrfa-banner .swiper-slide-active {
    opacity: 1 !important;
}

.banner__heading {
    text-overflow: ellipsis;
    overflow: hidden
}

.banner__heading {
    text-align: start;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--text-third);
    margin: 0;
    font-size: 36px;
    font-style: normal;
    /*font-weight: 700;*/
    line-height: 60px;
    /* 111.111% */
    letter-spacing: -0.36px;
}

.scroll-move .banner__heading {
    text-align: start;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -.36px;
}

.banner__description,
.banner__description-link {
    font-size: 22px;
    line-height: 28px;
    color: var(--text-third);
    font-style: normal
}

.banner__description-container {
    margin: 0 0 16px;
    text-align: start;
    max-width: 624px;
}

.banner__description-container * {
    display: inline;
}

.banner__description {
    font-weight: 400;
    margin-block-end: 0;
    margin-block-start: 0;
    margin: 4px auto
}


.transparent .banner__description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    white-space: normal !important;
    min-height: 80px;
}


.banner__link-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
    gap: 8px;
    position: relative;
    top: 32px;
}

.banner__description-link {
    color: var(--text-body);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .1px
}

.banner__description-arrow {
    width: 55px;
    height: 13px;
    display: inline-block;
    background: url(../../images/arrow-right-long.svg) center no-repeat
}


.banner__description-link {
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}


.banner__description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    white-space: normal !important;
}

.banner__link-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
    gap: 8px;
    position: relative;
    top: 32px;
}

.banner__description-link {
    color: var(--text-third);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .1px
}

.primary-description-link {
    display: flex;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--text-body);
    padding: 0px 24px;
    text-decoration: none !important;
    color: var(--bg-body) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 24px !important;
    letter-spacing: 0.1px !important;
}

.primary-description-link a:hover {
    text-decoration: none !important;
}

.banner-cards-container {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -40px;
    width: 100%;
    padding: 0 0 0 20px
}

/* Wrapper to Prevent Shadow Clipping */
.card-wrapper {
    overflow: visible;
    /* Ensures hover shadow is not cut off */
    padding-bottom: 50px;
    position: relative;
}

/* Card Container */
.card-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 100%;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    /* Hides scrollbar on Firefox */
    padding: 20px 0;
    direction: inherit;
    /* Supports both RTL & LTR */
}

.card-container::-webkit-scrollbar {
    display: none;
    /* Hides scrollbar on WebKit browsers */
}

/* Card */
.gdrfa-banner-card {
    display: flex;
    align-items: center;
    /* Ensures items are aligned in a row */
    gap: 16px;
    height: 172px;
    min-width: 250px;
    /* Fixed size */
    max-width: 251px;
    padding: 20px;
    border-radius: 16px;
    flex: 0 0 auto;
    /* Prevents stretching */
    background: var(--bg-body);
    transition: transform 0.4s ease, box-shadow 0.4s ease, filter 0.4s ease;
    scroll-snap-align: start;
    position: relative;
    direction: inherit;
    /* Supports RTL/LTR */
    outline: none;
    /* Removes default focus outline */
    cursor: pointer;
}

/* Focus & Keyboard Navigation */
.gdrfa-banner-card:focus {
    outline: 3px solid #007BFF;
}

/* Hover Effect (Only for Desktop) */
@media (hover: hover) {
    .gdrfa-banner-card:hover {
        transform: translateY(-35px);
        box-shadow: 0px 8px 120px rgba(48, 48, 52, 0.7);
    }

    .gdrfa-banner-card:hover .card-icon {
        filter: none;
        opacity: 1;
    }
}

/* Card Icon */
.gdrfa-banner-card .card-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    /* Prevents icon from shrinking */
    margin-bottom: 12px;
    /*filter: grayscale(1);*/
    opacity: 0.8;
}

/* Card Content */
.gdrfa-banner-card-content {
    flex: 1;
    text-align: start;
    /* Works for both LTR and RTL */
    display: flex;
    flex-direction: column;
}

/* Card Title */
.gdrfa-banner-card-content .card-title {
    overflow: hidden;
    margin: 0;
    color: var(--text-primary);
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 133.333% */
    text-decoration: none !important;
    white-space: nowrap;
}

/* Card Description */
.gdrfa-banner-card-content .card-description {
    overflow: hidden;
    color: var(--text-primary);
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.07px;
    text-decoration: none !important;
    min-height: 40px;
    height: 40px;
}

[dir=rtl] .gdrfa-banner-card-content .card-description {
    font-size: 16px;
    font-weight: 300;
}


a.gdrfa-banner-card {
    text-decoration: none !important;
}


.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto;
    bottom: 0;
    right: 0;
}


.h-banner-control {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 0;
}

.btn-slide-control {
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: none;
    display: inline-flex;
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0 10px 0 0;
}

.btn-slide-control .icon-play {
    background: url(/themes/gdrfad/assets/phase3/img/icon-play.svg), none;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: relative;
}

.h-banner-control .swiper-pagination {
    position: relative;
    display: inline-flex;
    gap: 10px;
    z-index: 1;
}

.h-banner-control .swiper-pagination-bullet {
    opacity: 0.7;
    width: 8px;
    height: 8px;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .7);
    transform: scale(1);
    animation: .3s ease-in-out transform;
    margin: 0 3px;
}

.h-banner-control .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.25);
    background-color: var(--text-third);
}

.h-banner-control .swiper-button-next,
.h-banner-control .swiper-button-prev {
    background-color: transparent;
    color: var(--text-third);
    width: auto;
    height: auto;
    margin-top: auto;
    top: auto;
    display: contents;
}

.h-banner-control .swiper-button-next:after,
.h-banner-control .swiper-button-prev:after {
    font-size: 12px;
}


.gdrfa-swiper-action {
    border: 0;
    cursor: pointer;
    background-position: center
}

.gdrfa-swiper-action-scroll {
    margin: 16px auto 0;
    width: 16px;
    height: 29px;
}

.service-card-icon {
  fill: var(--text-body);
  width: 50px;
  height: 50px;
}

.service-card-hover {
  border-width: 1px !important;
  border-color: transparent !important;
}

.gold .service-card-hover,
.dark .service-card-hover {
  border-color: grey !important;
}

.service-card-hover:hover {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: var(--text-body) !important;
}

[dir="rtl"] .service-card-hover .fa-arrow-right-long {
  transform: rotate(180deg);

}

.service-name,
.service-icon,
.service-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 1;*/
  align-self: stretch;
  color: var(--text-primary);
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  transition: all 300ms linear;
}

.service-name {
  font-size: 1rem;
  font-weight: bolder;
  line-height: 24px;
}

.service-description {
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: 0.07px;
  /*-webkit-line-clamp: 2;*/
}

.service-icon {
  /*min-width: 44px;*/
  /*min-height: 60px;*/
  /*max-width: 44px;*/
  /*max-height: 60px;*/
  display: flex;
  align-items: center;
}

.most-used-services .service-box .service-icon i {
  width: 100%;
  height: 40px;
  display: inline-flex;
  background-position: center;
  transition: all 300ms ease-in-out;
  background-repeat: no-repeat;
  color: var(--field-border);
}

.service-box:hover .service-icon i {
  color: var(--text-body);
}

.most-used-services .service-box {
  display: flex;
  width: 256px !important;
  /*width:15rem !important;*/
  height: 172px;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 16px;
  background: var(--bg-body);
  flex-shrink: 0;
  text-align: start;
  animation-duration: 400ms;
  transition: all 400ms cubic-bezier(0.2, 0, 0.35, 0.99);
  cursor: pointer;
}

.custom-search-bar div.form-item-services {
  display: flex;
  justify-content: space-between;
}

.clear-button {
  background: none;
  border: none;
  color: var(--field-border);
  font-size: 16px;
  cursor: pointer;
}


/**************************###############********************/

.card-border{
border-radius: var(--radius-md, 16px);
border: 1px solid var(--surface-outline, #E4E2E6);
background: var(--surface-surface, #FFF);
box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
}

.breadcrumb li:before{
	content:"\f105";
	font-family:'Font Awesome 6 Free';
	font-weight:900;
	padding:0 0.5rem;
	font-size:12px;
		color: var(--text-body);

}


[dir=rtl] .breadcrumb li:before{
	content:"\f104";
	font-family:'Font Awesome 6 Free';
	font-weight:900;
	padding:0 0.5rem;
	font-size:12px;
		color: var(--text-body);

}

.breadcrumb li:first-child:before{
	content:none;
}

.breadcrumb-link {
	color: var(--text-body);
font-size: var(--font-size-body, 16px);
font-style: normal;
font-weight: 400;
line-height: var(--line-height-body, 24px); /* 150% */

}
