/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");


.fundraiser-features-grid ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.fundraiser-features-grid ul li {
  background: white;
  border-radius: 12px;
  padding: 1em !important;
  box-shadow: 0 5px 15px rgba(86, 12, 136, 0.1);
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-start;
  border-left: 4px solid #8812b5 !important;
  position: relative;
  overflow: hidden;
  text-align: left;
	margin-right: 0px !important;
}

.fundraiser-features-grid ul {
  display: grid;
  grid-template-columns: 31% 31% 31%;
  gap: 2rem;
}

.slider-review-image .et-pb-arrow-next, .slider-review-image .et-pb-arrow-prev {
  font-size: 48px;
  color: #ac16d5;
}
.slider-review-image .et-pb-arrow-next, .slider-review-image .et-pb-arrow-prev {
  opacity: 1;
}
.slider-review-image .et-pb-arrow-prev {
  left: -15px;
}
.slider-review-image .et-pb-arrow-next {
  right: -10px;
}
.right-side-slider .et-pb-controllers {
  display: none;
}

.fundraiser-features-grid ul li::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(to right, #8812b5, #ff6584);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.3s ease;
        }
        
        .fundraiser-features-grid ul li:hover::before {
            transform: scaleX(1);
        }

.heading-gradient h1 {
    color: #ac16d5;
    font-family: 'Poppins';
    font-weight: 700;
    background: linear-gradient(90deg, #bd2ce4, #000000);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
#page-container {
  overflow-y: unset !important;
}
.single-post h2 {
	margin-top: 30px;
	font-weight: bold;
	color: #1e3a8a;
	font-size: 1.8rem;
	display: flex;
	margin-bottom: 15px;
}
.single-post h3{
	color: #d53c35;
	font-size: 1.4rem;
	border-bottom: 2px solid #d53c35;
	padding-bottom: 5px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.single-post .queen-header img {
	margin-bottom: 20px;
}
.single-post .queen-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,.08);
  padding: 25px;
  margin-bottom: 30px;
  border-top: 5px solid #f8f7da;
  transition: transform 0.3s ease;
}
.queen-card h2 i {
  margin-right: 10px;
  color: #1e3a8a;
}
.queen-table th {
  border:1px solid #e5e7eb;
  padding:.5rem .75rem;
  text-align:left;
  font-weight:600;
  color:#111827
}
.queen-card .queen-table td {
  border:1px solid #e5e7eb;
  padding:.375rem .75rem;
  color:#374151
}
.w-full.border-collapse.queen-table {
  display:block
}
.queen-card .queen-table tr:nth-child(even) {
  background-color:#f9fafb
}
.queen-card .queen-table tr:hover {
  background-color:#f3f4f6
}
.queen-card br {
  display: none;
}
.menu-row .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-radius: 12px;
  padding: 10px 0;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}



/* Dropdown list items */
.menu-row .sub-menu li {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  list-style: none;
}


.menu-row .sub-menu li a {
  width: 100%;
  display: block;
  padding: 12px 18px;
  color: #0f172a;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
  border-left: 4px solid transparent;
  line-height: 1.6;
}


