/*
Theme Name: Deon Child
Theme URI: https://deon.qodeinteractive.com
Description: A child theme of Deon
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: deon
Template: deon
*/


@font-face {
    font-family: 'MyCustomFont';
    src: url('/wp-content/themes/deon-child/fonts/Webfonts.woff2') format('woff2'),
         url('/wp-content/themes/deon-child/fonts/Webfonts.woff') format('woff'),
         url('/wp-content/themes/deon-child/fonts/Webfonts.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
   font-family: 'Poppins', sans-serif !important;
	max-width: initial !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	box-shadow: none !important;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Syne', sans-serif !important;
}

.salesforce-npsp p{
	font-family: 'Syne', sans-serif !important;
}

p{
	font-family: 'Poppins', sans-serif !important;
}


#qodef-page-footer-bottom-area{
	background:url(https://adovent.com/wp-content/uploads/2021/11/Pricing-img-3-e1767895320333.jpg);
	    background-repeat: no-repeat;
    background-size: cover;
}
.crm-section {
  background: #636ee8;
  height: 100vh;
  padding-top: 70px;
  color: #fff;
  position: relative;
}

.crm-section h2 {
  text-align: center;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.3;
	color: #fff;
}

.crm-section span {
  font-weight: 700;
}

/* Arc */
.arc {
    position: absolute;
    top: -210px;
    width: 70%;
    height: 730px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: auto;
}

.arc path {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
}

/* Nodes */
.nodes {
  position: relative;
  height: 420px;
}

.node {
  position: absolute;
  width: 170px;
  text-align: center;
}

.circle {
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.icon {
  font-size: 36px;
  color: #636ee8;
}

/* Text */
.node p {
  margin-top: 16px;
  font-size: 22px;
  line-height: 1.4;
}

/* Exact positioning (matched to image) */
.volunteer {
    left: 16%;
    top: -34%;
}
.analytics {
    left: 27%;
    top: 9%;
}
.fundraising {
    left: 44%;
    top: 22%;
}
.receipting {
    right: 28%;
    top: 5%;
}

.donor {
    left: auto;
    top: -35%;
    right: 14%;
}
/* ---------------------------
   HOVER-ONLY ICON ANIMATIONS
---------------------------- */

/* Rotate */
.node:hover .rotate {
  animation: rotate 1.2s linear;
}

/* Pulse */
.node:hover .pulse {
  animation: pulse 1s ease;
}

/* Slide */
.node:hover .slide {
  animation: slide 0.8s ease;
}

/* Bounce */
.node:hover .bounce {
  animation: bounce 0.8s ease;
}

/* Float */
.node:hover .float {
  animation: float 1s ease;
}

/* Keyframes */
@keyframes rotate {
  to { transform: rotate(360deg); }
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.25); }
  100% { transform: scale(1); }
}

@keyframes slide {
  50% { transform: translateX(12px); }
}

@keyframes bounce {
  50% { transform: translateY(-14px); }
}

@keyframes float {
  50% { transform: translateY(-10px); }
}
.circle img{
	max-width: 90px !important;
}

/* Service Card*/

.services {
  display: flex;
  width: 100%;
  height: 420px;
}

.service-card {
  position: relative;
  flex: 1;
  overflow: hidden;
  transition: flex 0.6s ease;
  border: 3px solid transparent;
  border-radius: 10px;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1), #121b82);
}

.overlay {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  color: #fff;
  z-index: 2;
}

.overlay h3 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 12px;
  transition: transform 0.4s ease;
  color: #fff !important;	
	margin-bottom: 0;
	
}

.overlay p {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0;
  max-height: 0;
  transition: all 0.4s ease;
}



.arrow {
    position: absolute;
    right: 15px;
    bottom: 18px;
    font-size: 19px;
    color: #fff;
    transition: color 0.3s ease;
    border: #fff solid 2px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-weight: 700;
}

/* Hover State */
.service-card:hover {
  flex: 2.2;
  border-color: #1f68df;
}

.service-card:hover h3 {
  transform: translateY(-10px);
}

.service-card:hover p {
  opacity: 1;
  max-height: 120px;
}

.service-card:hover .arrow {
  color: #ffd400;
}

/* Shrink others */
.services:hover .service-card {
  flex: 0.8;
}

.services:hover .service-card:hover {
  flex: 2.2;
}






/* ===== TABLE ===== */
.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 12px;
}

.comparison-table th,
.comparison-table td {
  background: #ffffff;
  color: #2b2b2b;
  padding: 16px 18px;
  border-radius: 8px;
  font-size: 14px;
  vertical-align: middle;
}

.comparison-table th {
  background: #f4f6ff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #5a5a9f;
  text-align: left;
}

.comparison-table thead th {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #ffffff;
}


