:root {
    --color-1: #9d35f8; 
}

.cs-hero.cs-style1 .cs-hero_social_wrap, .cs-hero.cs-style2 .cs-hero_social_wrap, .cs-hero.cs-style3 .cs-hero_social_wrap, .cs-swiper_parallax_slider_wrap .cs-hero_social_wrap, .cs-fullscreen_swiper_wrap .cs-hero_social_wrap {
    top: 65% !important;
}
.cs-card.cs-style1:hover {
    -webkit-filter: drop-shadow(0px 0px 30px rgba(157, 53, 248, 0.5)) !important;
            filter: drop-shadow(0px 0px 30px rgba(157, 53, 248, 0.5)) !important;
  }

.width-30 { 
    width: 30% !important;
}

.dynamic-width-55 { 
    width: 55% !important;
}

@media (max-width: 992px) {
    .dynamic-width-55 {
        width: 80% !important;
    }
}

@media (max-width: 576px) {
    .dynamic-width-55 {
        width: 100% !important;
    }
}

.cs-menu_widget.cs-contact_info.cs-style1 svg {
    left: 15px !important;
}

@media (min-width: 992px) { /* Large screens */
    .cs-menu_widget.cs-contact_info.cs-style1 svg {
        left: 100px !important;
    }
}

.cs-iconbox_icon .icon {
    color: var(--color-1);
    font-size: 2rem;
}