.menu-row .sub-menu li a:hover {
  background: linear-gradient(90deg, #7c3aed15, #22d3ee15);
  border-left: 4px solid #7c3aed;
  color: #7c3aed;
  transform: translateX(4px);
}


.menu-row > a::after {
  content: "▾";
  margin-left: 6px;
  font-size: 0.7em;
  transition: transform 0.25s ease;
}

.menu-row:hover > a::after {
  transform: rotate(180deg);
}


.faq-sec .dsm-faq-content {
  padding-left: 32px;
  margin-top: 7px;
}
.faq-sec .dsm-faq-content a {
  color: #0e0346;
}
.fee-premium-sec .dsm_icon_list_child {
  display: flex;
  align-items: flex-start;
}
.fee-premium-sec .dsm_icon_list_child .dsm_icon_list_wrapper {
  margin-top: 5px;
}
.heading-gradient-h2 h2 {
    color: #ac16d5;
    font-family: 'Poppins';
    font-size: 56px;
    color: #ac16d5;
    font-weight: 700;
    background: linear-gradient(90deg, #000, #bd2ce4);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.pricing-table-section {
  display: flex;
  justify-content: center;
}

.call-to-action.team-member {
  justify-content: center;
}
.pricing-table-sec {
            width: 100%;
            max-width: 1000px;
            background: white;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
    .buttons-row .btn {
  background-color: #af19d7;
  padding: 12px 22px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
  border: none;
  cursor: pointer;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
}
.buttons-row br {
  display: none;
}
.zero-fee-table .et_pb_code_inner {
  display: flex;
  justify-content: center;
}
.buttons-row .btn .fas {
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 2px;
}   
        .pricing-table-sec .pricing-header {
            background: linear-gradient(135deg, #4a6cf7 0%, #3a5bd9 100%);
            color: white;
            padding: 40px;
            text-align: center;
        }
.call-to-action br {
  display: none;
}
.included-sec p {
  text-align: left;
}
.included-sec .check-icon {
  background-color: #ac16d5;
  padding: 13px;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 10px;
}
  .call-to-action a {

  font-size: 20px;
  font-weight: 600;
  margin-left: 6px;
}     
  .pricing-center .card-header {
  justify-content: center;
}
.pricing-center p {
  text-align: center;
}
.pricing-center .card-content {
  text-align: center;
}     
        
        .pricing-table-sec .comparison-table {
            width: 100%;
            border-collapse: collapse;
        }
        
       .pricing-table-sec .comparison-table th {
            padding: 25px 20px;
            text-align: center;
            font-weight: 600;
            font-size: 1.1rem;
            border-bottom: 1px solid #eaeef5;
		   background-color: #cc3ff1;
		   color: #fff;

        }
        
        .pricing-table-sec .comparison-table th:first-child {
            width: 30%;
            padding-left: 40px;
            color: #fff;
        }
        .pricing-table-sec .comparison-table th:first-child {
  border-right: 1px solid #fff;
}
.pricing-table-sec .comparison-table th:nth-child(2) {
  border-right: 1px solid #fff;
}

  
        .pricing-table-sec .comparison-table td {
            padding: 20px;
            border: 1px solid #eaeef5;
            color: #222;
			text-align: center;
        }
        
        .pricing-table-sec .comparison-table td:first-child {
            padding-left: 40px;
            font-weight: 500;
        }
        
       .pricing-table-sec .comparison-table tr:nth-child(even) {
            background-color: #f8fafc;
        }
        
        .pricing-table-sec .comparison-table tr:last-child td {
            border-bottom: none;
        }
        
        .pricing-table-sec .feature-name {
            display: flex;
            align-items: center;
            gap: 10px;
/* 			justify-content: center; */
        }
        
        .pricing-table-sec .feature-name i {
            color: #cc3ff1;
            font-size: 1.2rem;
        }
        
        .pricing-table-sec .zero-fee-badge, .premium-badge {
            display: inline-block;
            padding: 8px 15px;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 600;
        }
        
        .pricing-table-sec .zero-fee-badge {
             background: rgba(59, 130, 246, 0.1);
           color: #cc3ff1;
        }
        
        .pricing-table-sec .premium-badge {
            background: rgba(59, 130, 246, 0.1);
            color: #cc3ff1;
        }
        .plan-work .package-card .features-list li {
  align-items: flex-start;
}
.plan-work .fas.fa-star {
  margin-top: 7px;
}
.pricing-heading-sec p {
  margin-top: 20px;
}
.comparison-sec {
  display: flex;
  justify-content: center;
}
.contact-us-a a {
  color: #ad17d6;
}
       .pricing-table-sec .plan-highlight {
            font-weight: 700;
            font-size: 1.05rem;
        }
        .plan-work .card-head {
  font-size: 20px;
  margin-bottom: 12px;
  color: #ac16d5;
  border-bottom: 2px solid;
  padding-bottom: 20px !important;
}
       .pricing-table-sec  .check-icon {
         
            font-size: 1.2rem;
            display: inline-block;
            margin-right: 8px;
        }
        
        .pricing-table-sec .pricing-footer {
            padding: 30px 40px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #f8fafc;
            border-top: 1px solid #eaeef5;
        }
        


.number-sec .et_pb_text_inner {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background-color: #ac16d5;
  color: #fff;
  padding: 20px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.pricing-highlight .highlight {
  color: #ad17d6;
}

.custom-contact-form {
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Segoe UI', sans-serif;
}


.custom-contact-form .ccf-row {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.custom-contact-form label br {
  display: none;
}
.custom-contact-form .ccf-row.ccf-full {
  flex-direction: column;
}


.custom-contact-form .ccf-group {
  flex: 1;
}


.custom-contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111827;
  font-size: 14px;
}


.custom-contact-form input,
.custom-contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  background: #f9fafb;
  transition: all 0.3s ease;
}

.custom-contact-form textarea {
  min-height: 120px;
  resize: vertical;
}


.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
  outline: none;
  border-color: #7c3aed;
  box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.2);
}


.custom-contact-form input[type="submit"] {
  background: linear-gradient(135deg, #7c3aed, #4f46e5);
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.custom-contact-form input[type="submit"]:hover {
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
}


.virtual-raffle-slider {
  background: white;
  border-radius: 16px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.05);
  padding-top: 40px;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.2);
  transform-style: preserve-3d;
}
.virtual-raffle-slider .button.get-started {
  padding: 5px 20px !important;
  margin-top: 10px;
}


.pricing-tabs {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.pricing-tabs:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.7);
  border-color: #d044f4;
}


.custom-carousel-wrapper {
  position:relative;
  overflow:hidden
}
.custom-carousel-container {
  display:flex;
  transition:transform 0.5s ease-in-out
}
.custom-carousel-wrapper .custom-carousel-container .et_pb_blurb {
  flex:0 0 31.33%;
  margin:0% 1%!important
}
.carousel-nav {
  display:flex;
  justify-content:space-between
}

.carousel-nav button {
  background-color:#47823b;
  cursor:pointer;
  color:#fff;
  border-radius:50px;
  width:30px;
  height:30px;
  font-size:22px;
  border:0px;
  display:flex;
  justify-content:center;
  align-items:center
}
.carousel-nav button:hover {
  background-color:#4589dd
}
  .payment-logos {
    display: flex;
    justify-content: center;
    gap: 20px; /* Space between logos */
    align-items: center;
  }

  .payment-logo {
    max-width: 130px; 
    height: auto;
  }
  .stripe-logo {  
    padding: 5px;
    border-radius: 10px;
  }
  .anet-logo {   
    padding: 5px;
    border-radius: 10px;
  }

  .square-logo {
   
    padding: 5px;
    border-radius: 10px;
  }
.virtual-raffle-sec .card-header {
  display: flex;
  flex-wrap: wrap;
}
.virtual-raffle-sec .card-header p {
  padding-bottom: 0;
}
.virtual-raffle-sec .card-header .card-title {
  width: 100%;
	margin-top: 16px;
}
.virtual-raffle-sec .premium-card {
  padding: 20px;
}
.virtual-raffle-sec .fas {
  color: #bc2ae3;
  font-size: 34px;
}
.virtual-raffle-sec .card-content {
  color: #222;
  font-size: 14px;
}

     
        
       .package-card .card-header {
            padding: 30px;
            position: relative;
            overflow: hidden;
            text-align: center;
            background-color: #1c0f46;
            border-bottom: 1px solid rgba(212, 175, 55, 0.3);
		    flex-wrap: wrap;
		   margin-bottom: 0;
        }
        
        .package-card .card-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, transparent 0%, rgba(212, 175, 55, 0.1) 100%);
        }
        
        .package-card .card-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background-color: #ac16d5;
            color: #fff;
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 1px;
        }
        
        .package-card .card-title {
            font-family: 'Playfair Display', serif;
            font-size: 2rem;
            color: #fff !important;
            margin-bottom: 10px;
            font-weight: 700;
			width: 100%;
        }
        
        .package-card .card-subtitle {
            font-size: 1.1rem;
            color: #fff;
            margin-bottom: 15px;
            font-style: italic;
			width: 100%;
			padding: 0;
        }
        
        .package-card .price {
            font-size: 1.8rem;
            font-weight: 700;
        
            color: #fff;
            position: relative;
            display: inline-block;
			width: 100%;
			line-height: 1.4;
        }
        
        .package-card .price::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 50px;
            height: 2px;
            background: gold;
        }
        
        .package-card .card-body {
           padding: 30px 20px;
			background-color: #fff;
        }
        
        .package-card .card-description {
            color: #222;
           
            line-height: 1.7;
			text-align: left;
        }
        
        .package-card .features-list {
            list-style: none;
            margin-bottom: 30px;
			padding: 0;
			gap: 0px !important;
        }
        
        .package-card .features-list li {
            padding: 12px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            display: flex;
            align-items: center;
            color: #222;
			width: 100%;
        }
        
        .package-card .features-list li:last-child {
            border-bottom: none;
        }
        
        .package-card .features-list i {
            color: #bb2ae2;
            margin-right: 15px;
            font-size: 1.1rem;
        }
        
        .package-card .btn-premium {
            display: block;
            width: 100%;
            padding: 18px;
            text-align: center;
            background: linear-gradient(to right, #c132e8, #7676fb);
            color: #fff;
            border: none;
            border-radius: 8px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
        }
        
        .package-card .btn-premium:hover {
            background: linear-gradient(to right, #c132e8, #c132e8);
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(212, 175, 55, 0.5);
        }
        
       
        .package-card .divider {
            height: 1px;
            background: linear-gradient(to right, transparent, rgba(212, 175, 55, 0.3), transparent);
          
        }
        
        .package-card .ornament {
            position: absolute;
            opacity: 0.1;
            color: gold;
            font-size: 2rem;
            z-index: 0;
        }
        
        .package-card .ornament-1 {
            top: 20px;
            left: 20px;
        }
        
        .package-card .ornament-2 {
            bottom: 20px;
            right: 20px;
            transform: rotate(180deg);
        }


.header-social .contact-container {
  display: flex;
  gap: 20px;
}
.social-row br {
  display: none;
}
.faq-sec .dsm-faq-item-wrapper {
  border-radius: 10px;
}
.main-slider .button-container.mid {
  margin-top: 31px;
}
.button-container.mid .button {
  padding: 13px 25px;
}
.button-container.center {
  justify-content: center;
}

.contact-item {
  display: flex;
  gap: 4px;
  align-items: center;
}
.contact-item img {
  width: 30px;
}
.main-header .et_pb_column.et_pb_column_1_4.et_pb_column_0_tb_header.et_pb_css_mix_blend_mode_passthrough.et_pb_column_single {
  position: relative;
	margin-right: 0;
}
.logos-section .et_pb_module.et_pb_image {
	background-color: #fff;
	padding: 30px;
	height: 200px;
	object-fit: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
}
.logos-section {
  display: flex;
  justify-content: center;
}
.logos-section .et_pb_module.et_pb_image .wp-image-641 {
  width: 100%;
}
.logos-section .et_pb_module.et_pb_image img {
  width: 146px;
  height: 146px;
  object-fit: contain;
}
.main-header .et_pb_column.et_pb_column_3_4.et_pb_column_1_tb_header.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough.et-last-child.et_pb_column--with-menu {
  position: relative;
}

.main-header .et_pb_column.et_pb_column_3_4.et_pb_column_1_tb_header.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough.et-last-child.et_pb_column--with-menu::before {
 content: "";
  display: block;
  position: absolute;
  bottom: 46px;
  left: 0;
  width: 77vw;
  height: 1px;
  background-color: #ffffff52;
}

.main-header .et_pb_column.et_pb_column_1_4.et_pb_column_0_tb_header.et_pb_css_mix_blend_mode_passthrough.et_pb_column_single::before {
    content: "";
    display: block;
    position: absolute;  
    top: 0;
    right: 0;  
    height: 101px;
    width: 1px;  
    background-color: #fff6;  
}

.top-header .et_pb_column.et_pb_column_4_4.et_pb_column_inner {
  display: flex;
  justify-content: space-between;
	align-items: center;
}
.top-header .button-container {
  display: flex;
  gap: 20px;
}
.contact-item a {
  color: #fff;
}
.button-container {
    display: flex;
	flex-wrap: wrap;
    gap: 15px;
    
}


.wp-singular.product-template-default .button-container .button , .woocommerce-page .button-container .button {
    padding: 6px 19px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    border: none;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
	
}
.wp-singular.product-template-default .get-started {
    background: linear-gradient(90deg, #ac16d5, #d44af8);
    box-shadow: 0 4px 15px rgba(172, 22, 213, 0.4);
}
.wp-singular.product-template-default .live-demos {
    background: linear-gradient(90deg, #5454d4, #7a7aff);
    box-shadow: 0 4px 15px rgba(84, 84, 212, 0.4);
}


.wp-singular.product-template-default .get-started, .live-demos {
    background-size: 200% auto;
}

.wp-singular.product-template-default .button:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
    animation: none;
    filter: brightness(1.1);
}

.wp-singular.product-template-default .button:active {
    transform: translateY(1px);
}

.wp-singular.product-template-default .get-started {
    animation: shine 3s linear infinite, glow 2s ease-in-out infinite;
}
.wp-singular.product-template-default .button.get-started::after {
  display: none;
}
.wp-singular.product-template-default .button.live-demos::after {
  display: none;
}


.button-container .button {
    padding: 6px 19px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    border: none;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
	font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
	
}
.get-started {
    background: linear-gradient(90deg, #ac16d5, #d44af8);
    box-shadow: 0 4px 15px rgba(172, 22, 213, 0.4);
}
.live-demos {
    background: linear-gradient(90deg, #5454d4, #7a7aff);
    box-shadow: 0 4px 15px rgba(84, 84, 212, 0.4);
}
@keyframes shine {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 200% 0;
    }
}


.get-started, .live-demos {
    background-size: 200% auto;
}
.get-started:hover {
    animation: shine 3s linear infinite, glow 2s ease-in-out infinite;
}
.live-demos:hover {
    animation: shine 3s linear infinite, glow-blue 2s ease-in-out infinite;
}
.button:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
    filter: brightness(1.1);
}

.button:active {
    transform: translateY(1px);
}

@keyframes glow {
    0% {
        box-shadow: 0 0 10px rgba(172, 22, 213, 0.7);
    }
    50% {
        box-shadow: 0 0 20px rgba(172, 22, 213, 0.9);
    }
    100% {
        box-shadow: 0 0 10px rgba(172, 22, 213, 0.7);
    }
}



@keyframes glow-blue {
    0% {
        box-shadow: 0 0 10px rgba(84, 84, 212, 0.7);
    }
    50% {
        box-shadow: 0 0 20px rgba(84, 84, 212, 0.9);
    }
    100% {
        box-shadow: 0 0 10px rgba(84, 84, 212, 0.7);
    }
}


.main-slider .et_pb_slide_image {
  right: 0;
  margin-right: 0;
}
.main-slider .et_pb_slide_description {
  float: left;
  margin-right: 5%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.main-slider h1 {
  font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
  font-size: 53px;
  color: #000 !important;
  text-shadow: none;
  font-weight: 700;
}
.main-slider h1 span {
  color: #ac16d5;
}
.main-slider p {
  text-shadow: none;
}
/* .main-slider img {
  width: 75%;
} */
.main-slider .et_pb_slide_image img {
  border-top-right-radius: 50px;
}
.main-slider .et_pb_slide_image img {
  border-bottom-right-radius: 50px;
}
  
        
        .glow {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: radial-gradient(
                circle at center,
                rgba(172, 22, 213, 0.8) 0%,
                rgba(84, 84, 212, 0.5) 50%,
                transparent 70%
            );
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: -1;
        }

.animation-p {
  display: block !important;
  padding-bottom: 0;
	font-size: 14px;
	font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
}
#footer-bottom {
  display: none;
}

        .c2w-divider {
            height: 4px;
            width: 80px;
            background: linear-gradient(to right, #6c63ff, #ff6584); 
            margin: 2rem auto;
            border-radius: 2px;
            position: relative;
            overflow: hidden;
        }
        
        .c2w-divider::after {
            content: '';
            position: absolute;
            left: -100%;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, transparent, rgba(255,255,255,0.8), transparent);
            animation: c2w-shine 3s infinite;
        }
        
     
        
        .c2w-feature-card {
            background: #ffffff; 
            border-radius: 12px;
           padding: 30px 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            z-index: 1;
            perspective: 1000px;
            transform-style: preserve-3d;
        }
        
        .c2w-feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(to right, #6c63ff, #ff6584); 
            transition: all 0.4s ease;
        }
        
        .c2w-feature-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 15px 40px rgba(108, 99, 255, 0.15);
			  transform: scale(1.1);
        }
        
        .c2w-feature-card:hover::before {
            height: 6px;
            box-shadow: 0 5px 15px rgba(108, 99, 255, 0.3);
        }
        
        .c2w-feature-img {
            width: 90%;
            height: auto;
            margin: 0 auto 1.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 20px;
            background: rgba(108, 99, 255, 0.1); 
            transition: all 0.4s ease;
			padding: 20px;
        }
        
        .c2w-feature-card:hover .c2w-feature-img {
            transform: scale(1.1) rotate(5deg);
            background: rgba(108, 99, 255, 0.15);
            animation: c2w-pulse 2s infinite;
        }
        
        .c2w-feature-img img {
/*             width: 120px;
            height: 120px; */
            object-fit: contain;
            transition: transform 0.4s ease;
        }
        
        .c2w-feature-card:hover .c2w-feature-img img {
            transform: scale(1.1);
        }
        
        .c2w-feature-title {
            font-size: 17px;
            font-weight: 600;
            margin-bottom: 1rem;
            color: #000; 
            position: relative;
            display: inline-block;
			padding-bottom: 0;
        }
        .h2-span span {
  color: #ac16d5;
}
        .c2w-feature-title::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 2px;
            background: linear-gradient(to right, #6c63ff, #ff6584); 
            transition: width 0.4s ease;
        }
        
        .c2w-feature-card:hover .c2w-feature-title::after {
            width: 100%;
        }
        
        .c2w-feature-desc {
            color: #4a5568;
           
            line-height: 1.6;
            transition: color 0.4s ease;
        }
        
        .c2w-feature-card:hover .c2w-feature-desc {
            color: #2d3748; 
        }
        
      .c2w-learn-more {
        display: inline-flex;
        align-items: center;
        color: #6c63ff;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        position: relative;
        overflow: hidden;
        padding: 0.3rem 0;
        font-size: 12px;
    }
    
    .c2w-learn-more::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, #ff6584 0%, #6c63ff 100%);
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
        z-index: 1;
    }
    
    .c2w-learn-more::after {
        content: '→';
        margin-left: 10px;
        transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        display: inline-block;
    }
    
    .c2w-learn-more:hover {
        color: #524bc7;
        transform: translateX(4px);
    }
    
    .c2w-learn-more:hover::before {
        transform: scaleX(1);
        transform-origin: left;
    }
    
    .c2w-learn-more:hover::after {
        transform: translateX(6px);
        color: #ff6584;
    }
    
   
    .c2w-learn-more span {
        position: relative;
        z-index: 2;
        transition: all 0.3s ease;
    }
    
    .c2w-learn-more:hover span {
        transform: translateX(2px);
    }
    
   
    .c2w-learn-more {
        will-change: transform;
    }
        
      
        @keyframes c2w-float {
            0% {
                transform: translate(0px, 0px) rotate(0deg);
            }
            33% {
                transform: translate(30px, -20px) rotate(3deg);
            }
            66% {
                transform: translate(-20px, 15px) rotate(-3deg);
            }
            100% {
                transform: translate(0px, 0px) rotate(0deg);
            }
        }
        
        @keyframes c2w-shine {
            0% {
                left: -100%;
            }
            100% {
                left: 100%;
            }
        }
        
        @keyframes c2w-pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(108, 99, 255, 0.2);
            }
            70% {
                box-shadow: 0 0 0 10px rgba(108, 99, 255, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(108, 99, 255, 0);
            }
        }
        
       
        .c2w-feature-card {
            opacity: 0;
            transform: translateY(30px) rotateX(15deg);
        }
        
        .c2w-animate-card {
            animation: c2w-fadeUp 0.6s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        
        @keyframes c2w-fadeUp {
            to {
                opacity: 1;
                transform: translateY(0) rotateX(0);
            }
        }
        
  
        .c2w-feature-card::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 12px;
            background: linear-gradient(135deg, rgba(108, 99, 255, 0.1), rgba(255, 101, 132, 0.1));
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: -1;
        }
        
        .c2w-feature-card:hover::after {
            opacity: 1;
        }