.highlight {
  font-weight: 600;
}



/*================== e5803 stars here =====================*/

body {
  -webkit-font-smoothing: antialiased;   /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;    /* Firefox on macOS */
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.qodef-m-section-text p {
    font-weight: 700;
    line-height: 29px;
}


header#qodef-page-header {
    background: #fbfbfb !important;
}


.hero-slider {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    margin-top: 120px;
}

.slides {
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-right: #fafafa solid 1px !important;
}

.overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-left: 15px;
    /*background: rgba(0, 0, 0, 0.35);*/
    color: #fff;
    bottom: 0;
}

.overlay h1 {
  font-size: 60px;
}

.overlay p {
  font-size: 20px;
  max-width: 500px;
}

/* Navigation arrows */
/* Navigation arrows – ALWAYS VISIBLE */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background: rgba(0, 0, 0, 0.75); /* Dark background */
  border: 2px solid rgba(255,255,255,0.4);
  color: #ffffff;
  font-size: 26px;
  cursor: pointer;
  z-index: 9; /* Always on top */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

/* Hover effect */
.nav:hover {
  background: rgba(0, 0, 0, 0.95);
  transform: translateY(-50%) scale(1.08);
}

/* Positioning */
.prev {
  left: 40px;
}

.next {
  right: 40px;
}

.single-post .qodef-e-content {
    padding-left: 5%;
}

.single-post .qodef-grid-item.qodef-page-sidebar-section.qodef-col--3 {
    padding-right: 5%;
}

.single-post h1.qodef-e-title {
    font-size: 30px;
    line-height: 35px;
}

.single-post section.elementor-section.elementor-top-section.elementor-element {
    padding-left: 0;
}

.height-cmn .e-con-full.e-flex.qodef-elementor-content-no.e-con.e-child {
    min-height: 180px;
}

.impact-section-main img {
    max-width: 600px;
    position: relative;
    left: 0;
}

/*.page-id-12127 .common-head-class.Home-page-header {
    display: none;
}*/

.we-do-main .elementor-widget.elementor-widget-text-editor {
    min-height: 260px;
}

.page-id-12125 .common-head-class.Home-page-header {
    display: none;
}

.qodef-blog h1.qodef-e-title.entry-title {
    font-size: 50px;
    line-height: 60px;
}

.qodef-blog h2 {
    font-size: 40px;
}


.qodef-blog h3 {
    font-size: 34px;
}

.home-grid {
    display: flex;
}

ul.non-profit-sectio li {
    width: 25% !important;
}

section.comparison-section.non-profit-table td a.download-btn {
    background: #121b82;
    color: #fff;
    width: 100%;
    display: block;
    padding: 9px;
    border-radius: 6px;
}

section.comparison-section.non-profit-table th, section.comparison-section.non-profit-table th.label, section.comparison-section.non-profit-table td.label {
    border: #ccc solid 1px !important;
}

section.comparison-section.non-profit-table .connector {
    display: none;
}

section.comparison-section.non-profit-table table.comparison-table td {
    border-radius: 0;
    border: #ccc solid 1px;
}

section.comparison-section.non-profit-table table.comparison-table tr th {
    background: #eee;
}

section.comparison-section.non-profit-table table.comparison-table tr td {
    background: #fff;
}


ul.numeric-list {
    list-style: disc;
    padding-left: 15px;
}

td.table-radion label {
    display: inline-block;
    margin-right: 20px;
}

.common-signs .e-con-inner .elementor-element.e-flex.qodef-elementor-content-no {
    border: #ccc solid 1px;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    width: 49%;
    padding-left: 25px;
}

.common-signs .e-con-inner .elementor-element.e-flex.qodef-elementor-content-no:nth-child(odd) {
    margin-right: 10px;
}

.common-signs .e-con-inner .elementor-element.e-flex.qodef-elementor-content-no::before{
	background: #ccc;
	content: '';
	width: 10px;
	height: 100%;
	display:block;
}

