* {
  scroll-behavior: smooth;
}
body{
  overflow-x: unset !important;
    scroll-behavior: smooth !important;
    transition: all .2s ease-in-out;
}
html{
  overflow-x: hidden !important;
}
/* MonumentExtended  */
@font-face {
  font-family: "Segoe-UI";
  src: url("https://civmos.com/wp-content/themes/hello-theme-child-master/assets/fonts/segoe_ui/Segoe-UI-Bold.ttf");
}
/* MonumentExtended  */
@font-face {
  font-family: "MonumentExtended";
  src: url("https://civmos.com/wp-content/themes/hello-theme-child-master/assets/fonts/monumentextended/MonumentExtended-Regular.otf");
}
/* Poppins Light - 300 */
@font-face {
  font-family: "Poppins";
  src: url("https://civmos.com/wp-content/themes/hello-theme-child-master/assets/fonts/Poppins/Poppins-Light.ttf");
  font-weight: 300;
}

/* Poppins Regular - 400 */
@font-face {
  font-family: "Poppins";
  src: url("https://civmos.com/wp-content/themes/hello-theme-child-master/assets/fonts/Poppins/Poppins-Regular.ttf");
  font-weight: 400;
}

/* Poppins Medium - 500 */
@font-face {
  font-family: "Poppins";
  src: url("https://civmos.com/wp-content/themes/hello-theme-child-master/assets/fonts/Poppins/Poppins-Medium.ttf");
  font-weight: 500;
}

/* Poppins SemiBold - 600 */
@font-face {
  font-family: "Poppins";
  src: url("https://civmos.com/wp-content/themes/hello-theme-child-master/assets/fonts/Poppins/Poppins-SemiBold.ttf");
  font-weight: 600;
}

/* Poppins Bold - 700 */
@font-face {
  font-family: "Poppins";
  src: url("https://civmos.com/wp-content/themes/hello-theme-child-master/assets/fonts/Poppins/Poppins-Bold.ttf");
  font-weight: 700;
}

/* Poppins ExtraBold - 800 */
@font-face {
  font-family: "Poppins";
  src: url("https://civmos.com/wp-content/themes/hello-theme-child-master/assets/fonts/Poppins/Poppins-ExtraBold.ttf");
  font-weight: 800;
}