.call-to-action {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
  .unige-box {
            flex: 1;
            min-width: 300px;
            background: white;
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }
        
        .unige-box:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(108, 99, 255, 0.15);
        }
        
        .unige-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(to right, #6c63ff, #ff6584);
  transition: all 0.4s ease;
        }

 .h3-text h3 {
           
        
            background: linear-gradient(45deg, #6c63ff, #ff6584, #ffc154);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            display: inline-block;
            position: relative;
            margin: 0;
            padding: 0;
            animation: gradientShift 6s ease infinite;
            background-size: 300% 300%;
        }

.experience-sec {
  display: flex;
}

.floating-testimonial {
    flex: 1;
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 128, 0.08);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.floating-testimonial:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 30px;
    width: 20px;
    height: 20px;
    background: white;
    transform: rotate(45deg);
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    border-left: 1px solid rgba(0, 0, 0, 0.03);
}

.gold-stars {
    color: #FFD700;
    font-size: 1.5rem;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.floating-testimonial blockquote {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    font-style: italic;
    margin-bottom: 20px;
    position: relative;
}

.testimonial-footer {
    display: flex;
    flex-direction: column;
}
.badge {
    display: flex;
    align-items: center;
    background: rgba(106, 17, 203, 0.08);
    padding: 15px 25px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.badge:hover {
    background: rgba(106, 17, 203, 0.15);
    transform: translateY(-3px);
}

.badge-icon {
    width: 30px;
    height: 30px;
    background: linear-gradient(to right, #6a11cb, #2575fc);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-weight: bold;
}
.premium-badges {
  display: flex;
  justify-content: center;
  gap: 30px;
}
  .feature-card-main {
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(15px);
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.3);
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
           
            transform: translateY(30px);
            animation: fadeInUp 0.8s forwards;
        }
.feature-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: white;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 25px;
  box-shadow: 0 10px 20px rgba(108, 99, 255, 0.3);
  transition: all 0.3s ease;
}

.home-page-form p {
  text-align: left;
}
.home-page-form label .wpcf7-form-control-wrap input {
  width: 100%;
}
.home-page-form label .wpcf7-form-control-wrap textarea {
  width: 100%;
  height: 131px;
  border-radius: 10px;
}
.home-page-form label .wpcf7-form-control-wrap input {
  width: 100%;
  border-radius: 10px;
  height: 43px;
}
.home-page-form label .wpcf7-form-control-wrap {
  margin-top: 7px;
  display: block;
}
.home-page-form .wpcf7-form-control.wpcf7-submit.has-spinner.et_pb_button.et_pb_bg_layout_light {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
    transition-property: all;
  z-index: 1;
  border: none;
  cursor: pointer;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
  background-color: #b725df;
}

.feature-card-main {
  text-align: left !important;
}
        .feature-item {
            display: flex;
            align-items: center;
            padding: 20px;
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(10px);
            border-radius: 12px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }

        .feature-item:hover {
            transform: translateX(10px) !important;
            background: rgba(255, 255, 255, 0.9);
            box-shadow: 0 15px 35px rgba(108, 99, 255, 0.1);
        }

       

        .feature-item:hover .check-icon {
            transform: rotate(360deg);
            border-radius: 50%;
        }

.features-list .feature-item {
  width: 32%;
}
.features-list {
  display: flex;
  gap: 20px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
 .premium-card {
            background: white;
            border-radius: 16px;
            box-shadow: 0 30px 60px rgba(0,0,0,0.05);
            padding: 40px;
            transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(212, 175, 55, 0.2);
            transform-style: preserve-3d;
        }
        
        .premium-card:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(212, 175, 55, 0.03) 0%, rgba(212, 175, 55, 0) 100%);
            z-index: 0;
        }
        
        .premium-card:hover {
            transform: translateY(-10px) rotateX(5deg);
            box-shadow: 0 40px 80px rgba(0,0,0,0.1), 0 0 0 1px rgba(212, 175, 55, 0.3);
        }
        .card-header {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
            position: relative;
            z-index: 2;
        }
        
        .card-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #f5f5f5, #fff);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            color: #d4af37;
            font-size: 2rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            border: 1px solid rgba(212, 175, 55, 0.1);
        }
        
        .card-title {
           text-align: left;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0;
  letter-spacing: 0.5px;
        }
        
        .card-content {
            margin-bottom: 23px;
            color: #555;
            font-size: 1.1rem;
            line-height: 1.8;
			text-align: left;
        }
        

        .free-badge {
            background: #d4af37;
            color: white;
            padding: 4px 12px;
            border-radius: 50px;
            font-size: 0.8rem;
            font-weight: 600;
            margin-left: 12px;
            display: inline-block;
            text-transform: uppercase;
            letter-spacing: 1px;
            position: relative;
            top: -2px;
        }