.common-signs .e-con-inner .elementor-element.e-flex.qodef-elementor-content-no::before {
    background: linear-gradient(90deg, #af4b8c 0%, #d25aaa 50%, #ff73d2 100%);
    content: '';
    width: 10px;
    height: 100%;
    display: block;
}

section.comparison-section.non-profit-table.blue-td td.label {
    color: #1640a8 !important;
    font-weight: 700;
}

.fundraising-design .e-con-inner .elementor-element.e-con-full.e-flex.qodef-elementor-content-no, .fundraising-design .elementor-element.e-con-full.e-flex.qodef-elementor-content-no {
    background: #f1bdf1;
    padding: 40px;
    border-radius: 20px;
}

.fundraising-design .e-con-inner .elementor-element.e-con-full.e-flex.qodef-elementor-content-no.how-score, .fundraising-design .elementor-element.e-con-full.e-flex.qodef-elementor-content-no.how-score {
    background: #f2e9f9;
}

.blue-highlight .e-con-inner {
    background: #0f1982;
    padding: 20px;
    border-radius: 15px;
}

.qodef-blog-item .qodef-e-media-image {
    width: 100% !important;
}

.page-id-2209 .e-con-full.inner-page-logo {
    width: 20%;
}


/* Mobile */
@media (max-width: 768px) {
  .nav {
    width: 46px;
    height: 46px;
    font-size: 22px;
  }

  .prev {
    left: 15px;
  }

  .next {
    right: 15px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .overlay {
    padding: 40px;
  }

  .overlay h1 {
    font-size: 36px;
  }

  .nav {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}


@media (min-width: 1900px) {

/* Exact positioning (matched to image) */
.volunteer {
    left: 17%;
    top: -34%;
}
.analytics {
    left: 27%;
    top: 1%;
}
    .fundraising {
        left: 45%;
        top: 22%;
    }
.receipting {
    right: 28%;
    top: 5%;
}

    .donor {
        left: auto;
        top: -33%;
        right: 17%;
    }
	
	
.crm-section {
    background: #636ee8;
    height: 80vh;	
	}
}


#qodef-page-outer .elementor-element.elementor-element-8f03a2f.elementor-widget.elementor-widget-slider_revolution {
    display: none;
}


.service-card:hover span.arrow {
    background: #ffd400 !important;
    color: #1f68df !important;
}

.overlay p {
    margin-top: 0;
    font-size: 16px;
}

header#qodef-page-header #qodef-page-header-inner {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

.qodef-header-sticky .qodef-header-sticky-inner {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

.comparison-table tbody tr th {
    color: #000;
    font-size: 16px;
}

.comparison-table tbody tr td {
    font-size: 16px;
    color: #2b2b2b !important;
}

.crm-main {
    z-index: 9;
}

.realistic-paths .ha-has-bg-overlay.elementor-widget.elementor-widget-heading {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact-us-section h2.qodef-m-title {
    background: #ffffff;
    padding: 30px 130px;
    display: inline-block;
    position: relative;
    color: #525ddd !important;
    text-transform: uppercase;
    box-shadow: 0 12px 30px rgba(94, 163, 240, 0.35), 0 12px 30px rgba(184, 134, 233, 0.35);
}

.contact-us-section .qodef-gradient-background-column--no .elementor-widget-wrap.elementor-element-populated {
    border: none !important;
}

.form-section {
    border: 2px solid;
    border-image: linear-gradient(135deg, #5ea3f0, #b886e9) 1;
	  box-shadow:
    0 12px 30px rgba(94, 163, 240, 0.35),
    0 12px 30px rgba(184, 134, 233, 0.35);
}

.form-section {
    margin-top: 50px !important;
}

.video-section {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/*================== e5803 stars here =====================*/



/*===== Non profit css starts here ==== */

.nonprofit-section {
    padding-top: 8% !important;
}

.nonprofit-section img {
    width: 100%;
}

.qodef-header-sticky img {
    max-width: 160px;
}

.page-id-10593 header#qodef-page-header div#qodef-page-header-inner {
    padding-left: 10%;
    padding-right: 10%;
}

.nonprofit-section-2 {
	margin-top: -10px;
}


.nonprofit-section-2 img {
    width: 100%;
	margin-right: -2px;
}

.adovent p, .bottle-section p{
    font-family: 'Syne', sans-serif !important;
}

.adovent-yellow-section {
    position: relative;
}


.adovent-yellow-section::after {
    content: '';
    background: #3bd2e5;
    width: 40px;
    height: 46px;
    display: block;
    position: absolute;
    right: 80px;
    top: -21px;
}

.adovent-yellow-section::before {
    content: '';
    background: #3bd2e5 !important;
    width: 40px !important;
    height: 46px !important;
    display: block !important;
    position: absolute !important;
    left: 80px !important;
    bottom: -17px !important;
    top: auto !important;
}

.bottle-section p {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

#qodef-page-header-inner img {
    max-width: 150px !important;
}


.qodef-header--standard #qodef-page-header {
    height: 100px !important;
}

.nonprofit-section img {
    width: 90%;
    position: relative;
    left: -4%;
}

.nonprofit-section {
    padding-top: 11% !important;
}

.bottle-image img {
    max-width: 201px !important;
}



/* WRAPPER */
.tabs-wrapper {
  display: flex;
  gap: 0;
  max-width: 1200px;
  margin: auto;
}

/* LEFT TABS */
.tabs {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.tab {
  width: 280px;
  padding: 28px 24px;
  font-size: 26px;
  font-weight: 700;
  border-radius: 16px;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 12px 20px rgba(0,0,0,0.12);
  transition: 0.3s;
  border: 3px solid transparent;
}

.tab.teal { border-color: var(--teal); }
.tab.green { border-color: var(--green); }

.tab.active {
  background: var(--orange);
  color: #000;
}

.tab:hover {
  transform: translateY(-3px);
}

/* RIGHT CONTENT */
.content-box {
  flex: 1;
  background: #fffdf8;
  border: 3px solid var(--orange);
  border-radius: 24px;
  padding: 50px 60px;
  box-shadow: 0 20px 30px rgba(0,0,0,0.18);
}

/* CONTENT PANELS */
.tab-content {
  display: none;
  animation: fadeIn 0.4s ease;
}

.tab-content.active {
  display: block;
}

.tab-content p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.tab-content h3 {
  font-size: 22px;
  margin-bottom: 18px;
}

.tab-content ul {
  list-style: none;
  padding-left: 0;
}

.tab-content li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  font-size: 16px;
}

.tab-content li::before {
  content: "";
  width: 10px;
  height: 6px;
  background: var(--orange);
  position: absolute;
  left: 0;
  top: 9px;
}

/* ANIMATION */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.how-we-help-main .tab {
    line-height: 32px;
    font-weight: 500;
    font-family: 'Syne', sans-serif !important;
}

.how-we-help-main .tab.active {
    background: #ffac06;
}
.how-we-help-main .tab.active1 {
    background: #312845;
}

.how-we-help-main .tab.teal.active{
	background: #3bd2e5;
}

.how-we-help-main .tab.teal {
    border: #3bd2e5 solid 2px;
}

.how-we-help-main .tab.green.active{
	background: #26cf6f;
}

.how-we-help-main .tab.green {
    border: #26cf6f solid 2px;
}

.how-we-help-main .content-box .tab-content {
    border: #feab06 solid 3px;
    border-radius: 10px;
	margin-left: -3px;
}
.how-we-help-main .content-box {
    padding: 0;
}

.how-we-help-main .content-box .tab-working-area {
    padding: 40px;
}

.ready-reduce-section .e-con-inner {
    border: #222 solid 2px;
    padding: 20px !important;
}

.ready-reduce-section input.wpcf7-form-control, 
.ready-reduce-section textarea {
    border: #000 solid 1px !important;
}

.how-we-help-main .tab {
    margin: 0 0 0 10px;
    border-radius: 5px 0 5px 5px;
}

.how-we-help-main .content-box div#consulting {
    border: #3bd2e5 solid 3px;
}


.how-we-help-main .content-box div#analytics{
	border: #26cf6f solid 3px;
}

.how-we-help-main .content-box {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.how-we-help-main .tab-content ul {
    padding-left: 20px;
    list-style: square;
}

.how-we-help-main .tab-content li{
	padding-left: 0 !important;
}

.how-we-help-main .tabs {
    justify-content: center;
}

.ready-reduce-section button.wpcf7-form-control.wpcf7-submit {
    border: #000 solid 1px;
}

.ready-reduce-section button.wpcf7-form-control.wpcf7-submit:hover{
	background: #000;
	color: #fff;
}

.ready-reduce-section{
	padding-bottom: 50px;
}

.free-license-icons ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
}

.free-license-icons ul li {
    width: 16%;
    background: #3bd2e5;
    text-align: center;
    padding: 30px 7px;
    border-radius: 10px;
	
}

.free-license-icons ul li img {
    max-width: 65px;
}
.free-license-icons ul li h4 {
    font-size: 18px;
}


.free-license-icons ul li:hover {
    background: #fff;
    border: #3bd2e5 solid 1px;
}

.free-license-iconss ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
}

.free-license-iconss ul li {
    width: 16%;
    background: #bb85e3;
    text-align: center;
    padding: 30px 7px;
    border-radius: 10px;
	
}

.free-license-iconss ul li img {
    max-width: 65px;
}
.free-license-iconss ul li h4 {
    font-size: 18px;
}


.free-license-iconss ul li:hover {
    background: #fff;
    border: #bb85e3 solid 1px;
}

.footer--bar img{
	width: 100% !important;
}

.page-id-10593 div#qodef-page-footer-bottom-area {
    background: transparent;
    color: #0000;
}

