/****/
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

a:hover, a:focus, a:active {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  outline: none !important;
  color: #684685;
}

input:hover, input:focus, input:active, select:hover, select:focus, select:active, textarea:hover, textarea:focus, textarea:active {
  outline: none !important;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.partner .content.block-content {
    DIRECTION: LTR;
}
a.toolbar-icon.toolbar-icon-system-admin-config {
    display: none;
}
.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
  /* OUTER wrapper (for position only) */
    .cursor-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        pointer-events: none;
        z-index: 99999;
    }

    /* INNER circle (for animation only) */
    .custom-cursor {
        width: 25px;
        height: 25px;
        border: 3px solid #fab74d;
        border-radius: 50%;
        box-shadow: 0 0 15px #fab74d,
                    0 0 30px rgba(255,255,0,0.6);
        animation: rotateCursor 4s linear infinite,
                   pulseCursor 1.5s ease-in-out infinite;
    }

    @keyframes rotateCursor {
        from { transform: rotate(0deg); }
        to   { transform: rotate(360deg); }
    }

    @keyframes pulseCursor {
        0%,100% { scale: 1; }
        50% { scale: 1.2; }
    }
.path-team-grid .item-image img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.path-team-grid .item-image img:hover {
    filter: grayscale(0%);
}

.path-team-grid .team-name a {
    color: var(--color-primary);
    margin-top: 0.5rem;
    font-family: Rubik, sans-serif;
}
.team-single-page {
    font-size: 1.4rem !important;
    font-family: Rubik, sans-serif;
    color: #4b5563;
    line-height: 30px !important;
}

.node--type-team #page-main-content {
    min-height: 360px;
    direction: rtl;
    text-align: right;
}
.di-image img {
    border-radius: 8px;
}
.left2 .social-icons ul li i

 {
        margin-right: -10px;
        font-size: 15px;
        min-width: 20px;
        text-align: center;
        margin-left: 0px;
        right: 10px;
        position: relative;
    }
    
    .node--type-news .article-body-full p {
    font-size: 1.5rem;
    line-height: 2.5;
    color: #4b5563;
    margin-bottom: 2rem;
    text-align: justify;
    padding: 15px;
}
.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1rem;
}

.related-link-btn {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(135deg, #684685, #FAB74D);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.field--name-field-related a {
    /* margin-bottom: 2rem !important; */
    color: #f3b24b;
    position: relative;
    padding-bottom: 1rem;
    text-align: right;
    font-family: Rubik, sans-serif;
    font-weight: bold;
}

.related-link-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.path-team-grid .team-block .team-content .team-job {
    font-size: 13px;
    color: #808080;
    padding: 0 20px 15px;
    color: var(--color-secondary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 1.4rem;
    font-family: Rubik, sans-serif;
    padding-top: 6px;
}
 .path-team-grid .container {
        width: 100%;
		padding: 0px;
		direction:rtl;
    }
.path-team-grid .views-view-grid.horizontal.cols-3.clearfix {
    padding-right: 15px;
    padding-left: 15px;
}
.path-team-grid  .views-view-grid .views-col {
    float: right;
}

.path-team-grid .vicdan-wrapper .section-std {
    padding-top: 5rem;
    padding-bottom: 0rem;
    background-color: var(--color-white);
}

.path-team-grid .vicdan-wrapper .section-title-wrap
 {
    margin-bottom: 1rem;
    text-align: center;
}
.aboutus{
	direction:rtl;
	font-family: Rubik, sans-serif;
}
.about_page .hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
    font-family: Rubik, sans-serif;
}
 .about_page .hero-badge {
    background-color: rgba(178, 148, 107, 0.8);
    backdrop-filter: blur(4px);
    color: white;
    padding: 0.25rem 1rem;
    border-radius: 9999px;
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
    font-family: Rubik, sans-serif;
}

h4 {
  line-height: 30px !important;
}

h5, h6, .h5, .h6 {
  font-weight: 400 !important;
  line-height: 30px;
}

.body-page input[type="text"],
.body-page input[type="tel"],
.body-page input[type="password"],
.body-page input[type="email"],
.body-page textarea, .body-page select {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
}
.body-page input[type="text"]:focus, .body-page input[type="text"]:active, .body-page input[type="text"]:hover,
.body-page input[type="tel"]:focus,
.body-page input[type="tel"]:active,
.body-page input[type="tel"]:hover,
.body-page input[type="password"]:focus,
.body-page input[type="password"]:active,
.body-page input[type="password"]:hover,
.body-page input[type="email"]:focus,
.body-page input[type="email"]:active,
.body-page input[type="email"]:hover,
.body-page textarea:focus,
.body-page textarea:active,
.body-page textarea:hover, .body-page select:focus, .body-page select:active, .body-page select:hover {
  outline: none;
}

.label {
  color: #000 !important;
}

.list-menu ul li {
  list-style: none;
  padding: 15px 2px;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-menu ul li:last-child {
  border-bottom: none;
}

ul {
  margin: 0;
  padding-left: 30px;
}
ul ul {
  padding-left: 20px;
}
ul li {
  list-style: inherit;
}
ul li i {
  margin-right: 3px;
  font-size: 16px;
  min-width: 20px;
  text-align: center;
}

.item-list ul li {
  margin-left: 0;
}

ul.menu > li {
  position: relative;
  padding: 4px 0;
}
ul.menu > li > a {
  padding-left: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
}
ul.menu > li > a:hover, ul.menu > li > a:active, ul.menu > li > a:focus {
  color: #684685;
}

ul.feature-list {
  margin-top: 30px;
}
ul.feature-list > li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}
ul.feature-list > li:after {
  content: "\e906";
  font-family: "gva-icon";
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  color: #684685;
}

ul.inline > li {
  float: left;
  margin-left: 5px;
}

table {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #ddd;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  border-color: #ddd;
  border-width: 1px 1px 1px 0;
  border-style: solid;
}
table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 2px;
}

.no-padding {
  padding: 0 !important;
}

a.disable {
  pointer-events: none;
  cursor: default;
}

/************************* Pagination ************************/
.pager .paginations {
  border-radius: 5px;
  display: inline-block;
  margin: 0 30px;
  padding: 4px 3px;
}
.pager .paginations a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
  display: inline-block;
  height: 35px;
  line-height: 34px;
  margin: 0 1px;
  text-align: center;
  width: 35px;
  margin-right: 10px;
}
.pager .paginations a:last-child {
  margin-right: 0;
}
.pager .paginations a.active {
  background: #684685;
  border-color: #684685;
  color: #fff;
}

.breadcrumb-content-inner {
  margin-bottom: 30px;
  text-align: center;
}
.breadcrumb-content-inner .breadcrumb-content-main {
  position: relative;
  z-index: 9;
}
.breadcrumb-content-inner .gva-breadcrumb-content .page-title {
  font-size: 30px;
  font-weight: 500;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
  padding: 75px 0;
  margin-bottom: 45px;
  position: relative;
}
@media (max-width: 991px) {
  .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
    min-height: 300px;
  }
}
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white *, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .page-title, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light *, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .page-title {
  color: #fff;
}
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white *:after, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .page-title:after, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light *:after, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .page-title:after {
  background: #fff;
}
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .breadcrumb-links li, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .breadcrumb-links li {
  color: #fff;
}
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .breadcrumb-links li a, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .breadcrumb-links li a {
  color: #fff;
}
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-white .breadcrumb-links li a:hover, .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb.text-light .breadcrumb-links li a:hover {
  color: #999999;
}
.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb {
  display: inline-block;
}
.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li {
  font-size: 14px;
  font-weight: 400;
  color: #bbbbbb;
  text-transform: capitalize;
}
.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li a {
  color: #000;
}
.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li a:hover {
  color: #684685;
}
.breadcrumb-content-inner .gva-parallax-background .gva-parallax-inner {
  background-position: center center;
}

pre {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  margin: 30px 0;
}

.drupal-message {
  background: #CDCDCD;
  max-width: 1170px;
  margin: 0 auto;
  position: fixed;
  z-index: 99;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-height: 50%;
  overflow: auto;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition-delay: 4px;
}
.drupal-message .messages__wrapper {
  padding: 2px 30px 2px 15px;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}
body.boxed {
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  background-color: #efefef;
}
body.boxed div.body-page {
  background: #fff;
}
body.logged-in.toolbar-horizontal .header-v2 {
  top: 39px;
}
body.bg-dark {
  background: #EFF1F2;
}
body.bg-dark .gva-body-page {
  background: #EFF1F2;
}

.topbar {
  background: #684685;
  color: #fff;
  font-size: 12px;
  padding: 8px 0;
  margin-top: -1px;
}
.topbar a {
    color: #fff;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
	    font-family: Rubik, sans-serif;
		font-size: 12px;
		line-height: 24px;
}
.newsfront .wajdan_project .proj-card-text {
    color: var(--proj-gray);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    flex-grow: 1;
    font-family: Rubik, sans-serif;
    float: right;
    direction: rtl;
    padding: 8px;
    text-align: center;
}

.front .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(109, 36, 53, 0.9), rgba(109, 36, 53, 0.4));
    display: flex;
    align-items: center;
    justify-content: center;
}
.front .sponsorships-hero-img
 {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0 !important;
    display: block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.front  h1.text-4xl.md\:text-6xl.font-bold.mb-6.leading-tight.reveal.delay-200 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-family: Rubik, sans-serif;

}
.front .sponsorships-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
    direction: rtl;
    text-align: right;
	
}

.front h1.text-4xl.md\:text-6xl.font-bold.mb-6.leading-tight.reveal.delay-200 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-family: Rubik, sans-serif;
    font-size: 3.75rem;
    line-height: 1.5;
}

.front p.text-lg.md\:text-xl.mb-8.text-gray-200.reveal.delay-300 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
    font-family: Rubik, sans-serif;
    font-size: 1.65rem;
    line-height: 1.75rem;
	    margin-bottom: 30px;
}

.front span.text-brand-beige {
    --tw-text-opacity: 1;
    color: rgb(242 215 180 / var(--tw-text-opacity, 1));
}

.front .transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}


.front .shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.front .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.front .font-bold {
    font-weight: 700;
}

.front .text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.front .py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.front .px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

/* Front Header Section - Base */
.frontheader-section {
    position: relative;
    height: 550px;
    background-color: #e5e7eb;
    overflow: hidden;
}
html[lang="en"] .footer .block {
    margin-bottom: 0;
    color: #fff !important;
    /* font-size: 18px; */
    font-family: Rubik, sans-serif;
    text-align: left;
    direction: ltr;
    width: 100%;
    padding: 10%;
    padding-top: 0px;
    padding-bottom: 0px;
}

html[lang="en"] .footer .block .block-title span {
    color: #Fff !important;
    font-size: 18px;
    font-family: Rubik, sans-serif;
    text-align: left;
    direction: ltr;
}

html[lang="en"] .block .block-title:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: #684685;
    left: 0;
    bottom: 0;
    z-index: 1;
}

html[lang="en"] .social-icons ul li a {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d5d7d8;
    transition: all 0.3s;
}

html[lang="en"] .footer {
    font-size: 13px;
    color: #d5d7d8;
    background: rgb(46 16 71 / var(--tw-bg-opacity, 1));
    line-height: 28px;
}

html[lang="en"] .footer .fas {
    color: rgb(113 69 150 / var(--tw-text-opacity, 1));
    float: left;
    top: 10px;
    position: relative;
    padding-right: 5px;
}

/* Background Image */
.frontheader-section__background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Overlay */
.frontheader-section__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(113, 69, 150, 0.9), rgba(78, 31, 124, 0.8));
    z-index: 2;
}

/* Container */
.frontheader-section__container {
    padding: 0 16px;
    z-index: 3;
    position: relative;
}

/* Content Area */
.frontheader-section__content {
    max-width: 32rem;
    color: white;
    position: relative;
    z-index: 4;
}
section.frontheader-section {
    direction: rtl;
    font-family: Rubik, sans-serif;
}

html[lang="en"] section.frontheader-section {
    direction: ltr;
    font-family: Rubik, sans-serif;
}

/* Badge */
.frontheader-section__badge {
    background-color: #FAB74D;
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Title */
.frontheader-section__title {
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 1.25;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.frontheader-section__title-highlight {
    color: #FAB74D;
    display: inline-block;
}

/* Description */
.frontheader-section__description {
    font-size: 18px;
    margin-bottom: 32px;
    color: #e5e7eb;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Actions Container */
.frontheader-section__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

/* Base Button Styles */
.frontheader-section__button {
    font-weight: bold;
    padding: 12px 32px;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 54px;
}
/* ================================
   About Section
================================ */

.am-about-section {
    padding: 100px 20px;
    background: #f9fafb;
    overflow: hidden;
}

.am-about-container {
    max-width: 1200px;
    margin: auto;
}

/* Layout */
.am-about-row {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    margin-bottom: 120px;
}

@media (min-width: 992px) {
    .am-about-row {
        flex-direction: row;
    }
}

/* Text */
.am-about-text {
    flex: 1;
    position: relative;
}

.am-about-title {
    font-size: 42px;
    font-weight: 800;
    color: #4E1F7C;
	font-family:Rubik, sans-serif;
    margin-bottom: 30px;
}

.am-about-paragraph {
    font-size: 18px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 20px;
}

.am-about-highlight {
    border-right: 4px solid #714596;
    padding-right: 15px;
}

/* Image */
.am-about-image-wrapper {
    flex: 1;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    border: 8px solid #fff;
    transition: 0.5s ease;
}

.am-about-image-wrapper:hover {
    transform: rotate(2deg);
}

.am-about-image-wrapper img {
    width: 100%;
    display: block;
}

/* Blob */
.am-about-blob {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    background: rgba(250, 183, 77, 0.3);
    border-radius: 50%;
    filter: blur(40px);
    animation: am-about-blob-animation 7s infinite;
}

@keyframes am-about-blob-animation {
    0% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -40px) scale(1.1); }
    66% { transform: translate(-20px, 20px) scale(0.9); }
    100% { transform: translate(0, 0) scale(1); }
}

/* Cards */
.am-about-cards {
    display: grid;
    gap: 30px;
}

@media (min-width: 768px) {
    .am-about-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

.am-about-card {
    background: #fff;
    padding: 50px 40px;
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: 0.4s ease;
}

.am-about-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.am-about-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #3b175e;
	font-family: Rubik, sans-serif;
}

.am-about-card p {
    font-size: 17px;
    color: #666;
    line-height: 1.8;
}

/* Icons */
.am-about-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 26px;
    transition: 0.3s;
}

.am-about-icon-vision {
    background: #f3e8ff;
    color: #714596;
}

.am-about-icon-mission {
    background: #fef3c7;
    color: #C89964;
}

.am-about-card:hover .am-about-icon-vision {
    background: #714596;
    color: #fff;
}

.am-about-card:hover .am-about-icon-mission {
    background: #FAB74D;
    color: #fff;
}


.widget.gsc-block-drupal.title-align-left.teams .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0, 0);
    direction: ltr !important;
    /* padding-right: 40px; */
}
.widget.gsc-block-drupal.title-align-left.teams .team-block .team-content .team-name

 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 20px;
    font-family: Rubik, sans-serif;
    padding: 20px 20px 0;
}
.widget.gsc-block-drupal.title-align-left.teams .team-block .team-content .team-job {
    font-size: 13px;
    color: #808080;
    padding: 0 20px 15px;
    font-family: Rubik, sans-serif;
}


 .widget.gsc-block-drupal.title-align-left.teams .owl-carousel .owl-nav > div:hover 
 {
	 -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    color: #191b1c !important;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
    background: #F6F6F6;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    margin-right: 20px;
    margin-left: 20px;
    color: #fff;
    background: rgb(113 69 150 / var(--tw-bg-opacity, 1));
}


 .widget.gsc-block-drupal.title-align-left.teams .owl-carousel .owl-nav > div {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    color: #191b1c !important;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
    background: #F6F6F6;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    margin-right: 20px;
    margin-left: 20px;
}

/* Primary Button */
.frontheader-section__button--primary {
    background-color: rgb(250 183 77 / var(--tw-bg-opacity, 1));
    color: white;
}

.frontheader-section__button--primary:hover {
    background-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 15px 20px -3px rgba(0, 0, 0, 0.2);
}

/* Secondary Button */
.frontheader-section__button--secondary {
    background-color: white;
    color: #684685;
}

.frontheader-section__button--secondary:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 15px 20px -3px rgba(0, 0, 0, 0.2);
    color: #684685;
}

/* Button Icon */
.frontheader-section__button-icon {
    margin-right: 8px;
}

/* Responsive Design */
@media (min-width: 768px) {
    .frontheader-section {
        height: 600px;
    }
    
    .frontheader-section__title {
        font-size: 3rem;
    }
    
    .frontheader-section__description {
        font-size: 20px;
        margin-bottom: 40px;
    }
    
    .frontheader-section__button {
        padding: 14px 40px;
        font-size: 20px;
    }
}

@media (min-width: 1024px) {
    .frontheader-section {
        height: 650px;
    }
    
    .frontheader-section__title {
font-size: 9rem;
        font-family: Rubik, sans-serif;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        font-family: Rubik, sans-serif;

        line-height: 1.5;
    }
    
    li::marker {
    display: none;
    font-size: 0px;
}
 
 .social-icons ul li i {
    margin-right: 25px;
    font-size: 22px;
    min-width: 20px;
    text-align: center;
    margin-left: 0px;
    right: 10px;
    position: relative;
}

img.h-24.w-auto.object-contain {
    border: 0;
    vertical-align: top;
    max-width: 70%;
    height: auto;
}
    
    .frontheader-section__content {
        max-width: 100%;
		padding-right: 3rem;
    }
    
    .frontheader-section__description {
        font-size: 22px;
        margin-bottom: 48px;
    }
}

@media (max-width: 640px) {
    .frontheader-section {
        height: 500px;
    }
    
    .frontheader-section__title {
        font-size: 1.875rem;
        margin-bottom: 20px;
    }
    
    .frontheader-section__description {
        font-size: 16px;
        margin-bottom: 24px;
    }
    
    .frontheader-section__button {
        width: 100%;
        padding: 10px 20px;
        font-size: 16px;
    }
    
    .frontheader-section__actions {
        flex-direction: column;
        gap: 12px;
    }
}

/* Animation for Reveal Effect */
.frontheader-section__content {
    opacity: 0;
    transform: translateY(20px);
    animation: frontheaderFadeIn 1s ease forwards 0.5s;
}

@keyframes frontheaderFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.frontheader-section__badge {
    opacity: 0;
    transform: translateY(10px);
    animation: frontheaderFadeIn 0.8s ease forwards 0.8s;
}

.frontheader-section__title {
    opacity: 0;
    transform: translateY(15px);
    animation: frontheaderFadeIn 0.8s ease forwards 1s;
}

.frontheader-section__description {
  opacity: 0;
    transform: translateY(15px);
    animation: frontheaderFadeIn 0.8s ease forwards 1.2s;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
    font-family: Rubik, sans-serif;
    font-size: 1.65rem;
    line-height: 3rem;
    margin-bottom: 30px;
}

.frontheader-section__actions {
    opacity: 0;
    transform: translateY(15px);
    animation: frontheaderFadeIn 0.8s ease forwards 1.4s;
}


/* Facts Section - Base */
.facts-section {
    padding: 64px 0;
    background-color: rgb(78 31 124 / var(--tw-text-opacity, 1));
    position: relative;
    overflow: hidden;
    color: white;
}

/* Background Pattern */
.facts-section__bg-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-size: 400px;
    z-index: 1;
}

/* Background Gradient */
.facts-section__bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);
    z-index: 2;
}

/* Container */
.facts-section__container {
    position: relative;
    z-index: 10;
    padding: 0 16px;
}

/* Header */
.facts-section__header {
    text-align: center;
    margin-bottom: 48px;
}

.facts-section__title {
    font-size: 30px;
    font-weight: bold;
    color: white;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	        font-family: Rubik, sans-serif;
}

.facts-section__subtitle {
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
    font-size: 18px;
    margin-bottom: 16px;
	font-family: Rubik, sans-serif;
}

.facts-section__divider {
    height: 4px;
    width: 64px;
    background-color: #f3b24b;
    margin: 16px auto;
    border-radius: 9999px;
}

/* Grid Layout */
.facts-section__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    text-align: center;
}

/* Stat Item */
.facts-section__stat {
    padding: 16px;
    position: relative;
    transition: all 0.3s ease;
}

.facts-section__stat:hover {
    transform: translateY(-5px);
}

.facts-section__stat:hover .facts-section__stat-icon {
    color: rgb(250 183 77 / var(--tw-bg-opacity, 1));
    transform: scale(1.1);
}

.facts-section__stat:hover .facts-section__stat-number {
    transform: scale(1.05);
}

/* Stat Number */
.facts-section__stat-number {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0px;
    display: block;
    transition: transform 0.3s ease;
}

/* Prefix for counter numbers */
.facts-section__stat-number::before {
    content: '+';
    display: inline;
}

/* For the third stat (15 countries), we don't want the plus sign */
.facts-section__stat:nth-child(3) .facts-section__stat-number::before {
    content: '+';
}

/* Stat Label */
.facts-section__stat-label {
color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0px;
    min-height: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Stat Icon */
.facts-section__stat-icon {
    color: rgba(255, 255, 255, 0.2);
    font-size: 40px;
    margin-top: 16px;
    transition: all 0.3s ease;
    display: block;
	    display: none !important;
}

/* Counter Animation Styles */
.facts-section__stat-number.animated {
    animation: factsPulse 0.6s ease;
}

@keyframes factsPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Responsive Design */
@media (min-width: 768px) {
    .facts-section {
        padding: 80px 0;
    }
    
    .facts-section__title {
        font-size: 36px;
    }
    
    .facts-section__subtitle {
        font-size: 20px;
    }
    
    .facts-section__stat-number {
        font-size: 56px;
    }
    
    .facts-section__stat-label {
        font-size: 20px;
    }
    
    .facts-section__stat-icon {
        font-size: 48px;
    }
}

@media (min-width: 1024px) {
    .facts-section {
        padding: 30px 0;
    }
    
    .facts-section__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
    
    .facts-section__stat {
        padding: 0px;
    }
    
    .facts-section__title {
        font-size: 32px;
    }
    
    .facts-section__stat-number {
        font-size: 32px;
    }
    
    .facts-section__stat-label {
        font-size: 22px;
    }
    
    .facts-section__stat-icon {
        font-size: 40px;
    }
}

@media (max-width: 640px) {
    .facts-section {
        padding: 48px 0;
    }
    
    .facts-section__title {
        font-size: 26px;
    }
    
    .facts-section__subtitle {
        font-size: 16px;
    }
    
    .facts-section__grid {
        gap: 24px;
    }
    
    .facts-section__stat {
        padding: 12px;
    }
    
    .facts-section__stat-number {
        font-size: 36px;
    }
    
    .facts-section__stat-label {
        font-size: 16px;
        min-height: 3em;
    }
    
    .facts-section__stat-icon {
        font-size: 32px;
        margin-top: 12px;
    }
}

/* Animation for Reveal Effect */
.facts-section__header {
    opacity: 0;
    transform: translateY(20px);
    animation: factsFadeIn 0.8s ease forwards 0.3s;
}

.facts-section__stat:nth-child(1) {
    opacity: 0;
    transform: translateY(20px);
    animation: factsFadeIn 0.8s ease forwards 0.5s;
}

.facts-section__stat:nth-child(2) {
    opacity: 0;
    transform: translateY(20px);
    animation: factsFadeIn 0.8s ease forwards 0.7s;
}

.facts-section__stat:nth-child(3) {
    opacity: 0;
    transform: translateY(20px);
    animation: factsFadeIn 0.8s ease forwards 0.9s;
}

.facts-section__stat:nth-child(4) {
    opacity: 0;
    transform: translateY(20px);
    animation: factsFadeIn 0.8s ease forwards 1.1s;
}

@keyframes factsFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
section.facts-section {
    direction: rtl;
    font-family: Rubik, sans-serif;
}

/* Counter Number Styling */
.facts-section__stat-number {
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}

/* K, M formatting for large numbers */
.facts-section__stat-number.formatted::after {
    content: 'K';
    font-size: 0.7em;
    margin-left: 2px;
}

.facts-section__stat:nth-child(1) .facts-section__stat-number.formatted::after {
    content: 'K';
}

.facts-section__stat:nth-child(2) .facts-section__stat-number.formatted::after,
.facts-section__stat:nth-child(4) .facts-section__stat-number.formatted::after {
    content: '';
}


/* Urgent Campaigns Section - Base */
.urgentcamp-section {
    padding: 64px 0;
    background-color: #f9fafb;
	direction:rtl;
	   font-family: Rubik, sans-serif;
	
}

/* Container */
.urgentcamp-section__container {
    padding: 0 16px;
}

/* Header */
.urgentcamp-section__header {
    text-align: center;
    margin-bottom: 48px;
}

.urgentcamp-section__subtitle {
  color: #FAB74D;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
    font-size: 36px;
    font-weight: bold;
    color: #684685;
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
    font-family: Rubik, sans-serif;
    font-size: 42px !important;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.urgentcamp-section__title {
    font-size: 24px;
    font-weight: bold;
    color: #6b7280;
    margin-top: 8px;
    margin-bottom: 12px;
	        font-family: Rubik, sans-serif;
        
}

.urgentcamp-section__divider {
    height: 4px;
    width: 64px;
    background-color: rgb(250 183 77 / var(--tw-bg-opacity, 1));
    margin: 12px auto;
}

/* Grid Layout */
.urgentcamp-section__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

/* Card Base Styles */
.urgentcamp-section__card {
    cursor: pointer;
    background-color: white;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-bottom: 4px solid transparent;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.urgentcamp-section__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #FAB74D;
    transform: translateY(-100%);
    transition: transform 0.4s ease;
}

.urgentcamp-section__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15);
    border-color: #FAB74D;
}

.urgentcamp-section__card:hover::before {
    transform: translateY(0);
}

/* Card Icon */
.urgentcamp-section__card-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background-color: #FAB74D;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #684685;
    font-size: 24px;
    margin-bottom: 16px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.urgentcamp-section__card:hover .urgentcamp-section__card-icon {
    background-color: #684685;
    color: white;
    transform: scale(1.1) rotate(5deg);
}

/* Card Title */
.urgentcamp-section__card-title {
    font-weight: bold;
    font-size: 18px;
    color: #282828;
    margin-bottom: 8px;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.urgentcamp-section__card:hover .urgentcamp-section__card-title {
    color: #684685;
}

/* Card Description */
.urgentcamp-section__card-description {
    font-size: 12px;
    color: #6b7280;
    margin-top: 8px;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.urgentcamp-section__card:hover .urgentcamp-section__card-description {
    color: #4b5563;
}

/* Card Specific Colors */
.urgentcamp-section__card--sadaqah:hover::before {
    background-color: #617f67;
}

.urgentcamp-section__card--sadaqah:hover .urgentcamp-section__card-icon {
    background-color: #617f67;
}

.urgentcamp-section__card--student:hover::before {
    background-color: #FAB74D;
}

.urgentcamp-section__card--student:hover .urgentcamp-section__card-icon {
    background-color: #FAB74D;
}

.urgentcamp-section__card--humanitarian:hover::before {
    background-color: #dc2626;
}

.urgentcamp-section__card--humanitarian:hover .urgentcamp-section__card-icon {
    background-color: #dc2626;
}

.urgentcamp-section__card--development:hover::before {
    background-color: #684685;
}

.urgentcamp-section__card--development:hover .urgentcamp-section__card-icon {
    background-color: #684685;
}

/* Card Background Effect */
.urgentcamp-section__card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(178, 148, 107, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.urgentcamp-section__card:hover::after {
    opacity: 1;
}

/* Responsive Design */
@media (min-width: 768px) {
    .urgentcamp-section {
        padding: 80px 0;
    }
    
    .urgentcamp-section__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }
    
    .urgentcamp-section__title {
        font-size: 24px;
    }
    
    .urgentcamp-section__subtitle {
        font-size: 16px;
    }
    
    .urgentcamp-section__card {
        padding: 28px 24px;
    }
    
    .urgentcamp-section__card-icon {
        width: 72px;
        height: 72px;
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .urgentcamp-section__card-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .urgentcamp-section__card-description {
        font-size: 14px;
        margin-top: 10px;
    }
}

@media (min-width: 1024px) {
    .urgentcamp-section {
        padding: 30px 0;
    }
    
    .urgentcamp-section__container {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .urgentcamp-section__header {
        margin-bottom: 64px;
    }
    
    .urgentcamp-section__title {
        font-size: 24px;
    }
    
    .urgentcamp-section__subtitle {
        font-size: 18px;
    }
    
    .urgentcamp-section__grid {
        gap: 32px;
    }
    
    .urgentcamp-section__card {
        padding: 32px 24px;
    }
    
    .urgentcamp-section__card-icon {
        width: 80px;
        height: 80px;
        font-size: 32px;
        margin-bottom: 24px;
    }
    
    .urgentcamp-section__card-title {
        font-size: 22px;
        margin-bottom: 12px;
		        font-family: Rubik, sans-serif;
        color: #684685;
    }
    
    .urgentcamp-section__card-description {
        font-size: 15px;
        margin-top: 12px;
    }
}

@media (max-width: 640px) {
    .urgentcamp-section {
        padding: 48px 0;
    }
    
    .urgentcamp-section__header {
        margin-bottom: 32px;
    }
    
    .urgentcamp-section__title {
        font-size: 24px;
    }
    
    .urgentcamp-section__subtitle {
        font-size: 12px;
    }
    
    .urgentcamp-section__grid {
        gap: 16px;
    }
    
    .urgentcamp-section__card {
        padding: 20px 16px;
    }
    
    .urgentcamp-section__card-icon {
        width: 56px;
        height: 56px;
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .urgentcamp-section__card-title {
        font-size: 16px;
        margin-bottom: 6px;
    }
    
    .urgentcamp-section__card-description {
        font-size: 11px;
        margin-top: 6px;
    }
}

/* Animation for Reveal Effect */
.urgentcamp-section__header {
    opacity: 0;
    transform: translateY(20px);
    animation: urgentcampFadeIn 0.8s ease forwards 0.3s;
}

.urgentcamp-section__card:nth-child(1) {
    opacity: 0;
    transform: translateY(20px);
    animation: urgentcampFadeIn 0.8s ease forwards 0.5s;
}

.urgentcamp-section__card:nth-child(2) {
    opacity: 0;
    transform: translateY(20px);
    animation: urgentcampFadeIn 0.8s ease forwards 0.7s;
}

.urgentcamp-section__card:nth-child(3) {
    opacity: 0;
    transform: translateY(20px);
    animation: urgentcampFadeIn 0.8s ease forwards 0.9s;
}

.urgentcamp-section__card:nth-child(4) {
    opacity: 0;
    transform: translateY(20px);
    animation: urgentcampFadeIn 0.8s ease forwards 1.1s;
}

@keyframes urgentcampFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover Pulse Effect */
.urgentcamp-section__card:hover .urgentcamp-section__card-icon {
    animation: urgentcampPulse 1s ease;
}

@keyframes urgentcampPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(109, 36, 53, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(109, 36, 53, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(109, 36, 53, 0);
    }
}

/* Focus States for Accessibility */
.urgentcamp-section__card:focus {
    outline: 2px solid #684685;
    outline-offset: 2px;
}

.urgentcamp-section__card:focus:not(:focus-visible) {
    outline: none;
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
    .urgentcamp-section__card {
        transition: transform 0.2s ease;
    }
    
    .urgentcamp-section__card:active {
        transform: scale(0.98);
    }
    
    .urgentcamp-section__card:hover {
        transform: none;
    }
    
    .urgentcamp-section__card:hover .urgentcamp-section__card-icon {
        transform: none;
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .urgentcamp-section__card,
    .urgentcamp-section__card-icon,
    .urgentcamp-section__card-title,
    .urgentcamp-section__card-description {
        transition: none;
    }
    
    .urgentcamp-section__header,
    .urgentcamp-section__card {
        animation: none;
        opacity: 1;
        transform: none;
    }
    
    .urgentcamp-section__card:hover .urgentcamp-section__card-icon {
        animation: none;
    }
}

/* Projects Section - Base */
.projects-section {
    padding: 80px 0;
    background-color: white;
    border-top: 1px solid #f3f4f6;
}

/* Container */
.projects-section__container {
    padding: 0 16px;
}

/* Header */
.projects-section__header {
    text-align: center;
    margin-bottom: 64px;
}

.projects-section__title {
  font-size: 34px;
    font-weight: bold;
    color: #684685;
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
    font-family: Rubik, sans-serif;
    font-size: 34px !important;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.projects-section__title-underline {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 96px;
    height: 4px;
    background-color: #FAB74D;
    border-radius: 9999px;
}

.projects-section__subtitle {
    color: #6b7280;
    max-width: 32rem;
    margin: 24px auto 0;
    font-size: 18px;
    line-height: 1.6;
}

/* Grid Layout */
.projects-section__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

 html[lang="en"] .node--type-news .article-body-full p {
    font-size: 1.5rem;
    line-height: 2.5;
    color: #4b5563;
    margin-bottom: 2rem;
    text-align: justify;
    padding: 15px;
    direction: ltr;
    text-align: left;
}

 html[lang="en"] .news-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 40px;
    direction: ltr;
}
 html[lang="en"] .node--type-news h2.gallery-title {
    display: none;
}

/* Card Base Styles */
.projects-section__card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    background-color: white;
    border: 1px solid #f3f4f6;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
}

.projects-section__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15);
    border-color: #e5e7eb;
}

/* Card Image */
.projects-section__card-image {
    height: 16rem;
    overflow: hidden;
    position: relative;
}

.projects-section__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.projects-section__card:hover .projects-section__card-img {
    transform: scale(1.08);
}

/* Card Badge */
.projects-section__card-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 12px;
    border-radius: 4px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.projects-section__card-badge--urgent {
    background-color: #dc2626;
}

.projects-section__card-badge--sadaqah {
    background-color: #684685;
}

/* Card Content */
.projects-section__card-content {
    padding: 24px;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Card Icon */
.projects-section__card-icon {
    width: 56px;
    height: 56px;
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: absolute;
    top: -28px;
    right: 24px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 4px solid white;
    z-index: 10;
    transition: all 0.3s ease;
}

.projects-section__card:hover .projects-section__card-icon {
    transform: scale(1.1) rotate(5deg);
}

/* Card Icon Colors */
.projects-section__card-icon--relief {
    background-color: #4a90c2;
}

.projects-section__card-icon--development {
    background-color: #3fb8af;
}

.projects-section__card-icon--seasonal {
    background-color: #7BC67E;
}

.projects-section__card-icon--waqf {
    background-color: #e15759;
}

.projects-section__card-icon--seasonal1 {
    background-color: #F39C4A;
}

/* Card Title */
.projects-section__card-title {
    font-size: 20px;
    font-weight: bold;
    color: #282828;
    margin-top: 16px;
    margin-bottom: 8px;
    transition: color 0.3s ease;
	font-size: 24px;
        font-family: Rubik, sans-serif;
        color: #684685;
}

.projects-section__card:hover .projects-section__card-title {
    color: #684685;
}

/* Card Description */
.projects-section__card-description {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 16px;
    flex: 1;
    line-height: 1.5;
	        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
}

/* Card Button */
.projects-section__card-button {
    width: 100%;
    background-color: white;
    border: 2px solid;
    font-weight: bold;
    padding: 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
}

.projects-section__card-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Button Colors */
.projects-section__card-button--relief {
    border-color: #4a90c2;
    color: #4a90c2;
}

.projects-section__card-button--relief:hover {
    background-color: #4a90c2;
    color: white;
}

.projects-section__card-button--development {
border-color: #3fb8af !important;
    color: #3fb8af !important;
    border-radius: 8px;
}

.programheader .urgentcamp-section__header {
        margin-bottom: 20px;
    }

.programsection .urgentcamp-section {
        padding: 30px 0;
        padding-top: 0px;
    }
	
.projects-section__card-button--development:hover {
    background-color: #3fb8af !important;
    color: white !important;
}

.projects-section__card-button--seasonal {
    border-color: #7BC67E;
    color: #7BC67E;
}

.projects-section__card-button--seasonal:hover {
    background-color: #7BC67E;
    color: white;
}


.projects-section__card-button--seasonal1 {
    border-color: #F39C4A;
    color: #F39C4A;
}

.projects-section__card-button--seasonal1:hover {
    background-color: #F39C4A;
    color: white;
}


.projects-section__card-button--waqf {
    border-color: #e15759;
    color: #e15759;
}

.projects-section__card-button--waqf:hover {
    background-color:#e15759;
    color: white;
}

/* Button Icon */
.projects-section__card-button-icon {
    margin-left: 4px;
    transition: transform 0.3s ease;
}

.projects-section__card-button:hover .projects-section__card-button-icon {
    transform: scale(1.2);
}

/* Responsive Design */
@media (min-width: 768px) {
    .projects-section__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8x;
    }
    
    .projects-section__title {
        font-size: 40px;
    }
    
    .projects-section__subtitle {
        font-size: 20px;
        max-width: 36rem;
    }
    
    .projects-section__card-title {
        font-size: 22px;
    }
    
    .projects-section__card-description {
        font-size: 14px;
    }
    
    .projects-section__card-button {
        padding: 10px;
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .projects-section {
        padding: 30px 0;
    }
    
    .projects-section__grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 8px;
    }
    
    .projects-section__header {
        margin-bottom: 72px;
    }
    
    .projects-section__title {
        font-size: 44px;
    }
    
    .projects-section__subtitle {
        font-size: 22px;
        max-width: 40rem;
        margin-top: 28px;
    }
    
    .projects-section__card-content {
        padding: 14px;
    }
    
    .projects-section__card-title {
        font-size: 18px;
    }
    
    .projects-section__card-description {
        font-size: 14px;
    }
    
    .projects-section__card-button {
   padding: 0px;
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .projects-section {
        padding: 64px 0;
    }
    
    .projects-section__header {
        margin-bottom: 48px;
    }
    
    .projects-section__title {
        font-size: 28px;
    }
    
    .projects-section__subtitle {
        font-size: 16px;
        margin-top: 20px;
    }
    
    .projects-section__grid {
        gap: 24px;
    }
    
    .projects-section__card-image {
        height: 14rem;
    }
    
    .projects-section__card-content {
        padding: 20px;
    }
    
    .projects-section__card-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
        top: -24px;
        right: 20px;
    }
    
    .projects-section__card-title {
        font-size: 18px;
        margin-top: 12px;
    }
    
    .projects-section__card-description {
        font-size: 13px;
        margin-bottom: 12px;
		
    }
    
    .projects-section__card-button {
        padding: 8px;
        font-size: 14px;
        min-height: 40px;
    }
}

/* Animation for Reveal Effect */
.projects-section__header {
    opacity: 0;
    transform: translateY(20px);
    animation: projectsFadeIn 0.8s ease forwards 0.3s;
}

.projects-section__card:nth-child(1) {
    opacity: 0;
    transform: translateY(20px);
    animation: projectsFadeIn 0.8s ease forwards 0.5s;
}

.projects-section__card:nth-child(2) {
    opacity: 0;
    transform: translateY(20px);
    animation: projectsFadeIn 0.8s ease forwards 0.7s;
}

.projects-section__card:nth-child(3) {
    opacity: 0;
    transform: translateY(20px);
    animation: projectsFadeIn 0.8s ease forwards 0.9s;
}

.projects-section__card:nth-child(4) {
    opacity: 0;
    transform: translateY(20px);
    animation: projectsFadeIn 0.8s ease forwards 1.1s;
}

@keyframes projectsFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Card Hover Effect Enhancement */
.projects-section__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.projects-section__card:hover::before {
    opacity: 1;
}

section.projects-section {
    direction: rtl;
    font-family: Rubik, sans-serif;
}

html[lang="en"] section.projects-section {
    direction: ltr;
    font-family: Rubik, sans-serif;
}

html[lang="en"] header .area-main-menu .navigation ul.gva_menu {
    position: static;
    direction: ltr;
}
html[lang="en"] header.header-v1 .main-menu-inner
 {
    float: left;
}

html[lang="en"] header.header-v1 .header-main.has-link-donate .gva-offcanvas-mobile {
    padding-left: 0px !important;
     padding-right: 8px !important;
}
html[lang="en"] header.header-v1 .header-main-inner .header-inner {
   padding-left: 250px;
    padding-right: 0px !important;
}

html[lang="en"] header.header-v1 .header-main-inner .branding {
    width: 300px;
    float: left;
}

div#block-topbaren a {
    color: #fff;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
    font-family: Rubik, sans-serif;
    font-size: 12px;
    line-height: 24px;
}

/* Card Image Overlay */
.projects-section__card-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.projects-section__card:hover .projects-section__card-image::after {
    opacity: 1;
}

/* Focus States for Accessibility */
.projects-section__card-button:focus {
    outline: 2px solid #684685;
    outline-offset: 2px;
}

.projects-section__card-button:focus:not(:focus-visible) {
    outline: none;
}

.path-projects .topbar .container {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
/* About Section - Base */
.about-section {
    padding: 20px 0;
    background-color: white;
    position: relative;
    overflow: hidden;
}

/* Background Blur Elements */
.about-section__bg-blur {
    position: absolute;
    border-radius: 9999px;
    filter: blur(48px);
}

.about-section__bg-blur--top {
    top: 0;
    right: 0;
    width: 16rem;
    height: 16rem;
    background-color: #FAB74D;
    opacity: 0.2;
    transform: translateY(-50%) translateX(50%);
}

.about-section__bg-blur--bottom {
    bottom: 0;
    left: 0;
    width: 24rem;
    height: 24rem;
    background-color: #684685;
    opacity: 0.05;

}

/* Container */
.about-section__container {
    position: relative;
    z-index: 10;
    padding: 0 16px;
}

/* Wrapper */
.about-section__wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: center;
}

/* Content Area */
.about-section__content {
    width: 100%;
}

/* Header with Subtitle */
.about-section__header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.about-section__accent-line {
    height: 4px;
    width: 48px;
    background-color:rgb(250 183 77 / var(--tw-bg-opacity, 1));
    border-radius: 9999px;
}

.about-section__subtitle {
    color:rgb(113 69 150 / var(--tw-text-opacity, 1));
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 14px;
}
.about {
    direction: rtl;
}
/* Main Title */
.about-section__title {
    font-size: 36px;
    font-weight: bold;
    color:rgb(78 31 124 / var(--tw-text-opacity, 1));
    margin-bottom: 24px;
    line-height: 1.25;
	font-family: Rubik, sans-serif;
}

.about-section__title-highlight {
    color: rgb(78 31 124 / var(--tw-text-opacity, 1));
}

/* Description */
.about-section__description {
    color: #4b5563;
    margin-bottom: 32px;
    line-height: 1.625;
    font-size: 18px;
    font-family: Rubik, sans-serif;
    border-right: 4px solid rgb(113 69 150 / var(--tw-text-opacity, 1));
    border-radius: 4px;
    padding-right: 10px;
}

/* Features Grid */
.about-section__features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
	    padding-top: 20px;
}


/* Feature Item */
.about-section__feature {
display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background-color: #fff;
    border: 1px solid rgb(233 213 255 / var(--tw-border-opacity, 1));
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    --tw-bg-opacity: 1;
    background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
    border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}

.about-section__feature:hover {
    background-color: white;
    border-color: rgb(78 31 124 / var(--tw-text-opacity, 1));
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* Feature Icon */
.about-section__feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    background-color: rgba(242, 215, 180, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #684685;
    font-size: 20px;
    transition: all 0.3s ease;
}

.about-section__feature:hover .about-section__feature-icon {
    background-color: #684685;
    color: white;
}

/* Feature Content */
.about-section__feature-content {
    flex: 1;
}

.about-section__feature-title {
    font-weight: bold;
    color: #282828;
    margin-bottom: 4px;
    transition: color 0.3s ease;
	font-family: Rubik, sans-serif;
}

.about-section__feature:hover .about-section__feature-title {
    color: #684685;
}

.about-section__feature-description {
    font-size: 14px;
    color: #6b7280;
	font-size: 14px;
    color: #6b7280;
    font-family: Rubik, sans-serif;
    text-align: justify;
}
.about-section__feature.msg {
    background: #fff;
}
.msg.about-section__feature-icon {
    background: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

/* Image Wrapper */
.about-section__image-wrapper {
    width: 100%;
    position: relative;
}

.about-section__image-container {
  position: relative;
    z-index: 10;
    border-radius: 25px;
    overflow: hidden;
 
    border: 4px solid white;
    transform: rotate(2deg);
    transition: transform 0.5s ease;
}
button#backToTop {
    --tw-text-opacity: 1;
    color: rgb(46 16 71 / var(--tw-text-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(250 183 77 / var(--tw-bg-opacity, 1));
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    position: fixed;
    Z-INDEX: 999;
    bottom: 0;
    border-radius: 9999px;
    align-items: center;
    justify-content: center;
    right: 2rem;
    bottom: 6rem;
    z-index: 999;
    width: 5rem;
    height: 5rem;
 transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); 
    cursor: pointer;
        transition-duration: 300ms;
    border: 0px;
}

button#backToTop:hover {

    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)); 
    color: rgb(250 183 77 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}
i.fas.fa-arrow-up.text-xl {
    font-size: 2.25rem;
    line-height: 2.75rem;
}

.about-section__image-container:hover {
    transform: rotate(0deg);
}

/* Image */
.about-section__image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* Image Overlay */
.about-section__image-overlay {
position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(46 16 71 / 0.6), transparent);
    display: grid;
    align-items: end;
    padding: 25PX;
    font-family: Rubik, sans-serif;
    direction: rtl;
}
.md\:flex-row {
        flex-direction: row;
    }
	
	.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
	    font-family: Rubik, sans-serif;
}
.text-brand-800 {
    --tw-text-opacity: 1;
    color: rgb(59 23 94 / var(--tw-text-opacity, 1));
	
	  font-family: Rubik, sans-serif;
}


.w-16.h-16.bg-brand-50.rounded-full.flex.items-center.justify-center.mb-4 {
    width: 5rem !important;
    height: 5rem;
}
i.fas.fa-hands-helping.text-3xl.text-brand-500 {
    font-size: 3rem;
}
.w-16.h-16.bg-accent-100.rounded-full.flex.items-center.justify-center.mb-4 {
    width: 5rem !important;
    height: 5rem;
}

i.fas.fa-laptop-code.text-3xl.text-accent-500{
    font-size: 3rem;
}

.w-16.h-16.bg-secondary-500\/10.rounded-full.flex.items-center.justify-center.mb-4 {
    width: 5rem !important;
    height: 5rem;
}

i.fas.fa-user-md.text-3xl.text-secondary-500{
    font-size: 3rem;
}


.vol.gbb-row.bg-size-cover {
    padding: 4rem;
}
.text-brand-500 {
    --tw-text-opacity: 1;
    color: rgb(113 69 150 / var(--tw-text-opacity, 1));
}
.bg-white.p-8.rounded-\[2rem\].shadow-lg.border-b-4.border-brand-500.hover\:-translate-y-2.transition.duration-300 {
    border-color: rgb(113 69 150 / var(--tw-border-opacity, 1)) !important;
    border-bottom: 3px solid;
}
.bg-white.p-8.rounded-\[2rem\].shadow-lg.border-b-4.border-accent-500.hover\:-translate-y-2.transition.duration-300 {
    --tw-border-opacity: 1;
    border-color: rgb(250 183 77 / var(--tw-border-opacity, 1))!important;
	 border-bottom: 3px solid;
}
.bg-white.p-8.rounded-\[2rem\].shadow-lg.border-b-4.border-secondary-500.hover\:-translate-y-2.transition.duration-300 {
    --tw-border-opacity: 1;
    border-color: rgb(29 118 131 / var(--tw-border-opacity, 1))!important;
	 border-bottom: 3px solid;
}
.font-bold {
    font-weight: 700;
}
.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.bg-brand-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.text-accent-500
 {
    --tw-text-opacity: 1;
    color: rgb(250 183 77 / var(--tw-text-opacity, 1));
}
.bg-accent-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-secondary-500\/10 {
    background-color: rgb(29 118 131 / 0.1);
}
.text-secondary-500 {
    --tw-text-opacity: 1;
    color: rgb(29 118 131 / var(--tw-text-opacity, 1));
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.rounded-full {
    border-radius: 9999px;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.w-16 {
    width: 4rem;
}

.h-16 {
    height: 4rem;
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.p-8 {
    padding: 2rem;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	    direction: rtl;
    font-family: Rubik, sans-serif;
}

.border-brand-500 {
    --tw-border-opacity: 1;
    border-color: rgb(113 69 150 / var(--tw-border-opacity, 1));
}

.border-b-4 {
    border-bottom-width: 4px;
}

.rounded-\[2rem\] {
    border-radius: 2rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.bg-brand-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(113 69 150 / var(--tw-bg-opacity, 1));
}

.rounded-full {
    border-radius: 9999px;
}

.bg-brand-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(113 69 150 / var(--tw-bg-opacity, 1));
}
.flex-col {
    flex-direction: row;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}

.flex-col {
    flex-direction: row;
}

.flex {
    display: flex;
}

.mb-12 {
    margin-bottom: 3rem;
}

p.text-gray-600.mt-4.text-lg
 {	    font-family: Rubik, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    font-size: 1.5rem;
    line-height: 1.75rem;
}

span.text-accent-600.font-bold.tracking-wider.uppercase {
    --tw-text-opacity: 1;
    color: rgb(200 153 100 / var(--tw-text-opacity, 1));
    font-family: inherit;
    font-family: Rubik, sans-serif;
}
h2.text-3xl.md\:text-5xl.font-black.text-brand-900.mt-2 {
    --tw-text-opacity: 1;
    color: rgb(46 16 71 / var(--tw-text-opacity, 1));
    font-size: 3.5rem;
    line-height: 1;
    font-family: Rubik, sans-serif;
        font-weight: bold;
}


.about-section__image-caption {
    color: white;
    font-weight: 500;
    font-size: 18px;
}

/* Responsive Design */
@media (min-width: 768px) {
    .about-section__wrapper {
        flex-direction: row;
        gap: 32px;
    }
    
    .about-section__content {
        width: 50%;
		font-family: Rubik, sans-serif;
		        direction: rtl;
    }
    
html[lang="en"] .about-section__content {
        width: 50%;
		font-family: Rubik, sans-serif;
		        direction: ltr;
}
    
    
    .about-section__image-wrapper {
        width: 50%;
    }
    
    .about-section__features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .about-section__wrapper {
        gap: 64px;
    }
}

.front .bg-brand-green {
--tw-bg-opacity: 1;
    background-color: rgb(97 127 103 / var(--tw-bg-opacity, 1));
border: 0px;
    font-family: Rubik, sans-serif;
    font-size: 1.2rem !important;
    padding: 12px !important;
	margin-left: 15px;
}
.hover\:bg-brand-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(78 31 124 / var(--tw-bg-opacity, 1));
}
.bg-white {
    background: #fff;
border: 0px;
    font-family: Rubik, sans-serif;
    font-size: 1.2rem !important;
    padding: 4rem !important;
	min-height: 240px;
}

.front .rounded-lg {
    border-radius: 0.5rem;
}

.front .bg-brand-green {
    --tw-bg-opacity: 1;
    background-color: rgb(97 127 103 / var(--tw-bg-opacity, 1));
}
.front  span.sponsorships-hero-badge {
    background-color: rgba(178, 148, 107, 0.8);
    backdrop-filter: blur(4px);
    color: white;
    padding: 0.25rem 1rem;
    border-radius: 9999px;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
    font-family: Rubik, sans-serif;
	margin-bottom: 30px;
}

.front .sponsorships-section-hero {
    height: 525px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to top, rgba(109, 36, 53, 0.9), rgba(109, 36, 53, 0.4));
}

.partner .owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    filter: unset;
}
.partner h1.hero-title.reveal.delay-200.active {
    color: #684685 !important;
    font-size: 42px;
    font-family: Rubik, sans-serif;
    text-align: right;
    direction: rtl;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 20px;
}

.partner_facts-section__title {
    font-size: 42px !important;
    font-weight: bold;
    color: #684685;
    margin-bottom: 8px;
   
    font-family: Rubik, sans-serif;
}

.partner .container.text-center p {
    color: #FAB74D !important;
    font-size: 20px;
    font-family: Rubik, sans-serif;
    text-align: right;
    direction: rtl;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 20px;
}

.partner span.field-content a:hover{
	color: #f3b24b !important;
	
}

.partner span.field-content a {
    color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
    font-size: 18px;
    font-family: Rubik, sans-serif;
    text-align: right;
    direction: rtl;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 20px;
}

.bg-gray-800.p-4.rounded-lg.border.border-gray-700 span {
    padding: 0px;
    font-size: 12px;
    display: inline-table;
}

.sadakajarya .container {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.sadakajarya .container.header-content-layout {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

   .sadkaa{ width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
   padding: 25px 4rem;}

.sadakajarya .gva-view-grid {
    width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 4rem;
}


/* Zakat Calculator Section - Base */
.zakatcalculator-section {
    padding: 80px 0;
    background-color: #f9fafb;
    position: relative;
}

.zakatcalculator-section__background {
    position: absolute;
    inset: 0;
    background-color: rgba(109, 36, 53, 0.05);
}

/* Container */
.zakatcalculator-section__container {
    position: relative;
    z-index: 10;
    padding: 0 16px;
}

/* Header */
.zakatcalculator-section__header {
    text-align: center;
    margin-bottom: 40px;
}

.zakatcalculator-section__subtitle {
    color: #FAB74D;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}

.zakatcalculator-section__title {
     font-size: 30px;
    font-weight: bold;
    color: #684685;
    margin: 0;
    font-size: 42px !important;
    font-weight: bold;
    color: #684685;
    margin-bottom: 8px;
    font-family: Rubik, sans-serif;
}
        /* Custom Scrollbar */
        ::-webkit-scrollbar {
            width: 8px;
        }

        ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        ::-webkit-scrollbar-thumb {
            background: #684685;
            border-radius: 4px;
        }
.before-help-region .widget.gsc-call-to-action.button-right-v2 {
    background: #fff;
    padding: 35px 30px;
    position: relative;
    z-index: 91;
    border-top: 4px solid #FAB74D;
    border-radius: 0.75rem;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	display:none;
}

/* Calculator Container */
.zakatcalculator-section__calculator {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border: 1px solid #e5e7eb;
    display: grid;
    grid-template-columns: 1fr;
}

/* Form Container */
.zakatcalculator-section__form-container {
    padding: 32px;
}

/* Form Group */
.zakatcalculator-section__form-group {
    margin-bottom: 32px;
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 24px;
}

.zakatcalculator-section__form-group:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

/* Form Header */
.zakatcalculator-section__form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 16px;
}

/* Form Title */
.zakatcalculator-section__form-title {
    font-size: 20px;
    font-weight: bold;
    color: #282828;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
	font-family: Rubik, sans-serif;
    padding-bottom: 20px;
}

.zakatcalculator-section__form-icon {
    color: #FAB74D;
    font-size: 24px;
}

/* Refresh Button */
.zakatcalculator-section__refresh-button {
    font-size: 12px;
    background-color: #f3f4f6;
    color: #684685;
    padding: 6px 16px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #e5e7eb;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.zakatcalculator-section__refresh-button:hover {
    background-color: #684685;
    color: white;
    border-color: #684685;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(109, 36, 53, 0.2);
}

.zakatcalculator-section__refresh-icon {
    transition: transform 0.3s ease;
}

.zakatcalculator-section__refresh-button:hover .zakatcalculator-section__refresh-icon {
    transform: rotate(180deg);
}

/* Input Grid */
.zakatcalculator-section__input-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 16px;
}

.zakatcalculator-section__input-grid:last-child {
    margin-bottom: 0;
}

/* Input Wrapper */
.zakatcalculator-section__input-wrapper {
    width: 100%;
}

/* Input Label */
.zakatcalculator-section__input-label {
    display: block;
    color: #374151;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.4;
}

/* Live Badge */
.zakatcalculator-section__live-badge {
    background-color: #dcfce7;
    color: #617f67;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-right: 8px;
    vertical-align: middle;
    animation: zakatcalculatorPulse 2s infinite;
}

.zakatcalculator-section__live-dot {
    font-size: 6px;
}

@keyframes zakatcalculatorPulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

/* Input Base */
.zakatcalculator-section__input {
    width: 100%;
    background-color: #f9fafb;
    border: 1px solid #d1d5db;
    color: #1f2937;
    border-radius: 8px;
    padding: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
}

.zakatcalculator-section__input:focus {
    outline: none;
    border-color: #684685;
    background-color: white;
    box-shadow: 0 0 0 3px rgba(109, 36, 53, 0.1);
}

.zakatcalculator-section__input--live {
    background-color: white;
    border-color: #FAB74D;
    color: #684685;
    font-weight: bold;
}

/* Input with Icon */
.zakatcalculator-section__input-with-icon {
    position: relative;
}

.zakatcalculator-section__currency-symbol,
.zakatcalculator-section__unit {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 14px;
    pointer-events: none;
}

.zakatcalculator-section__unit {
    font-size: 14px;
}

.zakatcalculator-section__input-with-icon .zakatcalculator-section__input {
    padding-left: 40px;
}

.zakatcalculator-section__input-with-icon .zakatcalculator-section__input--live {
    padding-left: 100px;
}

/* Summary Panel */
.zakatcalculator-section__summary {
    background-color: #684685;
    color: white;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Summary Content */
.zakatcalculator-section__summary-content {
    margin-bottom: 32px;
}

.zakatcalculator-section__summary-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
    border-bottom: 1px solid #FAB74D;
    padding-bottom: 16px;
}

/* Summary Details */
.zakatcalculator-section__summary-details {
    margin-bottom: 32px;
}

/* Summary Row */
.zakatcalculator-section__summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-bottom: 12px;
}

.zakatcalculator-section__summary-row--highlight {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 16px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.zakatcalculator-section__summary-row--small {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 0;
}

.zakatcalculator-section__summary-label {
    color: #d1d5db;
}

.zakatcalculator-section__summary-value {
    font-weight: bold;
}

.zakatcalculator-section__summary-value--accent {
    color: #FAB74D;
}

/* Status Badge */
.zakatcalculator-section__status {
    margin-top: 16px;
    padding: 8px 16px;
    background-color: rgba(55, 65, 81, 0.5);
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    color: #d1d5db;
    transition: all 0.3s ease;
}

.zakatcalculator-section__status--eligible {
    background-color: rgba(97, 127, 103, 0.8);
    color: white;
    font-weight: bold;
}

.zakatcalculator-section__status--not-eligible {
    background-color: rgba(75, 85, 99, 0.8);
    color: #d1d5db;
}

/* Action Section */
.zakatcalculator-section__action {
    margin-top: auto;
}

/* Zakat Amount */
.zakatcalculator-section__zakat-amount {
    text-align: center;
    margin-bottom: 24px;
}

.zakatcalculator-section__zakat-label {
    display: block;
    font-size: 14px;
    color: #d1d5db;
    margin-bottom: 4px;
}

.zakatcalculator-section__zakat-value {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: white;
}

/* Pay Button */
.zakatcalculator-section__pay-button {
    width: 100%;
    background-color: #FAB74D;
    color: white;
    font-weight: bold;
    padding: 16px 24px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
}

.zakatcalculator-section__pay-button:hover {
    background-color: #9e805d;
    transform: translateY(-2px);
    box-shadow: 0 15px 20px -3px rgba(0, 0, 0, 0.15);
    border-color: #FAB74D;
}

.zakatcalculator-section__pay-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.zakatcalculator-section__pay-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.zakatcalculator-section__pay-button:hover .zakatcalculator-section__pay-icon {
    transform: scale(1.2);
}

/* Note */
.zakatcalculator-section__note {
    font-size: 12px;
    text-align: center;
    color: #9ca3af;
    margin-top: 16px;
    line-height: 1.4;
}

/* Responsive Design */
@media (min-width: 768px) {
    .zakatcalculator-section {
        padding: 96px 0;
    }
    
    .zakatcalculator-section__title {
        font-size: 36px;
    }
    
    .zakatcalculator-section__subtitle {
        font-size: 16px;
    }
    
    .zakatcalculator-section__calculator {
        grid-template-columns: 2fr 1fr;
    }
    
    .zakatcalculator-section__input-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    .zakatcalculator-section__form-container {
        padding: 40px;
    }
    
    .zakatcalculator-section__summary {
        padding: 40px 32px;
    }
    
    .zakatcalculator-section__zakat-value {
        font-size: 42px;
    }
    
    .zakatcalculator-section__pay-button {
        padding: 18px 24px;
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .zakatcalculator-section {
        padding: 40px 0;
    }
    
    .zakatcalculator-section__title {
        font-size: 42px;
    }
    
    .zakatcalculator-section__subtitle {
        font-size: 18px;
    }
    
    .zakatcalculator-section__header {
        margin-bottom: 48px;
    }
    
    .zakatcalculator-section__form-container {
        padding: 48px 40px;
    }
    
    .zakatcalculator-section__form-title {
        font-size: 22px;
    }
    
    .zakatcalculator-section__input-label {
        font-size: 15px;
    }
    
    .zakatcalculator-section__input {
        padding: 14px;
        font-size: 17px;
    }
    
    .zakatcalculator-section__summary {
       padding: 10px 32px;
        font-family: Rubik, sans-serif
    }
    
    .zakatcalculator-section__summary-title {
        font-size: 26px;
		font-size: 26px;
        font-family: Rubik, sans-serif;
        color: #fff;
    }
    
    .zakatcalculator-section__zakat-value {
        font-size: 48px;
    }
    
    .zakatcalculator-section__pay-button {
        padding: 20px 24px;
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .zakatcalculator-section {
        padding: 64px 0;
    }
    
    .zakatcalculator-section__title {
        font-size: 24px;
    }
    
    .zakatcalculator-section__subtitle {
        font-size: 12px;
    }
    
    .zakatcalculator-section__form-container {
        padding: 24px;
    }
    
    .zakatcalculator-section__form-group {
        margin-bottom: 24px;
        padding-bottom: 20px;
    }
    
    .zakatcalculator-section__form-title {
        font-size: 18px;
    }
    
    .zakatcalculator-section__form-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .zakatcalculator-section__refresh-button {
        align-self: flex-start;
    }
    
    .zakatcalculator-section__input-grid {
        gap: 16px;
        margin-bottom: 12px;
    }
    
    .zakatcalculator-section__summary {
        padding: 24px;
    }
    
    .zakatcalculator-section__summary-title {
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 12px;
    }
    
    .zakatcalculator-section__zakat-value {
        font-size: 32px;
    }
    
    .zakatcalculator-section__pay-button {
        padding: 14px 20px;
        font-size: 15px;
    }
}

/* Loading States */
.zakatcalculator-section__input--loading {
    background-color: #f9fafb;
    border-color: #d1d5db;
    color: #9ca3af;
}

.zakatcalculator-section__refresh-icon--spinning {
    animation: zakatcalculatorSpin 1s linear infinite;
}

@keyframes zakatcalculatorSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Focus States for Accessibility */
.zakatcalculator-section__input:focus,
.zakatcalculator-section__refresh-button:focus,
.zakatcalculator-section__pay-button:focus {
    outline: 2px solid #684685;
    outline-offset: 2px;
}

.zakatcalculator-section__input:focus:not(:focus-visible),
.zakatcalculator-section__refresh-button:focus:not(:focus-visible),
.zakatcalculator-section__pay-button:focus:not(:focus-visible) {
    outline: none;
}

/* Number Input Specific Styling */
.zakatcalculator-section__input[type="number"]::-webkit-inner-spin-button,
.zakatcalculator-section__input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
    height: 40px;
}

/* Validation States */
.zakatcalculator-section__input--valid {
    border-color: #617f67;
    background-color: rgba(97, 127, 103, 0.05);
}

.zakatcalculator-section__input--invalid {
    border-color: #dc2626;
    background-color: rgba(220, 38, 38, 0.05);
}

/* Tooltip for Help */
.zakatcalculator-section__input-wrapper {
    position: relative;
}

.zakatcalculator-section__help-icon {
    position: absolute;
    top: 0;
    left: -24px;
    color: #9ca3af;
    font-size: 14px;
    cursor: help;
}

.zakatcalculator-section__tooltip {
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #1f2937;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
section#comprehensive-zakat {
    direction: rtl;
    font-family: Rubik, sans-serif;
}

.zakatcalculator-section__help-icon:hover + .zakatcalculator-section__tooltip {
    opacity: 1;
    visibility: visible;
}

/* Print Styles */
@media print {
    .zakatcalculator-section {
        background: white !important;
        padding: 20px 0 !important;
    }
    
    .zakatcalculator-section__calculator {
        box-shadow: none !important;
        border: 1px solid #d1d5db !important;
    }
    
    .zakatcalculator-section__refresh-button,
    .zakatcalculator-section__pay-button {
        display: none !important;
    }
}

.topbar i {
  color: #FFF;
  padding: 5px;
  font-size: 14px;
}
.topbar i:hover {
  color: #FFf;
}

.topbar .flex.gap-2.text-xs.font-bold {
    float: left;
    padding-right: 15px;
}

 .topbar .pull-left {
    float: left !important;
    direction: rtl;
}
.topbar .pull-right {
    float: right !important;
    direction: ltr;
}



.topbar .block {
  margin: 0 !important;
}

.language-box .links > li {
  margin-right: 10px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  line-height: 1;
  margin-top: 5px;
  float: right;
}
.language-box .links > li.is-active {
  opacity: 1;
  filter: alpha(opacity=100);
}

header .site-branding-logo {
  padding: 15px 0;
  display: inline-block;
  max-height: 95px;
  height: auto;
}
@media (max-width: 991px) {
  header .site-branding {
    text-align: left;
    padding-bottom: 10px;
  }
  header .header-right-inner, header .header-right-inner .block {
    text-align: center !important;
  }
}
header .header-main {
  padding: 0;
  background: none;
}
@media (max-width: 991px) {
  header .main-menu-inner {
    width: 100%;
  }
}
header .area-main-menu .navigation {
  position: static;
}
header .area-main-menu .navigation ul.gva_menu {
  position: static;
  direction: rtl;
}
header .block {
  overflow: visible;
}
header .header-info {
  margin-top: 12px;
}
header .header-info .icon {
  margin-right: 10px;
  color: #684685;
}
@media (max-width: 500px) {
  header .header-action a {
    font-size: 12px;
    padding: 0 10px;
    line-height: 28px !important;
  }
}
header .quick-menu {
  float: left;
  position: relative;
  padding: 8px 15px;
}
@media (max-width: 991px) {
  header .quick-menu {
    width: 100%;
  }
}
header .quick-menu .icon {
  font-size: 30px;
  line-height: 1;
}
@media (max-width: 991px) {
  header .quick-menu .icon {
    display: none;
  }
}
header .quick-menu .icon a:hover, header .quick-menu .icon a:active, header .quick-menu .icon a:focus {
  cursor: pointer;
}
header .quick-menu .content-inner {
  border-top: 2px solid #684685;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 110%;
  right: -100px;
  z-index: 9;
  background: #fff;
  min-width: 300px;
  padding: 30px 30px 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35;
  -o-transition: all 0.35;
  transition: all 0.35;
  -moz-transition: all 0.35;
  -ms-transition: all 0.35;
  display: none;
}
@media (max-width: 991px) {
  header .quick-menu .content-inner {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    border: none;
    width: 100%;
    float: left;
    border-top: 1px solid #684685;
    border-bottom: 1px solid #684685;
    max-width: 100%;
    padding: 20px;
  }
  header .quick-menu .content-inner ul.gva_menu {
    padding: 0;
  }
  header .quick-menu .content-inner .block {
    padding: 0 !important;
  }
}
header .quick-menu .content-inner .block {
  margin-bottom: 20px !important;
}
header .quick-menu .content-inner ul {
  width: 100%;
}
header .quick-menu .content-inner ul > li {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
header .quick-menu .content-inner ul > li:last-child {
  border-bottom: none;
}
header .quick-menu .content-inner ul > li a {
  padding: 0;
  font-size: 15px;
  color: #191b1c !important;
}
header .quick-menu .content-inner ul > li a:hover, header .quick-menu .content-inner ul > li a:active, header .quick-menu .content-inner ul > li a:focus {
  color: #684685 !important;
}
header .quick-menu.open .content-inner {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  top: 100%;
}
.gva-navigation li.menu-item.menu-item--expanded > a:first-of-type {
  pointer-events: none;
  cursor: default;
}

header.header-v1 {
  position: relative;
  background: #fff;
  margin-top: 1px;
  z-index: 99;
}
@media (max-width: 991px) {
  header.header-v1 .site-branding-logo {
    padding-top: 15px;
  }
}
header.header-v1 .gva-search-region .icon {
  color: #000;
}
header.header-v1 .header-main-inner .branding {
  width: 250px;
  float: right;
}
@media (max-width: 1199px) {
  header.header-v1 .header-main-inner .branding {
    width: 190px;
  }
}
header.header-v1 .header-main-inner .header-inner {
  padding-right: 300px;
}
@media (max-width: 1199px) {
  header.header-v1 .header-main-inner .header-inner {
    padding-left: 200px;
  }
}
header.header-v1 .header-main-inner .gva-offcanvas-mobile {
  float: right;
}

html[lang="en"] header.header-v1 .header-main-inner .gva-offcanvas-mobile {
  float: left;
}


header.header-v1 .header-main {
  position: relative;
  z-index: 9;
}
header.header-v1 .header-main.has-link-donate .gva-offcanvas-mobile {
  padding-left: 75px;
}
@media (max-width: 991px) {
  header.header-v1 .header-main.has-link-donate .gva-offcanvas-mobile {
    padding-right: 0 !important;
  }
}
header.header-v1 .stuck {
  background: #fff;
}
header.header-v1 .header-action {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 991px) {
  header.header-v1 .header-action {
    right: 55px;
  }
}
header.header-v1 .main-menu-inner {
  float: left;
}
header.header-v1 .quick-menu {
  padding: 25px 10px;
}

header.header-v2 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  z-index: 99;
  background: rgba(0, 0, 0, 0.69);
  margin-top: 2px;
}
header.header-v2 .gva-search-region .icon {
  color: #fff !important;
}
@media (max-width: 991px) {
  header.header-v2 {
    position: static;
    background: #fff;
  }
  header.header-v2 .gva-search-region .icon {
    color: #000 !important;
  }
  header.header-v2 #menu-bar {
    top: -11px;
  }
}
header.header-v2 .site-branding-logo {
  padding: 15px 0;
}
@media (max-width: 991px) {
  header.header-v2 .site-branding-logo {
    padding: 10px 0;
  }
}
header.header-v2 .site-branding-logo .logo-default {
  display: none;
}
header.header-v2 .site-branding-logo .logo-white {
  display: block !important;
  visibility: visible !important;
}
header.header-v2 .header-main-inner .branding {
  width: 200px;
  float: left;
}
header.header-v2 .header-main-inner .header-inner {
  padding-left: 220px;
}
header.header-v2 .header-main-inner .gva-offcanvas-mobile {
  float: right;
}
header.header-v2 .header-main {
  position: relative;
  z-index: 9;
}
header.header-v2 .header-main.has-link-donate .gva-offcanvas-mobile {
  padding-right: 145px;
}
@media (max-width: 991px) {
  header.header-v2 .header-main.has-link-donate .gva-offcanvas-mobile {
    padding-right: 10px !important;
  }
}
header.header-v2 .navigation .gva_menu > li > a {
  color: #fff;
}
header.header-v2 .navigation .gva_menu > li > a:hover, header.header-v2 .navigation .gva_menu > li > a:focus, header.header-v2 .navigation .gva_menu > li > a:active {
  color: #684685;
}
header.header-v2 .navigation .gva_menu > li.menu-item--active-trail > a {
  color: #684685 !important;
}
header.header-v2 .header-action {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 991px) {
  header.header-v2 .header-action {
    right: 55px;
  }
}
header.header-v2 .stuck {
  background: #222 !important;
}
header.header-v2 .main-menu-inner {
  float: left;
}
header.header-v2 .quick-menu {
  padding: 25px 10px;
}
header.header-v2 .quick-menu .icon a {
  color: #fff;
}
header.header-v2 .quick-menu .icon a:hover, header.header-v2 .quick-menu .icon a:focus, header.header-v2 .quick-menu .icon a:active {
  color: #684685;
}

header.header-v3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  margin-top: 2px;
}
@media (max-width: 991px) {
  header.header-v3 {
    position: static;
    margin-top: 0;
  }
}
header.header-v3 .gva-search-region .icon {
  color: #000;
}
header.header-v3 .header-main-inner {
  background: #fff;
  margin-top: 30px;
  padding: 0 30px;
}
@media (max-width: 991px) {
  header.header-v3 .header-main-inner {
    margin-top: 0;
  }
}
header.header-v3 .header-main-inner .branding {
  width: 240px;
  float: left;
}
@media (max-width: 1199px) {
  header.header-v3 .header-main-inner .branding {
    width: 190px;
  }
}
header.header-v3 .header-main-inner .header-inner {
  padding-left: 255px;
}
@media (max-width: 1199px) {
  header.header-v3 .header-main-inner .header-inner {
    padding-left: 200px;
  }
}
header.header-v3 .header-main-inner .gva-offcanvas-mobile {
  float: right;
}
header.header-v3 .header-main-inner #menu-bar {
  top: -2px;
}
header.header-v3 .header-main {
  position: relative;
  z-index: 9;
}
header.header-v3 .header-main.has-link-donate .gva-offcanvas-mobile {
  padding-right: 145px;
}
@media (max-width: 991px) {
  header.header-v3 .header-main.has-link-donate .gva-offcanvas-mobile {
    padding-right: 0;
  }
}
header.header-v3 .stuck {
  background: #fff;
}
header.header-v3 .header-action {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 991px) {
  header.header-v3 .header-action {
    right: 55px;
  }
}
header.header-v3 .main-menu-inner {
  float: left;
}
header.header-v3 .quick-menu {
  padding: 25px 10px;
}

header.header-v4 .header-main {
  padding: 0;
  background: #28292B;
  color: #ffffff;
}
header.header-v4 .header-main .site-branding-logo {
  padding-top: 0;
}
header.header-v4 .header-main .header-inner {
  padding: 30px 0;
}
header.header-v4 .block {
  margin-bottom: 0;
}
header.header-v4 .main-menu {
  background: #1C1D1E;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
header.header-v4 .main-menu .area-inner {
  padding: 0;
}
header.header-v4 .main-menu ul.gva_menu_main {
  float: left;
}
header.header-v4 .main-menu ul.gva_menu_main > li {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
header.header-v4 .main-menu ul.gva_menu_main > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
header.header-v4 .main-menu ul.gva_menu_main > li > a:hover, header.header-v4 .main-menu ul.gva_menu_main > li > a:focus, header.header-v4 .main-menu ul.gva_menu_main > li > a:active {
  background: #fff;
  color: #000;
}
header.header-v4 .main-menu ul.gva_menu_main > li.menu-item--active-trail {
  background: #fff;
}
header.header-v4 .stuck {
  background: #fff !important;
}
header.header-v4 .header-action {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
}
header.header-v4 .header-action a {
  height: 100%;
  line-height: 48px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #000;
}
header.header-v4 .header-action a:hover, header.header-v4 .header-action a:active, header.header-v4 .header-action a:focus {
  color: #fff;
}
header.header-v4 .main-menu-inner {
  float: left;
}
header.header-v4 .quick-menu {
  padding: 8px 15px;
}
header.header-v4 .quick-menu .icon a {
  color: #fff;
}
@media (max-width: 991px) {
  header.header-v4 .header-action {
    right: 55px;
  }
  header.header-v4 .menu-bar {
    margin-top: 18px;
  }
  header.header-v4 .menu-bar span {
    background: #fff;
  }
}

.stuck {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 99 !important;
  width: 100%;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

@media (min-width: 1199px) {
  .sticky-is-hidden .stuck {
    top: -200px;
  }

  .sticky-is-show .stuck {
    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
    top: 0;
  }
}
.area.slideshow_content .block {
  margin-bottom: 0;
}

.area-panel {
  padding: 30px 0;
}

.header-right .block {
  margin-bottom: 0;
}

.promotion {
  padding: 0;
  margin-bottom: 0;
}

#page-main-content {
  min-height: 360px;
}
@media (max-width: 991px) {
  #page-main-content {
    min-height: 100px;
  }
}

.main-menu .area-main-menu .area-inner .block {
  margin-bottom: 0;
}

.sidebar {
  position: relative;
}

body.hidden-footer .footer-center {
  display: none !important;
}
body.copyright-fixed #footer {
  z-index: 999 !important;
}
body.copyright-fixed .copyright {
  position: fixed;
  bottom: 0;
  z-index: 999;
  left: 0;
  width: 100%;
}

.footer {
  font-size: 14px;
  color: #d5d7d8;
  background: rgb(46 16 71 / var(--tw-bg-opacity, 1));
  line-height: 28px;
}
.footer a {
  color: #d5d7d8;
}
.footer .before-footer {
  padding: 50px 0 0;
}
.footer .footer-center {
  padding: 60px 0 40px;
}
.footer .block {
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer .block .block-title span {
     color: #Fff !important;
    font-size: 18px;
    font-family: Rubik, sans-serif;
    text-align: right;
    direction: rtl;
}
ul.footer-links {
    margin: 0px;
    padding: 0px;
}

.footer .bg-gray-800.p-4.rounded-lg.border.border-gray-700 {
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
    padding: 12px;
    border-radius: 5px;
}
.footer span.block.text-xs.text-brand-secondary.mt-1
 {
    padding: 0px;
}
.footer span.block.text-sm.font-mono.text-white.tracking-wider {
    padding: 0px;
}
.footer span.block.text-xs.text-gray-500 {
    padding: 0px;
    margin: 0px;
    float: right;
}
.footer-four .field.field--name-body
 {
    direction: ltr;
}


.footer .fas {
    color: rgb(113 69 150 / var(--tw-text-opacity, 1));
    float: right;
    top: 10px;
    position: relative;
    padding-left: 5px;
}

.footer .block-title:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: linear-gradient(90deg, #684685, #FAB74D) !important;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.footer .block {

    margin-bottom: 0;
    color: #fff !important;
    /* font-size: 18px; */
    font-family: Rubik, sans-serif;
    text-align: right;
    direction: rtl;
    width: 100%;
    padding: 10%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer .block .block-title span:after, .footer .block .block-title span:before {
  display: none;
}
.footer .copyright {
  font-size: 15px;
}
.footer ul.menu > li > a:after {
  background: #d5d7d8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 991px) {
  .footer .column {
    margin-bottom: 30px;
  }
}

.copyright a {
  color: #684685;
}
.copyright .copyright-inner {
  padding: 0 0 5px;
}
.copyright-inner .text-center {
    font-size: 11px;
}
.copyright .copyright-inner .block {
  margin: 0;
}

body.footer-v2 #footer {
  background: #f2f2f2;
  color: #1a1c1d;
}
body.footer-v2 #footer a {
  color: #1a1c1d;
}
body.footer-v2 ul.menu > li > a:after {
  background: #888888;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
body.footer-v2 .block.block-simplenews #edit-mail-wrapper input.form-email {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}
body.footer-v2 .block .block-title span {
  color: #161718 !important;
  font-size: 20px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
body.footer-v2 .block .block-title span:after, body.footer-v2 .block .block-title span:before {
  display: none;
}
body.footer-v2 .social-border .socials:after, body.footer-v2 .social-border .socials:before {
  border-bottom-color: rgba(0, 0, 0, 0.1) !important;
}
body.footer-v2 .social-border .socials a i {
  color: #191b1c;
}
body.footer-v2 .copyright {
  color: #000;
}
body.footer-v2 .copyright a {
  color: #000;
  font-family: "Open Sans", sans-serif;
}
body.footer-v2 .copyright-links a:after {
  background: rgba(0, 0, 0, 0.2);
}

body.footer-v3 #footer {
  background: none !important;
  color: #1a1c1d;
}
body.footer-v3 #footer a {
  color: #1a1c1d;
}
body.footer-v3 #footer .block .block-title span {
  color: #161718 !important;
  font-size: 20px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
body.footer-v3 #footer .block .block-title span:after, body.footer-v3 #footer .block .block-title span:before {
  display: none;
}
body.footer-v3 #footer .block.block-simplenews #edit-mail-wrapper input.form-email {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}
body.footer-v3 #footer .before-footer {
  padding-top: 0 !important;
}
body.footer-v3 #footer .footer-center .content-inner {
  padding: 30px;
  background: #F1F3F4;
}
body.footer-v3 .social-border .socials:after, body.footer-v3 .social-border .socials:before {
  border-bottom-color: rgba(0, 0, 0, 0.1) !important;
}
body.footer-v3 .social-border .socials a i {
  color: #191b1c;
}
body.footer-v3 .copyright {
  color: #191b19;
}
body.footer-v3 .copyright a {
  color: #000;
}
body.footer-v3 .copyright a:hover {
  color: #684685;
}
body.footer-v3 .copyright-links a:after {
  background: rgba(0, 0, 0, 0.2);
}

/* #Block grid
--------------------------------------------------------------- */
.item-columns {
  padding: 0 10px;
}

[class*="block-grid-"] {
  display: block;
  margin: 0 -10px;
  padding: 0;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  display: table;
  content: " ";
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > div {
  display: block;
  float: left;
  height: auto;
  padding: 0 10px;
  width: 100%;
}
[class*="block-grid-"] > div:after {
  display: block;
}
div#block-views-block-news-block-1 [class*="block-grid-"] > div {

    float: right !important;

}
@media (min-width: 480px) {
  .xs-block-grid-1 > div {
    width: 100%;
  }

  .xs-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  .xs-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }

  .xs-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }

  .xs-block-grid-2 > div {
    width: 50%;
  }

  .xs-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  .xs-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }

  .xs-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }

  .xs-block-grid-3 > div {
    width: 33.33333%;
  }

  .xs-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .xs-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }

  .xs-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }

  .xs-block-grid-4 > div {
    width: 25%;
  }

  .xs-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  .xs-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }

  .xs-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }

  .xs-block-grid-5 > div {
    width: 20%;
  }

  .xs-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  .xs-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }

  .xs-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }

  .xs-block-grid-6 > div {
    width: 16.66667%;
  }

  .xs-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  .xs-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }

  .xs-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }

  .xs-block-grid-7 > div {
    width: 14.28571%;
  }

  .xs-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  .xs-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }

  .xs-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }

  .xs-block-grid-8 > div {
    width: 12.5%;
  }

  .xs-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  .xs-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }

  .xs-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }

  .xs-block-grid-9 > div {
    width: 11.11111%;
  }

  .xs-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  .xs-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }

  .xs-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }

  .xs-block-grid-10 > div {
    width: 10%;
  }

  .xs-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  .xs-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }

  .xs-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }

  .xs-block-grid-11 > div {
    width: 9.09091%;
  }

  .xs-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  .xs-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }

  .xs-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }

  .xs-block-grid-12 > div {
    width: 8.33333%;
  }

  .xs-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  .xs-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }

  .xs-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  .xs-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }

  .xs-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}
@media (min-width: 768px) {
  .sm-block-grid-1 > div {
    width: 100%;
  }

  .sm-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  .sm-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }

  .sm-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }

  .sm-block-grid-2 > div {
    width: 50%;
  }

  .sm-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  .sm-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }

  .sm-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }

  .sm-block-grid-3 > div {
    width: 33.33333%;
  }

  .sm-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .sm-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }

  .sm-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }

  .sm-block-grid-4 > div {
    width: 25%;
  }

  .sm-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  .sm-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }

  .sm-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }

  .sm-block-grid-5 > div {
    width: 20%;
  }

  .sm-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  .sm-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }

  .sm-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }

  .sm-block-grid-6 > div {
    width: 16.66667%;
  }

  .sm-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  .sm-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }

  .sm-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }

  .sm-block-grid-7 > div {
    width: 14.28571%;
  }

  .sm-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  .sm-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }

  .sm-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }

  .sm-block-grid-8 > div {
    width: 12.5%;
  }

  .sm-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  .sm-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }

  .sm-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }

  .sm-block-grid-9 > div {
    width: 11.11111%;
  }

  .sm-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  .sm-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }

  .sm-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }

  .sm-block-grid-10 > div {
    width: 10%;
  }

  .sm-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  .sm-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }

  .sm-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }

  .sm-block-grid-11 > div {
    width: 9.09091%;
  }

  .sm-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  .sm-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }

  .sm-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }

  .sm-block-grid-12 > div {
    width: 8.33333%;
  }

  .sm-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  .sm-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }

  .sm-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  .sm-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }

  .sm-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}
/* Medium */
@media (min-width: 992px) {
  [class*="block-grid-"] {
    margin: 0 -10px;
  }

  [class*="block-grid-"] > div {
    padding: 0 10px;
  }

  .item-columns {
    padding: 0 10px;
  }

  .md-block-grid-1 > div {
    width: 100%;
  }

  .md-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  .md-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }

  .md-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }

  .md-block-grid-2 > div {
    width: 50%;
  }

  .md-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  .md-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }

  .md-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }

  .md-block-grid-3 > div {
    width: 33.33333%;
  }

  .md-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .md-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }

  .md-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }

  .md-block-grid-4 > div {
    width: 25%;
  }

  .md-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  .md-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }

  .md-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }

  .md-block-grid-5 > div {
    width: 20%;
  }

  .md-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  .md-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }

  .md-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }

  .md-block-grid-6 > div {
    width: 16.66667%;
  }

  .md-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  .md-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }

  .md-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }

  .md-block-grid-7 > div {
    width: 14.28571%;
  }

  .md-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  .md-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }

  .md-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }

  .md-block-grid-8 > div {
    width: 12.5%;
  }

  .md-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  .md-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }

  .md-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }

  .md-block-grid-9 > div {
    width: 11.11111%;
  }

  .md-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  .md-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }

  .md-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }

  .md-block-grid-10 > div {
    width: 10%;
  }

  .md-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  .md-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }

  .md-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }

  .md-block-grid-11 > div {
    width: 9.09091%;
  }

  .md-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  .md-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }

  .md-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }

  .md-block-grid-12 > div {
    width: 8.33333%;
  }

  .md-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  .md-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }

  .md-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  .md-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }

  .md-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}
/* Large */
@media (min-width: 1200px) {
  [class*="block-grid-"] {
    margin: 0 -12px;
  }

  [class*="block-grid-"] > div {
    padding: 0 12px;
  }

  .item-columns {
    padding: 0 12px;
  }

  .lg-block-grid-1 > div {
    width: 100%;
  }

  .lg-block-grid-1 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-1 > div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-1 > div:nth-of-type(1n+1) {
    clear: both;
  }
  .lg-block-grid-1 > div:nth-of-type(1n+1):after {
    display: none;
  }

  .lg-block-grid-1 > div:nth-last-child(-n+1):before {
    content: none;
  }

  .lg-block-grid-2 > div {
    width: 50%;
  }

  .lg-block-grid-2 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-2 > div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-2 > div:nth-of-type(2n+1) {
    clear: both;
  }
  .lg-block-grid-2 > div:nth-of-type(2n+1):after {
    display: none;
  }

  .lg-block-grid-2 > div:nth-last-child(-n+2):before {
    content: none;
  }

  .lg-block-grid-3 > div {
    width: 33.33333%;
  }

  .lg-block-grid-3 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-3 > div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-3 > div:nth-of-type(3n+1) {
    clear: both;
  }
  .lg-block-grid-3 > div:nth-of-type(3n+1):after {
    display: none;
  }

  .lg-block-grid-3 > div:nth-last-child(-n+3):before {
    content: none;
  }

  .lg-block-grid-4 > div {
    width: 25%;
  }

  .lg-block-grid-4 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-4 > div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-4 > div:nth-of-type(4n+1) {
    clear: both;
  }
  .lg-block-grid-4 > div:nth-of-type(4n+1):after {
    display: none;
  }

  .lg-block-grid-4 > div:nth-last-child(-n+4):before {
    content: none;
  }

  .lg-block-grid-5 > div {
    width: 20%;
  }

  .lg-block-grid-5 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-5 > div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-5 > div:nth-of-type(5n+1) {
    clear: both;
  }
  .lg-block-grid-5 > div:nth-of-type(5n+1):after {
    display: none;
  }

  .lg-block-grid-5 > div:nth-last-child(-n+5):before {
    content: none;
  }

  .lg-block-grid-6 > div {
    width: 16.66667%;
  }

  .lg-block-grid-6 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-6 > div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-6 > div:nth-of-type(6n+1) {
    clear: both;
  }
  .lg-block-grid-6 > div:nth-of-type(6n+1):after {
    display: none;
  }

  .lg-block-grid-6 > div:nth-last-child(-n+6):before {
    content: none;
  }

  .lg-block-grid-7 > div {
    width: 14.28571%;
  }

  .lg-block-grid-7 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-7 > div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-7 > div:nth-of-type(7n+1) {
    clear: both;
  }
  .lg-block-grid-7 > div:nth-of-type(7n+1):after {
    display: none;
  }

  .lg-block-grid-7 > div:nth-last-child(-n+7):before {
    content: none;
  }

  .lg-block-grid-8 > div {
    width: 12.5%;
  }

  .lg-block-grid-8 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-8 > div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-8 > div:nth-of-type(8n+1) {
    clear: both;
  }
  .lg-block-grid-8 > div:nth-of-type(8n+1):after {
    display: none;
  }

  .lg-block-grid-8 > div:nth-last-child(-n+8):before {
    content: none;
  }

  .lg-block-grid-9 > div {
    width: 11.11111%;
  }

  .lg-block-grid-9 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-9 > div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-9 > div:nth-of-type(9n+1) {
    clear: both;
  }
  .lg-block-grid-9 > div:nth-of-type(9n+1):after {
    display: none;
  }

  .lg-block-grid-9 > div:nth-last-child(-n+9):before {
    content: none;
  }

  .lg-block-grid-10 > div {
    width: 10%;
  }

  .lg-block-grid-10 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-10 > div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-10 > div:nth-of-type(10n+1) {
    clear: both;
  }
  .lg-block-grid-10 > div:nth-of-type(10n+1):after {
    display: none;
  }

  .lg-block-grid-10 > div:nth-last-child(-n+10):before {
    content: none;
  }

  .lg-block-grid-11 > div {
    width: 9.09091%;
  }

  .lg-block-grid-11 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-11 > div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-11 > div:nth-of-type(11n+1) {
    clear: both;
  }
  .lg-block-grid-11 > div:nth-of-type(11n+1):after {
    display: none;
  }

  .lg-block-grid-11 > div:nth-last-child(-n+11):before {
    content: none;
  }

  .lg-block-grid-12 > div {
    width: 8.33333%;
  }

  .lg-block-grid-12 > div:nth-of-type(1n) {
    clear: none;
  }
  .lg-block-grid-12 > div:nth-of-type(1n):after {
    display: block;
  }

  .lg-block-grid-12 > div:nth-of-type(12n+1) {
    clear: both;
  }
  .lg-block-grid-12 > div:nth-of-type(12n+1):after {
    display: none;
  }

  .lg-block-grid-12 > div:nth-last-child(-n+12):before {
    content: none;
  }
}
.no-gutter [class*="block-grid-"] {
  margin: 0 !important;
}
.no-gutter [class*="block-grid-"] > div {
  padding: 0 !important;
}
.no-gutter .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-gutter [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.hidden-title .node--view-mode-full header {
  display: none !important;
}

/* ----- Maintenance page ----- */
body.maintenance-page {
  background-color: #fff;
  color: #000;
}

.maintenance-page #page-wrapper {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
  min-height: 0;
  border: 1px solid #ddd;
  margin-top: 40px;
}

.maintenance-page #page {
  margin: 10px;
}

.maintenance-page #main-wrapper {
  min-height: inherit;
}

.maintenance-page #header {
  width: auto;
}

.maintenance-page #main {
  margin: 0;
}

.maintenance-page .content .section {
  padding: 0 0 0 10px;
  /* LTR */
}

[dir="rtl"] .maintenance-page .content .section {
  padding-left: 0;
  padding-right: 10px;
}

.maintenance-page #header {
  background-color: #fff;
  background-image: none;
}

.maintenance-page .site-branding-text {
  margin-bottom: 50px;
  margin-left: 0;
  /* LTR */
  padding-top: 20px;
  font-size: 90%;
}

[dir="rtl"] .maintenance-page .site-branding-text {
  margin-right: 0;
}

.maintenance-page .site-branding-text,
.maintenance-page .site-branding-text a,
.maintenance-page .site-branding-text a:hover,
.maintenance-page .site-branding-text a:focus {
  color: #777;
}

.maintenance-page .page-title {
  line-height: 1em;
  margin-top: 0;
}

@media all and (min-width: 800px) {
  .maintenance-page #page-wrapper {
    width: 800px;
  }

  .maintenance-page #header div.section,
  .maintenance-page #main {
    width: 700px;
  }
}
@media all and (min-width: 600px) {
  /* @TODO find the proper breakpoint */
  .maintenance-page #page {
    margin: 20px 40px 40px;
  }
}
.page-notfound {
  text-align: center;
  padding: 150px 0;
  background: #f6f6f6;
}
@media (max-width: 991px) {
  .page-notfound {
    padding: 50px 0;
  }
}
.page-notfound header {
  display: none !important;
}
.page-notfound .big-title {
  font-size: 200px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
}
@media (max-width: 991px) {
  .page-notfound .big-title {
    font-size: 90px;
  }
}
.page-notfound .sub-title {
  color: #999999;
  padding: 30px 0;
}
.page-notfound .content {
  color: #666666;
  font-size: 16px;
  max-width: 450px;
  margin: 0 auto;
  line-height: 30px;
}
@media (max-width: 991px) {
  .page-notfound .content {
    padding: 0 20px;
  }
}
.page-notfound .action {
  text-align: center;
  margin-top: 30px;
}
.page-notfound .action a {
  font-size: 16px;
  color: #684685;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-notfound .action a:hover {
  color: #000;
}

.view-page {
  margin-bottom: 50px;
}

.node--view-mode-full.node--type-portfolio .post-title {
  font-size: 24px;
  text-transform: uppercase;
  padding: 0;
}
.node--view-mode-full.node--type-portfolio .post-meta {
  padding-bottom: 20px;
}
.node--view-mode-full.node--type-portfolio .portfolio-images .owl-nav .owl-prev {
  left: 20px !important;
}
.node--view-mode-full.node--type-portfolio .portfolio-images .owl-nav .owl-next {
  right: 20px !important;
}
.node--view-mode-full.node--type-portfolio .portfolio-images .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.portfolio-single {
  padding-bottom: 30px;
}
.portfolio-single .portfolio-informations {
  margin-bottom: 15px;
}
.portfolio-single .portfolio-informations .item-information {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}
.portfolio-single .portfolio-informations .item-information span:first-child {
  font-weight: 600;
  min-width: 120px;
  display: inline-block;
}
.portfolio-single .post-content ul {
  padding-left: 20px;
  margin-top: 15px;
}

.team-single-page .team-name {
  margin-bottom: 30px;
}
.team-single-page .team-name .name {
  font-size: 30px;
  font-weight: 600;
  color: #684685;
  line-height: 42px;
}
.team-single-page .team-name .job {
 font-size: 14px;
    color: #FAB74D;
}
.team-single-page .team-name .line {
  text-align: center;
  float: right;
}
.team-single-page .col-lg-4.col-sm-12.col-xs-12
 {
    float: right;
}
.hidesection{
	display:none;
	
}

.team-single-page .team-name .line span {
  width: 30px;
  height: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: inline-block;
  margin: 0 5px;
}
.team-single-page .team-name .line span.one {
  background: #684685;
  margin-left: 0;
}
.team-single-page .team-name .line span.second {
  background: #FAB74D;
}
.team-single-page .team-name .line span.three {
  background:  rgba(242, 215, 180, 0.3);
  margin-right: 0;
}
.team-single-page .socials {
  margin-top: 10px;
}
.team-single-page .heading {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.team-single-page .team-contact {
  margin-bottom: 25px;
}
.team-single-page .team-contact .content-inner, .team-single-page .team-education .content-inner {
  color: #999999;
  font-size: 13px;
  line-height: 28px;
}
.team-single-page .team-education .field__item {
  padding-right: 20px;
  position: relative;
}
.team-single-page .team-education .field__item:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #684685;
  position: absolute;
  top: 12px;
  right: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 1;
}
.team-single-page .team-info {
  margin-bottom: 30px !important;
}
.team-single-page .team-quote {
  font-size: 16px;
  color: #999999;
  margin-top: 20px;
  padding-right: 50px;
  position: relative;
}
.team-single-page .team-quote:after {
  font-family: "FontAwesome";
  content: "\f10d";
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  color: #684685;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
}

.page-user-login, .page-user-register, .page-user-pass {
  position: relative;
}
.page-user-login .bg, .page-user-register .bg, .page-user-pass .bg {
  background: #152C49;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.page-user-login input, .page-user-register input, .page-user-pass input {
  max-width: 100%;
}
.page-user-login .main-page, .page-user-register .main-page, .page-user-pass .main-page {
  padding: 10px 30px 30px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  max-width: 550px;
  background: #fff;
  border: 8px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 50px auto 0;
  position: relative;
  z-index: 99;
}
@media (max-width: 991px) {
  .page-user-login .main-page, .page-user-register .main-page, .page-user-pass .main-page {
    margin-top: 35px;
  }
}
.page-user-login .branding, .page-user-register .branding, .page-user-pass .branding {
  margin-bottom: 20px;
}
.page-user-login .container, .page-user-register .container, .page-user-pass .container {
  padding: 0;
}
.page-user-login .nav-tabs, .page-user-register .nav-tabs, .page-user-pass .nav-tabs {
  margin-bottom: 20px;
}
.page-user-login .nav-tabs > li > a, .page-user-register .nav-tabs > li > a, .page-user-pass .nav-tabs > li > a {
  padding: 8px 10px !important;
}

.post-block {
  background: #fff;
}
.post-block .post-image {
  overflow: hidden;
}
.post-block .post-image a {
  position: relative;
  display: block;
}
.post-block .post-image img {
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
}
.post-block .post-image:hover a:before, .post-block .post-image:hover a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.post-block .post-title {
  padding: 5px 0;
  margin-bottom: 5px;
}
.post-block .post-title a {
  display: block;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  font-family: "Poppins", sans-serif;
  text-transform: none;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.post-block .post-title a:hover, .post-block .post-title a:active, .post-block .post-title a:before {
  color: #684685;
}
.post-block .post-content:before, .post-block .post-content:after {
  content: " ";
  display: table;
}
.post-block .post-content:after {
  clear: both;
}
.post-block .post-meta {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin-top: 0;
}
.post-block .post-meta:before, .post-block .post-meta:after {
  content: " ";
  display: table;
}
.post-block .post-meta:after {
  clear: both;
}
.post-block .post-meta .post-categories {
  margin-bottom: 0;
}
.post-block .post-created {
  text-transform: none;
  position: relative;
}
.post-block .post-description {
  margin-top: 15px;
}
.post-block .post-comment {
  text-transform: none;
  position: relative;
}
.post-block .post-categories {
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}
.post-block .post-categories a {
  color: #684685;
  padding: 1px 0;
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  line-height: 1.5;
}
.post-block .post-categories a:hover {
  text-decoration: underline;
}
.post-block .post-body {
  float: left;
  width: 100%;
}
.post-block .content-after {
  padding: 10px 0 0;
}
.post-block.v3 .post-content {
  padding: 10px 20px;
  min-height: 80px;
}
.post-block.v3 .post-content .post-title a {
  font-size: 14px;
}

.gallery-post {
  position: relative;
  display: block;
  width: 100%;
}
.gallery-post:after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
}
.gallery-post .images {
  overflow: hidden;
  position: relative;
}
.gallery-post .images img {
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
  -moz-transition: all 5s;
  -ms-transition: all 5s;
}
.gallery-post a.zoomGallery {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  z-index: 99;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (max-width: 680px) {
  .gallery-post a.zoomGallery {
    display: none;
  }
  
  .topbar .col-lg-12 {
    padding: 0px;
}

.topbar a {
        color: #fff;
        text-decoration: none;
        padding-left: 0px;
        padding-right: 5px;
        font-family: Rubik, sans-serif;
        font-size: 10px;
        line-height: 24px;
    }
}
.gallery-post:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery-post:hover a.zoomGallery {
  opacity: 1;
  filter: alpha(opacity=100);
}

.style-dark .post-block {
  background: transparent;
}
.style-dark .post-block .post-title {
  background: transparent;
}
.style-dark .post-block .post-title a {
  color: #fff;
}
.style-dark .post-block .post-title a:hover {
  color: #684685;
}

.post-style-horizontal .post-block:before, .post-style-horizontal .post-block:after {
  content: " ";
  display: table;
}
.post-style-horizontal .post-block:after {
  clear: both;
}

.post-style-grid .post-block {
  margin: 0 0 30px;
  background: #fff;
  text-align: left;
}
.post-style-grid .post-block .post-categories {
  margin: 0;
}
.post-style-grid .post-block .post-body {
  margin-top: 10px;
}
.post-style-grid .post-block .post-content {
  background: #fff;
  position: relative;
  border-top: 0;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}

.node--view-mode-full .post-thumbnail {
  margin-bottom: 10px;
}
.node--view-mode-full .post-thumbnail iframe {
  min-height: 400px;
}
.node--view-mode-full .post-title {
  margin: 0;
}
.node--view-mode-full .post-categories {
  padding-bottom: 0;
  margin-bottom: 5px;
}

.node-detail {
  padding-bottom: 35px;
}
.node-detail iframe {
  width: 100%;
  display: block;
}
.node-detail .post-thumbnail.post-gallery {
  overflow: hidden;
}
.node-detail .post-thumbnail.post-gallery .owl-nav {
  opacity: 1;
  filter: alpha(opacity=100);
}
.node-detail .post-thumbnail.post-gallery .owl-nav .owl-prev {
  margin-left: 100px;
}
.node-detail .post-thumbnail.post-gallery .owl-nav .owl-next {
  margin-right: 100px;
}
.node-detail .post-title {
  margin-top: 10px;
  font-size: 24px;
}
.node-detail .post-meta {
  margin-bottom: 20px;
}
.node-detail .field--name-field-tags {
  margin-top: 20px;
}
.node-detail .field--name-field-tags .field__item {
  float: left;
  margin-right: 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}
.node-detail .field--name-field-tags .field__item a {
  background: #f5f5f5;
  padding: 2px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.node-detail .field--name-field-tags .field__item a:hover, .node-detail .field--name-field-tags .field__item a:focus, .node-detail .field--name-field-tags .field__item a:active {
  background: #684685;
  color: #fff;
}

.categories-view-content.layout-grid .post-block, .categories-view-content.layout-masonry .post-block {
  margin-bottom: 30px;
  text-align: left;
}
.categories-view-content.layout-grid .post-block .post-categories, .categories-view-content.layout-masonry .post-block .post-categories {
  margin: 0;
}
.categories-view-content.layout-grid .post-block .post-categories h2, .categories-view-content.layout-grid .post-block .post-categories h3, .categories-view-content.layout-grid .post-block .post-categories h4, .categories-view-content.layout-masonry .post-block .post-categories h2, .categories-view-content.layout-masonry .post-block .post-categories h3, .categories-view-content.layout-masonry .post-block .post-categories h4 {
  margin: 0;
  line-height: 1;
}
.categories-view-content.layout-grid .post-block .post-title, .categories-view-content.layout-masonry .post-block .post-title {
  padding: 0;
}
.categories-view-content.layout-grid .post-block .post-meta, .categories-view-content.layout-masonry .post-block .post-meta {
  margin-top: 0;
}
.categories-view-content.layout-grid .post-block .post-body, .categories-view-content.layout-masonry .post-block .post-body {
  padding: 10px 0 15px;
}
.categories-view-content.layout-grid .post-block .post-content, .categories-view-content.layout-masonry .post-block .post-content {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
}
.categories-view-content.layout-list .post-block {
  margin-bottom: 0;
}
.categories-view-content.layout-list .post-block:before, .categories-view-content.layout-list .post-block:after {
  content: " ";
  display: table;
}
.categories-view-content.layout-list .post-block:after {
  clear: both;
}
.categories-view-content.layout-list .post-block .post-thumbnail {
  width: 45%;
  float: left;
}
@media (max-width: 767px) {
  .categories-view-content.layout-list .post-block .post-thumbnail {
    width: 100%;
  }
}
.categories-view-content.layout-list .post-block .post-title {
  padding: 0;
  margin: 0;
}
.categories-view-content.layout-list .post-block .post-content {
  width: 55%;
  float: left;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .categories-view-content.layout-list .post-block .post-content {
    width: 100%;
  }
}
.categories-view-content.layout-list .post-block .post-content .post-categories {
  line-height: 1;
  padding-bottom: 0;
  margin-bottom: 0;
}
.categories-view-content.layout-list .post-block .post-content .post-categories h2 {
  margin: 0;
}

.post-style-stick .item-list > ul > li {
  display: block;
  float: right;
  overflow: hidden;
  clear: right;
}
@media (max-width: 991px) {
  .post-style-stick .item-list > ul > li {
    width: 100%;
    clear: both;
  }
}
.post-style-stick .item-list > ul > li .post-title, .post-style-stick .item-list > ul > li .post-meta, .post-style-stick .item-list > ul > li .post-meta-wrap {
  clear: both;
}
.post-style-stick .item-list > ul > li:last-child {
  margin-bottom: 0 !important;
}
.post-style-stick .item-list > ul > li:not(:first-child) {
  margin-bottom: 35px;
  width: 45%;
}
@media (max-width: 991px) {
  .post-style-stick .item-list > ul > li:not(:first-child) {
    width: 100%;
  }
}
.post-style-stick .item-list > ul > li:not(:first-child) .post-image {
  width: 200px;
  float: left;
}
@media (max-width: 500px) {
  .post-style-stick .item-list > ul > li:not(:first-child) .post-image {
    width: 100%;
  }
}
.post-style-stick .item-list > ul > li:not(:first-child) .post-content {
  padding-left: 220px;
}
@media (max-width: 500px) {
  .post-style-stick .item-list > ul > li:not(:first-child) .post-content {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-top: 20px;
  }
}
.post-style-stick .item-list > ul > li:not(:first-child) .post-content .post-meta {
  float: left;
  width: 100%;
  padding: 5px 0;
}
.post-style-stick .item-list > ul > li:not(:first-child) .post-title, .post-style-stick .item-list > ul > li:not(:first-child) .post-meta, .post-style-stick .item-list > ul > li:not(:first-child) .post-meta-wrap {
  clear: none !important;
}
.post-style-stick .item-list > ul > li:not(:first-child) .post-title {
  padding: 0;
}
.post-style-stick .item-list > ul > li:not(:first-child) .post-title a {
  display: block;
}
.post-style-stick .item-list > ul > li:not(:first-child) .post-title a:hover {
  color: #684685;
}
.post-style-stick .item-list > ul > li:first-child {
  border-bottom: 0 none;
  display: block;
  float: left;
  padding-right: 4% !important;
  width: 55%;
  clear: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .post-style-stick .item-list > ul > li:first-child {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.post-style-stick .item-list > ul > li:first-child .post-content {
  padding-top: 15px;
}
.post-style-stick .item-list > ul > li:first-child .post-title a {
  font-size: 24px;
  line-height: 40px;
}
.post-style-stick .item-list > ul > li:first-child .post-title a:hover {
  color: #684685;
}
.post-style-stick .item-list > ul > li:first-child .post-meta {
  margin: 0 0 5px;
}
.post-style-stick .item-list > ul > li:first-child:after {
  content: none;
}
.post-style-stick.list .item-list > ul > li {
  width: 100% !important;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
  padding-bottom: 15px !important;
}
.post-style-stick.list .item-list > ul > li:first-child {
  border-bottom: 1px solid #e1e1e1;
  display: block;
  float: left;
  padding-right: 0 !important;
  clear: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.post-style-stick.list .item-list > ul > li:last-child {
  border: none;
}

.post-style-list ul > li {
  margin-bottom: 30px !important;
}
.post-style-list .post-block {
  clear: both;
}
.post-style-list .post-block .post-image {
  width: 40%;
  float: left;
}
@media (max-width: 767px) {
  .post-style-list .post-block .post-image {
    width: 100%;
  }
}
.post-style-list .post-block .post-image img {
  height: auto;
  width: 100%;
}
.post-style-list .post-block .post-meta {
  margin-top: 2px;
}
.post-style-list .post-block .post-title a {
  font-size: 18px;
}
.post-style-list .post-block .post-content {
  padding-top: 5px;
  width: 60%;
  padding-left: 15px;
  float: left;
}
@media (max-width: 767px) {
  .post-style-list .post-block .post-content {
    width: 100%;
    padding-left: 0;
  }
}
.post-style-list .post-block .post-title {
  padding-top: 0;
}
.post-style-list .post-block.no-image .post-content {
  width: 100%;
  padding-left: 0;
}
.post-style-list.small .view-list-item {
  margin-bottom: 20px !important;
}
.post-style-list.small .post-block:before, .post-style-list.small .post-block:after {
  content: " ";
  display: table;
}
.post-style-list.small .post-block:after {
  clear: both;
}
.post-style-list.small .post-image {
  width: 80px;
  height: auto;
}
@media (max-width: 1199px) {
  .post-style-list.small .post-image {
    width: 60px;
  }
}
.post-style-list.small .post-content {
  padding-left: 95px;
  float: none;
  width: 100%;
}
@media (max-width: 1199px) {
  .post-style-list.small .post-content {
    padding-left: 80px;
  }
}
.post-style-list.small .post-title {
  padding: 0;
  margin-bottom: 0;
}
.post-style-list.small .post-title a {
  font-size: 14px;
  margin-top: -8px;
  font-family: "Poppins", sans-serif;
  text-transform: none;
  line-height: 20px;
}
.post-style-list.small .post-title a:hover {
  color: #684685;
}
.post-style-list.small .post-meta {
  padding: 0;
}
.post-style-list.v2 .post-block {
  margin-bottom: 30px;
}
.post-style-list.v2 .post-block:before, .post-style-list.v2 .post-block:after {
  content: " ";
  display: table;
}
.post-style-list.v2 .post-block:after {
  clear: both;
}
.post-style-list.v2 .post-image {
  width: 320px;
  height: auto;
}
@media (max-width: 700px) {
  .post-style-list.v2 .post-image {
    width: 100%;
  }
}
.post-style-list.v2 .post-content {
  padding-left: 340px;
  float: none;
  width: 100%;
  padding-top: 15px;
  padding-right: 15px;
}
@media (max-width: 700px) {
  .post-style-list.v2 .post-content {
    float: left;
    width: 100%;
    padding: 20px;
  }
}
.post-style-list.v2 .post-content .post-meta {
  float: left;
  width: 100%;
}

.testimonial-node-v1 {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.testimonial-node-v1 .quote {
  font-size: 22px;
  line-height: 40px;
  position: relative;
  padding-top: 10px;
  color: #000;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.testimonial-node-v1 .info {
  margin-top: 20px;
  display: inline-block;
}
.testimonial-node-v1 .left, .testimonial-node-v1 .right {
  float: left;
}
.testimonial-node-v1 .left.left, .testimonial-node-v1 .right.left {
  margin-right: 15px;
}
.testimonial-node-v1 .job {
  color: #bbbbbb;
  font-size: 15px;
}
.testimonial-node-v1 .content-inner {
  text-align: center;
}
.testimonial-node-v1 .content-inner .title {
  margin-top: 0;
  font-size: 20px;
  line-height: 24px;
  color: #684685 !important;
  font-family: "Poppins", sans-serif;
}

.testimonial-node-v2 {
  padding: 0;
  text-align: left;
}
.testimonial-node-v2 .avatar {
  position: relative;
  width: 200px;
  float: left;
}
.testimonial-node-v2 .avatar:after {
  font-family: "FontAwesome";
  content: "\f10d";
  left: 0px;
  top: 0;
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background: #684685;
}
.testimonial-node-v2 .content {
  padding-left: 220px;
}
.testimonial-node-v2 .content .quote {
  font-size: 13px;
  line-height: 30px;
  position: relative;
}
.testimonial-node-v2 .content .info {
  margin-top: 10px;
  color: #bbbbbb;
}
.testimonial-node-v2 .content .info .title {
  font-size: 14px;
  font-weight: 600;
  color: #684685;
  text-transform: none;
}
.testimonial-node-v2 .content .info .job {
  font-size: 12px;
  color: #bbbbbb;
}

.testimonial-node-v4 {
  background: rgba(255, 255, 255, 0.8);
  max-width: 700px;
  float: right;
  margin-top: 210px;
  margin-bottom: 50px;
  padding: 90px 100px 50px 50px;
  border-left: 5px solid #684685;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial-node-v4 {
    padding: 50px 30px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.testimonial-node-v4:after {
  font-family: "FontAwesome";
  content: "\f10d";
  left: 30px;
  top: 20px;
  position: absolute;
  z-index: 1;
  color: #684685;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
}
.testimonial-node-v4 .quote {
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
.testimonial-node-v4 .title {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  margin-top: 40px;
}
.testimonial-node-v4 .job {
  margin-top: 5px;
  font-size: 12px;
  color: #bbbbbb;
}

.testimonial-node-v5 {
  background: none;
  max-width: 620px;
  float: left;
  position: relative;
  margin-top: 350px;
}
@media (max-width: 991px) {
  .testimonial-node-v5 {
    margin-top: 50px;
  }
}
.testimonial-node-v5 .video {
  margin-bottom: 30px;
}
.testimonial-node-v5 .video .popup-video {
  display: inline-block;
  background: url("../images/icon-play-2.png") no-repeat left center transparent;
  height: 55px;
  padding-left: 75px;
  line-height: 55px;
  color: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.testimonial-node-v5 .video .popup-video:hover, .testimonial-node-v5 .video .popup-video:focus, .testimonial-node-v5 .video .popup-video:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.testimonial-node-v5 .quote {
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  font-weight: 400;
}
.testimonial-node-v5 .title {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
}
.testimonial-node-v5 .job {
  font-size: 12px;
  color: #fff;
}

/* Team Members Grid */
.view-team-members {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px;
}

/* Individual Team Member Card */
.team-member {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.node--type-project .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.node--type-project .owl-theme .owl-dots .owl-dot span{
display:none;
}

.path-projects .main.main-page {
    direction: rtl;
    text-align: right;
    font-family: Rubik, sans-serif;
    /* color: #4b5563; */
    /* line-height: 30px !important; */
    /* font-size: 1.4rem; */
    /* overflow: visible; */
}
.path-projects .container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}
.path-projects .help.gav-help-region .container {
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 1rem;
}
.path-projects .gva-view-grid {
    width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 4rem;
}

.path-projects [class*="block-grid-"] > div {
  
    float: right;
 
}

.path-senses .main.main-page {
    direction: rtl;
    text-align: right;
    font-family: Rubik, sans-serif;
    /* color: #4b5563; */
    /* line-height: 30px !important; */
    /* font-size: 1.4rem; */
    /* overflow: visible; */
}
.path-senses div#content .container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}
.path-senses .help.gav-help-region .container {
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 1rem;
}
.path-senses .gva-view-grid {
    width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 4rem;
}

.path-senses [class*="block-grid-"] > div {
  
    float: right;
 
}

.path-universal .main.main-page {
    direction: rtl;
    text-align: right;
    font-family: Rubik, sans-serif;
    /* color: #4b5563; */
    /* line-height: 30px !important; */
    /* font-size: 1.4rem; */
    /* overflow: visible; */
}
.path-universal .container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}
.path-universal .help.gav-help-region .container {
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 1rem;
}
.path-universal .gva-view-grid {
    width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 4rem;
}

.path-universal [class*="block-grid-"] > div {
  
    float: right;
 
}

.path-merger .main.main-page {
    direction: rtl;
    text-align: right;
    font-family: Rubik, sans-serif;
    /* color: #4b5563; */
    /* line-height: 30px !important; */
    /* font-size: 1.4rem; */
    /* overflow: visible; */
}
.path-merger .container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}
.path-merger .help.gav-help-region .container {
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 1rem;
}
.path-merger .gva-view-grid {
    width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 4rem;
}

.path-merger [class*="block-grid-"] > div {
  
    float: right;
 
}


.path-likeus .main.main-page {
    direction: rtl;
    text-align: right;
    font-family: Rubik, sans-serif;
    /* color: #4b5563; */
    /* line-height: 30px !important; */
    /* font-size: 1.4rem; */
    /* overflow: visible; */
}
.path-likeus .container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}
.path-likeus .help.gav-help-region .container {
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 1rem;
}
.path-likeus .gva-view-grid {
    width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 4rem;
}

.path-sponsorship [class*="block-grid-"] > div {
   
    float: right !important;
   
}

.path-sponsorship .main.main-page {
    direction: rtl;
    text-align: right;
    font-family: Rubik, sans-serif;
    /* color: #4b5563; */
    /* line-height: 30px !important; */
    /* font-size: 1.4rem; */
    /* overflow: visible; */
}
.path-sponsorship .container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}
.path-sponsorship .help.gav-help-region .container {
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 1rem;
}
.path-sponsorship .gva-view-grid {
    width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 4rem;
}
.container.header-content-layout {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.path-likeus [class*="block-grid-"] > div {
  
    float: right;
 
}

:root {
    --brand-primary: #684685;
    --brand-secondary: #FAB74D;
    --brand-green: #617f67;
    --brand-beige: #FAB74D;
    --brand-light: #f9fafb;
    --brand-dark: #282828;
    --glass-bg: rgba(255, 255, 255, 0.95);
}

/* === Page Base === */
.kfarat .kaffarah-page {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
    color: #2d3436;
    min-height: 100vh;
}

/* === Hero Section === */
.kfarat .kaffarah-hero {
    position: relative;
    height: 450px;
    background: linear-gradient(135deg, #684685 0%, #8a2c44 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.kfarat .kaffarah-hero-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    transform: scale(1.1);
    transition: transform 10s ease-out;
}

.kfarat .kaffarah-hero:hover .kaffarah-hero-img {
    transform: scale(1);
}

.kfarat .kaffarah-hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
    padding: 0 1rem;
}

.kfarat .kaffarah-hero-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 999px;
    background: rgba(178, 148, 107, 0.2);
    border: 1px solid rgba(178, 148, 107, 0.4);
    color: #FAB74D;
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}

.kfarat .kaffarah-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    margin-bottom: 1rem;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.kfarat .kaffarah-subtitle {
    font-size: 1.25rem;
    font-weight: 300;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

/* === Logo === */
.kfarat .page-logo {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 50;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 0.75rem 1.5rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.kfarat .page-logo:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* === Main Container === */
.kfarat .main-container {
    margin-top: -5rem;
    margin-bottom: 5rem;
    position: relative;
    z-index: 20;
}

/* === Glass Card === */
.kfarat .glass-card {
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.kfarat .input-label {
    display: block;
    font-weight: bold;
    color: #684685;
    margin-bottom: 1rem;
    text-align: center;
    font-family: Rubik, sans-serif;
}
.partner span.field-content {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
  font-family: Rubik, sans-serif;
  color:rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.partner span.field-content:hover {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
  font-family: Rubik, sans-serif;
  color:rgb(250 183 77 / var(--tw-bg-opacity, 1));
}

.kfarat .info-text {
    text-align: center;
    font-size: 1.5rem;
    color: #FAB74D;
    margin-top: 1rem;
	font-family: Rubik, sans-serif;
}

.kfarat .donate-text {
    font-size: 1.6rem;
    font-weight: bold;
	    font-family: Rubik, sans-serif;
}

.kfarat span#summary-label {
    font-size: 1.5rem;
	 font-family: Rubik, sans-serif;
}
.kfarat span#summary-calc {
	 font-family: Rubik, sans-serif;
    font-size: 1.5rem;
}
.kfarat .summary-label {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
	font-family: Rubik, sans-serif;
}

.kfarat .summary-note {
    font-size: 1.5rem;
		 font-family: Rubik, sans-serif;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    line-height: 25px;
}

.kfarat .donate-btn {
    background: #FAB74D;
    color: white;
    font-weight: 800;
    padding: 1.25rem;
    border-radius: 1rem;
    width: 100%;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: relative;
    overflow: hidden;
}

.kfarat .input-group {
    background: white;
    border-radius: 1.25rem;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f2f6;
    margin-bottom: 1.5rem;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
}

.kfarat .card-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #684685;
    margin-bottom: 2rem;
    text-align: center;
    font-family: Rubik, sans-serif;
}
.kfarat .input-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #1f2937;
    font-family: Rubik, sans-serif;
}

.kfarat .input-subtitle {
    color: #6b7280;
    margin-top: 0.5rem;
    font-size: 1.4rem;
    padding-top: 12px;
	font-family: Rubik, sans-serif;
}

/* === Type Selector === */
.kfarat .type-selector {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.kfarat .type-btn {
    background: #f9fafb;
    border: 2px solid transparent;
    border-radius: 1rem;
    padding: 1.5rem 1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.kfarat .type-btn:hover {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}


.kfarat .type-btn.active {
    border-color: #FAB74D;
    background: #fff;
    color: #684685;
    box-shadow: 0 10px 20px rgba(178, 148, 107, 0.15);
}



.kfarat .type-icon {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    color: #b2bec3;
    transition: color 0.3s ease;
}

.kfarat .type-btn.active .type-icon {
    color: #FAB74D;
}

.kfarat .type-label {
    font-weight: bold;
    font-size: 0.95rem;
}

.kfarat .type-desc {
 font-size: 1.4rem;
    color: #FAB74D;
    margin-top: 0.25rem;
    font-family: Rubik, sans-serif;
}

/* === Utilities === */
.kfarat .hidden {
    display: none !important;
}

.node--type-news .container.header-content-layout {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.node--type-news .container {
  max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.path-news .container.header-content-layout {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.kfarat .type-label {
    font-weight: bold;
    font-size: 1.8rem;
    color: #684685;
    font-family: Rubik, sans-serif;
}
.kfarat .type-desc {
    font-size: 1.4rem;
    color: #94a3b8;
    margin-top: 0.25rem;
}

.path-news .main.main-page {
    direction: rtl;
    text-align: right;
    font-family: Rubik, sans-serif;
    /* color: #4b5563; */
    /* line-height: 30px !important; */
    /* font-size: 1.4rem; */
    /* overflow: visible; */
}
.path-news .container {
  max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.path-news  div#content .container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}
.path-news .help.gav-help-region .container {
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 1rem;
}
.path-news .gva-view-grid {
    width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 4rem;
}

.path-news [class*="block-grid-"] > div {
  
    float: right;
 
}

.path-news .wajdan_project .proj-card-text {
    color: var(--proj-gray);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    flex-grow: 1;
    font-family: Rubik, sans-serif;
    float: right;
    direction: rtl;
    padding: 8px;
    text-align: center;
}


.path-news-en .main.main-page {
    direction: ltr;
    text-align: left;
    font-family: Rubik, sans-serif;
    /* color: #4b5563; */
    /* line-height: 30px !important; */
    /* font-size: 1.4rem; */
    /* overflow: visible; */
}
.path-news-en .container {
  max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.path-news-en  div#content .container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}
.path-news-en .help.gav-help-region .container {
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 1rem;
}
.path-news-en .gva-view-grid {
    width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 4rem;
}

.path-news-en [class*="block-grid-"] > div {
  
    float: left;
 
}

.path-news-en .wajdan_project .proj-card-text {
    color: var(--proj-gray);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    flex-grow: 1;
    font-family: Rubik, sans-serif;
    float: right;
    direction: ltr;
    padding: 8px;
    text-align: center;
}

.path-ourcampaigns .main.main-page {
    direction: rtl;
    text-align: right;
    font-family: Rubik, sans-serif;
    /* color: #4b5563; */
    /* line-height: 30px !important; */
    /* font-size: 1.4rem; */
    /* overflow: visible; */
}

	
.path-ourcampaigns div#content .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0rem;
}

.path-ourcampaigns .container.header-content-layout {
    width: 100%;
padding-left: 15px;}
  
.path-ourcampaigns .help.gav-help-region .container {
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 1rem;
}
.path-ourcampaigns .gva-view-grid {
    width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 4rem;
}

.path-ourcampaigns [class*="block-grid-"] > div {
  
    float: right;
 
}

.node--type-programs .main.main-page {
    direction: rtl;
    text-align: right;
    font-family: Rubik, sans-serif;
    /* color: #4b5563; */
    /* line-height: 30px !important; */
    /* font-size: 1.4rem; */
    /* overflow: visible; */
}
.node--type-programs .container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}
.node--type-programs .help.gav-help-region .container {
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 1rem;
}
.node--type-programs .gva-view-grid {
    width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 4rem;
}

.node--type-programs [class*="block-grid-"] > div {
  
    float: right;
 
}


.path-initiatives .main.main-page {
    direction: rtl;
    text-align: right;
    font-family: Rubik, sans-serif;
    /* color: #4b5563; */
    /* line-height: 30px !important; */
    /* font-size: 1.4rem; */
    /* overflow: visible; */
}

.path-initiatives .help.gav-help-region .container {
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 1rem;
}
.path-initiatives .gva-view-grid {
    width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 4rem;
}

.path-initiatives [class*="block-grid-"] > div {
  
    float: right;
 
}

.node--type-programs .container.header-content-layout {
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

.path-initiatives .container.header-content-layout {
        max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}


.kfalat .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(109, 36, 53, 0.9), rgba(109, 36, 53, 0.4));
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	direction: rtl;
}

    .kfalat .path-news .container {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.kafaltt 
{width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
padding: 25px 4rem;}

.takrirr
{width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
padding: 25px 4rem;}

.zakatt
{width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
padding: 25px 4rem;}


.kfalat .sponsorships-hero-badge {
    background-color: rgba(178, 148, 107, 0.8);
    backdrop-filter: blur(4px);
    color: white;
    padding: 0.25rem 1rem;
    border-radius: 9999px;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
    font-family: Rubik, sans-serif;
}
.kfalat .container.header-content-layout {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
	
	
.kfalat .sponsorships-hero-img {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0 !important;
    display: block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.kfalat .gbb-row .bb-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}


.kfalat .sponsorships-stat-label {
    color: rgba(178, 148, 107, 0.8);
    font-size: 1.6rem;
    font-family: Rubik, sans-serif;
}

.kfalat .sponsorships-stat-item {
        border-left: 0px solid #eee !important;
		border-right: 0px solid #eee !important;
    }
	
.kfalat .gbb-row .bb-inner.remove_padding_col .bb-container .row > .row-wrapper > div.gsc-column {
       padding: 20px !important;
    padding-right: 0px !important;
}
	
.kfalat  .sponsorships-section-subtitle {
    color: #666;
    max-width: 42rem;
    margin: 0 auto;
    font-size: 1.125rem;
    font-size: 1.4rem !important;
    font-family: Rubik, sans-serif;
    color: #4b5563;
    line-height: 1.625;
    line-height: 30px;
}
	
.kfalat  .sponsorships-section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #684685;
    margin-bottom: 1rem;
    font-family: Rubik, sans-serif;
    margin-top: 0.5rem;
    font-size: 2.2rem ! important;
    font-weight: 700;
    color: var(--color-primary);
    margin-top: 0.5rem;
    font-family: Rubik, sans-serif;
}	

.kfalat .sponsorships-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: white;
    line-height: 1.2;
    font-family: Rubik, sans-serif;
}
.kfalat .sponsorships-hero-text {
    font-size: 1.25rem;
    color: #f3f4f6;
    max-width: 45rem;
    margin: 0 auto 2.5rem auto;
    font-weight: 300;
    line-height: 1.8;
    font-family: Rubik, sans-serif;
}

.help .messages__wrapper {
    padding: 10px;
    border: 1px solid #5BC0DE;
    display: none;
}
    
    .node--type-programs .gallery-overlay span {
        background: #684685;
        color: #fff;
        width: 100%;
        display: block;
        text-align: center;
        border-radius: 5px;
    }

    /* Hero Section - Updated Style */
    .node--type-programs .campaign-hero {
        position: relative;
        min-height: 80vh;
        display: flex;
        align-items: center;
        overflow: hidden;
        color: white;
        margin-bottom: 4rem;
        background: linear-gradient(135deg, 
            rgba(15, 23, 42, 0.95) 0%,
            rgba(30, 41, 59, 0.9) 50%,
            rgba(51, 65, 85, 0.85) 100%);
    }

    .node--type-programs .hero-img {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        z-index: 1;
    }

    .node--type-programs .hero-overlay {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(46 16 71 / 0.8), rgba(109, 36, 53, 0.4));
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .node--type-programs .hero-content.text-center {
        text-align: center;
        width: 100%;
        padding: 2rem;
        position: relative;
        z-index: 3;
    }

    /* Hero Badge */
    .node--type-programs .hero-badge {
        background-color: #f3b24b;
        backdrop-filter: blur(4px);
        color: white;
        padding: 0.25rem 1rem;
        border-radius: 9999px;
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
        display: inline-block;
        font-family: Rubik, sans-serif;
    }

    .node--type-programs .hero-badge.active {
        opacity: 1;
        transform: translateY(0);
    }

    .node--type-programs .hero-badge i {
        margin-right: 0.5rem;
        font-size: 1rem;
    }

    /* Hero Title */
    .node--type-programs .hero-title {
        font-size: 4rem;
        font-weight: 900;
        line-height: 1.1;
        margin-bottom: 1.5rem;
        color: white;
        text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
        opacity: 0;
        transform: translateY(20px);
        font-family: Rubik, sans-serif;
    }

    .node--type-programs .hero-title.active {
        opacity: 1;
        transform: translateY(0);
    }

    /* Hero Divider */
    .node--type-programs .hero-divider {
        width: 100px;
        height: 4px;
        background: white;
        margin: 1.5rem auto;
        border-radius: 2px;
        opacity: 0;
        transform: scaleX(0);
        transform-origin: center;
        transition: all var(--transition-slow);
    }

    .node--type-programs .hero-divider.active {
        opacity: 1;
        transform: scaleX(1);
    }

    /* Hero Text */
    .node--type-programs .hero-text {
        font-size: 1.5rem;
        font-weight: 300;
        max-width: 800px;
        margin: 0 auto;
        line-height: 1.6;
        opacity: 0.9;
        opacity: 0;
        transform: translateY(20px);
    }

    .node--type-programs .hero-text.active {
        opacity: 1;
        transform: translateY(0);
    }

    /* Reveal Animation Classes */
    .node--type-programs .reveal {
        opacity: 0;
        transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .node--type-programs .reveal.active {
        opacity: 1;
    }

    .node--type-programs .delay-100 { transition-delay: 0.1s; }
    .node--type-programs .delay-200 { transition-delay: 0.2s; }
    .node--type-programs .delay-300 { transition-delay: 0.3s; }
    .node--type-programs .delay-400 { transition-delay: 0.4s; }
    .node--type-programs .delay-500 { transition-delay: 0.5s; }

    /* Custom Scrollbar */
    .node--type-programs ::-webkit-scrollbar {
        width: 10px;
    }

    .node--type-programs ::-webkit-scrollbar-track {
        background: var(--color-gray-100);
        border-radius: var(--radius-full);
    }

    .node--type-programs ::-webkit-scrollbar-thumb {
        background: var(--gradient-primary);
        border-radius: var(--radius-full);
    }

    .node--type-programs ::-webkit-scrollbar-thumb:hover {
        background: var(--color-primary-dark);
    }

    /* Container */
    .node--type-programs .campaign-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 1.5rem;
    }

    /* Campaign Stats */
    .node--type-programs .campaign-stats {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 2rem;
        margin-top: 4rem;
        animation: fadeInUp 1s ease-out 0.4s both;
    }

    .node--type-programs .stat-item {
        text-align: center;
        padding: 2rem;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border-radius: var(--radius-xl);
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: all var(--transition-normal);
        position: relative;
        overflow: hidden;
    }

    .node--type-programs .stat-item::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 4px;
        background: var(--gradient-secondary);
        transform: scaleX(0);
        transition: transform var(--transition-normal);
        transform-origin: right;
    }

    .node--type-programs .stat-item:hover {
        transform: translateY(-10px);
        border-color: var(--color-secondary);
        box-shadow: var(--shadow-xl);
    }
    
    .node--type-programs .content-main .field--name-body {
        text-align: right;
        font-family: Rubik, sans-serif;
        color: #4b5563;
        line-height: 30px !important;
        font-size: 1.4rem;
    }
    
    .node--type-programs h2.section-title {
        font-family: Rubik, sans-serif;
        color: #4b5563;
    }
    
    .node--type-programs .stat-item:hover::before {
        transform: scaleX(1);
    }

    .node--type-programs .field--name-body h3,
    .node--type-programs .field--name-body H3 {
        font-family: Rubik, sans-serif;
        color: rgb(75, 85, 99);
    }
    
    .node--type-programs .stat-number {
        font-size: 3rem;
        font-weight: 900;
        margin-bottom: 0.5rem;
        background: var(--gradient-secondary);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .node--type-programs .stat-label {
        font-size: 1rem;
        opacity: 0.9;
        font-weight: 600;
    }

    /* Main Content Layout */
    .node--type-programs .content-layout {
        display: block;
        padding: 0 0 6rem;
        position: relative;
        margin-right: auto;
        margin-left: auto;
        max-width: 1200px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    @media (max-width: 1200px) {
        .node--type-programs .content-layout {
            max-width: 100%;
        }
    }

    /* Left Column - Main Content */
    .node--type-programs .main-content {
        background: white;
        border-radius: var(--radius-2xl);
        box-shadow: var(--shadow-2xl);
        overflow: hidden;
        position: relative;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    /* Campaign Navigation */
    .node--type-programs .campaign-nav {
        position: sticky;
        top: 0;
        background: white;
        border-radius: var(--radius-xl);
        padding: 1.5rem;
        margin-bottom: 2rem;
        box-shadow: var(--shadow-lg);
        z-index: 100;
    }

    .node--type-programs .nav-items {
        display: flex;
        gap: 0.5rem;
        overflow-x: auto;
        padding-bottom: 1rem;
    }

    @media (max-width: 768px) {
        .node--type-programs .nav-items {
            flex-wrap: wrap;
        }
    }

    .node--type-programs .nav-item {
        padding: 0.75rem 1.5rem;
        background: var(--color-gray-100);
        border: none;
        border-radius: var(--radius-lg);
        font-weight: 700;
        color: var(--color-gray-600);
        cursor: pointer;
        transition: all var(--transition-fast);
        white-space: nowrap;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .node--type-programs .nav-item i {
        margin-left: 0.5rem;
    }

    .node--type-programs .nav-item:hover {
        color: #684685;
        transform: translateY(-2px);
        box-shadow: var(--shadow-md);
    }

    .node--type-programs .nav-item.active {
        background: #684685;
        color: white;
        box-shadow: var(--shadow-lg);
    }

    .node--type-programs .nav-item .badge {
        position: absolute;
        top: -8px;
        left: -8px;
        background: var(--color-danger);
        color: white;
        font-size: 0.7rem;
        padding: 0.25rem 0.5rem;
        border-radius: var(--radius-full);
        font-weight: 900;
    }

    /* Content Sections */
    .node--type-programs .content-section {
        display: none;
        padding: 3rem;
        animation: fadeIn 0.5s ease-out;
    }

    @media (max-width: 480px) {
        .node--type-programs .content-section {
            padding: 2rem 1.5rem;
        }
    }

    .node--type-programs .content-section.active {
        display: block;
    }

    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translate3d(0, 30px, 0);
        }
        to {
            opacity: 1;
            transform: translate3d(0, 0, 0);
        }
    }

    .node--type-programs .section-title {
        font-size: 2.5rem;
        font-weight: 900;
        color: var(--color-dark);
        margin-bottom: 2rem;
        position: relative;
        padding-bottom: 1rem;
        text-align: right;
    }

    @media (max-width: 768px) {
        .node--type-programs .section-title {
            font-size: 2rem;
        }
        
        .node--type-programs .hero-title {
            font-size: 2.5rem;
        }
        
        .node--type-programs .campaign-hero {
            min-height: 60vh;
        }
        
        .node--type-programs .hero-text {
            font-size: 1.2rem;
            padding: 0 1rem;
        }
        
        .node--type-programs .hero-badge {
            font-size: 0.8rem;
            padding: 0.5rem 1rem;
        }
    }

    @media (max-width: 480px) {
        .node--type-programs .hero-title {
            font-size: 2rem;
        }
        
        .node--type-programs .hero-text {
            font-size: 1rem;
        }
        
        .node--type-programs .hero-divider {
            width: 60px;
        }
        
        .node--type-programs .campaign-hero {
            min-height: 50vh;
        }
    }

    .node--type-programs .section-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100px;
        height: 4px;
        background: #684685;
        border-radius: 2px;
    }

    /* About Section */
    .node--type-programs .campaign-description {
        font-size: 1.125rem;
        line-height: 1.8;
        color: var(--color-gray-700);
        margin-bottom: 3rem;
        text-align: right;
        font-family: Rubik, sans-serif;
    }
    
    .node--type-programs .campaign-description h3,
    .node--type-programs .campaign-description h4 {
        color: var(--color-gray-700);
        margin-bottom: 1.5rem;
        text-align: right;
        font-family: Rubik, sans-serif;
    }

    .node--type-programs .highlight-box {
        background: linear-gradient(135deg, 
            rgba(26, 95, 180, 0.05) 0%,
            rgba(230, 179, 37, 0.05) 100%);
        border-right: 4px solid var(--color-secondary);
        padding: 2.5rem;
        border-radius: var(--radius-xl);
        margin: 2.5rem 0;
        position: relative;
        overflow: hidden;
    }

    .node--type-programs .highlight-box::before {
        content: '⚡';
        position: absolute;
        top: 1rem;
        right: 1rem;
        font-size: 3rem;
        opacity: 0.1;
    }

    /* Goals Section */
    .node--type-programs .goals-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
        margin-top: 2rem;
    }

    .node--type-programs .goal-card {
        background: white;
        padding: 2rem;
        border-radius: var(--radius-xl);
        box-shadow: var(--shadow-lg);
        border: 2px solid transparent;
        transition: all var(--transition-normal);
        position: relative;
        overflow: hidden;
    }

    .node--type-programs .goal-card:hover {
        transform: translateY(-5px);
        border-color: #684685;
        box-shadow: var(--shadow-xl);
    }

    .node--type-programs .goal-icon {
        width: 60px;
        height: 60px;
        background: var(--gradient-primary);
        border-radius: var(--radius-lg);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.5rem;
        color: white;
        font-size: 1.5rem;
    }

    /* Gallery Section */
    .node--type-programs .gallery-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 1.5rem;
        margin-top: 2rem;
    }

    .node--type-programs .gallery-item {
        position: relative;
        border-radius: var(--radius-xl);
        overflow: hidden;
        height: 250px;
        cursor: pointer;
        box-shadow: var(--shadow-lg);
        transition: all var(--transition-normal);
    }

    .node--type-programs .gallery-item:hover {
        transform: scale(1.05);
        box-shadow: var(--shadow-2xl);
    }

    .node--type-programs .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .node--type-programs .gallery-item:hover img {
        transform: scale(1.1);
    }

    .node--type-programs .gallery-overlay {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
        color: white;
        padding: 1.5rem;
        transform: translateY(100%);
        transition: transform var(--transition-normal);
    }

    .node--type-programs .gallery-item:hover .gallery-overlay {
        transform: translateY(0);
    }




 .node--type-programs .container.header-content-layout {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
} 
 .node--type-programs .container.header-content-layout {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
} 

.node--type-programs  .main-page .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.node--type-programs .container {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.path-ourcampaigns .container.header-content-layout {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
} 
.node--type-campaigns .container.header-content-layout {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
} 

.node--type-campaigns .main-page .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}


.node--type-campaigns .main.main-page {
    direction: rtl;
    text-align: right;
    font-family: Rubik, sans-serif;
    /* color: #4b5563; */
    /* line-height: 30px !important; */
    /* font-size: 1.4rem; */
    /* overflow: visible; */
}


.node--type-campaigns .gallery-overlay span {
  background: #684685;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 5px;
}

.node--type-campaigns .campaign-detail-page {
  position: relative;
  background: linear-gradient(180deg, var(--color-gray-50) 0%, rgba(248, 250, 252, 0.8) 50%, rgba(241, 245, 249, 0.6) 100%);
}

/* Custom Scrollbar */
.node--type-campaigns ::-webkit-scrollbar {
  width: 10px;
}

.node--type-campaigns ::-webkit-scrollbar-track {
  background: var(--color-gray-100);
  border-radius: var(--radius-full);
}

.node--type-campaigns ::-webkit-scrollbar-thumb {
  background: var(--gradient-primary);
  border-radius: var(--radius-full);
}

.node--type-campaigns ::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary-dark);
}

/* Container */
.node--type-campaigns .campaign-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Hero Section - Parallax */
.node--type-campaigns .campaign-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.9) 50%, rgba(51, 65, 85, 0.85) 100%);
  color: white;
  margin-bottom: 4rem;
}

.node--type-campaigns .hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  filter: grayscale(30%) brightness(0.7);
  z-index: 1;
}

.node--type-campaigns .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 4rem 0;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 6rem 2rem;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.node--type-campaigns .campaign-badge {
 background-color: rgba(178, 148, 107, 0.8);
    backdrop-filter: blur(4px);
    color: white;
    padding: 0.25rem 1rem;
    border-radius: 9999px;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
    font-family: Rubik, sans-serif;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Campaign Title */
.node--type-campaigns .campaign-title {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  animation: fadeInUp 1s ease-out;
  font-family: Rubik, sans-serif;
}

.node--type-campaigns .campaign-subtitle {
  font-size: 1.5rem;
  opacity: 0.9;
  margin-bottom: 3rem;
  font-weight: 300;
  max-width: 800px;
  line-height: 1.6;
  animation: fadeInUp 1s ease-out 0.2s both;
}

/* Campaign Stats */
.node--type-campaigns .campaign-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 4rem;
  animation: fadeInUp 1s ease-out 0.4s both;
}

.node--type-campaigns .stat-item {
  text-align: center;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all var(--transition-normal);
  position: relative;
  overflow: hidden;
}

.node--type-campaigns .stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: var(--gradient-secondary);
  transform: scaleX(0);
  transition: transform var(--transition-normal);
  transform-origin: right;
}

.node--type-campaigns .stat-item:hover {
  transform: translateY(-10px);
  border-color: var(--color-secondary);
  box-shadow: var(--shadow-xl);
}



.node--type-campaigns h2.section-title {
  font-family: Rubik, sans-serif;
  color: #4b5563;
}

.node--type-campaigns .stat-item:hover::before {
  transform: scaleX(1);
}

.node--type-campaigns .field--name-body H3 {
  font-family: Rubik, sans-serif;
  color: rgb(75, 85, 99);
}

.node--type-campaigns .stat-number {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  background: var(--gradient-secondary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.node--type-campaigns .stat-label {
  font-size: 1rem;
  opacity: 0.9;
  font-weight: 600;
}

/* Main Content Layout */
.node--type-campaigns .content-layout {
  display: BLOCK;
  padding: 0 0 6rem;
  position: relative;
  MARGIN-RIGHT: AUTO;
  MARGIN-LEFT: AUTO;
  width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1200px) {
  .node--type-campaigns .content-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .node--type-campaigns .donation-widget {
    position: static;
    max-width: 600px;
    margin: 0 auto;
  }
}

/* Left Column - Main Content */
.node--type-campaigns .main-content {
  background: white;
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-2xl);
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Campaign Navigation */
.node--type-campaigns .campaign-nav {
  position: sticky;
  background: white;
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: var(--shadow-lg);
  z-index: 100;
}

.node--type-campaigns .nav-items {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 1rem;
}

@media (max-width: 768px) {
  .node--type-campaigns .nav-items {
    flex-direction: column;
  }
}

.node--type-campaigns .nav-item {
  padding: 0.75rem 1.5rem;
  background: var(--color-gray-100);
  border: none;
  border-radius: var(--radius-lg);
  font-weight: 700;
  color: var(--color-gray-600);
  cursor: pointer;
  transition: all var(--transition-fast);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.node--type-campaigns .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity var(--transition-fast);
  color: #fff;
}

.node--type-campaigns .nav-item:hover {
  color: #684685;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.node--type-campaigns .nav-item.active {
  background: #684685;
  color: white;
  box-shadow: var(--shadow-lg);
}

.node--type-campaigns .nav-item.active::before {
  opacity: 1;
}

.node--type-campaigns .nav-item .badge {
  position: absolute;
  top: -8px;
  left: -8px;
  background: var(--color-danger);
  color: white;
  font-size: 0.7rem;
  padding: 0.25rem 0.5rem;
  border-radius: var(--radius-full);
  font-weight: 900;
}

/* Content Sections */
.node--type-campaigns .content-section {
  display: none;
  padding: 3rem;
  animation: fadeIn 0.5s ease-out;
}

@media (max-width: 480px) {
  .node--type-campaigns .content-section {
    padding: 2rem 1.5rem;
  }
}

.node--type-campaigns .content-section.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translate3d(0, 30px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.node--type-campaigns .section-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--color-dark);
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
}

@media (max-width: 768px) {
  .node--type-campaigns .section-title {
    font-size: 2rem;
  }
  
  .node--type-campaigns .campaign-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 480px) {
  .node--type-campaigns .campaign-title {
    font-size: 2rem;
  }
}

.node--type-campaigns .section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 4px;
  background: #684685;
  border-radius: 2px;
}

/* About Section */
.node--type-campaigns .campaign-description {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--color-gray-700);
  margin-bottom: 3rem;
  text-align: right;
  font-family: Rubik, sans-serif;
  color: #4b5563;
  line-height: 30px !important;
  font-size: 1.4rem;
}

.node--type-campaigns .campaign-description h3 {
  color: var(--color-gray-700);
  margin-bottom: 3rem;
  text-align: right;
  font-family: Rubik, sans-serif;
  color: #4b5563;
}

.node--type-campaigns .highlight-box {
  background: linear-gradient(135deg, rgba(26, 95, 180, 0.05) 0%, rgba(230, 179, 37, 0.05) 100%);
  border-right: 4px solid var(--color-secondary);
  padding: 2.5rem;
  border-radius: var(--radius-xl);
  margin: 2.5rem 0;
  position: relative;
  overflow: hidden;
}

.node--type-campaigns .highlight-box::before {
  content: '⚡';
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 3rem;
  opacity: 0.1;
}

/* Goals Section */
.node--type-campaigns .goals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.node--type-campaigns .goal-card {
  background: white;
  padding: 2rem;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  border: 2px solid transparent;
  transition: all var(--transition-normal);
  position: relative;
  overflow: hidden;
}

.node--type-campaigns .goal-card:hover {
  transform: translateY(-5px);
  border-color: #684685;
  box-shadow: var(--shadow-xl);
}

.node--type-campaigns .goal-icon {
  width: 60px;
  height: 60px;
  background: var(--gradient-primary);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: white;
  font-size: 1.5rem;
}

/* Progress Section */
.node--type-campaigns .progress-circle-container {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}

.node--type-campaigns #progress-circle {
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

.node--type-campaigns .progress-info {
  text-align: center;
  margin-top: 2rem;
}

.node--type-campaigns .progress-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.node--type-campaigns .progress-stat {
  text-align: center;
  padding: 1.5rem;
  background: var(--color-gray-50);
  border-radius: var(--radius-lg);
  border: 2px solid var(--color-gray-200);
}

/* Gallery Section */
.node--type-campaigns .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.node--type-campaigns .gallery-item {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  height: 250px;
  cursor: pointer;
  box-shadow: var(--shadow-lg);
  transition: all var(--transition-normal);
}

.node--type-campaigns .gallery-item:hover {
  transform: scale(1.05);
  box-shadow: var(--shadow-2xl);
}

.node--type-campaigns .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.node--type-campaigns .gallery-item:hover img {
  transform: scale(1.1);
}

.node--type-campaigns .gallery-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  color: white;
  padding: 1.5rem;
  transform: translateY(100%);
  transition: transform var(--transition-normal);
}

.node--type-campaigns .gallery-item:hover .gallery-overlay {
  transform: translateY(0);
}

/* Updates Section */
.node--type-campaigns .timeline {
  position: relative;
  padding-right: 3rem;
  margin-top: 2rem;
}

.node--type-campaigns .timeline::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  background: var(--gradient-primary);
  border-radius: var(--radius-full);
}

.node--type-campaigns .timeline-item {
  position: relative;
  margin-bottom: 3rem;
  background: white;
  padding: 2rem;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  border-right: 4px solid #684685;
}

.node--type-campaigns .timeline-item::before {
  content: '';
  position: absolute;
  top: 2rem;
  right: -3.15rem;
  width: 20px;
  height: 20px;
  background: white;
  border: 4px solid #684685;
  border-radius: 50%;
  z-index: 2;
}

.node--type-campaigns .timeline-date {
  display: inline-block;
  background: var(--gradient-primary);
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: var(--radius-full);
  font-weight: 700;
  margin-bottom: 1rem;
}

/* Donors Section */
.node--type-campaigns .donors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.node--type-campaigns .donor-card {
  background: white;
  padding: 1.5rem;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all var(--transition-fast);
}

.node--type-campaigns .donor-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.node--type-campaigns .donor-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 900;
  font-size: 1.5rem;
}

/* Right Column - Donation Widget */
.node--type-campaigns .donation-widget {
  position: sticky;
  top: 120px;
  background: white;
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-2xl);
  padding: 2.5rem;
  border: 2px solid #684685;
  overflow: hidden;
  z-index: 99;
}

.node--type-campaigns .donation-widget::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: var(--gradient-primary);
}

.node--type-campaigns .widget-title {
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--color-dark);
  margin-bottom: 1.5rem;
  text-align: center;
}

/* Progress Widget */
.node--type-campaigns .widget-progress {
  text-align: center;
  margin-bottom: 2rem;
}

.node--type-campaigns .progress-ring {
  width: 120px;
  height: 120px;
  margin: 0 auto 1.5rem;
  position: relative;
}

.node--type-campaigns .progress-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.node--type-campaigns .progress-ring-bg {
  fill: none;
  stroke: var(--color-gray-200);
  stroke-width: 8;
}

.node--type-campaigns .progress-ring-fill {
  fill: none;
  stroke: #684685;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 314;
  stroke-dashoffset: calc(314 - (314 * var(--progress)) / 100);
  transition: stroke-dashoffset 1.5s ease-out;
}

.node--type-campaigns .progress-text {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-size: 1.5rem;
  font-weight: 900;
  color: #684685;
}

/* Amount Selection */
.node--type-campaigns .amount-selection {
  margin-bottom: 2rem;
}

.node--type-campaigns .amount-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 480px) {
  .node--type-campaigns .amount-options {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .node--type-campaigns .campaign-stats {
    grid-template-columns: 1fr;
  }
}

.node--type-campaigns .amount-btn {
  padding: 1.25rem;
  border: 2px solid var(--color-gray-200);
  background: white;
  border-radius: var(--radius-lg);
  font-weight: 900;
  font-size: 1.125rem;
  color: var(--color-gray-700);
  cursor: pointer;
  transition: all var(--transition-fast);
  position: relative;
  overflow: hidden;
}

.node--type-campaigns .amount-btn::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-primary);
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.node--type-campaigns .amount-btn:hover {
  border-color: #684685;
  color: #684685;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.node--type-campaigns .amount-btn.active {
  border-color: #684685;
  background: var(--gradient-primary);
  color: white;
  box-shadow: var(--shadow-lg);
}

.node--type-campaigns .amount-btn.active::before {
  opacity: 1;
}

.node--type-campaigns .custom-amount {
  position: relative;
  margin-bottom: 2rem;
}

.node--type-campaigns .custom-amount input {
  width: 100%;
  padding: 1.25rem 1.5rem;
  border: 2px solid var(--color-gray-200);
  border-radius: var(--radius-lg);
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  transition: all var(--transition-fast);
}

.node--type-campaigns .custom-amount input:focus {
  outline: none;
  border-color: #684685;
  box-shadow: 0 0 0 3px rgba(26, 95, 180, 0.1);
}

.node--type-campaigns .custom-amount label {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  color: var(--color-gray-500);
  font-weight: 700;
}

/* Payment Options */
.node--type-campaigns .payment-options {
  margin-bottom: 2rem;
}

.node--type-campaigns .payment-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  overflow-x: auto;
}

.node--type-campaigns .payment-tab {
  flex: 1;
  min-width: 100px;
  padding: 1rem;
  border: none;
  background: var(--color-gray-100);
  border-radius: var(--radius-lg);
  font-weight: 700;
  color: var(--color-gray-600);
  cursor: pointer;
  transition: all var(--transition-fast);
  text-align: center;
}

.node--type-campaigns .payment-tab:hover {
  background: var(--color-gray-200);
  transform: translateY(-2px);
}

.node--type-campaigns .payment-tab.active {
  background: var(--gradient-primary);
  color: white;
  box-shadow: var(--shadow-md);
}

.node--type-campaigns .payment-method {
  display: none;
  padding: 1.5rem;
  background: var(--color-gray-50);
  border-radius: var(--radius-lg);
  border: 2px solid var(--color-gray-200);
}

.node--type-campaigns .payment-method.active {
  display: block;
  animation: fadeIn 0.3s ease-out;
}

/* Impact Calculator */
.node--type-campaigns .impact-calculator {
  background: linear-gradient(135deg, var(--color-gray-50) 0%, white 100%);
  padding: 2rem;
  border-radius: var(--radius-xl);
  margin-bottom: 2rem;
  box-shadow: var(--shadow-inner);
  text-align: center;
}

.node--type-campaigns .impact-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--color-dark);
  margin-bottom: 1.5rem;
}

.node--type-campaigns .impact-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (max-width: 480px) {
  .node--type-campaigns .impact-items {
    grid-template-columns: 1fr;
  }
}

.node--type-campaigns .impact-item {
  padding: 1rem;
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-fast);
}

.node--type-campaigns .impact-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* Recurring Donation */
.node--type-campaigns .recurring-option {
  margin-bottom: 2rem;
}

.node--type-campaigns .recurring-toggle {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: var(--color-gray-50);
  border-radius: var(--radius-lg);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.node--type-campaigns .recurring-toggle:hover {
  background: var(--color-gray-100);
}

.node--type-campaigns .recurring-switch {
  width: 50px;
  height: 26px;
  background: var(--color-gray-300);
  border-radius: var(--radius-full);
  position: relative;
  transition: all var(--transition-fast);
}

.node--type-campaigns .recurring-switch::after {
  content: '';
  position: absolute;
  top: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  transition: all var(--transition-fast);
}

.node--type-campaigns .recurring-toggle.active .recurring-switch {
  background: var(--color-accent);
}

.node--type-campaigns .recurring-toggle.active .recurring-switch::after {
  right: 27px;
}

/* Donate Button */
.node--type-campaigns .donate-btn {
  width: 100%;
  padding: 1.5rem;
  background: var(--gradient-danger);
  color: white;
  border: none;
  border-radius: var(--radius-lg);
  font-size: 1.25rem;
  font-weight: 900;
  cursor: pointer;
  transition: all var(--transition-normal);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}

.node--type-campaigns .donate-btn::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: translateX(-100%);
}

.node--type-campaigns .donate-btn:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-xl);
}

.node--type-campaigns .donate-btn:hover::before {
  animation: shimmerEffect 1s;
}

@keyframes shimmerEffect {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* Security Badge */
.node--type-campaigns .security-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding: 1rem;
  background: var(--color-gray-50);
  border-radius: var(--radius-lg);
  color: var(--color-gray-600);
  font-size: 0.875rem;
  font-weight: 600;
}

/* Share Widget */
.node--type-campaigns .share-widget {
  background: white;
  border-radius: var(--radius-xl);
  padding: 2rem;
  margin-top: 2rem;
  box-shadow: var(--shadow-lg);
  text-align: center;
}

.node--type-campaigns .share-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--color-dark);
  margin-bottom: 1.5rem;
}

.node--type-campaigns .share-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.node--type-campaigns .share-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
  transition: all var(--transition-fast);
  box-shadow: var(--shadow-md);
}

.node--type-campaigns .share-btn:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: var(--shadow-lg);
}

.node--type-campaigns .share-btn.facebook {
  background: #1877F2;
}

.node--type-campaigns .share-btn.twitter {
  background: #1DA1F2;
}

.node--type-campaigns .share-btn.whatsapp {
  background: #25D366;
}

.node--type-campaigns .share-btn.copy {
  background: #684685;
}

/* Utility Classes */
.node--type-campaigns .hidden {
  display: none;
}

.node--type-campaigns .block {
  display: block;
}

.node--type-campaigns .relative {
  position: relative;
}

.node--type-campaigns .absolute {
  position: absolute;
}

.node--type-campaigns .sticky {
  position: sticky;
}

.sadakajarya .sadaqah-page {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    background: linear-gradient(135deg, #faf8f5 0%, #f5f0e8 100%);
    color: #2d2d2d;
    min-height: 100vh;
}

/* === Hero Section === */
.sadakajarya .sadaqah-hero {
    position: relative;
    height: 550px;
    background: linear-gradient(135deg, #684685 0%, #8a2c44 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.sadakajarya .sadaqah-hero-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
}

.sadakajarya .sadaqah-hero-badge {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 0.75rem 2.5rem;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.sadakajarya .sadaqah-hero-title {
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    font-weight: 900;
    color: white;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.sadakajarya .sadaqah-hero-divider {
    height: 5px;
    width: 100px;
    background: #FAB74D;
    border-radius: 10px;
    margin: 1rem 0 2rem 0;
}

/* === Logo === */
.sadakajarya .page-logo {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 1rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 100;
    transition: all 0.3s ease;
}

.sadakajarya .page-logo:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* === Filter Tabs === */
.sadakajarya .filter-tab-container {
    background: white;
    padding: 8px;
    border-radius: 20px;
    display: inline-flex;
    gap: 6px;
    flex-wrap: wrap;
    box-shadow: 0 4px 15px rgba(109, 36, 53, 0.1);
    margin-bottom: 2rem;
    justify-content: center;
    max-width: 100%;
    border: 1px solid #e8dcd2;
}

.sadakajarya .filter-tab-btn {
    padding: 12px 24px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    color: #666;
    position: relative;
    background: transparent;
    white-space: nowrap;
}

.sadakajarya .filter-tab-btn:hover {
    color: #684685;
    background: rgba(109, 36, 53, 0.1);
    transform: translateY(-2px);
}

.sadakajarya .filter-tab-btn.active {
    background: #684685;
    color: white;
    box-shadow: 0 5px 15px rgba(109, 36, 53, 0.2);
    transform: translateY(-2px);
}

.sadakajarya .filter-tab-btn.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 3px;
    background: #FAB74D;
    border-radius: 2px;
}

/* === Project Card === */
.sadakajarya .project-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    border: 2px solid #e8dcd2;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    animation: fade-in 0.5s ease-out;
	    margin: 20px;
    margin-right: 15px;
    margin-left: 15px;
}

.sadakajarya .project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(109, 36, 53, 0.1);
    border-color: #684685;
}

.sadakajarya .project-img-wrapper {
    height: 220px;
    position: relative;
    overflow: hidden;
}

.sadakajarya .project-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sadakajarya .project-card:hover .sadakajarya .project-img {
    transform: scale(1.1);
}

.sadakajarya .project-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(109, 36, 53, 0.8), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sadakajarya .project-card:hover .sadakajarya .project-overlay {
    opacity: 1;
}

.sadakajarya .project-category {
position: absolute;
    top: 1rem;
    right: 1rem;
    background: #FAB74D;
    padding: 0.5rem 1rem;
    border-radius: 99px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 2;
    border: 1px solid #e8dcd2;
	font-family: Rubik, sans-serif;
}

.sadakajarya .project-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.sadakajarya .project-title {
    font-weight: 800;
font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    font-family: Rubik, sans-serif;
}

.sadakajarya .project-desc {
    color: #666;
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.sadakajarya .project-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: #faf8f5;
    border-radius: 12px;
    border: 1px solid #e8dcd2;
}

.sadakajarya .project-price {
    font-weight: 700;
    color: #684685;
    font-size: 1.4rem;
}

.sadakajarya .project-beneficiaries {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #8a9b7f;
    font-size: 1.4rem;
	font-family: Rubik, sans-serif;
}
.sadakajarya span.donors-count {
    font-family: Rubik, sans-serif;
    color: #684685;
    float: left;
}

.sadakajarya .project-footer {
    margin-top: auto;
}

/* === Buttons === */
.sadakajarya .whatsapp-btn {
    background: #FAB74D;
    color: white;
    width: 100%;
    padding: 0.75rem;
    border-radius: 12px;
    font-weight: 700;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
}

.sadakajarya .whatsapp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px #FAB74D;
}

.sadakajarya .burgundy-btn {
    background: linear-gradient(135deg, #684685 0%, #8a2c44 100%);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 700;
    transition: all 0.3s ease;
    cursor: pointer;
}

.sadakajarya .burgundy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(109, 36, 53, 0.2);
}

.sadakajarya .outline-btn {
    background: transparent;
    color: #684685;
    border: 2px solid #684685;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 700;
    transition: all 0.3s ease;
    cursor: pointer;
}

.sadakajarya .outline-btn:hover {
    background: #684685;
    color: white;
    transform: translateY(-2px);
}

/* === Quick Stats === */
.sadakajarya .quick-stats {
    background: linear-gradient(135deg, #ffffff 0%, #faf8f5 100%);
    border-radius: 24px;
    padding: 2rem;
    color: #1a1a1a;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(109, 36, 53, 0.1);
    border: 2px solid #e8dcd2;
}

.sadakajarya .stat-card {
    text-align: center;
    padding: 1.5rem;
    background: #faf8f5;
    border-radius: 16px;
    border: 2px solid #e8dcd2;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.sadakajarya .stat-card:hover {
    transform: translateY(-5px);
    border-color: #684685;
    box-shadow: 0 10px 20px rgba(109, 36, 53, 0.1);
}

.sadakajarya .stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: #684685;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.sadakajarya .stat-card:hover::before {
    transform: translateX(0);
}

.sadakajarya .stat-number {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
    color: #684685;
}

/* === Search & Sort === */
.sadakajarya .search-container {
    background: white;
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(109, 36, 53, 0.05);
    margin-bottom: 2rem;
    border: 1px solid #e8dcd2;
}

.sadakajarya .search-input {
    width: 100%;
    padding: 1rem 1.5rem;
    border: 2px solid #e8dcd2;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #faf8f5;
}

.sadakajarya .search-input:focus {
    outline: none;
    border-color: #684685;
    box-shadow: 0 0 0 3px rgba(109, 36, 53, 0.1);
    background: white;
}

/* === Loading Animation === */
.sadakajarya .loading-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #e8dcd2;
    border-top: 4px solid #684685;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 2rem auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* === Modal === */
.sadakajarya .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    animation: fade-in 0.3s ease-out;
}

.sadakajarya .modal-content {
    background: white;
    border-radius: 24px;
    padding: 2rem;
    max-width: 500px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    animation: slide-up 0.4s ease-out;
    border: 2px solid #e8dcd2;
}

/* === Progress Bar === */
.sadakajarya .project-progress {
    height: 6px;
    background: #e8dcd2;
    border-radius: 3px;
    overflow: hidden;
    margin: 0.5rem 0;
}

.sadakajarya .progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #684685, #FAB74D);
    border-radius: 3px;
    transition: width 1s ease;
}

/* === Footer === */
.sadakajarya .site-footer {
    background: #1a1a1a;
    color: white;
    padding: 3rem 0;
    margin-top: 4rem;
}

.sadakajarya .site-footer a {
    color: #FAB74D;
    transition: color 0.3s ease;
}

.sadakajarya .site-footer a:hover {
    color: #d4b483;
}

/* === Animations === */
.sadakajarya .reveal {
    opacity: 1;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.2, 0, 0.2, 1);
}

.sadakajarya .reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.sadakajarya .delay-100 {
    transition-delay: 0.1s;
}

.sadakajarya .delay-200 {
    transition-delay: 0.2s;
}

.sadakajarya .delay-300 {
    transition-delay: 0.3s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.sadakajarya .floating {
    animation: float 6s ease-in-out infinite;
}

/* === Responsive === */
@media (max-width: 768px) {
    .sadakajarya .sadaqah-hero {
        height: 450px;
        margin-bottom: 1rem;
    }
    
    .sadakajarya .sadaqah-hero-title {
        font-size: 2.5rem;
    }
    
    .sadakajarya .filter-tab-container {
        padding: 6px;
    }
    
    .sadakajarya .filter-tab-btn {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
    
    .sadakajarya .project-card {
        border-radius: 20px;
    }
    
    .sadakajarya .project-title {
        font-size: 1.2rem;
    }
    
    .sadakajarya .stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .sadakajarya .sadaqah-hero {
        height: 400px;
    }
    
    .sadakajarya .sadaqah-hero-title {
        font-size: 2rem;
    }
    
    .sadakajarya .page-logo {
        top: 1rem;
        right: 1rem;
        padding: 0.75rem 1.5rem;
    }
    
    .sadakajarya .filter-tab-btn {
        padding: 8px 12px;
        font-size: 0.8rem;
    }
    
    .sadakajarya .quick-stats {
        padding: 1.5rem;
    }
    
    .sadakajarya .stat-card {
        padding: 1rem;
    }
}

/* === Gradient Text === */
.sadakajarya .gradient-text {
    background: linear-gradient(135deg, #684685, #FAB74D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* === Popular Badge === */
.sadakajarya .popular-badge {
    position: absolute;
    top: 12px;
    right: 4px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    color: white;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

/* === Empty State === */
.sadakajarya .empty-state {
    text-align: center;
    padding: 3rem 1rem;
}

.sadakajarya .empty-state-icon {
    font-size: 4rem;
    color: #e8dcd2;
    margin-bottom: 1rem;
}

/* === CTA Section === */
.sadakajarya .cta-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 4rem 0;
    margin-top: 4rem;
}

/* === Form Elements === */
.sadakajarya .form-group {
    margin-bottom: 1.5rem;
}

.sadakajarya .form-label {
    display: block;
    color: #666;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

/* === Text Utilities === */
.sadakajarya .text-burgundy {
    color: #684685;
}

.sadakajarya .text-gold {
    color: #FAB74D;
}

.sadakajarya .bg-burgundy {
    background-color: #684685;
}

.sadakajarya .bg-gold {
    background-color: #FAB74D;
}

/* === Border Utilities === */
.sadakajarya .border-burgundy {
    border-color: #684685;
}

.sadakajarya .border-gold {
    border-color: #FAB74D;
}

.wajdan_project .proj-card-status {
    position: absolute;
    top: 30px;
    right: 20px;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: rgb(113 69 150 / var(--tw-bg-opacity, 1));
    color: #fff;
	 font-family: Rubik, sans-serif;
}

.node--type-news .main.main-page {
    direction: rtl;
    text-align: right;
    font-family: Rubik, sans-serif;
    /* color: #4b5563; */
    /* line-height: 30px !important; */
    /* font-size: 1.4rem; */
    /* overflow: visible; */
}

.node--type-news .help.gav-help-region .container {
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 1rem;
}
.node--type-news .gva-view-grid {
    width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 4rem;
}

.node--type-news div#content .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0rem;
}

.node--type-news .container.header-content-layout {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}


.node--type-news .main.main-page {
    direction: rtl;
    text-align: right;
    font-family: Rubik, sans-serif;
    /* color: #4b5563; */
    /* line-height: 30px !important; */
    /* font-size: 1.4rem; */
    /* overflow: visible; */
}

.node--type-news [class*="block-grid-"] > div {
  
    float: right;
 
}

.partner span.field-content h3 a {
    /* color: #FAB74D !important; */
    font-size: 24px;
    font-family: Rubik, sans-serif;
    text-align: right;
    direction: rtl;
    text-align: right;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 0px;
    color: rgb(59 23 94 / var(--tw-text-opacity, 1))!important;;
    padding: 8px;
}
.programs .wajdan_project .proj-card-actions {
    isplay: block;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-right: unset;
    margin-left: unset;
    float: right;
}
.programs .wajdan_project .proj-btn-link:hover {
    background: transparent;
    color: rgb(250 183 77 / var(--tw-border-opacity, 1)) !important;
}

a.proj-btn-link.donatbtn {
    background: rgb(113 69 150 / var(--tw-bg-opacity, 1)) !important;
    margin-right: 10px !important;
}


.wajdan_project .proj-card:hover {
    background: white;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 50px -10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 5px solid #f3b24b !important;
}
.proj-card a:hover {

    color: rgb(250 183 77 / var(--tw-border-opacity, 1)) !important;
}

.programs .owl-carousel .owl-nav > div {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    color: #191b1c !important;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
    background: #F6F6F6;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    margin-right: 20px;
    margin-left: 20px;
}

.programs .wajdan_project .proj-btn-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--proj-primary);
    font-weight: 600;
    text-decoration: none;
    padding: 0.8rem 1rem;
    border-radius: 50px;
    transition: all 0.3s;
    border: 2px solid transparent;
    font-size: 1.5rem;
    background: transparent;
    color: rgb(59 23 94 / var(--tw-text-opacity, 1)) !important;
    font-family: Rubik, sans-serif;
    float: right;
    margin: unset !important;
    text-align: right !important;
}

.programs .wajdan_project .proj-card-text {
    color: var(--proj-gray);
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    flex-grow: 1;
    direction: rtl;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Rubik, sans-serif;
}

.wajdan_project {
    margin-bottom: 2.5rem;
}

/* =========================================
   Main Card Container
   ========================================= */
.wajdan_project .proj-card {
    background: white;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
  
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.05);
	border-bottom: 5px solid #684685 !important;
}
section#transparency {
    --tw-bg-opacity: 1;
    background-color: rgb(78 31 124 / var(--tw-bg-opacity, 1));
    padding-top: 6rem;
    padding-bottom: 6rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    DIRECTION: RTL;
}


/* Financial Transparency Section */

.ft-section {
    position: relative;
    padding: 100px 20px;
    background: linear-gradient(135deg, #4E1F7C, #3b175e);
    color: #fff;
    overflow: hidden;
    font-family: Rubik, sans-serif;
    DIRECTION: RTL;
}

.ft-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.08;
    background-image: radial-gradient(#ffffff 1px, transparent 1px);
    background-size: 30px 30px;
}

.ft-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.ft-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: center;
}

.ft-content {
    flex: 1 1 400px;
}

.ft-label {
    display: inline-block;
    padding: 6px 14px;
    background: #5e3a7d;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
}

.ft-title {
    font-size: 36px;
    margin-bottom: 20px;
	 font-family: Rubik, sans-serif;
	 color:#fff;
}

.trans .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.ft-description {
    color: #d8cce8;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 18px;
}

.ft-stats {
    display: flex;
    align-items: center;
    gap: 30px;
}

.ft-stat {
    text-align: center;
}

.ft-stat-number {
    font-size: 42px;
    font-weight: 900;
}

.ft-stat-number.accent {
    color: #FAB74D;
}

.ft-stat-text {
    font-size: 14px;
    color: #c9b7e3;
}

.ft-divider {
    width: 1px;
    height: 50px;
    background: #6d4a99;
}

.ft-card {
    flex: 1 1 500px;
    background: rgba(255,255,255,0.05);
    padding: 40px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}

.ft-bar-item {
    margin-bottom: 30px;
}

.ft-bar-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.ft-bar-head .accent {
    color: #FAB74D;
}

.ft-bar-bg {
    width: 100%;
    height: 12px;
    background: #2e1047;
    border-radius: 20px;
    overflow: hidden;
}

.ft-bar-fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #714596, #FAB74D);
    border-radius: 20px;
    transition: width 1.5s ease;
}
/* ===============================
   Request Support Section (rs-)
================================= */
section#request-support{
	position: relative;
    padding: 50px 20px;
    background: linear-gradient(135deg, #4E1F7C, #3b175e);
    color: #fff;
    overflow: hidden;
    font-family: Rubik, sans-serif;
    DIRECTION: RTL;
	
}

a.donatbtnpage {
    background: #684685 !important;
    color: #fff !important;
    padding: 10px;
    margin-top: 15px;
    display: block;
    text-align: center;
    font-weight: bold;
    border-radius: 12px;
}

html[lang="en"] a.proj-btn-link.donatbtnen {
    background: rgb(113 69 150 / var(--tw-bg-opacity, 1)) !important;
    margin-left: 10px;
}

html[lang="en"] section#request-support{
	position: relative;
    padding: 50px 20px;
    background: linear-gradient(135deg, #4E1F7C, #3b175e);
    color: #fff;
    overflow: hidden;
    font-family: Rubik, sans-serif;
    DIRECTION: LTR;
	
}

.request .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.rs-section {
    position: relative;
    padding: 100px 20px;
    background: linear-gradient(135deg, #2e1047, #4E1F7C);
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

.rs-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.2;
}

.rs-container {
    max-width: 900px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.rs-badge {
    display: inline-block;
    background: rgba(250, 183, 77, 0.15);
    color: #FAB74D;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
    border: 1px solid rgba(250, 183, 77, 0.4);
}

.rs-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: Rubik, sans-serif;
    color: #fff;
}

.rs-description {
    color: #e9d5ff;
    max-width: 650px;
    margin: auto;
    margin-bottom: 40px;
    line-height: 1.8;
    font-size: 18px;
	margin-bottom: 50px !important;
}

.rs-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.rs-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
}

.rs-primary {
    background: #FAB74D;
    color: #2e1047;
}

.rs-primary:hover {
    background: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(250, 183, 77, 0.4);
}

.rs-outline {
    border: 2px solid #c084fc;
    color: #e9d5ff;
}

.rs-outline:hover {
    background: #ffffff;
    color: #2e1047;
    transform: translateY(-4px);
}

@media (max-width: 768px) {
    .rs-title {
        font-size: 28px;
    }

    .rs-description {
        font-size: 16px;
    }

    .rs-buttons {
        flex-direction: column;
    }
}


/* Financial Transparency Prefixed Styles */
.transparency-progress-bg {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 99px;
    overflow: hidden;
}

.transparency-progress-fill {
    height: 100%;
    background: #FAB74D; /* Primary Yellow */
    border-radius: 99px;
    transform: scaleX(0);
    transform-origin: right; /* RTL support */
    transition: transform 1.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

/* Class to trigger when in view */
.transparency-animate .transparency-progress-fill {
    transform: scaleX(1);
}

.transparency-card {
    transition: all 0.3s ease;
}

.transparency-card:hover {
    transform: translateY(-5px);
    background: rgba(113, 69, 150, 0.2);
}

.bg-accent-500.transition.duration-300 {
    position: absolute;
    top: -2.75rem;
    right: 2rem;
    display: flex;
    height: 5rem;
    width: 5rem;
    align-items: center;
    border-radius: 1rem;
    align-items: center;
    font-weight: n;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(113 69 150 / var(--tw-bg-opacity, 1));
    font-size: 2.3rem;
    line-height: 2rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-duration: 300ms;
}

/* =========================================
   Card Badges
   ========================================= */
.wajdan_project .proj-card-badge {
    position: absolute;
    top: 30px;
    left: 20px;
    background: #f3b24b;
    color: white;
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    font-size:1rem;
    font-weight: 600;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 5px 15px rgba(109, 36, 53, 0.3);
    display: none;
}

.wajdan_project .proj-card-status {
       position: absolute;
    top: 30px;
    right: 20px;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: rgb(113 69 150 / var(--tw-bg-opacity, 1));
    color: #fff;
}
/* ===============================
   Donation Impact Section (di-)
================================= */

.di-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #4E1F7C, #2e1047);
    color: white;
    position: relative;
    padding: 100px 20px;
    background: linear-gradient(135deg, #4E1F7C, #3b175e);
    color: #fff;
    overflow: hidden;
    font-family: Rubik, sans-serif;
    DIRECTION: RTL;
}

.di-container {
    max-width: 1200px;
    margin: auto;
}

.di-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap;
}

.di-content {
    flex: 1;
}

.di-badge {
    display: inline-block;
    background: rgba(250, 183, 77, 0.15);
    color: #FAB74D;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
}

.di-title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 36px;
    margin-bottom: 20px;
    font-family: Rubik, sans-serif;
    color: #fff;
}
.di-description {
    color: #e9d5ff;
    font-size: 18px;
    line-height: 1.8;
}

.di-card {
    flex: 1;
    background: white;
    color: #333;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.di-card-title {
    text-align: center;
    font-weight: 800;
    margin-bottom: 30px;
    color: #4E1F7C;
	font-family: Rubik, sans-serif;
}

.di-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.di-option {
    padding: 15px;
    border-radius: 15px;
    border: 2px solid #eee;
    background: #f9f9f9;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.di-option:hover {
    border-color: #714596;
}

.di-option.selected {
    background: #714596;
    color: white;
    border-color: #714596;
    transform: scale(1.03);
}

.di-impact-box {
    background: #f3e8ff;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.3s;
}
.di-impact-box h4
 {
    color: #4E1F7C;
    margin-bottom: 10px;
    font-family: Rubik, sans-serif;
}
.di-whatsapp-btn {
    width: 100%;
    padding: 18px;
    border-radius: 20px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    background: rgb(250 183 77 / var(--tw-bg-opacity, 1));
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.di-whatsapp-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgb(250 183 77 / var(--tw-bg-opacity, 1));
}

@media (max-width: 900px) {
    .di-wrapper {
        flex-direction: column;
    }
}



@keyframes wajdan_pulse {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}

/* =========================================
   Image Section
   ========================================= */
.wajdan_project .proj-card-img-wrap {
    height: 280px;
    overflow: hidden;
    position: relative;
}

.wajdan_project .proj-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s;
}

.wajdan_project .proj-card:hover .proj-card-img-wrap img {
    transform: scale(1.15) rotate(1deg);
}

.wajdan_project .proj-card-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
    opacity: 1;
    transition: 0.4s;
}

.wajdan_project .proj-card:hover .proj-card-overlay {
    opacity: 1;
}

.wajdan_project .proj-card-place {
    position: absolute;
    bottom: 20px;
    right: 20px;
       background: rgb(21 93 104 / var(--tw-bg-opacity, 1));

    color: white;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 1rem;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    backdrop-filter: blur(5px);
}

.wajdan_project .proj-card-place i {
    color: var(--proj-secondary);
}

/* =========================================
   Card Content
   ========================================= */
.wajdan_project .proj-card-content {
    padding: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    background: white;
}

.wajdan_project .proj-card-tag {
 font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--proj-secondary);
    letter-spacing: 1px;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.3rem 0.8rem;

    border-radius: 50px;
    width: fit-content;
}

.wajdan_project .proj-card-tag i {
    font-size: 1.2rem;
}

/* Project Type Specific Colors */
.wajdan_project .proj-card[data-category="relief"] .proj-card-tag {
    background: rgba(239, 68, 68, 0.1);
    color: var(--proj-danger);
}

.wajdan_project .proj-card[data-category="development"] .proj-card-tag {
    background: rgba(16, 185, 129, 0.1);
    color: var(--proj-success);
}

.wajdan_project .proj-card[data-category="seasonal"] .proj-card-tag {
    background: rgba(245, 158, 11, 0.1);
    color: var(--proj-warning);
}

.wajdan_project .proj-card[data-category="waqf"] .proj-card-tag {
    background: rgba(59, 130, 246, 0.1);
    color: var(--proj-info);
}

.wajdan_project .proj-card-title {
  font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--proj-dark);
    line-height: 1.4;
    text-align: center;
	margin-top: 1rem;
}

.wajdan_project .proj-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--proj-primary);
    font-weight: bold;
    text-decoration: none;
    padding: 0px;
    /* border-radius: 50px; */
    /* transition: all 0.3s; */
    /* border: 2px solid transparent; */
    /* background: rgba(109, 36, 53, 0.1); */
    font-family: Rubik, sans-serif;
    font-size: 1.6rem;
    padding-bottom: 5px;
    color: #684685 !important;
}

.wajdan_project .proj-card-title a:hover {
    color: var(--proj-primary);
}

.wajdan_project .proj-card-text

 {
    color: var(--proj-gray);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    flex-grow: 1;
    text-align: center;
    font-family: 'Rubik';
    direction: rtl;
}

html[lang="en"] .wajdan_project .proj-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--proj-primary);
    font-weight: bold;
    text-decoration: none;
    padding: 0px;
    /* border-radius: 50px; */
    /* transition: all 0.3s; */
    /* border: 2px solid transparent; */
    /* background: rgba(109, 36, 53, 0.1); */
    font-family: Rubik, sans-serif;
    font-size: 1.6rem;
    padding-bottom: 5px;
    color: #684685 !important;
}

html[lang="en"] .wajdan_project .proj-card-text

 {
    color: var(--proj-gray);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    flex-grow: 1;
    text-align: center;
    font-family: 'Rubik';
    direction: ltr;
}
/* =========================================
   Meta Information
   ========================================= */
.wajdan_project .proj-card-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
    font-size: 0.85rem;
    color: var(--proj-gray);
}

.wajdan_project .proj-card-date,
.wajdan_project .proj-card-stat {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.wajdan_project .proj-card-date i,
.wajdan_project .proj-card-stat i {
    color: var(--proj-secondary);
    font-size: 0.8rem;
}
/* Slider Front Section - Base */
.sliderfront-section {
    position: relative;
    background-color: #111827;
    overflow: hidden;
    height: 600px;
}

/* Slider Container */
.sliderfrontpage .sliderfront-section__slider {
    position: relative;
    width: 100%;
    height: 100%;
}
.sliderfrontpage .item-image img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.sliderfrontpage .sliderfront-section__slide--active {
    opacity: 1;
    z-index: 10;
    width: 100%;
}
.sliderfrontpage div#views_slideshow_cycle_teaser_section_news-block_2 {
    width: 100% !important;
}
.sliderfrontpage div#views_slideshow_cycle_div_news-block_2_0 {
    width: 100% !important;
}
.sliderfrontpage div#views_slideshow_cycle_div_news-block_2_1 {
    width: 100% !important;
}
.sliderfrontpage div#views_slideshow_cycle_div_news-block_2_2 {
    width: 100% !important;
}
.sliderfrontpage div#views_slideshow_cycle_div_news-block_2_3 {
    width: 100% !important;
}
.sliderfrontpage div#views_slideshow_cycle_div_news-block_2_4{
    width: 100% !important;
}
.sliderfrontpage.sliderfrontpage .sliderfront-section {
        height: 700px;
        width: 100%;
        float: right;
    }

.sliderfrontpage .sliderfront-section__slider {
    position: relative;
    width: 100%;
    height: 100%;
}
.sliderfrontpage .item-image {
    width: 100%;
}

.sliderfront-section__slide--active {
    opacity: 1;
    z-index: 10;
}

/* Slide Image */
.sliderfront-section__slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    transition: transform 8s ease;
}

.sliderfront-section__slide--active .sliderfront-section__slide-image {
    animation: sliderfrontImageZoom 20s linear infinite alternate;
}

@keyframes sliderfrontImageZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}

/* Slide Overlay */
.sliderfront-section__slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
    z-index: 1;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(to left, rgba(109, 36, 53, 0.9), rgba(109, 36, 53, 0.6), transparent);
    z-index: 2;
}

/* Slide Content */
.sliderfront-section__slide-content {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.95);
    padding: 32px;
    border-radius: 16px;
    max-width: 32rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-right: 8px solid #FAB74D;
    backdrop-filter: blur(4px);
    z-index: 2;
    opacity: 1;
    transform: translateY(-50%) translateX(20px);
    transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
	font-family: Rubik, sans-serif;
    direction: rtl;
}

.sliderfront-section__slide--active .sliderfront-section__slide-content {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

/* Slide Category */
.sliderfront-section__slide-category {
    color: #FAB74D;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sliderfront-section__slide:nth-child(2) .sliderfront-section__slide-category {
    color: #617f67;
}

.sliderfront-section__slide:nth-child(3) .sliderfront-section__slide-category {
    color: #dc2626;
}

/* Slide Icon */
.sliderfront-section__slide-icon {
    font-size: 16px;
}

/* Slide Title */
.sliderfront-section__slide-title {
    font-size: 30px !important;
    font-weight: bold;
    color: #282828;
    margin-bottom: 16px;
    line-height: 1.25;
    font-family: Rubik, sans-serif;
}

/* Slide Description */
.sliderfront-section__slide-description {
    color: #4b5563;
    margin-bottom: 32px;
    line-height: 1.625;
    font-size: 18px;
}

/* Slide Button Base */
.sliderfront-section__slide-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #684685;
    color: white;
    padding: 12px 32px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.sliderfront-section__slide-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.sliderfrontpage .views-slideshow-controls-bottom.clearfix {
    bottom: 30px;
    position: relative;
    z-index: 10;
}

.sliderfrontpage .views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active {
    background: #fff;
    cursor: default;
}

.sliderfrontpage .views-slideshow-controls-bottom .views-slideshow-pager-bullets li
 {
    text-indent: -9999px;
    cursor: pointer;
    display: inline-block;
    border-radius: 6px;
    padding: 0 6px;
    background: #FAB74D;
    margin: 0.4em;
    line-height: 12px;
}

/* Button Variants */
.sliderfront-section__slide-button--education {
    background-color: #617f67;
}

.sliderfront-section__slide-button--education:hover {
    background-color: #FAB74D;
    border-color: #FAB74D;
	color: #fff;
}

.sliderfront-section__slide-button--shelter {
    background-color: #617f67;
}

.sliderfront-section__slide-button--shelter:hover {
    background-color: #4f6b55;
    border-color: #94d3a2;
}

.sliderfront-section__slide-button--medical {
    background-color: #dc2626;
}

.sliderfront-section__slide-button--medical:hover {
    background-color: #b91c1c;
    border-color: #fca5a5;
}

/* Button Icon */
.sliderfront-section__button-icon {
    transition: transform 0.3s ease;
}

.sliderfront-section__slide-button:hover .sliderfront-section__button-icon {
    transform: translateX(-4px);
}

/* Navigation Controls */
.sliderfront-section__controls {
    position: absolute;
    bottom: 40px;
    left: 40px;
    display: flex;
    gap: 16px;
    z-index: 20;
}

/* Control Buttons */
.sliderfront-section__control {
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    border: 2px solid white;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
}

.sliderfront-section__control:hover {
    background: white;
    color: #684685;
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

/* Pagination */
.sliderfront-section__pagination {
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: flex;
    gap: 8px;
    z-index: 20;
}

/* Pagination Dots */
.sliderfront-section__pagination-dot {
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 9999px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}


.sliderfront-section__pagination-dot:hover {
    opacity: 0.8;
    transform: scale(1.2);
}

.sliderfront-section__pagination-dot--active {
    opacity: 1;
    transform: scale(1.2);
    background-color: #FAB74D;
}

/* Responsive Design */
@media (min-width: 768px) {
    .sliderfront-section {
        height: 650px;
    }
    
    .sliderfront-section__slide-content {
        right: 40px;
        padding: 40px;
        max-width: 36rem;
    }
    
    .sliderfront-section__slide-title {
        font-size: 36px;
    }
    
    .sliderfront-section__slide-description {
        font-size: 20px;
    }
    
    .sliderfront-section__slide-button {
        padding: 14px 40px;
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .sliderfront-section {
        height: 700px;
    }
    
    .sliderfront-section__slide-content {
        right: 80px;
        max-width: 50%;
    }
    
    .sliderfront-section__controls {
        left: 80px;
    }
    
    .sliderfront-section__pagination {
        right: 80px;
    }
    
    .sliderfront-section__slide-title {
        font-size: 42px;
    }
    
    .sliderfront-section__slide-description {
        font-size: 22px;
    }
}

@media (max-width: 640px) {
    .sliderfront-section {
        height: 500px;
    }
    
    .sliderfront-section__slide-content {
        right: 12px;
        left: 12px;
        padding: 24px;
        max-width: none;
        border-right-width: 6px;
    }
    
    .sliderfront-section__slide-title {
        font-size: 24px;
    }
    
    .sliderfront-section__slide-description {
        font-size: 16px;
        margin-bottom: 24px;
    }
    
    .sliderfront-section__slide-button {
        padding: 10px 24px;
        font-size: 16px;
        width: 100%;
        justify-content: center;
    }
    
    .sliderfront-section__controls {
        bottom: 20px;
        left: 20px;
    }
    
    .sliderfront-section__control {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    
    .sliderfront-section__pagination {
        bottom: 20px;
        right: 20px;
    }
    
    .sliderfront-section__pagination-dot {
        width: 10px;
        height: 10px;
    }
}

/* Autoplay Progress Bar */
.sliderfront-section__progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 20;
    overflow: hidden;
}

.sliderfront-section__progress-bar {
    height: 100%;
    background: #FAB74D;
    width: 0%;
    transition: width 0.1s linear;
}

/* Slide Content Animation Variations */
.sliderfront-section__slide:nth-child(1) .sliderfront-section__slide-content {
    border-right-color: #617f67;
}

.sliderfront-section__slide:nth-child(2) .sliderfront-section__slide-content {
    border-right-color: #617f67;
}

.sliderfront-section__slide:nth-child(3) .sliderfront-section__slide-content {
    border-right-color: #617f67;
}

/* Focus States for Accessibility */
.sliderfront-section__control:focus,
.sliderfront-section__pagination-dot:focus,
.sliderfront-section__slide-button:focus {
    outline: 2px solid #FAB74D;
    outline-offset: 2px;
}

.sliderfront-section__control:focus:not(:focus-visible),
.sliderfront-section__pagination-dot:focus:not(:focus-visible),
.sliderfront-section__slide-button:focus:not(:focus-visible) {
    outline: none;
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .sliderfront-section__slide,
    .sliderfront-section__slide-image,
    .sliderfront-section__slide-content,
    .sliderfront-section__control,
    .sliderfront-section__pagination-dot,
    .sliderfront-section__slide-button {
        transition: none;
        animation: none;
    }
    
    .sliderfront-section__slide--active .sliderfront-section__slide-image {
        animation: none;
    }
    
    .sliderfront-section__slide-content {
        opacity: 1;
        transform: translateY(-50%);
    }
}
/* =========================================
   Action Buttons
   ========================================= */
.wajdan_project .proj-card-actions {
   isplay: block;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-right: auto;
    margin-left: auto;
}

.wajdan_project .proj-btn-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--proj-primary);
    font-weight: 600;
    text-decoration: none;
    padding: 0.8rem 1rem;
    border-radius: 50px;
    transition: all 0.3s;
    border: 2px solid transparent;
	font-size: 1rem;
    background: #f3b24b;
	color:#fff;
	font-family: Rubik, sans-serif;
}
.newsfront p.projects-section__subtitle {
    font-family: Rubik, sans-serif;
    font-size: 22px;
    max-width: 40rem;
    margin-top: 20px;
}
.wajdan_project .proj-btn-link:hover {
     background: #f3b24b;
    color: white !important;
    transform: translateX(-5px);
}

.wajdan_project .proj-btn-link i {
    transition: transform 0.3s;
}

.wajdan_project .proj-btn-link:hover i {
    transform: translateX(-3px);
}

.wajdan_project .proj-card-donate {
    background: linear-gradient(135deg, var(--proj-primary), #8a2f45);
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 5px 15px rgba(109, 36, 53, 0.3);
}

.wajdan_project .proj-card-donate:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(109, 36, 53, 0.4);
    background: linear-gradient(135deg, #8a2f45, var(--proj-primary));
}

.wajdan_project .proj-card-donate:active {
    transform: translateY(-1px);
}

/* =========================================
   RTL Specific Adjustments
   ========================================= */
[dir="rtl"] .wajdan_project .proj-card-badge {
    left: auto;
    right: 20px;
    
    display: none;
}

[dir="rtl"] .wajdan_project .proj-card-status {
    right: auto;
    left: 20px;
}

[dir="rtl"] .wajdan_project .proj-card-place {
    right: auto;
    left: 20px;
    flex-direction: row-reverse;
}

[dir="rtl"] .wajdan_project .proj-btn-link:hover {
    transform: translateX(5px);
}

[dir="rtl"] .wajdan_project .proj-btn-link:hover i {
    transform: translateX(3px);
}

/* =========================================
   Responsive Design
   ========================================= */
@media (max-width: 768px) {
    .wajdan_project {
        margin-bottom: 1.5rem;
    }
    
    .wajdan_project .proj-card-img-wrap {
        height: 220px;
    }
    
    .wajdan_project .proj-card-content {
        padding: 1.5rem;
    }
    
    .wajdan_project .proj-card-title {
        font-size: 1.3rem;
    }
    
    .wajdan_project .proj-card-actions {
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .wajdan_project .proj-btn-link,
    .wajdan_project .proj-card-donate {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .wajdan_project .proj-card-img-wrap {
        height: 200px;
    }
    
    .wajdan_project .proj-card-content {
        padding: 1.2rem;
    }
    
    .wajdan_project .proj-card-meta {
        flex-direction: column;
        gap: 0.5rem;
    }
}

/* =========================================
   Grid Layout for Views
   ========================================= */
.wajdan_project.view-projects .views-row {
    margin-bottom: 2.5rem;
}

.wajdan_project .views-infinite-scroll-content-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2.5rem;
}

@media (max-width: 768px) {
    .wajdan_project .views-infinite-scroll-content-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 1.5rem;
    }
}

/* =========================================
   Empty State
   ========================================= */
.wajdan_project .view-empty {
    text-align: center;
    padding: 4rem 2rem;
    color: var(--proj-gray);
}

.wajdan_project .view-empty:before {
    content: "📋";
    font-size: 4rem;
    display: block;
    margin-bottom: 1rem;
}

/* =========================================
   Loading Animation for AJAX
   ========================================= */
.wajdan_project .ajax-progress {
    display: none !important;
}

.wajdan_project .views-row.loading {
    opacity: 0.6;
    position: relative;
}

.wajdan_project .views-row.loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid var(--proj-primary);
    border-radius: 50%;
    animation: wajdan_spin 1s linear infinite;
}

@keyframes wajdan_spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.backdrop-blur-sm.rounded-2xl p.text-sm.mt-2 {
    font-size: 1.2rem;
}
.mt-8.bg-white\/10.backdrop-blur-sm.rounded-2xl.p-6.max-w-md.zakat-reveal.zakat-delay-400.active {
    margin-right: auto;
    margin-left: auto;
}
h4.font-bold.text-xl.text-brand-primary.mb-4.flex.items-center.gap-3 {
    font-family: Rubik, sans-serif;
    font-size: 1.5rem;
    color: #684685;
}
h3.text-2xl.font-bold.text-brand-primary.mb-6.flex.items-center.gap-3 {
	font-family: Rubik, sans-serif;
    font-size: 1.5rem;
    color: #684685;
}
h4.font-bold.text-lg.text-brand-primary.mb-4.flex.items-center.gap-2{
	font-family: Rubik, sans-serif;
    font-size: 1.5rem;
    color: #684685;
}

.mt-8.p-6.bg-gradient-to-r.from-brand-beige\/20.to-white.rounded-2xl.border.border-brand-beige\/30 .text-sm.text-gray-600.mb-1 {
    font-size: 1.5rem;
    font-family: Rubik, sans-serif;
    padding-bottom: 10px;
    color: rgb(178 148 107 / var(--tw-text-opacity, 1));
}

.mt-8.p-6.bg-gradient-to-r.from-brand-beige\/20.to-white.rounded-2xl.border.border-brand-beige\/30  .text-xl {
    font-size: 1.4rem;
    line-height: 1.75rem;
	color: #684685;
}

.zakat-result-box h3.text-2xl.font-bold.mb-8.flex.items-center.justify-center.gap-4 {
    font-size: 2.2rem;
    font-family: Rubik, sans-serif;
    color: #fff;
}

.zakat-result-box .text-sm {
    font-size: 1.3rem;
    line-height: 1.25rem;
    color: #fff;
    font-family: Rubik, sans-serif;
	padding:5px;
}

.zakat-result-box .text-xs {
    font-size: 1.2rem;
    line-height: 2rem;
}
/* --- Floating Logo --- */
.alzakat .zakat-logo {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 1rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 100;
}

/* --- Segmented Tabs --- */
.alzakat .zakat-tab-container {
    background: linear-gradient(135deg, #f1f2f6 0%, #e8eaf1 100%);
    padding: 8px;
    border-radius: 18px;
    display: inline-flex;
    gap: 6px;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.alzakat .zakat-tab-btn {
    flex: 1;
    padding: 16px 20px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    color: #636e72;
    position: relative;
    overflow: hidden;
	font-family: Rubik, sans-serif;
    font-size: 1.4rem;
}


/* --- Zakat Page Base --- */
.alzakat .zakat-page {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    background: linear-gradient(135deg, #f9fafb 0%, #f2f4f8 100%);
    color: #2d3436;
}



/* --- Hero Section --- */
.alzakat .zakat-hero {
    position: relative;
    height: 500px;
    background-color: #684685;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alzakat .zakat-hero-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    filter: brightness(0.7) saturate(1.2);
    transition: transform 15s ease-out;
}

.alzakat .zakat-hero:hover .zakat-hero-img {
    transform: scale(1);
}

.alzakat .zakat-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(109, 36, 53, 0.95) 0%,
        rgba(109, 36, 53, 0.75) 50%,
        rgba(0, 0, 0, 0.4) 100%);
    display: flex;
    align-items: center;
}

.alzakat .zakat-hero-badge {
   text-transform: uppercase;
    font-size: 0.9rem;
    background-color: rgba(178, 148, 107, 0.8);
    backdrop-filter: blur(4px);
    color: white;
    padding: 0.25rem 1rem;
    border-radius: 9999px;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
    font-family: Rubik, sans-serif;
}

.alzakat .zakat-hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    color: white;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
    color: white;
    line-height: 1.2;
    font-family: Rubik, sans-serif;
    margin-top: 12.5px;
}

.alzakat .zakat-hero-divider {
     height: 5px;
    width: 100px;
    background: #FAB74D;
    border-radius: 10px;
    margin: 1rem 0 2rem 0;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20.5px;
}

.alzakat .zakat-tab-btn.active {
    background: white;
    color: #684685;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
	font-family: Rubik, sans-serif;
    font-size: 1.4rem;
}


.alzakat label.mb-3.block {
    font-size: 1.5rem;
    padding-bottom: 10px;
    font-family: Rubik, sans-serif;
}


.alzakat .zakat-tab-btn.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #FAB74D;
    border-radius: 2px;
}

/* --- Cards & Inputs --- */
.alzakat .zakat-glass-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 32px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: 3rem;
}

.alzakat .zakat-input-wrapper {
    position: relative;
    background: white;
    border: 2px solid #eef0f2;
    border-radius: 20px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.alzakat .zakat-input-wrapper:focus-within {
    border-color: #FAB74D;
    box-shadow: 0 0 0 4px rgba(178, 148, 107, 0.1);
    transform: translateY(-2px);
}

.alzakat .zakat-input-wrapper input,
.alzakat .zakat-input-wrapper select {
    width: 100%;
    padding: 1.25rem 3.5rem 1.25rem 1.5rem;
    border: none;
    outline: none;
    background: transparent;
    font-size: 1.4rem;
    font-weight: 700;
    color: #684685;
}

.zakat-hero .max-w-3xl {
    max-width: 60rem;
    margin-right: auto;
    margin-left: auto;
	    font-family: Rubik, sans-serif;
		    text-align: center;
}

.alzakat .zakat-input-group p.text-sm {
    font-size: 1.2rem;
    padding-top: 8px;
}

.alzakat .zakat-input-wrapper .zakat-icon {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: #b2bec3;
    font-size: 1.2rem;
    transition: color 0.3s;
}

.alzakat .zakat-input-wrapper:focus-within .zakat-icon {
    color: #FAB74D;
}

/* --- Result Box --- */
.alzakat .zakat-result-box {
    background: #5a1c2a;
    border-radius: 32px;
    padding: 3rem 2rem;
    color: white;
    text-align: center;
    position: relative;
    z-index: 10;
    box-shadow: 0 30px 60px -15px rgba(109, 36, 53, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.alzakat .zakat-result-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    z-index: -1;
}

.alzakat .zakat-result-stat-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s;
    backdrop-filter: blur(10px);
}

.alzakat .zakat-result-stat-card:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

.alzakat .zakat-amount-display {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
    margin: 1.5rem 0;
    background: linear-gradient(to bottom, #ffffff 30%, #FAB74D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
}

/* --- Charity Grid --- */
.alzakat .zakat-charity-card {
    background: white;
    padding: 2rem;
    border-radius: 24px;
    border: 1px solid #f0f2f5;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.alzakat .zakat-charity-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: #FAB74D;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}
.alzakat .text-brand-secondary {
    --tw-text-opacity: 1;
    color: rgb(178 148 107 / var(--tw-text-opacity, 1));
}

.alzakat .text-2xl
Specificity: (0,1,0)
 {
    font-size: 1.5rem;
    line-height: 2rem;
}
.alzakat .zakat-charity-card:hover::before {
    transform: translateX(0);
}

.alzakat .zakat-charity-card:hover {
    transform: translateY(-8px);
    border-color: #FAB74D;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.alzakat .zakat-charity-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #fff9f0 0%, #f8f1e6 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #FAB74D;
    margin-bottom: 1.5rem;
    transition: all 0.3s;
}

.alzakat .zakat-charity-card:hover .zakat-charity-icon {
    background: linear-gradient(135deg, #FAB74D 0%, #d4b17e 100%);
    color: white;
    transform: rotate(10deg) scale(1.1);
}

/* --- Donation Basket --- */
.alzakat .zakat-donation-basket {
    background: white;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f2f5;
    margin-top: 2rem;
}

.alzakat .zakat-basket-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #f0f2f5;
    transition: all 0.2s;
}

.alzakat .zakat-basket-item:hover {
    background: #f9fafb;
}

/* --- Reveal Animation --- */
.alzakat .zakat-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s cubic-bezier(0.2, 0, 0.2, 1);
}

.alzakat .zakat-reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.alzakat .zakat-delay-100 { transition-delay: 0.1s; }
.alzakat .zakat-delay-200 { transition-delay: 0.2s; }
.alzakat .zakat-delay-300 { transition-delay: 0.3s; }

/* --- Progress Bar --- */
.alzakat .zakat-progress-bar {
    height: 8px;
    background: #eef0f2;
    border-radius: 4px;
    overflow: hidden;
    margin: 1rem 0;
}
.flex1.items-center.gap-4 {
    display: -webkit-box;
}
.alzakat .topbar .gap-4 {
    gap: 0rem;
}

.alzakat .zakat-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #FAB74D, var(--brand-green));
    border-radius: 4px;
    transition: width 0.5s ease;
}

/* --- Floating Animation --- */
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.alzakat .floating {
    animation: float 6s ease-in-out infinite;
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    .alzakat .zakat-hero { height: 400px; }
    .alzakat .zakat-hero-title { font-size: 2.5rem; }
    .alzakat .zakat-glass-card { padding: 2rem; }
    .alzakat .zakat-amount-display { font-size: 3rem; }
}

/* --- Hidden Helper --- */
.alzakat .zakat-hidden {
    display: none !important;
}

.alzakat .zakat-fade-in {
    animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
/* =========================================
   Additional Wajdan Specific Styles
   ========================================= */

/* Hover effect on entire card */
.wajdan_project:hover {
    z-index: 10;
}

/* Staggered animation delay for multiple cards */
.wajdan_project:nth-child(1) .proj-card { animation-delay: 0.1s; }
.wajdan_project:nth-child(2) .proj-card { animation-delay: 0.2s; }
.wajdan_project:nth-child(3) .proj-card { animation-delay: 0.3s; }
.wajdan_project:nth-child(4) .proj-card { animation-delay: 0.4s; }
.wajdan_project:nth-child(5) .proj-card { animation-delay: 0.5s; }
.wajdan_project:nth-child(6) .proj-card { animation-delay: 0.6s; }

/* Print Styles */
@media print {
    .wajdan_project {
        break-inside: avoid;
    }
    
    .wajdan_project .proj-card {
        box-shadow: none;
        border: 1px solid #ddd;
    }
    
    .wajdan_project .proj-card-actions {
        display: none;
    }
    
    .wajdan_project .proj-card-overlay {
        display: none;
    }
}

/* Accessibility Enhancements */
.wajdan_project .proj-card:focus-within {
    outline: 3px solid var(--proj-primary);
    outline-offset: 3px;
}

.wajdan_project .proj-btn-link:focus,
.wajdan_project .proj-card-donate:focus {
    outline: 2px solid var(--proj-secondary);
    outline-offset: 2px;
}
.node--type-project .post-block
 {
    background: #fff;
    direction: rtl;
    text-align: right;
    color: #4b5563;
    line-height: 30px !important;
    font-family: Rubik, sans-serif;
}
.node--type-project .help.gav-help-region .container {
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 1rem;
}

.node--type-project div#content .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0rem;
}
.node--type-project section.detail-content.section-std {
    width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 4rem;
}

/* Team Member Image */
.team-member-image {
  overflow: hidden;
  height: 320px;
}

.team-member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.team-member:hover .team-member-image img {
  transform: scale(1.05);
}

/* Team Member Info */
.team-member-info {
  padding: 25px;
  text-align: center;
}

.team-member-name {
  margin: 0 0 8px 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
}

.team-member-position {
  margin: 0 0 20px 0;
  color: #666;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.4;
}

/* Social Media Icons */
.team-member-social {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon:hover {
  transform: translateY(-2px);
}

.social-icon.facebook:hover {
  background: #1877f2;
  color: white;
}

.social-icon.twitter:hover {
  background: #1da1f2;
  color: white;
}

.social-icon.linkedin:hover {
  background: #0077b5;
  color: white;
}

.social-icon.google:hover {
  background: #db4437;
  color: white;
}

.social-icon svg {
  width: 20px;
  height: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .view-team-members {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 15px;
  }
  
  .team-member-info {
    padding: 20px;
  }
  
  .team-member-name {
    font-size: 1.2rem;
  }
  
  .team-member-image {
    height: 280px;
  }
}

@media (max-width: 480px) {
  .view-team-members {
    grid-template-columns: 1fr;
  }
  
  .team-member-social {
    gap: 12px;
  }
  
  .social-icon {
    width: 36px;
    height: 36px;
  }
  
  .social-icon svg {
    width: 18px;
    height: 18px;
  }
}

.team-block {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-bottom: 85px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
.team-block .team-image {
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background: #fff;
}
.team-block .team-image .item-image {
  position: relative;
}
.team-block .team-image .item-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.team-block .team-content {
  background: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -38px;
  z-index: 9;
  -webkit-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
  -moz-transition: all 0.45s;
  -ms-transition: all 0.45s;
}
.team-block .team-content .team-name {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  padding: 20px 20px 0;
}
.team-block .team-content .team-job {
  font-size: 13px;
  color: #808080;
  padding: 0 20px 15px;
}
.team-block .team-content .socials-team {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 9;
  width: auto;
  padding: 5px 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  text-align: center;
  background: #684685;
}
.team-block .team-content .socials-team a {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin: 0 8px;
}
.team-block .team-content .socials-team a:hover, .team-block .team-content .socials-team a:focus, .team-block .team-content .socials-team a:active {
  color: #fff;
}
.team-block:hover .team-image .item-image:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.team-block:hover .team-content {
  bottom: 0;
}
.team-block:hover .team-content .socials-team {
  opacity: 1;
  filter: alpha(opacity=100);
}

.team-list .team-block .team-image {
  width: 35%;
  float: left;
}
.team-list .team-block .team-content {
  padding-left: 30px;
  width: 65%;
  float: left;
}
.team-list .team-block .team-content .team-body {
  display: block !important;
  visibility: visible !important;
  padding: 10px 0;
}

.post-slider.post-block {
  position: relative;
}
.post-slider.post-block .post-inner {
  position: relative;
}
.post-slider.post-block .post-inner:after {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.post-slider.post-block .post-meta-wrap {
  width: 100%;
  padding: 30px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
@media (max-width: 991px) {
  .post-slider.post-block .post-meta-wrap {
    padding: 20px;
  }
}
.post-slider.post-block .post-meta-wrap .post-title {
  padding: 0 0 2px;
}
.post-slider.post-block .post-meta-wrap .post-title a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 991px) {
  .post-slider.post-block .post-meta-wrap .post-title a {
    font-size: 15px;
  }
}
.post-slider.post-block .post-meta-wrap .post-title a:hover {
  color: #684685 !important;
}
.post-slider.post-block .post-body {
  margin-top: 0;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 991px) {
  .post-slider.post-block .post-body {
    display: none;
  }
}
.post-slider.post-block .post-meta {
  color: #fff;
}
.post-slider.post-block .post-categories {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.post-slider.post-block .post-categories a {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  background: #684685;
  padding: 2px 10px;
}

.no-margin {
  margin: 0 !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-50 {
  padding: 50px !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}
@media (max-width: 991px) {
  .padding-bottom-100 {
    padding-bottom: 30px !important;
  }
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.width-100 {
  max-width: 100px !important;
  margin: 0 auto;
}

.width-200 {
  max-width: 200px !important;
  margin: 0 auto;
}

.width-300 {
  max-width: 300px !important;
  margin: 0 auto;
}

.width-400 {
  max-width: 400px !important;
  margin: 0 auto;
}

.width-500 {
  max-width: 500px !important;
  margin: 0 auto;
}

.width-600 {
  max-width: 600px !important;
  margin: 0 auto;
}

.width-700 {
  max-width: 700px !important;
  margin: 0 auto;
}

.width-800 {
  max-width: 800px !important;
  margin: 0 auto;
}

.width-900 {
  max-width: 900px !important;
  margin: 0 auto;
}

.width-950 {
  max-width: 950px !important;
  margin: 0 auto;
}

.width-1000 {
  max-width: 1000px !important;
  margin: 0 auto;
}

.radius-1x {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.radius-2x {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.radius-5x {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.border-1 {
  border: 1px solid #684685;
}

.border-2 {
  border: 2px solid #684685;
}

.border-3 {
  border: 3px solid #684685;
}

.border-4 {
  border: 4px solid #684685;
}

.border-5 {
  border: 5px solid #684685;
}

.text-light .border-1, .text-light .border-2, .text-light .border-3, .text-light .border-4, .text-light .border-5 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

.padding-responsive {
  padding: 30px 120px;
}
@media (max-width: 991px) {
  .padding-responsive {
    padding: 30px;
  }
}

.special-margin-top {
  margin-top: -100px;
}
@media (max-width: 991px) {
  .special-margin-top {
    margin-top: 30px;
  }
}

.margin-top-contact {
  margin-top: -100px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .margin-top-contact {
    margin-top: 30px;
    padding-bottom: 45px;
  }
}

.padding-lr-15p {
  padding-left: 15%;
  padding-right: 15%;
}
@media (max-width: 991px) {
  .padding-lr-15p {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.overflow-visible {
  overflow: visible !important;
}

.float-left {
  float: left;
}

.no-bg {
  background-color: transparent !important;
}

.col-no-padding div[class*="col-"] {
  padding: 0 !important;
}

.p-static {
  position: static !important;
}

.p-relative {
  position: relative !important;
}

.bg-theme {
  background: #684685;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #333333;
}

.youtube-bg {
  position: relative;
  z-index: 9;
}
.youtube-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 9;
}
.youtube-bg .bb-inner {
  position: relative;
  z-index: 99;
}

.ui-widget-content {
  color: #191b1c;
}

.text-normal {
  font-size: 15px;
}

.text-size-medium {
  font-size: 30px;
  line-height: 50px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .text-size-medium {
    font-size: 20px;
    line-height: 32px;
  }
}

.text-size-big {
  font-size: 42px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .text-size-big {
    font-size: 30px;
    line-height: 38px;
  }
}

.text-size-big {
  font-size: 36px;
}
@media (max-width: 991px) {
  .text-size-big {
    font-size: 20px;
  }
}

.text-black {
  color: #000 !important;
}

.text-white {
  color: #fff !important;
}

.text-theme {
  color: #684685 !important;
}

.gavias-parallax {
  background-attachment: fixed !important;
}
@media (max-width: 767px) {
  .gavias-parallax {
    background-attachment: scroll !important;
  }
}
.gavias-parallax.fp-section {
  background-attachment: scroll !important;
}

.socials {
  display: inline-block;
  text-align: right;
  width: 100%;
}
.socials a {
  color: #191b1c;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  margin-left: 12px;
  font-size: 14px;
}
.socials a:last-child {
  margin-right: 0;
}
.socials a:hover, .socials a:focus, .socials a:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.socials a i {
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}
.socials a i.fa-facebook-square, .socials a i.fa-facebook {
  background: #3b5998;
}
.socials a i.fa-twitter, .socials a i.fa-twitter-square {
  background: #4099ff;
}
.socials a i.fa-skype {
  background: #12a5f4;
}
.socials a i.fa-dribbble {
  background: #ea4c89;
}
.socials a i.fa-linkedin-square, .socials a i.fa-linkedin {
  background: #0e76a8;
}
.socials a i.fa-apple {
  background: #f2f2f2;
}
.socials a i.fa-pinterest {
  background: #c92228;
}
.socials a i.fa-google-plus-square, .socials a i.fa-google-plus {
  background: #d34836;
}
.socials a i.fa-youtube-square, .socials a i.fa-youtube {
  background: #c4302b;
}
.socials a i.fa-vimeo-square, .socials a i.fa-vimeo {
  background: #4ebbff;
}
.socials a i.fa-tumblr-square, .socials a i.fa-tumblr {
  background: #35465c;
}
.socials a i.fa-xing-square, .socials a i.fa-xing {
  background: #126567;
}
.socials a i.fa-instagram {
  background: #e8e2d9;
}

.post-masonry-style > div, .isotope-items > div {
  margin-left: -1px;
  -webkit-transform: translateX(1px);
  -ms-transform: translateX(1px);
  -o-transform: translateX(1px);
  transform: translateX(1px);
}

.nav-tabs > li > a {
  font-weight: 600;
  color: #000;
  padding: 8px 18px !important;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  background: none;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
}
.nav-tabs > li > a i {
  margin-right: 5px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
  color: #684685;
}
.nav-tabs > li.active > a, .nav-tabs > li > a.active {
  color: #684685;
}

.box-quick-link ul {
  padding: 0;
  margin: 0;
}
.box-quick-link ul > li {
  width: 46%;
  height: 70px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
  list-style: none;
  text-align: center;
  margin-bottom: 8%;
}
.box-quick-link ul > li:nth-child(2n) {
  margin-left: 4%;
}
.box-quick-link ul > li:nth-child(2n+1) {
  margin-right: 4%;
}
.box-quick-link ul > li a {
  font-weight: 600;
  font-size: 13px;
  display: block;
  line-height: 1.8;
  padding-top: 12px;
}
.box-quick-link ul > li a i {
  display: block;
  font-size: 23px;
  color: #777777;
}
.box-quick-link ul > li a:hover {
  color: #fff;
}
.box-quick-link ul > li a:hover i {
  color: #fff;
}
.box-quick-link ul > li:hover {
  background-color: #555555;
}
.box-quick-link ul > li:hover * {
  color: #fff;
}

.init-carousel-owl {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.init-carousel-owl .owl-item > .item {
  padding-left: 15px;
  padding-right: 15px;
}
.init-carousel-owl.carousel-no-padding, .init-carousel-owl.no-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.init-carousel-owl.carousel-no-padding .owl-item > .item, .init-carousel-owl.no-padding .owl-item > .item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.init-carousel-owl[data-items*="1"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.init-carousel-owl[data-items*="1"] .owl-item > .item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

div.error {
  background-repeat: no-repeat !important;
  background-image: none !important;
}

.owl-carousel {
  background: none !important;
  position: relative;
  max-height: 200px;
}
.owl-carousel .item {
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.owl-carousel .owl-stage-outer .item {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.owl-carousel.owl-loaded {
  max-height: none;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.owl-carousel .owl-controls {
  margin: 0;
}
.owl-carousel .owl-controls .owl-pagination {
  position: relative;
  bottom: 10px;
  z-index: 9;
  display: inline-block;
  width: 100%;
  left: 0;
}
.owl-carousel .owl-controls .owl-pagination .owl-page span {
  background: #d6d6d6;
  width: 10px;
  height: 10px;
}
.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  background: #869791;
}
.owl-carousel .owl-dots {
  margin-top: 0;
  text-align: center;
  float: left;
  width: 100%;
}
.owl-carousel .owl-dots .owl-dot {
  width: 16px;
  height: 6px;
  background: #ADB2B5;
  -webkit-transition: background 0.35s;
  -o-transition: background 0.35s;
  transition: background 0.35s;
  -moz-transition: background 0.35s;
  -ms-transition: background 0.35s;
  display: inline-block;
  margin: 0 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #684685;
}
.owl-carousel .owl-nav {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
}
.owl-carousel .owl-nav > div {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  color: #191b1c !important;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 0;
  background: #F6F6F6;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.owl-carousel .owl-nav > div:hover {
  background: #684685;
}
.owl-carousel .owl-nav > div:hover i {
  color: #fff;
}
.owl-carousel .owl-nav > div.owl-prev {
  right: auto !important;
  left: 0 !important;
}
.owl-carousel .owl-nav > div.owl-next {
  left: auto !important;
  right: 0 !important;
}
.owl-carousel:hover .owl-nav {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #fff;
}
.owl-carousel:hover .owl-nav .owl-next {
  margin-left: 30px;
}
.owl-carousel:hover .owl-nav .owl-prev {
  margin-right: 30px;
}

html[lang="en"] .owl-carousel:hover .owl-nav .owl-next {
  margin-left: 10px;
}

html[lang="en"] .owl-carousel:hover .owl-nav .owl-prev {
  margin-right: 10px;
}

.owl-carousel.carousel-thumbnail.text.top {
  padding-top: 60px;
}
.owl-carousel.carousel-thumbnail.text.top .owl-dots {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 99;
  margin-top: 0;
}
.owl-carousel.carousel-thumbnail.text.top .owl-dots .owl-dot {
  width: auto;
  height: auto;
  background: none;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  margin: 0 10px;
  color: #000;
  font-weight: 600;
}
.owl-carousel.carousel-thumbnail.text.top .owl-dots .owl-dot.active {
  color: #684685;
}
.owl-carousel.carousel-thumbnail.text.vertical {
  padding-left: 25%;
}
.owl-carousel.carousel-thumbnail.text.vertical .owl-nav {
  display: none;
}
.owl-carousel.carousel-thumbnail.text.vertical .owl-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  z-index: 99;
  margin-top: 0;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .owl-carousel.carousel-thumbnail.text.vertical .owl-dots {
    width: 100%;
  }
}
.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot {
  width: 100%;
  display: block;
  text-align: left;
  background: none;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  background: #fff;
  padding: 25px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: auto;
  line-height: 1;
  position: relative;
}
.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 15px;
  width: 3px;
  background: #684685;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot:last-child {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot {
    display: inline-block;
    width: auto;
    text-align: center;
  }
}
.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot.active {
  color: #684685;
}
.owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot.active:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-carousel.pagination-right .owl-dots {
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: auto;
}
.owl-carousel.pagination-right .owl-dots .owl-dot {
  display: block;
  margin: 10px 0;
}
.owl-carousel.padding-left .owl-dots {
  float: left;
  width: auto;
  margin-top: 15px;
}
.owl-carousel.white .owl-dots .owl-dot {
  background: #AAABAC;
}
.owl-carousel.white .owl-dots .owl-dot.active {
  background: #fff;
}

.btn, .btn-white, .btn-theme, .btn-theme-second, .more-link a, .btn-theme-submit, input[type='submit'] {
  background: #684685;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-size: 14px;
  font-weight: 500;
  padding: 0 18px;
  position: relative;
  display: inline-block;
  line-height: 38px;
  z-index: 1;
  letter-spacing: 0.5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  border: none;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-theme:hover, .btn-theme:focus, .btn-theme:active, .btn-theme.active, .btn-theme-second:hover, .btn-theme-second:focus, .btn-theme-second:active, .btn-theme-second.active, .more-link a:hover, .more-link a:focus, .more-link a:active, .more-link a.active, .btn-theme-submit:hover, .btn-theme-submit:focus, .btn-theme-submit:active, .btn-theme-submit.active, input[type='submit']:hover, input[type='submit']:focus, input[type='submit']:active, input[type='submit'].active {
  color: #fff;
  background: #cc8500;
}

.more-link {
  text-align: center;
}

.btn-theme-second {
  background: #026BB0;
  color: #fff;
  -webkit-box-shadow: 0 5px 0 0 #014c7e;
  box-shadow: 0 5px 0 0 #014c7e;
}
.btn-theme-second:hover, .btn-theme-second:focus, .btn-theme-second:active {
  background: #014c7e;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-white {
  background: #fff;
  color: #684685;
  -webkit-box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.1);
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #684685;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-line {
  border: 2px solid #026BB0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-size: 14px;
  font-weight: 600;
  padding: 0 18px;
  position: relative;
  display: inline-block;
  line-height: 38px;
  z-index: 1;
  letter-spacing: 0.5px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.07);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.07);
}
.btn-line:hover, .btn-line:focus, .btn-line:active, .btn-line.active {
  background: #684685;
  color: #000;
  border-color: #684685;
}

.user-login-form input[type*='submit'], .user-register-form input[type*='submit'], .user-form input[type*='submit'], .user-pass input[type*='submit'] {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  background: #684685;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 15px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: 1px solid transparent;
  margin-top: 10px;
}
.user-login-form input[type*='submit']:hover, .user-login-form input[type*='submit']:focus, .user-login-form input[type*='submit']:active, .user-register-form input[type*='submit']:hover, .user-register-form input[type*='submit']:focus, .user-register-form input[type*='submit']:active, .user-form input[type*='submit']:hover, .user-form input[type*='submit']:focus, .user-form input[type*='submit']:active, .user-pass input[type*='submit']:hover, .user-pass input[type*='submit']:focus, .user-pass input[type*='submit']:active {
  background: #fff;
  color: #000;
  border-color: #684685;
}

/*************** Easy PieChart ***************/
.easyPieChart {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  text-align: center;
  display: inline-block;
}
.easyPieChart:last-child {
  margin-right: 0;
}
.easyPieChart span {
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/*************** Progress Bars ***************/
.progress-label {
  font-size: 14px;
  color: #684685;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin-bottom: 2px;
  letter-spacing: 1px;
      font-family: Rubik, sans-serif;
}

.progress {
  height: 7px !important;
  background-color: #BCBCBC !important;
  position: relative;
  overflow: visible !important;
}
.progress .progress-bar {
  -webkit-transition: width 2s ease-in-out;
  -o-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out;
  -moz-transition: width 2s ease-in-out;
  -ms-transition: width 2s ease-in-out;
  text-align: right;
  line-height: 16px !important;
  background: #684685;
  position: relative;
}
.progress .progress-bar .percentage {
  position: relative;
  font-size: 14px !important;
  text-align: center;
  position: absolute;
  font-family: "Open Sans", sans-serif;
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  top: -40px;
  z-index: 9;
  color: #000 !important;
  background: #684685;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 3px 6px;
}
.progress .progress-bar .percentage:after {
  content: "";
  border: 4px solid transparent;
  border-top-color: #684685;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  z-index: 1;
}
.progress .progress-bar .percentage span {
  width: 20px;
  height: 20px;
  border: 4px solid #684685;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  right: 50%;
  margin-right: -10px;
  top: 33px;
}

/*************** Pricing Tables ***************/
.pricing-table {
  position: relative;
  background-color: #fff;
  top: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .pricing-table {
    margin-bottom: 35px;
  }
}
.pricing-table ul li {
  list-style: none;
}
.pricing-table .plan-name {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-weight: 600;
  padding: 15px 0 2px;
}
.pricing-table .plan-name .title {
  font-weight: 600;
  color: #000;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  line-height: 20px;
}
.pricing-table .content-wrap .plan-price {
  margin: 10px 0 10px;
}
.pricing-table .content-wrap .plan-price .price-value {
  display: inline-block;
}
.pricing-table .content-wrap .plan-price .price-value .dollar {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  line-height: 36px;
  float: left;
  color: #684685;
}
.pricing-table .content-wrap .plan-price .price-value .value {
  font-size: 40px;
  font-weight: 400;
  display: inline-block;
  line-height: 40px;
  float: left;
  font-family: "Poppins", sans-serif;
  color: #684685;
}
.pricing-table .content-wrap .plan-price .interval {
  margin-top: 18px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  position: relative;
  display: block;
  color: #7b7b7b;
  float: left;
}
.pricing-table .plan-list {
  padding: 0;
  text-align: left;
}
.pricing-table .plan-list ul {
  padding: 0;
}
.pricing-table .plan-list ul li {
  padding: 5px 0 5px 20px;
  font-size: 14px;
  list-style: none;
  position: relative;
}
.pricing-table .plan-list ul li:after {
  content: '\e901';
  font-family: "gva-icon";
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
  color: #684685;
  font-size: 12px;
}
.pricing-table .plan-list ul li.off {
  color: #bbb;
}
.pricing-table .plan-list ul li.off:after {
  content: '\e903';
  color: #bbb;
  font-size: 10px;
  top: 10px;
}
.pricing-table .plan-signup {
  margin-top: 30px;
}
.pricing-table .plan-signup a {
  width: 100%;
  text-align: center;
}
.pricing-table:hover {
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
}
.pricing-table.highlight-plan {
  -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
}
.pricing-table.highlight-plan .recommended-plan {
  background: #684685;
  color: #fff;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: -15px;
  left: 15px;
  right: 15px;
  width: auto;
  letter-spacing: 1px;
  padding: 3px 5px;
}
.pricing-table.highlight-plan .plan-name .title {
  color: #684685;
}

.panel {
  border: none !important;
  margin-top: 0 !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  background: #fff;
  padding: 15px;
}
.panel .panel-heading {
  background: none !important;
  padding: 0 !important;
}
.panel .panel-heading .panel-title {
  font-size: 14px;
  padding-right: 20px;
}
.panel .panel-heading .panel-title > a {
  display: block;
  letter-spacing: 0;
  color: #000;
  position: relative;
  background: #fff;
  line-height: 28px;
  font-weight: 600;
}
.panel .panel-heading .panel-title > a:after {
  content: "\f067";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 15px;
  top: 0;
  right: -20px;
  z-index: 1;
  color: #684685;
  font-weight: 400;
}
.panel .panel-heading .panel-title > a.collapsed:after {
  content: "\f068";
}
.panel .panel-body {
  border: none !important;
  line-height: 28px;
  padding: 10px 30px 0;
}

.dropcap {
  display: block;
  float: left;
  font-size: 40px;
  line-height: 34px;
  color: #444;
  margin: 6px 8px 0 0;
}
.dropcap.border-dropcap {
  border: 2px solid #444;
  width: 46px;
  height: 46px;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin: 8px 12px 0 0;
}
.dropcap.bg-dropcap {
  background-color: #444;
  color: #fff;
  width: 48px;
  height: 48px;
  font-size: 28px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin: 8px 12px 0 0;
}
.dropcap.circle-dropcap {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #444;
  width: 46px;
  height: 46px;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin: 8px 12px 0 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.rotate-text {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.rotate-text .primary-text {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  color: white;
  font-weight: 600;
}
.rotate-text .second-text {
  font-size: 16px;
  color: #fff;
}
.rotate-text .link {
  margin-top: 30px;
}

.info-contact > div {
  float: left;
  margin-right: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .info-contact > div {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  .info-contact > div {
    margin-right: 30px;
  }
}
.info-contact > div:last-child {
  margin-right: 0;
}
.info-contact > div .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  float: left;
  margin-right: 10px;
  line-height: 40px;
  color: #fff;
  background: #684685;
  text-align: center;
  margin-top: -7px;
}
.info-contact > div.phone .icon {
  background: #026BB0;
}
.info-contact > div.address .icon {
  background: #F49626;
}

/* This is required to win over specificity of #content h2 */
.links .comment-add {
  display: none;
}

#node-single-comment {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#node-single-comment h2 {
  margin-top: 30px;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  padding-left: 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid #E6E6E6;
}
#node-single-comment h2:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  background: #684685;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  left: 0;
  top: 3px;
  z-index: 1;
}
#node-single-comment #comment-form .form-item {
  margin-bottom: 20px;
}
#node-single-comment #comment-form .form-item.js-form-type-textarea {
  margin: 0;
}
#node-single-comment #comment-form .form-item label {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  font-weight: 500;
  color: #000;
}
#node-single-comment #comment-form ul > li {
  list-style-type: none;
}
#node-single-comment input[type*='text'], #node-single-comment textarea {
  width: 100%;
}

.comment-wrapper h2.comment-form__title {
  margin-bottom: 1em;
}

.field-node--comment {
  font-size: 0.934em;
}

.comment {
  margin-bottom: 19px;
  vertical-align: top;
  display: table;
}

[dir="rtl"] .comment {
  direction: rtl;
}

.comment__meta {
  padding: 0 30px 0 0;
  /* LTR */
  font-size: 1.071em;
  width: 115px;
}
@media (max-width: 991px) {
  .comment__meta {
    width: 90px;
  }
}

[dir="rtl"] .comment__meta {
  padding: 0 0 0 30px;
}

.comment__attribution img {
  border: 1px solid #d3d7d9;
}

/* This is required to win over specificity of .field--type-image img */
.comment .field--name-user-picture img {
  margin: 0;
}

.comment__author .username {
  white-space: nowrap;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-size: 12px;
}

.comment__author {
  margin: 4px 0;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-size: 12px;
}

.comment__time {
  margin-bottom: 4px;
  color: #68696b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.733em;
  line-height: 1.2;
}

.comment__permalink {
  font-size: 0.733em;
  line-height: 1.2;
}

.comment__content {
  position: relative;
  display: table-cell;
  padding: 10px 25px 10px 25px;
  vertical-align: top;
  width: 100%;
  border: 1px solid #d3d7d9;
  font-size: 0.929em;
  line-height: 1.6;
  word-break: break-all;
}
.comment__content h3 a {
  font-size: 18px;
  font-weight: 500;
}
.comment__content .links.inline {
  margin-top: 10px;
}
.comment__content .links.inline > li {
  float: left;
}
.comment__content .links.inline > li a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

.comment__content:before {
  content: '';
  position: absolute;
  right: 100%;
  /* LTR */
  top: 20px;
  border-top: 20px solid transparent;
  border-right: 20px solid #d3d7d9;
  /* LTR */
  border-bottom: 20px solid transparent;
}

[dir="rtl"] .comment__content:before {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 20px solid #d3d7d9;
}

.comment__content:after {
  content: '';
  position: absolute;
  right: 100%;
  /* LTR */
  top: 20px;
  border-top: 20px solid transparent;
  border-right: 20px solid #fff;
  /* LTR */
  border-bottom: 20px solid transparent;
  margin-right: -1px;
  /* LTR */
}

[dir="rtl"] .comment__content:after {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 20px solid #fff;
  margin-right: 0;
  margin-left: -1px;
}

.comment__content h3 {
  margin-top: 0.94em;
  margin-bottom: 0.45em;
  font-size: 1.171em;
}

.comment__content nav {
  padding-top: 1px;
}

.indented {
  margin-left: 40px;
  /* LTR */
}

[dir="rtl"] .indented {
  margin-right: 40px;
  margin-left: 0;
}

.comment .links {
  padding: 0 0 0.25em 0;
}

.comment .links li {
  padding: 0 0.5em 0 0;
  /* LTR */
  font-size: 1.08em;
}

[dir="rtl"] .comment .links li {
  padding: 0 0 0 0.5em;
}

.comment--unpublished {
  margin-right: 5px;
  /* LTR */
  padding: 5px 2px 5px 5px;
  /* LTR */
  background: #fff4f4;
}

[dir="rtl"] .comment--unpublished {
  margin-left: 5px;
  margin-right: 0;
  padding: 5px 5px 5px 2px;
}

/**
 * @todo: unpublished nodes have class .node--unpublished.
 * change this to .comment--unpublished.
 */
.unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4;
}

.unpublished {
  padding: 20px 15px 0;
}

.comment-footer {
  display: table-row;
}

.comment--unpublished .comment__text:after,
.node--unpublished .comment__text:after {
  border-right-color: #fff4f4;
  /* LTR */
}

[dir="rtl"] .comment--unpublished .comment__content:after,
[dir="rtl"] .node--unpublished .comment__content:after {
  border-left-color: #fff4f4;
}

.form-control {
  box-shadow: none;
}

.search-region {
  position: absolute;
  right: 20px;
  top: 3px;
}

#user-login-form .form-item label {
  width: 100%;
}
#user-login-form .form-item input {
  width: 100%;
}
#user-login-form ul {
  width: 100%;
  padding: 10px 0 30px;
}
#user-login-form ul > li {
  width: 49%;
  float: left;
  text-align: center;
}
#user-login-form ul > li:first-child {
  margin-right: 2%;
}
#user-login-form ul > li a {
  width: 100%;
  display: inline-block;
  float: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 5px;
}

#user-login ul {
  margin: 0 0 5px;
}
#user-login ul li {
  margin: 0;
}
#user-login li.openid-link {
  background: none;
}

#search-form .panel {
  border: none;
  box-shadow: none;
}
#search-form .panel-default > .panel-heading {
  border-bottom: none;
}

.hide-label label {
  background: none;
  clip: rect(1px);
}

.exposed-filters .form-item {
  margin-bottom: 10px;
  margin-top: 0;
}

#article-admin-filter ul {
  padding: .5em 0;
}
#article-admin-filter ul li {
  list-style: none;
}

#edit-operation-wrapper select {
  margin: .5em;
}

div.resizable-textarea textarea {
  margin-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.search-advanced .criterion {
  float: none;
  margin: 0 5px;
}

#edit-keywords-fieldset .form-item:first-child {
  margin-top: 5px;
}

#user-admin-filter ul li {
  list-style: none;
}

.field-type-text-long fieldset {
  padding: 10px 0;
  border: rgba(0, 0, 0, 0.1);
}
.field-type-text-long fieldset .form-item {
  margin: 0;
  padding: 0 0 0 15px;
}

#comment-form label {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px;
}

#contact-site-form .form-checkbox {
  margin-left: 0;
}

#comment-form-wrapper .form-item label {
  min-width: 120px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

#search-block-form {
  position: relative;
}
#search-block-form input[type*="search"] {
  width: 100%;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 45px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #E3E5E6;
  padding: 0 10px;
}
#search-block-form input.form-submit {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  background: #684685;
  border: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  height: 45px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
#search-block-form input.form-submit:hover {
  background: #000 !important;
}

.contact-message-form {
  margin: 0 auto;
}
.contact-message-form div[id*="edit-name"], .contact-message-form div[id*="edit-mail"], .contact-message-form .js-form-item-mail {
  height: 45px;
  line-height: 45px;
  padding: 5px;
  border-bottom: 2px solid #CCCCCC;
}
.contact-message-form .form-item {
  margin-bottom: 30px;
  color: #191b1c;
}
.contact-message-form .form-item label {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
}
.contact-message-form .form-item #edit-copy {
  float: left;
  margin-right: 5px;
}
.contact-message-form .form-item input[type='text'], .contact-message-form .form-item input[type='email'], .contact-message-form .form-item textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #CCCCCC;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  height: 45px;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  padding-left: 5px;
}
.contact-message-form .form-item input[type='text']::-webkit-input-placeholder, .contact-message-form .form-item input[type='email']::-webkit-input-placeholder, .contact-message-form .form-item textarea::-webkit-input-placeholder {
  color: #191b1c;
  text-transform: capitalize;
}
.contact-message-form .form-item input[type='text']:-moz-placeholder, .contact-message-form .form-item input[type='email']:-moz-placeholder, .contact-message-form .form-item textarea:-moz-placeholder {
  color: #191b1c;
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}
.contact-message-form .form-item input[type='text']::-moz-placeholder, .contact-message-form .form-item input[type='email']::-moz-placeholder, .contact-message-form .form-item textarea::-moz-placeholder {
  color: #191b1c;
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}
.contact-message-form .form-item input[type='text']:-ms-input-placeholder, .contact-message-form .form-item input[type='email']:-ms-input-placeholder, .contact-message-form .form-item textarea:-ms-input-placeholder {
  color: #191b1c;
  text-transform: capitalize;
}
.contact-message-form .form-item textarea {
  height: 200px;
  padding-top: 15px;
}
@media (max-width: 991px) {
  .contact-message-form .form-item textarea {
    height: 120px;
  }
}
.contact-message-form .form-item-copy {
  margin-bottom: 10px !important;
}
.contact-message-form #edit-actions {
  width: 100%;
  text-align: center;
}
.contact-message-form #edit-actions:before, .contact-message-form #edit-actions:after {
  content: " ";
  display: table;
}
.contact-message-form #edit-actions:after {
  clear: both;
}
.contact-message-form #edit-preview {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  background: #684685;
  font-weight: 600;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: 45px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  margin-right: 20px;
}
.contact-message-form #edit-preview:hover {
  background: #000 !important;
}
.contact-message-form #edit-preview {
  display: none;
}

.text-light .contact-message-form #edit-name, .text-light .contact-message-form #edit-mail, .text-light .contact-message-form input[type='text'], .text-light .contact-message-form input[type='email'], .text-light .contact-message-form textarea {
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.text-light .contact-message-form #edit-name::-webkit-input-placeholder, .text-light .contact-message-form #edit-mail::-webkit-input-placeholder, .text-light .contact-message-form input[type='text']::-webkit-input-placeholder, .text-light .contact-message-form input[type='email']::-webkit-input-placeholder, .text-light .contact-message-form textarea::-webkit-input-placeholder {
  color: #fff;
  text-transform: capitalize;
}
.text-light .contact-message-form #edit-name:-moz-placeholder, .text-light .contact-message-form #edit-mail:-moz-placeholder, .text-light .contact-message-form input[type='text']:-moz-placeholder, .text-light .contact-message-form input[type='email']:-moz-placeholder, .text-light .contact-message-form textarea:-moz-placeholder {
  color: #fff;
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}
.text-light .contact-message-form #edit-name::-moz-placeholder, .text-light .contact-message-form #edit-mail::-moz-placeholder, .text-light .contact-message-form input[type='text']::-moz-placeholder, .text-light .contact-message-form input[type='email']::-moz-placeholder, .text-light .contact-message-form textarea::-moz-placeholder {
  color: #fff;
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}
.text-light .contact-message-form #edit-name:-ms-input-placeholder, .text-light .contact-message-form #edit-mail:-ms-input-placeholder, .text-light .contact-message-form input[type='text']:-ms-input-placeholder, .text-light .contact-message-form input[type='email']:-ms-input-placeholder, .text-light .contact-message-form textarea:-ms-input-placeholder {
  color: #fff;
  text-transform: capitalize;
}

.block-system .contact-message-form {
  margin-bottom: 60px;
}

#forum {
  width: 100%;
  position: relative;
  right: -1px;
}
#forum .name {
  font-weight: bold;
  font-size: 16px;
}
#forum table {
  width: 100%;
}
#forum tr.odd {
  background: #f5f5f5;
}
#forum tr.even td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#forum tr td.container {
  padding: 1em;
}
#forum tr.new-topics td.forum .name {
  background-image: url(../images/forum-default.png);
}
#forum thead th {
  background: #f5f5f5;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px;
}
#forum td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1em;
}
#forum td a:hover {
  text-decoration: none;
}
#forum td.topics {
  font-weight: bold;
  text-align: center;
  width: 9%;
}
#forum td.posts {
  text-align: center;
  width: 9%;
}
#forum td.replies {
  text-align: center;
}
#forum td.forum {
  padding: 0 1em;
  width: 44%;
  padding-top: 12px;
}
#forum td.forum .name {
  background-position: left 5px;
  background-repeat: no-repeat;
  line-height: 20px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
}
#forum td.forum .description {
  font-size: 14px;
  padding-left: 30px;
}
#forum td.title .submitted {
  font-size: 14px;
}
#forum td.icon {
  width: 5%;
}
#forum .icon div {
  background-image: url(../images/forum-icons.png);
  background-repeat: no-repeat;
  height: 24px;
  margin: 0 auto;
  width: 24px;
}
#forum .icon .topic-status-new {
  background-position: -24px 0;
}
#forum .icon .topic-status-hot {
  background-position: -48px 0;
}
#forum .icon .topic-status-hot-new {
  background-position: -72px 0;
}
#forum .icon .topic-status-sticky {
  background-position: -96px 0;
}
#forum .icon .topic-status-closed {
  background-position: -120px 0;
}

.page-forum #page-title {
  margin-bottom: 10px;
}
.page-forum ul.action-links {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.page-forum ul.action-links li {
  margin-left: 0;
}
.page-forum ul.action-links li a {
  line-height: 0;
  display: inline-block;
  border: none;
  padding: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}

.block {
  background: transparent;
  margin-bottom: 30px;
}
.block .block {
  margin-bottom: 0 !important;
}
.block .block-title {
  background: none;
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 8px;
  text-transform: capitalize;
}
.block .block-title:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background: #684685;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.block .block-title > span {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  color: #000;
  z-index: 9;
}
.block.block-system-main-block {
  margin-bottom: 0;
}
.block.block-system-breadcrumb-block {
  overflow: visible;
  margin-bottom: 20px;
}
.block.block-none, .block.no-padding {
  background: none !important;
  padding: 0 !important;
}
.block.block-none .block-content, .block.no-padding .block-content {
  padding: 0 !important;
}
.block.no-title {
  margin-top: 0;
  border: none;
}
.block.no-title:before {
  content: none;
}
.block.style-higlight {
  background: #34495E;
  padding-left: 20px;
  padding-right: 20px;
}
.block.style-higlight .block-title {
  border: none;
}
.block.style-higlight .block-title span:before {
  content: none;
}
.block.style-higlight .block-title h2 {
  margin: 0;
  padding: 0;
  border: none;
}
.block.style-higlight .block-title h2 span {
  padding: 10px;
  background: #4E6984;
  color: #fff;
}
.block.style-higlight .post-title a {
  color: #fff;
}
.block.style-higlight .more-link a {
  color: #fff;
  padding: 0 15px 15px;
  display: block;
}
.block.style-higlight .more-link a:hover {
  color: #684685;
}
.block#block-system-main {
  padding-top: 10px;
}
.block.block-local-tasks-block {
  margin-bottom: 0;
}
.block.no-title {
  border: none;
}
.block.no-title > .block-title, .block.no-title > div > .block-title {
  padding: 0;
  margin: 0;
  border: none;
}
.block.no-title > .block-title:before, .block.no-title > div > .block-title:before {
  content: none;
}
.block.block-simplenews {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.block.block-simplenews .description {
  display: none;
}
.block.block-simplenews #edit-mail-wrapper {
  margin-top: 20px;
}
.block.block-simplenews #edit-mail-wrapper label {
  display: none;
}
.block.block-simplenews #edit-mail-wrapper input.form-email {
  padding: 0 20px;
  width: 100%;
  height: 40px;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.3);
  max-width: 320px;
}
.block.block-simplenews input#edit-subscribe {
  background: #684685;
  border: none;
  padding: 0 20px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  display: inline-block;
  width: auto;
  margin-top: 15px;
  color: #fff;
  font-weight: 400;
}
.block.block-simplenews input#edit-subscribe:hover, .block.block-simplenews input#edit-subscribe:focus, .block.block-simplenews input#edit-subscribe:active {
  background: #fff;
  color: #684685;
}
.block.block-blocktabs {
  position: relative;
}
.block.block-blocktabs .ui-widget {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.block.block-blocktabs .ui-tabs-nav {
  padding: 0;
  border: none;
  background: none !important;
  display: inline-block;
  float: right;
  position: absolute;
  right: 20px;
  top: -60px;
  z-index: 99;
}
.block.block-blocktabs .ui-tabs-nav > li {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
}
.block.block-blocktabs .ui-tabs-nav > li > a {
  font-size: 14px;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.block.block-blocktabs .ui-tabs-nav > li:last-child > a {
  padding-right: 0;
}
.block.block-blocktabs .ui-tabs-nav > li.ui-tabs-active > a {
  color: #684685;
}
.block.block-blocktabs .blocktabs {
  border: none;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.block.block-blocktabs .blocktabs .ui-tabs-panel {
  padding: 0 !important;
}
.block.block-blocktabs .block {
  margin-bottom: 0 !important;
}

.block.site-branding {
  margin-bottom: 0;
}

.block-local-tasks-block {
  position: relative;
  z-index: 99;
}

.drupal-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.drupal-tabs:before, .drupal-tabs:after {
  content: " ";
  display: table;
}
.drupal-tabs:after {
  clear: both;
}
.drupal-tabs a {
  font-size: 12px;
}
.drupal-tabs .is-active a {
  color: #684685;
}

.help {
  position: relative;
  z-index: 1;
  display: none;
}
.help .drupal-tabs {
  padding: 10px 0;
  margin-bottom: 25px;
}
.help .messages__wrapper {
  padding: 10px;
  border: 1px solid #5BC0DE;
}

.text-light .title {
  color: #fff !important;
}

.region-main-menu .block {
  background: transparent;
}
.region-main-menu .block .block-content {
  padding: 0;
}

.sidebar .block-menu:before, .sidebar .block-menu:after {
  content: " ";
  display: table;
}
.sidebar .block-menu:after {
  clear: both;
}
.sidebar .block-menu ul li {
  border: none;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: none !important;
  float: left;
  width: 100%;
}
.sidebar .block-menu ul li a {
  padding: 8px 10px 8px 15px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: none;
  font-size: 14px;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.sidebar .block-menu ul li a:hover, .sidebar .block-menu ul li a:focus, .sidebar .block-menu ul li a:active {
  color: #684685;
}
.sidebar .block-menu ul li.menu-item--active-trail > a {
  color: #684685 !important;
}

.recent-comment-block .views-field-picture {
  margin-right: 10px;
}
.rtl .recent-comment-block .views-field-picture {
  margin-left: 10px;
  margin-right: inherit;
}
.recent-comment-block .views-field-title {
  margin-top: -4px;
}
.recent-comment-block .views-field-title a {
  font-weight: 500;
  text-transform: uppercase;
}
.recent-comment-block .views-field-name {
  color: #a4a4a4;
}
.recent-comment-block .views-field-name a {
  color: #a4a4a4;
}

.list-tags .view-list ul > li {
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  width: auto !important;
  padding: 0 !important;
  margin: 0 10px 10px 0 !important;
}
.list-tags .view-list ul > li a {
  padding: 6px 10px;
  display: block;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.list-tags .view-list ul > li:hover {
  background: #684685;
}
.list-tags .view-list ul > li:hover a {
  color: #fff;
}

nav.breadcrumb {
  margin-bottom: 0 !important;
  background: none;
  color: #999999;
}
nav.breadcrumb ol {
  list-style: none;
  margin-bottom: 0 !important;
  padding: 0;
}
nav.breadcrumb ol:before, nav.breadcrumb ol:after {
  content: " ";
  display: table;
}
nav.breadcrumb ol:after {
  clear: both;
}
nav.breadcrumb ol > li {
  float: left;
  font-size: 13px;
}
nav.breadcrumb ol > li a {
  color: #999999;
}
nav.breadcrumb ol > li a:hover {
  color: #684685;
}
nav.breadcrumb ol > li span {
  padding: 0 2px 0px 0px;
}

.social-border {
  text-align: center;
  overflow: hidden;
}
.social-border .socials {
  display: inline-block;
  position: relative;
  text-align: center;
  width: auto;
}
.social-border .socials:after {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1000px;
}
.social-border .socials:before {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  right: 100%;
  width: 1000px;
}
.social-border .socials a {
  margin: 0 10px;
  display: inline-block;
  color: #fff;
  background: none;
}
.social-border .socials a i {
  background: none;
  font-size: 20px;
}
.social-border .socials a:hover i, .social-border .socials a:active i, .social-border .socials a:focus i {
  background: inherit;
}

.copyright-links {
  margin: 10px 0;
  text-align: center;
}
.copyright-links a {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  position: relative;
  margin-right: 10px;
  padding-right: 12px;
  color: #fff;
}
.copyright-links a:after {
  content: "";
  width: 2px;
  height: 15px;
  top: 5px;
  right: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
.copyright-links a:last-child:after {
  display: none;
}
.copyright-links a:hover, .copyright-links a:active, .copyright-links a:focus {
  color: #684685;
}

.contact-link {
  background: #026BB0;
  color: #fff;
  padding: 30px;
}
.contact-link .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-link .action {
  margin-top: 20px;
}

.poll .poll-item {
  margin-top: 20px;
}
.poll .poll-item .heading {
  position: relative;
}
.poll .poll-item .heading .text {
  font-weight: 600;
  color: #333333;
  padding-right: 40px;
}
.poll .poll-item .heading .percent {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  font-weight: 600;
}
.poll .poll-item .bar .foreground {
  background: #684685;
}
.poll .total {
  margin-top: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.poll .choices .form-item.form-item-choice input.form-radio {
  margin: 0 !important;
}
.poll .choices .form-item.form-item-choice label {
  vertical-align: text-top;
  margin-left: 5px;
}

.block-poll ul.links {
  text-align: center;
  overflow: hidden;
  padding: 15px 0 0;
}
.block-poll ul.links li {
  display: inline-block;
  margin-right: 20px;
}
.block-poll ul.links li a {
  padding-right: 10px;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.block-poll ul.links li a:after {
  content: "\f105";
  position: absolute;
  top: -1px;
  right: 0;
  font-family: "FontAwesome";
}
.block-poll ul.links li a:hover {
  padding-right: 15px;
}
.block-poll ul.links li:last-child {
  margin: 0;
}

.area-main-menu .menu-toggle {
  display: none;
}

@media (min-width: 992px) {
  .navigation {
    position: relative;
    clear: both;
  }
  .navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .navigation .gva_menu {
    float: left;
    position: relative;
    font-size: 0;
  }
  .navigation .gva_menu li {
    position: relative;
  }
  .navigation .gva_menu li a {
    text-align: right !important;
  }
  .navigation .gva_menu li a .icaret {
        margin-right: 8px;
        border: none !important;
        font-size: 14px;
        color: #8e8888;
        top: 4px;
  }
  .navigation .gva_menu > li {
    display: inline-block;
  }
  .navigation .gva_menu > li.gva-mega-menu {
    position: static !important;
  }
  .navigation .gva_menu > li.gva-mega-menu > .sub-menu {
    width: 100%;
  }
}
@media (min-width: 992px) and (min-width: 991px) {
  .navigation .gva_menu > li:hover > ul.sub-menu, .navigation .gva_menu > li:hover div.sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 99%;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
  .navigation .gva_menu > li:hover > a {
    color: #684685;
  }
}
@media (min-width: 992px) {
  .navigation .gva_menu > li > a {
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 32px 15px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-align: center;
    color: #000 !important;
        font-family: Rubik, sans-serif;
		        line-height: 50px;
		                font-weight: bold;
  }
  
html[lang="en"] .navigation .gva_menu > li > a {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 32px 10px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    text-align: center;
    color: #000 !important;
        font-family: Rubik, sans-serif;
		        line-height: 50px;
		                font-weight: bold;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation .gva_menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .navigation .gva_menu > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .navigation .gva_menu > li > a:hover, .navigation .gva_menu > li > a:after, .navigation .gva_menu > li > a:active {
    color:#FAB74D!important;
  }
  .navigation .gva_menu > li > a:hover:before, .navigation .gva_menu > li > a:after:before, .navigation .gva_menu > li > a:active:before {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .navigation .gva_menu > li > a.is-active {
    color: #684685;
  }
  .navigation .gva_menu > li > a.is-active:before {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .navigation .gva_menu > li > a > span {
    position: relative;
    padding-bottom: 6px;
  }
  .navigation .gva_menu > li.menu-item--active-trail > a {
    color: #684685 !important;
  }
  .navigation .gva_menu > li.megamenu.menu-columns-2 > ul.sub-menu > li {
    width: 50%;
    float: left;
  }
  .navigation .gva_menu > li.megamenu.menu-columns-3 > ul.sub-menu > li {
    width: 33.33%;
    float: left;
  }
  .navigation .gva_menu > li.megamenu.menu-columns-4 > ul.sub-menu > li {
    width: 25%;
    float: left;
  }
  .navigation .gva_menu > li.megamenu.menu-columns-5 > ul.sub-menu > li {
    width: 20%;
    float: left;
  }
  .navigation .gva_menu > li.menu-list ul.sub-menu {
    min-width: 250px;
  }
  .navigation .gva_menu > li.menu-list ul.sub-menu > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navigation .gva_menu > li.menu-list ul.sub-menu > li > a {
    padding: 10px 15px;
    text-transform: uppercase;
  }
  .navigation .gva_menu .megamenu {
    position: static;
  }
  .navigation .gva_menu .megamenu > .sub-menu {
    width: 100%;
    padding: 20px;
  }
  .navigation .gva_menu .megamenu > .sub-menu .sub-menu {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
  .navigation .gva_menu .megamenu > .sub-menu > li {
    border: none;
    position: static;
    padding: 0 15px;
  }
  .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu {
    visibility: visible;
    position: static;
    border-width: 0;
    padding: 0;
    min-width: inherit;
    width: 100%;
    background-color: transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 992px) and (min-width: 991px) {
  .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu {
    display: block !important;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu li {
    padding: 10px 0 0;
    margin-bottom: 0;
    border: none;
    font-family: "Poppins", sans-serif;
  }
  .navigation .gva_menu .megamenu > .sub-menu > li > a {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: none;
    padding: 0 0 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    position: relative;
    font-family: "Poppins", sans-serif;
  }
  .navigation .gva_menu .megamenu > .sub-menu > li > a:after {
    display: none;
  }
  .navigation .gva_menu .megamenu > .sub-menu > li > a:hover {
    text-indent: 0;
  }
  .navigation .gva_menu .megamenu > .sub-menu > li:hover ul {
    transform: translate(0, 0);
  }
  .navigation .gva_menu .sub-menu {
    top: 99%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    min-width: 280px;
    background-color: #fff;
    border-top: 3px solid #684685;
    z-index: 999;
    right: 0;
    padding: 10px 20px 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .navigation .gva_menu .sub-menu > li {
    padding: 0 0 9px 0;
    margin-bottom: 9px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navigation .gva_menu .sub-menu > li > a {
    display: block;
    line-height: 26px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5;
    text-transform: none;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    position: relative;
    color: #000 !important;
        font-family: Rubik, sans-serif;
        font-weight:bold;
  }
  .navigation .gva_menu .sub-menu > li > a:hover, .navigation .gva_menu .sub-menu > li > a:focus, .navigation .gva_menu .sub-menu > li > a:active {
    color: #684685;
  }
  .navigation .gva_menu .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .navigation .gva_menu .sub-menu > li ul {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 250px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    z-index: 11;
  }
}
@media (min-width: 992px) and (min-width: 991px) {
  .navigation .gva_menu .sub-menu > li:hover > ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    left: 100%;
  }
}

body.header-absolute .navigation ul.gva_menu > li > a {
  color: #fff !important;
}

.gva-mega-menu .block-blocktabs {
  position: relative;
}
.gva-mega-menu .block-blocktabs .ui-widget {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.gva-mega-menu .block-blocktabs .ui-tabs-nav {
  padding: 0;
  position: static;
  width: 15%;
  float: left;
}
.gva-mega-menu .block-blocktabs .ui-tabs-nav > li {
  background: none;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  float: none;
  clear: both;
  padding-right: 20px;
}
.gva-mega-menu .block-blocktabs .ui-tabs-nav > li > a {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.gva-mega-menu .block-blocktabs .ui-tabs-nav > li:last-child > a {
  padding-right: 0;
}
.gva-mega-menu .block-blocktabs .ui-tabs-nav > li.ui-tabs-active > a {
  color: #684685;
}
.gva-mega-menu .block-blocktabs .ui-tabs-panel {
  float: left;
  width: 85%;
}

.item-list ul {
  overflow: hidden;
  padding: 0;
}
.item-list ul li.view-list-item {
  margin: 0 0 30px;
  overflow: hidden;
  list-style-type: none;
}
.item-list ul li.view-list-item .post-block {
  margin: 0;
}

.padding-small .item-list ul li.view-list-item {
  margin-bottom: 20px !important;
}
.padding-small .item-list ul li.view-list-item:last-child {
  margin-bottom: 0 !important;
}

ul[data-drupal-views-infinite-scroll-pager].pager {
  margin: 10px 0 10px;
}
ul[data-drupal-views-infinite-scroll-pager].pager a {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  border: 1px solid #684685;
  background: #684685;
  display: inline-block;
  color: #fff;
  padding: 6px 18px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
ul[data-drupal-views-infinite-scroll-pager].pager a:hover, ul[data-drupal-views-infinite-scroll-pager].pager a:active, ul[data-drupal-views-infinite-scroll-pager].pager a:focus {
  background: #fff;
  color: #684685;
}

.more-link {
  text-align: center;
  margin-top: 35px;
}
.more-link a {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  border: 2px solid #684685;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.more-link a:hover {
  background: #684685;
  color: #fff;
}

.views-view-grid .views-row {
  width: auto;
  clear: none;
  float: none !important;
}
.views-view-grid .views-row:last-child {
  margin-bottom: 0;
}

.post-masonry-style > div.views-col {
  margin-bottom: 10px;
}

.no-padding .gva-portfolio-items .row {
  margin: 0 !important;
}
.no-padding .gva-portfolio-items .isotope-items > div {
  padding: 0 !important;
}
.no-padding .gva-portfolio-items .isotope-items > div .isotope-item {
  margin-bottom: 0 !important;
}

.brand-grid .views-view-grid .views-row {
  margin-bottom: 65px;
}
.brand-grid .views-view-grid .views-row .views-field-field-image {
  text-align: center;
}
@media (max-width: 767px) {
  .brand-grid .views-view-grid .views-row .views-field-field-image {
    margin-bottom: 20px;
  }
}

.category-list .item-list ul li {
  border: none;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: none !important;
}
.category-list .item-list ul li a {
  padding: 8px 10px 8px 15px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: none;
  font-size: 14px;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.category-list .item-list ul li a:hover, .category-list .item-list ul li a:focus, .category-list .item-list ul li a:active {
  color: #684685;
}

.testimonial-v1 .testimonial-item {
  text-align: center;
  background: #fff;
  padding: 60px 30px;
}
.testimonial-v1 .testimonial-item .quote {
  line-height: 28px;
  position: relative;
  padding-top: 35px;
}
.testimonial-v1 .testimonial-item .avatar {
  text-align: center;
}
.testimonial-v1 .testimonial-item .avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-v1 .testimonial-item .content .title {
  margin: 30px 0 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #000;
}
.testimonial-v1 .testimonial-item .content .job {
  font-size: 12px;
  color: #bbbbbb;
}

.view-testimonial-v2 {
  position: relative;
  float: left;
  width: 100%;
}
.view-testimonial-v2 .owl-dots {
  text-align: left;
  position: relative;
  margin-top: 20px;
  float: left;
  width: 100%;
}
.view-testimonial-v2 .owl-dots .owl-dot {
  display: inline-block;
  padding: 0;
  margin: 5px;
  background: none;
  width: 45px;
  height: 45px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  position: relative;
  z-index: 9;
}
.view-testimonial-v2 .owl-dots .owl-dot.active {
  border-color: #684685;
}
.view-testimonial-v2 .owl-nav {
  display: none;
}

.testimonial-grid .item-grid {
  margin-bottom: 45px;
}
.testimonial-grid .item-grid:before, .testimonial-grid .item-grid:after {
  content: " ";
  display: table;
}
.testimonial-grid .item-grid:after {
  clear: both;
}
.testimonial-grid .item-grid .testimonials-quote {
  font-size: 16px;
  color: #000;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-style: italic;
}
.testimonial-grid .item-grid .testimonials-profile {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  float: left;
  padding-top: 20px;
}
.testimonial-grid .item-grid .testimonials-profile:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #684685;
  top: -1px;
  left: 0;
  z-index: 1;
}
.testimonial-grid .item-grid .testimonials-profile .right {
  padding-left: 70px;
}
.testimonial-grid .item-grid .testimonials-profile .right .name {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}
.testimonial-grid .item-grid .testimonials-profile .right .job {
  font-size: 12px;
  font-weight: 900;
  color: #684685;
  text-transform: uppercase;
}
.testimonial-grid .item-grid .testimonials-profile .left {
  display: inline-block;
  float: left;
}
.testimonial-grid .item-grid .testimonials-profile .left img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: auto;
}

.slider-gallery-v1 {
  margin-left: -3px !important;
  margin-right: -3px !important;
}
.slider-gallery-v1 .carousel-item {
  float: left;
  padding-right: 3px !important;
}
.slider-gallery-v1 img {
  -ms-transform-style: none !important;
  -webkit-transform-style: none !important;
  -o-transform-style: none !important;
  transform-style: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.slider-gallery-v1 .gallery-large {
  background: #fff;
}
.slider-gallery-v1 .gallery-large img {
  width: 100%;
  height: auto;
}
.slider-gallery-v1 div > .gallery-small {
  width: 50% !important;
  background: transparent !important;
  float: left;
}
.slider-gallery-v1 div > .gallery-small .gallery-small-item {
  background: #fff;
  width: 100% !important;
  height: auto !important;
  float: left;
  clear: both;
  padding-bottom: 3px;
  margin: 0;
}
.slider-gallery-v1 div > .gallery-small .gallery-small-item:last-child {
  padding-bottom: 0;
}
.slider-gallery-v1 div > .gallery-small .gallery-small-item img {
  width: 100%;
  height: auto;
}

.small-list .item-list ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px !important;
  padding-bottom: 15px;
}
.small-list .item-list ul > li a {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
.small-list .item-list ul > li a:hover {
  color: #684685;
}
.small-list .item-list ul > li:last-child {
  border: none;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.tags-list .item-list > ul > li {
  margin-bottom: 5px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.tags-list .item-list > ul > li a {
  background: #684685;
  font-weight: 400;
  color: #fff;
  padding: 2px 10px;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.tags-list .item-list > ul > li a:hover, .tags-list .item-list > ul > li a:focus, .tags-list .item-list > ul > li a:active {
  background: #000;
}

.banner-carousel .init-carousel-owl {
  margin-left: 0;
  margin-right: 0;
}
.banner-carousel .init-carousel-owl .item {
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  text-align: center;
  height: 180px;
  position: relative;
}
.banner-carousel .init-carousel-owl .item .item-image {
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.banner-carousel.v2 .item {
  padding: 0;
  border-color: #D6D8D9;
  height: auto;
}
.banner-carousel.v2 .item > div {
  padding: 20px 30px;
  background: #EFF1F2;
  text-align: center;
  border-bottom: 1px solid #D6D8D9;
  height: 180px;
  position: relative;
}
.banner-carousel.v2 .item > div .item-image {
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.banner-carousel.v2 .item > div:last-child {
  border: none;
}

.block.block-gavias-blockbuilder {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.block.block-gavias-blockbuilder ul > li {
  list-style: none;
}

.gbb-row-wrapper {
  position: relative;
}
.gbb-row-wrapper .particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
}
.gbb-row-wrapper .icon-row {
  color: #684685;
}
.gbb-row-wrapper .gbb-row-wrapper .bb-inner {
  padding: 0;
}

.row-box {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 991px) {
  .row-box {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container {
 max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.container .container {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bb-container.full-screen {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.bb-container.full-screen .bb-inner {
  padding: 0 !important;
}
.bb-container.full-screen > .row {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.column-background {
  background: #f1f1f1;
  padding: 30px;
}

.gbb-row.gsc-equal-height > .bb-inner > .bb-container > .row > .row-wrapper {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gbb-row.gsc-equal-height > .bb-inner > .bb-container > .row > .row-wrapper::before, .gbb-row.gsc-equal-height > .bb-inner > .bb-container > .row > .row-wrapper::after {
  display: none;
}
.gbb-row.gsc-equal-height > .bb-inner > .bb-container > .row > .row-wrapper > .gsc-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.gbb-row.gsc-equal-height > .bb-inner > .bb-container > .row > .row-wrapper > .gsc-column > .column-inner {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gbb-row.gsc-equal-height > .bb-inner > .bb-container > .row > .row-wrapper > .gsc-column > .column-inner::before, .gbb-row.gsc-equal-height > .bb-inner > .bb-container > .row > .row-wrapper > .gsc-column > .column-inner::after {
  content: " ";
  display: table;
}
.gbb-row.gsc-equal-height > .bb-inner > .bb-container > .row > .row-wrapper > .gsc-column > .column-inner::after {
  clear: both;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gbb-row.gsc-equal-height > .bb-inner > .bb-container > .row > .row-wrapper > .gsc-column > .column-inner > * {
    min-height: 1em;
  }
}
.gbb-row.gsc-equal-height > .bb-inner > .bb-container > .row > .row-wrapper .column-content-inner {
  position: relative;
}

.gbb-row.row-border .row-wrapper > .gsc-column:after {
  content: '';
  width: 1px;
  height: auto;
  position: absolute;
  right: 0;
  top: 30px;
  bottom: 30px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.gbb-row.row-border .row-wrapper > .gsc-column .column-inner {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.gbb-row.row-border .row-wrapper > .gsc-column:last-child:after {
  display: none !important;
}
.gbb-row.row-border .row-wrapper > .gsc-column[class*='col-lg-12']:after {
  display: none;
}
.gbb-row.special-row .bb-inner {
  padding-top: 0;
}
.gbb-row.special-row .row-wrapper {
  margin-top: -60px;
  position: relative;
  z-index: 9;
  background: #fff;
  float: left;
  width: 100%;
  padding: 50px 30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.gbb-row.special-row-2 .bb-inner {
  padding-top: 0;
}
.gbb-row.special-row-2 .row-wrapper {
  margin-top: -60px;
  position: relative;
  z-index: 9;
  background: transparent;
  float: left;
  width: 100%;
}
.gbb-row.special-row-2 .row-wrapper .column-inner {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 30px 90px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 30px 90px 0px rgba(0, 0, 0, 0.1);
  padding: 35px 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.gbb-row.row-background-particles-js > .bb-inner {
  position: relative;
  z-index: 9;
}
.gbb-row.row-background-particles-js > .particles-js-canvas-el {
  z-index: 8;
}

.column-style-1 {
  max-width: 700px;
  margin: 0 auto;
  padding: 80px 30px;
}
@media (max-width: 991px) {
  .column-style-1 {
    padding: 30px 20px;
  }
}

.column-style-2 {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media (max-width: 991px) {
  .column-style-2 {
    padding: 30px 10px;
  }
}

.column-style-3 {
  padding: 60px;
}
@media (max-width: 991px) {
  .column-style-3 {
    padding: 30px;
  }
}

.grid-small .container {
  max-width: 900px;
  margin: 0 auto;
}

.gavias-blockbuilder-content {
  position: relative;
}
.gavias-blockbuilder-content .link-edit-blockbuider {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 99;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  background: #684685;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  padding: 10px;
}
.gavias-blockbuilder-content .link-edit-blockbuider:hover, .gavias-blockbuilder-content .link-edit-blockbuider:focus, .gavias-blockbuilder-content .link-edit-blockbuider:active {
  color: #fff;
}

@media (max-width: 991px) {
  .gbb-row[style*="padding-top"] {
    padding-top: 25px !important;
  }
  .gbb-row[style*="padding-bottom"] {
    padding-bottom: 25px !important;
  }
}
.gbb-row .bb-inner {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .gbb-row .bb-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.gbb-row .bb-inner.remove_margin {
  margin: 0 !important;
}
.gbb-row .bb-inner.remove_padding {
  padding: 0 !important;
}
.gbb-row .bb-inner.remove_padding_col .bb-container .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.gbb-row .bb-inner.remove_padding_col .bb-container .row > .row-wrapper > div.gsc-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.gbb-row .bb-inner.remove_padding_top {
  padding-top: 0 !important;
}
.gbb-row .bb-inner.remove_padding_bottom {
  padding-bottom: 0 !important;
}

.widget {
  /******************** Block for drupal ***********************/
  /********************* Custom heading *************************/
  /********************** Call to action **************************/
  /**************** Team ************************/
  /******************** Chart *****************************/
  /************* Icon Box **********************/
  /******************** Video Box **************************/
  /*************** Milestone ***************/
  /***********************************************/
}
.widget.gsc-block-drupal {
  margin-bottom: 35px;
}
.widget.gsc-block-drupal.hidden-title-off .block-inner .block-title h2 {
  display: none !important;
}
.widget.gsc-block-drupal.title-align-center .block-title {
  text-align: center;
}
.widget.gsc-block-drupal.title-align-left .block-title {
  text-align: left;
}
.widget.gsc-block-drupal.title-align-right .block-title {
  text-align: right;
}
.widget.gsc-block-drupal.text-light div {
  color: #fff;
}
.widget.gsc-block-drupal.text-light .block-inner .block-title {
  color: #fff;
}
.widget.gsc-block-drupal.text-light .block-inner .block-content *, .widget.gsc-block-drupal.text-light .block-inner .block-content div {
  color: #fff;
}
.widget.gsc-block-drupal.text-light .block-inner .block-content *:after, .widget.gsc-block-drupal.text-light .block-inner .block-content *:before, .widget.gsc-block-drupal.text-light .block-inner .block-content div:after, .widget.gsc-block-drupal.text-light .block-inner .block-content div:before {
  color: rgba(255, 255, 255, 0.2);
}
.widget.gsc-block-drupal.remove-margin-on {
  margin-bottom: 0 !important;
}
.widget.gsc-block-drupal.remove-margin-on .block {
  margin-bottom: 0 !important;
}
.widget.gsc-heading {
  padding: 5px 0 30px;
  display: block;
  width: 100%;
}
.widget.gsc-heading:before, .widget.gsc-heading:after {
  content: " ";
  display: table;
}
.widget.gsc-heading:after {
  clear: both;
}
.widget.gsc-heading .title {
  font-weight: 400;
  margin: 0;
  position: relative;
  font-size: 32px;
}
@media (max-width: 767px) {
  .widget.gsc-heading .title {
    font-size: 24px !important;
  }
}
.widget.gsc-heading .title strong {
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.widget.gsc-heading .title-icon {
  color: #684685;
}
.widget.gsc-heading .title-icon i {
  font-size: 22px;
}
.widget.gsc-heading .title-icon i.fa {
  margin-top: 5px;
}
.widget.gsc-heading .title-icon span {
  position: relative;
  padding: 0 5px;
}
.widget.gsc-heading .sub-title {
  color: #684685;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .widget.gsc-heading .sub-title {
    font-size: 18px !important;
  }
}
.widget.gsc-heading .title-desc {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 15px;
  line-height: 28px;
  font-size: 16px;
  color: #888;
  font-family: "Poppins", sans-serif;
}
.widget.gsc-heading.align-center {
  text-align: center;
}
.widget.gsc-heading.align-center .title-icon {
  color: #684685;
  margin-bottom: 10px;
}
.widget.gsc-heading.align-center .title-icon span {
  width: 60px;
  height: 60px;
  background: #fff;
  position: relative;
  padding: 15px;
  display: inline-block;
  line-height: 28px;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.widget.gsc-heading.align-left {
  text-align: left;
}
.widget.gsc-heading.align-left .title:before {
  left: 0 !important;
  margin-left: 0 !important;
}
.widget.gsc-heading.align-left .title-desc {
  float: left;
}
.widget.gsc-heading.align-right {
  text-align: right;
}
.widget.gsc-heading.align-right .title:before {
  right: 0 !important;
  margin-right: 0 !important;
}
.widget.gsc-heading.align-right .title-desc {
  float: right;
}
.widget.gsc-heading.style-1 {
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  .widget.gsc-heading.style-1 {
    padding-bottom: 30px;
  }
}
.widget.gsc-heading.style-1 .title {
  padding: 0 0 15px;
}
.widget.gsc-heading.style-1 .title:before {
  content: '';
  background: #684685;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.widget.gsc-heading.style-2 {
  padding: 0 0 20px;
}
.widget.gsc-heading.style-2 .title {
  font-size: 30px;
  text-transform: none;
  line-height: 42px;
}
.widget.gsc-heading.style-2 .sub-title {
  font-size: 25px;
}
.widget.gsc-heading.style-2.align-left {
  padding-right: 15px;
}
.widget.gsc-heading.style-3 {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 0 30px;
}
.widget.gsc-heading.style-3 .title {
  font-size: 28px;
  text-transform: none;
  font-family: "Poppins", sans-serif;
  line-height: 36px;
}
.widget.gsc-heading.style-3 .title-desc {
  font-weight: 400;
  margin-top: 6px;
}
.widget.gsc-heading.style-3.text-light .title-desc {
  color: #fff !important;
}
.widget.gsc-heading.style-4 {
  padding: 70px 0 100px;
  max-width: 920px;
}
@media (max-width: 991px) {
  .widget.gsc-heading.style-4 {
    padding: 30px 0 50px;
  }
}
.widget.gsc-heading.style-4 .title {
  font-size: 60px;
  text-transform: none;
  font-weight: 100;
  font-family: "Poppins", sans-serif;
  line-height: 79px;
  padding-bottom: 10px;
}
.widget.gsc-heading.style-4 .title strong {
  font-weight: 300;
}
@media (max-width: 991px) {
  .widget.gsc-heading.style-4 .title {
    font-size: 35px;
    line-height: 45px;
  }
}
.widget.gsc-heading.style-4.align-center:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -50px;
  z-index: 1;
}
.widget.gsc-heading.text-light .title-sub {
  color: #fff;
}
.widget.gsc-heading.text-light .title {
  color: #fff;
}
.widget.gsc-heading.text-light .title-sub span {
  color: rgba(255, 255, 255, 0.9);
}
.widget.gsc-heading.text-light .title-icon span:after, .widget.gsc-heading.text-light .title-icon span:before {
  background: rgba(255, 255, 255, 0.1);
}
.widget.gsc-heading.text-light .title-desc {
  color: #CCCCCC;
}
.widget.gsc-call-to-action .title {
  font-weight: 600;
  font-size: 32px;
}
.widget.gsc-call-to-action.button-right {
  position: relative;
}
.widget.gsc-call-to-action.button-right .title {
  margin: 0 !important;
}
.widget.gsc-call-to-action.button-right .content {
  padding-right: 145px;
}
@media (max-width: 800px) {
  .widget.gsc-call-to-action.button-right .content {
    padding-right: 0;
  }
}
.widget.gsc-call-to-action.button-right .content p {
  margin: 0;
}
.widget.gsc-call-to-action.button-right .button-action {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  margin-top: -20px;
}
@media (max-width: 800px) {
  .widget.gsc-call-to-action.button-right .button-action {
    position: relative;
    margin-top: 15px;
  }
}
.widget.gsc-call-to-action.button-right-v2 {
  background: #026BB0;
  padding: 35px 30px;
  position: relative;
  z-index: 91;
}
@media (max-width: 991px) {
  .widget.gsc-call-to-action.button-right-v2 {
    padding: 25px 20px;
  }
}
.widget.gsc-call-to-action.button-right-v2 .content-inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.widget.gsc-call-to-action.button-right-v2 .content-inner .title {
  padding-right: 150px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 991px) {
  .widget.gsc-call-to-action.button-right-v2 .content-inner .title {
    font-size: 24px;
    padding-right: 0;
    margin-bottom: 5px;
  }
}
.widget.gsc-call-to-action.button-right-v2 .content-inner .title a {
  color: #fff;
}
.widget.gsc-call-to-action.button-right-v2 .content-inner .desc {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
@media (max-width: 991px) {
  .widget.gsc-call-to-action.button-right-v2 .content-inner .desc {
    font-size: 14px;
    margin-top: 10px;
  }
}
.widget.gsc-call-to-action.button-right-v2 .content-inner .button-action {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .widget.gsc-call-to-action.button-right-v2 .content-inner .button-action {
    position: relative;
  }
}
.widget.gsc-call-to-action.button-right-v2.margin {
  margin-top: -60px;
}
@media (max-width: 991px) {
  .widget.gsc-call-to-action.button-right-v2.margin {
    margin-top: 30px;
  }
}
.widget.gsc-call-to-action.button-left {
  position: relative;
  text-align: right;
}
.widget.gsc-call-to-action.button-left .title {
  margin: 0 !important;
}
.widget.gsc-call-to-action.button-left .content {
  padding-left: 120px;
}
.widget.gsc-call-to-action.button-left .content p {
  margin: 0;
}
.widget.gsc-call-to-action.button-left .button-action {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.widget.gsc-call-to-action.button-bottom {
  padding: 30px 0;
}
.widget.gsc-call-to-action.button-bottom .title {
  font-size: 32px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 44px;
}
.widget.gsc-call-to-action.button-bottom .title:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #684685;
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
.widget.gsc-call-to-action.button-bottom .desc {
  font-size: 14px;
}
.widget.gsc-call-to-action.button-bottom .button-action {
  margin-top: 30px;
}
.widget.gsc-call-to-action.button-bottom.text-light .title:after {
  background: #fff;
}
.widget.gsc-call-to-action.button-center {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
  margin-bottom: 0 !important;
  text-align: center;
  margin: 0 auto;
}
.widget.gsc-call-to-action.button-center .title {
  font-size: 38px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  line-height: 54px;
  margin-top: 0;
}
.widget.gsc-call-to-action.button-center .title:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #684685;
  left: 50%;
  bottom: 0;
  margin-left: -40px;
  z-index: 1;
  position: absolute;
}
.widget.gsc-call-to-action.button-center .desc {
  font-size: 16px;
}
.widget.gsc-call-to-action.button-center .button-action {
  margin-top: 30px;
}
.widget.gsc-call-to-action.button-center.text-light .title:after {
  background: #fff;
}
.widget.gsc-call-to-action.has-background {
  padding: 35px;
  margin-bottom: 30px;
}
.widget.gsc-call-to-action.has-background .title {
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 20px;
}
.widget.gsc-call-to-action.has-background .title:after {
  display: none;
}
.widget.gsc-call-to-action.has-background.button-right .button-action {
  right: 30px;
}
.widget.gsc-call-to-action.text-light .content {
  color: #fff;
}
.widget.gsc-call-to-action.text-light .content .title {
  color: #fff;
}
.widget.gsc-call-to-action.text-light .content .desc * {
  color: #fff;
}
.widget.gsc-call-to-action.text-light .subtitle {
  color: #fff;
}
.widget.gsc-call-to-action .video-body {
  margin-top: 20px;
}
.widget.gsc-call-to-action .video-body .gsc-video-link .icon-play {
  background: url("../images/icon-play.png") no-repeat center center transparent;
  background-size: contain;
  -webkit-background-size: contain;
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #684685;
  line-height: 60px;
  text-align: center;
  padding-left: 3px;
}
.widget.gsc-call-to-action .video-body .gsc-video-link .icon-play:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.widget.gsc-call-to-action .video-body .gsc-video-link .video-title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.widget.gsc-team .social-icons a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.widget.gsc-team .social-icons a:hover {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}
.widget.gsc-team .team-name {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 0 15px;
  position: relative;
  font-weight: 600;
  margin: 0;
  letter-spacing: 1px;
}
.widget.gsc-team .team-position {
  text-transform: capitalize;
  color: #684685;
  font-weight: 400;
  font-size: 13px;
}
.widget.gsc-team .team-info {
  margin: 15px 0;
}
.widget.gsc-team.team-horizontal {
  margin-top: 50px;
}
.widget.gsc-team.team-horizontal .team-header {
  position: relative;
  overflow: hidden;
}
.widget.gsc-team.team-horizontal .team-header img {
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
  display: inline-block;
}
.widget.gsc-team.team-horizontal .team-header .box-hover {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.widget.gsc-team.team-horizontal .team-header .box-hover .content-inner {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 20px;
}
.widget.gsc-team.team-horizontal .team-header .social-list a {
  background: none;
  color: #fff !important;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  margin-right: 20px;
  display: inline-block;
  font-size: 16px;
}
.widget.gsc-team.team-horizontal .team-header .social-list a:last-child {
  margin-right: 0;
}
.widget.gsc-team.team-horizontal .team-header .social-list a:hover {
  color: #684685 !important;
}
.widget.gsc-team.team-horizontal .team-name {
  font-size: 14px;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  padding: 0 0 12px;
  position: relative;
  font-weight: 800;
}
.widget.gsc-team.team-horizontal .team-name:after {
  bottom: 0;
  left: 0;
  content: "";
  background: #684685;
  width: 45px;
  height: 1px;
  position: absolute;
}
.widget.gsc-team.team-horizontal:hover .box-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.widget.gsc-team.team-horizontal:hover .team-header img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.widget.gsc-team.team-vertical {
  margin-bottom: 30px;
  position: relative;
  background: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.widget.gsc-team.team-vertical .team-header {
  overflow: hidden;
  position: relative;
}
.widget.gsc-team.team-vertical .team-header img {
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
  display: inline-block;
}
.widget.gsc-team.team-vertical .social-list a {
  background: none;
  color: #fff !important;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  margin-right: 20px;
  display: inline-block;
  font-size: 16px;
}
.widget.gsc-team.team-vertical .social-list a:last-child {
  margin-right: 0;
}
.widget.gsc-team.team-vertical .social-list a:hover {
  color: #000 !important;
}
.widget.gsc-team.team-vertical .team-name {
  padding: 0;
  color: #fff;
}
.widget.gsc-team.team-vertical .team-position {
  color: #fff;
}
.widget.gsc-team.team-vertical .team-content {
  color: #fff;
}
.widget.gsc-team.team-vertical .box-hover {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.widget.gsc-team.team-vertical .box-hover .team-content {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget.gsc-team.team-vertical .team-body {
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.widget.gsc-team.team-vertical .team-body .content-hover {
  opacity: 0;
  filter: alpha(opacity=0);
}
.widget.gsc-team.team-vertical .team-body .info {
  padding: 20px 15px;
  position: relative;
  margin-top: -35px;
  margin-left: 15px;
  margin-right: 15px;
  z-index: 99;
  background: #684685;
}
.widget.gsc-team.team-vertical:hover .box-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.widget.gsc-team.team-circle .team-header, .widget.gsc-team.team-circle .box-hover {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.widget.gsc-chart {
  text-align: center;
}
.widget.gsc-chart .content {
  text-align: center;
}
.widget.gsc-chart .content > div {
  display: block;
}
.widget.gsc-chart .content .icon {
  font-size: 25px;
  margin-top: 5px;
}
.widget.gsc-chart .content .title {
  text-transform: uppercase;
  font-weight: 12px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
}
.widget.gsc-icon-box {
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.widget.gsc-icon-box:before, .widget.gsc-icon-box:after {
  content: " ";
  display: table;
}
.widget.gsc-icon-box:after {
  clear: both;
}
.widget.gsc-icon-box.icon-image.left {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .widget.gsc-icon-box.icon-image.left {
    padding-right: 0;
  }
}
.widget.gsc-icon-box.icon-image .fa-1x {
  display: block;
  width: 24px;
}
.widget.gsc-icon-box.icon-image .fa-2x {
  display: block;
  width: 32px;
}
.widget.gsc-icon-box.icon-image .fa-3x {
  display: block;
  width: 64px;
}
.widget.gsc-icon-box.icon-image .fa-4x {
  display: block;
  width: 96px;
}
.widget.gsc-icon-box.icon-image.top-center .fa-3x .icon img {
  margin-top: 20px;
}
.widget.gsc-icon-box.icon-image.top-center .fa-4x .icon img {
  margin-top: 25px;
}
.widget.gsc-icon-box .highlight_content {
  margin-top: 5px;
}
.widget.gsc-icon-box .highlight_content .title {
  font-size: 18px;
  color: #000;
  margin-bottom: 3px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.widget.gsc-icon-box .highlight_content .desc p {
  margin-bottom: 0;
}
.widget.gsc-icon-box .highlight-icon .icon-container {
  text-align: center;
  line-height: 1;
  position: relative;
}
.widget.gsc-icon-box .highlight-icon .icon-container .icon {
  position: relative;
  z-index: 11;
}
.widget.gsc-icon-box .highlight-icon .icon-container.fa-stack {
  line-height: 2.4em !important;
  width: 2.4em;
  height: 2.4em;
}
.widget.gsc-icon-box .highlight-icon .icon-container.text-theme[class*="border-"] {
  border-color: rgba(0, 0, 0, 0.1);
}
.widget.gsc-icon-box .highlight-icon .icon-container.text-white[class*="border-"] {
  border-color: rgba(255, 255, 255, 0.2);
}
.widget.gsc-icon-box .highlight-icon .icon-container.text-black {
  color: #000;
}
.widget.gsc-icon-box .highlight-icon .icon-container.text-black[class*="border-"] {
  border-color: rgba(0, 0, 0, 0.1);
}
.widget.gsc-icon-box .highlight-icon .icon-container.radius-1x:after {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.widget.gsc-icon-box .highlight-icon .icon-container.radius-2x:after {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.widget.gsc-icon-box .highlight-icon .icon-container.radius-5x:after {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.widget.gsc-icon-box.icon-background .highlight-icon .icon-container {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.widget.gsc-icon-box.icon-background .highlight-icon .icon-container:after {
  top: 0px;
  left: 0px;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.widget.gsc-icon-box.icon-background .highlight-icon .icon-container.bg-black:after {
  background: #222222;
}
.widget.gsc-icon-box.icon-background .highlight-icon .icon-container.bg-theme:after {
  background: #684685;
}
.widget.gsc-icon-box.icon-background:hover .highlight-icon .icon-container {
  background: transparent;
}
.widget.gsc-icon-box.icon-background:hover .highlight-icon .icon-container:after {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  filter: alpha(opacity=0);
}
.widget.gsc-icon-box.icon-background:hover .highlight-icon .icon-container.bg-black .icon {
  color: #222222;
}
.widget.gsc-icon-box.icon-background:hover .highlight-icon .icon-container.bg-theme .icon {
  color: #684685;
}
.widget.gsc-icon-box.icon-background.icon-border .highlight-icon .icon-container.bg-black {
  border-color: #222222;
}
.widget.gsc-icon-box.icon-background.icon-border .highlight-icon .icon-container.bg-theme {
  border-color: #684685;
}
.widget.gsc-icon-box.icon-border:not(.icon-background) .highlight-icon .icon-container {
  color: #684685;
}
.widget.gsc-icon-box.icon-border:not(.icon-background) .highlight-icon .icon-container:after {
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0px;
  left: 0px;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  background: #fff;
}
.widget.gsc-icon-box.icon-border:not(.icon-background):hover .highlight-icon .icon {
  color: #fff;
}
.widget.gsc-icon-box.icon-border:not(.icon-background):hover .highlight-icon .icon-container:after {
  -webkit-transform: scale(1.021);
  -ms-transform: scale(1.021);
  -o-transform: scale(1.021);
  transform: scale(1.021);
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget.gsc-icon-box.icon-border:not(.icon-background):hover .highlight-icon .icon-container.text-black:after {
  background: #222222;
}
.widget.gsc-icon-box.icon-border:not(.icon-background):hover .highlight-icon .icon-container.text-white .icon {
  color: #684685;
}
.widget.gsc-icon-box.icon-border:not(.icon-background):hover .highlight-icon .icon-container.text-theme:after {
  background: #684685;
}
.widget.gsc-icon-box.top-center {
  text-align: center;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}
.widget.gsc-icon-box.top-center .highlight-icon {
  text-align: center;
  padding-right: 0 !important;
}
.widget.gsc-icon-box.top-center .highlight-icon .icon-container {
  display: inline-block;
}
.widget.gsc-icon-box.top-center .title {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
}
.widget.gsc-icon-box.top-center .title:after {
  content: '';
  width: 50px;
  height: 1px;
  background: #222;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  z-index: 1;
}
.widget.gsc-icon-box.top-center .highlight_content {
  text-align: center;
}
.widget.gsc-icon-box.top-center .highlight_content .desc {
  text-align: center;
  font-weight: 400;
  text-transform: normal;
}
.widget.gsc-icon-box.top-left {
  text-align: left;
  max-width: 600px;
}
.widget.gsc-icon-box.top-right {
  text-align: right;
  max-width: 600px;
}
.widget.gsc-icon-box.top-right .title {
  padding: 5px 0;
}
.widget.gsc-icon-box.top-right .highlight-icon {
  width: 100%;
  text-align: right;
}
.widget.gsc-icon-box.top-right .highlight-icon .icon-container {
  display: inline-block;
}
.widget.gsc-icon-box.top-left-title .title-inner, .widget.gsc-icon-box.top-right-title .title-inner {
  display: table;
  margin-bottom: 15px;
}
.widget.gsc-icon-box.top-left-title .title-inner .highlight-icon, .widget.gsc-icon-box.top-right-title .title-inner .highlight-icon {
  display: table-cell;
  vertical-align: top;
}
.widget.gsc-icon-box.top-left-title .title-inner .title, .widget.gsc-icon-box.top-right-title .title-inner .title {
  display: table-cell;
  vertical-align: middle;
}
.widget.gsc-icon-box.top-left-title .highlight-icon {
  padding-right: 15px;
}
.widget.gsc-icon-box.top-right-title {
  text-align: right;
}
.widget.gsc-icon-box.top-right-title:before, .widget.gsc-icon-box.top-right-title:after {
  content: " ";
  display: table;
}
.widget.gsc-icon-box.top-right-title:after {
  clear: both;
}
.widget.gsc-icon-box.top-right-title .title-inner {
  float: right;
}
.widget.gsc-icon-box.top-right-title .highlight-icon {
  padding-left: 15px;
}
.widget.gsc-icon-box.top-right-title .desc {
  float: right;
  width: 100%;
}
.widget.gsc-icon-box.right, .widget.gsc-icon-box.left {
  display: table;
  max-width: 600px;
}
.widget.gsc-icon-box.right .highlight-icon, .widget.gsc-icon-box.left .highlight-icon {
  display: table-cell;
  vertical-align: top;
  padding-top: 15px;
}
.widget.gsc-icon-box.right .highlight_content, .widget.gsc-icon-box.left .highlight_content {
  display: table-cell;
  vertical-align: top;
}
.widget.gsc-icon-box.right {
  text-align: right;
}
.widget.gsc-icon-box.right .highlight-icon {
  padding-left: 20px;
}
.widget.gsc-icon-box.left {
  text-align: left;
}
.widget.gsc-icon-box.left .highlight-icon {
  padding-right: 20px;
}
.widget.gsc-icon-box.text-light .title {
  color: #fff;
}
.widget.gsc-icon-box.text-light .title:after {
  background: #fff;
}
.widget.gsc-icon-box.text-light .title a {
  color: #fff;
}
.widget.gsc-icon-box.text-light .title a:hover {
  color: #684685;
}
.widget.gsc-icon-box.text-light .desc {
  color: rgba(255, 255, 255, 0.8);
}
.widget.gsc-icon-box.box-background {
  padding: 30px 30px 30px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.widget.gsc-icon-box.box-background.active, .widget.gsc-icon-box.box-background:hover, .widget.gsc-icon-box.box-background:focus, .widget.gsc-icon-box.box-background:active {
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
}
.widget.gsc-video-box {
  position: relative;
}
.widget.gsc-video-box.style-1 .gsc-video-link {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -45px;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.widget.gsc-video-box.style-1 .gsc-video-link .icon-play {
  background: url("../images/icon-play.png") no-repeat center center transparent;
  width: 85px;
  height: 85px;
  display: inline-block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.widget.gsc-video-box.style-1 .gsc-video-link .icon-play:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.widget.gsc-video-box.style-1 .gsc-video-link .video-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.widget.gsc-video-box.style-1 #gsc-video-overlay {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}
.widget.gsc-video-box.style-1 #gsc-video-overlay:hover .video-close {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
}
.widget.gsc-video-box.style-1 .loaded {
  max-width: 100%;
}
.widget.gsc-video-box.style-2 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.widget.gsc-video-box.style-2 .box-inner {
  background: #fff;
  max-width: 980px;
  margin: 0 auto;
  min-height: 350px;
}
@media (max-width: 767px) {
  .widget.gsc-video-box.style-2 .box-inner {
    float: left;
    width: 100%;
  }
}
.widget.gsc-video-box.style-2 .box-inner .gsc-video-link {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -45px;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.widget.gsc-video-box.style-2 .box-inner .gsc-video-link .icon-play {
  background: url("../images/icon-play.png") no-repeat center center transparent;
  width: 85px;
  height: 85px;
  display: inline-block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.widget.gsc-video-box.style-2 .box-inner .gsc-video-link .icon-play:hover {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.widget.gsc-video-box.style-2 .box-inner .gsc-video-link .video-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.widget.gsc-video-box.style-2 .box-inner #gsc-video-overlay {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}
.widget.gsc-video-box.style-2 .box-inner #gsc-video-overlay:hover .video-close {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
}
.widget.gsc-video-box.style-2 .box-inner .loaded {
  max-width: 100%;
}
.widget.gsc-video-box.style-2 .box-inner .video-inner {
  position: absolute;
  width: 50%;
  left: 0;
  height: auto;
  top: -35px;
  bottom: -35px;
  z-index: 1;
}
@media (max-width: 767px) {
  .widget.gsc-video-box.style-2 .box-inner .video-inner {
    width: 100%;
    position: relative;
    min-height: 300px;
  }
}
.widget.gsc-video-box.style-2 .box-inner .video-inner .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.widget.gsc-video-box.style-2 .box-inner .content-inner {
  background: #fff;
  width: 50%;
  float: right;
  padding: 45px;
}
@media (max-width: 767px) {
  .widget.gsc-video-box.style-2 .box-inner .content-inner {
    width: 100%;
    padding: 20px;
    float: left;
  }
}
.widget.gsc-video-box.style-2 .box-inner .content-inner .title {
  font-size: 36px;
  text-align: center;
  line-height: 52px;
}
.widget.gsc-video-box.style-2 .box-inner .content-inner .action {
  text-align: center;
  margin-top: 35px;
}
.widget.gsc-video-box.style-2 .box-inner .content-inner .action a {
  text-transform: uppercase;
  text-align: center;
  padding: 8px 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.widget.gsc-video-box.style-2 .box-inner .content-inner .action a:hover {
  background: #684685;
  border-color: #684685;
  color: #fff;
}
.widget.milestone-block {
  display: inline-block;
  margin-right: 50px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.widget.milestone-block .milestone-icon {
  float: left;
  text-align: center;
  position: relative;
}
.widget.milestone-block .milestone-icon span {
  font-size: 32px;
  color: #191b1c;
}
.widget.milestone-block .milestone-number-inner {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  margin: 10px 0;
}
.widget.milestone-block .milestone-text {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #000;
}
.widget.milestone-block .milestone-content {
  font-size: 13px;
  line-height: 22px;
}
.widget.milestone-block.position-icon-top {
  text-align: center;
  display: block;
  width: 100%;
  padding: 40px 20px;
  background: #fff;
}
.widget.milestone-block.position-icon-top .milestone-icon {
  color: #684685;
  display: inline-block;
  text-align: center;
  float: none;
  margin: 0;
}
.widget.milestone-block.position-icon-top .milestone-icon span {
  color: #684685;
  font-size: 60px;
  line-height: 1;
}
.widget.milestone-block.position-icon-top .milestone-right {
  display: block;
  text-align: center;
  float: none;
  width: 100%;
  margin-top: 10px;
}
.widget.milestone-block.position-icon-top .milestone-text {
  font-size: 16px;
  color: #232526;
}
.widget.milestone-block.position-icon-top.special-top {
  margin-top: -80px;
}
@media (max-width: 991px) {
  .widget.milestone-block.position-icon-top.special-top {
    margin-top: 30px;
  }
}
.widget.milestone-block.position-icon-top.v2 {
  padding: 0 20px;
}
.widget.milestone-block.position-icon-top.v2 .milestone-number {
  font-size: 35px;
  color: #232526;
}
.widget.milestone-block.position-icon-top-2 {
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px 30px 20px;
  min-height: 270px;
  background: #fff;
}
.widget.milestone-block.position-icon-top-2 .milestone-icon {
  color: #684685;
  display: inline-block;
  text-align: center;
  float: none;
  margin: 0;
}
.widget.milestone-block.position-icon-top-2 .milestone-icon span {
  color: #684685;
  font-size: 60px;
  line-height: 1;
}
.widget.milestone-block.position-icon-top-2 .milestone-right {
  display: block;
  text-align: center;
  float: none;
  width: 100%;
  margin-top: 10px;
}
.widget.milestone-block.position-icon-top-2 .milestone-text {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}
.widget.milestone-block.position-icon-top-2.special-top {
  margin-top: -80px;
}
@media (max-width: 991px) {
  .widget.milestone-block.position-icon-top-2.special-top {
    margin-top: 30px;
  }
}
.widget.milestone-block.position-icon-top-2.v2 {
  padding: 0 20px;
}
.widget.milestone-block.position-icon-top-2.v2 .milestone-number {
  font-size: 35px;
  color: #232526;
}
.widget.milestone-block.position-icon-left {
  width: 100%;
  margin-right: 0 !important;
}
.widget.milestone-block.position-icon-left .milestone-icon {
  float: left;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-right: 9px;
  margin-bottom: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  position: relative;
  padding-top: 0px;
  font-weight: 600;
}
.widget.milestone-block.position-icon-left .milestone-icon span {
  font-size: 38px !important;
  color: #684685;
}
.widget.milestone-block.position-icon-left .milestone-right {
  float: left;
  text-align: left;
  padding-left: 15px;
  margin-left: 5px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.widget.milestone-block.position-icon-left .milestone-number-inner {
  margin: 0;
  font-size: 24px;
}
.widget.milestone-block.position-icon-left .milestone-number-inner .milestone-number {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
}
.widget.milestone-block.position-icon-left .milestone-text {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #000;
}
.widget.milestone-block[style*="background-color"] {
  padding: 50px 20px;
}
@media (max-width: 991px) {
  .widget.milestone-block[style*="background-color"] {
    padding: 30px 20px;
  }
}
.widget.milestone-block.text-light .milestone-number, .widget.milestone-block.text-light .milestone-text {
  color: #fff !important;
}
.widget.milestone-block.text-light .milestone-icon span {
  border-color: #fff;
  color: #fff;
}
.widget.gsc-progress.text-light .progress-label {
  color: #fff;
}

.gsc-box-parallax {
  position: relative;
  margin-bottom: 80px;
}
.gsc-box-parallax .col-first {
  width: 60%;
  float: right;
}
@media (max-width: 991px) {
  .gsc-box-parallax .col-first {
    width: 100% !important;
  }
}
.gsc-box-parallax .col-second {
  padding: 20px 30px 30px;
  background: #fff;
  position: absolute;
  width: 50%;
  height: auto;
  z-index: 9;
  height: 80%;
  left: 0;
  -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
.gsc-box-parallax .col-second .content-inner {
  position: relative;
}
@media (max-width: 991px) {
  .gsc-box-parallax .col-second {
    width: 100% !important;
    position: static !important;
    height: auto !important;
    float: left;
  }
  .gsc-box-parallax .col-second:before, .gsc-box-parallax .col-second:after {
    content: " ";
    display: table;
  }
  .gsc-box-parallax .col-second:after {
    clear: both;
  }
}
.gsc-box-parallax .content-inner .subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.gsc-box-parallax .content-inner .title {
  font-size: 26px;
  margin-bottom: 10px;
}
.gsc-box-parallax .content-inner .title h3 {
  margin: 0;
  font-size: 20px;
}
.gsc-box-parallax .content-inner .readmore {
  margin-top: 30px;
}
.gsc-box-parallax.content-align-right .col-first {
  float: left;
  text-align: right;
}
.gsc-box-parallax.content-align-right .col-second {
  right: 0;
  left: auto;
}

.gsc-box-color {
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-bottom: 35px;
  background: #684685;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.gsc-box-color .box-content {
  text-align: center;
}
.gsc-box-color .box-content .content-inner {
  padding: 15px 30px 15px;
}
@media (max-width: 991px) {
  .gsc-box-color .box-content .content-inner {
    padding: 15px;
  }
}
.gsc-box-color .box-content .box-title {
  font-size: 16px;
  line-height: 30px;
  text-transform: none;
  font-weight: 400;
  position: relative;
  margin-bottom: 10px;
}
.gsc-box-color .box-content .icon {
  font-size: 24px;
  margin-left: 10px;
}
.gsc-box-color .box-content .content {
  font-size: 16px;
  line-height: 25px;
}
.gsc-box-color .box-content .action {
  margin: 15px 0 0;
}
.gsc-box-color .box-content .link {
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-size: 12px;
  z-index: 9;
  padding: 6px 20px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  color: #fff;
}
.gsc-box-color .box-content .link .text {
  position: relative;
  z-index: 9;
}
.gsc-box-color .box-content .link .background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.gsc-box-color .box-content .link:hover .background {
  background: rgba(0, 0, 0, 0.5);
}
.gsc-box-color.text-white .box-title, .gsc-box-color.text-white .content, .gsc-box-color.text-white .link {
  color: #fff;
}

.gsc-hover-background {
  position: relative;
  background: #F5F5F5;
  padding: 85px 0;
  margin-bottom: 30px;
}
.gsc-hover-background .front {
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gsc-hover-background .front .icon {
  line-height: 1;
  font-size: 42px;
  color: #684685;
}
.gsc-hover-background .front h2 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin-top: 15px;
  letter-spacing: -1px;
}
.gsc-hover-background .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
  -ms-background-size: cover !important;
  background-size: cover !important;
}
.gsc-hover-background .back:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: absolute;
}
.gsc-hover-background .back .content {
  color: #fff;
  padding: 10px 30px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.gsc-hover-background .back .content .content-text {
  font-size: 15px;
  color: #fff;
  padding-bottom: 15px;
}
.gsc-hover-background:hover .front {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.gsc-hover-background:hover .back {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.gsc-quote {
  position: relative;
  padding-top: 125px;
}
.gsc-quote:after {
  position: absolute;
  content: "";
  background: url("../images/testimonial-icon.png") no-repeat center center transparent;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50px;
  z-index: 1;
}
.gsc-quote .content {
  line-height: 28px;
}
.gsc-quote .signature {
  margin-top: 60px;
}
.gsc-quote .position {
  margin-top: 25px;
}

.gsc-quote-text {
  position: relative;
  padding: 30px 30px 30px 70px;
  margin-bottom: 30px;
}
.gsc-quote-text .icon {
  position: absolute;
  left: 20px;
  top: 30px;
  z-index: 1;
  font-size: 20px;
  color: #684685;
}
.gsc-quote-text .content {
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #999999;
}
.gsc-quote-text.has-border {
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.gsc-tabs .tabs_wrapper.tabs_horizontal .nav-tabs {
  margin: 5px 0;
  padding: 10px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content {
  margin-top: 20px;
}
.gsc-tabs .tabs_wrapper.tabs_horizontal .tab-content .tab-pane {
  background: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs {
  width: 25%;
  float: left;
}
.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li a {
  width: 100%;
}
.gsc-tabs .tabs_wrapper.tabs_vertical .nav-tabs > li:last-child {
  margin-bottom: 0;
}
.gsc-tabs .tabs_wrapper.tabs_vertical .tab-content {
  width: 75%;
  float: left;
  padding-left: 15px;
}
.gsc-tabs .tabs_wrapper.tabs_vertical .tab-content .tab-pane {
  background: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.gsc-gmap {
  position: relative;
}
.gsc-gmap.style-1 {
  margin-bottom: -10px;
}
.gsc-gmap.style-1 iframe {
  width: 100% !important;
  pointer-events: none;
}
.gsc-gmap.style-1 .info-inner {
  padding: 45px 30px;
  position: absolute;
  top: 100px;
  bottom: 100px;
  left: 20%;
  width: 375px;
  z-index: 99;
  background: #fff;
}
@media (max-width: 1199px) {
  .gsc-gmap.style-1 .info-inner {
    left: 15%;
  }
}
@media (max-width: 991px) {
  .gsc-gmap.style-1 .info-inner {
    position: static;
  }
}
.gsc-gmap.style-1 .info-inner .info-item {
  margin-bottom: 15px;
}
.gsc-gmap.style-2 {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .gsc-gmap.style-2 {
    margin-top: 30px;
  }
}
.gsc-gmap.style-2 .info-inner {
  padding: 60px 75px 60px 35px;
  position: absolute;
  top: -70px;
  bottom: -70px;
  width: 360px;
  z-index: 99;
  border: 5px solid #684685;
  z-index: 9;
}
@media (max-width: 991px) {
  .gsc-gmap.style-2 .info-inner {
    margin: 20px 0;
    position: static;
    width: 100%;
    float: left;
  }
}
.gsc-gmap.style-2 .map-content {
  position: relative;
  z-index: 99;
  width: 65%;
  float: right;
}
@media (max-width: 991px) {
  .gsc-gmap.style-2 .map-content {
    position: static;
    width: 100%;
  }
}
.gsc-gmap.style-2 .map-content iframe {
  width: 100%;
  pointer-events: none;
}

.gsc-button {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  border: 2px solid transparent;
  margin-bottom: 20px;
  display: inline-block;
  clear: both;
}
.gsc-button.radius-2x {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.gsc-button.radius-5x {
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}
.gsc-button.mini {
  font-size: 10px;
  padding: 3px 10px;
}
.gsc-button.small {
  font-size: 10px;
  padding: 8px 15px;
}
.gsc-button.medium {
  font-size: 12px;
  padding: 12px 35px;
}
.gsc-button.large {
  font-size: 14px;
  padding: 18px 60px;
}
.gsc-button.extra-large {
  font-size: 14px;
  padding: 20px 60px;
}

.gsc-accordion .panel-body {
  padding-left: 0;
  padding-right: 0;
}
.gsc-accordion .panel-group.skin-dark {
  background: #FAFAFA;
}
.gsc-accordion .panel-group.skin-dark .panel {
  background: #FAFAFA;
  border-bottom: 1px solid #e2e2e2 !important;
}
.gsc-accordion .panel-group.skin-dark .panel .panel-title {
  background: #FAFAFA !important;
}
.gsc-accordion .panel-group.skin-dark .panel .panel-title a {
  background: none !important;
}
.gsc-accordion .panel-group.skin-dark .panel:last-child {
  border-bottom: none !important;
}
.gsc-accordion .panel-group.skin-white-border {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.gsc-accordion .panel-group.skin-white-border .panel {
  padding: 0 0 15px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 18px !important;
}
.gsc-accordion .panel-group.skin-white-border .panel .panel-title a {
  padding-left: 24px;
}
.gsc-accordion .panel-group.skin-white-border .panel .panel-title a:after {
  left: 0;
}
.gsc-accordion .panel-group.skin-white-border .panel .panel-body {
  padding-top: 10px;
}
.gsc-accordion .panel-group.skin-white-border .panel:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.gsc-image-content.skin-v1 {
  text-align: center;
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.gsc-image-content.skin-v1 .box-content {
  padding: 10px 15px 0;
}
.gsc-image-content.skin-v1 .box-content .title {
  font-size: 20px;
}
.gsc-image-content.skin-v1 .box-content .read-more {
  margin-top: 15px;
}
.gsc-image-content.skin-v2 {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}
.gsc-image-content.skin-v2 .image {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.gsc-image-content.skin-v2 .image img {
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
  -moz-transition: all 3s;
  -ms-transition: all 3s;
}
.gsc-image-content.skin-v2 .box-content {
  background: #fff;
  padding: 20px;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.gsc-image-content.skin-v2 .box-content .title {
  margin: 0;
  font-size: 16px;
}
.gsc-image-content.skin-v2 .box-content .desc {
  margin-top: 5px;
}
.gsc-image-content.skin-v2 .box-content .read-more {
  margin-top: 10px;
}
.gsc-image-content.skin-v2 .box-content .read-more a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #684685;
}
.gsc-image-content.skin-v2 .box-content .read-more a i {
  margin-left: 6px;
  position: relative;
  top: 2px;
  font-size: 13px;
}
.gsc-image-content.skin-v2 .box-content .read-more a:hover {
  color: #fff;
}
.gsc-image-content.skin-v2:hover .box-content {
  background: #026BB0;
  color: #fff;
}
.gsc-image-content.skin-v2:hover .box-content a {
  color: #fff;
}
.gsc-image-content.skin-v2:hover .box-content .title {
  color: #fff;
}
.gsc-image-content.skin-v2:hover .box-content .title a {
  color: #fff;
}
.gsc-image-content.skin-v3 {
  max-width: 550px;
  margin: 0 auto 20px;
}
.gsc-image-content.skin-v3 .image {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.gsc-image-content.skin-v3 .image:after {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.gsc-image-content.skin-v3 .image .title {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  z-index: 9;
  margin-top: -25px;
  color: #fff;
}
.gsc-image-content.skin-v3 .image .title a {
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.gsc-image-content.skin-v3 .image:hover:after {
  background: #684685;
}
.gsc-image-content.skin-v3 .read-more {
  margin-top: 10px;
}

.gsc-block-view.remove-margin-on {
  margin-bottom: 0 !important;
}

.gsc-service-carousel {
  text-align: center;
}
.gsc-service-carousel .item .content-inner {
  border: 1px solid #F6F6F6;
  text-align: center;
  min-height: 170px;
  padding: 20px 15px 0;
  margin-bottom: 30px;
  margin-top: 10px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.gsc-service-carousel .item .content-inner .icon i {
  font-size: 48px;
  color: #684685;
  line-height: 70px;
}
.gsc-service-carousel .item .content-inner .title a {
  font-weight: 600;
  color: #666666;
  line-height: 22px;
}
.gsc-service-carousel .item .content-inner:hover, .gsc-service-carousel .item .content-inner:focus, .gsc-service-carousel .item .content-inner:active {
  box-shadow: 0px 6px 21px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-color: transparent;
}
.gsc-service-carousel .read-more {
  margin-top: 30px;
}

.column-content.text-quote {
  padding: 165px 20px;
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .column-content.text-quote {
    padding: 20px 20px;
  }
}
.column-content.text-quote-2 {
  padding: 80px 20px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .column-content.text-quote-2 {
    padding: 20px 20px;
  }
}

.gsc-our-history-carousel .item {
  padding-top: 30px;
  margin-bottom: 45px;
}
.gsc-our-history-carousel .item .content-inner {
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.02);
  text-align: left;
  padding: 30px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.gsc-our-history-carousel .item .content-inner .year {
  width: 60px;
  height: 60px;
  color: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  z-index: 9;
  background: #684685;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  line-height: 60px;
  font-weight: 600;
}
.gsc-our-history-carousel .item .content-inner .title {
  font-size: 16px;
  color: #684685;
  padding: 10px 0;
}
.gsc-our-history-carousel .item .content-inner:hover {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.gsc-our-gallery .item .content-inner .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
}
.gsc-our-gallery .owl-nav .owl-prev {
  margin-left: 90px !important;
}
.gsc-our-gallery .owl-nav .owl-next {
  margin-right: 90px !important;
}

.gsc-our-history-timeline {
  margin-bottom: 30px;
}
.gsc-our-history-timeline .item {
  position: relative;
  padding-bottom: 20px;
}
.gsc-our-history-timeline .item:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #684685;
  position: absolute;
  top: 10px;
  left: 90px;
  z-index: 1;
}
@media (max-width: 991px) {
  .gsc-our-history-timeline .item:before {
    left: 70px;
  }
}
.gsc-our-history-timeline .item:after {
  content: "";
  width: 6px;
  height: 100%;
  background: #F6F6F6;
  position: absolute;
  top: 20px;
  left: 92px;
  z-index: 1;
}
@media (max-width: 991px) {
  .gsc-our-history-timeline .item:after {
    left: 72px;
  }
}
.gsc-our-history-timeline .item:last-child:after {
  display: none;
}
.gsc-our-history-timeline .item .year {
  font-size: 18px;
  color: #000;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  font-weight: 600;
}
.gsc-our-history-timeline .item .content-right {
  padding-left: 150px;
}
@media (max-width: 991px) {
  .gsc-our-history-timeline .item .content-right {
    padding-left: 100px;
  }
}
.gsc-our-history-timeline .item .content-right .title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.gsc-our-history-timeline .item .content-right .description {
  padding-top: 10px;
}

.gsc-our-partners {
  margin-bottom: 45px;
}
.gsc-our-partners:before, .gsc-our-partners:after {
  content: " ";
  display: table;
}
.gsc-our-partners:after {
  clear: both;
}
.gsc-our-partners .image {
  width: 35%;
  float: left;
}
@media (max-width: 400px) {
  .gsc-our-partners .image {
    width: 100%;
    text-align: center;
  }
}
.gsc-our-partners .content-inner {
  width: 65%;
  float: left;
  padding-left: 30px;
}
@media (max-width: 400px) {
  .gsc-our-partners .content-inner {
    width: 100%;
  }
}
.gsc-our-partners .content-inner .title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.gsc-our-partners .content-inner .info {
  font-size: 12px;
  padding: 5px 0 12px;
}
.gsc-our-partners .content-inner .info .category {
  color: #684685;
}

.gsc-box-download {
  background: #684685;
  color: #fff;
  padding: 30px;
  margin: 20px 0;
}
.gsc-box-download .info .title {
  font-size: 18px;
}
.gsc-box-download .info .desc {
  font-size: 12px;
  line-height: 24px;
}
.gsc-box-download .box-files a {
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  background: #fff;
  padding: 15px;
  width: 100%;
}
.gsc-box-download.horizontal:before, .gsc-box-download.horizontal:after {
  content: " ";
  display: table;
}
.gsc-box-download.horizontal:after {
  clear: both;
}
.gsc-box-download.horizontal .info {
  width: 70%;
  float: left;
}
@media (max-width: 767px) {
  .gsc-box-download.horizontal .info {
    width: 100%;
    margin-bottom: 15px;
  }
}
.gsc-box-download.horizontal .box-files {
  width: 30%;
  float: left;
}
@media (max-width: 767px) {
  .gsc-box-download.horizontal .box-files {
    width: 100%;
  }
}

.gsc-socials.style-1 {
  text-align: right;
}
.gsc-socials.style-1:before, .gsc-socials.style-1:after {
  content: " ";
  display: table;
}
.gsc-socials.style-1:after {
  clear: both;
}
.gsc-socials.style-1 a {
  width: auto;
  color: #191b1c;
  background: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  margin: 0 10px 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.gsc-socials.style-1 a:hover, .gsc-socials.style-1 a:active, .gsc-socials.style-1 a:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.gsc-socials.style-2 {
  margin-bottom: 30px;
}
.gsc-socials.style-2 a {
  color: #191b1c;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  margin-right: 12px;
  font-size: 14px;
}
.gsc-socials.style-2 a:last-child {
  margin-right: 0;
}
.gsc-socials.style-2 a:hover, .gsc-socials.style-2 a:focus, .gsc-socials.style-2 a:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.gsc-socials.style-2 a i {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.gsc-socials.style-2 a i.fa-facebook-square, .gsc-socials.style-2 a i.fa-facebook {
  background: #3b5998;
}
.gsc-socials.style-2 a i.fa-twitter, .gsc-socials.style-2 a i.fa-twitter-square {
  background: #4099ff;
}
.gsc-socials.style-2 a i.fa-skype {
  background: #12a5f4;
}
.gsc-socials.style-2 a i.fa-dribbble {
  background: #ea4c89;
}
.gsc-socials.style-2 a i.fa-linkedin-square, .gsc-socials.style-2 a i.fa-linkedin {
  background: #0e76a8;
}
.gsc-socials.style-2 a i.fa-apple {
  background: #f2f2f2;
}
.gsc-socials.style-2 a i[class*="fa-pinterest"] {
  background: #c92228;
}
.gsc-socials.style-2 a i.fa-google-plus-square, .gsc-socials.style-2 a i.fa-google-plus {
  background: #d34836;
}
.gsc-socials.style-2 a i.fa-youtube-square, .gsc-socials.style-2 a i.fa-youtube {
  background: #c4302b;
}
.gsc-socials.style-2 a i.fa-vimeo-square, .gsc-socials.style-2 a i.fa-vimeo {
  background: #4ebbff;
}
.gsc-socials.style-2 a i.fa-tumblr-square, .gsc-socials.style-2 a i.fa-tumblr {
  background: #35465c;
}
.gsc-socials.style-2 a i.fa-xing-square, .gsc-socials.style-2 a i.fa-xing {
  background: #126567;
}
.gsc-socials.style-2 a i.fa-instagram {
  background: #e8e2d9;
}
.gsc-socials.style-2 a i.fa-behance {
  background: #0075FF;
}

.gsc-instagram .title {
  color: #242527;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 300;
}
.gsc-instagram .title a {
  color: #684685;
  border-bottom: 1px solid #684685;
}
.gsc-instagram .title a:hover, .gsc-instagram .title a:focus, .gsc-instagram .title a:active {
  color: #000;
}
.gsc-instagram.style-2 .owl-carousel {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.gsc-instagram.style-2 .owl-carousel .owl-item > .item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gsc-carousel-content .owl-nav {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: 60px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none !important;
}
.gsc-carousel-content .owl-nav > div {
  width: 38px;
  height: 38px;
  background: #191A1B !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff !important;
  line-height: 38px !important;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: static !important;
  margin: 0 5px !important;
  float: left;
}
.gsc-carousel-content .owl-nav > div:hover, .gsc-carousel-content .owl-nav > div:focus, .gsc-carousel-content .owl-nav > div:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gsc-carousel-content .item .item-content .bg-full {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0.1;
  filter: alpha(opacity=10);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
@media (max-width: 767px) {
  .gsc-carousel-content .item .item-content .bg-full {
    width: 100%;
    min-height: 300px;
    position: relative;
  }
}
.gsc-carousel-content .item .item-content .content-box {
  float: right;
  width: 50%;
  background: #684685;
  min-height: 600px;
}
@media (max-width: 767px) {
  .gsc-carousel-content .item .item-content .content-box {
    width: 100%;
    min-height: auto;
  }
}
.gsc-carousel-content .item .item-content .content-box .content-inner {
  max-width: 700px;
  padding: 60px;
}
@media (max-width: 991px) {
  .gsc-carousel-content .item .item-content .content-box .content-inner {
    padding: 45px 30px;
  }
}
.gsc-carousel-content .active .item-content .bg-full {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 999;
}
.gsc-carousel-content.style-1 .content-box .content-inner .title {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .gsc-carousel-content.style-1 .content-box .content-inner .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.gsc-carousel-content.style-1 .content-box .content-inner .title a {
  color: #fff;
}
.gsc-carousel-content.style-1 .content-box .content-inner .desc {
  font-size: 17px;
  color: #fff;
}
.gsc-carousel-content.style-1 .content-box .content-inner .action a {
  background: #191A1B;
  font-size: 18px;
  padding: 0 25px;
  font-family: "Open Sans", sans-serif;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.gsc-carousel-content.style-1 .content-box .content-inner .action a:hover {
  color: #191A1B;
  background: #fff;
}
.gsc-carousel-content.style-2 .content-box .content-inner .title {
  font-size: 30px;
  color: #1d1e20;
  font-weight: 400;
  line-height: 45px;
}
.gsc-carousel-content.style-2 .content-box .content-inner .title a {
  color: #1d1e20;
  font-family: "Poppins", sans-serif;
}
.gsc-carousel-content.style-2 .content-box .content-inner .desc {
  font-size: 15px;
  color: #232526;
  font-weight: 400;
  line-height: 30px;
  margin: 30px 0;
}
.gsc-carousel-content.style-3 .owl-nav {
  bottom: 20px !important;
  left: 20px !important;
  margin-left: 0 !important;
}
.gsc-carousel-content.style-3 .image {
  max-width: 78%;
}
@media (max-width: 991px) {
  .gsc-carousel-content.style-3 .image {
    width: 100%;
    max-width: 100%;
  }
}
.gsc-carousel-content.style-3 .content-box {
  padding: 40px;
  min-height: auto !important;
  max-width: 500px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .gsc-carousel-content.style-3 .content-box {
    padding: 30px;
    max-width: 100%;
    width: 100% !important;
    position: static;
  }
}
.gsc-carousel-content.style-3 .content-box .content-inner {
  padding: 0 !important;
  color: #fff;
  font-size: 17px;
}
.gsc-carousel-content.style-3 .content-box .content-inner .title {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 16px;
}
.gsc-carousel-content.style-3 .content-box .content-inner .title a {
  color: #fff;
}
.gsc-carousel-content.style-3 .content-box .content-inner .title a:hover, .gsc-carousel-content.style-3 .content-box .content-inner .title a:active, .gsc-carousel-content.style-3 .content-box .content-inner .title a:focus {
  text-decoration: underline;
}
.gsc-carousel-content.style-3 .content-box .content-inner .action a {
  background: #000;
  border: 1px solid #000;
}

/**
 * jPreloader
 */
@media (max-width: 780px) {
  #jpreContent {
    display: none !important;
  }
}
@media (min-width: 780px) {
  .js-preloader .gva-body-page {
    opacity: 0;
  }

  .js-preloader.preloader-done .gva-body-page {
    opacity: 1;
  }

  #jpreContent {
    display: none;
  }

  #jpreOverlay {
    background-color: transparent;
    height: auto !important;
    top: 0 !important;
    position: absolute !important;
  }

  #jpreSlide {
    width: 100%;
    text-align: center;
    top: 50% !important;
    bottom: auto !important;
    margin-top: -10px;
  }

  #jpreSlide #jpreContent {
    display: block;
    position: relative;
    margin-bottom: 40px;
  }

  .js-preloader #jpreOverlay {
    background-color: #ffffff;
    height: 100% !important;
    position: fixed !important;
  }

  .js-preloader #jpreLoader {
    top: 50% !important;
    height: 2px;
    left: 50% !important;
    margin-left: -250px;
    width: 500px;
    background: #D8D8D8;
  }

  .js-preloader #jprePercentage {
    display: block !important;
    text-align: center;
  }

  #jpreBar {
    z-index: 2;
    background-color: #000000;
  }

  #jpreButton,
  #jprePercentage {
    display: none !important;
  }

  #jprePercentage {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -40px;
  }
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #684685, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #684685, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #684685, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #684685, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #684685, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #684685, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .gva-offcanvas-mobile {
    background: #fff;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 350px;
    top: 0;
    bottom: 0;
    z-index: 999;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
    padding-top: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
  }
  .gva-offcanvas-mobile.show-view {
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  .gva-offcanvas-mobile .after-offcanvas {
    display: block !important;
    visibility: visible !important;
  }
  .gva-offcanvas-mobile .after-offcanvas .block {
    float: left;
    width: 100%;
  }
  .gva-offcanvas-mobile .close-offcanvas {
    display: block !important;
    visibility: visible !important;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 15px 0;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #111111;
  }
  .gva-offcanvas-mobile .close-offcanvas span {
    font-size: 24px;
  }
  .gva-offcanvas-mobile .close-offcanvas:hover {
    cursor: pointer;
    color: #684685;
  }
  .gva-offcanvas-mobile .block {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
  }
  .gva-offcanvas-mobile .block .block-content:before, .gva-offcanvas-mobile .block .block-content:after {
    content: " ";
    display: table;
  }
  .gva-offcanvas-mobile .block .block-content:after {
    clear: both;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu {
    padding: 10px 0 0;
    width: 100% !important;
    background: none !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li {
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 8px !important;
    padding-bottom: 8px !important;
    padding-top: 2px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li:last-child {
    border-bottom: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li:after, .gva-offcanvas-mobile .gva-navigation .gva_menu > li:before {
    content: none;
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 14px;
    padding: 0 !important;
    font-weight: 600;
    color: #000 !important;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:after, .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:before {
    content: none;
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a:hover {
    color: #684685 !important;
    background: none !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.menu-parent:hover .sub-menu {
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu {
    padding-left: 20px !important;
    margin-bottom: 10px;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu .icaret {
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu li a {
    font-size: 14px;
    line-height: 24px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: #999999 !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu li a:hover {
    color: #684685 !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li ul.menu.sub-menu ul.sub-menu {
    display: block !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.megamenu .sub-menu > li {
    width: 100% !important;
    float: none !important;
    display: block;
    padding: 0;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.megamenu .sub-menu > li > a {
    padding: 0;
    border: 0;
    margin: 0;
    font-size: 14px;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu > li.megamenu .sub-menu > li.block-image {
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a {
    position: relative;
    display: block;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a:hover {
    color: #684685;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: -10px;
    font-size: 13px;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret.nav-minus:before {
    content: '\e903';
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret:before {
    position: absolute;
    font-family: 'gva-icon';
    content: '\e900';
    text-transform: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu li ul {
    display: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -moz-transition: none;
    -ms-transition: none;
    min-width: inherit;
    display: none;
    width: 100%;
    position: static;
    padding: 0 !important;
    visibility: visible;
    border: 0;
    background: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu:after, .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu:before {
    content: none;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a {
    border-width: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:before, .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:after {
    content: none !important;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a:hover {
    text-indent: 0;
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu ul {
    display: none;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu .block-image {
    display: none;
  }
}
.menu-bar {
  height: 32px;
  width: 36px;
  position: relative;
  cursor: pointer;
  margin-top: 30px;
  float: right;
  top: -5px;
  right: -5px;
}
.menu-bar:hover {
  -webkit-box-shadow: 0, 0, 10px, 0.3;
  box-shadow: 0, 0, 10px, 0.3;
}
.menu-bar span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #222222;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.menu-bar span.one {
  top: 6px;
}
.menu-bar span.two {
  top: 0;
  bottom: 0;
}
.menu-bar span.three {
  bottom: 6px;
}
.menu-bar.show-view span.two {
  opacity: 0;
  filter: alpha(opacity=0);
}
.menu-bar.show-view span.one, .menu-bar.show-view span.three {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-bar.show-view span.three {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 510px) {
  .col-xs-6 {
    width: 100% !important;
  }
}
.event-block .event-image {
  position: relative;
  overflow: hidden;
}
.event-block .event-image .date {
  position: absolute;
  top: 15px;
  right: 10px;
  overflow: hidden;
  padding: 5px 10px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.event-block .event-image .date .day {
  font-size: 30px;
  text-transform: uppercase;
  color: #684685;
  display: block;
  font-weight: 600;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  line-height: 1;
}
.event-block .event-image .date .month {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  display: block;
  text-transform: uppercase;
}
.event-block .event-image .date .icon {
  margin-right: 5px;
}
.event-block .event-content {
  background: #fff;
  padding: 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  min-height: 185px;
}
.event-block .event-content .event-info .title {
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.event-block .event-content .event-info .event-meta {
  font-size: 13px;
  color: #026BB0;
}
.event-block .event-content .event-info .body {
  margin-top: 10px;
  line-height: 28px;
}

.event-block-2 {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.event-block-2:before, .event-block-2:after {
  content: " ";
  display: table;
}
.event-block-2:after {
  clear: both;
}
@media (max-width: 767px) {
  .event-block-2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 650px) {
  .event-block-2 {
    max-width: 460px;
    margin: 0 auto;
  }
}
.event-block-2 .content-inner {
  padding-left: 350px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .event-block-2 .content-inner {
    padding-left: 310px;
  }
}
@media (max-width: 991px) {
  .event-block-2 .content-inner {
    padding-left: 320px;
  }
}
@media (max-width: 650px) {
  .event-block-2 .content-inner {
    padding-left: 0;
  }
}
.event-block-2 .content-inner .event-content-inner {
  position: relative;
}
.event-block-2 .post-title {
  font-size: 18px;
}
.event-block-2 .event-image {
  width: 320px;
  float: left;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .event-block-2 .event-image {
    width: 300px;
  }
}
@media (max-width: 650px) {
  .event-block-2 .event-image {
    width: 100%;
    margin-bottom: 15px;
  }
}
.event-block-2 .event-image .event-date {
  -webkit-box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
  width: 75px;
  height: 75px;
  float: left;
  text-align: center;
  line-height: 1.1;
  padding-top: 10px;
  position: absolute;
  background: #fff;
  right: 15px;
  top: 15px;
}
.event-block-2 .event-image .event-date .date {
  font-size: 30px;
  font-weight: 600;
  color: #684685;
  display: block;
}
.event-block-2 .event-image .event-date .month {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  font-family: "Poppins", sans-serif;
}
.event-block-2 .event-meta {
  font-size: 15px;
  margin-top: 5px;
  line-height: 22px;
}
.event-block-2 .event-line {
  width: 50px;
  height: 2px;
  background: #684685;
  margin: 15px 0 15px;
}
@media (max-width: 991px) {
  .event-block-2 .post-title {
    margin-top: 0;
    font-size: 18px;
  }
}

.event-list-item .event-date {
  display: inline-block;
  background: #684685;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 0 15px;
  font-size: 13px;
  line-height: 30px;
  line-height: 24px;
}
.event-list-item .event-title {
  margin-top: 5px;
}
.event-list-item .event-title a {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.event-list-item .event-title a:hover {
  color: #684685;
}
.event-list-item .event-body {
  color: #232526;
}
.event-list-item .event-body p {
  margin-bottom: 0;
}

.events-list .view-content-wrap .item:last-child .event-block-2 {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.event-block-list .event-date {
  width: 110px;
  height: auto;
  float: left;
  background: #684685;
  color: #fff;
  padding: 12px 10px;
}
.event-block-list .event-date span {
  display: block;
}
.event-block-list .event-date span.day {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1;
  margin-bottom: 3px;
  padding-bottom: 3px;
}
.event-block-list .event-title a {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  display: inline-block;
  line-height: 24px;
}
.event-block-list .event-address {
  font-size: 14px;
}
.event-block-list .event-address i {
  font-size: 16px;
  color: #684685;
}
.event-block-list .event-content {
  padding-left: 125px;
}

.event-full {
  margin-bottom: 30px;
}
.event-full .event-info {
  background: #f5f5f5;
  padding: 20px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.event-full .event-info .date > *, .event-full .event-info .address > * {
  float: left;
}
.event-full .event-info .date i, .event-full .event-info .address i {
  margin-right: 10px;
  margin-top: 6px;
}

.portfolio-filter {
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
}
.portfolio-filter ul.nav-tabs {
  display: inline-block;
}
.portfolio-filter ul.nav-tabs > li {
  margin-bottom: 10px;
}
.portfolio-filter ul.nav-tabs > li > a {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  background: none;
  font-weight: 600;
  background: #fff;
  color: #000;
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-right: 15px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-transform: uppercase;
}
.portfolio-filter ul.nav-tabs > li > a.active {
  background: #684685;
  color: #fff;
}

.portfolio-v1 {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.portfolio-v1:after {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.portfolio-v1 .content-inner {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: -20px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  z-index: 11;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: left;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  padding: 25px 25px 25px;
}
.portfolio-v1 .content-inner .title a {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 26px;
}
.portfolio-v1 .content-inner .title a:hover, .portfolio-v1 .content-inner .title a:focus, .portfolio-v1 .content-inner .title a:active {
  text-decoration: underline;
}
.portfolio-v1 .content-inner .category {
  color: #fff;
}
.portfolio-v1 .content-inner .category a {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
.portfolio-v1 .content-inner .category a:hover, .portfolio-v1 .content-inner .category a:focus, .portfolio-v1 .content-inner .category a:active {
  text-decoration: underline;
}
.portfolio-v1:hover:after, .portfolio-v1:active:after, .portfolio-v1:focus:after {
  top: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.portfolio-v1:hover .content-inner, .portfolio-v1:active .content-inner, .portfolio-v1:focus .content-inner {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0;
}
.portfolio-v1 ul {
  list-style: none;
  padding: 0;
}
.portfolio-v1.portfolio-carousel {
  margin-bottom: 0;
}

.portfolio-v2 {
  margin-bottom: 35px;
}
.portfolio-v2 ul {
  padding: 0;
  list-style-type: none;
}
.portfolio-v2 .image {
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.portfolio-v2 .content-inner {
  position: relative;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  text-align: left;
}
.portfolio-v2 .content-inner:before, .portfolio-v2 .content-inner:after {
  content: " ";
  display: table;
}
.portfolio-v2 .content-inner:after {
  clear: both;
}
.portfolio-v2 .content-inner .title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 24px;
  text-transform: uppercase;
  margin: 15px 0 10px;
}

.text-light .portfolio-v2 .content-inner a {
  color: #fff;
}
.text-light .portfolio-v2 .content-inner a:hover, .text-light .portfolio-v2 .content-inner a:focus, .text-light .portfolio-v2 .content-inner a:active {
  text-decoration: underline;
}

.campaign-block {
  margin-bottom: 30px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.campaign-block .image {
  position: relative;
}
.campaign-block .image:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.campaign-block .image .action-donate {
  position: absolute;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -18px;
  z-index: 11;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.campaign-block .image .action-donate:hover {
  background: #684685;
  border-color: #684685;
}
.campaign-block .image .funded {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
}
.campaign-block .image .funded .progress {
  margin-bottom: 0;
}
.campaign-block .image .funded span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #684685;
  text-align: center;
}
.campaign-block .image .funded canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.campaign-block .image .icon-expand {
  position: absolute;
  top: 15px;
  right: 15px;
  color: rgba(255, 255, 255, 0.8);
  z-index: 11;
  font-size: 18px;
}
.campaign-block .image .video-link {
  position: absolute;
  top: 15px;
  right: 45px;
  color: rgba(255, 255, 255, 0.8);
  z-index: 11;
  font-size: 18px;
}
.campaign-block .campaign-content {
  position: relative;
  padding: 5px 25px 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
}
.campaign-block .campaign-content .content-inner {
  position: relative;
  min-height: 145px;
}
.campaign-block .campaign-content .title {
  margin-bottom: 5px;
}
.campaign-block .campaign-content .title a {
  line-height: 22px;
  font-size: 16px;
  display: inline-block;
}
.campaign-block .campaign-content .content-raised {
  padding: 10px 0 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #8e8e8e;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.campaign-block .campaign-content .content-raised > div {
  float: left;
  text-align: center;
  line-height: 1.3;
  position: relative;
  min-height: 36px;
}
.campaign-block .campaign-content .content-raised > div:after {
  content: '';
  width: 1px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.campaign-block .campaign-content .content-raised > div:last-child:after {
  display: none;
}
.campaign-block .campaign-content .content-raised > div.raised, .campaign-block .campaign-content .content-raised > div.goal {
  width: 35%;
}
.campaign-block .campaign-content .content-raised > div.funded {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  padding-top: 3px;
  width: 30%;
  color: #684685;
}
.campaign-block .campaign-content .content-raised > div .title {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.campaign-block .campaign-content .content-raised > div .value {
  font-weight: 600;
}
.campaign-block .campaign-content .summary > div {
  padding: 5px 0 10px;
  max-height: 88px;
}
.campaign-block .campaign-content .days {
  position: relative;
  font-size: 14px;
}
.campaign-block .campaign-content .content-action {
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.campaign-block .campaign-content .content-action:before, .campaign-block .campaign-content .content-action:after {
  content: " ";
  display: table;
}
.campaign-block .campaign-content .content-action:after {
  clear: both;
}
.campaign-block.v2 .campaign-content {
  padding-top: 10px;
}
.campaign-block.v2 .funded {
  width: 100%;
  height: auto;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  bottom: 0;
  left: 0;
  margin-left: 0;
}
.campaign-block:hover {
  -webkit-box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 26px 3px rgba(0, 0, 0, 0.1);
}
.campaign-block:hover .image:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.campaign-block:hover .image .action-donate {
  opacity: 1;
  filter: alpha(opacity=100);
}
.campaign-block:hover .campaign-content .content-raised {
  color: #191b1c;
}

.campaign-block-2 {
  margin-bottom: 35px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.campaign-block-2 .image {
  position: relative;
}
.campaign-block-2 .image:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.campaign-block-2 .image .funded {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 15;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
}
.campaign-block-2 .image .funded .progress {
  margin-bottom: 0;
}
.campaign-block-2 .image .funded span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #684685;
  text-align: center;
}
.campaign-block-2 .image .funded canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.campaign-block-2 .image .icon-expand {
  position: absolute;
  top: 15px;
  right: 15px;
  color: rgba(255, 255, 255, 0.8);
  z-index: 11;
  font-size: 18px;
}
.campaign-block-2 .image .video-link {
  position: absolute;
  top: 15px;
  right: 45px;
  color: rgba(255, 255, 255, 0.8);
  z-index: 11;
  font-size: 18px;
}
.campaign-block-2 .image .title {
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.82) 100%);
  background: -webkit-linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.82) 100%);
  background: -ms-linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.82) 100%);
  display: block !important;
  visibility: visible !important;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  line-height: 20px;
}
.campaign-block-2 .image .title a {
  color: #fff;
}
.campaign-block-2 .image .funded .percentage {
  display: none;
}
.campaign-block-2 .image .campaign-time {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0 10px;
  background: #684685;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-size: 14px;
  z-index: 99;
}
.campaign-block-2 .campaign-content {
  position: relative;
  padding: 5px 0 0;
  background: none;
  border-top: 0;
}
.campaign-block-2 .campaign-content .content-inner {
  position: relative;
  overflow: hidden;
}
.campaign-block-2 .campaign-content .content-raised {
  margin-top: 5px;
}
.campaign-block-2 .campaign-content .content-raised .raised {
  color: #1db3e7;
  font-size: 16px;
  font-weight: 500;
}
.campaign-block-2 .campaign-content .content-raised .goal {
  color: #684685;
  font-size: 16px;
  font-weight: 500;
}
.campaign-block-2 .campaign-content .content-raised .funded-percentage {
  background: #684685;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 0 5px;
  line-height: 18px;
  position: relative;
  top: -1px;
  margin-left: 3px;
}
.campaign-block-2 .campaign-content .days {
  position: relative;
  font-size: 14px;
}
.campaign-block-2 .campaign-content .content-action {
  margin: 0;
  line-height: 1;
}
.campaign-block-2 .campaign-content .content-action:before, .campaign-block-2 .campaign-content .content-action:after {
  content: " ";
  display: table;
}
.campaign-block-2 .campaign-content .content-action:after {
  clear: both;
}
.campaign-block-2 .campaign-content .content-action a {
  color: #684685;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
}
.campaign-block-2:hover .image:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.campaign-block-2:hover .campaign-time {
  opacity: 1;
  filter: alpha(opacity=100);
}

.campaigns-grid-1 .campaign-block {
  margin-bottom: 30px;
}
.campaigns-grid-1 .campaign-block .funded {
  top: 50%;
  margin-top: -40px;
  bottom: auto;
}
.campaigns-grid-1 .campaign-block .title {
  margin: 0;
}
.campaigns-grid-1 .campaign-block .campaign-content {
  padding: 30px 20px 20px;
}
.campaigns-grid-1 .campaign-block .content-action {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #684685;
  z-index: 9;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.campaigns-grid-1 .campaign-block .content-action a {
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  padding: 5px 0;
}
.campaigns-grid-1 .campaign-block .content-action a:after {
  display: none;
}
.campaigns-grid-1 .campaign-block .content-action .days {
  display: none;
}
.campaigns-grid-1 .campaign-block:hover .content-action {
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.campaigns-grid-1 .views-view-grid > .row:last-child .campaign-block {
  margin-bottom: 0;
}

.campaigns-tabs .carousel-nav {
  margin-bottom: 30px;
  margin: 10px auto 30px;
  max-width: 980px;
}
.campaigns-tabs .carousel-nav .slick-slide {
  padding: 0 10px;
}
.campaigns-tabs .carousel-nav .slick-slide .link-campaign {
  text-align: center;
  display: block;
  padding: 10px;
  margin: 10px 0;
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.campaigns-tabs .carousel-nav .slick-slide .link-campaign:hover {
  cursor: pointer;
}
.campaigns-tabs .carousel-nav .slick-slide.slick-center .link-campaign {
  color: #fff;
  background: #684685;
}

.campaigns-list .campaign-block {
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
}
.campaigns-list .campaign-block:before, .campaigns-list .campaign-block:after {
  content: " ";
  display: table;
}
.campaigns-list .campaign-block:after {
  clear: both;
}
.campaigns-list .campaign-block .image {
  width: 35%;
  float: left;
}
@media (max-width: 600px) {
  .campaigns-list .campaign-block .image {
    width: 100%;
    padding: 0;
  }
}
.campaigns-list .campaign-block .image .funded {
  top: 50%;
  margin-top: -40px;
}
.campaigns-list .campaign-block .campaign-content {
  width: 65%;
  float: left;
  padding: 0 0 0 45px;
}
@media (max-width: 600px) {
  .campaigns-list .campaign-block .campaign-content {
    width: 100%;
    padding: 0;
  }
}

.campaign-single {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.campaign-single .campaign-content {
  border: none;
  padding: 0;
}
.campaign-single .campaign-content .content-inner {
  height: auto;
  min-height: auto;
}
.campaign-single .campaign-content .funded {
  margin-top: 0;
}
.campaign-single .campaign-content .funded .progress {
  margin-bottom: 20px;
}
.campaign-single .campaign-content .content-raised {
  line-height: 40px;
  padding: 8px 0 20px;
}
.campaign-single .campaign-content .content-raised:before, .campaign-single .campaign-content .content-raised:after {
  content: " ";
  display: table;
}
.campaign-single .campaign-content .content-raised:after {
  clear: both;
}
.campaign-single .campaign-content .content-raised span, .campaign-single .campaign-content .content-raised .raised {
  font-size: 18px;
  font-weight: 600;
}
.campaign-single .campaign-content .content-raised .button-donation {
  float: right;
  line-height: 24px;
}
.campaign-single .campaign-content-inner {
  margin-top: 20px;
}
.campaign-single .campaign-content-inner .post-title {
  font-size: 26px;
  font-weight: 400;
  margin-top: 5px;
}
.campaign-single #popup-add-to-cart .modal-body {
  padding: 30px;
}
.campaign-single #popup-add-to-cart .modal-body .expired {
  padding-top: 50px;
  font-size: 24px;
}
.campaign-single #popup-add-to-cart .form-item {
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}
.campaign-single #popup-add-to-cart .form-item .ajax-progress-throbber {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
}
.campaign-single #popup-add-to-cart .form-item input[type=radio] {
  opacity: 0;
  filter: alpha(opacity=0);
}
.campaign-single #popup-add-to-cart .form-item input[type=radio]:hover {
  cursor: pointer;
}
.campaign-single #popup-add-to-cart .form-item input[type=radio]:checked ~ label {
  color: #684685;
}
.campaign-single #popup-add-to-cart .form-item input[type=radio]:checked ~ label:before {
  border-color: #684685;
}
.campaign-single #popup-add-to-cart .form-item label.option {
  position: relative;
  margin-left: 10px;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 18px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.campaign-single #popup-add-to-cart .form-item label.option:hover {
  cursor: pointer;
}
.campaign-single #popup-add-to-cart .form-item label.option:after {
  content: "";
  background: #fff;
  position: absolute;
  left: -29px;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.campaign-single #popup-add-to-cart .form-item label.option:before {
  content: "";
  position: absolute;
  left: -32px;
  top: -2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
.campaign-single #popup-add-to-cart .funded {
  float: left;
  margin-top: 30px;
}
.campaign-single #popup-add-to-cart .add-to-cart-content-inner {
  padding-left: 190px;
}
.campaign-single #popup-add-to-cart .add-to-cart-content-inner .field--name-price {
  padding-left: 10px;
  float: left;
  width: 100%;
  line-height: 1;
}
.campaign-single #popup-add-to-cart .add-to-cart-content-inner .field--name-price > div {
  float: left;
}
.campaign-single #popup-add-to-cart .add-to-cart-content-inner .field--name-price .field__item {
  color: #684685;
  margin-left: 5px;
}
.campaign-single #popup-add-to-cart .add-to-cart-content-inner .field--name-variations {
  float: left;
  width: 100%;
}
.campaign-single #popup-add-to-cart .add-to-cart-content-inner .field--name-variations legend {
  margin-bottom: 10px;
}
.campaign-single .post-categories:before, .campaign-single .post-categories:after {
  content: " ";
  display: table;
}
.campaign-single .post-categories:after {
  clear: both;
}
.campaign-single .post-categories .field__item a {
  font-weight: 600;
  padding: 2px 20px;
  background: #f5f5f5;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  float: left;
  margin-right: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.campaign-single .post-categories .field__item a:hover, .campaign-single .post-categories .field__item a:focus {
  background: #684685;
  border-color: #684685;
  color: #fff;
}

.related-campaigns .campaign-block {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.related-campaigns .campaign-block .campaign-content {
  padding: 0;
}
.related-campaigns .campaign-block .content-action {
  display: none;
}
.related-campaigns .campaign-block .content-raised {
  display: none;
}
.related-campaigns .campaign-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.quick-cart {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
  background: #fff;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.quick-cart .block {
  margin-bottom: 0;
}
.quick-cart .block .block-title {
  margin: 0;
  padding: 0;
}
.quick-cart .block .block-title span {
  color: #000 !important;
}
.quick-cart .title {
  width: 80px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 11;
  -webkit-box-shadow: -2px 0px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0px 2px 1px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  background: #684685;
  font-size: 14px;
}
.quick-cart .title .icon {
  margin-right: 6px;
  font-size: 16px;
}
.quick-cart .title a {
  color: #fff !important;
  display: block;
}
.quick-cart .title:hover {
  cursor: pointer;
}
.quick-cart .content-inner {
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 10px 15px 15px;
  max-width: 320px;
  position: relative;
  z-index: 1;
}
.quick-cart .product-description {
  padding: 0 !important;
}
.quick-cart .cart-block--contents {
  position: relative !important;
  width: 320px;
  max-width: 100%;
  display: block !important;
}
.quick-cart .cart-block--contents .cart-block--contents__items {
  position: relative;
}
.quick-cart .cart-block--contents .cart-block--contents__inner {
  padding: 0;
  overflow: hidden;
}
.quick-cart .cart-block--contents table {
  margin-bottom: 5px;
}
.quick-cart .cart-block--contents .cart-block--contents__links {
  background: #f4f4f4;
  padding: 15px 0 8px;
  text-align: center;
}
.quick-cart .cart-block--contents .cart-block--contents__links a {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  background: #684685;
  padding: 8px 20px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.quick-cart .cart-block--contents .cart-block--contents__links a:hover {
  background: #fff;
  color: #684685;
}
.quick-cart .cart-block--summary {
  color: #684685 !important;
}
.quick-cart .cart-block--summary .cart-block--summary__icon {
  display: none;
}
.quick-cart.open {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 550px) {
  .cart-form table thead {
    display: none;
  }
}
@media (max-width: 550px) {
  .cart-form table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 550px) {
  .cart-form table tr td {
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 15px;
    border: none;
  }
}
.cart-form table tr td.views-field-edit-quantity {
  text-align: center;
}
.cart-form table tr td.views-field-edit-quantity input {
  text-align: center;
}
.cart-form table tr td.views-field-remove-button {
  text-align: center;
}
.cart-form table tr td.views-field-remove-button input {
  background: none;
  color: #684685;
  padding: 5px;
}

.layout-checkout-form {
  margin-bottom: 30px;
}
.layout-checkout-form .checkout-pane-payment-information div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox) {
  margin-bottom: 10px;
  width: 100%;
  float: left;
  display: block;
}
.layout-checkout-form .checkout-pane-payment-information div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox) label {
  display: block;
  width: 100%;
  float: left;
}
.layout-checkout-form .checkout-pane-payment-information div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox) input, .layout-checkout-form .checkout-pane-payment-information div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox) select {
  width: 100%;
  float: left;
}
.layout-checkout-form .checkout-pane-payment-information div[class*='form-item'].js-form-type-radio {
  line-height: 1;
  margin-bottom: 5px;
}
.layout-checkout-form .checkout-pane-payment-information div[id*='edit-payment-information-payment-method'] {
  margin-bottom: 15px;
}
.layout-checkout-form .checkout-pane-payment-information div[id*='edit-payment-information-payment-method'] legend {
  margin-bottom: 10px;
}
.layout-checkout-form .credit-card-form .form-item {
  width: auto !important;
  float: left;
  margin-bottom: 5px;
  margin-right: 15px;
}
.layout-checkout-form .credit-card-form .form-item input, .layout-checkout-form .credit-card-form .form-item select {
  margin-top: 0;
  line-height: 21px;
}
.layout-checkout-form .credit-card-form .credit-card-form__expiration {
  display: inline-block;
  float: left;
}

.profile-form div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox), .commerce-payment-method-add-form div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox) {
  margin-bottom: 10px;
  width: 100%;
  float: left;
  display: block;
}
.profile-form div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox) label, .commerce-payment-method-add-form div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox) label {
  display: block;
  width: 100%;
  float: left;
}
.profile-form div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox) input, .profile-form div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox) select, .commerce-payment-method-add-form div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox) input, .commerce-payment-method-add-form div[class*='form-item']:not(.js-form-type-radio):not(.js-form-type-checkbox) select {
  width: 100%;
  float: left;
}
.profile-form div[class*='form-item'].js-form-type-radio, .commerce-payment-method-add-form div[class*='form-item'].js-form-type-radio {
  line-height: 1;
  margin-bottom: 5px;
}
.profile-form .credit-card-form .form-item, .commerce-payment-method-add-form .credit-card-form .form-item {
  width: auto !important;
  float: left;
  margin-bottom: 5px;
  margin-right: 15px;
}
.profile-form .credit-card-form .form-item input, .profile-form .credit-card-form .form-item select, .commerce-payment-method-add-form .credit-card-form .form-item input, .commerce-payment-method-add-form .credit-card-form .form-item select {
  margin-top: 0;
  line-height: 21px;
}
.profile-form .credit-card-form .credit-card-form__expiration, .commerce-payment-method-add-form .credit-card-form .credit-card-form__expiration {
  display: inline-block;
  float: left;
}

.views-profiles .views-col {
  margin-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.views-profiles .views-col:after {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.path-user .customer-information {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.path-user .customer-information > div {
  float: left;
}
.path-user .customer-information > div.field--name-mail {
  width: 33%;
}
@media (max-width: 767px) {
  .path-user .customer-information > div.field--name-mail {
    width: 100%;
  }
}
.path-user .customer-information > div.customer-billing {
  width: 67%;
}
@media (max-width: 767px) {
  .path-user .customer-information > div.customer-billing {
    width: 100%;
  }
}
.path-user .customer-information > div .field__label {
  width: 100%;
  float: left;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.path-user .customer-information > div .field__item {
  float: left;
  width: 100%;
}
.path-user .customer-information > div.customer-billing .address {
  margin: 0;
}
.path-user .customer-information > div.customer-billing .address span {
  margin-right: 6px;
  padding-right: 8px;
  position: relative;
  display: inline-block;
}
.path-user .customer-information > div.customer-billing .address span:after {
  content: '';
  width: 1px;
  height: 15px;
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
.path-user .customer-information > div.customer-billing .address span:last-child:after {
  display: none;
}
.path-user .customer-information > div.customer-billing .address br {
  display: none;
}
.path-user .order-information {
  float: left;
  width: 100%;
}
.path-user .order-information > .field {
  float: left;
  margin-right: 20px;
  width: 30%;
}
@media (max-width: 300px) {
  .path-user .order-information > .field {
    width: 100%;
  }
}
.path-user .order-information > .field .field__label {
  font-weight: 600;
  color: #000;
}
.path-user .order-information > .field.field--name-order-items, .path-user .order-information > .field.field--name-total-price {
  width: 100%;
  margin-top: 20px;
  margin-right: 0;
}

.colorpicker {
  z-index: 9999999 !important;
}

.permission-save-hidden #gavias_customize_save {
  display: none !important;
}

.gavias-skins-panel {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #fff;
  right: -403px;
  position: fixed;
  height: auto;
  top: 0px;
  bottom: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 400px;
  z-index: 999;
}
.gavias-skins-panel .gavias-skins-panel-inner {
  bottom: 0;
  padding: 30px 10px 10px;
  height: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  width: 100%;
}
.gavias-skins-panel.active {
  right: 0 !important;
}
.gavias-skins-panel #gavias_profile_customize_name option {
  color: #000;
}
.gavias-skins-panel .control-panel {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 150px;
  left: -40px;
  width: 40px;
  height: 40px;
  background: #684685;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
.gavias-skins-panel .control-panel:hover {
  cursor: pointer;
}
.gavias-skins-panel .panel-skins-content {
  padding-bottom: 20px;
  overflow: hidden;
}
.gavias-skins-panel .panel-skins-content:last-child {
  padding-bottom: 0;
}
.gavias-skins-panel .panel-skins-content .title {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}
.gavias-skins-panel .panel-skins-content .item-color {
  width: 25px;
  height: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 5px 6px 0 6px;
  border: 3px solid transparent;
}
.gavias-skins-panel .panel-skins-content .item-color:hover {
  cursor: pointer;
}
.gavias-skins-panel .panel-skins-content .item-color.default {
  background: #FBB122;
}
.gavias-skins-panel .panel-skins-content .item-color.blue {
  background: #50AF4D;
}
.gavias-skins-panel .panel-skins-content .item-color.brown {
  background: #684035;
}
.gavias-skins-panel .panel-skins-content .item-color.green {
  background: #009673;
}
.gavias-skins-panel .panel-skins-content .item-color.lilac {
  background: #8F6684;
}
.gavias-skins-panel .panel-skins-content .item-color.lime_green {
  background: #8CCA4F;
}
.gavias-skins-panel .panel-skins-content .item-color.orange {
  background: #F86923;
}
.gavias-skins-panel .panel-skins-content .item-color.pink {
  background: #D91897;
}
.gavias-skins-panel .panel-skins-content .item-color.purple {
  background: #9854B3;
}
.gavias-skins-panel .panel-skins-content .item-color.red {
  background: #E43844;
}
.gavias-skins-panel .panel-skins-content .item-color.turquoise {
  background: #1CCDCA;
}
.gavias-skins-panel .panel-skins-content .item-color.turquoise2 {
  background: #178E94;
}
.gavias-skins-panel .panel-skins-content .item-color.violet_red {
  background: #F3605D;
}
.gavias-skins-panel .panel-skins-content .item-color.violet_red2 {
  background: #973A4B;
}
.gavias-skins-panel .panel-skins-content .item-color.yellow {
  background: #ecc311;
}
.gavias-skins-panel .panel-skins-content .item-color.active {
  border-color: #000;
}
.gavias-skins-panel .panel-skins-content .layout {
  width: 80px;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}
.gavias-skins-panel .panel-skins-content .layout:hover {
  cursor: pointer;
}
.gavias-skins-panel .panel-skins-content .layout.active {
  background-color: #684685;
  color: #fff;
}
.gavias-skins-panel .panel-skins-content .layout:last-child {
  margin-right: 0;
}
.gavias-skins-panel.gavias-skin-demo {
  top: 200px;
  bottom: auto !important;
  padding: 20px !important;
  width: 260px !important;
  right: -263px !important;
}
.gavias-skins-panel.gavias-skin-demo .control-panel {
  top: 75px !important;
}
.gavias-skins-panel.gavias-skin-demo.active {
  right: 0 !important;
}

#customize-gavias-preivew .panel {
  padding: 0 !important;
}
#customize-gavias-preivew .panel .panel-heading .panel-title > a {
  padding: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
#customize-gavias-preivew .panel .panel-heading .panel-title > a:after {
  display: none !important;
}
#customize-gavias-preivew .panel .panel-body {
  padding: 15px !important;
}
#customize-gavias-preivew .form-group {
  position: relative;
  float: left;
  width: 100%;
}
#customize-gavias-preivew .form-group label {
  width: 150px;
  float: left;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
#customize-gavias-preivew .form-group input {
  width: calc(100% - 150px);
  float: left;
}
#customize-gavias-preivew .form-group select {
  width: 100%;
}
#customize-gavias-preivew .form-group .colorselector {
  width: calc(100% - 150px);
  position: relative;
}
#customize-gavias-preivew .form-group .colorselector input {
  width: 100% !important;
}
#customize-gavias-preivew .form-group .colorselector .input-group-addon {
  border: 1px solid #222222;
}
#customize-gavias-preivew .form-group .colorselector .input-group-addon i {
  width: 30px;
  height: 20px;
}
#customize-gavias-preivew .form-group .colorselector .remove {
  width: 34px;
  height: 34px;
  color: #000;
  position: absolute;
  top: 3px;
  right: 25px;
  line-height: 34px;
  text-align: center;
  z-index: 99;
}
#customize-gavias-preivew .form-group .colorselector .remove:hover {
  cursor: pointer;
}

.gavias_customize_form .form-group.action {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.gavias_customize_form .form-group.action input {
  width: 28%;
  margin-left: 10px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 5px 10px !important;
}
.gavias_customize_form .form-group.action input#gavias_customize_save {
  background: #5cb85c;
}
.gavias_customize_form .form-group.action input#gavias_customize_preview {
  background: #5bc0de;
}
.gavias_customize_form .form-group.action input#gavias_customize_reset {
  background: #f0ad4e;
}


@media (max-width: 575px) {
     .frontheader-section__title {
        font-size: 2.4rem;
        margin-bottom: 20px;
        color: #fff;
        width: 100%;
        font-family: Rubik, sans-serif;
    }
    .frontheader-section__description {
    opacity: 0;
    transform: translateY(15px);
    animation: frontheaderFadeIn 0.8s ease forwards 1.2s;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
    font-family: Rubik, sans-serif;
    font-size: 1.4rem;
    line-height: 3rem;
    margin-bottom: 30px;
}



.topbar i {
    color: #FFF;
    padding: 8px;
    font-size: 14px;
}
    .topbar a {
        color: #fff;
        text-decoration: none;
        padding-left: 4px;
        padding-right: 8px;
        font-family: Rubik, sans-serif;
        font-size: 12px;
        line-height: 24px;
    }
    
html[lang="en"] .contact-top-bar.flex.justify-between.items-center
 {
    DISPLAY: block ! IMPORTANT;
}
html[lang="en"] div#block-topbaren a {
    font-family: Poppins;
    FONT-SIZE: 9PX;
    FLOAT: LEFT;
}
html[lang="en"] .topbar .pull-right {
        float: LEFT !important;
        direction: ltr;
        width: 100%;
    }
html[lang="en"] .topbar .pull-left {
        float: LEFT !important;
        direction: LTR;
        margin-right: auto;
        margin-left: auto;
        display: table-caption;
        width: 100% !important;
        position: relative;
    }       

.topbar .pull-right {
    float: right !important;
    direction: ltr;
    width: 100%;
}

    .topbar .pull-left {
        float: right !important;
        direction: rtl;
        margin-right: auto;
        margin-left: auto;
        display: block;
        width: 100%;
    }
.topbar .left2 {
    width: 100%;
    float: right;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.topbar .social-icons ul {
        list-style: none;
        padding: 0px;
        margin-right: auto;
        margin-left: auto;
        display: inline-block;
        width: 100%;
    }
.topbar .flex1.items-center.gap-4 {
    display: -webkit-box;
}

.topbar .pull-left {
      float: right !important; 
        direction: rtl;
        margin-right: auto;
        margin-left: auto;
        display: table-caption;
        width: 100% !important;
        position: relative;
    }

.topbar .social-icons {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 100%;
}
.frontheader-section__actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: center;
}
    .frontheader-section__actions {
        flex-direction: row;
        gap: 9px;
    }
        .frontheader-section__button {
        width: 100%;
        padding: 5px 10px;
        font-size: 13px;
    }
    .frontheader-section__button {
    font-weight: bold;
    padding: 8px 8px;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 54px;
}
.facts-section__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    text-align: center;
}

.about-section__bg-blur--top {
    top: 0;
    right: 0;
    width: 16rem;
    height: 16rem;
    background-color: #FAB74D;
    opacity: 0.2;
    transform: translateY(-50%) translateX(50%);
    display: none;
}
    .facts-section__stat-label {
        font-size: 12px !important;
        min-height: 3em;
    }
 
    
    .facts-section__stat-number.animated-done {
    transform: scale(1);
    font-size: 18px !important;
}
    
    .about-section__feature-description {
    font-size: 14px;
    color: #6b7280;
    font-size: 16px;
    color: #6b7280;
    font-family: Rubik, sans-serif;
    text-align: justify;
}

.projects-slider .owl-nav {
    position: absolute;
    top: -30px;
    left: 0;
}
.projects-slider .owl-dots
 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
}
section#volunteer .flex-col {
    flex-direction: column;
}
section#volunteer .flex {
    display: flex;
    line-height: 50px;
}
section#volunteer p.text-gray-600.mt-4.text-lg {
    font-family: Rubik, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    font-size: 1.5rem;
    line-height: 2.75rem;
}

.vol .gsc-column.col-lg-4.col-md-4.col-sm-4.col-xs-12 {
    margin-bottom: 30px;
}

.wajdan_project .proj-card
 {
    background: white;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 5px solid #684685 !important;
    opacity: 1;
    -webkit-opacity: 1;
    transition: all 0.35s;
}

section#donate-impact .di-content
 {
    flex: 1;
    padding: 15px;
}
.social-icons ul {
    list-style: none;
}

.partner .init-carousel-owl {
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
}


section#donate-impact.di-section {
    background: linear-gradient(135deg, #4E1F7C, #2e1047);
    color: white;
    position: relative;
    padding: 0px 0px !important;
    background: linear-gradient(135deg, #4E1F7C, #3b175e);
    color: #fff;
    overflow: hidden;
    font-family: Rubik, sans-serif;
    DIRECTION: RTL;
    min-height: 1050px;
}

header.header-v1 .header-main-inner .header-inner {
        padding-left: 0px;
    }


header.header-v1 .header-main-inner .header-inner {
    padding-right: 0px;
}
header.header-v1 .header-main-inner .branding {
        width: 250px !important;
}

.menu-bar {
    height: 32px;
    width: 36px;
    position: relative;
    cursor: pointer;
    margin-top: 30px;
    float: left;
    top: 15px;
    left: 15px;
}

.lan {
    display: flex;
    align-items: center;
    direction: rtl;
    float: left;
    padding: 37px 0px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
a#donate-btn {
    font-size: 13px !important;
}
a#lang-switch {
    font-size: 13px !important;
}



.cursor-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 99999;
    display: none;
}


header.header-v1 .header-main.has-link-donate .gva-offcanvas-mobile {
    padding-left: 0px;
    text-align: center;
}
    .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a {
        display: block;
        width: 100%;
        line-height: 32px;
        font-size: 14px;
        padding: 0 !important;
        font-weight: 600;
        color: #000 !important;
        font-family: 'Rubik';
        text-transform: uppercase;
    }
    
    .amelalkhir-card h3 {
    font-family: Rubik, sans-serif;
    font-size: 20px;
    color: #714596;
    margin-bottom: 10px;
    text-align: center;
}
.amelalkhir-card p {
    font-family: Rubik, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    flex-grow: 1;
    text-align: center;
}

.projects-section__container {
    max-width: 1200px;
    margin: auto;
    padding: 0 0px !important;
}

.amelalkhir-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #fab74d, #ffcf7a);
    font-size: 28px;
    margin-bottom: 18px;
    margin-right: auto;
    margin-left: auto;
}

.projects-section__card-button {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: .3s;
    text-align: center;
}

.projects-section__card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.projects-section__card-description {
    font-size: 15px !important;
    line-height: 1.7;
    color: #6b7280;
    margin-bottom: 15px;
    text-align: center;
}

.atraf-card-content {
    padding: 20px !important;
}

.atraf-feature-box {
    background: #fff;
    padding: 30px !important;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .07);
    transition: .3s;
}

.atraf-card-text {
    line-height: 2;
    font-size: 15px !important;
    color: #555;
    margin-bottom: 20px;
}

.path-sponsorship .gva-view-grid {
    width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 1rem;
}

.wajdan_project .proj-card-title a

 {

    font-size: 1.6rem !important ;

}

.node--type-project section.detail-content.section-std {
    width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 1rem;
}

.projects-section__card-content {
    width: 55%;
    padding: 10px !important;
    text-align: right;
}

.path-universal .gva-view-grid {
    width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 1rem;
}

.path-senses .gva-view-grid {
    width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 1rem;
}
.path-merger .gva-view-grid
 {
    width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 1rem;
}

.path-likeus .gva-view-grid {
    width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 1rem;
}
    .path-sponsorship .gva-view-grid {
        width: 100%;
        /* max-width: 1200px; */
        margin-right: auto;
        margin-left: auto;
        padding: 0 1rem;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 25px 1rem;
    }
    
    .path-news .gva-view-grid {
    width: 100%;
    /* max-width: 1200px; */
    margin-right: auto;
    margin-left: auto;
    padding: 0 1rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 1rem;
}

.news-hero-full {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(to top, rgba(46 16 71 / 0.9), rgba(109, 36, 53, 0.4));
    color: white;
    margin-bottom: 0;

    opacity: 1 !important;
}



    .news-subtitle-full {
        font-size: 1.6rem !important;
    } 
    
    .news-title-full {
    font-size: 3.5rem !important;
    font-weight: 900;
    line-height: 2.1;
    argin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 1s ease-out;
    padding: 0 2rem;
    font-family: Rubik, sans-serif !important;
}

.balsama-about-section {
    padding: 30px 0px;
    background: #ffffff;
}

.balsama-about-text {
    font-size: 15px !important;
    line-height: 1.9;
    margin-bottom: 20px;
    color: #444;
    text-align: justify;
    font-family: Rubik, sans-serif;
}

.balsama-contact-section {
    padding: 30px 0px;
    background: #f7f5fa;
    color: #fff;
    text-align: center;
    font-family: Rubik, sans-serif;
    margin-bottom: 30px;
    direction: ltr;
}

.balsama-team-text {
    font-size: 15px !important;
    line-height: 1.9;
    margin-bottom: 20px;
    color: #444;
    font-family: Rubik, sans-serif;
}

.balsama-team-section {
    padding: 30px 0px;
}

.aos-init {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1 !important;
    -webkit-opacity: 1 !important;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
}

html[lang="en"] header.header-v1 .header-main-inner .header-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

html[lang="en"] .menu-bar {
        height: 32px;
        width: 36px;
        position: relative;
        cursor: pointer;
        margin-top: 30px;
        float: right;
        top: 15px;
        right: 15px;
        left: 0px;
    }

html[lang="en"] a#donate-btn {
        font-size: 11px !important;
    }
    
html[lang="en"] .lan {
    gap: 1rem !important;
}
html[lang="en"] a#lang-switch {
        font-size: 11px !important;
    }
    
html[lang="en"] a.sup {
    font-size: 11px !important;
}

html[lang="en"] li.menu-item {
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 8px !important;
    padding-bottom: 8px !important;
    padding-top: 2px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
html[lang="en"] header.header-v1 .header-main.has-link-donate .gva-offcanvas-mobile {
    padding-left: 0px !important;
    padding-right: 0px !important;
}    
   
html[lang="en"] .gva-offcanvas-mobile ul {
    margin: 0;
    padding-left: 0px;
}

html[lang="en"] .gva-offcanvas-mobile .block {
        border-bottom: 0px solid rgba(0, 0, 0, 0.1);
        padding: 0px;
    }

html[lang="en"] .gva-offcanvas-mobile li.menu-item {
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 8px !important;
    padding-bottom: 8px !important;
    padding-top: 2px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
html[lang="en"] .projects-section__card-content {
        width: 100%;
        padding: 10px !important;
        text-align: right;
    }
    
    html[lang="en"] section#donate-impact.di-section {
    background: linear-gradient(135deg, #4E1F7C, #2e1047);
    color: white;
    position: relative;
    padding: 0px 0px !important;
    background: linear-gradient(135deg, #4E1F7C, #3b175e);
    color: #fff;
    overflow: hidden;
    font-family: Rubik, sans-serif;
    DIRECTION: LTR;
    height: 1200px;
}

 html[lang="en"]  p.MsoNormal {
    line-height: 40px;
    display: inline;
}

 html[lang="en"] .node--type-news .article-body-full p {
    font-size: 1.5rem;
    line-height: 2.5;
    color: #4b5563;
    margin-bottom: 2rem;
    text-align: justify;
    padding: 15px;
    direction: ltr;
    text-align: left;
}
}

html[lang="en"] .path-team-grid .team-name a { font-family:Poppins; }

html[lang="en"] .team-single-page { font-family:Poppins; }

html[lang="en"] .field--name-field-related a { font-family:Poppins; }

html[lang="en"] .path-team-grid .team-block .team-content .team-job { font-family:Poppins; }

html[lang="en"] .aboutus { font-family:Poppins; }

html[lang="en"] .about_page .hero-title { font-family:Poppins; }

html[lang="en"] .about_page .hero-badge { font-family:Poppins; }

html[lang="en"] ul.feature-list > li:after { font-family: "gva-icon"; }

html[lang="en"] .breadcrumb-content-inner .gva-breadcrumb-content .page-title { font-family: "Poppins", sans-serif; }

html[lang="en"] .topbar a { font-family:Poppins; }

html[lang="en"] .newsfront .wajdan_project .proj-card-text { font-family:Poppins; }

html[lang="en"] .front  h1.text-4xl.md\:text-6xl.font-bold.mb-6.leading-tight.reveal.delay-200 { font-family:Poppins; }

html[lang="en"] .front h1.text-4xl.md\:text-6xl.font-bold.mb-6.leading-tight.reveal.delay-200 { font-family:Poppins; }

html[lang="en"] .front p.text-lg.md\:text-xl.mb-8.text-gray-200.reveal.delay-300 { font-family:Poppins; }

html[lang="en"] .footer .block { font-family:Poppins; }

html[lang="en"] .footer .block .block-title span { font-family:Poppins; }

html[lang="en"] section.frontheader-section { font-family:Poppins; }

html[lang="en"] section.frontheader-section { font-family:Poppins; }

html[lang="en"] .am-about-title { font-family:Poppins; }

html[lang="en"] .am-about-card h3 { font-family:Poppins; }

html[lang="en"] .widget.gsc-block-drupal.title-align-left.teams .team-block .team-content .team-name { font-family:Poppins; }

html[lang="en"] .widget.gsc-block-drupal.title-align-left.teams .team-block .team-content .team-job { font-family:Poppins; }

html[lang="en"] .frontheader-section__title { font-family:Poppins; font-family:Poppins; }

html[lang="en"] .frontheader-section__description { font-family:Poppins; }

html[lang="en"] .facts-section__title { font-family:Poppins; }

html[lang="en"] .facts-section__subtitle { font-family:Poppins; }

html[lang="en"] section.facts-section { font-family:Poppins; }

html[lang="en"] /* Urgent Campaigns Section - Base */
.urgentcamp-section { font-family:Poppins; }

html[lang="en"] .urgentcamp-section__subtitle { font-family:Poppins; }

html[lang="en"] .urgentcamp-section__title { font-family:Poppins; }

html[lang="en"] .urgentcamp-section__card-title { font-family:Poppins; }

html[lang="en"] .projects-section__title { font-family:Poppins; }

html[lang="en"] /* Card Title */
.projects-section__card-title { font-family:Poppins; }

html[lang="en"] section.projects-section { font-family:Poppins; }

html[lang="en"] section.projects-section { font-family:Poppins; }

html[lang="en"] div#block-topbaren a { font-family:Poppins; }

html[lang="en"] /* Main Title */
.about-section__title { font-family:Poppins; }

html[lang="en"] /* Description */
.about-section__description { font-family:Poppins; }


html[lang="en"] .about-section__description {


    border-left: 4px solid rgb(113 69 150 / var(--tw-text-opacity, 1));
    border-radius: 4px;
    padding-right: 0px;
    padding-left:10px;
    border-right:0px;
}


html[lang="en"] .am-about-highlight {
    border-left: 4px solid #714596;
    padding-left: 15px;
      border-right: 0px solid #714596;
    padding-right: 0px;
}
html[lang="en"] .about-section__feature-title { font-family:Poppins; }

html[lang="en"] .about-section__feature-description { font-family:Poppins; }

html[lang="en"] button#backToTop { font-family: "Font Awesome 6 Free"; }

html[lang="en"] /* Image Overlay */
.about-section__image-overlay { font-family:Poppins; }

html[lang="en"] .text-white { font-family:Poppins; }

html[lang="en"] .text-brand-800 { font-family:Poppins; }

html[lang="en"] .bg-white { font-family:Poppins; }

html[lang="en"] p.text-gray-600.mt-4.text-lg { font-family:Poppins; }

html[lang="en"] span.text-accent-600.font-bold.tracking-wider.uppercase { font-family: inherit; font-family:Poppins; }

html[lang="en"] h2.text-3xl.md\:text-5xl.font-black.text-brand-900.mt-2 { font-family:Poppins; }

html[lang="en"] .about-section__content { font-family:Poppins; }

html[lang="en"] .about-section__content { font-family:Poppins; }

html[lang="en"] .front .bg-brand-green { font-family:Poppins; }

html[lang="en"] .bg-white { font-family:Poppins; }

html[lang="en"] .front  span.sponsorships-hero-badge { font-family:Poppins; }

html[lang="en"] .partner h1.hero-title.reveal.delay-200.active { font-family:Poppins; }

html[lang="en"] .partner_facts-section__title { font-family:Poppins; }

html[lang="en"] .partner .container.text-center p { font-family:Poppins; }

html[lang="en"] .partner span.field-content a { font-family:Poppins; }

html[lang="en"] .zakatcalculator-section__title { font-family:Poppins; }

html[lang="en"] /* Form Title */
.zakatcalculator-section__form-title { font-family:Poppins; }

html[lang="en"] /* Input Base */
.zakatcalculator-section__input { font-family: 'IBM Plex Sans Arabic', sans-serif; }

html[lang="en"] .zakatcalculator-section__summary-title { font-family:Poppins; }

html[lang="en"] section#comprehensive-zakat { font-family:Poppins; }

html[lang="en"] header.header-v4 .main-menu ul.gva_menu_main > li > a { font-family: "Open Sans", sans-serif; }

html[lang="en"] header.header-v4 .header-action a { font-family: Poppins; }

html[lang="en"] .footer .block .block-title span { font-family:Poppins; }

html[lang="en"] .footer .block { font-family:Poppins; }

html[lang="en"] body.footer-v2 .block .block-title span { font-family: Poppins; }

html[lang="en"] body.footer-v2 .copyright a { font-family: Poppins; }

html[lang="en"] body.footer-v3 #footer .block .block-title span { font-family: Poppins; }

html[lang="en"] .page-notfound .big-title { font-family: "Poppins", sans-serif; }

html[lang="en"] .page-notfound .action a { font-family: "Poppins", sans-serif; }

html[lang="en"] .team-single-page .team-quote:after { font-family: "FontAwesome"; }

html[lang="en"] .post-block .post-title a { font-family: "Poppins", sans-serif; }

html[lang="en"] .post-style-list.small .post-title a { font-family: "Poppins", sans-serif; }

html[lang="en"] .testimonial-node-v1 .quote { font-family: "Poppins", sans-serif; }

html[lang="en"] .testimonial-node-v1 .content-inner .title { font-family: "Poppins", sans-serif; }

html[lang="en"] .testimonial-node-v2 .avatar:after { font-family: "FontAwesome"; }

html[lang="en"] .testimonial-node-v4:after { font-family: "FontAwesome"; }

html[lang="en"] .path-projects .main.main-page { font-family:Poppins; }

html[lang="en"] .path-senses .main.main-page { font-family:Poppins; }

html[lang="en"] .path-universal .main.main-page { font-family:Poppins; }

html[lang="en"] .path-merger .main.main-page { font-family:Poppins; }

html[lang="en"] .path-likeus .main.main-page { font-family:Poppins; }

html[lang="en"] .path-sponsorship .main.main-page { font-family:Poppins; }

html[lang="en"] /* === Page Base === */
.kfarat .kaffarah-page { font-family: 'IBM Plex Sans Arabic', sans-serif; }

html[lang="en"] .kfarat .input-label { font-family:Poppins; }

html[lang="en"] .partner span.field-content { font-family:Poppins; }

html[lang="en"] .partner span.field-content:hover { font-family:Poppins; }

html[lang="en"] .kfarat .info-text { font-family:Poppins; }

html[lang="en"] .kfarat .donate-text { font-family:Poppins; }

html[lang="en"] .kfarat span#summary-label { font-family:Poppins; }

html[lang="en"] .kfarat span#summary-calc { font-family:Poppins; }

html[lang="en"] .kfarat .summary-label { font-family:Poppins; }

html[lang="en"] .kfarat .summary-note { font-family:Poppins; }

html[lang="en"] .kfarat .card-title { font-family:Poppins; }

html[lang="en"] .kfarat .input-title { font-family:Poppins; }

html[lang="en"] .kfarat .input-subtitle { font-family:Poppins; }

html[lang="en"] .kfarat .type-desc { font-family:Poppins; }

html[lang="en"] .kfarat .type-label { font-family:Poppins; }

html[lang="en"] .path-news .main.main-page { font-family:Poppins; }

html[lang="en"] .path-news .wajdan_project .proj-card-text { font-family:Poppins; }

html[lang="en"] .path-news-en .main.main-page { font-family:Poppins; }

html[lang="en"] .path-news-en .wajdan_project .proj-card-text { font-family:Poppins; }

html[lang="en"] .path-ourcampaigns .main.main-page { font-family:Poppins; }

html[lang="en"] .node--type-programs .main.main-page { font-family:Poppins; }

html[lang="en"] .path-initiatives .main.main-page { font-family:Poppins; }

html[lang="en"] .kfalat .sponsorships-hero-badge { font-family:Poppins; }

html[lang="en"] .kfalat .sponsorships-stat-label { font-family:Poppins; }

html[lang="en"] .kfalat  .sponsorships-section-subtitle { font-family:Poppins; }

html[lang="en"] .kfalat  .sponsorships-section-title { font-family:Poppins; font-family:Poppins; }

html[lang="en"] .kfalat .sponsorships-hero-title { font-family:Poppins; }

html[lang="en"] .kfalat .sponsorships-hero-text { font-family:Poppins; }

html[lang="en"] /* Hero Badge */
    .node--type-programs .hero-badge { font-family:Poppins; }

html[lang="en"] /* Hero Title */
    .node--type-programs .hero-title { font-family:Poppins; }

html[lang="en"] .node--type-programs .content-main .field--name-body { font-family:Poppins; }

html[lang="en"] .node--type-programs h2.section-title { font-family:Poppins; }

html[lang="en"] .node--type-programs .field--name-body h3,
    .node--type-programs .field--name-body H3 { font-family:Poppins; }

html[lang="en"] /* About Section */
    .node--type-programs .campaign-description { font-family:Poppins; }

html[lang="en"] .node--type-programs .campaign-description h3,
    .node--type-programs .campaign-description h4 { font-family:Poppins; }

html[lang="en"] .node--type-campaigns .main.main-page { font-family:Poppins; }

html[lang="en"] .node--type-campaigns .campaign-badge { font-family:Poppins; }

html[lang="en"] /* Campaign Title */
.node--type-campaigns .campaign-title { font-family:Poppins; }

html[lang="en"] .node--type-campaigns h2.section-title { font-family:Poppins; }

html[lang="en"] .node--type-campaigns .field--name-body H3 { font-family:Poppins; }

html[lang="en"] /* About Section */
.node--type-campaigns .campaign-description { font-family:Poppins; }

html[lang="en"] .node--type-campaigns .campaign-description h3 { font-family:Poppins; }

html[lang="en"] .sadakajarya .sadaqah-page { font-family: 'IBM Plex Sans Arabic', sans-serif; }

html[lang="en"] .sadakajarya .project-category { font-family:Poppins; }

html[lang="en"] .sadakajarya .project-title { font-family:Poppins; }

html[lang="en"] .sadakajarya .project-beneficiaries { font-family:Poppins; }

html[lang="en"] .sadakajarya span.donors-count { font-family:Poppins; }

html[lang="en"] .wajdan_project .proj-card-status { font-family:Poppins; }

html[lang="en"] .node--type-news .main.main-page { font-family:Poppins; }

html[lang="en"] .node--type-news .main.main-page { font-family:Poppins; }

html[lang="en"] .partner span.field-content h3 a { font-family:Poppins; }

html[lang="en"] .programs .wajdan_project .proj-btn-link { font-family:Poppins; }

html[lang="en"] .programs .wajdan_project .proj-card-text { font-family:Poppins; }

html[lang="en"] /* Financial Transparency Section */

.ft-section { font-family:Poppins; }

html[lang="en"] .ft-title { font-family:Poppins; }

html[lang="en"] /* ===============================
   Request Support Section (rs-)
================================= */
section#request-support { font-family:Poppins; }

html[lang="en"] section#request-support { font-family:Poppins !important; }

html[lang="en"] .rs-title { font-family:Poppins; }

html[lang="en"] /* ===============================
   Donation Impact Section (di-)
================================= */

.di-section { font-family:Poppins; }

html[lang="en"] .di-title { font-family:Poppins; }

html[lang="en"] .di-card-title { font-family:Poppins; }

html[lang="en"] .di-impact-box h4 { font-family:Poppins; }

html[lang="en"] .wajdan_project .proj-card-title a { font-family:Poppins; }

html[lang="en"] .wajdan_project .proj-card-text { font-family: Poppins; }

html[lang="en"] .wajdan_project .proj-card-title a { font-family:Poppins; }

html[lang="en"] .wajdan_project .proj-card-text { font-family: Poppins; }

html[lang="en"] /* Slide Content */
.sliderfront-section__slide-content { font-family:Poppins; }

html[lang="en"] /* Slide Title */
.sliderfront-section__slide-title { font-family:Poppins; }

html[lang="en"] .wajdan_project .proj-btn-link { font-family:Poppins; }

html[lang="en"] .newsfront p.projects-section__subtitle { font-family:Poppins; }

html[lang="en"] h4.font-bold.text-xl.text-brand-primary.mb-4.flex.items-center.gap-3 { font-family:Poppins; }

html[lang="en"] h3.text-2xl.font-bold.text-brand-primary.mb-6.flex.items-center.gap-3 { font-family:Poppins; }

html[lang="en"] h4.font-bold.text-lg.text-brand-primary.mb-4.flex.items-center.gap-2 { font-family:Poppins; }

html[lang="en"] .mt-8.p-6.bg-gradient-to-r.from-brand-beige\/20.to-white.rounded-2xl.border.border-brand-beige\/30 .text-sm.text-gray-600.mb-1 { font-family:Poppins; }

html[lang="en"] .zakat-result-box h3.text-2xl.font-bold.mb-8.flex.items-center.justify-center.gap-4 { font-family:Poppins; }

html[lang="en"] .zakat-result-box .text-sm { font-family:Poppins; }

html[lang="en"] .alzakat .zakat-tab-btn { font-family:Poppins; }

html[lang="en"] /* --- Zakat Page Base --- */
.alzakat .zakat-page { font-family: 'IBM Plex Sans Arabic', sans-serif; }

html[lang="en"] .alzakat .zakat-hero-badge { font-family:Poppins; }

html[lang="en"] .alzakat .zakat-hero-title { font-family:Poppins; }

html[lang="en"] .alzakat .zakat-tab-btn.active { font-family:Poppins; }

html[lang="en"] .alzakat label.mb-3.block { font-family:Poppins; }

html[lang="en"] .zakat-hero .max-w-3xl { font-family:Poppins; }

html[lang="en"] .node--type-project .post-block { font-family:Poppins; }

html[lang="en"] .team-block .team-content .team-name { font-family: "Poppins", sans-serif; }

html[lang="en"] .text-size-big { font-family: "Poppins", sans-serif; }

html[lang="en"] .nav-tabs > li > a { font-family: "Poppins", sans-serif; }

html[lang="en"] .owl-carousel.carousel-thumbnail.text.top .owl-dots .owl-dot { font-family: "Poppins", sans-serif; }

html[lang="en"] .owl-carousel.carousel-thumbnail.text.vertical .owl-dots .owl-dot { font-family: "Poppins", sans-serif; }

html[lang="en"] .btn, .btn-white, .btn-theme, .btn-theme-second, .more-link a, .btn-theme-submit, input[type='submit'] { font-family: "Poppins", sans-serif; }

html[lang="en"] .btn-line { font-family: "Poppins", sans-serif; }

html[lang="en"] .user-login-form input[type*='submit'], .user-register-form input[type*='submit'], .user-form input[type*='submit'], .user-pass input[type*='submit'] { font-family: "Poppins", sans-serif; }

html[lang="en"] /*************** Progress Bars ***************/
.progress-label { font-family: "Poppins", sans-serif; font-family:Poppins; }

html[lang="en"] .progress .progress-bar .percentage { font-family: "Open Sans", sans-serif; }

html[lang="en"] .pricing-table .plan-name .title { font-family: "Poppins", sans-serif; }

html[lang="en"] .pricing-table .content-wrap .plan-price .price-value .value { font-family: "Poppins", sans-serif; }

html[lang="en"] .pricing-table .plan-list ul li:after { font-family: "gva-icon"; }

html[lang="en"] .pricing-table.highlight-plan .recommended-plan { font-family: "Poppins", sans-serif; }

html[lang="en"] .panel .panel-heading .panel-title > a:after { font-family: "FontAwesome"; }

html[lang="en"] .rotate-text .primary-text { font-family: "Poppins", sans-serif; }

html[lang="en"] .comment__time { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

html[lang="en"] #search-block-form input.form-submit { font-family: "Poppins", sans-serif; }

html[lang="en"] .block.block-simplenews input#edit-subscribe { font-family: "Poppins", sans-serif; }

html[lang="en"] .block.block-blocktabs .ui-widget { font-family: "Open Sans", sans-serif; }

html[lang="en"] .block.block-blocktabs .ui-tabs-nav > li > a { font-family: "Open Sans", sans-serif; }

html[lang="en"] .sidebar .block-menu ul li a { font-family: "Poppins", sans-serif; }

html[lang="en"] .copyright-links a { font-family: "Poppins", sans-serif; }

html[lang="en"] .block-poll ul.links li a:after { font-family: "FontAwesome"; }

html[lang="en"] .navigation .gva_menu > li > a { font-family:Poppins; }

html[lang="en"] .navigation .gva_menu > li > a { font-family:Poppins; }

html[lang="en"] .navigation .gva_menu .megamenu > .sub-menu > li > ul.sub-menu li { font-family: "Poppins", sans-serif; }

html[lang="en"] .navigation .gva_menu .megamenu > .sub-menu > li > a { font-family: "Poppins", sans-serif; }

html[lang="en"] .navigation .gva_menu .sub-menu > li > a { font-family:Poppins; }

html[lang="en"] .gva-mega-menu .block-blocktabs .ui-widget { font-family: "Open Sans", sans-serif; }

html[lang="en"] .gva-mega-menu .block-blocktabs .ui-tabs-nav > li > a { font-family: "Open Sans", sans-serif; }

html[lang="en"] ul[data-drupal-views-infinite-scroll-pager].pager a { font-family: "Poppins", sans-serif; }

html[lang="en"] .more-link a { font-family: "Poppins", sans-serif; }

html[lang="en"] .category-list .item-list ul li a { font-family: "Poppins", sans-serif; }

html[lang="en"] .small-list .item-list ul > li a { font-family: "Poppins", sans-serif; }

html[lang="en"] .tags-list .item-list > ul > li a { font-family: "Poppins", sans-serif; }

html[lang="en"] .widget.gsc-heading .sub-title { font-family: "Poppins", sans-serif; }

html[lang="en"] .widget.gsc-heading .title-desc { font-family: "Poppins", sans-serif; }

html[lang="en"] .widget.gsc-heading.style-3 .title { font-family: "Poppins", sans-serif; }

html[lang="en"] .widget.gsc-heading.style-4 .title { font-family: "Poppins", sans-serif; }

html[lang="en"] .widget.gsc-chart .content .title { font-family: "Poppins", sans-serif; }

html[lang="en"] .widget.gsc-icon-box .highlight_content .title { font-family: "Poppins", sans-serif; }

html[lang="en"] .widget.milestone-block .milestone-text { font-family: "Poppins", sans-serif; }

html[lang="en"] .gsc-box-parallax .content-inner .subtitle { font-family: "Poppins", sans-serif; }

html[lang="en"] .gsc-hover-background .front h2 { font-family: "Poppins", sans-serif; }

html[lang="en"] .gsc-button { font-family: "Poppins", sans-serif; }

html[lang="en"] .gsc-image-content.skin-v2 .box-content .read-more a { font-family: "Poppins", sans-serif; }

html[lang="en"] .gsc-instagram .title { font-family: "Poppins", sans-serif; }

html[lang="en"] .gsc-carousel-content.style-1 .content-box .content-inner .action a { font-family: "Open Sans", sans-serif; }

html[lang="en"] .gsc-carousel-content.style-2 .content-box .content-inner .title a { font-family: "Poppins", sans-serif; }

html[lang="en"] .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a { font-family: "Poppins", sans-serif; }

html[lang="en"] .gva-offcanvas-mobile .gva-navigation .gva_menu li a .icaret:before { font-family: 'gva-icon'; }

html[lang="en"] .gva-offcanvas-mobile .gva-navigation .gva_menu .sub-menu li a { font-family: "Poppins", sans-serif; }

html[lang="en"] .event-block .event-content .event-info .title { font-family: "Poppins", sans-serif; }

html[lang="en"] .event-block-2 .event-image .event-date .month { font-family: "Poppins", sans-serif; }

html[lang="en"] .event-block-list .event-date span.day { font-family: "Poppins", sans-serif; }

html[lang="en"] .event-block-list .event-title a { font-family: "Poppins", sans-serif; }

html[lang="en"] .event-full .event-info { font-family: "Open Sans", sans-serif; }

html[lang="en"] .campaign-block .image .funded span { font-family: "Poppins", sans-serif; }

html[lang="en"] .campaign-block .campaign-content .content-raised > div.funded { font-family: "Poppins", sans-serif; }

html[lang="en"] .campaign-block .campaign-content .content-raised > div .title { font-family: "Poppins", sans-serif; }

html[lang="en"] .campaign-block .campaign-content .content-action { font-family: "Poppins", sans-serif; }

html[lang="en"] .campaign-block-2 .image .funded span { font-family: "Poppins", sans-serif; }

html[lang="en"] .campaigns-grid-1 .campaign-block .content-action a { font-family: "Open Sans", sans-serif; }

html[lang="en"] .path-user .customer-information > div .field__label { font-family: "Poppins", sans-serif; }

html[lang="en"] .frontheader-section__title { font-family:Poppins; }

html[lang="en"] .frontheader-section__description { font-family:Poppins; }

html[lang="en"] .about-section__feature-description { font-family:Poppins; }

html[lang="en"] section#volunteer p.text-gray-600.mt-4.text-lg { font-family:Poppins; }

html[lang="en"] section#donate-impact.di-section { font-family:Poppins !important; }

html[lang="en"] .topbar a { font-family:Poppins; }

html[lang="en"] .gva-offcanvas-mobile .gva-navigation .gva_menu > li > a { font-family: "Poppins", sans-serif; }

html[lang="en"] .amelalkhir-card h3 { font-family:Poppins; }

html[lang="en"] .amelalkhir-card p { font-family:Poppins; }

html[lang="en"] .news-title-full { font-family:Poppins !important; }

html[lang="en"] .balsama-about-text { font-family:Poppins; }

html[lang="en"] .balsama-contact-section { font-family:Poppins; }

html[lang="en"] .balsama-team-text { font-family:Poppins; }

html[lang="en"] section#donate-impact.di-section { font-family:Poppins; }

html[lang="en"] /* Card Title */
.projects-section__card-title { font-family:Poppins !important; }

html[lang="en"] section.projects-section { font-family:Poppins !important; }

html[lang="en"] .node--view-mode-full p {

    font-family: Poppins !important;
}

html[lang="en"] .di-option {
 
    font-family: Poppins !important;
}

html[lang="en"] h3.text-xl.font-bold.text-center.mb-3 {
 
    font-family: Poppins !important;

}

html[lang="en"] .amelalkhir-title h2 {
    font-family: Poppins !important;

}

html[lang="en"] .projects-section__card-button {
    font-family: Poppins !important;
}


html[lang="en"] .atraf .atraf-btn {
    font-family: Poppins !important;
}

html[lang="en"] .atraf-card-title {

     font-family: Poppins !important;
}
html[lang="en"] .atraf-features h2{

     font-family: Poppins !important;
}

html[lang="en"] .wosol .atraf-btn {

     font-family: Poppins !important;
}
html[lang="en"] .endmaj .atraf-btn{

     font-family: Poppins !important;
}

html[lang="en"] .likeme .atraf-btn {

     font-family: Poppins !important;
}
html[lang="en"] .money .atraf-btn {

     font-family: Poppins !important;
}

html[lang="en"] .wajdan_project .proj-card-place{

     font-family: Poppins !important;
}

html[lang="en"] .project-detail-page {
    font-family:  Poppins !important;
}

html[lang="en"] .vicdan-wrapper .hero-title {
    font-family: Poppins !important;
}

html[lang="en"] .vicdan-wrapper .hero-text {
    font-family: Poppins !important;
}

html[lang="en"] .news-subtitle-full {
    font-family: Poppins !important;
}

html[lang="en"] .node--type-news .article-body-full p{
    font-family: Poppins !important;
}
html[lang="en"] .news-gallery-item{
    font-family: Poppins !important;
}

html[lang="en"] .vicdan-wrapper {
  font-family: Poppins !important;
}