.footer-li li {
  text-align: left;
}
.footer-li li {
  text-align: left;
  color: #fff;
  font-size: 16px;
  line-height: 1.9;
}

.logos-section-slider .swiper-slide {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}

.logos-section-slider img {
  width: 146px;
  height: 146px;
  object-fit: contain;
}

.top-header .et_pb_column::after {
  display: none;
}

.main-header {
  max-width: 100% !important;
}

@media screen and (max-width: 1250px) and (min-width: 768px) {
header .main-header .menu-row , header .main-header .et_pb_row_inner.et_pb_row_inner_0_tb_header.top-header {
  padding-left: 10px !important;
}
	header .et_pb_column.et_pb_column_1_4.et_pb_column_0_tb_header.et_pb_css_mix_blend_mode_passthrough.et_pb_column_single {
  width: 15%;
}
header .et_pb_column.et_pb_column_3_4.et_pb_column_1_tb_header.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough.et-last-child.et_pb_column--with-menu {
  width: 85%;
}	
}
@media screen and (max-width: 1100px) {
.et_pb_menu .et-menu > li {
  padding-left: 5px;
  padding-right: 5px;
}
header .et_pb_image_0_tb_header {
  width: 100%;
}

}

@media screen and (min-width: 1024px) {
#home-page-box .feature-card-main {
  min-height: 310px;
}
	
}