.page-id-10593 div#qodef-page-footer-bottom-area p.has-white-color.has-text-color {
    color: #000 !important;
}

.page-id-10593 ul#menu-main-menu-1, .page-id-10593 div#deon_core_side_area_opener-2 {
    display: none;
}

.page-id-10925 #qodef-page-header-inner {
    display: none;
}

.page-id-10925 #qodef-page-header {
    display: none;
}

.adovent-blue-section .e-con-inner{
	position: relative;
}

.adovent-blue-section .e-con-inner {
    position: relative;
}

.adovent-blue-section .e-con-inner::before {
    background: #f722a4;
    content: '';
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    z-index: 99;
    top: -20px;
}

.adovent-blue-section .e-con-inner::after {
    background: #f722a4;
    content: '';
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    z-index: 99;
    bottom: -20px;
}

.free-licenses-section.really-free ul li {
    background: #121b82;
}

.free-licenses-section.really-free ul li h4 {
    color: #fff;
}

.page-id-10925 #qodef-page-footer-bottom-area-inner {
    display: none;
}

.qodef-page-title {
    height: auto;
}

body .qodef-page-title {
    height: 150px !important;
}

body  #qodef-page-outer {
    margin-top: 0 !important;
}

body .qodef-page-title.qodef-m.qodef-title--standard.qodef-alignment--center.qodef-vertical-alignment--header-bottom {
    background: #121b82;
    color: #fff;
}