/* Poppins Black - 900 */
@font-face {
  font-family: "Poppins";
  src: url("https://civmos.com/wp-content/themes/hello-theme-child-master/assets/fonts/Poppins/Poppins-Black.ttf");
  font-weight: 900;
}
/* gradient on text  */
.single-blog-post h2.wp-block-heading,
.gradient-text {
  background: linear-gradient(45deg, #e2c6f9, #ffffff, #96b4f7) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}
/* budget moduler tax calculator page */
.gradient-module-text {
  background: linear-gradient(
    -90deg,
    #92b3f7 10%,
    #ffa7ef 60%,
    #dcfbfe
  ) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}
.chart-modulation::-webkit-scrollbar,
.projets-modulation::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #33404a !important;
}
.chart-modulation::-webkit-scrollbar {
  height: 8px;
}
.chart-modulation::-webkit-scrollbar-thumb,
.projets-modulation::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #80888e !important;
}
@media (max-width: 768px) {
  .projets-modulation::-webkit-scrollbar {
    width: 0px !important;
  }
}
.more-btn > a {
  background: linear-gradient(90deg, #ffffff, #96b4f7) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}
.more-btn {
  position: relative;
}
.more-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 32px;
  padding: 1px;
  background: linear-gradient(90deg, #ffffff, #96b4f7);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
/* Discard btn on budget modulation page (-- on mobile screen) */
.discard-btn > span {
  background: linear-gradient(90deg, #dcfbfe, #f0c0ff, #91b3f7) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}
.discard-btn {
  position: relative;
}
.discard-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 32px;
  padding: 1px;
  background: linear-gradient(90deg, #dcfbfe, #f0c0ff, #91b3f7);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
/*  */
/* community-support slider css */
@media (max-width: 767px) {
  .community-support {
    .slick-prev,
    .slick-next {
      display: none !important;
    }
    .slick-list.draggable {
      padding-right: 52px;
    }
  }
  .partner-slider {
    margin-bottom: 0px !important;
    transition: all 0.3s ease-in-out;
    .slick-list {
      transition: all 0.3s ease-in-out;
    }
    .slick-slide.slick-current.slick-active {
      transform: scale(1.15);

      p {
        font-size: 14px !important;
      }
    }
    .slick-slide {
      margin: 0px 20px;
    }
  }
}
.community-support {
  .slick-list.draggable {
    margin: 0px -12px;

    .slick-slide {
      margin: 0px 12px;
    }
  }
  .slick-prev:before,
  .slick-next:before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 24px;
    display: inline-block;
  }
  .slick-next {
    right: 12px;
  }
  .slick-prev {
    left: unset;
    right: 71px;
  }
  .slick-prev,
  .slick-next {
    top: -55px;
  }
  .slick-next:before {
    transition: all 0.4s ease-in-out;
    opacity: 1;
    background-image: url(https://civmos.com/wp-content/themes/hello-theme-child-master/assets/image/svg/gradient-right-arrow.svg) !important;
  }
  .slick-prev:before {
    background-image: url(https://civmos.com/wp-content/themes/hello-theme-child-master/assets/image/svg/gradient-left-arrow.svg) !important;
    transition: all 0.4s ease-in-out;
    opacity: 1;
  }
  .slick-track {
    margin: 0px !important;
  }
}
.gradient-liner-highlighted,
.gradient-liner {
  position: relative;
}
.gradient-liner-highlighted::before,
.gradient-liner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 32px;
  padding: 1px;
  background: linear-gradient(-90deg, #92b3f740, #eec9f900, #dcfbfe40);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.gradient-liner-highlighted::before {
  background: linear-gradient(-90deg, #92b3f7, #eec9f900, #dcfbfe) !important;
}

/* hide increase decrease arrow of input number  */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(https://civmos.com/wp-content/uploads/2024/11/down-arrow.png) 96% / 3.6% no-repeat #27232300;
}
/* handle input appearance */
.customizedRange {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background: #182632;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.customizedRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: relative;
  z-index: 30;
}
/* handle input appearance */

/*custom scroller thumb and track*/
    .custom-scroller::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
    background-color: #33404a !important;
    }
    .custom-scroller::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #80888e !important;
    }
/*custom scroller thumb and track*/

/* pagination css for archive page */
ul.page-numbers{
    display: flex;
    justify-content: space-evenly;
    align-items:center;
    gap: 0.3rem;
    padding: 0.5rem;
    z-index: 10;
    position: relative;
}
span.page-numbers.current span {
    background: white !important;
    color: #00101d !important;
}
span.page-numbers.dots {
    color: white;
}
@media (min-width: 768px) {
ul.page-numbers {
        gap: 1rem;
    }
}
/* pagination css for archive page */
/* edits css 12-06-25 */
.single-blog-post h2.wp-block-heading {
    font-family: MonumentExtended;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 1.5;
    letter-spacing: 1px;
    padding-top: 36px;
}
.single-blog-post figure.wp-block-image img {
    width: 100%;
}
.single-blog-post a {
    text-decoration: underline;
}
.single-blog-post a:hover {
    text-decoration: unset;
}
.single-blog-post ul li {
    list-style: inside;
    margin-bottom: 6px;
    &:last-child{
    margin-bottom: 0px;
    }
    
    em {
    margin-left: 24px;
}
}
@media(max-width:767px){
.single-blog-post h2.wp-block-heading {
    font-size: 1.125rem;
    line-height: 1.5rem;
}
}
/* edits css 12-06-25 */