@media screen and (max-width: 980px) {
	
	.raffle-running .et_pb_row.et_pb_row_1.button-container {
  display: block;
}

.main-header .et_pb_column.et_pb_column_3_4.et_pb_column_1_tb_header.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough.et-last-child.et_pb_column--with-menu::before , 
.main-header .et_pb_column.et_pb_column_1_4.et_pb_column_0_tb_header.et_pb_css_mix_blend_mode_passthrough.et_pb_column_single::before {
  display: none;
}
.main-header .et_pb_row {
  display: flex;
  align-items: center;
}
.main-header .et_pb_column {
    margin-bottom: 0px !important;
}
.call-to-action.get-started {
  display: block;
  text-align: center;
}
.call-to-action.get-started .et_pb_column {
  width: 100%;
  margin: 20px 0px;
    margin-right: 0px;
}
.experience-sec {
  display: block;
}
.fundraiser-features-grid ul {
  grid-template-columns: 48% 48%;
}
	.home-banner-slider .et_pb_slide_image {
		width: 100%;
		margin-top: 0px !important;
		position: relative;
		display: block !important;
	}
	.home-banner-slider .et_pb_slider_container_inner {
		display: flex !important;
		padding: 70px 0;
		flex-direction: column-reverse;
	}
	.home-banner-slider .et_pb_slide_with_image .et_pb_slide_description {
		width: 100%;
		margin-right: 0;
		padding-top: 0px;
		padding-bottom: 20px;
	}
	.main-slider h1 {
		font-size: 36px;
		line-height: 1.2em
	}
.button-container {
  justify-content: center;
}	
}

@media screen and (max-width: 768px) {
		header .et_pb_column.et_pb_column_1_4.et_pb_column_0_tb_header.et_pb_css_mix_blend_mode_passthrough.et_pb_column_single {
  width: 42%;
}
header .et_pb_column.et_pb_column_3_4.et_pb_column_1_tb_header.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough.et-last-child.et_pb_column--with-menu {
  width: 80%;
}	
/* #mobile_menu1 {
  position: fixed;
  left: 0px;
  right: 0px;
}	 */
	
.fundraiser-features-grid ul {
  grid-template-columns: 100%;
}
.premium-badges {
  display: grid;
}
.card-header {
  display: block;
  text-align:center;
}
.card-icon {
  margin: 0 auto;
}
.card-title , .card-content{
  text-align: center;
}
.icons-section-list .et_pb_column {
  width: 100% !important;
}
/* #mobile_menu1 {
  top: 120px;
} */
}



/* 
.main-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  transition: all 0.2s ease-out;
}

.sticky-header-active {
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(4px);
} */



/* Outer container */
.wp-block-woocommerce-empty-cart-block {
    max-width: 1250px;
    margin: 50px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
}

/* Title (Your cart is empty) */
.wc-block-cart__empty-cart__title {
    font-size: 30px;
    font-weight: 700;
    color: #0E0346;
    text-align: center;
    margin: 20px 0 10px;
}

/* Section headings */
.wp-block-woocommerce-empty-cart-block h2 {
    color: #ac16d5;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

/* Product grid */
.wc-block-grid__products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
}

/* Product card */
.wc-block-grid__product {
    background: #ffffff;
    width: 270px;
    padding: 18px;
    border-radius: 14px;
    text-align: center;
    border: 1px solid #eee;
    transition: all .28s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.wc-block-grid__product:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.12);
    border-color: #ac16d5;
}

/* Images */
.wc-block-grid__product-image img {
    border-radius: 10px;
    max-height: 200px;
    object-fit: contain;
    margin-bottom: 15px;
}

/* Product Name */
.wc-block-grid__product-title {
    font-size: 17px;
    font-weight: 600;
    color: #0E0346;
    margin-bottom: 10px;
    line-height: 1.3;
}

/* Price */
.wc-block-grid__product-price .amount {
    color: #ac16d5;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}

/* Add to cart button */
.wc-block-grid__product-add-to-cart a {
    background: #ac16d5;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 600;
    color: #fff;
    border: none;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s ease;
}

.wc-block-grid__product-add-to-cart a:hover {
    background: #0E0346;
    transform: scale(1.05);
}

/* Dots line */
.wp-block-separator.is-style-dots {
    width: 110px;
    margin: 10px auto 30px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .wc-block-grid__product {
        width: 45%;
    }
}

@media (max-width: 480px) {
    .wc-block-grid__product {
        width: 100%;
    }
}

.wc-block-grid__product:hover {
  border-bottom: 1px solid #ac16d5 !important;
    border-bottom-color: transparent;
  border-left: 1px solid #ac16d5 !important;
    border-left-color: transparent;
  border-right: 1px solid #ac16d5 !important;
    border-right-color: transparent;
}

.wc-block-grid.has-4-columns .wc-block-grid__product {
  flex: 1 0 23% !important;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon::before{
	display:none !important;
}


/* Header */
.cart-table-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-weight: 700;
    font-size: 15px;
    color: #0E0346;
    border-bottom: 2px solid #eee;
    padding-bottom: 16px;
    margin-bottom: 26px;
}

.cart-table-header span:first-child { width: 140px; }
.cart-table-header span:nth-child(2) { flex: 1; }
.cart-table-header span:last-child { width: 100px; text-align: right; }

/* Product Row */
.cart-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 0;
    border-bottom: 1px solid #efefef;
    transition: 0.2s;
}