body .qodef-page-title .qodef-m-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

body .qodef-page-title .qodef-m-title {
    color: #ffffff !important;
    -webkit-text-fill-color: #Fff;
}

.send-message form.wpcf7-form input.wpcf7-form-control, 
.send-message form.wpcf7-form textarea {
    border: #ccc solid 1px !important;
	border-radius: 4px;
}

.send-message button.wpcf7-form-control {
    background: #121b82;
    color: #fff;
	border-radius: 4px !important;
	border-image-source: none;
	margin-top: 10px;
}

body .wpcf7-submit {
    margin-top: 10px !important;
}

.implementation-aproach h4.qodef-m-title {
    margin-right: 0;
}

.implementation-aproach p.qodef-m-number {
    opacity: 0.1 !important;
}

.implementation-aproach p.qodef-m-number {
    font-size: 70px !important;
}

.implementation-aproach p.qodef-m-description {
    min-height: 100px !important;
}

.deliverables .qodef-m-items {
    padding-left: 0 !important;
}


.deliverables .qodef-m-items a.qodef-m-item {
    margin-bottom: 22px !important;
}

.deliverables .qodef-m-items a.qodef-m-item span.qodef-e-title {
    font-size: 22px;
}

.deliverables .qodef-m-items h2.qodef-m-title {
    padding-left: 25px;
}

.pricing-packages .qodef-m-button.clear {
    display: none !important;
}

footer#qodef-page-footer {
    display: none !important;
}

.page-id-11093 header#qodef-page-header {
    display: none;
}

.page-id-11093 .inner-page-menu {
    padding-top: 27px;
    margin-top: 0;
}

.page-id-11093 ul#menu-new-menu a {
    color: #000;
}

.wp-die-message {
    display: none;
}

body.home div#tahefobu-header {
    display: none;
}

#tahefobu-header {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 120px;
    box-shadow: #ccc 1px 1px 2px;
    padding-top: 23px;
}

body #qodef-page-outer {
    margin-top: 0 !important;
    padding-top: 0;
}

body.home #qodef-page-outer {
    padding-top: 0;
}

#tahefobu-header .elementor-element.elementor-element-b60b94b.elementor-widget.elementor-widget-button {
    margin-top: -9px;
}



#tahefobu-header ul#menu-new-menu ul.sub-menu {
    border: #ccc solid 1px;
}

#tahefobu-header ul#menu-new-menu ul.sub-menu li {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
}

#tahefobu-header ul#menu-new-menu ul.sub-menu li a {
    border-bottom: #ccc solid 1px;
    margin-right: 0 !important;
}
#tahefobu-header ul#menu-new-menu ul.sub-menu li a:hover {
    background: #f722a4;
    color: #fff;
}

#tahefobu-header span.ha-submenu-indicator-wrap.fas.fa-angle-down {
    color: #222;
}

#tahefobu-header .inner-page-menu {
    padding: 0 !important;
    margin: 0 !important;
}

#tahefobu-header ul#menu-new-menu li a {
    color: #000;
}

.menu-new-menu-container ul.sub-menu li.menu-item {
    margin-bottom: 0;
    border: none !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.menu-new-menu-container ul.sub-menu li.menu-item a {
    border-bottom: #ccc solid 1px !important;
}

.menu-new-menu-container ul.sub-menu li.menu-item a:hover {
    background: #f722a4;
    color: #fff !important;
}

.qodef-interactive-link-showcase{
	visibility: visible !important;
}

.header-inner {
    padding-top: 0;
    padding-bottom: 0;
}

.header-inner .e-con-full.e-flex.qodef-elementor-content-no.e-con.e-child {
    padding-bottom: 0;
    padding-top: 0;
}

.header-inner .elementor-element.elementor-element-294aead1.e-con-full.e-flex.qodef-elementor-content-no.e-con.e-child {
    position: relative;
    top: -12px;
}

.elementor.elementor-11310 span.ha-submenu-indicator-wrap.fas.fa-angle-down {
    color: #000 !important;
}

header#qodef-page-header {
    display: none;
}