.cs-iconbox.cs-style3 {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

.cs-iconbox_3_list .cs-image_layer{
    /* top: 95px !important;
    max-width: 435px !important;
    height: 700px !important; */
    top: 150px !important;
    max-width: 470px !important;
    height: 1000px !important;
}

.clipboard-btn { 
    /* position: absolute; */
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.clipboard-btn:hover {
    color: #fff;
    background-color: var(--color-1);
    border-color: var(--color-1);
}

.copy-container {
    position: relative;
    padding: 2rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    background: rgba(153, 150, 150, 0.5);
}

.copy-container-header {
    background-color: #333;
    color: white;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.copy-container-header span {
    color: #fefefec9;
}

.cs-sp-hero .cs-down_btn {
    bottom: 20%;
}

.no-wrap { 
    white-space: nowrap;
}

.active-link {
    pointer-events: none;
    color: var(--color-1);
}

/* @media (max-width: 991px) {
    .cs-iconbox_3_list .cs-image_layer {
        top: 25px;
        height: 600px;
    }
} */

@media (max-width: 991px) {
    .cs-iconbox_3_list .cs-image_layer {
        top: 25px !important;
        height: 600px !important;
        max-width: 100% !important;
    }
}

.cs-iconbox.cs-style3 .cs-iconbox_icon i{
    font-size: 20px;
}

.view-details-icon:hover { 
    color: var(--color-1);
}

.cs-sidebar_search select {
    display: block;
    width: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 2px solid #fff;
    padding: 0px 40px 6px 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fefefe5e;
}

.cs-sidebar_search option {
    background-color: #343434;
    color: #fefefe8f;
}

.cs-sidebar_search_btn.search-btn {
    position: relative;
}

.logout-button {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

.logout-button:hover {
    text-decoration: underline;
    background: none; 
}

.ltr{
    direction: ltr;
}

.rtl .cs-footer_item .cs-contact_info.cs-style1 svg {
    right: 15px !important;
}

@media (min-width: 992px) { /* Large screens */
.rtl .cs-footer_item .cs-contact_info.cs-style1 svg {
    right: 100px !important;
}
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

.min-h-15 { 
    min-height: 15rem;
}

.bg-gray-opacity { 
    background-color: rgb(153 150 150 / 45%);
}

.position-shape {
    width: 50px;
    height: 50px;
    background-color: var(--color-1);
} 

.download-btn {
    text-transform: uppercase;
}

.download-btn:hover{
  background-color: #140f2a;
  color: #fff;
}

.badge {
    top: -5px;
    right: -5px;
    border-radius: 50%;
}

@media screen and (max-width: 991px) {
    .cs-hero.cs-sp-hero.cs-style1 .cs-hero_info {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.position-box {
    width: 100px;
    height: 70px;
    background-color: var(--color-1);
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr) !important;
}

@media (max-width: 1400px) {
  .grid-3 {
    grid-gap: 50px 100px;
  }
}
@media (max-width: 1199px) {
  .grid-3 {
    grid-gap: 40px;
  }
}
@media (max-width: 768px) {
    .grid-3 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 575px) {
  .grid-3 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.cs-list.cs-style_2 li > i {
    position: absolute;
    top: 5px;
}

.cs-list.cs-style_2.en li > i {
    left: 0;
}
.cs-list.cs-style_2.ar li > i {
    right: 0;
}

.ql-toolbar{
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

.ql-container{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.ql-snow .ql-stroke {
    stroke: #fff;
}

.ql-snow .ql-picker{
    color: #fff;
}

.ql-snow .ql-picker-options{
    background-color:#333
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{
    border-color: #272727;
}

.ql-snow .ql-tooltip {
    background-color: #333;
    border-color: #272727;
    color: white;
}

.ql-snow .ql-tooltip.ql-editing input[type=text]{
    background-color: #5f5f5f;
}

.bg-card-dark{
    background-color: #333333b5 !important;
}

.cs-cta.cs-style1.padding{
    padding: 50px 90px !important;
}

@media (max-width: 767px) {
    .cs-cta.cs-style1.padding {
        padding: 50px 20px !important;
    }
}

.cs-post.cs-style2 p{
    margin-bottom:8px !important
}

@media (min-width: 1200px)  {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px !important;
    }
}

@media screen and (min-width: 1200px) {
    .cs-main_header_center, .cs-top_header_center {
        left: 55% !important;
    }
}

@media screen and (min-width: 1200px) {
    .rtl .cs-main_header_center, .cs-top_header_center {
        left: 50% !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .cs-hero.cs-style1 .cs-hero_social_wrap,
    .cs-hero.cs-style2 .cs-hero_social_wrap,
    .cs-hero.cs-style3 .cs-hero_social_wrap,
    .cs-swiper_parallax_slider_wrap .cs-hero_social_wrap,
    .cs-fullscreen_swiper_wrap .cs-hero_social_wrap {
        top: 75% !important;
    }
}

@media screen and (max-width: 1399.98px) {
    .cs-hero.cs-style1 .cs-hero_social_wrap, .cs-hero.cs-style2 .cs-hero_social_wrap, .cs-hero.cs-style3 .cs-hero_social_wrap, .cs-swiper_parallax_slider_wrap .cs-hero_social_wrap, .cs-fullscreen_swiper_wrap .cs-hero_social_wrap {
        display: none !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .cs-down_btn {
        display: none !important;
    }
}

@media screen and (min-width: 1200px) {
    .cs-nav .cs-nav_list > li {
        margin-right: 41px !important;
    }
}

@media screen and (min-width: 1200px) {
    .rtl .cs-nav .cs-nav_list > li {
        margin-left: 41px !important;
        margin-right: 0 !important;
    }        
}

.sp-carousel .sp-slides { height: 100%; }

.sp-carousel .sp-slides .sp-slide {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 575.98px) {
  .sp-carousel {
    height: 400px;
  }
}
.flashy-btn {
  position: relative;
  z-index: 0;
  background: rgba(255,255,255,.03);
  padding: 12px;
  border-radius: 10px;
  overflow: visible;
}

/* Animated gradient border using ::before */
.flashy-btn::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 12px; 
  padding: 3px;
    background: linear-gradient(135deg, #9d35f8, #c27dff, #c27dff);
  background-size: 200% 200%;
  z-index: -1;

  /* mask out the center so this element only shows as a ring */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  /* glow */
  filter: drop-shadow(0 6px 18px rgba(255, 59, 59, 0.06))
          drop-shadow(0 0 10px rgba(255, 59, 59, 0.12));
  transition: transform 180ms ease;
  pointer-events: none;
}

/* animation */
@keyframes gradShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.feature:hover::before {
  animation: gradShift 3s linear infinite;
}