.cart-row:hover { background: #fafaff; }

/* Product image cell */
.cart-image {
    width: 140px;
}

.cart-image img {
    width: 100%;
    border-radius: 12px;
}

/* Product info cell */
.cart-info {
    flex: 1;
    padding-left: 8px;
    line-height: 1.45;
}

/* Price column */
.cart-price-col {
    width: 100px;
    text-align: right;
}

tr .button-container {
  justify-content: center;
}

.mobile-pricing-container ul {
  list-style: none;
}

.mobile-pricing-container .button-container {
  margin-top:20px;
}


 /* Hero section styles */
        .c2w-hero {
            padding: 80px 0;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            position: relative;
            overflow: hidden;
        }
        
        
        
        .c2w-hero-content {
            position: relative;
            z-index: 1;
            text-align: center;
        }
        
        .c2w-hero-heading {
            margin-bottom: 40px;
        }
        
        .c2w-raffle-options {
            display: flex;
            justify-content: center;
            align-items: center;
            
            flex-wrap: wrap;
            gap: 20px;
        }
        
        .c2w-option {
            background: white;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            flex: 1;
            min-width: 380px;
            max-width: 380px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

.c2w-hero-content h3 {
  font-weight: 700;
  margin-bottom: 20px;
	font-size:28px !important;
}
        .c2w-hero-content .button-container {
  justify-content: center;
}
        .c2w-option:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }
        
        .c2w-option-zero {
            border-top: 4px solid #CC3FF1;
        }
        
        .c2w-option-premium {
            border-top: 4px solid #6D6DF0;
        }
        
        .c2w-option h1, .c2w-option h2 {
            font-size: 1.8rem;
            margin-bottom: 15px;
            background: linear-gradient(135deg, #2c3e50, #3498db);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        
        .c2w-option-zero h1 {
            background: linear-gradient(135deg, #CC3FF1, #0E0346);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
			margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 1.2em;
        }
        
        .c2w-option-premium h2 {
           background: linear-gradient(135deg, #0E0346, #7777FC);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
			margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 1.2em;
        }
        
        .c2w-vs-container {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 20px;
			max-width: 10% !important;
			border-radius: 50px;
  padding: 20px;
			background-color: #fff;
        }
        
        .c2w-vs-circle {
            width: 60px;
            height: 60px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            font-weight: bold;
            color: #666;
            font-size: 1.2rem;
        }
        
        .c2w-subheading {
            font-size: 1.5rem;
            color: #2c3e50;
            margin-bottom: 20px;
            font-weight: 600;
        }
        
        .c2w-description {
            font-size: 1.1rem;
            color: #555;
            max-width: 800px;
            margin: 0 auto 40px;
            line-height: 1.7;
        }
        
        .c2w-description strong {
            color: #2c3e50;
            font-weight: 600;
        }
        
        .c2w-cta-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 30px;
        }
        
        .c2w-btn {
            display: inline-block;
            padding: 14px 32px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            text-align: center;
        }
        
        .c2w-btn-primary {
            background: linear-gradient(135deg, #4CAF50, #2E7D32);
            color: white;
            box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
        }
        
        .c2w-btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 7px 20px rgba(76, 175, 80, 0.4);
        }
        
        .c2w-btn-secondary {
            background: white;
            color: #2196F3;
            border: 2px solid #2196F3;
        }
        
        .c2w-btn-secondary:hover {
            background: #2196F3;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 7px 15px rgba(33, 150, 243, 0.3);
        }
        
        /* Responsive styles */
        @media (max-width: 768px) {
            .c2w-raffle-options {
                flex-direction: column;
            }
            
            .c2w-vs-container {
                margin: 20px 0;
            }
            
            .c2w-option {
                width: 100%;
                max-width: 100%;
            }
            
            .c2w-cta-buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .c2w-btn {
                width: 100%;
                max-width: 300px;
            }
        }
.error404 .main-header .button-container {
	margin-top: 0px;
}
.error404 .button-container {
	justify-content: center;
	margin-top: 40px;
}

.slider-review-image .et_pb_slide_content p {
  font-weight: 500;
}

.button-container a::after {
  display: none;
}

 .raffle-card {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.4s ease;
            display: flex;
            flex-direction: column;
            height: 100%;
	 
        }
        
        .raffle-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }

.raffle-card .et_pb_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}


.raffle-card .et_pb_image {
	margin:0px;
	background-color: #c7c7c7;
}
.raffle-card .et_pb_button_alignment_center {
  padding-bottom: 15px;
}
.raffle-card .et_pb_image span {
  background-color: #c7c7c7;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.et_pb_pricing_content ul li {
  padding-left: 0px;
} 
.et_pb_pricing_table_wrap {
  align-items: stretch;
}
.pricing-table-new .button-container {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 15px;
}
.button-container .et_pb_button.dsm_button:hover {
  background-color: #0e0346 !important;
}
.reporting-left-title .et_pb_blurb_content {
  display: flex;
  align-items: center;
}
.reporting-left-title .et_pb_module_header {
  padding: 0px;
}

.reporting-left-title .et_pb_main_blurb_image {
	margin-bottom:0px;
}

.home-slider-review-content .et_pb_bg_layout_dark .et_pb_slide_description {
  text-shadow: none;
}

.home-slider-review-content .et_pb_bg_layout_dark .et_pb_slide_description {
  text-shadow: unset;
}


.raffle-demos-card .dsm_card_carousel_child .et_pb_module_inner {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}
.raffle-demos-card .dsm_card_wrapper {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}
.raffle-demos-card .dsm_card_carousel_child_description {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ninja-show-mobile-popup{
  display:block !Important;
}
.ninja-mobile-popup{
  -webkit-animation: scale-in-top 0.34s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-top 0.34s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes scale-in-top {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-top {
  0% {
    -webkit-transform: scale(0) translateX(-50%);
            transform: scale(0) translateX(-50%);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
}

 @media only screen and (max-width: 600px) {
	 .dsm_menu_0_tb_header .dsm-menu .menu-item-has-children .sub-menu {
  padding-left: 20px;
  padding-top: 20px;
  list-style: square;
}
	 .social-row .social {
    width: 36px !important;
    height: 36px !important;
	 }
}
	 
.menu-item span::before {
  display: none;
}
	 .ninja-mobile-popup .menu-item {
  font-size: 18px;
  margin-bottom: 20px !important;
}

.c2w-hero::before, .c2w-hero::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	filter: blur(0);
	opacity: 0.16;
	pointer-events: none;
}
.c2w-hero::before {
	width: 280px;
	height: 280px;
	background: #ffffff;
	top: -80px;
	right: -40px;
}
.c2w-hero::after {
	width: 220px;
	height: 220px;
	background: #ac16d5;
	bottom: -60px;
	left: -40px;
}

























.dsm_content_timeline.raffle-feature-timeline {
	margin-top: 20px;
	margin-bottom: 30px !important;
}
.raffle-feature-timeline .et_pb_module_inner .dsm-content-timeline-items-wrapper.dsm-left .dsm-content-timeline-content-wrapper {
	margin-left: 21% !important;
	margin-top: -7px;
	border-radius: 10px;
}
.raffle-feature-timeline .et_pb_module_inner .dsm-content-timeline-items-wrapper.dsm-left .dsm-content-timeline-item-wrapper:last-child .dsm-content-timeline-content-wrapper {
	margin-bottom: 0 !important;
}
.raffle-feature-timeline .dsm-content-timeline-content-wrapper .dsm-icon-wrapper {
	position: absolute;
	left: -80px;
	top: -16px;
}
.raffle-feature-timeline .dsm-content-timeline-content-wrapper .dsm_icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg,#5454d4,#ff23a7);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 26px;
	box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}
.raffle-feature-timeline .dsm-content-timeline-content-wrapper .dsm-timeline-content {
	margin-top: 0px;
}
.raffle-feature-timeline .dsm-content-timeline-content-wrapper .dsm-timeline-content h3 {
	padding-bottom: 0px;
}
.text-box-wrapper .text-box-content {
	position: relative;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,.08);
	padding: 40px;
	margin-bottom: 30px;
	transition: transform 0.3s ease;
	overflow: hidden;
}
.text-box-wrapper .text-box-content::before {
	content: "";
	height: 5px;
	width: 100%;
	background: linear-gradient(135deg,#5454d4,#ff23a7);
	position: absolute;
	left: 0;
	top: 0;
}
.text-box-wrapper .text-box-content h2 {
	margin-top: 0px;
	font-weight: bold;
	color: #AC16D5 !important;
	font-size: 32px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
.text-box-wrapper .text-box-content h2::after {
	content: "";
	height: 4px;
	width: 150px;
	background: linear-gradient(135deg,#5454d4,#ff23a7);
	position: absolute;
	left: 0;
	bottom: 0;
}
.text-box-wrapper .text-box-content h3 {
	color: #AC16D5 !important;
	font-size: 28px;
	margin-bottom: 5px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
.text-box-wrapper .text-box-content h3::after {
	content: "";
	height: 4px;
	width: 150px;
	background: linear-gradient(135deg,#5454d4,#ff23a7);
	position: absolute;
	left: 0;
	bottom: 0;
}
.text-box-wrapper .text-box-content h4 {
	font-size: 24px;
	margin-bottom: 5px;
}
.text-box-wrapper .text-box-content p {
	font-size: 16px;
	margin-bottom: 5px;
}
.text-box-wrapper .text-box-content ul li {
	font-size: 16px;
}
.text-box-wrapper .text-box-content a {
	color: #5454d4;
}
.text-box-wrapper .text-box-content a:hover {
	color: #AC16D5;
}
.hero-icon-list ul.dsm_icon_list_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.hero-icon-list ul.dsm_icon_list_items .dsm_icon_list_child {
	background: rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	border-radius: 50px;
	padding: 18px 22px;
	display: flex;
	align-items: center;
	gap: 12px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	transition: transform 0.2s ease,box-shadow 0.2s ease;
}
.hero-icon-list ul.dsm_icon_list_items .dsm_icon_list_child:hover {
	transform: translateY(-5px);
	box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}

#virtual-benefit-steps {
	position: relative;
	padding: 0;
}
#virtual-benefit-steps .benefit-row {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
	width: 100%;
	margin-right: 0;
}
#raffle-benefits-wizard .benefit-timeline-shell.is-complete .benefit-row:last-child {
	margin-bottom: 55px;
}
#virtual-benefit-steps .benefit-row-reverse {
	flex-direction: row-reverse;
}
#virtual-benefit-steps .benefit-row .et_pb_blurb.benefit-item {
	background: #ffffff;
	border-radius: 18px;
	padding: 60px 20px 24px;
	width: calc(33.33% - 30px);
	text-align: center;
	box-shadow: 0 10px 24px rgba(0,0,0,0.09);
	position: relative;
	z-index: 2;
	transition: transform 0.35s ease,box-shadow 0.35s ease,opacity 0.35s ease,filter 0.35s ease;
	margin-bottom: 0px;
	margin-top: 60px;
}
#virtual-benefit-steps .benefit-row .et_pb_blurb.benefit-item .et_pb_blurb_content {
	position: unset;
}
#virtual-benefit-steps .benefit-row .et_pb_blurb.benefit-item.is-future {
	opacity: 0.15;
	filter: blur(2px);
	transform: scale(0.96);
}
#virtual-benefit-steps .benefit-row .et_pb_blurb.benefit-item.is-visited {
	opacity: 0.7;
	filter: none;
	transform: translateY(4px);
}
#virtual-benefit-steps .benefit-row .et_pb_blurb.benefit-item.is-current {
	opacity: 1;
	filter: none;
	transform: translateY(-10px) scale(1.03);
	box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
}
#raffle-benefits-wizard .benefit-timeline-shell.is-complete .et_pb_blurb.benefit-item {
	opacity: 1;
	filter: none;
	transform: translateY(0) scale(1);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.09);
}
#virtual-benefit-steps .et_pb_blurb.benefit-item .et_pb_main_blurb_image {
	position: absolute;
	top: -42px;
	left: 50%;
	transform: translateX(-50%);
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}
#virtual-benefit-steps .et_pb_blurb.benefit-item .et_pb_main_blurb_image .et_pb_image_wrap {
	width: 72px;
	height: 72px;
	padding: 14px;
	border-radius: 50%;
	background: linear-gradient(135deg,#5555d57a,#6464e6);
	display: flex;
	align-items: center;
	justify-content: center;
}
#virtual-benefit-steps .et_pb_blurb.benefit-item .et_pb_main_blurb_image img {
	opacity: 0.85; 
	border-radius: 0px;
}
#virtual-benefit-steps .et_pb_blurb.benefit-item h3 {
	font-weight: 600;
}
#virtual-benefit-steps .et_pb_blurb.benefit-item .et_pb_blurb_description {
	font-size: 16px;
}
#virtual-benefit-steps .benefit-row-top::before, #virtual-benefit-steps .benefit-row-reverse::before {
	content: "";
	position: absolute;
	left: 5%;
	right: 5%;
	height: 4px;
	background: rgba(182, 32, 224, 0.18);
	top: 118px;
	border-radius: 4px;
	z-index: 1;
}
#virtual-benefit-steps .benefit-arrow-wrapper {
	width: 100%;
	display: block;
	position: absolute;
	top: 40%;
}
#virtual-benefit-steps .benefit-arrow-wrapper .et_pb_code_inner {
	display: flex;
	justify-content: space-between;
}
#virtual-benefit-steps .benefit-arrow {
	font-size: 26px;
	background: #fff;
	border-radius: 999px;
	width: 44px;
	height: 44px;
	border: none;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b620e0;
	transition: 0.25s;
}
#virtual-benefit-steps .benefit-arrow-left {
	transform: translateX(calc(-80% - 10px));
}
#virtual-benefit-steps .benefit-arrow-right {
	transform: translateX(calc(80% + 10px));
}
#virtual-benefit-steps .benefit-arrow:hover:not(.is-disabled) {
	background: #b620e0;
	color: #fff;
}
#virtual-benefit-steps .benefit-arrow.is-disabled {
	opacity: 0.35;
	cursor: default;
	box-shadow: none;
}
#raffle-benefits-wizard .benefit-timeline-shell.is-complete .benefit-arrow {
	display: none;
}
#virtual-benefit-steps .benefit-finished-message {
	position: absolute;
	bottom: -60px;
	font-size: 18px;
	font-weight: 600;
	color: #b620e0;
	opacity: 0;
	transform: translateY(5px);
	transition: opacity 0.4s ease, transform 0.4s ease;
}
#raffle-benefits-wizard .benefit-timeline-shell.is-complete .benefit-finished-message {
	opacity: 1;
	transform: translateY(0);
}