#menu-new-menu a {
    color: #000;
}

.inner-page-menu .contact-btn {
    position: relative;
    top: 0;
}

.Home-contact-btn {
    position: relative;
    top: -11px;
}

.Home-menu .menu li a {
    color: #fff !important;
}

.ready-reduce-section {
    padding-top: 50px;
}

.footer-common-class li.elementor-icon-list-item span.elementor-icon-list-text {
    font-size: 14px;
}

.comparison-section {
    max-width: initial;
    margin: 0 auto 0;

}

/* ---------- Heading ---------- */
.section-heading {
  position: relative;
  margin-bottom: 40px;
}

.section-heading h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Connector lines */
.connector {
  position: relative;
  height: 50px;
  width: 100%;
}

.connector .line {
  position: absolute;
  border-top: 2px dotted #9e9e9e;
}

.connector .vertical {
  left: 50%;
  top: 0;
  height: 20px;
  border-left: 2px dotted #9e9e9e;
}

.connector .horizontal {
  top: 20px;
  left: 25%;
  width: 50%;
}

.connector .vertical.left {
  left: 25%;
  top: 20px;
  height: 25px;
}

.connector .vertical.right {
  left: 75%;
  top: 20px;
  height: 25px;
}

/* ---------- Table ---------- */
.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 14px;
}

.comparison-table th,
.comparison-table td {
  background: #e6e6e6;
  padding: 16px 18px;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
  vertical-align: middle;
}

.comparison-table th {
  font-weight: 700;
  font-size: 16px;
}

.comparison-table th.label{
	font-weight: 700;
}

.comparison-table .label {
  background: #ffffff;
  border: 2px solid #ff2ea6;
  font-weight: 400;
  text-align: center;
  width: 22%;
}

.page-id-4040 .qodef-page-title.qodef-m.qodef-title--standard {
    display: none;
}

.Home-menu ul.sub-menu li a {
    color: #000 !important;
}

.Home-menu span.ha-submenu-indicator-wrap.fas.fa-angle-down {
    color: #fff !important;
}

.inner-page-menu ul.sub-menu li a {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.Home-menu ul.sub-menu li a {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.comparison-table{
	border-spacing: 0;
}

.comparison-table tr th {
    border-radius: 0;
}

/*.page-id-11044 .inner-page-logo img {
    max-width: 70px !important;
}

.page-id-11044 .inner-page-menu.common-head-class.is-fixed img {
    max-width: 55px !important;
    padding-top: 15px;
}*/

/* Responsive */
@media (max-width: 768px) {
  .section-heading h2 {
    font-size: 24px;
  }

  .connector {
    display: none;
  }
}


.realistic-path-table table.comparison-table td.label {
    border-radius: 0;
    text-align: center;
}

.realistic-path-table table.comparison-table tr td {
        border-radius: 0;
    font-weight: 400 !important;
    border: #ccc solid 1px;
	
}


.inner-page-menu {
    padding-top: 0 !important;
}

.inner-page-logo img {
    max-width: 180px;
}

.inner-page-logo {
    padding-left: 25px;
}

.inner-page-menu, .Home-page-header {
  position: relative;
  width: 100%;
  transition: all 0.4s ease;
  background: transparent;
}

/* Class added on scroll */
.inner-page-menu.is-fixed, .Home-page-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  animation: slideDown 0.4s ease;
}



.common-head-class.Home-page-header {
    position: fixed;
    z-index: 9;
    top: 0;
}

.common-head-class.Home-page-header {
    position: fixed;
    z-index: 9999;
    top: 0;
}

.common-head-class.Home-page-header ul.menu li a {
    color: #fff !important;
}

.common-head-class.Home-page-header ul.menu li span.ha-submenu-indicator-wrap {
    color: #fff !important;
}

.common-head-class.Home-page-header.is-fixed {
    background: #121B82;
}

.common-head-class.Home-page-header ul.sub-menu li a {
    color: #000 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.feature-section {
    max-width: initial;
    padding: 20px 20px 20px 20px;
    font-family: "Poppins", sans-serif;
    background: #fcfcfc;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 40px;
}

/* Badge */
.feature-badge {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 32px;
  font-weight: 700;
}

.feature-badge::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid currentColor;
}

/* Colors */
.security .feature-badge {
  background: #fbb600;
  color: #fbb600;
}

.technology .feature-badge {
  background: #7b4dbb;
  color: #7b4dbb;
}

.partner .feature-badge {
  background: #ff2fa2;
  color: #ff2fa2;
}

/* Number color */
.feature-badge span {
  color: #000;
}

/* Content */
.feature-content h3 {
  font-size: 28px;
  margin: 0 0 10px;
  font-weight: 700;
  color: #000;
}

.feature-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

.feature-section .feature-item.technology .feature-badge span {
    color: #fff;
}

.inner-page-menu.common-head-class .inner-page-logo img {
    max-width: 130px;
    padding-top: 11px;
}

.inner-page-menu.common-head-class .contact-btn a.elementor-button:hover {
    background: #121b82;
    color: #fff;
}


.non-comparison-table-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.non-comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: 'Inter', sans-serif;
  text-align: center;
}

.non-comparison-table th,
.non-comparison-table td {
  padding: 22px 18px;
  border: 3px solid #fff;
  font-size: 18px;
  line-height: 1.4;
}

/* Header colors */
.non-comparison-table th.finance {
  background: #3b82f6;
  color: #fff;
}

.non-comparison-table th.development {
  background: #8b5cf6;
  color: #fff;
}

.non-comparison-table th.it {
  background: #ec4899;
  color: #fff;
}

/* Body background colors */
.finance-bg {
  background: #cfe3ff;
}

.development-bg {
  background: #e3ddff;
}

.it-bg {
  background: #ffd6ea;
}

/* Make header text slightly bolder */
.non-comparison-table th {
  font-weight: 600;
}

.platform-main table.non-comparison-table th {
    text-transform: capitalize;
    font-weight: 400;
}

.platform-main table.non-comparison-table td.finance-bg {
    background: #afceff;
}

.platform-main table.non-comparison-table td.development-bg {
    background: #dbd3fa;
}

.platform-main table.non-comparison-table td.it-bg {
    background: #fcbfe4;
}

#qodef-page-inner {
    width: 100%;
}

.common-head-class.Home-page-header.is-fixed img {
    max-width: 130px;
}
.common-head-class.Home-page-header.is-fixed ul.menu {
    margin-bottom: 0;
}

.common-head-class.Home-page-header.is-fixed .elementor-widget.elementor-widget-ha-navigation-menu.happy-addon.ha-navigation-menu {
    margin-top: 0 !important;
    padding-top: 0;
}

.inner-page-menu.common-head-class.is-fixed .inner-page-logo img {
    max-width: 100px;
}