.fundraiser-icon-box-wrapper .et_pb_column {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
.fundraiser-icon-box-wrapper .et_pb_column .fundraiser-icon-box {
	background: #ffffff;
	border-radius: 18px;
	padding: 60px 20px 24px;
	box-shadow: 0 10px 24px rgba(0,0,0,0.09);
	position: relative;
	z-index: 2;
	transition: transform 0.35s ease,box-shadow 0.35s ease,opacity 0.35s ease,filter 0.35s ease;
	width: calc(33.33% - 28px);
	margin-top: 35px;
	margin-bottom: 0px;
	border: 1px solid rgba(0,0,0,0.1);
}
.fundraiser-icon-box-wrapper .et_pb_column .fundraiser-icon-box:hover {
	transform: translateY(-10px) scale(1.03);
	box-shadow: 0 16px 38px rgba(0,0,0,0.16);
}
.fundraiser-icon-box .et_pb_blurb_content {
	position: unset;
}
.fundraiser-icon-box .et_pb_main_blurb_image {
	position: absolute;
	top: -42px;
	left: 50%;
	transform: translateX(-50%);
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(0,0,0,0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}
.fundraiser-icon-box .et_pb_main_blurb_image .et_pb_image_wrap {
	width: 72px;
	height: 72px;
	padding: 14px;
	border-radius: 50%;
	background: linear-gradient(135deg,#5555d57a,#6464e6);
	display: flex;
	align-items: center;
	justify-content: center;
}
.fundraiser-icon-box .et_pb_main_blurb_image img {
	border-radius: 0px;
}
.fundraiser-icon-box h3 {
	font-weight: 600;
}
.fundraiser-icon-box .et_pb_blurb_description {
	font-size: 16px;
}

.features-icon-box-wrapper .et_pb_column {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
.features-icon-box-wrapper .et_pb_column .features-icon-box {
	width: calc(33.33% - 28px);
	background: #ffffff;
	border-radius: 30px;
	padding: 35px 25px 40px;
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: 0.3s ease;
	border: 2px solid transparent;
	margin-bottom: 0px;
}
.features-icon-box-wrapper .et_pb_column .features-icon-box:hover {
	border-color: #ac16d5;
	box-shadow: 0 10px 35px rgba(129, 25, 255, 0.25);
	transform: translateY(-8px);
}
.features-icon-box-wrapper .et_pb_column .features-icon-box::before {
	content: "";
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: 160px;
	height: 120px;
	background: linear-gradient(135deg, #7a3cff, #ff23a7);
	border-radius: 0 0 80px 80px;
	opacity: 0.12;
}
.features-icon-box-wrapper .features-icon-box .et-pb-icon {
	width: 70px;
	height: 70px;
	background: linear-gradient(135deg,#5454d4,#ff23a7);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 28px;
	box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}
.features-icon-box h3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2em;
}
.features-icon-box .et_pb_blurb_description {
	font-size: 16px;
}

.icon-list-wrapper ul {
	list-style: none;
}
.icon-list-wrapper li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 10px;
}
.icon-list-wrapper li:last-child {
	margin-bottom: 0px;
}
.icon-list-wrapper li::before {
	content: "";
	font-family: FontAwesome;
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	color: #ac16d5;
}

.pricing-table table{
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0;
	color: #333;
	border: 2px solid #0e0346; 
	border-radius: 4px;
	overflow: hidden;
}
.pricing-table th, .pricing-table td {
    border: 1px solid #ccc; 
}
.pricing-table thead tr {
	background-color: #0e0346;
	border-bottom: 3px solid #007bff;
}
.pricing-table thead tr th {
	color: #fff;
}
.pricing-table th {
	padding: 15px 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}
.pricing-table td {
	padding: 12px 10px;
	text-align: center;
	font-size: 15px;
	vertical-align: middle;
}
.pricing-table tbody tr:nth-child(even) {
	background-color: #fefefe;
}
.pricing-table tbody tr:nth-child(odd) {
	background-color: #f7f7f7;
}
.pricing-table tbody tr:hover {
	background-color: #e6f7ff;
}
.pricing-table td:nth-child(2) {
	color: #5454d4;
	font-weight: bold;
}
.pricing-table td:nth-child(4) {
	color: #ac16d5;
	font-weight: bold;
}
.testmonial-slider .et_pb_slides .et_pb_container {
	height: 100% !important;
}
.testmonial-slider .et_pb_slides .et_pb_slider_container_inner {
	display: flex;
}

#raffle-setup-steps {
	position: relative;
	padding: 0;
}
#raffle-setup-steps .benefit-row {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
	width: 100%;
	margin-right: 0px;
}
#raffle-benefits-wizard .benefit-timeline-shell.is-complete .benefit-row:last-child {
	margin-bottom: 55px;
}
#raffle-setup-steps .benefit-row-reverse {
	flex-direction: row-reverse;
}
#raffle-setup-steps .benefit-row .et_pb_blurb.benefit-item {
	background: #ffffff;
	border-radius: 18px;
	padding: 60px 20px 24px;
	width: calc(33.33% - 30px);
	text-align: center;
	box-shadow: 0 10px 24px rgba(0,0,0,0.09);
	position: relative;
	z-index: 2;
	transition: transform 0.35s ease,box-shadow 0.35s ease,opacity 0.35s ease,filter 0.35s ease;
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
#raffle-setup-steps .benefit-row .et_pb_blurb.benefit-item .et_pb_blurb_content {
	position: unset;
}
#raffle-setup-steps .benefit-row .et_pb_blurb.benefit-item.is-future {
	opacity: 0.15;
	filter: blur(2px);
	transform: scale(0.96);
}
#raffle-setup-steps .benefit-row .et_pb_blurb.benefit-item.is-visited {
	opacity: 0.7;
	filter: none;
	transform: translateY(4px);
}
#raffle-setup-steps .benefit-row .et_pb_blurb.benefit-item.is-current {
	opacity: 1;
	filter: none;
	transform: translateY(-10px) scale(1.03);
	box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
}
#raffle-benefits-wizard .benefit-timeline-shell.is-complete .et_pb_blurb.benefit-item {
	opacity: 1;
	filter: none;
	transform: translateY(0) scale(1);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.09);
}