.inner-page-menu.common-head-class.is-fixed ul.menu {
    margin-bottom: 0;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.inner-page-menu.common-head-class.is-fixed .elementor-widget-ha-navigation-menu.happy-addon.ha-navigation-menu {
    padding-top: 0;
}


.common-head-class.Home-page-header.is-fixed .inner-page-logo img {
    max-width: 148px !important;
}


.nonprofit-bg {
    background-size: cover !important;
}



/* ===== RESPONSIVE ===== */


@media (max-width: 1024px) {
	body.home {
    	overflow-x: auto !important;
    	overflow-y: auto !important;
	}
}



@media (max-width: 1024px) {
  .section-grid {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 767px) {


.step-process-landing .qodef-e-pin {
    display: none !important;
}	
	
.step-process-landing img.attachment-full {
    visibility: hidden;
}	
	
.step-process-landing {
    padding-top: 0 !important;
    padding-left: 0 !important;
}
	
	
.ready-reduce-section {
    padding-top: 0;
}	
	
.crm-section-main .e-con-inner .elementor-element.elementor-element-6935755, .crm-section-main .e-con-inner .elementor-element.elementor-element-dee1423 {
    margin-left: 0;
    margin-right: 0;
}	
	
.crm-section-main .e-con-inner ul {
    margin-top: 0;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}	
	
.platform-section-main .e-con-inner {
    padding-bottom: 0;
}	
	
.page-template-page-full-width .e-con-inner {
    padding-left: 15px;
    padding-right: 15px;
}
	
.inner-page-menu.common-head-class.is-fixed .ha-nav-humberger-wrapper {
    top: 8px !important;
}	
	
h1.elementor-heading-title {
    font-size: 36px;
    line-height: 45px;
}	
	
.non-comparison-table-wrapper {
    overflow: auto;
}	
	
.non-comparison-table th, .non-comparison-table td {
    padding: 22px 18px;
    border: 3px solid #fff;
    font-size: 14px;
    line-height: 1.4;
}	
	
.inner-page-menu.common-head-class .elementor-element.elementor-element-61588c47.e-con-full.e-flex.qodef-elementor-content-no.e-con.e-child{
    position: absolute;
}	
	
.inner-page-menu.common-head-class .elementor-element.elementor-element-61588c47.e-con-full.e-flex.qodef-elementor-content-no.e-con.e-child .menu-new-menu-container .ha-nav-humberger-wrapper {
    height: 40px;
    line-height: 40px;
    top: -12px;
    position: relative;
}
	
.inner-page-menu.common-head-class .inner-page-logo img {
    max-width: 110px;
    margin-bottom: 10px;
}	
	
.common-head-class.Home-page-header .elementor-element.elementor-element-e59751e img {
    max-width: 160px;
}	
	
.common-head-class.Home-page-header.is-fixed .elementor-element.elementor-element-e59751e img {
    max-width: 130px;
}	
	
nav.ha-nav-menu .menu-new-menu-container ul.menu span.ha-submenu-indicator-wrap {
    color: #000 !important;
}	
	
.common-head-class.Home-page-header ul.menu li a {
    color: #000 !important;
	font-size: 14px;
}	
	
body .common-head-class.Home-page-header.is-fixed ul.menu {
    margin-bottom: 0;
    top: 68px;
}	
	
.ready-reduce-section {
    padding-left: 15px;
    padding-right: 15px;
}	
	
.table-responsive {
    overflow-x: auto !important;
}	
	
.comparison-table th, .comparison-table td {
    font-size: 14px !important;
}	
	
.free-licenses-section .e-con-inner {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    padding-bottom: 20px;
}	
	
	.free-licenses-section ul {
    display: block;
}
	
.free-licenses-section ul li {
    width: 100%;
    margin-bottom: 10px;
}	
	
.free-licenses-section .e-con-inner {
    padding-left: 15px;
    padding-right: 15px;
}	
	.overlay p{
		opacity: 1;
	}	
	
.overlay p {
    margin-top: 0;
    font-size: 16px;
    min-height: initial !important;
    margin-top: 20px;
}	
	
.overlay {
        padding: 40px 40px;
        bottom: 15%;
        padding-left: 25px;
    }
	
.salesforce-npsp {
    padding-left: 15px;
    padding-right: 15px;
}	
	
.inner-page-logo {
    margin-bottom: 0;
    padding-bottom: 0;
}
	
.how-we-help .e-con-inner {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0 !important;
    padding-bottom: 0;
	padding-top: 0 !important;
}	
	
	
	
.adovent-blue-section .elementor-element.elementor-element-1650348.e-con-full.e-flex.qodef-elementor-content-no {
    padding-left: 20px;
    padding-right: 20px;
}	
	
	h2{
		font-size: 34px !important;
	}	
	

	.home-crm-section h2.elementor-heading-title {
    font-size: 34px !important;
    line-height: 44px;
}
	
	.services {
    display: block;
    height: auto !important;
}
	
.clean-donor-section {
    margin-top: 0;
}	
	
.adovent-blue-section {
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
}	
	
.adovent-blue-section h2.elementor-heading-title.elementor-size-default {
    font-size: 34px !important;
}	
	
.contact-btn {
    display: none;
}	
	
    .home-h1-heading h1.elementor-heading-title {
        font-size: 28px !important;
        line-height: 44px !important;
    }
	
.common-head-class.Home-page-header span.ha-menu-open-icon.ha-menu-toggler, .common-head-class.Home-page-header span.ha-menu-close-icon {
    color: #fff !important;
    border-color: #fff !important;
	height: 39px;
    padding-top: 6px;
}	
	
	header#qodef-page-mobile-header {
   		display: none;
	}
	
	.inner-page-logo {
    margin-top: 0 !important;
    padding-top: 0 !important;
}	
	
.common-head-class.Home-page-header .elementor-element.elementor-element-acc95bd.e-con-full.e-flex.qodef-elementor-content-no.e-con.e-child {
    position: absolute;
}
	
.common-head-class.Home-page-header .elementor-10925 .elementor-element.elementor-element-afca5c3 .ha-navigation-burger-menu .ha-nav-humberger-wrapper .ha-menu-toggler {
    font-size: 22px;
    border-width: 1px;
    border-radius: 5px;
    color: #ffffff !important;
    border-color: #ffffff !important;
}	
	
.elementor-10925 .elementor-element.elementor-element-afca5c3 .ha-navigation-burger-menu .ha-nav-humberger-wrapper .ha-menu-toggler {
    color: #ffffff !important;
    border-color: #ffffff !important;
}	
	
}


/* Responsive */
@media (max-width: 768px) {
  .comparison-table th,
  .comparison-table td {
    font-size: 16px;
    padding: 16px 12px;
  }
}


/* Responsive */
@media (max-width: 600px) {
  .feature-item {
    flex-direction: column;
    gap: 16px;
  }

  .feature-badge::after {
    display: none;
  }
}


/* Optional smooth entry animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .comparison-table {
    border-spacing: 8px;
  }

  .comparison-table th,
  .comparison-table td {
    font-size: 14px;
    padding: 12px;
  }
}