#raffle-setup-steps .benefit-row:nth-child(1) .benefit-item:nth-child(1)::before {
	content: "01";
}
#raffle-setup-steps .benefit-row:nth-child(1) .benefit-item:nth-child(2)::before {
	content: "02";
}
#raffle-setup-steps .benefit-row:nth-child(1) .benefit-item:nth-child(3)::before {
	content: "03";
}
#raffle-setup-steps .benefit-row:nth-child(2) .benefit-item:nth-child(1)::before {
	content: "04";
}
#raffle-setup-steps .benefit-row:nth-child(2) .benefit-item:nth-child(2)::before {
	content: "05";
}
#raffle-setup-steps .benefit-row:nth-child(2) .benefit-item:nth-child(3)::before {
	content: "06";
}
#raffle-setup-steps .benefit-row:nth-child(3) .benefit-item:nth-child(1)::before {
	content: "07";
}
#raffle-setup-steps .benefit-row:nth-child(3) .benefit-item:nth-child(2)::before {
	content: "08";
}
#raffle-setup-steps .benefit-row:nth-child(3) .benefit-item:nth-child(3)::before {
	content: "09";
}
#raffle-setup-steps .benefit-row:nth-child(4) .benefit-item:nth-child(1)::before {
	content: "10";
}
#raffle-setup-steps .benefit-item::before {
  position: absolute;
  top: -40px;
  width: 42px;
  height: 42px;
  padding: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg,#5555d57a,#6464e6);
  font-size: 28px;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid #fff;
}
#raffle-setup-steps .et_pb_blurb.benefit-item .et_pb_main_blurb_image {
	
}
#raffle-setup-steps .et_pb_blurb.benefit-item .et_pb_main_blurb_image .et_pb_image_wrap {
	
}
#raffle-setup-steps .et_pb_blurb.benefit-item .et_pb_main_blurb_image img {
	border: 1px solid #0000002b;
  border-radius: 10px;
	width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
#raffle-setup-steps .et_pb_blurb.benefit-item h4 {
	font-weight: 700;
	font-size: 22px;
}
#raffle-setup-steps .et_pb_blurb.benefit-item .et_pb_blurb_description {
	font-size: 16px;
}
#raffle-setup-steps .benefit-row-top::before, #raffle-setup-steps .benefit-row-reverse::before {
	content: "";
	position: absolute;
	left: 5%;
	right: 5%;
	height: 4px;
	background: rgba(182, 32, 224, 0.18);
	top: 128px;
	border-radius: 4px;
	z-index: 1;
}
#raffle-setup-steps .benefit-arrow-wrapper {
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
}
#raffle-setup-steps .benefit-arrow-wrapper .et_pb_code_inner {
	display: flex;
	justify-content: space-between;
}
#raffle-setup-steps .benefit-arrow {
	font-size: 26px;
	background: #fff;
	border-radius: 999px;
	width: 44px;
	height: 44px;
	border: none;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b620e0;
	transition: 0.25s;
}
#raffle-setup-steps .benefit-arrow-left {
	transform: translateX(calc(-80% - 10px));
}
#raffle-setup-steps .benefit-arrow-right {
	transform: translateX(calc(80% + 10px));
}
#raffle-setup-steps .benefit-arrow:hover:not(.is-disabled) {
	background: #b620e0;
	color: #fff;
}
#raffle-setup-steps .benefit-arrow.is-disabled {
	opacity: 0.35;
	cursor: default;
	box-shadow: none;
}
#raffle-benefits-wizard .benefit-timeline-shell.is-complete .benefit-arrow {
	display: none;
}
#raffle-setup-steps .benefit-finished-message {
	position: absolute;
	bottom: -60px;
	font-size: 18px;
	font-weight: 600;
	color: #b620e0;
	opacity: 0;
	transform: translateY(5px);
	transition: opacity 0.4s ease, transform 0.4s ease;
}
#raffle-benefits-wizard .benefit-timeline-shell.is-complete .benefit-finished-message {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 980px) {
	#virtual-benefit-steps .benefit-row .et_pb_blurb.benefit-item {
		width: 80%;
	}
	#virtual-benefit-steps .benefit-row-top::before, #virtual-benefit-steps .benefit-row-reverse::before {
		display: none;
	}
	#virtual-benefit-steps .benefit-arrow-left {
		transform: translateX(calc(-20% - 10px));
	}
	#virtual-benefit-steps .benefit-arrow-right {
		transform: translateX(calc(20% + 10px));
	}
	#raffle-setup-steps .benefit-row .et_pb_blurb.benefit-item {
		width: 80%;
	}
	#raffle-setup-steps .benefit-row-top::before, #raffle-setup-steps .benefit-row-reverse::before {
		display: none;
	}
	#raffle-setup-steps .benefit-arrow-left {
		transform: translateX(calc(-20% - 10px));
	}
	#raffle-setup-steps .benefit-arrow-right {
		transform: translateX(calc(20% + 10px));
	}
	.fundraiser-icon-box-wrapper .et_pb_column .fundraiser-icon-box {
		width: calc(50% - 28px);
	}
	.features-icon-box-wrapper .et_pb_column .features-icon-box {
		width: calc(50% - 28px);
	}
	.c2w-hero::before {
		background: #ac16d5;
	}
	.c2w-hero::after {
		background: #ffffff;
	}
}

@media (max-width: 767px) {
	.features-icon-box-wrapper .et_pb_column .features-icon-box {
		width: 100%;
	}	
	.fundraiser-icon-box-wrapper .et_pb_column .fundraiser-icon-box {
		width: 100%;
	}
	.payment-logos {
		flex-direction: column;
	}
}